/*#94C712;*/
html {
  font-size: 16px;
}
.mdd_preview,
#article-content {
  line-height: 1.7;
  padding-bottom: 30px;
}
.mdd_preview *,
#article-content * {
  box-sizing: border-box;
}
.mdd_preview h1,
#article-content h1,
.mdd_preview h2,
#article-content h2,
.mdd_preview h3,
#article-content h3,
.mdd_preview h4,
#article-content h4,
.mdd_preview h5,
#article-content h5,
.mdd_preview h6,
#article-content h6 {
  line-height: 1.35;
}
.mdd_preview dl,
#article-content dl {
  width: 91%;
  margin: 45px auto;
  font-size: 14px;
  line-height: 1.6;
  background-color: #FAFAFA;
  padding: 20px;
}
.mdd_preview dl dt,
#article-content dl dt {
  margin-top: 24px;
  font-weight: bold;
  font-size: 18px;
}
.mdd_preview dl dt h3,
#article-content dl dt h3 {
  margin-top: 0;
}
.mdd_preview dl dd,
#article-content dl dd {
  line-height: 1.8 !important;
}
.mdd_preview dl dt:first-child,
#article-content dl dt:first-child {
  margin-top: 0;
}
.mdd_preview table,
#article-content table {
  width: 95%;
  margin: 30px auto;
}
.mdd_preview table th,
#article-content table th {
  border-bottom: 2px solid #b1cfe9;
  background-color: #EDF4FA;
  padding: 8px;
  padding-top: 24px;
}
.mdd_preview table tbody tr:nth-child(2n),
#article-content table tbody tr:nth-child(2n) {
  background-color: #F6F6F6;
}
.mdd_preview table tbody tr td,
#article-content table tbody tr td {
  padding: 8px 8px;
}
@media (max-width: 768px) {
  .mdd_preview table tbody,
  #article-content table tbody {
    font-size: 15px;
  }
}
.mdd_preview ul,
#article-content ul,
.mdd_preview ol,
#article-content ol {
  margin-top: 30px;
  width: 100% !important;
  margin-bottom: 30px;
  overflow: hidden;
}
.mdd_preview ul:last-of-type,
#article-content ul:last-of-type,
.mdd_preview ol:last-of-type,
#article-content ol:last-of-type {
  margin-bottom: 0;
}
.mdd_preview ul li,
#article-content ul li,
.mdd_preview ol li,
#article-content ol li,
.mdd_preview p ul li,
#article-content p ul li,
.mdd_preview p ol li,
#article-content p ol li {
  color: #657481;
  font-size: 16px;
  margin-bottom: 16px;
}
.mdd_preview ul li:last-of-type,
#article-content ul li:last-of-type,
.mdd_preview ol li:last-of-type,
#article-content ol li:last-of-type,
.mdd_preview p ul li:last-of-type,
#article-content p ul li:last-of-type,
.mdd_preview p ol li:last-of-type,
#article-content p ol li:last-of-type {
  margin-bottom: 0;
}
.mdd_preview p,
#article-content p {
  margin-top: 0;
}
.mdd_preview ul li,
#article-content ul li {
  overflow: visible;
  margin-right: 10px;
  color: #5D5D5D;
}
.mdd_preview ul li,
#article-content ul li {
  color: #5D5D5D;
  margin-right: 10px;
}
.mdd_preview p,
#article-content p {
  color: #5D5D5D;
  font-size: 16px;
  margin-bottom: 24px;
}
.mdd_preview .img-class,
#article-content .img-class {
  max-width: 750px;
}
.mdd_preview img,
#article-content img {
  max-width: 90%;
  max-height: 500px;
  margin: 41px auto;
  display: block;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.mdd_preview blockquote,
