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

.t40O-AJmj7cO85 {
  display: flex;
  justify-content: center;
}

.t40O-AJmj7cO85 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;
}

.t40O-AJmj7cO85 a svg {
  transition: 0.4s all linear;
}

.t40O-AJmj7cO85 a:hover svg {
  transform: scale(1.4);
}

.t40O-AJmj7cO85 a:last-child {
  margin: 0;
}

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

.VDZTwgNm--button {
  display: none;
}

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

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

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

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

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

header nav .menu--IW7oVm ul.top__RGun03E6.cont_hRaF7B6.wrapped {
  border-radius: 28px;
}

header nav .menu--IW7oVm ul li,
footer nav .menu--IW7oVm ul li {
  display: flex;
  margin: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  line-height: normal;
  background: var(--white);
  color: var(--black);
  border-radius: 60px;
  border: 1px solid transparent;
  transition: 0.4s all ease-in;
}

header nav .menu--IW7oVm ul li.active,
header nav .menu--IW7oVm ul li:hover,
footer nav .menu--IW7oVm ul li.active,
footer nav .menu--IW7oVm ul li:hover {
  background: var(--black);
  color: var(--white);
}

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

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

header nav .b__g8vDi7 .t40O-AJmj7cO85 {
  margin: 0 44px 0 0;
}

header nav .menu--IW7oVm .t40O-AJmj7cO85 {
  display: none;
}

header nav .b__g8vDi7 .actionOu0C6Vipj {
  display: flex;
  align-items: center;
}

header nav .b__g8vDi7 .btn--LVkZ1MhTQ.action_fXH1Y5J {
  margin: 0 16px 0 0;
}

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

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

.v7kc4N8PQvi4D .block__xt9M4nC {
  display: flex;
  justify-content: space-between;
}

