<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --title-font-family: "Libre Franklin", sans-serif;
    --subtitle-font-family: var(--title-font-family);
    --text-font-family: "Poppins", sans-serif;
}
/** SKIP to main content
 * ------------------------ */
.btn-skip-main{
    position: fixed;
    top:-50px;
    left: 0;
    width: 100vw;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    transition: top 0.35s ease;
    color: #222 !important;
    background-color: #f6f6f6 !important;
    border: 1px solid transparent;
    z-index: 1000;
}
.btn-skip-main:focus-visible{
    top:0;
}
@media (min-width: 576px) {
    .btn-skip-main{
        left: calc(50% - 150px);
        width: 300px;
    }
}
/** DKWK */
.dkwk p {
  margin: 0 0 1em 0;
}
.dkwk blockquote {
  margin: 0 0 1em 0;
  border-left: 2px solid #8cacbb;
  padding-left: 3px;
}
.dkwk pre {
  margin: 0 0 1em 0;
  font-family: monospace;
  font-size: 120%;
  padding: .5em;
  border: 1px dashed #8cacbb;
  color: #000;
  overflow: auto;
}
.dkwk pre.pre {
  background-color: #f7f9fa;
}
.dkwk pre.code {
  background-color: #f7f9fa;
}
.dkwk pre.file {
  background-color: #dee7ec;
}
.dkwk .u,
.dkwk em.u{
  font-style: normal;
  text-decoration: underline;
}
.dkwk hr {
  border: 0;
  border-top: 1px solid #8cacbb;
  text-align: center;
  height: 0;
}
.dkwk acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}
.dkwk img {
  border: 0;
  max-width: 100%;
}
.dkwk img.media {
  margin: 3px;
  max-width: 100%;
  height: auto;
}
.dkwk img.medialeft {
  border: 0;
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 100%;
  height: auto;
}
.dkwk img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 1em 1.5em;
  max-width: 100%;
  height: auto;
}
.dkwk img.mediacenter {
  border: 0;
  display: block;
  margin: 0 auto 1em auto;
  max-width: 100%;
  height: auto;
}
.dkwk img.middle {
  vertical-align: middle;
}
.dkwk ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: none;
  margin: 0 0 1em 1.5em;
  color: #638c9c;
}
.dkwk ol {
  line-height: 1.5em;
  list-style-image: none;
  margin: 0 0 1em 1.5em;
  color: #638c9c;
  font-weight: bold;
  list-style-type: decimal;
}
.dkwk ol ol {
  list-style-type: upper-roman;
}
.dkwk ol ol ol {
  list-style-type: lower-alpha;
}
.dkwk ol ol ol ol {
  list-style-type: lower-greek;
}
.dkwk li ul {
  margin: 0 0 0 1.5em;
}
.dkwk li ol {
  margin: 0 0 0 1.5em;
}
.dkwk .li {
  color: #000;
  font-weight: 300;
}
.dkwk dl.file {
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.dkwk dl.file dt {
  border: 1px dashed #8cacbb;
  display: inline;
  padding: .1em 1em;
  margin-left: 2em;
  background-color: #dee7ec;
  border-bottom: 1px solid #dee7ec;
}
.dkwk dl.file dt a {
  color: #000;
}
.dkwk dl.code {
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.dkwk dl.code dt {
  border: 1px dashed #8cacbb;
  display: inline;
  padding: .1em 1em;
  margin-left: 2em;
  background-color: #f7f9fa;
  border-bottom: 1px solid #f7f9fa;
}
.dkwk dl.code dt a {
  color: #000;
}
.dkwk code {
  font-size: 100%;
}
.dkwk div.footnotes {
  clear: both;
  border-top: 1px solid #8cacbb;
  padding-left: 1em;
  margin-top: 1em;
}
.dkwk div.fn {
  font-size: 90%;
}
.dkwk a.fn_bot {
  font-weight: bold;
}
.dkwk div.nothing {
  text-align: center;
  margin: 2em;
}
.dkwk div.no {
  display: inline;
  margin: 0;
  padding: 0;
}
.dkwk .hidden {
  display: none;
}
.dkwk .leftalign {
  text-align: left;
}
.dkwk .centeralign {
  text-align: center;
}
.dkwk .rightalign {
  text-align: right;
}
div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background-color: #f7f9fa;
  text-align: left;
  padding: 4px;
  max-width: 40%;
  min-width: 5em;
}
div.insitu-footnote pre.code {
  padding-bottom: 18px;
}
div.insitu-footnote pre.file {
  padding-bottom: 18px;
}
.dkwk h1 {
  clear: left;
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .5em 0 0 0;
  border-bottom: none;
}
.dkwk h2 {
  clear: left;
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .5em 0 0 0;
  border-bottom: none;
}
.dkwk h3 {
  clear: left;
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .5em 0 0 0;
  border-bottom: none;
}
.dkwk h4 {
  clear: left;
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .5em 0 0 0;
  border-bottom: none;
}
.dkwk h5 {
  clear: left;
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .5em 0 0 0;
  border-bottom: none;
}
.dkwk h6 {
  clear: left;
  color: #000;
  background-color: inherit;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .5em 0 0 0;
  border-bottom: none;
}
.dkwk h4,
.dkwk h5,
.dkwk h6,
.dkwk .h4,
.dkwk .h5,
.dkwk .h6 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .dkwk h1 {
    font-size: 160%;
  }
  .dkwk h2 {
    font-size: 150%;
  }
  .dkwk h3 {
    font-size: 140%;
  }
  .dkwk h4 {
    font-size: 120%;
  }
  .dkwk h5 {
    font-size: 105%;
  }
  .dkwk h6 {
    font-size: 105%;
  }
}
.dkwk a,
.dkwk a:not(.btn) {
  color: var(--theme-color-dark);
  font-weight: 500;
}
.dkwk a:hover,
.dkwk a:active,
.dkwk a:visited,
.dkwk a:focus{
  color: var(--theme-color);
}

