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

.NRrk-9umN3v6eG {
  display: flex;
  justify-content: center;
}

.NRrk-9umN3v6eG 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;
}

.NRrk-9umN3v6eG a svg {
  transition: 0.4s all linear;
}

.NRrk-9umN3v6eG a:hover svg {
  transform: scale(1.4);
}

.NRrk-9umN3v6eG a:last-child {
  margin: 0;
}

.NRrk-9umN3v6eG a svg path {
  fill: var(--black);
}

.h2wFstLNbutton {
  display: none;
}

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

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

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

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

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

header nav .menu--EbpTXHu0 ul.KXaq2AGC9-header.f7zhOrUG_c.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .pqhwZ7__btn .NRrk-9umN3v6eG {
  margin: 0 44px 0 0;
}

header nav .menu--EbpTXHu0 .NRrk-9umN3v6eG {
  display: none;
}

header nav .pqhwZ7__btn .b__pu5wtS {
  display: flex;
  align-items: center;
}

header nav .pqhwZ7__btn .action--g0BekQYL.QLuVkwa-button {
  margin: 0 16px 0 0;
}

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

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

.wGDaWzfrFnLIuJ .O4LJlkYizf-blocks {
  display: flex;
  justify-content: space-between;
}

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

.wGDaWzfrFnLIuJ .body.error {
  width: 100%;
}
.wGDaWzfrFnLIuJ .body.error h1,
.wGDaWzfrFnLIuJ .body.error p,
.wGDaWzfrFnLIuJ .body.error .action--g0BekQYL {
  align-self: center;
}

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

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

.wGDaWzfrFnLIuJ .body .action--g0BekQYL {
  align-self: flex-start;
}

