* {
  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;
}
.eBuNGbf-wraper {
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (max-width: 1440px) {
  .eBuNGbf-wraper {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .eBuNGbf-wraper {
    max-width: 100%;
    padding: 15px;
  }
}

.b__GoWgCycn {
  display: none;
}
@media screen and (max-width: 768px) {
  .b__GoWgCycn {
    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) {
  .b__GoWgCycn {
    height: 32px;
    width: 32px;
  }
}

.OJqZr8uH__action {
  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) {
  .OJqZr8uH__action {
    border-radius: 10px;
    font-size: 14px;
    padding: 7.5px;
  }
}

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

.OJqZr8uH__action.b__PsHu0W:hover {
  background: rgb(224, 179, 218);
}

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

.OJqZr8uH__action.col__rXx41a: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__n9IszDP3 {
  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__n9IszDP3 {
    position: relative;
    width: auto;
    z-index: 2;
  }
}

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

header nav .l__n9IszDP3 img, footer nav .l__n9IszDP3 img {
  height: 50px;
  width: inherit;
}

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

header .qUKe_XzjMqn .ldoxuUc-top {
  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 .qUKe_XzjMqn .ldoxuUc-top {
    flex-direction: column;
  }
}

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

.iXw69J_r52V 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;
}

.iXw69J_r52V a:last-child, .qUKe_XzjMqn .actionT3qpyicd .kB25z--DqlLOIVv:first-child, .content .spoiler ol li:last-child, .content .log-VtYdXlr img:last-child, .content .JdCwBAkaction:last-child, .content .action__b6Mjki51 .OJqZr8uH__action:last-child, .xYfvyhIiKf ul li:last-child, .signin_T1geuwM .iXw69J_r52V a:last-child, footer .iXw69J_r52V a:last-child, .content .darked--fzWNbU9R img:last-child {
  margin: 0;
}

.iXw69J_r52V a img, .content .jBk5vHmUq_wrap img {
  height: 24px;
  width: 24px;
}

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

.qUKe_XzjMqn .actionT3qpyicd .kB25z--DqlLOIVv {
  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) {
  .qUKe_XzjMqn .actionT3qpyicd .kB25z--DqlLOIVv {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .qUKe_XzjMqn .actionT3qpyicd .kB25z--DqlLOIVv {
    display: none;
  }
}

.qUKe_XzjMqn .actionT3qpyicd .kB25z--DqlLOIVv 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;
}

.qUKe_XzjMqn .actionT3qpyicd .kB25z--DqlLOIVv img {
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.qUKe_XzjMqn .actionT3qpyicd .OJqZr8uH__action.b__PsHu0W {
  margin: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qUKe_XzjMqn .actionT3qpyicd .OJqZr8uH__action.b__PsHu0W {
    margin: 0 8px 0 0;
  }
}

.qUKe_XzjMqn .actionT3qpyicd .OJqZr8uH__action.b__PsHu0W::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) {
  .qUKe_XzjMqn .actionT3qpyicd .OJqZr8uH__action.b__PsHu0W::after {
    display: none;
  }
}

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

.qUKe_XzjMqn 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) {
  .qUKe_XzjMqn ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}

.qUKe_XzjMqn 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) {
  .qUKe_XzjMqn ul li {
    border-radius: 60px;
    font-size: 16px;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 620px) {
  .qUKe_XzjMqn ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

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

.qUKe_XzjMqn ul li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .qUKe_XzjMqn 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;
}

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

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

.qFpKUw_P4VlrF 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) {
  .qFpKUw_P4VlrF h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 620px) {
  .qFpKUw_P4VlrF h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px 0;
  }
}

.qFpKUw_P4VlrF 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) {
  .qFpKUw_P4VlrF p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 620px) {
  .qFpKUw_P4VlrF p {
    font-size: 14px;
    line-height: 16px;
  }
}

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

.Fv47HDwx--button img {
  border-radius: 12px;
}
.Fv47HDwx--button .pwtX__moPlLjTsA {
  margin-top: 10px;
  margin-bottom: 0;
}

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

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

.content .Fv47HDwx--button {
  display: flex;
  flex-direction: column;
}

