@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;
}

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

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

.ozSKB__dCtVfSvRA a svg {
  transition: 0.4s all linear;
}

.ozSKB__dCtVfSvRA a:hover svg {
  transform: scale(1.4);
}

.ozSKB__dCtVfSvRA a:last-child {
  margin: 0;
}

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

.action__r5hpAtj {
  display: none;
}

.I9t5rFMXy__button {
  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;
}
.I9t5rFMXy__button.button-YgVLref {
  border-color: var(--secondary);
  color: var(--black);
}
.I9t5rFMXy__button.button-YgVLref:hover {
  background: var(--secondary);
  color: var(--white);
}
.I9t5rFMXy__button.texted__W8YAOQ0V {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.I9t5rFMXy__button.texted__W8YAOQ0V svg {
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
}
.I9t5rFMXy__button.texted__W8YAOQ0V svg path {
  fill: var(--white);
  transition: 0.3s all linear;
}
.I9t5rFMXy__button.texted__W8YAOQ0V:hover {
  background: transparent;
  color: var(--primary);
}
.I9t5rFMXy__button.texted__W8YAOQ0V:hover svg path {
  fill: var(--primary);
}
.I9t5rFMXy__button::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%);
}
.I9t5rFMXy__button.button-YgVLref::before {
  background: var(--secondary);
}
.I9t5rFMXy__button.texted__W8YAOQ0V::before {
  background: var(--white);
}
.I9t5rFMXy__button:hover::before {
  clip-path: polygon(-20% 0, 120% 0, 100% 100%, 0 100%);
}
.I9t5rFMXy__button::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);
}
.I9t5rFMXy__button:hover::after {
  transform: translateX(40%);
}
.I9t5rFMXy__button:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .I9t5rFMXy__button, .I9t5rFMXy__button::before, .I9t5rFMXy__button::after {
    transition: none !important;
  }
}
.av0JLW_wrapper {
  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 .logo__gs9LM14,
footer nav .logo__gs9LM14 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 44px 0 0;
  text-decoration: none;
  width: 139px;
}

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

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

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

header nav .navigation_oYlGFEx ul.WJk7Gj-top.wrapper--rXW3jma.wrapped {
  border-radius: 28px;
}

header nav .navigation_oYlGFEx ul li,
footer nav .navigation_oYlGFEx 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 .navigation_oYlGFEx ul li.active,
header nav .navigation_oYlGFEx ul li:hover,
footer nav .navigation_oYlGFEx ul li.active,
footer nav .navigation_oYlGFEx ul li:hover {
  background: var(--black);
  color: var(--white);
}

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

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

header nav .oxlwPyRDF-action .ozSKB__dCtVfSvRA {
  margin: 0 44px 0 0;
}

header nav .navigation_oYlGFEx .ozSKB__dCtVfSvRA {
  display: none;
}

header nav .oxlwPyRDF-action .btn-iCJs5ebHT {
  display: flex;
  align-items: center;
}

header nav .oxlwPyRDF-action .I9t5rFMXy__button.button-YgVLref {
  margin: 0 16px 0 0;
}

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

.l7c0u--gTj1RmyN {
  padding: 70px 0 0 0;
}

.l7c0u--gTj1RmyN .block__uXlH0fLy {
  display: flex;
  justify-content: space-between;
}

