.help-container{max-width:1105px}.help-layout{align-items:flex-start;gap:40px;padding:20px 0 40px;display:flex}.help-sidebar{flex:0 0 300px;position:sticky;top:106px}.help-sidebar-toggle{color:#555;text-align:left;background:#f9f9f9;border:1px solid #ddd;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;display:none}.help-sidebar-toggle i{margin-left:auto;font-size:12px;transition:transform .2s}.help-sidebar.is-open .help-sidebar-toggle i{transform:rotate(180deg)}.help-nav-tree{overscroll-behavior:contain;max-height:calc(100vh - 182px);padding-right:4px;overflow-y:auto}.help-nav-tree ul{margin:0;padding:0;list-style:none}.help-nav-tree ul ul{border-left:1px solid #eee;margin-left:6px;padding-left:14px;display:none}.help-nav-tree li.is-open>ul{display:block}.help-nav-tree li{position:relative}.help-nav-tree a{color:#555;border-radius:8px;padding:6px 30px 6px 8px;font-size:14px;text-decoration:none;display:block}.help-nav-tree a:hover{background:#f5f5f5}.help-nav-tree li.is-current>a:not(.help-nav-toggle){color:#111;background:#f0f0f0;font-weight:700}.help-nav-tree .help-nav-toggle{color:#555;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;position:absolute;top:1px;right:0}.help-nav-tree .help-nav-toggle i{font-size:12px;transition:transform .2s;transform:rotate(-90deg)}.help-nav-tree .help-nav-toggle:hover{color:#111;background:#f5f5f5;border-radius:8px}.help-nav-tree li.is-open>.help-nav-toggle i{transform:rotate(0)}.help-search{margin-bottom:0;position:relative}#help-search-input{box-sizing:border-box;color:#111;background:#f9f9f9;border:1px solid #ddd;border-radius:8px;width:100%;height:40px;padding:10px 36px;font-size:14px}#help-search-input:focus{background:#fff;border-color:#ccc;outline:none}#help-search-input::-webkit-search-cancel-button{appearance:none}#help-search-input::-webkit-search-decoration{appearance:none}.help-search-icon{color:#555;pointer-events:none;align-items:center;height:40px;font-size:14px;display:flex;position:absolute;top:0;left:12px}.help-search-clear{color:#555;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:36px;height:40px;padding:0;font-size:14px;display:flex;position:absolute;top:0;right:0}.help-search-clear:hover{color:#111}.help-search-clear[hidden]{display:none}.help-search-results{z-index:50;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:420px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 6px 24px #0000001f}.help-search-results a{border-bottom:1px solid #f0f0f0;padding:10px 12px;text-decoration:none;display:block}.help-search-results a:hover{background:#f7f7f7}.help-search-results .help-search-result-title{color:#111;font-size:14px;font-weight:700}.help-search-results .help-search-result-path{color:#555;margin-top:2px;font-size:12px}.help-search-results .help-search-empty{color:#555;padding:12px;font-size:13px}.help-content{flex:1;min-width:0}.help-content .docs-page-link-container{margin-top:30px}.help-content .docs-page-link-title{font-weight:600}.help-content .docs-page-content h1{margin-top:0;font-size:42px;line-height:50px;font-weight:900!important}.help-content .docs-page-content h2[id],.help-content .docs-page-content h3[id]{scroll-margin-top:102px;scroll-margin-top:var(--help-anchor-offset,102px)}.help-content .docs-page-content img{border:1px solid #e5e5e5;border-radius:8px;max-width:100%;height:auto;margin:30px auto;display:block}.help-content .docs-page-content img.help-img-noborder{border:0;border-radius:0}.help-content .docs-page-content hr.separator{border:0;border-top:1px solid #eee;margin:30px 0}.help-content .docs-page-content,.help-content .docs-page-content p,.help-content .docs-page-content li,.help-content .docs-page-content td{font-size:15px;line-height:1.7}.help-content .docs-page-content ul,.help-content .docs-page-content ol{margin:16px 0 16px 25px}.help-content .docs-page-content ul li,.help-content .docs-page-content ol li{color:#111;margin:0 0 10px}.help-content .docs-page-content ol{counter-reset:helpOlCounter;padding-left:0;list-style:none}.help-content .docs-page-content ol>li{padding-left:20px;position:relative}.help-content .docs-page-content ol>li:before{counter-increment:helpOlCounter;content:counter(helpOlCounter);text-align:center;color:#31250f;background:#efc666;border-radius:50%;width:24px;height:24px;font:700 14px/24px sans-serif;position:absolute;top:0;left:-20px}.help-content .docs-page-content ul li>ul,.help-content .docs-page-content ul li>ol,.help-content .docs-page-content ol li>ul,.help-content .docs-page-content ol li>ol{margin:6px 0 6px 20px}.help-content .docs-page-content ul ol,.help-content .docs-page-content ol ol{counter-reset:helpOlSubCounter}.help-content .docs-page-content ul ol>li:before,.help-content .docs-page-content ol ol>li:before{counter-increment:helpOlSubCounter;content:counter(helpOlSubCounter);background:#999;width:18px;height:18px;font:700 12px/18px sans-serif;top:-1px;left:-18px}.help-content .docs-page-content .help-summary{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;margin:16px 0;padding:14px 18px}.help-content .docs-page-content .help-summary .help-summary-title{color:#555;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700}.help-content .docs-page-content .help-summary ul{margin:0;padding:0;list-style:none}.help-content .docs-page-content .help-summary li{color:#555;margin:2px 0;padding-left:0}.help-content .docs-page-content .help-summary li:before{content:none}.help-content .docs-page-content .help-summary a{color:#555;border-radius:8px;padding:5px 10px 5px 24px;font-size:14px;line-height:20px;text-decoration:none;transition:background .15s,color .15s;display:block;position:relative}.help-content .docs-page-content .help-summary a:before{content:"";background:#dfcaa3;border-radius:2px;width:6px;height:6px;transition:background .15s;position:absolute;top:12px;left:10px}.help-content .docs-page-content .help-summary a:hover,.help-content .docs-page-content .help-summary a:focus-visible{color:#111;background:#fff;text-decoration:none}.help-content .docs-page-content .help-summary a:hover:before,.help-content .docs-page-content .help-summary a:focus-visible:before{background:#a55500}.help-content .docs-page-content .help-sitemap{margin-top:24px}.help-content .docs-page-content .help-sitemap ul{margin:0;padding:0;list-style:none}.help-content .docs-page-content .help-sitemap li{color:inherit;margin:0;padding-left:0}.help-content .docs-page-content .help-sitemap li:before{content:none}.help-content .docs-page-content .help-sitemap a{border-radius:8px;padding:5px 8px;text-decoration:none;display:block}.help-content .docs-page-content .help-sitemap a:hover{background:#f5f5f5}.help-content .docs-page-content .help-sitemap ul ul{border-left:1px solid #eee;margin:2px 0 10px 10px;padding-left:14px}.help-content .docs-page-content .help-sitemap>ul>li{margin-bottom:18px}.help-content .docs-page-content .help-sitemap>ul>li>a{color:#111;font-size:17px;font-weight:700}.help-content .docs-page-content .help-sitemap>ul>li>ul>li>a{color:#111;font-size:15px;font-weight:700}.help-content .docs-page-content .help-sitemap>ul>li>ul>li>ul a{color:#555;font-size:14px;font-weight:400}.docs-page-content .help-ui{overflow-wrap:break-word;-webkit-box-decoration-break:clone;box-decoration-break:clone;border:1px solid #e0e0e0;border-radius:8px;padding:1px 8px;font-size:14px;font-weight:700;display:inline}.docs-page-content .help-ui i{vertical-align:-1px;margin-right:5px;font-size:13px}.docs-page-content .help-ui.help-ui-icon-only i{margin-right:0}.docs-page-content .help-nav{color:#2e1b00;overflow-wrap:break-word;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#fef3e0;border:1px solid #dfcaa3;border-radius:8px;padding:1px 8px;font-size:14px;font-weight:700;display:inline}.docs-page-content .help-nav i{color:#555;padding:0 4px;font-style:normal}.docs-page-content .help-alert{border:1px solid #0000;border-radius:8px;margin:16px 0;padding:12px 16px;font-size:15px;line-height:1.5;overflow:hidden}.docs-page-content .help-alert>i{float:left;margin:1px 10px 0 0;font-size:18px;line-height:18px}.docs-page-content .help-alert-success{color:#1e4620;background:#f0f9f1;border-color:#c8e6c9}.docs-page-content .help-alert-info{color:#1a3c6e;background:#eaf4fb;border-color:#bfe0f5}.docs-page-content .help-alert-warning{color:#663c00;background:#fdf3e0;border-color:#f5dfa4}.docs-page-content .help-alert-danger{color:#7a1a1a;background:#fbeaea;border-color:#f3c2c2}.docs-page-content .help-download{color:#a55500;border:1px solid #a55500;border-radius:8px;align-items:center;gap:8px;margin:20px 0;padding:11px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s;display:inline-flex}.docs-page-content .help-download>i{font-size:17px}.docs-page-content .help-download:hover,.docs-page-content .help-download:focus{color:#fff;background:#a55500;text-decoration:none}.help-breadcrumb{margin:0 20px;padding:4px 0 20px;font-size:15px}.help-breadcrumb a{color:#555}.help-breadcrumb a:hover{color:#111}.help-breadcrumb i{color:#555;padding:0 8px;font-style:normal}.help-prev-next{border-top:1px solid #eee;margin:40px 0 10px;padding-top:20px}.help-prev-next a{color:#555;font-size:14px;text-decoration:none}.help-prev-next a:hover{color:#111}.help-prev-next .help-prev-next-end{text-align:right}.help-updated{color:#555;margin-top:20px;font-size:13px}@media (max-width:767px){.help-content .docs-page-content h1{margin-top:20px}.help-layout{padding-top:10px;display:block}.help-breadcrumb{display:none}.help-search{margin-top:12px}.help-sidebar{margin-bottom:20px;position:static}.help-nav-tree{max-height:none;overflow:visible}.help-sidebar-toggle{align-items:center;display:flex}.help-sidebar-panel{margin-top:10px;display:none}.help-sidebar.is-open .help-sidebar-panel{display:block}.help-nav-tree .help-nav-toggle{width:40px;height:40px;top:0}.help-nav-tree .help-nav-toggle i{font-size:14px}.help-nav-tree a{padding:10px 48px 10px 8px;font-size:15px;line-height:20px}.help-prev-next .help-prev-next-label{display:none}.help-prev-next a{box-sizing:border-box;text-align:center;width:100%;display:block}}