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

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

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

.btnZhBFv09A.KW0Vs7L8i--action {
  border: 1px solid rgb(224, 179, 218);
}

.btnZhBFv09A.KW0Vs7L8i--action:hover {
  background: rgb(224, 179, 218);
}

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

.btnZhBFv09A.columnaOM3c2i: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 .d8eAb7sJ_logo {
  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 .d8eAb7sJ_logo {
    position: relative;
    width: auto;
    z-index: 2;
  }
}

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

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

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

header .VyG7U9nE--ie5BV0 .V3AF65np__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 .VyG7U9nE--ie5BV0 .V3AF65np__head {
    flex-direction: column;
  }
}

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

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

.ObvuR4XQoOGnd a:last-child, .VyG7U9nE--ie5BV0 .bW0hPIHE__button .VTciZCdbY_j8O3m:first-child, .content .spoiler ol li:last-child, .content .C5oKyabY-l img:last-child, .content .ML4G7s3jp_btn:last-child, .content .GnivLm-b .btnZhBFv09A:last-child, .cymNv5Fhbottom ul li:last-child, .signbU7dairJ .ObvuR4XQoOGnd a:last-child, footer .ObvuR4XQoOGnd a:last-child, .content .inv-yxStzkD img:last-child {
  margin: 0;
}

.ObvuR4XQoOGnd a img, .content .wraperDcZ3lvg img {
  height: 24px;
  width: 24px;
}

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

.VyG7U9nE--ie5BV0 .bW0hPIHE__button .VTciZCdbY_j8O3m {
  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) {
  .VyG7U9nE--ie5BV0 .bW0hPIHE__button .VTciZCdbY_j8O3m {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .VyG7U9nE--ie5BV0 .bW0hPIHE__button .VTciZCdbY_j8O3m {
    display: none;
  }
}

.VyG7U9nE--ie5BV0 .bW0hPIHE__button .VTciZCdbY_j8O3m 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;
}

.VyG7U9nE--ie5BV0 .bW0hPIHE__button .VTciZCdbY_j8O3m img {
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.VyG7U9nE--ie5BV0 .bW0hPIHE__button .btnZhBFv09A.KW0Vs7L8i--action {
  margin: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .VyG7U9nE--ie5BV0 .bW0hPIHE__button .btnZhBFv09A.KW0Vs7L8i--action {
    margin: 0 8px 0 0;
  }
}

.VyG7U9nE--ie5BV0 .bW0hPIHE__button .btnZhBFv09A.KW0Vs7L8i--action::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) {
  .VyG7U9nE--ie5BV0 .bW0hPIHE__button .btnZhBFv09A.KW0Vs7L8i--action::after {
    display: none;
  }
}

