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

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

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

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

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

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

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

.JDOVnT__btn {
  display: none;
}

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

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

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

header nav .n-34atehuP,
footer nav .n-34atehuP {
  display: flex;
  align-items: center;
}

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

header nav .n-34atehuP ul.top_N2LoM5Ux.c-Dlrhog.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .btn--0IbLQ2S5 .p2JKAd__cE9NrmDi3 {
  margin: 0 44px 0 0;
}

header nav .n-34atehuP .p2JKAd__cE9NrmDi3 {
  display: none;
}

header nav .btn--0IbLQ2S5 .JQb78eF__action {
  display: flex;
  align-items: center;
}

header nav .btn--0IbLQ2S5 .actionpyXUSG5WM.b-DJs3WN {
  margin: 0 16px 0 0;
}

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

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

.bNqMr493G__iRp2yx .h21AXdtbV__card {
  display: flex;
  justify-content: space-between;
}

.bNqMr493G__iRp2yx .bjH3sghY {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.bNqMr493G__iRp2yx .bjH3sghY.error {
  width: 100%;
}
.bNqMr493G__iRp2yx .bjH3sghY.error h1,
.bNqMr493G__iRp2yx .bjH3sghY.error p,
.bNqMr493G__iRp2yx .bjH3sghY.error .actionpyXUSG5WM {
  align-self: center;
}

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

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

.bNqMr493G__iRp2yx .bjH3sghY .actionpyXUSG5WM {
  align-self: flex-start;
}

.bNqMr493G__iRp2yx .K14pAvGJE_PlSgUC {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.bNqMr493G__iRp2yx .K14pAvGJE_PlSgUC img {
  width: 100%;
  height: 100%;
}

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

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

.bNqMr493G__iRp2yx .itemIotgzBVP span:last-child {
  margin: 0;
}

.bNqMr493G__iRp2yx .itemIotgzBVP span:hover {
  background: var(--primary);
}

.bNqMr493G__iRp2yx .itemIotgzBVP 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 .MqkXTmQ--J9IaY5 {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .VzN9Ud-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 .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .M3kgLDP0uoNC {
  border: none;
}

.content .y46uBio_0dsNQl .VzN9Ud-posts {
  flex-direction: column;
  width: 32.5%;
}

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

.content .qFh3sj-l {
  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 .y46uBio_0dsNQl .qPoO9N-logo {
  flex-direction: row;
  align-items: center;
}

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

.content .MUmw230No--log:hover {
  filter: brightness(70%);
}

.content .rgjHzs__LkoXJw .H3z2D6g_IQEl8bgF img {
  width: 100%;
  height: 100%;
}

.content .y46uBio_0dsNQl .MUmw230No--log {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

.content .MUmw230No--log img {
  width: inherit;
  height: inherit;
}

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

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

.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .top--m7ghRQI3Y,
.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .logo__HFDj0X {
  flex-direction: column;
}

.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .QLFDc0d3yi75,
.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .tpz4gNcXR__l,
.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .showcase-info-row,
.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .PWFlRj4wC--l {
  align-self: flex-start;
}

.content .logo__HFDj0X {
  display: none;
}

.content .logo__HFDj0X .Dfg5cS_button,
.content .logo__HFDj0X span {
  display: none;
}

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

.content .y46uBio_0dsNQl .QLFDc0d3yi75,
.content .y46uBio_0dsNQl .tpz4gNcXR__l {
  margin: 0;
  text-align: left;
}

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

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

.content .y46uBio_0dsNQl .showcase-info-rating,
.content .y46uBio_0dsNQl .clu8iQqHJ_l {
  margin: 0 5px 0 0;
}

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

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

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

.content .M3kgLDP0uoNC {
  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 .dUiT5O--Wc1RC {
  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 .dUiT5O--Wc1RC:hover {
  color: var(--secondary);
}

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

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

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

.content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .hf89cSPv_action {
  justify-content: flex-end;
  width: 30%;
}

.content .y46uBio_0dsNQl .hf89cSPv_action {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .y46uBio_0dsNQl .ISxLjPyNbutton {
  margin: 0;
  align-self: flex-start;
}

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

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

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

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

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

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

.content .action__h9HR13 .actionpyXUSG5WM {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .y46uBio_0dsNQl .action__h9HR13 .actionpyXUSG5WM.BxYSIDcolumn {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .y46uBio_0dsNQl .action__h9HR13 .actionpyXUSG5WM.b-DJs3WN {
  width: 35%;
  min-width: auto;
}

.content .action__h9HR13 .actionpyXUSG5WM:last-child {
  margin: 0;
}

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

.content .y46uBio_0dsNQl .g9iDL75Qbtn img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

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

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

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

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

.content .v4WSxDK--primary.b3eB0Eomp {
  color: var(--green);
}

.content .v4WSxDK--primary.wrapper__CUe269o {
  color: var(--red);
}

.content .b3KCdYpq-first .x13kC4JFq-prim {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .b3KCdYpq-first .x13kC4JFq-prim p {
  margin: 0;
}

.content .b3KCdYpq-first img {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.content .b3KCdYpq-first .x13kC4JFq-prim p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .tbl__4vOnyD8xY,
.content figure.Rhsafxtbl .tbl__4vOnyD8xY {
  display: flex;
}

.content .table-responsive .tbl__4vOnyD8xY img,
.content figure.Rhsafxtbl .tbl__4vOnyD8xY img {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .bZcUqhdz__Mgkrz,
.content figure.Rhsafxtbl .bZcUqhdz__Mgkrz {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .bZcUqhdz__Mgkrz img,
.content figure.Rhsafxtbl .bZcUqhdz__Mgkrz img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .bZcUqhdz__Mgkrz .actionpyXUSG5WM,
.content figure.Rhsafxtbl .bZcUqhdz__Mgkrz .actionpyXUSG5WM {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .rgjHzs__LkoXJw .H3z2D6g_IQEl8bgF img {
  width: 100%;
  height: 100%;
}

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

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

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

.content .rgjHzs__LkoXJw .HYxyGQzitem:hover {
  color: var(--primary);
}

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

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

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

.content .rgjHzs__LkoXJw .article--nXgcTIlJV {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .rgjHzs__LkoXJw .postsWU4ARO .actionpyXUSG5WM {
  margin: 16px 0 0 0;
}

.content .rgjHzs__LkoXJw .postsWU4ARO .actionpyXUSG5WM.b-DJs3WN {
  margin-right: 15px;
}

.content .rgjHzs__LkoXJw .tja4YqH_b {
  display: flex;
  justify-content: space-between;
}

.content .rgjHzs__LkoXJw .tja4YqH_b .actionpyXUSG5WM:last-child {
  width: 70%;
}

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

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

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

.content .slmEJ5wrap 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.mapiwcRNW {
  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 .Z2hqHgTo5_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}

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

.content .spoiler.active .Z2hqHgTo5_top .action_AHv6uYCa {
  transform: rotate(360deg);
}

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

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

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

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

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

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

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

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

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

.gwJd--NpRoqn2 {
  float: right;
  margin: 0 0 10px 20px;
}

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

.ban_NDck2I .hr-NdcfxLyn {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.ban_NDck2I .hr-NdcfxLyn .actionpyXUSG5WM:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.ban_NDck2I .heroPTJXy6 .syXFZWBu_ban {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.ban_NDck2I .syXFZWBu_ban .fC76hbUKYi {
  width: 100%;
  height: 100%;
}

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

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

.syXFZWBu_ban.is-flipped .T5hXlfW__f {
  transform: rotateY(180deg);
}

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

.syXFZWBu_ban .OhN2gUD_bottom.Tb1fMOj_form {
  background: var(--white);
}

.syXFZWBu_ban .OhN2gUD_bottom.bIuwXVb {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.sm_OShLTf4sQ {
  width: 19%;
}

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

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

.cards__46Ase8ZIq .cards-MROJ8a {
  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);
}

.cards__46Ase8ZIq .cards-MROJ8a img {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content .C1MG80dzV--invert img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

.content .Xsyh-CboHgGL {
  display: none;
}

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

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

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

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

.x5SRP8Xcbj-frm {
  display: flex;
}

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

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

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

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

.content .fr-kou8OwM .vKj4TnWI__footer {
  margin: 21px 0 0 0;
}

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

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

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

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

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

.content .fr-kou8OwM .k3iTxw9MDgZxv3D {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

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

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

.content .fr-kou8OwM .WDRIj02-589qQu {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .fr-kou8OwM .WDRIj02-589qQu .bottom_f0RcbS9 {
  width: 39%;
}

.content .fr-kou8OwM .actionpyXUSG5WM {
  width: 18%;
}

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

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

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

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

.FZJMyliUwposts.J4AD3--Td9WDNZgj {
  border-radius: 24px;
}

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

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

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

.FZJMyliUwposts.J4AD3--Td9WDNZgj svg {
  transform: rotate(360deg);
}

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

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

.FZJMyliUwposts.J4AD3--Td9WDNZgj .bottom--xqKglri::after {
  transform: rotate(180deg);
  opacity: 1;
}

.cH2BQe-auth {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: var(--surface);
}

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

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

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

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

.content .A9pdy0g2__signin {
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: var(--black);
  max-width: 100%;
  flex: 1;
}

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

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

.cH2BQe-auth .p2JKAd__cE9NrmDi3 a:last-child,
footer .p2JKAd__cE9NrmDi3 a:last-child {
  margin: 0;
}

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

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

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

.sDUHZqfpost .Cxgnvet1b img {
  width: inherit;
  height: inherit;
}

.sDUHZqfpost .action__ysYV5m {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.sDUHZqfpost .b-i5NkLbI:hover {
  color: var(--primary);
}

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

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

.sDUHZqfpost .uZpTanS-rows .actionpyXUSG5WM {
  width: 35%;
}

.sDUHZqfpost .uZpTanS-rows .FZJMyliUwposts {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.sDUHZqfpost .uZpTanS-rows .bottom--xqKglri {
  padding: 16px;
  transition: 0.4s all linear;
}

.sDUHZqfpost .uZpTanS-rows .FZJMyliUwposts.J4AD3--Td9WDNZgj .bottom--xqKglri span {
  color: var(--primary);
}

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

.wraper--ZOubTHK7L .card--h0QW2bVD {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.wraper--ZOubTHK7L .card--h0QW2bVD svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.wraper--ZOubTHK7L .card--h0QW2bVD svg path {
  fill: var(--black);
}

.wraper--ZOubTHK7L .b-5WkGC2RcX {
  display: flex;
  flex-direction: column;
}

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

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

.wraper--ZOubTHK7L .actionpyXUSG5WM {
  white-space: nowrap;
}

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

.cmt8NuTKB--banner .banner_gauJxB4mV {
  display: flex;
  flex-direction: column;
}

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

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

.cmt8NuTKB--banner .b_bBfZY8nL {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

.cmt8NuTKB--banner .hero__XkxiwM46C span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

.cmt8NuTKB--banner .hero__DI9qtNT5 {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.cmt8NuTKB--banner .slmEJ5wrap {
  width: 49%;
  align-items: center;
}

.cmt8NuTKB--banner .slmEJ5wrap img {
  position: static;
  margin: 0 0 0 15px;
}

.cmt8NuTKB--banner .actionpyXUSG5WM {
  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 .j3eW1Fl4__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .syXFZWBu_ban .T5hXlfW__f {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wrapper__Ve9JrKt {
    padding: 0 20px;
  }
  .bNqMr493G__iRp2yx {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wrapper__Ve9JrKt {
    padding: 0 20px;
  }
  header nav .btn--0IbLQ2S5 {
    flex-direction: column-reverse;
  }
  header nav .btn--0IbLQ2S5 .JQb78eF__action {
    margin: 0 0 20px 0;
  }
  header nav .btn--0IbLQ2S5 .p2JKAd__cE9NrmDi3 {
    margin: 0;
  }
  .content .hf89cSPv_action {
    flex-direction: column;
  }
  .content .action__h9HR13 {
    margin: 16px 0 0 0;
  }
  .content .rgjHzs__LkoXJw .H3z2D6g_IQEl8bgF {
    height: 150px;
  }
  .content .rgjHzs__LkoXJw .HYxyGQzitem {
    font-size: 20px;
  }
  .ban_NDck2I .b__wosmVx {
    font-size: 36px;
    line-height: 36px;
  }
  .ban_NDck2I .L7h9UZ8my__hr {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.uBgRUh9p--zJK2ud > table {
    min-width: 205%;
  }
  .cmt8NuTKB--banner .b_bBfZY8nL {
    width: 640px;
  }
  footer .j3eW1Fl4__foot {
    flex-direction: column;
  }
  footer .LnujyWNf,
  footer .zjiyLf--foot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .JDOVnT__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .JDOVnT__btn svg {
    width: 40px;
    height: 40px;
  }
  .JDOVnT__btn svg rect {
    fill: var(--surface);
  }
  .JDOVnT__btn svg path {
    stroke: var(--primary);
  }
  .JDOVnT__btn svg.BM82P3OG-b {
    display: none;
  }
  header.active .JDOVnT__btn svg.BM82P3OG-b {
    display: block;
  }
  header.active .JDOVnT__btn svg.btnyTf6tA2 {
    display: none;
  }
  header nav .n-34atehuP {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .n-34atehuP {
    display: flex;
  }
  header nav .n-34atehuP ul,
  footer nav .n-34atehuP ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .n-34atehuP ul li,
  footer nav .n-34atehuP ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .n-34atehuP ul li.active,
  header nav .n-34atehuP ul li:hover,
  footer nav .n-34atehuP ul li.active,
  footer nav .n-34atehuP ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .n-34atehuP ul li a,
  footer nav .n-34atehuP ul li a {
    padding: 0;
  }
  header nav .btn--0IbLQ2S5 {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .btn--0IbLQ2S5 .p2JKAd__cE9NrmDi3 {
    display: none;
  }
  header nav .btn--0IbLQ2S5 .JQb78eF__action {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .btn--0IbLQ2S5 .actionpyXUSG5WM {
    margin: 0;
    width: 49%;
  }
  header nav .btn--0IbLQ2S5 .actionpyXUSG5WM.b-DJs3WN {
    margin: 0;
  }
  header nav .n-34atehuP .p2JKAd__cE9NrmDi3 {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .bNqMr493G__iRp2yx {
    padding: 105px 0 0 0;
  }
  .bNqMr493G__iRp2yx .h21AXdtbV__card {
    flex-direction: column-reverse;
  }
  .bNqMr493G__iRp2yx .bjH3sghY {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .bNqMr493G__iRp2yx .K14pAvGJE_PlSgUC {
    width: 100%;
    height: 400px;
  }
  .bNqMr493G__iRp2yx .bjH3sghY p {
    margin: 0 0 30px 0;
  }
  .bNqMr493G__iRp2yx .bjH3sghY .actionpyXUSG5WM {
    width: 100%;
  }
  .content .y46uBio_0dsNQl {
    flex-wrap: wrap;
  }
  .content .QLFDc0d3yi75 {
    font-size: 20px;
    line-height: 26px;
  }
  .content .tpz4gNcXR__l {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .VzN9Ud-posts {
    flex-wrap: wrap;
  }
  .content .y46uBio_0dsNQl .VzN9Ud-posts {
    width: 49%;
  }
  .content .hf89cSPv_action {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .M3kgLDP0uoNC {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .top--m7ghRQI3Y {
    display: none;
  }
  .content .logo__HFDj0X {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .qPoO9N-logo {
    flex-direction: row;
    width: 100%;
  }
  .content .Hoh1AwJFM__p {
    align-self: center;
  }
  .content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .M3kgLDP0uoNC {
    display: none;
    border: none;
  }
  .content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .hf89cSPv_action {
    margin: 0;
    width: 100%;
  }
  .content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .action__h9HR13 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi .action__h9HR13 .actionpyXUSG5WM {
    margin: 0;
    width: 49%;
  }
  .content .MqkXTmQ--J9IaY5 .FftCKQ__SufcLi.VzN9Ud-posts {
    width: 100%;
  }
  .content .rgjHzs__LkoXJw {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .rgjHzs__LkoXJw .H3z2D6g_IQEl8bgF {
    height: 190px;
  }
  .EPglakXT_m8UF {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .EPglakXT_m8UF img {
    border-radius: 12px;
  }
  .gvu3fmszB5mU {
    width: 200px;
    height: 200px;
  }
  .gvu3fmszB5mU img {
    border-radius: 12px;
  }
  .ban_NDck2I {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .ban_NDck2I .hr-NdcfxLyn {
    width: 100%;
  }
  .ban_NDck2I .b__wosmVx {
    font-size: 36px;
    line-height: 36px;
  }
  .ban_NDck2I .L7h9UZ8my__hr {
    font-size: 16px;
    line-height: 24px;
  }
  .ban_NDck2I .hr-NdcfxLyn .actionpyXUSG5WM {
    margin: 20px 0 0 0;
  }
  .ban_NDck2I .heroPTJXy6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .ban_NDck2I .syXFZWBu_ban {
    border-radius: 24px;
  }
  .aLkIXKn__block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .item_6WzrOmg {
    border-radius: 16px;
  }
  .content .Xsyh-CboHgGL {
    display: flex;
    align-self: flex-end;
  }
  .content .Xsyh-CboHgGL.vlyOuNW__contrast {
    margin: 10px 0 0 0;
  }
  .content .h-GWv2wCcPQ {
    display: none;
  }
  .content .darked-e2kd96JEQ.Xsyh-CboHgGL {
    margin: 0;
    align-self: center;
  }
  .content .fr-kou8OwM {
    width: 100%;
  }
  .content .fr-kou8OwM .WDRIj02-589qQu {
    flex-direction: column;
  }
  .content .fr-kou8OwM .WDRIj02-589qQu .bottom_f0RcbS9 {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr-kou8OwM .actionpyXUSG5WM {
    width: 100%;
  }
  .wvtYfhBFO_bottom {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .slmEJ5wrap span {
    font-size: 16px;
  }
  .sDUHZqfpost {
    flex-direction: column;
  }
  .sDUHZqfpost .Cxgnvet1b {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .sDUHZqfpost .action__ysYV5m {
    margin: 0;
    width: 100%;
  }
  .sDUHZqfpost .uZpTanS-rows {
    margin: 0;
    flex-direction: column;
  }
  .sDUHZqfpost .uZpTanS-rows .FZJMyliUwposts,
  .sDUHZqfpost .uZpTanS-rows .actionpyXUSG5WM {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .wraper--ZOubTHK7L .card--h0QW2bVD {
    max-width: 55%;
  }
  .cmt8NuTKB--banner {
    flex-direction: column;
  }
  .cmt8NuTKB--banner .hero__XdaSGsD {
    font-size: 20px;
  }
  .cmt8NuTKB--banner .b_bBfZY8nL {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .Hsy2FeEbrand {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .p2JKAd__cE9NrmDi3 {
    order: 1;
  }
  footer nav .n-34atehuP {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .n-34atehuP ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .n-34atehuP ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .n-34atehuP .p2JKAd__cE9NrmDi3 {
    margin: 20px 0 0 0;
  }
  .bNqMr493G__iRp2yx {
    padding: 85px 0 0 0;
  }
  .bNqMr493G__iRp2yx .K14pAvGJE_PlSgUC {
    height: 200px;
  }
  .bNqMr493G__iRp2yx .itemIotgzBVP {
    padding: 6px;
  }
  .bNqMr493G__iRp2yx .itemIotgzBVP span {
    width: 8px;
    height: 8px;
  }
  .bNqMr493G__iRp2yx .itemIotgzBVP span.active {
    width: 13px;
  }
  .bNqMr493G__iRp2yx .bjH3sghY h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .bNqMr493G__iRp2yx .bjH3sghY p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .y46uBio_0dsNQl .VzN9Ud-posts {
    width: 100%;
  }
  .content .qPoO9N-logo {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .MUmw230No--log {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .logo__HFDj0X {
    margin: 0;
    justify-content: flex-start;
  }
  .logo__HFDj0X {
    display: flex;
    flex-direction: column;
  }
  .content .tpz4gNcXR__l {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .clu8iQqHJ_l {
    margin: 0;
  }
  .content .M3kgLDP0uoNC {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .QLFDc0d3yi75 {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .invertWZiCMd6p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .Hoh1AwJFM__p {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .Z9SdDbVn__p {
    display: none;
  }
  .content .QhXMf7Y_wr {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .QhXMf7Y_wr p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .hf89cSPv_action {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .y46uBio_0dsNQl .hf89cSPv_action {
    margin: 8px 0 0 0;
  }
  .content .action__h9HR13 {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .action__h9HR13 .actionpyXUSG5WM {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .action__h9HR13 .actionpyXUSG5WM.BxYSIDcolumn {
    width: 60%;
  }
  .content .action__h9HR13 .actionpyXUSG5WM.b-DJs3WN {
    width: 40%;
  }
  .content .ISxLjPyNbutton {
    margin: 0;
    width: 100%;
  }
  .content .y46uBio_0dsNQl .action__h9HR13 {
    margin: 0;
    order: 0;
  }
  .content .y46uBio_0dsNQl .ISxLjPyNbutton {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .y46uBio_0dsNQl .g9iDL75Qbtn {
    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 .VzN9Ud-posts {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .logo__HFDj0X .Dfg5cS_button,
  .content .logo__HFDj0X span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .PWFlRj4wC--l {
    margin: 0 0 10px 0;
  }
  .content .logo__HFDj0X span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .logo__HFDj0X .Dfg5cS_button {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .qFh3sj-l {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .dUiT5O--Wc1RC {
    font-size: 18px;
    max-width: 100%;
  }
  .content .n7QZN2e5G_button {
    display: none;
  }
  .content .b3KCdYpq-first {
    flex-wrap: wrap;
  }
  .content .D0yA4za--item {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .D0yA4za--item:last-child {
    margin: 0;
  }
  .content .v4WSxDK--primary {
    font-size: 14px;
    line-height: 16px;
  }
  .content .rgjHzs__LkoXJw {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .rgjHzs__LkoXJw .Z4uTF1oc-articles {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .gvu3fmszB5mU {
    width: 200px;
    height: 200px;
  }
  .cards__46Ase8ZIq {
    display: block;
    overflow-x: auto;
  }
  .aLkIXKn__block {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .cards__46Ase8ZIq .cards-MROJ8a {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .cards__46Ase8ZIq .cards-MROJ8a img {
    width: 18px;
    height: 18px;
  }
  .sDUHZqfpost .Cxgnvet1b {
    height: 190px;
  }
  .wraper--ZOubTHK7L {
    flex-direction: column;
  }
  .wraper--ZOubTHK7L .card--h0QW2bVD {
    width: 100%;
    max-width: 100%;
  }
  .wraper--ZOubTHK7L .actionpyXUSG5WM {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .wraper--ZOubTHK7L .card--h0QW2bVD svg {
    width: 35px;
    height: 35px;
  }
  .cmt8NuTKB--banner .b_bBfZY8nL {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .cmt8NuTKB--banner .hero__XkxiwM46C span {
    font-size: 24px;
    line-height: 24px;
  }
  .cmt8NuTKB--banner .hero__DI9qtNT5 {
    flex-direction: column;
  }
  .cmt8NuTKB--banner .slmEJ5wrap {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .cmt8NuTKB--banner .actionpyXUSG5WM {
    width: 100%;
  }
  .oy6CgR0M-banner {
    margin: 5px 0;
  }
  .cmt8NuTKB--banner .hero__XdaSGsD {
    margin: 5px 0;
  }
  footer .j3eW1Fl4__foot {
    width: 100%;
  }
  footer .JtaSdnM0__foot {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .LnujyWNf {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .JtaSdnM0__foot img,
  footer .LnujyWNf img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .cards__46Ase8ZIq .cards-MROJ8a {
    width: 245px;
  }
}
