pre[class*="language-"].line-numbers {
  counter-reset: linenumber;
  padding-left: 3.8em;
  position: relative;
}

pre[class*="language-"].line-numbers > code {
  white-space: inherit;
  position: relative;
}

.line-numbers .line-numbers-rows {
  pointer-events: none;
  letter-spacing: -1px;
  -webkit-user-select: none;
  user-select: none;
  border-right: 1px solid #999;
  width: 3em;
  font-size: 100%;
  position: absolute;
  top: 0;
  left: -3.8em;
}

.line-numbers-rows > span {
  counter-increment: linenumber;
  display: block;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  text-align: right;
  padding-right: .8em;
  display: block;
}

code[class*="language-"], pre[class*="language-"] {
  color: #000;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
  background: none;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  line-height: 1.5;
}

pre[class*="language-"] {
  margin: .5em 0;
  padding: 1px;
  position: relative;
  overflow: visible;
}

pre[class*="language-"] > code {
  z-index: 1;
  background-color: #fdfdfd;
  background-image: linear-gradient(#0000 50%, #458ed10a 50%);
  background-size: 3em 3em;
  background-attachment: local;
  background-origin: content-box;
  border-left: 10px solid #358ccb;
  position: relative;
  box-shadow: -1px 0 #358ccb, 0 0 0 1px #dfdfdf;
}

code[class*="language-"] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
  box-sizing: border-box;
  background-color: #fdfdfd;
  margin-bottom: 1em;
}

:not(pre) > code[class*="language-"] {
  color: #c92c2c;
  white-space: normal;
  border: 1px solid #0000001a;
  border-radius: .3em;
  padding: .2em;
  display: inline;
  position: relative;
}

pre[class*="language-"]:after, pre[class*="language-"]:before {
  content: "";
  width: 40%;
  height: 20%;
  max-height: 13em;
  display: block;
  position: absolute;
  bottom: .75em;
  left: .18em;
  transform: rotate(-2deg);
  box-shadow: 0 13px 8px #979797;
}

pre[class*="language-"]:after {
  left: auto;
  right: .75em;
  transform: rotate(2deg);
}

.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #7d8b99;
}

.token.punctuation {
  color: #5f6364;
}

.token.boolean, .token.constant, .token.deleted, .token.function-name, .token.number, .token.property, .token.symbol, .token.tag {
  color: #c92c2c;
}

.token.attr-name, .token.builtin, .token.char, .token.function, .token.inserted, .token.selector, .token.string {
  color: #2f9c0a;
}

.token.entity, .token.operator, .token.url, .token.variable {
  color: #a67f59;
  background: #ffffff80;
}

.token.atrule, .token.attr-value, .token.class-name, .token.keyword {
  color: #1990b8;
}

.token.important, .token.regex {
  color: #e90;
}

.language-css .token.string, .style .token.string {
  color: #a67f59;
  background: #ffffff80;
}

.token.important {
  font-weight: 400;
}

.token.bold {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.namespace {
  opacity: .7;
}

@media screen and (width <= 767px) {
  pre[class*="language-"]:after, pre[class*="language-"]:before {
    box-shadow: none;
    bottom: 14px;
  }
}

pre[class*="language-"].line-numbers.line-numbers {
  padding-left: 0;
}

pre[class*="language-"].line-numbers.line-numbers code {
  padding-left: 3.8em;
}

pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
  left: 0;
}

