* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 40px 0;
  background-color: #0F0B27;
  color: rgb(255, 255, 255);
  position: relative;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jura", sans-serif;
  src: url("/assets/default/fonts/Jura-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Jura", sans-serif;
  src: url("/assets/default/fonts/Jura-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("/assets/default/fonts/Nunito-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Nunito", sans-serif;
  src: url("/assets/default/fonts/Nunito-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/default/fonts/Rubik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
.c__OX3Dpq {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width: 1440px) {
  .c__OX3Dpq {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c__OX3Dpq {
    max-width: 100%;
    padding: 15px;
  }
}

.TsOPKm--btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .TsOPKm--btn {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 0 0 8px;
    position: relative;
    width: 40px;
  }
}
@media screen and (max-width: 620px) {
  .TsOPKm--btn {
    height: 32px;
    width: 32px;
  }
}

.button__YERfuKm {
  align-items: center;
  border-radius: 12px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: normal;
  padding: 11px 16px;
  text-decoration: none;
  transition: 0.3s all linear;
}
@media screen and (max-width: 620px) {
  .button__YERfuKm {
    border-radius: 10px;
    font-size: 14px;
    padding: 7.5px;
  }
}

.button__YERfuKm.btnuKr2x9EN {
  border: 1px solid rgb(224, 179, 218);
}

.button__YERfuKm.btnuKr2x9EN:hover {
  background: rgb(224, 179, 218);
}

.button__YERfuKm.cols--yh2uFXL {
  background: linear-gradient(90deg, rgb(209.8845977783, 68.2124633789, 202.8009796143), rgb(146.0803527832, 24.9633789063, 252.0576934814) 100%);
}

.button__YERfuKm.cols--yh2uFXL:hover {
  filter: brightness(70%);
}

header {
  left: 0;
  margin: 40px 0 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  header {
    margin: 0;
  }
}

header nav {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(6, 5, 12, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 620px) {
  header nav {
    padding: 8px;
  }
}

header nav::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

header nav .l--x1ufimy {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 13px;
  text-decoration: none;
  width: 170px;
}
@media screen and (max-width: 768px) {
  header nav .l--x1ufimy {
    position: relative;
    width: auto;
    z-index: 2;
  }
}

footer nav .l--x1ufimy {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 13px;
  text-decoration: none;
  width: 170px;
}
@media screen and (max-width: 768px) {
  footer nav .l--x1ufimy {
    order: 0;
    width: auto;
  }
}

header nav .l--x1ufimy img, footer nav .l--x1ufimy img {
  height: 50px;
  width: inherit;
}

header .Zd1STs6Fsl2hQt {
  display: flex;
  flex: 1;
  flex-direction: column;
}

header .Zd1STs6Fsl2hQt .G9odvW83__head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  header .Zd1STs6Fsl2hQt .G9odvW83__head {
    flex-direction: column;
  }
}

.VoFLq_vHQDIhVqY {
  display: flex;
  justify-content: center;
}

.VoFLq_vHQDIhVqY a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  display: flex;
  height: 44px;
  justify-content: center;
  margin: 0 8px 0 0;
  text-decoration: none;
  width: 44px;
}

.VoFLq_vHQDIhVqY a:last-child, .Zd1STs6Fsl2hQt .button_4Yltnjms .A6EKGxvtf--9eEA3:first-child, .txt-SKagQUxj .MtNAaHQTz-Plxc ol li:last-child, .txt-SKagQUxj .logo--r4jKRc img:last-child, .txt-SKagQUxj .action--a5WbLUXF:last-child, .txt-SKagQUxj .button__qK0rihCc .button__YERfuKm:last-child, .foot__PGIoyMdp ul li:last-child, .signin__dgLyYMfWq .VoFLq_vHQDIhVqY a:last-child, footer .VoFLq_vHQDIhVqY a:last-child, .txt-SKagQUxj .GJYo9arpinv img:last-child {
  margin: 0;
}

.VoFLq_vHQDIhVqY a img, .txt-SKagQUxj .wraperdcA4unk img {
  height: 24px;
  width: 24px;
}

.Zd1STs6Fsl2hQt .button_4Yltnjms {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .Zd1STs6Fsl2hQt .button_4Yltnjms {
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .button_4Yltnjms {
    position: relative;
    z-index: 2;
  }
}

.Zd1STs6Fsl2hQt .button_4Yltnjms .A6EKGxvtf--9eEA3 {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  margin: 0 12px 0 8px;
  padding: 10px 8px;
  text-decoration: none;
  width: 225px;
}
@media screen and (max-width: 1440px) {
  .Zd1STs6Fsl2hQt .button_4Yltnjms .A6EKGxvtf--9eEA3 {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .button_4Yltnjms .A6EKGxvtf--9eEA3 {
    display: none;
  }
}

.Zd1STs6Fsl2hQt .button_4Yltnjms .A6EKGxvtf--9eEA3 p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.Zd1STs6Fsl2hQt .button_4Yltnjms .A6EKGxvtf--9eEA3 img {
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.Zd1STs6Fsl2hQt .button_4Yltnjms .button__YERfuKm.btnuKr2x9EN {
  margin: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .button_4Yltnjms .button__YERfuKm.btnuKr2x9EN {
    margin: 0 8px 0 0;
  }
}

.Zd1STs6Fsl2hQt .button_4Yltnjms .button__YERfuKm.btnuKr2x9EN::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 30px;
  position: absolute;
  right: -16.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .button_4Yltnjms .button__YERfuKm.btnuKr2x9EN::after {
    display: none;
  }
}

.Zd1STs6Fsl2hQt .nav9mUqS3 .VoFLq_vHQDIhVqY {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Zd1STs6Fsl2hQt .nav9mUqS3 .VoFLq_vHQDIhVqY {
    display: flex;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .nav9mUqS3 .VoFLq_vHQDIhVqY {
    padding: 16px 0 0 0;
  }
}
@media screen and (max-width: 620px) {
  .Zd1STs6Fsl2hQt .nav9mUqS3 .VoFLq_vHQDIhVqY {
    padding: 10px 0 0 0;
  }
}

.Zd1STs6Fsl2hQt ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 8px 16px 0 16px;
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}

.Zd1STs6Fsl2hQt ul li {
  border: 1px solid transparent;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 12px 8px 12px;
  transition: 0.3s border linear;
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt ul li {
    border-radius: 60px;
    font-size: 16px;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 620px) {
  .Zd1STs6Fsl2hQt ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.Zd1STs6Fsl2hQt ul li a.active, .Zd1STs6Fsl2hQt ul li:hover, .u8v5ebZbottom li a.active, .u8v5ebZbottom li:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.Zd1STs6Fsl2hQt ul li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt ul li a {
    padding: 5px 9px;
  }
}

main {
  position: relative;
  width: 100%;
}

main::before {
  content: "";
  height: 75vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.y1odkQ--QhPfq83 {
  align-items: flex-end;
  display: flex;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .y1odkQ--QhPfq83 {
    padding: 0 0 100px 0;
  }
}

.y1odkQ--QhPfq83 .card__KtNHC4s {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .y1odkQ--QhPfq83 .card__KtNHC4s {
    width: 100%;
  }
}

.y1odkQ--QhPfq83 h1 {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 0 24px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .y1odkQ--QhPfq83 h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 620px) {
  .y1odkQ--QhPfq83 h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px 0;
  }
}

.y1odkQ--QhPfq83 p {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .y1odkQ--QhPfq83 p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 620px) {
  .y1odkQ--QhPfq83 p {
    font-size: 14px;
    line-height: 16px;
  }
}

.y1odkQ--QhPfq83 .button__YERfuKm {
  align-self: center;
  margin: 32px auto 0 auto;
  padding: 16px 44px;
}
@media screen and (max-width: 768px) {
  .y1odkQ--QhPfq83 .button__YERfuKm {
    margin: 20px auto 0 auto;
    min-width: 150px;
    padding: 12px;
  }
}
@media screen and (max-width: 620px) {
  .y1odkQ--QhPfq83 .button__YERfuKm {
    margin: 12px auto 0 auto;
    min-width: 150px;
    padding: 7.5px;
  }
}

.seia51Kr__b img {
  border-radius: 12px;
}
.seia51Kr__b .HqLEp5dRZf4T2gk {
  margin-top: 10px;
  margin-bottom: 0;
}

.logo5hYWyBM {
  display: flex;
}
@media (max-width: 750px) {
  .logo5hYWyBM {
    flex-direction: column;
  }
}
.logo5hYWyBM .Ycefu__Mcv4nKqS {
  margin-right: 20px;
  min-width: 380px;
}
@media (max-width: 750px) {
  .logo5hYWyBM .Ycefu__Mcv4nKqS {
    width: 100%;
    margin-bottom: 10px;
    min-width: 100%;
  }
}
.logo5hYWyBM .Ycefu__Mcv4nKqS .HqLEp5dRZf4T2gk {
  max-width: 390px;
  height: auto;
}
@media (max-width: 750px) {
  .logo5hYWyBM .Ycefu__Mcv4nKqS .HqLEp5dRZf4T2gk {
    width: 100%;
  }
}

.txt-SKagQUxj {
  display: flex;
  flex-direction: column;
  padding: 111px 0 0 0;
}

.txt-SKagQUxj .seia51Kr__b {
  display: flex;
  flex-direction: column;
}

.txt-SKagQUxj h2 {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 80px 0 40px 0;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 25px 0;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0 20px 0;
    padding: 8px 16px;
  }
}

.txt-SKagQUxj .MtNAaHQTz-Plxc {
  align-self: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin: 0 auto 20px auto;
  padding: 8px;
  width: 850px;
}
@media screen and (max-width: 1024px) {
  .txt-SKagQUxj .MtNAaHQTz-Plxc {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .MtNAaHQTz-Plxc {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .MtNAaHQTz-Plxc {
    margin: 0 0 10px 0;
  }
}

.txt-SKagQUxj .MtNAaHQTz-Plxc ol {
  counter-reset: sitem;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.txt-SKagQUxj .MtNAaHQTz-Plxc ol li {
  background: transparent;
  border-radius: 58px;
  color: rgb(255, 255, 255);
  counter-increment: sitem;
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 8px 0;
  padding: 0 0 0 24px;
  position: relative;
  text-align: left;
  transition: 0.4s all linear;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .MtNAaHQTz-Plxc ol li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 2px 0;
  }
}

.txt-SKagQUxj .MtNAaHQTz-Plxc ol li::before {
  color: rgb(255, 255, 255);
  content: counter(sitem) ".";
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .MtNAaHQTz-Plxc ol li::before {
    font-size: 14px;
    line-height: 18px;
  }
}

.txt-SKagQUxj .MtNAaHQTz-Plxc ol li:hover, .txt-SKagQUxj .MtNAaHQTz-Plxc ol li.active {
  background: rgba(255, 255, 255, 0.1);
}

.txt-SKagQUxj .MtNAaHQTz-Plxc ol li a {
  color: inherit;
  flex: 1 1 auto;
  padding: 8px 16px;
  text-decoration: none;
  width: 100%;
}

.txt-SKagQUxj h3 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 12px 0;
  max-width: 70%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj h3 {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
  }
}

.txt-SKagQUxj h4 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 6px 0;
  max-width: 70%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj h4 {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

.txt-SKagQUxj p {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px 0;
  max-width: 70%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj p {
    margin: 0 0 12px 0;
  }
}

.txt-SKagQUxj ul li, .txt-SKagQUxj ol li {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
}

.txt-SKagQUxj td, .txt-SKagQUxj th {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 70%;
}

.txt-SKagQUxj ul, .txt-SKagQUxj ol {
  margin: 0 0 15px 0;
  max-width: 70%;
  padding: 0 0 0 15px;
}

.txt-SKagQUxj .table-responsive {
  margin: 0 0 15px 0;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .table-responsive {
    margin: 0 0 12px 0;
  }
}

.table-responsive table {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.txt-SKagQUxj .table-responsive thead {
  background: rgba(255, 255, 255, 0.4);
}

.txt-SKagQUxj .table-responsive th {
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
}

.txt-SKagQUxj .table-responsive td {
  padding: 12px 16px;
  text-align: left;
}

.txt-SKagQUxj .information-table tbody tr > *:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.txt-SKagQUxj .information-table tbody tr > *:nth-child(2) {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.txt-SKagQUxj .information-table tbody tr > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.txt-SKagQUxj .HqLEp5dRZf4T2gk {
  height: auto;
  margin: 0 0 15px 0;
  max-width: 70%;
  width: auto;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .HqLEp5dRZf4T2gk {
    max-width: 100%;
  }
}

.txt-SKagQUxj .heading-img {
  align-self: center;
  height: 200px;
  margin: 0 0 15px 0;
  width: 200px;
}

.txt-SKagQUxj .heading-img img, .txt-SKagQUxj .l-L8E9wyQ img {
  height: inherit;
  width: inherit;
}

.txt-SKagQUxj .c2HTXE1bptvTY {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .c2HTXE1bptvTY {
    margin: 0 0 20px 0;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .OgLPKhpfMr4k {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .OgLPKhpfMr4k {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.txt-SKagQUxj .NwW18s0cS-post {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .NwW18s0cS-post {
    flex-wrap: wrap;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .NwW18s0cS-post {
  flex-direction: column;
  width: auto;
}

.txt-SKagQUxj .log-T0jRdX {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 150px;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .log-T0jRdX {
    align-items: center;
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .log-T0jRdX {
  align-items: center;
  flex-direction: row;
}

.txt-SKagQUxj .l-L8E9wyQ {
  border-radius: 12px;
  height: 150px;
  width: 150px;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .l-L8E9wyQ {
    border-radius: 10px;
    height: 90px;
    margin: 0 16px 0 0;
    width: 90px;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .l-L8E9wyQ {
  height: 90px;
  margin: 0 16px 0 0;
  width: 90px;
}

a.txt-SKagQUxj .l-L8E9wyQ {
  display: flex;
  text-decoration: none;
}

.txt-SKagQUxj .uxYehNv4_logo {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 16px 0 0 0;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .uxYehNv4_logo {
    align-self: flex-start;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .uxYehNv4_logo {
    font-size: 20px;
    line-height: 26px;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .uxYehNv4_logo {
  margin: 0;
  text-align: left;
}

.txt-SKagQUxj .dS5aXr9R__log, .txt-SKagQUxj .iU89nFMk_btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.txt-SKagQUxj .logo--r4jKRc {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .logo--r4jKRc {
    margin: 0 11.5px 0 0;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .logo--r4jKRc {
  margin: 0 5px 0 0;
}

.txt-SKagQUxj .logo--r4jKRc img, .txt-SKagQUxj .GJYo9arpinv img {
  height: 15.83px;
  margin: 0 5px 0 0;
  width: 16.67px;
}

.txt-SKagQUxj .logo--zJ95eLMB {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  max-width: 100%;
  text-align: right;
}

.txt-SKagQUxj .C2izu4AYdJ_Gc789 {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .C2izu4AYdJ_Gc789 {
    margin: 0;
    width: 70%;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .C2izu4AYdJ_Gc789 {
    margin: 8px 0 0 0;
    width: 100%;
  }
}

.txt-SKagQUxj .yvGRx_LH8Poqj {
  color: rgb(105, 210, 162);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px 0;
  max-width: 100%;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .yvGRx_LH8Poqj {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .yvGRx_LH8Poqj {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.txt-SKagQUxj .kPmU46QKp-inv {
  color: rgba(255, 255, 255, 0.4);
  flex: 1;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .kPmU46QKp-inv {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
}

.txt-SKagQUxj .first__UQkvCwLV {
  align-items: center;
  align-self: self-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(105, 210, 162);
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 12px;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .first__UQkvCwLV {
    border-radius: 16px;
    flex-direction: column;
    margin: 16px 0 0 0;
    padding: 8px;
    width: 100%;
  }
}

.txt-SKagQUxj .first__lVx2I58ZD {
  color: rgb(105, 210, 162);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 10px 0 0;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .first__lVx2I58ZD {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 4px 0;
  }
}

.txt-SKagQUxj .wraperdcA4unk {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .wraperdcA4unk {
    border-radius: 19px;
    flex-direction: row;
    padding: 4.5px 8px;
    width: 100%;
  }
}

.txt-SKagQUxj .wraperdcA4unk p {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 8px 0 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .wraperdcA4unk p {
    flex: 1;
    text-align: center;
    width: 90%;
  }
}

.txt-SKagQUxj .button__PX3kFGrS9 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .txt-SKagQUxj .button__PX3kFGrS9 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .button__PX3kFGrS9 {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .button__PX3kFGrS9 {
    flex-direction: column-reverse;
    margin: 16px 0 0 0;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .button__PX3kFGrS9 {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .OgLPKhpfMr4k .button__PX3kFGrS9 {
    margin: 8px 0 0 0;
  }
}

.txt-SKagQUxj .button__ySi57VIPR {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .txt-SKagQUxj .button__ySi57VIPR {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .button__ySi57VIPR {
    margin: 19px 0 0 0;
    width: 100%;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .button__ySi57VIPR {
  align-self: flex-start;
  margin: 0;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .OgLPKhpfMr4k .button__ySi57VIPR {
    margin: 19px 0 0 0;
    order: 1;
  }
}

.txt-SKagQUxj .action--a5WbLUXF {
  display: flex;
  margin: 0 0 13px 0;
}

.txt-SKagQUxj .action--a5WbLUXF img {
  height: 20px;
  margin: 0 12px 0 0;
  width: 20px;
}

.txt-SKagQUxj .action--a5WbLUXF p, .nI8eFc-bot h3 {
  margin: 0;
  max-width: 100%;
}

.txt-SKagQUxj .button__qK0rihCc {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .button__qK0rihCc {
    flex-direction: row-reverse;
    width: 100%;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .button__qK0rihCc {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .OgLPKhpfMr4k .button__qK0rihCc {
    margin: 0;
    order: 0;
  }
}

.txt-SKagQUxj .button__qK0rihCc .button__YERfuKm {
  margin: 0 0 8px 0;
  min-width: 185px;
  padding: 17px 5px;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .button__qK0rihCc .button__YERfuKm {
    margin: 0 0 0 8px;
    min-width: 90px;
    padding: 10.5px 5px;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .button__qK0rihCc .button__YERfuKm.cols--yh2uFXL {
  margin: 0 0 0 8px;
  min-width: auto;
  width: 65%;
}

.txt-SKagQUxj .OgLPKhpfMr4k .button__qK0rihCc .button__YERfuKm.btnuKr2x9EN {
  min-width: auto;
  width: 35%;
}

.txt-SKagQUxj .OgLPKhpfMr4k .b__dw2Qz7c {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19px 0 0 0;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .OgLPKhpfMr4k .b__dw2Qz7c {
    order: 2;
  }
}

.txt-SKagQUxj .OgLPKhpfMr4k .b__dw2Qz7c img {
  height: 17.3px;
  margin: 0 8.5px;
  width: 17.3px;
}

.txt-SKagQUxj .OgLPKhpfMr4k .b__dw2Qz7c span {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 8.5px;
}

.txt-SKagQUxj .p-qneVsP {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .p-qneVsP {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .p-qneVsP {
    flex-wrap: wrap;
  }
}

.txt-SKagQUxj .itempRg3oW {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  width: 49.5%;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .itempRg3oW {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
  }
}

.txt-SKagQUxj .first_ZWqgojv {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .first_ZWqgojv {
    font-size: 14px;
    line-height: 16px;
  }
}

.txt-SKagQUxj .first_ZWqgojv.prim__K6P7JC {
  color: rgb(105, 210, 162);
}

.txt-SKagQUxj .first_ZWqgojv.qYeQo4J_cont {
  color: rgb(240, 79, 86);
}

.txt-SKagQUxj .p-qneVsP .p--l1UTaf5Ny {
  display: flex;
  flex-direction: row;
  margin: 16px 0 0 0;
}

.txt-SKagQUxj .p-qneVsP img {
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}

.txt-SKagQUxj .p-qneVsP .p--l1UTaf5Ny p {
  max-width: 100%;
}

.foot__pGH4lEy {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .foot__pGH4lEy {
    -moz-column-count: 1;
         column-count: 1;
    margin: 0 0 20px 0;
  }
}

.articles_SAHpbyjR {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 8px 0;
  overflow: hidden;
}

.nI8eFc-bot {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.nI8eFc-bot img {
  height: 24px;
  margin: 0 0 0 5px;
  width: 24px;
}

.OdyUVP_txt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
@media (prefers-reduced-motion: reduce) {
  .OdyUVP_txt {
    transition: none;
  }
}

.OdyUVP_txt p {
  margin: 0;
  max-width: 100%;
  padding: 0 16px 16px 16px;
}

.articles_SAHpbyjR.open .nI8eFc-bot::after {
  opacity: 1;
  transform: rotate(180deg);
}

footer {
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 15px 0;
  }
}

footer nav {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(6, 5, 12, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.FIJKpu_bottom {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 12px 13px;
}
@media screen and (max-width: 768px) {
  .FIJKpu_bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.foot_6udyZs3 {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.u8v5ebZbottom {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .u8v5ebZbottom {
    justify-content: center;
    order: 2;
    width: 100%;
  }
}

.u8v5ebZbottom li {
  border: 1px solid transparent;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 12px 8px 12px;
  transition: 0.3s border linear;
}
@media screen and (max-width: 620px) {
  .u8v5ebZbottom li {
    border-radius: 16px;
    font-size: 14px;
    margin: 0 5.5px 5px 5.5px;
  }
}

.u8v5ebZbottom li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .u8v5ebZbottom li a {
    padding: 5px 9px;
  }
}

.foot__PGIoyMdp {
  align-items: center;
  display: flex;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .foot__PGIoyMdp {
    flex-direction: column;
  }
}
@media screen and (max-width: 620px) {
  .foot__PGIoyMdp {
    flex-direction: column-reverse;
  }
}

.foot__PGIoyMdp ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 620px) {
  .foot__PGIoyMdp ul {
    justify-content: center;
    margin: 0;
  }
}

.foot__PGIoyMdp ul li {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 24px 0 0;
  text-align: left;
  transition: 0.4s all linear;
}

.foot__PGIoyMdp ul li:hover {
  color: rgb(255, 255, 255);
}

.foot__PGIoyMdp ul li a {
  color: inherit;
  text-decoration: none;
}

.foot__PGIoyMdp .Qr35onsBwf {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .foot__PGIoyMdp .Qr35onsBwf {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 620px) {
  .foot__PGIoyMdp .Qr35onsBwf {
    justify-content: center;
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.foot__PGIoyMdp .Qr35onsBwf img {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 620px) {
  .foot__PGIoyMdp .Qr35onsBwf img {
    height: 13px;
    margin: 0 5px;
    width: auto;
  }
}
@media screen and (max-width: 340px) {
  .foot__PGIoyMdp .Qr35onsBwf img {
    height: 10px;
    margin: 0 2.5px;
  }
}

.Qr35onsBwf .m5NxE6Lb-contrast {
  height: 26px;
}

.Qr35onsBwf .yacEs-HaX7VFNQd {
  height: 22.5px;
}

.Qr35onsBwf .JEsDGC2XWmgGh {
  height: 15.3px;
}

.Qr35onsBwf .SiLmZW--brand {
  height: 40px;
}

.Qr35onsBwf .AGBtnj2QD__sbFt {
  height: 22.5px;
}

.signin__dgLyYMfWq {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
}
@media screen and (max-width: 620px) {
  .signin__dgLyYMfWq {
    padding: 10px;
  }
}

.sign--J6IUaWGqt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 620px) {
  .sign--J6IUaWGqt {
    margin: 0 0 8px 0;
  }
}

.login-nYeKajVpP, .txt-SKagQUxj .G0LfVxuM2TY5XQq {
  align-items: center;
  display: flex;
}

.wZo8Abtcl-sign {
  border-radius: 12px;
  height: 52.68px;
  margin: 0 16px 0 0;
  width: 52.68px;
}
@media screen and (max-width: 620px) {
  .wZo8Abtcl-sign {
    border-radius: 8px;
    height: 40px;
    margin: 0 12px 0 0;
    width: 40px;
  }
}

.auth--q3GBvgtmh, .txt-SKagQUxj .E1r9sTrows {
  display: flex;
  flex-direction: column;
}

.txt-SKagQUxj .xO26kzosign {
  color: rgb(255, 255, 255);
  flex: 1;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 6px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .xO26kzosign {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.txt-SKagQUxj .sign__6V52UiD {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .sign__6V52UiD {
    font-size: 14px;
    line-height: 16px;
  }
}

.txt-SKagQUxj .signGkXoRdnHx {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 8px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .signGkXoRdnHx {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
  }
}

.txt-SKagQUxj .signin__0CkSJUzN3 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 16px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .txt-SKagQUxj .signin__0CkSJUzN3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
}

.txt-SKagQUxj .xg7Kmr_BwzrbnJdt {
  margin: 0 0 20px 0;
}

.txt-SKagQUxj .DJpPdeu--post {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .DJpPdeu--post {
    margin: 0 0 10px 0;
    padding: 10px;
  }
}

.txt-SKagQUxj .MIo5UcHTP__h {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .MIo5UcHTP__h {
    flex-direction: column-reverse;
  }
}

.txt-SKagQUxj .v6ryKEIV--qOhFf {
  border-radius: 12px;
  height: 52.68px;
  margin: 0 16px 0 0;
  width: 52.68px;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .v6ryKEIV--qOhFf {
    border-radius: 6px;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
  }
}

.txt-SKagQUxj .Mt971--5ZBS7DwWO {
  color: rgb(255, 255, 255);
  flex: 1;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 2px 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .Mt971--5ZBS7DwWO {
    font-size: 16px;
    line-height: 19px;
  }
}

.txt-SKagQUxj .YDqJzM-buqsG2N {
  align-items: center;
  display: flex;
  margin: 0;
  max-width: 100%;
}

.txt-SKagQUxj .YDqJzM-buqsG2N img {
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .YDqJzM-buqsG2N img {
    height: 13px;
    width: 13px;
  }
}

.txt-SKagQUxj .YDqJzM-buqsG2N span {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .YDqJzM-buqsG2N span {
    font-size: 14px;
    line-height: 16px;
  }
}

.txt-SKagQUxj .CyYxzD_invert {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 0 10px;
  max-width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .CyYxzD_invert {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    align-self: flex-end;
  }
}

.txt-SKagQUxj .aJ5vWRt__inv {
  align-items: center;
  display: flex;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .aJ5vWRt__inv {
    margin: 10px 0 0 0;
  }
}

.txt-SKagQUxj .d_RBrOCIDy {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 25px 0 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .d_RBrOCIDy {
    display: none;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
  }
}

.txt-SKagQUxj .GJYo9arpinv {
  align-items: center;
  display: flex;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .GJYo9arpinv {
    margin: 0 10px 0 0;
  }
}

.txt-SKagQUxj .U0abknjzrcontrast {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  text-align: right;
}

.txt-SKagQUxj .content__OB4woP {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0 0 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .content__OB4woP {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0 0;
  }
}

.txt-SKagQUxj .darked_Ii4zSuK {
  color: rgb(224, 179, 218);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.txt-SKagQUxj .V0hkCIW_action {
  align-items: center;
  display: flex;
  justify-content: center;
}

.txt-SKagQUxj .SCQN3Mwcbutton {
  align-items: center;
  display: flex;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

.txt-SKagQUxj .SCQN3Mwcbutton img {
  height: 24px;
  margin: 0 5px 0 0;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .txt-SKagQUxj .SCQN3Mwcbutton img {
    height: 20px;
    width: 20px;
  }
}

.txt-SKagQUxj .SCQN3Mwcbutton span {
  color: rgb(105, 210, 162);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.txt-SKagQUxj .SCQN3Mwcbutton:last-child span {
  color: rgba(255, 255, 255, 0.4);
}

.container__5SNeT2UJw {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background: rgba(6, 5, 12, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .container__5SNeT2UJw {
    flex-direction: column;
  }
}
.container__5SNeT2UJw .cardsWMij4J {
  display: flex;
  align-items: center;
}
.container__5SNeT2UJw .cardsWMij4J img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}
@media (max-width: 750px) {
  .container__5SNeT2UJw .cardsWMij4J img {
    margin-left: 10px;
  }
}
.container__5SNeT2UJw .cardsWMij4J .block_U2oI6tg .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.container__5SNeT2UJw .cardsWMij4J .block_U2oI6tg .drUNYJVH--text {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.container__5SNeT2UJw .WsnwKYik-brand {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .container__5SNeT2UJw .WsnwKYik-brand {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.container__5SNeT2UJw .WsnwKYik-brand .prim--NwXBkC {
  margin-right: 10px;
}
.container__5SNeT2UJw .WsnwKYik-brand .xtHfzGd--btn {
  cursor: pointer;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .container__5SNeT2UJw .WsnwKYik-brand .xtHfzGd--btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  header .card__KtNHC4s .l--x1ufimy {
    height: auto;
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .Zd1STs6Fsl2hQt .VoFLq_vHQDIhVqY {
    display: none;
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header .Zd1STs6Fsl2hQt .G9odvW83__head, header nav .l--x1ufimy {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  header .Zd1STs6Fsl2hQt .G9odvW83__head .VoFLq_vHQDIhVqY {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .nav9mUqS3 {
    background: #0F0B27;
    display: none;
    flex-direction: column;
    left: calc(50% - 50vw);
    padding: 125px 15px 15px 15px;
    position: absolute;
    top: -16px;
    transition: 0.4s linear;
    width: 100vw;
  }
}
@media screen and (max-width: 620px) {
  .Zd1STs6Fsl2hQt .nav9mUqS3 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .Zd1STs6Fsl2hQt .nav9mUqS3.active {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  header nav .l--x1ufimy img, footer nav .l--x1ufimy img {
    height: 32px;
    width: auto;
  }
}

.p-pEsUuwm {
  transition: all 0.2s ease;
}

.txt-SKagQUxj .wraperdcA4unk p.copied {
  color: rgb(105, 210, 162);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .TsOPKm--btn span {
    background: url("/assets/default/images/logos/burger-open.svg") center/cover no-repeat;
    height: inherit;
    transition: 0.3s all linear;
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .TsOPKm--btn.active span {
    background: url("/assets/default/images/logos/burger-close.svg") center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .txt-SKagQUxj p, .txt-SKagQUxj ul, .txt-SKagQUxj ol, .txt-SKagQUxj td, .txt-SKagQUxj th {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .VoFLq_vHQDIhVqY {
    order: 1;
  }
}
@media screen and (max-width: 340px) {
  footer .VoFLq_vHQDIhVqY {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .txt-SKagQUxj .darked_Ii4zSuK, .txt-SKagQUxj .SCQN3Mwcbutton span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 620px) {
  header nav .l--x1ufimy, header .Zd1STs6Fsl2hQt .G9odvW83__head {
    padding: 0;
  }
}

@media screen and (max-width: 620px) {
  .txt-SKagQUxj p, .txt-SKagQUxj ul li, .txt-SKagQUxj ol li, .txt-SKagQUxj td, .txt-SKagQUxj th {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .txt-SKagQUxj ul, .txt-SKagQUxj ol {
    margin: 0 0 12px 0;
    max-width: 100%;
    padding: 0 0 0 12px;
  }
}

@media screen and (max-width: 620px) {
  .WUDPfz_logo {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .txt-SKagQUxj .button__qK0rihCc .button__YERfuKm.cols--yh2uFXL {
    width: 60%;
  }
}

@media screen and (max-width: 620px) {
  .txt-SKagQUxj .button__qK0rihCc .button__YERfuKm.btnuKr2x9EN {
    width: 40%;
  }
}

@media screen and (max-width: 620px) {
  .txt-SKagQUxj .information-table {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 620px) {
  .txt-SKagQUxj .itempRg3oW:last-child {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nI8eFc-bot::after {
    transition: none;
  }
}

.czF7ef8bPbutton {
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .czF7ef8bPbutton {
    margin: 0 0 10px 5px;
  }
}
.czF7ef8bPbutton ul {
  display: flex;
  align-items: center;
}
.czF7ef8bPbutton ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 620px) {
  .czF7ef8bPbutton ul li {
    font-size: 14px;
    line-height: 16px;
  }
}
.czF7ef8bPbutton ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}
