<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap");

* {
  font-family: "Montserrat", sans-serif, "Open Sans" !important;
}

html,
body {
  width: 100% !important;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  font-size: 1rem !important;
  scroll-behavior: smooth;
  background-color: #f6f9fc;
  scroll-padding-top: 6.5rem;
}

a {
  text-decoration: none !important;
  color: inherit !important;
  font-size: 1rem;
  font-weight: 600;
}

table,
td,
th {
  border: none !important;
}

hr {
  display: none;
}

th {
  font-size: 1rem;
  padding: 0.5rem 0;
}

.main-div {
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .main-div {
    max-height: 100%;
  }
}

.article {
  display: flex;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  table,
  td,
  th,
  tr,
  tbody {
    display: block !important;
    word-wrap: break-word;
  }
}

.navfooter {
  display: none;
}

/* bootstrap menu css */

.link-active {
  color: #69d5f8;
}

.dropdown {
  padding: 1rem !important;
  font-size: 1rem !important;
}

.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 1rem !important;
  font-weight: 1000 !important;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover {
  color: #69d5f8 !important;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg) !important;
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  color: #69d5f8 !important;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}

/* SideMenu css */
.menu-icon,
.menudiv,
.closebtn {
  display: none;
}

#importedToc {
  background-color: white;
  height: 100%;
}

#importedToc &gt; ul {
  position: fixed;
  top: 5rem;
  width: 20rem;
  background-color: white;
  overflow: auto;
  height: 90vh;
}

#importedToc a:hover {
  color: #69d5f8 !important;
}

#importedToc a {
  font-weight: bolder !important;
  font-size: inherit !important;
  color: #989898 !important;
}

#importedToc &gt; ul::-webkit-scrollbar {
  width: 0.25rem;
}

#importedToc &gt; ul::-webkit-scrollbar-thumb {
  background-color: grey;
}

#importedToc &gt; ul::-webkit-scrollbar-track {
  background-color: transparent;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  #importedToc &gt; ul {
    width: 17rem;
  }

  #importedToc {
    width: 17rem;
  }

  #importedToc a {
    font-weight: inherit !important;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1023px) {
  #importedToc {
    display: none;
  }

  .menu-icon {
    display: block !important;
    margin-left: 10px;
  }

  .menudiv {
    display: block;
    height: 100%;
    width: 0;
    position: fixed !important;
    z-index: 1;
    padding-bottom: 2rem;
    top: 2rem;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .menudiv &gt; ul a {
    font-weight: bolder !important;
    font-size: inherit !important;
    color: #989898 !important;
  }

  .closebtn {
    display: block !important;
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-size: 4rem !important;
    margin-left: 3rem;
  }
}

/* Custom NavHeader */

.customNavHeader {
  position: fixed;
  width: 100%;
  background-color: white;
  top: 0;
  display: flex;
  height: 3.5rem;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.24);
}

.left-top-menu {
  display: flex;
}

.right-top-menu {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.search-box {
  display: flex;
  align-items: center;
  color: #32325d;
  background-color: #f6f9fc;
  border-radius: 1em;
  line-height: 1.5;
  padding: 0 0.25em;
  height: 2rem;
  border: 1px solid #dacdda;
}

#searchInput {
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: width 0.5s ease;
  outline: none;
}

.twitter-icon-svg {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  margin-left: 2rem;
}

#suggestions {
  display: none;
  max-height: calc(100vh - 30rem);
  background-color: #f6f9fc;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow-y: auto;
  right: 1rem;
  padding: 1rem;
  position: absolute;
  margin-top: 1rem;
  width: 25rem;
}

.suggestion-list-item {
  cursor: pointer;
  font-weight: bolder;
  line-height: 2rem;
  padding: 0.5rem;
  border-bottom: 1px solid black;
  font-size: 1rem !important;
}

.suggestion-list-item:hover {
  color: #69d5f8 !important;
}

.suggestion-list-item:last-child {
  border: none !important;
}

.display-block {
  display: block !important;
}

@media only screen and (max-width: 1023px) {
  #suggestions {
    width: 50%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #searchInput {
    display: none;
  }

  .twitter-icon-svg {
    display: none;
  }
}

img#logo {
  max-height: 2.5rem !important;
  max-width: 7rem !important;
  margin-left: 25% !important;
  display: flex;
}

