/* RTL layout support */
html[dir="rtl"] body {
  text-align: right;
}

html[dir="rtl"] .nc-topbar__inner,
html[dir="rtl"] .nc-header__inner,
html[dir="rtl"] .nc-footer__grid,
html[dir="rtl"] .container,
html[dir="rtl"] .hero__grid,
html[dir="rtl"] .split,
html[dir="rtl"] .footer__grid {
  direction: rtl;
}

html[dir="rtl"] .nc-nav__chev::after {
  margin-left: 0;
  margin-right: 2px;
}

html[dir="rtl"] .nc-header__tools {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .nc-float-wa {
  left: auto;
  right: 1.25rem;
}

html[dir="rtl"] .nc-back-top {
  right: auto;
  left: 1rem;
}

html[dir="rtl"] .why-list li,
html[dir="rtl"] .ab-story__content li {
  padding-left: 0;
  padding-right: 1.25rem;
}

html[dir="rtl"] .ab-story__content li::before {
  left: auto;
  right: 0;
}

html[dir="rtl"] .field__label,
html[dir="rtl"] .section-title,
html[dir="rtl"] .section-lead {
  text-align: right;
}

html[dir="ltr"] .section-title--center {
  text-align: center;
}

html[dir="rtl"] .section-title--center {
  text-align: center;
}

.nc-lang-switch {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nc-lang-switch:hover {
  color: #7ec8ff;
}
