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

.jcoYz9hi-StI9Qb {
  display: flex;
  justify-content: center;
}

.jcoYz9hi-StI9Qb 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;
}

.jcoYz9hi-StI9Qb a svg {
  transition: 0.4s all linear;
}

.jcoYz9hi-StI9Qb a:hover svg {
  transform: scale(1.4);
}

.jcoYz9hi-StI9Qb a:last-child {
  margin: 0;
}

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

.f8cYmEbQtp-b {
  display: none;
}

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

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

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

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

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

header nav .zav7wWxsc--menu ul.bwC13V-head.xy7ODQ9__wr.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .t0cPD6xf--b .jcoYz9hi-StI9Qb {
  margin: 0 44px 0 0;
}

header nav .zav7wWxsc--menu .jcoYz9hi-StI9Qb {
  display: none;
}

header nav .t0cPD6xf--b .action__9vPakMF {
  display: flex;
  align-items: center;
}

header nav .t0cPD6xf--b .y3rqP1-action.AxFVDuXYK-b {
  margin: 0 16px 0 0;
}

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

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

.yp31bQ0WU__OKZgYu .IuoRyk8V--card {
  display: flex;
  justify-content: space-between;
}

.yp31bQ0WU__OKZgYu .W94PVAZWFh-action {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.yp31bQ0WU__OKZgYu .W94PVAZWFh-action.error {
  width: 100%;
}
.yp31bQ0WU__OKZgYu .W94PVAZWFh-action.error h1,
.yp31bQ0WU__OKZgYu .W94PVAZWFh-action.error p,
.yp31bQ0WU__OKZgYu .W94PVAZWFh-action.error .y3rqP1-action {
  align-self: center;
}

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

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

.yp31bQ0WU__OKZgYu .W94PVAZWFh-action .y3rqP1-action {
  align-self: flex-start;
}

.yp31bQ0WU__OKZgYu .yDtEKXfe2Na {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.yp31bQ0WU__OKZgYu .yDtEKXfe2Na img {
  width: 100%;
  height: 100%;
}

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

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

.yp31bQ0WU__OKZgYu .VWTYNr7mCarticles span:last-child {
  margin: 0;
}

.yp31bQ0WU__OKZgYu .VWTYNr7mCarticles span:hover {
  background: var(--primary);
}

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

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

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

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

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

.txt--d7WGghDp6 .pCJjFvY--QWeDV {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.txt--d7WGghDp6 .StFKWoawx__post {
  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;
}

.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .y0Tqgbrj__0bij {
  border: none;
}

.txt--d7WGghDp6 .showcase-min .StFKWoawx__post {
  flex-direction: column;
  width: 32.5%;
}

.txt--d7WGghDp6 .logBnXcQfk {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 220px;
}

.txt--d7WGghDp6 .pZGviX__log {
  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);
}

.txt--d7WGghDp6 .showcase-min .logBnXcQfk {
  flex-direction: row;
  align-items: center;
}

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

.txt--d7WGghDp6 .l__R7tebODT:hover {
  filter: brightness(70%);
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .KrYm_qFHvuL5C img {
  width: 100%;
  height: 100%;
}

.txt--d7WGghDp6 .showcase-min .l__R7tebODT {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.txt--d7WGghDp6 .l__R7tebODT img {
  width: inherit;
  height: inherit;
}

a.txt--d7WGghDp6 .l__R7tebODT {
  display: flex;
  text-decoration: none;
}

.txt--d7WGghDp6 .dMksJLmX_head,
.txt--d7WGghDp6 .brand-fz7LUeqX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .dMksJLmX_head,
.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .brand-fz7LUeqX {
  flex-direction: column;
}

.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .showcase-info-title,
.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .wOVWjI6G4brand,
.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .showcase-info-row,
.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .F96rn2g--brand {
  align-self: flex-start;
}

.txt--d7WGghDp6 .brand-fz7LUeqX {
  display: none;
}

.txt--d7WGghDp6 .brand-fz7LUeqX .q9AmaLQTp--button,
.txt--d7WGghDp6 .brand-fz7LUeqX span {
  display: none;
}

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

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

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

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

.txt--d7WGghDp6 .showcase-info-rating,
.txt--d7WGghDp6 .d3WId0NC8--brand {
  display: flex;
  align-items: center;
}

.txt--d7WGghDp6 .showcase-min .showcase-info-rating,
.txt--d7WGghDp6 .showcase-min .d3WId0NC8--brand {
  margin: 0 5px 0 0;
}

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

.txt--d7WGghDp6 .showcase-info-rating img:last-child,
.txt--d7WGghDp6 .d3WId0NC8--brand img:last-child {
  margin: 0;
}

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

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

.txt--d7WGghDp6 .uyJ1g-nO8XjKa {
  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;
}

.txt--d7WGghDp6 .uyJ1g-nO8XjKa:hover {
  color: var(--secondary);
}

.txt--d7WGghDp6 .inv--x19NL5uD {
  max-width: 100%;
}

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

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

.txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .b__kwxdMQUnH {
  justify-content: flex-end;
  width: 30%;
}

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

.txt--d7WGghDp6 .button--7vjxaw {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

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

.txt--d7WGghDp6 .showcase-min .button--7vjxaw {
  margin: 0;
  align-self: flex-start;
}

.txt--d7WGghDp6 .q9AmaLQTp--button {
  display: flex;
  margin: 0 0 13px 0;
}

.txt--d7WGghDp6 .q9AmaLQTp--button:last-child {
  margin: 0;
}

.txt--d7WGghDp6 .q9AmaLQTp--button img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.txt--d7WGghDp6 .q9AmaLQTp--button p {
  margin: 0;
  max-width: 100%;
}

.txt--d7WGghDp6 .button_UO5jGthJ {
  display: flex;
  flex-direction: column;
}

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

.txt--d7WGghDp6 .button_UO5jGthJ .y3rqP1-action {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.txt--d7WGghDp6 .showcase-min .button_UO5jGthJ .y3rqP1-action.OV3R98hsq_texted {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.txt--d7WGghDp6 .showcase-min .button_UO5jGthJ .y3rqP1-action.AxFVDuXYK-b {
  width: 35%;
  min-width: auto;
}

.txt--d7WGghDp6 .button_UO5jGthJ .y3rqP1-action:last-child {
  margin: 0;
}

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

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

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

.txt--d7WGghDp6 .prim_1ZPTek5i {
  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;
}

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

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

.txt--d7WGghDp6 .pj8Fmw__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%;
}

.txt--d7WGghDp6 .pj8Fmw__wrapper img {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

.txt--d7WGghDp6 .vN3e21first {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.txt--d7WGghDp6 .post__QmBVkcaij {
  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);
}

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

.txt--d7WGghDp6 .H4rfge__first.g2JyF3prim {
  color: var(--green);
}

.txt--d7WGghDp6 .H4rfge__first.hlXwg18GF--cont {
  color: var(--red);
}

.txt--d7WGghDp6 .vN3e21first .first__n1kg4xKu {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.txt--d7WGghDp6 .vN3e21first .first__n1kg4xKu p {
  margin: 0;
}

.txt--d7WGghDp6 .vN3e21first img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.txt--d7WGghDp6 .vN3e21first .first__n1kg4xKu p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.txt--d7WGghDp6 .sWLh4UnRatb th,
.txt--d7WGghDp6 figure.table th {
  font-weight: 600;
}

.txt--d7WGghDp6 .sWLh4UnRatb .tb-QOtpHWq7,
.txt--d7WGghDp6 figure.table .tb-QOtpHWq7 {
  display: flex;
}

.txt--d7WGghDp6 .sWLh4UnRatb .tb-QOtpHWq7 img,
.txt--d7WGghDp6 figure.table .tb-QOtpHWq7 img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.txt--d7WGghDp6 .sWLh4UnRatb .tb-QOtpHWq7 span,
.txt--d7WGghDp6 figure.table .tb-QOtpHWq7 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.txt--d7WGghDp6 .sWLh4UnRatb .j4UZ2S6sk-TZRcm,
.txt--d7WGghDp6 figure.table .j4UZ2S6sk-TZRcm {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.txt--d7WGghDp6 .sWLh4UnRatb .j4UZ2S6sk-TZRcm img,
.txt--d7WGghDp6 figure.table .j4UZ2S6sk-TZRcm img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.txt--d7WGghDp6 .sWLh4UnRatb .j4UZ2S6sk-TZRcm span,
.txt--d7WGghDp6 figure.table .j4UZ2S6sk-TZRcm span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.txt--d7WGghDp6 .sWLh4UnRatb .j4UZ2S6sk-TZRcm .y3rqP1-action,
.txt--d7WGghDp6 figure.table .j4UZ2S6sk-TZRcm .y3rqP1-action {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.txt--d7WGghDp6 .LydBfPK1i_GLnU .W8xYT0z_item {
  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);
}

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

.txt--d7WGghDp6 .LydBfPK1i_GLnU .KrYm_qFHvuL5C img {
  width: 100%;
  height: 100%;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .KrYm_qFHvuL5C:hover {
  filter: brightness(70%);
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .ekBfMxG_article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0 0;
}

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

.txt--d7WGghDp6 .LydBfPK1i_GLnU .kpUlqRYSarticle:hover {
  color: var(--primary);
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .blog-uoGKzPC8A {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .blog-uoGKzPC8A img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .VcPZtBpze_blog {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .posts--mKapZb {
  display: flex;
  flex-wrap: wrap;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .articlesKLB6Cl {
  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);
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .articlesKLB6Cl img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .TOr07Yf_blog {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .W8xYT0z_item .y3rqP1-action {
  margin: 16px 0 0 0;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .W8xYT0z_item .y3rqP1-action.AxFVDuXYK-b {
  margin-right: 15px;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .rvBZAN--action {
  display: flex;
  justify-content: space-between;
}

.txt--d7WGghDp6 .LydBfPK1i_GLnU .rvBZAN--action .y3rqP1-action:last-child {
  width: 70%;
}

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

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

.txt--d7WGghDp6 .WdP1H8r_wraper {
  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;
}

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

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

.txt--d7WGghDp6 .t5fNwrIgAoW8r {
  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;
}

.txt--d7WGghDp6 .t5fNwrIgAoW8r.sitemappage_nKGw6F {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.txt--d7WGghDp6 .t5fNwrIgAoW8r.active {
  max-height: 100%;
  overflow: visible;
}

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

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

.txt--d7WGghDp6 .t5fNwrIgAoW8r.active .spoiler-top .spoiler-btn {
  transform: rotate(360deg);
}

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

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

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

.txt--d7WGghDp6 .t5fNwrIgAoW8r 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);
}

.txt--d7WGghDp6 .t5fNwrIgAoW8r 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;
}

.txt--d7WGghDp6 .t5fNwrIgAoW8r ol li:hover,
.txt--d7WGghDp6 .t5fNwrIgAoW8r ol li.active {
  color: var(--primary);
}

.txt--d7WGghDp6 .t5fNwrIgAoW8r ol li:last-child {
  margin: 0;
}

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

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

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

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

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

.QbtTnv_wrapper .sWLh4UnRatb {
  width: auto;
}

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

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

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

.djIJ4B-R1Kt08BL {
  float: right;
  margin: 0 0 10px 20px;
}

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

.main--FiPRrqJ .herolo41nP3E {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.main--FiPRrqJ .ln4L0Pcr__ban {
  font-size: 64px;
  font-weight: 700;
  line-height: 67px;
  text-align: left;
  color: var(--white);
}

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

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

.main--FiPRrqJ .herolo41nP3E .y3rqP1-action:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.main--FiPRrqJ .ngRZPhmain .K2L9ub8-ban {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.main--FiPRrqJ .K2L9ub8-ban .h8JAriLebot {
  width: 100%;
  height: 100%;
}

.K2L9ub8-ban .h8JAriLebot {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.K2L9ub8-ban.is-flipped .QAZuerpGI__f {
  transform: rotateY(180deg);
}

.K2L9ub8-ban .TpwPI7c_f {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.K2L9ub8-ban .TpwPI7c_f.frm-ctryGeiAN {
  background: var(--white);
}

.K2L9ub8-ban .TpwPI7c_f.IX6UKox-btn {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.sitemap--mQ7pE4s {
  width: 19%;
}

.c8qso3Z1K--block {
  margin: 0 0 20px 0;
}

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

.c8qso3Z1K--block .gruA35-rows {
  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);
}

.c8qso3Z1K--block .gruA35-rows img {
  width: 24px;
  height: 24px;
}

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

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

content .abPM8FdHl-hXS1L {
  margin: 0 0 20px 0;
}

.txt--d7WGghDp6 .Zoxga5--item {
  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);
}

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

.txt--d7WGghDp6 .iOQaru3lVeR5 {
  display: flex;
  align-items: center;
}

.txt--d7WGghDp6 .F86J-o2NVaZTX {
  margin: 0 16px 0 0;
  width: 52.68px;
  height: 52.68px;
  border-radius: 50%;
}

.txt--d7WGghDp6 .blocks--My4rY18 {
  display: flex;
  flex-direction: column;
}

.txt--d7WGghDp6 .x8bZOzwml__L5Jj {
  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%;
}

.txt--d7WGghDp6 .sg2YAlg4iNo {
  display: flex;
  align-items: center;
  margin: 0;
}

.txt--d7WGghDp6 .sg2YAlg4iNo svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.txt--d7WGghDp6 .sg2YAlg4iNo svg path {
  stroke: var(--black);
}

.txt--d7WGghDp6 .sg2YAlg4iNo svg rect {
  fill: var(--black);
}

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

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

.txt--d7WGghDp6 .VovBmD__invert {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

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

.txt--d7WGghDp6 .LU0oDsinv img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.txt--d7WGghDp6 .LU0oDsinv img:last-child {
  margin: 0;
}

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

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

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

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

.txt--d7WGghDp6 .SFzIHlgpo_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.txt--d7WGghDp6 .button-DP1TvU img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

.txt--d7WGghDp6 .button-DP1TvU:last-child span {
  color: var(--red);
}

.txt--d7WGghDp6 .ILC9Gr--b8MNvtS {
  display: none;
}

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

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

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

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

.u0jTM4Q--frm {
  display: flex;
}

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

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

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

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

.txt--d7WGghDp6 .frm_BIk7l5xaj .bottom__7EuxrWJk0 {
  margin: 21px 0 0 0;
}

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

.txt--d7WGghDp6 .frm_BIk7l5xaj textarea,
.txt--d7WGghDp6 .frm_BIk7l5xaj 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);
}

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

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

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

.txt--d7WGghDp6 .frm_BIk7l5xaj input {
  height: 54px;
  padding: 0 18px;
}

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

.txt--d7WGghDp6 .frm_BIk7l5xaj .HW3S4tZ--T8M5e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.txt--d7WGghDp6 .frm_BIk7l5xaj .FLscYuU__header {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.txt--d7WGghDp6 .frm_BIk7l5xaj .T0gGcBVl1_wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.txt--d7WGghDp6 .frm_BIk7l5xaj .B2jgmFpO-YLPSW4 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.txt--d7WGghDp6 .frm_BIk7l5xaj .B2jgmFpO-YLPSW4 .G8vp2Xrcf {
  width: 39%;
}

.txt--d7WGghDp6 .frm_BIk7l5xaj .y3rqP1-action {
  width: 18%;
}

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

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

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

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

.posts--zJNR6aLyU.open {
  border-radius: 24px;
}

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

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

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

.posts--zJNR6aLyU.open svg {
  transform: rotate(360deg);
}

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

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

.posts--zJNR6aLyU.open .foot-jZ8pxRaCz::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

.txt--d7WGghDp6 .qsYF27_signin {
  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;
}

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

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

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

.signin--TAeDadQYU .jcoYz9hi-StI9Qb a:last-child,
footer .jcoYz9hi-StI9Qb a:last-child {
  margin: 0;
}

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

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

.QUkczP-post .PlXmGk-b:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.QUkczP-post .PlXmGk-b img {
  width: inherit;
  height: inherit;
}

.QUkczP-post .action-GOgVCnew5 {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.QUkczP-post .btn__Tonbake:hover {
  color: var(--primary);
}

.QUkczP-post .action-GOgVCnew5 p {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}

.QUkczP-post .qEYMO5Tcr_rows {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.QUkczP-post .qEYMO5Tcr_rows .y3rqP1-action {
  width: 35%;
}

.QUkczP-post .qEYMO5Tcr_rows .posts--zJNR6aLyU {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.QUkczP-post .qEYMO5Tcr_rows .foot-jZ8pxRaCz {
  padding: 16px;
  transition: 0.4s all linear;
}

.QUkczP-post .qEYMO5Tcr_rows .posts--zJNR6aLyU.open .foot-jZ8pxRaCz span {
  color: var(--primary);
}

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

.n4SA62m_wr .L1zajYI_row {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.n4SA62m_wr .L1zajYI_row svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.n4SA62m_wr .L1zajYI_row svg path {
  fill: var(--black);
}

.n4SA62m_wr .UaofYdaction {
  display: flex;
  flex-direction: column;
}

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

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

.n4SA62m_wr .y3rqP1-action {
  white-space: nowrap;
}

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

.cmpAHKhz1-b .main-LBiQy3 {
  display: flex;
  flex-direction: column;
}

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

.cmpAHKhz1-b .sqYFiaJxV__main {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.cmpAHKhz1-b .gmOdet5G__hero {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

.cmpAHKhz1-b .bannere9UkzQ {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: 2px solid var(--white);
  border-radius: 20px;
}

.cmpAHKhz1-b .bannere9UkzQ span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.cmpAHKhz1-b .b--SBlFLuqQ {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.cmpAHKhz1-b .WdP1H8r_wraper {
  width: 49%;
  align-items: center;
}

.cmpAHKhz1-b .WdP1H8r_wraper img {
  position: static;
  margin: 0 0 0 15px;
}

.cmpAHKhz1-b .y3rqP1-action {
  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-mbeNE0Qt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .K2L9ub8-ban .QAZuerpGI__f {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wrap-Ur1vcQqy {
    padding: 0 20px;
  }
  .yp31bQ0WU__OKZgYu {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wrap-Ur1vcQqy {
    padding: 0 20px;
  }
  header nav .t0cPD6xf--b {
    flex-direction: column-reverse;
  }
  header nav .t0cPD6xf--b .action__9vPakMF {
    margin: 0 0 20px 0;
  }
  header nav .t0cPD6xf--b .jcoYz9hi-StI9Qb {
    margin: 0;
  }
  .txt--d7WGghDp6 .b__kwxdMQUnH {
    flex-direction: column;
  }
  .txt--d7WGghDp6 .button_UO5jGthJ {
    margin: 16px 0 0 0;
  }
  .txt--d7WGghDp6 .LydBfPK1i_GLnU .KrYm_qFHvuL5C {
    height: 150px;
  }
  .txt--d7WGghDp6 .LydBfPK1i_GLnU .kpUlqRYSarticle {
    font-size: 20px;
  }
  .main--FiPRrqJ .ln4L0Pcr__ban {
    font-size: 36px;
    line-height: 36px;
  }
  .main--FiPRrqJ .banner_fHSc2Ix {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .sWLh4UnRatb.Ti2ezf7jeTOILXb > table {
    min-width: 205%;
  }
  .cmpAHKhz1-b .gmOdet5G__hero {
    width: 640px;
  }
  footer .foot-mbeNE0Qt {
    flex-direction: column;
  }
  footer .footer--zAZt8cfWN,
  footer .yJ5FVk--foot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .f8cYmEbQtp-b {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .f8cYmEbQtp-b svg {
    width: 40px;
    height: 40px;
  }
  .f8cYmEbQtp-b svg rect {
    fill: var(--surface);
  }
  .f8cYmEbQtp-b svg path {
    stroke: var(--primary);
  }
  .f8cYmEbQtp-b svg.LDIXY3button {
    display: none;
  }
  header.active .f8cYmEbQtp-b svg.LDIXY3button {
    display: block;
  }
  header.active .f8cYmEbQtp-b svg.pRPnrd5zbtn {
    display: none;
  }
  header nav .zav7wWxsc--menu {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .zav7wWxsc--menu {
    display: flex;
  }
  header nav .zav7wWxsc--menu ul,
  footer nav .zav7wWxsc--menu ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .zav7wWxsc--menu ul li,
  footer nav .zav7wWxsc--menu ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .zav7wWxsc--menu ul li.active,
  header nav .zav7wWxsc--menu ul li:hover,
  footer nav .zav7wWxsc--menu ul li.active,
  footer nav .zav7wWxsc--menu ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .zav7wWxsc--menu ul li a,
  footer nav .zav7wWxsc--menu ul li a {
    padding: 0;
  }
  header nav .t0cPD6xf--b {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .t0cPD6xf--b .jcoYz9hi-StI9Qb {
    display: none;
  }
  header nav .t0cPD6xf--b .action__9vPakMF {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .t0cPD6xf--b .y3rqP1-action {
    margin: 0;
    width: 49%;
  }
  header nav .t0cPD6xf--b .y3rqP1-action.AxFVDuXYK-b {
    margin: 0;
  }
  header nav .zav7wWxsc--menu .jcoYz9hi-StI9Qb {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .yp31bQ0WU__OKZgYu {
    padding: 105px 0 0 0;
  }
  .yp31bQ0WU__OKZgYu .IuoRyk8V--card {
    flex-direction: column-reverse;
  }
  .yp31bQ0WU__OKZgYu .W94PVAZWFh-action {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .yp31bQ0WU__OKZgYu .yDtEKXfe2Na {
    width: 100%;
    height: 400px;
  }
  .yp31bQ0WU__OKZgYu .W94PVAZWFh-action p {
    margin: 0 0 30px 0;
  }
  .yp31bQ0WU__OKZgYu .W94PVAZWFh-action .y3rqP1-action {
    width: 100%;
  }
  .txt--d7WGghDp6 .showcase-min {
    flex-wrap: wrap;
  }
  .txt--d7WGghDp6 .showcase-info-title {
    font-size: 20px;
    line-height: 26px;
  }
  .txt--d7WGghDp6 .wOVWjI6G4brand {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .txt--d7WGghDp6 .StFKWoawx__post {
    flex-wrap: wrap;
  }
  .txt--d7WGghDp6 .showcase-min .StFKWoawx__post {
    width: 49%;
  }
  .txt--d7WGghDp6 .b__kwxdMQUnH {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .txt--d7WGghDp6 .y0Tqgbrj__0bij {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .txt--d7WGghDp6 .dMksJLmX_head {
    display: none;
  }
  .txt--d7WGghDp6 .brand-fz7LUeqX {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .txt--d7WGghDp6 .logBnXcQfk {
    flex-direction: row;
    width: 100%;
  }
  .txt--d7WGghDp6 .prim_1ZPTek5i {
    align-self: center;
  }
  .txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .y0Tqgbrj__0bij {
    display: none;
    border: none;
  }
  .txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .b__kwxdMQUnH {
    margin: 0;
    width: 100%;
  }
  .txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .button_UO5jGthJ {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd .button_UO5jGthJ .y3rqP1-action {
    margin: 0;
    width: 49%;
  }
  .txt--d7WGghDp6 .pCJjFvY--QWeDV .cLJZ82hR-g58vwd.StFKWoawx__post {
    width: 100%;
  }
  .txt--d7WGghDp6 .LydBfPK1i_GLnU {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .txt--d7WGghDp6 .LydBfPK1i_GLnU .KrYm_qFHvuL5C {
    height: 190px;
  }
  .oF2HxNGp__riD6Bq {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .oF2HxNGp__riD6Bq img {
    border-radius: 12px;
  }
  .KFPXkgAZbS {
    width: 200px;
    height: 200px;
  }
  .KFPXkgAZbS img {
    border-radius: 12px;
  }
  .main--FiPRrqJ {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .main--FiPRrqJ .herolo41nP3E {
    width: 100%;
  }
  .main--FiPRrqJ .ln4L0Pcr__ban {
    font-size: 36px;
    line-height: 36px;
  }
  .main--FiPRrqJ .banner_fHSc2Ix {
    font-size: 16px;
    line-height: 24px;
  }
  .main--FiPRrqJ .herolo41nP3E .y3rqP1-action {
    margin: 20px 0 0 0;
  }
  .main--FiPRrqJ .ngRZPhmain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .main--FiPRrqJ .K2L9ub8-ban {
    border-radius: 24px;
  }
  .card--gwxqG12iO {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .txt--d7WGghDp6 .Zoxga5--item {
    border-radius: 16px;
  }
  .txt--d7WGghDp6 .ILC9Gr--b8MNvtS {
    display: flex;
    align-self: flex-end;
  }
  .txt--d7WGghDp6 .ILC9Gr--b8MNvtS.C49lMZQn2__inv {
    margin: 10px 0 0 0;
  }
  .txt--d7WGghDp6 .fXZneM--header {
    display: none;
  }
  .txt--d7WGghDp6 .VovBmD__invert.ILC9Gr--b8MNvtS {
    margin: 0;
    align-self: center;
  }
  .txt--d7WGghDp6 .frm_BIk7l5xaj {
    width: 100%;
  }
  .txt--d7WGghDp6 .frm_BIk7l5xaj .B2jgmFpO-YLPSW4 {
    flex-direction: column;
  }
  .txt--d7WGghDp6 .frm_BIk7l5xaj .B2jgmFpO-YLPSW4 .G8vp2Xrcf {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .txt--d7WGghDp6 .frm_BIk7l5xaj .y3rqP1-action {
    width: 100%;
  }
  .bot--TVzpe7A {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .txt--d7WGghDp6 .WdP1H8r_wraper span {
    font-size: 16px;
  }
  .QUkczP-post {
    flex-direction: column;
  }
  .QUkczP-post .PlXmGk-b {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .QUkczP-post .action-GOgVCnew5 {
    margin: 0;
    width: 100%;
  }
  .QUkczP-post .qEYMO5Tcr_rows {
    margin: 0;
    flex-direction: column;
  }
  .QUkczP-post .qEYMO5Tcr_rows .posts--zJNR6aLyU,
  .QUkczP-post .qEYMO5Tcr_rows .y3rqP1-action {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .n4SA62m_wr .L1zajYI_row {
    max-width: 55%;
  }
  .cmpAHKhz1-b {
    flex-direction: column;
  }
  .cmpAHKhz1-b .sqYFiaJxV__main {
    font-size: 20px;
  }
  .cmpAHKhz1-b .gmOdet5G__hero {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .l_8RagpZl {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .jcoYz9hi-StI9Qb {
    order: 1;
  }
  footer nav .zav7wWxsc--menu {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .zav7wWxsc--menu ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .zav7wWxsc--menu ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .zav7wWxsc--menu .jcoYz9hi-StI9Qb {
    margin: 20px 0 0 0;
  }
  .yp31bQ0WU__OKZgYu {
    padding: 85px 0 0 0;
  }
  .yp31bQ0WU__OKZgYu .yDtEKXfe2Na {
    height: 200px;
  }
  .yp31bQ0WU__OKZgYu .VWTYNr7mCarticles {
    padding: 6px;
  }
  .yp31bQ0WU__OKZgYu .VWTYNr7mCarticles span {
    width: 8px;
    height: 8px;
  }
  .yp31bQ0WU__OKZgYu .VWTYNr7mCarticles span.active {
    width: 13px;
  }
  .yp31bQ0WU__OKZgYu .W94PVAZWFh-action h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .yp31bQ0WU__OKZgYu .W94PVAZWFh-action p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .txt--d7WGghDp6 .showcase-min .StFKWoawx__post {
    width: 100%;
  }
  .txt--d7WGghDp6 .logBnXcQfk {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .txt--d7WGghDp6 .l__R7tebODT {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .txt--d7WGghDp6 .brand-fz7LUeqX {
    margin: 0;
    justify-content: flex-start;
  }
  .brand-fz7LUeqX {
    display: flex;
    flex-direction: column;
  }
  .txt--d7WGghDp6 .wOVWjI6G4brand {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .txt--d7WGghDp6 .d3WId0NC8--brand {
    margin: 0;
  }
  .txt--d7WGghDp6 .y0Tqgbrj__0bij {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .txt--d7WGghDp6 .showcase-info-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .txt--d7WGghDp6 .inv--x19NL5uD {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .txt--d7WGghDp6 .prim_1ZPTek5i {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .txt--d7WGghDp6 .p__OCKjMSwXr {
    display: none;
  }
  .txt--d7WGghDp6 .pj8Fmw__wrapper {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .txt--d7WGghDp6 .pj8Fmw__wrapper p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .txt--d7WGghDp6 .b__kwxdMQUnH {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .txt--d7WGghDp6 .showcase-min .b__kwxdMQUnH {
    margin: 8px 0 0 0;
  }
  .txt--d7WGghDp6 .button_UO5jGthJ {
    flex-direction: row-reverse;
    width: 100%;
  }
  .txt--d7WGghDp6 .button_UO5jGthJ .y3rqP1-action {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .txt--d7WGghDp6 .button_UO5jGthJ .y3rqP1-action.OV3R98hsq_texted {
    width: 60%;
  }
  .txt--d7WGghDp6 .button_UO5jGthJ .y3rqP1-action.AxFVDuXYK-b {
    width: 40%;
  }
  .txt--d7WGghDp6 .button--7vjxaw {
    margin: 0;
    width: 100%;
  }
  .txt--d7WGghDp6 .showcase-min .button_UO5jGthJ {
    margin: 0;
    order: 0;
  }
  .txt--d7WGghDp6 .showcase-min .button--7vjxaw {
    margin: 19px 0 0 0;
    order: 1;
  }
  .txt--d7WGghDp6 .showcase-min .showcase-action-payments {
    order: 2;
  }
  .txt--d7WGghDp6 h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .txt--d7WGghDp6 h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .txt--d7WGghDp6 h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .txt--d7WGghDp6 .StFKWoawx__post {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .txt--d7WGghDp6 .brand-fz7LUeqX .q9AmaLQTp--button,
  .txt--d7WGghDp6 .brand-fz7LUeqX span {
    display: flex;
  }
  .txt--d7WGghDp6 .showcase-info-row,
  .txt--d7WGghDp6 .F96rn2g--brand {
    margin: 0 0 10px 0;
  }
  .txt--d7WGghDp6 .brand-fz7LUeqX span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .txt--d7WGghDp6 .brand-fz7LUeqX .q9AmaLQTp--button {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .txt--d7WGghDp6 .pZGviX__log {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .txt--d7WGghDp6 .uyJ1g-nO8XjKa {
    font-size: 18px;
    max-width: 100%;
  }
  .txt--d7WGghDp6 .P3Wtlzi_button {
    display: none;
  }
  .txt--d7WGghDp6 .vN3e21first {
    flex-wrap: wrap;
  }
  .txt--d7WGghDp6 .post__QmBVkcaij {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .txt--d7WGghDp6 .post__QmBVkcaij:last-child {
    margin: 0;
  }
  .txt--d7WGghDp6 .H4rfge__first {
    font-size: 14px;
    line-height: 16px;
  }
  .txt--d7WGghDp6 .LydBfPK1i_GLnU {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .txt--d7WGghDp6 .LydBfPK1i_GLnU .TOr07Yf_blog {
    font-size: 14px;
  }
  .txt--d7WGghDp6 .t5fNwrIgAoW8r span {
    font-size: 20px;
  }
  .KFPXkgAZbS {
    width: 200px;
    height: 200px;
  }
  .c8qso3Z1K--block {
    display: block;
    overflow-x: auto;
  }
  .card--gwxqG12iO {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .c8qso3Z1K--block .gruA35-rows {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .c8qso3Z1K--block .gruA35-rows img {
    width: 18px;
    height: 18px;
  }
  .QUkczP-post .PlXmGk-b {
    height: 190px;
  }
  .n4SA62m_wr {
    flex-direction: column;
  }
  .n4SA62m_wr .L1zajYI_row {
    width: 100%;
    max-width: 100%;
  }
  .n4SA62m_wr .y3rqP1-action {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .n4SA62m_wr .L1zajYI_row svg {
    width: 35px;
    height: 35px;
  }
  .cmpAHKhz1-b .gmOdet5G__hero {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .cmpAHKhz1-b .bannere9UkzQ span {
    font-size: 24px;
    line-height: 24px;
  }
  .cmpAHKhz1-b .b--SBlFLuqQ {
    flex-direction: column;
  }
  .cmpAHKhz1-b .WdP1H8r_wraper {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .cmpAHKhz1-b .y3rqP1-action {
    width: 100%;
  }
  .G5zhkHO6p-main {
    margin: 5px 0;
  }
  .cmpAHKhz1-b .sqYFiaJxV__main {
    margin: 5px 0;
  }
  footer .foot-mbeNE0Qt {
    width: 100%;
  }
  footer .bot_bAgodPH36 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .footer--zAZt8cfWN {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .bot_bAgodPH36 img,
  footer .footer--zAZt8cfWN img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .c8qso3Z1K--block .gruA35-rows {
    width: 245px;
  }
}
