/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html[data-theme=dark] .theme-toggle svg.theme-icon-when-dark{display:block}html[data-theme=light] .theme-toggle svg.theme-icon-when-light{display:block}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important;color:var(--color-foreground-primary);background:var(--color-background-primary)}:-moz-focusring{outline:auto}body{--font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--font-stack--monospace: "SFMono-Regular", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;--font-stack--headings: var(--font-stack);--font-size--normal: 100%;--font-size--small: 87.5%;--font-size--small--2: 81.25%;--font-size--small--3: 75%;--font-size--small--4: 62.5%;--sidebar-caption-font-size: var(--font-size--small--2);--sidebar-item-font-size: var(--font-size--small);--sidebar-search-input-font-size: var(--font-size--small);--toc-font-size: var(--font-size--small--3);--toc-font-size--mobile: var(--font-size--normal);--toc-title-font-size: var(--font-size--small--4);--admonition-font-size: 0.8125rem;--admonition-title-font-size: 0.8125rem;--code-font-size: var(--font-size--small--2);--api-font-size: var(--font-size--small);--header-height: calc( var(--sidebar-item-line-height) + 4 * var(--sidebar-item-spacing-vertical) );--header-padding: 0.5rem;--sidebar-tree-space-above: 1.5rem;--sidebar-caption-space-above: 1rem;--sidebar-item-line-height: 1rem;--sidebar-item-spacing-vertical: 0.5rem;--sidebar-item-spacing-horizontal: 1rem;--sidebar-item-height: calc( var(--sidebar-item-line-height) + 2 *var(--sidebar-item-spacing-vertical) );--sidebar-expander-width: var(--sidebar-item-height);--sidebar-search-space-above: 0.5rem;--sidebar-search-input-spacing-vertical: 0.5rem;--sidebar-search-input-spacing-horizontal: 0.5rem;--sidebar-search-input-height: 1rem;--sidebar-search-icon-size: var(--sidebar-search-input-height);--toc-title-padding: 0.25rem 0;--toc-spacing-vertical: 1.5rem;--toc-spacing-horizontal: 1.5rem;--toc-item-spacing-vertical: 0.4rem;--toc-item-spacing-horizontal: 1rem;--icon-search: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"none\" d=\"M0 0h24v24H0z\"/><circle cx=\"10\" cy=\"10\" r=\"7\" /><line x1=\"21\" y1=\"21\" x2=\"15\" y2=\"15\" /></svg>");--icon-pencil: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z\"/></svg>");--icon-abstract: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4 5h16v2H4V5m0 4h16v2H4V9m0 4h16v2H4v-2m0 4h10v2H4v-2z\"/></svg>");--icon-info: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 9h-2V7h2m0 10h-2v-6h2m-1-9A10 10 0 002 12a10 10 0 0010 10 10 10 0 0010-10A10 10 0 0012 2z\"/></svg>");--icon-flame: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.55 11.2c-.23-.3-.5-.56-.76-.82-.65-.6-1.4-1.03-2.03-1.66C13.3 7.26 13 4.85 13.91 3c-.91.23-1.75.75-2.45 1.32-2.54 2.08-3.54 5.75-2.34 8.9.04.1.08.2.08.33 0 .22-.15.42-.35.5-.22.1-.46.04-.64-.12a.83.83 0 01-.15-.17c-1.1-1.43-1.28-3.48-.53-5.12C5.89 10 5 12.3 5.14 14.47c.04.5.1 1 .27 1.5.14.6.4 1.2.72 1.73 1.04 1.73 2.87 2.97 4.84 3.22 2.1.27 4.35-.12 5.96-1.6 1.8-1.66 2.45-4.32 1.5-6.6l-.13-.26c-.2-.46-.47-.87-.8-1.25l.05-.01m-3.1 6.3c-.28.24-.73.5-1.08.6-1.1.4-2.2-.16-2.87-.82 1.19-.28 1.89-1.16 2.09-2.05.17-.8-.14-1.46-.27-2.23-.12-.74-.1-1.37.18-2.06.17.38.37.76.6 1.06.76 1 1.95 1.44 2.2 2.8.04.14.06.28.06.43.03.82-.32 1.72-.92 2.27h.01z\"/></svg>");--icon-question: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.07 11.25l-.9.92C13.45 12.89 13 13.5 13 15h-2v-.5c0-1.11.45-2.11 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41a2 2 0 00-2-2 2 2 0 00-2 2H8a4 4 0 014-4 4 4 0 014 4 3.2 3.2 0 01-.93 2.25M13 19h-2v-2h2M12 2A10 10 0 002 12a10 10 0 0010 10 10 10 0 0010-10c0-5.53-4.5-10-10-10z\"/></svg>");--icon-warning: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 14h-2v-4h2m0 8h-2v-2h2M1 21h22L12 2 1 21z\"/></svg>");--icon-failure: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2c5.53 0 10 4.47 10 10s-4.47 10-10 10S2 17.53 2 12 6.47 2 12 2m3.59 5L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41 15.59 7z\"/></svg>");--icon-spark: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.5 20l4.86-9.73H13V4l-5 9.73h3.5V20M12 2c2.75 0 5.1 1 7.05 2.95C21 6.9 22 9.25 22 12s-1 5.1-2.95 7.05C17.1 21 14.75 22 12 22s-5.1-1-7.05-2.95C3 17.1 2 14.75 2 12s1-5.1 2.95-7.05C6.9 3 9.25 2 12 2z\"/></svg>");--color-admonition-title--caution: #ff9100;--color-admonition-title-background--caution: rgba(255, 145, 0, 0.2);--color-admonition-title--warning: #ff9100;--color-admonition-title-background--warning: rgba(255, 145, 0, 0.2);--color-admonition-title--danger: #ff5252;--color-admonition-title-background--danger: rgba(255, 82, 82, 0.2);--color-admonition-title--attention: #ff5252;--color-admonition-title-background--attention: rgba(255, 82, 82, 0.2);--color-admonition-title--error: #ff5252;--color-admonition-title-background--error: rgba(255, 82, 82, 0.2);--color-admonition-title--hint: #00c852;--color-admonition-title-background--hint: rgba(0, 200, 82, 0.2);--color-admonition-title--tip: #00c852;--color-admonition-title-background--tip: rgba(0, 200, 82, 0.2);--color-admonition-title--important: #00bfa5;--color-admonition-title-background--important: rgba(0, 191, 165, 0.2);--color-admonition-title--note: #19c0ea;--color-admonition-title-background--note: rgba(25, 192, 234, 0.2);--color-admonition-title--seealso: #448aff;--color-admonition-title-background--seealso: rgba(68, 138, 255, 0.2);--color-admonition-title--admonition-todo: #808080;--color-admonition-title-background--admonition-todo: rgba(128, 128, 128, 0.2);--color-admonition-title: #651fff;--color-admonition-title-background: rgba(101, 31, 255, 0.2);--icon-admonition-default: var(--icon-abstract);--color-topic-title: #14B8A6;--color-topic-title-background: rgba(20, 184, 166, 0.2);--icon-topic-default: var(--icon-pencil);--color-api-background: var(--color-background-hover--transparent);--color-api-background-hover: var(--color-background-hover);--color-api-overall: var(--color-foreground-secondary);--color-api-name: var(--color-problematic);--color-api-pre-name: var(--color-problematic);--color-api-paren: var(--color-foreground-secondary);--color-api-keyword: var(--color-foreground-primary);--color-inline-code-background: var(--color-background-secondary);--color-highlighted-text: var(--color-foreground-primary);--color-guilabel-text: var(--color-foreground-primary);--color-table-header-background: var(--color-background-secondary);--color-table-border: var(--color-background-border);--color-card-border: var(--color-background-secondary);--color-card-background: transparent;--color-card-marginals-background: var(--color-background-secondary);--color-header-background: var(--color-background-primary);--color-header-border: var(--color-background-border);--color-header-text: var(--color-foreground-primary);--color-sidebar-background: var(--color-background-secondary);--color-sidebar-background-border: var(--color-background-border);--color-sidebar-brand-text: var(--color-foreground-primary);--color-sidebar-caption-text: var(--color-foreground-muted);--color-sidebar-link-text: var(--color-foreground-secondary);--color-sidebar-link-text--top-level: var(--color-brand-primary);--color-sidebar-item-background: var(--color-sidebar-background);--color-sidebar-item-background--current: var( --color-sidebar-item-background );--color-sidebar-item-background--hover: linear-gradient( 90deg, var(--color-background-hover--transparent) 0%, var(--color-background-hover) var(--sidebar-item-spacing-horizontal), var(--color-background-hover) 100% );--color-sidebar-item-expander-background: transparent;--color-sidebar-item-expander-background--hover: var( --color-background-hover );--color-sidebar-search-text: var(--color-foreground-primary);--color-sidebar-search-background: var(--color-background-secondary);--color-sidebar-search-background--focus: var(--color-background-primary);--color-sidebar-search-border: var(--color-background-border);--color-sidebar-search-icon: var(--color-foreground-muted);--color-toc-background: var(--color-background-primary);--color-toc-title-text: var(--color-foreground-muted);--color-toc-item-text: var(--color-foreground-secondary);--color-toc-item-text--hover: var(--color-foreground-primary);--color-toc-item-text--active: var(--color-brand-primary);--color-content-foreground: var(--color-foreground-primary);--color-content-background: transparent;--color-link: var(--color-brand-content);--color-link-underline: var(--color-background-border);--color-link--hover: var(--color-brand-content);--color-link-underline--hover: var(--color-foreground-border);--color-link--visited: var(--color-brand-visited);--color-link-underline--visited: var(--color-background-border);--color-link--visited--hover: var(--color-brand-visited);--color-link-underline--visited--hover: var(--color-foreground-border);--color-problematic: #b30000;--color-foreground-primary: black;--color-foreground-secondary: #5a5c63;--color-foreground-muted: #6b6f76;--color-foreground-border: #878787;--color-background-primary: white;--color-background-secondary: #f8f9fb;--color-background-hover: #efeff4ff;--color-background-hover--transparent: #efeff400;--color-background-border: #eeebee;--color-background-item: #ccc;--color-link: var(--secondary-color);--color-sidebar-background: #f8f9fb;--color-sidebar-background-border: #eeebee;--color-sidebar-left-link: #000;--color-announcement-background: #000000dd;--color-announcement-text: #eeebee;--color-brand-primary: #19c0ea;--color-brand-content: #2757dd;--color-brand-visited: #19c0ea;--color-highlighted-background: #ddeeff;--color-guilabel-background: #ddeeff80;--color-guilabel-border: #bedaf580;--color-api-keyword: #9ca0a5;--color-highlight-on-target: #ffffcc;--color-api-added: #21632c;--color-api-added-border: #38a84d;--color-api-changed: #046172;--color-api-changed-border: #06a1bc;--color-api-deprecated: #605706;--color-api-deprecated-border: #f0d90f;--color-api-removed: #b30000;--color-api-removed-border: #ff5c5c;--color-admonition-background: transparent;--color-card-border: #f8f9fb;--color-card-background: transparent;--color-card-marginals-background: #f8f9fb;--link-toc: #000}.only-light{display:block !important}html body .only-dark{display:none !important}@media not print{html[data-theme=dark] body{--color-api-background: var(--color-background-hover--transparent);--color-api-background-hover: var(--color-background-hover);--color-api-overall: var(--color-foreground-secondary);--color-api-name: var(--color-problematic);--color-api-pre-name: var(--color-problematic);--color-api-paren: var(--color-foreground-secondary);--color-api-keyword: var(--color-foreground-primary);--color-inline-code-background: var(--color-background-secondary);--color-highlighted-text: var(--color-foreground-primary);--color-guilabel-text: var(--color-foreground-primary);--color-table-header-background: var(--color-background-secondary);--color-table-border: var(--color-background-border);--color-card-border: var(--color-background-secondary);--color-card-background: transparent;--color-card-marginals-background: var(--color-background-secondary);--color-header-background: var(--color-background-primary);--color-header-border: var(--color-background-border);--color-header-text: var(--color-foreground-primary);--color-sidebar-background: var(--color-background-secondary);--color-sidebar-background-border: var(--color-background-border);--color-sidebar-brand-text: var(--color-foreground-primary);--color-sidebar-caption-text: var(--color-foreground-muted);--color-sidebar-link-text: var(--color-foreground-secondary);--color-sidebar-link-text--top-level: var(--color-brand-primary);--color-sidebar-item-background: var(--color-sidebar-background);--color-sidebar-item-background--current: var( --color-sidebar-item-background );--color-sidebar-item-background--hover: linear-gradient( 90deg, var(--color-background-hover--transparent) 0%, var(--color-background-hover) var(--sidebar-item-spacing-horizontal), var(--color-background-hover) 100% );--color-sidebar-item-expander-background: transparent;--color-sidebar-item-expander-background--hover: var( --color-background-hover );--color-sidebar-search-text: var(--color-foreground-primary);--color-sidebar-search-background: var(--color-background-secondary);--color-sidebar-search-background--focus: var(--color-background-primary);--color-sidebar-search-border: var(--color-background-border);--color-sidebar-search-icon: var(--color-foreground-muted);--color-toc-background: var(--color-background-primary);--color-toc-title-text: var(--color-foreground-muted);--color-toc-item-text: var(--color-foreground-secondary);--color-toc-item-text--hover: var(--color-foreground-primary);--color-toc-item-text--active: var(--color-brand-primary);--color-content-foreground: var(--color-foreground-primary);--color-content-background: transparent;--color-link: var(--color-brand-content);--color-link-underline: var(--color-background-border);--color-link--hover: var(--color-brand-content);--color-link-underline--hover: var(--color-foreground-border);--color-link--visited: var(--color-brand-visited);--color-link-underline--visited: var(--color-background-border);--color-link--visited--hover: var(--color-brand-visited);--color-link-underline--visited--hover: var(--color-foreground-border);--color-problematic: #ee5151;--color-foreground-primary: #cfd0d0;--color-foreground-secondary: #9ca0a5;--color-foreground-muted: #81868d;--color-foreground-border: #666666;--color-background-primary: #131416;--color-background-secondary: #1a1c1e;--color-background-hover: #1e2124ff;--color-background-hover--transparent: #1e212400;--color-background-border: #303335;--color-background-item: #444;--color-link: var(--primary-color);--color-sidebar-background: #1a1c1e;--color-sidebar-background-border: #303335;--color-sidebar-left-link: var(--color-foreground-primary);--color-announcement-background: #000000dd;--color-announcement-text: #eeebee;--color-brand-primary: #19c0ea;--color-brand-content: #5ca5ff;--color-brand-visited: #19c0ea;--color-highlighted-background: #083563;--color-guilabel-background: #08356380;--color-guilabel-border: #13395f80;--color-api-keyword: #1a1c1e;--color-highlight-on-target: #333300;--color-api-added: #3db854;--color-api-added-border: #267334;--color-api-changed: #09b0ce;--color-api-changed-border: #056d80;--color-api-deprecated: #b1a10b;--color-api-deprecated-border: #6e6407;--color-api-removed: #ff7575;--color-api-removed-border: #b03b3b;--color-admonition-background: #18181a;--color-card-border: #1a1c1e;--color-card-background: #18181a;--color-card-marginals-background: #1e2124ff;--sd-color-card-border: var(--color-sidebar-background-border);--link-toc: var(--primary-color);--docsearch-text-color: rgb(245, 246, 247);--docsearch-container-background: rgba(9, 10, 17, 0.8);--docsearch-modal-background: rgb(21, 23, 42);--docsearch-modal-shadow: inset 1px 1px 0 0 rgb(44, 46, 64), 0 3px 8px 0 rgb(0, 3, 9);--docsearch-searchbox-background: rgb(9, 10, 17);--docsearch-searchbox-focus-background: #000;--docsearch-hit-color: rgb(190, 195, 201);--docsearch-hit-shadow: none;--docsearch-hit-background: rgb(9, 10, 17);--docsearch-key-gradient: linear-gradient( -26.5deg, rgb(86, 88, 114) 0%, rgb(49, 53, 91) 100% );--docsearch-key-shadow: inset 0 -2px 0 0 rgb(40, 45, 85), inset 0 0 1px 1px rgb(81, 87, 125), 0 2px 2px 0 rgba(3, 4, 9, 0.3);--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 1px 1px 0 #0304094d;--docsearch-footer-background: rgb(30, 33, 54);--docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);--docsearch-logo-color: rgb(255, 255, 255);--docsearch-muted-color: rgb(127, 132, 151)}html[data-theme=dark] body .cr-cratedb-logo .cratedb path{fill:#fff}html html[data-theme=dark] .only-light{display:none !important}html[data-theme=dark] .only-dark{display:block !important}@media(prefers-color-scheme: dark){html:not([data-theme=light]) body{--color-api-background: var(--color-background-hover--transparent);--color-api-background-hover: var(--color-background-hover);--color-api-overall: var(--color-foreground-secondary);--color-api-name: var(--color-problematic);--color-api-pre-name: var(--color-problematic);--color-api-paren: var(--color-foreground-secondary);--color-api-keyword: var(--color-foreground-primary);--color-inline-code-background: var(--color-background-secondary);--color-highlighted-text: var(--color-foreground-primary);--color-guilabel-text: var(--color-foreground-primary);--color-table-header-background: var(--color-background-secondary);--color-table-border: var(--color-background-border);--color-card-border: var(--color-background-secondary);--color-card-background: transparent;--color-card-marginals-background: var(--color-background-secondary);--color-header-background: var(--color-background-primary);--color-header-border: var(--color-background-border);--color-header-text: var(--color-foreground-primary);--color-sidebar-background: var(--color-background-secondary);--color-sidebar-background-border: var(--color-background-border);--color-sidebar-brand-text: var(--color-foreground-primary);--color-sidebar-caption-text: var(--color-foreground-muted);--color-sidebar-link-text: var(--color-foreground-secondary);--color-sidebar-link-text--top-level: var(--color-brand-primary);--color-sidebar-item-background: var(--color-sidebar-background);--color-sidebar-item-background--current: var( --color-sidebar-item-background );--color-sidebar-item-background--hover: linear-gradient( 90deg, var(--color-background-hover--transparent) 0%, var(--color-background-hover) var(--sidebar-item-spacing-horizontal), var(--color-background-hover) 100% );--color-sidebar-item-expander-background: transparent;--color-sidebar-item-expander-background--hover: var( --color-background-hover );--color-sidebar-search-text: var(--color-foreground-primary);--color-sidebar-search-background: var(--color-background-secondary);--color-sidebar-search-background--focus: var(--color-background-primary);--color-sidebar-search-border: var(--color-background-border);--color-sidebar-search-icon: var(--color-foreground-muted);--color-toc-background: var(--color-background-primary);--color-toc-title-text: var(--color-foreground-muted);--color-toc-item-text: var(--color-foreground-secondary);--color-toc-item-text--hover: var(--color-foreground-primary);--color-toc-item-text--active: var(--color-brand-primary);--color-content-foreground: var(--color-foreground-primary);--color-content-background: transparent;--color-link: var(--color-brand-content);--color-link-underline: var(--color-background-border);--color-link--hover: var(--color-brand-content);--color-link-underline--hover: var(--color-foreground-border);--color-link--visited: var(--color-brand-visited);--color-link-underline--visited: var(--color-background-border);--color-link--visited--hover: var(--color-brand-visited);--color-link-underline--visited--hover: var(--color-foreground-border);--color-problematic: #ee5151;--color-foreground-primary: #cfd0d0;--color-foreground-secondary: #9ca0a5;--color-foreground-muted: #81868d;--color-foreground-border: #666666;--color-background-primary: #131416;--color-background-secondary: #1a1c1e;--color-background-hover: #1e2124ff;--color-background-hover--transparent: #1e212400;--color-background-border: #303335;--color-background-item: #444;--color-link: var(--primary-color);--color-sidebar-background: #1a1c1e;--color-sidebar-background-border: #303335;--color-sidebar-left-link: var(--color-foreground-primary);--color-announcement-background: #000000dd;--color-announcement-text: #eeebee;--color-brand-primary: #19c0ea;--color-brand-content: #5ca5ff;--color-brand-visited: #19c0ea;--color-highlighted-background: #083563;--color-guilabel-background: #08356380;--color-guilabel-border: #13395f80;--color-api-keyword: #1a1c1e;--color-highlight-on-target: #333300;--color-api-added: #3db854;--color-api-added-border: #267334;--color-api-changed: #09b0ce;--color-api-changed-border: #056d80;--color-api-deprecated: #b1a10b;--color-api-deprecated-border: #6e6407;--color-api-removed: #ff7575;--color-api-removed-border: #b03b3b;--color-admonition-background: #18181a;--color-card-border: #1a1c1e;--color-card-background: #18181a;--color-card-marginals-background: #1e2124ff;--sd-color-card-border: var(--color-sidebar-background-border);--link-toc: var(--primary-color);--docsearch-text-color: rgb(245, 246, 247);--docsearch-container-background: rgba(9, 10, 17, 0.8);--docsearch-modal-background: rgb(21, 23, 42);--docsearch-modal-shadow: inset 1px 1px 0 0 rgb(44, 46, 64), 0 3px 8px 0 rgb(0, 3, 9);--docsearch-searchbox-background: rgb(9, 10, 17);--docsearch-searchbox-focus-background: #000;--docsearch-hit-color: rgb(190, 195, 201);--docsearch-hit-shadow: none;--docsearch-hit-background: rgb(9, 10, 17);--docsearch-key-gradient: linear-gradient( -26.5deg, rgb(86, 88, 114) 0%, rgb(49, 53, 91) 100% );--docsearch-key-shadow: inset 0 -2px 0 0 rgb(40, 45, 85), inset 0 0 1px 1px rgb(81, 87, 125), 0 2px 2px 0 rgba(3, 4, 9, 0.3);--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 1px 1px 0 #0304094d;--docsearch-footer-background: rgb(30, 33, 54);--docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);--docsearch-logo-color: rgb(255, 255, 255);--docsearch-muted-color: rgb(127, 132, 151)}html:not([data-theme=light]) body .cr-cratedb-logo .cratedb path{fill:#fff}html html:not([data-theme=light]) .only-light{display:none !important}html:not([data-theme=light]) .only-dark{display:block !important}}}html[data-theme=auto] .theme-toggle svg.theme-icon-when-auto-light{display:block}@media(prefers-color-scheme: dark){html[data-theme=auto] .theme-toggle svg.theme-icon-when-auto-dark{display:block}html[data-theme=auto] .theme-toggle svg.theme-icon-when-auto-light{display:none}}html[data-theme=dark] .theme-toggle svg.theme-icon-when-dark{display:block}html[data-theme=light] .theme-toggle svg.theme-icon-when-light{display:block}html{overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}.sidebar-scroll,.toc-scroll,article[role=main] *{scrollbar-width:thin;scrollbar-color:var(--color-foreground-border) rgba(0,0,0,0)}.sidebar-scroll::-webkit-scrollbar,.toc-scroll::-webkit-scrollbar,article[role=main] *::-webkit-scrollbar{width:.25rem;height:.25rem}.sidebar-scroll::-webkit-scrollbar-thumb,.toc-scroll::-webkit-scrollbar-thumb,article[role=main] *::-webkit-scrollbar-thumb{background-color:var(--color-foreground-border);border-radius:.125rem}html,body{height:100%;color:var(--color-foreground-primary);background:var(--color-background-primary)}.skip-to-content{position:fixed;padding:1rem;border-radius:1rem;left:.25rem;top:.25rem;z-index:40;background:var(--color-background-primary);color:var(--color-foreground-primary);transform:translateY(-200%);transition:transform 300ms ease-in-out}.skip-to-content:focus-within{transform:translateY(0%)}article{color:var(--color-content-foreground);background:var(--color-content-background);overflow-wrap:break-word}.page{display:flex;min-height:100%}.mobile-header{width:100%;height:var(--header-height);background-color:var(--color-header-background);color:var(--color-header-text);border-bottom:1px solid var(--color-header-border);z-index:10;display:none}.mobile-header.scrolled{border-bottom:none;box-shadow:0 0 .2rem rgba(0,0,0,.1),0 .2rem .4rem rgba(0,0,0,.2)}.mobile-header .header-center a{color:var(--color-header-text);text-decoration:none}.main{display:flex;flex:1}.sidebar-drawer{box-sizing:border-box;border-right:1px solid var(--color-sidebar-background-border);border-bottom:1px solid var(--color-sidebar-background-border);background:var(--color-sidebar-background);display:flex;justify-content:flex-end;width:calc((100% - 82em)/2 + 15em);min-width:15em}.sidebar-container,.toc-drawer{box-sizing:border-box;width:15em}.toc-drawer{background:var(--color-toc-background);padding-right:1rem}.sidebar-sticky,.toc-sticky{position:sticky;top:0;height:min(100%,100vh);height:100vh;display:flex;flex-direction:column}.sidebar-scroll,.toc-scroll{flex-grow:1;flex-shrink:1;overflow:auto;scroll-behavior:smooth}.content{padding:0 3em;width:46em;display:flex;flex-direction:column;justify-content:space-between}.icon{display:inline-block;height:1rem;width:1rem}.icon svg{width:100%;height:100%}.announcement{background-color:var(--color-announcement-background);color:var(--color-announcement-text);height:var(--header-height);display:flex;align-items:center;overflow-x:auto}.announcement+.page{min-height:calc(100% - var(--header-height))}.announcement-content{box-sizing:border-box;padding:.5rem;min-width:100%;white-space:nowrap;text-align:center}.announcement-content a{color:var(--color-announcement-text);text-decoration-color:var(--color-announcement-text)}.announcement-content a:hover{color:var(--color-announcement-text);text-decoration-color:var(--color-link--hover)}.no-js .theme-toggle-container{display:none}.theme-toggle-container{display:flex}.theme-toggle{display:flex;cursor:pointer;border:none;padding:0;background:rgba(0,0,0,0)}.theme-toggle svg{height:1.25rem;width:1.25rem;color:var(--color-foreground-primary);display:none}.theme-toggle-header{display:flex;align-items:center;justify-content:center}.toc-overlay-icon,.nav-overlay-icon{display:none;cursor:pointer}.toc-overlay-icon .icon,.nav-overlay-icon .icon{color:var(--color-foreground-secondary);height:1.5rem;width:1.5rem}.toc-header-icon,.nav-overlay-icon{justify-content:center;align-items:center}.toc-content-icon{height:1.5rem;width:1.5rem}.content-icon-container{float:right;display:flex;margin-top:1.5rem;margin-left:1rem;margin-bottom:1rem;gap:.5rem}.content-icon-container .edit-this-page svg,.content-icon-container .view-this-page svg{color:inherit;height:1.25rem;width:1.25rem}.sidebar-toggle{position:absolute;display:none}.sidebar-toggle[name=__toc]{left:20px}.sidebar-toggle:checked{left:40px}.overlay{position:fixed;top:0;width:0;height:0;transition:width 0ms,height 0ms,opacity 250ms ease-out;opacity:0;background-color:rgba(0,0,0,.54)}.sidebar-overlay{z-index:20}.toc-overlay{z-index:40}.sidebar-drawer{z-index:30;transition:left 250ms ease-in-out}.toc-drawer{z-index:50;transition:right 250ms ease-in-out}#__navigation:checked~.sidebar-overlay{width:100%;height:100%;opacity:1}#__navigation:checked~.page .sidebar-drawer{top:0;left:0}#__toc:checked~.toc-overlay{width:100%;height:100%;opacity:1}#__toc:checked~.page .toc-drawer{top:0;right:0}.back-to-top{text-decoration:none;display:none;position:fixed;left:0;top:1rem;padding:.5rem;padding-right:.75rem;border-radius:1rem;font-size:.8125rem;background:var(--color-background-primary);box-shadow:0 .2rem .5rem rgba(0,0,0,.05),rgba(107,114,128,.5019607843) 0px 0px 1px 0px;z-index:10;margin-left:50%;transform:translateX(-50%)}.back-to-top svg{height:1rem;width:1rem;fill:currentColor;display:inline-block}.back-to-top span{margin-left:.25rem}.show-back-to-top .back-to-top{display:flex;align-items:center}@media(min-width: 97em){html{font-size:110%}}@media(max-width: 82em){.toc-content-icon{display:flex}.toc-drawer{position:fixed;height:100vh;top:0;right:-15em;border-left:1px solid var(--color-background-muted)}.toc-tree{border-left:none;font-size:var(--toc-font-size--mobile)}.sidebar-drawer{width:calc((100% - 67em)/2 + 15em)}}@media(max-width: 67em){.content{margin-left:auto;margin-right:auto;padding:0 1em}}@media(max-width: 63em){.nav-overlay-icon{display:flex}.sidebar-drawer{position:fixed;height:100vh;width:15em;top:0;left:-15em}.toc-header-icon,.theme-toggle-header{display:flex}.toc-content-icon,.theme-toggle-content{display:none}.mobile-header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center}.mobile-header .header-left,.mobile-header .header-right{display:flex;height:var(--header-height);padding:0 var(--header-padding)}.mobile-header .header-left label,.mobile-header .header-right label{height:100%;width:100%;user-select:none}.nav-overlay-icon .icon,.theme-toggle svg{height:1.5rem;width:1.5rem}:target{scroll-margin-top:calc(var(--header-height) + 2.5rem)}.back-to-top{top:calc(var(--header-height) + .5rem)}.page{flex-direction:column;justify-content:center}}@media(max-width: 48em){.content{width:100%;overflow-x:auto}}@media(max-width: 46em){article[role=main] aside.sidebar{float:none;width:100%;margin:1rem 0}}.admonition,.topic{margin:1rem auto;padding:0 .5rem .5rem .5rem;background:var(--color-admonition-background);border-radius:.2rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);font-size:var(--admonition-font-size);overflow:hidden;page-break-inside:avoid}.admonition>:nth-child(2),.topic>:nth-child(2){margin-top:0}.admonition>:last-child,.topic>:last-child{margin-bottom:0}.admonition p.admonition-title,p.topic-title{position:relative;margin:0 -0.5rem .5rem;padding-left:2rem;padding-right:.5rem;padding-top:.4rem;padding-bottom:.4rem;font-weight:500;font-size:var(--admonition-title-font-size);line-height:1.3}.admonition p.admonition-title::before,p.topic-title::before{content:"";position:absolute;left:.5rem;width:1rem;height:1rem}p.admonition-title{background-color:var(--color-admonition-title-background)}p.admonition-title::before{background-color:var(--color-admonition-title);mask-image:var(--icon-admonition-default);mask-repeat:no-repeat}p.topic-title{background-color:var(--color-topic-title-background)}p.topic-title::before{background-color:var(--color-topic-title);mask-image:var(--icon-topic-default);mask-repeat:no-repeat}.admonition{border-left:.2rem solid var(--color-admonition-title)}.admonition.caution{border-left-color:var(--color-admonition-title--caution)}.admonition.caution>.admonition-title{background-color:var(--color-admonition-title-background--caution)}.admonition.caution>.admonition-title::before{background-color:var(--color-admonition-title--caution);mask-image:var(--icon-spark)}.admonition.warning{border-left-color:var(--color-admonition-title--warning)}.admonition.warning>.admonition-title{background-color:var(--color-admonition-title-background--warning)}.admonition.warning>.admonition-title::before{background-color:var(--color-admonition-title--warning);mask-image:var(--icon-warning)}.admonition.danger{border-left-color:var(--color-admonition-title--danger)}.admonition.danger>.admonition-title{background-color:var(--color-admonition-title-background--danger)}.admonition.danger>.admonition-title::before{background-color:var(--color-admonition-title--danger);mask-image:var(--icon-spark)}.admonition.attention{border-left-color:var(--color-admonition-title--attention)}.admonition.attention>.admonition-title{background-color:var(--color-admonition-title-background--attention)}.admonition.attention>.admonition-title::before{background-color:var(--color-admonition-title--attention);mask-image:var(--icon-warning)}.admonition.error{border-left-color:var(--color-admonition-title--error)}.admonition.error>.admonition-title{background-color:var(--color-admonition-title-background--error)}.admonition.error>.admonition-title::before{background-color:var(--color-admonition-title--error);mask-image:var(--icon-failure)}.admonition.hint{border-left-color:var(--color-admonition-title--hint)}.admonition.hint>.admonition-title{background-color:var(--color-admonition-title-background--hint)}.admonition.hint>.admonition-title::before{background-color:var(--color-admonition-title--hint);mask-image:var(--icon-question)}.admonition.tip{border-left-color:var(--color-admonition-title--tip)}.admonition.tip>.admonition-title{background-color:var(--color-admonition-title-background--tip)}.admonition.tip>.admonition-title::before{background-color:var(--color-admonition-title--tip);mask-image:var(--icon-info)}.admonition.important{border-left-color:var(--color-admonition-title--important)}.admonition.important>.admonition-title{background-color:var(--color-admonition-title-background--important)}.admonition.important>.admonition-title::before{background-color:var(--color-admonition-title--important);mask-image:var(--icon-flame)}.admonition.note{border-left-color:var(--color-admonition-title--note)}.admonition.note>.admonition-title{background-color:var(--color-admonition-title-background--note)}.admonition.note>.admonition-title::before{background-color:var(--color-admonition-title--note);mask-image:var(--icon-pencil)}.admonition.seealso{border-left-color:var(--color-admonition-title--seealso)}.admonition.seealso>.admonition-title{background-color:var(--color-admonition-title-background--seealso)}.admonition.seealso>.admonition-title::before{background-color:var(--color-admonition-title--seealso);mask-image:var(--icon-info)}.admonition.admonition-todo{border-left-color:var(--color-admonition-title--admonition-todo)}.admonition.admonition-todo>.admonition-title{background-color:var(--color-admonition-title-background--admonition-todo)}.admonition.admonition-todo>.admonition-title::before{background-color:var(--color-admonition-title--admonition-todo);mask-image:var(--icon-pencil)}.admonition-todo>.admonition-title{text-transform:uppercase}code.literal,.sig-inline{background:var(--color-inline-code-background);border-radius:.2em;font-size:var(--font-size--small--2);padding:.1em .2em}pre.literal-block code.literal,pre.literal-block .sig-inline{font-size:inherit;padding:0}p code.literal,p .sig-inline{border:1px solid var(--color-background-border)}.sig-inline{font-family:var(--font-stack--monospace)}div[class*=" highlight-"],div[class^=highlight-]{margin:1em 0;display:flex}div[class*=" highlight-"] .table-wrapper,div[class^=highlight-] .table-wrapper{margin:0;padding:0}pre{margin:0;padding:0;overflow:auto}article[role=main] .highlight pre{line-height:1.5}pre.literal-block,.highlight pre{font-size:var(--code-font-size);padding:.625rem .875rem}pre.literal-block{margin-top:1rem;margin-bottom:1rem;border-radius:.2rem;background-color:var(--color-code-background);color:var(--color-code-foreground)}.highlight{width:100%;border-radius:.2rem}.highlight .gp,.highlight span.linenos{user-select:none;pointer-events:none}.highlight .hll{display:block;margin-left:-0.875rem;margin-right:-0.875rem;padding-left:.875rem;padding-right:.875rem}.code-block-caption{display:flex;padding:.625rem .875rem;border-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;font-weight:300;border-bottom:1px solid;background-color:var(--color-code-background);color:var(--color-code-foreground);border-color:var(--color-background-border)}.code-block-caption+div[class]{margin-top:0}.code-block-caption+div[class] pre{border-top-left-radius:0;border-top-right-radius:0}.highlighttable{width:100%;display:block}.highlighttable tbody{display:block}.highlighttable tr{display:flex}.highlighttable td.linenos{background-color:var(--color-code-background);color:var(--color-code-foreground);padding:.625rem .875rem;padding-right:0;border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.highlighttable .linenodiv{padding-right:.875rem;font-size:var(--code-font-size);box-shadow:-0.0625rem 0 var(--color-foreground-border) inset}.highlighttable td.code{padding:0;display:block;flex:1;overflow:hidden}.highlighttable td.code .highlight{border-top-left-radius:0;border-bottom-left-radius:0}.highlight span.linenos{display:inline-block;padding-left:0;padding-right:.875rem;margin-right:.875rem;box-shadow:-0.0625rem 0 var(--color-foreground-border) inset}.footnote-reference{font-size:var(--font-size--small--4);vertical-align:super}dl.footnote.brackets{font-size:var(--font-size--small);color:var(--color-foreground-secondary);display:grid;grid-template-columns:max-content auto}dl.footnote.brackets dt{margin:0}dl.footnote.brackets dt>.fn-backref{margin-left:.25rem}dl.footnote.brackets dt:after{content:":"}dl.footnote.brackets dt .brackets:before{content:"["}dl.footnote.brackets dt .brackets:after{content:"]"}dl.footnote.brackets dd{margin:0;padding:0 1rem}aside.footnote{font-size:var(--font-size--small);color:var(--color-foreground-secondary)}aside.footnote>span,div.citation>span{float:left;font-weight:500;padding-right:.25rem}aside.footnote>*:not(span),div.citation>p{margin-left:2rem}abbr[title]{cursor:help}.problematic{color:var(--color-problematic)}kbd:not(.compound):not(.DocSearch-Commands-Key):not(.DocSearch-Button-Key){margin:0 .2rem;padding:0 .2rem;border-radius:.2rem;border:1px solid var(--color-foreground-border);color:var(--color-foreground-primary);vertical-align:text-bottom;font-size:var(--font-size--small--3);display:inline-block;box-shadow:0 .0625rem 0 rgba(0,0,0,.2),inset 0 0 0 .125rem var(--color-background-primary);background-color:var(--color-background-secondary)}blockquote{border-left:4px solid var(--color-background-border);background:var(--color-background-secondary);margin-left:0;margin-right:0;padding:.5rem 1rem}blockquote .attribution{font-weight:600;text-align:right}blockquote.pull-quote,blockquote.highlights{font-size:1.25em}blockquote.epigraph,blockquote.pull-quote{border-left-width:0;border-radius:.5rem}blockquote.highlights{border-left-width:0;background:rgba(0,0,0,0)}p .reference img{vertical-align:middle}article .sidebar{float:right;clear:right;width:30%;margin-left:1rem;margin-right:0;border-radius:.2rem;background-color:var(--color-background-secondary);border:var(--color-background-border) 1px solid}article .sidebar>*{padding-left:1rem;padding-right:1rem}article .sidebar>ul,article .sidebar>ol{padding-left:2.2rem}article .sidebar .sidebar-title{margin:0;padding:.5rem 1rem;border-bottom:var(--color-background-border) 1px solid;font-weight:500}footer{font-size:var(--font-size--small);display:flex;flex-direction:column;margin-top:2rem}.bottom-of-page{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;padding-bottom:1rem;color:var(--color-foreground-secondary);border-top:1px solid var(--color-background-border);line-height:1.5}@media(max-width: 46em){.bottom-of-page{text-align:center;flex-direction:column-reverse;gap:.25rem}}.bottom-of-page .left-details{font-size:var(--font-size--small)}.bottom-of-page .right-details{display:flex;flex-direction:column;gap:.25rem;text-align:right}.bottom-of-page .icons{display:flex;justify-content:flex-end;gap:.25rem;font-size:1rem}.bottom-of-page .icons a{text-decoration:none}.bottom-of-page .icons svg,.bottom-of-page .icons img{font-size:1.125rem;height:1em;width:1em}.related-pages a{display:flex;align-items:center;text-decoration:none}.related-pages a:hover .page-info .title{text-decoration:underline;color:var(--color-link);text-decoration-color:var(--color-link-underline)}.related-pages a svg.furo-related-icon,.related-pages a svg.furo-related-icon>use{flex-shrink:0;color:var(--color-foreground-border);width:.75rem;height:.75rem;margin:0 .5rem}.related-pages a.next-page{max-width:50%;float:right;clear:right;text-align:right}.related-pages a.prev-page{max-width:50%;float:left;clear:left}.related-pages a.prev-page svg{transform:rotate(180deg)}.page-info{display:flex;flex-direction:column;overflow-wrap:anywhere}.next-page .page-info{align-items:flex-end}.page-info .context{display:flex;align-items:center;padding-bottom:.1rem;color:var(--color-foreground-muted);font-size:var(--font-size--small);text-decoration:none}ul.search{padding-left:0;list-style:none}ul.search li{padding:1rem 0;border-bottom:1px solid var(--color-background-border)}[role=main] .highlighted{background-color:var(--color-highlighted-background);color:var(--color-highlighted-text)}.sidebar-brand{display:flex;flex-direction:column;flex-shrink:0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal);text-decoration:none}.sidebar-brand-text{color:var(--color-sidebar-brand-text);overflow-wrap:break-word;margin:var(--sidebar-item-spacing-vertical) 0;font-size:1.5rem}.sidebar-logo-container{margin:var(--sidebar-item-spacing-vertical) 0}.sidebar-logo{margin:0 auto;display:block;max-width:100%}.sidebar-search-container{display:flex;align-items:center;margin-top:var(--sidebar-search-space-above);position:relative;background:var(--color-sidebar-search-background)}.sidebar-search-container:hover,.sidebar-search-container:focus-within{background:var(--color-sidebar-search-background--focus)}.sidebar-search-container::before{content:"";position:absolute;left:var(--sidebar-item-spacing-horizontal);width:var(--sidebar-search-icon-size);height:var(--sidebar-search-icon-size);background-color:var(--color-sidebar-search-icon);mask-image:var(--icon-search)}.sidebar-search{box-sizing:border-box;border:none;border-top:1px solid var(--color-sidebar-search-border);border-bottom:1px solid var(--color-sidebar-search-border);padding-top:var(--sidebar-search-input-spacing-vertical);padding-bottom:var(--sidebar-search-input-spacing-vertical);padding-right:var(--sidebar-search-input-spacing-horizontal);padding-left:calc(var(--sidebar-item-spacing-horizontal) + var(--sidebar-search-input-spacing-horizontal) + var(--sidebar-search-icon-size));width:100%;color:var(--color-sidebar-search-foreground);background:rgba(0,0,0,0);z-index:10}.sidebar-search:focus{outline:none}.sidebar-search::placeholder{font-size:var(--sidebar-search-input-font-size)}#searchbox .highlight-link{padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal) 0;margin:0;text-align:center}#searchbox .highlight-link a{color:var(--color-sidebar-search-icon);font-size:var(--font-size--small--2)}.sidebar-tree{font-size:var(--sidebar-item-font-size);margin-top:var(--sidebar-tree-space-above);margin-bottom:var(--sidebar-item-spacing-vertical)}.sidebar-tree ul{padding:0;margin-top:0;margin-bottom:0;display:flex;flex-direction:column;list-style:none}.sidebar-tree li{position:relative;margin:0}.sidebar-tree li>ul{margin-left:var(--sidebar-item-spacing-horizontal)}.sidebar-tree .icon{color:var(--color-sidebar-link-text)}.sidebar-tree .reference{box-sizing:border-box;color:var(--color-sidebar-link-text);display:inline-block;line-height:var(--sidebar-item-line-height);text-decoration:none;overflow-wrap:anywhere;height:100%;width:100%;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)}.sidebar-tree .reference:hover{color:var(--color-sidebar-link-text);background:var(--color-sidebar-item-background--hover)}.sidebar-tree .reference.external::after{content:url("data:image/svg+xml,<svg width=\"12\" height=\"12\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"%23607D8B\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"none\" d=\"M0 0h24v24H0z\"/><path d=\"M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5\" /><line x1=\"10\" y1=\"14\" x2=\"20\" y2=\"4\" /><polyline points=\"15 4 20 4 20 9\" /></svg>");margin:0 .25rem;vertical-align:middle;color:var(--color-sidebar-link-text)}.sidebar-tree .current-page>.reference{font-weight:bold}.sidebar-tree label{position:absolute;top:0;right:0;height:var(--sidebar-item-height);width:var(--sidebar-expander-width);cursor:pointer;user-select:none;display:flex;justify-content:center;align-items:center}.sidebar-tree .caption,.sidebar-tree :not(.caption)>.caption-text{font-size:var(--sidebar-caption-font-size);color:var(--color-sidebar-caption-text);font-weight:bold;text-transform:uppercase;margin:var(--sidebar-caption-space-above) 0 0 0;padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)}.sidebar-tree li.has-children>.reference{padding-right:var(--sidebar-expander-width)}.sidebar-tree .toctree-l1>.reference,.sidebar-tree .toctree-l1>label .icon{color:var(--color-sidebar-link-text--top-level)}.sidebar-tree label{background:var(--color-sidebar-item-expander-background)}.sidebar-tree label:hover{background:var(--color-sidebar-item-expander-background--hover)}.sidebar-tree .current>.reference{background:var(--color-sidebar-item-background--current)}.sidebar-tree .current>.reference:hover{background:var(--color-sidebar-item-background--hover)}.toctree-checkbox{position:absolute;display:none}.toctree-checkbox~ul{display:none}.toctree-checkbox~label .icon svg{transform:rotate(90deg)}.toctree-checkbox:checked~ul{display:block}.toctree-checkbox:checked~label .icon svg{transform:rotate(-90deg)}.toc-title-container{padding:var(--toc-title-padding);padding-top:var(--toc-spacing-vertical)}.toc-title{color:var(--color-toc-title-text);font-size:var(--toc-title-font-size);padding-left:var(--toc-spacing-horizontal);text-transform:uppercase}.no-toc{display:none}.toc-tree-container{padding-bottom:var(--toc-spacing-vertical)}.toc-tree{font-size:var(--toc-font-size);line-height:1.3;border-left:1px solid var(--color-background-border);padding-left:calc(var(--toc-spacing-horizontal) - var(--toc-item-spacing-horizontal))}.toc-tree>ul>li:first-child{padding-top:0}.toc-tree>ul>li:first-child>ul{padding-left:0}.toc-tree>ul>li:first-child>a{display:none}.toc-tree ul{list-style-type:none;margin-top:0;margin-bottom:0;padding-left:var(--toc-item-spacing-horizontal)}.toc-tree li{padding-top:var(--toc-item-spacing-vertical)}.toc-tree li.scroll-current>.reference{color:var(--color-toc-item-text--active);font-weight:bold}.toc-tree a.reference{color:var(--color-toc-item-text);text-decoration:none;overflow-wrap:anywhere}.toc-scroll{max-height:100vh;overflow-y:scroll}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here){color:var(--color-problematic);background:rgba(255,0,0,.25)}.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here)::before{content:"ERROR: Adding a table of contents in Furo-based documentation is unnecessary, and does not work well with existing styling. Add a 'this-will-duplicate-information-and-it-is-still-useful-here' class, if you want an escape hatch."}.text-align\:left>p{text-align:left}.text-align\:center>p{text-align:center}.text-align\:right>p{text-align:right}
.navlink a {
  font-size: 16px;
  color: var(--color-sidebar-left-link);
}

