html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html.no-scroll,
html.no-scroll body {
  overflow: hidden !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
  background: #171717;
}

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

a {
  text-decoration: none;
}

.click--disabled {
  pointer-events: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #111827;
  font: 500 16px/1.4 "Inter", -apple-system, "system-ui", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "case", "calt", "ccmp", "kern";
  -webkit-font-feature-settings: "case", "calt", "ccmp", "kern";
  -moz-font-feature-settings: "case", "calt", "ccmp", "kern";
}

.upper-nav {
  background: #f3f4f5;
}

.upper-nav__container {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: relative;
  z-index: 999;
}

.upper-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #6B7280;
  position: relative;
}

.upper-nav .sub-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  line-height: 18px;
  letter-spacing: -0.014em;
  color: #6B7280;
  border-radius: 8px;
  padding: 0 12px;
}

.upper-nav .sub-nav-item:hover {
  background: #F9FAFB;
  color: #111827;
}

.upper-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.upper-nav__splitter {
  width: 1px;
  height: 24px;
  background: #6B7280;
  opacity: .3;
}

.upper-nav .sub-nav {
  position: absolute;
  top: 100%;
  width: auto;
  right: -20px;
  left: unset;
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: visible;
}

.upper-nav .sub-nav__layout {
  margin-top: 6px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.upper-nav .sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 4px;
  margin: 0;
  padding: 22px 20px;
}

.upper-nav-item,
.upper-nav .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  color: #6B7280;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.upper-nav .lang {
  padding: 5px 10px 5px 0;
}

.upper-nav-item {
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}

.upper-nav-item[aria-expanded="true"] {
  background: #ffffff;
  color: #111827;
  cursor: pointer;
}

.upper-nav-item:hover {
  background: #FFFFFF;
  color: #111827;
}

.upper-nav-item--link {
  background: transparent;
}

.upper-nav-item--link:hover {
  background: transparent;
  text-decoration: underline;
}

.main-nav {
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.04);
  position: relative;
}

.main-nav__container {
  max-width: 1080px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.main-nav__logo {
  margin-right: 20px;
}

.main-nav__logo .logo {
  display: block;
}

.main-nav__logo .logo__elm {
  -webkit-transition: fill .2s ease, opacity .2s ease;
  transition: fill .2s ease, opacity .2s ease;
}

.main-nav .logo-link {
  display: block;
  padding: 8px 0;
}

.main-nav .logo-link:hover .logo__elm--color-primary {
  fill: #3f3f46;
}

.main-nav .logo-link:hover .logo__elm--color-secondary {
  fill: #a1a1aa;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__list--connect {
  margin-left: auto;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.main-nav__list--connect .main-nav__item {
  padding: 0;
}

.main-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 6px;
  font-size: 15px;
  padding: 8px 12px;
  line-height: 20px;
  letter-spacing: -0.016em;
  color: #6B7280;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}

.main-nav-item:hover {
  background: #F5F7FA;
  color: #111827;
}

.main-nav-item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 0 4px;
  border-radius: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}

.main-nav-item--large:hover {
  background: transparent;
}

.main-nav-item--large:hover .main-nav-item__inner {
  background: #F5F7FA;
  color: #111827;
}

.main-nav-item--large[aria-expanded="true"] .main-nav-item__inner {
  background: #F5F7FA;
  color: #111827;
}

.main-nav-item--cta-button {
  padding: 12px 16px;
  font-size: 14px;
  color: #FFFFFF;
  Background: #1B62F1;
  line-height: 16px;
  letter-spacing: -0.01em;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.main-nav-item--cta-button:hover {
  background: #1D4ED8;
  color: #FFFFFF;
}

.main-nav-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 15px;
  padding: 8px 12px;
  line-height: 20px;
  letter-spacing: -0.016em;
  color: #6B7280;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}

.main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav__item:first-child .main-nav-item--large {
  padding-left: 16px;
}

.main-nav__item:last-child .main-nav-item--large {
  padding-right: 16px;
}

.test {
  height: unset !important;
}

.site-header__sub-nav {
  overflow: hidden;
}

.sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.sub-nav__container--contrast {
  background: #F5F7FA;
}

.sub-nav__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  background: #ffffff;
}

.sub-nav__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 22px 20px;
  min-width: 240px;
  background: #ffffff;
}

