@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);
}

.united-f9bfja {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.united-uzsqaw {
  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.united-h48ak4,
ul.united-h48ak4 {
  padding-left: 20px;
}

ul.united-h48ak4 {
  list-style: disc;
}

ol.united-h48ak4 {
  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;
  }
}

.united-ofw4aw > .united-p363en,
.united-ofw4aw > .united-asz4vs,
.united-ofw4aw > blockquote,
.united-ofw4aw > h1,
.united-ofw4aw > h2,
.united-ofw4aw > h3,
.united-ofw4aw > h4,
.united-ofw4aw > h5,
.united-ofw4aw > h6,
.united-ofw4aw > ol,
.united-ofw4aw > p,
.united-ofw4aw > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.united-ofw4aw > ol,
.united-ofw4aw > ul {
  padding-left: 50px;
}

.united-ofw4aw 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;
}

.united-ofw4aw:not(:last-child) {
  margin-bottom: 2rem;
}

.united-ofw4aw > :not(:first-child) {
  margin-top: 2rem;
}

.united-ofw4aw {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.united-ofw4aw:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .united-ofw4aw:first-child {
    margin-top: 20px;
  }
}

.united-ofw4aw > p:last-of-type {
  margin-bottom: 32px;
}

.united-ofw4aw > .united-v6hav9:not(:first-child) {
  margin: 64px auto 16px auto;
}

.united-yvn6ix > .united-v6hav9 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.united-asz4vs {
  overflow: auto;
}

.united-asz4vs::-webkit-scrollbar {
  height: 5px;
}

.united-asz4vs table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.united-asz4vs table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.united-asz4vs table thead,
table thead {
  border-bottom: none;
}

.united-asz4vs table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.united-asz4vs table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.united-asz4vs table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.united-asz4vs .united-205h96 {
  table-layout: auto;
}

.united-asz4vs .united-205h96 th {
  word-break: normal;
}

.united-asz4vs .united-205h96 td {
  word-break: normal;
}

.united-f9bfja .united-f9bfja {
  padding-right: 0;
  padding-left: 0;
}

.united-ct124b {
  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;
}

.united-u2cmei {
  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;
}

.united-axp2tv {
  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;
}

.united-p363en {
  margin-top: 24px;
}

.united-p363en.united-j0odfp {
  text-align: left;
}

.united-p363en.united-e0gubs {
  text-align: right;
}

.united-p363en.united-rdtive {
  text-align: center;
}

.united-u2fngp {
  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.united-fi8tdd ease-in-out;
  cursor: pointer;
}

.united-u2fngp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.united-u2fngp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .united-u2fngp {
    min-width: unset;
  }
}

.united-dbrju5 {
  background-color: var(--fh-bg-color);
}

.united-3jzis0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.united-57xhdo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.united-57xhdo img {
  max-height: 80px;
  object-fit: contain;
}

.united-p91nv4 {
  flex: 1 1;
}

.united-eha4wv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.united-fpezjp {
  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;
}

.united-fpezjp 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;
}

.united-fpezjp.united-cjcfk0 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.united-fpezjp.united-cjcfk0 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.united-fpezjp.united-cjcfk0 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.united-p91nv4 + .united-eha4wv {
  margin-left: 20px;
}

.united-0mdncu {
  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;
}

.united-0mdncu > svg {
  max-width: 24px;
  max-height: 24px;
}

.united-0mdncu + .united-0mdncu {
  margin-left: 5px;
}

.united-oq922e {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.united-oq922e:hover {
  background-color: var(--button-bg-hover);
}

.united-wl20n4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.united-fi8tdd ease-in-out;
  border: 1px solid var(--border-color);
}

.united-wl20n4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.united-ioswsp {
  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) {
  .united-p91nv4 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .united-ioswsp {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .united-p91nv4 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .united-0mdncu {
    min-width: unset;
    flex: 1 1;
  }
}

.united-t7b12z {
  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;
}

.united-t7b12z:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.united-t7b12z:hover .united-xwhr35 {
  opacity: 1;
  pointer-events: auto;
}

.united-cwo91s {
  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.united-1g35ur ease-in-out;
  gap: 4px;
}

.united-cwo91s > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.united-cwo91s .united-ct124b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.united-l7xcjd,
.united-cwo91s:hover {
  color: var(--button-bg-hover);
}

.united-jclyt2 {
  position: relative;
}

.united-jclyt2 .united-cwo91s {
  margin-right: 0;
  padding-right: 4px;
}

.united-21e0bk svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.united-jclyt2.united-cjcfk0 .united-21e0bk svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.united-jclyt2.united-cjcfk0 .united-xwhr35 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.united-jclyt2.united-cjcfk0 .united-xwhr35::before {
  display: none;
}

.united-21e0bk svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.united-xwhr35 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.united-zyo1qa 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.united-xwhr35::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.united-xwhr35:hover {
  color: var(--fh-bg-color);
}

.united-chxvbv {
  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.united-zyo1qa 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.united-1g35ur ease-in-out;
  -o-transition: 0.united-1g35ur ease-in-out;
  transition: 0.united-1g35ur ease-in-out;
}

.united-chxvbv .united-ct124b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.united-ba3s7i,
.united-chxvbv:hover {
  color: var(--button-bg-hover);
}

.united-0ys32i {
  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%;
}

.united-0ys32i.united-kt2uu2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.united-0ys32i.united-kt2uu2:after,
.united-0ys32i.united-kt2uu2:before {
  content: "";
  position: absolute;
  margin: auto;
}

.united-0ys32i.united-kt2uu2: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);
  }
}