.wGDaWzfrFnLIuJ .LMrpiAMiyHZ208 {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.wGDaWzfrFnLIuJ .LMrpiAMiyHZ208 img {
  width: 100%;
  height: 100%;
}

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

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

.wGDaWzfrFnLIuJ .i2j6MKAn__blog span:last-child {
  margin: 0;
}

.wGDaWzfrFnLIuJ .i2j6MKAn__blog span:hover {
  background: var(--primary);
}

.wGDaWzfrFnLIuJ .i2j6MKAn__blog 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 .qKa9--fpxVDHO {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .GWacbKz__posts {
  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 .qKa9--fpxVDHO .CWdVpQB__ZzUypI .cYy0NCt7__y4QD {
  border: none;
}

.content .WGAwmi__jkdi .GWacbKz__posts {
  flex-direction: column;
  width: 32.5%;
}

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

.content .cPONXGbrand {
  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 .WGAwmi__jkdi .SPENDM-log {
  flex-direction: row;
  align-items: center;
}

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

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

.content .cD0z8-kP9wmq .ShJrw__rvT8JS img {
  width: 100%;
  height: 100%;
}

.content .WGAwmi__jkdi .XN591EAnl {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

.content .top_5v9ABq,
.content .NbgvT3f--log {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .top_5v9ABq,
.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .NbgvT3f--log {
  flex-direction: column;
}

.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .Q4fFzqv_ZeCLUtpBM,
.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .WDCt4Qwl,
.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .showcase-info-row,
.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .H5cO3rnW-log {
  align-self: flex-start;
}

.content .NbgvT3f--log {
  display: none;
}

.content .NbgvT3f--log .b_vusGEwI,
.content .NbgvT3f--log span {
  display: none;
}

.content .Q4fFzqv_ZeCLUtpBM,
.content .WDCt4Qwl {
  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 .Q4fFzqv_ZeCLUtpBM:hover,
.content .WDCt4Qwl:hover {
  color: var(--primary);
}

.content .WGAwmi__jkdi .Q4fFzqv_ZeCLUtpBM,
.content .WGAwmi__jkdi .WDCt4Qwl {
  margin: 0;
  text-align: left;
}

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

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

.content .WGAwmi__jkdi .showcase-info-rating,
.content .WGAwmi__jkdi .AZudbHy--log {
  margin: 0 5px 0 0;
}

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

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

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

.content .cYy0NCt7__y4QD {
  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 .cu7xS-vCRNLkQ {
  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 .cu7xS-vCRNLkQ:hover {
  color: var(--secondary);
}

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

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

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

.content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .b--JB520Wc {
  justify-content: flex-end;
  width: 30%;
}

.content .WGAwmi__jkdi .b--JB520Wc {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .WGAwmi__jkdi .biFHhL3W9 {
  margin: 0;
  align-self: flex-start;
}

.content .b_vusGEwI {
  display: flex;
  margin: 0 0 13px 0;
}

.content .b_vusGEwI:last-child {
  margin: 0;
}

.content .b_vusGEwI img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

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

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

.content .WGAwmi__jkdi .button__u3z5eM6 {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .button__u3z5eM6 .action--g0BekQYL {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .WGAwmi__jkdi .button__u3z5eM6 .action--g0BekQYL.color {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .WGAwmi__jkdi .button__u3z5eM6 .action--g0BekQYL.QLuVkwa-button {
  width: 35%;
  min-width: auto;
}

.content .button__u3z5eM6 .action--g0BekQYL:last-child {
  margin: 0;
}

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

.content .WGAwmi__jkdi .action_f7nSCse img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

.content .bIjgl38_p {
  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 .p--brN8PGI {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: var(--white);
}

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

.content .tBFRmyE--wrap 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 .tBFRmyE--wrap 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 .K6roAE0_p {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.content .post--OFtjNo6 {
  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 .fxAtCD_primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.content .fxAtCD_primary.prim--R29rUF {
  color: var(--green);
}

.content .fxAtCD_primary.CuWzTd1Y__wrapper {
  color: var(--red);
}

.content .K6roAE0_p .prim-B6Xr2l {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .K6roAE0_p .prim-B6Xr2l p {
  margin: 0;
}

.content .K6roAE0_p img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.content .K6roAE0_p .prim-B6Xr2l p {
  max-width: 100%;
}

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

.table-responsive table,
.content figure.tb--mkPatKyg 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.tb--mkPatKyg thead {
  background: var(--white-40);
}

.content .table-responsive th,
.content .table-responsive td,
.content figure.tb--mkPatKyg th,
.content figure.tb--mkPatKyg 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.tb--mkPatKyg th:first-child,
.content figure.tb--mkPatKyg td:first-child {
  border-radius: 24px 0px 0px 24px;
}

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

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

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

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

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

.content .table-responsive .rcivtQj__table,
.content figure.tb--mkPatKyg .rcivtQj__table {
  display: flex;
}

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

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

.content .table-responsive .E09DX--IlEYJ5,
.content figure.tb--mkPatKyg .E09DX--IlEYJ5 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .E09DX--IlEYJ5 img,
.content figure.tb--mkPatKyg .E09DX--IlEYJ5 img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .E09DX--IlEYJ5 .action--g0BekQYL,
.content figure.tb--mkPatKyg .E09DX--IlEYJ5 .action--g0BekQYL {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

.content .cD0z8-kP9wmq .AYft6ogNpost {
  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 .cD0z8-kP9wmq .ShJrw__rvT8JS {
  display: flex;
  width: 100%;
  height: 229px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s all linear;
}

.content .cD0z8-kP9wmq .ShJrw__rvT8JS img {
  width: 100%;
  height: 100%;
}

.content .cD0z8-kP9wmq .ShJrw__rvT8JS:hover {
  filter: brightness(70%);
}

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

.content .cD0z8-kP9wmq .item--60QkZDcu {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  color: var(--black);
  transition: 0.4s all linear;
}

.content .cD0z8-kP9wmq .item--60QkZDcu:hover {
  color: var(--primary);
}

.content .cD0z8-kP9wmq .post--J7NonHXRP {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .cD0z8-kP9wmq .post--J7NonHXRP img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .cD0z8-kP9wmq .articles_o7cGhy {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .cD0z8-kP9wmq .FCiydmJYhitem {
  display: flex;
  flex-wrap: wrap;
}

.content .cD0z8-kP9wmq .qb3Id0XQablog {
  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 .cD0z8-kP9wmq .qb3Id0XQablog img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .cD0z8-kP9wmq .AYft6ogNpost .action--g0BekQYL {
  margin: 16px 0 0 0;
}

.content .cD0z8-kP9wmq .AYft6ogNpost .action--g0BekQYL.QLuVkwa-button {
  margin-right: 15px;
}

.content .cD0z8-kP9wmq .b-chJ6IWF {
  display: flex;
  justify-content: space-between;
}

.content .cD0z8-kP9wmq .b-chJ6IWF .action--g0BekQYL:last-child {
  width: 70%;
}

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

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

.content .container--up0QJ8r {
  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 .container--up0QJ8r span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--black);
}

.content .container--up0QJ8r 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.yeYZcFM6v__map {
  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 .m9pWcuVNC-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .m9pWcuVNC-h .dtlHy6AiQ--b {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .m9pWcuVNC-h .dtlHy6AiQ--b {
  transform: rotate(360deg);
}

.content .m9pWcuVNC-h .dtlHy6AiQ--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;
}

.w91xN--t8lzjuin {
  display: flex;
  width: 250px;
  height: 250px;
}

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

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

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

.container-XxGnUubI .table-responsive {
  width: auto;
}

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

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

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

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

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

.b__rEVKUIQ3O .main_MBp5WdOsD {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.b__rEVKUIQ3O .main_MBp5WdOsD .action--g0BekQYL:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.b__rEVKUIQ3O .pjecAvO27--b .BfuL9wri__hr {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.b__rEVKUIQ3O .BfuL9wri__hr .foot-DYjh4UV {
  width: 100%;
  height: 100%;
}

.BfuL9wri__hr .foot-DYjh4UV {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.BfuL9wri__hr.is-flipped .RID0UYvB9bot {
  transform: rotateY(180deg);
}

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

.BfuL9wri__hr .footer--J8rpeFH.TKA4bNnPf--frm {
  background: var(--white);
}

.BfuL9wri__hr .footer--J8rpeFH.btn__yPb6oDH {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.VUnXWxCi__map {
  width: 19%;
}

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

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

.block-OXFK6Y35 .HEeVuNj3_card {
  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);
}

.block-OXFK6Y35 .HEeVuNj3_card img {
  width: 24px;
  height: 24px;
}

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

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

content .Ir2Dq71S--fkth {
  margin: 0 0 20px 0;
}

.content .f1XtoLOVe--post {
  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 .headerO3Euta5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

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

.content .x8s9Yqn5k2-SiQe {
  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 .zAXtWkD_xwVk1q {
  display: flex;
  align-items: center;
  margin: 0;
}

.content .zAXtWkD_xwVk1q svg {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

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

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

.content .Z4atByT3S__contrast {
  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 .d__HGsfCY {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}

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

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

.content .cqnMRZ7--d img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

.content .cqnMRZ7--d img:last-child {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.content .CGaLkwy_vY21ph {
  display: none;
}

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

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

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

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

.y8JafH_fr {
  display: flex;
}

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

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

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

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

.content .oRKYrUform .unQ9LB-bot {
  margin: 21px 0 0 0;
}

.content .oRKYrUform .pMPov089--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 .oRKYrUform textarea,
.content .oRKYrUform 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 .oRKYrUform textarea::-moz-placeholder, .content .oRKYrUform input::-moz-placeholder {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

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

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

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

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

.content .oRKYrUform .qvwHP-HTaEYiu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

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

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

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

.content .oRKYrUform .e6Fk__GIcgMt .Jn1FW9bot {
  width: 39%;
}

.content .oRKYrUform .action--g0BekQYL {
  width: 18%;
}

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

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

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

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

.n3x9taVNe--article.mZjlLF6U-eJGXm {
  border-radius: 24px;
}

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

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

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

.n3x9taVNe--article.mZjlLF6U-eJGXm svg {
  transform: rotate(360deg);
}

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

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

.n3x9taVNe--article.mZjlLF6U-eJGXm .Q6t3aH5_f::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

.content .j46ztCpwc--auth {
  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 .ogpVZjs0D-signin {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 100%;
  color: var(--black);
}

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

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

.login--wfmDlxd .NRrk-9umN3v6eG a:last-child,
footer .NRrk-9umN3v6eG a:last-child {
  margin: 0;
}

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

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

.OSGu9ngC2_articles .btn_CgAV3n:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.OSGu9ngC2_articles .btn_CgAV3n img {
  width: inherit;
  height: inherit;
}

.OSGu9ngC2_articles .RThSXz7--btn {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.OSGu9ngC2_articles .actionnFhdrO9:hover {
  color: var(--primary);
}

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

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

.OSGu9ngC2_articles .blocksQsSABP2Z .action--g0BekQYL {
  width: 35%;
}

.OSGu9ngC2_articles .blocksQsSABP2Z .n3x9taVNe--article {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.OSGu9ngC2_articles .blocksQsSABP2Z .Q6t3aH5_f {
  padding: 16px;
  transition: 0.4s all linear;
}

.OSGu9ngC2_articles .blocksQsSABP2Z .n3x9taVNe--article.mZjlLF6U-eJGXm .Q6t3aH5_f span {
  color: var(--primary);
}

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

.wrapper__mLg3sBo96 .e8HlTr0_row {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.wrapper__mLg3sBo96 .e8HlTr0_row svg path {
  fill: var(--black);
}

.wrapper__mLg3sBo96 .sKZo80QRn_btn {
  display: flex;
  flex-direction: column;
}

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

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

.wrapper__mLg3sBo96 .action--g0BekQYL {
  white-space: nowrap;
}

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

.hero--B4oLAvPmc .mainqyGvCV {
  display: flex;
  flex-direction: column;
}

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

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

.hero--B4oLAvPmc .w4ugvoW__b {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

.hero--B4oLAvPmc .b-pR9SH6Prm {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.hero--B4oLAvPmc .container--up0QJ8r {
  width: 49%;
  align-items: center;
}

.hero--B4oLAvPmc .container--up0QJ8r img {
  position: static;
  margin: 0 0 0 15px;
}

.hero--B4oLAvPmc .action--g0BekQYL {
  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 .bottom--LhU318lNt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .BfuL9wri__hr .RID0UYvB9bot {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .jdnPGsvJf-wr {
    padding: 0 20px;
  }
  .wGDaWzfrFnLIuJ {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .jdnPGsvJf-wr {
    padding: 0 20px;
  }
  header nav .pqhwZ7__btn {
    flex-direction: column-reverse;
  }
  header nav .pqhwZ7__btn .b__pu5wtS {
    margin: 0 0 20px 0;
  }
  header nav .pqhwZ7__btn .NRrk-9umN3v6eG {
    margin: 0;
  }
  .content .b--JB520Wc {
    flex-direction: column;
  }
  .content .button__u3z5eM6 {
    margin: 16px 0 0 0;
  }
  .content .cD0z8-kP9wmq .ShJrw__rvT8JS {
    height: 150px;
  }
  .content .cD0z8-kP9wmq .item--60QkZDcu {
    font-size: 20px;
  }
  .b__rEVKUIQ3O .b__cEMyxp {
    font-size: 36px;
    line-height: 36px;
  }
  .b__rEVKUIQ3O .ban--ilRmTV42 {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.j2z3S--V6W2ya > table {
    min-width: 205%;
  }
  .hero--B4oLAvPmc .w4ugvoW__b {
    width: 640px;
  }
  footer .bottom--LhU318lNt {
    flex-direction: column;
  }
  footer .dqRS8c2J-f,
  footer .bot__wrYVIPu {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .h2wFstLNbutton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .h2wFstLNbutton svg {
    width: 40px;
    height: 40px;
  }
  .h2wFstLNbutton svg rect {
    fill: var(--surface);
  }
  .h2wFstLNbutton svg path {
    stroke: var(--primary);
  }
  .h2wFstLNbutton svg.VtlmDSvaction {
    display: none;
  }
  header.active .h2wFstLNbutton svg.VtlmDSvaction {
    display: block;
  }
  header.active .h2wFstLNbutton svg.bZrXFnPe {
    display: none;
  }
  header nav .menu--EbpTXHu0 {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .menu--EbpTXHu0 {
    display: flex;
  }
  header nav .menu--EbpTXHu0 ul,
  footer nav .menu--EbpTXHu0 ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .menu--EbpTXHu0 ul li,
  footer nav .menu--EbpTXHu0 ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .menu--EbpTXHu0 ul li.active,
  header nav .menu--EbpTXHu0 ul li:hover,
  footer nav .menu--EbpTXHu0 ul li.active,
  footer nav .menu--EbpTXHu0 ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .menu--EbpTXHu0 ul li a,
  footer nav .menu--EbpTXHu0 ul li a {
    padding: 0;
  }
  header nav .pqhwZ7__btn {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .pqhwZ7__btn .NRrk-9umN3v6eG {
    display: none;
  }
  header nav .pqhwZ7__btn .b__pu5wtS {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .pqhwZ7__btn .action--g0BekQYL {
    margin: 0;
    width: 49%;
  }
  header nav .pqhwZ7__btn .action--g0BekQYL.QLuVkwa-button {
    margin: 0;
  }
  header nav .menu--EbpTXHu0 .NRrk-9umN3v6eG {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .wGDaWzfrFnLIuJ {
    padding: 105px 0 0 0;
  }
  .wGDaWzfrFnLIuJ .O4LJlkYizf-blocks {
    flex-direction: column-reverse;
  }
  .wGDaWzfrFnLIuJ .body {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .wGDaWzfrFnLIuJ .LMrpiAMiyHZ208 {
    width: 100%;
    height: 400px;
  }
  .wGDaWzfrFnLIuJ .body p {
    margin: 0 0 30px 0;
  }
  .wGDaWzfrFnLIuJ .body .action--g0BekQYL {
    width: 100%;
  }
  .content .WGAwmi__jkdi {
    flex-wrap: wrap;
  }
  .content .Q4fFzqv_ZeCLUtpBM {
    font-size: 20px;
    line-height: 26px;
  }
  .content .WDCt4Qwl {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .GWacbKz__posts {
    flex-wrap: wrap;
  }
  .content .WGAwmi__jkdi .GWacbKz__posts {
    width: 49%;
  }
  .content .b--JB520Wc {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .cYy0NCt7__y4QD {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .top_5v9ABq {
    display: none;
  }
  .content .NbgvT3f--log {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .SPENDM-log {
    flex-direction: row;
    width: 100%;
  }
  .content .bIjgl38_p {
    align-self: center;
  }
  .content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .cYy0NCt7__y4QD {
    display: none;
    border: none;
  }
  .content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .b--JB520Wc {
    margin: 0;
    width: 100%;
  }
  .content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .button__u3z5eM6 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .qKa9--fpxVDHO .CWdVpQB__ZzUypI .button__u3z5eM6 .action--g0BekQYL {
    margin: 0;
    width: 49%;
  }
  .content .qKa9--fpxVDHO .CWdVpQB__ZzUypI.GWacbKz__posts {
    width: 100%;
  }
  .content .cD0z8-kP9wmq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .cD0z8-kP9wmq .ShJrw__rvT8JS {
    height: 190px;
  }
  .tgjZDN_lcOdnLXK {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .tgjZDN_lcOdnLXK img {
    border-radius: 12px;
  }
  .w91xN--t8lzjuin {
    width: 200px;
    height: 200px;
  }
  .w91xN--t8lzjuin img {
    border-radius: 12px;
  }
  .b__rEVKUIQ3O {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .b__rEVKUIQ3O .main_MBp5WdOsD {
    width: 100%;
  }
  .b__rEVKUIQ3O .b__cEMyxp {
    font-size: 36px;
    line-height: 36px;
  }
  .b__rEVKUIQ3O .ban--ilRmTV42 {
    font-size: 16px;
    line-height: 24px;
  }
  .b__rEVKUIQ3O .main_MBp5WdOsD .action--g0BekQYL {
    margin: 20px 0 0 0;
  }
  .b__rEVKUIQ3O .pjecAvO27--b {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .b__rEVKUIQ3O .BfuL9wri__hr {
    border-radius: 24px;
  }
  .rowIkvbnPw8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .f1XtoLOVe--post {
    border-radius: 16px;
  }
  .content .CGaLkwy_vY21ph {
    display: flex;
    align-self: flex-end;
  }
  .content .CGaLkwy_vY21ph.Z4atByT3S__contrast {
    margin: 10px 0 0 0;
  }
  .content .headerxkslimMR {
    display: none;
  }
  .content .d__HGsfCY.CGaLkwy_vY21ph {
    margin: 0;
    align-self: center;
  }
  .content .oRKYrUform {
    width: 100%;
  }
  .content .oRKYrUform .e6Fk__GIcgMt {
    flex-direction: column;
  }
  .content .oRKYrUform .e6Fk__GIcgMt .Jn1FW9bot {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .oRKYrUform .action--g0BekQYL {
    width: 100%;
  }
  .c4QoLT8footer {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .container--up0QJ8r span {
    font-size: 16px;
  }
  .OSGu9ngC2_articles {
    flex-direction: column;
  }
  .OSGu9ngC2_articles .btn_CgAV3n {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .OSGu9ngC2_articles .RThSXz7--btn {
    margin: 0;
    width: 100%;
  }
  .OSGu9ngC2_articles .blocksQsSABP2Z {
    margin: 0;
    flex-direction: column;
  }
  .OSGu9ngC2_articles .blocksQsSABP2Z .n3x9taVNe--article,
  .OSGu9ngC2_articles .blocksQsSABP2Z .action--g0BekQYL {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .wrapper__mLg3sBo96 .e8HlTr0_row {
    max-width: 55%;
  }
  .hero--B4oLAvPmc {
    flex-direction: column;
  }
  .hero--B4oLAvPmc .k45Zlsudmain {
    font-size: 20px;
  }
  .hero--B4oLAvPmc .w4ugvoW__b {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .h6iBHXn-brand {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .NRrk-9umN3v6eG {
    order: 1;
  }
  footer nav .menu--EbpTXHu0 {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .menu--EbpTXHu0 ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .menu--EbpTXHu0 ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .menu--EbpTXHu0 .NRrk-9umN3v6eG {
    margin: 20px 0 0 0;
  }
  .wGDaWzfrFnLIuJ {
    padding: 85px 0 0 0;
  }
  .wGDaWzfrFnLIuJ .LMrpiAMiyHZ208 {
    height: 200px;
  }
  .wGDaWzfrFnLIuJ .i2j6MKAn__blog {
    padding: 6px;
  }
  .wGDaWzfrFnLIuJ .i2j6MKAn__blog span {
    width: 8px;
    height: 8px;
  }
  .wGDaWzfrFnLIuJ .i2j6MKAn__blog span.active {
    width: 13px;
  }
  .wGDaWzfrFnLIuJ .body h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .wGDaWzfrFnLIuJ .body p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .WGAwmi__jkdi .GWacbKz__posts {
    width: 100%;
  }
  .content .SPENDM-log {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .XN591EAnl {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .NbgvT3f--log {
    margin: 0;
    justify-content: flex-start;
  }
  .NbgvT3f--log {
    display: flex;
    flex-direction: column;
  }
  .content .WDCt4Qwl {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .AZudbHy--log {
    margin: 0;
  }
  .content .cYy0NCt7__y4QD {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .Q4fFzqv_ZeCLUtpBM {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .inv__yeiAnaBJ {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .bIjgl38_p {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .p--brN8PGI {
    display: none;
  }
  .content .tBFRmyE--wrap {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .tBFRmyE--wrap p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .b--JB520Wc {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .WGAwmi__jkdi .b--JB520Wc {
    margin: 8px 0 0 0;
  }
  .content .button__u3z5eM6 {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .button__u3z5eM6 .action--g0BekQYL {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .button__u3z5eM6 .action--g0BekQYL.color {
    width: 60%;
  }
  .content .button__u3z5eM6 .action--g0BekQYL.QLuVkwa-button {
    width: 40%;
  }
  .content .biFHhL3W9 {
    margin: 0;
    width: 100%;
  }
  .content .WGAwmi__jkdi .button__u3z5eM6 {
    margin: 0;
    order: 0;
  }
  .content .WGAwmi__jkdi .biFHhL3W9 {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .WGAwmi__jkdi .action_f7nSCse {
    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 .GWacbKz__posts {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .NbgvT3f--log .b_vusGEwI,
  .content .NbgvT3f--log span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .H5cO3rnW-log {
    margin: 0 0 10px 0;
  }
  .content .NbgvT3f--log span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .NbgvT3f--log .b_vusGEwI {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .cPONXGbrand {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .cu7xS-vCRNLkQ {
    font-size: 18px;
    max-width: 100%;
  }
  .content .Z7VpiA--action {
    display: none;
  }
  .content .K6roAE0_p {
    flex-wrap: wrap;
  }
  .content .post--OFtjNo6 {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .post--OFtjNo6:last-child {
    margin: 0;
  }
  .content .fxAtCD_primary {
    font-size: 14px;
    line-height: 16px;
  }
  .content .cD0z8-kP9wmq {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .cD0z8-kP9wmq .HFV59jaDsitem {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .w91xN--t8lzjuin {
    width: 200px;
    height: 200px;
  }
  .block-OXFK6Y35 {
    display: block;
    overflow-x: auto;
  }
  .rowIkvbnPw8 {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .block-OXFK6Y35 .HEeVuNj3_card {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .block-OXFK6Y35 .HEeVuNj3_card img {
    width: 18px;
    height: 18px;
  }
  .OSGu9ngC2_articles .btn_CgAV3n {
    height: 190px;
  }
  .wrapper__mLg3sBo96 {
    flex-direction: column;
  }
  .wrapper__mLg3sBo96 .e8HlTr0_row {
    width: 100%;
    max-width: 100%;
  }
  .wrapper__mLg3sBo96 .action--g0BekQYL {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .wrapper__mLg3sBo96 .e8HlTr0_row svg {
    width: 35px;
    height: 35px;
  }
  .hero--B4oLAvPmc .w4ugvoW__b {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .hero--B4oLAvPmc .qG2NCYn-hr span {
    font-size: 24px;
    line-height: 24px;
  }
  .hero--B4oLAvPmc .b-pR9SH6Prm {
    flex-direction: column;
  }
  .hero--B4oLAvPmc .container--up0QJ8r {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .hero--B4oLAvPmc .action--g0BekQYL {
    width: 100%;
  }
  .hero__sPKbezu {
    margin: 5px 0;
  }
  .hero--B4oLAvPmc .k45Zlsudmain {
    margin: 5px 0;
  }
  footer .bottom--LhU318lNt {
    width: 100%;
  }
  footer .U8oiM2xf {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .dqRS8c2J-f {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .U8oiM2xf img,
  footer .dqRS8c2J-f img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .block-OXFK6Y35 .HEeVuNj3_card {
    width: 245px;
  }
}