/* Main div */

div[data-permalink],
.index-page {
  display: grid !important;
  grid-template-columns: 20em 1fr 18em;
  padding-top: 50px !important;
  background-color: #f6f9fc !important;
  height: 100% !important;
}

div[data-permalink] a:hover {
  color: #69d5f8;
}

@media only screen and (max-width: 1023px) {
  div[data-permalink],
  .index-page {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 4.5rem 0px !important;
    background-color: #f6f9fc !important;
    height: 100% !important;
    overflow: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  div[data-permalink],
  .index-page {
    grid-template-columns: 17em 1fr 11em;
  }
}

.content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
  margin: 3.25rem;
  max-width: 65vw;
  min-height: 100%;
  position: relative;
  padding: 4em 2em;
  background-color: white;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .content {
    margin: 2.25rem;
  }
}

@media only screen and (max-width: 1023px) {
  .content {
    margin: 1.25rem 1rem !important;
    overflow: hidden;
    max-width: 100% !important;
    background-color: white;
    box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1);
  }
}

/* internal divs */
div.note,
div.important {
  background-color: rgba(42, 178, 123, 0.08);
  border-radius: 2rem;
  overflow: hidden;
  word-break: break-word;
  padding: 0.75rem 3rem 2rem 2rem;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #2ab27a;
  margin-bottom: 3rem;
}

div.caution {
  border-left-color: #ffe81a;
  background-color: rgba(255, 232, 26, 0.05);
  overflow: hidden;
  word-break: break-word;
  border-radius: 2rem;
  padding: 0.75rem 3rem 2rem 2rem;
  border-left-width: 5px;
  border-left-style: solid;
  margin-bottom: 3rem;
}

div.warning {
  border-left-color: #ffb74d;
  background-color: rgba(255, 183, 77, 0.08);
  border-radius: 2rem;
  word-break: break-word;
  overflow: hidden;
  padding: 0.75rem 3rem 2rem 2rem;
  border-left-width: 5px;
  border-left-style: solid;
  margin-bottom: 3rem;
}

div.tip {
  border-left-color: #3aa3e3;
  background-color: rgba(58, 163, 227, 0.08);
  border-radius: 2rem;
  word-break: break-word;
  overflow: hidden;
  padding: 0.75rem 3rem 2rem 2rem;
  border-left-width: 5px;
  border-left-style: solid;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1023px) {
  .note,
  .warning,
  .tip,
  .caution,
  .important {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .note,
  .warning,
  .tip,
  .caution,
  .important {
    padding: 0 !important;
  }
}

/* Custom Navfooter */
.customNavFooter {
  display: flex;
  justify-content: space-between;
}

.pagination {
  display: flex !important;
}

.nextPageIcon {
  margin-left: 10px;
}

.previousPageIcon {
  margin-right: 10px;
}

/* Loading page */

.loadingDiv {
  position: relative;
  margin: 50px;
  padding: 50px 25px;
  border-radius: 10px;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #555;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.active {
  color: #69d5f8;
}

/* Table of content */
.toc-list-item {
  line-height: 1.5rem;
  margin: 10px 0;
}

#table-of-contents {
  position: fixed;
  top: 8rem;
  width: 16rem;
  max-height: 85vh;
  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
  right: 1rem;
  align-self: start;
  border-left: 1px solid #ddd;
}

#table-of-contents ul {
  list-style: none;
}

#table-of-contents a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #32325d !important;
}

#table-of-contents::-webkit-scrollbar {
  width: 0.25rem;
}

#table-of-contents::-webkit-scrollbar-thumb {
  background-color: grey;
}

#table-of-contents::-webkit-scrollbar-track {
  background-color: transparent;
}

@media only screen and (max-width: 1023px) {
  #table-of-contents {
    display: none !important;
  }
}

/* images */
.mediaobject img {
  max-width: 75% !important;
}

.mediaobject {
  margin: 2em auto;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .mediaobject img {
    max-width: 70% !important;
  }
}

/* Heading */
div.title h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  margin: 10px 0;
}

li.step {
  margin: 20px 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  #table-of-contents {
    width: 10rem;
  }
}

.copyright-div {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}

@media only screen and (max-width: 1023px){
  .image-viewport{
    width: fit-content !important 
  }
}</pre></body></html>