@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);
}

.gokong-19eu4e {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gokong-h63o3q {
  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.gokong-92x156,
ul.gokong-92x156 {
  padding-left: 20px;
}

ul.gokong-92x156 {
  list-style: disc;
}

ol.gokong-92x156 {
  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;
  }
}

.gokong-6rvb9c > .gokong-dex7s4,
.gokong-6rvb9c > .gokong-mtdlz9,
.gokong-6rvb9c > blockquote,
.gokong-6rvb9c > h1,
.gokong-6rvb9c > h2,
.gokong-6rvb9c > h3,
.gokong-6rvb9c > h4,
.gokong-6rvb9c > h5,
.gokong-6rvb9c > h6,
.gokong-6rvb9c > ol,
.gokong-6rvb9c > p,
.gokong-6rvb9c > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gokong-6rvb9c > ol,
.gokong-6rvb9c > ul {
  padding-left: 50px;
}

.gokong-6rvb9c 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;
}

.gokong-6rvb9c:not(:last-child) {
  margin-bottom: 2rem;
}

.gokong-6rvb9c > :not(:first-child) {
  margin-top: 2rem;
}

.gokong-6rvb9c {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gokong-6rvb9c:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .gokong-6rvb9c:first-child {
    margin-top: 20px;
  }
}

.gokong-6rvb9c > p:last-of-type {
  margin-bottom: 32px;
}

.gokong-6rvb9c > .gokong-e66zsb:not(:first-child) {
  margin: 64px auto 16px auto;
}

.gokong-b0l1y2 > .gokong-e66zsb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gokong-mtdlz9 {
  overflow: auto;
}

.gokong-mtdlz9::-webkit-scrollbar {
  height: 5px;
}

.gokong-mtdlz9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.gokong-mtdlz9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.gokong-mtdlz9 table thead,
table thead {
  border-bottom: none;
}

.gokong-mtdlz9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.gokong-mtdlz9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.gokong-mtdlz9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.gokong-mtdlz9 .gokong-yj0r5z {
  table-layout: auto;
}

.gokong-mtdlz9 .gokong-yj0r5z th {
  word-break: normal;
}

.gokong-mtdlz9 .gokong-yj0r5z td {
  word-break: normal;
}

.gokong-19eu4e .gokong-19eu4e {
  padding-right: 0;
  padding-left: 0;
}

.gokong-8bmvvc {
  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;
}

.gokong-6ampg6 {
  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;
}

.gokong-v1zey3 {
  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;
}

.gokong-dex7s4 {
  margin-top: 24px;
}

.gokong-dex7s4.gokong-q1epak {
  text-align: left;
}

.gokong-dex7s4.gokong-n8jrra {
  text-align: right;
}

.gokong-dex7s4.gokong-f1o71a {
  text-align: center;
}

.gokong-cr0ieq {
  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.gokong-cfh10j ease-in-out;
  cursor: pointer;
}

.gokong-cr0ieq:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.gokong-cr0ieq {
  min-width: 328px;
}

@media (max-width: 768px) {
  .gokong-cr0ieq {
    min-width: unset;
  }
}

.gokong-ecpv9y {
  background-color: var(--fh-bg-color);
}

.gokong-d9jnxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.gokong-crvqar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.gokong-crvqar img {
  max-height: 44px;
  object-fit: contain;
}

.gokong-2ms8t0 {
  flex: 1 1;
}

.gokong-ehqef5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.gokong-mgz4lw {
  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;
}

.gokong-mgz4lw 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;
}

.gokong-mgz4lw.gokong-p5m26g span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.gokong-mgz4lw.gokong-p5m26g span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.gokong-mgz4lw.gokong-p5m26g span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.gokong-2ms8t0 + .gokong-ehqef5 {
  margin-left: 20px;
}

.gokong-inryoj {
  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;
}

.gokong-inryoj > svg {
  max-width: 24px;
  max-height: 24px;
}

.gokong-inryoj + .gokong-inryoj {
  margin-left: 5px;
}

.gokong-n9n5nu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.gokong-n9n5nu:hover {
  background-color: var(--button-bg-hover);
}

.gokong-k5jmpo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.gokong-cfh10j ease-in-out;
  border: 1px solid var(--border-color);
}

.gokong-k5jmpo:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.gokong-57163f {
  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) {
  .gokong-2ms8t0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .gokong-57163f {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .gokong-2ms8t0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .gokong-inryoj {
    min-width: unset;
    flex: 1 1;
  }
}

.gokong-pabg2d {
  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;
}

.gokong-pabg2d:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gokong-pabg2d:hover .gokong-hjmoeb {
  opacity: 1;
  pointer-events: auto;
}

.gokong-a9u5yl {
  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.gokong-0legw0 ease-in-out;
  gap: 4px;
}

.gokong-a9u5yl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gokong-a9u5yl .gokong-8bmvvc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gokong-i0201x,
.gokong-a9u5yl:hover {
  color: var(--button-bg-hover);
}

.gokong-6temg4 {
  position: relative;
}

.gokong-6temg4 .gokong-a9u5yl {
  margin-right: 0;
  padding-right: 4px;
}

.gokong-ku6rk1 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gokong-6temg4.gokong-p5m26g .gokong-ku6rk1 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.gokong-6temg4.gokong-p5m26g .gokong-hjmoeb {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.gokong-6temg4.gokong-p5m26g .gokong-hjmoeb::before {
  display: none;
}

.gokong-ku6rk1 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.gokong-hjmoeb {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.gokong-npw26v 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.gokong-hjmoeb::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.gokong-hjmoeb:hover {
  color: var(--fh-bg-color);
}

.gokong-982ez4 {
  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.gokong-npw26v 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.gokong-0legw0 ease-in-out;
  -o-transition: 0.gokong-0legw0 ease-in-out;
  transition: 0.gokong-0legw0 ease-in-out;
}

.gokong-982ez4 .gokong-8bmvvc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gokong-srzqpu,
.gokong-982ez4:hover {
  color: var(--button-bg-hover);
}

.gokong-escm36 {
  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%;
}

.gokong-escm36.gokong-wqrq35 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.gokong-escm36.gokong-wqrq35:after,
.gokong-escm36.gokong-wqrq35:before {
  content: "";
  position: absolute;
  margin: auto;
}

.gokong-escm36.gokong-wqrq35: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);
  }
}