.united-0ys32i.united-kt2uu2:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.united-0ys32i.united-kt2uu2 > * {
  z-index: 1;
}

.united-0ys32i b,
.united-0ys32i strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.united-0ys32i .united-kk6ekp {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.united-0ys32i .united-tyetff {
  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;
}

.united-0ys32i .united-ct124b {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.united-0ys32i .united-mt703h {
  margin-top: 12px;
}

.united-mt703h {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.united-6m8aef {
  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;
}

.united-mt703h .united-5lxvbd {
  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.united-fi8tdd ease-in-out;
}

.united-mt703h .united-5lxvbd:hover {
  background: rgba(255, 255, 255, 0.3);
}

.united-k8mf06 {
  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;
}

.united-0ys32i.united-ahpqyv {
  gap: 12px;
  padding: 16px;
}

.united-0ys32i.united-ahpqyv .united-k8mf06 {
  min-width: 240px;
}

.united-0ys32i.united-ahpqyv .united-k8mf06.united-rrdlx4 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .united-0ys32i .united-kk6ekp {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .united-0ys32i .united-tyetff {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .united-0ys32i .united-ct124b {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .united-0ys32i.united-ahpqyv .united-ct124b {
    max-width: 126px;
  }
  .united-0ys32i .united-mt703h {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .united-0ys32i .united-6m8aef {
    max-width: unset;
  }
  .united-k8mf06 {
    min-width: unset;
    width: 100%;
  }
  .united-0ys32i .united-k8mf06 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .united-0ys32i.united-ahpqyv {
    grid-template-rows: auto 1fr auto;
  }
  .united-0ys32i.united-ahpqyv .united-k8mf06 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .united-0ys32i {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .united-0ys32i .united-kk6ekp {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .united-0ys32i .united-ct124b {
    max-width: 78px;
  }
  .united-0ys32i .united-mt703h {
    margin-top: -12px;
  }
  .united-0ys32i.united-ahpqyv {
    gap: 8px;
  }
  .united-0ys32i.united-ahpqyv .united-kk6ekp {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .united-0ys32i.united-ahpqyv .united-tyetff {
    grid-column: 1/3;
  }
  .united-0ys32i.united-ahpqyv .united-ct124b {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .united-0ys32i.united-ahpqyv .united-ct124b img {
    max-width: 114px;
  }
}

.united-k8mf06.united-ipwh1k,
.united-k8mf06.united-so2cwv,
.united-k8mf06.united-iy8iwh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.united-fi8tdd ease-in-out;
}

.united-k8mf06.united-ipwh1k,
.united-k8mf06.united-iy8iwh {
  padding: 10px;
}

.united-k8mf06.united-ipwh1k:hover,
.united-k8mf06.united-so2cwv:hover,
.united-k8mf06.united-iy8iwh:hover {
  background: var(--button-bg-hover);
}

.united-k8mf06.united-ipwh1k:hover svg path,
.united-k8mf06.united-iy8iwh:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.united-k8mf06.united-rrdlx4 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.united-fi8tdd ease-in-out;
  background: var(--button-bg-color);
}

.united-k8mf06.united-rrdlx4:hover {
  background-color: var(--button-bg-hover);
}

.united-k8mf06.united-so2cwv: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);
  }
}

.united-k8mf06.united-so2cwv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.united-k8mf06.united-rrdlx4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.united-4dd01i {
  max-width: 650px;
}

.united-st23d3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.united-684s7y {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.united-lqjbr2 {
  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.united-1g35ur ease-in-out;
  cursor: pointer;
}

.united-lqjbr2:hover {
  opacity: 0.5;
}

.united-lqjbr2:focus {
  outline: 0;
}

.united-lqjbr2:focus .united-1cplcn,
.united-lqjbr2:hover .united-1cplcn {
  fill: red;
  fill-opacity: 1;
}

.united-lqjbr2:hover {
  cursor: pointer;
}

.united-s9dblw {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.united-4dd01i.united-rdtive {
  margin: 0 auto;
}

.united-4dd01i.united-e0gubs {
  margin-left: auto;
}

.united-kwez4g {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.united-xg3p8l {
  padding-bottom: 50px;
}

.united-hwu7tu {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.united-yy213y {
  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;
}

.united-zjkss5 {
  margin-top: 24px;
}

.united-qpscny {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.united-pmw2y9 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.united-48i1hj {
  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;
}

.united-tqoo07 {
  width: 468px;
}

.united-48i1hj .united-xwhr35 {
  margin: 0.united-6kgp1s 0;
}

.united-8ddq7i {
  display: flex;
  min-width: 224px;
}

.united-5x6tmx {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.united-1g35ur ease-in-out;
}

.united-jtno9f,
.united-5x6tmx:hover {
  color: var(--text-color);
}

.united-ncid6h {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.united-qtxon8 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .united-kwez4g {
    padding: 16px;
  }
  .united-ncid6h {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .united-qtxon8 {
    align-items: center;
  }
  .united-tqoo07 {
    width: unset;
  }
  .united-8ddq7i {
    min-width: unset;
  }
  .united-48i1hj {
    max-height: unset;
  }
  .united-hwu7tu {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .united-kwez4g {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.united-2ct35m {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.united-2ct35m:not(:last-child) {
  margin-bottom: 16px;
}

.united-pfuupy {
  outline: 0;
}

.united-pfuupy .united-l181op {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.united-vtut6n {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .united-vtut6n {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.united-vtut6n::-webkit-details-marker {
  display: none;
}

.united-vtut6n: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;
}

.united-vtut6n: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] .united-vtut6n:after {
  transform: unset;
}

.united-l181op {
  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);
}

.united-l181op 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.united-1g35ur ease-in-out;
  -o-transition: 0.united-1g35ur ease-in-out;
  transition: 0.united-1g35ur ease-in-out;
}

.united-7g6nlg {
  padding: 16px 0 0 0;
}

.united-7g6nlg * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .united-7g6nlg :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .united-vtut6n {
    flex-wrap: wrap;
    gap: 12px;
  }
  .united-vtut6n::after {
    margin-left: auto;
  }
  .united-l181op {
    order: 3;
    flex: 1 1 100%;
  }
  .united-vtut6n {
    font-size: 14px;
    line-height: 130%;
  }
  .united-l181op svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.united-fds2my {
  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;
}

.united-6oue7k {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.united-fds2my.united-cjcfk0 .united-6oue7k {
  margin-bottom: 12px;
}

.united-6oue7k::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;
}

.united-fds2my.united-cjcfk0 .united-6oue7k::after {
  transform: unset;
}

.united-6jchwc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.united-2n20k7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.united-1g35ur ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.united-2n20k7: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;
}

.united-fds2my.united-cjcfk0 .united-6jchwc {
  max-height: 100%;
}

.united-7d79uy {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.united-hr7ith {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.united-iaoi62 {
  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;
}

.united-u57ipo {
  margin-right: 4px;
}

.united-xkhf0r {
  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.united-1g35ur ease-in-out;
}

.united-xkhf0r svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.united-bl9mex,
.united-xkhf0r:hover {
  color: var(--text-color);
}

.united-q64yr6 {
  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;
}

.united-q64yr6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.united-q64yr6 .united-588epf {
  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;
}

.united-q64yr6 .united-cgrt50 {
  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;
}

.united-0apxrq {
  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;
}

.united-zyhsxf {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.united-janswa .united-f9bfja {
  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;
}

.united-janswa {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.united-zaosb8 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.united-3qox5y {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.united-1mwzav {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.united-ygm6me 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;
}

.united-1mwzav:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.united-dlpmfq {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.united-09g3ge {
  -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.united-1g35ur ease-in-out;
  transition: transform 0.united-1g35ur ease-in-out;
  -o-transition: transform 0.united-1g35ur ease-in-out;
  transition:
    transform 0.united-1g35ur ease-in-out,
    -webkit-transform 0.united-1g35ur ease-in-out;
  cursor: pointer;
}

.united-09g3ge svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.united-09g3ge: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;
}

.united-c8hj06 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .united-c8hj06 {
    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);
}

.united-mr1wmw {
  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;
}

.united-nm4cwq {
  position: relative;
  width: 100%;
}

.united-mr1wmw.united-xndqhr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.united-mr1wmw.united-rdtive {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.united-mr1wmw.united-e0gubs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.united-tyvexw {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.united-1s22oe {
  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.united-1g35ur ease-in-out;
  cursor: pointer;
}

.united-1s22oe:hover {
  opacity: 0.5;
}

.united-mr1wmw.united-wlsmf2 .united-1s22oe {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.united-mr1wmw.united-wlsmf2 .united-tyvexw {
  cursor: pointer;
}

.united-41mb1s {
  fill: #0009;
}

.united-iwbpjr {
  fill: #fff;
}

.united-1s22oe:hover .united-41mb1s {
  fill: red;
}

.united-1s22oe svg path {
  -webkit-transition: 0.united-1g35ur ease-in-out;
  -o-transition: 0.united-1g35ur ease-in-out;
  transition: 0.united-1g35ur ease-in-out;
}

.united-md54wk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.united-md54wk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.united-md54wk.united-6bwr6l > :not(.get-image) {
  grid-column: 1/3;
}

.united-2i5q8s:not(._h1-block) .united-md54wk > .united-v6hav9 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.united-md54wk.united-6bwr6l .united-0rqow6 {
  grid-column: 2/3;
}

.united-md54wk.united-6bwr6l > .united-ct124b {
  grid-column: 1/2;
}

.united-md54wk.united-6bwr6l > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.united-md54wk > p:first-of-type {
  margin-top: 0;
}

.united-md54wk .united-ct124b {
  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;
}

.united-2i5q8s:not(._h1-block) .united-v6hav9 ~ .united-ct124b {
  grid-row: 2/10;
}

.united-2i5q8s.united-j4ssd2 .united-v6hav9 ~ .united-ct124b {
  grid-row: 1/10;
}

.united-2i5q8s.united-j4ssd2 > .united-v6hav9 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.united-2i5q8s.united-j4ssd2 .united-ct124b {
  grid-row: 1/10;
}

.united-md54wk.united-9ov6wl .united-ct124b {
  align-items: flex-start;
}

.united-md54wk.united-rdtive .united-0rqow6 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.united-md54wk.united-rdtive .united-ct124b {
  align-items: center;
}

.united-md54wk.united-40yi1w .united-ct124b {
  align-items: flex-end;
}

.united-0rqow6 > :first-child {
  margin-top: 0;
}

.united-0rqow6 > :last-child {
  margin-bottom: 0;
}

* + .united-pjyjpt,
.united-2i5q8s + .united-2i5q8s {
  margin-top: 2rem;
}

.united-2wtus3 td::before,
.united-2wtus3 th::after {
  display: none !important;
}

.united-2wtus3 #link-selector {
  color: #000;
}

.united-2wtus3 .united-1tjwyg {
  color: #135e96;
}

.united-2wtus3 .united-bpb7p9 *,
.united-2wtus3 .united-a2sj4f p,
.united-2wtus3 .united-a5shcy * {
  color: #000;
}

.united-2wtus3 .united-u461xg {
  background: 0 0 !important;
}

.united-2wtus3 .united-1bv3hc {
  color: #000;
}

.united-2wtus3 .united-gvaef8.united-84w9sg {
  color: #fff;
}

.united-2wtus3 .united-kv1wlt {
  color: #000;
}

.united-2wtus3
  .united-h7bugj
  .united-80u7de.united-84w9sg.united-0nm2z0 {
  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;
}

.united-5zo8o9,
body .united-j7ikc6 {
  color: #000;
  background: var(--color-body) !important;
}

.united-5zo8o9 .united-weizss .united-c30yc4,
body .united-j7ikc6 .united-weizss .united-c30yc4 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .united-2n20k7:focus,
  .united-2n20k7:hover {
    color: #f9cb16;
  }
  .united-dppnu6:focus,
  .united-dppnu6:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .united-dsifu0:focus img,
  .united-dsifu0:focus svg,
  .united-dsifu0:hover img,
  .united-dsifu0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .united-q64yr6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .united-jclyt2:hover .united-21e0bk svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .united-21e0bk {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .united-lzxwxg {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .united-4z1fha {
    grid-template-columns: repeat(4, 1fr);
  }
  .united-crkdxv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .united-m9heg3 .united-bskwvf {
    grid-template-columns: 1fr;
  }
  .united-m9heg3 .united-gjxxne {
    -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;
  }
  .united-m9heg3 .united-jssq1t {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .united-m9heg3 .united-wtvv7h {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .united-m9heg3 .united-3po1hh {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .united-m9heg3 .united-jssq1t:not(:first-child) {
    border: none;
  }
  .united-m9heg3 .united-jssq1t:first-child .united-wtvv7h {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .united-m9heg3 .united-jssq1t:last-child .united-wtvv7h {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .united-3jzis0 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .united-57xhdo {
    max-width: 100px;
  }
  .united-p91nv4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .united-eha4wv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .united-eha4wv svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .united-fpezjp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .united-p91nv4 + .united-eha4wv {
    margin-left: auto;
  }
  .united-i64j0y {
    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;
  }
  .united-i64j0y.united-cjcfk0 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .united-ioswsp {
    -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;
  }
  .united-t7b12z {
    width: 100%;
  }
  .united-t7b12z:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .united-cwo91s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .united-cwo91s svg {
    margin-right: 4px;
  }
  .united-jclyt2 {
    -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;
  }
  .united-21e0bk svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .united-21e0bk {
    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;
  }
  .united-xwhr35 {
    display: none;
    width: 100%;
  }
  .united-jclyt2.united-cjcfk0 .united-xwhr35 {
    padding: 0 0 0 48px;
  }
  .united-chxvbv {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .united-yy213y .united-ct124b {
    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;
  }
  .united-ohdzas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .united-ohdzas + .united-ohdzas {
    margin-right: 0;
  }
  .united-ohdzas + .united-ct124b {
    margin: 0;
  }
  .united-lzxwxg {
    grid-template-columns: repeat(4, 1fr);
  }
  .united-4z1fha {
    grid-template-columns: repeat(3, 1fr);
  }
  .united-f76m5p,
  .united-1fdxlz {
    grid-template-columns: repeat(2, 1fr);
  }
  .united-md54wk {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .united-md54wk.united-6bwr6l .united-0rqow6 {
    grid-column: auto;
    grid-row: auto;
  }
  .united-md54wk > .united-v6hav9 {
    grid-column: 1/2;
  }
  .united-md54wk.united-6bwr6l > :not(.get-image) {
    grid-column: 1/2;
  }
  .united-md54wk .united-ct124b,
  .united-md54wk.united-6bwr6l > .united-ct124b {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .united-md54wk.united-6bwr6l > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .united-2i5q8s.united-j4ssd2 .united-md54wk > .united-ct124b {
    grid-row: 1/2;
  }
  .united-md54wk .united-v6hav9 ~ .united-ct124b,
  .united-md54wk.united-6bwr6l .united-v6hav9 ~ .united-ct124b {
    grid-row: 2/3;
  }
  .united-2i5q8s.united-j4ssd2 .united-v6hav9 ~ .united-ct124b {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .united-ofw4aw:first-child .united-1vdvs7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .united-ofw4aw:first-child .united-1vdvs7 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .united-ofw4aw {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .united-ofw4aw {
    padding: 0;
  }
  .united-p363en {
    margin-top: 1rem;
  }
  .united-pfuupy {
    border-radius: 5px;
  }
  .united-8ufnws {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .united-6oue7k::after {
    display: inline-block;
  }
  .united-6oue7k {
    margin: 0;
    width: 100%;
  }
  .united-6jchwc {
    width: 100%;
  }
  .united-6jchwc.united-4j367e {
    -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%;
  }
  .united-6jchwc.united-4j367e .united-50ejqz {
    width: 100%;
  }
  .united-6jchwc.united-4j367e .united-50ejqz:not(:last-child) {
    margin-right: 0;
  }
  .united-2n20k7 {
    width: 100%;
    text-align: center;
  }
  .united-fds2my.united-cjcfk0 .united-6jchwc {
    margin-top: 1rem;
  }
  .united-lzxwxg {
    grid-template-columns: repeat(3, 1fr);
  }
  .united-crkdxv,
  .united-4z1fha {
    grid-template-columns: repeat(2, 1fr);
  }
  .united-f76m5p,
  .united-1fdxlz,
  .united-qitu1s {
    grid-template-columns: 1fr;
  }
  .united-1m7zmc {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .united-h6xcnu {
    min-width: 300px;
    max-width: 325px;
  }
  .united-wtvv7h {
    cursor: auto;
  }
  .united-yv5x0i .united-wtvv7h {
    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;
  }
  .united-c8hj06 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .united-xwhr35 {
    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) {
  .united-c8hj06 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.united-ohdzas p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .united-eha4wv {
    margin: 0 -0.2rem;
  }
  .united-ohdzas {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .united-s6ta1a {
    -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;
  }
  .united-ftrj3p {
    max-width: 100%;
  }
  .united-lzxwxg {
    grid-template-columns: repeat(2, 1fr);
  }
  .united-crkdxv,
  .united-4z1fha {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .united-3jzis0 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .united-eha4wv {
    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;
  }
  .united-dbrju5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .united-0mdncu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .united-mvmkc7,
  .united-was4ba {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .united-u2fngp {
    width: 100%;
  }
  .united-lzxwxg {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .united-c8hj06 {
    top: 127px !important;
  }
}

.united-k7vnpe {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .united-k7vnpe {
  }
}

@media (max-width: 767px) {
  .united-k7vnpe {
    margin-bottom: 12px;
  }
}

.united-k7vnpe img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.united-taho0o {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.united-taho0o > .united-4se00b {
  flex: 1 1;
}

@media (max-width: 767px) {
  .united-taho0o {
    flex-direction: column;
    gap: 12px;
  }
}

.united-ojlw4b {
  display: flex;
}

.united-ojlw4b .united-6w3sc0 {
  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;
}

.united-ojlw4b .united-50ej1q {
  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;
}

.united-ojlw4b .united-uxw1ys {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.united-ojlw4b .united-vhi8pc {
  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));
  }
}

.united-ojlw4b .united-vhi8pc:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.united-ojlw4b .united-jelcgl {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.united-ojsz4g {
  border: unset;
  background-color: unset;
}

.united-ojsz4g tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.united-ojsz4g .united-vtnngd,
.united-ojsz4g .united-5m208f {
  flex: 0 1 330px;
}

.united-ojsz4g .united-o995cc {
  flex: 1 1;
}

.united-ojsz4g tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.united-ojsz4g tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.united-ojsz4g tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.united-ojsz4g tr td p {
  color: #fff;
  margin: 0;
}

.united-ojsz4g tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.united-ojsz4g tr.united-vtnngd td p {
  padding: 16px 0;
}

.united-ojsz4g tr.united-vtnngd td p:not(:last-child),
.united-ojsz4g tr.united-5m208f td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.united-ojsz4g tr.united-vtnngd td p:first-child,
.united-ojsz4g tr.united-5m208f td p:first-child {
  padding-top: 0;
}

.united-ojsz4g tr.united-5m208f td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.united-ojsz4g tr.united-5m208f td p:last-child {
  padding-bottom: 0;
}

.united-ojsz4g .united-5m208f img {
  max-width: 32px;
}

.united-ojsz4g .united-o995cc {
  min-width: 718px;
}

.united-ojsz4g .united-o995cc td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.united-ojsz4g .united-o995cc td {
  display: flex;
}

.united-ojsz4g .united-o995cc td:last-child .united-5amyu6,
.united-ojsz4g .united-o995cc td:last-child .united-m8rnqh,
.united-ojsz4g .united-o995cc td:last-child .united-r5szcd {
  flex: 1 1 50%;
}

.united-ojsz4g .united-o995cc td:last-child .united-m3nh5w {
  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;
}

.united-ojsz4g .united-o995cc td:last-child .united-entk4v,
.united-ojsz4g .united-o995cc td:last-child .united-cvbl8n {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.united-ojsz4g .united-o995cc td:last-child .united-5amyu6,
.united-ojsz4g .united-o995cc td:last-child .united-m8rnqh {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.united-ojsz4g .united-o995cc td:last-child .united-5amyu6 span,
.united-ojsz4g .united-o995cc td:last-child .united-m8rnqh span {
  font-weight: 800;
}

.united-ojsz4g .united-o995cc img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .united-ojsz4g .united-o995cc td .united-r5szcd:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .united-ojsz4g tr.united-vtnngd td p:last-child {
    padding-bottom: 0;
  }
  .united-ojsz4g .united-5m208f > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .united-ojsz4g .united-5m208f > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .united-ojsz4g tr.united-vtnngd td p:not(:last-child),
  .united-ojsz4g tr.united-5m208f td p:not(:last-child) {
    border-bottom: unset;
  }
  .united-ojsz4g tr.united-5m208f td p:last-child {
    padding-bottom: 12px;
  }
  .united-ojsz4g .united-o995cc td:last-child .united-5amyu6,
  .united-ojsz4g .united-o995cc td:last-child .united-m8rnqh,
  .united-ojsz4g .united-o995cc td:last-child .united-r5szcd {
    flex: 1 1 50%;
    padding: 0;
  }
  .united-ojsz4g .united-o995cc td:last-child .united-5amyu6,
  .united-ojsz4g .united-o995cc td:last-child .united-m8rnqh {
    margin-top: 16px;
  }
  .united-ojsz4g .united-o995cc td:last-child .united-r5szcd {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .united-ojsz4g .united-o995cc td:last-child .united-5amyu6 {
    border-right: 1px solid var(--border-color);
  }
  .united-ojsz4g .united-o995cc td:last-child .united-r5szcd:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .united-ojsz4g .united-o995cc td:last-child .united-r5szcd:last-child {
    padding-bottom: 0;
  }
}

.united-r5szcd {
  display: flex;
  flex-direction: column;
}

.united-ojsz4g .united-o995cc td .united-r5szcd {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.united-ojsz4g .united-o995cc td .united-r5szcd:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.united-ojsz4g .united-o995cc td .united-r5szcd:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .united-ojsz4g .united-o995cc td .united-r5szcd:not(:first-child) {
    padding-left: 0;
  }
  .united-ojsz4g .united-o995cc td .united-r5szcd:not(:last-of-type) {
    border-right: unset;
  }
}

.united-ojsz4g .united-t1w2p7 {
  flex: 0 1 485px;
}

.united-ojsz4g .united-tuy3l1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.united-ojsz4g .united-tuy3l1 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.united-ojsz4g .united-tuy3l1 li.united-uw6y9w {
  padding: 6px 12px;
}

.united-ojsz4g .united-tuy3l1 li a,
.united-ojsz4g .united-tuy3l1 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;
}

.united-ojsz4g .united-h1lwtl,
.united-ojsz4g .united-nftswa {
  flex: 1 1;
}

.united-ojsz4g .united-vkasm3,
.united-ojsz4g .united-zx5vec {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.united-ojsz4g .united-vkasm3 li,
.united-ojsz4g .united-zx5vec li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.united-ojsz4g .united-nftswa img {
  max-width: 32px;
}

.united-ojsz4g .united-h1lwtl img {
  max-width: 32px;
}

.united-ojsz4g .united-ovkrhe {
  min-width: 280px;
}

.united-ojsz4g .united-ovkrhe img {
  max-width: 146px;
}

.united-ojsz4g .united-ovkrhe td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .united-ojsz4g .united-vtnngd,
  .united-ojsz4g .united-5m208f {
    flex: 0 1 auto;
  }
  .united-ojsz4g .united-o995cc {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .united-ojsz4g .united-vtnngd,
  .united-ojsz4g .united-t1w2p7,
  .united-ojsz4g .united-5m208f,
  .united-ojsz4g .united-o995cc {
    flex: 1 1 calc(50% - 20px);
  }
  .united-ojsz4g .united-h1lwtl,
  .united-ojsz4g .united-ovkrhe,
  .united-ojsz4g .united-nftswa {
    flex: 1 1 30%;
  }
  .united-ojsz4g .united-ovkrhe {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .united-ojsz4g .united-vtnngd,
  .united-ojsz4g .united-t1w2p7,
  .united-ojsz4g .united-h1lwtl,
  .united-ojsz4g .united-5m208f,
  .united-ojsz4g .united-o995cc,
  .united-ojsz4g .united-ovkrhe,
  .united-ojsz4g .united-nftswa {
    flex: 1 1 100%;
  }
}

.united-s8jp1e .united-1sf622 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.united-s8jp1e .united-8nn7xo {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.united-s8jp1e .united-l5sx2v {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.united-s8jp1e .united-iuz6bd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.united-s8jp1e .united-iuz6bd > :nth-child(3) {
  margin-top: 0;
}

.united-s8jp1e .united-ct124b {
  grid-column: 2/3;
  grid-row: 1/10;
}

.united-s8jp1e .united-lfb2jq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.united-s8jp1e .united-p363en {
  grid-column: 1/2;
}

.united-s8jp1e > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.united-s8jp1e .united-8nn7xo: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;
}

.united-s8jp1e .united-8nn7xo:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.united-s8jp1e .united-u2fngp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .united-s8jp1e .united-8nn7xo:not(:last-child):before {
    bottom: 8px;
  }
  .united-s8jp1e .united-8nn7xo:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .united-s8jp1e .united-iuz6bd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .united-s8jp1e .united-ct124b {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .united-s8jp1e .united-ct124b img {
    width: 100%;
    height: auto;
  }
  .united-s8jp1e .united-u2fngp {
    width: 100%;
    min-width: unset;
  }
}

.united-81d6ls .united-8s2xqz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.united-81d6ls .united-swocce {
  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;
}

.united-81d6ls .united-ct124b {
  height: 100%;
}

.united-81d6ls .united-ct124b img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.united-81d6ls .united-lpw2zt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.united-81d6ls .united-sz67r6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.united-81d6ls .united-sbgq3p {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .united-81d6ls .united-swocce {
    flex: 1 1 100%;
  }
  .united-81d6ls .united-k8mf06 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .united-81d6ls .united-swocce {
    flex-direction: column;
  }
  .united-81d6ls .united-ct124b {
    width: 100%;
    height: auto;
  }
  .united-81d6ls .united-ct124b img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .united-81d6ls .united-lpw2zt {
    padding: 0 16px 16px 16px;
  }
  .united-81d6ls .united-k8mf06 {
    min-width: unset;
    width: 100%;
  }
}

.united-1vbztw .united-xt87wb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.united-1vbztw .united-syzh79 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.united-1vbztw 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;
}

.united-1vbztw .united-u0irm1 {
  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;
}

.united-1vbztw .united-syzh79:hover .united-u0irm1 {
  display: flex;
}

.united-1vbztw .united-654dgh {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.united-1vbztw .united-882qjb {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.united-n2cpox {
  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;
}

.united-n2cpox.united-3ky4sj {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.united-fi8tdd ease-in-out;
}

.united-n2cpox.united-3ky4sj:hover {
  color: #f9cb16;
  background-color: transparent;
}

.united-1vbztw .united-24dpl5 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.united-fi8tdd ease-in-out;
}

.united-1vbztw .united-24dpl5:hover {
  color: #196948;
  background-color: #f9cb16;
}

.united-1vbztw .united-24dpl5:after,
.united-n2cpox.united-3ky4sj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.united-n2cpox.united-3ky4sj:after {
  background-image: url(../images/Cash.svg);
}

.united-1vbztw .united-24dpl5:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .united-1vbztw .united-xt87wb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .united-1vbztw .united-xt87wb {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .united-1vbztw .united-xt87wb {
    grid-template-columns: 1fr;
  }
  .united-1vbztw .united-syzh79 {
    height: auto;
  }
  .united-1vbztw .united-syzh79 .united-u0irm1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .united-1vbztw .united-654dgh,
  .united-1vbztw .united-882qjb {
    text-align: left;
  }
  .united-1vbztw .united-882qjb {
    margin-bottom: 8px;
  }
  .united-1vbztw img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.united-doqtco {
  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;
}

.united-doqtco.united-wlsmf2 {
  display: block;
}

.united-doqtco .united-gu19vn {
  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;
}

.united-doqtco .united-c2ys96 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.united-doqtco .united-jxq11x {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.united-doqtco .united-jgcfdn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.united-doqtco .united-n2cpox {
  min-width: 296px;
  margin-bottom: 0;
}

.united-doqtco .united-39vnpy {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.united-doqtco .united-g9uvju {
  position: relative;
  flex: 1 1;
}

.united-doqtco .united-g9uvju iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .united-doqtco .united-c2ys96 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .united-doqtco .united-jxq11x {
    order: 1;
  }
  .united-doqtco .united-jgcfdn {
    order: 3;
    flex: 1 1 100%;
  }
  .united-doqtco .united-n2cpox {
    width: 100%;
    min-width: unset;
  }
  .united-doqtco .united-39vnpy {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .united-md54wk > .united-v6hav9 {
    margin-bottom: 0;
  }
  .united-md54wk > .united-p363en,
  .united-md54wk > p {
    margin-top: 0;
  }
}

.united-n9ytff img,
.united-ohdzas img {
  width: auto;
  object-fit: contain;
}

.united-n9ytff {
  align-items: center;
}

.united-n9ytff img {
  max-height: 76px;
}

.united-ohdzas img {
  max-height: 64px;
}

.united-73to7o {
  overflow: auto;
}

.united-kzhshq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.united-glrsjl:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.united-p6bj21 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.united-l6g2r6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.united-p6bj21 .united-ct124b {
  margin-right: 20px;
  flex-shrink: 0;
}

.united-p6bj21 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.united-wwwkrr {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.united-wwwkrr > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .united-p6bj21 {
    padding: 15px 10px;
  }
  .united-wwwkrr {
    padding: 15px 10px;
  }
  .united-p6bj21 .united-ct124b {
    margin-right: 10px;
  }
}

.united-lpv0ne {
  overflow-x: auto;
}

.united-apj9le {
  border-collapse: collapse;
  width: 100%;
}

.united-lpv0ne th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.united-lpv0ne td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.united-lpv0ne td.united-6j6kyt {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.united-lpv0ne td.united-xxv2jo {
  border-right: none;
}

.united-lpv0ne td.united-xxv2jo .united-ct124b {
  justify-content: flex-start;
}

.united-lpv0ne td.united-xxv2jo .united-ct124b img {
  height: auto;
  width: 90px;
}

.united-lpv0ne td.united-gmldih,
.united-lpv0ne td.united-yriaup {
  font-weight: 600;
  text-align: right;
}

.united-lpv0ne td.united-pky67v,
.united-lpv0ne td.united-gmldih {
  padding-bottom: 10px;
  border-bottom: none;
}

.united-lpv0ne td.united-gmldih,
.united-lpv0ne td.united-yriaup {
  border-left: none;
}

.united-lpv0ne td.united-pky67v,
.united-lpv0ne td.united-aa9o1h {
  border-right: none;
}

.united-lpv0ne td.united-aa9o1h,
.united-lpv0ne td.united-yriaup {
  border-top: none;
  padding-top: 10px;
}

.united-y6oic0 {
  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;
}

.united-y6oic0 .united-k8mf06 {
  min-width: unset;
  width: 100%;
}

.united-y6oic0 .united-k8mf06.united-ipwh1k {
  grid-column: 1/2;
  grid-row: 1/2;
}

.united-y6oic0 .united-k8mf06.united-iy8iwh {
  grid-column: 2/3;
  grid-row: 1/2;
}

.united-y6oic0 .united-bjr4wr {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .united-y6oic0 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .united-y6oic0 .united-k8mf06.united-ipwh1k {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .united-y6oic0 .united-k8mf06.united-iy8iwh {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .united-y6oic0 .united-bjr4wr {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.united-cgh89h {
  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;
}

.united-cuxmim {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.united-yvn6ix p a img {
  margin: 0 auto;
  display: block;
}

.united-yvn6ix table {
  margin-bottom: 17px;
}

/* contanct form */
.united-hzjggr {
  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;
}

.united-hzjggr label {
  font-size: 14px;
}

.united-hzjggr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.united-hzjggr input,
.united-hzjggr textarea,
.united-hzjggr 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;
}
.united-hzjggr button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.united-fi8tdd ease;
}
.united-hzjggr button:hover {
  background-color: #691204;
}
.united-gza7ea {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.united-d6zz6v ease-in;
}

.united-gza7ea h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.united-596pxt, .united-2q00xn, [class*="review-card"],
thead, thead th, table th, .united-ooc611,
.united-zs42bm, [class*="collapsible-header"],
.united-471jud, [class*="updated-block"] {
  color: #ece7dc !important;
}