.navlink a:hover {
  color: var(--color-sidebar-left-link);
  opacity: 0.7;
}

body {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/**
 * Consistent and harmonious heading styles for all main text headers. The page
 * title is visually distinct and so is not included here. We do not support
 * headings below `<h6>`.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-family: Montserrat, Inter, Arial, sans-serif;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: -20px; /* add negative margin-top and padding-top to make it less "sticky" when clicking the anchor */
  padding-top: 20px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  margin-top: -10px;
  margin-bottom: 15px;
  padding-top: 20px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: -10px;
  margin-bottom: 14px;
  padding-top: 16px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
  margin-top: -10px;
  margin-bottom: 14px;
  padding-top: 16px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 20px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
  margin-top: -9px;
  margin-bottom: 9px;
  padding-top: 18px;
}

p {
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}

a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  color: var(--color-link);
}

#sidebarMenu,
#menu-solution-child-menu {
  list-style-type: none;
  padding-left: 0;
}
#sidebarMenu li,
#menu-solution-child-menu li {
  padding-top: 1px;
  padding-bottom: 1px;
}

#menu-overview-child-page-menu {
  list-style-type: none;
  padding-left: 0;
}

#menu-overview-child-page-menu li {
  padding-top: 1px;
  padding-bottom: 1px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 24px;
}

