:root{--doc-burgers-breakpoint: 1115px}.doc{padding:0 0 3em;max-width:var(--box);margin:0 auto;display:grid;grid-template-columns:var(--doc-tree-width, 20em) auto 1fr 12.5em;height:100%;gap:0 1em}@media(max-width: 1115px){.doc{grid-template-columns:var(--doc-tree-width, 20em) auto 1fr;padding:0 1em 3em 0}}@media(max-width: 960px){.doc{grid-template-columns:auto;padding:.5em 1.5em}}.doc-tree ul,.doc-tree-mobile ul{padding-left:.5rem;margin-left:.75rem}.doc-tree li,.doc-tree-mobile li{display:flex;flex-wrap:wrap}.doc-tree .doc-tree__item,.doc-tree-mobile .doc-tree__item{display:flex;align-items:center;width:100%;border-radius:.63em;margin:.125em 0}.doc-tree .doc-tree__item.selected,.doc-tree-mobile .doc-tree__item.selected{background-color:var(--bg-47)}.doc-tree .doc-tree__item.selected a,.doc-tree-mobile .doc-tree__item.selected a{color:var(--bg-89)}.doc-tree .doc-tree__item.selected .doc-tree__text,.doc-tree-mobile .doc-tree__item.selected .doc-tree__text{color:var(--bg-89)}.doc-tree .doc-tree__item.has-children,.doc-tree-mobile .doc-tree__item.has-children{cursor:pointer}.doc-tree .doc-tree__item:hover,.doc-tree-mobile .doc-tree__item:hover{background-color:var(--bg-96);color:var(--bg-15)}.doc-tree .doc-tree__item:hover a,.doc-tree-mobile .doc-tree__item:hover a{color:var(--bl-55)}.doc-tree .doc-tree__item:hover .doc-tree__text,.doc-tree-mobile .doc-tree__item:hover .doc-tree__text{color:var(--bl-55)}.doc-tree .doc-tree__link,.doc-tree .doc-tree__text,.doc-tree-mobile .doc-tree__link,.doc-tree-mobile .doc-tree__text{flex:1;font-size:15px;line-height:1.6;padding:.44em .75em;display:flex;color:var(--bg-15);font-weight:400;align-items:flex-start;margin-bottom:.06em;word-break:break-word}.doc-tree .doc-tree__link,.doc-tree-mobile .doc-tree__link{text-decoration:none !important}.doc-tree .doc-tree__item~ul,.doc-tree-mobile .doc-tree__item~ul{width:100%;border-left:.063em solid var(--bg-96);max-height:0;overflow:hidden}.doc-tree li.open>.doc-tree__item~ul,.doc-tree-mobile li.open>.doc-tree__item~ul{max-height:125em;transition:max-height 2s}.doc-tree .doc-tree__arrow,.doc-tree-mobile .doc-tree__arrow{position:relative;width:2.3em;align-self:stretch;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.doc-tree .doc-tree__arrow::before,.doc-tree-mobile .doc-tree__arrow::before{content:"";width:.4em;height:.4em;border:solid var(--bg-65);border-width:0 .13em .13em 0;transform:rotate(-45deg);transition:transform .3s ease}.doc-tree li.open>.doc-tree__item>.doc-tree__arrow::before,.doc-tree-mobile li.open>.doc-tree__item>.doc-tree__arrow::before{transform:rotate(45deg)}.doc-tree{position:sticky;top:5.63em;max-height:calc(100vh - 5.63em);overflow-y:auto;min-width:15em;max-width:35em}@media(max-width: 1115px){.doc-tree{top:8.75em}}@media(max-width: 960px){.doc-tree{display:none}}.doc-tree-resizer{width:.5em;cursor:col-resize;background-color:rgba(0,0,0,0);position:relative;display:flex;align-items:flex-start;justify-content:center;transition:background-color .2s ease}.doc-tree-resizer::before{content:"";width:.125em;height:1.5em;position:sticky;top:7.5em;background-image:linear-gradient(to bottom, var(--bg-65) 0, var(--bg-65) 0.25em, transparent 0.25em, transparent 0.5em, var(--bg-65) 0.5em, var(--bg-65) 0.75em, transparent 0.75em, transparent 1em, var(--bg-65) 1em, var(--bg-65) 1.25em, transparent 1.25em, transparent 1.5em);transition:background-image .2s ease}.doc-tree-resizer:hover{background-color:var(--bg-96)}.doc-tree-resizer:hover::before{background-image:linear-gradient(to bottom, var(--bl-55) 0, var(--bl-55) 0.25em, transparent 0.25em, transparent 0.5em, var(--bl-55) 0.5em, var(--bl-55) 0.75em, transparent 0.75em, transparent 1em, var(--bl-55) 1em, var(--bl-55) 1.25em, transparent 1.25em, transparent 1.5em)}.doc-tree-resizer.resizing{background-color:var(--bg-96)}.doc-tree-resizer.resizing::before{background-image:linear-gradient(to bottom, var(--bl-55) 0, var(--bl-55) 0.25em, transparent 0.25em, transparent 0.5em, var(--bl-55) 0.5em, var(--bl-55) 0.75em, transparent 0.75em, transparent 1em, var(--bl-55) 1em, var(--bl-55) 1.25em, transparent 1.25em, transparent 1.5em)}@media(max-width: 1115px){.doc-tree-resizer::before{top:10.75em}}@media(max-width: 960px){.doc-tree-resizer{display:none}}.burger-tree-overlay,.burger-anchors-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998}.burger-tree-overlay.active,.burger-anchors-overlay.active{display:block}.doc-tree-mobile{position:fixed;top:0;left:-100%;width:90%;max-width:21.88em;height:100vh;max-height:100vh;background:#fff;z-index:999;overflow-y:auto;padding-right:1em;transition:left .3s ease;box-shadow:.13em 0 1.25em rgba(0,0,0,.15);display:flex;flex-direction:column}.doc-tree-mobile.active{left:0}.doc-tree-mobile__header{display:grid;grid-auto-flow:column;justify-content:space-between;padding:.8em 0 0 .8em;position:sticky;top:0;background:#fff;z-index:10;border-bottom:.063em solid var(--bg-96);flex-shrink:0}.doc-tree-mobile__header-logo{align-items:center;min-height:6em;position:relative;display:inherit}.doc-tree-mobile__close{display:block;background:var(--white);border:none;font-size:1.2em;cursor:pointer;color:var(--bg-35);align-self:start}.doc-tree-mobile__close:hover{color:var(--bg-15);background:var(--bg-96)}.doc-tree-mobile>ul{overflow-y:auto;flex:1}.doc-anchors ul,.doc-anchors-mobile ul{list-style:none;padding:0;margin:0}.doc-anchors li,.doc-anchors-mobile li{padding:.4em 0}.doc-anchors a,.doc-anchors-mobile a{text-decoration:none;color:var(--bg-35);font-size:.9em;line-height:1.4;transition:color .2s ease}.doc-anchors a:hover,.doc-anchors-mobile a:hover{color:var(--bl-55)}.doc-anchors a.active,.doc-anchors-mobile a.active{color:var(--bl-55);font-weight:600}.doc-anchors-mobile{position:fixed;top:0;right:-100%;width:90%;max-width:18.8em;height:100vh;max-height:100vh;background:#fff;z-index:999;padding:.8em 1em;transition:right .3s ease;box-shadow:-0.13em 0 1.25em rgba(0,0,0,.15);display:flex;flex-direction:column}.doc-anchors-mobile.active{right:0}.doc-anchors-mobile__close{position:sticky;top:0;margin-left:auto;display:block;background:var(--white);border:none;font-size:1.2em;cursor:pointer;color:var(--bg-35);flex-shrink:0}.doc-anchors-mobile__close:hover{color:var(--bg-15);background:var(--bg-96)}.doc-anchors-mobile>ul{overflow-y:auto;flex:1}.doc-content{max-width:100%;overflow:hidden;display:flex;flex-direction:column;align-self:stretch}.doc-content h1{font-size:1.8em}.doc-content h2{font-size:1.3em}.doc-content img{max-width:100%;height:auto;display:block}.doc-content__footer-nav{gap:1rem;display:flex;margin-top:auto;padding-top:3rem}.doc-content__footer-link{padding:.75em 1em;border:.063em solid var(--bg-96);border-radius:var(--radius);align-items:center;display:flex;gap:.75em;text-decoration:none !important;color:inherit;transition:border-color .2s ease;flex:1;justify-content:space-between}.doc-content__footer-link:has(.doc-content__arrow--prev) .doc-content__footer-text{text-align:right;order:1}.doc-content__footer-link:has(.doc-content__arrow--prev) .doc-content__arrow--prev{order:0}.doc-content__footer-link:hover{border-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--prev{transform:translateX(-0.25em)}.doc-content__footer-link:hover .doc-content__arrow--prev::before{background-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--prev::after{border-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--next{transform:translateX(0.25em)}.doc-content__footer-link:hover .doc-content__arrow--next::before{background-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--next::after{border-color:var(--bl-55)}.doc-content__arrow--prev,.doc-content__arrow--next{position:relative;display:inline-block;width:1.25em;height:1em;flex-shrink:0;transition:transform .2s ease}.doc-content__arrow--prev::before,.doc-content__arrow--next::before{content:"";position:absolute;top:50%;height:.125em;background-color:var(--bg-15);transform:translateY(-50%);transition:background-color .2s ease}.doc-content__arrow--prev::after,.doc-content__arrow--next::after{content:"";position:absolute;top:50%;width:.5em;height:.5em;border:solid var(--bg-15);border-width:0 .13em .13em 0;transform:translateY(-50%);transition:border-color .2s ease}.doc-content__arrow--prev::before{left:.12em;right:.2em}.doc-content__arrow--prev::after{left:0;transform:translateY(-50%) rotate(135deg)}.doc-content__arrow--next::before{left:.2em;right:.12em}.doc-content__arrow--next::after{right:0;transform:translateY(-50%) rotate(-45deg)}.doc-content__footer-text-top{margin-bottom:.25rem;font-weight:400;font-size:.75em}.doc-content__footer-text-bottom{font-weight:500}@media(max-width: 580px){.doc-content__footer-text-bottom{display:none}}.doc-anchors{position:sticky;top:5.63em;max-height:calc(100vh - 5.63em);overflow-y:auto;color:var(--bg-55)}.doc-anchors>ul{padding:1em 0 1em 1em;border-left:.063em solid var(--bg-96)}@media(max-width: 1115px){.doc-anchors{display:none}}.doc-burgers{padding:.3em .4em;display:flex;gap:.5em;align-items:center;border-bottom:.063em solid var(--bg-96);position:sticky;top:5.63em;background-color:#fff;z-index:99;transition:top .3s ease-in-out}body.header-hidden .doc-burgers{top:0}.doc-burgers__left-btn,.doc-burgers__right-btn{width:2.5em;height:2.5em;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25em;transition:all .2s ease;position:relative}.doc-burgers__left-btn:hover,.doc-burgers__right-btn:hover{outline:.063em solid var(--bg-65)}@media(min-width: 960px){.doc-burgers__left-btn{display:none}}.doc-burgers__left-btn-icon{width:1.13em;height:.88em;position:relative;display:flex;flex-direction:column;justify-content:space-between}.doc-burgers__left-btn-icon::before,.doc-burgers__left-btn-icon::after{content:"";width:100%;height:.13em;background-color:var(--bg-35);border-radius:.063em}.doc-burgers__left-btn-icon::before{box-shadow:0 .38em 0 var(--bg-35)}.doc-burgers__right-btn{margin-left:auto}.doc-burgers__right-btn::before{content:"";width:.63em;height:.63em;border:.13em solid var(--bg-35);border-radius:50%;position:absolute;top:.5em}.doc-burgers__right-btn::after{content:"";position:absolute;width:.13em;height:.81em;background-color:var(--bg-35);top:1em;left:50%;transform:translateX(-50%)}.doc-burgers__nav{display:flex;align-items:center;flex:1}.doc-burgers__nav-bcrumb{display:inline-block;max-width:100%}@media(min-width: 960px){.doc-burgers__nav-bcrumb{display:none}}@media(min-width: 1116px){.doc-burgers{display:none}}.burger-tree-overlay,.burger-anchors-overlay{display:none}/*# sourceMappingURL=S22_Docs.css.map */