.l7c0u--gTj1RmyN .j4FhoPQ_btn {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.l7c0u--gTj1RmyN .j4FhoPQ_btn.error {
  width: 100%;
}
.l7c0u--gTj1RmyN .j4FhoPQ_btn.error h1,
.l7c0u--gTj1RmyN .j4FhoPQ_btn.error p,
.l7c0u--gTj1RmyN .j4FhoPQ_btn.error .I9t5rFMXy__button {
  align-self: center;
}

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

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

.l7c0u--gTj1RmyN .j4FhoPQ_btn .I9t5rFMXy__button {
  align-self: flex-start;
}

.l7c0u--gTj1RmyN .lQTb7ejGdvK4BM {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.l7c0u--gTj1RmyN .lQTb7ejGdvK4BM img {
  width: 100%;
  height: 100%;
}

.l7c0u--gTj1RmyN .s4ogxJvN3article {
  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;
}

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

.l7c0u--gTj1RmyN .s4ogxJvN3article span:last-child {
  margin: 0;
}

.l7c0u--gTj1RmyN .s4ogxJvN3article span:hover {
  background: var(--primary);
}

.l7c0u--gTj1RmyN .s4ogxJvN3article span.active {
  width: 20px;
  background: var(--primary);
}

.wE3Lt1J--txt {
  padding: 80px 0 0 0;
}

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

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

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

.wE3Lt1J--txt .EYJ1C_HaEpKDUZ {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.wE3Lt1J--txt .showcase-min {
  flex-direction: row;
  justify-content: space-between;
}

.wE3Lt1J--txt .EcsBpq3fJitem {
  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;
}

.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .w4bazc--GCFobTNW {
  border: none;
}

.wE3Lt1J--txt .showcase-min .EcsBpq3fJitem {
  flex-direction: column;
  width: 32.5%;
}

.wE3Lt1J--txt .logo-a1uFrD {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 220px;
}

.wE3Lt1J--txt .l1QXn2F-brand {
  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);
}

.wE3Lt1J--txt .showcase-min .logo-a1uFrD {
  flex-direction: row;
  align-items: center;
}

.wE3Lt1J--txt .logo--bmB7uGy {
  width: 220px;
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.wE3Lt1J--txt .logo--bmB7uGy:hover {
  filter: brightness(70%);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .qhMVNUlaseY img {
  width: 100%;
  height: 100%;
}

.wE3Lt1J--txt .showcase-min .logo--bmB7uGy {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.wE3Lt1J--txt .logo--bmB7uGy img {
  width: inherit;
  height: inherit;
}

a.wE3Lt1J--txt .logo--bmB7uGy {
  display: flex;
  text-decoration: none;
}

.wE3Lt1J--txt .header__axVD6Q,
.wE3Lt1J--txt .l_OAz021 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .header__axVD6Q,
.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .l_OAz021 {
  flex-direction: column;
}

.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .showcase-info-title,
.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .l_TsgQASiDr,
.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .showcase-info-row,
.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .WuSNEV0l {
  align-self: flex-start;
}

.wE3Lt1J--txt .l_OAz021 {
  display: none;
}

.wE3Lt1J--txt .l_OAz021 .btnAXN5sJqV9,
.wE3Lt1J--txt .l_OAz021 span {
  display: none;
}

.wE3Lt1J--txt .showcase-info-title,
.wE3Lt1J--txt .l_TsgQASiDr {
  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;
}

.wE3Lt1J--txt .showcase-info-title:hover,
.wE3Lt1J--txt .l_TsgQASiDr:hover {
  color: var(--primary);
}

.wE3Lt1J--txt .showcase-min .showcase-info-title,
.wE3Lt1J--txt .showcase-min .l_TsgQASiDr {
  margin: 0;
  text-align: left;
}

.wE3Lt1J--txt .showcase-info-row,
.wE3Lt1J--txt .WuSNEV0l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}

.wE3Lt1J--txt .showcase-info-rating,
.wE3Lt1J--txt .logo__sGA2hjSN {
  display: flex;
  align-items: center;
}

.wE3Lt1J--txt .showcase-min .showcase-info-rating,
.wE3Lt1J--txt .showcase-min .logo__sGA2hjSN {
  margin: 0 5px 0 0;
}

.wE3Lt1J--txt .showcase-info-rating img,
.wE3Lt1J--txt .logo__sGA2hjSN img {
  margin: 0 5px 0 0;
  width: 16.67px;
  height: 15.83px;
}

.wE3Lt1J--txt .showcase-info-rating img:last-child,
.wE3Lt1J--txt .logo__sGA2hjSN img:last-child {
  margin: 0;
}

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

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

.wE3Lt1J--txt .UKA4I15S_z1Oqna {
  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;
}

.wE3Lt1J--txt .UKA4I15S_z1Oqna:hover {
  color: var(--secondary);
}

.wE3Lt1J--txt .d_cqT9RCX7j {
  max-width: 100%;
}

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

.wE3Lt1J--txt .button_KZ4PAlkat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}

.wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .button_KZ4PAlkat {
  justify-content: flex-end;
  width: 30%;
}

.wE3Lt1J--txt .showcase-min .button_KZ4PAlkat {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

.wE3Lt1J--txt .b__BnxVimb {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

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

.wE3Lt1J--txt .showcase-min .b__BnxVimb {
  margin: 0;
  align-self: flex-start;
}

.wE3Lt1J--txt .btnAXN5sJqV9 {
  display: flex;
  margin: 0 0 13px 0;
}

.wE3Lt1J--txt .btnAXN5sJqV9:last-child {
  margin: 0;
}

.wE3Lt1J--txt .btnAXN5sJqV9 img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.wE3Lt1J--txt .btnAXN5sJqV9 p {
  margin: 0;
  max-width: 100%;
}

.wE3Lt1J--txt .E6V4gX-action {
  display: flex;
  flex-direction: column;
}

.wE3Lt1J--txt .showcase-min .E6V4gX-action {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.wE3Lt1J--txt .E6V4gX-action .I9t5rFMXy__button {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.wE3Lt1J--txt .showcase-min .E6V4gX-action .I9t5rFMXy__button.texted__W8YAOQ0V {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.wE3Lt1J--txt .showcase-min .E6V4gX-action .I9t5rFMXy__button.button-YgVLref {
  width: 35%;
  min-width: auto;
}

.wE3Lt1J--txt .E6V4gX-action .I9t5rFMXy__button:last-child {
  margin: 0;
}

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

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

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

.wE3Lt1J--txt .primaryCSYLcnrH {
  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;
}

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

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

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

.wE3Lt1J--txt .c--ahHELS img {
  width: 24px;
  height: 24px;
}

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

.wE3Lt1J--txt td {
  font-weight: 500;
}

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

.wE3Lt1J--txt p {
  margin: 0 0 15px 0;
}

.wE3Lt1J--txt ul li,
.wE3Lt1J--txt ol li {
  max-width: 100%;
}

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

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

.wE3Lt1J--txt .prim--yXrZhc {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.wE3Lt1J--txt .post__V0FbMmT {
  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);
}

.wE3Lt1J--txt .p_hcTqGd2v {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.wE3Lt1J--txt .p_hcTqGd2v.X2Vtwbfirst {
  color: var(--green);
}

.wE3Lt1J--txt .p_hcTqGd2v.wraper_s8ge3a {
  color: var(--red);
}

.wE3Lt1J--txt .prim--yXrZhc .prim--t4cbrSdo {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.wE3Lt1J--txt .prim--yXrZhc .prim--t4cbrSdo p {
  margin: 0;
}

.wE3Lt1J--txt .prim--yXrZhc img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.wE3Lt1J--txt .prim--yXrZhc .prim--t4cbrSdo p {
  max-width: 100%;
}

.wE3Lt1J--txt .table-responsive,
.wE3Lt1J--txt figure.table {
  margin: 0 0 15px 0;
  width: 100%;
  overflow-x: auto;
}

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

.wE3Lt1J--txt .table-responsive thead,
.wE3Lt1J--txt figure.table thead {
  background: var(--white-40);
}

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

.wE3Lt1J--txt .table-responsive th:first-child,
.wE3Lt1J--txt .table-responsive td:first-child,
.wE3Lt1J--txt figure.table th:first-child,
.wE3Lt1J--txt figure.table td:first-child {
  border-radius: 24px 0px 0px 24px;
}

.wE3Lt1J--txt .table-responsive th:last-child,
.wE3Lt1J--txt .table-responsive td:last-child,
.wE3Lt1J--txt figure.table th:last-child,
.wE3Lt1J--txt figure.table td:last-child {
  border-radius: 0px 24px 24px 0px;
}

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

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

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

.wE3Lt1J--txt .table-responsive th,
.wE3Lt1J--txt figure.table th {
  font-weight: 600;
}

.wE3Lt1J--txt .table-responsive .H6gIKLqiPr_tbl,
.wE3Lt1J--txt figure.table .H6gIKLqiPr_tbl {
  display: flex;
}

.wE3Lt1J--txt .table-responsive .H6gIKLqiPr_tbl img,
.wE3Lt1J--txt figure.table .H6gIKLqiPr_tbl img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.wE3Lt1J--txt .table-responsive .H6gIKLqiPr_tbl span,
.wE3Lt1J--txt figure.table .H6gIKLqiPr_tbl span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.wE3Lt1J--txt .table-responsive .yROWSjl--Mucb,
.wE3Lt1J--txt figure.table .yROWSjl--Mucb {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wE3Lt1J--txt .table-responsive .yROWSjl--Mucb img,
.wE3Lt1J--txt figure.table .yROWSjl--Mucb img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.wE3Lt1J--txt .table-responsive .yROWSjl--Mucb span,
.wE3Lt1J--txt figure.table .yROWSjl--Mucb span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.wE3Lt1J--txt .table-responsive .yROWSjl--Mucb .I9t5rFMXy__button,
.wE3Lt1J--txt figure.table .yROWSjl--Mucb .I9t5rFMXy__button {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.wE3Lt1J--txt .c5JmzOQn_RWp2 .article--nqiY42 {
  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);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .qhMVNUlaseY {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .qhMVNUlaseY img {
  width: 100%;
  height: 100%;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .qhMVNUlaseY:hover {
  filter: brightness(70%);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .n6xGZ4Q_articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
}

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

.wE3Lt1J--txt .c5JmzOQn_RWp2 .T2T3VkXbKq-articles:hover {
  color: var(--primary);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .post--7nOzeV {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .post--7nOzeV img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .ZRwkFud__posts {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .f7AUOqRuarticles {
  display: flex;
  flex-wrap: wrap;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .rLt2E5nR--article {
  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);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .rLt2E5nR--article img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .item-TG40nvLdg {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .article--nqiY42 .I9t5rFMXy__button {
  margin: 16px 0 0 0;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .article--nqiY42 .I9t5rFMXy__button.button-YgVLref {
  margin-right: 15px;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .btn_a4AFQh {
  display: flex;
  justify-content: space-between;
}

.wE3Lt1J--txt .c5JmzOQn_RWp2 .btn_a4AFQh .I9t5rFMXy__button:last-child {
  width: 70%;
}

.wE3Lt1J--txt .lMQrGi_prim {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  padding: 12px;
  border-radius: 16px;
  background: var(--white);
}

.wE3Lt1J--txt .primary_CdgbhLqV {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: var(--green);
}

.wE3Lt1J--txt .wraperEhIVbXwY {
  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;
}

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

.wE3Lt1J--txt .wraperEhIVbXwY img {
  position: absolute;
  top: 12px;
  right: 19px;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.wE3Lt1J--txt .xv3UB-movKFu {
  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;
}

.wE3Lt1J--txt .xv3UB-movKFu.S4nGNVj--sitemap {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.wE3Lt1J--txt .xv3UB-movKFu.active {
  max-height: 100%;
  overflow: visible;
}

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

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

.wE3Lt1J--txt .xv3UB-movKFu.active .spoiler-top .spoiler-btn {
  transform: rotate(360deg);
}

.wE3Lt1J--txt .spoiler-top .spoiler-btn path {
  fill: var(--black);
}

.wE3Lt1J--txt .xv3UB-movKFu span {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: var(--black);
}

.wE3Lt1J--txt .xv3UB-movKFu ol {
  margin: 16px 0 0 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  counter-reset: sitem;
}

.wE3Lt1J--txt .xv3UB-movKFu 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);
}

.wE3Lt1J--txt .xv3UB-movKFu 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;
}

.wE3Lt1J--txt .xv3UB-movKFu ol li:hover,
.wE3Lt1J--txt .xv3UB-movKFu ol li.active {
  color: var(--primary);
}

.wE3Lt1J--txt .xv3UB-movKFu ol li:last-child {
  margin: 0;
}

.wE3Lt1J--txt .xv3UB-movKFu ol li a {
  padding: 14px 16px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

.XYSRHEcjC--YFUD {
  display: flex;
  width: 250px;
  height: 250px;
}

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

.ZUdOon_MFaiRT {
  float: right;
  margin: 0 0 10px 10px;
}

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

.wr--8sT9ndi3 .table-responsive {
  width: auto;
}

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

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

.Y807OKP_brand {
  float: left;
  margin: 0 20px 10px 0;
}

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

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

.c0RksMtua-hr .main_uwo23K {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.c0RksMtua-hr .lWVGPS_main {
  font-size: 64px;
  font-weight: 700;
  line-height: 67px;
  text-align: left;
  color: var(--white);
}

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

.c0RksMtua-hr .main_uwo23K .I9t5rFMXy__button {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.c0RksMtua-hr .main_uwo23K .I9t5rFMXy__button:hover {
  background: var(--black);
  color: var(--white);
}

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

.c0RksMtua-hr .hero_NblCYyV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.c0RksMtua-hr .banner8DB4P6 .hero_NblCYyV {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.c0RksMtua-hr .hero_NblCYyV .f_Zb6gLfJ {
  width: 100%;
  height: 100%;
}

.hero_NblCYyV .f_Zb6gLfJ {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.hero_NblCYyV.is-flipped .f--IBqyXU {
  transform: rotateY(180deg);
}

.hero_NblCYyV .tVnkWf5--bot {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.hero_NblCYyV .tVnkWf5--bot.frYGfRSn0 {
  background: var(--white);
}

.hero_NblCYyV .tVnkWf5--bot.b-Vpi6McJPU {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.sitemapVUEq4r {
  width: 19%;
}

.rows--9Nc2zmo {
  margin: 0 0 20px 0;
}

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

.rows--9Nc2zmo .n1zsIk2Mj__cards {
  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);
}

.rows--9Nc2zmo .n1zsIk2Mj__cards img {
  width: 24px;
  height: 24px;
}

.rows--9Nc2zmo .block-If1dxLAc {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

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

content .pSAXB4-diOeBE {
  margin: 0 0 20px 0;
}

.wE3Lt1J--txt .articles-0GEe2g9cC {
  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);
}

.wE3Lt1J--txt .h__rb7wH5Q {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wE3Lt1J--txt .CVMAr_G0n5pDw {
  display: flex;
  align-items: center;
}

.wE3Lt1J--txt .t3CWGR2e-2KkAQz {
  margin: 0 16px 0 0;
  width: 52.68px;
  height: 52.68px;
  border-radius: 50%;
}

.wE3Lt1J--txt .card-wsI7ClJ {
  display: flex;
  flex-direction: column;
}

.wE3Lt1J--txt .hOQVG8--VTfjMbGm4 {
  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%;
}

.wE3Lt1J--txt .zZyaWbvFT3y0xNj {
  display: flex;
  align-items: center;
  margin: 0;
}

.wE3Lt1J--txt .zZyaWbvFT3y0xNj svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.wE3Lt1J--txt .zZyaWbvFT3y0xNj svg path {
  stroke: var(--black);
}

.wE3Lt1J--txt .zZyaWbvFT3y0xNj svg rect {
  fill: var(--black);
}

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

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

.wE3Lt1J--txt .invert-HcyB3gdhT {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

.wE3Lt1J--txt .inv_wQDW9fHd {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.wE3Lt1J--txt .inv_wQDW9fHd img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.wE3Lt1J--txt .inv_wQDW9fHd img:last-child {
  margin: 0;
}

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

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

.wE3Lt1J--txt .lF47w8__b {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
  align-items: center;
}

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

.wE3Lt1J--txt .ieGdjMP__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wE3Lt1J--txt .button--8s2aZ3 {
  display: flex;
  align-items: center;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

.wE3Lt1J--txt .button--8s2aZ3 img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

.wE3Lt1J--txt .button--8s2aZ3:last-child span {
  color: var(--red);
}

.wE3Lt1J--txt .ovbm-diTarNnX {
  display: none;
}

.wE3Lt1J--txt .frmxHpBnV {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: 70%;
}

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

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

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

.j4pyuFvB--frm {
  display: flex;
}

.j4pyuFvB--frm svg {
  margin: 0 0 0 7px;
  width: 20px;
  width: 19px;
  cursor: pointer;
}

.j4pyuFvB--frm svg:focus,
.j4pyuFvB--frm svg path:focus {
  outline: none;
}

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

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

.wE3Lt1J--txt .frmxHpBnV .footervJKR97 {
  margin: 21px 0 0 0;
}

.wE3Lt1J--txt .frmxHpBnV .z85fqhcJ__log {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.wE3Lt1J--txt .frmxHpBnV textarea,
.wE3Lt1J--txt .frmxHpBnV 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);
}

.wE3Lt1J--txt .frmxHpBnV textarea::-moz-placeholder, .wE3Lt1J--txt .frmxHpBnV input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.wE3Lt1J--txt .frmxHpBnV textarea::placeholder,
.wE3Lt1J--txt .frmxHpBnV input::placeholder,
.wE3Lt1J--txt .frmxHpBnV textarea,
.wE3Lt1J--txt .frmxHpBnV input {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.wE3Lt1J--txt .frmxHpBnV textarea {
  min-height: 140px;
  padding: 18px 18px;
  resize: vertical;
}

.wE3Lt1J--txt .frmxHpBnV input {
  height: 54px;
  padding: 0 18px;
}

.wE3Lt1J--txt .frmxHpBnV textarea:focus,
.wE3Lt1J--txt .frmxHpBnV input:focus {
  border-color: var(--field-bd-focus);
  box-shadow: var(--shadow);
}

.wE3Lt1J--txt .frmxHpBnV .I4sy__28zsCL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.wE3Lt1J--txt .frmxHpBnV .top-V9SfrqdJ4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.wE3Lt1J--txt .frmxHpBnV .container__lWK6YjP {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.wE3Lt1J--txt .frmxHpBnV .ZvuENw15jZSi {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.wE3Lt1J--txt .frmxHpBnV .ZvuENw15jZSi .footer--Zjl6oOS {
  width: 39%;
}

.wE3Lt1J--txt .frmxHpBnV .I9t5rFMXy__button {
  width: 18%;
}

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

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

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

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

.item-fCrdixq.open {
  border-radius: 24px;
}

.footer-9uKR1q {
  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;
}

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

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

.item-fCrdixq.open svg {
  transform: rotate(360deg);
}

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

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

.item-fCrdixq.open .footer-9uKR1q::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

.XsYKrL-auth {
  display: flex;
  align-items: center;
}

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

.sign__zcsRD3 {
  display: flex;
  flex-direction: column;
}

.wE3Lt1J--txt .eP4XSxUsign {
  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;
}

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

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

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

.Cfv9kr--login .ozSKB__dCtVfSvRA a:last-child,
footer .ozSKB__dCtVfSvRA a:last-child {
  margin: 0;
}

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

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

.n0BzSQaUL-blog .actionzGhq1o:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.n0BzSQaUL-blog .actionzGhq1o img {
  width: inherit;
  height: inherit;
}

.n0BzSQaUL-blog .btn_LErq6oNG {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.n0BzSQaUL-blog .DwOyGh__button:hover {
  color: var(--primary);
}

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

.n0BzSQaUL-blog .JYS6HV3-rows {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.n0BzSQaUL-blog .JYS6HV3-rows .I9t5rFMXy__button {
  width: 35%;
}

.n0BzSQaUL-blog .JYS6HV3-rows .item-fCrdixq {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.n0BzSQaUL-blog .JYS6HV3-rows .footer-9uKR1q {
  padding: 16px;
  transition: 0.4s all linear;
}

.n0BzSQaUL-blog .JYS6HV3-rows .item-fCrdixq.open .footer-9uKR1q span {
  color: var(--primary);
}

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

.wrapper--Y5luX0ZOd .block-mKy6MnTY {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.wrapper--Y5luX0ZOd .block-mKy6MnTY svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.wrapper--Y5luX0ZOd .block-mKy6MnTY svg path {
  fill: var(--black);
}

.wrapper--Y5luX0ZOd .action-BfSsxt3Y {
  display: flex;
  flex-direction: column;
}

.wrapper--Y5luX0ZOd .c-opYiax95I {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.wrapper--Y5luX0ZOd .text-uOQpwh {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.wrapper--Y5luX0ZOd .I9t5rFMXy__button {
  white-space: nowrap;
}

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

.YU8EckB-main .qm9PfDmain {
  display: flex;
  flex-direction: column;
}

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

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

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

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

.YU8EckB-main .hero--J3T50Pt4o span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

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

.YU8EckB-main .wraperEhIVbXwY {
  width: 49%;
  align-items: center;
}

.YU8EckB-main .wraperEhIVbXwY img {
  position: static;
  margin: 0 0 0 15px;
}

.YU8EckB-main .I9t5rFMXy__button {
  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 .xDWpL1aK_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

footer .footer-vgZ9FLi img {
  margin: 0 19px 0 0;
}

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

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

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

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

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

footer .MjmoWKuVL--footer img {
  width: 40px;
  height: 40px;
}

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

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

footer .W8Glr9tJ--5yhp li:hover {
  color: var(--secondary);
}

footer .W8Glr9tJ--5yhp li a {
  text-decoration: none;
  color: inherit;
}

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

@media (prefers-reduced-motion: reduce) {
  .hero_NblCYyV .f--IBqyXU {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .av0JLW_wrapper {
    padding: 0 20px;
  }
  .l7c0u--gTj1RmyN {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .av0JLW_wrapper {
    padding: 0 20px;
  }
  header nav .oxlwPyRDF-action {
    flex-direction: column-reverse;
  }
  header nav .oxlwPyRDF-action .btn-iCJs5ebHT {
    margin: 0 0 20px 0;
  }
  header nav .oxlwPyRDF-action .ozSKB__dCtVfSvRA {
    margin: 0;
  }
  .wE3Lt1J--txt .button_KZ4PAlkat {
    flex-direction: column;
  }
  .wE3Lt1J--txt .E6V4gX-action {
    margin: 16px 0 0 0;
  }
  .wE3Lt1J--txt .c5JmzOQn_RWp2 .qhMVNUlaseY {
    height: 150px;
  }
  .wE3Lt1J--txt .c5JmzOQn_RWp2 .T2T3VkXbKq-articles {
    font-size: 20px;
  }
  .c0RksMtua-hr .lWVGPS_main {
    font-size: 36px;
    line-height: 36px;
  }
  .c0RksMtua-hr .main_eFIPl5kcU {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.AbwD0HfU8--jzlZu > table {
    min-width: 205%;
  }
  .YU8EckB-main .aWKpmOh--main {
    width: 640px;
  }
  footer .xDWpL1aK_footer {
    flex-direction: column;
  }
  footer .CBUOuhbot,
  footer .MjmoWKuVL--footer {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .action__r5hpAtj {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .action__r5hpAtj svg {
    width: 40px;
    height: 40px;
  }
  .action__r5hpAtj svg rect {
    fill: var(--surface);
  }
  .action__r5hpAtj svg path {
    stroke: var(--primary);
  }
  .action__r5hpAtj svg.FyMk7C_button {
    display: none;
  }
  header.active .action__r5hpAtj svg.FyMk7C_button {
    display: block;
  }
  header.active .action__r5hpAtj svg.hUuXz2-b {
    display: none;
  }
  header nav .navigation_oYlGFEx {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .navigation_oYlGFEx {
    display: flex;
  }
  header nav .navigation_oYlGFEx ul,
  footer nav .navigation_oYlGFEx ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .navigation_oYlGFEx ul li,
  footer nav .navigation_oYlGFEx ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .navigation_oYlGFEx ul li.active,
  header nav .navigation_oYlGFEx ul li:hover,
  footer nav .navigation_oYlGFEx ul li.active,
  footer nav .navigation_oYlGFEx ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .navigation_oYlGFEx ul li a,
  footer nav .navigation_oYlGFEx ul li a {
    padding: 0;
  }
  header nav .oxlwPyRDF-action {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .oxlwPyRDF-action .ozSKB__dCtVfSvRA {
    display: none;
  }
  header nav .oxlwPyRDF-action .btn-iCJs5ebHT {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .oxlwPyRDF-action .I9t5rFMXy__button {
    margin: 0;
    width: 49%;
  }
  header nav .oxlwPyRDF-action .I9t5rFMXy__button.button-YgVLref {
    margin: 0;
  }
  header nav .navigation_oYlGFEx .ozSKB__dCtVfSvRA {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .l7c0u--gTj1RmyN {
    padding: 105px 0 0 0;
  }
  .l7c0u--gTj1RmyN .block__uXlH0fLy {
    flex-direction: column-reverse;
  }
  .l7c0u--gTj1RmyN .j4FhoPQ_btn {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .l7c0u--gTj1RmyN .lQTb7ejGdvK4BM {
    width: 100%;
    height: 400px;
  }
  .l7c0u--gTj1RmyN .j4FhoPQ_btn p {
    margin: 0 0 30px 0;
  }
  .l7c0u--gTj1RmyN .j4FhoPQ_btn .I9t5rFMXy__button {
    width: 100%;
  }
  .wE3Lt1J--txt .showcase-min {
    flex-wrap: wrap;
  }
  .wE3Lt1J--txt .showcase-info-title {
    font-size: 20px;
    line-height: 26px;
  }
  .wE3Lt1J--txt .l_TsgQASiDr {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .wE3Lt1J--txt .EcsBpq3fJitem {
    flex-wrap: wrap;
  }
  .wE3Lt1J--txt .showcase-min .EcsBpq3fJitem {
    width: 49%;
  }
  .wE3Lt1J--txt .button_KZ4PAlkat {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .wE3Lt1J--txt .w4bazc--GCFobTNW {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .wE3Lt1J--txt .header__axVD6Q {
    display: none;
  }
  .wE3Lt1J--txt .l_OAz021 {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .wE3Lt1J--txt .logo-a1uFrD {
    flex-direction: row;
    width: 100%;
  }
  .wE3Lt1J--txt .primaryCSYLcnrH {
    align-self: center;
  }
  .wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .w4bazc--GCFobTNW {
    display: none;
    border: none;
  }
  .wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .button_KZ4PAlkat {
    margin: 0;
    width: 100%;
  }
  .wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .E6V4gX-action {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p .E6V4gX-action .I9t5rFMXy__button {
    margin: 0;
    width: 49%;
  }
  .wE3Lt1J--txt .EYJ1C_HaEpKDUZ .yfOFeANrRwb4p.EcsBpq3fJitem {
    width: 100%;
  }
  .wE3Lt1J--txt .c5JmzOQn_RWp2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wE3Lt1J--txt .c5JmzOQn_RWp2 .qhMVNUlaseY {
    height: 190px;
  }
  .iQH3efA__hzZSE {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .iQH3efA__hzZSE img {
    border-radius: 12px;
  }
  .XYSRHEcjC--YFUD {
    width: 200px;
    height: 200px;
  }
  .XYSRHEcjC--YFUD img {
    border-radius: 12px;
  }
  .c0RksMtua-hr {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .c0RksMtua-hr .main_uwo23K {
    width: 100%;
  }
  .c0RksMtua-hr .lWVGPS_main {
    font-size: 36px;
    line-height: 36px;
  }
  .c0RksMtua-hr .main_eFIPl5kcU {
    font-size: 16px;
    line-height: 24px;
  }
  .c0RksMtua-hr .main_uwo23K .I9t5rFMXy__button {
    margin: 20px 0 0 0;
  }
  .c0RksMtua-hr .banner8DB4P6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .c0RksMtua-hr .hero_NblCYyV {
    border-radius: 24px;
  }
  .card-ATIZB08 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wE3Lt1J--txt .articles-0GEe2g9cC {
    border-radius: 16px;
  }
  .wE3Lt1J--txt .ovbm-diTarNnX {
    display: flex;
    align-self: flex-end;
  }
  .wE3Lt1J--txt .ovbm-diTarNnX.dp1Ymwr3 {
    margin: 10px 0 0 0;
  }
  .wE3Lt1J--txt .header__HSKP5N {
    display: none;
  }
  .wE3Lt1J--txt .invert-HcyB3gdhT.ovbm-diTarNnX {
    margin: 0;
    align-self: center;
  }
  .wE3Lt1J--txt .frmxHpBnV {
    width: 100%;
  }
  .wE3Lt1J--txt .frmxHpBnV .ZvuENw15jZSi {
    flex-direction: column;
  }
  .wE3Lt1J--txt .frmxHpBnV .ZvuENw15jZSi .footer--Zjl6oOS {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .wE3Lt1J--txt .frmxHpBnV .I9t5rFMXy__button {
    width: 100%;
  }
  .J9lndE83_f {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .wE3Lt1J--txt .wraperEhIVbXwY span {
    font-size: 16px;
  }
  .n0BzSQaUL-blog {
    flex-direction: column;
  }
  .n0BzSQaUL-blog .actionzGhq1o {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .n0BzSQaUL-blog .btn_LErq6oNG {
    margin: 0;
    width: 100%;
  }
  .n0BzSQaUL-blog .JYS6HV3-rows {
    margin: 0;
    flex-direction: column;
  }
  .n0BzSQaUL-blog .JYS6HV3-rows .item-fCrdixq,
  .n0BzSQaUL-blog .JYS6HV3-rows .I9t5rFMXy__button {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .wrapper--Y5luX0ZOd .block-mKy6MnTY {
    max-width: 55%;
  }
  .YU8EckB-main {
    flex-direction: column;
  }
  .YU8EckB-main .banh9cNZqt86 {
    font-size: 20px;
  }
  .YU8EckB-main .aWKpmOh--main {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .logo__gs9LM14 {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .ozSKB__dCtVfSvRA {
    order: 1;
  }
  footer nav .navigation_oYlGFEx {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .navigation_oYlGFEx ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .navigation_oYlGFEx ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .navigation_oYlGFEx .ozSKB__dCtVfSvRA {
    margin: 20px 0 0 0;
  }
  .l7c0u--gTj1RmyN {
    padding: 85px 0 0 0;
  }
  .l7c0u--gTj1RmyN .lQTb7ejGdvK4BM {
    height: 200px;
  }
  .l7c0u--gTj1RmyN .s4ogxJvN3article {
    padding: 6px;
  }
  .l7c0u--gTj1RmyN .s4ogxJvN3article span {
    width: 8px;
    height: 8px;
  }
  .l7c0u--gTj1RmyN .s4ogxJvN3article span.active {
    width: 13px;
  }
  .l7c0u--gTj1RmyN .j4FhoPQ_btn h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .l7c0u--gTj1RmyN .j4FhoPQ_btn p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .wE3Lt1J--txt .showcase-min .EcsBpq3fJitem {
    width: 100%;
  }
  .wE3Lt1J--txt .logo-a1uFrD {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .wE3Lt1J--txt .logo--bmB7uGy {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .wE3Lt1J--txt .l_OAz021 {
    margin: 0;
    justify-content: flex-start;
  }
  .l_OAz021 {
    display: flex;
    flex-direction: column;
  }
  .wE3Lt1J--txt .l_TsgQASiDr {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .wE3Lt1J--txt .logo__sGA2hjSN {
    margin: 0;
  }
  .wE3Lt1J--txt .w4bazc--GCFobTNW {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .wE3Lt1J--txt .showcase-info-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .wE3Lt1J--txt .d_cqT9RCX7j {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .wE3Lt1J--txt .primaryCSYLcnrH {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .wE3Lt1J--txt .primSCAUawxuG {
    display: none;
  }
  .wE3Lt1J--txt .c--ahHELS {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .wE3Lt1J--txt .c--ahHELS p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .wE3Lt1J--txt .button_KZ4PAlkat {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .wE3Lt1J--txt .showcase-min .button_KZ4PAlkat {
    margin: 8px 0 0 0;
  }
  .wE3Lt1J--txt .E6V4gX-action {
    flex-direction: row-reverse;
    width: 100%;
  }
  .wE3Lt1J--txt .E6V4gX-action .I9t5rFMXy__button {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .wE3Lt1J--txt .E6V4gX-action .I9t5rFMXy__button.texted__W8YAOQ0V {
    width: 60%;
  }
  .wE3Lt1J--txt .E6V4gX-action .I9t5rFMXy__button.button-YgVLref {
    width: 40%;
  }
  .wE3Lt1J--txt .b__BnxVimb {
    margin: 0;
    width: 100%;
  }
  .wE3Lt1J--txt .showcase-min .E6V4gX-action {
    margin: 0;
    order: 0;
  }
  .wE3Lt1J--txt .showcase-min .b__BnxVimb {
    margin: 19px 0 0 0;
    order: 1;
  }
  .wE3Lt1J--txt .showcase-min .showcase-action-payments {
    order: 2;
  }
  .wE3Lt1J--txt h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .wE3Lt1J--txt h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .wE3Lt1J--txt h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .wE3Lt1J--txt .EcsBpq3fJitem {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .wE3Lt1J--txt .l_OAz021 .btnAXN5sJqV9,
  .wE3Lt1J--txt .l_OAz021 span {
    display: flex;
  }
  .wE3Lt1J--txt .showcase-info-row,
  .wE3Lt1J--txt .WuSNEV0l {
    margin: 0 0 10px 0;
  }
  .wE3Lt1J--txt .l_OAz021 span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .wE3Lt1J--txt .l_OAz021 .btnAXN5sJqV9 {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .wE3Lt1J--txt .l1QXn2F-brand {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .wE3Lt1J--txt .UKA4I15S_z1Oqna {
    font-size: 18px;
    max-width: 100%;
  }
  .wE3Lt1J--txt .sZDGRlT8__action {
    display: none;
  }
  .wE3Lt1J--txt .prim--yXrZhc {
    flex-wrap: wrap;
  }
  .wE3Lt1J--txt .post__V0FbMmT {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .wE3Lt1J--txt .post__V0FbMmT:last-child {
    margin: 0;
  }
  .wE3Lt1J--txt .p_hcTqGd2v {
    font-size: 14px;
    line-height: 16px;
  }
  .wE3Lt1J--txt .c5JmzOQn_RWp2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .wE3Lt1J--txt .c5JmzOQn_RWp2 .item-TG40nvLdg {
    font-size: 14px;
  }
  .wE3Lt1J--txt .xv3UB-movKFu span {
    font-size: 20px;
  }
  .XYSRHEcjC--YFUD {
    width: 200px;
    height: 200px;
  }
  .rows--9Nc2zmo {
    display: block;
    overflow-x: auto;
  }
  .card-ATIZB08 {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .rows--9Nc2zmo .n1zsIk2Mj__cards {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .rows--9Nc2zmo .n1zsIk2Mj__cards img {
    width: 18px;
    height: 18px;
  }
  .n0BzSQaUL-blog .actionzGhq1o {
    height: 190px;
  }
  .wrapper--Y5luX0ZOd {
    flex-direction: column;
  }
  .wrapper--Y5luX0ZOd .block-mKy6MnTY {
    width: 100%;
    max-width: 100%;
  }
  .wrapper--Y5luX0ZOd .I9t5rFMXy__button {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .wrapper--Y5luX0ZOd .block-mKy6MnTY svg {
    width: 35px;
    height: 35px;
  }
  .YU8EckB-main .aWKpmOh--main {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .YU8EckB-main .hero--J3T50Pt4o span {
    font-size: 24px;
    line-height: 24px;
  }
  .YU8EckB-main .OpPeJRu__ban {
    flex-direction: column;
  }
  .YU8EckB-main .wraperEhIVbXwY {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .YU8EckB-main .I9t5rFMXy__button {
    width: 100%;
  }
  .SOoJmg2Wmain {
    margin: 5px 0;
  }
  .YU8EckB-main .banh9cNZqt86 {
    margin: 5px 0;
  }
  footer .xDWpL1aK_footer {
    width: 100%;
  }
  footer .footer-vgZ9FLi {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .CBUOuhbot {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .footer-vgZ9FLi img,
  footer .CBUOuhbot img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .rows--9Nc2zmo .n1zsIk2Mj__cards {
    width: 245px;
  }
}