header .brand {
  padding-top: 14px;
  display: inline-block;
  padding-bottom: 8px;
}

.section.bg-blue {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: var(--primary-color);
}

.section.bg-grey {
  background-color: #e7e7e7;
}

.section.border-top {
  margin-top: 0px;
  padding-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section.border-top.logo-eu {
  margin-bottom: 32px;
  padding-top: 32px;
}

.section.bar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.bar.bg-blue {
  background-color: var(--primary-color);
}

.section.narrow {
  margin-top: 24px;
  margin-bottom: 24px;
}

.button {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid transparent;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
}

.button:hover {
  border-style: solid;
  border-color: var(--primary-color);
  background-color: #fff;
  opacity: 1;
  color: var(--primary-color);
}

.button.bordered-blue {
  margin-top: 8px;
  border: 2px solid var(--primary-color);
  background-color: #fff;
  color: var(--primary-color);
}

.button.bordered-blue:hover {
  background-color: var(--primary-color);
  opacity: 1;
  color: #fff;
}

.button.black {
  background-color: #000;
}

.button.black:hover {
  background-color: #fff;
}

.button.black.pull-top {
  margin-top: 0px;
}

.button.black.margin-top-0 {
  margin-top: 0px;
}

.button.black.float-left {
  padding-right: 16px;
  text-align: center;
}

.button.small-bold-upper {
  background-color: var(--primary-color);
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.button.small-bold-upper:hover {
  background-color: var(--primary-color);
}

.button.big-button {
  padding-right: 108px;
  padding-left: 108px;
}

.button.button-deep {
  width: 100%;
  margin-top: 0px;
  border-color: var(--primary-color) #fff var(--primary-color)
    var(--primary-color);
  background-color: #fff;
  color: var(--primary-color);
}

.button.button-deep:hover {
  border-color: #fff;
  background-color: var(--primary-color);
  color: #fff;
}

.text-white {
  color: #fff;
  font-size: 16px;
}

.align-center {
  text-align: center;
}

.row-list-item {
  list-style-type: none;
}
.hr {
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #000;
}

.text-link {
  display: block;
  margin-top: 16px;
  color: var(--primary-color);
}

.teaser-img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.textfield {
  max-width: 300px;
  margin-right: 16px;
  float: left;
  color: #000;
  font-size: 16px;
}

.textfield:focus {
  box-shadow: 0 0 18px -4px #000;
}

.wrapper-form {
  margin-top: 10px;
}

.lead {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.4em;
}

.lead.text-black {
  color: #000;
}

.lead.bg-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.lead.bg-white-80 {
  padding-right: 5px;
  padding-left: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
}

.wrapper-2col {
  padding-right: 24px;
  padding-left: 24px;
  float: left;
}

.wrapper-navleft {
  width: 240px;
  margin-right: 32px;
  margin-bottom: 32px;
  padding: 8px 16px;
  float: left;
  border: 1px solid #e7e7e7;
  line-height: 20px;
}

.navleft-item {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}

.navleft-list-level {
  margin-bottom: 0px;
  padding-left: 16px;
}

.link-active {
  font-weight: 700;
}

.wrapper-content-right {
  width: 70%;
  float: left;
  font-size: 16px;
  line-height: 1.5em;
}

.link-inline {
  color: var(--primary-color);
}

pre code {
  display: block;
  width: 700px;
  overflow: scroll;
  padding: 8px 12px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #e7e7e7;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.code {
  display: block;
  width: 590px;
  padding: 8px 12px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #e7e7e7;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.codehilite pre {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f0f0f0 none repeat scroll 0 0;
  font-size: 14px !important;
}

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}

.link-blue {
  color: #30a6c5;
}

.link-blue:hover {
  opacity: 0.7;
}

.max-120 {
  max-height: 120px;
  max-width: 120px;
}

.in-row {
  margin-right: -10px;
  margin-left: -10px;
}

.small-grey {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 16px;
}

.small-blue {
  color: var(--primary-color);
  font-size: 12px;
  line-height: 16px;
}

.width-40 {
  width: 40px;
}

.fa.fa-user.fontsize-48 {
  font-size: 48px;
  line-height: 60px;
}

.fa.fa-building-o.fontsize-48 {
  font-size: 48px;
  line-height: 60px;
}

.fa.fa-briefcase.fontsize-48 {
  font-size: 48px;
  line-height: 60px;
}

.license {
  padding: 16px;
  background-color: #b8b8b8;
  font-size: 12px;
  line-height: 14px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.text-small {
  font-size: 12px;
  line-height: 1.2em;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.empty-state {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
}

.list-item-border {
  margin-top: -1px;
  padding: 12px 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.font-bold {
  font-weight: 600;
}

.slide-33 {
  width: 33.333%;
  padding: 16px 8px;
}

.link.text-black {
  color: #000;
}

.opensourcetext {
  margin-bottom: 16px;
}

.wrapper-teaser-img {
  position: relative;
  height: 130px;
  margin-top: 0px;
  padding-top: 10px;
}

a.learn-more-link,
.wrapper-teaser-img p {
  color: #000 !important;
}

.awards-logo-bw {
  display: block;
}

.awards-logo {
  display: none;
}

.awards-link {
  display: block;
  min-height: 48px;
}

.awards-link:hover {
  opacity: 1;
}

.text-blue {
  color: var(--primary-color);
}

.image.search {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -18px;
}

.image.float-left {
  padding-right: 40px;
}

.image.float-left.margin-bottom-16 {
  max-width: 350px;
}

.image.float-right {
  padding-left: 40px;
}

.trusted-text {
  display: inline-block;
  width: 100%;
  float: none;
  color: #b8b8b8;
  font-size: 14px;
  text-align: center;
}

.home-platform-img {
  max-height: 80px;
  padding: 8px 12px;
}

.home-platform-subtext {
  margin-top: 8px;
  border-bottom: 0px none #e7e7e7;
  color: #868686;
  font-size: 12px;
  text-align: center;
}

.home-platform-imgs {
  padding: 16px;
  text-align: center;
}

.home-platform-imgs.docs-platform-imgs {
  background-color: rgba(0, 0, 0, 0.74);
}

.home-platform-text {
  margin-bottom: 24px;
  text-align: center;
}

.home-platform-text.home-platform-heading {
  font-size: 22px;
  text-align: left;
}

.home-crash-img {
  max-width: 100%;
  text-align: center;
}

.home-crash-div {
  margin-bottom: 32px;
  text-align: center;
}

.docs-heading {
  color: #fff;
}

.container-narrow {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.bg-blue {
  background-color: var(--primary-color);
}

.cta {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 16px 16px;
  text-align: center;
}

.cta.border-blue {
  border: 2px solid var(--primary-color);
}

.bg-white {
  background-color: #fff;
}

.float-left {
  padding-right: 6px;
  float: left;
}

.text-grey {
  color: #999;
}

.blog-thumb {
  max-height: 160px;
  padding-right: 16px;
}

.blog-thumb.feature {
  max-height: 300px;
}

.wrapper-2col-wide {
  padding-right: 24px;
  border-right: 1px solid #e7e7e7;
}

.wrapper-2col-narrow {
  padding-left: 24px;
  border-left-color: #e7e7e7;
}

.list-item-horizontal {
  display: inline-block;
  padding-right: 8px;
}

.no-spacing {
  margin: 0px;
}

.view-on-github {
}
.view-on-github .fa-github:before {
  font-size: 18px;
}

.edit-on-github-link {
  -webkit-font-smoothing: subpixel-antialiased;
}

.toggle-icon {
  margin-top: 13px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e7e7e7;
}

.divider {
  width: 30px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000;
}

.divider.divider-100 {
  width: 100px;
}

.divider.divider-center {
  display: block;
  margin: 32px auto;
  clear: both;
}

.link-black {
  color: #000;
}

.link-black:hover {
  color: rgba(0, 0, 0, 0.86);
}

.margin-top-64 {
  margin-top: 64px;
}

.margin-top-32 {
  margin-top: 32px;
}

.text-copy-big {
  font-size: 24px;
  line-height: 1.5em;
}

.wrapper-tab {
  padding-top: 24px;
}

.link-navleft {
  color: #000;
}

.link-navleft:hover {
  color: #000;
}

.box-deep-insight {
  display: inline-block;
  width: 50%;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 16px;
  float: right;
  background-color: var(--primary-color);
  font-size: 14px;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #fff;
}

.float-right {
  max-width: 350px;
  margin-left: 25px;
  float: right;
}

.float-right.image.margin-bottom-16 {
  max-width: 400px;
}

.font-16 {
  font-size: 16px;
}

.font-12 {
  font-size: 12px;
}

.tabs-menu {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

.tab-33 {
  width: 32.33%;
  padding-top: 20px;
  padding-bottom: 16px;
  background-color: transparent;
  text-align: center;
}

.tab-33.w--current {
  width: 32.33%;
  border-bottom: 3px solid #000;
  background-color: #fff;
  text-align: center;
}

.tab-33.align-center {
  text-align: center;
}

.tab-33.align-center.w--current {
  width: 32.33%;
  text-align: center;
}

.icon-link {
  margin-top: 4px;
  margin-right: 4px;
  float: left;
}

.tab-label {
  display: inline-block;
  padding-left: 16px;
  font-size: 18px;
}

.image-caption {
  margin-top: 6px;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 18px;
}

.h2-home {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #000;
  font-size: 40px;
  line-height: 40px;
}

.indicator-tab {
  position: relative;
  left: 29%;
  width: 50px;
}
.bg-lightblue {
  background-color: #e6f9fe;
}

.section.bar.bg-grey {
  background-color: #f9f9f9;
}

.fullwidth {
  width: 100%;
}

.cta-box {
  min-height: 300px;
  padding: 24px;
}

.cta-link {
  position: absolute;
  bottom: 24px;
  width: 80%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.cta-link:hover {
  opacity: 0.7;
  color: #fff;
}

.bg-black {
  background-color: #000;
}

.cta-link-icon {
  margin-right: 8px;
  float: left;
}

.quote-image {
  margin-bottom: 16px;
}

.h3-home {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
}

.home-values-text-wrapper {
  padding-top: 12px;
  font-size: 20px;
}

.home-values-text-wrapper a {
  font-size: 16px;
}

.home-values-text-wrapper .icon-link {
  margin-top: 9px;
}

.home-values-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18%;
}

.home-values-headline {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
}

.logo-eu {
  position: relative;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 100px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.footer-link-eu {
  position: relative;
}

html.w-mod-js *[data-ix="hide-color-logo"] {
  display: none;
}

.pricing-table {
  width: 100%;
  margin-top: 35px;
}
.pricing-table td {
  width: 19%;
  text-align: center;
  padding-left: 0.5%;
  padding-right: 0.5%;
  padding-top: 20px;
  vertical-align: middle;
}
.header-row td {
  background-color: var(--primary-color) !important;
}

.text-green {
  color: #44e3a6;
}
.text-blue {
  color: var(--primary-color);
}
.text-darkblue {
  color: #115097;
}
.text-teal {
  color: #00798d;
}

.option {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px;
  border: 1px solid #e7e7e7;
}

.option:hover {
  opacity: 1;
}

.wrapper-option {
  width: 100%;
  padding: 20px;
  color: #000;
}

.wrapper-option:hover {
  color: #000;
}

.option-icon {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  margin-right: 24px;
  float: left;
}

.option-description {
  margin-bottom: 0px;
}

.option-title {
  margin-top: 0px;
  margin-bottom: 8px;
}
.option-text-link {
  color: var(--primary-color);
}

.option-text-link.text-link-options {
  display: block;
  margin-top: 8px;
}

.option-title-link {
  display: block;
}

.option-title-link:hover {
  opacity: 1;
}

.wrapper-option-text {
  padding-left: 72px;
}

.download-half {
  padding-right: 25px;
}

.footer-listitem-new {
  display: block;
}

.footer-listitem-new a {
  color: #000;
}

.vertical-menu {
  list-style-type: none;
  padding-left: 0;
}

.menu-Label {
  font-weight: 600;
}

@media (max-width: 991px) {
  .mobileHorizontalMenu {
    margin-top: 10px;
  }

  .mobileHorizontalMenu li {
    display: inline-block !important;
  }

  .mobileAlign {
    text-align: center;
  }

  .wrapper-search {
    margin-left: 6px;
  }
  .textfield-search {
    width: 100px;
  }
  .navlink {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-listitem.link-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-list {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .brand.footer-brand {
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }
  .section.t-plain {
    padding-right: 125px;
    padding-left: 125px;
  }
  .button.black {
    float: right;
  }
  .button.button-navleft {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
  }
  .button.button-navleft:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
  .textfield {
    width: 100%;
    max-width: none;
  }
  .lead {
    font-size: 24px;
    line-height: 32px;
  }
  .wrapper-navleft {
    display: none;
    width: 100%;
    float: none;
  }
  .wrapper-content-right {
    width: 100%;
    margin-left: 0px;
  }
  .wrapper-navleft-mobile {
    display: none;
    margin-top: -16px;
    margin-bottom: 32px;
    padding: 16px;
    border: 1px solid #e7e7e7;
  }
}

@media (max-width: 767px) {
  .margin-bottom-16.w-col.w-col-2.w-dyn-item {
    width: 55%;
    margin-right: 2%;
  }
  .mobileHorizontalMenu {
    margin-top: 10px;
  }
  .mobileAlign {
    text-align: center;
  }
  .indicator-div a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper-search {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 20px;
    float: left;
  }
  .textfield-search {
    width: auto;
  }
  .navlink {
    padding: 10px 20px;
  }
  .navlink.search {
    width: 100%;
    height: 40px;
  }
  .footer-link-connect {
    margin-right: 8px;
    margin-left: 8px;
  }
  .brand {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .brand.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .brand.footer-brand {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.t-plain {
    padding: 32px 20px;
  }
  .section.bg-blue {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .row-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-col.padding-right {
    padding-right: 0px;
  }
  .button.black {
    width: 100%;
  }
  .wrapper-teaser {
    margin-bottom: 32px;
  }
  .wrapper-form {
    margin-top: 16px;
  }
  .lead {
    font-size: 18px;
    line-height: 24px;
  }
  .wrapper-2col {
    width: 100%;
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
  }
  .max-width-200 {
    max-width: 200px;
  }
  .image.search {
    position: relative;
    bottom: 0px;
    float: left;
  }
  .image.float-left {
    padding-right: 16px;
  }
  .image.float-left.margin-bottom-16 {
    float: none;
  }
  .image.float-right {
    padding-left: 16px;
  }
  .image.float-right.margin-bottom-16 {
    float: none;
  }
  .wrapper-2col-wide {
    border-right-style: none;
  }
  .wrapper-2col-narrow {
    margin-top: 16px;
    padding-top: 32px;
    padding-left: 0px;
    border-top: 1px solid #e7e7e7;
  }
  .row-col-marginbottom {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-home {
    font-size: 32px;
    line-height: 36px;
  }
  .cta-box {
    min-height: 0px;
    margin-bottom: 16px;
  }
  .cta-link {
    position: static;
  }
  .h3-home {
    margin-bottom: 32px;
  }
  .menu-icon {
    font-size: 32px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .mobileHorizontalMenu {
    margin-top: 10px;
  }

  .mobileAlign {
    text-align: center;
  }

  .button.big-button {
    padding-right: 64px;
    padding-left: 64px;
  }
  .textfield {
    border: 1px solid rgba(0, 0, 0, 0.25);
  }
  .lead {
    text-align: center;
  }
  .wrapper-2col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image.float-left {
    padding-right: 0px;
    float: none;
  }
  .image.float-right {
    padding-left: 0px;
  }
  .box-deep-insight {
    width: 100%;
    margin-left: 0px;
    float: none;
  }
  .tabs-menu {
    border-top-style: none;
    border-bottom-style: none;
  }
  .tab-33 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tab-33.align-center.w--current {
    border: 1px solid #e7e7e7;
  }
  .row-col-marginbottom {
    margin-bottom: 32px;
  }
  .home-values-text-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
  .home-values-headline {
    font-size: 16px;
    line-height: 22px;
  }
  .margin-0 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .option {
    display: block;
  }
  .option:active {
    background-color: #e9f9fd;
  }
  .wrapper-option {
    padding: 16px;
  }
  .option-icon {
    margin-right: 16px;
  }
  .wrapper-option-text {
    padding-left: 64px;
  }
}
@media screen and (max-width: 991px) {
  #notification {
    display: none !important;
  }
}

.toctree {
  padding-left: 0;
  list-style: none;
  padding-bottom: 0px;
}

.toctree li {
  list-style: none;
}

a.current,
a.current-active {
  font-weight: 600;
}

.highlight {
  box-shadow: 1px 3px 4px var(--color-sidebar-background-border);
}

blockquote p:last-child {
  margin-bottom: 0.5rem;
}

/** Admonitions: Regular style **/
div.admonition:not(.hero) {
  background-position: top 8px left 9px;
  background-size: 1.25em;
}

/** Admonitions: Hero style **/
div.admonition.hero {
  padding: 15px 15px 15px 95px;
  margin: 20px 0;
  background-position: top 20px left 25px !important;
  background-size: 3em;
  border-left-width: 4px;
}
div.admonition.hero p {
  padding: 10px 0;
  margin: 0;
  background-color: transparent !important;
}

/** Admonitions: General **/
div.admonition a {
  text-decoration: underline;
}

div.admonition ul {
  margin: 0;
}
div.admonition ul.simple p {
  padding: 0;
}
div.admonition ul.open p {
  padding: 0 0 10px 0;
}

.cr-docs-sql-99 div.note {
  background: url(94a7835c529d36cfd203.svg) no-repeat;
  background-color: #fff9e9;
  border-left: 4px solid #ed8826;
  background-size: 1.25em;
  background-position: top 1.1em left 1em;
}

div.hero.note {
  background: url(f044c944446ad30faa96.svg) no-repeat;
}

.admonition.hero p.admonition-title::before {
  content: none;
}

div.hero.seealso {
  background: url(bb993ea6f2ae3394f7fc.svg) no-repeat;
}

div.hero.tip {
  background: url(62f9ca87fa5df2b9d19c.svg) no-repeat;
}

div.hero.caution {
  background: url(c878830331e91b3b2408.svg) no-repeat;
}

div.hero.warning {
  background: url(94faa7c55f8fa5b37a3a.svg) no-repeat;
}

div.hero.danger {
  background: url(fb7dfcc48f465d9f3215.svg) no-repeat;
}

.note .admonition-title,
.seealso .admonition-title,
.tip .admonition-title,
.caution .admonition-title,
.warning .admonition-title,
.danger .admonition-title {
  padding: 10px 0 0 0;
  font-weight: 600;
  text-transform: capitalize;
}

.bs-docs-sidenav > li {
  display: none;
}

/** MENUE **/
.bs-docs-sidenav .toctree li.border-top {
  border-top: 1px solid #e7e7e7;
  padding-top: 16px;
  margin-top: 16px;
}

.bs-docs-sidenav .toctree li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-sidebar-left-link);
  padding: 4px 0px;
  display: block;
  /* Fix: reserve bold-width space so font-weight changes don't shift layout */
  min-height: calc(4px * 2 + 14px * 1.2);
}

@media all and (max-width: 540px) {
  .bs-docs-sidenav .toctree li a {
    line-height: 1.3;
  }
}

.bs-docs-sidenav .toctree li.current > a,
.bs-docs-sidenav .toctree li.active > a,
.bs-docs-sidenav .toctree li.current > a code,
.bs-docs-sidenav .toctree li.active > a code {
  font-weight: 600;
}

/* margin-bottom removed: it caused extra space under the selected TOC entry. */

@media all and (min-width: 768px) {
  .bs-docs-sidenav ol,
  .bs-docs-sidenav ul {
    margin-top: 1px !important;
    margin-bottom: 2px;
  }
}

/* Remove indentation for toctree-l0 wrapper - used to display TOC entries at top level */
.bs-docs-sidenav .toctree li.toctree-l0 > ul,
.bs-docs-sidenav .toctree li.toctree-l0 > ul > li {
  padding-left: 0 !important;
}

.bs-docs-sidenav {
  padding-left: 0px;
}
.bs-docs-sidebar {
  padding: 0px 20px 8px 16px;
  margin-bottom: 20px;
}

.affix {
  position: fixed !important;
  top: 20px;
}

#nav-affix {
  overflow-y: auto;
  width: 240px;
}

.wrapper-navleft {
  padding: 0px;
  border: 0px;
}
.wrapper-navleft .bs-docs-sidebar {
  border: 1px solid #e7e7e7;
}

a code {
  border: 0;
  font-weight: normal;
}

code.xref,
a code {
  font-weight: normal !important;
}

div.topic {
  border: 0;
}

/* External link icon for sidebar TOC links */
.toctree a.external-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background: url(874d1315c94f1de4f3c3.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  filter: grayscale(100%);
  opacity: 0.6;
}

/**
* This CSS file is for additional new styles built over the existing theme
* ...so as to avoid breaking anything unexpectedly
*/

:root {
  --primary-color: #19c0ea;
  --secondary-color: #009fc7;
  --docsearch-primary-color: #009fc7 !important;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(c8ba52b05a9ef10f4758.woff2) format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(b5f0f109bc88052d4000.woff2) format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(4201798fe1a74331c392.woff2) format("woff2");
}

a.copybtn {
  width: 2em;
  height: 2em;
  top: 0.5em;
  opacity: 0.6;
  cursor: pointer;
}

/* Make copy button image display on Firefox */
button.copybtn img {
  margin: 0 !important;
}

.highlight .c1,
.highlight .go {
  color: #b7c6cd;
}

/**
* Bootstrap components (removed bootstrap)
*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #25c8f2;
  border-color: #0eb9e6;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #25c8f2;
  border-color: #0a87a7;
}

.col-lg-3,
.col-lg-9,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media all and (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-3,
  .col-md-4,
  .col-md-8,
  .col-md-9,
  .col-md-12 {
    float: left;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-lg-3,
  .col-lg-9 {
    float: left;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

a:hover,
a:focus {
  text-decoration: none;
}

.cr-menu-btn,
.btn,
.btn-link a {
  border-radius: 0;
  font-weight: 600;
}

.btn-md {
  font-size: 16px;
  padding: 12px 24px;
}

.btn-lg {
  padding: 16px 28px;
}

.cr-menu-btn a,
.btn-primary,
.btn-link a {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
  outline: none;
  text-decoration: none;
}

.cr-menu-btn a:hover,
.btn-primary:hover,
.btn-link a:hover {
  color: var(--primary-color);
  background-color: white;
  border-color: var(--primary-color);
  opacity: 1;
}

.btn-primary:active,
.btn-link a:active,
.btn-primary:focus,
.btn-link a:focus {
  background-color: #f3fdff !important;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  outline: none !important;
}

.btn-secondary {
  border: 2px solid black;
  background-color: black;
  color: white;
  outline: none;
}

.btn-secondary:hover {
  color: black;
  background-color: white;
  border-color: black;
}

.btn-secondary:active,
.btn-secondary:focus {
  background-color: #e7e7e7;
  color: black;
  border-color: black;
  outline: none !important;
}

header.header-nav {
  border-bottom: 1px solid var(--color-sidebar-background-border);
  z-index: 60;
  width: 100%;
  transition: all 0.3s ease;
  will-change: transform;
  right: 0;
  left: 0;
  position: relative;
}

.notif-bar-enabled #sidebar.is-affixed aside {
  margin-top: 60px !important;
}

aside .nav {
  display: block;
}

/**
* Navbar, dropdown menu
*/
.navbar.w-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar {
  padding: 0;
  flex-wrap: nowrap;
}

#menu-main-navigation li > ul li.w-nav-link {
  display: block;
}

.brand.w-nav-brand {
  margin-right: auto;
}

.brand.w-nav-brand img {
  height: auto;
}

.main-nav .btn-link:hover {
  text-decoration: none;
}

.cr-menu-btn a,
.main-nav .btn-link a {
  padding: 8px 16px !important;
}

.main-nav ul.menu {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.main-nav ul.menu > li.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.menu-item-has-children {
  position: relative;
}

.main-nav ul.menu > li.menu-item > a {
  padding: 15px 5px;
}

.fa.mobile-nav-button,
.fa.mobile-nav-button:focus {
  color: black;
  font-size: 24px;
}

.offcanvas-menu {
  margin-top: 46px !important;
}

body .mm-menu {
  background-color: rgba(255, 255, 255, 1);
  border-left: 2px solid var(--primary-color);
  outline: none;
}

body .mm-menu .mm-listview > li:not(.mm-divider):after {
  display: none;
}

body .mm-menu li a,
body .mm-menu li > span {
  padding: 10px;
  display: block;
  font-size: 16px;
  color: black;
}

body .mm-menu .navbar-nav {
  list-style: none;
  padding: 10px;
  margin-top: 43px;
}

@media screen and (max-width: 991px) {
  .mobileAlign {
    text-align: left;
  }

  .mobileHorizontalMenu {
    margin-top: 0;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .main-nav {
    display: none;
  }

  .brand {
    max-width: 200px;
  }

  body .fa.mobile-nav-button {
    display: block;
  }

  div.section {
    padding-left: 0;
    padding-right: 0;
  }

  body .wrapper-navleft,
  body #nav-affix {
    max-width: none;
  }

  .brand.w-nav-brand {
    padding-left: 0;
  }

  html.w-mod-touch * {
    word-break: break-word;
  }

  .wrapper-content-right {
    font-size: 14px;
  }

  kbd,
  pre,
  samp {
    font-size: 12px;
  }

  footer.footer .footer-menu {
    display: none;
  }

  footer.footer .footer-brand {
    display: none;
  }

  .footer-list li {
    display: inline !important;
  }

  .footer-listitem.link-list {
    display: block !important;
  }
}

/**
* General
*/
@media all and (max-width: 540px) {
  .bs-docs-sidenav .toctree li {
    margin-bottom: 3px;
  }
}

.wrapper-navleft,
.wrapper-content-right,
#nav-affix {
  width: 100%;
  margin: 0;
}

.wrapper-navleft,
#nav-affix {
  max-width: 260px;
}

.wrapper-navleft,
.wrapper-content-right {
  margin: 0;
}

.bs-docs-sidebar .search-link .btn {
  margin: 10px 0 15px;
  max-width: 100%;
  width: 100%;
  padding: 12px;
}

.toc-backref {
  color: var(--color-content-foreground);
  opacity: 1 !important;
}

.headerlink {
  margin-left: 0.3em;
}

table.docutils {
  margin-bottom: 16px;
}

.wrapper-content-right .section img {
  margin-bottom: 16px;
}

div.sidebar {
  border: 1px solid #e7e7e7;
  background-color: white;
}

.wrapper-content-right ul,
.wrapper-content-right ol {
  margin-bottom: 16px;
  margin-left: 16px;
}

/**
* Mobile refinements
*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

/**
* Card
*/
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #cfd7db;
  border-top: 2px solid var(--primary-color);
  -webkit-box-shadow: 1px 1px 5px #eeeeee;
  box-shadow: 1px 1px 5px #eeeeee;
}

.card pre,
.card code {
  padding: 0.01em 0.2em;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f0f0f0 none repeat scroll 0 0;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
  font-size: 14px;
  line-height: 1.4;
}

.card-title {
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 20px;
}

.card-title a {
  display: block;
}

.container .card-image {
  height: 250px;
}

.container .card-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.card footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.card footer p {
  margin-bottom: 0;
}

.card footer .btn {
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .card footer {
    flex-direction: column;
    align-items: center;
  }

  .card footer .btn {
    margin: 10px auto 0;
  }
}

.card.card-small {
  font-size: 14px;
}

.card.card-small .card-title {
  font-size: 24px;
  line-height: 1;
}

/**
* Search
*/
.form-search {
  border: 2px solid var(--primary-color);
  display: inline-flex;
  margin-bottom: 1rem;
}

.form-search .search-query {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 1.5rem;
  border: 0;
  outline: none;
}

.form-search .btn {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

#search-results {
  margin-top: 2rem;
}

#search-results > ul,
ul#cr-search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

#search-results > ul li.card {
  margin-bottom: 20px;
  background: none;
  padding: 0;
}

.cr-search-url {
  margin-top: 5px;
  font-size: 0.8rem;
}

.cr-search-pagination {
  display: flex;
  margin-top: 20px;
}

.cr-search-page {
  padding-right: 10px;
}

.cr-search-current-page a {
  color: #000;
}

#cr-search-box button:disabled,
#cr-search-box button[disabled] {
  background-color: #cccccc;
  color: #666666;
}

.DocSearch.DocSearch-Container {
  margin-top: 60px;
}

#cr-search-box button:disabled:hover,
#cr-search-box button[disabled]:hover {
  background-color: #cccccc;
  color: #666666;
  cursor: default;
}

.search-link .DocSearch-Button {
  margin: 0 0 20px;
  border-radius: 0;
  width: 100%;
}

#searchbox .ais-SearchBox-form::before {
  height: 17px;
  width: 17px;
}

@media all and (max-width: 991px) {
  .sidebar-head {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
  }
}

@media all and (max-width: 768px) {
  .search-link .DocSearch-Button-Placeholder {
    display: block;
  }
}

@media screen and (max-width: 76rem) {
  details.sd-dropdown summary.sd-summary-title,
  .DocSearch-Button-Placeholder {
    font-size: var(--font-size--small);
  }
  .form-search .search-query {
    width: 200px;
  }
}

/**
* MOBILE Nav
*/
#mobile-nav-new {
  display: none;
}

/* DESKTOP */
@media all and (min-width: 1024px) {
  .fa.mobile-nav-button,
  .fa.mobile-nav-button {
    display: none;
  }
}

#sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

#sidebar {
  will-change: min-height;
}

.is-affixed .sidebar__inner {
  left: initial !important;
}

.wrapper-navleft.shownav {
  display: block !important;
}

#mobile-menu-toggler.w-button {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
}