.content 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) {
  .content h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 25px 0;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 620px) {
  .content h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0 20px 0;
    padding: 8px 16px;
  }
}

.content .spoiler {
  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) {
  .content .spoiler {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .content .spoiler {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .content .spoiler {
    margin: 0 0 10px 0;
  }
}

.content .spoiler ol {
  counter-reset: sitem;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.content .spoiler 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) {
  .content .spoiler ol li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 2px 0;
  }
}

.content .spoiler 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) {
  .content .spoiler ol li::before {
    font-size: 14px;
    line-height: 18px;
  }
}

.content .spoiler ol li:hover, .content .spoiler ol li.active {
  background: rgba(255, 255, 255, 0.1);
}

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

.content 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) {
  .content h3 {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
  }
}

.content 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) {
  .content h4 {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

.content 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) {
  .content p {
    margin: 0 0 12px 0;
  }
}

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

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

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

.content .table-responsive {
  margin: 0 0 15px 0;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .content .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%;
}

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

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

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

.content .ivxwDCgd__table tbody tr > *:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.content .ivxwDCgd__table tbody tr > *:nth-child(2) {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.content .ivxwDCgd__table tbody tr > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.content .heading-img img, .content .logom3VbZqUP img {
  height: inherit;
  width: inherit;
}

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

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

.content .dqOMPmVblog {
  -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) {
  .content .dqOMPmVblog {
    flex-wrap: wrap;
  }
}

.content .eUpXQq_kQSwW .dqOMPmVblog {
  flex-direction: column;
  width: auto;
}

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

.content .eUpXQq_kQSwW .T7vSL5k-log {
  align-items: center;
  flex-direction: row;
}

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

.content .eUpXQq_kQSwW .logom3VbZqUP {
  height: 90px;
  margin: 0 16px 0 0;
  width: 90px;
}

a.content .logom3VbZqUP {
  display: flex;
  text-decoration: none;
}

.content .logo__ftgl5uwzC {
  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) {
  .content .logo__ftgl5uwzC {
    align-self: flex-start;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .logo__ftgl5uwzC {
    font-size: 20px;
    line-height: 26px;
  }
}

.content .eUpXQq_kQSwW .logo__ftgl5uwzC {
  margin: 0;
  text-align: left;
}

.content .logo--PiKxY8O13, .content .b-ktKPTWj6w {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.content .log-VtYdXlr {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 620px) {
  .content .log-VtYdXlr {
    margin: 0 11.5px 0 0;
  }
}

.content .eUpXQq_kQSwW .log-VtYdXlr {
  margin: 0 5px 0 0;
}

.content .log-VtYdXlr img, .content .darked--fzWNbU9R img {
  height: 15.83px;
  margin: 0 5px 0 0;
  width: 16.67px;
}

.content .MpXNAngUm-logo {
  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;
}

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

.content .wfQm0lSRk-CG5o4y {
  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) {
  .content .wfQm0lSRk-CG5o4y {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 620px) {
  .content .wfQm0lSRk-CG5o4y {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .dNvS3Pj__dark {
  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) {
  .content .dNvS3Pj__dark {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
}

.content .pZfraVIm {
  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) {
  .content .pZfraVIm {
    border-radius: 16px;
    flex-direction: column;
    margin: 16px 0 0 0;
    padding: 8px;
    width: 100%;
  }
}

.content .first--5iXcmzlh {
  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) {
  .content .first--5iXcmzlh {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 4px 0;
  }
}

.content .jBk5vHmUq_wrap {
  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) {
  .content .jBk5vHmUq_wrap {
    border-radius: 19px;
    flex-direction: row;
    padding: 4.5px 8px;
    width: 100%;
  }
}

.content .jBk5vHmUq_wrap 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) {
  .content .jBk5vHmUq_wrap p {
    flex: 1;
    text-align: center;
    width: 90%;
  }
}

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

.content .eUpXQq_kQSwW .btn--qZFSs8BOD {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .content .eUpXQq_kQSwW .btn--qZFSs8BOD {
    margin: 8px 0 0 0;
  }
}

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

.content .eUpXQq_kQSwW .btn--PU5O0DSRs {
  align-self: flex-start;
  margin: 0;
}
@media screen and (max-width: 620px) {
  .content .eUpXQq_kQSwW .btn--PU5O0DSRs {
    margin: 19px 0 0 0;
    order: 1;
  }
}

.content .JdCwBAkaction {
  display: flex;
  margin: 0 0 13px 0;
}

.content .JdCwBAkaction img {
  height: 20px;
  margin: 0 12px 0 0;
  width: 20px;
}

.content .JdCwBAkaction p, .YpZysik1__bottom h3 {
  margin: 0;
  max-width: 100%;
}

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

.content .eUpXQq_kQSwW .action__b6Mjki51 {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .content .eUpXQq_kQSwW .action__b6Mjki51 {
    margin: 0;
    order: 0;
  }
}

.content .action__b6Mjki51 .OJqZr8uH__action {
  margin: 0 0 8px 0;
  min-width: 185px;
  padding: 17px 5px;
}
@media screen and (max-width: 620px) {
  .content .action__b6Mjki51 .OJqZr8uH__action {
    margin: 0 0 0 8px;
    min-width: 90px;
    padding: 10.5px 5px;
  }
}

.content .eUpXQq_kQSwW .action__b6Mjki51 .OJqZr8uH__action.col__rXx41a {
  margin: 0 0 0 8px;
  min-width: auto;
  width: 65%;
}

.content .eUpXQq_kQSwW .action__b6Mjki51 .OJqZr8uH__action.b__PsHu0W {
  min-width: auto;
  width: 35%;
}

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

.content .eUpXQq_kQSwW .rjWuCIQY_btn img {
  height: 17.3px;
  margin: 0 8.5px;
  width: 17.3px;
}

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

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

.content .posts_bAmzON {
  -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) {
  .content .posts_bAmzON {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
  }
}

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

.content .v8PFGxcN-primary.gz4ajP3-p {
  color: rgb(105, 210, 162);
}

.content .v8PFGxcN-primary.container_5fAZ6Gx {
  color: rgb(240, 79, 86);
}

.content .first_NoHguZhB .primarytGnpWTL {
  display: flex;
  flex-direction: row;
  margin: 16px 0 0 0;
}

.content .first_NoHguZhB img {
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}

.content .first_NoHguZhB .primarytGnpWTL p {
  max-width: 100%;
}

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

.post__AnJ2m5P {
  -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;
}

.YpZysik1__bottom {
  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;
}

.YpZysik1__bottom img {
  height: 24px;
  margin: 0 0 0 5px;
  width: 24px;
}

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

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

.post__AnJ2m5P.open .YpZysik1__bottom::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;
}

.footer-KNEtoPhl {
  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) {
  .footer-KNEtoPhl {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.g24yrKwV_bot {
  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);
}

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

.foot__zVPZOHeD 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) {
  .foot__zVPZOHeD li {
    border-radius: 16px;
    font-size: 14px;
    margin: 0 5.5px 5px 5.5px;
  }
}

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

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

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

.xYfvyhIiKf 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;
}

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

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

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

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

.kLMbdBp4-footer .invert_GzanmV {
  height: 26px;
}

.kLMbdBp4-footer .M3tpO_ifl0FcTS {
  height: 22.5px;
}

.kLMbdBp4-footer .UlEGPVa--3I6re {
  height: 15.3px;
}

.kLMbdBp4-footer .m0CrhuaJ--logo {
  height: 40px;
}

.kLMbdBp4-footer .u7GYgf--8PAEXs {
  height: 22.5px;
}

.signin_T1geuwM {
  -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_T1geuwM {
    padding: 10px;
  }
}

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

.signin__1tmrNv, .content .BP7Z__VHf9y23 {
  align-items: center;
  display: flex;
}

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

.auth__rpbUmq, .content .cards_2KL8S1 {
  display: flex;
  flex-direction: column;
}

.content .sign--npgClWqe {
  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) {
  .content .sign--npgClWqe {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .signin-SGYJ0al {
  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) {
  .content .signin-SGYJ0al {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .login--ocn1XMQ {
  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) {
  .content .login--ocn1XMQ {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
  }
}

.content .auth__AO0TNli {
  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) {
  .content .auth__AO0TNli {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
}

.content .gE0c--AdGXDEP {
  margin: 0 0 20px 0;
}

.content .bsAVma_posts {
  -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) {
  .content .bsAVma_posts {
    margin: 0 0 10px 0;
    padding: 10px;
  }
}

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

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

.content .D7SqLw_iOexzs {
  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) {
  .content .D7SqLw_iOexzs {
    font-size: 16px;
    line-height: 19px;
  }
}

.content .sjuVm8--TbB1PS {
  align-items: center;
  display: flex;
  margin: 0;
  max-width: 100%;
}

.content .sjuVm8--TbB1PS img {
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .content .sjuVm8--TbB1PS img {
    height: 13px;
    width: 13px;
  }
}

.content .sjuVm8--TbB1PS 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) {
  .content .sjuVm8--TbB1PS span {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .darkB50xAI4 {
  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) {
  .content .darkB50xAI4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    align-self: flex-end;
  }
}

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

.content .d-6ziMyAK {
  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) {
  .content .d-6ziMyAK {
    display: none;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
  }
}

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

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

.content .huwzl8QKI-txt {
  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) {
  .content .huwzl8QKI-txt {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0 0;
  }
}

.content .SOihcauinvert {
  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;
}

.content .action--pa3ZH4h {
  align-items: center;
  display: flex;
  justify-content: center;
}

.content .actionG7vqI1RC {
  align-items: center;
  display: flex;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

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

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

.content .actionG7vqI1RC:last-child span {
  color: rgba(255, 255, 255, 0.4);
}

.K072MxHb__wrap {
  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) {
  .K072MxHb__wrap {
    flex-direction: column;
  }
}
.K072MxHb__wrap .block-miT41pV {
  display: flex;
  align-items: center;
}
.K072MxHb__wrap .block-miT41pV img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}
@media (max-width: 750px) {
  .K072MxHb__wrap .block-miT41pV img {
    margin-left: 10px;
  }
}
.K072MxHb__wrap .block-miT41pV .row__qXx5ny .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.K072MxHb__wrap .block-miT41pV .row__qXx5ny .peAJRi-content {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.K072MxHb__wrap .NFhQxkAX--brand {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .K072MxHb__wrap .NFhQxkAX--brand {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.K072MxHb__wrap .NFhQxkAX--brand .prim-IArfKOY {
  margin-right: 10px;
}
.K072MxHb__wrap .NFhQxkAX--brand .btn-fVXkqnZe {
  cursor: pointer;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .K072MxHb__wrap .NFhQxkAX--brand .btn-fVXkqnZe {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

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

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

@media screen and (max-width: 768px) {
  header .qUKe_XzjMqn .ldoxuUc-top, header nav .l__n9IszDP3 {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  header .qUKe_XzjMqn .ldoxuUc-top .iXw69J_r52V {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .qUKe_XzjMqn .n_xeDAf7kOp {
    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) {
  .qUKe_XzjMqn .n_xeDAf7kOp {
    padding-top: 100px;
  }
}

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

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

.firstGgnMUIQc {
  transition: all 0.2s ease;
}

.content .jBk5vHmUq_wrap p.vlnMxA_wr {
  color: rgb(105, 210, 162);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .b__GoWgCycn 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) {
  .b__GoWgCycn.active span {
    background: url("/assets/default/images/logos/burger-close.svg") center/cover no-repeat;
  }
}

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

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

@media screen and (max-width: 768px) {
  .content .SOihcauinvert, .content .actionG7vqI1RC span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 620px) {
  header nav .l__n9IszDP3, header .qUKe_XzjMqn .ldoxuUc-top {
    padding: 0;
  }
}

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

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

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

@media screen and (max-width: 620px) {
  .content .action__b6Mjki51 .OJqZr8uH__action.col__rXx41a {
    width: 60%;
  }
}

@media screen and (max-width: 620px) {
  .content .action__b6Mjki51 .OJqZr8uH__action.b__PsHu0W {
    width: 40%;
  }
}

@media screen and (max-width: 620px) {
  .content .ivxwDCgd__table {
    margin: 0 0 20px 0;
  }
}

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

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

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