#article-content blockquote {
  font-style: normal;
  margin: 20px 0;
  background-color: #f9f9f9;
  padding: 15px;
  border-left: 5px solid #eee;
}
.mdd_preview blockquote p,
#article-content blockquote p {
  font-size: 16px;
  line-height: 1.5;
}
.mdd_preview blockquote p:first-of-type,
#article-content blockquote p:first-of-type {
  margin-top: 0;
}
.mdd_preview blockquote p:last-of-type,
#article-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.mdd_preview ol,
#article-content ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px;
}
.mdd_preview ol > li,
#article-content ol > li {
  position: relative;
  margin: 0 20px 8px 3em;
  padding: 20px 14px;
  list-style: none;
  background-color: hsl(0, 0%, 97%);
  border-radius: 3px;
}
@media (max-width: 480px) {
  .mdd_preview ol > li,
  #article-content ol > li {
    margin: 5px 0;
  }
}
.mdd_preview ol > li:before,
#article-content ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 16px;
  left: -52.8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.9em;
  border-radius: 11px;
  margin-right: 8px;
  padding: 1px;
  font-weight: bold;
  font-size: 23.2px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: right;
}
.mdd_preview strong,
#article-content strong {
  color: #2a2f40;
  font-weight: 700;
}
.mdd_preview li ol,
#article-content li ol,
.mdd_preview li ul,
#article-content li ul {
  margin-top: 6px;
}
.mdd_preview ol ol li:last-child,
#article-content ol ol li:last-child {
  margin-bottom: 0;
}
.mdd_preview code,
#article-content code {
  color: #3F51B5;
}
.mdd_preview h1,
#article-content h1 {
  font-size: 40px;
  font-family: "myriad-pro", "Open Sans", "Segoe UI", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 34px;
  font-family: "montserrat", "Open Sans", "Segoe UI", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
.mdd_preview h2,
#article-content h2 {
  font-size: 30px;
  margin-top: 48px;
  margin-bottom: 40px / 2.5;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-family: "montserrat", "Open Sans", "Segoe UI", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
.mdd_preview h3,
#article-content h3 {
  color: #333;
  font-weight: 400;
  font-size: 25.6px;
  margin-top: 30px;
  margin-bottom: 40px / 4;
  line-height: 1.32;
  font-family: "montserrat", "Open Sans", "Segoe UI", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
.mdd_preview h4,
#article-content h4 {
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  margin-top: 24px;
  margin-bottom: 40px / 5;
  color: #0398db;
  font-family: "montserrat", "Open Sans", "Segoe UI", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
.mdd_preview h5,
#article-content h5 {
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17.4px;
  font-weight: 600;
  line-height: 1.42;
  margin-top: 20px;
  margin-bottom: 40px / 5;
  color: #333;
}
.mdd_preview h6,
#article-content h6 {
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16.6px;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 40px / 5;
  color: #444;
}
@media (max-width: 768px) {
  .mdd_preview h1,
  #article-content h1 {
    margin-top: 24px;
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 300;
  }
  .mdd_preview h2,
  #article-content h2 {
    font-size: 20.16px;
    margin-top: 24px;
    margin-bottom: 10.8px;
    font-weight: 300;
  }
  .mdd_preview h3,
  #article-content h3 {
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15.6px;
    margin-bottom: 15.6px;
    font-weight: 500;
  }
  .mdd_preview h4,
  #article-content h4 {
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 23.04px;
    margin-bottom: 10.8px;
    color: #292929;
  }
  .mdd_preview h5,
  #article-content h5 {
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 10.8px;
    font-style: italic;
    margin-top: 17.76px;
    margin-bottom: 4px;
  }
  .mdd_preview h6,
  #article-content h6 {
    font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 7.68px;
    margin-top: 14.16px;
    margin-bottom: 2px;
  }
}
.hide-edit-ctrl * span.tags {
  display: none !important;
}
.ss-path {
  display: inline-block;
  color: hsl(276, 81%, 55%);
  padding: 1px 5px;
  margin: 3px 0;
  border-radius: 2px;
  font-size: 15px;
  background-color: #F5F5F5;
  border: 1px solid #ededed;
  padding-right: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}