.dkwk a.btn {
  color: var(--theme-btn-color);
}

.dkwk a.wikilink1 {
  color: #080;
}
.dkwk a.wikilink2 {
  color: #f30;
  text-decoration: none;
  border-bottom: dashed 1px #f30;
}
.dkwk table {
  min-width: 50%;
  margin: 0 0 1em 0;
  font-size: 100%;
}
.dkwk table,
.dkwk table.inline {
  background-color: #FFFFFF;
  border-spacing: 0;
  border-collapse: collapse;
}
.dkwk table th,
.dkwk table.inline th {
  padding: 4px;
  border: 1px solid #BFBFBF;
  background-color: #E5E5E5;
}
.dkwk table td,
.dkwk table.inline td {
  padding: 4px;
  border: 1px solid #BFBFBF;
}
/** WRAP PLUGIN
 * ------------------------ */
.wrap_box {
  background: #dee7ec;
  color: #000;
}
div.wrap_box {
  padding: 1em 1em .5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
div.wrap_danger {
  padding: 1em 1em .5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
div.wrap_warning {
  padding: 1em 1em .5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
div.wrap_caution {
  padding: 1em 1em .5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
div.wrap_notice {
  padding: 1em 1em .5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
div.wrap_safety {
  padding: 1em 1em .5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
span.wrap_box {
  padding: 0 .3em;
}
span.wrap_danger {
  padding: 0 .3em;
}
span.wrap_warning {
  padding: 0 .3em;
}
span.wrap_caution {
  padding: 0 .3em;
}
span.wrap_notice {
  padding: 0 .3em;
}
span.wrap_safety {
  padding: 0 .3em;
}
div.wrap_info {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/info.png);
}
div.wrap_important {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/important.png);
}
div.wrap_alert {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/alert.png);
}
div.wrap_tip {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/tip.png);
}
div.wrap_help {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/help.png);
}
div.wrap_todo {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/todo.png);
}
div.wrap_download {
  padding: 1em 1em .5em 70px;
  margin-bottom: 1.5em;
  min-height: 68px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  color: inherit;
  overflow: hidden;
  background-image: url(../images/wrap/note/48/download.png);
}
span.wrap_info {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/info.png);
}
span.wrap_important {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/important.png);
}
span.wrap_alert {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/alert.png);
}
span.wrap_tip {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/tip.png);
}
span.wrap_help {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/help.png);
}
span.wrap_todo {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/todo.png);
}
span.wrap_download {
  padding: 0 2px 0 20px;
  min-height: 20px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  color: inherit;
  background-image: url(../images/wrap/note/16/download.png);
}
[dir=rtl] div.wrap_info {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] div.wrap_important {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] div.wrap_alert {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] div.wrap_tip {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] div.wrap_help {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] div.wrap_todo {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] div.wrap_download {
  padding: 1em 60px .5em 1em;
  background-position: right 50%;
}
[dir=rtl] span.wrap_info {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
[dir=rtl] span.wrap_important {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
[dir=rtl] span.wrap_alert {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
[dir=rtl] span.wrap_tip {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
[dir=rtl] span.wrap_help {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
[dir=rtl] span.wrap_todo {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
[dir=rtl] span.wrap_download {
  padding: 0 18px 0 2px;
  background-position: right 50%;
}
.wrap_info {
  background-color: #d1d7df;
}
.wrap__dark.wrap_info {
  background-color: #343e4a;
}
.wrap_important {
  background-color: #ffd39f;
}
.wrap__dark.wrap_important {
  background-color: #6c3b00;
}
.wrap_alert {
  background-color: #ffbcaf;
}
.wrap__dark.wrap_alert {
  background-color: #6b1100;
}
.wrap_tip {
  background-color: #fff79f;
}
.wrap__dark.wrap_tip {
  background-color: #4a4400;
}
.wrap_help {
  background-color: #dcc2ef;
}
.wrap__dark.wrap_help {
  background-color: #3c1757;
}
.wrap_todo {
  background-color: #c2efdd;
}
.wrap__dark.wrap_todo {
  background-color: #17573e;
}
.wrap_download {
  background-color: #d6efc2;
}
.wrap__dark.wrap_download {
  background-color: #345717;
}
.wrap_danger {
  background-color: #c00;
  color: #fff;
}
.wrap_warning {
  background-color: #f60;
  color: #000;
}
.wrap_caution {
  background-color: #ff0;
  color: #000;
}
.wrap_notice {
  background-color: #06f;
  color: #fff;
}
.wrap_safety {
  background-color: #008900;
  color: #fff;
}
.wrap_hi {
  background-color: #ff9;
  overflow: hidden;
}
.wrap__dark.wrap_hi {
  background-color: #4e4e0d;
}
.wrap_spoiler {
  background-color: #fff !important;
  color: #fff !important;
  border: 1px dotted red;
}
.wrap_onlyprint {
  display: none;
}
.plugin_wrap.tabs {
  margin-bottom: 1.4em;
}
.wrap_button a:link {
  background-color: #dee7ec;
}
.wrap_button a:link:hover {
  background-color: #f5f5f5;
}
.wrap_button a:link:focus {
  background-color: #f5f5f5;
}
.wrap_button a:link:active {
  background-color: #f5f5f5;
}
.wrap_button a:visited {
  background-color: #dee7ec;
}
.wrap_button a:visited:hover {
  background-color: #f5f5f5;
}
.wrap_button a:visited:focus {
  background-color: #f5f5f5;
}
.wrap_button a:visited:active {
  background-color: #f5f5f5;
}
span.wrap_dokuwiki_title {
  background-color: #FFA0A0;
  padding: 2px 4px;
  display: inline-block;
}
span.wrap_mediawiki_title {
  background-color: #A0FFA0;
  padding: 2px 4px;
  display: inline-block;
}
span.wrap_tikiwiki_title {
  background-color: #A0A0FF;
  padding: 2px 4px;
  display: inline-block;
}
span.wrap_googlesites_title {
  background-color: #FFCCA0;
  padding: 2px 4px;
  display: inline-block;
}
div.wrap_box_ok {
  background-color: #80FF80;
  height: 2em;
}
div.wrap_box_wn {
  background-color: #FFBB80;
  height: 2em;
}
div.wrap_box_ko {
  background-color: #FFA0A0;
  height: 2em;
}
.dkwk .plugin_wrap {
  box-sizing: border-box;
}
.dkwk .plugin_wrap table {
  width: 100%;
}
.dkwk .plugin_wrap em strong {
  font-size: 130%;
  font-weight: bold;
  font-style: normal;
  display: block;
}
.dkwk .plugin_wrap em strong em.u {
  font-size: 115%;
  border-bottom: 1px solid #8cacbb;
  font-style: normal;
  text-decoration: none;
  display: block;
}
.dkwk .plugin_wrap h1 {
  margin-left: 0;
  margin-right: 0;
}
.dkwk .plugin_wrap h2 {
  margin-left: 0;
  margin-right: 0;
}
.dkwk .plugin_wrap h3 {
  margin-left: 0;
  margin-right: 0;
}
.dkwk .plugin_wrap h4 {
  margin-left: 0;
  margin-right: 0;
}
.dkwk .plugin_wrap h5 {
  margin-left: 0;
  margin-right: 0;
}
.dkwk .wrap_danger em strong em.u {
  text-transform: uppercase;
  border-bottom-width: 0;
}
.dkwk .wrap_warning em strong em.u {
  text-transform: uppercase;
  border-bottom-width: 0;
}
.dkwk .wrap_caution em strong em.u {
  text-transform: uppercase;
  border-bottom-width: 0;
}
.dkwk .wrap_notice em strong em.u {
  text-transform: uppercase;
  border-bottom-width: 0;
}
.dkwk .wrap_safety em strong em.u {
  text-transform: uppercase;
  border-bottom-width: 0;
}
.dkwk .wrap_box em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_info em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_important em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_alert em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_tip em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_help em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_todo em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_download em strong em.u {
  border-bottom-color: #999;
}
.dkwk .wrap_left {
  float: left;
  margin-right: 1.5em;
}
.dkwk .wrap_column {
  float: left;
  margin-right: 1.5em;
}
.dkwk .wrap_column .plugin_wrap {
  margin-bottom: 0;
}
.dkwk .wrap_right {
  float: right;
  margin-left: 1.5em;
}
.dkwk .wrap_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dkwk .wrap_col2 {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -moz-column-rule: 1px dotted #666;
  -webkit-column-rule: 1px dotted #666;
  column-rule: 1px dotted #666;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.dkwk .wrap_col3 {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -moz-column-rule: 1px dotted #666;
  -webkit-column-rule: 1px dotted #666;
  column-rule: 1px dotted #666;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.dkwk .wrap_col4 {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -moz-column-rule: 1px dotted #666;
  -webkit-column-rule: 1px dotted #666;
  column-rule: 1px dotted #666;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.dkwk .wrap_col5 {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -moz-column-rule: 1px dotted #666;
  -webkit-column-rule: 1px dotted #666;
  column-rule: 1px dotted #666;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}
.dkwk .wrap_half {
  width: 48%;
  margin-right: 4%;
}
.dkwk .wrap_half:nth-of-type(2n) {
  margin-right: 0;
}
.dkwk .wrap_half:nth-of-type(2n+1) {
  clear: left;
}
.dkwk .wrap_third {
  width: 30%;
  margin-right: 5%;
}
.dkwk .wrap_third:nth-of-type(3n) {
  margin-right: 0;
}
.dkwk .wrap_third:nth-of-type(3n+1) {
  clear: left;
}
.dkwk .wrap_quarter {
  width: 22%;
  margin-right: 4%;
}
.dkwk .wrap_quarter:nth-of-type(4n) {
  margin-right: 0;
}
.dkwk .wrap_quarter:nth-of-type(4n+1) {
  clear: left;
}
.dkwk .wrap_leftalign {
  text-align: left;
}
.dkwk .wrap_centeralign {
  text-align: center;
}
.dkwk .wrap_rightalign {
  text-align: right;
}
.dkwk .wrap_justify {
  text-align: justify;
}
.dkwk div.wrap_round {
  border-radius: 6px;
}
.dkwk span.wrap_round {
  border-radius: .14em;
}
.dkwk .wrap_lo {
  color: #666;
  font-size: 85%;
}
.dkwk .wrap_em {
  color: #c00;
  font-weight: bold;
}
.dkwk .wrap__dark.wrap_em {
  color: #f66;
}
.dkwk .wrap_indent {
  padding-left: 1.5em;
}
.dkwk .wrap_outdent {
  margin-left: -1.5em;
}
.dkwk div.wrap_prewrap pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dkwk div.wrap_spoiler {
  margin-bottom: 1.5em;
}
.dkwk .wrap_clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 1px;
  visibility: hidden;
  overflow: hidden;
}
.dkwk .wrap_hide {
  display: none;
}
.dkwk .wrap_button a:link {
  background-image: none;
  border: 1px solid #8cacbb;
  border-radius: .3em;
  padding: .5em .7em;
  text-decoration: none;
}
.dkwk .wrap_button a:visited {
  background-image: none;
  border: 1px solid #8cacbb;
  border-radius: .3em;
  padding: .5em .7em;
  text-decoration: none;
}
[dir=rtl] .dkwk .wrap_column {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}
[dir=rtl] .dkwk .wrap_half {
  margin-right: 0;
  margin-left: 4%;
}
[dir=rtl] .dkwk .wrap_half:nth-of-type(2n) {
  margin-left: 0;
}
[dir=rtl] .dkwk .wrap_half:nth-of-type(2n+1) {
  clear: right;
}
[dir=rtl] .dkwk .wrap_third {
  margin-right: 0;
  margin-left: 4%;
  margin-left: 5%;
}
[dir=rtl] .dkwk .wrap_third:nth-of-type(3n) {
  margin-left: 0;
}
[dir=rtl] .dkwk .wrap_third:nth-of-type(3n+1) {
  clear: right;
}
[dir=rtl] .dkwk .wrap_quarter {
  margin-right: 0;
  margin-left: 4%;
}
[dir=rtl] .dkwk .wrap_quarter:nth-of-type(4n) {
  margin-left: 0;
}
[dir=rtl] .dkwk .wrap_quarter:nth-of-type(4n+1) {
  clear: right;
}
[dir=rtl] .dkwk .wrap_indent {
  padding-right: 1.5em;
  padding-left: 0;
}
[dir=rtl] .dkwk .wrap_outdent {
  margin-right: -1.5em;
  margin-left: 0;
}
@media only screen and (max-width: 950px) {
  .dkwk .wrap_quarter {
    width: 48%;
  }
  .dkwk .wrap_quarter:nth-of-type(2n) {
    margin-right: 0;
  }
  .dkwk .wrap_quarter:nth-of-type(2n+1) {
    clear: left;
  }
  [dir=rtl] .dkwk .wrap_quarter:nth-of-type(2n) {
    margin-left: 0;
    clear: right;
  }
}
@media only screen and (max-width: 600px) {
  .dkwk .wrap_half {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .dkwk .wrap_third {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .dkwk .wrap_quarter {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
@media print {
  div.error,
  div.info,
  div.success,
  div.notify,
  .secedit,
  .a11y,
  .JSpopup,
  #link__wiz {
    display: none;
  }
  .dkwk div.wrap_box,
  .dkwk div.wrap_danger,
  .dkwk div.wrap_warning,
  .dkwk div.wrap_caution,
  .dkwk div.wrap_notice,
  .dkwk div.wrap_safety,
  .dkwk div.wrap_info,
  .dkwk div.wrap_important,
  .dkwk div.wrap_alert,
  .dkwk div.wrap_tip,
  .dkwk div.wrap_help,
  .dkwk div.wrap_todo,
  .dkwk div.wrap_download {
    border: 2px solid #999;
    padding: 1em 1em .5em;
    margin-bottom: 1.5em;
  }
  .dkwk span.wrap_box,
  .dkwk span.wrap_danger,
  .dkwk span.wrap_warning,
  .dkwk span.wrap_caution,
  .dkwk span.wrap_notice,
  .dkwk span.wrap_safety,
  .dkwk span.wrap_info,
  .dkwk span.wrap_important,
  .dkwk span.wrap_alert,
  .dkwk span.wrap_tip,
  .dkwk span.wrap_help,
  .dkwk span.wrap_todo,
  .dkwk span.wrap_download {
    border: 1px solid #999;
    padding: 0 .3em;
  }
  .dkwk .wrap_hi {
    border: 1px solid #999;
  }
  .dkwk .wrap_spoiler {
    visibility: hidden;
  }
  .dkwk .wrap_pagebreak {
    page-break-after: always;
  }
  .dkwk .wrap_nopagebreak {
    page-break-inside: avoid;
  }
  .dkwk .wrap_noprint {
    display: none;
  }
}
div.plugin_wrap {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  min-height: 80px;
  overflow: hidden;
}
div.plugin_wrap.wrap_clear {
  min-height: 0;
}
div.plugin_wrap.wrap_center {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
div.plugin_wrap p {
  margin-bottom: 6px;
}
div.plugin_wrap table {
  margin-top: 10px;
  padding-bottom: 10px;
}
div.plugin_wrap div.wrap_title2 {
  font-weight: bold;
}
div.plugin_wrap div.wrap_title {
  font-weight: bold;
  padding: 3px 2px 0 70px;
}
div.plugin_wrap .plugin_wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0.5em;
}
div.plugin_wrap .wrap_center {
  margin-bottom: 0;
}
div.wrap_clear {
  min-height: 0;
}
div.wrap_center {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
div.wrap_new_pdf_page {
  display: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
div.wrap_new_pdf_page div {
  display: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
div.wrap_important,
div.wrap_info,
div.wrap_alert,
div.wrap_help,
div.wrap_example,
div.wrap_quote,
div.wrap_reflection {
  padding: 24px 30px 24px 90px;
  border-width: 4px;
  border-style: solid;
  border-color: #ddd;
}
div.wrap_important {
  background: #f1f0f0 url('../images/wrap/important.png') no-repeat 10px 50%;
}
span.wrap_important {
  background: #f1f0f0 url('../images/wrap/buttons/important.png') no-repeat left center;
}
div.wrap_info {
  background: #f1f0f0 url('../images/wrap/info.png') no-repeat 10px 50%;
}
span.wrap_info {
  background: #f1f0f0 url('../images/wrap/buttons/info.png') no-repeat left center;
}
div.wrap_alert {
  background: #f1f0f0 url('../images/wrap/alert.png') no-repeat 10px 50%;
}
span.wrap_alert {
  background: #f1f0f0 url('../images/wrap/buttons/alert.png') no-repeat left center;
}
div.wrap_help {
  background: #f1f0f0 url('../images/wrap/help.png') no-repeat 10px 50%;
}
span.wrap_help {
  background: #f1f0f0 url('../images/wrap/buttons/help.png') no-repeat left center;
}
div.wrap_example {
  background: #f1f0f0 url('../images/wrap/example.png') no-repeat 10px 50%;
}
span.wrap_example {
  background: #f1f0f0 url('../images/wrap/buttons/example.png') no-repeat left center;
}
div.wrap_quote {
  background: #f1f0f0 url('../images/wrap/quote.png') no-repeat 10px 50%;
}
span.wrap_quote {
  background: #f1f0f0 url('../images/wrap/buttons/quote.png') no-repeat left center;
}
div.wrap_reflection {
  background: #f1f0f0 url('../images/wrap/reflection.png') no-repeat 10px 50%;
}
span.wrap_reflection {
  background: #f1f0f0 url('../images/wrap/buttons/reflection.png') no-repeat left center;
}
div.wrap_download,
div.wrap_documents,
div.wrap_link {
  padding: 24px 30px 24px 90px;
  border-width: 4px;
  border-style: solid;
  border-color: #D1E3F0;
}
div.wrap_download {
  background: #e7f1f8 url('../images/wrap/download.png') no-repeat 15px 15px;
}
div.wrap_documents {
  background: #e7f1f8 url('../images/wrap/documents.png') no-repeat 15px 15px;
}
div.wrap_link {
  background: #e7f1f8 url('../images/wrap/link.png') no-repeat 15px 15px;
}
span.wrap_download {
  background: #e7f1f8 url('../images/wrap/buttons/download.png') no-repeat top left;
}
span.wrap_documents {
  background: #e7f1f8 url('../images/wrap/buttons/documents.png') no-repeat top left;
}
span.wrap_link {
  background: #e7f1f8 url('../images/wrap/buttons/link.png') no-repeat 0 0;
}
div.wrap_note {
  background: transparent;
  margin: 0;
  padding: 0;
}
div.wrap_construction {
  background: transparent;
  margin: 0;
  padding: 0;
}
.wrap_construction .wrapheader {
  background: #f2d8e4;
  font-weight: bold;
  margin: 0;
  padding: 2px 50px;
}
.wrap_construction .wrapbody {
  background: #d0b6c2 url('../images/wrap/construction.png') no-repeat 15px 15px;
  padding: 24px 30px 24px 90px;
}
.wrap_note .wrapheader {
  background: #f2d8e4;
  font-weight: bold;
  margin: 0;
  padding: 2px 50px;
}
.wrap_note .wrapbody {
  background: #d0b6c2 url('../images/wrap/note.png') no-repeat 15px 15px;
  padding: 24px 30px 24px 90px;
}
.wrap_activity {
  background: transparent url('../images/wrap/activity.png') no-repeat 15px 15px;
  padding: 24px 30px 24px 90px;
}
.wrap_process {
  background: transparent url('../images/wrap/process.png') no-repeat 15px 15px;
  padding: 24px 30px 24px 90px;
}
.wrap_conclusions {
  background: transparent url('../images/wrap/conclusions.png') no-repeat 15px 15px;
  padding: 24px 30px 24px 90px;
}
div.wrap_activity .wrapheader {
  color: #6e0c1b;
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}
div.wrap_activity .wrapbody {
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  padding-bottom: 10px;
  padding-top: 10px;
}
div.wrap_process .wrapheader {
  color: #6e0c1b;
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}
div.wrap_process .wrapbody {
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  padding-bottom: 10px;
  padding-top: 10px;
}
div.wrap_conclusions .wrapheader {
  color: #6e0c1b;
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}
div.wrap_conclusions .wrapbody {
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  padding-bottom: 10px;
  padding-top: 10px;
}
.wrap_generic_blue {
  padding: 24px 30px;
  background: #cbd9e8;
}
.wrap_generic_green {
  padding: 24px 30px;
  background: #d4eebd;
}
.wrap_generic_red {
  padding: 24px 30px;
  background: #dccad7;
}
.wrap_generic_yellow {
  padding: 24px 30px;
  background: #f2f1ba;
}
.wrap_generic_grey {
  padding: 24px 30px;
  background: #f0f0f0;
}
.wrap_generic_transparent {
  background: transparent;
  border: 1px solid #ddd;
  padding: 24px 30px;
}
@media print {
  .dkwk div.error {
    display: none;
  }
  .dkwk div.info {
    display: none;
  }
  .dkwk div.success {
    display: none;
  }
  .dkwk div.notify {
    display: none;
  }
  .dkwk .secedit {
    display: none;
  }
  .dkwk .a11y {
    display: none;
  }
  .dkwk .JSpopup {
    display: none;
  }
  .dkwk #link__wiz {
    display: none;
  }
  .dkwk body {
    font: 10pt var(--text-font-family);
    background-color: White;
    color: Black;
  }
  .dkwk table {
    font-size: 100%;
    padding: 0;
    margin: 0;
  }
  .dkwk tr {
    padding: 0;
    margin: 0;
  }
  .dkwk td {
    padding: 0;
    margin: 0;
  }
  .dkwk th {
    padding: 0;
    margin: 0;
  }
  .dkwk img {
    border: 0;
  }
  .dkwk a {
    color: #000;
    text-decoration: none;
    background: none;
  }
  .dkwk a.interwiki {
    padding-left: 0 !important;
  }
  .dkwk a.interwiki:after {
    content: " [" attr(href) "]";
    font-size: 90%;
  }
  .dkwk div.meta {
    clear: both;
    margin-top: 1em;
    font-size: 70%;
    text-align: right;
  }
  .dkwk div.breadcrumbs {
    display: none;
  }
  .dkwk div.secedit {
    display: none;
  }
  .dkwk a.urlextern:after {
    content: " [" attr(href) "]";
    font-size: 90%;
  }
  .dkwk a.mail:after {
    content: " [" attr(href) "]";
    font-size: 90%;
  }
  .dkwk a.wikilink1 {
    text-decoration: underline;
  }
  .dkwk div.page {
    text-align: justify;
  }
  .dkwk h1 {
    color: Black;
    background-color: transparent;
    font-size: 100%;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: .5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    clear: left;
    font-size: 160%;
    font-weight: bold;
  }
  .dkwk h2 {
    color: Black;
    background-color: transparent;
    font-size: 100%;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: .5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    clear: left;
    font-size: 150%;
  }
  .dkwk h3 {
    color: Black;
    background-color: transparent;
    font-size: 100%;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: .5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    clear: left;
    font-size: 140%;
    border-bottom: none;
  }
  .dkwk h4 {
    color: Black;
    background-color: transparent;
    font-size: 100%;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: .5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    clear: left;
    font-size: 120%;
    border-bottom: none;
  }
  .dkwk h5 {
    color: Black;
    background-color: transparent;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: .5em;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    clear: left;
    font-size: 100%;
    border-bottom: none;
  }
  .dkwk img.media {
    margin: 3px;
  }
  .dkwk img.medialeft {
    border: 0;
    float: left;
    margin: 0 1.5em 0 0;
  }
  .dkwk img.mediaright {
    border: 0;
    float: right;
    margin: 0 0 0 1.5em;
  }
  .dkwk ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0 0 1em 3.5em;
    padding: 0;
  }
  .dkwk ol {
    line-height: 1.5em;
    margin: 0 0 1em 3.5em;
    padding: 0;
    font-weight: normal;
  }
  .dkwk li ul {
    margin-bottom: 0;
  }
  .dkwk li ol {
    margin-bottom: 0;
  }
  .dkwk ol {
    list-style-type: decimal;
  }
  .dkwk ol ol {
    list-style-type: upper-roman;
  }
  .dkwk ol ol ol {
    list-style-type: lower-alpha;
  }
  .dkwk ol ol ol ol {
    list-style-type: lower-greek;
  }
  .dkwk div.stylehead {
    display: none;
  }
  .dkwk div.sidebar {
    display: none;
  }
  .dkwk a.action {
    display: none;
  }
  .dkwk span.li {
    font-weight: normal;
  }
  .dkwk pre {
    font-family: monospace;
  }
  .dkwk pre.pre {
    font-size: 8pt;
    padding: .5em;
    border: 1px dashed #000;
    color: Black;
    overflow: visible;
  }
  .dkwk pre.code {
    font-size: 8pt;
    padding: .5em;
    border: 1px dashed #000;
    color: Black;
    overflow: visible;
  }
  .dkwk pre.file {
    font-size: 8pt;
    padding: .5em;
    border: 1px dotted #000;
    color: Black;
    overflow: visible;
  }
  .dkwk code {
    font-size: 120%;
  }
  .dkwk div.footnotes {
    clear: both;
    border-top: 1px solid #000;
    padding-left: 1em;
    margin-top: 1em;
  }
  .dkwk div.fn {
    font-size: 90%;
  }
  .dkwk a.fn_top {
    vertical-align: super;
    font-size: 80%;
  }
  .dkwk a.fn_bot {
    vertical-align: super;
    font-size: 80%;
    font-weight: bold;
  }
  .dkwk acronym {
    border: 0;
  }
  .dkwk table.inline {
    font-size: 80%;
    background-color: #fff;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .dkwk table.inline th {
    padding: 3px;
    border: 1px solid #000;
    border-bottom: 2px solid #000;
  }
  .dkwk table.inline td {
    padding: 3px;
    border: 1px solid #000;
  }
  .dkwk .leftalign {
    text-align: left;
  }
  .dkwk .centeralign {
    text-align: center;
  }
  .dkwk .rightalign {
    text-align: right;
  }
}
.dkwk {
  line-height: 1.5em;
  font-family: var(--text-font-family);
  font-size: 1em;
  font-weight: 300;
  color: #444;
}
.dkwk h1 {
  font-family: var(--title-font-family);
  font-size: 250%;
  font-weight: 600;
  color: #656565;
  border: none;
}
.dkwk h2 {
  padding-top: 30px;
  font-family: var(--subtitle-font-family);
  font-size: 210%;
  font-weight: 600;
  color: #656565;
  border: none;
}
.dkwk h3 {
  margin-top: 50px;
  font-family: var(--subtitle-font-family);
  font-size: 190%;
  font-weight: 600;
  color: #656565;
}
.dkwk h4 {
  font-family: var(--subtitle-font-family);
  font-size: 160%;
  font-weight: 600;
  color: #656565;
}
.dkwk h5 {
  font-family: var(--subtitle-font-family);
  font-size: 140%;
  font-weight: 700;
  color: #656565;
}
.dkwk h6 {
  font-family: var(--subtitle-font-family);
  font-size: 140%;
  font-weight: 700;
  color: #656565;
}
.dkwk a {
  color: var(--theme-color-dark);
}
.dkwk a:hover,
.dkwk a:active,
.dkwk afocus {
  color: var(--theme-color);
}
.dkwk b,
.dkwk strong {
  font-weight: 900;
}
.dkwk ul,
.dkwk ol {
  margin-left: 1.5em;
  padding-left: 1em;
  color: var(--theme-color);
}
.dkwk li {
  margin-bottom: 0.6em;
}
.dkwk .li {
  color: #444;
}
.dkwk pre {
  margin: 1em 0;
  padding: 1.25em;
  font-size: 1em;
  color: #444;
}
/** TOC
 ** ----------------------- */
.nav-toc {
  margin-top: 3.5em;
}
.nav-toc #dw__toc {
  position: static;
  display: none;
  float: none;
  width: 100%;
  margin: auto;
  padding-left: 10px;
  background: transparent;
}
.nav-toc #dw__toc h3 {
  font-family: var(--text-font-family);
}
.nav-toc #dw__toc h3.toggle {
  font-size: 0.975em;
  letter-spacing: .1em;
  font-weight: 700;
  line-height: 1em;
  margin-top: 0;
  margin-left: 10px;
  padding: 10px 0px;
}
.nav-toc #dw__toc h3.toggle strong {
  float: left;
  display: inline-block;
  margin: 0 0.2em;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--theme-color-dark);
}
.nav-toc #dw__toc &gt; div {
  margin: 0;
  margin-left: 10px;
  padding: 0 1.55em .2em  0;
}
.nav-toc #dw__toc ul {
  margin-left: 0;
  padding: 0;
  list-style: disc outside;
}
.nav-toc #dw__toc ul li {
  margin: 0 0 0 1.05em;
  color: #999;
  font-size: 13px;
  list-style: disc;
}
.nav-toc #dw__toc ul li li {
  font-family: var(--text-font-family);
  font-size: 100%;
}
.nav-toc #dw__toc ul li.active {
  font-weight: bold;
}
.nav-toc #dw__toc ul li.active a {
  font-family: var(--text-font-family);
  font-weight: bold;
}
.nav-toc #dw__toc ul li.active li:not(.active),
.nav-toc #dw__toc ul li.active li:not(.active) a {
  font-family: var(--text-font-family);
  font-weight: 300;
}
.nav-toc #dw__toc ul ul {
  margin-bottom: 0;
  padding: 0;
}
.nav-toc #dw__toc a {
  color: var(--theme-color-toc);
}
.nav-toc #dw__toc a:hover,
.nav-toc #dw__toc a:active,
.nav-toc #dw__toc afocus {
  color: var(--theme-color-toc-hover);
}
@media (min-width: 768px) {
  .nav-toc #dw__toc {
    display: block;
    border-left: 1px solid #ddd;
  }
  .nav-toc #dw__toc.fixed {
    position: fixed;
    top: 20px;
  }
}
/** CREDITS MODAL
 ** ----------------------- */

