@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);
}

.rizk-cb524h {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rizk-3nucwd {
  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.rizk-7l3mpw,
ul.rizk-7l3mpw {
  padding-left: 20px;
}

ul.rizk-7l3mpw {
  list-style: disc;
}

ol.rizk-7l3mpw {
  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;
  }
}

.rizk-36616e > .rizk-ez4m42,
.rizk-36616e > .rizk-zzovo9,
.rizk-36616e > blockquote,
.rizk-36616e > h1,
.rizk-36616e > h2,
.rizk-36616e > h3,
.rizk-36616e > h4,
.rizk-36616e > h5,
.rizk-36616e > h6,
.rizk-36616e > ol,
.rizk-36616e > p,
.rizk-36616e > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rizk-36616e > ol,
.rizk-36616e > ul {
  padding-left: 50px;
}

.rizk-36616e 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;
}

.rizk-36616e:not(:last-child) {
  margin-bottom: 2rem;
}

.rizk-36616e > :not(:first-child) {
  margin-top: 2rem;
}

.rizk-36616e {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rizk-36616e:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rizk-36616e:first-child {
    margin-top: 20px;
  }
}

.rizk-36616e > p:last-of-type {
  margin-bottom: 32px;
}

.rizk-36616e > .rizk-9rtq1o:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rizk-jz63k2 > .rizk-9rtq1o {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rizk-zzovo9 {
  overflow: auto;
}

.rizk-zzovo9::-webkit-scrollbar {
  height: 5px;
}

.rizk-zzovo9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
}

.rizk-zzovo9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rizk-zzovo9 table thead,
table thead {
  border-bottom: none;
}

.rizk-zzovo9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rizk-zzovo9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rizk-zzovo9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rizk-zzovo9 .rizk-4sfnzv {
  table-layout: auto;
}

.rizk-zzovo9 .rizk-4sfnzv th {
  word-break: normal;
}

.rizk-zzovo9 .rizk-4sfnzv td {
  word-break: normal;
}

.rizk-cb524h .rizk-cb524h {
  padding-right: 0;
  padding-left: 0;
}

.rizk-xvepxd {
  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;
}

.rizk-c6k9dx {
  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;
}

.rizk-uhkx9i {
  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;
}

.rizk-ez4m42 {
  margin-top: 24px;
}

.rizk-ez4m42.rizk-82xelm {
  text-align: left;
}

.rizk-ez4m42.rizk-eaqahy {
  text-align: right;
}

.rizk-ez4m42.rizk-7c0ogd {
  text-align: center;
}

.rizk-kmcu32 {
  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.rizk-w6mtmg ease-in-out;
  cursor: pointer;
}

.rizk-kmcu32:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rizk-kmcu32 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rizk-kmcu32 {
    min-width: unset;
  }
}

.rizk-vjlqox {
  background-color: var(--fh-bg-color);
}

.rizk-kmsvve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rizk-iux76v {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.rizk-iux76v img {
  max-height: 44px;
  object-fit: contain;
}

.rizk-r43uia {
  flex: 1 1;
}

.rizk-4dduhk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rizk-m0mfa3 {
  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;
}

.rizk-m0mfa3 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;
}

.rizk-m0mfa3.rizk-pkxy56 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rizk-m0mfa3.rizk-pkxy56 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rizk-m0mfa3.rizk-pkxy56 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rizk-r43uia + .rizk-4dduhk {
  margin-left: 20px;
}

.rizk-uygvi6 {
  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;
}

.rizk-uygvi6 > svg {
  max-width: 24px;
  max-height: 24px;
}

.rizk-uygvi6 + .rizk-uygvi6 {
  margin-left: 5px;
}

.rizk-i1xdvb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rizk-i1xdvb:hover {
  background-color: var(--button-bg-hover);
}

.rizk-vtrbiu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rizk-w6mtmg ease-in-out;
  border: 1px solid var(--border-color);
}

.rizk-vtrbiu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rizk-6ddsv8 {
  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) {
  .rizk-r43uia {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rizk-6ddsv8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rizk-r43uia {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rizk-uygvi6 {
    min-width: unset;
    flex: 1 1;
  }
}

.rizk-j46x9t {
  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;
}

.rizk-j46x9t:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rizk-j46x9t:hover .rizk-u0dg49 {
  opacity: 1;
  pointer-events: auto;
}

.rizk-2yb5qe {
  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.rizk-s3on5a ease-in-out;
  gap: 4px;
}

.rizk-2yb5qe > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rizk-2yb5qe .rizk-xvepxd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rizk-3zcplc,
.rizk-2yb5qe:hover {
  color: var(--button-bg-hover);
}

.rizk-8h7dn7 {
  position: relative;
}

.rizk-8h7dn7 .rizk-2yb5qe {
  margin-right: 0;
  padding-right: 4px;
}

.rizk-a1sij1 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rizk-8h7dn7.rizk-pkxy56 .rizk-a1sij1 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rizk-8h7dn7.rizk-pkxy56 .rizk-u0dg49 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rizk-8h7dn7.rizk-pkxy56 .rizk-u0dg49::before {
  display: none;
}

.rizk-a1sij1 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rizk-u0dg49 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rizk-8ln4sk 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rizk-u0dg49::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rizk-u0dg49:hover {
  color: var(--fh-bg-color);
}

.rizk-iqek6c {
  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.rizk-8ln4sk 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rizk-s3on5a ease-in-out;
  -o-transition: 0.rizk-s3on5a ease-in-out;
  transition: 0.rizk-s3on5a ease-in-out;
}

.rizk-iqek6c .rizk-xvepxd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rizk-x2ji7g,
.rizk-iqek6c:hover {
  color: var(--button-bg-hover);
}

.rizk-bqcoqk {
  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%;
}

.rizk-bqcoqk.rizk-pkawo8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rizk-bqcoqk.rizk-pkawo8:after,
.rizk-bqcoqk.rizk-pkawo8:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rizk-bqcoqk.rizk-pkawo8: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);
  }
}