.ss-path:before {
  content: "";
  width: 18px;
  height: 15px;
  background-image: url("/cms/img/ic-path.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-size: 60%;
  display: inline-block;
}
.ss-path span:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid hsl(276, 81%, 45%);
  display: inline-block;
  margin: 0 5px;
}
h2:first-of-type ~ p:first-of-type > .ss-path,
h1:first-of-type ~ p:first-of-type > .ss-path {
  margin-bottom: 30px;
  display: block;
  padding: 4px 10px;
  font-size: 17px;
}
.ss-tags {
  display: none;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.ss-tags:before {
  content: "Tags:";
  margin-right: 4px;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.ss-tags span {
  background-color: #F6F6F6;
  color: #4887C7;
  display: inline-block;
  font-size: inherit;
  padding: 3px 7px;
  margin-right: 4px;
  border-radius: 3px;
}
.ss-btn-em,
.ss-btn {
  color: #3D91D7;
  display: inline-block;
  margin: 0 4px;
  padding: 2px 5px;
  border: 1px solid #92c1e8;
  background-color: #FBFBFB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#F7F7F7));
  background: -webkit-linear-gradient(top, #FBFBFB, #F7F7F7);
  background: -moz-linear-gradient(top, #FBFBFB, #F7F7F7);
  background: -ms-linear-gradient(top, #FBFBFB, #F7F7F7);
  background: -o-linear-gradient(top, #FBFBFB, #F7F7F7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 14px;
}
.ss-btn-em {
  color: white;
  background-color: #67a9e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#67a9e0), to(#3D91D7));
  background: -webkit-linear-gradient(top, #67a9e0, #3D91D7);
  background: -moz-linear-gradient(top, #67a9e0, #3D91D7);
  background: -ms-linear-gradient(top, #67a9e0, #3D91D7);
  background: -o-linear-gradient(top, #67a9e0, #3D91D7);
  border: 1px solid #2677bb;
}
.ss-cursor {
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: red;
}
.mdd_preview .bs-rlinks,
#article-content .bs-rlinks {
  display: block;
  padding: 10px;
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.mdd_preview .bs-rlinks:before,
#article-content .bs-rlinks:before {
  content: "See also:";
  font-size: 16px;
  display: block;
  padding-bottom: 3px;
  border-bottom: 2px dotted #BABABA;
  color: #848484;
}
.mdd_preview .bs-rlinks ul,
#article-content .bs-rlinks ul {
  list-style: none;
  margin-top: 10px;
  padding: 10px;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-width: 250px;
  column-width: 250px;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  width: 100%;
  margin-bottom: 0;
}
.mdd_preview .bs-rlinks ul li,
#article-content .bs-rlinks ul li {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  overflow: hidden;
  margin: 0;
  line-height: 1.325;
  font-size: 14px;
  margin-bottom: 15px;
}
.mdd_preview .bs-rlinks ul li:last-of-type,
#article-content .bs-rlinks ul li:last-of-type {
  margin-bottom: 0;
}
.mdd_preview .bs-rlinks ul li a,
#article-content .bs-rlinks ul li a {
  font-weight: 600;
}
.mdd_preview .bs-rlinks ul li a:hover,
#article-content .bs-rlinks ul li a:hover {
  text-decoration: none;
}
.mdd_preview .bs-rlinks ul li a p,
#article-content .bs-rlinks ul li a p {
  margin-top: 10px;
  font-size: 13px !important;
  color: #423e3e;
  font-weight: normal !important;
  line-height: 1.625;
}
.mdd_preview .bs-rlinks ul li a p:hover,
#article-content .bs-rlinks ul li a p:hover {
  color: #2677BB;
}
.mdd_preview .bs-details,
#article-content .bs-details {
  font-size: 15px;
  font-style: italic;
  padding: 10px;
  margin: 20px auto;
  padding-top: 5px;
  border-top: 1px dotted #acd097;
}
.mdd_preview .bs-details p,
#article-content .bs-details p {
  color: #82B047;
}
.mdd_preview .bs-details p:before,
#article-content .bs-details p:before {
  font-family: "glyphicons halflings", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #74B051;
  content: "\E006";
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: -25px;
  margin-right: 15px;
  padding: 0;
}
.mdd_preview div.bs-comment,
#article-content div.bs-comment {
  display: block;
  overflow: hidden;
  background-color: #fff7fe;
  padding: 10px;
  border-radius: 4px;
}
.mdd_preview div.bs-comment > p,
#article-content div.bs-comment > p {
  color: #d379d9;
  font-style: italic;
  margin: 0;
}
.mdd_preview div.bs-comment:before,
#article-content div.bs-comment:before {
  font-family: "glyphicons halflings", sans-serif;
  color: #edc9ef;
  content: "\E111";
  position: absolute;
  margin-top: -5px;
  left: -25px;
  font-size: 22.4px;
}
.mdd_preview .ss-abstract,
#article-content .ss-abstract {
  display: block;
  font-size: 16px;
  color: #3D91D7;
  border-left: 2px solid #bcd9f1;
  font-style: normal;
  padding: 8px 10px;
  margin-bottom: 30px;
}
div.hide-edit-ctrl div.bs-comment {
  display: none !important;
}
.mdd_preview .ss-p-bk,
#article-content .ss-p-bk {
  margin: 0;
  padding: 0;
  height: 0;
}
.mdd_preview .ss-bk,
#article-content .ss-bk {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.mdd_preview .ss-bk:before,
#article-content .ss-bk:before {
  font-family: "glyphicons halflings", sans-serif;
  position: absolute;
  left: -25px;
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
  content: "\E044";
  overflow: hidden;
  width: 15px;
  height: 15px;
  color: #2677BB;
}
div.hide-edit-ctrl .ss-bk {
  height: 0 !important;
}
div.hide-edit-ctrl .ss-bk:before {
  height: 0 !important;
}
.bs-include {
  display: block;
  border: 3px dotted #D4F3C2;
  margin: -3px;
  padding: 3px;
}
div.hide-edit-ctrl .bs-include {
  margin: 0;
  padding: 0;
  border: none;
}
.link-err {
  display: none;
}
.bs-note {
  display: block;
  background-color: rgba(3, 169, 244, 0.05);
  padding: 9.6px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.bs-note p {
  font-size: 15px;
  padding: 9.6px;
}
.bs-note:before {
  content: "Note:";
  font-size: 22.4px;
  font-family: "open-sans", "Open Sans", "Helvetica Neue", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  color: #0286c2;
  margin-bottom: 10px;
  border-bottom: 2px dotted #03a9f4;
}
#page-content.kb {
  background: #f3f6fb;
  height: auto;
  overflow: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.kb-page {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.6;
}
.kb-page :focus:not(:focus-visible) {
  outline: none;
}
.kb-page :focus-visible {
  outline: 2px solid rgba(27, 110, 243, 0.55);
  outline-offset: 2px;
  border-radius: 4px;
}
.kb-page [tabindex="-1"]:focus {
  outline: none;
}
.kb-head {
  position: sticky;
  top: 72px;
  z-index: 30;
  background: #f7f9fc;
  border-bottom: 1px solid #e2e8f2;
}
.kb-head-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  min-height: 112px;
  max-width: 996px;
  margin: 0 auto;
  padding: 26px 20px;
}
.kb-title {
  min-width: 0;
}
.kb-title a {
  display: block;
  color: #0f172a;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.kb-title a:hover {
  color: #1b6ef3;
  text-decoration: none;
}
.kb-title p {
  margin: 5px 0 0;
  color: #566076;
  font-size: 13px;
}
.kb-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  position: relative;
}
.kb-search input[type="search"] {
  width: 300px;
  max-width: 100%;
  height: 38px;
  padding: 0 14px 0 36px;
  border: 1px solid #e2e8f2;
  border-radius: 19px;
  background: #ffffff url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238790a4' stroke-width='1.6'%3E%3Ccircle cx='7' cy='7' r='4.6'/%3E%3Cpath d='M10.6 10.6 14 14' stroke-linecap='round'/%3E%3C/svg%3E\") no-repeat 13px 50%;
  background-size: 15px 15px;
  color: #0f172a;
  font-size: 13px;
  outline: none;
  -webkit-appearance: none;
}
.kb-search input[type="search"]::placeholder {
  color: #8790a4;
}
.kb-search input[type="search"]:focus {
  border-color: #1b6ef3;
  box-shadow: 0 0 0 3px rgba(27, 110, 243, 0.12);
}
.kb-search-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.kb-main {
  padding: 0 20px;
  transition: opacity 120ms ease-out;
}
.kb-main.is-loading {
  opacity: 0.55;
}
.kb-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  gap: 28px;
  align-items: start;
  max-width: 996px;
  margin: 0 auto;
  padding: 26px 0 60px;
}
.kb-list-col {
  min-width: 0;
}
.kb-context {
  margin: 0 0 18px;
}
.kb-context h1 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0f172a;
}
.kb-context p {
  margin: 5px 0 0;
  color: #566076;
  font-size: 13px;
}
.kb-context a {
  color: #1b6ef3;
}
.kb-context a:hover {
  color: #1553c0;
}
.kb-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #8790a4;
  font-size: 12px;
}
.kb-meta:not(:empty) {
  margin-bottom: 8px;
}
.kb-ver {
  padding: 2px 8px;
  border-radius: 11px;
  background: #edf1f7;
  color: #566076;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  white-space: nowrap;
}
a.kb-ver:hover {
  background: #e8f0fe;
  color: #1553c0;
  text-decoration: none;
}
.kb-pill {
  padding: 2px 9px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.kb-pill.old {
  background: #fbf1da;
  color: #8a6a1f;
}
.kb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kb-row {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  padding: 18px 20px;
  transition: border-color 120ms ease-out;
}
.kb-row:hover {
  border-color: #ccd7e8;
}
.kb-row:last-child {
  margin-bottom: 0;
}
.kb-row h2 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.01em;
}
.kb-row h2 a {
  color: #0f172a;
  text-decoration: none;
}
.kb-row h2 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.kb-row h2 a:hover {
  color: #1b6ef3;
  text-decoration: none;
}
.kb-row-text {
  min-width: 0;
}
.kb-abstract {
  margin: 0;
  color: #566076;
  font-size: 13.5px;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kb-tags {
  margin: 11px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.kb-tags a {
  position: relative;
  z-index: 1;
  padding: 2px 9px;
  border-radius: 11px;
  background: #edf1f7;
  color: #566076;
  font-size: 11px;
  text-decoration: none;
}
.kb-tags a:hover {
  background: #e8f0fe;
  color: #1553c0;
  text-decoration: none;
}
.kb-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f2;
  font-size: 13px;
}
.kb-pager .count {
  color: #8790a4;
  font-size: 12px;
}
.kb-pager a {
  color: #1b6ef3;
  text-decoration: none;
  font-weight: 600;
}
.kb-pager a:hover {
  color: #1553c0;
  text-decoration: underline;
}
.kb-pager .prev,
.kb-pager .next {
  flex: 0 0 auto;
  min-width: 1px;
}
.kb-more {
  display: none;
  gap: 18px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f2;
  font-size: 13px;
}
.kb-more a {
  color: #1b6ef3;
  font-weight: 600;
  text-decoration: none;
}
.kb-more a:hover {
  color: #1553c0;
  text-decoration: underline;
}
.kb-empty {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  padding: 40px 24px;
  color: #566076;
}
.kb-empty h1,
.kb-empty h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
}
.kb-empty p {
  margin: 0 0 6px;
  font-size: 14px;
}
.kb-empty a {
  color: #1b6ef3;
  font-weight: 600;
}
.kb-alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.kb-alphabet a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f2;
  color: #566076;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
}
.kb-alphabet a:hover {
  background: #e8f0fe;
  border-color: #e8f0fe;
  color: #1553c0;
  text-decoration: none;
}
.kb-letter {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 18px 22px;
}
.kb-letter h2 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1f7;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
  scroll-margin-top: 196px;
}
.kb-letter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kb-letter-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 0;
}
.kb-letter-list a {
  color: #0f172a;
  font-size: 14px;
  text-decoration: none;
}
.kb-letter-list a:hover {
  color: #1b6ef3;
  text-decoration: underline;
}
.kb-letter-list .kb-ver,
.kb-letter-list .kb-pill {
  flex: 0 0 auto;
}
.kb-rail {
  position: sticky;
  top: 198px;
  font-size: 12.5px;
}
.kb-rail section {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 14px 16px;
}
.kb-rail section:last-child {
  margin-bottom: 0;
}
.kb-rail h2 {
  margin: 0 0 10px;
  color: #8790a4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.kb-rail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kb-rail-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 7px;
  color: #566076;
  text-decoration: none;
}
.kb-rail-list a span {
  color: #8790a4;
  font-variant-numeric: tabular-nums;
}
.kb-rail-list a:hover {
  background: #edf1f7;
  color: #0f172a;
  text-decoration: none;
}
.kb-rail-list li.on > a {
  background: #e8f0fe;
  color: #1553c0;
  font-weight: 600;
}
.kb-rail-list li.on > a span {
  color: #1b6ef3;
}
.kb-rail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.kb-rail-tags a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 12px;
  background: #edf1f7;
  color: #566076;
  font-size: 11.5px;
  text-decoration: none;
}
.kb-rail-tags a span {
  color: #8790a4;
  font-variant-numeric: tabular-nums;
}
.kb-rail-tags a:hover {
  background: #e8f0fe;
  color: #1553c0;
  text-decoration: none;
}
.kb-rail-tags a.on {
  background: #1b6ef3;
  color: #fff;
  font-weight: 600;
}
.kb-rail-tags a.on span {
  color: rgba(255, 255, 255, 0.75);
}
.kb-article {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  max-width: 960px;
  margin: 26px auto 60px;
  padding: 32px 40px 36px;
}
.kb-notice {
  margin: 0 0 20px;
  padding: 10px 14px;
  border: 1px solid hsla(38, 100%, 48%, 0.4);
  border-radius: 8px;
  background: hsla(38, 100%, 48%, 0.08);
  color: hsl(38, 100%, 30%);
  font-size: 12px;
}
.kb-crumbs {
  margin-bottom: 16px;
  color: #8790a4;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kb-crumbs a {
  color: #1b6ef3;
  text-decoration: none;
  font-weight: 600;
}
.kb-crumbs a:hover {
  color: #1553c0;
  text-decoration: underline;
}
.kb-crumbs .sep {
  margin: 0 7px;
  opacity: 0.6;
}
.kb-article-head {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #edf1f7;
}
.kb-article-head h1 {
  margin: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.kb-lede {
  margin: 16px 0 0;
  padding-left: 14px;
  border-left: 2px solid #e2e8f2;
  color: #566076;
  font-size: 16px;
  line-height: 1.6;
}
.kb-applies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0 0;
}
.kb-applies-label {
  margin-right: 2px;
  color: #8790a4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.kb-body {
  font-size: 15px;
  line-height: 1.7;
}
.kb-body img {
  max-width: 100%;
  height: auto;
}
.kb-body h2,
.kb-body h3,
.kb-body h4 {
  scroll-margin-top: 196px;
}
.kb-body a {
  color: #1b6ef3;
}
.kb-body a:hover {
  color: #1553c0;
}
.kb-article-tags {
  margin-top: 28px;
}
.kb-related {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #edf1f7;
}
.kb-related h2 {
  margin: 0 0 10px;
  color: #8790a4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.kb-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kb-related li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
}
.kb-related a {
  color: #0f172a;
  font-size: 14px;
  text-decoration: none;
}
.kb-related a:hover {
  color: #1b6ef3;
  text-decoration: underline;
}
.kb-related .kb-ver {
  flex: 0 0 auto;
}
@media (max-width: 960px) {
  .kb-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .kb-rail {
    display: none;
  }
  .kb-more {
    display: flex;
  }
  .kb-article {
    padding: 24px 22px 28px;
  }
  .kb-article-head h1 {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .kb-head-inner {
    align-items: stretch;
    gap: 16px;
    min-height: 0;
    padding: 18px 16px;
  }
  .kb-search input[type="search"] {
    width: 100%;
    flex: 1 1 auto;
  }
  .kb-main {
    padding: 0 14px;
  }
  .kb-columns {
    padding: 18px 0 44px;
  }
  .kb-article {
    margin: 18px auto 44px;
    padding: 22px 18px 26px;
  }
  .kb-row {
    padding: 16px 16px;
  }
  .kb-row h2 {
    font-size: 17px;
  }
  .kb-letter-list li {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }
}
@media print {
  .kb-head,
  .kb-rail,
  .kb-pager,
  .kb-alphabet,
  .ng-banner {
    display: none;
  }
  .kb-article {
    border: 0;
    padding: 0;
  }
}
.ng-banner,
[ng-banner] {
  margin: 35px auto;
  max-width: 800px;
  height: 90px;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  background-color: #edf6ff;
}
@media (max-width: 650px) {
  .ng-banner,
  [ng-banner] {
    display: none;
  }
}
.ng-banner h2,
[ng-banner] h2,
.ng-banner h3,
[ng-banner] h3 {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.79);
  border: none !important;
}
.ng-banner h3,
[ng-banner] h3 {
  font-family: "open-sans", "Segoe UI", Helvetica, Arial, sans-serif;
  max-width: 300px;
}
.ng-banner h2,
[ng-banner] h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0;
}
.ng-banner .logo,
[ng-banner] .logo {
  width: 25%;
  min-width: 80px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ng-banner .logo img,
[ng-banner] .logo img {
  border: none !important;
  box-shadow: none !important;
}
.ng-banner > div:nth-of-type(2),
[ng-banner] > div:nth-of-type(2) {
  flex: 1;
  padding: 15px 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.ng-banner .buttons,
[ng-banner] .buttons {
  width: 33%;
  min-width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ng-banner .buttons a,
[ng-banner] .buttons a {
  border-radius: 23px 0 0 23px;
  font-size: 12px;
  font-family: "open-sans", "Segoe UI", Helvetica, Arial, sans-serif;
  border: 1px solid #1b6ef3;
  min-width: 85px;
  font-weight: 600;
  padding: 4px 8px;
}
.ng-banner .buttons a:first-of-type,
[ng-banner] .buttons a:first-of-type {
  background-color: #1b6ef3;
  color: rgba(255, 255, 255, 0.95);
}
.ng-banner .buttons a:first-of-type:hover,
[ng-banner] .buttons a:first-of-type:hover {
  background-color: #0b57d0;
  color: white;
}
.ng-banner .buttons a:nth-of-type(2),
[ng-banner] .buttons a:nth-of-type(2) {
  background-color: white;
  color: #1b6ef3;
  border-radius: 0 23px 23px 0;
}
.ng-banner .buttons a:nth-of-type(2):hover,
[ng-banner] .buttons a:nth-of-type(2):hover {
  background-color: #0b57d0;
  color: white;
}
/*# sourceMappingURL=styles.css.map */