pre[class*="language-"][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

pre[data-line] code {
  padding-left: 4em;
  position: relative;
}

pre .line-highlight {
  margin-top: 0;
}

.sg__body {
  background-color: var(--contrast-white);
}

.sg__sidebar {
  z-index: 1000;
  background-color: var(--contrast-light-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--contrast-gray-1);
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0 auto 0 0;
}

@media only screen and (width <= 1259px) {
  .sg__sidebar {
    width: 280px;
  }
}

@media only screen and (width <= 1023px) {
  .sg__sidebar {
    z-index: 10;
    background-color: var(--contrast-light-2);
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }
}

.sg__sidebar:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.sg__sidebar:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.sg__sidebar-content {
  background-color: var(--contrast-light-1);
  width: 240px;
  height: 100vh;
  overflow-y: auto;
}

@media only screen and (width <= 1259px) {
  .sg__sidebar-content {
    width: 280px;
  }
}

@media only screen and (width <= 1023px) {
  .sg__sidebar-content {
    background-color: var(--contrast-light-2);
    flex-flow: wrap;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    display: flex;
  }
}

.sg__logo {
  float: left;
  color: var(--contrast-dark-3);
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  max-width: 100px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media only screen and (width <= 1259px) {
  .sg__logo {
    max-width: initial;
    float: none;
    margin-top: 4px;
    margin-bottom: 16px;
    display: inline-flex;
  }
}

@media only screen and (width <= 474px) {
  .sg__logo {
    margin-left: 16px;
  }
}

.sg__logo:active, .sg__logo:hover {
  outline: 0;
}

.sg__logo img {
  width: 48px;
  height: 48px;
}

.sg__logo span {
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
}

@media only screen and (width <= 1259px) {
  .sg__logo span {
    word-wrap: normal;
    white-space: nowrap;
  }
}

@media only screen and (width <= 474px) {
  .sg__logo span {
    display: none;
  }
}

.sg__nav {
  float: right;
  width: 100%;
  display: block;
  position: relative;
}

@media only screen and (width >= 1023.99px) {
  .sg__nav {
    max-height: initial !important;
    display: block !important;
    position: relative !important;
  }
}

@media only screen and (width <= 1023px) {
  .sg__nav {
    background-color: var(--contrast-light-1);
    z-index: 500;
    display: none;
    position: absolute;
    inset: 80px auto auto 0;
  }
}

@media only screen and (width <= 767px) {
  .sg__nav {
    background-color: var(--contrast-white);
  }
}

.sg__nav.active {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--contrast-gray-1);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 5px #0000000d;
}

.sg__nav-link {
  vertical-align: top;
  text-align: left;
  transition-behavior: normal, normal;
  color: var(--contrast-dark-1);
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px 7px 27px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
  position: relative;
}

.sg__nav-link:active, .sg__nav-link:hover {
  outline: 0;
}

.sg__nav-link.is-active {
  color: var(--base-primary-1);
  background-color: var(--contrast-light-3);
}

.sg__hamburger {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

@media only screen and (width <= 1023px) {
  .sg__hamburger {
    display: flex;
  }
}

.sg__hamburger-icon {
  cursor: pointer;
  color: var(--contrast-dark-4);
  height: 100%;
  padding: 0 32px;
  transition: transform .3s, -webkit-transform .3s;
  display: flex;
  position: relative;
}

.sg__hamburger-icon-inner {
  transition-behavior: normal, normal;
  will-change: transform;
  align-items: center;
  width: 24px;
  height: 11px;
  margin: -8px 0 0;
  transition: transform .3s, -webkit-transform .3s;
  display: flex;
  position: relative;
}

.sg__hamburger-icon-line {
  vertical-align: baseline;
  transition-behavior: normal, normal;
  will-change: transform;
  background-color: currentColor;
  outline: 0;
  width: 100%;
  height: 1px;
  font-size: 100%;
  transition: transform .3s, -webkit-transform .3s;
}

.sg__hamburger-icon-line:before, .sg__hamburger-icon-line:after {
  content: "";
  transition-behavior: normal, normal;
  will-change: transform;
  opacity: 0;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  transition: transform .3s, -webkit-transform .3s;
  position: absolute;
  right: 0;
}

.sg__hamburger-icon-line:before {
  transform: translateY(0);
}

.sg__hamburger-icon-line:after {
  opacity: 1;
  transform: translateY(7px);
}

.sg__hamburger-icon.active .sg__hamburger-icon-inner {
  transform: rotate(45deg);
}

.sg__hamburger-icon.active .sg__hamburger-icon-line:before, .sg__hamburger-icon.active .sg__hamburger-icon-line:after {
  opacity: 0;
  transform: rotate(90deg);
}

.sg__hamburger-icon.active .sg__hamburger-icon-line:after {
  opacity: 1;
  width: 100%;
}

.sg__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

@media only screen and (width <= 1259px) {
  .sg__content {
    margin-left: 280px;
  }
}

@media only screen and (width <= 1023px) {
  .sg__content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }
}

@media only screen and (width <= 767px) {
  .sg__content {
    margin-left: 0;
  }
}

.sg__content .grid-layout {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
}

.sg__content-box {
  border-radius: 6px;
  width: 100%;
  height: 80px;
}

.sg__wrapper {
  width: 100%;
  min-height: 100vh;
}

.sg__section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

@media only screen and (width <= 767px) {
  .sg__section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (width <= 474px) {
  .sg__section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sg__section.is-header {
  background-color: var(--base-primary-1);
  color: var(--contrast-white);
}

.sg__section.is-header a {
  color: var(--contrast-light-3);
  font-weight: 600;
  text-decoration: none;
}

.sg__section.is-header a:hover {
  color: var(--contrast-white);
}

.sg__section-header {
  max-width: 540px;
  min-height: 64px;
}

.sg__section-header h1 {
  margin-bottom: 24px;
}

.sg__section-header p {
  font-weight: 600;
}

.sg__section-header a {
  color: var(--contrast-white);
  opacity: .85;
}

.sg__section-header.is--variant-2 {
  margin-bottom: 0;
}

.sg__section-header.is--variant-2 h2 {
  margin-bottom: 8px;
}

.sg__section-header.is--variant-2 p {
  color: var(--contrast-gray-1);
  font-size: 16px;
  font-weight: 500;
}

.sg__section-content {
  width: 100%;
}

.sg__section-line {
  background-color: var(--contrast-dark-4);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  position: relative;
  bottom: -80px;
}

.sg__title {
  color: var(--contrast-dark-1);
  margin-bottom: 8px;
}

.sg__description {
  color: var(--contrast-gray-1);
  max-width: 400px;
}

.sg__subtitle {
  color: var(--contrast-dark-1);
  margin-bottom: 8px;
  font-size: 18px;
}

.sg__footer {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

@media only screen and (width <= 767px) {
  .sg__footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (width <= 474px) {
  .sg__footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sg__footer p {
  color: var(--contrast-dark-1);
}

.sg__footer p a {
  color: var(--base-primary-1);
  text-decoration: none;
}

.sg__footer p a:hover {
  color: #0069f6;
}

.sg__code-block {
  overflow: hidden;
}

.sg__code-block > pre {
  margin: -24px 0 -48px;
}

.sg__code-block > pre:before, .sg__code-block > pre:after {
  display: none;
}

.sg__code-block .line-number {
  color: #888;
  text-align: right;
  -webkit-user-select: none;
  user-select: none;
  width: 30px;
  margin-right: 10px;
  display: inline-block;
}

.sg__code-block .language-label {
  color: #fff;
  text-transform: capitalize;
  pointer-events: none;
  background: #000000b3;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sg__column-styleguide {
  border: 1px dashed var(--base-secondary-2);
  background-color: #cabdff4d;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.sg__label {
  color: var(--contrast-gray-1);
  letter-spacing: .5px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.sg__label.is-class {
  color: var(--base-primary-1);
  text-transform: none;
  font-family: Courier New, Courier, monospace;
}

.sg__space-helper {
  width: 100%;
  height: 24px;
}

.sg__content-grid {
  margin-bottom: 40px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.sg__content-grid:after {
  content: "";
  border-bottom: 1px solid var(--contrast-dark-4);
  opacity: .1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sg__content-grid.clear {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sg__content-grid.clear:after {
  display: none;
}

.sg__section-content [class*="spacer-"] .sg__column-styleguide {
  height: 100%;
}

/*# sourceMappingURL=test-2-scss.96442aa3.css.map */
