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

.Gl9Bk-zsXPuLtAO {
  display: flex;
  justify-content: center;
}

.Gl9Bk-zsXPuLtAO 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;
}

.Gl9Bk-zsXPuLtAO a svg {
  transition: 0.4s all linear;
}

.Gl9Bk-zsXPuLtAO a:hover svg {
  transform: scale(1.4);
}

.Gl9Bk-zsXPuLtAO a:last-child {
  margin: 0;
}

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

.actionilsjvZ7PN {
  display: none;
}

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

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

header nav .log-573oks img,
footer nav .log-573oks img {
  width: inherit;
  height: 50px;
}

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

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

header nav .navaYt85kir ul.CTRode-header.kGWcC8wz--c.wrapped {
  border-radius: 28px;
}

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

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

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

header nav .btn-cRyL7mCdH .Gl9Bk-zsXPuLtAO {
  margin: 0 44px 0 0;
}

header nav .navaYt85kir .Gl9Bk-zsXPuLtAO {
  display: none;
}

header nav .btn-cRyL7mCdH .btn_we96jbyN {
  display: flex;
  align-items: center;
}

header nav .btn-cRyL7mCdH .Uc8BX2xgG-b.action-EAoT8MYJO {
  margin: 0 16px 0 0;
}

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

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

.F9KD1R_VT37vU9 .rowsNEBXej0q {
  display: flex;
  justify-content: space-between;
}