.sub-nav__section--contrast {
  background: #F5F7FA;
}

.sub-nav__section--contrast .sub-nav-item--card {
  background: transparent;
}

.sub-nav__section--contrast .sub-nav-item--card:hover {
  background: transparent;
}

.sub-nav__section--has-multi-col .sub-nav__item--title {
  margin: 0 0 12px;
  padding: 0 12px 10px;
}

.sub-nav__section--has-multi-col .sub-nav__list--multi-col {
  width: auto;
  min-width: unset;
}

.sub-nav__section--has-multi-col .sub-nav__list--multi-col:first-child .sub-nav__item {
  margin: 0 4px 0 0;
}

.sub-nav__section--has-multi-col .sub-nav__list--multi-col:first-child .sub-nav__item--title {
  margin: 0 0 12px 12px;
  padding: 0 12px 10px 0;
}

.sub-nav__section--has-multi-col .sub-nav__list--multi-col:last-child .sub-nav__item--title {
  margin: 0 12px 12px 0;
  padding: 0 0 10px 0;
}

.sub-nav__item--title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.016em;
  color: #9CA3AF;
  padding-bottom: 10px;
  margin: 0 12px 12px;
  min-height: 28px;
  -webkit-box-shadow: inset 0px -1px 0px #E5E7EB;
  box-shadow: inset 0px -1px 0px #E5E7EB;
}

.sub-nav__item--footer {
  margin: auto 12px 0;
  padding-top: 6px;
  -webkit-box-shadow: inset 0px 1px 0px #e5e7eb;
  box-shadow: inset 0px 1px 0px #e5e7eb;
}

.sub-nav__item--card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  min-height: 100%;
  min-width: 100%;
}

.sub-nav__list--has-footer .sub-nav__item:nth-last-child(2) {
  margin-bottom: 12px;
}

.sub-nav__list--gap-0 {
  row-gap: 0;
}

.sub-nav__list--self-height {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sub-nav__list--has-card {
  row-gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 490px;
}

.sub-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  gap: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.014em;
  color: #6B7280;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}

.sub-nav-item--has-icon {
  padding: 10px 16px 10px 12px;
}

.sub-nav-item--has-copy {
  min-height: 68px;
  padding: 10px 16px 10px 12px;
}

.sub-nav-item__icon--product .shape {
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
  fill: #4B5563;
}

.sub-nav-item__icon--product .bg {
  -webkit-transition: fill-opacity .2s ease;
  transition: fill-opacity .2s ease;
  fill-opacity: 0;
}

.sub-nav-item__title {
  padding: 0;
  margin: 0;
  color: #4B5563;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.sub-nav-item__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.sub-nav-item__desc {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #4B5563;
  font-weight: 400;
}

.sub-nav .link-arrow {
  padding: 10px 12px 10px 0;
  gap: 0;
  line-height: 22px;
  letter-spacing: -0.014em;
  color: #1B62F1;
  font-size: 15px;
}

.sub-nav .link-arrow:hover {
  color: #111827;
}

.main-nav .sub-nav-item:hover {
  background: #F9FAFB;
  color: #111827;
}

.main-nav .sub-nav-item:hover .sub-nav-item__title {
  color: #111827;
}

.main-nav .sub-nav-item:hover .sub-nav-item__desc {
  color: #1F2937;
}

.main-nav .sub-nav-item:hover .sub-nav-item__icon--product {
  -webkit-transition: fill .4s ease, fill-opacity .4s ease;
  transition: fill .4s ease, fill-opacity .4s ease;
}

.main-nav .sub-nav-item:hover .sub-nav-item__icon--product .shape {
  fill: #FFFFFF;
}

.main-nav .sub-nav-item:hover .sub-nav-item__icon--product .bg {
  fill-opacity: 1;
}

.main-nav .sub-nav__section--contrast .sub-nav-item:hover {
  background: #FFFFFF;
}

.sub-nav-spacer {
  height: 0px;
  background: transparent;
}

.nav-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 308px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background .2s;
  transition: background .2s;
  border-radius: 8px;
  overflow: hidden;
}

.nav-card__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f5;
}

