@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/variable-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --inter-text: 'opsz' 14;
  --inter-display: 'opsz' 32;
}

html, body {
  width: 100%;
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html, body {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: none;
  font-variation-settings: var(--inter-display);
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
}
body.gray {
  background: #F3F3F6;
}
@media (max-width: 767.98px) {
  body.gray-mob {
    background: #F3F3F6;
  }
}
body section {
  overflow: hidden;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
body .body-filler {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .deskonly {
    display: none !important;
  }
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

* {
  scroll-margin-top: 20px;
}

.bg-white {
  background: #ffffff;
}

.flex {
  display: flex;
  align-items: center;
}
.flex_column {
  flex-direction: column;
  align-items: stretch;
}

.arrow-45.arrow-45 {
  display: inline-block;
  vertical-align: middle;
  width: 0.94em;
  margin-left: 0.15em;
  margin-bottom: 0.1em;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.1;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: block;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dd, dt {
  margin: 0;
  padding: 0;
}

a, a:active, a:hover {
  text-decoration: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}

textarea {
  display: block;
  resize: vertical;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

input, textarea {
  display: block;
  background: transparent;
  border: none;
  outline: none;
}

*, *::after, *::before {
  box-sizing: border-box;
  font-size: inherit;
  font-variation-settings: inherit;
  line-height: inherit;
  color: inherit;
}

*:not(svg *), *::after, *::before {
  transform-origin: center center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ul, ol, li, figure, figcaption {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

button, [type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

svg, img {
  display: block;
  width: auto;
  height: auto;
}

dd, dt, address {
  margin: 0;
  font-style: normal;
}

iframe {
  border: none;
}

body {
  --wrappad: 60px;
  --wraplimit: 1160px;
}
@media (max-width: 1279px) {
  body {
    --wrappad: 30px;
  }
}
@media (max-width: 767.98px) {
  body {
    --wrappad: 12px;
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: calc(var(--wraplimit) + var(--wrappad) * 2);
  padding: 0 var(--wrappad);
}
@media (max-width: 767.98px) {
  .wrapper_nomob {
    margin: 0;
    padding: 0;
  }
}

.inwrap {
  margin: 0 calc(var(--inwrapshift, 0px) - var(--wrappad));
}

@media (max-width: 767.98px) {
  .mobinwrap {
    margin: 0 calc(var(--inwrapshift, 0px) - var(--wrappad));
  }
}

.btn {
  --h: 48px;
  --w: 136px;
  --pad-X: 16px;
  --fs: 16px;
  --r: 12px;
  --bg: #ffffff;
  --color: #1E1E20;
  --bg-hover: #F3F3F6;
  --bg-active: rgb(222.6, 222.6, 230.7);
  --border-color: transparent;
  --shadow: none;
  --pad-X-shift: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--h);
  padding: 0 calc(var(--pad-X) - var(--pad-X-shift));
  min-width: fit-content;
  width: var(--w);
  white-space: nowrap;
  font-size: var(--fs);
  background: var(--bg);
  color: var(--color);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: background 0.2s ease-out, box-shadow 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, transform 0.1s ease-out;
}
.btn:hover {
  background: var(--bg-hover);
}
.btn:active {
  background: var(--bg-active);
  transform: translateY(1px);
}
.btn svg, .btn img:not(:first-child) {
  margin-left: 8px;
}
.btn_size-big {
  --h: 56px;
  --w: 232px;
  --pad-X: 32px;
  --fs: 18px;
  --r: 100px;
}
@media (max-width: 767.98px) {
  .btn_size-big-mob {
    --h: 56px;
    --w: 232px;
    --pad-X: 32px;
    --fs: 18px;
    --r: 100px;
  }
}
.btn_size-sm {
  --w: 120px;
  --h: 40px;
  --r: 8px;
}
@media (max-width: 767.98px) {
  .btn_size-sm-mob {
    --w: 120px;
    --h: 40px;
    --r: 8px;
  }
}
@media (max-width: 767.98px) {
  .btn_size-med-mob {
    --h: 48px;
    --w: 136px;
    --pad-X: 16px;
    --fs: 16px;
    --r: 12px;
  }
}
.btn_size-xsm {
  --w: 100px;
  --h: 32px;
  --pad-X: 12px;
  --fs: 14px;
  --r: 8px;
}
@media (max-width: 767.98px) {
  .btn_size-xsm-mob {
    --w: 100px;
    --h: 32px;
    --pad-X: 12px;
    --fs: 14px;
    --r: 8px;
  }
}
.btn_type-dark {
  --bg: #1E1E20;
  --color: #ffffff;
  --bg-hover: #37373D;
  --bg-active: rgb(71.9267241379, 71.9267241379, 79.7732758621);
  --border-color: #1E1E20;
  --shadow: inset 0 -2px 0 rgba(colors.$black, .16);
  position: relative;
  overflow: hidden;
}
.btn_type-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
  border-radius: inherit;
  pointer-events: none;
}
.btn_type-outlined {
  border: 1px solid var(--border-color);
  --border-color: #1E1E20;
  --bg-hover: #F3F3F6;
  --bg-active: rgb(222.6, 222.6, 230.7);
  --pad-X-shift: 1px;
}
.btn_type-outlined:hover {
  --border-color: #A3A3AB;
}
.btn_type-outlined:active {
  --border-color: rgb(144.3386363636, 144.3386363636, 153.9613636364);
}
.btn_bg-transparent {
  --bg: transparent;
}

.swiper-onwhite {
  --swiper-btn-bg: #F3F3F6;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container:not(.swiper-initialized) {
  visibility: hidden;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, height;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-scrollbar, .swiper-scrollbar-horizontal {
  touch-action: none;
}

.swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--swiper-btn-bg, #ffffff);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-out, translate 0.1s ease-out;
  color: #1E1E20;
}
.swiper-btn svg {
  width: 24px;
  height: 24px;
}
.swiper-btn:hover {
  background: #E6E6EC;
  color: #37373D;
}
.swiper-btn:active {
  background: #CDCDD4;
  color: #37373D;
  translate: 0 1px;
}
.swiper-btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s;
  cursor: pointer;
  position: relative;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}

.articles-swiper {
  overflow: hidden;
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .articles-swiper {
    padding: 21px 0;
  }
}
.articles-swiper .swiper-slide {
  width: auto;
}
@media (min-width: 2200px) {
  .articles-swiper__inner {
    min-width: 2300px;
    width: 2300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    mask-image: linear-gradient(to right, transparent, black 100px, black calc(100% - 100px), transparent);
  }
}
.articles-swiper__swiper {
  overflow: hidden;
}
.articles-swiper__nav {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .articles-swiper__nav {
    display: none;
  }
}
.articles-swiper__swiper:not(.swiper-initialized) {
  visibility: hidden;
}

.article-card {
  display: block;
  width: 278px;
  height: 346px;
  clip-path: inset(0 0 round 16px);
}
.article-card__img {
  position: absolute;
  inset: 0;
}
.article-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to top, rgba(31, 31, 31, 0.7), transparent);
  z-index: 2;
  pointer-events: none;
}
.article-card__blur {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 1;
  pointer-events: none;
}
.article-card__blur > div {
  position: absolute;
  inset: 0;
}
.article-card__blur > div:nth-child(1) {
  z-index: 1;
  -webkit-backdrop-filter: blur(0.8px);
  backdrop-filter: blur(0.8px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 45%);
}
.article-card__blur > div:nth-child(2) {
  z-index: 2;
  -webkit-backdrop-filter: blur(1.6px);
  backdrop-filter: blur(1.6px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0) 65%);
}
.article-card__blur > div:nth-child(3) {
  z-index: 3;
  -webkit-backdrop-filter: blur(2.4px);
  backdrop-filter: blur(2.4px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%);
}
.article-card__blur > div:nth-child(4) {
  z-index: 4;
  -webkit-backdrop-filter: blur(3.2px);
  backdrop-filter: blur(3.2px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgb(0, 0, 0) 65%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
.article-card__blur > div:nth-child(5) {
  z-index: 5;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgb(0, 0, 0) 85%, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}
.article-card__blur > div:nth-child(6) {
  z-index: 6;
  -webkit-backdrop-filter: blur(4.8px);
  backdrop-filter: blur(4.8px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 85%, rgb(0, 0, 0) 100%);
}
.article-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 32px 25px 16px;
  z-index: 3;
  color: #ffffff;
}
.article-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 8px;
}
.article-card__desc {
  font-size: 14px;
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-search {
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .article-search {
    padding: 11px 0 25px;
  }
}
.article-search__inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article-search__inner {
    padding: 25px 20px;
  }
}
@media (max-width: 767.98px) {
  .article-search__inner {
    border-radius: 16px;
    padding: 20px var(--wrappad);
    gap: 32px;
  }
}
.article-search__search-frame {
  background: #F3F3F6;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .article-search__search-frame {
    padding: 20px 12px;
    margin-bottom: 30px;
  }
}
.article-search__categories {
  display: flex;
  justify-content: center;
  gap: 6px 6.5px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .article-search__categories {
    gap: 4.5px;
    order: 1;
    justify-content: flex-start;
  }
}
.article-search__category {
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #ffffff;
  color: #1F1F1F;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.article-search__category:hover {
  background: #EDECFF;
}
.article-search__category:active {
  transform: translateY(1px);
  background: rgb(203.1789473684, 200.3, 255);
}
@media (max-width: 767.98px) {
  .article-search__category {
    padding: 9px 13.5px;
    border-radius: 22.5px;
    font-size: 12px;
  }
}
.article-search__category[aria-selected=true] {
  background: #6B5EEC;
  color: #ffffff;
}
.article-search__category[aria-selected=true]:hover {
  background: rgb(86.0333333333, 71.1916666667, 233.3083333333);
}
.article-search__category[aria-selected=true]:active {
  background: rgb(65.0666666667, 48.3833333333, 230.6166666667);
}

.articles__pre-text {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #1E1E20;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .articles__pre-text {
    margin-bottom: 28px;
  }
}
.articles__grid {
  width: 100%;
  padding: 0 1px;
  display: grid;
  align-content: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 42px;
  margin-bottom: 34px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .articles__grid {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .articles__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0;
    margin-bottom: 26px;
  }
  .articles__grid > :nth-child(n+7) {
    display: none;
  }
}
.articles__notfound[aria-hidden=true] {
  display: none;
}

.article-card-2 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.article-card-2__img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.article-card-2__img img {
  width: 100%;
  aspect-ratio: 337/222;
  object-fit: cover;
  object-position: center;
  display: block;
}
.article-card-2__info {
  display: flex;
  flex-direction: column;
}
.article-card-2__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.article-card-2__tags {
  display: flex;
  gap: 4px;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.article-card-2__tags::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: linear-gradient(to right, transparent, #ffffff);
}
.article-card-2__tag {
  border-radius: 6px;
  padding: 6px 9px;
  line-height: 1;
  white-space: nowrap;
  font-size: 14px;
  color: #6B5EEC;
  border: 1px solid #E4E0FC;
}
.article-card-2__date {
  font-size: 14px;
  color: #88888F;
  white-space: nowrap;
  flex-shrink: 0;
}
.article-card-2__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1E1E20;
  margin-bottom: 6px;
  transition: color 0.2s ease-out;
}
.article-card-2:hover .article-card-2__title {
  color: #6B5EEC;
}
.article-card-2__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #88888F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .article-card-2__title {
    font-size: 18px;
  }
  .article-card-2__tag {
    font-size: 12px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 15px 0;
}
.header.inited, .header.inited .header__inner, .header.inited .header__inner::after {
  transition: transform 0.2s ease-out, background 0.2s ease-out, opacity 0.2s ease-out;
}
.header.headroom--unpinned {
  transform: translateY(-100%);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 1296px;
  height: 64px;
  margin: 0 auto;
  padding-left: 27px;
  padding-right: 39px;
  border-radius: 8px;
  position: relative;
}
.header__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 4px 8px 0 rgba(30, 30, 32, 0.06);
  opacity: 0;
  pointer-events: none;
}
.header.headroom--pinned:not(.headroom--top) .header__inner {
  background: #ffffff;
}
.header.headroom--pinned:not(.headroom--top) .header__inner::after {
  opacity: 1;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__nav-inner {
  display: contents;
}
.header__link {
  padding: 11px 8px;
  border-radius: 19px;
  color: #2A2A2E;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease-out, color 0.2s ease-out, transform 0.1s ease-out;
}
.header__link:hover {
  color: #6B5EEC;
  background: #F3F3F6;
}
.header__link:active {
  background: #E6E6EC;
  transform: translateY(1px);
}
.header__burger {
  width: 40px;
  height: 40px;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: #37373D;
  transition: color 0.1s ease-out, transform 0.1s ease-out;
}
.header__burger:hover, .header__burger :active {
  color: rgb(30.8189655172, 30.8189655172, 34.1810344828);
}
.header__burger:active {
  transform: scale(0.97) translateY(1px);
}
.header__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
.header__burger span:nth-child(1) {
  top: 14px;
}
.header__burger span:nth-child(2), .header__burger span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.header__burger span:nth-child(4) {
  bottom: 14px;
}
.header__burger.active span:nth-child(1) {
  transform: translateX(-50%) translateY(5px);
  opacity: 0;
}
.header__burger.active span:nth-child(4) {
  transform: translateX(-50%) translateY(-5px);
  opacity: 0;
}
.header__burger.active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.header__burger.active span:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
}
.header .header__cta {
  --h: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--h);
  padding: 0 15px;
  min-width: fit-content;
  width: 120px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  color: #1E1E20;
  border-radius: 8px;
  border: 1px solid #1E1E20;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.header .header__cta:hover {
  background: #1E1E1E;
  color: #ffffff;
  border-color: #1E1E1E;
}
.header .header__cta:active {
  transform: translateY(1px);
  background: rgb(47.85, 47.85, 47.85);
  border-color: rgb(47.85, 47.85, 47.85);
}
@media (max-width: 767.98px) {
  .header {
    padding: 8px 20px;
    background: #F3F3F6;
  }
  .header.headroom--pinned:not(.headroom--top), .header.headroom--pinned:not(.headroom--top) .header__nav-inner {
    background: #ffffff;
  }
  .header__inner {
    justify-content: flex-start;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    position: static;
  }
  .header .brand-logo {
    margin-right: auto;
  }
  .header__nav-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background: #F3F3F6;
    padding: 20px 0;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out, background 0.2s ease-out;
    box-shadow: 0 4px 8px 0 rgba(30, 30, 32, 0.06);
  }
  .header__burger.active + .header__nav-inner {
    opacity: 1;
    pointer-events: auto;
  }
  .header__link {
    padding: 10px;
    border-radius: 0;
    text-align: center;
  }
  .header__nav {
    order: 2;
  }
  .header__inner > .btn {
    order: 1;
  }
  .header .header__cta {
    height: auto;
    width: auto;
    align-self: stretch;
    padding: 0 11px;
    font-size: 14px;
  }
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1E1E1E;
  text-decoration: none;
}