.F9KD1R_VT37vU9 .b-AzBu12pP {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.F9KD1R_VT37vU9 .b-AzBu12pP.error {
  width: 100%;
}
.F9KD1R_VT37vU9 .b-AzBu12pP.error h1,
.F9KD1R_VT37vU9 .b-AzBu12pP.error p,
.F9KD1R_VT37vU9 .b-AzBu12pP.error .Uc8BX2xgG-b {
  align-self: center;
}

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

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

.F9KD1R_VT37vU9 .b-AzBu12pP .Uc8BX2xgG-b {
  align-self: flex-start;
}

.F9KD1R_VT37vU9 .ChMj86__NuyXQMJqh {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.F9KD1R_VT37vU9 .ChMj86__NuyXQMJqh img {
  width: 100%;
  height: 100%;
}

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

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

.F9KD1R_VT37vU9 .article--cQgpm81 span:last-child {
  margin: 0;
}

.F9KD1R_VT37vU9 .article--cQgpm81 span:hover {
  background: var(--primary);
}

.F9KD1R_VT37vU9 .article--cQgpm81 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 .i9uLG__pkjHlUv {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.content .zFLxVP--7qzixOS4s {
  flex-direction: row;
  justify-content: space-between;
}

.content .aCkT8H--item {
  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 .i9uLG__pkjHlUv .HseTG4MLSo .TmVfSJQl3bSWVg {
  border: none;
}

.content .zFLxVP--7qzixOS4s .aCkT8H--item {
  flex-direction: column;
  width: 32.5%;
}

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

.content .tHbjM87a__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 .zFLxVP--7qzixOS4s .M0V71Cl {
  flex-direction: row;
  align-items: center;
}

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

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

.content .WwNXr27JgIXs .evy6L4afT__AdkLe img {
  width: 100%;
  height: 100%;
}

.content .zFLxVP--7qzixOS4s .gLOCdy8__logo {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

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

.content .i9uLG__pkjHlUv .HseTG4MLSo .qT2pZs1header,
.content .i9uLG__pkjHlUv .HseTG4MLSo .w1nMFr89_logo {
  flex-direction: column;
}

.content .i9uLG__pkjHlUv .HseTG4MLSo .YH6USNK5QysYl4j,
.content .i9uLG__pkjHlUv .HseTG4MLSo .log-nZskTm,
.content .i9uLG__pkjHlUv .HseTG4MLSo .showcase-info-row,
.content .i9uLG__pkjHlUv .HseTG4MLSo .logo--qS3l7KPo {
  align-self: flex-start;
}

.content .w1nMFr89_logo {
  display: none;
}

.content .w1nMFr89_logo .btn_lSoO19iT,
.content .w1nMFr89_logo span {
  display: none;
}

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

.content .zFLxVP--7qzixOS4s .YH6USNK5QysYl4j,
.content .zFLxVP--7qzixOS4s .log-nZskTm {
  margin: 0;
  text-align: left;
}

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

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

.content .zFLxVP--7qzixOS4s .showcase-info-rating,
.content .zFLxVP--7qzixOS4s .Ig2Xv4am__brand {
  margin: 0 5px 0 0;
}

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

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

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

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

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

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

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

.content .i9uLG__pkjHlUv .HseTG4MLSo .btn--fTha190ZL {
  justify-content: flex-end;
  width: 30%;
}

.content .zFLxVP--7qzixOS4s .btn--fTha190ZL {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .zFLxVP--7qzixOS4s .buttonre8iZjE {
  margin: 0;
  align-self: flex-start;
}

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

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

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

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

.content .button--V2Au54w {
  display: flex;
  flex-direction: column;
}

.content .zFLxVP--7qzixOS4s .button--V2Au54w {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

.content .button--V2Au54w .Uc8BX2xgG-b {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .zFLxVP--7qzixOS4s .button--V2Au54w .Uc8BX2xgG-b.RvxXbg__column {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .zFLxVP--7qzixOS4s .button--V2Au54w .Uc8BX2xgG-b.action-EAoT8MYJO {
  width: 35%;
  min-width: auto;
}

.content .button--V2Au54w .Uc8BX2xgG-b:last-child {
  margin: 0;
}

.content .zFLxVP--7qzixOS4s .btn--3efpIHC {
  display: flex;
  margin: 19px 0 0 0;
  justify-content: center;
  align-items: center;
}

.content .zFLxVP--7qzixOS4s .btn--3efpIHC img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

.content .zFLxVP--7qzixOS4s .btn--3efpIHC span {
  margin: 0 8.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--white);
}

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

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

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

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

.content .YTx6lAN__p.primarytEbOle82 {
  color: var(--green);
}

.content .YTx6lAN__p.Q5HYUeaTs--cont {
  color: var(--red);
}

.content .FvqHfjin__p .lc8bAXZu_primary {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .FvqHfjin__p .lc8bAXZu_primary p {
  margin: 0;
}

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

.content .FvqHfjin__p .lc8bAXZu_primary p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.content .table-responsive .tbl--dQGRPCvT,
.content figure.czRWZN-tbl .tbl--dQGRPCvT {
  display: flex;
}

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

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

.content .table-responsive .OA7vNeW--Z4bvG,
.content figure.czRWZN-tbl .OA7vNeW--Z4bvG {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

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

.content .table-responsive .OA7vNeW--Z4bvG .Uc8BX2xgG-b,
.content figure.czRWZN-tbl .OA7vNeW--Z4bvG .Uc8BX2xgG-b {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .WwNXr27JgIXs .evy6L4afT__AdkLe img {
  width: 100%;
  height: 100%;
}

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

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

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

.content .WwNXr27JgIXs .UujCVnJMSposts:hover {
  color: var(--primary);
}

.content .WwNXr27JgIXs .item_Uzt3fVxrA {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .WwNXr27JgIXs .item_Uzt3fVxrA img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

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

.content .WwNXr27JgIXs .post-apZ8Rs4h {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .WwNXr27JgIXs .posts_Nvxc30z .Uc8BX2xgG-b {
  margin: 16px 0 0 0;
}

.content .WwNXr27JgIXs .posts_Nvxc30z .Uc8BX2xgG-b.action-EAoT8MYJO {
  margin-right: 15px;
}

.content .WwNXr27JgIXs .h8z1kJGn__b {
  display: flex;
  justify-content: space-between;
}

.content .WwNXr27JgIXs .h8z1kJGn__b .Uc8BX2xgG-b:last-child {
  width: 70%;
}

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

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

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

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

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

.content .spoiler.active .WaV5cdD6Uheader .b7cnkJW {
  transform: rotate(360deg);
}

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

.d8l6n--RVMbv6 {
  display: flex;
  width: 250px;
  height: 250px;
}

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

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

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

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

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

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

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

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

.ban-r09X7CL {
  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-r09X7CL .sqSVEok--b {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

.ban-r09X7CL .sqSVEok--b .Uc8BX2xgG-b {
  margin: 32px 0 0 0;
  background: var(--white);
  color: var(--black);
  border: none;
  align-self: flex-start;
  transition: 0.4s all linear;
}

.ban-r09X7CL .sqSVEok--b .Uc8BX2xgG-b:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.ban-r09X7CL .b-uYkewahq5 .K8ZwORMN-main {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.ban-r09X7CL .K8ZwORMN-main .qg2X38Cbf {
  width: 100%;
  height: 100%;
}

.K8ZwORMN-main .qg2X38Cbf {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border-radius: inherit;
}

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

.K8ZwORMN-main.is-flipped .footer_cDV0YCI {
  transform: rotateY(180deg);
}

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

.K8ZwORMN-main .STYeL9N-footer.EVzixgPAfr {
  background: var(--white);
}

.K8ZwORMN-main .STYeL9N-footer.jgrGfuSV3--b {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.s6tFrgQ07-sitemappage {
  width: 19%;
}

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

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

.dYiEXrbtZ__blocks .mGLlUD--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);
}

.dYiEXrbtZ__blocks .mGLlUD--card img {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content .darked--l5xAaj43 img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}

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

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

.content .IZQKj2a--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 .button-YKgHjyq {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
  align-items: center;
}

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

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

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

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

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

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

.content .hoIRGsyK__mRLaI0 {
  display: none;
}

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

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

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

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

.y9F5XpDge-form {
  display: flex;
}

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

.y9F5XpDge-form svg:focus,
.y9F5XpDge-form svg path:focus {
  outline: none;
}

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

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

.content .frm--EYASHGn .Tk2lG6WoL_foot {
  margin: 21px 0 0 0;
}

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

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

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

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

.content .frm--EYASHGn input {
  height: 54px;
  padding: 0 18px;
}

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

.content .frm--EYASHGn .pMmt9--AwfZN7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 0;
}

.content .frm--EYASHGn .head-sEg5a7m {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-300);
}

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

.content .frm--EYASHGn .Zu3Y_ewsD9JSNW {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

.content .frm--EYASHGn .Zu3Y_ewsD9JSNW .bottom-wJB8iM {
  width: 39%;
}

.content .frm--EYASHGn .Uc8BX2xgG-b {
  width: 18%;
}

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

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

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

.articles--5rqnXe {
  -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;
}

.articles--5rqnXe.EIcm3_6xiOLs {
  border-radius: 24px;
}

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

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

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

.articles--5rqnXe.EIcm3_6xiOLs svg {
  transform: rotate(360deg);
}

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

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

.articles--5rqnXe.EIcm3_6xiOLs .TkOZmA8bot::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

.gKhCIN8aB--sign {
  display: flex;
  align-items: center;
}

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

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

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

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

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

.S0DPuN5Lmpsignin .Gl9Bk-zsXPuLtAO a:last-child,
footer .Gl9Bk-zsXPuLtAO a:last-child {
  margin: 0;
}

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

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

.item-KyBFbXfW .b-mRahYc:hover {
  filter: brightness(70%);
  border-radius: 16px;
}

.item-KyBFbXfW .b-mRahYc img {
  width: inherit;
  height: inherit;
}

.item-KyBFbXfW .chiWFzU-button {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.item-KyBFbXfW .T0F5mxd_btn:hover {
  color: var(--primary);
}

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

.item-KyBFbXfW .row_Jsko58d {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.item-KyBFbXfW .row_Jsko58d .Uc8BX2xgG-b {
  width: 35%;
}

.item-KyBFbXfW .row_Jsko58d .articles--5rqnXe {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.item-KyBFbXfW .row_Jsko58d .TkOZmA8bot {
  padding: 16px;
  transition: 0.4s all linear;
}

.item-KyBFbXfW .row_Jsko58d .articles--5rqnXe.EIcm3_6xiOLs .TkOZmA8bot span {
  color: var(--primary);
}

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

.c--0Hg1VA .block_OlQPiCvp {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

.c--0Hg1VA .block_OlQPiCvp svg {
  margin: 0 14px 0 0;
  width: 43.91px;
  height: 43.91px;
  flex: 1 0 auto;
}

.c--0Hg1VA .block_OlQPiCvp svg path {
  fill: var(--black);
}

.c--0Hg1VA .pTFE0mQ--button {
  display: flex;
  flex-direction: column;
}

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

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

.c--0Hg1VA .Uc8BX2xgG-b {
  white-space: nowrap;
}

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

.b__je7ZYipuO .mainEKifOkJR4 {
  display: flex;
  flex-direction: column;
}

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

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

.b__je7ZYipuO .hC8fqV9atb {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
  width: 489px;
}

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

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

.b__je7ZYipuO .ban-ajwUDiJWN {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.b__je7ZYipuO .cont__axBtEzJK {
  width: 49%;
  align-items: center;
}

.b__je7ZYipuO .cont__axBtEzJK img {
  position: static;
  margin: 0 0 0 15px;
}

.b__je7ZYipuO .Uc8BX2xgG-b {
  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 .aVUz3f--bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .K8ZwORMN-main .footer_cDV0YCI {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .wr--i35GoEM1S {
    padding: 0 20px;
  }
  .F9KD1R_VT37vU9 {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .wr--i35GoEM1S {
    padding: 0 20px;
  }
  header nav .btn-cRyL7mCdH {
    flex-direction: column-reverse;
  }
  header nav .btn-cRyL7mCdH .btn_we96jbyN {
    margin: 0 0 20px 0;
  }
  header nav .btn-cRyL7mCdH .Gl9Bk-zsXPuLtAO {
    margin: 0;
  }
  .content .btn--fTha190ZL {
    flex-direction: column;
  }
  .content .button--V2Au54w {
    margin: 16px 0 0 0;
  }
  .content .WwNXr27JgIXs .evy6L4afT__AdkLe {
    height: 150px;
  }
  .content .WwNXr27JgIXs .UujCVnJMSposts {
    font-size: 20px;
  }
  .ban-r09X7CL .Z3p9urD4jban {
    font-size: 36px;
    line-height: 36px;
  }
  .ban-r09X7CL .main-jlTqXf5WP {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.zfEorJ4sK9sm8 > table {
    min-width: 205%;
  }
  .b__je7ZYipuO .hC8fqV9atb {
    width: 640px;
  }
  footer .aVUz3f--bot {
    flex-direction: column;
  }
  footer .bot-OyErd9o,
  footer .STOJ7QIg_bot {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .actionilsjvZ7PN {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .actionilsjvZ7PN svg {
    width: 40px;
    height: 40px;
  }
  .actionilsjvZ7PN svg rect {
    fill: var(--surface);
  }
  .actionilsjvZ7PN svg path {
    stroke: var(--primary);
  }
  .actionilsjvZ7PN svg.B3z6WfYT1ab {
    display: none;
  }
  header.active .actionilsjvZ7PN svg.B3z6WfYT1ab {
    display: block;
  }
  header.active .actionilsjvZ7PN svg.btn4KAycu {
    display: none;
  }
  header nav .navaYt85kir {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .navaYt85kir {
    display: flex;
  }
  header nav .navaYt85kir ul,
  footer nav .navaYt85kir ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .navaYt85kir ul li,
  footer nav .navaYt85kir ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .navaYt85kir ul li.active,
  header nav .navaYt85kir ul li:hover,
  footer nav .navaYt85kir ul li.active,
  footer nav .navaYt85kir ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .navaYt85kir ul li a,
  footer nav .navaYt85kir ul li a {
    padding: 0;
  }
  header nav .btn-cRyL7mCdH {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .btn-cRyL7mCdH .Gl9Bk-zsXPuLtAO {
    display: none;
  }
  header nav .btn-cRyL7mCdH .btn_we96jbyN {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .btn-cRyL7mCdH .Uc8BX2xgG-b {
    margin: 0;
    width: 49%;
  }
  header nav .btn-cRyL7mCdH .Uc8BX2xgG-b.action-EAoT8MYJO {
    margin: 0;
  }
  header nav .navaYt85kir .Gl9Bk-zsXPuLtAO {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .F9KD1R_VT37vU9 {
    padding: 105px 0 0 0;
  }
  .F9KD1R_VT37vU9 .rowsNEBXej0q {
    flex-direction: column-reverse;
  }
  .F9KD1R_VT37vU9 .b-AzBu12pP {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .F9KD1R_VT37vU9 .ChMj86__NuyXQMJqh {
    width: 100%;
    height: 400px;
  }
  .F9KD1R_VT37vU9 .b-AzBu12pP p {
    margin: 0 0 30px 0;
  }
  .F9KD1R_VT37vU9 .b-AzBu12pP .Uc8BX2xgG-b {
    width: 100%;
  }
  .content .zFLxVP--7qzixOS4s {
    flex-wrap: wrap;
  }
  .content .YH6USNK5QysYl4j {
    font-size: 20px;
    line-height: 26px;
  }
  .content .log-nZskTm {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .aCkT8H--item {
    flex-wrap: wrap;
  }
  .content .zFLxVP--7qzixOS4s .aCkT8H--item {
    width: 49%;
  }
  .content .btn--fTha190ZL {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .TmVfSJQl3bSWVg {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .qT2pZs1header {
    display: none;
  }
  .content .w1nMFr89_logo {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .M0V71Cl {
    flex-direction: row;
    width: 100%;
  }
  .content .primary__M3Ba5xZg {
    align-self: center;
  }
  .content .i9uLG__pkjHlUv .HseTG4MLSo .TmVfSJQl3bSWVg {
    display: none;
    border: none;
  }
  .content .i9uLG__pkjHlUv .HseTG4MLSo .btn--fTha190ZL {
    margin: 0;
    width: 100%;
  }
  .content .i9uLG__pkjHlUv .HseTG4MLSo .button--V2Au54w {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .i9uLG__pkjHlUv .HseTG4MLSo .button--V2Au54w .Uc8BX2xgG-b {
    margin: 0;
    width: 49%;
  }
  .content .i9uLG__pkjHlUv .HseTG4MLSo.aCkT8H--item {
    width: 100%;
  }
  .content .WwNXr27JgIXs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .WwNXr27JgIXs .evy6L4afT__AdkLe {
    height: 190px;
  }
  .eThm8__JnNMApzIH {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .eThm8__JnNMApzIH img {
    border-radius: 12px;
  }
  .d8l6n--RVMbv6 {
    width: 200px;
    height: 200px;
  }
  .d8l6n--RVMbv6 img {
    border-radius: 12px;
  }
  .ban-r09X7CL {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .ban-r09X7CL .sqSVEok--b {
    width: 100%;
  }
  .ban-r09X7CL .Z3p9urD4jban {
    font-size: 36px;
    line-height: 36px;
  }
  .ban-r09X7CL .main-jlTqXf5WP {
    font-size: 16px;
    line-height: 24px;
  }
  .ban-r09X7CL .sqSVEok--b .Uc8BX2xgG-b {
    margin: 20px 0 0 0;
  }
  .ban-r09X7CL .b-uYkewahq5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .ban-r09X7CL .K8ZwORMN-main {
    border-radius: 24px;
  }
  .XKSiaIP5_rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .UgNpljQe--posts {
    border-radius: 16px;
  }
  .content .hoIRGsyK__mRLaI0 {
    display: flex;
    align-self: flex-end;
  }
  .content .hoIRGsyK__mRLaI0.Xl0Uj5JHdarked {
    margin: 10px 0 0 0;
  }
  .content .ml29FqGZ5_head {
    display: none;
  }
  .content .inv-D0qj6TF.hoIRGsyK__mRLaI0 {
    margin: 0;
    align-self: center;
  }
  .content .frm--EYASHGn {
    width: 100%;
  }
  .content .frm--EYASHGn .Zu3Y_ewsD9JSNW {
    flex-direction: column;
  }
  .content .frm--EYASHGn .Zu3Y_ewsD9JSNW .bottom-wJB8iM {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .frm--EYASHGn .Uc8BX2xgG-b {
    width: 100%;
  }
  .foot-k5IiBCnD4 {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .cont__axBtEzJK span {
    font-size: 16px;
  }
  .item-KyBFbXfW {
    flex-direction: column;
  }
  .item-KyBFbXfW .b-mRahYc {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .item-KyBFbXfW .chiWFzU-button {
    margin: 0;
    width: 100%;
  }
  .item-KyBFbXfW .row_Jsko58d {
    margin: 0;
    flex-direction: column;
  }
  .item-KyBFbXfW .row_Jsko58d .articles--5rqnXe,
  .item-KyBFbXfW .row_Jsko58d .Uc8BX2xgG-b {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .c--0Hg1VA .block_OlQPiCvp {
    max-width: 55%;
  }
  .b__je7ZYipuO {
    flex-direction: column;
  }
  .b__je7ZYipuO .OxsvndIlZhero {
    font-size: 20px;
  }
  .b__je7ZYipuO .hC8fqV9atb {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .log-573oks {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .Gl9Bk-zsXPuLtAO {
    order: 1;
  }
  footer nav .navaYt85kir {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .navaYt85kir ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .navaYt85kir ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .navaYt85kir .Gl9Bk-zsXPuLtAO {
    margin: 20px 0 0 0;
  }
  .F9KD1R_VT37vU9 {
    padding: 85px 0 0 0;
  }
  .F9KD1R_VT37vU9 .ChMj86__NuyXQMJqh {
    height: 200px;
  }
  .F9KD1R_VT37vU9 .article--cQgpm81 {
    padding: 6px;
  }
  .F9KD1R_VT37vU9 .article--cQgpm81 span {
    width: 8px;
    height: 8px;
  }
  .F9KD1R_VT37vU9 .article--cQgpm81 span.active {
    width: 13px;
  }
  .F9KD1R_VT37vU9 .b-AzBu12pP h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .F9KD1R_VT37vU9 .b-AzBu12pP p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .zFLxVP--7qzixOS4s .aCkT8H--item {
    width: 100%;
  }
  .content .M0V71Cl {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .gLOCdy8__logo {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .w1nMFr89_logo {
    margin: 0;
    justify-content: flex-start;
  }
  .w1nMFr89_logo {
    display: flex;
    flex-direction: column;
  }
  .content .log-nZskTm {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .Ig2Xv4am__brand {
    margin: 0;
  }
  .content .TmVfSJQl3bSWVg {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .YH6USNK5QysYl4j {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .darkedlMViFe {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .primary__M3Ba5xZg {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .first--jcOlvE {
    display: none;
  }
  .content .container_Qg4afFozP {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .container_Qg4afFozP p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .btn--fTha190ZL {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .zFLxVP--7qzixOS4s .btn--fTha190ZL {
    margin: 8px 0 0 0;
  }
  .content .button--V2Au54w {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .button--V2Au54w .Uc8BX2xgG-b {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .button--V2Au54w .Uc8BX2xgG-b.RvxXbg__column {
    width: 60%;
  }
  .content .button--V2Au54w .Uc8BX2xgG-b.action-EAoT8MYJO {
    width: 40%;
  }
  .content .buttonre8iZjE {
    margin: 0;
    width: 100%;
  }
  .content .zFLxVP--7qzixOS4s .button--V2Au54w {
    margin: 0;
    order: 0;
  }
  .content .zFLxVP--7qzixOS4s .buttonre8iZjE {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .zFLxVP--7qzixOS4s .btn--3efpIHC {
    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 .aCkT8H--item {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .w1nMFr89_logo .btn_lSoO19iT,
  .content .w1nMFr89_logo span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .logo--qS3l7KPo {
    margin: 0 0 10px 0;
  }
  .content .w1nMFr89_logo span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .w1nMFr89_logo .btn_lSoO19iT {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .tHbjM87a__l {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .VH6Gw__3ZvLGN5Ej {
    font-size: 18px;
    max-width: 100%;
  }
  .content .Z7G35e8_b {
    display: none;
  }
  .content .FvqHfjin__p {
    flex-wrap: wrap;
  }
  .content .posts-5q3KlwBkg {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .posts-5q3KlwBkg:last-child {
    margin: 0;
  }
  .content .YTx6lAN__p {
    font-size: 14px;
    line-height: 16px;
  }
  .content .WwNXr27JgIXs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .WwNXr27JgIXs .sc0S7l_post {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .d8l6n--RVMbv6 {
    width: 200px;
    height: 200px;
  }
  .dYiEXrbtZ__blocks {
    display: block;
    overflow-x: auto;
  }
  .XKSiaIP5_rows {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .dYiEXrbtZ__blocks .mGLlUD--card {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .dYiEXrbtZ__blocks .mGLlUD--card img {
    width: 18px;
    height: 18px;
  }
  .item-KyBFbXfW .b-mRahYc {
    height: 190px;
  }
  .c--0Hg1VA {
    flex-direction: column;
  }
  .c--0Hg1VA .block_OlQPiCvp {
    width: 100%;
    max-width: 100%;
  }
  .c--0Hg1VA .Uc8BX2xgG-b {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .c--0Hg1VA .block_OlQPiCvp svg {
    width: 35px;
    height: 35px;
  }
  .b__je7ZYipuO .hC8fqV9atb {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .b__je7ZYipuO .b-fGPdu5R span {
    font-size: 24px;
    line-height: 24px;
  }
  .b__je7ZYipuO .ban-ajwUDiJWN {
    flex-direction: column;
  }
  .b__je7ZYipuO .cont__axBtEzJK {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .b__je7ZYipuO .Uc8BX2xgG-b {
    width: 100%;
  }
  .bx07WT5yBM {
    margin: 5px 0;
  }
  .b__je7ZYipuO .OxsvndIlZhero {
    margin: 5px 0;
  }
  footer .aVUz3f--bot {
    width: 100%;
  }
  footer .footerFsmBYX {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .bot-OyErd9o {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .footerFsmBYX img,
  footer .bot-OyErd9o img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .dYiEXrbtZ__blocks .mGLlUD--card {
    width: 245px;
  }
}
