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

.mAXPE-kH8PRq {
  display: flex;
  justify-content: center;
}

.mAXPE-kH8PRq 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;
}

.mAXPE-kH8PRq a svg {
  transition: 0.4s all linear;
}

.mAXPE-kH8PRq a:hover svg {
  transform: scale(1.4);
}

.mAXPE-kH8PRq a:last-child {
  margin: 0;
}

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

.Q8G0cOwjkQbtn {
  display: none;
}

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

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

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

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

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

header nav .nav_iVgApz1Kx ul.j3gDkSP__header.tCcupaxswraper.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .ofy4Li--action .mAXPE-kH8PRq {
  margin: 0 44px 0 0;
}

header nav .nav_iVgApz1Kx .mAXPE-kH8PRq {
  display: none;
}

header nav .ofy4Li--action .PDjLW6rJib {
  display: flex;
  align-items: center;
}

header nav .ofy4Li--action .b--JouYLOelp.button_28rle3ax {
  margin: 0 16px 0 0;
}

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

.EagB--4GvEYPi {
  padding: 70px 0 0 0;
}

.EagB--4GvEYPi .card__iEaZTI {
  display: flex;
  justify-content: space-between;
}

.EagB--4GvEYPi .b-ckrUJqu {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.EagB--4GvEYPi .b-ckrUJqu.error {
  width: 100%;
}
.EagB--4GvEYPi .b-ckrUJqu.error h1,
.EagB--4GvEYPi .b-ckrUJqu.error p,
.EagB--4GvEYPi .b-ckrUJqu.error .b--JouYLOelp {
  align-self: center;
}

.EagB--4GvEYPi .b-ckrUJqu h1 {
  margin: 0 0 32px 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: var(--black);
}

.EagB--4GvEYPi .b-ckrUJqu p {
  margin: 0 0 44px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.EagB--4GvEYPi .b-ckrUJqu .b--JouYLOelp {
  align-self: flex-start;
}

.EagB--4GvEYPi .hYqza-8162ZO {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.EagB--4GvEYPi .hYqza-8162ZO img {
  width: 100%;
  height: 100%;
}

.EagB--4GvEYPi .posts_x7aujcB1 {
  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;
}

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

.EagB--4GvEYPi .posts_x7aujcB1 span:last-child {
  margin: 0;
}

.EagB--4GvEYPi .posts_x7aujcB1 span:hover {
  background: var(--primary);
}

.EagB--4GvEYPi .posts_x7aujcB1 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 .gl8r__vohOTrM {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .article_WUgSlx8 {
  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 .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .eVNPOUvK--1cG2 {
  border: none;
}

.content .t1yoiSI--GUFls .article_WUgSlx8 {
  flex-direction: column;
  width: 32.5%;
}

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

.content .Vy6gl7IFo-logo {
  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 .t1yoiSI--GUFls .logo--Uclqjt {
  flex-direction: row;
  align-items: center;
}

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

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

.content .b3a2ZJli__iEY4 .B5m9wkWyd0__yv9w img {
  width: 100%;
  height: 100%;
}

.content .t1yoiSI--GUFls .XtinR4_logo {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

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

.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .NZAdOFY0__header,
.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .F1DePS_brand {
  flex-direction: column;
}

.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .ZM0g8NbR--LGAb,
.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .Lj5dJI__brand,
.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .showcase-info-row,
.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .wfnkJMT_log {
  align-self: flex-start;
}

.content .F1DePS_brand {
  display: none;
}

.content .F1DePS_brand .Ix3B0Fvzb,
.content .F1DePS_brand span {
  display: none;
}

.content .ZM0g8NbR--LGAb,
.content .Lj5dJI__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 .ZM0g8NbR--LGAb:hover,
.content .Lj5dJI__brand:hover {
  color: var(--primary);
}

.content .t1yoiSI--GUFls .ZM0g8NbR--LGAb,
.content .t1yoiSI--GUFls .Lj5dJI__brand {
  margin: 0;
  text-align: left;
}

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

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

.content .t1yoiSI--GUFls .showcase-info-rating,
.content .t1yoiSI--GUFls .brand__p7blAuExC {
  margin: 0 5px 0 0;
}

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

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

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

.content .eVNPOUvK--1cG2 {
  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 .p0PRZ__hKDG0T8 {
  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 .p0PRZ__hKDG0T8:hover {
  color: var(--secondary);
}

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

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

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

.content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .buttonYWVBPdKQG {
  justify-content: flex-end;
  width: 30%;
}

.content .t1yoiSI--GUFls .buttonYWVBPdKQG {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .t1yoiSI--GUFls .D5TapU2_b {
  margin: 0;
  align-self: flex-start;
}

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

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

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

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

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

.content .t1yoiSI--GUFls .apr5WqF__btn {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

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

.content .t1yoiSI--GUFls .apr5WqF__btn .b--JouYLOelp.colse6Z8tv {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .t1yoiSI--GUFls .apr5WqF__btn .b--JouYLOelp.button_28rle3ax {
  width: 35%;
  min-width: auto;
}

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

.content .t1yoiSI--GUFls .b-LOJv51Bq {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .t1yoiSI--GUFls .b-LOJv51Bq img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

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

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

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

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

.content .EaBuv5mI1prim.Cb1khOdH-prim {
  color: var(--green);
}

.content .EaBuv5mI1prim.containertswAgj6f {
  color: var(--red);
}

.content .M7kfinmp .p--qVzj3l {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .M7kfinmp .p--qVzj3l p {
  margin: 0;
}

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

.content .M7kfinmp .p--qVzj3l p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .znxYSmrfe--tb,
.content figure.Gg1lJe--tbl .znxYSmrfe--tb {
  display: flex;
}

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

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

.content .table-responsive .PoXvi2U0mhEbs0u,
.content figure.Gg1lJe--tbl .PoXvi2U0mhEbs0u {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .PoXvi2U0mhEbs0u img,
.content figure.Gg1lJe--tbl .PoXvi2U0mhEbs0u img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .PoXvi2U0mhEbs0u .b--JouYLOelp,
.content figure.Gg1lJe--tbl .PoXvi2U0mhEbs0u .b--JouYLOelp {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .b3a2ZJli__iEY4 .B5m9wkWyd0__yv9w img {
  width: 100%;
  height: 100%;
}

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

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

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

.content .b3a2ZJli__iEY4 .post_KQPBWT8:hover {
  color: var(--primary);
}

.content .b3a2ZJli__iEY4 .vxUgblN--post {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .b3a2ZJli__iEY4 .vxUgblN--post img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .b3a2ZJli__iEY4 .articles-86WNPcYA {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .b3a2ZJli__iEY4 .article-7sISigVA {
  display: flex;
  flex-wrap: wrap;
}

.content .b3a2ZJli__iEY4 .qGtehWrF2--item {
  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 .b3a2ZJli__iEY4 .qGtehWrF2--item img {
  margin: 0 3px 0 0;
  width: 24px;
  height: 24px;
}

.content .b3a2ZJli__iEY4 .article--8RT9qGE {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

.content .b3a2ZJli__iEY4 .post-hF1az5Z .b--JouYLOelp {
  margin: 16px 0 0 0;
}

.content .b3a2ZJli__iEY4 .post-hF1az5Z .b--JouYLOelp.button_28rle3ax {
  margin-right: 15px;
}

.content .b3a2ZJli__iEY4 .action5QsZL2lk {
  display: flex;
  justify-content: space-between;
}

.content .b3a2ZJli__iEY4 .action5QsZL2lk .b--JouYLOelp:last-child {
  width: 70%;
}

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

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

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

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

.content .Yf9BruE6-wraper 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.sitemappage__6gq35wjzr {
  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 .head--MSVmwCZ9d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

.content .head--MSVmwCZ9d .rBKn1XxCqbutton {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .head--MSVmwCZ9d .rBKn1XxCqbutton {
  transform: rotate(360deg);
}

.content .head--MSVmwCZ9d .rBKn1XxCqbutton 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;
}

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

.brand-klXIMT4 {
  float: left;
  margin: 0 10px 10px 0;
}

.m942-0H9tP1 {
  float: right;
  margin: 0 0 10px 10px;
}

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

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

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

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

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

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

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

.main_Wey6CMFm .hr--kAj4KQ {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.main_Wey6CMFm .hr--kAj4KQ .b--JouYLOelp:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.main_Wey6CMFm .banner_1xVK39e .g4YeEID__b {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.main_Wey6CMFm .g4YeEID__b .bottom-IDpwUrNY {
  width: 100%;
  height: 100%;
}

.g4YeEID__b .bottom-IDpwUrNY {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.g4YeEID__b.is-flipped .wFbPpBbot {
  transform: rotateY(180deg);
}

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

.g4YeEID__b .szpiQxVW-footer.fr__Y7KkVP {
  background: var(--white);
}

.g4YeEID__b .szpiQxVW-footer.buttonKi0URYS {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

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

.KLl1285-rows {
  margin: 0 0 20px 0;
}

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

.KLl1285-rows .fjicYBGJ__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);
}

.KLl1285-rows .fjicYBGJ__card img {
  width: 24px;
  height: 24px;
}

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

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

content .PSl0np--OfFXlg {
  margin: 0 0 20px 0;
}

.content .iMYnX8o-posts {
  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 .topuKv4oNzy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

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

.content .EzyckR8-blocks {
  display: flex;
  flex-direction: column;
}

.content .k87v--xAF5e6m90 {
  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 .LE5HCK0Wc9jX {
  display: flex;
  align-items: center;
  margin: 0;
}

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

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

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

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

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

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

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

.content .dark8DFhaAH img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

.content .Z3wNzpK6--action img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

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

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

.content .pvga5u28--n4Ct {
  display: none;
}

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

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

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

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

.frm_LsJP2ogF3 {
  display: flex;
}

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

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

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

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

.content .fr-J8xZmCQF .bot__0dzsnT {
  margin: 21px 0 0 0;
}

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

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

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

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

.content .fr-J8xZmCQF input {
  height: 54px;
  padding: 0 18px;
}

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

.content .fr-J8xZmCQF .qPpm-2ZDsOPh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.content .fr-J8xZmCQF .top-oxscj4bSr {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

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

.content .fr-J8xZmCQF .RJvQ--Z35rezj {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .fr-J8xZmCQF .RJvQ--Z35rezj .bot--XEaFuSzT3 {
  width: 39%;
}

.content .fr-J8xZmCQF .b--JouYLOelp {
  width: 18%;
}

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

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

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

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

.articlesNWvCaS.N47fpDyT__GAhr {
  border-radius: 24px;
}

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

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

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

.articlesNWvCaS.N47fpDyT__GAhr svg {
  transform: rotate(360deg);
}

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

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

.articlesNWvCaS.N47fpDyT__GAhr .bot_P8Whn1CV::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

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

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

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

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

.auth--cXSCaT .mAXPE-kH8PRq a:last-child,
footer .mAXPE-kH8PRq a:last-child {
  margin: 0;
}

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

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

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

.ie9aQsH_item .eCZYyd2p_btn img {
  width: inherit;
  height: inherit;
}

.ie9aQsH_item .Wze1g2-b {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.ie9aQsH_item .action__DkY1Kh6:hover {
  color: var(--primary);
}

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

.ie9aQsH_item .tKuqkYSf-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.ie9aQsH_item .tKuqkYSf-block .b--JouYLOelp {
  width: 35%;
}

.ie9aQsH_item .tKuqkYSf-block .articlesNWvCaS {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.ie9aQsH_item .tKuqkYSf-block .bot_P8Whn1CV {
  padding: 16px;
  transition: 0.4s all linear;
}

.ie9aQsH_item .tKuqkYSf-block .articlesNWvCaS.N47fpDyT__GAhr .bot_P8Whn1CV span {
  color: var(--primary);
}

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

.qBDOaM-wraper .ZiJRpocard {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.qBDOaM-wraper .ZiJRpocard svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.qBDOaM-wraper .ZiJRpocard svg path {
  fill: var(--black);
}

.qBDOaM-wraper .tpuKTm--button {
  display: flex;
  flex-direction: column;
}

.qBDOaM-wraper .y6yoM5sHp-wr {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}

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

.qBDOaM-wraper .b--JouYLOelp {
  white-space: nowrap;
}

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

.KdyvpBCO0banner .QXlRNgy_b {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

.KdyvpBCO0banner .Yf9BruE6-wraper {
  width: 49%;
  align-items: center;
}

.KdyvpBCO0banner .Yf9BruE6-wraper img {
  position: static;
  margin: 0 0 0 15px;
}

.KdyvpBCO0banner .b--JouYLOelp {
  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 .A0jSr75mpW-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .g4YeEID__b .wFbPpBbot {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wraper_jNYQiM2XZ {
    padding: 0 20px;
  }
  .EagB--4GvEYPi {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wraper_jNYQiM2XZ {
    padding: 0 20px;
  }
  header nav .ofy4Li--action {
    flex-direction: column-reverse;
  }
  header nav .ofy4Li--action .PDjLW6rJib {
    margin: 0 0 20px 0;
  }
  header nav .ofy4Li--action .mAXPE-kH8PRq {
    margin: 0;
  }
  .content .buttonYWVBPdKQG {
    flex-direction: column;
  }
  .content .apr5WqF__btn {
    margin: 16px 0 0 0;
  }
  .content .b3a2ZJli__iEY4 .B5m9wkWyd0__yv9w {
    height: 150px;
  }
  .content .b3a2ZJli__iEY4 .post_KQPBWT8 {
    font-size: 20px;
  }
  .main_Wey6CMFm .hr_uvYnCbgI {
    font-size: 36px;
    line-height: 36px;
  }
  .main_Wey6CMFm .hero-vuDBEKZ {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.Izyi3G_pWvIXF5 > table {
    min-width: 205%;
  }
  .KdyvpBCO0banner .main--kVlTWASy {
    width: 640px;
  }
  footer .A0jSr75mpW-bottom {
    flex-direction: column;
  }
  footer .bot_UO07qjx9,
  footer .foot-0IV7ZYcnA {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .Q8G0cOwjkQbtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .Q8G0cOwjkQbtn svg {
    width: 40px;
    height: 40px;
  }
  .Q8G0cOwjkQbtn svg rect {
    fill: var(--surface);
  }
  .Q8G0cOwjkQbtn svg path {
    stroke: var(--primary);
  }
  .Q8G0cOwjkQbtn svg.lH2r3k-button {
    display: none;
  }
  header.active .Q8G0cOwjkQbtn svg.lH2r3k-button {
    display: block;
  }
  header.active .Q8G0cOwjkQbtn svg.WyogFj__action {
    display: none;
  }
  header nav .nav_iVgApz1Kx {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .nav_iVgApz1Kx {
    display: flex;
  }
  header nav .nav_iVgApz1Kx ul,
  footer nav .nav_iVgApz1Kx ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .nav_iVgApz1Kx ul li,
  footer nav .nav_iVgApz1Kx ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .nav_iVgApz1Kx ul li.active,
  header nav .nav_iVgApz1Kx ul li:hover,
  footer nav .nav_iVgApz1Kx ul li.active,
  footer nav .nav_iVgApz1Kx ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .nav_iVgApz1Kx ul li a,
  footer nav .nav_iVgApz1Kx ul li a {
    padding: 0;
  }
  header nav .ofy4Li--action {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .ofy4Li--action .mAXPE-kH8PRq {
    display: none;
  }
  header nav .ofy4Li--action .PDjLW6rJib {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .ofy4Li--action .b--JouYLOelp {
    margin: 0;
    width: 49%;
  }
  header nav .ofy4Li--action .b--JouYLOelp.button_28rle3ax {
    margin: 0;
  }
  header nav .nav_iVgApz1Kx .mAXPE-kH8PRq {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .EagB--4GvEYPi {
    padding: 105px 0 0 0;
  }
  .EagB--4GvEYPi .card__iEaZTI {
    flex-direction: column-reverse;
  }
  .EagB--4GvEYPi .b-ckrUJqu {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .EagB--4GvEYPi .hYqza-8162ZO {
    width: 100%;
    height: 400px;
  }
  .EagB--4GvEYPi .b-ckrUJqu p {
    margin: 0 0 30px 0;
  }
  .EagB--4GvEYPi .b-ckrUJqu .b--JouYLOelp {
    width: 100%;
  }
  .content .t1yoiSI--GUFls {
    flex-wrap: wrap;
  }
  .content .ZM0g8NbR--LGAb {
    font-size: 20px;
    line-height: 26px;
  }
  .content .Lj5dJI__brand {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .article_WUgSlx8 {
    flex-wrap: wrap;
  }
  .content .t1yoiSI--GUFls .article_WUgSlx8 {
    width: 49%;
  }
  .content .buttonYWVBPdKQG {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .eVNPOUvK--1cG2 {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .NZAdOFY0__header {
    display: none;
  }
  .content .F1DePS_brand {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .logo--Uclqjt {
    flex-direction: row;
    width: 100%;
  }
  .content .cDspHQuJi--primary {
    align-self: center;
  }
  .content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .eVNPOUvK--1cG2 {
    display: none;
    border: none;
  }
  .content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .buttonYWVBPdKQG {
    margin: 0;
    width: 100%;
  }
  .content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .apr5WqF__btn {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ .apr5WqF__btn .b--JouYLOelp {
    margin: 0;
    width: 49%;
  }
  .content .gl8r__vohOTrM .TJ1x6Zd5o--dEFtZ.article_WUgSlx8 {
    width: 100%;
  }
  .content .b3a2ZJli__iEY4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .b3a2ZJli__iEY4 .B5m9wkWyd0__yv9w {
    height: 190px;
  }
  .yx76iQWjD__hrGLtj {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .yx76iQWjD__hrGLtj img {
    border-radius: 12px;
  }
  .bY2C_K5DmP9A {
    width: 200px;
    height: 200px;
  }
  .bY2C_K5DmP9A img {
    border-radius: 12px;
  }
  .main_Wey6CMFm {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .main_Wey6CMFm .hr--kAj4KQ {
    width: 100%;
  }
  .main_Wey6CMFm .hr_uvYnCbgI {
    font-size: 36px;
    line-height: 36px;
  }
  .main_Wey6CMFm .hero-vuDBEKZ {
    font-size: 16px;
    line-height: 24px;
  }
  .main_Wey6CMFm .hr--kAj4KQ .b--JouYLOelp {
    margin: 20px 0 0 0;
  }
  .main_Wey6CMFm .banner_1xVK39e {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .main_Wey6CMFm .g4YeEID__b {
    border-radius: 24px;
  }
  .blocks_x6jJev {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .iMYnX8o-posts {
    border-radius: 16px;
  }
  .content .pvga5u28--n4Ct {
    display: flex;
    align-self: flex-end;
  }
  .content .pvga5u28--n4Ct.D56AsV--d {
    margin: 10px 0 0 0;
  }
  .content .ItGaPS7F-top {
    display: none;
  }
  .content .invert_Vp2eJW7m.pvga5u28--n4Ct {
    margin: 0;
    align-self: center;
  }
  .content .fr-J8xZmCQF {
    width: 100%;
  }
  .content .fr-J8xZmCQF .RJvQ--Z35rezj {
    flex-direction: column;
  }
  .content .fr-J8xZmCQF .RJvQ--Z35rezj .bot--XEaFuSzT3 {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr-J8xZmCQF .b--JouYLOelp {
    width: 100%;
  }
  .OcV5ZhfM-foot {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .Yf9BruE6-wraper span {
    font-size: 16px;
  }
  .ie9aQsH_item {
    flex-direction: column;
  }
  .ie9aQsH_item .eCZYyd2p_btn {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .ie9aQsH_item .Wze1g2-b {
    margin: 0;
    width: 100%;
  }
  .ie9aQsH_item .tKuqkYSf-block {
    margin: 0;
    flex-direction: column;
  }
  .ie9aQsH_item .tKuqkYSf-block .articlesNWvCaS,
  .ie9aQsH_item .tKuqkYSf-block .b--JouYLOelp {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .qBDOaM-wraper .ZiJRpocard {
    max-width: 55%;
  }
  .KdyvpBCO0banner {
    flex-direction: column;
  }
  .KdyvpBCO0banner .ban-Pe2GXtln {
    font-size: 20px;
  }
  .KdyvpBCO0banner .main--kVlTWASy {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .VDoL17yp--brand {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .mAXPE-kH8PRq {
    order: 1;
  }
  footer nav .nav_iVgApz1Kx {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .nav_iVgApz1Kx ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .nav_iVgApz1Kx ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .nav_iVgApz1Kx .mAXPE-kH8PRq {
    margin: 20px 0 0 0;
  }
  .EagB--4GvEYPi {
    padding: 85px 0 0 0;
  }
  .EagB--4GvEYPi .hYqza-8162ZO {
    height: 200px;
  }
  .EagB--4GvEYPi .posts_x7aujcB1 {
    padding: 6px;
  }
  .EagB--4GvEYPi .posts_x7aujcB1 span {
    width: 8px;
    height: 8px;
  }
  .EagB--4GvEYPi .posts_x7aujcB1 span.active {
    width: 13px;
  }
  .EagB--4GvEYPi .b-ckrUJqu h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .EagB--4GvEYPi .b-ckrUJqu p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .t1yoiSI--GUFls .article_WUgSlx8 {
    width: 100%;
  }
  .content .logo--Uclqjt {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .XtinR4_logo {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .F1DePS_brand {
    margin: 0;
    justify-content: flex-start;
  }
  .F1DePS_brand {
    display: flex;
    flex-direction: column;
  }
  .content .Lj5dJI__brand {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .brand__p7blAuExC {
    margin: 0;
  }
  .content .eVNPOUvK--1cG2 {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .ZM0g8NbR--LGAb {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .ujh13vFpx__dark {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .cDspHQuJi--primary {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .first_xGlwEN6W {
    display: none;
  }
  .content .Skcyrmvtzwr {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .Skcyrmvtzwr p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .buttonYWVBPdKQG {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .t1yoiSI--GUFls .buttonYWVBPdKQG {
    margin: 8px 0 0 0;
  }
  .content .apr5WqF__btn {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .apr5WqF__btn .b--JouYLOelp {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .apr5WqF__btn .b--JouYLOelp.colse6Z8tv {
    width: 60%;
  }
  .content .apr5WqF__btn .b--JouYLOelp.button_28rle3ax {
    width: 40%;
  }
  .content .D5TapU2_b {
    margin: 0;
    width: 100%;
  }
  .content .t1yoiSI--GUFls .apr5WqF__btn {
    margin: 0;
    order: 0;
  }
  .content .t1yoiSI--GUFls .D5TapU2_b {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .t1yoiSI--GUFls .b-LOJv51Bq {
    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 .article_WUgSlx8 {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .F1DePS_brand .Ix3B0Fvzb,
  .content .F1DePS_brand span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .wfnkJMT_log {
    margin: 0 0 10px 0;
  }
  .content .F1DePS_brand span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .F1DePS_brand .Ix3B0Fvzb {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .Vy6gl7IFo-logo {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .p0PRZ__hKDG0T8 {
    font-size: 18px;
    max-width: 100%;
  }
  .content .button93eiYZyXB {
    display: none;
  }
  .content .M7kfinmp {
    flex-wrap: wrap;
  }
  .content .article_FKtGZj {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .article_FKtGZj:last-child {
    margin: 0;
  }
  .content .EaBuv5mI1prim {
    font-size: 14px;
    line-height: 16px;
  }
  .content .b3a2ZJli__iEY4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .b3a2ZJli__iEY4 .article--8RT9qGE {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .bY2C_K5DmP9A {
    width: 200px;
    height: 200px;
  }
  .KLl1285-rows {
    display: block;
    overflow-x: auto;
  }
  .blocks_x6jJev {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .KLl1285-rows .fjicYBGJ__card {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .KLl1285-rows .fjicYBGJ__card img {
    width: 18px;
    height: 18px;
  }
  .ie9aQsH_item .eCZYyd2p_btn {
    height: 190px;
  }
  .qBDOaM-wraper {
    flex-direction: column;
  }
  .qBDOaM-wraper .ZiJRpocard {
    width: 100%;
    max-width: 100%;
  }
  .qBDOaM-wraper .b--JouYLOelp {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .qBDOaM-wraper .ZiJRpocard svg {
    width: 35px;
    height: 35px;
  }
  .KdyvpBCO0banner .main--kVlTWASy {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .KdyvpBCO0banner .XJi86Y-main span {
    font-size: 24px;
    line-height: 24px;
  }
  .KdyvpBCO0banner .bannerzk1Y0cBe {
    flex-direction: column;
  }
  .KdyvpBCO0banner .Yf9BruE6-wraper {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .KdyvpBCO0banner .b--JouYLOelp {
    width: 100%;
  }
  .heroCjiXUhZ {
    margin: 5px 0;
  }
  .KdyvpBCO0banner .ban-Pe2GXtln {
    margin: 5px 0;
  }
  footer .A0jSr75mpW-bottom {
    width: 100%;
  }
  footer .yBYsQ4iW-foot {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .bot_UO07qjx9 {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .yBYsQ4iW-foot img,
  footer .bot_UO07qjx9 img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .KLl1285-rows .fjicYBGJ__card {
    width: 245px;
  }
}