.credits{

}
.credits-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    max-width: 700px;
    z-index: 200;
    padding: 60px;
    overflow: visibÄºe;

    color: #222;
    background-color: #fff;
    border-radius: 0;

    transform: translate(-50%, -200%);
    transition: transform 0.4s ease-out;
}
.credits-backdrop{
    cursor: pointer;
    color: #FFF;
    background-color: var(--theme-color);

    opacity: 0;
    transition: opacity 0.6s ease-out;
}
.credits.open .credits-backdrop{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index:110;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.credits.open .credits-container {
    top: 50%;
    margin-bottom: 10%;
    transform: translate(-50%, -50%);
}
.credits-close{
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    font-size:26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.credits-close:hover,
.credits-close:focus{
    color: #fff;
    background-color: #333;
}
.credits-head{
    display: block;
    overflow: hidden;
}
.credits-title{
    font-size: 40px;
}
.credits-body{
    display: block;
    overflow-y: auto;
    max-height: 80%;
    clear: both;
    font-size: 14px;
}
.credits-body a{
    color: var(--theme-color-dark);
    text-decoration: none;
}
.credits-body a:active,
.credits-body a:focus,
.credits-body a:hover{
    text-decoration: underline;
}

.credits-body .menu{
    margin-top: 30px;
}

.credits-body .menu li{
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: rgba(0,0,0,.3);
}

/** THEME COLOR
 ** ----------------------- */
.fsnav {
  background-color: var(--theme-color) !important;
}
.cover-content .btn-cover:focus,
.cover-content .btn-cover:hover,
.cover-content .btn-cover:active {
  color: #FFFFFF;
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
.header-toolbar .btn-header a:hover,
.header-toolbar .btn-header a:focus,
.header-toolbar .btn-header a:active {
  background-color: var(--theme-color) !important;
}
.back-to-top a {
  color: #FFFFFF;
  background-color: var(--theme-color) !important;
}
.fsmodal.open .fsmodal-backdrop {
  color: #FFFFFF;
  background-color: var(--theme-color) !important;
}
.fsmodal-body a {
  color: var(--theme-color) !important;
}

/*Accessibilitat*/

iframe {
border:none;
}
</pre></body></html>