#mobile-menu-toggler.w-button:focus {
  color: white;
}

#mobile-menu-toggler.w-button:hover,
#mobile-menu-toggler.w-button.w-active {
  color: var(--primary-color);
  opacity: 0.7;
  background-color: #fff;
  border: 2px solid var(--primary-color);
}

/* glossary links indicator */
a[href*="#gloss-"].internal {
  /* workaround as text-decoration cannot be overridden on child elements */
  border-bottom: 1px dotted;
  color: var(--color-content-foreground);
}

/* hide menuitem in docs */
.cr-menu-hide {
  display: none !important;
}

footer .menu-Label {
  font-size: 15px;
}

footer .menu-item a,
footer .footer-list a {
  color: #000;
  padding: 0.5rem 0;
  display: block;
  font-size: 15px;
}

@media (min-width: 768px) {
  footer .footer-list {
    text-align: left;
  }
}

/* fallback fix when esi is not loaded */
footer .footer-listitem-new a {
  padding: 0.5rem 0;
  display: block;
  font-size: 15px;
}

footer .footer-listitem-new:first-child a {
  padding-top: 0;
}

.w-cr-footer .vertical-menu li:first-child {
  margin-bottom: 0;
  font-weight: 600;
}

.w-cr-footer .vertical-menu li:first-child a:hover {
  cursor: default;
  color: #000;
  opacity: 1;
}