.rizk-bqcoqk.rizk-pkawo8:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rizk-bqcoqk.rizk-pkawo8 > * {
  z-index: 1;
}

.rizk-bqcoqk b,
.rizk-bqcoqk strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rizk-bqcoqk .rizk-mmbe4c {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rizk-bqcoqk .rizk-femlok {
  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;
}

.rizk-bqcoqk .rizk-xvepxd {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rizk-bqcoqk .rizk-tkqkk7 {
  margin-top: 12px;
}

.rizk-tkqkk7 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rizk-tz5473 {
  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;
}

.rizk-tkqkk7 .rizk-x1dc4e {
  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.rizk-w6mtmg ease-in-out;
}

.rizk-tkqkk7 .rizk-x1dc4e:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rizk-3uv6jv {
  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;
}

.rizk-bqcoqk.rizk-b4036l {
  gap: 12px;
  padding: 16px;
}

.rizk-bqcoqk.rizk-b4036l .rizk-3uv6jv {
  min-width: 240px;
}

.rizk-bqcoqk.rizk-b4036l .rizk-3uv6jv.rizk-pmfh1y {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rizk-bqcoqk .rizk-mmbe4c {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rizk-bqcoqk .rizk-femlok {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rizk-bqcoqk .rizk-xvepxd {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rizk-bqcoqk.rizk-b4036l .rizk-xvepxd {
    max-width: 126px;
  }
  .rizk-bqcoqk .rizk-tkqkk7 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rizk-bqcoqk .rizk-tz5473 {
    max-width: unset;
  }
  .rizk-3uv6jv {
    min-width: unset;
    width: 100%;
  }
  .rizk-bqcoqk .rizk-3uv6jv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rizk-bqcoqk.rizk-b4036l {
    grid-template-rows: auto 1fr auto;
  }
  .rizk-bqcoqk.rizk-b4036l .rizk-3uv6jv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rizk-bqcoqk {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rizk-bqcoqk .rizk-mmbe4c {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rizk-bqcoqk .rizk-xvepxd {
    max-width: 78px;
  }
  .rizk-bqcoqk .rizk-tkqkk7 {
    margin-top: -12px;
  }
  .rizk-bqcoqk.rizk-b4036l {
    gap: 8px;
  }
  .rizk-bqcoqk.rizk-b4036l .rizk-mmbe4c {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rizk-bqcoqk.rizk-b4036l .rizk-femlok {
    grid-column: 1/3;
  }
  .rizk-bqcoqk.rizk-b4036l .rizk-xvepxd {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rizk-bqcoqk.rizk-b4036l .rizk-xvepxd img {
    max-width: 114px;
  }
}

.rizk-3uv6jv.rizk-halin5,
.rizk-3uv6jv.rizk-4vrjl4,
.rizk-3uv6jv.rizk-qjq1ij {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rizk-w6mtmg ease-in-out;
}

.rizk-3uv6jv.rizk-halin5,
.rizk-3uv6jv.rizk-qjq1ij {
  padding: 10px;
}

.rizk-3uv6jv.rizk-halin5:hover,
.rizk-3uv6jv.rizk-4vrjl4:hover,
.rizk-3uv6jv.rizk-qjq1ij:hover {
  background: var(--button-bg-hover);
}

.rizk-3uv6jv.rizk-halin5:hover svg path,
.rizk-3uv6jv.rizk-qjq1ij:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rizk-3uv6jv.rizk-pmfh1y {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rizk-w6mtmg ease-in-out;
  background: var(--button-bg-color);
}

.rizk-3uv6jv.rizk-pmfh1y:hover {
  background-color: var(--button-bg-hover);
}

.rizk-3uv6jv.rizk-4vrjl4: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);
  }
}

.rizk-3uv6jv.rizk-4vrjl4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rizk-3uv6jv.rizk-pmfh1y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rizk-xdicij {
  max-width: 650px;
}

.rizk-79t4kj {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rizk-qtyy28 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rizk-ub0ofz {
  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.rizk-s3on5a ease-in-out;
  cursor: pointer;
}

.rizk-ub0ofz:hover {
  opacity: 0.5;
}

.rizk-ub0ofz:focus {
  outline: 0;
}

.rizk-ub0ofz:focus .rizk-rkl9mt,
.rizk-ub0ofz:hover .rizk-rkl9mt {
  fill: red;
  fill-opacity: 1;
}

.rizk-ub0ofz:hover {
  cursor: pointer;
}

.rizk-kb38yi {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rizk-xdicij.rizk-7c0ogd {
  margin: 0 auto;
}

.rizk-xdicij.rizk-eaqahy {
  margin-left: auto;
}

.rizk-fvi55o {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rizk-ot429l {
  padding-bottom: 50px;
}

.rizk-h46nkl {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rizk-6cffpl {
  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;
}

.rizk-79rccn {
  margin-top: 24px;
}

.rizk-5s46qd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rizk-j3zfc4 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
  
}

.rizk-0lx2az {
  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;
}

.rizk-a40nv7 {
  width: 468px;
}

.rizk-0lx2az .rizk-u0dg49 {
  margin: 0.rizk-2bl22o 0;
}

.rizk-ayzxmc {
  display: flex;
  min-width: 224px;
}

.rizk-gue0mh {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rizk-s3on5a ease-in-out;
}

.rizk-va6zwa,
.rizk-gue0mh:hover {
  color: var(--text-color);
}

.rizk-ybkbzy {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rizk-vpahjc {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rizk-fvi55o {
    padding: 16px;
  }
  .rizk-ybkbzy {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rizk-vpahjc {
    align-items: center;
  }
  .rizk-a40nv7 {
    width: unset;
  }
  .rizk-ayzxmc {
    min-width: unset;
  }
  .rizk-0lx2az {
    max-height: unset;
  }
  .rizk-h46nkl {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rizk-fvi55o {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rizk-egvqsz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rizk-egvqsz:not(:last-child) {
  margin-bottom: 16px;
}

.rizk-b2tjf5 {
  outline: 0;
}

.rizk-b2tjf5 .rizk-ng8eyz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rizk-90mtlv {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rizk-90mtlv {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rizk-90mtlv::-webkit-details-marker {
  display: none;
}

.rizk-90mtlv: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;
}

.rizk-90mtlv: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] .rizk-90mtlv:after {
  transform: unset;
}

.rizk-ng8eyz {
  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);
}

.rizk-ng8eyz 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.rizk-s3on5a ease-in-out;
  -o-transition: 0.rizk-s3on5a ease-in-out;
  transition: 0.rizk-s3on5a ease-in-out;
}

.rizk-lu61gm {
  padding: 16px 0 0 0;
}

.rizk-lu61gm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rizk-lu61gm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rizk-90mtlv {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rizk-90mtlv::after {
    margin-left: auto;
  }
  .rizk-ng8eyz {
    order: 3;
    flex: 1 1 100%;
  }
  .rizk-90mtlv {
    font-size: 14px;
    line-height: 130%;
  }
  .rizk-ng8eyz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rizk-p9izs3 {
  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;
}

.rizk-3qb57t {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rizk-p9izs3.rizk-pkxy56 .rizk-3qb57t {
  margin-bottom: 12px;
}

.rizk-3qb57t::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;
}

.rizk-p9izs3.rizk-pkxy56 .rizk-3qb57t::after {
  transform: unset;
}

.rizk-jtzvao {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rizk-6genv1 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rizk-s3on5a ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rizk-6genv1: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;
}

.rizk-p9izs3.rizk-pkxy56 .rizk-jtzvao {
  max-height: 100%;
}

.rizk-0d6o00 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rizk-8383b5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rizk-oxwh73 {
  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;
}

.rizk-ftohpm {
  margin-right: 4px;
}

.rizk-9fx8ks {
  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.rizk-s3on5a ease-in-out;
}

.rizk-9fx8ks svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rizk-oj7ojh,
.rizk-9fx8ks:hover {
  color: var(--text-color);
}

.rizk-97sjxc {
  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;
}

.rizk-97sjxc img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rizk-97sjxc .rizk-0jmz38 {
  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;
}

.rizk-97sjxc .rizk-4mvp7l {
  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;
}

.rizk-wnvokq {
  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;
}

.rizk-y5b85y {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rizk-arkqzy .rizk-cb524h {
  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;
}

.rizk-arkqzy {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rizk-klmuaw {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rizk-plmj1r {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rizk-a4d8hf {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rizk-ab15ox 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;
}

.rizk-a4d8hf:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rizk-x96or1 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rizk-wwait4 {
  -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.rizk-s3on5a ease-in-out;
  transition: transform 0.rizk-s3on5a ease-in-out;
  -o-transition: transform 0.rizk-s3on5a ease-in-out;
  transition:
    transform 0.rizk-s3on5a ease-in-out,
    -webkit-transform 0.rizk-s3on5a ease-in-out;
  cursor: pointer;
}

.rizk-wwait4 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rizk-wwait4: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;
}

.rizk-89khem {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rizk-89khem {
    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);
}

.rizk-n4ln06 {
  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;
}

.rizk-u93f0n {
  position: relative;
  width: 100%;
}

.rizk-n4ln06.rizk-8cjzl3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rizk-n4ln06.rizk-7c0ogd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rizk-n4ln06.rizk-eaqahy {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rizk-lhqqoy {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rizk-orp91g {
  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.rizk-s3on5a ease-in-out;
  cursor: pointer;
}

.rizk-orp91g:hover {
  opacity: 0.5;
}

.rizk-n4ln06.rizk-aiyytv .rizk-orp91g {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rizk-n4ln06.rizk-aiyytv .rizk-lhqqoy {
  cursor: pointer;
}

.rizk-zc0qjs {
  fill: #0009;
}

.rizk-g3zyr4 {
  fill: #fff;
}

.rizk-orp91g:hover .rizk-zc0qjs {
  fill: red;
}

.rizk-orp91g svg path {
  -webkit-transition: 0.rizk-s3on5a ease-in-out;
  -o-transition: 0.rizk-s3on5a ease-in-out;
  transition: 0.rizk-s3on5a ease-in-out;
}

.rizk-eql159 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rizk-eql159 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rizk-eql159.rizk-dmwk2b > :not(.get-image) {
  grid-column: 1/3;
}

.rizk-tbyw0c:not(._h1-block) .rizk-eql159 > .rizk-9rtq1o {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rizk-eql159.rizk-dmwk2b .rizk-j1epsk {
  grid-column: 2/3;
}

.rizk-eql159.rizk-dmwk2b > .rizk-xvepxd {
  grid-column: 1/2;
}

.rizk-eql159.rizk-dmwk2b > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rizk-eql159 > p:first-of-type {
  margin-top: 0;
}

.rizk-eql159 .rizk-xvepxd {
  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;
}

.rizk-tbyw0c:not(._h1-block) .rizk-9rtq1o ~ .rizk-xvepxd {
  grid-row: 2/10;
}

.rizk-tbyw0c.rizk-80bymy .rizk-9rtq1o ~ .rizk-xvepxd {
  grid-row: 1/10;
}

.rizk-tbyw0c.rizk-80bymy > .rizk-9rtq1o {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rizk-tbyw0c.rizk-80bymy .rizk-xvepxd {
  grid-row: 1/10;
}

.rizk-eql159.rizk-st4dvp .rizk-xvepxd {
  align-items: flex-start;
}

.rizk-eql159.rizk-7c0ogd .rizk-j1epsk {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rizk-eql159.rizk-7c0ogd .rizk-xvepxd {
  align-items: center;
}

.rizk-eql159.rizk-ikw9ty .rizk-xvepxd {
  align-items: flex-end;
}

.rizk-j1epsk > :first-child {
  margin-top: 0;
}

.rizk-j1epsk > :last-child {
  margin-bottom: 0;
}

* + .rizk-awkdfg,
.rizk-tbyw0c + .rizk-tbyw0c {
  margin-top: 2rem;
}

.rizk-2qeyqd td::before,
.rizk-2qeyqd th::after {
  display: none !important;
}

.rizk-2qeyqd #link-selector {
  color: #000;
}

.rizk-2qeyqd .rizk-ieqj8f {
  color: #135e96;
}

.rizk-2qeyqd .rizk-2cvcrc *,
.rizk-2qeyqd .rizk-17c39k p,
.rizk-2qeyqd .rizk-2f5qes * {
  color: #000;
}

.rizk-2qeyqd .rizk-m4cfy0 {
  background: 0 0 !important;
}

.rizk-2qeyqd .rizk-5916na {
  color: #000;
}

.rizk-2qeyqd .rizk-vbbjpt.rizk-rpemdw {
  color: #fff;
}

.rizk-2qeyqd .rizk-q1pfed {
  color: #000;
}

.rizk-2qeyqd
  .rizk-lawj6s
  .rizk-9yove1.rizk-rpemdw.rizk-qkfjj1 {
  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;
}

.rizk-cgf5e9,
body .rizk-fwcq54 {
  color: #000;
  background: var(--color-body) !important;
}

.rizk-cgf5e9 .rizk-urzfk8 .rizk-axw1qn,
body .rizk-fwcq54 .rizk-urzfk8 .rizk-axw1qn {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rizk-6genv1:focus,
  .rizk-6genv1:hover {
    color: #f9cb16;
  }
  .rizk-nwa155:focus,
  .rizk-nwa155:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rizk-3xn3n3:focus img,
  .rizk-3xn3n3:focus svg,
  .rizk-3xn3n3:hover img,
  .rizk-3xn3n3:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rizk-97sjxc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rizk-8h7dn7:hover .rizk-a1sij1 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rizk-a1sij1 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rizk-nykza3 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rizk-eez2kf {
    grid-template-columns: repeat(4, 1fr);
  }
  .rizk-8uqub3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rizk-gt76vi .rizk-4yyph9 {
    grid-template-columns: 1fr;
  }
  .rizk-gt76vi .rizk-yak045 {
    -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;
  }
  .rizk-gt76vi .rizk-n04dku {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rizk-gt76vi .rizk-od9y4y {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rizk-gt76vi .rizk-ug0hfw {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rizk-gt76vi .rizk-n04dku:not(:first-child) {
    border: none;
  }
  .rizk-gt76vi .rizk-n04dku:first-child .rizk-od9y4y {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rizk-gt76vi .rizk-n04dku:last-child .rizk-od9y4y {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rizk-kmsvve {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rizk-iux76v {
    max-width: 100px;
  }
  .rizk-r43uia {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rizk-4dduhk {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rizk-4dduhk svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rizk-m0mfa3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rizk-r43uia + .rizk-4dduhk {
    margin-left: auto;
  }
  .rizk-7pg9n4 {
    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;
  }
  .rizk-7pg9n4.rizk-pkxy56 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rizk-6ddsv8 {
    -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;
  }
  .rizk-j46x9t {
    width: 100%;
  }
  .rizk-j46x9t:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rizk-2yb5qe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rizk-2yb5qe svg {
    margin-right: 4px;
  }
  .rizk-8h7dn7 {
    -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;
  }
  .rizk-a1sij1 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rizk-a1sij1 {
    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;
  }
  .rizk-u0dg49 {
    display: none;
    width: 100%;
  }
  .rizk-8h7dn7.rizk-pkxy56 .rizk-u0dg49 {
    padding: 0 0 0 48px;
  }
  .rizk-iqek6c {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rizk-6cffpl .rizk-xvepxd {
    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;
  }
  .rizk-nmqy9z {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rizk-nmqy9z + .rizk-nmqy9z {
    margin-right: 0;
  }
  .rizk-nmqy9z + .rizk-xvepxd {
    margin: 0;
  }
  .rizk-nykza3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .rizk-eez2kf {
    grid-template-columns: repeat(3, 1fr);
  }
  .rizk-8t22ie,
  .rizk-ohuxam {
    grid-template-columns: repeat(2, 1fr);
  }
  .rizk-eql159 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rizk-eql159.rizk-dmwk2b .rizk-j1epsk {
    grid-column: auto;
    grid-row: auto;
  }
  .rizk-eql159 > .rizk-9rtq1o {
    grid-column: 1/2;
  }
  .rizk-eql159.rizk-dmwk2b > :not(.get-image) {
    grid-column: 1/2;
  }
  .rizk-eql159 .rizk-xvepxd,
  .rizk-eql159.rizk-dmwk2b > .rizk-xvepxd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rizk-eql159.rizk-dmwk2b > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rizk-tbyw0c.rizk-80bymy .rizk-eql159 > .rizk-xvepxd {
    grid-row: 1/2;
  }
  .rizk-eql159 .rizk-9rtq1o ~ .rizk-xvepxd,
  .rizk-eql159.rizk-dmwk2b .rizk-9rtq1o ~ .rizk-xvepxd {
    grid-row: 2/3;
  }
  .rizk-tbyw0c.rizk-80bymy .rizk-9rtq1o ~ .rizk-xvepxd {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rizk-36616e:first-child .rizk-drf2yf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rizk-36616e:first-child .rizk-drf2yf h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rizk-36616e {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rizk-36616e {
    padding: 0;
  }
  .rizk-ez4m42 {
    margin-top: 1rem;
  }
  .rizk-b2tjf5 {
    border-radius: 5px;
  }
  .rizk-4qk0oy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rizk-3qb57t::after {
    display: inline-block;
  }
  .rizk-3qb57t {
    margin: 0;
    width: 100%;
  }
  .rizk-jtzvao {
    width: 100%;
  }
  .rizk-jtzvao.rizk-qb6wj7 {
    -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%;
  }
  .rizk-jtzvao.rizk-qb6wj7 .rizk-m561g5 {
    width: 100%;
  }
  .rizk-jtzvao.rizk-qb6wj7 .rizk-m561g5:not(:last-child) {
    margin-right: 0;
  }
  .rizk-6genv1 {
    width: 100%;
    text-align: center;
  }
  .rizk-p9izs3.rizk-pkxy56 .rizk-jtzvao {
    margin-top: 1rem;
  }
  .rizk-nykza3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .rizk-8uqub3,
  .rizk-eez2kf {
    grid-template-columns: repeat(2, 1fr);
  }
  .rizk-8t22ie,
  .rizk-ohuxam,
  .rizk-i2m7cs {
    grid-template-columns: 1fr;
  }
  .rizk-w31ir4 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rizk-8srlao {
    min-width: 300px;
    max-width: 325px;
  }
  .rizk-od9y4y {
    cursor: auto;
  }
  .rizk-30lups .rizk-od9y4y {
    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;
  }
  .rizk-89khem {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rizk-u0dg49 {
    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) {
  .rizk-89khem {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rizk-nmqy9z p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rizk-4dduhk {
    margin: 0 -0.2rem;
  }
  .rizk-nmqy9z {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rizk-hu7asj {
    -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;
  }
  .rizk-rtf2c6 {
    max-width: 100%;
  }
  .rizk-nykza3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rizk-8uqub3,
  .rizk-eez2kf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rizk-kmsvve {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rizk-4dduhk {
    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;
  }
  .rizk-vjlqox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rizk-uygvi6 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rizk-s5mq56,
  .rizk-0njo84 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rizk-kmcu32 {
    width: 100%;
  }
  .rizk-nykza3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rizk-89khem {
    top: 127px !important;
  }
}

.rizk-ijc2vu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rizk-ijc2vu {
  }
}

@media (max-width: 767px) {
  .rizk-ijc2vu {
    margin-bottom: 12px;
  }
}

.rizk-ijc2vu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rizk-h8pk8u {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rizk-h8pk8u > .rizk-mo6wr8 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rizk-h8pk8u {
    flex-direction: column;
    gap: 12px;
  }
}

.rizk-3bfyhu {
  display: flex;
}

.rizk-3bfyhu .rizk-jlixiq {
  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;
}

.rizk-3bfyhu .rizk-rpk8u2 {
  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;
}

.rizk-3bfyhu .rizk-w2ui07 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rizk-3bfyhu .rizk-tp4jk7 {
  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));
  }
}

.rizk-3bfyhu .rizk-tp4jk7:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rizk-3bfyhu .rizk-csyd2p {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rizk-5ar7tf {
  border: unset;
  background-color: unset;
}

.rizk-5ar7tf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rizk-5ar7tf .rizk-m8timr,
.rizk-5ar7tf .rizk-m5pq2l {
  flex: 0 1 330px;
}

.rizk-5ar7tf .rizk-16su67 {
  flex: 1 1;
}

.rizk-5ar7tf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rizk-5ar7tf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rizk-5ar7tf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rizk-5ar7tf tr td p {
  color: #fff;
  margin: 0;
}

.rizk-5ar7tf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rizk-5ar7tf tr.rizk-m8timr td p {
  padding: 16px 0;
}

.rizk-5ar7tf tr.rizk-m8timr td p:not(:last-child),
.rizk-5ar7tf tr.rizk-m5pq2l td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rizk-5ar7tf tr.rizk-m8timr td p:first-child,
.rizk-5ar7tf tr.rizk-m5pq2l td p:first-child {
  padding-top: 0;
}

.rizk-5ar7tf tr.rizk-m5pq2l td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rizk-5ar7tf tr.rizk-m5pq2l td p:last-child {
  padding-bottom: 0;
}

.rizk-5ar7tf .rizk-m5pq2l img {
  max-width: 32px;
}

.rizk-5ar7tf .rizk-16su67 {
  min-width: 718px;
}

.rizk-5ar7tf .rizk-16su67 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rizk-5ar7tf .rizk-16su67 td {
  display: flex;
}

.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-gg40r6,
.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-hslwtl,
.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-potfnr {
  flex: 1 1 50%;
}

.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-65dtyl {
  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;
}

.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-i3fcuv,
.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-duroxi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-gg40r6,
.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-hslwtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-gg40r6 span,
.rizk-5ar7tf .rizk-16su67 td:last-child .rizk-hslwtl span {
  font-weight: 800;
}

.rizk-5ar7tf .rizk-16su67 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rizk-5ar7tf .rizk-16su67 td .rizk-potfnr:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rizk-5ar7tf tr.rizk-m8timr td p:last-child {
    padding-bottom: 0;
  }
  .rizk-5ar7tf .rizk-m5pq2l > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rizk-5ar7tf .rizk-m5pq2l > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rizk-5ar7tf tr.rizk-m8timr td p:not(:last-child),
  .rizk-5ar7tf tr.rizk-m5pq2l td p:not(:last-child) {
    border-bottom: unset;
  }
  .rizk-5ar7tf tr.rizk-m5pq2l td p:last-child {
    padding-bottom: 12px;
  }
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-gg40r6,
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-hslwtl,
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-potfnr {
    flex: 1 1 50%;
    padding: 0;
  }
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-gg40r6,
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-hslwtl {
    margin-top: 16px;
  }
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-potfnr {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-gg40r6 {
    border-right: 1px solid var(--border-color);
  }
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-potfnr:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rizk-5ar7tf .rizk-16su67 td:last-child .rizk-potfnr:last-child {
    padding-bottom: 0;
  }
}

.rizk-potfnr {
  display: flex;
  flex-direction: column;
}

.rizk-5ar7tf .rizk-16su67 td .rizk-potfnr {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rizk-5ar7tf .rizk-16su67 td .rizk-potfnr:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rizk-5ar7tf .rizk-16su67 td .rizk-potfnr:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rizk-5ar7tf .rizk-16su67 td .rizk-potfnr:not(:first-child) {
    padding-left: 0;
  }
  .rizk-5ar7tf .rizk-16su67 td .rizk-potfnr:not(:last-of-type) {
    border-right: unset;
  }
}

.rizk-5ar7tf .rizk-nttuu9 {
  flex: 0 1 485px;
}

.rizk-5ar7tf .rizk-zc7vvg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rizk-5ar7tf .rizk-zc7vvg li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rizk-5ar7tf .rizk-zc7vvg li.rizk-sapmln {
  padding: 6px 12px;
}

.rizk-5ar7tf .rizk-zc7vvg li a,
.rizk-5ar7tf .rizk-zc7vvg 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;
}

.rizk-5ar7tf .rizk-vq1sj5,
.rizk-5ar7tf .rizk-37t99a {
  flex: 1 1;
}

.rizk-5ar7tf .rizk-68gy4a,
.rizk-5ar7tf .rizk-0sj45j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rizk-5ar7tf .rizk-68gy4a li,
.rizk-5ar7tf .rizk-0sj45j li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rizk-5ar7tf .rizk-37t99a img {
  max-width: 32px;
}

.rizk-5ar7tf .rizk-vq1sj5 img {
  max-width: 32px;
}

.rizk-5ar7tf .rizk-2hebnc {
  min-width: 280px;
}

.rizk-5ar7tf .rizk-2hebnc img {
  max-width: 146px;
}

.rizk-5ar7tf .rizk-2hebnc td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rizk-5ar7tf .rizk-m8timr,
  .rizk-5ar7tf .rizk-m5pq2l {
    flex: 0 1 auto;
  }
  .rizk-5ar7tf .rizk-16su67 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rizk-5ar7tf .rizk-m8timr,
  .rizk-5ar7tf .rizk-nttuu9,
  .rizk-5ar7tf .rizk-m5pq2l,
  .rizk-5ar7tf .rizk-16su67 {
    flex: 1 1 calc(50% - 20px);
  }
  .rizk-5ar7tf .rizk-vq1sj5,
  .rizk-5ar7tf .rizk-2hebnc,
  .rizk-5ar7tf .rizk-37t99a {
    flex: 1 1 30%;
  }
  .rizk-5ar7tf .rizk-2hebnc {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rizk-5ar7tf .rizk-m8timr,
  .rizk-5ar7tf .rizk-nttuu9,
  .rizk-5ar7tf .rizk-vq1sj5,
  .rizk-5ar7tf .rizk-m5pq2l,
  .rizk-5ar7tf .rizk-16su67,
  .rizk-5ar7tf .rizk-2hebnc,
  .rizk-5ar7tf .rizk-37t99a {
    flex: 1 1 100%;
  }
}

.rizk-d9z2iz .rizk-cdqzzf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rizk-d9z2iz .rizk-o7o4oe {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rizk-d9z2iz .rizk-z9jbxh {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rizk-d9z2iz .rizk-ypv4hj {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rizk-d9z2iz .rizk-ypv4hj > :nth-child(3) {
  margin-top: 0;
}

.rizk-d9z2iz .rizk-xvepxd {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rizk-d9z2iz .rizk-omluwm {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rizk-d9z2iz .rizk-ez4m42 {
  grid-column: 1/2;
}

.rizk-d9z2iz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rizk-d9z2iz .rizk-o7o4oe: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;
}

.rizk-d9z2iz .rizk-o7o4oe:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rizk-d9z2iz .rizk-kmcu32 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rizk-d9z2iz .rizk-o7o4oe:not(:last-child):before {
    bottom: 8px;
  }
  .rizk-d9z2iz .rizk-o7o4oe:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rizk-d9z2iz .rizk-ypv4hj {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rizk-d9z2iz .rizk-xvepxd {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rizk-d9z2iz .rizk-xvepxd img {
    width: 100%;
    height: auto;
  }
  .rizk-d9z2iz .rizk-kmcu32 {
    width: 100%;
    min-width: unset;
  }
}

.rizk-rtyxbv .rizk-6jl5f2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rizk-rtyxbv .rizk-6jv7j0 {
  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;
}

.rizk-rtyxbv .rizk-xvepxd {
  height: 100%;
}

.rizk-rtyxbv .rizk-xvepxd img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rizk-rtyxbv .rizk-u3273w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rizk-rtyxbv .rizk-mgp56c {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rizk-rtyxbv .rizk-5ja3dn {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rizk-rtyxbv .rizk-6jv7j0 {
    flex: 1 1 100%;
  }
  .rizk-rtyxbv .rizk-3uv6jv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rizk-rtyxbv .rizk-6jv7j0 {
    flex-direction: column;
  }
  .rizk-rtyxbv .rizk-xvepxd {
    width: 100%;
    height: auto;
  }
  .rizk-rtyxbv .rizk-xvepxd img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rizk-rtyxbv .rizk-u3273w {
    padding: 0 16px 16px 16px;
  }
  .rizk-rtyxbv .rizk-3uv6jv {
    min-width: unset;
    width: 100%;
  }
}

.rizk-38wqmk .rizk-demcch {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rizk-38wqmk .rizk-lbefwn {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rizk-38wqmk 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;
}

.rizk-38wqmk .rizk-qgkqp5 {
  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;
}

.rizk-38wqmk .rizk-lbefwn:hover .rizk-qgkqp5 {
  display: flex;
}

.rizk-38wqmk .rizk-3ov08u {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rizk-38wqmk .rizk-d3b2px {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rizk-qcc9m3 {
  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;
}

.rizk-qcc9m3.rizk-m3elrh {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rizk-w6mtmg ease-in-out;
}

.rizk-qcc9m3.rizk-m3elrh:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rizk-38wqmk .rizk-0kmmdo {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rizk-w6mtmg ease-in-out;
}

.rizk-38wqmk .rizk-0kmmdo:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rizk-38wqmk .rizk-0kmmdo:after,
.rizk-qcc9m3.rizk-m3elrh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rizk-qcc9m3.rizk-m3elrh:after {
  background-image: url(../images/Cash.svg);
}

.rizk-38wqmk .rizk-0kmmdo:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rizk-38wqmk .rizk-demcch {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rizk-38wqmk .rizk-demcch {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rizk-38wqmk .rizk-demcch {
    grid-template-columns: 1fr;
  }
  .rizk-38wqmk .rizk-lbefwn {
    height: auto;
  }
  .rizk-38wqmk .rizk-lbefwn .rizk-qgkqp5 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rizk-38wqmk .rizk-3ov08u,
  .rizk-38wqmk .rizk-d3b2px {
    text-align: left;
  }
  .rizk-38wqmk .rizk-d3b2px {
    margin-bottom: 8px;
  }
  .rizk-38wqmk img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rizk-2oyrcl {
  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;
}

.rizk-2oyrcl.rizk-aiyytv {
  display: block;
}

.rizk-2oyrcl .rizk-gvvsuk {
  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;
}

.rizk-2oyrcl .rizk-l1hqnb {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rizk-2oyrcl .rizk-n9r10r {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rizk-2oyrcl .rizk-jvupqb {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rizk-2oyrcl .rizk-qcc9m3 {
  min-width: 296px;
  margin-bottom: 0;
}

.rizk-2oyrcl .rizk-qj5mw8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rizk-2oyrcl .rizk-05zfdv {
  position: relative;
  flex: 1 1;
}

.rizk-2oyrcl .rizk-05zfdv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rizk-2oyrcl .rizk-l1hqnb {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rizk-2oyrcl .rizk-n9r10r {
    order: 1;
  }
  .rizk-2oyrcl .rizk-jvupqb {
    order: 3;
    flex: 1 1 100%;
  }
  .rizk-2oyrcl .rizk-qcc9m3 {
    width: 100%;
    min-width: unset;
  }
  .rizk-2oyrcl .rizk-qj5mw8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rizk-eql159 > .rizk-9rtq1o {
    margin-bottom: 0;
  }
  .rizk-eql159 > .rizk-ez4m42,
  .rizk-eql159 > p {
    margin-top: 0;
  }
}

.rizk-2n8476 img,
.rizk-nmqy9z img {
  width: auto;
  object-fit: contain;
}

.rizk-2n8476 {
  align-items: center;
}

.rizk-2n8476 img {
  max-height: 76px;
}

.rizk-nmqy9z img {
  max-height: 64px;
}

.rizk-vmgu7b {
  overflow: auto;
}

.rizk-cx81rx {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rizk-vmppyo:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rizk-vxbza4 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rizk-2269fk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rizk-vxbza4 .rizk-xvepxd {
  margin-right: 20px;
  flex-shrink: 0;
}

.rizk-vxbza4 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rizk-9rfhml {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rizk-9rfhml > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rizk-vxbza4 {
    padding: 15px 10px;
  }
  .rizk-9rfhml {
    padding: 15px 10px;
  }
  .rizk-vxbza4 .rizk-xvepxd {
    margin-right: 10px;
  }
}

.rizk-j5i2m8 {
  overflow-x: auto;
}

.rizk-98o5l1 {
  border-collapse: collapse;
  width: 100%;
}

.rizk-j5i2m8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rizk-j5i2m8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rizk-j5i2m8 td.rizk-ra08fl {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rizk-j5i2m8 td.rizk-a4zk9p {
  border-right: none;
}

.rizk-j5i2m8 td.rizk-a4zk9p .rizk-xvepxd {
  justify-content: flex-start;
}

.rizk-j5i2m8 td.rizk-a4zk9p .rizk-xvepxd img {
  height: auto;
  width: 90px;
}

.rizk-j5i2m8 td.rizk-jqo8td,
.rizk-j5i2m8 td.rizk-8ausn7 {
  font-weight: 600;
  text-align: right;
}

.rizk-j5i2m8 td.rizk-7fshqo,
.rizk-j5i2m8 td.rizk-jqo8td {
  padding-bottom: 10px;
  border-bottom: none;
}

.rizk-j5i2m8 td.rizk-jqo8td,
.rizk-j5i2m8 td.rizk-8ausn7 {
  border-left: none;
}

.rizk-j5i2m8 td.rizk-7fshqo,
.rizk-j5i2m8 td.rizk-4t5ry6 {
  border-right: none;
}

.rizk-j5i2m8 td.rizk-4t5ry6,
.rizk-j5i2m8 td.rizk-8ausn7 {
  border-top: none;
  padding-top: 10px;
}

.rizk-dacsvs {
  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;
}

.rizk-dacsvs .rizk-3uv6jv {
  min-width: unset;
  width: 100%;
}

.rizk-dacsvs .rizk-3uv6jv.rizk-halin5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rizk-dacsvs .rizk-3uv6jv.rizk-qjq1ij {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rizk-dacsvs .rizk-splfz2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rizk-dacsvs {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rizk-dacsvs .rizk-3uv6jv.rizk-halin5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rizk-dacsvs .rizk-3uv6jv.rizk-qjq1ij {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rizk-dacsvs .rizk-splfz2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rizk-z5tkza {
  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;
}

.rizk-t4mmj6 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rizk-jz63k2 p a img {
  margin: 0 auto;
  display: block;
}

.rizk-jz63k2 table {
  margin-bottom: 17px;
}

/* contanct form */
.rizk-ekjq4z {
  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;
}

.rizk-ekjq4z label {
  font-size: 14px;
}

.rizk-ekjq4z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rizk-ekjq4z input,
.rizk-ekjq4z textarea,
.rizk-ekjq4z 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;
}
.rizk-ekjq4z button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rizk-w6mtmg ease;
}
.rizk-ekjq4z button:hover {
  background-color: #691204;
}
.rizk-yqk1g2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rizk-9sqikk ease-in;
}

.rizk-yqk1g2 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