.VyG7U9nE--ie5BV0 .menu_cRy0LxG .ObvuR4XQoOGnd {
  display: none;
}
@media screen and (max-width: 1024px) {
  .VyG7U9nE--ie5BV0 .menu_cRy0LxG .ObvuR4XQoOGnd {
    display: flex;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .VyG7U9nE--ie5BV0 .menu_cRy0LxG .ObvuR4XQoOGnd {
    padding: 16px 0 0 0;
  }
}
@media screen and (max-width: 620px) {
  .VyG7U9nE--ie5BV0 .menu_cRy0LxG .ObvuR4XQoOGnd {
    padding: 10px 0 0 0;
  }
}

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

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

.VyG7U9nE--ie5BV0 ul li a.active, .VyG7U9nE--ie5BV0 ul li:hover, .OkHKTV__bot li a.active, .OkHKTV__bot li:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

.content .aUWxfTg_btn {
  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 .tbl-MKbiLxGh tbody tr > *:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.content .eP7dFJM__IX367 .item--xB6VyA {
  flex-direction: column;
  width: auto;
}

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

.content .eP7dFJM__IX367 .f1P6eYkC__l {
  align-items: center;
  flex-direction: row;
}

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

.content .eP7dFJM__IX367 .l-Tc9p7tVY {
  height: 90px;
  margin: 0 16px 0 0;
  width: 90px;
}

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

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

.content .eP7dFJM__IX367 .l--3mBZMu1iI {
  margin: 0;
  text-align: left;
}

.content .AI0lfR_logo, .content .action__4ztpiK {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

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

.content .eP7dFJM__IX367 .C5oKyabY-l {
  margin: 0 5px 0 0;
}

.content .C5oKyabY-l img, .content .inv-yxStzkD img {
  height: 15.83px;
  margin: 0 5px 0 0;
  width: 16.67px;
}

.content .ln03GxQw5--brand {
  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 .BYhu4kGWz-UxFE {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content .BYhu4kGWz-UxFE {
    margin: 0;
    width: 70%;
  }
}
@media screen and (max-width: 620px) {
  .content .BYhu4kGWz-UxFE {
    margin: 8px 0 0 0;
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.content .ML4G7s3jp_btn p, .bot--UG98M7W1l h3 {
  margin: 0;
  max-width: 100%;
}

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

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

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

.content .eP7dFJM__IX367 .GnivLm-b .btnZhBFv09A.columnaOM3c2i {
  margin: 0 0 0 8px;
  min-width: auto;
  width: 65%;
}

.content .eP7dFJM__IX367 .GnivLm-b .btnZhBFv09A.KW0Vs7L8i--action {
  min-width: auto;
  width: 35%;
}

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

.content .eP7dFJM__IX367 .V0FrHSfJ21__action img {
  height: 17.3px;
  margin: 0 8.5px;
  width: 17.3px;
}

.content .eP7dFJM__IX367 .V0FrHSfJ21__action 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 .y9wipeSIEG-primary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content .y9wipeSIEG-primary {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  .content .y9wipeSIEG-primary {
    flex-wrap: wrap;
  }
}

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

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

.content .geTujAK_p.first--xYBsC3R6 {
  color: rgb(105, 210, 162);
}

.content .geTujAK_p.cont_q6VSaB4I {
  color: rgb(240, 79, 86);
}

.content .y9wipeSIEG-primary .pPIzlR-prim {
  display: flex;
  flex-direction: row;
  margin: 16px 0 0 0;
}

.content .y9wipeSIEG-primary img {
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}

.content .y9wipeSIEG-primary .pPIzlR-prim p {
  max-width: 100%;
}

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

.RGMvWYUph-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;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 8px 0;
  overflow: hidden;
}

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

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

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

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

.RGMvWYUph-posts.open .bot--UG98M7W1l::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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.f__yY4er2N .d__1tnDWgN {
  height: 26px;
}

.f__yY4er2N .Zpty0Jk-3sxY5 {
  height: 22.5px;
}

.f__yY4er2N .xTvgA6HdkT4ql6 {
  height: 15.3px;
}

.f__yY4er2N .j1KcNRP__logo {
  height: 40px;
}

.f__yY4er2N .n2s1iPq_Oxc2PaILX {
  height: 22.5px;
}

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

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

.dxCzmYAEp--login, .content .Xpi8__p9xyhJOm {
  align-items: center;
  display: flex;
}

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

.login__CqWZJhk, .content .exGU4Yablock {
  display: flex;
  flex-direction: column;
}

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

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

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

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

.content .M6OdZs7--ky5C {
  margin: 0 0 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content .JAgW1s--invert {
  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 .btnsFNt1IHRf {
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

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

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

.AvakfLXy_wr {
  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) {
  .AvakfLXy_wr {
    flex-direction: column;
  }
}
.AvakfLXy_wr .block-jYbw4N {
  display: flex;
  align-items: center;
}
.AvakfLXy_wr .block-jYbw4N img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}
@media (max-width: 750px) {
  .AvakfLXy_wr .block-jYbw4N img {
    margin-left: 10px;
  }
}
.AvakfLXy_wr .block-jYbw4N .J2hiL9c3-block .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.AvakfLXy_wr .block-jYbw4N .J2hiL9c3-block .txt-xIjZ5hav {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.AvakfLXy_wr .log4BqSlLMI8 {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .AvakfLXy_wr .log4BqSlLMI8 {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.AvakfLXy_wr .log4BqSlLMI8 .inqBFSR__p {
  margin-right: 10px;
}
.AvakfLXy_wr .log4BqSlLMI8 .L6siI8oaction {
  cursor: pointer;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .AvakfLXy_wr .log4BqSlLMI8 .L6siI8oaction {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

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

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

@media screen and (max-width: 768px) {
  header .VyG7U9nE--ie5BV0 .V3AF65np__head, header nav .d8eAb7sJ_logo {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  header .VyG7U9nE--ie5BV0 .V3AF65np__head .ObvuR4XQoOGnd {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .VyG7U9nE--ie5BV0 .menu_cRy0LxG.active {
    display: flex;
  }
}

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

.primary_5ZMFs6 {
  transition: all 0.2s ease;
}

.content .wraperDcZ3lvg p.R9LnwoPgaA--wr {
  color: rgb(105, 210, 162);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .btn_orzuJZx8 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) {
  .btn_orzuJZx8.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 .ObvuR4XQoOGnd {
    order: 1;
  }
}
@media screen and (max-width: 340px) {
  footer .ObvuR4XQoOGnd {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

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

@media screen and (max-width: 620px) {
  header nav .d8eAb7sJ_logo, header .VyG7U9nE--ie5BV0 .V3AF65np__head {
    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_Pk9id3a6 {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .content .GnivLm-b .btnZhBFv09A.columnaOM3c2i {
    width: 60%;
  }
}

@media screen and (max-width: 620px) {
  .content .GnivLm-b .btnZhBFv09A.KW0Vs7L8i--action {
    width: 40%;
  }
}

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

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

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

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