/* navbar */
.mobile-nav-button {
  display: none;
}

@media all and (max-width: 1024px) {
  .mobile-nav-button {
    display: block;
  }

  .cr-navtoggle {
    background-color: #000;
    width: 30px;
    height: 2px;
    display: block;
  }

  .cr-navtoggle.cr-navtoggle-mid {
    margin: 8px 0;
  }
}

/* HubSpot additions */
.row-fluid > .span12 {
  width: 100% !important;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  min-height: 1px;
  width: 14.89361702%;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.footer-widget-content h3.footer-menu-title {
  margin-bottom: 18px !important;
  color: #000;
  font-size: 14px !important;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}

.footer-widget-content ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.footer-widget-content ul li {
  margin-bottom: 15px;
}

.footer-widget-content ul li a,
.footer .footer-widget-content h3,
.footer__copyright span {
  color: #000;
  font-size: 14px !important;
  text-decoration: none;
}

.footer-widget-content ul li a,
.footer .footer-widget-content h3,
.footer__copyright span {
  color: #000;
  font-size: 14px !important;
  text-decoration: none;
}

.footer-widget-content ul li a:hover {
  color: var(--primary-color);
}

.footer__social {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  right: 0;
}

.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start !important;
}

a.social-links__link {
  line-height: 1;
}