.v7kc4N8PQvi4D .buttonBaIYUsPQ0 {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.v7kc4N8PQvi4D .buttonBaIYUsPQ0.error {
  width: 100%;
}
.v7kc4N8PQvi4D .buttonBaIYUsPQ0.error h1,
.v7kc4N8PQvi4D .buttonBaIYUsPQ0.error p,
.v7kc4N8PQvi4D .buttonBaIYUsPQ0.error .btn--LVkZ1MhTQ {
  align-self: center;
}

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

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

.v7kc4N8PQvi4D .buttonBaIYUsPQ0 .btn--LVkZ1MhTQ {
  align-self: flex-start;
}

.v7kc4N8PQvi4D .V0UJpM-dZ0As4 {
  position: relative;
  width: 49%;
  border-radius: 24px;
}

.v7kc4N8PQvi4D .V0UJpM-dZ0As4 img {
  width: 100%;
  height: 100%;
}

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

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

.v7kc4N8PQvi4D .C5HUun2pF_posts span:last-child {
  margin: 0;
}

.v7kc4N8PQvi4D .C5HUun2pF_posts span:hover {
  background: var(--primary);
}

.v7kc4N8PQvi4D .C5HUun2pF_posts 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 .V2C47ha8MnC {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

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

.content .item-cGjUNEyO {
  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 .V2C47ha8MnC .j8p4VZ-F6mHGK .Q7aJYVh__XY5F {
  border: none;
}

.content .EtiAa7Dr__rBSN .item-cGjUNEyO {
  flex-direction: column;
  width: 32.5%;
}

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

.content .brand__uD0XVzCH4 {
  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 .EtiAa7Dr__rBSN .l__jdtYZa {
  flex-direction: row;
  align-items: center;
}

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

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

.content .Q9KMoy-Q736TN .FeVtQ_s4BNlK img {
  width: 100%;
  height: 100%;
}

.content .EtiAa7Dr__rBSN .log-JbDifK {
  margin: 0 16px 0 0;
  width: 90px;
  height: 90px;
}

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

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

.content .header--lWgisCQfB,
.content .l--n8vhd7fR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.content .V2C47ha8MnC .j8p4VZ-F6mHGK .header--lWgisCQfB,
.content .V2C47ha8MnC .j8p4VZ-F6mHGK .l--n8vhd7fR {
  flex-direction: column;
}

.content .V2C47ha8MnC .j8p4VZ-F6mHGK .ka2id__K4uP3ie,
.content .V2C47ha8MnC .j8p4VZ-F6mHGK .F9H6JXrUblogo,
.content .V2C47ha8MnC .j8p4VZ-F6mHGK .showcase-info-row,
.content .V2C47ha8MnC .j8p4VZ-F6mHGK .iqzf8sHRw_l {
  align-self: flex-start;
}

.content .l--n8vhd7fR {
  display: none;
}

.content .l--n8vhd7fR .MWcuiF4V--btn,
.content .l--n8vhd7fR span {
  display: none;
}

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

.content .EtiAa7Dr__rBSN .ka2id__K4uP3ie,
.content .EtiAa7Dr__rBSN .F9H6JXrUblogo {
  margin: 0;
  text-align: left;
}

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

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

.content .EtiAa7Dr__rBSN .showcase-info-rating,
.content .EtiAa7Dr__rBSN .PoOI2p__logo {
  margin: 0 5px 0 0;
}

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

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

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

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

.content .d--s8nFhH {
  max-width: 100%;
}

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

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

.content .V2C47ha8MnC .j8p4VZ-F6mHGK .action-4BsJClb {
  justify-content: flex-end;
  width: 30%;
}

.content .EtiAa7Dr__rBSN .action-4BsJClb {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

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

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

.content .EtiAa7Dr__rBSN .GBUC0o7lgb {
  margin: 0;
  align-self: flex-start;
}

.content .MWcuiF4V--btn {
  display: flex;
  margin: 0 0 13px 0;
}

.content .MWcuiF4V--btn:last-child {
  margin: 0;
}

.content .MWcuiF4V--btn img {
  margin: 0 12px 0 0;
  width: 20px;
  height: 20px;
}

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

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

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

.content .b__tZN2vl .btn--LVkZ1MhTQ {
  margin: 0 0 8px 0;
  padding: 17px 5px;
  min-width: 185px;
}

.content .EtiAa7Dr__rBSN .b__tZN2vl .btn--LVkZ1MhTQ.l1X8ryVbzq__column {
  margin: 0 0 0 8px;
  width: 65%;
  min-width: auto;
}

.content .EtiAa7Dr__rBSN .b__tZN2vl .btn--LVkZ1MhTQ.action_fXH1Y5J {
  width: 35%;
  min-width: auto;
}

.content .b__tZN2vl .btn--LVkZ1MhTQ:last-child {
  margin: 0;
}

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

.content .EtiAa7Dr__rBSN .actionJeo3X9uE img {
  margin: 0 8.5px;
  width: 17.3px;
  height: 17.3px;
}

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

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

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

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

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

.content .p-vJmijC.VXjvJnk2--p {
  color: var(--green);
}

.content .p-vJmijC.cdr5gLT3Wz {
  color: var(--red);
}

.content .LFCrlj__primary .xPBeEq7first {
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.content .LFCrlj__primary .xPBeEq7first p {
  margin: 0;
}

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

.content .LFCrlj__primary .xPBeEq7first p {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.content .table-responsive .tb__8Y9iAj,
.content figure.tb_0TXnRmzrO .tb__8Y9iAj {
  display: flex;
}

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

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

.content .table-responsive .JtEujS-gFR4X6,
.content figure.tb_0TXnRmzrO .JtEujS-gFR4X6 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.content .table-responsive .JtEujS-gFR4X6 img,
.content figure.tb_0TXnRmzrO .JtEujS-gFR4X6 img {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
}

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

.content .table-responsive .JtEujS-gFR4X6 .btn--LVkZ1MhTQ,
.content figure.tb_0TXnRmzrO .JtEujS-gFR4X6 .btn--LVkZ1MhTQ {
  padding: 8px 30px;
  width: 70%;
  white-space: nowrap;
}

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

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

.content .Q9KMoy-Q736TN .FeVtQ_s4BNlK img {
  width: 100%;
  height: 100%;
}

.content .Q9KMoy-Q736TN .FeVtQ_s4BNlK:hover {
  filter: brightness(70%);
}

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

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

.content .Q9KMoy-Q736TN .item-bjxGzOe:hover {
  color: var(--primary);
}

.content .Q9KMoy-Q736TN .kB0t5s9I-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .Q9KMoy-Q736TN .kB0t5s9I-blog img {
  margin: 0 6px 0 0;
  width: 20px;
  height: 20px;
}

.content .Q9KMoy-Q736TN .articlesi461dn5S {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
}

.content .Q9KMoy-Q736TN .vtXrcBkMU-articles {
  display: flex;
  flex-wrap: wrap;
}

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

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

.content .Q9KMoy-Q736TN .Fs8Cea--articles .btn--LVkZ1MhTQ {
  margin: 16px 0 0 0;
}

.content .Q9KMoy-Q736TN .Fs8Cea--articles .btn--LVkZ1MhTQ.action_fXH1Y5J {
  margin-right: 15px;
}

.content .Q9KMoy-Q736TN .T41AbjmJR_button {
  display: flex;
  justify-content: space-between;
}

.content .Q9KMoy-Q736TN .T41AbjmJR_button .btn--LVkZ1MhTQ:last-child {
  width: 70%;
}

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

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

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

.content .QA5SgxqN--wrap 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.dJOGF5__sm {
  margin: 15px 0 0 0;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
}

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

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

.content .top--EkYGVjr .actionAwCNea {
  width: 30px;
  height: 30px;
  transition: 0.4s all linear;
  transform: rotate(180deg);
}

.content .spoiler.active .top--EkYGVjr .actionAwCNea {
  transform: rotate(360deg);
}

.content .top--EkYGVjr .actionAwCNea 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;
}

.E9gDX5-bpZu5 {
  display: flex;
  width: 250px;
  height: 250px;
}

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

.qUTueN-OW5hX {
  float: right;
  margin: 0 0 10px 10px;
}

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

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

.drLqE-294NpRy5q {
  display: flex;
  width: 48%;
  height: auto;
}

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

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

.pjuAX1MJ--x9WObm {
  float: right;
  margin: 0 0 10px 20px;
}

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

.W9CQoatkYmain .ILrW6pyZ_banner {
  display: flex;
  flex-direction: column;
  width: 45%;
}

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

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

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

.W9CQoatkYmain .ILrW6pyZ_banner .btn--LVkZ1MhTQ:hover {
  background: var(--black);
  color: var(--white);
}

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

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

.W9CQoatkYmain .UvZPhyV4X-main .pFGjbQXhr {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.W9CQoatkYmain .pFGjbQXhr .tI1ReDf-foot {
  width: 100%;
  height: 100%;
}

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

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

.pFGjbQXhr.is-flipped .foot__2OpDMCZf {
  transform: rotateY(180deg);
}

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

.pFGjbQXhr .WEeTFC9Dm-bottom.p5WHVA8_frm {
  background: var(--white);
}

.pFGjbQXhr .WEeTFC9Dm-bottom.btn_fpaBiFuQC {
  transform: rotateY(180deg);
  background: #000;
  border: 1px solid var(--grey-200);
}

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

.pecgaF-sitemap {
  width: 19%;
}

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

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

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

.R3iRJuq4block .blockEBgGk1 img {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content .b9kyr__Ap8GKPQ7r {
  display: none;
}

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

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

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

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

.R1Es4QJ-frm {
  display: flex;
}

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

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

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

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

.content .fr__EZJ9yf .foot--ZNjbXQUP {
  margin: 21px 0 0 0;
}

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

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

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

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

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

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

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

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

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

.content .fr__EZJ9yf .mnOhdBkFoYvxq .oPWAiHxfooter {
  width: 39%;
}

.content .fr__EZJ9yf .btn--LVkZ1MhTQ {
  width: 18%;
}

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

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

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

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

.T8Y14E6yDa__blog.HAdtY--wCxtK4 {
  border-radius: 24px;
}

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

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

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

.T8Y14E6yDa__blog.HAdtY--wCxtK4 svg {
  transform: rotate(360deg);
}

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

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

.T8Y14E6yDa__blog.HAdtY--wCxtK4 .footer--LeXZSV::after {
  transform: rotate(180deg);
  opacity: 1;
}

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

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

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

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

.ut9qmvJAg-signin {
  display: flex;
  flex-direction: column;
}

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

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

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

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

.sign__k6rHBSwj .t40O-AJmj7cO85 a:last-child,
footer .t40O-AJmj7cO85 a:last-child {
  margin: 0;
}

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

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

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

.blog__k6OjKf .b_Pghlt2jV img {
  width: inherit;
  height: inherit;
}

.blog__k6OjKf .QKbuRoF__action {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}

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

.blog__k6OjKf .un5M9kDOaction:hover {
  color: var(--primary);
}

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

.blog__k6OjKf .Bgr126xN--card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}

.blog__k6OjKf .Bgr126xN--card .btn--LVkZ1MhTQ {
  width: 35%;
}

.blog__k6OjKf .Bgr126xN--card .T8Y14E6yDa__blog {
  margin: 0;
  width: 63%;
  background: var(--white);
}

.blog__k6OjKf .Bgr126xN--card .footer--LeXZSV {
  padding: 16px;
  transition: 0.4s all linear;
}

.blog__k6OjKf .Bgr126xN--card .T8Y14E6yDa__blog.HAdtY--wCxtK4 .footer--LeXZSV span {
  color: var(--primary);
}

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

.wrap2RPv37gE .hZATWzlQt__blocks {
  display: flex;
  flex-direction: row;
  max-width: 90%;
}

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

.wrap2RPv37gE .hZATWzlQt__blocks svg path {
  fill: var(--black);
}

.wrap2RPv37gE .action-zuj5NL {
  display: flex;
  flex-direction: column;
}

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

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

.wrap2RPv37gE .btn--LVkZ1MhTQ {
  white-space: nowrap;
}

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

.XyeuPBcfban .banner_KFnvMx {
  display: flex;
  flex-direction: column;
}

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

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

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

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

.XyeuPBcfban .ban-t6NpO9cX span {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: var(--white);
}

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

.XyeuPBcfban .QA5SgxqN--wrap {
  width: 49%;
  align-items: center;
}

.XyeuPBcfban .QA5SgxqN--wrap img {
  position: static;
  margin: 0 0 0 15px;
}

.XyeuPBcfban .btn--LVkZ1MhTQ {
  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 .botCdh3Vclgq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: 32px 0 0 0;
  width: 75%;
}

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

footer .RrN0HItlk--f img {
  margin: 0 19px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .pFGjbQXhr .foot__2OpDMCZf {
    transition: none;
  }
}
@media screen and (max-width: 1320px) {
  .cBKGTbCmnP {
    padding: 0 20px;
  }
  .v7kc4N8PQvi4D {
    padding: 174px 0 0 0;
  }
}
@media screen and (max-width: 1140px) {
  .cBKGTbCmnP {
    padding: 0 20px;
  }
  header nav .b__g8vDi7 {
    flex-direction: column-reverse;
  }
  header nav .b__g8vDi7 .actionOu0C6Vipj {
    margin: 0 0 20px 0;
  }
  header nav .b__g8vDi7 .t40O-AJmj7cO85 {
    margin: 0;
  }
  .content .action-4BsJClb {
    flex-direction: column;
  }
  .content .b__tZN2vl {
    margin: 16px 0 0 0;
  }
  .content .Q9KMoy-Q736TN .FeVtQ_s4BNlK {
    height: 150px;
  }
  .content .Q9KMoy-Q736TN .item-bjxGzOe {
    font-size: 20px;
  }
  .W9CQoatkYmain .p9qia4WLG_hr {
    font-size: 36px;
    line-height: 36px;
  }
  .W9CQoatkYmain .banner_ZAiw2LE {
    width: 80%;
  }
  .сomparison-table table {
    min-width: 1200px;
  }
  .table-responsive.H7VFW-FrIpEc01R > table {
    min-width: 205%;
  }
  .XyeuPBcfban .Bw6mRjbanner {
    width: 640px;
  }
  footer .botCdh3Vclgq {
    flex-direction: column;
  }
  footer .foot62EnUXgq,
  footer .bottom_JL7P4p08A {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    flex-wrap: wrap;
  }
  .VDZTwgNm--button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .VDZTwgNm--button svg {
    width: 40px;
    height: 40px;
  }
  .VDZTwgNm--button svg rect {
    fill: var(--surface);
  }
  .VDZTwgNm--button svg path {
    stroke: var(--primary);
  }
  .VDZTwgNm--button svg.jqKESod9k-button {
    display: none;
  }
  header.active .VDZTwgNm--button svg.jqKESod9k-button {
    display: block;
  }
  header.active .VDZTwgNm--button svg.b-GvJ9mBMFW {
    display: none;
  }
  header nav .menu--IW7oVm {
    position: absolute;
    top: 140px;
    left: -1%;
    display: none;
    flex-direction: column;
    padding: 50px 0;
    width: 102%;
    background: var(--white);
  }
  header.active nav .menu--IW7oVm {
    display: flex;
  }
  header nav .menu--IW7oVm ul,
  footer nav .menu--IW7oVm ul {
    flex-direction: column;
    background: transparent;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
  }
  header nav .menu--IW7oVm ul li,
  footer nav .menu--IW7oVm ul li {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 24px;
    background: none;
    color: var(--black);
    border: none;
  }
  header nav .menu--IW7oVm ul li.active,
  header nav .menu--IW7oVm ul li:hover,
  footer nav .menu--IW7oVm ul li.active,
  footer nav .menu--IW7oVm ul li:hover {
    background: transparent;
    color: var(--primary);
  }
  header nav .menu--IW7oVm ul li a,
  footer nav .menu--IW7oVm ul li a {
    padding: 0;
  }
  header nav .b__g8vDi7 {
    flex-direction: row;
    margin: 20px 0 0 0;
    width: 100%;
  }
  header nav .b__g8vDi7 .t40O-AJmj7cO85 {
    display: none;
  }
  header nav .b__g8vDi7 .actionOu0C6Vipj {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  header nav .b__g8vDi7 .btn--LVkZ1MhTQ {
    margin: 0;
    width: 49%;
  }
  header nav .b__g8vDi7 .btn--LVkZ1MhTQ.action_fXH1Y5J {
    margin: 0;
  }
  header nav .menu--IW7oVm .t40O-AJmj7cO85 {
    display: flex;
    margin: 40px 0 0 0;
    align-self: flex-start;
  }
  .v7kc4N8PQvi4D {
    padding: 105px 0 0 0;
  }
  .v7kc4N8PQvi4D .block__xt9M4nC {
    flex-direction: column-reverse;
  }
  .v7kc4N8PQvi4D .buttonBaIYUsPQ0 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .v7kc4N8PQvi4D .V0UJpM-dZ0As4 {
    width: 100%;
    height: 400px;
  }
  .v7kc4N8PQvi4D .buttonBaIYUsPQ0 p {
    margin: 0 0 30px 0;
  }
  .v7kc4N8PQvi4D .buttonBaIYUsPQ0 .btn--LVkZ1MhTQ {
    width: 100%;
  }
  .content .EtiAa7Dr__rBSN {
    flex-wrap: wrap;
  }
  .content .ka2id__K4uP3ie {
    font-size: 20px;
    line-height: 26px;
  }
  .content .F9H6JXrUblogo {
    font-size: 28px;
    line-height: 32px;
    align-self: flex-start;
  }
  .content .item-cGjUNEyO {
    flex-wrap: wrap;
  }
  .content .EtiAa7Dr__rBSN .item-cGjUNEyO {
    width: 49%;
  }
  .content .action-4BsJClb {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .content .Q7aJYVh__XY5F {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey-200);
  }
  .content .header--lWgisCQfB {
    display: none;
  }
  .content .l--n8vhd7fR {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    justify-content: center;
  }
  .content .l__jdtYZa {
    flex-direction: row;
    width: 100%;
  }
  .content .primary__9T5a8Cc {
    align-self: center;
  }
  .content .V2C47ha8MnC .j8p4VZ-F6mHGK .Q7aJYVh__XY5F {
    display: none;
    border: none;
  }
  .content .V2C47ha8MnC .j8p4VZ-F6mHGK .action-4BsJClb {
    margin: 0;
    width: 100%;
  }
  .content .V2C47ha8MnC .j8p4VZ-F6mHGK .b__tZN2vl {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .content .V2C47ha8MnC .j8p4VZ-F6mHGK .b__tZN2vl .btn--LVkZ1MhTQ {
    margin: 0;
    width: 49%;
  }
  .content .V2C47ha8MnC .j8p4VZ-F6mHGK.item-cGjUNEyO {
    width: 100%;
  }
  .content .Q9KMoy-Q736TN {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .Q9KMoy-Q736TN .FeVtQ_s4BNlK {
    height: 190px;
  }
  .drLqE-294NpRy5q {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .drLqE-294NpRy5q img {
    border-radius: 12px;
  }
  .E9gDX5-bpZu5 {
    width: 200px;
    height: 200px;
  }
  .E9gDX5-bpZu5 img {
    border-radius: 12px;
  }
  .W9CQoatkYmain {
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 20px 16px;
    border-radius: 26px;
  }
  .W9CQoatkYmain .ILrW6pyZ_banner {
    width: 100%;
  }
  .W9CQoatkYmain .p9qia4WLG_hr {
    font-size: 36px;
    line-height: 36px;
  }
  .W9CQoatkYmain .banner_ZAiw2LE {
    font-size: 16px;
    line-height: 24px;
  }
  .W9CQoatkYmain .ILrW6pyZ_banner .btn--LVkZ1MhTQ {
    margin: 20px 0 0 0;
  }
  .W9CQoatkYmain .UvZPhyV4X-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 0 0;
    width: 100%;
  }
  .W9CQoatkYmain .pFGjbQXhr {
    border-radius: 24px;
  }
  .blockkq49DN {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content .posts--clQjd7A {
    border-radius: 16px;
  }
  .content .b9kyr__Ap8GKPQ7r {
    display: flex;
    align-self: flex-end;
  }
  .content .b9kyr__Ap8GKPQ7r.contrast__qJomhV2 {
    margin: 10px 0 0 0;
  }
  .content .header__wo5NJhQiG {
    display: none;
  }
  .content .Myv0IHu--invert.b9kyr__Ap8GKPQ7r {
    margin: 0;
    align-self: center;
  }
  .content .fr__EZJ9yf {
    width: 100%;
  }
  .content .fr__EZJ9yf .mnOhdBkFoYvxq {
    flex-direction: column;
  }
  .content .fr__EZJ9yf .mnOhdBkFoYvxq .oPWAiHxfooter {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .content .fr__EZJ9yf .btn--LVkZ1MhTQ {
    width: 100%;
  }
  .W78vMsntL_footer {
    margin: 0 0 20px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .content .QA5SgxqN--wrap span {
    font-size: 16px;
  }
  .blog__k6OjKf {
    flex-direction: column;
  }
  .blog__k6OjKf .b_Pghlt2jV {
    margin: 0 0 16px 0;
    width: 100%;
    height: 300px;
  }
  .blog__k6OjKf .QKbuRoF__action {
    margin: 0;
    width: 100%;
  }
  .blog__k6OjKf .Bgr126xN--card {
    margin: 0;
    flex-direction: column;
  }
  .blog__k6OjKf .Bgr126xN--card .T8Y14E6yDa__blog,
  .blog__k6OjKf .Bgr126xN--card .btn--LVkZ1MhTQ {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .wrap2RPv37gE .hZATWzlQt__blocks {
    max-width: 55%;
  }
  .XyeuPBcfban {
    flex-direction: column;
  }
  .XyeuPBcfban .hr_OA6lVBI9 {
    font-size: 20px;
  }
  .XyeuPBcfban .Bw6mRjbanner {
    width: 50%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .JkoVNYHdF-logo {
    margin: 0 0 17px 0;
    align-self: center;
    order: 0;
  }
  footer .t40O-AJmj7cO85 {
    order: 1;
  }
  footer nav .menu--IW7oVm {
    margin: 15px 0 0 0;
    order: 2;
    align-self: flex-start;
  }
  footer nav .menu--IW7oVm ul li {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 15px 0;
  }
  header nav .menu--IW7oVm ul li {
    font-size: 16px;
    line-height: 22px;
  }
  header nav .menu--IW7oVm .t40O-AJmj7cO85 {
    margin: 20px 0 0 0;
  }
  .v7kc4N8PQvi4D {
    padding: 85px 0 0 0;
  }
  .v7kc4N8PQvi4D .V0UJpM-dZ0As4 {
    height: 200px;
  }
  .v7kc4N8PQvi4D .C5HUun2pF_posts {
    padding: 6px;
  }
  .v7kc4N8PQvi4D .C5HUun2pF_posts span {
    width: 8px;
    height: 8px;
  }
  .v7kc4N8PQvi4D .C5HUun2pF_posts span.active {
    width: 13px;
  }
  .v7kc4N8PQvi4D .buttonBaIYUsPQ0 h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 36px;
  }
  .v7kc4N8PQvi4D .buttonBaIYUsPQ0 p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .content .EtiAa7Dr__rBSN .item-cGjUNEyO {
    width: 100%;
  }
  .content .l__jdtYZa {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .content .log-JbDifK {
    margin: 0 8px 0 0;
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .content .l--n8vhd7fR {
    margin: 0;
    justify-content: flex-start;
  }
  .l--n8vhd7fR {
    display: flex;
    flex-direction: column;
  }
  .content .F9H6JXrUblogo {
    margin: 0;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
  }
  .content .PoOI2p__logo {
    margin: 0;
  }
  .content .Q7aJYVh__XY5F {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .content .ka2id__K4uP3ie {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .content .d--s8nFhH {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .content .primary__9T5a8Cc {
    padding: 0;
    background: transparent;
    border-radius: 16px;
    width: 100%;
  }
  .content .g1ndaYvP__p {
    display: none;
  }
  .content .HoDVlZ_wraper {
    flex-direction: row;
    padding: 4.5px 8px;
    border-radius: 19px;
    width: 100%;
  }
  .content .HoDVlZ_wraper p {
    width: 90%;
    text-align: center;
    flex: 1;
  }
  .content .action-4BsJClb {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  .content .EtiAa7Dr__rBSN .action-4BsJClb {
    margin: 8px 0 0 0;
  }
  .content .b__tZN2vl {
    flex-direction: row-reverse;
    width: 100%;
  }
  .content .b__tZN2vl .btn--LVkZ1MhTQ {
    margin: 0 0 0 8px;
    padding: 10.5px 5px;
    min-width: 90px;
  }
  .content .b__tZN2vl .btn--LVkZ1MhTQ.l1X8ryVbzq__column {
    width: 60%;
  }
  .content .b__tZN2vl .btn--LVkZ1MhTQ.action_fXH1Y5J {
    width: 40%;
  }
  .content .GBUC0o7lgb {
    margin: 0;
    width: 100%;
  }
  .content .EtiAa7Dr__rBSN .b__tZN2vl {
    margin: 0;
    order: 0;
  }
  .content .EtiAa7Dr__rBSN .GBUC0o7lgb {
    margin: 19px 0 0 0;
    order: 1;
  }
  .content .EtiAa7Dr__rBSN .actionJeo3X9uE {
    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 .item-cGjUNEyO {
    margin: 0 0 15px 0;
    border-radius: 16px;
  }
  .content .l--n8vhd7fR .MWcuiF4V--btn,
  .content .l--n8vhd7fR span {
    display: flex;
  }
  .content .showcase-info-row,
  .content .iqzf8sHRw_l {
    margin: 0 0 10px 0;
  }
  .content .l--n8vhd7fR span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--grey-300);
    align-self: flex-start;
  }
  .content .l--n8vhd7fR .MWcuiF4V--btn {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black);
    align-self: flex-start;
  }
  .content .brand__uD0XVzCH4 {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .content .M5NJ6DPq-B8MWRE {
    font-size: 18px;
    max-width: 100%;
  }
  .content .btn-zcxodG3 {
    display: none;
  }
  .content .LFCrlj__primary {
    flex-wrap: wrap;
  }
  .content .posts-daW5vhq9E {
    margin: 0 0 20px 0;
    padding: 16px;
    width: 100%;
  }
  .content .posts-daW5vhq9E:last-child {
    margin: 0;
  }
  .content .p-vJmijC {
    font-size: 14px;
    line-height: 16px;
  }
  .content .Q9KMoy-Q736TN {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content .Q9KMoy-Q736TN .B9Ln2wAiO__article {
    font-size: 14px;
  }
  .content .spoiler span {
    font-size: 20px;
  }
  .E9gDX5-bpZu5 {
    width: 200px;
    height: 200px;
  }
  .R3iRJuq4block {
    display: block;
    overflow-x: auto;
  }
  .blockkq49DN {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 10px;
  }
  .R3iRJuq4block .blockEBgGk1 {
    padding: 10px;
    width: 300px;
    border-radius: 16px;
  }
  .R3iRJuq4block .blockEBgGk1 img {
    width: 18px;
    height: 18px;
  }
  .blog__k6OjKf .b_Pghlt2jV {
    height: 190px;
  }
  .wrap2RPv37gE {
    flex-direction: column;
  }
  .wrap2RPv37gE .hZATWzlQt__blocks {
    width: 100%;
    max-width: 100%;
  }
  .wrap2RPv37gE .btn--LVkZ1MhTQ {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .wrap2RPv37gE .hZATWzlQt__blocks svg {
    width: 35px;
    height: 35px;
  }
  .XyeuPBcfban .Bw6mRjbanner {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .XyeuPBcfban .ban-t6NpO9cX span {
    font-size: 24px;
    line-height: 24px;
  }
  .XyeuPBcfban .oFz2R1Tcvhero {
    flex-direction: column;
  }
  .XyeuPBcfban .QA5SgxqN--wrap {
    margin: 0 0 10px 0;
    padding: 16px;
    width: 100%;
  }
  .XyeuPBcfban .btn--LVkZ1MhTQ {
    width: 100%;
  }
  .ban__i5JbXhpIO {
    margin: 5px 0;
  }
  .XyeuPBcfban .hr_OA6lVBI9 {
    margin: 5px 0;
  }
  footer .botCdh3Vclgq {
    width: 100%;
  }
  footer .RrN0HItlk--f {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .foot62EnUXgq {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  footer .RrN0HItlk--f img,
  footer .foot62EnUXgq img {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .R3iRJuq4block .blockEBgGk1 {
    width: 245px;
  }
}