.nav-card__image-container.is-loading {
  background: linear-gradient(110deg, #EFF1F5 8%, #fafafb 18%, #EFF1F5 33%);
  background-size: 200% 100%;
  animation: 1.5s isLoading linear infinite;
  -webkit-animation: 1.5s isLoading linear infinite;
}

.nav-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-card__image.hidden {
  opacity: 0;
  visibility: hidden;
}

.nav-card__copy-container {
  padding: 20px 16px;
}

.nav-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #9CA3AF;
  margin-bottom: 10px;
}

.nav-card__category .tag {
  margin-left: 8px;
}

.nav-card__category .contrast {
  color: #4B5563;
}

.nav-card__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #374151;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.nav-card:hover {
  background: #FFFFFF;
}

.nav-card:hover__title {
  color: #111827;
}

.nav-card--long {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 490px;
  gap: 16px;
  max-height: 104px;
}

.nav-card--long .nav-card__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 104px;
}

.nav-card--long .nav-card__copy-container {
  padding: 0;
}

@-webkit-keyframes isLoading {
  to {
    background-position-x: -200%;
  }
}

@keyframes isLoading {
  to {
    background-position-x: -200%;
  }
}

.mobile-nav-container {
  padding: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999;
  background-color: transparent !important;
  max-width: 400px;
  margin: 0 auto;
}

.mobile-nav {
  width: 100%;
  z-index: 999;
}

.mobile-nav__header {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px 0px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.mobile-nav__inner {
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px 0px;
  overflow-X: hidden;
  height: 0;
}

.mobile-nav__body {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 48px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav__menu-item {
  padding: 0 40px;
}

.mobile-nav__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-nav__burger .burger {
  display: block;
  width: 18px;
  height: 8px;
}

.mobile-nav__burger .burger__bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #000;
}

.mobile-nav__burger .burger__bar--top {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

.mobile-nav__burger .burger__bar--bottom {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.mobile-nav__logo,
.mobile-nav .logo-link, .mobile-nav__header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.mobile-nav .logo {
  display: block;
}

.mobile-nav .logo .logo-square {
  -webkit-transform: translateX(calc(50% - 10px));
  transform: translateX(calc(50% - 10px));
}

.mobile-nav .logo .logo-letters {
  opacity: 0;
}

.mobile-nav__header-cta {
  padding-right: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-nav__header-cta > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #EFF1F5;
  color: #111827;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mobile-nav__menu-container {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.mobile-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
}

.mobile-nav__menu-item svg {
  pointer-events: none;
}

.mobile-nav__menu--sub {
  position: absolute;
  left: 100%;
  bottom: 0;
}

.mobile-nav .sub-menu__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
  padding-right: 40px;
}

.mobile-nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #374151;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.mobile-nav .trigger-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  background: #1B62F1;
  color: #ffffff;
}

.mobile-nav .item-button--connect {
  background: #EFF1F5;
  color: #111827;
}

.mobile-nav__menu-item .site-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  margin-top: 20px;
  opacity: .6;
}

.mobile-nav__menu-item .site-lang .lang {
  font-size: 12px;
  line-height: 14px;
}

.mobile-nav .sub-menu__controls .slide-back {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav .sub-menu__controls .slide-back .item-arrow {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.mobile-nav .sub-menu__controls .slide-back .item-arrow path {
  fill: #111827;
}

.mobile-nav .sub-menu__controls .origin {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.016em;
  color: #111827;
}

.mobile-nav.is-open .mobile-nav__header {
  background: white;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background: #D9EBFF;
  color: #1B62F1;
}

.tag--xs {
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.link-arrow {
  text-decoration: none;
  cursor: pointer !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  padding-bottom: 4px;
  color: #1B62F1;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-arrow .link-arrow__container {
  margin-left: 0.4em;
  margin-top: 0.08em;
  transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-arrow .link-arrow__tip {
  transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke: currentColor;
}

.link-arrow .link-arrow__line {
  stroke: currentColor;
  opacity: 0;
  transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), fill 0s, -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), fill 0s, -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), fill 0s;
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), fill 0s, -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.link-arrow .link-arrow__tip-container,
.link-arrow .link-arrow__line {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*# sourceMappingURL=main.css.map */