a.social-links__link:first-child .social-links__icon {
  margin-left: 0 !important;
}

.social-links__icon {
  background-color: transparent !important;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  position: relative;
}

.social-links__icon {
  margin: 0 4px !important;
}

.social-links__icon svg {
  fill: var(--color-content-foreground) !important;
  height: 20px !important;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.esi-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid .span2 {
    width: 14.364640883%;
  }
}

@media (min-width: 1280px) {
  .row-fluid .span2 {
    width: 14.529914530000001%;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    display: none;
  }
  .esi-mobile {
    display: block;
  }
}

/* bold overrides */
p.rubric {
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

/* notification bar */
.notification-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  text-align: center;
}

#hs_cos_wrapper_Header_Notif_Bar {
  position: relative;
  display: none;
}

.notif-bar-enabled #hs_cos_wrapper_Header_Notif_Bar {
  display: block;
  width: 100%;
}

.notification-banner {
  font-size: 0;
  text-align: center;
  background-color: var(--primary-color);
  color: #ffffff;
}

.sb-announcement .notification-banner.new {
  position: relative;
  padding: 8px 0;
}

.notification-banner.new .page-center {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.notification-banner p {
  color: #ffffff;
  margin: 0;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
}

.notification-banner__button {
  color: #ffffff;
  background-color: #005980;
  padding: 7px 10px;
  font-size: 16px;
  text-transform: unset;
  font-weight: 400;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
  border: 2px solid #005980;
}

.fas.fa-times {
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  transform: translateY(-50%);
}

#notif-close {
  color: #000;
  display: block;
  width: 50px;
}

