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

body {
  display: flex;
  margin: 0;
  background-color: #0B1228;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  position: relative;
  overflow-x: hidden;
}

.wrapper--uJOZziRwl {
  z-index: 50;
  position: relative;
  padding: 24px 48px 24px 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .wrapper--uJOZziRwl {
    width: unset;
  }
}
@media (max-width: 750px) {
  .wrapper--uJOZziRwl {
    display: block;
    padding: 65px 16px 16px 16px;
  }
}

.A9UPQEKtxt {
  width: 100%;
}

p, i, b, a, h1, h2, h3, h4, h5, h6, ul, ol {
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.73px;
}

h2 {
  margin-top: 0;
  font-size: 24px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.w-30 {
  width: 30%;
}

.w-100 {
  width: 100%;
}

.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

.uVdsRS0_txt {
  text-align: center;
}

@media (max-width: 750px) {
  .s-d-none {
    display: none;
  }
}

img.img-float-left {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 18px;
}

.wRUf20HIcpane::-webkit-scrollbar {
  width: 0;
}

.wRUf20HIcpane {
  overflow-y: auto;
  z-index: 100;
  padding: 48px 24px;
  position: fixed;
  margin-left: 0;
  height: 100%;
  width: 250px;
}
@media (max-width: 750px) {
  .wRUf20HIcpane {
    padding: 0;
    height: 50px;
    border-right: unset;
    width: 100%;
    background: #0B1228;
  }
}
@media (max-width: 750px) {
  .wRUf20HIcpane .blocks-l8B9iqjH {
    display: none;
    position: fixed;
    width: auto;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #0B1228;
    padding: 0 20px 200px;
    max-height: 80vh;
    overflow: auto;
  }
}
.wRUf20HIcpane .blocks-l8B9iqjH .gift {
  width: 100%;
}
.wRUf20HIcpane .pane__RpcfQVM {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  .wRUf20HIcpane .pane__RpcfQVM {
    margin-bottom: 0;
  }
}
.wRUf20HIcpane .pane__RpcfQVM .qR0ZcQl {
  max-height: 50px;
  width: auto;
  margin: 5px 10px 5px 10px;
}
@media (max-width: 750px) {
  .wRUf20HIcpane .pane__RpcfQVM .qR0ZcQl {
    margin: 0 16px;
    height: 40px;
    width: auto;
  }
}
.wRUf20HIcpane .pane__RpcfQVM .burger-menu {
  display: none;
}
@media (max-width: 750px) {
  .wRUf20HIcpane .pane__RpcfQVM .burger-menu {
    display: block;
    cursor: pointer;
    height: 32px;
    width: 32px;
    margin-right: 34px;
  }
}
.wRUf20HIcpane .menu__FpbAwsikt {
  padding-left: 0;
}
.wRUf20HIcpane .menu__FpbAwsikt li {
  display: grid;
}
.wRUf20HIcpane .menu__FpbAwsikt li a {
  text-decoration: none;
  padding: 8px 8px 8px 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  transition: 0.3s;
  color: #9CAEE2;
  display: flex;
  justify-content: space-between;
}
.wRUf20HIcpane .menu__FpbAwsikt li a img {
  margin-top: -2px;
}
.wRUf20HIcpane .menu__FpbAwsikt li a.active {
  background-color: #111C3B;
  color: #FFFFFF;
}
.wRUf20HIcpane .menu__FpbAwsikt li a:hover {
  color: #FFFFFF;
  background-color: #111C3B;
  transition: 0s;
}
.wRUf20HIcpane .spoiler {
  margin-bottom: 34px;
  width: 100%;
}
.wRUf20HIcpane .spoiler label {
  border-radius: 4px;
  padding: 3px 0 3px 6px;
  background-color: #1D2E63;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  width: 60px;
}
.wRUf20HIcpane .spoiler label .language {
  display: flex;
  align-items: center;
}
.wRUf20HIcpane .spoiler label .language img {
  border-radius: 4px;
  margin-right: 4px;
  max-height: 18px;
}
.wRUf20HIcpane .spoiler label .language p {
  margin: 0;
  font-weight: 700;
}
.wRUf20HIcpane .spoiler label:hover {
  background-color: #1D2E63;
}
.wRUf20HIcpane .spoiler .spoiler-content {
  background-color: #1D2E63;
  border-radius: 4px;
  display: none;
}
.wRUf20HIcpane .spoiler .spoiler-content ul {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}
.wRUf20HIcpane .spoiler .spoiler-content ul li {
  display: grid;
}
.wRUf20HIcpane .spoiler .spoiler-content ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 92%;
  padding: 9px 12px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.wRUf20HIcpane .spoiler .spoiler-content ul li a img {
  margin-right: 8px;
  width: 24px;
  border-radius: 4px;
}
.wRUf20HIcpane .spoiler .spoiler-content ul li:last-child a {
  margin-bottom: 0;
}
.wRUf20HIcpane .spoiler input {
  display: none;
}
.wRUf20HIcpane .spoiler label::after {
  content: url("/assets/images/arrow-down.png");
  margin-right: 5px;
}
.wRUf20HIcpane .spoiler :checked + label::after {
  content: url("/assets/images/arrow-up.png");
}
.wRUf20HIcpane .spoiler :checked ~ .spoiler-content {
  background-color: #1D2E63;
  display: inline-block;
  padding: 0;
  position: relative;
  top: 0;
}
.wRUf20HIcpane .je4y29-signin {
  position: absolute;
  bottom: 124px;
  display: grid;
  width: 84%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 11px;
  grid-row-gap: 0;
}
@media (max-width: 750px) {
  .wRUf20HIcpane .je4y29-signin {
    position: relative;
    bottom: auto;
    width: 100%;
  }
}

.btn-BTZCGOaI {
  display: none;
  margin: 16px;
  border-radius: 12px;
  background: #17254F;
}
@media (max-width: 750px) {
  .btn-BTZCGOaI {
    display: block;
  }
}
.btn-BTZCGOaI .Mw3eg2mP-b {
  padding: 6px 10px;
  position: relative;
  margin: auto;
  transition: 0.3s;
  cursor: pointer;
}
.btn-BTZCGOaI .Mw3eg2mP-b.closed .UwZWLHsbtn:nth-of-type(1) {
  transform: translateY(3.7px) rotate(45deg);
}
.btn-BTZCGOaI .Mw3eg2mP-b.closed .UwZWLHsbtn:nth-of-type(2) {
  transform: translateY(-3.7px) rotate(-45deg);
}
.btn-BTZCGOaI .UwZWLHsbtn {
  height: 1px;
  width: 12px;
  display: block;
  margin: 6px auto;
  position: relative;
  background: linear-gradient(180deg, #2DB865 0%, #099E52 100%);
  border-radius: 10px;
  transition: 0.4s;
}
.btn-BTZCGOaI .UwZWLHsbtn:nth-of-type(1) {
  animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.btn-BTZCGOaI .UwZWLHsbtn:nth-of-type(2) {
  animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.voGJRl--action {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.voGJRl--action ul {
  left: 0 !important;
}
.voGJRl--action a {
  color: #9CAEE2;
  text-decoration: none;
}
.voGJRl--action .row__54EDh9 {
  margin-bottom: -3px;
}

.o9lRuxEke--action {
  padding: 9px 16px 12px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #028FF9 0%, #0F59C6 100%);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s;
  text-align: center;
}

.o9lRuxEke--action:hover {
  filter: brightness(90%);
}

.o9lRuxEke--action.jguc87-p {
  background: linear-gradient(180deg, #028FF9 0%, #0F59C6 100%);
}

.o9lRuxEke--action.YOW819Rk__second {
  background: linear-gradient(180deg, #2DB865 0%, #099E52 100%);
}

.O4FWN9TsK-btn {
  width: 100%;
  max-width: 1046px;
  background-color: #111C3B;
  padding: 24px;
  border-radius: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .O4FWN9TsK-btn {
    padding: 16px;
  }
}
@media (max-width: 750px) {
  .O4FWN9TsK-btn {
    border-radius: 24px;
    width: auto;
    max-width: unset;
  }
}
.O4FWN9TsK-btn p {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.O4FWN9TsK-btn ul, .O4FWN9TsK-btn ol {
  margin-left: 0;
  position: relative;
  left: -1em;
}
.O4FWN9TsK-btn h3:first-child {
  margin-top: 0;
}
.O4FWN9TsK-btn > *:last-child {
  margin-bottom: 0;
}
.O4FWN9TsK-btn .k3Z7KobO-BRkJ3 {
  margin-bottom: 24px;
  width: 100%;
}
.O4FWN9TsK-btn img {
  border-radius: 12px;
}
.O4FWN9TsK-btn .image-left {
  margin-right: 18px;
  float: left;
}
@media (max-width: 1050px) {
  .O4FWN9TsK-btn .image-left {
    margin-right: unset;
    margin-bottom: 16px;
    width: 100%;
  }
}
.O4FWN9TsK-btn .image-left img {
  width: 300px;
}
@media (max-width: 1050px) {
  .O4FWN9TsK-btn .image-left img {
    width: 100%;
  }
}
.O4FWN9TsK-btn .image-right {
  width: 100%;
  margin-left: 18px;
}
@media (max-width: 1050px) {
  .O4FWN9TsK-btn .image-right {
    margin-top: 16px;
    margin-left: unset;
  }
}
.O4FWN9TsK-btn .image-right img {
  width: 100%;
}

.O4FWN9TsK-btn.image-text {
  display: flex;
}
@media (max-width: 1050px) {
  .O4FWN9TsK-btn.image-text {
    display: block;
  }
}

.O4FWN9TsK-btn.S4rAZ2-7KlA {
  background-color: unset;
}

.l4ngbN-ANG4PnL {
  max-width: 100%;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2px;
}
@media (max-width: 1050px) {
  .l4ngbN-ANG4PnL {
    display: flex;
    flex-direction: column;
  }
  .l4ngbN-ANG4PnL .G20ZT--03B4jY:nth-child(2) {
    display: none;
  }
}
.l4ngbN-ANG4PnL .G20ZT--03B4jY {
  width: auto;
  margin-bottom: 2px;
  max-height: 200px;
}
.l4ngbN-ANG4PnL .G20ZT--03B4jY img {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .l4ngbN-ANG4PnL .G20ZT--03B4jY img {
    border-radius: 16px;
    height: 160px;
  }
}
.l4ngbN-ANG4PnL .c6rZd3Vip {
  padding: 24px 24px 57px 24px;
  border-radius: 24px;
  background: #1D2E63;
  position: relative;
}
@media (max-width: 750px) {
  .l4ngbN-ANG4PnL .c6rZd3Vip {
    padding: 16px 16px 49px 16px;
    border-radius: 16px;
  }
}
.l4ngbN-ANG4PnL .c6rZd3Vip p.fdXcSInheader {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.l4ngbN-ANG4PnL .c6rZd3Vip p.uKJT0y__content {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.l4ngbN-ANG4PnL .c6rZd3Vip .o9lRuxEke--action {
  position: absolute;
  bottom: 24px;
}
.l4ngbN-ANG4PnL .TwvsMy7iq--alt {
  padding: 24px 24px 57px 24px;
  border-radius: 24px;
  background: #17254F;
  position: relative;
}
@media (max-width: 1050px) {
  .l4ngbN-ANG4PnL .TwvsMy7iq--alt {
    display: none;
  }
}
.l4ngbN-ANG4PnL .TwvsMy7iq--alt p.fdXcSInheader {
  margin-top: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.l4ngbN-ANG4PnL .TwvsMy7iq--alt .o9lRuxEke--action {
  position: absolute;
  bottom: 24px;
}

.wYOVDAiE--l {
  border: 1px solid #17254F;
  background-color: #17254F;
  border-radius: 24px;
  margin-bottom: 64px;
  padding: 16px;
}
@media (max-width: 750px) {
  .wYOVDAiE--l {
    border-radius: 16px;
  }
}
.wYOVDAiE--l .GZgkRtw--b {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
}
@media (max-width: 750px) {
  .wYOVDAiE--l .GZgkRtw--b {
    padding: 0;
  }
}
.wYOVDAiE--l .GZgkRtw--b p {
  font-size: 20px;
  font-style: normal;
  margin: 0;
  font-weight: 600;
  line-height: 140%;
}
.wYOVDAiE--l .GZgkRtw--b .row__54EDh9.open {
  transform: rotate(180deg);
}
.wYOVDAiE--l .txt__rwTXP98aH {
  display: none;
}
.wYOVDAiE--l .txt__rwTXP98aH ol {
  padding-left: 33px;
  padding-bottom: 10px;
  margin-top: 4px;
  margin-left: 35px;
}
@media (max-width: 750px) {
  .wYOVDAiE--l .txt__rwTXP98aH ol {
    padding-left: 15px;
    width: 90%;
  }
}
.wYOVDAiE--l .txt__rwTXP98aH ol li {
  margin-bottom: 10px;
}
.wYOVDAiE--l .txt__rwTXP98aH ul {
  padding-left: 10px;
}
.wYOVDAiE--l .txt__rwTXP98aH ul li {
  list-style-type: none;
}
.wYOVDAiE--l .txt__rwTXP98aH.show {
  display: block;
}

.card_G4EYJzbq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  .card_G4EYJzbq {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .card_G4EYJzbq {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card_G4EYJzbq .row--j9F4IKCbL {
  background-color: #0B1228;
  border-radius: 8px;
  padding: 23px 16px 3px;
}
.card_G4EYJzbq .row--j9F4IKCbL strong {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 1em;
}
.card_G4EYJzbq .row--j9F4IKCbL img {
  margin-bottom: 25px;
}
.card_G4EYJzbq .row--j9F4IKCbL .article-JN6WV5v {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.card_G4EYJzbq .row--j9F4IKCbL .article-JN6WV5v .Lm3V0fT1h_articles {
  width: 50%;
  margin-bottom: 20px;
}
.card_G4EYJzbq .row--j9F4IKCbL .article-JN6WV5v .Lm3V0fT1h_articles p {
  margin: 0;
  line-height: 19.36px;
}
.card_G4EYJzbq .row--j9F4IKCbL .article-JN6WV5v .Lm3V0fT1h_articles .fdXcSInheader {
  font-weight: 700;
  margin-bottom: 6px;
}
.card_G4EYJzbq .row--j9F4IKCbL .article-JN6WV5v .Lm3V0fT1h_articles .uKJT0y__content {
  color: #9CAEE2;
}

.N1C6tI_bottom {
  border-radius: 48px;
  background-color: #17254F;
  padding: 24px;
  width: 1046px;
  margin: 20px;
}
@media (max-width: 1450px) {
  .N1C6tI_bottom {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .N1C6tI_bottom {
    margin: unset;
    width: auto;
    max-width: unset;
  }
}
.N1C6tI_bottom .U10T4GUav-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .U10T4GUav-bot {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.N1C6tI_bottom .U10T4GUav-bot .qR0ZcQl {
  height: 45px;
  width: auto;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .U10T4GUav-bot .qR0ZcQl {
    margin-bottom: 24px;
  }
}
.N1C6tI_bottom .U10T4GUav-bot .log--Rs9ioB {
  margin-left: 10px;
}
@media (max-width: 1450px) {
  .N1C6tI_bottom .U10T4GUav-bot .log--Rs9ioB {
    margin-bottom: 15px;
  }
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .U10T4GUav-bot .log--Rs9ioB {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    row-gap: 12px;
  }
}
.N1C6tI_bottom .U10T4GUav-bot .log--Rs9ioB a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9CAEE2;
  text-decoration: none;
  margin-right: 24px;
  margin-bottom: 8px;
}
.N1C6tI_bottom .U10T4GUav-bot .log--Rs9ioB a:hover {
  color: #FFFFFF;
}
.N1C6tI_bottom .U10T4GUav-bot .O3mGYMwW-bottom {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 6px;
}
.N1C6tI_bottom .U10T4GUav-bot .O3mGYMwW-bottom a {
  display: flex;
  background: #1D2E63;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  min-width: 200px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .U10T4GUav-bot .O3mGYMwW-bottom a {
    min-width: unset;
  }
}
.N1C6tI_bottom .U10T4GUav-bot .O3mGYMwW-bottom a p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.N1C6tI_bottom .U10T4GUav-bot .O3mGYMwW-bottom a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}
.N1C6tI_bottom .foot__HwupZO {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .foot__HwupZO {
    flex-direction: column;
    row-gap: 20px;
  }
}
.N1C6tI_bottom .foot__HwupZO .rf9XDbp_gy2ljq {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.N1C6tI_bottom .foot__HwupZO .rf9XDbp_gy2ljq a {
  text-decoration: none;
}
.N1C6tI_bottom .foot__HwupZO .Bh9l6Y_container {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .foot__HwupZO .Bh9l6Y_container {
    flex-direction: column;
    row-gap: 10px;
  }
}
.N1C6tI_bottom .foot__HwupZO .Bh9l6Y_container a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.N1C6tI_bottom .foot__HwupZO .Bh9l6Y_container a img {
  margin-right: 8px;
}
.N1C6tI_bottom .FxKHOPM__bot {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1450px) {
  .N1C6tI_bottom .FxKHOPM__bot {
    flex-direction: column;
  }
}
.N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.contrast--ul3RzZwY {
  height: 25.7px;
  width: 100%;
}
.N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.Kjig--CijgJAKR {
  height: 23.7px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.Kjig--CijgJAKR {
    height: unset;
    width: 100%;
  }
}
.N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.K64FVw_U3NPsa {
  height: 15.4px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.K64FVw_U3NPsa {
    height: unset;
    width: 100%;
  }
}
.N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.SyOihT-ftv7Co {
  height: 25.5px;
}
@media (max-width: 1050px) {
  .N1C6tI_bottom .FxKHOPM__bot .FGnTO8p-log img.SyOihT-ftv7Co {
    height: unset;
    width: 100%;
  }
}
.N1C6tI_bottom .FxKHOPM__bot .qH5KeihDprimary {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 750px) {
  .N1C6tI_bottom .FxKHOPM__bot .qH5KeihDprimary {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.N1C6tI_bottom .vZCPgqf9_bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.N1C6tI_bottom .vZCPgqf9_bot a {
  color: #9CAEE2;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 750px) {
  .N1C6tI_bottom .vZCPgqf9_bot a {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.N1C6tI_bottom .f__rnuzdS {
  text-align: center;
  color: #9CAEE2;
  font-size: 14px;
}

.card-contact {
  display: flex;
  flex-direction: column;
}
.card-contact .card-contact-info {
  display: flex;
}
@media (max-width: 1050px) {
  .card-contact .card-contact-info {
    flex-direction: column;
  }
}
.card-contact .card-contact-info img {
  border-radius: 8px;
  margin-right: 9px;
  width: 325px;
  height: 100%;
}
.card-contact .card-contact-info .table-responsive {
  margin-left: 10px;
}
.card-contact span {
  text-align: right;
  color: #9CAEE2;
  font-size: 12px;
}

.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  border-spacing: 0 2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
table p {
  margin: 0;
}
table thead tr {
  background-color: #17254F;
}
table thead tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 8px 16px;
}
table thead tr td:first-child {
  border-radius: 24px 0 0 0;
}
table thead tr td:last-child {
  border-radius: 0 24px 0 0;
}
table tbody a {
  color: #9CAEE2;
}
table tbody tr {
  background-color: #17254F;
}
table tbody tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 8px 16px;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 24px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 24px 0;
}

.MPYjy8hls--darked {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  .MPYjy8hls--darked {
    grid-template-columns: repeat(1, 1fr);
  }
}
.MPYjy8hls--darked .first--2amACyrNp {
  background-color: #17254F;
  padding: 16px;
  border-radius: 24px;
}
@media (max-width: 750px) {
  .MPYjy8hls--darked .first--2amACyrNp {
    margin-bottom: 16px;
  }
}
.MPYjy8hls--darked .first--2amACyrNp p.fdXcSInheader {
  color: #2EB68B;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.MPYjy8hls--darked .g6UIQ3u_wrapper {
  background-color: #17254F;
  padding: 16px;
  border-radius: 24px;
}
.MPYjy8hls--darked .g6UIQ3u_wrapper p.fdXcSInheader {
  color: #FC4842;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.MPYjy8hls--darked p.Lm3V0fT1h_articles {
  margin-bottom: 0;
  display: flex;
}
.MPYjy8hls--darked p.Lm3V0fT1h_articles img {
  margin-right: 10px;
}

.KF5xZp__E2fuGCm03 {
  margin-top: 24px;
  margin-bottom: 64px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles {
  background-color: #17254F;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 16px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .mZjEx--BoNAdxw {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .mZjEx--BoNAdxw .rfKXyuR0_erPO27 {
  margin-right: 16px;
  height: 75px;
  width: auto;
  border-radius: 50%;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .mZjEx--BoNAdxw .ONod__ClHKDk8y .name {
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .mZjEx--BoNAdxw .ONod__ClHKDk8y .invFEMkxr9f {
  margin-top: 0;
  color: #9CAEE2;
  margin-bottom: 0;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .uKJT0y__content {
  margin-bottom: 10px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL {
    flex-direction: column;
    align-items: flex-start;
  }
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL .fdXcSInheader {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 24px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL .ulIfEnUg__gxElI {
  display: flex;
  margin-right: 10px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL .ulIfEnUg__gxElI .Q7qHG520rjKq6X7 {
  margin-right: 8px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL .ulIfEnUg__gxElI .Q7qHG520rjKq6X7 .Uwhp3FSqouE3tl {
  filter: grayscale(100%);
  opacity: 0.2;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL .ulIfEnUg__gxElI img {
  height: 25px;
  width: 25px;
  margin-right: 4px;
}
.KF5xZp__E2fuGCm03 .Lm3V0fT1h_articles .PRFci-t38f6GL .ycX1BhIfvnavigation {
  margin-top: 1px;
  font-weight: 600;
  margin-bottom: 0;
  color: #FFFFFF;
}

.Y8be5qln_login .EjdLZSNH-block {
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #17254F;
  margin-bottom: 24px;
}
.Y8be5qln_login .EjdLZSNH-block .Jo0h7Wc__rows {
  display: flex;
  align-items: center;
}
.Y8be5qln_login .EjdLZSNH-block .Jo0h7Wc__rows img {
  margin-right: 16px;
  height: 70px;
}
.Y8be5qln_login .EjdLZSNH-block .Jo0h7Wc__rows .uKJT0y__content p {
  margin: 0;
}
.Y8be5qln_login .EjdLZSNH-block .Jo0h7Wc__rows .uKJT0y__content .name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}
.Y8be5qln_login .EjdLZSNH-block .Jo0h7Wc__rows .uKJT0y__content .l--v8Otkn7 {
  color: #9CAEE2;
}
.Y8be5qln_login .EjdLZSNH-block .Jo0h7Wc__rows .uKJT0y__content .NKUh9T__inv {
  font-weight: 400;
}
.Y8be5qln_login .EjdLZSNH-block .fwx2FtGY--button a {
  margin-left: 12px;
}
.Y8be5qln_login .EjdLZSNH-block .fwx2FtGY--button a img {
  transition: 1s;
}
.Y8be5qln_login .EjdLZSNH-block .fwx2FtGY--button a img:hover {
  scale: 1.2;
  transition: 0s;
}
.Y8be5qln_login .FqypmC__signin p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .Y8be5qln_login .FqypmC__signin .fwx2FtGY--button {
    display: flex;
    flex-direction: column;
  }
}
.Y8be5qln_login .FqypmC__signin .fwx2FtGY--button a {
  border-radius: 8px;
  padding-top: 6.5px;
  padding-bottom: 7.5px;
  display: inline-flex;
  align-content: center;
  min-width: 232px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  text-decoration: none;
  color: #FFFFFF;
}
.Y8be5qln_login .FqypmC__signin .fwx2FtGY--button a img {
  margin-right: 12px;
}
@media (max-width: 1150px) {
  .Y8be5qln_login .FqypmC__signin .fwx2FtGY--button a {
    margin-bottom: 8px;
  }
}
.Y8be5qln_login .FqypmC__signin .fwx2FtGY--button .bot7XwMG4S9p {
  background-color: #247AD8;
}
.Y8be5qln_login .FqypmC__signin .fwx2FtGY--button .zY7UyN_9Fnu {
  background-color: #44B642;
}
.Y8be5qln_login .FqypmC__signin .fwx2FtGY--button .LChv2S--wV510Ji {
  background-color: #289FE3;
}

.demo {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 1076px;
  width: 100%;
}
@media (max-width: 351px) {
  .demo {
    position: relative;
    height: 600px;
  }
}
.demo iframe {
  height: 670px;
  width: 100%;
  border: unset;
  border-radius: 16px;
}
@media (max-width: 351px) {
  .demo iframe {
    height: 100%;
    position: absolute;
    width: 120%;
    left: -10%;
  }
}

.qCU7rIcY_btn {
  position: relative;
  background: #17254F;
  border-radius: 4px;
  max-width: 1048px;
  padding: 30px 15px;
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  .qCU7rIcY_btn {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 750px) {
  .qCU7rIcY_btn {
    width: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.qCU7rIcY_btn .prim-KC4twpNl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  height: 150px;
}
@media (max-width: 950px) {
  .qCU7rIcY_btn .prim-KC4twpNl {
    height: 100px;
  }
}
.qCU7rIcY_btn .uKJT0y__content {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.qCU7rIcY_btn .content__RebkQEHZS {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: normal;
}
.qCU7rIcY_btn .yaGFiTS1p__button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}
.qCU7rIcY_btn .yaGFiTS1p__button .primaryyN1BKG {
  position: relative;
  display: flex;
  height: 45px;
  width: 328px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #1E483E;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
@media (max-width: 1050px) {
  .qCU7rIcY_btn .yaGFiTS1p__button .primaryyN1BKG {
    width: 200px;
  }
}
@media (max-width: 750px) {
  .qCU7rIcY_btn .yaGFiTS1p__button .primaryyN1BKG {
    width: 160px;
  }
}
.qCU7rIcY_btn .yaGFiTS1p__button .primaryyN1BKG img {
  margin-left: 10px;
  margin-top: -2px;
  cursor: pointer;
}
.qCU7rIcY_btn .yaGFiTS1p__button .primaryyN1BKG .tooltip {
  position: absolute;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  top: -20px;
  right: 90px;
}
.qCU7rIcY_btn .yaGFiTS1p__button .primaryyN1BKG.active {
  box-shadow: inset 0 0 0 1px rgb(58, 221, 103);
}
.qCU7rIcY_btn .yaGFiTS1p__button .o9lRuxEke--action {
  border-radius: 4px;
  padding: 9.5px 10px 10px;
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .qCU7rIcY_btn .yaGFiTS1p__button .o9lRuxEke--action {
    width: 120px;
  }
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1250px) {
  .row {
    flex-direction: column;
  }
}

.card-game {
  padding: 24px 16px 16px 16px;
  background-color: #0B1228;
  border-radius: 12px;
  display: flex;
  width: 100%;
  margin-right: 20px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .card-game {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.card-game .card-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.card-game a {
  margin-right: 15px;
}
.card-game img {
  width: 265px;
  margin-right: 16px;
  border-radius: 8px;
}
@media (max-width: 950px) {
  .card-game img {
    width: 100%;
  }
}
.card-game .article-JN6WV5v {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1250px) {
  .card-game .article-JN6WV5v {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-game .article-JN6WV5v .Lm3V0fT1h_articles {
  background-color: #0B1228;
  border-radius: 8px;
  padding: 9px;
}
.card-game .article-JN6WV5v .Lm3V0fT1h_articles .fdXcSInheader {
  color: #9CAEE2;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
}
.card-game .article-JN6WV5v .Lm3V0fT1h_articles .uKJT0y__content {
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

@media (max-width: 750px) {
  .company-info-max .company-image {
    width: 100%;
  }
}

.card-provider {
  padding: 24px 16px 16px 16px;
  background-color: #0B1228;
  border-radius: 12px;
  display: flex;
  min-width: 314px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .card-provider {
    width: auto;
  }
}
.card-provider p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.card-provider img {
  width: 100%;
  border-radius: 8px;
}
.card-provider a.o9lRuxEke--action {
  margin-top: 8px;
  text-align: center;
  margin-right: 0;
}

.related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1150px) {
  .related {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related img {
  width: 100%;
  border-radius: 8px;
}

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error .Ex2iLFPfM-PvqHkz {
  font-size: 128px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.error p {
  color: #9CAEE2;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  margin-bottom: 64px;
}
.error .o9lRuxEke--action {
  margin-bottom: 130px;
}

.map-GysxOE0z {
  display: flex;
  flex-direction: column;
}
.map-GysxOE0z a {
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 12px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.map-GysxOE0z a:hover {
  background-color: #0B1228;
  transition: 0s;
}

.ov5T4x__wrap {
  border-radius: 24px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: #1D2E63;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  left: 50%;
  width: 85%;
  padding: 16px;
  transform: translate(-50%, 0%);
}
@media (max-width: 750px) {
  .ov5T4x__wrap {
    flex-direction: column;
  }
}
.ov5T4x__wrap .block_2L9UINz {
  display: flex;
  align-items: center;
}
.ov5T4x__wrap .block_2L9UINz img {
  height: 38px;
  margin-right: 16px;
  width: auto;
}
@media (max-width: 750px) {
  .ov5T4x__wrap .block_2L9UINz img {
    margin-left: 10px;
  }
}
.ov5T4x__wrap .block_2L9UINz .umqyQC-blocks .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.ov5T4x__wrap .block_2L9UINz .umqyQC-blocks .AFHl6yO_content {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.ov5T4x__wrap .log--duvxS8qUE {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .ov5T4x__wrap .log--duvxS8qUE {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.ov5T4x__wrap .log--duvxS8qUE .primary-NqJyY5xQj {
  margin-right: 10px;
}
.ov5T4x__wrap .log--duvxS8qUE .c9NCV86Fibutton {
  cursor: pointer;
}
@media (max-width: 750px) {
  .ov5T4x__wrap .log--duvxS8qUE .c9NCV86Fibutton {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.CPV2m7g--bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 64px;
}
@media (max-width: 950px) {
  .CPV2m7g--bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CPV2m7g--bottom .article-UTIyFDO5 h3 {
  cursor: pointer;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  background-color: #17254F;
  font-size: 16px;
}
.CPV2m7g--bottom .article-UTIyFDO5 .ZVjBxUd-content {
  padding: 16px;
  background-color: #17254F;
  border-radius: 24px;
  display: none;
  margin-bottom: 8px;
}
.CPV2m7g--bottom .article-UTIyFDO5 .ZVjBxUd-content p {
  margin: 0;
  color: #9CAEE2;
}
.CPV2m7g--bottom .article-UTIyFDO5 .ZVjBxUd-content.show {
  display: block;
}
.CPV2m7g--bottom .article-UTIyFDO5 h3::after {
  content: url("/assets/images/arrow-down.svg");
  margin-right: 5px;
}
.CPV2m7g--bottom .article-UTIyFDO5.show h3::after {
  content: url("/assets/images/arrow-up.svg");
  margin-right: 5px;
}

.text_PXQA3t {
  text-align: center;
}

.MJVtIjx9K--F4hOsN .R2WxytmsH7 {
  background-color: #0B1228;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .MJVtIjx9K--F4hOsN .R2WxytmsH7 {
    display: flex;
    flex-direction: column;
  }
}
.MJVtIjx9K--F4hOsN .R2WxytmsH7 button {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin: 2px 16px 2px 2px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 8px;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .MJVtIjx9K--F4hOsN .R2WxytmsH7 button {
    margin: 2px;
  }
}
.MJVtIjx9K--F4hOsN .R2WxytmsH7 button img {
  height: 24px;
  width: auto;
  margin-right: 4px;
}
.MJVtIjx9K--F4hOsN .R2WxytmsH7 button:last-child {
  margin-right: 0;
}
.MJVtIjx9K--F4hOsN .R2WxytmsH7 button:hover {
  background-color: #FFFFFF;
}
.MJVtIjx9K--F4hOsN .R2WxytmsH7 button.active {
  background-color: #FFFFFF;
}
.MJVtIjx9K--F4hOsN .txt--Yp3XRJ {
  display: none;
}

.LvKwhGPbrand {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .LvKwhGPbrand {
    flex-direction: column;
  }
}
.LvKwhGPbrand .PE7Nv2r9_log {
  width: 400px;
  height: auto;
  border-radius: 8px;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .LvKwhGPbrand .PE7Nv2r9_log {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

input[id=radio-1]:checked ~ .glider {
  transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
  transform: translateX(100%);
}

input[id=radio-3]:checked ~ .glider {
  transform: translateX(200%);
}

.glider {
  position: absolute;
  display: flex;
  height: 36px;
  width: 220px;
  background-color: #404A55;
  z-index: 1;
  border-radius: 6px;
  transition: 0.25s ease-out;
}
@media (max-width: 750px) {
  .glider {
    width: 160px;
  }
}

.our-partners {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.our-partners img {
  height: 20px;
  width: auto;
}

.H8d0IYSzk2xv {
  display: flex;
  grid-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.H8d0IYSzk2xv .UW1tEa2__blog {
  padding: 16px;
  border-radius: 24px;
  background: #17254F;
  max-width: 306px;
  min-width: 306px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .H8d0IYSzk2xv .UW1tEa2__blog {
    max-width: unset;
    min-width: unset;
  }
}
.H8d0IYSzk2xv .UW1tEa2__blog .Dx25Tzcontent .ZG1YoC__log {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.H8d0IYSzk2xv .UW1tEa2__blog .Dx25Tzcontent p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.H8d0IYSzk2xv .UW1tEa2__blog .pKRMo6_inv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.H8d0IYSzk2xv .UW1tEa2__blog .pKRMo6_inv .x1rYbVFKHJZy {
  border-radius: 60px;
  background: #1D2E63;
  backdrop-filter: blur(10px);
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.H8d0IYSzk2xv .UW1tEa2__blog .pKRMo6_inv .ulIfEnUg__gxElI {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.H8d0IYSzk2xv .UW1tEa2__blog .pKRMo6_inv .ulIfEnUg__gxElI img {
  margin-right: 4px;
}
.H8d0IYSzk2xv .UW1tEa2__blog .pKRMo6_inv .ulIfEnUg__gxElI p {
  margin: 0;
}
.H8d0IYSzk2xv .UW1tEa2__blog .o9lRuxEke--action {
  display: block;
}

.fmcQTJG--1PH5I {
  margin-bottom: 64px;
}
.fmcQTJG--1PH5I .UW1tEa2__blog {
  padding: 16px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #17254F;
  margin-bottom: 16px;
}
@media (max-width: 1050px) {
  .fmcQTJG--1PH5I .UW1tEa2__blog {
    flex-direction: column;
  }
}
.fmcQTJG--1PH5I .UW1tEa2__blog .laBvb7Wse_3OGA {
  position: relative;
  margin-right: 16px;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .laBvb7Wse_3OGA .ycX1BhIfvnavigation {
  border-radius: 42px;
  background: linear-gradient(180deg, #028FF9 0%, #0F59C6 100%);
  height: 30px;
  width: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .laBvb7Wse_3OGA .ZG1YoC__log {
  height: auto;
  width: 220px;
  border-radius: 16px;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 1050px) {
  .fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent {
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 750px) {
  .fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 .name {
    display: none;
  }
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 .ulIfEnUg__gxElI {
  display: flex;
  align-items: center;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 .ulIfEnUg__gxElI .Q7qHG520rjKq6X7 {
  margin-right: 4px;
}
@media (max-width: 750px) {
  .fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 .ulIfEnUg__gxElI .Q7qHG520rjKq6X7 {
    margin-bottom: 16px;
  }
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .menu_fYsne19 .ulIfEnUg__gxElI .Q7qHG520rjKq6X7 .Uwhp3FSqouE3tl {
  filter: grayscale(100%);
  opacity: 0.2;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .B3LIg-grSI3Xc5w {
  color: #2EB68B;
  font-size: 18px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 16px;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .uKJT0y__content {
  margin-top: 0;
  margin-bottom: 16px;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .primary-rfDbCdgp {
  border-radius: 60px;
  border: 1px solid #2EB68B;
  background: #1D2E63;
  padding: 16px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .primary-rfDbCdgp p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .Dx25Tzcontent .primary-rfDbCdgp p a {
  text-decoration: none;
}
.fmcQTJG--1PH5I .UW1tEa2__blog .fwx2FtGY--button {
  display: flex;
  min-width: 230px;
  flex-direction: column;
}
@media (max-width: 1050px) {
  .fmcQTJG--1PH5I .UW1tEa2__blog .fwx2FtGY--button {
    flex-direction: row;
    width: 100%;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.fmcQTJG--1PH5I .UW1tEa2__blog .fwx2FtGY--button .o9lRuxEke--action {
  margin-bottom: 8px;
}
@media (max-width: 1050px) {
  .fmcQTJG--1PH5I .UW1tEa2__blog .fwx2FtGY--button .o9lRuxEke--action {
    width: 100%;
  }
}

.contrast__s7b0M1q {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 24px;
  right: 24px;
  z-index: 200;
}
@media (max-width: 1050px) {
  .contrast__s7b0M1q {
    display: none;
  }
}
.contrast__s7b0M1q a {
  display: flex;
  background: #2EB68B;
  border-radius: 999px;
  padding: 16px;
  margin-bottom: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.contrast__s7b0M1q a p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.contrast__s7b0M1q a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.brand-x7PqFV {
  display: flex;
}
@media (max-width: 750px) {
  .brand-x7PqFV {
    flex-direction: column;
  }
}
.brand-x7PqFV .MG8cmorhR--txt {
  width: 100%;
}
.brand-x7PqFV .p4Hf--UimbSw {
  margin-right: 20px;
  min-width: 300px;
}
@media (max-width: 750px) {
  .brand-x7PqFV .p4Hf--UimbSw {
    min-width: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}
.brand-x7PqFV .p4Hf--UimbSw .k3Z7KobO-BRkJ3 {
  max-width: 300px;
  height: auto;
}
@media (max-width: 750px) {
  .brand-x7PqFV .p4Hf--UimbSw .k3Z7KobO-BRkJ3 {
    max-width: unset;
    width: 100%;
  }
}

.fzpZn--tyuV0mG {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .fzpZn--tyuV0mG {
    flex-direction: column-reverse;
  }
}
.fzpZn--tyuV0mG .p4Hf--UimbSw {
  min-width: 300px;
}
@media (max-width: 750px) {
  .fzpZn--tyuV0mG .p4Hf--UimbSw {
    width: 100%;
    margin-bottom: 10px;
  }
}
.fzpZn--tyuV0mG .p4Hf--UimbSw .k3Z7KobO-BRkJ3 {
  max-width: 300px;
  height: auto;
}
@media (max-width: 750px) {
  .fzpZn--tyuV0mG .p4Hf--UimbSw .k3Z7KobO-BRkJ3 {
    max-width: unset;
    width: 100%;
  }
}
.fzpZn--tyuV0mG .MG8cmorhR--txt {
  width: 100%;
  margin-right: 20px;
}
