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

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

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

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

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

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

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

.button_Y3BSXOQxN {
  display: none;
}

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

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

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

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

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

header nav .VELIWhnavigation ul.s4M2YG7zOQ--header.kAEP3twraper.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .d4eIC9-action .z16rysO__4exM {
  margin: 0 44px 0 0;
}

header nav .VELIWhnavigation .z16rysO__4exM {
  display: none;
}

header nav .d4eIC9-action .btn--oB7OI5D {
  display: flex;
  align-items: center;
}

header nav .d4eIC9-action .LJf9xo_button.vf8QWg2o__action {
  margin: 0 16px 0 0;
}

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

.dVjB--dGKJCYZIQ {
  padding: 70px 0 0 0;
}

.dVjB--dGKJCYZIQ .dyEbTV__row {
  display: flex;
  justify-content: space-between;
}

.dVjB--dGKJCYZIQ .body {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.dVjB--dGKJCYZIQ .body.error {
  width: 100%;
}
.dVjB--dGKJCYZIQ .body.error h1,
.dVjB--dGKJCYZIQ .body.error p,
.dVjB--dGKJCYZIQ .body.error .LJf9xo_button {
  align-self: center;
}

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

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

.dVjB--dGKJCYZIQ .body .LJf9xo_button {
  align-self: flex-start;
}

.dVjB--dGKJCYZIQ .fKom7k--EWReSr {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.dVjB--dGKJCYZIQ .fKom7k--EWReSr img {
  width: 100%;
  height: 100%;
}

.dVjB--dGKJCYZIQ .qMW4v9weV__article {
  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;
}

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

.dVjB--dGKJCYZIQ .qMW4v9weV__article span:last-child {
  margin: 0;
}

.dVjB--dGKJCYZIQ .qMW4v9weV__article span:hover {
  background: var(--primary);
}

.dVjB--dGKJCYZIQ .qMW4v9weV__article span.active {
  width: 20px;
  background: var(--primary);
}

.content {
  padding: 80px 0 0 0;
}

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

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

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

.content .vNLX__dMzXpO0KA {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.content .Eph4__41VjMw {
  flex-direction: row;
  justify-content: space-between;
}

.content .articles-yHRFhrGCN {
  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;
}

.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .faYlwb--M0Olyu {
  border: none;
}

.content .Eph4__41VjMw .articles-yHRFhrGCN {
  flex-direction: column;
  width: 32.5%;
}

.content .l_wzyvDs {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 220px;
}

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

.content .Eph4__41VjMw .l_wzyvDs {
  flex-direction: row;
  align-items: center;
}

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

.content .logo_SJzr6xTl:hover {
  filter: brightness(70%);
}

.content .i6YufIpg7Vt .B6oMHrKUAdH img {
  width: 100%;
  height: 100%;
}

.content .Eph4__41VjMw .logo_SJzr6xTl {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.content .logo_SJzr6xTl img {
  width: inherit;
  height: inherit;
}

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

.content .topfA8p3T,
.content .logo-F1Cv0i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .topfA8p3T,
.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .logo-F1Cv0i {
  flex-direction: column;
}

.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .Gcf0mvZAs8Sm,
.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .zNCU3ST-brand,
.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .showcase-info-row,
.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .logo_TxRN6qrZ {
  align-self: flex-start;
}

.content .logo-F1Cv0i {
  display: none;
}

.content .logo-F1Cv0i .b-TiVNxbL,
.content .logo-F1Cv0i span {
  display: none;
}

.content .Gcf0mvZAs8Sm,
.content .zNCU3ST-brand {
  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;
}

.content .Gcf0mvZAs8Sm:hover,
.content .zNCU3ST-brand:hover {
  color: var(--primary);
}

.content .Eph4__41VjMw .Gcf0mvZAs8Sm,
.content .Eph4__41VjMw .zNCU3ST-brand {
  margin: 0;
  text-align: left;
}

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

.content .showcase-info-rating,
.content .brand-nbRlCTJ {
  display: flex;
  align-items: center;
}

.content .Eph4__41VjMw .showcase-info-rating,
.content .Eph4__41VjMw .brand-nbRlCTJ {
  margin: 0 5px 0 0;
}

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

.content .showcase-info-rating img:last-child,
.content .brand-nbRlCTJ img:last-child {
  margin: 0;
}

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

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

.content .x1nrIMs4e-RwrbJ {
  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;
}

.content .x1nrIMs4e-RwrbJ:hover {
  color: var(--secondary);
}

.content .contrastpd1nA09 {
  max-width: 100%;
}

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

.content .bgqQNYJ--button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}

.content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .bgqQNYJ--button {
  justify-content: flex-end;
  width: 30%;
}

.content .Eph4__41VjMw .bgqQNYJ--button {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .btn3gJ4xQT {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

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

.content .Eph4__41VjMw .btn3gJ4xQT {
  margin: 0;
  align-self: flex-start;
}

.content .b-TiVNxbL {
  display: flex;
  margin: 0 0 13px 0;
}

.content .b-TiVNxbL:last-child {
  margin: 0;
}

.content .b-TiVNxbL img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

.content .b-TiVNxbL p {
  margin: 0;
  max-width: 100%;
}

.content .V213DLIAK--b {
  display: flex;
  flex-direction: column;
}

.content .Eph4__41VjMw .V213DLIAK--b {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .V213DLIAK--b .LJf9xo_button {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .Eph4__41VjMw .V213DLIAK--b .LJf9xo_button.color {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .Eph4__41VjMw .V213DLIAK--b .LJf9xo_button.vf8QWg2o__action {
  width: 35%;
  min-width: auto;
}

.content .V213DLIAK--b .LJf9xo_button:last-child {
  margin: 0;
}

.content .Eph4__41VjMw .btn__wT7o0N {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .Eph4__41VjMw .btn__wT7o0N img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.content .Eph4__41VjMw .btn__wT7o0N span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

.content .first--e4CdQLB {
  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;
}

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

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

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

.content .h4cojYQ_c img {
  width: 24px;
  height: 24px;
}

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

.content td {
  font-weight: 500;
}

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

.content p {
  margin: 0 0 15px 0;
}

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

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

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

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

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

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

.content .pnscudzEf.o74GpUd-p {
  color: var(--green);
}

.content .pnscudzEf.hCaTVtIg4-wrapper {
  color: var(--red);
}

.content .siTGUA--primary .mgl1eq--primary {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .siTGUA--primary .mgl1eq--primary p {
  margin: 0;
}

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

.content .siTGUA--primary .mgl1eq--primary p {
  max-width: 100%;
}

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

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

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

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

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

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

.content .tableu4eqps tbody tr > *:nth-child(1) {
  font-weight: 700;
  color: var(--white-40);
}

.content .tableu4eqps tbody tr > *:nth-child(2) {
  font-weight: 700;
  color: var(--white);
}

.content .tableu4eqps tbody tr > * {
  border-bottom: 1px solid var(--white-10);
}

.content .table-responsive th,
.content figure.table--wtHKPlYu th {
  font-weight: 600;
}

.content .table-responsive .G0FZbNH-tb,
.content figure.table--wtHKPlYu .G0FZbNH-tb {
  display: flex;
}

.content .table-responsive .G0FZbNH-tb img,
.content figure.table--wtHKPlYu .G0FZbNH-tb img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.content .table-responsive .G0FZbNH-tb span,
.content figure.table--wtHKPlYu .G0FZbNH-tb span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--green);
}

.content .table-responsive .vNa7MI0-hPvJk,
.content figure.table--wtHKPlYu .vNa7MI0-hPvJk {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .vNa7MI0-hPvJk img,
.content figure.table--wtHKPlYu .vNa7MI0-hPvJk img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

.content .table-responsive .vNa7MI0-hPvJk span,
.content figure.table--wtHKPlYu .vNa7MI0-hPvJk span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  flex: 1;
}

.content .table-responsive .vNa7MI0-hPvJk .LJf9xo_button,
.content figure.table--wtHKPlYu .vNa7MI0-hPvJk .LJf9xo_button {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.content .i6YufIpg7Vt .articles__9nQ7wz4g {
  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);
}

.content .i6YufIpg7Vt .B6oMHrKUAdH {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.content .i6YufIpg7Vt .B6oMHrKUAdH img {
  width: 100%;
  height: 100%;
}

.content .i6YufIpg7Vt .B6oMHrKUAdH:hover {
  filter: brightness(70%);
}

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

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

.content .i6YufIpg7Vt .blog--0dFIDXV:hover {
  color: var(--primary);
}

.content .i6YufIpg7Vt .article--R8awmedih {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .i6YufIpg7Vt .article--R8awmedih img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .i6YufIpg7Vt .u5C2aRYI--article {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .i6YufIpg7Vt .mkseh2-post {
  display: flex;
  flex-wrap: wrap;
}

.content .i6YufIpg7Vt .s37bLZlnH-post {
  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);
}

.content .i6YufIpg7Vt .s37bLZlnH-post img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .i6YufIpg7Vt .articles__9nQ7wz4g .LJf9xo_button {
  margin: 16px 0 0 0;
}

.content .i6YufIpg7Vt .articles__9nQ7wz4g .LJf9xo_button.vf8QWg2o__action {
  margin-right: 15px;
}

.content .i6YufIpg7Vt .b-jYdKicf {
  display: flex;
  justify-content: space-between;
}

.content .i6YufIpg7Vt .b-jYdKicf .LJf9xo_button:last-child {
  width: 70%;
}

.content .prim-LMS5fGP28 {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  padding: 12px;
  border-radius: 16px;
  background: var(--white);
}

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

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

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

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

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

.content .spoiler.qXxF41tY-sm {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

.content .spoiler.active {
  max-height: 100%;
  overflow: visible;
}

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

.content .Pfo6Mq__top .USdnTOYi_b {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .Pfo6Mq__top .USdnTOYi_b {
  transform: rotate(360deg);
}

.content .Pfo6Mq__top .USdnTOYi_b path {
  fill: var(--black);
}

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

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

.content .spoiler 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);
}

.content .spoiler 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;
}

.content .spoiler ol li:hover,
.content .spoiler ol li.active {
  color: var(--primary);
}

.content .spoiler ol li:last-child {
  margin: 0;
}

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

.TpbL-w3Lj29kZ {
  display: flex;
  width: 250px;
  height: 250px;
}

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

.C1a0f--dQ8gbK {
  float: right;
  margin: 0 0 10px 10px;
}

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

.vJEsDfRA3_wraper .table-responsive {
  width: auto;
}

.WfoFStN0k-Fa47N {
  display: flex;
  width: 48%;
  height: auto;
}

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

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

.EvAbl9U--PSrw {
  float: right;
  margin: 0 0 10px 20px;
}

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

.DlvPK7bb .De7HEbTpoban {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.DlvPK7bb .De7HEbTpoban .LJf9xo_button:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.DlvPK7bb .yL3WpIx__hero .Je3jR0FcG_ban {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.DlvPK7bb .Je3jR0FcG_ban .TRxLZjU6w--bot {
  width: 100%;
  height: 100%;
}

.Je3jR0FcG_ban .TRxLZjU6w--bot {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

.Je3jR0FcG_ban .FWpzgnq_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;
}

.Je3jR0FcG_ban.is-flipped .FWpzgnq_f {
  transform: rotateY(180deg);
}

.Je3jR0FcG_ban .tz41UJ-footer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: inherit;
}

.Je3jR0FcG_ban .tz41UJ-footer.fr__LCheAbSj {
  background: var(--white);
}

.Je3jR0FcG_ban .tz41UJ-footer.b--BUJNw5 {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.Pov4I2__sitemappage {
  width: 19%;
}

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

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

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

.D3COW4R_card .WU0vM9wB__block img {
  width: 24px;
  height: 24px;
}

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

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

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

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

.content .topneTSDqoZQ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content .xWRKGm75-WBmw {
  display: flex;
  align-items: center;
}

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

.content .KgJnxpcard {
  display: flex;
  flex-direction: column;
}

.content .fGksb9__LNlR0 {
  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%;
}

.content .TS7OVM-IR07 {
  display: flex;
  align-items: center;
  margin: 0;
}

.content .TS7OVM-IR07 svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

.content .TS7OVM-IR07 svg path {
  stroke: var(--black);
}

.content .TS7OVM-IR07 svg rect {
  fill: var(--black);
}

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

.content .PaRQiu-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);
}

.content .iDUM7s__dark {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

.content .contrast--YIuWry {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.content .contrast--YIuWry img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.content .contrast--YIuWry img:last-child {
  margin: 0;
}

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

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

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

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

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

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

.content .CY2n8xS0__b img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .CY2n8xS0__b:last-child span {
  color: var(--red);
}

.content .nGS0__0ZFCSO {
  display: none;
}

.content .fre9rKf86 {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: 70%;
}

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

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

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

.fr__vDhUyS {
  display: flex;
}

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

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

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

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

.content .fre9rKf86 .PknQYW_bot {
  margin: 21px 0 0 0;
}

.content .fre9rKf86 .Wu8YsJ__logo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.content .fre9rKf86 textarea,
.content .fre9rKf86 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);
}

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

.content .fre9rKf86 textarea::placeholder,
.content .fre9rKf86 input::placeholder,
.content .fre9rKf86 textarea,
.content .fre9rKf86 input {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.content .fre9rKf86 textarea {
  min-height: 140px;
  padding: 18px 18px;
  resize: vertical;
}

.content .fre9rKf86 input {
  height: 54px;
  padding: 0 18px;
}

.content .fre9rKf86 textarea:focus,
.content .fre9rKf86 input:focus {
  border-color: var(--field-bd-focus);
  box-shadow: var(--shadow);
}

.content .fre9rKf86 .pLEmyCW--ngh9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.content .fre9rKf86 .rCxowWUJ_header {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.content .fre9rKf86 .wrap--jMFtX3I {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

.content .fre9rKf86 .G9SP0xzAk6FL {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .fre9rKf86 .G9SP0xzAk6FL .foot--tMsaE4 {
  width: 39%;
}

.content .fre9rKf86 .LJf9xo_button {
  width: 18%;
}

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

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

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

.posts-q5W0D7G {
  -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-q5W0D7G.E5PNeIBzM_aQpS {
  border-radius: 24px;
}

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

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

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

.posts-q5W0D7G.E5PNeIBzM_aQpS svg {
  transform: rotate(360deg);
}

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

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

.posts-q5W0D7G.E5PNeIBzM_aQpS .FJQZx281__foot::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.signin__GZoFKf .z16rysO__4exM a:last-child,
footer .z16rysO__4exM a:last-child {
  margin: 0;
}

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

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

.postc5DShLN .action--N5SuL8:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.postc5DShLN .action--N5SuL8 img {
  width: inherit;
  height: inherit;
}

.postc5DShLN .brDNcVpC {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.postc5DShLN .HkDco8__action:hover {
  color: var(--primary);
}

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

.postc5DShLN .RNbEs95i6__blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.postc5DShLN .RNbEs95i6__blocks .LJf9xo_button {
  width: 35%;
}

.postc5DShLN .RNbEs95i6__blocks .posts-q5W0D7G {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.postc5DShLN .RNbEs95i6__blocks .FJQZx281__foot {
  padding: 16px;
  transition: 0.4s all linear;
}

.postc5DShLN .RNbEs95i6__blocks .posts-q5W0D7G.E5PNeIBzM_aQpS .FJQZx281__foot span {
  color: var(--primary);
}

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

.c--UcCmzIE .rows--z2rCi7 {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.c--UcCmzIE .rows--z2rCi7 svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.c--UcCmzIE .rows--z2rCi7 svg path {
  fill: var(--black);
}

.c--UcCmzIE .u2E7FhI__btn {
  display: flex;
  flex-direction: column;
}

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

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

.c--UcCmzIE .LJf9xo_button {
  white-space: nowrap;
}

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

.VIRZBst_hr .zPt0Tcqb {
  display: flex;
  flex-direction: column;
}

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

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

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

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

.VIRZBst_hr .c0WAOoZ-hr span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.VIRZBst_hr .ban__Oywaoe3TA {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.VIRZBst_hr .wrapvbz7HWCU {
  width: 49%;
  align-items: center;
}

.VIRZBst_hr .wrapvbz7HWCU img {
  position: static;
  margin: 0 0 0 15px;
}

.VIRZBst_hr .LJf9xo_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 .footer--FsZB2AVcS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .Je3jR0FcG_ban .FWpzgnq_f {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .m1fu8Iy-wrapper {
    padding: 0 20px;
  }
  .dVjB--dGKJCYZIQ {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .m1fu8Iy-wrapper {
    padding: 0 20px;
  }
  header nav .d4eIC9-action {
    flex-direction: column-reverse;
  }
  header nav .d4eIC9-action .btn--oB7OI5D {
    margin: 0 0 20px 0;
  }
  header nav .d4eIC9-action .z16rysO__4exM {
    margin: 0;
  }
  .content .bgqQNYJ--button {
    flex-direction: column;
  }
  .content .V213DLIAK--b {
    margin: 16px 0 0 0;
  }
  .content .i6YufIpg7Vt .B6oMHrKUAdH {
    height: 150px;
  }
  .content .i6YufIpg7Vt .blog--0dFIDXV {
    font-size: 20px;
  }
  .DlvPK7bb .MPQiEJyRK--hr {
    font-size: 36px;
    line-height: 36px;
  }
  .DlvPK7bb .J5FLhmp-hr {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.n4gfYqX__6pbirK > table {
    min-width: 205%;
  }
  .VIRZBst_hr .O2irXe6oDc--main {
    width: 640px;
  }
  footer .footer--FsZB2AVcS {
    flex-direction: column;
  }
  footer .footer__6YlPH2Rsk,
  footer .rKGBzMf {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .button_Y3BSXOQxN {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .button_Y3BSXOQxN svg {
    width: 40px;
    height: 40px;
  }
  .button_Y3BSXOQxN svg rect {
    fill: var(--surface);
  }
  .button_Y3BSXOQxN svg path {
    stroke: var(--primary);
  }
  .button_Y3BSXOQxN svg.action--CARpXOqb {
    display: none;
  }
  header.active .button_Y3BSXOQxN svg.action--CARpXOqb {
    display: block;
  }
  header.active .button_Y3BSXOQxN svg.sDmq4l_btn {
    display: none;
  }
  header nav .VELIWhnavigation {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .VELIWhnavigation {
    display: flex;
  }
  header nav .VELIWhnavigation ul,
  footer nav .VELIWhnavigation ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .VELIWhnavigation ul li,
  footer nav .VELIWhnavigation ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .VELIWhnavigation ul li.active,
  header nav .VELIWhnavigation ul li:hover,
  footer nav .VELIWhnavigation ul li.active,
  footer nav .VELIWhnavigation ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .VELIWhnavigation ul li a,
  footer nav .VELIWhnavigation ul li a {
    padding: 0;
  }
  header nav .d4eIC9-action {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .d4eIC9-action .z16rysO__4exM {
    display: none;
  }
  header nav .d4eIC9-action .btn--oB7OI5D {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .d4eIC9-action .LJf9xo_button {
    margin: 0;
    width: 49%;
  }
  header nav .d4eIC9-action .LJf9xo_button.vf8QWg2o__action {
    margin: 0;
  }
  header nav .VELIWhnavigation .z16rysO__4exM {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .dVjB--dGKJCYZIQ {
    padding: 105px 0 0 0;
  }
  .dVjB--dGKJCYZIQ .dyEbTV__row {
    flex-direction: column-reverse;
  }
  .dVjB--dGKJCYZIQ .body {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .dVjB--dGKJCYZIQ .fKom7k--EWReSr {
    width: 100%;
    height: 400px;
  }
  .dVjB--dGKJCYZIQ .body p {
    margin: 0 0 30px 0;
  }
  .dVjB--dGKJCYZIQ .body .LJf9xo_button {
    width: 100%;
  }
  .content .Eph4__41VjMw {
    flex-wrap: wrap;
  }
  .content .Gcf0mvZAs8Sm {
    font-size: 20px;
    line-height: 26px;
  }
  .content .zNCU3ST-brand {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .articles-yHRFhrGCN {
    flex-wrap: wrap;
  }
  .content .Eph4__41VjMw .articles-yHRFhrGCN {
    width: 49%;
  }
  .content .bgqQNYJ--button {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .faYlwb--M0Olyu {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .topfA8p3T {
    display: none;
  }
  .content .logo-F1Cv0i {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .l_wzyvDs {
    flex-direction: row;
    width: 100%;
  }
  .content .first--e4CdQLB {
    align-self: center;
  }
  .content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .faYlwb--M0Olyu {
    display: none;
    border: none;
  }
  .content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .bgqQNYJ--button {
    margin: 0;
    width: 100%;
  }
  .content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .V213DLIAK--b {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2 .V213DLIAK--b .LJf9xo_button {
    margin: 0;
    width: 49%;
  }
  .content .vNLX__dMzXpO0KA .ULjkw_D0pWMFA2.articles-yHRFhrGCN {
    width: 100%;
  }
  .content .i6YufIpg7Vt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .i6YufIpg7Vt .B6oMHrKUAdH {
    height: 190px;
  }
  .WfoFStN0k-Fa47N {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .WfoFStN0k-Fa47N img {
    border-radius: 12px;
  }
  .TpbL-w3Lj29kZ {
    width: 200px;
    height: 200px;
  }
  .TpbL-w3Lj29kZ img {
    border-radius: 12px;
  }
  .DlvPK7bb {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .DlvPK7bb .De7HEbTpoban {
    width: 100%;
  }
  .DlvPK7bb .MPQiEJyRK--hr {
    font-size: 36px;
    line-height: 36px;
  }
  .DlvPK7bb .J5FLhmp-hr {
    font-size: 16px;
    line-height: 24px;
  }
  .DlvPK7bb .De7HEbTpoban .LJf9xo_button {
    margin: 20px 0 0 0;
  }
  .DlvPK7bb .yL3WpIx__hero {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .DlvPK7bb .Je3jR0FcG_ban {
    border-radius: 24px;
  }
  .block4enG0ufW {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .articles__4TjpGORi {
    border-radius: 16px;
  }
  .content .nGS0__0ZFCSO {
    display: flex;
    align-self: flex-end;
  }
  .content .nGS0__0ZFCSO.PaRQiu-inv {
    margin: 10px 0 0 0;
  }
  .content .header_OEhyrvdV {
    display: none;
  }
  .content .iDUM7s__dark.nGS0__0ZFCSO {
    margin: 0;
    align-self: center;
  }
  .content .fre9rKf86 {
    width: 100%;
  }
  .content .fre9rKf86 .G9SP0xzAk6FL {
    flex-direction: column;
  }
  .content .fre9rKf86 .G9SP0xzAk6FL .foot--tMsaE4 {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fre9rKf86 .LJf9xo_button {
    width: 100%;
  }
  .Qsvzypbot {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .wrapvbz7HWCU span {
    font-size: 16px;
  }
  .postc5DShLN {
    flex-direction: column;
  }
  .postc5DShLN .action--N5SuL8 {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .postc5DShLN .brDNcVpC {
    margin: 0;
    width: 100%;
  }
  .postc5DShLN .RNbEs95i6__blocks {
    margin: 0;
    flex-direction: column;
  }
  .postc5DShLN .RNbEs95i6__blocks .posts-q5W0D7G,
  .postc5DShLN .RNbEs95i6__blocks .LJf9xo_button {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .c--UcCmzIE .rows--z2rCi7 {
    max-width: 55%;
  }
  .VIRZBst_hr {
    flex-direction: column;
  }
  .VIRZBst_hr .W6qQj3vFn__hero {
    font-size: 20px;
  }
  .VIRZBst_hr .O2irXe6oDc--main {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .l-CES1Z4 {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .z16rysO__4exM {
    order: 1;
  }
  footer nav .VELIWhnavigation {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .VELIWhnavigation ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .VELIWhnavigation ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .VELIWhnavigation .z16rysO__4exM {
    margin: 20px 0 0 0;
  }
  .dVjB--dGKJCYZIQ {
    padding: 85px 0 0 0;
  }
  .dVjB--dGKJCYZIQ .fKom7k--EWReSr {
    height: 200px;
  }
  .dVjB--dGKJCYZIQ .qMW4v9weV__article {
    padding: 6px;
  }
  .dVjB--dGKJCYZIQ .qMW4v9weV__article span {
    width: 8px;
    height: 8px;
  }
  .dVjB--dGKJCYZIQ .qMW4v9weV__article span.active {
    width: 13px;
  }
  .dVjB--dGKJCYZIQ .body h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .dVjB--dGKJCYZIQ .body p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .Eph4__41VjMw .articles-yHRFhrGCN {
    width: 100%;
  }
  .content .l_wzyvDs {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .logo_SJzr6xTl {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .logo-F1Cv0i {
    margin: 0;
    justify-content: flex-start;
  }
  .logo-F1Cv0i {
    display: flex;
    flex-direction: column;
  }
  .content .zNCU3ST-brand {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .brand-nbRlCTJ {
    margin: 0;
  }
  .content .faYlwb--M0Olyu {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .Gcf0mvZAs8Sm {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .contrastpd1nA09 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .first--e4CdQLB {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .gFWy0TxwEprimary {
    display: none;
  }
  .content .h4cojYQ_c {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .h4cojYQ_c p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .bgqQNYJ--button {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .Eph4__41VjMw .bgqQNYJ--button {
    margin: 8px 0 0 0;
  }
  .content .V213DLIAK--b {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .V213DLIAK--b .LJf9xo_button {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .V213DLIAK--b .LJf9xo_button.color {
    width: 60%;
  }
  .content .V213DLIAK--b .LJf9xo_button.vf8QWg2o__action {
    width: 40%;
  }
  .content .btn3gJ4xQT {
    margin: 0;
    width: 100%;
  }
  .content .Eph4__41VjMw .V213DLIAK--b {
    margin: 0;
    order: 0;
  }
  .content .Eph4__41VjMw .btn3gJ4xQT {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .Eph4__41VjMw .btn__wT7o0N {
    order: 2;
  }
  .content h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .content h3 {
    margin: 15px 0;
    font-size: 22px;
  }
  .content h4 {
    margin: 15px 0;
    font-size: 20px;
  }
  .content .articles-yHRFhrGCN {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .logo-F1Cv0i .b-TiVNxbL,
  .content .logo-F1Cv0i span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .logo_TxRN6qrZ {
    margin: 0 0 10px 0;
  }
  .content .logo-F1Cv0i span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .logo-F1Cv0i .b-TiVNxbL {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .fBd15qbrand {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .x1nrIMs4e-RwrbJ {
    font-size: 18px;
    max-width: 100%;
  }
  .content .buttonLkD6mKQo {
    display: none;
  }
  .content .siTGUA--primary {
    flex-wrap: wrap;
  }
  .content .blog__LbmAidfQc {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .blog__LbmAidfQc:last-child {
    margin: 0;
  }
  .content .pnscudzEf {
    font-size: 14px;
    line-height: 16px;
  }
  .content .i6YufIpg7Vt {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .i6YufIpg7Vt .postszwBCDjM7 {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .TpbL-w3Lj29kZ {
    width: 200px;
    height: 200px;
  }
  .D3COW4R_card {
    display: block;
    overflow-x: auto;
  }
  .block4enG0ufW {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .D3COW4R_card .WU0vM9wB__block {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .D3COW4R_card .WU0vM9wB__block img {
    width: 18px;
    height: 18px;
  }
  .postc5DShLN .action--N5SuL8 {
    height: 190px;
  }
  .c--UcCmzIE {
    flex-direction: column;
  }
  .c--UcCmzIE .rows--z2rCi7 {
    width: 100%;
    max-width: 100%;
  }
  .c--UcCmzIE .LJf9xo_button {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .c--UcCmzIE .rows--z2rCi7 svg {
    width: 35px;
    height: 35px;
  }
  .VIRZBst_hr .O2irXe6oDc--main {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .VIRZBst_hr .c0WAOoZ-hr span {
    font-size: 24px;
    line-height: 24px;
  }
  .VIRZBst_hr .ban__Oywaoe3TA {
    flex-direction: column;
  }
  .VIRZBst_hr .wrapvbz7HWCU {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .VIRZBst_hr .LJf9xo_button {
    width: 100%;
  }
  .IWVomNHban {
    margin: 5px 0;
  }
  .VIRZBst_hr .W6qQj3vFn__hero {
    margin: 5px 0;
  }
  footer .footer--FsZB2AVcS {
    width: 100%;
  }
  footer .jk1wOdNfoot {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .footer__6YlPH2Rsk {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .jk1wOdNfoot img,
  footer .footer__6YlPH2Rsk img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .D3COW4R_card .WU0vM9wB__block {
    width: 245px;
  }
}