#hs_cos_wrapper_Header_Notif_Bar .row-fluid {
  width: 100%;
}

#hs_cos_wrapper_Header_Notif_Bar .row-fluid::before,
#hs_cos_wrapper_Header_Notif_Bar .row-fluid::after {
  display: table;
  content: "";
}

@media all and (max-width: 991px) {
  .notif-bar-enabled header.header-nav {
    margin-top: 0 !important;
  }

  #hs_cos_wrapper_Header_Notif_Bar .notification-banner {
    width: 100%;
    position: fixed;
    top: unset;
    bottom: 0;
  }

  .notif-bar-enabled {
    margin-bottom: 180px;
  }

  .notification-banner.new {
    top: unset;
    bottom: 0;
  }

  .notification-banner p {
    padding-right: 30px;
  }

  .wy-table-responsive {
    overflow-x: auto;
  }
}

/* newsletter footer */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.footer-subscription {
  background-color: var(--color-sidebar-background);
  padding: 30px 20px;
}

.footer-subscription h4 {
  font-size: 20px;
  line-height: 1.4;
  display: block;
  width: 100%;
  margin: 0;
}

.footer-subscription .hs-error-msgs {
  padding: 0;
}

.footer-subscription .hs-error-msgs li {
  background: #ebebeb;
  border: 1px solid #f00;
  padding: 3px 3px 3px 10px;
  width: 100%;
}

.footer-subscription .hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
  display: block;
  font-size: 0.8rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  font-weight: normal;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.footer-subscription p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.footer-subs-form form {
  display: flex;
  align-content: center;
  grid-gap: 15px;
}

.footer-subs-form form input[type="email"] {
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  padding: 12px 10px;
  font-size: 16px;
}

.footer-subs-form form input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 21px;
  border-radius: 0;
  margin-top: 8px;
}

input[type="email"] {
  background-color: #fff;
  border: 1px solid #d1d6dc;
  color: #33475b;
  display: inline-block;
  width: 100%;
}

.hs-button {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  font-size: 16px;
}

.hs-button:hover {
  background-color: #fff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.footer-subs-form form .hs_email {
  width: 70%;
  margin-bottom: 0;
}

.footer-subs-form form .hs_submit {
  width: 30%;
}

ul.search li {
  padding: 5px;
  background-image: none;
}

.hs_error_rollup {
  display: none;
}

.no-list.hs-error-msgs {
  list-style-type: none;
  padding: 0;
}

@media all and (max-width: 991px) {
  .footer-subs-form form {
    flex-direction: column;
  }

  .footer-subs-form form .hs_submit {
    width: auto;
  }
}

@media all and (max-width: 768px) {
  .footer-subscription h4 {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-subscription p {
    margin-top: 15px;
    text-align: center;
  }

  .hs-error-msg {
    text-align: center;
  }

  .footer-subs-form form {
    align-items: center;
  }
}

/* SQL-99 */
.cr-docs-sql-99 #mobile-menu-toggler.w-button,
.cr-docs-sql-99 .btn-primary,
.cr-docs-sql-99 .btn-link a,
.cr-docs-sql-99 .hs-button {
  background-color: #ed8826;
  border: 2px solid #ed8826;
  color: #fff;
}

.cr-docs-sql-99 .form-search {
  border: 2px solid #ed8826;
}

.cr-docs-sql-99 .form-search .btn {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.cr-docs-sql-99 .btn-primary.btn-cr-sql-99 {
  background-color: #fff;
  border: 2px solid #fff;
  color: var(--primary-color);
  font-size: 18px;
}

.cr-docs-sql-99 .btn-primary:active,
.cr-docs-sql-99 .btn-primary:focus {
  background-color: #fffdf7 !important;
  color: #ed8826 !important;
  border-color: #ed8826 !important;
  outline: none !important;
}

.cr-docs-sql-99 #mobile-menu-toggler.w-button:hover,
.cr-docs-sql-99 .btn-primary:hover,
.cr-docs-sql-99 .btn-link a:hover,
.cr-docs-sql-99 .hs-button:hover {
  color: #ed8826;
  background-color: white;
  border-color: #ed8826;
}

.cr-docs-sql-99 .btn-primary.btn-cr-sql-99:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: #fff;
}

.cr-docs-sql-99 .wrapper-content-right a,
.cr-docs-sql-99 .footer-subscription a {
  color: #ed8826;
}

.cr-sql-99-header {
  display: flex;
}

.cr-sql-99-headline p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  max-width: 355px;
  margin-bottom: 0;
}

.cr-sql-99-headline {
  display: flex;
  align-items: center;
  padding: 30px;
}

.cr-sql-99-logo {
  margin: 10px 20px;
}

.cr-sql-99-bg-color {
  background-color: var(--primary-color);
  margin-bottom: 32px !important;
}

.cr-sql-99-cta {
  background: url(c932f86c7fadb6ad267f.png) no-repeat;
  flex-grow: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-size: cover;
  min-width: 275px;
}

.cr-sql-99-cta a {
  color: #fff;
  font-size: 16px;
  display: block;
}

.cr-sql-99-cta a.cta_bottom {
  margin-top: 10px;
}

.cr-sql-99-cta p,
.btn-cr-sql-99 {
  z-index: 2;
}

@media all and (max-width: 992px) {
  .cr-sql-99-headline {
    align-items: flex-start;
    flex-direction: column;
  }

  .cr-sql-99-logo {
    margin: 20px 20px 10px 0;
  }
}

@media all and (max-width: 540px) {
  .cr-sql-99-header {
    display: flex;
    flex-direction: column;
  }

  .cr-sql-99-cta {
    min-height: 120px;
  }

  .cr-sql-99-headline {
    padding: 20px;
  }

  .cr-sql-99-logo {
    margin: 20px 20px 0px 0;
  }
}

.cr-docs-footer-menu ul li {
  display: inline-block;
  margin: 0 10px;
}

.cr-docs-footer-menu ul li a {
  font-size: 14px;
  color: var(--color-sidebar-link-text);
}

.cr-docs-footer-menu {
  text-align: center;
  margin-top: 6px;
}

.cr-docs-align-right {
  text-align: right;
}

.cr-docs-footer-social {
  display: inline-block;
  position: relative;
  padding-top: 6px;
}

.social-label {
  font-size: 14px;
  font-weight: 400;
  left: 0;
  top: 8px;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
}

.cr-docs-footer-social .cr-docs-social-icons {
  padding-left: 90px;
}

/* external links indicator sql-99 */
.cr-docs-sql-99 #main-content .col-md-8 [href^="http"]:not([href*="https://cratedb.com"]):not([href*="https://crate.io"]):not([href*="go.cratedb.com"]):not([href*="cdn.crate.io"]):not([href*="wpengine.com"]):not([href^="#"]):not([href^="/"]):not(.image-reference):not(.cr-docs-link):not(.internal)
{
  background: url(6a277ad308d7bca8fb5e.svg) center left no-repeat;
  padding-left: 20px;
  margin-left: 2px;
}

@media all and (max-width: 992px) {
  .text-md-center {
    text-align: center;
    margin-bottom: 25px;
  }
}

/* Hide HubSpot-injected elements. */
#hubspot-messages-iframe-container {
  display: none !important;
}

/* Hide RTD-injected elements: Ads, fly-out, and footer. */
#readthedocs-ea,
#readthedocs-ea-text-footer,
readthedocs-flyout,
.injected {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* field-list fix */
dl.field-list > dt {
  word-break: normal !important;
}

/* override the ToC error message */
.contents:not(
    .this-will-duplicate-information-and-it-is-still-useful-here
  )::before {
  content: "";
  display: none;
}

.contents:not(.this-will-duplicate-information-and-it-is-still-useful-here) {
  background: transparent;
  color: var(--color-content-foreground);
}

/* hide/show headerlinks */
a.headerlink {
  visibility: hidden;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink,
caption:hover > a.headerlink,
p.caption:hover > a.headerlink,
div.code-block-caption:hover > a.headerlink {
  visibility: visible;
}

article {
  line-height: 1.5;
}

/* migrate field-list styling */
dl.footnote > dt,
dl.citation > dt {
  float: left;
  margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
  margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
  content: "";
  clear: both;
}

dl.field-list {
  display: grid;
  grid-template-columns: fit-content(30%) auto;
}

dl.field-list > dt {
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 5px;
}

dl.field-list > dd {
  padding-left: 0.5em;
  margin-top: 0em;
  margin-left: 0em;
  margin-bottom: 0em;
}

dl {
  margin-bottom: 15px;
}

dd > :first-child {
  margin-top: 0px;
}

dd ul,
dd table {
  margin-bottom: 10px;
}

dd {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 30px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
  margin-bottom: 0;
}

dt:target,
span.highlighted {
  background-color: #fbe54e;
}

/* fix ul in header nav */
header#top #menu-main-navigation {
  margin: 0;
  list-style-type: none;
}

/* -- tables ---------------------------------------------------------------- */

table.docutils {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-collapse: collapse;
}

table.align-center {
  margin-left: auto;
  margin-right: auto;
}

table.align-default {
  margin-left: auto;
  margin-right: auto;
}

table caption span.caption-number {
  font-style: italic;
}

table.docutils td,
table.docutils th {
  padding: 1px 8px 1px 5px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #aaa;
}

th {
  text-align: left;
  padding-right: 5px;
}

table.citation {
  border-left: solid 1px gray;
  margin-left: 1px;
}

table.citation td {
  border-bottom: none;
}

th > :first-child,
td > :first-child {
  margin-top: 0px;
}

th > :last-child,
td > :last-child {
  margin-bottom: 0px;
}

/* Main menu styling */
#menu-main-navigation {
  list-style: none;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-sidebar-background);
  padding: 10px;
  margin: 0;
  border: 1px solid var(--color-sidebar-background-border);
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu-item:hover > .sub-menu {
  display: block;
}

#menu-main-navigation
  > .menu-item:first-child
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

#menu-main-navigation
  > .menu-item:first-child
  > .sub-menu
  > .menu-item-has-children:hover
  > .sub-menu {
  display: block;
}

.menu-item-has-children .sub-menu {
  top: 100%;
  left: 0;
  position: absolute;
  display: none;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  width: 220px;
}

.sub-menu a {
  padding: 8px 8px;
  display: block;
}

.theme-toggle {
  margin-left: 6px;
}

/* mermaid color fix */
.mermaid .messageText {
  fill: var(--color-content-foreground) !important;
}

.mermaid .flowchart-link {
  stroke: var(--color-content-foreground) !important;
}

