@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --grey-50: rgba(143, 143, 149, 1);
  --red: rgba(232, 67, 67, 1);
  --domain-primary: rgba(57, 89, 218, 1);
  --grey-200: rgba(230, 218, 207, 1);
  --grey-300: rgba(148, 134, 130, 1);
  --yellow: rgba(233, 175, 81, 1);
  --green: rgba(55, 196, 131, 1);
  --white: rgba(255, 255, 255, 1);
  --primary: rgba(255, 101, 56, 1);
  --secondary: rgba(76, 158, 234, 1);
  --grey-40: rgba(187, 187, 193, 1);
  --surface: rgba(251, 244, 242, 1);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-40: rgba(255, 255, 255, 0.4);
  --black: rgba(49, 26, 19, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  font-family: "Manrope", sans-serif;
}

.lBz1e--Jgd2RCPI {
  display: flex;
  justify-content: center;
}

.lBz1e--Jgd2RCPI a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid var(--grey-200);
  border-radius: 60px;
}

.lBz1e--Jgd2RCPI a svg {
  transition: 0.4s all linear;
}

.lBz1e--Jgd2RCPI a:hover svg {
  transform: scale(1.4);
}

.lBz1e--Jgd2RCPI a:last-child {
  margin: 0;
}

.lBz1e--Jgd2RCPI a svg path {
  fill: var(--black);
}

.b7ZWaSf5C {
  display: none;
}

.action--oleUfiuVQ {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border: 1px solid var(--grey-200);
  border-radius: 60px;
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s all linear;
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
  white-space: nowrap;
}
.action--oleUfiuVQ.btn58JAezhNf {
  border-color: var(--secondary);
  color: var(--black);
}
.action--oleUfiuVQ.btn58JAezhNf:hover {
  background: var(--secondary);
  color: var(--white);
}
.action--oleUfiuVQ.colsyBUlPk {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.action--oleUfiuVQ.colsyBUlPk svg {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
}
.action--oleUfiuVQ.colsyBUlPk svg path {
  fill: var(--white);
  transition: 0.3s all linear;
}
.action--oleUfiuVQ.colsyBUlPk:hover {
  background: transparent;
  color: var(--primary);
}
.action--oleUfiuVQ.colsyBUlPk:hover svg path {
  fill: var(--primary);
}
.action--oleUfiuVQ::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  transition: clip-path 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.action--oleUfiuVQ.btn58JAezhNf::before {
  background: var(--secondary);
}
.action--oleUfiuVQ.colsyBUlPk::before {
  background: var(--white);
}
.action--oleUfiuVQ:hover::before {
  clip-path: polygon(-20% 0, 120% 0, 100% 100%, 0 100%);
}
.action--oleUfiuVQ::after {
  content: "";
  position: absolute;
  inset: -30% -60%;
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 14%, rgba(255, 255, 255, 0.12) 22%, transparent 34%);
  transform: translateX(-130%);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.action--oleUfiuVQ:hover::after {
  transform: translateX(40%);
}
.action--oleUfiuVQ:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .action--oleUfiuVQ, .action--oleUfiuVQ::before, .action--oleUfiuVQ::after {
    transition: none !important;
  }
}
.brCnF1D0wrap {
  margin: 0 auto;
  max-width: 1320px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
  z-index: 9;
  background: var(--white);
}

header nav,
footer nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav .log-nxRItV6,
footer nav .log-nxRItV6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 44px 0 0;
  text-decoration: none;
  width: 139px;
}

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

header nav .jmsi39GOunav,
footer nav .jmsi39GOunav {
  display: flex;
  align-items: center;
}

header nav .jmsi39GOunav ul,
footer nav .jmsi39GOunav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--surface);
  list-style: none;
  border-radius: 70px;
}

header nav .jmsi39GOunav ul.QYbGwt4l__top.IfLQpXq15__wraper.wrapped {
  border-radius: 28px;
}

header nav .jmsi39GOunav ul li,
footer nav .jmsi39GOunav ul li {
  display: flex;
  margin: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  line-height: normal;
  background: var(--white);
  color: var(--black);
  border-radius: 60px;
  border: 1px solid transparent;
  transition: 0.4s all ease-in;
}

header nav .jmsi39GOunav ul li.active,
header nav .jmsi39GOunav ul li:hover,
footer nav .jmsi39GOunav ul li.active,
footer nav .jmsi39GOunav ul li:hover {
  background: var(--black);
  color: var(--white);
}

header nav .jmsi39GOunav ul li a,
footer nav .jmsi39GOunav ul li a {
  padding: 10px 16px;
  text-decoration: none;
  color: inherit;
}

header nav .action-V0LpiPM {
  display: flex;
  align-items: center;
  margin: 0 0 0 24px;
}

header nav .action-V0LpiPM .lBz1e--Jgd2RCPI {
  margin: 0 44px 0 0;
}

header nav .jmsi39GOunav .lBz1e--Jgd2RCPI {
  display: none;
}

header nav .action-V0LpiPM .Zc54qtpubtn {
  display: flex;
  align-items: center;
}

header nav .action-V0LpiPM .action--oleUfiuVQ.btn58JAezhNf {
  margin: 0 16px 0 0;
}

main {
  position: relative;
  width: 100%;
  min-height: 77vh;
}

.BDw1pjYzbV7 {
  padding: 70px 0 0 0;
}

.BDw1pjYzbV7 .g6d4DGUJ-blocks {
  display: flex;
  justify-content: space-between;
}