.gokong-escm36.gokong-wqrq35:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.gokong-escm36.gokong-wqrq35 > * {
  z-index: 1;
}

.gokong-escm36 b,
.gokong-escm36 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.gokong-escm36 .gokong-6ffa7c {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.gokong-escm36 .gokong-n5p9gb {
  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;
}

.gokong-escm36 .gokong-8bmvvc {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.gokong-escm36 .gokong-036gix {
  margin-top: 12px;
}

.gokong-036gix {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.gokong-n79rtl {
  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;
}

.gokong-036gix .gokong-uybbx3 {
  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.gokong-cfh10j ease-in-out;
}

.gokong-036gix .gokong-uybbx3:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gokong-xf3ka6 {
  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;
}

.gokong-escm36.gokong-vnjr8b {
  gap: 12px;
  padding: 16px;
}

.gokong-escm36.gokong-vnjr8b .gokong-xf3ka6 {
  min-width: 240px;
}

.gokong-escm36.gokong-vnjr8b .gokong-xf3ka6.gokong-kotzao {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .gokong-escm36 .gokong-6ffa7c {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gokong-escm36 .gokong-n5p9gb {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gokong-escm36 .gokong-8bmvvc {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .gokong-escm36.gokong-vnjr8b .gokong-8bmvvc {
    max-width: 126px;
  }
  .gokong-escm36 .gokong-036gix {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .gokong-escm36 .gokong-n79rtl {
    max-width: unset;
  }
  .gokong-xf3ka6 {
    min-width: unset;
    width: 100%;
  }
  .gokong-escm36 .gokong-xf3ka6 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .gokong-escm36.gokong-vnjr8b {
    grid-template-rows: auto 1fr auto;
  }
  .gokong-escm36.gokong-vnjr8b .gokong-xf3ka6 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .gokong-escm36 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .gokong-escm36 .gokong-6ffa7c {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .gokong-escm36 .gokong-8bmvvc {
    max-width: 78px;
  }
  .gokong-escm36 .gokong-036gix {
    margin-top: -12px;
  }
  .gokong-escm36.gokong-vnjr8b {
    gap: 8px;
  }
  .gokong-escm36.gokong-vnjr8b .gokong-6ffa7c {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .gokong-escm36.gokong-vnjr8b .gokong-n5p9gb {
    grid-column: 1/3;
  }
  .gokong-escm36.gokong-vnjr8b .gokong-8bmvvc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .gokong-escm36.gokong-vnjr8b .gokong-8bmvvc img {
    max-width: 114px;
  }
}

.gokong-xf3ka6.gokong-1bbr7w,
.gokong-xf3ka6.gokong-q9juxh,
.gokong-xf3ka6.gokong-23ey0l {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.gokong-cfh10j ease-in-out;
}

.gokong-xf3ka6.gokong-1bbr7w,
.gokong-xf3ka6.gokong-23ey0l {
  padding: 10px;
}

.gokong-xf3ka6.gokong-1bbr7w:hover,
.gokong-xf3ka6.gokong-q9juxh:hover,
.gokong-xf3ka6.gokong-23ey0l:hover {
  background: var(--button-bg-hover);
}

.gokong-xf3ka6.gokong-1bbr7w:hover svg path,
.gokong-xf3ka6.gokong-23ey0l:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.gokong-xf3ka6.gokong-kotzao {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.gokong-cfh10j ease-in-out;
  background: var(--button-bg-color);
}

.gokong-xf3ka6.gokong-kotzao:hover {
  background-color: var(--button-bg-hover);
}

.gokong-xf3ka6.gokong-q9juxh: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);
  }
}

.gokong-xf3ka6.gokong-q9juxh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gokong-xf3ka6.gokong-kotzao:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gokong-porrpa {
  max-width: 650px;
}

.gokong-ghbw1q {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.gokong-0t6nm5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gokong-hk64o5 {
  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.gokong-0legw0 ease-in-out;
  cursor: pointer;
}

.gokong-hk64o5:hover {
  opacity: 0.5;
}

.gokong-hk64o5:focus {
  outline: 0;
}

.gokong-hk64o5:focus .gokong-az9d7f,
.gokong-hk64o5:hover .gokong-az9d7f {
  fill: red;
  fill-opacity: 1;
}

.gokong-hk64o5:hover {
  cursor: pointer;
}

.gokong-xdgizc {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.gokong-porrpa.gokong-f1o71a {
  margin: 0 auto;
}

.gokong-porrpa.gokong-n8jrra {
  margin-left: auto;
}

.gokong-eji23h {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.gokong-48hhu9 {
  padding-bottom: 50px;
}

.gokong-05uzd2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.gokong-ayaght {
  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;
}

.gokong-rewkxt {
  margin-top: 24px;
}

.gokong-7yfooa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gokong-2bp34s {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.gokong-av43sk {
  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;
}

.gokong-zvp6vo {
  width: 468px;
}

.gokong-av43sk .gokong-hjmoeb {
  margin: 0.gokong-hmx0b8 0;
}

.gokong-ipvml1 {
  display: flex;
  min-width: 224px;
}

.gokong-aowhbq {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.gokong-0legw0 ease-in-out;
}

.gokong-lrycgl,
.gokong-aowhbq:hover {
  color: var(--text-color);
}

.gokong-dsmvy1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.gokong-ybeet3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .gokong-eji23h {
    padding: 16px;
  }
  .gokong-dsmvy1 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .gokong-ybeet3 {
    align-items: center;
  }
  .gokong-zvp6vo {
    width: unset;
  }
  .gokong-ipvml1 {
    min-width: unset;
  }
  .gokong-av43sk {
    max-height: unset;
  }
  .gokong-05uzd2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gokong-eji23h {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.gokong-3bz4s0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gokong-3bz4s0:not(:last-child) {
  margin-bottom: 16px;
}

.gokong-3gsc6p {
  outline: 0;
}

.gokong-3gsc6p .gokong-qcne54 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.gokong-zjv608 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .gokong-zjv608 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.gokong-zjv608::-webkit-details-marker {
  display: none;
}

.gokong-zjv608: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;
}

.gokong-zjv608: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] .gokong-zjv608:after {
  transform: unset;
}

.gokong-qcne54 {
  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);
}

.gokong-qcne54 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.gokong-0legw0 ease-in-out;
  -o-transition: 0.gokong-0legw0 ease-in-out;
  transition: 0.gokong-0legw0 ease-in-out;
}

.gokong-yyrxxr {
  padding: 16px 0 0 0;
}

.gokong-yyrxxr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .gokong-yyrxxr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gokong-zjv608 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .gokong-zjv608::after {
    margin-left: auto;
  }
  .gokong-qcne54 {
    order: 3;
    flex: 1 1 100%;
  }
  .gokong-zjv608 {
    font-size: 14px;
    line-height: 130%;
  }
  .gokong-qcne54 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.gokong-6fje7d {
  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;
}

.gokong-e0870d {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.gokong-6fje7d.gokong-p5m26g .gokong-e0870d {
  margin-bottom: 12px;
}

.gokong-e0870d::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;
}

.gokong-6fje7d.gokong-p5m26g .gokong-e0870d::after {
  transform: unset;
}

.gokong-abmyn0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.gokong-60slhs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.gokong-0legw0 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.gokong-60slhs: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;
}

.gokong-6fje7d.gokong-p5m26g .gokong-abmyn0 {
  max-height: 100%;
}

.gokong-81rmty {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.gokong-x7ghmu {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.gokong-v1802z {
  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;
}

.gokong-jzjbik {
  margin-right: 4px;
}

.gokong-uy9790 {
  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.gokong-0legw0 ease-in-out;
}

.gokong-uy9790 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.gokong-hwelzc,
.gokong-uy9790:hover {
  color: var(--text-color);
}

.gokong-wdl788 {
  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;
}

.gokong-wdl788 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.gokong-wdl788 .gokong-ffesun {
  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;
}

.gokong-wdl788 .gokong-4ipskx {
  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;
}

.gokong-638hxz {
  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;
}

.gokong-yzsnvb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gokong-37kqal .gokong-19eu4e {
  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;
}

.gokong-37kqal {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.gokong-2o31g3 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.gokong-mi0z5k {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.gokong-5zkg0j {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.gokong-oqmwp4 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;
}

.gokong-5zkg0j:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gokong-u9azi6 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.gokong-pfzmqx {
  -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.gokong-0legw0 ease-in-out;
  transition: transform 0.gokong-0legw0 ease-in-out;
  -o-transition: transform 0.gokong-0legw0 ease-in-out;
  transition:
    transform 0.gokong-0legw0 ease-in-out,
    -webkit-transform 0.gokong-0legw0 ease-in-out;
  cursor: pointer;
}

.gokong-pfzmqx svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.gokong-pfzmqx: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;
}

.gokong-54r8sf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .gokong-54r8sf {
    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);
}

.gokong-24shcn {
  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;
}

.gokong-lydv2k {
  position: relative;
  width: 100%;
}

.gokong-24shcn.gokong-n2zyc5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gokong-24shcn.gokong-f1o71a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gokong-24shcn.gokong-n8jrra {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gokong-klwnll {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.gokong-elq8c3 {
  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.gokong-0legw0 ease-in-out;
  cursor: pointer;
}

.gokong-elq8c3:hover {
  opacity: 0.5;
}

.gokong-24shcn.gokong-gf5lt6 .gokong-elq8c3 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gokong-24shcn.gokong-gf5lt6 .gokong-klwnll {
  cursor: pointer;
}

.gokong-0kjtuv {
  fill: #0009;
}

.gokong-p7sn3q {
  fill: #fff;
}

.gokong-elq8c3:hover .gokong-0kjtuv {
  fill: red;
}

.gokong-elq8c3 svg path {
  -webkit-transition: 0.gokong-0legw0 ease-in-out;
  -o-transition: 0.gokong-0legw0 ease-in-out;
  transition: 0.gokong-0legw0 ease-in-out;
}

.gokong-j6ghie {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.gokong-j6ghie > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.gokong-j6ghie.gokong-8tql1v > :not(.get-image) {
  grid-column: 1/3;
}

.gokong-v63jba:not(._h1-block) .gokong-j6ghie > .gokong-e66zsb {
  grid-row: 1/2;
  grid-column: 1/3;
}

.gokong-j6ghie.gokong-8tql1v .gokong-j9a4my {
  grid-column: 2/3;
}

.gokong-j6ghie.gokong-8tql1v > .gokong-8bmvvc {
  grid-column: 1/2;
}

.gokong-j6ghie.gokong-8tql1v > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.gokong-j6ghie > p:first-of-type {
  margin-top: 0;
}

.gokong-j6ghie .gokong-8bmvvc {
  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;
}

.gokong-v63jba:not(._h1-block) .gokong-e66zsb ~ .gokong-8bmvvc {
  grid-row: 2/10;
}

.gokong-v63jba.gokong-lt3bmk .gokong-e66zsb ~ .gokong-8bmvvc {
  grid-row: 1/10;
}

.gokong-v63jba.gokong-lt3bmk > .gokong-e66zsb {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.gokong-v63jba.gokong-lt3bmk .gokong-8bmvvc {
  grid-row: 1/10;
}

.gokong-j6ghie.gokong-2hp749 .gokong-8bmvvc {
  align-items: flex-start;
}

.gokong-j6ghie.gokong-f1o71a .gokong-j9a4my {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.gokong-j6ghie.gokong-f1o71a .gokong-8bmvvc {
  align-items: center;
}

.gokong-j6ghie.gokong-2odwlz .gokong-8bmvvc {
  align-items: flex-end;
}

.gokong-j9a4my > :first-child {
  margin-top: 0;
}

.gokong-j9a4my > :last-child {
  margin-bottom: 0;
}

* + .gokong-q1d7q0,
.gokong-v63jba + .gokong-v63jba {
  margin-top: 2rem;
}

.gokong-3g8dj8 td::before,
.gokong-3g8dj8 th::after {
  display: none !important;
}

.gokong-3g8dj8 #link-selector {
  color: #000;
}

.gokong-3g8dj8 .gokong-2ey8mx {
  color: #135e96;
}

.gokong-3g8dj8 .gokong-5k7swc *,
.gokong-3g8dj8 .gokong-ndmwk1 p,
.gokong-3g8dj8 .gokong-hfw97m * {
  color: #000;
}

.gokong-3g8dj8 .gokong-l6y0h7 {
  background: 0 0 !important;
}

.gokong-3g8dj8 .gokong-yj9fc2 {
  color: #000;
}

.gokong-3g8dj8 .gokong-ahazy8.gokong-wgl0f6 {
  color: #fff;
}

.gokong-3g8dj8 .gokong-xnb421 {
  color: #000;
}

.gokong-3g8dj8
  .gokong-avj3kc
  .gokong-lzzsxg.gokong-wgl0f6.gokong-ddz2tr {
  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;
}

.gokong-zwzrg9,
body .gokong-suzksy {
  color: #000;
  background: var(--color-body) !important;
}

.gokong-zwzrg9 .gokong-tbfapy .gokong-iis9kz,
body .gokong-suzksy .gokong-tbfapy .gokong-iis9kz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gokong-60slhs:focus,
  .gokong-60slhs:hover {
    color: #f9cb16;
  }
  .gokong-nbp808:focus,
  .gokong-nbp808:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gokong-88uzr3:focus img,
  .gokong-88uzr3:focus svg,
  .gokong-88uzr3:hover img,
  .gokong-88uzr3:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .gokong-wdl788 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .gokong-6temg4:hover .gokong-ku6rk1 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .gokong-ku6rk1 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .gokong-mbppev {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .gokong-xe7fk1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gokong-qsi3ef {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .gokong-swnf2l .gokong-9spm0e {
    grid-template-columns: 1fr;
  }
  .gokong-swnf2l .gokong-6tbscg {
    -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;
  }
  .gokong-swnf2l .gokong-x3jmn0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gokong-swnf2l .gokong-57yur8 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gokong-swnf2l .gokong-w3u3y9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .gokong-swnf2l .gokong-x3jmn0:not(:first-child) {
    border: none;
  }
  .gokong-swnf2l .gokong-x3jmn0:first-child .gokong-57yur8 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .gokong-swnf2l .gokong-x3jmn0:last-child .gokong-57yur8 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .gokong-d9jnxt {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .gokong-crvqar {
    max-width: 100px;
  }
  .gokong-2ms8t0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .gokong-ehqef5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .gokong-ehqef5 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .gokong-mgz4lw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .gokong-2ms8t0 + .gokong-ehqef5 {
    margin-left: auto;
  }
  .gokong-pauw9y {
    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;
  }
  .gokong-pauw9y.gokong-p5m26g {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .gokong-57163f {
    -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;
  }
  .gokong-pabg2d {
    width: 100%;
  }
  .gokong-pabg2d:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .gokong-a9u5yl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .gokong-a9u5yl svg {
    margin-right: 4px;
  }
  .gokong-6temg4 {
    -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;
  }
  .gokong-ku6rk1 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .gokong-ku6rk1 {
    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;
  }
  .gokong-hjmoeb {
    display: none;
    width: 100%;
  }
  .gokong-6temg4.gokong-p5m26g .gokong-hjmoeb {
    padding: 0 0 0 48px;
  }
  .gokong-982ez4 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .gokong-ayaght .gokong-8bmvvc {
    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;
  }
  .gokong-26m3gt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gokong-26m3gt + .gokong-26m3gt {
    margin-right: 0;
  }
  .gokong-26m3gt + .gokong-8bmvvc {
    margin: 0;
  }
  .gokong-mbppev {
    grid-template-columns: repeat(4, 1fr);
  }
  .gokong-xe7fk1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gokong-72fzbg,
  .gokong-vax1gc {
    grid-template-columns: repeat(2, 1fr);
  }
  .gokong-j6ghie {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gokong-j6ghie.gokong-8tql1v .gokong-j9a4my {
    grid-column: auto;
    grid-row: auto;
  }
  .gokong-j6ghie > .gokong-e66zsb {
    grid-column: 1/2;
  }
  .gokong-j6ghie.gokong-8tql1v > :not(.get-image) {
    grid-column: 1/2;
  }
  .gokong-j6ghie .gokong-8bmvvc,
  .gokong-j6ghie.gokong-8tql1v > .gokong-8bmvvc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gokong-j6ghie.gokong-8tql1v > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .gokong-v63jba.gokong-lt3bmk .gokong-j6ghie > .gokong-8bmvvc {
    grid-row: 1/2;
  }
  .gokong-j6ghie .gokong-e66zsb ~ .gokong-8bmvvc,
  .gokong-j6ghie.gokong-8tql1v .gokong-e66zsb ~ .gokong-8bmvvc {
    grid-row: 2/3;
  }
  .gokong-v63jba.gokong-lt3bmk .gokong-e66zsb ~ .gokong-8bmvvc {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .gokong-6rvb9c:first-child .gokong-9nky02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gokong-6rvb9c:first-child .gokong-9nky02 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .gokong-6rvb9c {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .gokong-6rvb9c {
    padding: 0;
  }
  .gokong-dex7s4 {
    margin-top: 1rem;
  }
  .gokong-3gsc6p {
    border-radius: 5px;
  }
  .gokong-4yi19j {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gokong-e0870d::after {
    display: inline-block;
  }
  .gokong-e0870d {
    margin: 0;
    width: 100%;
  }
  .gokong-abmyn0 {
    width: 100%;
  }
  .gokong-abmyn0.gokong-54yiet {
    -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%;
  }
  .gokong-abmyn0.gokong-54yiet .gokong-qczqim {
    width: 100%;
  }
  .gokong-abmyn0.gokong-54yiet .gokong-qczqim:not(:last-child) {
    margin-right: 0;
  }
  .gokong-60slhs {
    width: 100%;
    text-align: center;
  }
  .gokong-6fje7d.gokong-p5m26g .gokong-abmyn0 {
    margin-top: 1rem;
  }
  .gokong-mbppev {
    grid-template-columns: repeat(3, 1fr);
  }
  .gokong-qsi3ef,
  .gokong-xe7fk1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gokong-72fzbg,
  .gokong-vax1gc,
  .gokong-fcx80g {
    grid-template-columns: 1fr;
  }
  .gokong-7tm5f6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .gokong-v641bu {
    min-width: 300px;
    max-width: 325px;
  }
  .gokong-57yur8 {
    cursor: auto;
  }
  .gokong-lv87eh .gokong-57yur8 {
    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;
  }
  .gokong-54r8sf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .gokong-hjmoeb {
    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) {
  .gokong-54r8sf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.gokong-26m3gt p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .gokong-ehqef5 {
    margin: 0 -0.2rem;
  }
  .gokong-26m3gt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gokong-wil7lx {
    -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;
  }
  .gokong-p2r4ji {
    max-width: 100%;
  }
  .gokong-mbppev {
    grid-template-columns: repeat(2, 1fr);
  }
  .gokong-qsi3ef,
  .gokong-xe7fk1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .gokong-d9jnxt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gokong-ehqef5 {
    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;
  }
  .gokong-ecpv9y {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gokong-inryoj {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gokong-w8e2wx,
  .gokong-6hkobe {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .gokong-cr0ieq {
    width: 100%;
  }
  .gokong-mbppev {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .gokong-54r8sf {
    top: 127px !important;
  }
}

.gokong-5cliio {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .gokong-5cliio {
  }
}

@media (max-width: 767px) {
  .gokong-5cliio {
    margin-bottom: 12px;
  }
}

.gokong-5cliio img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.gokong-ibiyzf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.gokong-ibiyzf > .gokong-ltvbnv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .gokong-ibiyzf {
    flex-direction: column;
    gap: 12px;
  }
}

.gokong-5tfsqr {
  display: flex;
}

.gokong-5tfsqr .gokong-kgtqo9 {
  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;
}

.gokong-5tfsqr .gokong-k97ujt {
  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;
}

.gokong-5tfsqr .gokong-0a6shu {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.gokong-5tfsqr .gokong-oc4tpw {
  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));
  }
}

.gokong-5tfsqr .gokong-oc4tpw:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gokong-5tfsqr .gokong-zlqyfk {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.gokong-cuxb5x {
  border: unset;
  background-color: unset;
}

.gokong-cuxb5x tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gokong-cuxb5x .gokong-efkus3,
.gokong-cuxb5x .gokong-ixoc66 {
  flex: 0 1 330px;
}

.gokong-cuxb5x .gokong-u8fj8f {
  flex: 1 1;
}

.gokong-cuxb5x tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gokong-cuxb5x tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.gokong-cuxb5x tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.gokong-cuxb5x tr td p {
  color: #fff;
  margin: 0;
}

.gokong-cuxb5x tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.gokong-cuxb5x tr.gokong-efkus3 td p {
  padding: 16px 0;
}

.gokong-cuxb5x tr.gokong-efkus3 td p:not(:last-child),
.gokong-cuxb5x tr.gokong-ixoc66 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gokong-cuxb5x tr.gokong-efkus3 td p:first-child,
.gokong-cuxb5x tr.gokong-ixoc66 td p:first-child {
  padding-top: 0;
}

.gokong-cuxb5x tr.gokong-ixoc66 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gokong-cuxb5x tr.gokong-ixoc66 td p:last-child {
  padding-bottom: 0;
}

.gokong-cuxb5x .gokong-ixoc66 img {
  max-width: 32px;
}

.gokong-cuxb5x .gokong-u8fj8f {
  min-width: 718px;
}

.gokong-cuxb5x .gokong-u8fj8f td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.gokong-cuxb5x .gokong-u8fj8f td {
  display: flex;
}

.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-2agihb,
.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-jaxu6p,
.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-lzdcj0 {
  flex: 1 1 50%;
}

.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-9n3ryi {
  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;
}

.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-9h0b9p,
.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-wzzp5v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-2agihb,
.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-jaxu6p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-2agihb span,
.gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-jaxu6p span {
  font-weight: 800;
}

.gokong-cuxb5x .gokong-u8fj8f img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .gokong-cuxb5x .gokong-u8fj8f td .gokong-lzdcj0:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gokong-cuxb5x tr.gokong-efkus3 td p:last-child {
    padding-bottom: 0;
  }
  .gokong-cuxb5x .gokong-ixoc66 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .gokong-cuxb5x .gokong-ixoc66 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .gokong-cuxb5x tr.gokong-efkus3 td p:not(:last-child),
  .gokong-cuxb5x tr.gokong-ixoc66 td p:not(:last-child) {
    border-bottom: unset;
  }
  .gokong-cuxb5x tr.gokong-ixoc66 td p:last-child {
    padding-bottom: 12px;
  }
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-2agihb,
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-jaxu6p,
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-lzdcj0 {
    flex: 1 1 50%;
    padding: 0;
  }
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-2agihb,
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-jaxu6p {
    margin-top: 16px;
  }
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-lzdcj0 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-2agihb {
    border-right: 1px solid var(--border-color);
  }
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-lzdcj0:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .gokong-cuxb5x .gokong-u8fj8f td:last-child .gokong-lzdcj0:last-child {
    padding-bottom: 0;
  }
}

.gokong-lzdcj0 {
  display: flex;
  flex-direction: column;
}

.gokong-cuxb5x .gokong-u8fj8f td .gokong-lzdcj0 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.gokong-cuxb5x .gokong-u8fj8f td .gokong-lzdcj0:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.gokong-cuxb5x .gokong-u8fj8f td .gokong-lzdcj0:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .gokong-cuxb5x .gokong-u8fj8f td .gokong-lzdcj0:not(:first-child) {
    padding-left: 0;
  }
  .gokong-cuxb5x .gokong-u8fj8f td .gokong-lzdcj0:not(:last-of-type) {
    border-right: unset;
  }
}

.gokong-cuxb5x .gokong-z7j42a {
  flex: 0 1 485px;
}

.gokong-cuxb5x .gokong-t571dw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.gokong-cuxb5x .gokong-t571dw li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gokong-cuxb5x .gokong-t571dw li.gokong-opwab3 {
  padding: 6px 12px;
}

.gokong-cuxb5x .gokong-t571dw li a,
.gokong-cuxb5x .gokong-t571dw 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;
}

.gokong-cuxb5x .gokong-efhqk8,
.gokong-cuxb5x .gokong-t6lp6o {
  flex: 1 1;
}

.gokong-cuxb5x .gokong-ux61d3,
.gokong-cuxb5x .gokong-rm2rms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gokong-cuxb5x .gokong-ux61d3 li,
.gokong-cuxb5x .gokong-rm2rms li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gokong-cuxb5x .gokong-t6lp6o img {
  max-width: 32px;
}

.gokong-cuxb5x .gokong-efhqk8 img {
  max-width: 32px;
}

.gokong-cuxb5x .gokong-6tbn6x {
  min-width: 280px;
}

.gokong-cuxb5x .gokong-6tbn6x img {
  max-width: 146px;
}

.gokong-cuxb5x .gokong-6tbn6x td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .gokong-cuxb5x .gokong-efkus3,
  .gokong-cuxb5x .gokong-ixoc66 {
    flex: 0 1 auto;
  }
  .gokong-cuxb5x .gokong-u8fj8f {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .gokong-cuxb5x .gokong-efkus3,
  .gokong-cuxb5x .gokong-z7j42a,
  .gokong-cuxb5x .gokong-ixoc66,
  .gokong-cuxb5x .gokong-u8fj8f {
    flex: 1 1 calc(50% - 20px);
  }
  .gokong-cuxb5x .gokong-efhqk8,
  .gokong-cuxb5x .gokong-6tbn6x,
  .gokong-cuxb5x .gokong-t6lp6o {
    flex: 1 1 30%;
  }
  .gokong-cuxb5x .gokong-6tbn6x {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .gokong-cuxb5x .gokong-efkus3,
  .gokong-cuxb5x .gokong-z7j42a,
  .gokong-cuxb5x .gokong-efhqk8,
  .gokong-cuxb5x .gokong-ixoc66,
  .gokong-cuxb5x .gokong-u8fj8f,
  .gokong-cuxb5x .gokong-6tbn6x,
  .gokong-cuxb5x .gokong-t6lp6o {
    flex: 1 1 100%;
  }
}

.gokong-j81vws .gokong-zroc35 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gokong-j81vws .gokong-9j5dbz {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.gokong-j81vws .gokong-f9xmdk {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.gokong-j81vws .gokong-uml0vc {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.gokong-j81vws .gokong-uml0vc > :nth-child(3) {
  margin-top: 0;
}

.gokong-j81vws .gokong-8bmvvc {
  grid-column: 2/3;
  grid-row: 1/10;
}

.gokong-j81vws .gokong-wyho02 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.gokong-j81vws .gokong-dex7s4 {
  grid-column: 1/2;
}

.gokong-j81vws > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.gokong-j81vws .gokong-9j5dbz: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;
}

.gokong-j81vws .gokong-9j5dbz:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.gokong-j81vws .gokong-cr0ieq {
  min-width: 240px;
}

@media (max-width: 768px) {
  .gokong-j81vws .gokong-9j5dbz:not(:last-child):before {
    bottom: 8px;
  }
  .gokong-j81vws .gokong-9j5dbz:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .gokong-j81vws .gokong-uml0vc {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .gokong-j81vws .gokong-8bmvvc {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .gokong-j81vws .gokong-8bmvvc img {
    width: 100%;
    height: auto;
  }
  .gokong-j81vws .gokong-cr0ieq {
    width: 100%;
    min-width: unset;
  }
}

.gokong-y6hl6u .gokong-tu10p4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.gokong-y6hl6u .gokong-l9i3w8 {
  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;
}

.gokong-y6hl6u .gokong-8bmvvc {
  height: 100%;
}

.gokong-y6hl6u .gokong-8bmvvc img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.gokong-y6hl6u .gokong-96dtqe {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.gokong-y6hl6u .gokong-lj1jd3 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.gokong-y6hl6u .gokong-xueztq {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .gokong-y6hl6u .gokong-l9i3w8 {
    flex: 1 1 100%;
  }
  .gokong-y6hl6u .gokong-xf3ka6 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .gokong-y6hl6u .gokong-l9i3w8 {
    flex-direction: column;
  }
  .gokong-y6hl6u .gokong-8bmvvc {
    width: 100%;
    height: auto;
  }
  .gokong-y6hl6u .gokong-8bmvvc img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .gokong-y6hl6u .gokong-96dtqe {
    padding: 0 16px 16px 16px;
  }
  .gokong-y6hl6u .gokong-xf3ka6 {
    min-width: unset;
    width: 100%;
  }
}

.gokong-3efu9g .gokong-ov0ty6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.gokong-3efu9g .gokong-cqrodu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.gokong-3efu9g 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;
}

.gokong-3efu9g .gokong-ki0do1 {
  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;
}

.gokong-3efu9g .gokong-cqrodu:hover .gokong-ki0do1 {
  display: flex;
}

.gokong-3efu9g .gokong-2yqnzz {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gokong-3efu9g .gokong-an05t6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.gokong-o9dbf2 {
  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;
}

.gokong-o9dbf2.gokong-oaouf2 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.gokong-cfh10j ease-in-out;
}

.gokong-o9dbf2.gokong-oaouf2:hover {
  color: #f9cb16;
  background-color: transparent;
}

.gokong-3efu9g .gokong-m9m4nz {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.gokong-cfh10j ease-in-out;
}

.gokong-3efu9g .gokong-m9m4nz:hover {
  color: #196948;
  background-color: #f9cb16;
}

.gokong-3efu9g .gokong-m9m4nz:after,
.gokong-o9dbf2.gokong-oaouf2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.gokong-o9dbf2.gokong-oaouf2:after {
  background-image: url(../images/Cash.svg);
}

.gokong-3efu9g .gokong-m9m4nz:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .gokong-3efu9g .gokong-ov0ty6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .gokong-3efu9g .gokong-ov0ty6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gokong-3efu9g .gokong-ov0ty6 {
    grid-template-columns: 1fr;
  }
  .gokong-3efu9g .gokong-cqrodu {
    height: auto;
  }
  .gokong-3efu9g .gokong-cqrodu .gokong-ki0do1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .gokong-3efu9g .gokong-2yqnzz,
  .gokong-3efu9g .gokong-an05t6 {
    text-align: left;
  }
  .gokong-3efu9g .gokong-an05t6 {
    margin-bottom: 8px;
  }
  .gokong-3efu9g img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.gokong-sb8bmw {
  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;
}

.gokong-sb8bmw.gokong-gf5lt6 {
  display: block;
}

.gokong-sb8bmw .gokong-aiekjq {
  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;
}

.gokong-sb8bmw .gokong-yle1ii {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.gokong-sb8bmw .gokong-bxxsu2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.gokong-sb8bmw .gokong-y7dcsk {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.gokong-sb8bmw .gokong-o9dbf2 {
  min-width: 296px;
  margin-bottom: 0;
}

.gokong-sb8bmw .gokong-4x1qp8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gokong-sb8bmw .gokong-pn3ser {
  position: relative;
  flex: 1 1;
}

.gokong-sb8bmw .gokong-pn3ser iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gokong-sb8bmw .gokong-yle1ii {
    flex-wrap: wrap;
    gap: 8px;
  }
  .gokong-sb8bmw .gokong-bxxsu2 {
    order: 1;
  }
  .gokong-sb8bmw .gokong-y7dcsk {
    order: 3;
    flex: 1 1 100%;
  }
  .gokong-sb8bmw .gokong-o9dbf2 {
    width: 100%;
    min-width: unset;
  }
  .gokong-sb8bmw .gokong-4x1qp8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .gokong-j6ghie > .gokong-e66zsb {
    margin-bottom: 0;
  }
  .gokong-j6ghie > .gokong-dex7s4,
  .gokong-j6ghie > p {
    margin-top: 0;
  }
}

.gokong-2byk15 img,
.gokong-26m3gt img {
  width: auto;
  object-fit: contain;
}

.gokong-2byk15 {
  align-items: center;
}

.gokong-2byk15 img {
  max-height: 76px;
}

.gokong-26m3gt img {
  max-height: 64px;
}

.gokong-c9qgne {
  overflow: auto;
}

.gokong-rmngjf {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.gokong-cz5utr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.gokong-8pk7gy {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.gokong-u0fyut {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gokong-8pk7gy .gokong-8bmvvc {
  margin-right: 20px;
  flex-shrink: 0;
}

.gokong-8pk7gy img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.gokong-cotq3e {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.gokong-cotq3e > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gokong-8pk7gy {
    padding: 15px 10px;
  }
  .gokong-cotq3e {
    padding: 15px 10px;
  }
  .gokong-8pk7gy .gokong-8bmvvc {
    margin-right: 10px;
  }
}

.gokong-7mjk93 {
  overflow-x: auto;
}

.gokong-yb51yq {
  border-collapse: collapse;
  width: 100%;
}

.gokong-7mjk93 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.gokong-7mjk93 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.gokong-7mjk93 td.gokong-12cw0r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.gokong-7mjk93 td.gokong-mgl30l {
  border-right: none;
}

.gokong-7mjk93 td.gokong-mgl30l .gokong-8bmvvc {
  justify-content: flex-start;
}

.gokong-7mjk93 td.gokong-mgl30l .gokong-8bmvvc img {
  height: auto;
  width: 90px;
}

.gokong-7mjk93 td.gokong-113j5g,
.gokong-7mjk93 td.gokong-f05vre {
  font-weight: 600;
  text-align: right;
}

.gokong-7mjk93 td.gokong-psp1o6,
.gokong-7mjk93 td.gokong-113j5g {
  padding-bottom: 10px;
  border-bottom: none;
}

.gokong-7mjk93 td.gokong-113j5g,
.gokong-7mjk93 td.gokong-f05vre {
  border-left: none;
}

.gokong-7mjk93 td.gokong-psp1o6,
.gokong-7mjk93 td.gokong-yfwr1k {
  border-right: none;
}

.gokong-7mjk93 td.gokong-yfwr1k,
.gokong-7mjk93 td.gokong-f05vre {
  border-top: none;
  padding-top: 10px;
}

.gokong-3nrb2c {
  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;
}

.gokong-3nrb2c .gokong-xf3ka6 {
  min-width: unset;
  width: 100%;
}

.gokong-3nrb2c .gokong-xf3ka6.gokong-1bbr7w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.gokong-3nrb2c .gokong-xf3ka6.gokong-23ey0l {
  grid-column: 2/3;
  grid-row: 1/2;
}

.gokong-3nrb2c .gokong-7fyafz {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .gokong-3nrb2c {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .gokong-3nrb2c .gokong-xf3ka6.gokong-1bbr7w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gokong-3nrb2c .gokong-xf3ka6.gokong-23ey0l {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .gokong-3nrb2c .gokong-7fyafz {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.gokong-9woqyv {
  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;
}

.gokong-uk5quf {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.gokong-b0l1y2 p a img {
  margin: 0 auto;
  display: block;
}

.gokong-b0l1y2 table {
  margin-bottom: 17px;
}

/* contanct form */
.gokong-wr2qn6 {
  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;
}

.gokong-wr2qn6 label {
  font-size: 14px;
}

.gokong-wr2qn6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gokong-wr2qn6 input,
.gokong-wr2qn6 textarea,
.gokong-wr2qn6 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;
}
.gokong-wr2qn6 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gokong-cfh10j ease;
}
.gokong-wr2qn6 button:hover {
  background-color: #691204;
}
.gokong-89ypcb {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gokong-3u67eu ease-in;
}

.gokong-89ypcb h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}