/* adjust font-size and padding of feedback toggler */
details.sd-dropdown summary.sd-summary-title {
  font-size: 14px;
  padding: 0.5em 0.4em !important;
}

/* remove border from mobile nav */
.mobile-header {
  border-bottom: none !important;
}

/* togglebutton text */
@media all and (min-width: 768px) {
  button.toggle-button.toggle-button-hidden::before {
    color: var(--color-content-foreground) !important;
  }
}

.toggle svg.toggle-chevron-right polyline {
  stroke: var(--color-content-foreground) !important;
}

/* sd color override */
.sd-tab-set > input:checked + label {
  border-color: var(--color-link) !important;
  color: var(--color-link) !important;
}

html .sd-tab-set > label:hover {
  color: var(--color-link) !important;
}

/* tables on mobile */
@media (max-width: 768px) {
  #main-content section table {
    max-width: 100vw;
    overflow-y: scroll;
    display: block;
  }
}

/* algolia */
#hits .ais-Hits-item {
  background: var(--color-background-primary);
  box-shadow: 0 0 0 1px var(--color-sidebar-background-border);
}

#searchbox .ais-SearchBox-input {
  background-color: var(--docsearch-searchbox-background);
  color: var(--docsearch-muted-color);
}

#pagination .ais-Pagination-link {
  background-color: var(--color-background-primary);
  background-image: none;
  color: var(--color-foreground-primary);
}

.DocSearch-SearchBar :focus-visible {
  outline: none;
}

@media (max-width: 768px) {
  #menu-main-navigation {
    display: none;
  }

  .ais-InstantSearch #pagination {
    overflow-y: scroll;
  }
}

@media all and (max-width: 540px) {
  .notif-bar-enabled {
    margin-bottom: 180px;
  }

  dl.field-list {
    grid-template-columns: none;
    max-width: 100vw;
    overflow-y: scroll;
  }

  dl.field-list > dt {
    margin: 10px 0 5px;
  }

  #main-content section iframe {
    max-width: 100%;
  }
}

/*
Fix dark mode for tables in Jupyter Notebooks rendered by MyST-NB.
https://github.com/crate/crate-docs-theme/pull/566
*/
div.cell_output table {
  color: var(--color-content-foreground);
}
div.cell_output tbody tr:nth-child(odd) {
  background: var(--color-background-hover);
}

div.cell_output tbody tr:nth-child(odd):hover,
div.cell_output tbody tr:nth-child(even):hover {
  background: rgba(66, 165, 245, 0.2);
}


/* Stepper component styling */

:root {
  --stepper-number-bg: var(--primary-color);
  --stepper-number-color: #ffffff;
  --stepper-line-color: #dee2e6;
  --stepper-spacing: 2rem;
  --stepper-number-size: 2rem;
}

html[data-theme="dark"] {
  --stepper-line-color: #495057;
}

.stepper {
  margin: 2rem 0;
}

.stepper-step {
  position: relative;
  padding-left: 3rem; /* Space for number + line */
  padding-bottom: var(--stepper-spacing);
}

.stepper-step:last-child {
  padding-bottom: 0;
}

/* Number badge */
.stepper-number {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--stepper-number-size);
  height: var(--stepper-number-size);
  border-radius: 50%;
  background-color: var(--stepper-number-bg);
  color: var(--stepper-number-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 2;
}

/* Connecting line */
.stepper-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: calc(var(--stepper-number-size) / 2 - 1px);
  top: var(--stepper-number-size);
  bottom: 0;
  width: 2px;
  background-color: var(--stepper-line-color);
  z-index: 1;
}

/* Step title - first heading aligned with the number badge */
.stepper-step > .stepper-content > h1:first-child,
.stepper-step > .stepper-content > h2:first-child,
.stepper-step > .stepper-content > h3:first-child,
.stepper-step > .stepper-content > h4:first-child,
.stepper-step > .stepper-content > h5:first-child,
.stepper-step > .stepper-content > h6:first-child {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0 0 0.75rem 0 !important;
  padding: 0 !important;
  line-height: var(--stepper-number-size) !important;
}

/* Content spacing */
.stepper-content > *:first-child {
  margin-top: 0;
}

.stepper-content > *:last-child {
  margin-bottom: 0;
}

body{--toc-font-size: var(--font-size--small);--toc-font-size--mobile: var(--font-size--normal);--toc-title-font-size: var(--font-size--small--2)}@media all and (max-width: 540px){body{font-size:15px}}.sb-header{z-index:200;display:none}@media all and (min-width: 97em){html{font-size:100% !important}}@media all and (min-width: 88rem){header .sb-page-width{width:100%;max-width:96rem}}footer .sb-page-width{border-top:1px solid var(--color-sidebar-background-border)}@media all and (min-width: 88rem){footer .sb-page-width .footer{max-width:96rem;margin:0 auto}}.sidebar-drawer,.toc-drawer{position:sticky;padding-top:20px}.toc-drawer{width:17em !important}@media(min-width: 59rem){.sb-sidebar-primary{position:static !important}.sb-sidebar-secondary{position:fixed !important}.hide-when-primary-sidebar-shown{display:none !important}.hide-when-secondary-sidebar-shown{display:block !important}}@media(min-width: 67rem){.sb-sidebar-secondary{position:fixed !important}.hide-when-secondary-sidebar-shown{display:block !important}.sb-page-width{width:100% !important}.sb-main{max-width:calc(79rem + 15px) !important}}.mobile-header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center}.sb-header-content{display:block}@media(min-width: 76rem){header.sb-header{display:block}.sb-sidebar-secondary{position:static !important}.hide-when-secondary-sidebar-shown{display:none !important}.sb-container{position:relative}.mobile-header,.sb-header-content{display:none}}@media all and (max-width: 82em){.toc-drawer{right:-18em}}.sb-sidebar-primary,.sb-sidebar-secondary{z-index:50}#sb-sidebar-toggle--primary:checked~.sb-sidebar-overlay[for=sb-sidebar-toggle--primary],#sb-sidebar-toggle--secondary:checked~.sb-sidebar-overlay[for=sb-sidebar-toggle--secondary]{z-index:12}#sb-sidebar-toggle--secondary:checked~.sb-container .sb-sidebar-secondary{background:var(--color-toc-background)}.sidebar-container-primary{float:left}.sidebar-container-primary i{height:1.75em;width:1.75em}.sidebar-container-secondary{float:right}.sidebar-container-secondary i{height:1.75em;width:1.75em}.sb-header-content__inner .container-header{display:flex;justify-content:space-between;padding-top:1em !important;padding-bottom:1em !important;align-items:center;gap:20px;padding-right:15px !important}.sb-header .sb-header__inner.sb-page-width,.sb-footer .sb-footer__inner.sb-page-width{margin:0 auto}.sb-content article.sb-article{padding:0}.mobile-header{width:auto !important}footer{margin-top:0rem !important;margin-bottom:2em}footer.sb-footer-article{margin-top:4em !important}.sb-content article.sb-article,.sb-content header.sb-header-article,.sb-header-content__inner .container-header{padding:0 2em}.sb-sidebar-primary{min-width:17em;width:calc(50% - 32em)}.sidebar-container,.toc-drawer{width:16em}.sidebar-sticky,.toc-sticky{overflow-y:auto !important;scrollbar-width:thin}@media all and (max-width: 59em){.sb-article-container.container-fluid{margin-top:0px !important}}@media all and (max-width: 767px){.sb-article-container.container-fluid{width:100vw !important}.sb-header-content__inner .container-header{flex-wrap:wrap;gap:6px}.mobile-header{width:100% !important}.sb-content article.sb-article,.sb-content header.sb-header-article,.sb-header-content__inner .container-header{padding:0 1em}.sb-header-content__inner .container-header{padding:1em 1em 0 1em !important}}@media all and (max-width: 540px){.sidebar-container,.toc-drawer{width:100%}.sb-sidebar-primary{min-width:18em}}.sidebar-drawer,.toc-drawer{top:0em}.sidebar-sticky{padding-top:20px}.sb-main{max-width:80em}.sidebar-drawer{width:100%;height:100%;padding-top:0}.sb-article-container.container-fluid{display:flex;flex-direction:column;justify-content:space-between;padding:0;margin-top:20px}@media(min-width: 84rem){.sb-article,.match-content-width{width:50rem}}@media(min-width: 88rem){.sb-article,.match-content-width{width:54rem}}@media(min-width: 92rem){.sb-article,.match-content-width{width:58rem}}footer{font-size:var(--font-size--small);display:flex;flex-direction:column;margin-top:2rem}.bottom-of-page{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;padding-bottom:1rem;color:var(--color-foreground-secondary);border-top:1px solid var(--color-background-border);line-height:1.5}@media(max-width: 46em){.bottom-of-page{text-align:center;flex-direction:column-reverse;gap:.25rem}}.bottom-of-page .left-details{font-size:var(--font-size--small)}.bottom-of-page .right-details{display:flex;flex-direction:column;gap:.25rem;text-align:right}.bottom-of-page .icons{display:flex;justify-content:flex-end;gap:.25rem;font-size:1rem}.bottom-of-page .icons a{text-decoration:none}.bottom-of-page .icons svg,.bottom-of-page .icons img{font-size:1.125rem;height:1em;width:1em}.related-pages a{display:flex;align-items:center;text-decoration:none}.related-pages a:hover .page-info .title{text-decoration:underline;color:var(--color-link);text-decoration-color:var(--color-link-underline)}.related-pages a svg.furo-related-icon,.related-pages a svg.furo-related-icon>use{flex-shrink:0;color:var(--color-foreground-border);width:.75rem;height:.75rem;margin:0 .5rem}.related-pages a.next-page{max-width:50%;float:right;clear:right;text-align:right}.related-pages a.prev-page{max-width:50%;float:left;clear:left}.related-pages a.prev-page svg{transform:rotate(180deg)}.page-info{display:flex;flex-direction:column;overflow-wrap:anywhere}.next-page .page-info{align-items:flex-end}.page-info .context{display:flex;align-items:center;padding-bottom:.1rem;color:var(--color-foreground-muted);font-size:var(--font-size--small);text-decoration:none}@media(max-width: 67em){.sb-sidebar-primary{z-index:50}}@media(max-width: 67em){.sidebar-drawer{position:unset}}@media(max-width: 82em){.toc-drawer{position:unset}}ul,ol{padding-left:1.2rem;margin-top:1rem;margin-bottom:1rem}ul li>p:first-child,ol li>p:first-child{margin-top:.25rem;margin-bottom:.25rem}ul li>p:last-child,ol li>p:last-child{margin-top:.25rem}ul li>ul,ul li>ol,ol li>ul,ol li>ol{margin-top:.5rem;margin-bottom:.5rem}ol.arabic{list-style:decimal}ol.loweralpha{list-style:lower-alpha}ol.upperalpha{list-style:upper-alpha}ol.lowerroman{list-style:lower-roman}ol.upperroman{list-style:upper-roman}.simple li>ul,.simple li>ol,.toctree-wrapper li>ul,.toctree-wrapper li>ol{margin-top:0;margin-bottom:0}article p+ul,article p+ol{margin-top:0}article p:has(+ul),article p:has(+ol){margin-bottom:4px}.page-tools{float:right;display:flex;gap:.3em;margin-left:20px}@media(min-width: 76rem){.page-tools{margin-left:0}}.version-chooser-content,.feedback-compact-content{position:absolute}.version-chooser-content div.sd-summary-content,.feedback-compact-content div.sd-summary-content{position:absolute;z-index:150;background:var(--color-sidebar-background);border:1px solid var(--color-sidebar-background-border);width:max-content}details.sd-dropdown summary.sd-summary-title{align-items:center}.feedback-compact-title,.version-chooser-title{font-weight:normal !important}details.feedback-compact-content:not([open]) .feedback-compact-title{display:none}.version-chooser-link,.feedback-compact-link{color:var(--color-sidebar-link-text)}details.sd-dropdown:not([open]).sd-card{border:none}.sd-card-header{border-bottom:none;border-radius:0 !important}button.toggle-button{display:inline-flex;align-items:center}.sd-summary-title .fa-gear{line-height:inherit}@media all and (max-width: 540px){.feedback-compact-title{margin-right:3px}details.sd-dropdown{font-size:var(--font-size--small) !important}}.notificatio-pro{display:none}.related-pages{line-height:1.2}ul.toctree.nav p.caption{margin-top:1.25rem;margin-bottom:.25rem;padding-top:0;padding-bottom:0;font-size:13px}.caption-icon{width:14px;height:14px;margin-right:6px;vertical-align:-1px;display:inline-block}.toc-animations-ready .toctree-checkbox~label .icon svg{transition:transform 200ms ease}.bs-docs-sidenav.sidebar-tree li.has-children>label{margin-top:inherit;height:24.8px}.bs-docs-sidenav.sidebar-tree .reference,.bs-docs-sidenav.sidebar-tree a,.bs-docs-sidenav.sidebar-tree li label .icon{color:var(--color-sidebar-left-link)}.bs-docs-sidenav.sidebar-tree .reference:hover,.bs-docs-sidenav.sidebar-tree a:hover{background:var(--color-sidebar-item-background--hover)}.bs-docs-sidenav.sidebar-tree ul{margin-left:0}.bs-docs-sidenav.sidebar-tree ul li{padding-left:var(--sidebar-item-spacing-horizontal)}