.BDw1pjYzbV7 .b__dc0ThXFH {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.BDw1pjYzbV7 .b__dc0ThXFH.error {
  width: 100%;
}
.BDw1pjYzbV7 .b__dc0ThXFH.error h1,
.BDw1pjYzbV7 .b__dc0ThXFH.error p,
.BDw1pjYzbV7 .b__dc0ThXFH.error .action--oleUfiuVQ {
  align-self: center;
}

.BDw1pjYzbV7 .b__dc0ThXFH h1 {
  margin: 0 0 32px 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: var(--black);
}

.BDw1pjYzbV7 .b__dc0ThXFH p {
  margin: 0 0 44px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.BDw1pjYzbV7 .b__dc0ThXFH .action--oleUfiuVQ {
  align-self: flex-start;
}

.BDw1pjYzbV7 .TSvYEHZNdgT {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.BDw1pjYzbV7 .TSvYEHZNdgT img {
  width: 100%;
  height: 100%;
}

.BDw1pjYzbV7 .bnOGDl8post {
  position: absolute;
  bottom: 12px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
  border-radius: 77px;
  background: var(--white);
  z-index: 2;
}

.BDw1pjYzbV7 .bnOGDl8post span {
  margin: 0 6px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 56px;
  background: var(--grey-200);
  transition: 0.3s all ease-in;
}

.BDw1pjYzbV7 .bnOGDl8post span:last-child {
  margin: 0;
}

.BDw1pjYzbV7 .bnOGDl8post span:hover {
  background: var(--primary);
}

.BDw1pjYzbV7 .bnOGDl8post span.active {
  width: 20px;
  background: var(--primary);
}

.WruHt7Xx--text {
  padding: 80px 0 0 0;
}

.WruHt7Xx--text h2 {
  margin: 40px 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
}

.WruHt7Xx--text h3 {
  margin: 20px 0 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
}

.WruHt7Xx--text h4 {
  margin: 10px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}

.WruHt7Xx--text .S0oDTl-jchJ9s {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.WruHt7Xx--text .showcase-min {
  flex-direction: row;
  justify-content: space-between;
}

.WruHt7Xx--text .Z9CDVG2d__articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 16px;
  background: var(--white-10);
  background: var(--surface);
  border-radius: 24px;
}

.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .yKA0q_YXjituTmc {
  border: none;
}

.WruHt7Xx--text .showcase-min .Z9CDVG2d__articles {
  flex-direction: column;
  width: 32.5%;
}

.WruHt7Xx--text .WN1XEhqu-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 220px;
}

.WruHt7Xx--text .logo9LQhKDybu {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}

.WruHt7Xx--text .showcase-min .WN1XEhqu-brand {
  flex-direction: row;
  align-items: center;
}

.WruHt7Xx--text .VN2nQY--brand {
  width: 220px;
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.WruHt7Xx--text .VN2nQY--brand:hover {
  filter: brightness(70%);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .lL1dA0__gdsQV5aD9 img {
  width: 100%;
  height: 100%;
}

.WruHt7Xx--text .showcase-min .VN2nQY--brand {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.WruHt7Xx--text .VN2nQY--brand img {
  width: inherit;
  height: inherit;
}

a.WruHt7Xx--text .VN2nQY--brand {
  display: flex;
  text-decoration: none;
}

.WruHt7Xx--text .xu7sTy_top,
.WruHt7Xx--text .qrKhoZ--brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .xu7sTy_top,
.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .qrKhoZ--brand {
  flex-direction: column;
}

.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .showcase-info-title,
.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .logo1PLw4e,
.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .showcase-info-row,
.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .logoSDflAmk {
  align-self: flex-start;
}

.WruHt7Xx--text .qrKhoZ--brand {
  display: none;
}

.WruHt7Xx--text .qrKhoZ--brand .bLDacB7g-btn,
.WruHt7Xx--text .qrKhoZ--brand span {
  display: none;
}

.WruHt7Xx--text .showcase-info-title,
.WruHt7Xx--text .logo1PLw4e {
  font-size: 24px;
  font-weight: 700;
  align-self: center;
  text-align: center;
  color: var(--black);
  max-width: 100%;
  text-decoration: none;
  transition: 0.3s all linear;
}

.WruHt7Xx--text .showcase-info-title:hover,
.WruHt7Xx--text .logo1PLw4e:hover {
  color: var(--primary);
}

.WruHt7Xx--text .showcase-min .showcase-info-title,
.WruHt7Xx--text .showcase-min .logo1PLw4e {
  margin: 0;
  text-align: left;
}

.WruHt7Xx--text .showcase-info-row,
.WruHt7Xx--text .logoSDflAmk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}

.WruHt7Xx--text .showcase-info-rating,
.WruHt7Xx--text .l__1L8Uyb02T {
  display: flex;
  align-items: center;
}

.WruHt7Xx--text .showcase-min .showcase-info-rating,
.WruHt7Xx--text .showcase-min .l__1L8Uyb02T {
  margin: 0 5px 0 0;
}

.WruHt7Xx--text .showcase-info-rating img,
.WruHt7Xx--text .l__1L8Uyb02T img {
  margin: 0 5px 0 0;
  width: 16.67px;
  height: 15.83px;
}

.WruHt7Xx--text .showcase-info-rating img:last-child,
.WruHt7Xx--text .l__1L8Uyb02T img:last-child {
  margin: 0;
}

.WruHt7Xx--text .showcase-info-rate,
.WruHt7Xx--text .AeuHzFck-logo {
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  color: var(--black);
  max-width: 100%;
}

.WruHt7Xx--text .yKA0q_YXjituTmc {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 0 15px 0 0;
  padding: 0 16px 0 0;
  border-right: 1px solid var(--grey-200);
}

.WruHt7Xx--text .v49jzX1_bVehR {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  max-width: 100%;
  color: var(--green);
  text-decoration: none;
  transition: 0.3s all linear;
}

.WruHt7Xx--text .v49jzX1_bVehR:hover {
  color: var(--secondary);
}

.WruHt7Xx--text .RGM3Pmo--dark {
  max-width: 100%;
}

.WruHt7Xx--text .RGM3Pmo--dark {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: var(--grey-300);
  flex: 1;
}

.WruHt7Xx--text .PTaZ6kI__b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}

.WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .PTaZ6kI__b {
  justify-content: flex-end;
  width: 30%;
}

.WruHt7Xx--text .showcase-min .PTaZ6kI__b {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

.WruHt7Xx--text .qByte7Mb {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

.WruHt7Xx--text .qByte7Mb span {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: var(--grey-300);
}

.WruHt7Xx--text .showcase-min .qByte7Mb {
  margin: 0;
  align-self: flex-start;
}

.WruHt7Xx--text .bLDacB7g-btn {
  display: flex;
  margin: 0 0 13px 0;
}

.WruHt7Xx--text .bLDacB7g-btn:last-child {
  margin: 0;
}

.WruHt7Xx--text .bLDacB7g-btn img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.WruHt7Xx--text .bLDacB7g-btn p {
  margin: 0;
  max-width: 100%;
}

.WruHt7Xx--text .rKDy9bTZj-btn {
  display: flex;
  flex-direction: column;
}

.WruHt7Xx--text .showcase-min .rKDy9bTZj-btn {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.WruHt7Xx--text .rKDy9bTZj-btn .action--oleUfiuVQ {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.WruHt7Xx--text .showcase-min .rKDy9bTZj-btn .action--oleUfiuVQ.colsyBUlPk {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.WruHt7Xx--text .showcase-min .rKDy9bTZj-btn .action--oleUfiuVQ.btn58JAezhNf {
  width: 35%;
  min-width: auto;
}

.WruHt7Xx--text .rKDy9bTZj-btn .action--oleUfiuVQ:last-child {
  margin: 0;
}

.WruHt7Xx--text .showcase-min .showcase-action-payments {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.WruHt7Xx--text .showcase-min .showcase-action-payments img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.WruHt7Xx--text .showcase-min .showcase-action-payments span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

.WruHt7Xx--text .prim_sAWbln {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
  padding: 8px 8px 8px 12px;
  border: 1px solid var(--green);
  border-radius: 60px;
  background: var(--primary);
  align-self: self-start;
}

.WruHt7Xx--text .lgkOXVFm__p {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: var(--white);
}

.WruHt7Xx--text .hQr8MWRYF_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 16px;
  border-radius: 40px;
  background: var(--white);
  cursor: pointer;
}

.WruHt7Xx--text .hQr8MWRYF_wrapper p {
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}

.WruHt7Xx--text .hQr8MWRYF_wrapper img {
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text p,
.WruHt7Xx--text ul li,
.WruHt7Xx--text ol li,
.WruHt7Xx--text td,
.WruHt7Xx--text th {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: var(--black);
}

.WruHt7Xx--text td {
  font-weight: 500;
}

.WruHt7Xx--text thead td {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: var(--grey-300);
  text-transform: uppercase;
  font-weight: 700;
}

.WruHt7Xx--text p {
  margin: 0 0 15px 0;
}

.WruHt7Xx--text ul li,
.WruHt7Xx--text ol li {
  max-width: 100%;
}

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

.WruHt7Xx--text p:not(:where([class], [id])) {
  margin: 0 0 16px 0;
}

.WruHt7Xx--text .primary--oISuy4 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.WruHt7Xx--text .hmyuGlJj_article {
  padding: 20px;
  border: 1px solid var(--surface);
  border-radius: 24px;
  background: var(--surface);
  width: 49.5%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.WruHt7Xx--text .firstVfpv45i {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.WruHt7Xx--text .firstVfpv45i.DZw9RjHoN_primary {
  color: var(--green);
}

.WruHt7Xx--text .firstVfpv45i.wraperG5IyHxw {
  color: var(--red);
}

.WruHt7Xx--text .primary--oISuy4 .h2nUgEsFbt-primary {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.WruHt7Xx--text .primary--oISuy4 .h2nUgEsFbt-primary p {
  margin: 0;
}

.WruHt7Xx--text .primary--oISuy4 img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text .primary--oISuy4 .h2nUgEsFbt-primary p {
  max-width: 100%;
}

.WruHt7Xx--text .M4wdJyWsl__tbl,
.WruHt7Xx--text figure.table {
  margin: 0 0 15px 0;
  width: 100%;
  overflow-x: auto;
}

.M4wdJyWsl__tbl table,
.WruHt7Xx--text figure.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.WruHt7Xx--text .M4wdJyWsl__tbl thead,
.WruHt7Xx--text figure.table thead {
  background: var(--white-40);
}

.WruHt7Xx--text .M4wdJyWsl__tbl th,
.WruHt7Xx--text .M4wdJyWsl__tbl td,
.WruHt7Xx--text figure.table th,
.WruHt7Xx--text figure.table td {
  padding: 12px 16px;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--surface);
}

.WruHt7Xx--text .M4wdJyWsl__tbl th:first-child,
.WruHt7Xx--text .M4wdJyWsl__tbl td:first-child,
.WruHt7Xx--text figure.table th:first-child,
.WruHt7Xx--text figure.table td:first-child {
  border-radius: 24px 0px 0px 24px;
}

.WruHt7Xx--text .M4wdJyWsl__tbl th:last-child,
.WruHt7Xx--text .M4wdJyWsl__tbl td:last-child,
.WruHt7Xx--text figure.table th:last-child,
.WruHt7Xx--text figure.table td:last-child {
  border-radius: 0px 24px 24px 0px;
}

.WruHt7Xx--text .information-table tbody tr > *:nth-child(1) {
  font-weight: 700;
  color: var(--white-40);
}

.WruHt7Xx--text .information-table tbody tr > *:nth-child(2) {
  font-weight: 700;
  color: var(--white);
}

.WruHt7Xx--text .information-table tbody tr > * {
  border-bottom: 1px solid var(--white-10);
}

.WruHt7Xx--text .M4wdJyWsl__tbl th,
.WruHt7Xx--text figure.table th {
  font-weight: 600;
}

.WruHt7Xx--text .M4wdJyWsl__tbl .tb_bji1ZlV,
.WruHt7Xx--text figure.table .tb_bji1ZlV {
  display: flex;
}

.WruHt7Xx--text .M4wdJyWsl__tbl .tb_bji1ZlV img,
.WruHt7Xx--text figure.table .tb_bji1ZlV img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text .M4wdJyWsl__tbl .tb_bji1ZlV span,
.WruHt7Xx--text figure.table .tb_bji1ZlV span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.WruHt7Xx--text .M4wdJyWsl__tbl .K3imPXD-Y3b5,
.WruHt7Xx--text figure.table .K3imPXD-Y3b5 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.WruHt7Xx--text .M4wdJyWsl__tbl .K3imPXD-Y3b5 img,
.WruHt7Xx--text figure.table .K3imPXD-Y3b5 img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text .M4wdJyWsl__tbl .K3imPXD-Y3b5 span,
.WruHt7Xx--text figure.table .K3imPXD-Y3b5 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.WruHt7Xx--text .M4wdJyWsl__tbl .K3imPXD-Y3b5 .action--oleUfiuVQ,
.WruHt7Xx--text figure.table .K3imPXD-Y3b5 .action--oleUfiuVQ {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

.WruHt7Xx--text .ezc7g--9IpfhAK {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .articles--VCen5Np {
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid var(--white);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .lL1dA0__gdsQV5aD9 {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .lL1dA0__gdsQV5aD9 img {
  width: 100%;
  height: 100%;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .lL1dA0__gdsQV5aD9:hover {
  filter: brightness(70%);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .YxsluK-articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .iecT6Ro-post {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  color: var(--black);
  transition: 0.4s all linear;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .iecT6Ro-post:hover {
  color: var(--primary);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .article__ohtDbYu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .article__ohtDbYu img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .blog__AzLhwaEH {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .postsrEnxaFgJP {
  display: flex;
  flex-wrap: wrap;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .FbkXnyj1Cpost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 8px 0 0;
  padding: 5px 16px 5px 5px;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--white);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .FbkXnyj1Cpost img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .FkGqWTvg3_blog {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.WruHt7Xx--text .ezc7g--9IpfhAK .articles--VCen5Np .action--oleUfiuVQ {
  margin: 16px 0 0 0;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .articles--VCen5Np .action--oleUfiuVQ.btn58JAezhNf {
  margin-right: 15px;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .b_YWNCSXKHx {
  display: flex;
  justify-content: space-between;
}

.WruHt7Xx--text .ezc7g--9IpfhAK .b_YWNCSXKHx .action--oleUfiuVQ:last-child {
  width: 70%;
}

.WruHt7Xx--text .primaryI7xJwuQra {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  padding: 12px;
  border-radius: 16px;
  background: var(--white);
}

.WruHt7Xx--text .GPqQ17gC-p {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: var(--green);
}

.WruHt7Xx--text .wraperVuK62NP {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid var(--green);
  border-radius: 60px;
  background: var(--white);
  cursor: pointer;
}

.WruHt7Xx--text .wraperVuK62NP span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--black);
}

.WruHt7Xx--text .wraperVuK62NP img {
  position: absolute;
  top: 12px;
  right: 19px;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 {
  margin: 0 0 20px 0;
  padding: 16px;
  width: 100%;
  align-self: center;
  border: 1px solid var(--surface);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
  max-height: 65px;
  overflow: hidden;
  transition: 0.4s max-height linear;
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1.YTFKMCwb-sitemap {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1.active {
  max-height: 100%;
  overflow: visible;
}

.WruHt7Xx--text .spoiler-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.WruHt7Xx--text .spoiler-top .spoiler-btn {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1.active .spoiler-top .spoiler-btn {
  transform: rotate(360deg);
}

.WruHt7Xx--text .spoiler-top .spoiler-btn path {
  fill: var(--black);
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol {
  margin: 16px 0 0 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  counter-reset: sitem;
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol li {
  position: relative;
  display: flex;
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  counter-increment: sitem;
  transition: 0.4s all linear;
  text-align: left;
  border-radius: 60px;
  background: var(--white);
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol li::before {
  content: counter(sitem) ".";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  opacity: 0.9;
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol li:hover,
.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol li.active {
  color: var(--primary);
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol li:last-child {
  margin: 0;
}

.WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 ol li a {
  padding: 14px 16px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

.l2Y4jTP4Mu5 {
  display: flex;
  width: 250px;
  height: 250px;
}

.CT1nfZdbrand {
  float: left;
  margin: 0 10px 10px 0;
}

.TSZkQezi-S475 {
  float: right;
  margin: 0 0 10px 10px;
}

.l2Y4jTP4Mu5 img {
  width: inherit;
  height: inherit;
  border-radius: 24px;
}

.ZF213mQ__c .M4wdJyWsl__tbl {
  width: auto;
}

.p7PDiIQ__QSYb {
  display: flex;
  width: 48%;
  height: auto;
}

.p7PDiIQ__QSYb img {
  width: 100%;
  height: inherit;
  border-radius: 24px;
}

.l-dV3l7Oo {
  float: left;
  margin: 0 20px 10px 0;
}

.B9mAZ6doO__zmpu0 {
  float: right;
  margin: 0 0 10px 20px;
}

.bancUNRDv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 24px 22px 24px 44px;
  border-radius: 24px;
  background: var(--primary);
}

.bancUNRDv .f5UchueC__main {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.bancUNRDv .OofBjcEFJ--banner {
  font-size: 64px;
  font-weight: 700;
  line-height: 67px;
  text-align: left;
  color: var(--white);
}

.bancUNRDv .koSdtursQ__hero {
  margin: 24px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--white);
  width: 60%;
}

.bancUNRDv .f5UchueC__main .action--oleUfiuVQ {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.bancUNRDv .f5UchueC__main .action--oleUfiuVQ:hover {
  background: var(--black);
  color: var(--white);
}

.bancUNRDv .TP9phiRban {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 50%;
}

.bancUNRDv .H92iM4y--main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.bancUNRDv .TP9phiRban .H92iM4y--main {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.bancUNRDv .H92iM4y--main .f-Qqlc6Lv {
  width: 100%;
  height: 100%;
}

.H92iM4y--main .f-Qqlc6Lv {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

.H92iM4y--main .VlmNrYekJfoot {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  border-radius: inherit;
}

.H92iM4y--main.is-flipped .VlmNrYekJfoot {
  transform: rotateY(180deg);
}

.H92iM4y--main .ma5bYv2oz-f {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.H92iM4y--main .ma5bYv2oz-f.G6bJpatRy--form {
  background: var(--white);
}

.H92iM4y--main .ma5bYv2oz-f.btc2bwy51 {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

.H92iM4y--main img {
  width: 56%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sitemappage_lbf1AucmC {
  width: 19%;
}

.BVFuMn7K__rows {
  margin: 0 0 20px 0;
}

.jEZ1VX7__card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.BVFuMn7K__rows .cards__kCtHcOvgS {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--surface);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.BVFuMn7K__rows .cards__kCtHcOvgS img {
  width: 24px;
  height: 24px;
}

.BVFuMn7K__rows .p3zkWq__blocks {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.BVFuMn7K__rows .EwSp7hr-rows {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

content .BgvC_m4MydA3 {
  margin: 0 0 20px 0;
}

.WruHt7Xx--text .article__0sUz1aOfX {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.WruHt7Xx--text .header--w5qlUZ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.WruHt7Xx--text .whFQV_RWP2eOS3t {
  display: flex;
  align-items: center;
}

.WruHt7Xx--text .p5salUyVF--uMrl2 {
  margin: 0 16px 0 0;
  width: 52.68px;
  height: 52.68px;
  border-radius: 50%;
}

.WruHt7Xx--text .N98rpkW1cards {
  display: flex;
  flex-direction: column;
}

.WruHt7Xx--text .BLQw3V1_LFGmO {
  margin: 0 0 2px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  flex: 1;
  color: var(--black);
  max-width: 100%;
}

.WruHt7Xx--text .nlyX6S_rH7abPB {
  display: flex;
  align-items: center;
  margin: 0;
}

.WruHt7Xx--text .nlyX6S_rH7abPB svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text .nlyX6S_rH7abPB svg path {
  stroke: var(--black);
}

.WruHt7Xx--text .nlyX6S_rH7abPB svg rect {
  fill: var(--black);
}

.WruHt7Xx--text .nlyX6S_rH7abPB span {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.WruHt7Xx--text .dM39rGHh7 {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: right;
  max-width: 100%;
  color: var(--grey-300);
}

.WruHt7Xx--text .invert--Tp0kXl {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

.WruHt7Xx--text .shqwMr7Qy__contrast {
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}

.WruHt7Xx--text .invert-FqOkzWAp {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.WruHt7Xx--text .invert-FqOkzWAp img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.WruHt7Xx--text .invert-FqOkzWAp img:last-child {
  margin: 0;
}

.WruHt7Xx--text .UJTuqOrsv-d {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  color: var(--black);
}

.WruHt7Xx--text .kqrsD48z_content {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
}

.WruHt7Xx--text .T18L3M__action {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
  align-items: center;
}

.WruHt7Xx--text .darkfopAQdnPj {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  color: var(--primary);
}

.WruHt7Xx--text .XpPr7Tdqa_b {
  display: flex;
  justify-content: center;
  align-items: center;
}

.WruHt7Xx--text .button-udk8s4Gn5 {
  display: flex;
  align-items: center;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

.WruHt7Xx--text .button-udk8s4Gn5 img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

.WruHt7Xx--text .button-udk8s4Gn5 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: var(--green);
}

.WruHt7Xx--text .button-udk8s4Gn5:last-child span {
  color: var(--red);
}

.WruHt7Xx--text .YZiDDegb4wNc {
  display: none;
}

.WruHt7Xx--text .ExZJjRHI_frm {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: 70%;
}

.J6skNZm8__frm {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: var(--black);
  text-align: center;
}

.wtYDxW--fr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wtYDxW--fr span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.fr__Vi73uXkal {
  display: flex;
}

.fr__Vi73uXkal svg {
  margin: 0 0 0 7px;
  width: 20px;
  width: 19px;
  cursor: pointer;
}

.fr__Vi73uXkal svg:focus,
.fr__Vi73uXkal svg path:focus {
  outline: none;
}

.fr__Vi73uXkal svg path {
  fill: var(--grey-200);
  transition: fill 0.2s linear;
}

.fr__Vi73uXkal svg.active path {
  fill: var(--yellow);
}

.WruHt7Xx--text .ExZJjRHI_frm .f_NGFtrqR {
  margin: 21px 0 0 0;
}

.WruHt7Xx--text .ExZJjRHI_frm .ntX1PN_l {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.WruHt7Xx--text .ExZJjRHI_frm textarea,
.WruHt7Xx--text .ExZJjRHI_frm input {
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  border: none;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.WruHt7Xx--text .ExZJjRHI_frm textarea::-moz-placeholder, .WruHt7Xx--text .ExZJjRHI_frm input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.WruHt7Xx--text .ExZJjRHI_frm textarea::placeholder,
.WruHt7Xx--text .ExZJjRHI_frm input::placeholder,
.WruHt7Xx--text .ExZJjRHI_frm textarea,
.WruHt7Xx--text .ExZJjRHI_frm input {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.WruHt7Xx--text .ExZJjRHI_frm textarea {
  min-height: 140px;
  padding: 18px 18px;
  resize: vertical;
}

.WruHt7Xx--text .ExZJjRHI_frm input {
  height: 54px;
  padding: 0 18px;
}

.WruHt7Xx--text .ExZJjRHI_frm textarea:focus,
.WruHt7Xx--text .ExZJjRHI_frm input:focus {
  border-color: var(--field-bd-focus);
  box-shadow: var(--shadow);
}

.WruHt7Xx--text .ExZJjRHI_frm .AUpgEOK6--93iFyR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.WruHt7Xx--text .ExZJjRHI_frm .hcWJ04153 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.WruHt7Xx--text .ExZJjRHI_frm .container-qoZ6XPx {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.WruHt7Xx--text .ExZJjRHI_frm .IyMbQz--wWPodriOa {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.WruHt7Xx--text .ExZJjRHI_frm .IyMbQz--wWPodriOa .nSFqDoUB6__foot {
  width: 39%;
}

.WruHt7Xx--text .ExZJjRHI_frm .action--oleUfiuVQ {
  width: 18%;
}

.action--oleUfiuVQ:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.is-invalid {
  border-color: red !important;
}

.foot-F2yePiv9M {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.postr67KS45U {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 8px 0;
  background: var(--surface);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 70px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.postr67KS45U.open {
  border-radius: 24px;
}

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

.footM4qPr3 span {
  margin: 0;
  max-width: 88%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.footM4qPr3 svg {
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: 0.4s all linear;
}

.postr67KS45U.open svg {
  transform: rotate(360deg);
}

.txt__E21ICMd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

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

.postr67KS45U.open .footM4qPr3::after {
  transform: rotate(180deg);
  opacity: 1;
}

.A4DSbOn7UL--auth {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.login__2zdypsDc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.auth_WOgNvd6 {
  display: flex;
  align-items: center;
}

.H1ZYu4rauth {
  margin: 0 16px 0 0;
  width: 52.68px;
  height: 52.68px;
  border-radius: 50%;
}

.auth-azS3F8B {
  display: flex;
  flex-direction: column;
}

.WruHt7Xx--text .signin--0kIvEU {
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
  flex: 1;
}

.WruHt7Xx--text .sign--uGy06AP {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.WruHt7Xx--text .Z7cOfn2C__auth {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.WruHt7Xx--text .VA9Dnw__auth {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

.A4DSbOn7UL--auth .lBz1e--Jgd2RCPI a:last-child,
footer .lBz1e--Jgd2RCPI a:last-child {
  margin: 0;
}

.articles__yCo4waj6c {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

.articles__yCo4waj6c .ph5sCDFOr--b {
  display: flex;
  text-decoration: none;
  width: 430px;
  height: 200px;
  border-radius: 16px;
  transition: 0.4s all linear;
}

.articles__yCo4waj6c .ph5sCDFOr--b:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.articles__yCo4waj6c .ph5sCDFOr--b img {
  width: inherit;
  height: inherit;
}

.articles__yCo4waj6c .bYAE9hHw--btn {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

.articles__yCo4waj6c .lZFswDqaction {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
  text-decoration: none;
  transition: 0.4s all linear;
}

.articles__yCo4waj6c .lZFswDqaction:hover {
  color: var(--primary);
}

.articles__yCo4waj6c .bYAE9hHw--btn p {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.articles__yCo4waj6c .card-IJnQrL {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.articles__yCo4waj6c .card-IJnQrL .action--oleUfiuVQ {
  width: 35%;
}

.articles__yCo4waj6c .card-IJnQrL .postr67KS45U {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.articles__yCo4waj6c .card-IJnQrL .footM4qPr3 {
  padding: 16px;
  transition: 0.4s all linear;
}

.articles__yCo4waj6c .card-IJnQrL .postr67KS45U.open .footM4qPr3 span {
  color: var(--primary);
}

.xql6GL4Ic {
  position: fixed;
  bottom: 1%;
  left: 0.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99%;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
  z-index: 9;
}

.xql6GL4Ic .blocks--YeQHwIOCU {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.xql6GL4Ic .blocks--YeQHwIOCU svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.xql6GL4Ic .blocks--YeQHwIOCU svg path {
  fill: var(--black);
}

.xql6GL4Ic .o6Qu2HqZvf--action {
  display: flex;
  flex-direction: column;
}

.xql6GL4Ic .wr_T5SPhAW {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.xql6GL4Ic .content__Ox10DSgA {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.xql6GL4Ic .action--oleUfiuVQ {
  white-space: nowrap;
}

.main-T2FX1xNZr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  border-radius: 24px;
  background: var(--primary);
}

.main-T2FX1xNZr .nMGR94shSb {
  display: flex;
  flex-direction: column;
}

.main-T2FX1xNZr .bzw6qJPvY {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--white);
}

.main-T2FX1xNZr .E8hse7Dn4bhr {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.main-T2FX1xNZr .ibJ7x5__ban {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

.main-T2FX1xNZr .banner--bngoQeS {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: 2px solid var(--white);
  border-radius: 20px;
}

.main-T2FX1xNZr .banner--bngoQeS span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.main-T2FX1xNZr .jrEVoPCban {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.main-T2FX1xNZr .wraperVuK62NP {
  width: 49%;
  align-items: center;
}

.main-T2FX1xNZr .wraperVuK62NP img {
  position: static;
  margin: 0 0 0 15px;
}

.main-T2FX1xNZr .action--oleUfiuVQ {
  width: 49%;
  background: var(--green);
}

footer {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  padding: 24px;
  border-radius: 24px;
  background: var(--surface);
}

footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .foot-LMphb0Bz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

footer .kHU2TvPIbot {
  display: flex;
  align-items: center;
}

footer .kHU2TvPIbot img {
  margin: 0 19px 0 0;
}

footer .foot-LMphb0Bz a:last-child {
  margin: 0;
}

footer .bottom_IVAtnbEm {
  display: flex;
  align-items: center;
}

footer .bottom_IVAtnbEm img {
  margin: 0 19px 0 0;
  width: 32px;
  height: 32px;
}

footer .bottom_IVAtnbEm a:last-child {
  display: flex;
  margin: 0;
}

footer .B3DRm7Xsl_foot {
  display: flex;
  align-items: center;
}

footer .B3DRm7Xsl_foot img {
  width: 40px;
  height: 40px;
}

footer .DzUp1g3nO__65DL {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  align-self: center;
  list-style: none;
}

footer .DzUp1g3nO__65DL li {
  margin: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--grey-300);
  transition: 0.4s all linear;
}

footer .DzUp1g3nO__65DL li:hover {
  color: var(--secondary);
}

footer .DzUp1g3nO__65DL li a {
  text-decoration: none;
  color: inherit;
}

.btn__CLo1hO {
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 1320px) {
  .btn__CLo1hO {
    margin: 0 0 10px 5px;
  }
}
.btn__CLo1hO ul {
  display: flex;
  align-items: center;
}
.btn__CLo1hO ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--primary);
}
@media screen and (max-width: 620px) {
  .btn__CLo1hO ul li {
    font-size: 14px;
    line-height: 16px;
  }
}
.btn__CLo1hO ul li a {
  text-decoration: none;
  color: var(--black);
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .H92iM4y--main .VlmNrYekJfoot {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .brCnF1D0wrap {
    padding: 0 20px;
  }
  .BDw1pjYzbV7 {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .brCnF1D0wrap {
    padding: 0 20px;
  }
  header nav .action-V0LpiPM {
    flex-direction: column-reverse;
  }
  header nav .action-V0LpiPM .Zc54qtpubtn {
    margin: 0 0 20px 0;
  }
  header nav .action-V0LpiPM .lBz1e--Jgd2RCPI {
    margin: 0;
  }
  .WruHt7Xx--text .PTaZ6kI__b {
    flex-direction: column;
  }
  .WruHt7Xx--text .rKDy9bTZj-btn {
    margin: 16px 0 0 0;
  }
  .WruHt7Xx--text .ezc7g--9IpfhAK .lL1dA0__gdsQV5aD9 {
    height: 150px;
  }
  .WruHt7Xx--text .ezc7g--9IpfhAK .iecT6Ro-post {
    font-size: 20px;
  }
  .bancUNRDv .OofBjcEFJ--banner {
    font-size: 36px;
    line-height: 36px;
  }
  .bancUNRDv .koSdtursQ__hero {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .M4wdJyWsl__tbl.Mzj6__V96psmn > table {
    min-width: 205%;
  }
  .main-T2FX1xNZr .ibJ7x5__ban {
    width: 640px;
  }
  footer .foot-LMphb0Bz {
    flex-direction: column;
  }
  footer .bottom_IVAtnbEm,
  footer .B3DRm7Xsl_foot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .b7ZWaSf5C {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .b7ZWaSf5C svg {
    width: 40px;
    height: 40px;
  }
  .b7ZWaSf5C svg rect {
    fill: var(--surface);
  }
  .b7ZWaSf5C svg path {
    stroke: var(--primary);
  }
  .b7ZWaSf5C svg.BVl27eqs_button {
    display: none;
  }
  header.active .b7ZWaSf5C svg.BVl27eqs_button {
    display: block;
  }
  header.active .b7ZWaSf5C svg.B7sZWx0z__action {
    display: none;
  }
  header nav .jmsi39GOunav {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .jmsi39GOunav {
    display: flex;
  }
  header nav .jmsi39GOunav ul,
  footer nav .jmsi39GOunav ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .jmsi39GOunav ul li,
  footer nav .jmsi39GOunav ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .jmsi39GOunav ul li.active,
  header nav .jmsi39GOunav ul li:hover,
  footer nav .jmsi39GOunav ul li.active,
  footer nav .jmsi39GOunav ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .jmsi39GOunav ul li a,
  footer nav .jmsi39GOunav ul li a {
    padding: 0;
  }
  header nav .action-V0LpiPM {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .action-V0LpiPM .lBz1e--Jgd2RCPI {
    display: none;
  }
  header nav .action-V0LpiPM .Zc54qtpubtn {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .action-V0LpiPM .action--oleUfiuVQ {
    margin: 0;
    width: 49%;
  }
  header nav .action-V0LpiPM .action--oleUfiuVQ.btn58JAezhNf {
    margin: 0;
  }
  header nav .jmsi39GOunav .lBz1e--Jgd2RCPI {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .BDw1pjYzbV7 {
    padding: 105px 0 0 0;
  }
  .BDw1pjYzbV7 .g6d4DGUJ-blocks {
    flex-direction: column-reverse;
  }
  .BDw1pjYzbV7 .b__dc0ThXFH {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .BDw1pjYzbV7 .TSvYEHZNdgT {
    width: 100%;
    height: 400px;
  }
  .BDw1pjYzbV7 .b__dc0ThXFH p {
    margin: 0 0 30px 0;
  }
  .BDw1pjYzbV7 .b__dc0ThXFH .action--oleUfiuVQ {
    width: 100%;
  }
  .WruHt7Xx--text .showcase-min {
    flex-wrap: wrap;
  }
  .WruHt7Xx--text .showcase-info-title {
    font-size: 20px;
    line-height: 26px;
  }
  .WruHt7Xx--text .logo1PLw4e {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .WruHt7Xx--text .Z9CDVG2d__articles {
    flex-wrap: wrap;
  }
  .WruHt7Xx--text .showcase-min .Z9CDVG2d__articles {
    width: 49%;
  }
  .WruHt7Xx--text .PTaZ6kI__b {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .WruHt7Xx--text .yKA0q_YXjituTmc {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .WruHt7Xx--text .xu7sTy_top {
    display: none;
  }
  .WruHt7Xx--text .qrKhoZ--brand {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .WruHt7Xx--text .WN1XEhqu-brand {
    flex-direction: row;
    width: 100%;
  }
  .WruHt7Xx--text .prim_sAWbln {
    align-self: center;
  }
  .WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .yKA0q_YXjituTmc {
    display: none;
    border: none;
  }
  .WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .PTaZ6kI__b {
    margin: 0;
    width: 100%;
  }
  .WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .rKDy9bTZj-btn {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim .rKDy9bTZj-btn .action--oleUfiuVQ {
    margin: 0;
    width: 49%;
  }
  .WruHt7Xx--text .S0oDTl-jchJ9s .yGCaxEoHhCWAim.Z9CDVG2d__articles {
    width: 100%;
  }
  .WruHt7Xx--text .ezc7g--9IpfhAK {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .WruHt7Xx--text .ezc7g--9IpfhAK .lL1dA0__gdsQV5aD9 {
    height: 190px;
  }
  .p7PDiIQ__QSYb {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .p7PDiIQ__QSYb img {
    border-radius: 12px;
  }
  .l2Y4jTP4Mu5 {
    width: 200px;
    height: 200px;
  }
  .l2Y4jTP4Mu5 img {
    border-radius: 12px;
  }
  .bancUNRDv {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .bancUNRDv .f5UchueC__main {
    width: 100%;
  }
  .bancUNRDv .OofBjcEFJ--banner {
    font-size: 36px;
    line-height: 36px;
  }
  .bancUNRDv .koSdtursQ__hero {
    font-size: 16px;
    line-height: 24px;
  }
  .bancUNRDv .f5UchueC__main .action--oleUfiuVQ {
    margin: 20px 0 0 0;
  }
  .bancUNRDv .TP9phiRban {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .bancUNRDv .H92iM4y--main {
    border-radius: 24px;
  }
  .jEZ1VX7__card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .WruHt7Xx--text .article__0sUz1aOfX {
    border-radius: 16px;
  }
  .WruHt7Xx--text .YZiDDegb4wNc {
    display: flex;
    align-self: flex-end;
  }
  .WruHt7Xx--text .YZiDDegb4wNc.dM39rGHh7 {
    margin: 10px 0 0 0;
  }
  .WruHt7Xx--text .sqnoH9EFv-header {
    display: none;
  }
  .WruHt7Xx--text .invert--Tp0kXl.YZiDDegb4wNc {
    margin: 0;
    align-self: center;
  }
  .WruHt7Xx--text .ExZJjRHI_frm {
    width: 100%;
  }
  .WruHt7Xx--text .ExZJjRHI_frm .IyMbQz--wWPodriOa {
    flex-direction: column;
  }
  .WruHt7Xx--text .ExZJjRHI_frm .IyMbQz--wWPodriOa .nSFqDoUB6__foot {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .WruHt7Xx--text .ExZJjRHI_frm .action--oleUfiuVQ {
    width: 100%;
  }
  .foot-F2yePiv9M {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .WruHt7Xx--text .wraperVuK62NP span {
    font-size: 16px;
  }
  .articles__yCo4waj6c {
    flex-direction: column;
  }
  .articles__yCo4waj6c .ph5sCDFOr--b {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .articles__yCo4waj6c .bYAE9hHw--btn {
    margin: 0;
    width: 100%;
  }
  .articles__yCo4waj6c .card-IJnQrL {
    margin: 0;
    flex-direction: column;
  }
  .articles__yCo4waj6c .card-IJnQrL .postr67KS45U,
  .articles__yCo4waj6c .card-IJnQrL .action--oleUfiuVQ {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .xql6GL4Ic .blocks--YeQHwIOCU {
    max-width: 55%;
  }
  .main-T2FX1xNZr {
    flex-direction: column;
  }
  .main-T2FX1xNZr .E8hse7Dn4bhr {
    font-size: 20px;
  }
  .main-T2FX1xNZr .ibJ7x5__ban {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .log-nxRItV6 {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .lBz1e--Jgd2RCPI {
    order: 1;
  }
  footer nav .jmsi39GOunav {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .jmsi39GOunav ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .jmsi39GOunav ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .jmsi39GOunav .lBz1e--Jgd2RCPI {
    margin: 20px 0 0 0;
  }
  .BDw1pjYzbV7 {
    padding: 85px 0 0 0;
  }
  .BDw1pjYzbV7 .TSvYEHZNdgT {
    height: 200px;
  }
  .BDw1pjYzbV7 .bnOGDl8post {
    padding: 6px;
  }
  .BDw1pjYzbV7 .bnOGDl8post span {
    width: 8px;
    height: 8px;
  }
  .BDw1pjYzbV7 .bnOGDl8post span.active {
    width: 13px;
  }
  .BDw1pjYzbV7 .b__dc0ThXFH h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .BDw1pjYzbV7 .b__dc0ThXFH p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .WruHt7Xx--text .showcase-min .Z9CDVG2d__articles {
    width: 100%;
  }
  .WruHt7Xx--text .WN1XEhqu-brand {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .WruHt7Xx--text .VN2nQY--brand {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .WruHt7Xx--text .qrKhoZ--brand {
    margin: 0;
    justify-content: flex-start;
  }
  .qrKhoZ--brand {
    display: flex;
    flex-direction: column;
  }
  .WruHt7Xx--text .logo1PLw4e {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .WruHt7Xx--text .l__1L8Uyb02T {
    margin: 0;
  }
  .WruHt7Xx--text .yKA0q_YXjituTmc {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .WruHt7Xx--text .showcase-info-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .WruHt7Xx--text .RGM3Pmo--dark {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .WruHt7Xx--text .prim_sAWbln {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .WruHt7Xx--text .lgkOXVFm__p {
    display: none;
  }
  .WruHt7Xx--text .hQr8MWRYF_wrapper {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .WruHt7Xx--text .hQr8MWRYF_wrapper p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .WruHt7Xx--text .PTaZ6kI__b {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .WruHt7Xx--text .showcase-min .PTaZ6kI__b {
    margin: 8px 0 0 0;
  }
  .WruHt7Xx--text .rKDy9bTZj-btn {
    flex-direction: row-reverse;
    width: 100%;
  }
  .WruHt7Xx--text .rKDy9bTZj-btn .action--oleUfiuVQ {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .WruHt7Xx--text .rKDy9bTZj-btn .action--oleUfiuVQ.colsyBUlPk {
    width: 60%;
  }
  .WruHt7Xx--text .rKDy9bTZj-btn .action--oleUfiuVQ.btn58JAezhNf {
    width: 40%;
  }
  .WruHt7Xx--text .qByte7Mb {
    margin: 0;
    width: 100%;
  }
  .WruHt7Xx--text .showcase-min .rKDy9bTZj-btn {
    margin: 0;
    order: 0;
  }
  .WruHt7Xx--text .showcase-min .qByte7Mb {
    margin: 19px 0 0 0;
    order: 1;
  }
  .WruHt7Xx--text .showcase-min .showcase-action-payments {
    order: 2;
  }
  .WruHt7Xx--text h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .WruHt7Xx--text h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .WruHt7Xx--text h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .WruHt7Xx--text .Z9CDVG2d__articles {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .WruHt7Xx--text .qrKhoZ--brand .bLDacB7g-btn,
  .WruHt7Xx--text .qrKhoZ--brand span {
    display: flex;
  }
  .WruHt7Xx--text .showcase-info-row,
  .WruHt7Xx--text .logoSDflAmk {
    margin: 0 0 10px 0;
  }
  .WruHt7Xx--text .qrKhoZ--brand span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .WruHt7Xx--text .qrKhoZ--brand .bLDacB7g-btn {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .WruHt7Xx--text .logo9LQhKDybu {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .WruHt7Xx--text .v49jzX1_bVehR {
    font-size: 18px;
    max-width: 100%;
  }
  .WruHt7Xx--text .msaUwp-btn {
    display: none;
  }
  .WruHt7Xx--text .primary--oISuy4 {
    flex-wrap: wrap;
  }
  .WruHt7Xx--text .hmyuGlJj_article {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .WruHt7Xx--text .hmyuGlJj_article:last-child {
    margin: 0;
  }
  .WruHt7Xx--text .firstVfpv45i {
    font-size: 14px;
    line-height: 16px;
  }
  .WruHt7Xx--text .ezc7g--9IpfhAK {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .WruHt7Xx--text .ezc7g--9IpfhAK .FkGqWTvg3_blog {
    font-size: 14px;
  }
  .WruHt7Xx--text .o3pl6eqF4Z-Ajsx1 span {
    font-size: 20px;
  }
  .l2Y4jTP4Mu5 {
    width: 200px;
    height: 200px;
  }
  .BVFuMn7K__rows {
    display: block;
    overflow-x: auto;
  }
  .jEZ1VX7__card {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .BVFuMn7K__rows .cards__kCtHcOvgS {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .BVFuMn7K__rows .cards__kCtHcOvgS img {
    width: 18px;
    height: 18px;
  }
  .articles__yCo4waj6c .ph5sCDFOr--b {
    height: 190px;
  }
  .xql6GL4Ic {
    flex-direction: column;
  }
  .xql6GL4Ic .blocks--YeQHwIOCU {
    width: 100%;
    max-width: 100%;
  }
  .xql6GL4Ic .action--oleUfiuVQ {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .xql6GL4Ic .blocks--YeQHwIOCU svg {
    width: 35px;
    height: 35px;
  }
  .main-T2FX1xNZr .ibJ7x5__ban {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .main-T2FX1xNZr .banner--bngoQeS span {
    font-size: 24px;
    line-height: 24px;
  }
  .main-T2FX1xNZr .jrEVoPCban {
    flex-direction: column;
  }
  .main-T2FX1xNZr .wraperVuK62NP {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .main-T2FX1xNZr .action--oleUfiuVQ {
    width: 100%;
  }
  .bzw6qJPvY {
    margin: 5px 0;
  }
  .main-T2FX1xNZr .E8hse7Dn4bhr {
    margin: 5px 0;
  }
  footer .foot-LMphb0Bz {
    width: 100%;
  }
  footer .kHU2TvPIbot {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .bottom_IVAtnbEm {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .kHU2TvPIbot img,
  footer .bottom_IVAtnbEm img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .BVFuMn7K__rows .cards__kCtHcOvgS {
    width: 245px;
  }
}