.brand-logo__circle {
  width: 32px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .brand-logo__circle {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}

.brand-logo__text {
  font-weight: 600;
  line-height: 1;
}
.brand-logo__text_short {
  font-size: 22px;
}
.brand-logo__text_med {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .brand-logo__text_short {
    font-size: 20px;
  }
  .brand-logo__text_med {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .mobonly {
    display: none;
  }
}

.footer {
  background: #F3F3F6;
  padding: 77px 0 40px;
  --colwidth: 180px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer {
    --colwidth: 160px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    --wrappad: 16px;
  }
}
.footer__links {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .footer__links-cont:first-child {
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .footer__links {
    flex-direction: column;
    gap: 36px;
    margin-bottom: 40px;
  }
}
.footer__links-title {
  font-size: 20px;
  font-weight: 600;
  color: #1E1E20;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .footer__links-title {
    margin-bottom: 27px;
  }
}
.footer__links-list {
  display: grid;
  align-content: start;
  gap: 10px 31px;
  font-size: 16px;
  line-height: 1.2;
  color: #37373D;
  grid-template-columns: var(--colwidth);
}
.footer__links-list_double {
  grid-template-columns: var(--colwidth) var(--colwidth);
}
@media (max-width: 767.98px) {
  .footer__links-list {
    font-size: 14px;
    gap: 15.3px 16px;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__links-list li a {
  color: #37373D;
  text-decoration: none;
  transition: color 0.1s ease-out;
}
.footer__links-list li a:hover {
  color: #1E1E20;
}
.footer__endline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .footer__endline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__copyright {
  margin: 0;
  font-size: 14px;
  color: #37373D;
}