@charset "UTF-8";
html {
  font-size: 1em;
  -webkit-text-size-adjust: none; }

html,
body {
  overflow-x: hidden; }

body {
  color: #90949c;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.45;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  font-weight: 500; }
  h1 _:-ms-lang(x), h1,
  h2 _:-ms-lang(x),
  h2,
  h3 _:-ms-lang(x),
  h3,
  h4 _:-ms-lang(x),
  h4,
  h5 _:-ms-lang(x),
  h5,
  h6 _:-ms-lang(x),
  h6 {
    font-weight: 600; }

h1 {
  /* margin-top: 0; */
  font-size: 2.074em; }

h2 {
  font-size: 1.728em; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 17px; }

small,
.font_small {
  font-size: 0.833em; }

p {
  font-weight: normal;
  margin: 0 0 1.45em; }

.lead {
  font-size: 1rem;
  font-weight: 300;
  float: right;
  text-align: right; }

a {
  color: #f05;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: shade(#f05, 25%); }

hr {
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.45em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  padding: 0 16px;
  margin: 16px 0 16px 6px;
  color: #777;
  position: relative; }
  blockquote::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: rgba(92, 92, 110, 0.2);
    left: 0px;
    border-radius: 4px; }

strong {
  font-weight: 500; }
  strong _:-ms-lang(x), strong {
    font-weight: 600; }

em {
  font-style: italic; }

ul,
ol,
dl {
  margin-top: 0;
  margin-left: 1.2em;
  margin-bottom: 1.45em;
  font-weight: normal;
  list-style-position: outside;
  list-style-image: none; }

.highlighter-rouge {
  margin: 0;
  padding: 0 !important;
  font-size: 14px;
  line-height: 19px;
  font-family: "SF Mono", Menlo, Monaco, Consolas, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; }
  .highlighter-rouge code {
    display: block; }
  .highlighter-rouge pre {
    padding: 0.3625em 0.725em;
    margin: 0;
    white-space: pre;
    margin-bottom: 0;
    word-break: inherit;
    word-wrap: inherit;
    background-color: white;
    border: none; }
    .highlighter-rouge pre,
    .highlighter-rouge pre code {
      font-family: "SF Mono", Menlo, Monaco, Consolas, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      color: #16141a; }
    .highlighter-rouge pre code {
      padding: 1.45em;
      background: #fff;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      border-radius: 8px 8px 0 0; }
  .highlighter-rouge .highlight {
    margin: 1.45em 0;
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(92, 92, 110, 0.16);
    overflow: hidden; }
    .highlighter-rouge .highlight .light-theme {
      margin: 0;
      padding: 0; }
    .highlighter-rouge .highlight .c {
      color: #998;
      font-style: italic; }
    .highlighter-rouge .highlight .k {
      font-weight: bold; }
    .highlighter-rouge .highlight .o {
      font-weight: bold; }
    .highlighter-rouge .highlight .cm {
      color: #998;
      font-style: italic; }
    .highlighter-rouge .highlight .cp {
      color: #999;
      font-weight: bold; }
    .highlighter-rouge .highlight .c1 {
      color: #998;
      font-style: italic; }
    .highlighter-rouge .highlight .cs {
      color: #999;
      font-weight: bold;
      font-style: italic; }
    .highlighter-rouge .highlight .gd {
      color: #000;
      background-color: #fdd; }
    .highlighter-rouge .highlight .gd .x {
      color: #000;
      background-color: #faa; }
    .highlighter-rouge .highlight .ge {
      font-style: italic; }
    .highlighter-rouge .highlight .gr {
      color: #a00; }
    .highlighter-rouge .highlight .gh {
      color: #999; }
    .highlighter-rouge .highlight .gi {
      color: #000;
      background-color: #dfd; }
    .highlighter-rouge .highlight .gi .x {
      color: #000;
      background-color: #afa; }
    .highlighter-rouge .highlight .go {
      color: #888; }
    .highlighter-rouge .highlight .gp {
      color: #555; }
    .highlighter-rouge .highlight .gs {
      font-weight: bold; }
    .highlighter-rouge .highlight .gu {
      color: #aaa; }
    .highlighter-rouge .highlight .gt {
      color: #a00; }
    .highlighter-rouge .highlight .kc {
      font-weight: bold; }
    .highlighter-rouge .highlight .kd {
      font-weight: bold; }
    .highlighter-rouge .highlight .kp {
      font-weight: bold; }
    .highlighter-rouge .highlight .kr {
      font-weight: bold; }
    .highlighter-rouge .highlight .kt {
      color: #458;
      font-weight: bold; }
    .highlighter-rouge .highlight .m {
      color: #005cc5; }
    .highlighter-rouge .highlight .s {
      color: #d14; }
    .highlighter-rouge .highlight .na {
      color: #6f42c1; }
    .highlighter-rouge .highlight .nb {
      color: #0086b3; }
    .highlighter-rouge .highlight .nc {
      color: #458;
      font-weight: bold; }
    .highlighter-rouge .highlight .nd {
      color: #458;
      font-weight: bold; }
    .highlighter-rouge .highlight .no {
      color: #008080; }
    .highlighter-rouge .highlight .ni {
      color: #800080; }
    .highlighter-rouge .highlight .ne {
      color: #900;
      font-weight: bold; }
    .highlighter-rouge .highlight .nf {
      color: #900;
      font-weight: bold; }
    .highlighter-rouge .highlight .nn {
      color: #555; }
    .highlighter-rouge .highlight .nt {
      color: #005cc5; }
    .highlighter-rouge .highlight .nv {
      color: #008080; }
    .highlighter-rouge .highlight .nx {
      color: #000; }
    .highlighter-rouge .highlight .ow {
      font-weight: bold; }
    .highlighter-rouge .highlight .w {
      color: #bbb; }
    .highlighter-rouge .highlight .mf {
      color: #005cc5; }
    .highlighter-rouge .highlight .mh {
      color: #005cc5; }
    .highlighter-rouge .highlight .mi {
      color: #005cc5; }
    .highlighter-rouge .highlight .mo {
      color: #005cc5; }
    .highlighter-rouge .highlight .sb {
      color: #d14; }
    .highlighter-rouge .highlight .sc {
      color: #d14; }
    .highlighter-rouge .highlight .sd {
      color: #d14; }
    .highlighter-rouge .highlight .s2 {
      color: #d14; }
    .highlighter-rouge .highlight .se {
      color: #d14; }
    .highlighter-rouge .highlight .sh {
      color: #d14; }
    .highlighter-rouge .highlight .si {
      color: #d14; }
    .highlighter-rouge .highlight .sx {
      color: #d14; }
    .highlighter-rouge .highlight .sr {
      color: #009926; }
    .highlighter-rouge .highlight .s1 {
      color: #d14; }
    .highlighter-rouge .highlight .ss {
      color: #990073; }
    .highlighter-rouge .highlight .p {
      color: #000; }
    .highlighter-rouge .highlight .bp {
      color: #999; }
    .highlighter-rouge .highlight .vc {
      color: #008080; }
    .highlighter-rouge .highlight .vg {
      color: #008080; }
    .highlighter-rouge .highlight .vi {
      color: #008080; }
    .highlighter-rouge .highlight .il {
      color: #099; }

code.highlighter-rouge {
  display: inline-block;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  padding: 1px 0.4em !important; }

* {
  box-sizing: border-box; }

html,
body {
  padding: 0;
  margin: 0;
  background: #fff; }

body {
  min-height: 100vh;
  color: #16141a;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
      display: block; } }
  body.modal-open {
    overflow-y: hidden; }
    @media (min-width: 1024px) {
      body.modal-open {
        overflow-y: auto; } }

h2,
h2 a {
  color: #16141a; }
  h2:hover,
  h2 a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

ul,
ol {
  margin-top: 20px;
  margin-bottom: 20px; }
  ul li,
  ol li {
    margin: 0 0 10px 0; }

.count {
  color: #ccc;
  font-size: 0.7em;
  position: relative;
  top: -2px; }

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .main-container {
      flex-direction: row; } }

@media (min-width: 1024px) {
  .tutorial .tutorial-content {
    padding-top: 28px;
    width: calc(100% - 276px); } }
.tutorial .tutorial-content h2 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 32px;
  color: #0a0f1f; }
.tutorial .tutorial-content p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #0a0f1f; }
.tutorial .tutorial-content ul,
.tutorial .tutorial-content ol {
  padding: 0;
  margin: 20px 0;
  list-style: none; }
.tutorial .tutorial-content li {
  position: relative;
  padding-left: 1.6em;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  line-height: 30px; }
  .tutorial .tutorial-content li::before {
    content: "•";
    position: absolute;
    top: -1px;
    left: 3px;
    font-size: 1.6em;
    color: #f05; }
.tutorial .tutorial-content ol {
  counter-reset: li; }
  .tutorial .tutorial-content ol li::before {
    content: counter(li);
    counter-increment: li;
    font-size: inherit;
    font-weight: 500;
    top: 0; }
    .tutorial .tutorial-content ol li::before _:-ms-lang(x), .tutorial .tutorial-content ol li::before {
      font-weight: 600; }
.tutorial .tutorial-main {
  color: #16141a; }
  .tutorial .tutorial-main .scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .tutorial .tutorial-main h1 {
    font-size: 34px;
    line-height: 1.24;
    letter-spacing: 0.4px;
    font-style: normal;
    font-stretch: normal;
    margin: 16px 0 8px; }
  .tutorial .tutorial-main h2 {
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin: 44px 0 4px; }
  .tutorial .tutorial-main p {
    font-size: 15px;
    line-height: 1.6; }
  .tutorial .tutorial-main a:hover {
    text-decoration: underline; }
  .tutorial .tutorial-main .header-link {
    color: #ccc; }
    .tutorial .tutorial-main .header-link::after {
      content: none; }

.listing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap; }
  .listing li {
    margin: 10px 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 750px) {
      .listing li {
        flex: 0 0 50%; } }
  .listing h3 {
    margin: 0;
    font-size: 1.3em; }
  .listing a {
    display: flex;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    height: 100%; }
    .listing a article {
      align-items: center;
      flex-wrap: wrap; }
    .listing a .icon {
      flex: 0 0 50px;
      display: flex;
      align-items: center;
      padding: 0 5px 0 0; }
      .listing a .icon svg {
        width: 35px;
        height: 35px;
        fill: #4a4a4a;
        margin: 0 auto; }
    .listing a .length {
      color: #ccc;
      font-size: 0.8em; }
    .listing a:hover svg {
      fill: #111;
      width: 40px;
      height: 40px; }
    .listing a p {
      margin: 5px 0 0 0;
      color: #888;
      font-size: 0.9em;
      line-height: 1.4em;
      width: 100%; }

.resources {
  border-top: 0; }
  .resources ul {
    margin-bottom: 0; }
  .resources h3 {
    margin-top: 0; }
  .resources ul {
    margin: 0; }
  .resources li {
    margin: 0; }

header {
  position: relative;
  border-bottom: solid 1px rgba(92, 92, 110, 0.16); }
  header .topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0;
    z-index: 22;
    position: relative; }
    @media (min-width: 750px) {
      header .topbar {
        padding: 14px 0; } }
  header .logo {
    margin-right: 16px;
    height: 32px; }
    header .logo img {
      width: 32px; }
    @media (min-width: 750px) {
      header .logo {
        height: 36px; }
        header .logo img {
          width: 36px; } }
  header .dropdown-trigger {
    font-size: 13px;
    font-weight: 700;
    color: #0a0f1f;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
    header .dropdown-trigger svg {
      display: inline-block;
      transition: transform 250ms ease;
      width: 10px;
      height: 6px;
      margin-left: 8px; }
    header .dropdown-trigger.open svg {
      transform: rotate(180deg); }
  header nav {
    position: relative; }
    header nav::before {
      content: "";
      position: absolute;
      top: 0;
      left: -15px;
      right: -15px;
      bottom: 0;
      background: #fff;
      z-index: 22; }
  header .wrapper {
    padding-bottom: 12px;
    position: relative; }
    header .wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 20; }
  header .dropdown-overlay,
  header .search-overlay {
    background: rgba(0, 0, 0, 0.16);
    position: fixed;
    pointer-events: none;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 250ms ease;
    -webkit-tap-highlight-color: transparent; }
    header .dropdown-overlay.open,
    header .search-overlay.open {
      pointer-events: auto;
      opacity: 1; }
  header .search-overlay.desktop {
    display: none; }
  header .dropdown-content {
    overflow: hidden;
    transition: transform 250ms ease, opacity 250ms ease;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    background: #fff;
    width: 100vw;
    z-index: 21;
    top: 56px;
    left: -16px;
    right: 0;
    transform: translate(0, -16px);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16); }
    header .dropdown-content.open {
      pointer-events: auto;
      opacity: 1;
      transform: translate(0, 0); }
  header .menu {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    header .menu li {
      height: 56px;
      margin: 0;
      list-style-type: none; }
    header .menu a {
      display: flex;
      align-items: center;
      height: 100%;
      padding: 12px 15px 12px 64px;
      color: #0a0f1f;
      text-transform: uppercase;
      font-size: 13px;
      -webkit-tap-highlight-color: transparent; }
      header .menu a:hover, header .menu a.active {
        background-color: #f5f5f5; }
      header .menu a.active {
        font-weight: 700; }

.header_search {
  height: 38px; }
  .header_search form {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 20; }
  .header_search svg.search-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    pointer-events: none; }
  .header_search .loader {
    opacity: 0;
    transition: opacity 250ms ease;
    pointer-events: none;
    position: absolute;
    top: 11px;
    right: 24px;
    width: 12px;
    height: 12px; }
  .header_search.fetching .loader {
    opacity: 1; }
  .header_search .close {
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    cursor: pointer;
    padding: 0;
    outline: none;
    transition: opacity 250ms ease;
    opacity: 0;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    top: 8px; }
  .header_search input[type="text"] {
    margin: 0;
    padding: 0 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #5c5c6e;
    background-color: #f2f3f5;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-bottom: transparent 1px solid; }
    .header_search input[type="text"]::-ms-clear {
      display: none; }
    .header_search input[type="text"]::placeholder {
      color: #5c5c6e; }
  .header_search .search-results {
    background: #fff;
    z-index: 10;
    position: absolute;
    padding: 0;
    margin: 0;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.16);
    left: 0;
    width: 100%;
    font-size: 15px;
    transition: transform 250ms ease, opacity 250ms ease;
    pointer-events: none;
    opacity: 0;
    transform: translate(0, -16px);
    color: #5c5c6e;
    top: 106px; }
    .header_search .search-results li {
      margin: 0;
      list-style-type: none; }
      .header_search .search-results li.selected a {
        background-color: #f5f5f5; }
      .header_search .search-results li.more-results a {
        color: #ff2d55;
        text-transform: uppercase;
        text-align: center;
        border-top: #f2f3f5 1px solid;
        font-size: 13px;
        padding: 15px 16px;
        justify-content: center; }
      .header_search .search-results li.no-results {
        text-align: center;
        padding: 24px 0 72px; }
        .header_search .search-results li.no-results strong,
        .header_search .search-results li.no-results span {
          display: block;
          font-size: 15px; }
        .header_search .search-results li.no-results strong {
          margin-bottom: 4px; }
        .header_search .search-results li.no-results .image {
          width: 96px;
          height: 96px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
    .header_search .search-results a {
      color: #16141a;
      padding: 20px 16px;
      display: flex;
      align-items: flex-start; }
    .header_search .search-results .icon {
      padding: 4px 20px 6px 6px;
      flex-shrink: 0; }
      .header_search .search-results .icon img {
        display: block; }
    .header_search .search-results strong {
      color: #16141a; }
    .header_search .search-results .title,
    .header_search .search-results .description {
      display: block; }
    .header_search .search-results .title {
      font-weight: 500; }
      .header_search .search-results .title _:-ms-lang(x), .header_search .search-results .title {
        font-weight: 600; }
  .header_search.open .close {
    opacity: 0.32;
    pointer-events: auto; }
    .header_search.open .close:hover {
      opacity: 0.48; }
  .header_search.open .search-results {
    pointer-events: auto;
    opacity: 1;
    transform: translate(0, 0); }

@media (min-width: 450px) {
  .header_search form {
    z-index: 23; }
  .header_search input[type="text"] {
    width: 280px; }
  .header_search .search-results {
    top: 56px; }

  header .wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 0; }
    header .wrapper::before {
      z-index: 22; }
  header nav {
    display: flex;
    align-items: center;
    flex-grow: 1; }
    header nav::before {
      display: none; } }
@media (min-width: 750px) {
  .header_search input[type="text"] {
    width: 420px;
    transition: background-color 250ms ease; }
  .header_search.open input[type="text"] {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: #f2f3f5 1px solid; }
  .header_search .search-results {
    border-radius: 6px;
    left: auto;
    right: 16px;
    width: 420px;
    top: 12px;
    padding-top: 40px;
    overflow: hidden;
    z-index: 22; }

  header .wrapper {
    padding: 0 16px; }
  header .search-overlay.mobile {
    display: none; }
  header .search-overlay.desktop {
    display: block;
    z-index: 22; }
  header .dropdown-content {
    left: -30px;
    width: calc(100vw + 15px); }
  header .menu a {
    padding-left: 82px; }
  header nav {
    z-index: auto; } }
@media (min-width: 1024px) {
  header .logo {
    margin-right: 12px; }
  header .dropdown-overlay.open {
    display: none; }
  header .dropdown-trigger {
    display: none; }
  header .dropdown-content {
    margin: 0;
    pointer-events: auto;
    opacity: 1;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    background: transparent;
    transform: translate(0, 0);
    transition: unset;
    box-shadow: none;
    z-index: 22; }
  header .menu li {
    display: inline-block; }
  header .menu a {
    padding: 0 12px;
    color: #7d8499; }
    header .menu a:hover, header .menu a.active {
      background-color: transparent;
      color: #0a0f1f; } }
.wrapper {
  max-width: 1096px;
  padding: 0 16px;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .wrapper {
      padding: 0 48px; } }
  @media (min-width: 1096px) {
    .wrapper {
      padding: 0 16px; } }

main {
  flex-grow: 1; }

table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse; }

th {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  color: #5c5c6e;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(92, 92, 110, 0.2);
  padding: 12px 20px 12px 0; }

td {
  padding: 18px 20px 18px 0;
  border-bottom: 1px solid rgba(92, 92, 110, 0.2); }

.content {
  background: #fff;
  padding: 100px 0 60px; }

.show_hero_search .content {
  padding: 0 0 60px; }

dt a.header-link,
h2 a.header-link {
  text-decoration: none;
  color: #ccc;
  opacity: 0;
  transition: opacity ease 0.2s, color ease 0.2s;
  vertical-align: bottom;
  margin: 0 0 0 5px; }
  dt a.header-link:hover,
  h2 a.header-link:hover {
    color: #4a4a4a; }
dt:hover a,
h2:hover a {
  opacity: 1; }

.video_wrapper {
  position: relative;
  padding-bottom: 59.5%;
  padding-top: 25px;
  height: 0; }
  .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.docs-top-section .docs-top-search form {
  position: relative;
  max-width: 800px;
  justify-content: space-between; }
  .docs-top-section .docs-top-search form svg {
    fill: #eee;
    position: absolute;
    top: 50%;
    left: 12px;
    display: inline-block;
    cursor: pointer;
    transform: translateY(-50%); }
  .docs-top-section .docs-top-search form button {
    display: none;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7d8499; }
.docs-top-section .docs-top-search input[type="search"] {
  max-width: 70vw;
  margin: 0;
  padding: 8px 10px 8px 40px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #7d8499;
  background-color: #f2f3f5; }
.docs-top-section .docs-top-search input[type="search"] {
  max-width: 70vw;
  margin: 0;
  padding: 8px 10px 8px 40px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #7d8499;
  background-color: #f2f3f5; }
@media (min-width: 1096px) {
  .docs-top-section .docs-top-search {
    top: -12px;
    position: relative; } }

.search-title {
  margin: 36px 0 24px;
  font-size: 34px;
  line-height: 1.24;
  letter-spacing: 0.4px;
  color: #0a0f1f;
  font-weight: 500; }
  .search-title _:-ms-lang(x), .search-title {
    font-weight: 600; }

#search-results {
  margin: 0;
  padding: 0; }
  #search-results li {
    list-style: none;
    margin: 0 0 16px;
    display: flex; }
    #search-results li a {
      display: flex; }
      #search-results li a > div {
        flex-grow: 1;
        padding: 22px 20px 24px;
        border-radius: 8px;
        background-color: #ffffff;
        border: solid 1px rgba(0, 0, 0, 0.02);
        position: relative;
        display: flex;
        align-items: flex-start;
        transition: transform 250ms ease, box-shadow 250ms ease;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
      #search-results li a:hover > div {
        transform: translate(0, -4px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); }
    #search-results li .icon {
      padding: 4px 20px 6px 0;
      flex-shrink: 0; }
      #search-results li .icon img {
        width: 20px;
        height: 20px; }
        @media (min-width: 450px) {
          #search-results li .icon img {
            width: auto;
            height: auto; } }
    #search-results li h4 {
      margin: 0 0 4px;
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      color: #0a0f1f; }
      #search-results li h4 _:-ms-lang(x), #search-results li h4 {
        font-weight: 600; }
    #search-results li p {
      line-height: 24px;
      padding: 0;
      margin: 0;
      font-size: 15px;
      color: #0a0f1f;
      text-align: left; }
    #search-results li .label {
      display: inline-block;
      padding: 3px 9px;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
      border-radius: 4px; }
      #search-results li .label.sometag {
        background-color: #ffd2de; }

#search-query {
  font-weight: 500; }
  #search-query _:-ms-lang(x), #search-query {
    font-weight: 600; }

footer {
  padding: 48px 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: #777;
  text-align: center; }
  @media (min-width: 1024px) {
    footer {
      margin-bottom: 0;
      padding: 10px 0; } }
  footer .footer-wrapper {
    position: relative;
    max-width: 1124px;
    padding: 0 15px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      footer .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 30px; } }
  @media (min-width: 750px) {
    footer .lang-nav-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    footer .lang-nav-wrapper {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    footer .social-copyright-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center; } }
  footer .social-copyright-wrapper a {
    display: inline-flex; }
  footer .edit-footer {
    text-align: center;
    margin: 0; }
  footer .copyright {
    margin: 0; }
  footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px; }
    footer a:hover {
      text-decoration: none; }
      footer a:hover svg rect {
        fill: #f05; }
  footer ul {
    padding: 0;
    list-style: none;
    margin: 0; }
  footer .footer-links {
    padding: 0;
    list-style: none;
    margin: 0 0 12px;
    display: flex;
    justify-content: center; }
    @media (min-width: 1024px) {
      footer .footer-links {
        margin: 0;
        margin-right: 24px; } }
    footer .footer-links li {
      display: flex;
      margin: 0 0 0 16px; }
      footer .footer-links li:first-child {
        margin-left: 0; }
  footer svg {
    position: relative;
    top: 5px; }
    footer svg rect {
      transition: fill 200ms ease; }
    @media (min-width: 1024px) {
      footer svg {
        top: initial; } }
  footer .footer-lang-selector {
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
    align-items: center; }
    @media (min-width: 750px) {
      footer .footer-lang-selector {
        margin-bottom: 0;
        margin-right: 16px; } }
    footer .footer-lang-selector select {
      margin: 0;
      border: 0;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: -0.1px;
      color: #0a0f1f;
      background-color: transparent;
      outline: none; }
      footer .footer-lang-selector select _:-ms-lang(x), footer .footer-lang-selector select {
        font-weight: 600; }
    footer .footer-lang-selector option {
      padding: 0; }
  footer .lang-flag {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: no-repeat center center;
    margin-right: 4px; }
    footer .lang-flag.english {
      background-image: url(../images/flag-english.svg); }
    footer .lang-flag.chinese {
      background-image: url(../images/flag-chinese.svg); }
  footer .footer-nav {
    padding-bottom: 40px; }
    @media (min-width: 750px) {
      footer .footer-nav {
        padding-bottom: 0; } }
    footer .footer-nav ul {
      line-height: 32px;
      max-width: 320px;
      margin: 0 auto; }
      @media (min-width: 500px) {
        footer .footer-nav ul {
          max-width: none; } }
    footer .footer-nav li {
      margin: 0 10px;
      display: inline-block; }
      @media (min-width: 1024px) {
        footer .footer-nav li {
          margin: 0 20px 0 0; } }
    footer .footer-nav a {
      color: #777;
      transition: color 250ms ease; }
      footer .footer-nav a:hover {
        color: #f05; }

.faq ul {
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none; }
.faq li {
  font-size: 1em; }
  .faq li a {
    color: #777;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0; }
    .faq li a:hover {
      color: #16141a; }

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none; }
  .modalDialog.show {
    opacity: 1;
    pointer-events: auto; }
  .modalDialog > div {
    max-width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 130px 40px 40px;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box; }
  .modalDialog h2 {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 40px;
    line-height: 100px;
    width: 100%;
    box-sizing: border-box;
    background: #eee;
    border-radius: 2px 2px 0 0;
    margin: 0; }
  .modalDialog p {
    font-size: .9em;
    line-height: 1.3em;
    margin: 0 0 20px 0; }
  .modalDialog input[type="email"] {
    font-size: 1em; }
  .modalDialog .close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #F2F3F5;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #0a0f1f;
    z-index: 99;
    cursor: pointer; }
  .modalDialog.index-modal {
    min-height: 100vh;
    padding: 76px 15px 40px;
    margin: 0;
    background-color: white;
    overflow-y: scroll; }
    .modalDialog.index-modal .close {
      position: fixed;
      font-size: 27px;
      padding-top: 5px;
      padding-right: 1px; }
    .modalDialog.index-modal > ul li.active h3 {
      font-weight: 500; }
    .modalDialog.index-modal h3 {
      margin-top: 0;
      margin-bottom: 10px; }
    .modalDialog.index-modal h3 a {
      margin-top: 0;
      font-size: 22px;
      line-height: 32px;
      color: #0A0F1F; }
    .modalDialog.index-modal ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .modalDialog.index-modal ul li {
        margin: 0 0 15px 0; }
    .modalDialog.index-modal a {
      display: block;
      text-decoration: none;
      -webkit-transition: transform .2s ease;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: -0.3px;
      text-transform: capitalize;
      color: #7D8499; }
      .modalDialog.index-modal a.active {
        color: #000;
        transform: translateX(10px); }

input[type="text"], input[type="email"] {
  display: block;
  width: 100%;
  font-size: 1.3em;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ccc; }

input[type="submit"] {
  background: #2f8cff;
  color: #fff;
  border: 0;
  padding: 9px 10px;
  font-size: 1em;
  margin-top: 9px;
  border-radius: 3px;
  width: 100%;
  cursor: pointer; }

input {
  outline: none; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-size: 100%; }

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; }

input[type=search] {
  border: solid 1px #ccc;
  padding: 7px 14px 7px 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input:-moz-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder {
  color: #ccc; }

.help-section {
  padding-top: 96px; }

.help-intro-title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #0a0f1f;
  color: #0a0f1f; }

.help-intro-desc {
  margin: 0;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: -0.4px;
  color: #7d8499; }

.help-listing {
  padding: 24px 0 0 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 750px) {
    .help-listing {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .help-listing li {
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #f2f3f5; }
    @media (min-width: 750px) {
      .help-listing li {
        flex: 0 0 32%; } }
  .help-listing a {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    border-radius: 8px; }
  .help-listing h3 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #0a0f1f; }
  .help-listing p {
    margin: 0;
    font-size: 15px;
    color: #0a0f1f;
    letter-spacing: -0.3px;
    line-height: 24px; }

.copy-code {
  background: #f2f2f5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  height: 44px; }
  .copy-code .codeblock-btn {
    color: #ff0044;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    outline: none;
    -webkit-tap-highlight-color: transparent; }
    .copy-code .codeblock-btn::-moz-focus-inner {
      border: 0; }
    .copy-code .codeblock-btn span {
      transition: opacity 250ms ease, transform 250ms ease;
      white-space: nowrap;
      display: flex;
      align-items: center;
      user-select: none; }
      .copy-code .codeblock-btn span svg {
        margin-right: 8px;
        width: 14px; }
      .copy-code .codeblock-btn span.status-copy {
        opacity: 1;
        transform: translate(0, 0); }
      .copy-code .codeblock-btn span.status-copied {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(16px, 0);
        justify-content: center; }
    .copy-code .codeblock-btn.copied .status-copy {
      opacity: 0;
      transform: translate(-16px, 0); }
    .copy-code .codeblock-btn.copied .status-copied {
      opacity: 1;
      transform: translate(0, 0); }

.newsletter {
  padding: 64px 24px;
  background-color: #f2f2f5;
  background-image: url("../images/footer-bg-mobile.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  border-radius: 8px;
  margin: 60px 0 16px; }
  .newsletter .newsletter__form-sent {
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px; }
  .newsletter.sent {
    transition: background-size 400ms ease;
    background-size: 120%; }
    .newsletter.sent .newsletter__content,
    .newsletter.sent .newsletter__form {
      opacity: 0;
      pointer-events: none; }
    .newsletter.sent .newsletter__form-sent {
      opacity: 1;
      pointer-events: auto; }
  .newsletter .container {
    max-width: 403px;
    margin: 0 auto;
    width: 100%; }
  .newsletter .newsletter__content {
    margin-bottom: 46px;
    transition: all 250ms ease-in-out; }
    .newsletter .newsletter__content .newsletter__small-title-desktop {
      display: none; }
    .newsletter .newsletter__content h2 {
      font-size: 32px;
      margin: 0;
      font-weight: 400;
      margin-bottom: 8px; }
      .newsletter .newsletter__content h2.newsletter__title-desktop {
        display: none; }
    .newsletter .newsletter__content p {
      font-size: 17px;
      line-height: 1.53;
      letter-spacing: -0.2px;
      color: #16141a;
      margin-bottom: 0; }
  .newsletter .newsletter__form {
    padding: 0px 16px;
    transition: all 250ms ease-in-out; }
    .newsletter .newsletter__form input {
      border: 0;
      font-weight: 300;
      font-size: 15px;
      height: 44px;
      margin-bottom: 12px;
      border-radius: 6px;
      transition-duration: 0.3s; }
    .newsletter .newsletter__form button {
      width: 100%;
      text-transform: uppercase;
      color: #fff;
      background-color: #ff355d;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 16px;
      border-radius: 6px;
      height: 44px;
      outline: none;
      cursor: pointer;
      border: none;
      transition: background-color 250ms ease; }
      .newsletter .newsletter__form button _:-ms-lang(x), .newsletter .newsletter__form button {
        font-weight: 600; }
      .newsletter .newsletter__form button[disabled] {
        background-color: #ff9baf;
        cursor: default; }

@media (min-width: 450px) {
  .newsletter {
    background-image: url("../images/footer-bg-desktop.png");
    background-size: 460px; }
    .newsletter.sent {
      background-size: 520px;
      background-position: center bottom; } }
@media (min-width: 750px) {
  .newsletter {
    background-position: calc(100% + 100px) 100%;
    height: 296px;
    display: flex;
    align-items: center;
    padding: 0; }
    .newsletter .container {
      max-width: none; }
    .newsletter .newsletter__form {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      justify-content: center; }
      .newsletter .newsletter__form input {
        width: auto;
        flex-grow: 1;
        max-width: 320px; }
      .newsletter .newsletter__form button {
        margin-left: 12px;
        width: 144px; } }
.social-networks {
  padding: 0 64px; }
  @media (min-width: 450px) {
    .social-networks {
      margin: 0 auto;
      max-width: 420px; } }
  .social-networks ul {
    margin: 0;
    padding: 0; }
  .social-networks li {
    list-style-type: none;
    margin: 0;
    display: flex;
    text-align: center; }
    .social-networks li:not(:last-child) {
      border-bottom: rgba(92, 92, 110, 0.2) 1px solid; }
  .social-networks a {
    flex-grow: 1;
    padding: 48px 0;
    color: #16141a;
    font-size: 15px; }
    .social-networks a:hover svg path[fill-rule="nonzero"] {
      fill: #f05; }
  .social-networks svg {
    display: block;
    margin: 0 auto 16px; }
    .social-networks svg path {
      transition: fill 200ms ease; }

@media (min-width: 750px) {
  .social-networks {
    max-width: none;
    padding: 64px 0 48px; }
    .social-networks ul {
      display: flex;
      justify-content: space-between; }
    .social-networks li {
      flex-grow: 1; }
      .social-networks li:not(:last-child) {
        border-bottom: none;
        border-right: rgba(92, 92, 110, 0.2) 1px solid; }
    .social-networks a {
      padding: 16px 0; } }
@media (min-width: 1024px) {
  .home {
    display: flex;
    flex-direction: row; }
    .home > section {
      width: calc(100% - 276px); } }
@media (min-width: 1024px) {
  .home .home-content {
    padding-top: 28px; } }
.home .home-content a:hover {
  text-decoration: underline; }
.home .home-content a.header-link, .home .home-content a.header-link:hover {
  color: #ccc;
  text-decoration: none; }
.home .home-content h1 {
  font-size: 34px;
  line-height: 1.24;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  margin-top: 0;
  padding-top: 16px; }
.home .home-content h2 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  margin: 44px 0 4px; }
.home .home-content h3 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: -0.2px;
  margin-top: 0; }
.home .home-content h4 {
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: -0.2px;
  margin: 44px 0 4px; }
.home .home-content p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.3px; }
  .home .home-content p > img {
    border-radius: 8px;
    box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 20px; }
.home .home-content blockquote {
  color: #0a0f1f; }
.home .home-content ul,
.home .home-content ol {
  padding: 0;
  margin: 20px 0;
  list-style: none; }
.home .home-content li {
  position: relative;
  padding-left: 1.6em;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #0a0f1f; }
  .home .home-content li::before {
    content: "•";
    position: absolute;
    top: -1px;
    left: 3px;
    font-size: 1.6em;
    color: #ff2d55; }
.home .examples,
.home .shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 12px 0 10px; }
  @media (min-width: 450px) {
    .home .examples,
    .home .shortcuts {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 750px) {
    .home .examples,
    .home .shortcuts {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .home .examples a,
  .home .shortcuts a {
    text-decoration: none;
    display: flex;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    /* IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .home .examples a,
      .home .shortcuts a {
        display: inline-block;
        margin-bottom: 24px;
        width: calc(100%); } }
  @media all and (-ms-high-contrast: none) and (min-width: 450px), (-ms-high-contrast: active) and (min-width: 450px) {
    .home .examples a,
    .home .shortcuts a {
      margin-right: 24px;
      width: calc((100% - 30px) / 2); }
      .home .examples a:nth-child(2n),
      .home .shortcuts a:nth-child(2n) {
        margin-right: 0; } }
  @media all and (-ms-high-contrast: none) and (min-width: 750px), (-ms-high-contrast: active) and (min-width: 750px) {
    .home .examples a,
    .home .shortcuts a {
      width: calc((100% - 60px) / 3); }
      .home .examples a:nth-child(2n),
      .home .shortcuts a:nth-child(2n) {
        margin-right: 24px; }
      .home .examples a:nth-child(3n),
      .home .shortcuts a:nth-child(3n) {
        margin-right: 0; } }

    .home .examples a > div,
    .home .shortcuts a > div {
      border-radius: 8px;
      transition: transform 250ms ease, box-shadow 250ms ease;
      position: relative;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
    .home .examples a:hover,
    .home .shortcuts a:hover {
      text-decoration: none; }
      .home .examples a:hover > div,
      .home .shortcuts a:hover > div {
        transform: translate(0, -4px);
        text-decoration: none;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12); }
.home .examples a > div {
  color: #16141a; }
.home .examples img {
  border-radius: 8px 8px 0 0;
  display: block; }
.home .examples span {
  font-size: 20px;
  font-weight: 500;
  padding: 16px 20px;
  display: block; }
  .home .examples span _:-ms-lang(x), .home .examples span {
    font-weight: 600; }
.home .shortcuts a:nth-child(1) > div {
  background-color: #eb495a;
  background-image: linear-gradient(212.97deg, #f5b36a 6.62%, #eb495a 96.28%); }
.home .shortcuts a:nth-child(2) > div {
  background-color: #da4ee0;
  background-image: linear-gradient(212.97deg, #ec60a3 0.74%, #da4ee0 96.28%); }
.home .shortcuts a:nth-child(3) > div {
  background-color: #d453df;
  background-image: linear-gradient(212.97deg, #3329a5 0.74%, #d453df 96.28%); }
.home .shortcuts a:nth-child(4) > div {
  background-color: #392aa8;
  background-image: linear-gradient(212.97deg, #6a89f5 0.74%, #392aa8 96.28%); }
  .home .shortcuts a:nth-child(4) > div .description {
    top: 0; }
.home .shortcuts a > div {
  color: #fff;
  padding: 10px 30px 10px 140px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  min-height: 140px;
  justify-content: center; }
  @media (min-width: 450px) {
    .home .shortcuts a > div {
      padding: 125px 19px 25px; } }
  @media (min-width: 750px) {
    .home .shortcuts a > div {
      padding: 125px 19px 25px; } }
.home .shortcuts a:hover > div {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.24); }
.home .shortcuts .image {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 140px;
  top: 0;
  left: 0;
  z-index: 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home .shortcuts .image {
      display: block; } }
  @media (min-width: 450px) {
    .home .shortcuts .image {
      width: 100%; } }
  @media (min-width: 750px) {
    .home .shortcuts .image {
      width: 100%; } }
  .home .shortcuts .image img {
    display: block;
    height: auto;
    max-width: initial;
    width: 180px;
    height: auto;
    top: 5px;
    position: relative;
    max-width: initial;
    left: -20px; }
    @media (min-width: 450px) {
      .home .shortcuts .image img {
        width: 100%;
        top: 0;
        left: 0;
        max-width: 220px;
        margin: 0 auto; } }
    @media (min-width: 750px) {
      .home .shortcuts .image img {
        width: 100%;
        top: 0;
        left: 0;
        max-width: 220px;
        margin: 0 auto; } }
.home .shortcuts .title {
  margin-bottom: 4px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: left;
  -webkit-font-smoothing: auto; }
  .home .shortcuts .title _:-ms-lang(x), .home .shortcuts .title {
    font-weight: 600; }
.home .shortcuts .description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  top: -10px; }

.sidebar {
  min-height: 56px; }
  @media (min-width: 1024px) {
    .sidebar {
      padding: 36px 36px 0 0; } }
  .sidebar > ul > li > div svg {
    margin: 0 8px 2px 0; }
  .sidebar > ul > li li > div svg .main {
    fill: #5c5c6e; }
  .sidebar > ul > li > div > span,
  .sidebar > ul > li > div > a {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #0a0f1f;
    display: flex;
    padding: 6px 12px 8px;
    align-items: center;
    text-transform: capitalize; }
    @media (min-width: 1024px) {
      .sidebar > ul > li > div > span,
      .sidebar > ul > li > div > a {
        margin-left: 4px; } }
  .sidebar .dropdown {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    height: 56px;
    font-size: 17px;
    font-weight: 500; }
    .sidebar .dropdown _:-ms-lang(x), .sidebar .dropdown {
      font-weight: 600; }
    @media (min-width: 1024px) {
      .sidebar .dropdown {
        display: none; } }
    .sidebar .dropdown.sticky {
      background: #fff;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 10;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
      padding: 0 16px;
      transition: box-shadow 250ms ease; }
      @media (min-width: 750px) {
        .sidebar .dropdown.sticky {
          padding: 0 48px; } }
    .sidebar .dropdown .icon,
    .sidebar .dropdown .arrow {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .sidebar .dropdown .icon {
      margin-right: 8px; }
    .sidebar .dropdown .arrow {
      margin-left: 4px; }
  .sidebar .close {
    position: fixed;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #0a0f1f;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease;
    user-select: none;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../images/x.svg) no-repeat center center; }
    @media (min-width: 750px) {
      .sidebar .close {
        top: 40px;
        right: 48px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f2f3f5; } }
  .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .sidebar > ul {
    padding: 8px 16px 8px 8px;
    position: fixed;
    transition: transform 250ms ease, opacity 250ms ease;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -16px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%; }
    @media (min-width: 750px) {
      .sidebar > ul {
        padding: 32px 48px 32px 40px; } }
    @media (min-width: 1024px) {
      .sidebar > ul {
        display: block;
        width: 240px;
        padding: 0;
        opacity: 1;
        transform: translate(0, 0);
        pointer-events: auto;
        position: static;
        flex-shrink: 0;
        box-shadow: none;
        transform: none;
        background: transparent; } }
    .sidebar > ul > li {
      width: 90%;
      max-width: 300px; }
      @media (min-width: 1024px) {
        .sidebar > ul > li {
          width: 100%; } }
  .sidebar.open .close {
    opacity: 1;
    pointer-events: auto; }
    @media (min-width: 1024px) {
      .sidebar.open .close {
        display: none; } }
  .sidebar.open ul {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto; }
  .sidebar li {
    margin: 0;
    user-select: none;
    cursor: pointer; }
    .sidebar li > div:hover > span,
    .sidebar li > div:hover > a {
      background: rgba(0, 0, 0, 0.03); }
    .sidebar li.open > div svg.rotate {
      transform: rotate(90deg); }
    .sidebar li.open > ul {
      height: auto; }
    .sidebar li.active > div a,
    .sidebar li.active > div span {
      color: #000;
      font-weight: 500; }
      .sidebar li.active > div a _:-ms-lang(x), .sidebar li.active > div a,
      .sidebar li.active > div span _:-ms-lang(x),
      .sidebar li.active > div span {
        font-weight: 600; }
    .sidebar li > ul {
      transition: height 0.3s ease;
      overflow: hidden;
      height: 0; }
    .sidebar li > div {
      display: flex;
      align-items: center; }
      .sidebar li > div svg {
        flex-shrink: 0;
        transition: transform 0.3s ease;
        vertical-align: middle; }
        @media (min-width: 1024px) {
          .sidebar li > div svg {
            margin-left: 4px; } }
        .sidebar li > div svg .main {
          transition: fill 250ms ease; }
    .sidebar li ul {
      padding-left: 28px; }
      .sidebar li ul ul {
        padding-left: 16px; }
      .sidebar li ul a,
      .sidebar li ul span {
        padding: 6px 12px 8px; }
  .sidebar span,
  .sidebar a {
    display: block;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px; }
    .sidebar span:hover, .sidebar span.current,
    .sidebar a:hover,
    .sidebar a.current {
      color: #000;
      background: rgba(0, 0, 0, 0.03);
      font-weight: 500; }
      .sidebar span:hover _:-ms-lang(x), .sidebar span:hover, .sidebar span.current _:-ms-lang(x), .sidebar span.current,
      .sidebar a:hover _:-ms-lang(x),
      .sidebar a:hover,
      .sidebar a.current _:-ms-lang(x),
      .sidebar a.current {
        font-weight: 600; }
  .sidebar svg.rotate,
  .sidebar > ul > li > div svg.rotate {
    margin: 0 0 0 8px; }
  .sidebar ul > li > div > a,
  .sidebar ul > li > div > span,
  .sidebar ul > li li > div > a,
  .sidebar ul > li li > div > span {
    font-size: 16px;
    color: #000; }
  .sidebar ul > li li li > div > a,
  .sidebar ul > li li li > div > span {
    font-size: 15px;
    color: #444444; }
  .sidebar ul > li li li li div > a,
  .sidebar ul > li li li li div > span {
    font-size: 14px;
    color: #6d6d6d; }

.feedback {
  padding: 48px 0;
  position: relative; }
  .feedback .box {
    border: solid 1px rgba(92, 92, 110, 0.2);
    border-radius: 8px;
    padding: 24px 30px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    background-color: #fff; }
  .feedback .feedback-overlay {
    background: rgba(0, 0, 0, 0.16);
    position: fixed;
    pointer-events: none;
    z-index: 40;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 250ms ease;
    -webkit-tap-highlight-color: transparent; }
  .feedback.yes .feedback-no {
    display: none; }
  .feedback.no .feedback-yes {
    display: none; }
  @media (min-width: 750px) {
    .feedback .step-1 {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      text-align: left; }
    .feedback .step-2 {
      text-align: left; } }
  .feedback .step-2,
  .feedback .step-3 {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: transform 250ms ease, opacity 250ms ease; }
  .feedback .step-2 {
    border: none;
    z-index: 40;
    transform: translate(0, -16px);
    top: 10px; }
  .feedback .step-3 {
    top: 28px; }
  .feedback.sending .feedback-overlay {
    pointer-events: auto;
    opacity: 1; }
  .feedback.sending .step-2 {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0); }
  .feedback.sent .step-1,
  .feedback.sent .step-2 {
    opacity: 0;
    pointer-events: none; }
  .feedback.sent .step-3 {
    opacity: 1;
    pointer-events: auto; }
  .feedback .links {
    font-size: 15px;
    line-height: 1.6;
    text-align: center; }
    @media (min-width: 750px) {
      .feedback .links {
        text-align: right; } }
    .feedback .links a:hover {
      text-decoration: underline; }
  .feedback .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 14px;
    margin: 16px auto 0;
    max-width: 320px; }
    @media (min-width: 750px) {
      .feedback .buttons {
        margin: 0; } }
    .feedback .buttons button {
      -webkit-appearance: none;
      cursor: pointer;
      outline: none;
      border: none;
      border-radius: 6px;
      font-weight: 500;
      font-size: 13px;
      padding: 8px 40px;
      text-transform: uppercase;
      transition: background-color 250ms ease; }
      .feedback .buttons button _:-ms-lang(x), .feedback .buttons button {
        font-weight: 600; }
      .feedback .buttons button.no {
        background-color: #f2f2f5;
        color: #16141a; }
        .feedback .buttons button.no:hover {
          background-color: #e8eaed; }
      .feedback .buttons button.yes {
        background-color: #16141a;
        color: #fff; }
  .feedback .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #16141a; }
    .feedback .title _:-ms-lang(x), .feedback .title {
      font-weight: 600; }
  .feedback .subtitle {
    padding-top: 4px; }
  .feedback .form {
    padding-top: 24px; }
  .feedback .textarea {
    border-bottom: transparent 2px solid;
    margin-bottom: 12px;
    position: relative;
    text-align: left; }
    .feedback .textarea .mirror,
    .feedback .textarea textarea {
      display: block;
      padding: 10px 0;
      white-space: pre-wrap;
      word-break: break-all;
      word-wrap: break-word;
      min-height: 44px;
      font-size: 15px;
      line-height: 1.6;
      color: #16141a;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      word-spacing: normal;
      letter-spacing: normal; }
    .feedback .textarea .mirror {
      pointer-events: none;
      visibility: hidden; }
    .feedback .textarea textarea {
      border: none;
      box-shadow: none;
      outline: 0;
      overflow: hidden;
      resize: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent; }
      .feedback .textarea textarea::placeholder {
        color: #5c5c6e; }
  .feedback .options {
    display: flex;
    justify-content: space-between; }
    .feedback .options button {
      background-color: transparent;
      -webkit-appearance: none;
      cursor: pointer;
      outline: none;
      border: none;
      font-size: 15px;
      font-weight: 500;
      padding: 0; }
      .feedback .options button _:-ms-lang(x), .feedback .options button {
        font-weight: 600; }
      .feedback .options button:hover:not([disabled]) {
        text-decoration: underline; }
      .feedback .options button[disabled] {
        color: #5c5c6e;
        cursor: default; }

.loader {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0;
  text-align: center; }
  .loader::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1); }
  .loader::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #f05 transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent; }
@keyframes loader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*
.top {
  padding: 12px 16px;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #691FA9;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  position: relative;
  text-align: left;

  &.visible {
    display: flex;
  }

  a {
    color: #F98BFE;
    font-weight: 500;

    &:hover {
      text-decoration: underline;
    }
  }

  span {
    padding-right: 32px;

    @media (min-width: 750px) {
      padding-right: 0;
    }
  }

  .close {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
}
*/
