From 84f281199dc86bcd3a24a2ef4b528dc81d4b1994 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 7 Oct 2024 07:44:09 +0000 Subject: [PATCH] build based on 6990e13 --- stable | 2 +- v1 | 2 +- v1.1 | 2 +- v1.1.14/.documenter-siteinfo.json | 1 + v1.1.14/assets/documenter.js | 1064 +++++++++++++++++ v1.1.14/assets/olympus_small.gif | Bin 0 -> 258041 bytes v1.1.14/assets/themes/catppuccin-frappe.css | 1 + v1.1.14/assets/themes/catppuccin-latte.css | 1 + .../assets/themes/catppuccin-macchiato.css | 1 + v1.1.14/assets/themes/catppuccin-mocha.css | 1 + v1.1.14/assets/themes/documenter-dark.css | 7 + v1.1.14/assets/themes/documenter-light.css | 9 + v1.1.14/assets/themeswap.js | 84 ++ v1.1.14/assets/warner.js | 52 + v1.1.14/index-07ad9c9b.png | Bin 0 -> 136982 bytes v1.1.14/index-29032147.png | Bin 0 -> 62818 bytes v1.1.14/index-58b14d3f.png | Bin 0 -> 202558 bytes v1.1.14/index-605afac7.png | Bin 0 -> 280564 bytes v1.1.14/index-e683d14b.png | Bin 0 -> 100911 bytes v1.1.14/index.html | 83 ++ v1.1.14/objects.inv | 7 + v1.1.14/search_index.js | 3 + v1.1.14/siteinfo.js | 1 + versions.js | 2 +- 24 files changed, 1319 insertions(+), 4 deletions(-) create mode 100644 v1.1.14/.documenter-siteinfo.json create mode 100644 v1.1.14/assets/documenter.js create mode 100644 v1.1.14/assets/olympus_small.gif create mode 100644 v1.1.14/assets/themes/catppuccin-frappe.css create mode 100644 v1.1.14/assets/themes/catppuccin-latte.css create mode 100644 v1.1.14/assets/themes/catppuccin-macchiato.css create mode 100644 v1.1.14/assets/themes/catppuccin-mocha.css create mode 100644 v1.1.14/assets/themes/documenter-dark.css create mode 100644 v1.1.14/assets/themes/documenter-light.css create mode 100644 v1.1.14/assets/themeswap.js create mode 100644 v1.1.14/assets/warner.js create mode 100644 v1.1.14/index-07ad9c9b.png create mode 100644 v1.1.14/index-29032147.png create mode 100644 v1.1.14/index-58b14d3f.png create mode 100644 v1.1.14/index-605afac7.png create mode 100644 v1.1.14/index-e683d14b.png create mode 100644 v1.1.14/index.html create mode 100644 v1.1.14/objects.inv create mode 100644 v1.1.14/search_index.js create mode 100644 v1.1.14/siteinfo.js diff --git a/stable b/stable index f2c59f1..fbaff5c 120000 --- a/stable +++ b/stable @@ -1 +1 @@ -v1.1.13 \ No newline at end of file +v1.1.14 \ No newline at end of file diff --git a/v1 b/v1 index f2c59f1..fbaff5c 120000 --- a/v1 +++ b/v1 @@ -1 +1 @@ -v1.1.13 \ No newline at end of file +v1.1.14 \ No newline at end of file diff --git a/v1.1 b/v1.1 index f2c59f1..fbaff5c 120000 --- a/v1.1 +++ b/v1.1 @@ -1 +1 @@ -v1.1.13 \ No newline at end of file +v1.1.14 \ No newline at end of file diff --git a/v1.1.14/.documenter-siteinfo.json b/v1.1.14/.documenter-siteinfo.json new file mode 100644 index 0000000..53f4828 --- /dev/null +++ b/v1.1.14/.documenter-siteinfo.json @@ -0,0 +1 @@ +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-07T07:44:05","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/v1.1.14/assets/documenter.js b/v1.1.14/assets/documenter.js new file mode 100644 index 0000000..82252a1 --- /dev/null +++ b/v1.1.14/assets/documenter.js @@ -0,0 +1,1064 @@ +// Generated by Documenter.jl +requirejs.config({ + paths: { + 'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/julia.min', + 'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.12.0/headroom.min', + 'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min', + 'katex-auto-render': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/contrib/auto-render.min', + 'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min', + 'headroom-jquery': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.12.0/jQuery.headroom.min', + 'katex': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min', + 'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min', + 'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/julia-repl.min', + }, + shim: { + "highlight-julia": { + "deps": [ + "highlight" + ] + }, + "katex-auto-render": { + "deps": [ + "katex" + ] + }, + "headroom-jquery": { + "deps": [ + "jquery", + "headroom" + ] + }, + "highlight-julia-repl": { + "deps": [ + "highlight" + ] + } +} +}); +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'katex', 'katex-auto-render'], function($, katex, renderMathInElement) { +$(document).ready(function() { + renderMathInElement( + document.body, + { + "delimiters": [ + { + "left": "$", + "right": "$", + "display": false + }, + { + "left": "$$", + "right": "$$", + "display": true + }, + { + "left": "\\[", + "right": "\\]", + "display": true + } + ] +} + + ); +}) + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($) { +$(document).ready(function() { + hljs.highlightAll(); +}) + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +let timer = 0; +var isExpanded = true; + +$(document).on( + "click", + ".docstring .docstring-article-toggle-button", + function () { + let articleToggleTitle = "Expand docstring"; + const parent = $(this).parent(); + + debounce(() => { + if (parent.siblings("section").is(":visible")) { + parent + .find("a.docstring-article-toggle-button") + .removeClass("fa-chevron-down") + .addClass("fa-chevron-right"); + } else { + parent + .find("a.docstring-article-toggle-button") + .removeClass("fa-chevron-right") + .addClass("fa-chevron-down"); + + articleToggleTitle = "Collapse docstring"; + } + + parent + .children(".docstring-article-toggle-button") + .prop("title", articleToggleTitle); + parent.siblings("section").slideToggle(); + }); + } +); + +$(document).on("click", ".docs-article-toggle-button", function (event) { + let articleToggleTitle = "Expand docstring"; + let navArticleToggleTitle = "Expand all docstrings"; + let animationSpeed = event.noToggleAnimation ? 0 : 400; + + debounce(() => { + if (isExpanded) { + $(this).removeClass("fa-chevron-up").addClass("fa-chevron-down"); + $("a.docstring-article-toggle-button") + .removeClass("fa-chevron-down") + .addClass("fa-chevron-right"); + + isExpanded = false; + + $(".docstring section").slideUp(animationSpeed); + } else { + $(this).removeClass("fa-chevron-down").addClass("fa-chevron-up"); + $("a.docstring-article-toggle-button") + .removeClass("fa-chevron-right") + .addClass("fa-chevron-down"); + + isExpanded = true; + articleToggleTitle = "Collapse docstring"; + navArticleToggleTitle = "Collapse all docstrings"; + + $(".docstring section").slideDown(animationSpeed); + } + + $(this).prop("title", navArticleToggleTitle); + $(".docstring-article-toggle-button").prop("title", articleToggleTitle); + }); +}); + +function debounce(callback, timeout = 300) { + if (Date.now() - timer > timeout) { + callback(); + } + + clearTimeout(timer); + + timer = Date.now(); +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require([], function() { +function addCopyButtonCallbacks() { + for (const el of document.getElementsByTagName("pre")) { + const button = document.createElement("button"); + button.classList.add("copy-button", "fa-solid", "fa-copy"); + button.setAttribute("aria-label", "Copy this code block"); + button.setAttribute("title", "Copy"); + + el.appendChild(button); + + const success = function () { + button.classList.add("success", "fa-check"); + button.classList.remove("fa-copy"); + }; + + const failure = function () { + button.classList.add("error", "fa-xmark"); + button.classList.remove("fa-copy"); + }; + + button.addEventListener("click", function () { + copyToClipboard(el.innerText).then(success, failure); + + setTimeout(function () { + button.classList.add("fa-copy"); + button.classList.remove("success", "fa-check", "fa-xmark"); + }, 5000); + }); + } +} + +function copyToClipboard(text) { + // clipboard API is only available in secure contexts + if (window.navigator && window.navigator.clipboard) { + return window.navigator.clipboard.writeText(text); + } else { + return new Promise(function (resolve, reject) { + try { + const el = document.createElement("textarea"); + el.textContent = text; + el.style.position = "fixed"; + el.style.opacity = 0; + document.body.appendChild(el); + el.select(); + document.execCommand("copy"); + + resolve(); + } catch (err) { + reject(err); + } finally { + document.body.removeChild(el); + } + }); + } +} + +if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", addCopyButtonCallbacks); +} else { + addCopyButtonCallbacks(); +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'headroom', 'headroom-jquery'], function($, Headroom) { + +// Manages the top navigation bar (hides it when the user starts scrolling down on the +// mobile). +window.Headroom = Headroom; // work around buggy module loading? +$(document).ready(function () { + $("#documenter .docs-navbar").headroom({ + tolerance: { up: 10, down: 10 }, + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +$(document).ready(function () { + let meta = $("div[data-docstringscollapsed]").data(); + + if (meta?.docstringscollapsed) { + $("#documenter-article-toggle-button").trigger({ + type: "click", + noToggleAnimation: true, + }); + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +/* +To get an in-depth about the thought process you can refer: https://hetarth02.hashnode.dev/series/gsoc + +PSEUDOCODE: + +Searching happens automatically as the user types or adjusts the selected filters. +To preserve responsiveness, as much as possible of the slow parts of the search are done +in a web worker. Searching and result generation are done in the worker, and filtering and +DOM updates are done in the main thread. The filters are in the main thread as they should +be very quick to apply. This lets filters be changed without re-searching with minisearch +(which is possible even if filtering is on the worker thread) and also lets filters be +changed _while_ the worker is searching and without message passing (neither of which are +possible if filtering is on the worker thread) + +SEARCH WORKER: + +Import minisearch + +Build index + +On message from main thread + run search + find the first 200 unique results from each category, and compute their divs for display + note that this is necessary and sufficient information for the main thread to find the + first 200 unique results from any given filter set + post results to main thread + +MAIN: + +Launch worker + +Declare nonconstant globals (worker_is_running, last_search_text, unfiltered_results) + +On text update + if worker is not running, launch_search() + +launch_search + set worker_is_running to true, set last_search_text to the search text + post the search query to worker + +on message from worker + if last_search_text is not the same as the text in the search field, + the latest search result is not reflective of the latest search query, so update again + launch_search() + otherwise + set worker_is_running to false + + regardless, display the new search results to the user + save the unfiltered_results as a global + update_search() + +on filter click + adjust the filter selection + update_search() + +update_search + apply search filters by looping through the unfiltered_results and finding the first 200 + unique results that match the filters + + Update the DOM +*/ + +/////// SEARCH WORKER /////// + +function worker_function(documenterSearchIndex, documenterBaseURL, filters) { + importScripts( + "https://cdn.jsdelivr.net/npm/minisearch@6.1.0/dist/umd/index.min.js" + ); + + let data = documenterSearchIndex.map((x, key) => { + x["id"] = key; // minisearch requires a unique for each object + return x; + }); + + // list below is the lunr 2.1.3 list minus the intersect with names(Base) + // (all, any, get, in, is, only, which) and (do, else, for, let, where, while, with) + // ideally we'd just filter the original list but it's not available as a variable + const stopWords = new Set([ + "a", + "able", + "about", + "across", + "after", + "almost", + "also", + "am", + "among", + "an", + "and", + "are", + "as", + "at", + "be", + "because", + "been", + "but", + "by", + "can", + "cannot", + "could", + "dear", + "did", + "does", + "either", + "ever", + "every", + "from", + "got", + "had", + "has", + "have", + "he", + "her", + "hers", + "him", + "his", + "how", + "however", + "i", + "if", + "into", + "it", + "its", + "just", + "least", + "like", + "likely", + "may", + "me", + "might", + "most", + "must", + "my", + "neither", + "no", + "nor", + "not", + "of", + "off", + "often", + "on", + "or", + "other", + "our", + "own", + "rather", + "said", + "say", + "says", + "she", + "should", + "since", + "so", + "some", + "than", + "that", + "the", + "their", + "them", + "then", + "there", + "these", + "they", + "this", + "tis", + "to", + "too", + "twas", + "us", + "wants", + "was", + "we", + "were", + "what", + "when", + "who", + "whom", + "why", + "will", + "would", + "yet", + "you", + "your", + ]); + + let index = new MiniSearch({ + fields: ["title", "text"], // fields to index for full-text search + storeFields: ["location", "title", "text", "category", "page"], // fields to return with results + processTerm: (term) => { + let word = stopWords.has(term) ? null : term; + if (word) { + // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names + word = word + .replace(/^[^a-zA-Z0-9@!]+/, "") + .replace(/[^a-zA-Z0-9@!]+$/, ""); + + word = word.toLowerCase(); + } + + return word ?? null; + }, + // add . as a separator, because otherwise "title": "Documenter.Anchors.add!", would not + // find anything if searching for "add!", only for the entire qualification + tokenize: (string) => string.split(/[\s\-\.]+/), + // options which will be applied during the search + searchOptions: { + prefix: true, + boost: { title: 100 }, + fuzzy: 2, + }, + }); + + index.addAll(data); + + /** + * Used to map characters to HTML entities. + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + const htmlEscapes = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + }; + + /** + * Used to match HTML entities and HTML characters. + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + const reUnescapedHtml = /[&<>"']/g; + const reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** + * Escape function from lodash + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + function escape(string) { + return string && reHasUnescapedHtml.test(string) + ? string.replace(reUnescapedHtml, (chr) => htmlEscapes[chr]) + : string || ""; + } + + /** + * RegX escape function from MDN + * Refer: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ + function escapeRegExp(string) { + return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + } + + /** + * Make the result component given a minisearch result data object and the value + * of the search input as queryString. To view the result object structure, refer: + * https://lucaong.github.io/minisearch/modules/_minisearch_.html#searchresult + * + * @param {object} result + * @param {string} querystring + * @returns string + */ + function make_search_result(result, querystring) { + let search_divider = `
`; + let display_link = + result.location.slice(Math.max(0), Math.min(50, result.location.length)) + + (result.location.length > 30 ? "..." : ""); // To cut-off the link because it messes with the overflow of the whole div + + if (result.page !== "") { + display_link += ` (${result.page})`; + } + searchstring = escapeRegExp(querystring); + let textindex = new RegExp(`${searchstring}`, "i").exec(result.text); + let text = + textindex !== null + ? result.text.slice( + Math.max(textindex.index - 100, 0), + Math.min( + textindex.index + querystring.length + 100, + result.text.length + ) + ) + : ""; // cut-off text before and after from the match + + text = text.length ? escape(text) : ""; + + let display_result = text.length + ? "..." + + text.replace( + new RegExp(`${escape(searchstring)}`, "i"), // For first occurrence + '$&' + ) + + "..." + : ""; // highlights the match + + let in_code = false; + if (!["page", "section"].includes(result.category.toLowerCase())) { + in_code = true; + } + + // We encode the full url to escape some special characters which can lead to broken links + let result_div = ` + +
+
${escape(result.title)}
+
${result.category}
+
+

+ ${display_result} +

+
+ ${display_link} +
+
+ ${search_divider} + `; + + return result_div; + } + + self.onmessage = function (e) { + let query = e.data; + let results = index.search(query, { + filter: (result) => { + // Only return relevant results + return result.score >= 1; + }, + combineWith: "AND", + }); + + // Pre-filter to deduplicate and limit to 200 per category to the extent + // possible without knowing what the filters are. + let filtered_results = []; + let counts = {}; + for (let filter of filters) { + counts[filter] = 0; + } + let present = {}; + + for (let result of results) { + cat = result.category; + cnt = counts[cat]; + if (cnt < 200) { + id = cat + "---" + result.location; + if (present[id]) { + continue; + } + present[id] = true; + filtered_results.push({ + location: result.location, + category: cat, + div: make_search_result(result, query), + }); + } + } + + postMessage(filtered_results); + }; +} + +// `worker = Threads.@spawn worker_function(documenterSearchIndex)`, but in JavaScript! +const filters = [ + ...new Set(documenterSearchIndex["docs"].map((x) => x.category)), +]; +const worker_str = + "(" + + worker_function.toString() + + ")(" + + JSON.stringify(documenterSearchIndex["docs"]) + + "," + + JSON.stringify(documenterBaseURL) + + "," + + JSON.stringify(filters) + + ")"; +const worker_blob = new Blob([worker_str], { type: "text/javascript" }); +const worker = new Worker(URL.createObjectURL(worker_blob)); + +/////// SEARCH MAIN /////// + +// Whether the worker is currently handling a search. This is a boolean +// as the worker only ever handles 1 or 0 searches at a time. +var worker_is_running = false; + +// The last search text that was sent to the worker. This is used to determine +// if the worker should be launched again when it reports back results. +var last_search_text = ""; + +// The results of the last search. This, in combination with the state of the filters +// in the DOM, is used compute the results to display on calls to update_search. +var unfiltered_results = []; + +// Which filter is currently selected +var selected_filter = ""; + +$(document).on("input", ".documenter-search-input", function (event) { + if (!worker_is_running) { + launch_search(); + } +}); + +function launch_search() { + worker_is_running = true; + last_search_text = $(".documenter-search-input").val(); + worker.postMessage(last_search_text); +} + +worker.onmessage = function (e) { + if (last_search_text !== $(".documenter-search-input").val()) { + launch_search(); + } else { + worker_is_running = false; + } + + unfiltered_results = e.data; + update_search(); +}; + +$(document).on("click", ".search-filter", function () { + if ($(this).hasClass("search-filter-selected")) { + selected_filter = ""; + } else { + selected_filter = $(this).text().toLowerCase(); + } + + // This updates search results and toggles classes for UI: + update_search(); +}); + +/** + * Make/Update the search component + */ +function update_search() { + let querystring = $(".documenter-search-input").val(); + + if (querystring.trim()) { + if (selected_filter == "") { + results = unfiltered_results; + } else { + results = unfiltered_results.filter((result) => { + return selected_filter == result.category.toLowerCase(); + }); + } + + let search_result_container = ``; + let modal_filters = make_modal_body_filters(); + let search_divider = `
`; + + if (results.length) { + let links = []; + let count = 0; + let search_results = ""; + + for (var i = 0, n = results.length; i < n && count < 200; ++i) { + let result = results[i]; + if (result.location && !links.includes(result.location)) { + search_results += result.div; + count++; + links.push(result.location); + } + } + + if (count == 1) { + count_str = "1 result"; + } else if (count == 200) { + count_str = "200+ results"; + } else { + count_str = count + " results"; + } + let result_count = `
${count_str}
`; + + search_result_container = ` +
+ ${modal_filters} + ${search_divider} + ${result_count} +
+ ${search_results} +
+
+ `; + } else { + search_result_container = ` +
+ ${modal_filters} + ${search_divider} +
0 result(s)
+
+
No result found!
+ `; + } + + if ($(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").removeClass("is-justify-content-center"); + } + + $(".search-modal-card-body").html(search_result_container); + } else { + if (!$(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").addClass("is-justify-content-center"); + } + + $(".search-modal-card-body").html(` +
Type something to get started!
+ `); + } +} + +/** + * Make the modal filter html + * + * @returns string + */ +function make_modal_body_filters() { + let str = filters + .map((val) => { + if (selected_filter == val.toLowerCase()) { + return `${val}`; + } else { + return `${val}`; + } + }) + .join(""); + + return ` +
+ Filters: + ${str} +
`; +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Modal settings dialog +$(document).ready(function () { + var settings = $("#documenter-settings"); + $("#documenter-settings-button").click(function () { + settings.toggleClass("is-active"); + }); + // Close the dialog if X is clicked + $("#documenter-settings button.delete").click(function () { + settings.removeClass("is-active"); + }); + // Close dialog if ESC is pressed + $(document).keyup(function (e) { + if (e.keyCode == 27) settings.removeClass("is-active"); + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +$(document).ready(function () { + let search_modal_header = ` + + `; + + let initial_search_body = ` +
Type something to get started!
+ `; + + let search_modal_footer = ` + + `; + + $(document.body).append( + ` + + ` + ); + + document.querySelector(".docs-search-query").addEventListener("click", () => { + openModal(); + }); + + document + .querySelector(".close-search-modal") + .addEventListener("click", () => { + closeModal(); + }); + + $(document).on("click", ".search-result-link", function () { + closeModal(); + }); + + document.addEventListener("keydown", (event) => { + if ((event.ctrlKey || event.metaKey) && event.key === "/") { + openModal(); + } else if (event.key === "Escape") { + closeModal(); + } + + return false; + }); + + // Functions to open and close a modal + function openModal() { + let searchModal = document.querySelector("#search-modal"); + + searchModal.classList.add("is-active"); + document.querySelector(".documenter-search-input").focus(); + } + + function closeModal() { + let searchModal = document.querySelector("#search-modal"); + let initial_search_body = ` +
Type something to get started!
+ `; + + searchModal.classList.remove("is-active"); + document.querySelector(".documenter-search-input").blur(); + + if (!$(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").addClass("is-justify-content-center"); + } + + $(".documenter-search-input").val(""); + $(".search-modal-card-body").html(initial_search_body); + } + + document + .querySelector("#search-modal .modal-background") + .addEventListener("click", () => { + closeModal(); + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Manages the showing and hiding of the sidebar. +$(document).ready(function () { + var sidebar = $("#documenter > .docs-sidebar"); + var sidebar_button = $("#documenter-sidebar-button"); + sidebar_button.click(function (ev) { + ev.preventDefault(); + sidebar.toggleClass("visible"); + if (sidebar.hasClass("visible")) { + // Makes sure that the current menu item is visible in the sidebar. + $("#documenter .docs-menu a.is-active").focus(); + } + }); + $("#documenter > .docs-main").bind("click", function (ev) { + if ($(ev.target).is(sidebar_button)) { + return; + } + if (sidebar.hasClass("visible")) { + sidebar.removeClass("visible"); + } + }); +}); + +// Resizes the package name / sitename in the sidebar if it is too wide. +// Inspired by: https://github.com/davatron5000/FitText.js +$(document).ready(function () { + e = $("#documenter .docs-autofit"); + function resize() { + var L = parseInt(e.css("max-width"), 10); + var L0 = e.width(); + if (L0 > L) { + var h0 = parseInt(e.css("font-size"), 10); + e.css("font-size", (L * h0) / L0); + // TODO: make sure it survives resizes? + } + } + // call once and then register events + resize(); + $(window).resize(resize); + $(window).on("orientationchange", resize); +}); + +// Scroll the navigation bar to the currently selected menu item +$(document).ready(function () { + var sidebar = $("#documenter .docs-menu").get(0); + var active = $("#documenter .docs-menu .is-active").get(0); + if (typeof active !== "undefined") { + sidebar.scrollTop = active.offsetTop - sidebar.offsetTop - 15; + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Theme picker setup +$(document).ready(function () { + // onchange callback + $("#documenter-themepicker").change(function themepick_callback(ev) { + var themename = $("#documenter-themepicker option:selected").attr("value"); + if (themename === "auto") { + // set_theme(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'); + window.localStorage.removeItem("documenter-theme"); + } else { + // set_theme(themename); + window.localStorage.setItem("documenter-theme", themename); + } + // We re-use the global function from themeswap.js to actually do the swapping. + set_theme_from_local_storage(); + }); + + // Make sure that the themepicker displays the correct theme when the theme is retrieved + // from localStorage + if (typeof window.localStorage !== "undefined") { + var theme = window.localStorage.getItem("documenter-theme"); + if (theme !== null) { + $("#documenter-themepicker option").each(function (i, e) { + e.selected = e.value === theme; + }); + } + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// update the version selector with info from the siteinfo.js and ../versions.js files +$(document).ready(function () { + // If the version selector is disabled with DOCUMENTER_VERSION_SELECTOR_DISABLED in the + // siteinfo.js file, we just return immediately and not display the version selector. + if ( + typeof DOCUMENTER_VERSION_SELECTOR_DISABLED === "boolean" && + DOCUMENTER_VERSION_SELECTOR_DISABLED + ) { + return; + } + + var version_selector = $("#documenter .docs-version-selector"); + var version_selector_select = $("#documenter .docs-version-selector select"); + + version_selector_select.change(function (x) { + target_href = version_selector_select + .children("option:selected") + .get(0).value; + window.location.href = target_href; + }); + + // add the current version to the selector based on siteinfo.js, but only if the selector is empty + if ( + typeof DOCUMENTER_CURRENT_VERSION !== "undefined" && + $("#version-selector > option").length == 0 + ) { + var option = $( + "" + ); + version_selector_select.append(option); + } + + if (typeof DOC_VERSIONS !== "undefined") { + var existing_versions = version_selector_select.children("option"); + var existing_versions_texts = existing_versions.map(function (i, x) { + return x.text; + }); + DOC_VERSIONS.forEach(function (each) { + var version_url = documenterBaseURL + "/../" + each + "/"; + var existing_id = $.inArray(each, existing_versions_texts); + // if not already in the version selector, add it as a new option, + // otherwise update the old option with the URL and enable it + if (existing_id == -1) { + var option = $( + "" + ); + version_selector_select.append(option); + } else { + var option = existing_versions[existing_id]; + option.value = version_url; + option.disabled = false; + } + }); + } + + // only show the version selector if the selector has been populated + if (version_selector_select.children("option").length > 0) { + version_selector.toggleClass("visible"); + } +}); + +}) diff --git a/v1.1.14/assets/olympus_small.gif b/v1.1.14/assets/olympus_small.gif new file mode 100644 index 0000000000000000000000000000000000000000..785a4378b2409a1e9febc7e843a1ec95e031d862 GIT binary patch literal 258041 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

_K4(1b!#ac$jv9{WdekZWm94p4X2UCilfv5 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

*M-2xoT;Z`M!0j)Zma7bv0^etw|V?)*zg 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 z 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 literal 0 HcmV?d00001 diff --git a/v1.1.14/assets/themes/catppuccin-frappe.css b/v1.1.14/assets/themes/catppuccin-frappe.css new file mode 100644 index 0000000..32e3f00 --- /dev/null +++ b/v1.1.14/assets/themes/catppuccin-frappe.css @@ -0,0 +1 @@ +html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe .file-name,html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-frappe .pagination-previous:focus,html.theme--catppuccin-frappe .pagination-next:focus,html.theme--catppuccin-frappe .pagination-link:focus,html.theme--catppuccin-frappe .pagination-ellipsis:focus,html.theme--catppuccin-frappe .file-cta:focus,html.theme--catppuccin-frappe .file-name:focus,html.theme--catppuccin-frappe .select select:focus,html.theme--catppuccin-frappe .textarea:focus,html.theme--catppuccin-frappe .input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-frappe .button:focus,html.theme--catppuccin-frappe .is-focused.pagination-previous,html.theme--catppuccin-frappe .is-focused.pagination-next,html.theme--catppuccin-frappe .is-focused.pagination-link,html.theme--catppuccin-frappe .is-focused.pagination-ellipsis,html.theme--catppuccin-frappe .is-focused.file-cta,html.theme--catppuccin-frappe .is-focused.file-name,html.theme--catppuccin-frappe .select select.is-focused,html.theme--catppuccin-frappe .is-focused.textarea,html.theme--catppuccin-frappe .is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-focused.button,html.theme--catppuccin-frappe .pagination-previous:active,html.theme--catppuccin-frappe .pagination-next:active,html.theme--catppuccin-frappe .pagination-link:active,html.theme--catppuccin-frappe .pagination-ellipsis:active,html.theme--catppuccin-frappe .file-cta:active,html.theme--catppuccin-frappe .file-name:active,html.theme--catppuccin-frappe .select select:active,html.theme--catppuccin-frappe .textarea:active,html.theme--catppuccin-frappe .input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-frappe .button:active,html.theme--catppuccin-frappe .is-active.pagination-previous,html.theme--catppuccin-frappe .is-active.pagination-next,html.theme--catppuccin-frappe .is-active.pagination-link,html.theme--catppuccin-frappe .is-active.pagination-ellipsis,html.theme--catppuccin-frappe .is-active.file-cta,html.theme--catppuccin-frappe .is-active.file-name,html.theme--catppuccin-frappe .select select.is-active,html.theme--catppuccin-frappe .is-active.textarea,html.theme--catppuccin-frappe .is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .is-active.button{outline:none}html.theme--catppuccin-frappe .pagination-previous[disabled],html.theme--catppuccin-frappe .pagination-next[disabled],html.theme--catppuccin-frappe .pagination-link[disabled],html.theme--catppuccin-frappe .pagination-ellipsis[disabled],html.theme--catppuccin-frappe .file-cta[disabled],html.theme--catppuccin-frappe .file-name[disabled],html.theme--catppuccin-frappe .select select[disabled],html.theme--catppuccin-frappe .textarea[disabled],html.theme--catppuccin-frappe .input[disabled],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-frappe .button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-frappe .file-name,html.theme--catppuccin-frappe fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-frappe .select select,fieldset[disabled] html.theme--catppuccin-frappe .textarea,fieldset[disabled] html.theme--catppuccin-frappe .input,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe fieldset[disabled] .select select,html.theme--catppuccin-frappe .select fieldset[disabled] select,html.theme--catppuccin-frappe fieldset[disabled] .textarea,html.theme--catppuccin-frappe fieldset[disabled] .input,html.theme--catppuccin-frappe fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-frappe .button,html.theme--catppuccin-frappe fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-frappe .tabs,html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .breadcrumb,html.theme--catppuccin-frappe .file,html.theme--catppuccin-frappe .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-frappe .admonition:not(:last-child),html.theme--catppuccin-frappe .tabs:not(:last-child),html.theme--catppuccin-frappe .pagination:not(:last-child),html.theme--catppuccin-frappe .message:not(:last-child),html.theme--catppuccin-frappe .level:not(:last-child),html.theme--catppuccin-frappe .breadcrumb:not(:last-child),html.theme--catppuccin-frappe .block:not(:last-child),html.theme--catppuccin-frappe .title:not(:last-child),html.theme--catppuccin-frappe .subtitle:not(:last-child),html.theme--catppuccin-frappe .table-container:not(:last-child),html.theme--catppuccin-frappe .table:not(:last-child),html.theme--catppuccin-frappe .progress:not(:last-child),html.theme--catppuccin-frappe .notification:not(:last-child),html.theme--catppuccin-frappe .content:not(:last-child),html.theme--catppuccin-frappe .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .modal-close,html.theme--catppuccin-frappe .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-frappe .modal-close::before,html.theme--catppuccin-frappe .delete::before,html.theme--catppuccin-frappe .modal-close::after,html.theme--catppuccin-frappe .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-frappe .modal-close::before,html.theme--catppuccin-frappe .delete::before{height:2px;width:50%}html.theme--catppuccin-frappe .modal-close::after,html.theme--catppuccin-frappe .delete::after{height:50%;width:2px}html.theme--catppuccin-frappe .modal-close:hover,html.theme--catppuccin-frappe .delete:hover,html.theme--catppuccin-frappe .modal-close:focus,html.theme--catppuccin-frappe .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-frappe .modal-close:active,html.theme--catppuccin-frappe .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-frappe .is-small.modal-close,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-frappe .is-small.delete,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-frappe .is-medium.modal-close,html.theme--catppuccin-frappe .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-frappe .is-large.modal-close,html.theme--catppuccin-frappe .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-frappe .control.is-loading::after,html.theme--catppuccin-frappe .select.is-loading::after,html.theme--catppuccin-frappe .loader,html.theme--catppuccin-frappe .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #838ba7;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-frappe .hero-video,html.theme--catppuccin-frappe .modal-background,html.theme--catppuccin-frappe .modal,html.theme--catppuccin-frappe .image.is-square img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-frappe .image.is-square .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-frappe .image.is-1by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-frappe .image.is-1by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-frappe .image.is-5by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-frappe .image.is-5by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-frappe .image.is-4by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-frappe .image.is-4by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-frappe .image.is-3by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-frappe .image.is-5by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-frappe .image.is-5by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-frappe .image.is-16by9 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-frappe .image.is-16by9 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-frappe .image.is-2by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-frappe .image.is-2by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-frappe .image.is-3by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-frappe .image.is-3by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-frappe .image.is-4by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-frappe .image.is-4by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-frappe .image.is-3by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-frappe .image.is-3by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-frappe .image.is-2by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-frappe .image.is-2by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-frappe .image.is-3by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-frappe .image.is-9by16 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-frappe .image.is-9by16 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-frappe .image.is-1by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-frappe .image.is-1by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-frappe .image.is-1by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-frappe .image.is-1by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-frappe .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#414559 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#2b2e3c !important}.has-background-dark{background-color:#414559 !important}.has-text-primary{color:#8caaee !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#6089e7 !important}.has-background-primary{background-color:#8caaee !important}.has-text-primary-light{color:#edf2fc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c1d1f6 !important}.has-background-primary-light{background-color:#edf2fc !important}.has-text-primary-dark{color:#153a8e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#1c4cbb !important}.has-background-primary-dark{background-color:#153a8e !important}.has-text-link{color:#8caaee !important}a.has-text-link:hover,a.has-text-link:focus{color:#6089e7 !important}.has-background-link{background-color:#8caaee !important}.has-text-link-light{color:#edf2fc !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c1d1f6 !important}.has-background-link-light{background-color:#edf2fc !important}.has-text-link-dark{color:#153a8e !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#1c4cbb !important}.has-background-link-dark{background-color:#153a8e !important}.has-text-info{color:#81c8be !important}a.has-text-info:hover,a.has-text-info:focus{color:#5db9ac !important}.has-background-info{background-color:#81c8be !important}.has-text-info-light{color:#f1f9f8 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#cde9e5 !important}.has-background-info-light{background-color:#f1f9f8 !important}.has-text-info-dark{color:#2d675f !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#3c8a7f !important}.has-background-info-dark{background-color:#2d675f !important}.has-text-success{color:#a6d189 !important}a.has-text-success:hover,a.has-text-success:focus{color:#8ac364 !important}.has-background-success{background-color:#a6d189 !important}.has-text-success-light{color:#f4f9f0 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#d8ebcc !important}.has-background-success-light{background-color:#f4f9f0 !important}.has-text-success-dark{color:#446a29 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#5b8f38 !important}.has-background-success-dark{background-color:#446a29 !important}.has-text-warning{color:#e5c890 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#dbb467 !important}.has-background-warning{background-color:#e5c890 !important}.has-text-warning-light{color:#fbf7ee !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f1e2c5 !important}.has-background-warning-light{background-color:#fbf7ee !important}.has-text-warning-dark{color:#78591c !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#a17726 !important}.has-background-warning-dark{background-color:#78591c !important}.has-text-danger{color:#e78284 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#df575a !important}.has-background-danger{background-color:#e78284 !important}.has-text-danger-light{color:#fceeee !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f3c3c4 !important}.has-background-danger-light{background-color:#fceeee !important}.has-text-danger-dark{color:#9a1e20 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c52629 !important}.has-background-danger-dark{background-color:#9a1e20 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#414559 !important}.has-background-grey-darker{background-color:#414559 !important}.has-text-grey-dark{color:#51576d !important}.has-background-grey-dark{background-color:#51576d !important}.has-text-grey{color:#626880 !important}.has-background-grey{background-color:#626880 !important}.has-text-grey-light{color:#737994 !important}.has-background-grey-light{background-color:#737994 !important}.has-text-grey-lighter{color:#838ba7 !important}.has-background-grey-lighter{background-color:#838ba7 !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-frappe html{background-color:#303446;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-frappe article,html.theme--catppuccin-frappe aside,html.theme--catppuccin-frappe figure,html.theme--catppuccin-frappe footer,html.theme--catppuccin-frappe header,html.theme--catppuccin-frappe hgroup,html.theme--catppuccin-frappe section{display:block}html.theme--catppuccin-frappe body,html.theme--catppuccin-frappe button,html.theme--catppuccin-frappe input,html.theme--catppuccin-frappe optgroup,html.theme--catppuccin-frappe select,html.theme--catppuccin-frappe textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-frappe code,html.theme--catppuccin-frappe pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-frappe body{color:#c6d0f5;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-frappe a{color:#8caaee;cursor:pointer;text-decoration:none}html.theme--catppuccin-frappe a strong{color:currentColor}html.theme--catppuccin-frappe a:hover{color:#99d1db}html.theme--catppuccin-frappe code{background-color:#292c3c;color:#c6d0f5;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-frappe hr{background-color:#292c3c;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-frappe img{height:auto;max-width:100%}html.theme--catppuccin-frappe input[type="checkbox"],html.theme--catppuccin-frappe input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-frappe small{font-size:.875em}html.theme--catppuccin-frappe span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-frappe strong{color:#b0bef1;font-weight:700}html.theme--catppuccin-frappe fieldset{border:none}html.theme--catppuccin-frappe pre{-webkit-overflow-scrolling:touch;background-color:#292c3c;color:#c6d0f5;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-frappe pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-frappe table td,html.theme--catppuccin-frappe table th{vertical-align:top}html.theme--catppuccin-frappe table td:not([align]),html.theme--catppuccin-frappe table th:not([align]){text-align:inherit}html.theme--catppuccin-frappe table th{color:#b0bef1}html.theme--catppuccin-frappe .box{background-color:#51576d;border-radius:8px;box-shadow:none;color:#c6d0f5;display:block;padding:1.25rem}html.theme--catppuccin-frappe a.box:hover,html.theme--catppuccin-frappe a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #8caaee}html.theme--catppuccin-frappe a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #8caaee}html.theme--catppuccin-frappe .button{background-color:#292c3c;border-color:#484d69;border-width:1px;color:#8caaee;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-frappe .button strong{color:inherit}html.theme--catppuccin-frappe .button .icon,html.theme--catppuccin-frappe .button .icon.is-small,html.theme--catppuccin-frappe .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-frappe .button .icon.is-medium,html.theme--catppuccin-frappe .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-frappe .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-frappe .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-frappe .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-frappe .button:hover,html.theme--catppuccin-frappe .button.is-hovered{border-color:#737994;color:#b0bef1}html.theme--catppuccin-frappe .button:focus,html.theme--catppuccin-frappe .button.is-focused{border-color:#737994;color:#769aeb}html.theme--catppuccin-frappe .button:focus:not(:active),html.theme--catppuccin-frappe .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button:active,html.theme--catppuccin-frappe .button.is-active{border-color:#51576d;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text{background-color:transparent;border-color:transparent;color:#c6d0f5;text-decoration:underline}html.theme--catppuccin-frappe .button.is-text:hover,html.theme--catppuccin-frappe .button.is-text.is-hovered,html.theme--catppuccin-frappe .button.is-text:focus,html.theme--catppuccin-frappe .button.is-text.is-focused{background-color:#292c3c;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text:active,html.theme--catppuccin-frappe .button.is-text.is-active{background-color:#1f212d;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-frappe .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#8caaee;text-decoration:none}html.theme--catppuccin-frappe .button.is-ghost:hover,html.theme--catppuccin-frappe .button.is-ghost.is-hovered{color:#8caaee;text-decoration:underline}html.theme--catppuccin-frappe .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:hover,html.theme--catppuccin-frappe .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:focus,html.theme--catppuccin-frappe .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:focus:not(:active),html.theme--catppuccin-frappe .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .button.is-white:active,html.theme--catppuccin-frappe .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-frappe .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted:hover,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-frappe .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-outlined:hover,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-white.is-outlined:focus,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:hover,html.theme--catppuccin-frappe .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:focus,html.theme--catppuccin-frappe .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:focus:not(:active),html.theme--catppuccin-frappe .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .button.is-black:active,html.theme--catppuccin-frappe .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-frappe .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted:hover,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-outlined:hover,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-black.is-outlined:focus,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:hover,html.theme--catppuccin-frappe .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:focus,html.theme--catppuccin-frappe .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:focus:not(:active),html.theme--catppuccin-frappe .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .button.is-light:active,html.theme--catppuccin-frappe .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-frappe .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted:hover,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-outlined:hover,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-light.is-outlined:focus,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-dark,html.theme--catppuccin-frappe .content kbd.button{background-color:#414559;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:hover,html.theme--catppuccin-frappe .content kbd.button:hover,html.theme--catppuccin-frappe .button.is-dark.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-hovered{background-color:#3c3f52;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:focus,html.theme--catppuccin-frappe .content kbd.button:focus,html.theme--catppuccin-frappe .button.is-dark.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:focus:not(:active),html.theme--catppuccin-frappe .content kbd.button:focus:not(:active),html.theme--catppuccin-frappe .button.is-dark.is-focused:not(:active),html.theme--catppuccin-frappe .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .button.is-dark:active,html.theme--catppuccin-frappe .content kbd.button:active,html.theme--catppuccin-frappe .button.is-dark.is-active,html.theme--catppuccin-frappe .content kbd.button.is-active{background-color:#363a4a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark[disabled],html.theme--catppuccin-frappe .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button{background-color:#414559;border-color:#414559;box-shadow:none}html.theme--catppuccin-frappe .button.is-dark.is-inverted,html.theme--catppuccin-frappe .content kbd.button.is-inverted{background-color:#fff;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted:hover,html.theme--catppuccin-frappe .content kbd.button.is-inverted:hover,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-dark.is-inverted[disabled],html.theme--catppuccin-frappe .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-loading::after,html.theme--catppuccin-frappe .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined,html.theme--catppuccin-frappe .content kbd.button.is-outlined{background-color:transparent;border-color:#414559;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-outlined:hover,html.theme--catppuccin-frappe .content kbd.button.is-outlined:hover,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-dark.is-outlined:focus,html.theme--catppuccin-frappe .content kbd.button.is-outlined:focus,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-focused{background-color:#414559;border-color:#414559;color:#fff}html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #414559 #414559 !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined[disabled],html.theme--catppuccin-frappe .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-outlined{background-color:transparent;border-color:#414559;box-shadow:none;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #414559 #414559 !important}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-primary,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:hover,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:focus,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:focus:not(:active),html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-frappe .button.is-primary.is-focused:not(:active),html.theme--catppuccin-frappe .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button.is-primary:active,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-frappe .button.is-primary.is-active,html.theme--catppuccin-frappe .docstring>section>a.button.is-active.docs-sourcelink{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink{background-color:#8caaee;border-color:#8caaee;box-shadow:none}html.theme--catppuccin-frappe .button.is-primary.is-inverted,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-primary.is-inverted[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-loading::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-outlined:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-frappe .button.is-primary.is-outlined:focus,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8caaee;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-light,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .button.is-primary.is-light:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-light.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e2eafb;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-primary.is-light:active,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-frappe .button.is-primary.is-light.is-active,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d7e1f9;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-link{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:hover,html.theme--catppuccin-frappe .button.is-link.is-hovered{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:focus,html.theme--catppuccin-frappe .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:focus:not(:active),html.theme--catppuccin-frappe .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button.is-link:active,html.theme--catppuccin-frappe .button.is-link.is-active{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link{background-color:#8caaee;border-color:#8caaee;box-shadow:none}html.theme--catppuccin-frappe .button.is-link.is-inverted{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted:hover,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-link.is-outlined{background-color:transparent;border-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-outlined:hover,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-link.is-outlined:focus,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-focused{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-outlined{background-color:transparent;border-color:#8caaee;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-light{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .button.is-link.is-light:hover,html.theme--catppuccin-frappe .button.is-link.is-light.is-hovered{background-color:#e2eafb;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-link.is-light:active,html.theme--catppuccin-frappe .button.is-link.is-light.is-active{background-color:#d7e1f9;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-info{background-color:#81c8be;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:hover,html.theme--catppuccin-frappe .button.is-info.is-hovered{background-color:#78c4b9;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:focus,html.theme--catppuccin-frappe .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:focus:not(:active),html.theme--catppuccin-frappe .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .button.is-info:active,html.theme--catppuccin-frappe .button.is-info.is-active{background-color:#6fc0b5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info{background-color:#81c8be;border-color:#81c8be;box-shadow:none}html.theme--catppuccin-frappe .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted:hover,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-info.is-outlined{background-color:transparent;border-color:#81c8be;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-outlined:hover,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-info.is-outlined:focus,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-focused{background-color:#81c8be;border-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #81c8be #81c8be !important}html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-outlined{background-color:transparent;border-color:#81c8be;box-shadow:none;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #81c8be #81c8be !important}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-light{background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .button.is-info.is-light:hover,html.theme--catppuccin-frappe .button.is-info.is-light.is-hovered{background-color:#e8f5f3;border-color:transparent;color:#2d675f}html.theme--catppuccin-frappe .button.is-info.is-light:active,html.theme--catppuccin-frappe .button.is-info.is-light.is-active{background-color:#dff1ef;border-color:transparent;color:#2d675f}html.theme--catppuccin-frappe .button.is-success{background-color:#a6d189;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:hover,html.theme--catppuccin-frappe .button.is-success.is-hovered{background-color:#9fcd80;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:focus,html.theme--catppuccin-frappe .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:focus:not(:active),html.theme--catppuccin-frappe .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .button.is-success:active,html.theme--catppuccin-frappe .button.is-success.is-active{background-color:#98ca77;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success{background-color:#a6d189;border-color:#a6d189;box-shadow:none}html.theme--catppuccin-frappe .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted:hover,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-success.is-outlined{background-color:transparent;border-color:#a6d189;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-outlined:hover,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-success.is-outlined:focus,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-focused{background-color:#a6d189;border-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6d189 #a6d189 !important}html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-outlined{background-color:transparent;border-color:#a6d189;box-shadow:none;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6d189 #a6d189 !important}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-light{background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .button.is-success.is-light:hover,html.theme--catppuccin-frappe .button.is-success.is-light.is-hovered{background-color:#edf6e7;border-color:transparent;color:#446a29}html.theme--catppuccin-frappe .button.is-success.is-light:active,html.theme--catppuccin-frappe .button.is-success.is-light.is-active{background-color:#e6f2de;border-color:transparent;color:#446a29}html.theme--catppuccin-frappe .button.is-warning{background-color:#e5c890;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:hover,html.theme--catppuccin-frappe .button.is-warning.is-hovered{background-color:#e3c386;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:focus,html.theme--catppuccin-frappe .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:focus:not(:active),html.theme--catppuccin-frappe .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .button.is-warning:active,html.theme--catppuccin-frappe .button.is-warning.is-active{background-color:#e0be7b;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning{background-color:#e5c890;border-color:#e5c890;box-shadow:none}html.theme--catppuccin-frappe .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted:hover,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined{background-color:transparent;border-color:#e5c890;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-outlined:hover,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-warning.is-outlined:focus,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-focused{background-color:#e5c890;border-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #e5c890 #e5c890 !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-outlined{background-color:transparent;border-color:#e5c890;box-shadow:none;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #e5c890 #e5c890 !important}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-light{background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .button.is-warning.is-light:hover,html.theme--catppuccin-frappe .button.is-warning.is-light.is-hovered{background-color:#f9f2e4;border-color:transparent;color:#78591c}html.theme--catppuccin-frappe .button.is-warning.is-light:active,html.theme--catppuccin-frappe .button.is-warning.is-light.is-active{background-color:#f6edda;border-color:transparent;color:#78591c}html.theme--catppuccin-frappe .button.is-danger{background-color:#e78284;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:hover,html.theme--catppuccin-frappe .button.is-danger.is-hovered{background-color:#e57779;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:focus,html.theme--catppuccin-frappe .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:focus:not(:active),html.theme--catppuccin-frappe .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .button.is-danger:active,html.theme--catppuccin-frappe .button.is-danger.is-active{background-color:#e36d6f;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger{background-color:#e78284;border-color:#e78284;box-shadow:none}html.theme--catppuccin-frappe .button.is-danger.is-inverted{background-color:#fff;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted:hover,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined{background-color:transparent;border-color:#e78284;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-outlined:hover,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-danger.is-outlined:focus,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-focused{background-color:#e78284;border-color:#e78284;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #e78284 #e78284 !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-outlined{background-color:transparent;border-color:#e78284;box-shadow:none;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #e78284 #e78284 !important}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-light{background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .button.is-danger.is-light:hover,html.theme--catppuccin-frappe .button.is-danger.is-light.is-hovered{background-color:#fae3e4;border-color:transparent;color:#9a1e20}html.theme--catppuccin-frappe .button.is-danger.is-light:active,html.theme--catppuccin-frappe .button.is-danger.is-light.is-active{background-color:#f8d8d9;border-color:transparent;color:#9a1e20}html.theme--catppuccin-frappe .button.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-frappe .button.is-small:not(.is-rounded),html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-frappe .button.is-normal{font-size:1rem}html.theme--catppuccin-frappe .button.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .button.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button{background-color:#737994;border-color:#626880;box-shadow:none;opacity:.5}html.theme--catppuccin-frappe .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-frappe .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-frappe .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-frappe .button.is-static{background-color:#292c3c;border-color:#626880;color:#838ba7;box-shadow:none;pointer-events:none}html.theme--catppuccin-frappe .button.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-frappe .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-frappe .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-frappe .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-frappe .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-frappe .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-frappe .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-frappe .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-frappe .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-frappe .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-frappe .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-frappe .buttons.has-addons .button:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-frappe .buttons.has-addons .button:focus,html.theme--catppuccin-frappe .buttons.has-addons .button.is-focused,html.theme--catppuccin-frappe .buttons.has-addons .button:active,html.theme--catppuccin-frappe .buttons.has-addons .button.is-active,html.theme--catppuccin-frappe .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-frappe .buttons.has-addons .button:focus:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-frappe .buttons.has-addons .button:active:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-frappe .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .buttons.is-centered{justify-content:center}html.theme--catppuccin-frappe .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-frappe .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .button.is-responsive.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-frappe .button.is-responsive,html.theme--catppuccin-frappe .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-frappe .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-frappe .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .button.is-responsive.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-frappe .button.is-responsive,html.theme--catppuccin-frappe .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-frappe .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-frappe .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-frappe .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-frappe .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-frappe .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-frappe .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-frappe .content li+li{margin-top:0.25em}html.theme--catppuccin-frappe .content p:not(:last-child),html.theme--catppuccin-frappe .content dl:not(:last-child),html.theme--catppuccin-frappe .content ol:not(:last-child),html.theme--catppuccin-frappe .content ul:not(:last-child),html.theme--catppuccin-frappe .content blockquote:not(:last-child),html.theme--catppuccin-frappe .content pre:not(:last-child),html.theme--catppuccin-frappe .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-frappe .content h1,html.theme--catppuccin-frappe .content h2,html.theme--catppuccin-frappe .content h3,html.theme--catppuccin-frappe .content h4,html.theme--catppuccin-frappe .content h5,html.theme--catppuccin-frappe .content h6{color:#c6d0f5;font-weight:600;line-height:1.125}html.theme--catppuccin-frappe .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-frappe .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-frappe .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-frappe .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-frappe .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-frappe .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-frappe .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-frappe .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-frappe .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-frappe .content blockquote{background-color:#292c3c;border-left:5px solid #626880;padding:1.25em 1.5em}html.theme--catppuccin-frappe .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-frappe .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-frappe .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-frappe .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-frappe .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-frappe .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-frappe .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-frappe .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-frappe .content ul ul ul{list-style-type:square}html.theme--catppuccin-frappe .content dd{margin-left:2em}html.theme--catppuccin-frappe .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-frappe .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-frappe .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-frappe .content figure img{display:inline-block}html.theme--catppuccin-frappe .content figure figcaption{font-style:italic}html.theme--catppuccin-frappe .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-frappe .content sup,html.theme--catppuccin-frappe .content sub{font-size:75%}html.theme--catppuccin-frappe .content table{width:100%}html.theme--catppuccin-frappe .content table td,html.theme--catppuccin-frappe .content table th{border:1px solid #626880;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-frappe .content table th{color:#b0bef1}html.theme--catppuccin-frappe .content table th:not([align]){text-align:inherit}html.theme--catppuccin-frappe .content table thead td,html.theme--catppuccin-frappe .content table thead th{border-width:0 0 2px;color:#b0bef1}html.theme--catppuccin-frappe .content table tfoot td,html.theme--catppuccin-frappe .content table tfoot th{border-width:2px 0 0;color:#b0bef1}html.theme--catppuccin-frappe .content table tbody tr:last-child td,html.theme--catppuccin-frappe .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-frappe .content .tabs li+li{margin-top:0}html.theme--catppuccin-frappe .content.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-frappe .content.is-normal{font-size:1rem}html.theme--catppuccin-frappe .content.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .content.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-frappe .icon.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-frappe .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-frappe .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-frappe .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-frappe .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-frappe .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-frappe div.icon-text{display:flex}html.theme--catppuccin-frappe .image,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-frappe .image img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-frappe .image img.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-frappe .image.is-fullwidth,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-frappe .image.is-square img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-frappe .image.is-square .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-frappe .image.is-1by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-frappe .image.is-1by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-frappe .image.is-5by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-frappe .image.is-5by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-frappe .image.is-4by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-frappe .image.is-4by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-frappe .image.is-3by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-frappe .image.is-5by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-frappe .image.is-5by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-frappe .image.is-16by9 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-frappe .image.is-16by9 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-frappe .image.is-2by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-frappe .image.is-2by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-frappe .image.is-3by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-frappe .image.is-3by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-frappe .image.is-4by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-frappe .image.is-4by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-frappe .image.is-3by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-frappe .image.is-3by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-frappe .image.is-2by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-frappe .image.is-2by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-frappe .image.is-3by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-frappe .image.is-9by16 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-frappe .image.is-9by16 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-frappe .image.is-1by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-frappe .image.is-1by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-frappe .image.is-1by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-frappe .image.is-1by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-frappe .image.is-square,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-frappe .image.is-1by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-frappe .image.is-5by4,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-frappe .image.is-4by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-frappe .image.is-3by2,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-frappe .image.is-5by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-frappe .image.is-16by9,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-frappe .image.is-2by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-frappe .image.is-3by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-frappe .image.is-4by5,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-frappe .image.is-3by4,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-frappe .image.is-2by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-frappe .image.is-3by5,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-frappe .image.is-9by16,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-frappe .image.is-1by2,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-frappe .image.is-1by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-frappe .image.is-16x16,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-frappe .image.is-24x24,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-frappe .image.is-32x32,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-frappe .image.is-48x48,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-frappe .image.is-64x64,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-frappe .image.is-96x96,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-frappe .image.is-128x128,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-frappe .notification{background-color:#292c3c;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-frappe .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-frappe .notification strong{color:currentColor}html.theme--catppuccin-frappe .notification code,html.theme--catppuccin-frappe .notification pre{background:#fff}html.theme--catppuccin-frappe .notification pre code{background:transparent}html.theme--catppuccin-frappe .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-frappe .notification .title,html.theme--catppuccin-frappe .notification .subtitle,html.theme--catppuccin-frappe .notification .content{color:currentColor}html.theme--catppuccin-frappe .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-dark,html.theme--catppuccin-frappe .content kbd.notification{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .notification.is-primary,html.theme--catppuccin-frappe .docstring>section>a.notification.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .notification.is-primary.is-light,html.theme--catppuccin-frappe .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .notification.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .notification.is-link.is-light{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .notification.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-info.is-light{background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .notification.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-success.is-light{background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .notification.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-warning.is-light{background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .notification.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .notification.is-danger.is-light{background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-frappe .progress::-webkit-progress-bar{background-color:#51576d}html.theme--catppuccin-frappe .progress::-webkit-progress-value{background-color:#838ba7}html.theme--catppuccin-frappe .progress::-moz-progress-bar{background-color:#838ba7}html.theme--catppuccin-frappe .progress::-ms-fill{background-color:#838ba7;border:none}html.theme--catppuccin-frappe .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-frappe .content kbd.progress::-webkit-progress-value{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-frappe .content kbd.progress::-moz-progress-bar{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark::-ms-fill,html.theme--catppuccin-frappe .content kbd.progress::-ms-fill{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark:indeterminate,html.theme--catppuccin-frappe .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #414559 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary::-ms-fill,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary:indeterminate,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #8caaee 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-link::-webkit-progress-value{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link::-moz-progress-bar{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link::-ms-fill{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link:indeterminate{background-image:linear-gradient(to right, #8caaee 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-info::-webkit-progress-value{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info::-moz-progress-bar{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info::-ms-fill{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info:indeterminate{background-image:linear-gradient(to right, #81c8be 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-success::-webkit-progress-value{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success::-moz-progress-bar{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success::-ms-fill{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6d189 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-warning::-webkit-progress-value{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning::-moz-progress-bar{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning::-ms-fill{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #e5c890 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-danger::-webkit-progress-value{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger::-moz-progress-bar{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger::-ms-fill{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #e78284 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#51576d;background-image:linear-gradient(to right, #c6d0f5 30%, #51576d 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-frappe .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-frappe .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-frappe .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-frappe .progress.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-frappe .progress.is-medium{height:1.25rem}html.theme--catppuccin-frappe .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-frappe .table{background-color:#51576d;color:#c6d0f5}html.theme--catppuccin-frappe .table td,html.theme--catppuccin-frappe .table th{border:1px solid #626880;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-frappe .table td.is-white,html.theme--catppuccin-frappe .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .table td.is-black,html.theme--catppuccin-frappe .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .table td.is-light,html.theme--catppuccin-frappe .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-dark,html.theme--catppuccin-frappe .table th.is-dark{background-color:#414559;border-color:#414559;color:#fff}html.theme--catppuccin-frappe .table td.is-primary,html.theme--catppuccin-frappe .table th.is-primary{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-link,html.theme--catppuccin-frappe .table th.is-link{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-info,html.theme--catppuccin-frappe .table th.is-info{background-color:#81c8be;border-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-success,html.theme--catppuccin-frappe .table th.is-success{background-color:#a6d189;border-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-warning,html.theme--catppuccin-frappe .table th.is-warning{background-color:#e5c890;border-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-danger,html.theme--catppuccin-frappe .table th.is-danger{background-color:#e78284;border-color:#e78284;color:#fff}html.theme--catppuccin-frappe .table td.is-narrow,html.theme--catppuccin-frappe .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-frappe .table td.is-selected,html.theme--catppuccin-frappe .table th.is-selected{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-selected a,html.theme--catppuccin-frappe .table td.is-selected strong,html.theme--catppuccin-frappe .table th.is-selected a,html.theme--catppuccin-frappe .table th.is-selected strong{color:currentColor}html.theme--catppuccin-frappe .table td.is-vcentered,html.theme--catppuccin-frappe .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-frappe .table th{color:#b0bef1}html.theme--catppuccin-frappe .table th:not([align]){text-align:left}html.theme--catppuccin-frappe .table tr.is-selected{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table tr.is-selected a,html.theme--catppuccin-frappe .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-frappe .table tr.is-selected td,html.theme--catppuccin-frappe .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-frappe .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table thead td,html.theme--catppuccin-frappe .table thead th{border-width:0 0 2px;color:#b0bef1}html.theme--catppuccin-frappe .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table tfoot td,html.theme--catppuccin-frappe .table tfoot th{border-width:2px 0 0;color:#b0bef1}html.theme--catppuccin-frappe .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table tbody tr:last-child td,html.theme--catppuccin-frappe .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-frappe .table.is-bordered td,html.theme--catppuccin-frappe .table.is-bordered th{border-width:1px}html.theme--catppuccin-frappe .table.is-bordered tr:last-child td,html.theme--catppuccin-frappe .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-frappe .table.is-fullwidth{width:100%}html.theme--catppuccin-frappe .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#414559}html.theme--catppuccin-frappe .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#414559}html.theme--catppuccin-frappe .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#454a5f}html.theme--catppuccin-frappe .table.is-narrow td,html.theme--catppuccin-frappe .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-frappe .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#414559}html.theme--catppuccin-frappe .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-frappe .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .tags .tag,html.theme--catppuccin-frappe .tags .content kbd,html.theme--catppuccin-frappe .content .tags kbd,html.theme--catppuccin-frappe .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-frappe .tags .tag:not(:last-child),html.theme--catppuccin-frappe .tags .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags kbd:not(:last-child),html.theme--catppuccin-frappe .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-frappe .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-frappe .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-frappe .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-frappe .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-frappe .tags.is-centered{justify-content:center}html.theme--catppuccin-frappe .tags.is-centered .tag,html.theme--catppuccin-frappe .tags.is-centered .content kbd,html.theme--catppuccin-frappe .content .tags.is-centered kbd,html.theme--catppuccin-frappe .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-frappe .tags.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .tags.is-right .tag:not(:first-child),html.theme--catppuccin-frappe .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-frappe .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-frappe .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-frappe .tags.is-right .tag:not(:last-child),html.theme--catppuccin-frappe .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-frappe .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-frappe .tags.has-addons .tag,html.theme--catppuccin-frappe .tags.has-addons .content kbd,html.theme--catppuccin-frappe .content .tags.has-addons kbd,html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-frappe .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-frappe .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-frappe .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-frappe .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-frappe .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-frappe .tag:not(body),html.theme--catppuccin-frappe .content kbd:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#292c3c;border-radius:.4em;color:#c6d0f5;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-frappe .tag:not(body) .delete,html.theme--catppuccin-frappe .content kbd:not(body) .delete,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-frappe .tag.is-white:not(body),html.theme--catppuccin-frappe .content kbd.is-white:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .tag.is-black:not(body),html.theme--catppuccin-frappe .content kbd.is-black:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .tag.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-dark:not(body),html.theme--catppuccin-frappe .content kbd:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-frappe .content .docstring>section>kbd:not(body){background-color:#414559;color:#fff}html.theme--catppuccin-frappe .tag.is-primary:not(body),html.theme--catppuccin-frappe .content kbd.is-primary:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .tag.is-primary.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .tag.is-link:not(body),html.theme--catppuccin-frappe .content kbd.is-link:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .tag.is-link.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-link.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .tag.is-info:not(body),html.theme--catppuccin-frappe .content kbd.is-info:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-info.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-info.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .tag.is-success:not(body),html.theme--catppuccin-frappe .content kbd.is-success:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-success.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-success.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .tag.is-warning:not(body),html.theme--catppuccin-frappe .content kbd.is-warning:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-warning.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .tag.is-danger:not(body),html.theme--catppuccin-frappe .content kbd.is-danger:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .tag.is-danger.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .tag.is-normal:not(body),html.theme--catppuccin-frappe .content kbd.is-normal:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-frappe .tag.is-medium:not(body),html.theme--catppuccin-frappe .content kbd.is-medium:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-frappe .tag.is-large:not(body),html.theme--catppuccin-frappe .content kbd.is-large:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-frappe .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-frappe .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-frappe .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-frappe .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-frappe .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-frappe .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-frappe .tag.is-delete:not(body),html.theme--catppuccin-frappe .content kbd.is-delete:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-frappe .tag.is-delete:not(body)::before,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::before,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-frappe .tag.is-delete:not(body)::after,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::after,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-frappe .tag.is-delete:not(body)::before,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::before,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-frappe .tag.is-delete:not(body)::after,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::after,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-frappe .tag.is-delete:not(body):hover,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):hover,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-frappe .tag.is-delete:not(body):focus,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):focus,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#1f212d}html.theme--catppuccin-frappe .tag.is-delete:not(body):active,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):active,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#14161e}html.theme--catppuccin-frappe .tag.is-rounded:not(body),html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-frappe .content kbd.is-rounded:not(body),html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-frappe a.tag:hover,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-frappe .title,html.theme--catppuccin-frappe .subtitle{word-break:break-word}html.theme--catppuccin-frappe .title em,html.theme--catppuccin-frappe .title span,html.theme--catppuccin-frappe .subtitle em,html.theme--catppuccin-frappe .subtitle span{font-weight:inherit}html.theme--catppuccin-frappe .title sub,html.theme--catppuccin-frappe .subtitle sub{font-size:.75em}html.theme--catppuccin-frappe .title sup,html.theme--catppuccin-frappe .subtitle sup{font-size:.75em}html.theme--catppuccin-frappe .title .tag,html.theme--catppuccin-frappe .title .content kbd,html.theme--catppuccin-frappe .content .title kbd,html.theme--catppuccin-frappe .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-frappe .subtitle .tag,html.theme--catppuccin-frappe .subtitle .content kbd,html.theme--catppuccin-frappe .content .subtitle kbd,html.theme--catppuccin-frappe .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-frappe .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-frappe .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-frappe .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-frappe .title.is-1{font-size:3rem}html.theme--catppuccin-frappe .title.is-2{font-size:2.5rem}html.theme--catppuccin-frappe .title.is-3{font-size:2rem}html.theme--catppuccin-frappe .title.is-4{font-size:1.5rem}html.theme--catppuccin-frappe .title.is-5{font-size:1.25rem}html.theme--catppuccin-frappe .title.is-6{font-size:1rem}html.theme--catppuccin-frappe .title.is-7{font-size:.75rem}html.theme--catppuccin-frappe .subtitle{color:#737994;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-frappe .subtitle strong{color:#737994;font-weight:600}html.theme--catppuccin-frappe .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-frappe .subtitle.is-1{font-size:3rem}html.theme--catppuccin-frappe .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-frappe .subtitle.is-3{font-size:2rem}html.theme--catppuccin-frappe .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-frappe .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-frappe .subtitle.is-6{font-size:1rem}html.theme--catppuccin-frappe .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-frappe .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-frappe .number{align-items:center;background-color:#292c3c;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{background-color:#303446;border-color:#626880;border-radius:.4em;color:#838ba7}html.theme--catppuccin-frappe .select select::-moz-placeholder,html.theme--catppuccin-frappe .textarea::-moz-placeholder,html.theme--catppuccin-frappe .input::-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select::-webkit-input-placeholder,html.theme--catppuccin-frappe .textarea::-webkit-input-placeholder,html.theme--catppuccin-frappe .input::-webkit-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:-moz-placeholder,html.theme--catppuccin-frappe .textarea:-moz-placeholder,html.theme--catppuccin-frappe .input:-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:-ms-input-placeholder,html.theme--catppuccin-frappe .textarea:-ms-input-placeholder,html.theme--catppuccin-frappe .input:-ms-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:hover,html.theme--catppuccin-frappe .textarea:hover,html.theme--catppuccin-frappe .input:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-frappe .select select.is-hovered,html.theme--catppuccin-frappe .is-hovered.textarea,html.theme--catppuccin-frappe .is-hovered.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#737994}html.theme--catppuccin-frappe .select select:focus,html.theme--catppuccin-frappe .textarea:focus,html.theme--catppuccin-frappe .input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-frappe .select select.is-focused,html.theme--catppuccin-frappe .is-focused.textarea,html.theme--catppuccin-frappe .is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .select select:active,html.theme--catppuccin-frappe .textarea:active,html.theme--catppuccin-frappe .input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-frappe .select select.is-active,html.theme--catppuccin-frappe .is-active.textarea,html.theme--catppuccin-frappe .is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#8caaee;box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select select[disabled],html.theme--catppuccin-frappe .textarea[disabled],html.theme--catppuccin-frappe .input[disabled],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-frappe .select select,fieldset[disabled] html.theme--catppuccin-frappe .textarea,fieldset[disabled] html.theme--catppuccin-frappe .input,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{background-color:#737994;border-color:#292c3c;box-shadow:none;color:#f1f4fd}html.theme--catppuccin-frappe .select select[disabled]::-moz-placeholder,html.theme--catppuccin-frappe .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-frappe .input[disabled]::-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]:-moz-placeholder,html.theme--catppuccin-frappe .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-frappe .input[disabled]:-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-frappe .textarea[readonly],html.theme--catppuccin-frappe .input[readonly],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-frappe .is-white.textarea,html.theme--catppuccin-frappe .is-white.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-frappe .is-white.textarea:focus,html.theme--catppuccin-frappe .is-white.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-frappe .is-white.is-focused.textarea,html.theme--catppuccin-frappe .is-white.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-white.textarea:active,html.theme--catppuccin-frappe .is-white.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-frappe .is-white.is-active.textarea,html.theme--catppuccin-frappe .is-white.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .is-black.textarea,html.theme--catppuccin-frappe .is-black.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-frappe .is-black.textarea:focus,html.theme--catppuccin-frappe .is-black.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-frappe .is-black.is-focused.textarea,html.theme--catppuccin-frappe .is-black.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-black.textarea:active,html.theme--catppuccin-frappe .is-black.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-frappe .is-black.is-active.textarea,html.theme--catppuccin-frappe .is-black.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .is-light.textarea,html.theme--catppuccin-frappe .is-light.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-frappe .is-light.textarea:focus,html.theme--catppuccin-frappe .is-light.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-frappe .is-light.is-focused.textarea,html.theme--catppuccin-frappe .is-light.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-light.textarea:active,html.theme--catppuccin-frappe .is-light.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-frappe .is-light.is-active.textarea,html.theme--catppuccin-frappe .is-light.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .is-dark.textarea,html.theme--catppuccin-frappe .content kbd.textarea,html.theme--catppuccin-frappe .is-dark.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-frappe .content kbd.input{border-color:#414559}html.theme--catppuccin-frappe .is-dark.textarea:focus,html.theme--catppuccin-frappe .content kbd.textarea:focus,html.theme--catppuccin-frappe .is-dark.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-frappe .content kbd.input:focus,html.theme--catppuccin-frappe .is-dark.is-focused.textarea,html.theme--catppuccin-frappe .content kbd.is-focused.textarea,html.theme--catppuccin-frappe .is-dark.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .content kbd.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-dark.textarea:active,html.theme--catppuccin-frappe .content kbd.textarea:active,html.theme--catppuccin-frappe .is-dark.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-frappe .content kbd.input:active,html.theme--catppuccin-frappe .is-dark.is-active.textarea,html.theme--catppuccin-frappe .content kbd.is-active.textarea,html.theme--catppuccin-frappe .is-dark.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .content kbd.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .is-primary.textarea,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink{border-color:#8caaee}html.theme--catppuccin-frappe .is-primary.textarea:focus,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-frappe .is-primary.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-frappe .is-primary.is-focused.textarea,html.theme--catppuccin-frappe .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.textarea:active,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-frappe .is-primary.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-frappe .is-primary.is-active.textarea,html.theme--catppuccin-frappe .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .is-link.textarea,html.theme--catppuccin-frappe .is-link.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#8caaee}html.theme--catppuccin-frappe .is-link.textarea:focus,html.theme--catppuccin-frappe .is-link.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-frappe .is-link.is-focused.textarea,html.theme--catppuccin-frappe .is-link.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-link.textarea:active,html.theme--catppuccin-frappe .is-link.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-frappe .is-link.is-active.textarea,html.theme--catppuccin-frappe .is-link.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .is-info.textarea,html.theme--catppuccin-frappe .is-info.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#81c8be}html.theme--catppuccin-frappe .is-info.textarea:focus,html.theme--catppuccin-frappe .is-info.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-frappe .is-info.is-focused.textarea,html.theme--catppuccin-frappe .is-info.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-info.textarea:active,html.theme--catppuccin-frappe .is-info.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-frappe .is-info.is-active.textarea,html.theme--catppuccin-frappe .is-info.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .is-success.textarea,html.theme--catppuccin-frappe .is-success.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6d189}html.theme--catppuccin-frappe .is-success.textarea:focus,html.theme--catppuccin-frappe .is-success.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-frappe .is-success.is-focused.textarea,html.theme--catppuccin-frappe .is-success.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-success.textarea:active,html.theme--catppuccin-frappe .is-success.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-frappe .is-success.is-active.textarea,html.theme--catppuccin-frappe .is-success.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .is-warning.textarea,html.theme--catppuccin-frappe .is-warning.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#e5c890}html.theme--catppuccin-frappe .is-warning.textarea:focus,html.theme--catppuccin-frappe .is-warning.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-frappe .is-warning.is-focused.textarea,html.theme--catppuccin-frappe .is-warning.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-warning.textarea:active,html.theme--catppuccin-frappe .is-warning.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-frappe .is-warning.is-active.textarea,html.theme--catppuccin-frappe .is-warning.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .is-danger.textarea,html.theme--catppuccin-frappe .is-danger.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#e78284}html.theme--catppuccin-frappe .is-danger.textarea:focus,html.theme--catppuccin-frappe .is-danger.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-frappe .is-danger.is-focused.textarea,html.theme--catppuccin-frappe .is-danger.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-danger.textarea:active,html.theme--catppuccin-frappe .is-danger.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-frappe .is-danger.is-active.textarea,html.theme--catppuccin-frappe .is-danger.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .is-small.textarea,html.theme--catppuccin-frappe .is-small.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-frappe .is-medium.textarea,html.theme--catppuccin-frappe .is-medium.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .is-large.textarea,html.theme--catppuccin-frappe .is-large.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .is-fullwidth.textarea,html.theme--catppuccin-frappe .is-fullwidth.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-frappe .is-inline.textarea,html.theme--catppuccin-frappe .is-inline.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-frappe .input.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-frappe .input.is-static,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-frappe .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-frappe .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-frappe .textarea[rows]{height:initial}html.theme--catppuccin-frappe .textarea.has-fixed-size{resize:none}html.theme--catppuccin-frappe .radio,html.theme--catppuccin-frappe .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-frappe .radio input,html.theme--catppuccin-frappe .checkbox input{cursor:pointer}html.theme--catppuccin-frappe .radio:hover,html.theme--catppuccin-frappe .checkbox:hover{color:#99d1db}html.theme--catppuccin-frappe .radio[disabled],html.theme--catppuccin-frappe .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-frappe .radio,fieldset[disabled] html.theme--catppuccin-frappe .checkbox,html.theme--catppuccin-frappe .radio input[disabled],html.theme--catppuccin-frappe .checkbox input[disabled]{color:#f1f4fd;cursor:not-allowed}html.theme--catppuccin-frappe .radio+.radio{margin-left:.5em}html.theme--catppuccin-frappe .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-frappe .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading)::after{border-color:#8caaee;right:1.125em;z-index:4}html.theme--catppuccin-frappe .select.is-rounded select,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-frappe .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-frappe .select select::-ms-expand{display:none}html.theme--catppuccin-frappe .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-frappe .select select:hover{border-color:#292c3c}html.theme--catppuccin-frappe .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-frappe .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-frappe .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#99d1db}html.theme--catppuccin-frappe .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-frappe .select.is-white select{border-color:#fff}html.theme--catppuccin-frappe .select.is-white select:hover,html.theme--catppuccin-frappe .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-frappe .select.is-white select:focus,html.theme--catppuccin-frappe .select.is-white select.is-focused,html.theme--catppuccin-frappe .select.is-white select:active,html.theme--catppuccin-frappe .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-frappe .select.is-black select:hover,html.theme--catppuccin-frappe .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-frappe .select.is-black select:focus,html.theme--catppuccin-frappe .select.is-black select.is-focused,html.theme--catppuccin-frappe .select.is-black select:active,html.theme--catppuccin-frappe .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-frappe .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-frappe .select.is-light select:hover,html.theme--catppuccin-frappe .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-frappe .select.is-light select:focus,html.theme--catppuccin-frappe .select.is-light select.is-focused,html.theme--catppuccin-frappe .select.is-light select:active,html.theme--catppuccin-frappe .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .select.is-dark:not(:hover)::after,html.theme--catppuccin-frappe .content kbd.select:not(:hover)::after{border-color:#414559}html.theme--catppuccin-frappe .select.is-dark select,html.theme--catppuccin-frappe .content kbd.select select{border-color:#414559}html.theme--catppuccin-frappe .select.is-dark select:hover,html.theme--catppuccin-frappe .content kbd.select select:hover,html.theme--catppuccin-frappe .select.is-dark select.is-hovered,html.theme--catppuccin-frappe .content kbd.select select.is-hovered{border-color:#363a4a}html.theme--catppuccin-frappe .select.is-dark select:focus,html.theme--catppuccin-frappe .content kbd.select select:focus,html.theme--catppuccin-frappe .select.is-dark select.is-focused,html.theme--catppuccin-frappe .content kbd.select select.is-focused,html.theme--catppuccin-frappe .select.is-dark select:active,html.theme--catppuccin-frappe .content kbd.select select:active,html.theme--catppuccin-frappe .select.is-dark select.is-active,html.theme--catppuccin-frappe .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .select.is-primary:not(:hover)::after,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-primary select,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-primary select:hover,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-frappe .select.is-primary select.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#769aeb}html.theme--catppuccin-frappe .select.is-primary select:focus,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-frappe .select.is-primary select.is-focused,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-frappe .select.is-primary select:active,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-frappe .select.is-primary select.is-active,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select.is-link:not(:hover)::after{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-link select{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-link select:hover,html.theme--catppuccin-frappe .select.is-link select.is-hovered{border-color:#769aeb}html.theme--catppuccin-frappe .select.is-link select:focus,html.theme--catppuccin-frappe .select.is-link select.is-focused,html.theme--catppuccin-frappe .select.is-link select:active,html.theme--catppuccin-frappe .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select.is-info:not(:hover)::after{border-color:#81c8be}html.theme--catppuccin-frappe .select.is-info select{border-color:#81c8be}html.theme--catppuccin-frappe .select.is-info select:hover,html.theme--catppuccin-frappe .select.is-info select.is-hovered{border-color:#6fc0b5}html.theme--catppuccin-frappe .select.is-info select:focus,html.theme--catppuccin-frappe .select.is-info select.is-focused,html.theme--catppuccin-frappe .select.is-info select:active,html.theme--catppuccin-frappe .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .select.is-success:not(:hover)::after{border-color:#a6d189}html.theme--catppuccin-frappe .select.is-success select{border-color:#a6d189}html.theme--catppuccin-frappe .select.is-success select:hover,html.theme--catppuccin-frappe .select.is-success select.is-hovered{border-color:#98ca77}html.theme--catppuccin-frappe .select.is-success select:focus,html.theme--catppuccin-frappe .select.is-success select.is-focused,html.theme--catppuccin-frappe .select.is-success select:active,html.theme--catppuccin-frappe .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .select.is-warning:not(:hover)::after{border-color:#e5c890}html.theme--catppuccin-frappe .select.is-warning select{border-color:#e5c890}html.theme--catppuccin-frappe .select.is-warning select:hover,html.theme--catppuccin-frappe .select.is-warning select.is-hovered{border-color:#e0be7b}html.theme--catppuccin-frappe .select.is-warning select:focus,html.theme--catppuccin-frappe .select.is-warning select.is-focused,html.theme--catppuccin-frappe .select.is-warning select:active,html.theme--catppuccin-frappe .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .select.is-danger:not(:hover)::after{border-color:#e78284}html.theme--catppuccin-frappe .select.is-danger select{border-color:#e78284}html.theme--catppuccin-frappe .select.is-danger select:hover,html.theme--catppuccin-frappe .select.is-danger select.is-hovered{border-color:#e36d6f}html.theme--catppuccin-frappe .select.is-danger select:focus,html.theme--catppuccin-frappe .select.is-danger select.is-focused,html.theme--catppuccin-frappe .select.is-danger select:active,html.theme--catppuccin-frappe .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .select.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-frappe .select.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .select.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .select.is-disabled::after{border-color:#f1f4fd !important;opacity:0.5}html.theme--catppuccin-frappe .select.is-fullwidth{width:100%}html.theme--catppuccin-frappe .select.is-fullwidth select{width:100%}html.theme--catppuccin-frappe .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-frappe .select.is-loading.is-small:after,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-frappe .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-frappe .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-frappe .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-frappe .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:hover .file-cta,html.theme--catppuccin-frappe .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:focus .file-cta,html.theme--catppuccin-frappe .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:active .file-cta,html.theme--catppuccin-frappe .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-black:hover .file-cta,html.theme--catppuccin-frappe .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-black:focus .file-cta,html.theme--catppuccin-frappe .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-black:active .file-cta,html.theme--catppuccin-frappe .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:hover .file-cta,html.theme--catppuccin-frappe .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:focus .file-cta,html.theme--catppuccin-frappe .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:active .file-cta,html.theme--catppuccin-frappe .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-dark .file-cta,html.theme--catppuccin-frappe .content kbd.file .file-cta{background-color:#414559;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-dark:hover .file-cta,html.theme--catppuccin-frappe .content kbd.file:hover .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-hovered .file-cta{background-color:#3c3f52;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-dark:focus .file-cta,html.theme--catppuccin-frappe .content kbd.file:focus .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-focused .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(65,69,89,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-dark:active .file-cta,html.theme--catppuccin-frappe .content kbd.file:active .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-active .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-active .file-cta{background-color:#363a4a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary:hover .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary:focus .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-focused .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,170,238,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-primary:active .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-active .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link .file-cta{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link:hover .file-cta,html.theme--catppuccin-frappe .file.is-link.is-hovered .file-cta{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link:focus .file-cta,html.theme--catppuccin-frappe .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,170,238,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-link:active .file-cta,html.theme--catppuccin-frappe .file.is-link.is-active .file-cta{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-info .file-cta{background-color:#81c8be;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:hover .file-cta,html.theme--catppuccin-frappe .file.is-info.is-hovered .file-cta{background-color:#78c4b9;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:focus .file-cta,html.theme--catppuccin-frappe .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(129,200,190,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:active .file-cta,html.theme--catppuccin-frappe .file.is-info.is-active .file-cta{background-color:#6fc0b5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success .file-cta{background-color:#a6d189;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:hover .file-cta,html.theme--catppuccin-frappe .file.is-success.is-hovered .file-cta{background-color:#9fcd80;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:focus .file-cta,html.theme--catppuccin-frappe .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,209,137,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:active .file-cta,html.theme--catppuccin-frappe .file.is-success.is-active .file-cta{background-color:#98ca77;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning .file-cta{background-color:#e5c890;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:hover .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-hovered .file-cta{background-color:#e3c386;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:focus .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(229,200,144,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:active .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-active .file-cta{background-color:#e0be7b;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-danger .file-cta{background-color:#e78284;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-danger:hover .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-hovered .file-cta{background-color:#e57779;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-danger:focus .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(231,130,132,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-danger:active .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-active .file-cta{background-color:#e36d6f;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-frappe .file.is-normal{font-size:1rem}html.theme--catppuccin-frappe .file.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-frappe .file.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-frappe .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-frappe .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-frappe .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-frappe .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-frappe .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-frappe .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-frappe .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-frappe .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-frappe .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-frappe .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-frappe .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-frappe .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-frappe .file.is-centered{justify-content:center}html.theme--catppuccin-frappe .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-frappe .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-frappe .file.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-frappe .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-frappe .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-frappe .file-label:hover .file-cta{background-color:#3c3f52;color:#b0bef1}html.theme--catppuccin-frappe .file-label:hover .file-name{border-color:#5c6279}html.theme--catppuccin-frappe .file-label:active .file-cta{background-color:#363a4a;color:#b0bef1}html.theme--catppuccin-frappe .file-label:active .file-name{border-color:#575c72}html.theme--catppuccin-frappe .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe .file-name{border-color:#626880;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-frappe .file-cta{background-color:#414559;color:#c6d0f5}html.theme--catppuccin-frappe .file-name{border-color:#626880;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-frappe .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-frappe .file-icon .fa{font-size:14px}html.theme--catppuccin-frappe .label{color:#b0bef1;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-frappe .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-frappe .label.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-frappe .label.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .label.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-frappe .help.is-white{color:#fff}html.theme--catppuccin-frappe .help.is-black{color:#0a0a0a}html.theme--catppuccin-frappe .help.is-light{color:#f5f5f5}html.theme--catppuccin-frappe .help.is-dark,html.theme--catppuccin-frappe .content kbd.help{color:#414559}html.theme--catppuccin-frappe .help.is-primary,html.theme--catppuccin-frappe .docstring>section>a.help.docs-sourcelink{color:#8caaee}html.theme--catppuccin-frappe .help.is-link{color:#8caaee}html.theme--catppuccin-frappe .help.is-info{color:#81c8be}html.theme--catppuccin-frappe .help.is-success{color:#a6d189}html.theme--catppuccin-frappe .help.is-warning{color:#e5c890}html.theme--catppuccin-frappe .help.is-danger{color:#e78284}html.theme--catppuccin-frappe .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-frappe .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-frappe .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-frappe .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-frappe .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-frappe .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-frappe .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-frappe .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-frappe .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field.is-horizontal{display:flex}}html.theme--catppuccin-frappe .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-frappe .field-label.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-frappe .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-frappe .field-body .field{margin-bottom:0}html.theme--catppuccin-frappe .field-body>.field{flex-shrink:1}html.theme--catppuccin-frappe .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-frappe .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-frappe .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-frappe .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select:focus~.icon{color:#414559}html.theme--catppuccin-frappe .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-frappe .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-frappe .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-frappe .control.has-icons-left .icon,html.theme--catppuccin-frappe .control.has-icons-right .icon{color:#626880;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-frappe .control.has-icons-left .input,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-frappe .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-frappe .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-frappe .control.has-icons-right .input,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-frappe .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-frappe .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-frappe .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-frappe .control.is-loading.is-small:after,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-frappe .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-frappe .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-frappe .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-frappe .breadcrumb a{align-items:center;color:#8caaee;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-frappe .breadcrumb a:hover{color:#99d1db}html.theme--catppuccin-frappe .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-frappe .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-frappe .breadcrumb li.is-active a{color:#b0bef1;cursor:default;pointer-events:none}html.theme--catppuccin-frappe .breadcrumb li+li::before{color:#737994;content:"\0002f"}html.theme--catppuccin-frappe .breadcrumb ul,html.theme--catppuccin-frappe .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-frappe .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-frappe .breadcrumb.is-centered ol,html.theme--catppuccin-frappe .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-frappe .breadcrumb.is-right ol,html.theme--catppuccin-frappe .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-frappe .breadcrumb.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-frappe .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-frappe .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-frappe .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-frappe .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-frappe .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#c6d0f5;max-width:100%;position:relative}html.theme--catppuccin-frappe .card-footer:first-child,html.theme--catppuccin-frappe .card-content:first-child,html.theme--catppuccin-frappe .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-frappe .card-footer:last-child,html.theme--catppuccin-frappe .card-content:last-child,html.theme--catppuccin-frappe .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-frappe .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-frappe .card-header-title{align-items:center;color:#b0bef1;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-frappe .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-frappe .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-frappe .card-image{display:block;position:relative}html.theme--catppuccin-frappe .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-frappe .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-frappe .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-frappe .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-frappe .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-frappe .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-frappe .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-frappe .dropdown.is-active .dropdown-menu,html.theme--catppuccin-frappe .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-frappe .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-frappe .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-frappe .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-frappe .dropdown-content{background-color:#292c3c;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-frappe .dropdown-item{color:#c6d0f5;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-frappe a.dropdown-item,html.theme--catppuccin-frappe button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-frappe a.dropdown-item:hover,html.theme--catppuccin-frappe button.dropdown-item:hover{background-color:#292c3c;color:#0a0a0a}html.theme--catppuccin-frappe a.dropdown-item.is-active,html.theme--catppuccin-frappe button.dropdown-item.is-active{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-frappe .level{align-items:center;justify-content:space-between}html.theme--catppuccin-frappe .level code{border-radius:.4em}html.theme--catppuccin-frappe .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-frappe .level.is-mobile{display:flex}html.theme--catppuccin-frappe .level.is-mobile .level-left,html.theme--catppuccin-frappe .level.is-mobile .level-right{display:flex}html.theme--catppuccin-frappe .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-frappe .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-frappe .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level{display:flex}html.theme--catppuccin-frappe .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-frappe .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-frappe .level-item .title,html.theme--catppuccin-frappe .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-frappe .level-left,html.theme--catppuccin-frappe .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .level-left .level-item.is-flexible,html.theme--catppuccin-frappe .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-left .level-item:not(:last-child),html.theme--catppuccin-frappe .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-frappe .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-left{display:flex}}html.theme--catppuccin-frappe .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-right{display:flex}}html.theme--catppuccin-frappe .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-frappe .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-frappe .media .media{border-top:1px solid rgba(98,104,128,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-frappe .media .media .content:not(:last-child),html.theme--catppuccin-frappe .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-frappe .media .media .media{padding-top:.5rem}html.theme--catppuccin-frappe .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-frappe .media+.media{border-top:1px solid rgba(98,104,128,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-frappe .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-frappe .media-left,html.theme--catppuccin-frappe .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .media-left{margin-right:1rem}html.theme--catppuccin-frappe .media-right{margin-left:1rem}html.theme--catppuccin-frappe .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .media-content{overflow-x:auto}}html.theme--catppuccin-frappe .menu{font-size:1rem}html.theme--catppuccin-frappe .menu.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-frappe .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .menu.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .menu-list{line-height:1.25}html.theme--catppuccin-frappe .menu-list a{border-radius:3px;color:#c6d0f5;display:block;padding:0.5em 0.75em}html.theme--catppuccin-frappe .menu-list a:hover{background-color:#292c3c;color:#b0bef1}html.theme--catppuccin-frappe .menu-list a.is-active{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .menu-list li ul{border-left:1px solid #626880;margin:.75em;padding-left:.75em}html.theme--catppuccin-frappe .menu-label{color:#f1f4fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-frappe .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-frappe .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-frappe .message{background-color:#292c3c;border-radius:.4em;font-size:1rem}html.theme--catppuccin-frappe .message strong{color:currentColor}html.theme--catppuccin-frappe .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-frappe .message.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-frappe .message.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .message.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .message.is-white{background-color:#fff}html.theme--catppuccin-frappe .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-frappe .message.is-black{background-color:#fafafa}html.theme--catppuccin-frappe .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-frappe .message.is-light{background-color:#fafafa}html.theme--catppuccin-frappe .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-frappe .message.is-dark,html.theme--catppuccin-frappe .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-frappe .message.is-dark .message-header,html.theme--catppuccin-frappe .content kbd.message .message-header{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .message.is-dark .message-body,html.theme--catppuccin-frappe .content kbd.message .message-body{border-color:#414559}html.theme--catppuccin-frappe .message.is-primary,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink{background-color:#edf2fc}html.theme--catppuccin-frappe .message.is-primary .message-header,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink .message-header{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .message.is-primary .message-body,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink .message-body{border-color:#8caaee;color:#153a8e}html.theme--catppuccin-frappe .message.is-link{background-color:#edf2fc}html.theme--catppuccin-frappe .message.is-link .message-header{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .message.is-link .message-body{border-color:#8caaee;color:#153a8e}html.theme--catppuccin-frappe .message.is-info{background-color:#f1f9f8}html.theme--catppuccin-frappe .message.is-info .message-header{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-info .message-body{border-color:#81c8be;color:#2d675f}html.theme--catppuccin-frappe .message.is-success{background-color:#f4f9f0}html.theme--catppuccin-frappe .message.is-success .message-header{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-success .message-body{border-color:#a6d189;color:#446a29}html.theme--catppuccin-frappe .message.is-warning{background-color:#fbf7ee}html.theme--catppuccin-frappe .message.is-warning .message-header{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-warning .message-body{border-color:#e5c890;color:#78591c}html.theme--catppuccin-frappe .message.is-danger{background-color:#fceeee}html.theme--catppuccin-frappe .message.is-danger .message-header{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .message.is-danger .message-body{border-color:#e78284;color:#9a1e20}html.theme--catppuccin-frappe .message-header{align-items:center;background-color:#c6d0f5;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-frappe .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-frappe .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .message-body{border-color:#626880;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#c6d0f5;padding:1.25em 1.5em}html.theme--catppuccin-frappe .message-body code,html.theme--catppuccin-frappe .message-body pre{background-color:#fff}html.theme--catppuccin-frappe .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-frappe .modal.is-active{display:flex}html.theme--catppuccin-frappe .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-frappe .modal-content,html.theme--catppuccin-frappe .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-frappe .modal-content,html.theme--catppuccin-frappe .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-frappe .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-frappe .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-frappe .modal-card-head,html.theme--catppuccin-frappe .modal-card-foot{align-items:center;background-color:#292c3c;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-frappe .modal-card-head{border-bottom:1px solid #626880;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-frappe .modal-card-title{color:#c6d0f5;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-frappe .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #626880}html.theme--catppuccin-frappe .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-frappe .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#303446;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-frappe .navbar{background-color:#8caaee;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-frappe .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-frappe .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-frappe .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-dark,html.theme--catppuccin-frappe .content kbd.navbar{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-burger,html.theme--catppuccin-frappe .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#414559;color:#fff}}html.theme--catppuccin-frappe .navbar.is-primary,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-burger,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee;color:#fff}}html.theme--catppuccin-frappe .navbar.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee;color:#fff}}html.theme--catppuccin-frappe .navbar.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#81c8be;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6d189;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#e5c890;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#e78284;color:#fff}}html.theme--catppuccin-frappe .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-frappe .navbar.has-shadow{box-shadow:0 2px 0 0 #292c3c}html.theme--catppuccin-frappe .navbar.is-fixed-bottom,html.theme--catppuccin-frappe .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #292c3c}html.theme--catppuccin-frappe .navbar.is-fixed-top{top:0}html.theme--catppuccin-frappe html.has-navbar-fixed-top,html.theme--catppuccin-frappe body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-frappe .navbar-brand,html.theme--catppuccin-frappe .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-frappe .navbar-brand a.navbar-item:focus,html.theme--catppuccin-frappe .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-frappe .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-frappe .navbar-burger{color:#c6d0f5;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-frappe .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-frappe .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-frappe .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-frappe .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-frappe .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-frappe .navbar-menu{display:none}html.theme--catppuccin-frappe .navbar-item,html.theme--catppuccin-frappe .navbar-link{color:#c6d0f5;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-frappe .navbar-item .icon:only-child,html.theme--catppuccin-frappe .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-frappe a.navbar-item,html.theme--catppuccin-frappe .navbar-link{cursor:pointer}html.theme--catppuccin-frappe a.navbar-item:focus,html.theme--catppuccin-frappe a.navbar-item:focus-within,html.theme--catppuccin-frappe a.navbar-item:hover,html.theme--catppuccin-frappe a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar-link:focus,html.theme--catppuccin-frappe .navbar-link:focus-within,html.theme--catppuccin-frappe .navbar-link:hover,html.theme--catppuccin-frappe .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#8caaee}html.theme--catppuccin-frappe .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .navbar-item img{max-height:1.75rem}html.theme--catppuccin-frappe .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-frappe .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-frappe .navbar-item.is-tab:focus,html.theme--catppuccin-frappe .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#8caaee}html.theme--catppuccin-frappe .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#8caaee;border-bottom-style:solid;border-bottom-width:3px;color:#8caaee;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-frappe .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-frappe .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-frappe .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-frappe .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .navbar>.container{display:block}html.theme--catppuccin-frappe .navbar-brand .navbar-item,html.theme--catppuccin-frappe .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-frappe .navbar-link::after{display:none}html.theme--catppuccin-frappe .navbar-menu{background-color:#8caaee;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-frappe .navbar-menu.is-active{display:block}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch,html.theme--catppuccin-frappe .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-frappe .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-frappe .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-frappe html.has-navbar-fixed-top-touch,html.theme--catppuccin-frappe body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar,html.theme--catppuccin-frappe .navbar-menu,html.theme--catppuccin-frappe .navbar-start,html.theme--catppuccin-frappe .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-frappe .navbar{min-height:4rem}html.theme--catppuccin-frappe .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-frappe .navbar.is-spaced .navbar-start,html.theme--catppuccin-frappe .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-frappe .navbar.is-spaced a.navbar-item,html.theme--catppuccin-frappe .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#838ba7}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8caaee}html.theme--catppuccin-frappe .navbar-burger{display:none}html.theme--catppuccin-frappe .navbar-item,html.theme--catppuccin-frappe .navbar-link{align-items:center;display:flex}html.theme--catppuccin-frappe .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-frappe .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-frappe .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-frappe .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-frappe .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-frappe .navbar-dropdown{background-color:#8caaee;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-frappe .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#838ba7}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8caaee}.navbar.is-spaced html.theme--catppuccin-frappe .navbar-dropdown,html.theme--catppuccin-frappe .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-frappe .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-frappe .navbar-divider{display:block}html.theme--catppuccin-frappe .navbar>.container .navbar-brand,html.theme--catppuccin-frappe .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-frappe .navbar>.container .navbar-menu,html.theme--catppuccin-frappe .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-frappe .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-frappe html.has-navbar-fixed-top-desktop,html.theme--catppuccin-frappe body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-frappe html.has-spaced-navbar-fixed-top,html.theme--catppuccin-frappe body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-frappe html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-frappe body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-frappe a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar-link.is-active{color:#8caaee}html.theme--catppuccin-frappe a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-frappe .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-frappe .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-frappe .pagination.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-frappe .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .pagination.is-rounded .pagination-previous,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-frappe .pagination.is-rounded .pagination-next,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-frappe .pagination.is-rounded .pagination-link,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-frappe .pagination,html.theme--catppuccin-frappe .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link{border-color:#626880;color:#8caaee;min-width:2.5em}html.theme--catppuccin-frappe .pagination-previous:hover,html.theme--catppuccin-frappe .pagination-next:hover,html.theme--catppuccin-frappe .pagination-link:hover{border-color:#737994;color:#99d1db}html.theme--catppuccin-frappe .pagination-previous:focus,html.theme--catppuccin-frappe .pagination-next:focus,html.theme--catppuccin-frappe .pagination-link:focus{border-color:#737994}html.theme--catppuccin-frappe .pagination-previous:active,html.theme--catppuccin-frappe .pagination-next:active,html.theme--catppuccin-frappe .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-frappe .pagination-previous[disabled],html.theme--catppuccin-frappe .pagination-previous.is-disabled,html.theme--catppuccin-frappe .pagination-next[disabled],html.theme--catppuccin-frappe .pagination-next.is-disabled,html.theme--catppuccin-frappe .pagination-link[disabled],html.theme--catppuccin-frappe .pagination-link.is-disabled{background-color:#626880;border-color:#626880;box-shadow:none;color:#f1f4fd;opacity:0.5}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-frappe .pagination-link.is-current{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .pagination-ellipsis{color:#737994;pointer-events:none}html.theme--catppuccin-frappe .pagination-list{flex-wrap:wrap}html.theme--catppuccin-frappe .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .pagination{flex-wrap:wrap}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-frappe .pagination-previous{order:2}html.theme--catppuccin-frappe .pagination-next{order:3}html.theme--catppuccin-frappe .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-frappe .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-frappe .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-frappe .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-frappe .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-frappe .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-frappe .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-frappe .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-frappe .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-frappe .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-frappe .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-frappe .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-frappe .panel.is-dark .panel-heading,html.theme--catppuccin-frappe .content kbd.panel .panel-heading{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-frappe .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#414559}html.theme--catppuccin-frappe .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-frappe .content kbd.panel .panel-block.is-active .panel-icon{color:#414559}html.theme--catppuccin-frappe .panel.is-primary .panel-heading,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#8caaee}html.theme--catppuccin-frappe .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel.is-link .panel-heading{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .panel.is-link .panel-tabs a.is-active{border-bottom-color:#8caaee}html.theme--catppuccin-frappe .panel.is-link .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel.is-info .panel-heading{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-info .panel-tabs a.is-active{border-bottom-color:#81c8be}html.theme--catppuccin-frappe .panel.is-info .panel-block.is-active .panel-icon{color:#81c8be}html.theme--catppuccin-frappe .panel.is-success .panel-heading{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6d189}html.theme--catppuccin-frappe .panel.is-success .panel-block.is-active .panel-icon{color:#a6d189}html.theme--catppuccin-frappe .panel.is-warning .panel-heading{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#e5c890}html.theme--catppuccin-frappe .panel.is-warning .panel-block.is-active .panel-icon{color:#e5c890}html.theme--catppuccin-frappe .panel.is-danger .panel-heading{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#e78284}html.theme--catppuccin-frappe .panel.is-danger .panel-block.is-active .panel-icon{color:#e78284}html.theme--catppuccin-frappe .panel-tabs:not(:last-child),html.theme--catppuccin-frappe .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-frappe .panel-heading{background-color:#51576d;border-radius:8px 8px 0 0;color:#b0bef1;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-frappe .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-frappe .panel-tabs a{border-bottom:1px solid #626880;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-frappe .panel-tabs a.is-active{border-bottom-color:#51576d;color:#769aeb}html.theme--catppuccin-frappe .panel-list a{color:#c6d0f5}html.theme--catppuccin-frappe .panel-list a:hover{color:#8caaee}html.theme--catppuccin-frappe .panel-block{align-items:center;color:#b0bef1;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-frappe .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-frappe .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-frappe .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-frappe .panel-block.is-active{border-left-color:#8caaee;color:#769aeb}html.theme--catppuccin-frappe .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-frappe a.panel-block,html.theme--catppuccin-frappe label.panel-block{cursor:pointer}html.theme--catppuccin-frappe a.panel-block:hover,html.theme--catppuccin-frappe label.panel-block:hover{background-color:#292c3c}html.theme--catppuccin-frappe .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f1f4fd;margin-right:.75em}html.theme--catppuccin-frappe .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-frappe .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-frappe .tabs a{align-items:center;border-bottom-color:#626880;border-bottom-style:solid;border-bottom-width:1px;color:#c6d0f5;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-frappe .tabs a:hover{border-bottom-color:#b0bef1;color:#b0bef1}html.theme--catppuccin-frappe .tabs li{display:block}html.theme--catppuccin-frappe .tabs li.is-active a{border-bottom-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .tabs ul{align-items:center;border-bottom-color:#626880;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-frappe .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-frappe .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-frappe .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-frappe .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-frappe .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-frappe .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-frappe .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-frappe .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-frappe .tabs.is-boxed a:hover{background-color:#292c3c;border-bottom-color:#626880}html.theme--catppuccin-frappe .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#626880;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-frappe .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .tabs.is-toggle a{border-color:#626880;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-frappe .tabs.is-toggle a:hover{background-color:#292c3c;border-color:#737994;z-index:2}html.theme--catppuccin-frappe .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-frappe .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-frappe .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-frappe .tabs.is-toggle li.is-active a{background-color:#8caaee;border-color:#8caaee;color:#fff;z-index:1}html.theme--catppuccin-frappe .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-frappe .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-frappe .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-frappe .tabs.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-frappe .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .column.is-narrow,html.theme--catppuccin-frappe .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full,html.theme--catppuccin-frappe .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters,html.theme--catppuccin-frappe .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds,html.theme--catppuccin-frappe .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half,html.theme--catppuccin-frappe .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third,html.theme--catppuccin-frappe .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter,html.theme--catppuccin-frappe .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth,html.theme--catppuccin-frappe .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths,html.theme--catppuccin-frappe .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths,html.theme--catppuccin-frappe .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths,html.theme--catppuccin-frappe .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters,html.theme--catppuccin-frappe .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds,html.theme--catppuccin-frappe .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half,html.theme--catppuccin-frappe .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third,html.theme--catppuccin-frappe .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter,html.theme--catppuccin-frappe .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth,html.theme--catppuccin-frappe .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths,html.theme--catppuccin-frappe .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths,html.theme--catppuccin-frappe .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths,html.theme--catppuccin-frappe .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-frappe .column.is-0,html.theme--catppuccin-frappe .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0,html.theme--catppuccin-frappe .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-frappe .column.is-1,html.theme--catppuccin-frappe .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1,html.theme--catppuccin-frappe .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2,html.theme--catppuccin-frappe .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2,html.theme--catppuccin-frappe .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3,html.theme--catppuccin-frappe .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3,html.theme--catppuccin-frappe .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-frappe .column.is-4,html.theme--catppuccin-frappe .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4,html.theme--catppuccin-frappe .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5,html.theme--catppuccin-frappe .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5,html.theme--catppuccin-frappe .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6,html.theme--catppuccin-frappe .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6,html.theme--catppuccin-frappe .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-frappe .column.is-7,html.theme--catppuccin-frappe .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7,html.theme--catppuccin-frappe .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8,html.theme--catppuccin-frappe .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8,html.theme--catppuccin-frappe .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9,html.theme--catppuccin-frappe .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9,html.theme--catppuccin-frappe .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-frappe .column.is-10,html.theme--catppuccin-frappe .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10,html.theme--catppuccin-frappe .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11,html.theme--catppuccin-frappe .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11,html.theme--catppuccin-frappe .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12,html.theme--catppuccin-frappe .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12,html.theme--catppuccin-frappe .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-frappe .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-frappe .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-frappe .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-frappe .columns.is-centered{justify-content:center}html.theme--catppuccin-frappe .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-frappe .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-frappe .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-frappe .columns.is-mobile{display:flex}html.theme--catppuccin-frappe .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-frappe .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-desktop{display:flex}}html.theme--catppuccin-frappe .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-frappe .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-frappe .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-frappe .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-frappe .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-frappe .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-frappe .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-frappe .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-frappe .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-frappe .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-frappe .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-frappe .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-frappe .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-frappe .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-frappe .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-frappe .tile.is-child{margin:0 !important}html.theme--catppuccin-frappe .tile.is-parent{padding:.75rem}html.theme--catppuccin-frappe .tile.is-vertical{flex-direction:column}html.theme--catppuccin-frappe .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .tile:not(.is-child){display:flex}html.theme--catppuccin-frappe .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .tile.is-3{flex:none;width:25%}html.theme--catppuccin-frappe .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .tile.is-6{flex:none;width:50%}html.theme--catppuccin-frappe .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .tile.is-9{flex:none;width:75%}html.theme--catppuccin-frappe .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-frappe .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-frappe .hero .navbar{background:none}html.theme--catppuccin-frappe .hero .tabs ul{border-bottom:none}html.theme--catppuccin-frappe .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-white strong{color:inherit}html.theme--catppuccin-frappe .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-frappe .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-frappe .hero.is-white .navbar-item,html.theme--catppuccin-frappe .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-frappe .hero.is-white a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-white .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-frappe .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-frappe .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-black strong{color:inherit}html.theme--catppuccin-frappe .hero.is-black .title{color:#fff}html.theme--catppuccin-frappe .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-frappe .hero.is-black .navbar-item,html.theme--catppuccin-frappe .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-black a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-black .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-frappe .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-light strong{color:inherit}html.theme--catppuccin-frappe .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-frappe .hero.is-light .navbar-item,html.theme--catppuccin-frappe .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-light .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-frappe .hero.is-dark,html.theme--catppuccin-frappe .content kbd.hero{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-dark strong,html.theme--catppuccin-frappe .content kbd.hero strong{color:inherit}html.theme--catppuccin-frappe .hero.is-dark .title,html.theme--catppuccin-frappe .content kbd.hero .title{color:#fff}html.theme--catppuccin-frappe .hero.is-dark .subtitle,html.theme--catppuccin-frappe .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-frappe .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-dark .subtitle strong,html.theme--catppuccin-frappe .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-dark .navbar-menu,html.theme--catppuccin-frappe .content kbd.hero .navbar-menu{background-color:#414559}}html.theme--catppuccin-frappe .hero.is-dark .navbar-item,html.theme--catppuccin-frappe .content kbd.hero .navbar-item,html.theme--catppuccin-frappe .hero.is-dark .navbar-link,html.theme--catppuccin-frappe .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-dark .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.hero .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.hero .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .hero.is-dark .tabs a,html.theme--catppuccin-frappe .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-dark .tabs a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs li.is-active a{color:#414559 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#414559}html.theme--catppuccin-frappe .hero.is-dark.is-bold,html.theme--catppuccin-frappe .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #262f41 0%, #414559 71%, #47476c 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-frappe .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #262f41 0%, #414559 71%, #47476c 100%)}}html.theme--catppuccin-frappe .hero.is-primary,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-primary strong,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-frappe .hero.is-primary .title,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-frappe .hero.is-primary .subtitle,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-primary .subtitle strong,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-primary .navbar-menu,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#8caaee}}html.theme--catppuccin-frappe .hero.is-primary .navbar-item,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-frappe .hero.is-primary .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-primary .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .hero.is-primary .tabs a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-primary .tabs a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#8caaee !important;opacity:1}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .hero.is-primary.is-bold,html.theme--catppuccin-frappe .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-frappe .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}}html.theme--catppuccin-frappe .hero.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-link strong{color:inherit}html.theme--catppuccin-frappe .hero.is-link .title{color:#fff}html.theme--catppuccin-frappe .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-link .navbar-menu{background-color:#8caaee}}html.theme--catppuccin-frappe .hero.is-link .navbar-item,html.theme--catppuccin-frappe .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-link a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-link .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-link .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-link .tabs li.is-active a{color:#8caaee !important;opacity:1}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .hero.is-link.is-bold{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}}html.theme--catppuccin-frappe .hero.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-info strong{color:inherit}html.theme--catppuccin-frappe .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-info .navbar-menu{background-color:#81c8be}}html.theme--catppuccin-frappe .hero.is-info .navbar-item,html.theme--catppuccin-frappe .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-info .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-info .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-info .tabs li.is-active a{color:#81c8be !important;opacity:1}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .hero.is-info.is-bold{background-image:linear-gradient(141deg, #52c4a1 0%, #81c8be 71%, #8fd2d4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #52c4a1 0%, #81c8be 71%, #8fd2d4 100%)}}html.theme--catppuccin-frappe .hero.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-success strong{color:inherit}html.theme--catppuccin-frappe .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-success .navbar-menu{background-color:#a6d189}}html.theme--catppuccin-frappe .hero.is-success .navbar-item,html.theme--catppuccin-frappe .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-success .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-success .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-success .tabs li.is-active a{color:#a6d189 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .hero.is-success.is-bold{background-image:linear-gradient(141deg, #9ccd5a 0%, #a6d189 71%, #a8dc98 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #9ccd5a 0%, #a6d189 71%, #a8dc98 100%)}}html.theme--catppuccin-frappe .hero.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-warning strong{color:inherit}html.theme--catppuccin-frappe .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-warning .navbar-menu{background-color:#e5c890}}html.theme--catppuccin-frappe .hero.is-warning .navbar-item,html.theme--catppuccin-frappe .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-warning .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-warning .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-warning .tabs li.is-active a{color:#e5c890 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #e5a05d 0%, #e5c890 71%, #ede0a2 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e5a05d 0%, #e5c890 71%, #ede0a2 100%)}}html.theme--catppuccin-frappe .hero.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-danger strong{color:inherit}html.theme--catppuccin-frappe .hero.is-danger .title{color:#fff}html.theme--catppuccin-frappe .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-danger .navbar-menu{background-color:#e78284}}html.theme--catppuccin-frappe .hero.is-danger .navbar-item,html.theme--catppuccin-frappe .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-danger .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-danger .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-danger .tabs li.is-active a{color:#e78284 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#e78284}html.theme--catppuccin-frappe .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #e94d6a 0%, #e78284 71%, #eea294 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e94d6a 0%, #e78284 71%, #eea294 100%)}}html.theme--catppuccin-frappe .hero.is-small .hero-body,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-frappe .hero.is-halfheight .hero-body,html.theme--catppuccin-frappe .hero.is-fullheight .hero-body,html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-frappe .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-frappe .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-frappe .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-frappe .hero-video{overflow:hidden}html.theme--catppuccin-frappe .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-frappe .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero-video{display:none}}html.theme--catppuccin-frappe .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero-buttons .button{display:flex}html.theme--catppuccin-frappe .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-frappe .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-frappe .hero-head,html.theme--catppuccin-frappe .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero-body{padding:3rem 3rem}}html.theme--catppuccin-frappe .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .section{padding:3rem 3rem}html.theme--catppuccin-frappe .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-frappe .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-frappe .footer{background-color:#292c3c;padding:3rem 1.5rem 6rem}html.theme--catppuccin-frappe h1 .docs-heading-anchor,html.theme--catppuccin-frappe h1 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h1 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h2 .docs-heading-anchor,html.theme--catppuccin-frappe h2 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h2 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h3 .docs-heading-anchor,html.theme--catppuccin-frappe h3 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h3 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h4 .docs-heading-anchor,html.theme--catppuccin-frappe h4 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h4 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h5 .docs-heading-anchor,html.theme--catppuccin-frappe h5 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h5 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h6 .docs-heading-anchor,html.theme--catppuccin-frappe h6 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h6 .docs-heading-anchor:visited{color:#c6d0f5}html.theme--catppuccin-frappe h1 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h2 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h3 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h4 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h5 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-frappe h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-frappe h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-frappe .docs-light-only{display:none !important}html.theme--catppuccin-frappe pre{position:relative;overflow:hidden}html.theme--catppuccin-frappe pre code,html.theme--catppuccin-frappe pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-frappe pre code:first-of-type,html.theme--catppuccin-frappe pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-frappe pre code:last-of-type,html.theme--catppuccin-frappe pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-frappe pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#c6d0f5;cursor:pointer;text-align:center}html.theme--catppuccin-frappe pre .copy-button:focus,html.theme--catppuccin-frappe pre .copy-button:hover{opacity:1;background:rgba(198,208,245,0.1);color:#8caaee}html.theme--catppuccin-frappe pre .copy-button.success{color:#a6d189;opacity:1}html.theme--catppuccin-frappe pre .copy-button.error{color:#e78284;opacity:1}html.theme--catppuccin-frappe pre:hover .copy-button{opacity:1}html.theme--catppuccin-frappe .admonition{background-color:#292c3c;border-style:solid;border-width:2px;border-color:#b5bfe2;border-radius:4px;font-size:1rem}html.theme--catppuccin-frappe .admonition strong{color:currentColor}html.theme--catppuccin-frappe .admonition.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-frappe .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .admonition.is-default{background-color:#292c3c;border-color:#b5bfe2}html.theme--catppuccin-frappe .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#b5bfe2}html.theme--catppuccin-frappe .admonition.is-default>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-info{background-color:#292c3c;border-color:#81c8be}html.theme--catppuccin-frappe .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#81c8be}html.theme--catppuccin-frappe .admonition.is-info>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-success{background-color:#292c3c;border-color:#a6d189}html.theme--catppuccin-frappe .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6d189}html.theme--catppuccin-frappe .admonition.is-success>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-warning{background-color:#292c3c;border-color:#e5c890}html.theme--catppuccin-frappe .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#e5c890}html.theme--catppuccin-frappe .admonition.is-warning>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-danger{background-color:#292c3c;border-color:#e78284}html.theme--catppuccin-frappe .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#e78284}html.theme--catppuccin-frappe .admonition.is-danger>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-compat{background-color:#292c3c;border-color:#99d1db}html.theme--catppuccin-frappe .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#99d1db}html.theme--catppuccin-frappe .admonition.is-compat>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-todo{background-color:#292c3c;border-color:#ca9ee6}html.theme--catppuccin-frappe .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#ca9ee6}html.theme--catppuccin-frappe .admonition.is-todo>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition-header{color:#b5bfe2;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-frappe .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-frappe details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-frappe details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-frappe details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-frappe .admonition-body{color:#c6d0f5;padding:0.5rem .75rem}html.theme--catppuccin-frappe .admonition-body pre{background-color:#292c3c}html.theme--catppuccin-frappe .admonition-body code{background-color:#292c3c}html.theme--catppuccin-frappe .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #626880;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-frappe .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#292c3c;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #626880;overflow:auto}html.theme--catppuccin-frappe .docstring>header code{background-color:transparent}html.theme--catppuccin-frappe .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-frappe .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-frappe .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-frappe .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #626880}html.theme--catppuccin-frappe .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-frappe .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-frappe .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-frappe .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-frappe .documenter-example-output{background-color:#303446}html.theme--catppuccin-frappe .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#292c3c;color:#c6d0f5;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-frappe .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-frappe .outdated-warning-overlay a{color:#8caaee}html.theme--catppuccin-frappe .outdated-warning-overlay a:hover{color:#99d1db}html.theme--catppuccin-frappe .content pre{border:2px solid #626880;border-radius:4px}html.theme--catppuccin-frappe .content code{font-weight:inherit}html.theme--catppuccin-frappe .content a code{color:#8caaee}html.theme--catppuccin-frappe .content a:hover code{color:#99d1db}html.theme--catppuccin-frappe .content h1 code,html.theme--catppuccin-frappe .content h2 code,html.theme--catppuccin-frappe .content h3 code,html.theme--catppuccin-frappe .content h4 code,html.theme--catppuccin-frappe .content h5 code,html.theme--catppuccin-frappe .content h6 code{color:#c6d0f5}html.theme--catppuccin-frappe .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-frappe .content blockquote>ul:first-child,html.theme--catppuccin-frappe .content blockquote>ol:first-child,html.theme--catppuccin-frappe .content .admonition-body>ul:first-child,html.theme--catppuccin-frappe .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-frappe pre,html.theme--catppuccin-frappe code{font-variant-ligatures:no-contextual}html.theme--catppuccin-frappe .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-frappe .breadcrumb a.is-disabled,html.theme--catppuccin-frappe .breadcrumb a.is-disabled:hover{color:#b0bef1}html.theme--catppuccin-frappe .hljs{background:initial !important}html.theme--catppuccin-frappe .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-frappe .katex-display,html.theme--catppuccin-frappe mjx-container,html.theme--catppuccin-frappe .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-frappe html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-frappe li.no-marker{list-style:none}html.theme--catppuccin-frappe #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-frappe #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main{width:100%}html.theme--catppuccin-frappe #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-frappe #documenter .docs-main>header,html.theme--catppuccin-frappe #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar{background-color:#303446;border-bottom:1px solid #626880;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-frappe #documenter .docs-main section.footnotes{border-top:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-frappe .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #626880;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-frappe #documenter .docs-sidebar{display:flex;flex-direction:column;color:#c6d0f5;background-color:#292c3c;border-right:1px solid #626880;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-frappe #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name a:hover{color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #626880;display:none;padding:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #626880;padding-bottom:1.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#c6d0f5;background:#292c3c}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#c6d0f5;background-color:#313548}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #626880;border-bottom:1px solid #626880;background-color:#232634}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#232634;color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#313548;color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-frappe #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3a3e54}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#4a506c}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3a3e54}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#4a506c}}html.theme--catppuccin-frappe kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-frappe .search-min-width-50{min-width:50%}html.theme--catppuccin-frappe .search-min-height-100{min-height:100%}html.theme--catppuccin-frappe .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-frappe .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover,html.theme--catppuccin-frappe .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-frappe .search-result-link .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-frappe .property-search-result-badge,html.theme--catppuccin-frappe .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-frappe .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:hover .search-filter,html.theme--catppuccin-frappe .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-frappe .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-frappe .search-filter:hover,html.theme--catppuccin-frappe .search-filter:focus{color:#333}html.theme--catppuccin-frappe .search-filter-selected{color:#414559;background-color:#babbf1}html.theme--catppuccin-frappe .search-filter-selected:hover,html.theme--catppuccin-frappe .search-filter-selected:focus{color:#414559}html.theme--catppuccin-frappe .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-frappe .search-divider{border-bottom:1px solid #626880}html.theme--catppuccin-frappe .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-frappe .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-frappe .w-100{width:100%}html.theme--catppuccin-frappe .gap-2{gap:0.5rem}html.theme--catppuccin-frappe .gap-4{gap:1rem}html.theme--catppuccin-frappe .gap-8{gap:2rem}html.theme--catppuccin-frappe{background-color:#303446;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-frappe a{transition:all 200ms ease}html.theme--catppuccin-frappe .label{color:#c6d0f5}html.theme--catppuccin-frappe .button,html.theme--catppuccin-frappe .control.has-icons-left .icon,html.theme--catppuccin-frappe .control.has-icons-right .icon,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .select,html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea{height:2.5em;color:#c6d0f5}html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#c6d0f5}html.theme--catppuccin-frappe .select:after,html.theme--catppuccin-frappe .select select{border-width:1px}html.theme--catppuccin-frappe .menu-list a{transition:all 300ms ease}html.theme--catppuccin-frappe .modal-card-foot,html.theme--catppuccin-frappe .modal-card-head{border-color:#626880}html.theme--catppuccin-frappe .navbar{border-radius:.4em}html.theme--catppuccin-frappe .navbar.is-transparent{background:none}html.theme--catppuccin-frappe .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .navbar .navbar-menu{background-color:#8caaee;border-radius:0 0 .4em .4em}}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){color:#414559}html.theme--catppuccin-frappe .tag.is-link:not(body),html.theme--catppuccin-frappe .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-frappe .content kbd.is-link:not(body){color:#414559}html.theme--catppuccin-frappe .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-frappe .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-frappe .ansi span.sgr3{font-style:italic}html.theme--catppuccin-frappe .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-frappe .ansi span.sgr7{color:#303446;background-color:#c6d0f5}html.theme--catppuccin-frappe .ansi span.sgr8{color:transparent}html.theme--catppuccin-frappe .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-frappe .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-frappe .ansi span.sgr30{color:#51576d}html.theme--catppuccin-frappe .ansi span.sgr31{color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr32{color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr33{color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr34{color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr35{color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr36{color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr37{color:#b5bfe2}html.theme--catppuccin-frappe .ansi span.sgr40{background-color:#51576d}html.theme--catppuccin-frappe .ansi span.sgr41{background-color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr42{background-color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr43{background-color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr44{background-color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr45{background-color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr46{background-color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr47{background-color:#b5bfe2}html.theme--catppuccin-frappe .ansi span.sgr90{color:#626880}html.theme--catppuccin-frappe .ansi span.sgr91{color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr92{color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr93{color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr94{color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr95{color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr96{color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr97{color:#a5adce}html.theme--catppuccin-frappe .ansi span.sgr100{background-color:#626880}html.theme--catppuccin-frappe .ansi span.sgr101{background-color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr102{background-color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr103{background-color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr104{background-color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr105{background-color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr106{background-color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr107{background-color:#a5adce}html.theme--catppuccin-frappe code.language-julia-repl>span.hljs-meta{color:#a6d189;font-weight:bolder}html.theme--catppuccin-frappe code .hljs{color:#c6d0f5;background:#303446}html.theme--catppuccin-frappe code .hljs-keyword{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-built_in{color:#e78284}html.theme--catppuccin-frappe code .hljs-type{color:#e5c890}html.theme--catppuccin-frappe code .hljs-literal{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-number{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-operator{color:#81c8be}html.theme--catppuccin-frappe code .hljs-punctuation{color:#b5bfe2}html.theme--catppuccin-frappe code .hljs-property{color:#81c8be}html.theme--catppuccin-frappe code .hljs-regexp{color:#f4b8e4}html.theme--catppuccin-frappe code .hljs-string{color:#a6d189}html.theme--catppuccin-frappe code .hljs-char.escape_{color:#a6d189}html.theme--catppuccin-frappe code .hljs-subst{color:#a5adce}html.theme--catppuccin-frappe code .hljs-symbol{color:#eebebe}html.theme--catppuccin-frappe code .hljs-variable{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-variable.language_{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-variable.constant_{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-title{color:#8caaee}html.theme--catppuccin-frappe code .hljs-title.class_{color:#e5c890}html.theme--catppuccin-frappe code .hljs-title.function_{color:#8caaee}html.theme--catppuccin-frappe code .hljs-params{color:#c6d0f5}html.theme--catppuccin-frappe code .hljs-comment{color:#626880}html.theme--catppuccin-frappe code .hljs-doctag{color:#e78284}html.theme--catppuccin-frappe code .hljs-meta{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-section{color:#8caaee}html.theme--catppuccin-frappe code .hljs-tag{color:#a5adce}html.theme--catppuccin-frappe code .hljs-name{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-attr{color:#8caaee}html.theme--catppuccin-frappe code .hljs-attribute{color:#a6d189}html.theme--catppuccin-frappe code .hljs-bullet{color:#81c8be}html.theme--catppuccin-frappe code .hljs-code{color:#a6d189}html.theme--catppuccin-frappe code .hljs-emphasis{color:#e78284;font-style:italic}html.theme--catppuccin-frappe code .hljs-strong{color:#e78284;font-weight:bold}html.theme--catppuccin-frappe code .hljs-formula{color:#81c8be}html.theme--catppuccin-frappe code .hljs-link{color:#85c1dc;font-style:italic}html.theme--catppuccin-frappe code .hljs-quote{color:#a6d189;font-style:italic}html.theme--catppuccin-frappe code .hljs-selector-tag{color:#e5c890}html.theme--catppuccin-frappe code .hljs-selector-id{color:#8caaee}html.theme--catppuccin-frappe code .hljs-selector-class{color:#81c8be}html.theme--catppuccin-frappe code .hljs-selector-attr{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-selector-pseudo{color:#81c8be}html.theme--catppuccin-frappe code .hljs-template-tag{color:#eebebe}html.theme--catppuccin-frappe code .hljs-template-variable{color:#eebebe}html.theme--catppuccin-frappe code .hljs-addition{color:#a6d189;background:rgba(166,227,161,0.15)}html.theme--catppuccin-frappe code .hljs-deletion{color:#e78284;background:rgba(243,139,168,0.15)}html.theme--catppuccin-frappe .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover,html.theme--catppuccin-frappe .search-result-link:focus{background-color:#414559}html.theme--catppuccin-frappe .search-result-link .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:hover .search-filter,html.theme--catppuccin-frappe .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:focus .search-filter{color:#414559 !important;background-color:#babbf1 !important}html.theme--catppuccin-frappe .search-result-title{color:#c6d0f5}html.theme--catppuccin-frappe .search-result-highlight{background-color:#e78284;color:#292c3c}html.theme--catppuccin-frappe .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-frappe .w-100{width:100%}html.theme--catppuccin-frappe .gap-2{gap:0.5rem}html.theme--catppuccin-frappe .gap-4{gap:1rem} diff --git a/v1.1.14/assets/themes/catppuccin-latte.css b/v1.1.14/assets/themes/catppuccin-latte.css new file mode 100644 index 0000000..63160d3 --- /dev/null +++ b/v1.1.14/assets/themes/catppuccin-latte.css @@ -0,0 +1 @@ +html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte .file-name,html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-latte .pagination-previous:focus,html.theme--catppuccin-latte .pagination-next:focus,html.theme--catppuccin-latte .pagination-link:focus,html.theme--catppuccin-latte .pagination-ellipsis:focus,html.theme--catppuccin-latte .file-cta:focus,html.theme--catppuccin-latte .file-name:focus,html.theme--catppuccin-latte .select select:focus,html.theme--catppuccin-latte .textarea:focus,html.theme--catppuccin-latte .input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-latte .button:focus,html.theme--catppuccin-latte .is-focused.pagination-previous,html.theme--catppuccin-latte .is-focused.pagination-next,html.theme--catppuccin-latte .is-focused.pagination-link,html.theme--catppuccin-latte .is-focused.pagination-ellipsis,html.theme--catppuccin-latte .is-focused.file-cta,html.theme--catppuccin-latte .is-focused.file-name,html.theme--catppuccin-latte .select select.is-focused,html.theme--catppuccin-latte .is-focused.textarea,html.theme--catppuccin-latte .is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-focused.button,html.theme--catppuccin-latte .pagination-previous:active,html.theme--catppuccin-latte .pagination-next:active,html.theme--catppuccin-latte .pagination-link:active,html.theme--catppuccin-latte .pagination-ellipsis:active,html.theme--catppuccin-latte .file-cta:active,html.theme--catppuccin-latte .file-name:active,html.theme--catppuccin-latte .select select:active,html.theme--catppuccin-latte .textarea:active,html.theme--catppuccin-latte .input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-latte .button:active,html.theme--catppuccin-latte .is-active.pagination-previous,html.theme--catppuccin-latte .is-active.pagination-next,html.theme--catppuccin-latte .is-active.pagination-link,html.theme--catppuccin-latte .is-active.pagination-ellipsis,html.theme--catppuccin-latte .is-active.file-cta,html.theme--catppuccin-latte .is-active.file-name,html.theme--catppuccin-latte .select select.is-active,html.theme--catppuccin-latte .is-active.textarea,html.theme--catppuccin-latte .is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .is-active.button{outline:none}html.theme--catppuccin-latte .pagination-previous[disabled],html.theme--catppuccin-latte .pagination-next[disabled],html.theme--catppuccin-latte .pagination-link[disabled],html.theme--catppuccin-latte .pagination-ellipsis[disabled],html.theme--catppuccin-latte .file-cta[disabled],html.theme--catppuccin-latte .file-name[disabled],html.theme--catppuccin-latte .select select[disabled],html.theme--catppuccin-latte .textarea[disabled],html.theme--catppuccin-latte .input[disabled],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-latte .button[disabled],fieldset[disabled] html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-latte .file-name,html.theme--catppuccin-latte fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-latte .select select,fieldset[disabled] html.theme--catppuccin-latte .textarea,fieldset[disabled] html.theme--catppuccin-latte .input,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte fieldset[disabled] .select select,html.theme--catppuccin-latte .select fieldset[disabled] select,html.theme--catppuccin-latte fieldset[disabled] .textarea,html.theme--catppuccin-latte fieldset[disabled] .input,html.theme--catppuccin-latte fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-latte .button,html.theme--catppuccin-latte fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-latte .tabs,html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .breadcrumb,html.theme--catppuccin-latte .file,html.theme--catppuccin-latte .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-latte .admonition:not(:last-child),html.theme--catppuccin-latte .tabs:not(:last-child),html.theme--catppuccin-latte .pagination:not(:last-child),html.theme--catppuccin-latte .message:not(:last-child),html.theme--catppuccin-latte .level:not(:last-child),html.theme--catppuccin-latte .breadcrumb:not(:last-child),html.theme--catppuccin-latte .block:not(:last-child),html.theme--catppuccin-latte .title:not(:last-child),html.theme--catppuccin-latte .subtitle:not(:last-child),html.theme--catppuccin-latte .table-container:not(:last-child),html.theme--catppuccin-latte .table:not(:last-child),html.theme--catppuccin-latte .progress:not(:last-child),html.theme--catppuccin-latte .notification:not(:last-child),html.theme--catppuccin-latte .content:not(:last-child),html.theme--catppuccin-latte .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .modal-close,html.theme--catppuccin-latte .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-latte .modal-close::before,html.theme--catppuccin-latte .delete::before,html.theme--catppuccin-latte .modal-close::after,html.theme--catppuccin-latte .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-latte .modal-close::before,html.theme--catppuccin-latte .delete::before{height:2px;width:50%}html.theme--catppuccin-latte .modal-close::after,html.theme--catppuccin-latte .delete::after{height:50%;width:2px}html.theme--catppuccin-latte .modal-close:hover,html.theme--catppuccin-latte .delete:hover,html.theme--catppuccin-latte .modal-close:focus,html.theme--catppuccin-latte .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-latte .modal-close:active,html.theme--catppuccin-latte .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-latte .is-small.modal-close,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-latte .is-small.delete,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-latte .is-medium.modal-close,html.theme--catppuccin-latte .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-latte .is-large.modal-close,html.theme--catppuccin-latte .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-latte .control.is-loading::after,html.theme--catppuccin-latte .select.is-loading::after,html.theme--catppuccin-latte .loader,html.theme--catppuccin-latte .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #8c8fa1;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-latte .hero-video,html.theme--catppuccin-latte .modal-background,html.theme--catppuccin-latte .modal,html.theme--catppuccin-latte .image.is-square img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-latte .image.is-square .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-latte .image.is-1by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-latte .image.is-1by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-latte .image.is-5by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-latte .image.is-5by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-latte .image.is-4by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-latte .image.is-4by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-latte .image.is-3by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-latte .image.is-5by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-latte .image.is-5by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-latte .image.is-16by9 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-latte .image.is-16by9 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-latte .image.is-2by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-latte .image.is-2by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-latte .image.is-3by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-latte .image.is-3by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-latte .image.is-4by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-latte .image.is-4by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-latte .image.is-3by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-latte .image.is-3by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-latte .image.is-2by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-latte .image.is-2by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-latte .image.is-3by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-latte .image.is-9by16 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-latte .image.is-9by16 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-latte .image.is-1by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-latte .image.is-1by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-latte .image.is-1by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-latte .image.is-1by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-latte .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#ccd0da !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#aeb5c5 !important}.has-background-dark{background-color:#ccd0da !important}.has-text-primary{color:#1e66f5 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#0a4ed6 !important}.has-background-primary{background-color:#1e66f5 !important}.has-text-primary-light{color:#ebf2fe !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bbd1fc !important}.has-background-primary-light{background-color:#ebf2fe !important}.has-text-primary-dark{color:#0a52e1 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#286df5 !important}.has-background-primary-dark{background-color:#0a52e1 !important}.has-text-link{color:#1e66f5 !important}a.has-text-link:hover,a.has-text-link:focus{color:#0a4ed6 !important}.has-background-link{background-color:#1e66f5 !important}.has-text-link-light{color:#ebf2fe !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bbd1fc !important}.has-background-link-light{background-color:#ebf2fe !important}.has-text-link-dark{color:#0a52e1 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#286df5 !important}.has-background-link-dark{background-color:#0a52e1 !important}.has-text-info{color:#179299 !important}a.has-text-info:hover,a.has-text-info:focus{color:#10686d !important}.has-background-info{background-color:#179299 !important}.has-text-info-light{color:#edfcfc !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c1f3f6 !important}.has-background-info-light{background-color:#edfcfc !important}.has-text-info-dark{color:#1cb2ba !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#2ad5df !important}.has-background-info-dark{background-color:#1cb2ba !important}.has-text-success{color:#40a02b !important}a.has-text-success:hover,a.has-text-success:focus{color:#307820 !important}.has-background-success{background-color:#40a02b !important}.has-text-success-light{color:#f1fbef !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#cef0c7 !important}.has-background-success-light{background-color:#f1fbef !important}.has-text-success-dark{color:#40a12b !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#50c936 !important}.has-background-success-dark{background-color:#40a12b !important}.has-text-warning{color:#df8e1d !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#b27117 !important}.has-background-warning{background-color:#df8e1d !important}.has-text-warning-light{color:#fdf6ed !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f7e0c0 !important}.has-background-warning-light{background-color:#fdf6ed !important}.has-text-warning-dark{color:#9e6515 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#cb811a !important}.has-background-warning-dark{background-color:#9e6515 !important}.has-text-danger{color:#d20f39 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a20c2c !important}.has-background-danger{background-color:#d20f39 !important}.has-text-danger-light{color:#feecf0 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fabcca !important}.has-background-danger-light{background-color:#feecf0 !important}.has-text-danger-dark{color:#e9113f !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#f13c63 !important}.has-background-danger-dark{background-color:#e9113f !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#ccd0da !important}.has-background-grey-darker{background-color:#ccd0da !important}.has-text-grey-dark{color:#bcc0cc !important}.has-background-grey-dark{background-color:#bcc0cc !important}.has-text-grey{color:#acb0be !important}.has-background-grey{background-color:#acb0be !important}.has-text-grey-light{color:#9ca0b0 !important}.has-background-grey-light{background-color:#9ca0b0 !important}.has-text-grey-lighter{color:#8c8fa1 !important}.has-background-grey-lighter{background-color:#8c8fa1 !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-latte html{background-color:#eff1f5;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-latte article,html.theme--catppuccin-latte aside,html.theme--catppuccin-latte figure,html.theme--catppuccin-latte footer,html.theme--catppuccin-latte header,html.theme--catppuccin-latte hgroup,html.theme--catppuccin-latte section{display:block}html.theme--catppuccin-latte body,html.theme--catppuccin-latte button,html.theme--catppuccin-latte input,html.theme--catppuccin-latte optgroup,html.theme--catppuccin-latte select,html.theme--catppuccin-latte textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-latte code,html.theme--catppuccin-latte pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-latte body{color:#4c4f69;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-latte a{color:#1e66f5;cursor:pointer;text-decoration:none}html.theme--catppuccin-latte a strong{color:currentColor}html.theme--catppuccin-latte a:hover{color:#04a5e5}html.theme--catppuccin-latte code{background-color:#e6e9ef;color:#4c4f69;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-latte hr{background-color:#e6e9ef;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-latte img{height:auto;max-width:100%}html.theme--catppuccin-latte input[type="checkbox"],html.theme--catppuccin-latte input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-latte small{font-size:.875em}html.theme--catppuccin-latte span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-latte strong{color:#41445a;font-weight:700}html.theme--catppuccin-latte fieldset{border:none}html.theme--catppuccin-latte pre{-webkit-overflow-scrolling:touch;background-color:#e6e9ef;color:#4c4f69;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-latte pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-latte table td,html.theme--catppuccin-latte table th{vertical-align:top}html.theme--catppuccin-latte table td:not([align]),html.theme--catppuccin-latte table th:not([align]){text-align:inherit}html.theme--catppuccin-latte table th{color:#41445a}html.theme--catppuccin-latte .box{background-color:#bcc0cc;border-radius:8px;box-shadow:none;color:#4c4f69;display:block;padding:1.25rem}html.theme--catppuccin-latte a.box:hover,html.theme--catppuccin-latte a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #1e66f5}html.theme--catppuccin-latte a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #1e66f5}html.theme--catppuccin-latte .button{background-color:#e6e9ef;border-color:#fff;border-width:1px;color:#1e66f5;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-latte .button strong{color:inherit}html.theme--catppuccin-latte .button .icon,html.theme--catppuccin-latte .button .icon.is-small,html.theme--catppuccin-latte .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-latte .button .icon.is-medium,html.theme--catppuccin-latte .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-latte .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-latte .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-latte .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-latte .button:hover,html.theme--catppuccin-latte .button.is-hovered{border-color:#9ca0b0;color:#41445a}html.theme--catppuccin-latte .button:focus,html.theme--catppuccin-latte .button.is-focused{border-color:#9ca0b0;color:#0b57ef}html.theme--catppuccin-latte .button:focus:not(:active),html.theme--catppuccin-latte .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button:active,html.theme--catppuccin-latte .button.is-active{border-color:#bcc0cc;color:#41445a}html.theme--catppuccin-latte .button.is-text{background-color:transparent;border-color:transparent;color:#4c4f69;text-decoration:underline}html.theme--catppuccin-latte .button.is-text:hover,html.theme--catppuccin-latte .button.is-text.is-hovered,html.theme--catppuccin-latte .button.is-text:focus,html.theme--catppuccin-latte .button.is-text.is-focused{background-color:#e6e9ef;color:#41445a}html.theme--catppuccin-latte .button.is-text:active,html.theme--catppuccin-latte .button.is-text.is-active{background-color:#d6dbe5;color:#41445a}html.theme--catppuccin-latte .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-latte .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#1e66f5;text-decoration:none}html.theme--catppuccin-latte .button.is-ghost:hover,html.theme--catppuccin-latte .button.is-ghost.is-hovered{color:#1e66f5;text-decoration:underline}html.theme--catppuccin-latte .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:hover,html.theme--catppuccin-latte .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:focus,html.theme--catppuccin-latte .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:focus:not(:active),html.theme--catppuccin-latte .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .button.is-white:active,html.theme--catppuccin-latte .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-latte .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted:hover,html.theme--catppuccin-latte .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-latte .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-white.is-outlined:hover,html.theme--catppuccin-latte .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-white.is-outlined:focus,html.theme--catppuccin-latte .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:hover,html.theme--catppuccin-latte .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:focus,html.theme--catppuccin-latte .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:focus:not(:active),html.theme--catppuccin-latte .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .button.is-black:active,html.theme--catppuccin-latte .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-latte .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted:hover,html.theme--catppuccin-latte .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-outlined:hover,html.theme--catppuccin-latte .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-black.is-outlined:focus,html.theme--catppuccin-latte .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:hover,html.theme--catppuccin-latte .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:focus,html.theme--catppuccin-latte .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:focus:not(:active),html.theme--catppuccin-latte .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .button.is-light:active,html.theme--catppuccin-latte .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-latte .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted:hover,html.theme--catppuccin-latte .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-outlined:hover,html.theme--catppuccin-latte .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-light.is-outlined:focus,html.theme--catppuccin-latte .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark,html.theme--catppuccin-latte .content kbd.button{background-color:#ccd0da;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:hover,html.theme--catppuccin-latte .content kbd.button:hover,html.theme--catppuccin-latte .button.is-dark.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-hovered{background-color:#c5c9d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:focus,html.theme--catppuccin-latte .content kbd.button:focus,html.theme--catppuccin-latte .button.is-dark.is-focused,html.theme--catppuccin-latte .content kbd.button.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:focus:not(:active),html.theme--catppuccin-latte .content kbd.button:focus:not(:active),html.theme--catppuccin-latte .button.is-dark.is-focused:not(:active),html.theme--catppuccin-latte .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .button.is-dark:active,html.theme--catppuccin-latte .content kbd.button:active,html.theme--catppuccin-latte .button.is-dark.is-active,html.theme--catppuccin-latte .content kbd.button.is-active{background-color:#bdc2cf;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark[disabled],html.theme--catppuccin-latte .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button{background-color:#ccd0da;border-color:#ccd0da;box-shadow:none}html.theme--catppuccin-latte .button.is-dark.is-inverted,html.theme--catppuccin-latte .content kbd.button.is-inverted{background-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted:hover,html.theme--catppuccin-latte .content kbd.button.is-inverted:hover,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-inverted[disabled],html.theme--catppuccin-latte .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-loading::after,html.theme--catppuccin-latte .content kbd.button.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-dark.is-outlined,html.theme--catppuccin-latte .content kbd.button.is-outlined{background-color:transparent;border-color:#ccd0da;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-outlined:hover,html.theme--catppuccin-latte .content kbd.button.is-outlined:hover,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-dark.is-outlined:focus,html.theme--catppuccin-latte .content kbd.button.is-outlined:focus,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-focused{background-color:#ccd0da;border-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #ccd0da #ccd0da !important}html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-dark.is-outlined[disabled],html.theme--catppuccin-latte .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-outlined{background-color:transparent;border-color:#ccd0da;box-shadow:none;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ccd0da #ccd0da !important}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-primary,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:hover,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:focus,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:focus:not(:active),html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-latte .button.is-primary.is-focused:not(:active),html.theme--catppuccin-latte .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button.is-primary:active,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-latte .button.is-primary.is-active,html.theme--catppuccin-latte .docstring>section>a.button.is-active.docs-sourcelink{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary[disabled],html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink{background-color:#1e66f5;border-color:#1e66f5;box-shadow:none}html.theme--catppuccin-latte .button.is-primary.is-inverted,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-primary.is-inverted[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-loading::after,html.theme--catppuccin-latte .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-primary.is-outlined,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-outlined:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-latte .button.is-primary.is-outlined:focus,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-primary.is-outlined[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#1e66f5;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-light,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .button.is-primary.is-light:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-light.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#dfe9fe;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-primary.is-light:active,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-latte .button.is-primary.is-light.is-active,html.theme--catppuccin-latte .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d3e1fd;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-link{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:hover,html.theme--catppuccin-latte .button.is-link.is-hovered{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:focus,html.theme--catppuccin-latte .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:focus:not(:active),html.theme--catppuccin-latte .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button.is-link:active,html.theme--catppuccin-latte .button.is-link.is-active{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link{background-color:#1e66f5;border-color:#1e66f5;box-shadow:none}html.theme--catppuccin-latte .button.is-link.is-inverted{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted:hover,html.theme--catppuccin-latte .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-link.is-outlined{background-color:transparent;border-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-outlined:hover,html.theme--catppuccin-latte .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-link.is-outlined:focus,html.theme--catppuccin-latte .button.is-link.is-outlined.is-focused{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-outlined{background-color:transparent;border-color:#1e66f5;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-link.is-light{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .button.is-link.is-light:hover,html.theme--catppuccin-latte .button.is-link.is-light.is-hovered{background-color:#dfe9fe;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-link.is-light:active,html.theme--catppuccin-latte .button.is-link.is-light.is-active{background-color:#d3e1fd;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-info{background-color:#179299;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:hover,html.theme--catppuccin-latte .button.is-info.is-hovered{background-color:#15878e;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:focus,html.theme--catppuccin-latte .button.is-info.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:focus:not(:active),html.theme--catppuccin-latte .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .button.is-info:active,html.theme--catppuccin-latte .button.is-info.is-active{background-color:#147d83;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info{background-color:#179299;border-color:#179299;box-shadow:none}html.theme--catppuccin-latte .button.is-info.is-inverted{background-color:#fff;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted:hover,html.theme--catppuccin-latte .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#179299}html.theme--catppuccin-latte .button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-info.is-outlined{background-color:transparent;border-color:#179299;color:#179299}html.theme--catppuccin-latte .button.is-info.is-outlined:hover,html.theme--catppuccin-latte .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-info.is-outlined:focus,html.theme--catppuccin-latte .button.is-info.is-outlined.is-focused{background-color:#179299;border-color:#179299;color:#fff}html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #179299 #179299 !important}html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-outlined{background-color:transparent;border-color:#179299;box-shadow:none;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #179299 #179299 !important}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-info.is-light{background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .button.is-info.is-light:hover,html.theme--catppuccin-latte .button.is-info.is-light.is-hovered{background-color:#e2f9fb;border-color:transparent;color:#1cb2ba}html.theme--catppuccin-latte .button.is-info.is-light:active,html.theme--catppuccin-latte .button.is-info.is-light.is-active{background-color:#d7f7f9;border-color:transparent;color:#1cb2ba}html.theme--catppuccin-latte .button.is-success{background-color:#40a02b;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:hover,html.theme--catppuccin-latte .button.is-success.is-hovered{background-color:#3c9628;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:focus,html.theme--catppuccin-latte .button.is-success.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:focus:not(:active),html.theme--catppuccin-latte .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .button.is-success:active,html.theme--catppuccin-latte .button.is-success.is-active{background-color:#388c26;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success{background-color:#40a02b;border-color:#40a02b;box-shadow:none}html.theme--catppuccin-latte .button.is-success.is-inverted{background-color:#fff;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted:hover,html.theme--catppuccin-latte .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-success.is-outlined{background-color:transparent;border-color:#40a02b;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-outlined:hover,html.theme--catppuccin-latte .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-success.is-outlined:focus,html.theme--catppuccin-latte .button.is-success.is-outlined.is-focused{background-color:#40a02b;border-color:#40a02b;color:#fff}html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #40a02b #40a02b !important}html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-outlined{background-color:transparent;border-color:#40a02b;box-shadow:none;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #40a02b #40a02b !important}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-success.is-light{background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .button.is-success.is-light:hover,html.theme--catppuccin-latte .button.is-success.is-light.is-hovered{background-color:#e8f8e5;border-color:transparent;color:#40a12b}html.theme--catppuccin-latte .button.is-success.is-light:active,html.theme--catppuccin-latte .button.is-success.is-light.is-active{background-color:#e0f5db;border-color:transparent;color:#40a12b}html.theme--catppuccin-latte .button.is-warning{background-color:#df8e1d;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:hover,html.theme--catppuccin-latte .button.is-warning.is-hovered{background-color:#d4871c;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:focus,html.theme--catppuccin-latte .button.is-warning.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:focus:not(:active),html.theme--catppuccin-latte .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .button.is-warning:active,html.theme--catppuccin-latte .button.is-warning.is-active{background-color:#c8801a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning{background-color:#df8e1d;border-color:#df8e1d;box-shadow:none}html.theme--catppuccin-latte .button.is-warning.is-inverted{background-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted:hover,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-warning.is-outlined{background-color:transparent;border-color:#df8e1d;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-outlined:hover,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-warning.is-outlined:focus,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-focused{background-color:#df8e1d;border-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #df8e1d #df8e1d !important}html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-outlined{background-color:transparent;border-color:#df8e1d;box-shadow:none;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #df8e1d #df8e1d !important}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-light{background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .button.is-warning.is-light:hover,html.theme--catppuccin-latte .button.is-warning.is-light.is-hovered{background-color:#fbf1e2;border-color:transparent;color:#9e6515}html.theme--catppuccin-latte .button.is-warning.is-light:active,html.theme--catppuccin-latte .button.is-warning.is-light.is-active{background-color:#faebd6;border-color:transparent;color:#9e6515}html.theme--catppuccin-latte .button.is-danger{background-color:#d20f39;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:hover,html.theme--catppuccin-latte .button.is-danger.is-hovered{background-color:#c60e36;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:focus,html.theme--catppuccin-latte .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:focus:not(:active),html.theme--catppuccin-latte .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .button.is-danger:active,html.theme--catppuccin-latte .button.is-danger.is-active{background-color:#ba0d33;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger{background-color:#d20f39;border-color:#d20f39;box-shadow:none}html.theme--catppuccin-latte .button.is-danger.is-inverted{background-color:#fff;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted:hover,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-danger.is-outlined{background-color:transparent;border-color:#d20f39;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-outlined:hover,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-danger.is-outlined:focus,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-focused{background-color:#d20f39;border-color:#d20f39;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #d20f39 #d20f39 !important}html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-outlined{background-color:transparent;border-color:#d20f39;box-shadow:none;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #d20f39 #d20f39 !important}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-light{background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .button.is-danger.is-light:hover,html.theme--catppuccin-latte .button.is-danger.is-light.is-hovered{background-color:#fde0e6;border-color:transparent;color:#e9113f}html.theme--catppuccin-latte .button.is-danger.is-light:active,html.theme--catppuccin-latte .button.is-danger.is-light.is-active{background-color:#fcd4dd;border-color:transparent;color:#e9113f}html.theme--catppuccin-latte .button.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-latte .button.is-small:not(.is-rounded),html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-latte .button.is-normal{font-size:1rem}html.theme--catppuccin-latte .button.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .button.is-large{font-size:1.5rem}html.theme--catppuccin-latte .button[disabled],fieldset[disabled] html.theme--catppuccin-latte .button{background-color:#9ca0b0;border-color:#acb0be;box-shadow:none;opacity:.5}html.theme--catppuccin-latte .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-latte .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-latte .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-latte .button.is-static{background-color:#e6e9ef;border-color:#acb0be;color:#8c8fa1;box-shadow:none;pointer-events:none}html.theme--catppuccin-latte .button.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-latte .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-latte .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-latte .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-latte .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-latte .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-latte .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-latte .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-latte .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-latte .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-latte .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-latte .buttons.has-addons .button:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-latte .buttons.has-addons .button:focus,html.theme--catppuccin-latte .buttons.has-addons .button.is-focused,html.theme--catppuccin-latte .buttons.has-addons .button:active,html.theme--catppuccin-latte .buttons.has-addons .button.is-active,html.theme--catppuccin-latte .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-latte .buttons.has-addons .button:focus:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-latte .buttons.has-addons .button:active:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-latte .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .buttons.is-centered{justify-content:center}html.theme--catppuccin-latte .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-latte .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-latte .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .button.is-responsive.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-latte .button.is-responsive,html.theme--catppuccin-latte .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-latte .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-latte .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .button.is-responsive.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-latte .button.is-responsive,html.theme--catppuccin-latte .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-latte .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-latte .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-latte .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-latte .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-latte .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-latte .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-latte .content li+li{margin-top:0.25em}html.theme--catppuccin-latte .content p:not(:last-child),html.theme--catppuccin-latte .content dl:not(:last-child),html.theme--catppuccin-latte .content ol:not(:last-child),html.theme--catppuccin-latte .content ul:not(:last-child),html.theme--catppuccin-latte .content blockquote:not(:last-child),html.theme--catppuccin-latte .content pre:not(:last-child),html.theme--catppuccin-latte .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-latte .content h1,html.theme--catppuccin-latte .content h2,html.theme--catppuccin-latte .content h3,html.theme--catppuccin-latte .content h4,html.theme--catppuccin-latte .content h5,html.theme--catppuccin-latte .content h6{color:#4c4f69;font-weight:600;line-height:1.125}html.theme--catppuccin-latte .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-latte .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-latte .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-latte .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-latte .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-latte .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-latte .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-latte .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-latte .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-latte .content blockquote{background-color:#e6e9ef;border-left:5px solid #acb0be;padding:1.25em 1.5em}html.theme--catppuccin-latte .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-latte .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-latte .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-latte .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-latte .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-latte .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-latte .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-latte .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-latte .content ul ul ul{list-style-type:square}html.theme--catppuccin-latte .content dd{margin-left:2em}html.theme--catppuccin-latte .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-latte .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-latte .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-latte .content figure img{display:inline-block}html.theme--catppuccin-latte .content figure figcaption{font-style:italic}html.theme--catppuccin-latte .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-latte .content sup,html.theme--catppuccin-latte .content sub{font-size:75%}html.theme--catppuccin-latte .content table{width:100%}html.theme--catppuccin-latte .content table td,html.theme--catppuccin-latte .content table th{border:1px solid #acb0be;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-latte .content table th{color:#41445a}html.theme--catppuccin-latte .content table th:not([align]){text-align:inherit}html.theme--catppuccin-latte .content table thead td,html.theme--catppuccin-latte .content table thead th{border-width:0 0 2px;color:#41445a}html.theme--catppuccin-latte .content table tfoot td,html.theme--catppuccin-latte .content table tfoot th{border-width:2px 0 0;color:#41445a}html.theme--catppuccin-latte .content table tbody tr:last-child td,html.theme--catppuccin-latte .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-latte .content .tabs li+li{margin-top:0}html.theme--catppuccin-latte .content.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-latte .content.is-normal{font-size:1rem}html.theme--catppuccin-latte .content.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .content.is-large{font-size:1.5rem}html.theme--catppuccin-latte .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-latte .icon.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-latte .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-latte .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-latte .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-latte .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-latte .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-latte div.icon-text{display:flex}html.theme--catppuccin-latte .image,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-latte .image img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-latte .image img.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-latte .image.is-fullwidth,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-latte .image.is-square img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-latte .image.is-square .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-latte .image.is-1by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-latte .image.is-1by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-latte .image.is-5by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-latte .image.is-5by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-latte .image.is-4by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-latte .image.is-4by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-latte .image.is-3by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-latte .image.is-5by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-latte .image.is-5by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-latte .image.is-16by9 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-latte .image.is-16by9 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-latte .image.is-2by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-latte .image.is-2by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-latte .image.is-3by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-latte .image.is-3by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-latte .image.is-4by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-latte .image.is-4by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-latte .image.is-3by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-latte .image.is-3by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-latte .image.is-2by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-latte .image.is-2by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-latte .image.is-3by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-latte .image.is-9by16 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-latte .image.is-9by16 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-latte .image.is-1by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-latte .image.is-1by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-latte .image.is-1by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-latte .image.is-1by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-latte .image.is-square,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-latte .image.is-1by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-latte .image.is-5by4,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-latte .image.is-4by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-latte .image.is-3by2,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-latte .image.is-5by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-latte .image.is-16by9,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-latte .image.is-2by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-latte .image.is-3by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-latte .image.is-4by5,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-latte .image.is-3by4,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-latte .image.is-2by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-latte .image.is-3by5,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-latte .image.is-9by16,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-latte .image.is-1by2,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-latte .image.is-1by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-latte .image.is-16x16,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-latte .image.is-24x24,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-latte .image.is-32x32,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-latte .image.is-48x48,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-latte .image.is-64x64,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-latte .image.is-96x96,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-latte .image.is-128x128,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-latte .notification{background-color:#e6e9ef;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-latte .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-latte .notification strong{color:currentColor}html.theme--catppuccin-latte .notification code,html.theme--catppuccin-latte .notification pre{background:#fff}html.theme--catppuccin-latte .notification pre code{background:transparent}html.theme--catppuccin-latte .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-latte .notification .title,html.theme--catppuccin-latte .notification .subtitle,html.theme--catppuccin-latte .notification .content{color:currentColor}html.theme--catppuccin-latte .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .notification.is-dark,html.theme--catppuccin-latte .content kbd.notification{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .notification.is-primary,html.theme--catppuccin-latte .docstring>section>a.notification.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .notification.is-primary.is-light,html.theme--catppuccin-latte .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .notification.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .notification.is-link.is-light{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .notification.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .notification.is-info.is-light{background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .notification.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .notification.is-success.is-light{background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .notification.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .notification.is-warning.is-light{background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .notification.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .notification.is-danger.is-light{background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-latte .progress::-webkit-progress-bar{background-color:#bcc0cc}html.theme--catppuccin-latte .progress::-webkit-progress-value{background-color:#8c8fa1}html.theme--catppuccin-latte .progress::-moz-progress-bar{background-color:#8c8fa1}html.theme--catppuccin-latte .progress::-ms-fill{background-color:#8c8fa1;border:none}html.theme--catppuccin-latte .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-latte .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-latte .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-latte .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-latte .content kbd.progress::-webkit-progress-value{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-latte .content kbd.progress::-moz-progress-bar{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark::-ms-fill,html.theme--catppuccin-latte .content kbd.progress::-ms-fill{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark:indeterminate,html.theme--catppuccin-latte .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #ccd0da 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary::-ms-fill,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary:indeterminate,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #1e66f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-link::-webkit-progress-value{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link::-moz-progress-bar{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link::-ms-fill{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link:indeterminate{background-image:linear-gradient(to right, #1e66f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-info::-webkit-progress-value{background-color:#179299}html.theme--catppuccin-latte .progress.is-info::-moz-progress-bar{background-color:#179299}html.theme--catppuccin-latte .progress.is-info::-ms-fill{background-color:#179299}html.theme--catppuccin-latte .progress.is-info:indeterminate{background-image:linear-gradient(to right, #179299 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-success::-webkit-progress-value{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success::-moz-progress-bar{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success::-ms-fill{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success:indeterminate{background-image:linear-gradient(to right, #40a02b 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-warning::-webkit-progress-value{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning::-moz-progress-bar{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning::-ms-fill{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #df8e1d 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-danger::-webkit-progress-value{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger::-moz-progress-bar{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger::-ms-fill{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #d20f39 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#bcc0cc;background-image:linear-gradient(to right, #4c4f69 30%, #bcc0cc 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-latte .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-latte .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-latte .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-latte .progress.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-latte .progress.is-medium{height:1.25rem}html.theme--catppuccin-latte .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-latte .table{background-color:#bcc0cc;color:#4c4f69}html.theme--catppuccin-latte .table td,html.theme--catppuccin-latte .table th{border:1px solid #acb0be;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-latte .table td.is-white,html.theme--catppuccin-latte .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .table td.is-black,html.theme--catppuccin-latte .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .table td.is-light,html.theme--catppuccin-latte .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .table td.is-dark,html.theme--catppuccin-latte .table th.is-dark{background-color:#ccd0da;border-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .table td.is-primary,html.theme--catppuccin-latte .table th.is-primary{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-link,html.theme--catppuccin-latte .table th.is-link{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-info,html.theme--catppuccin-latte .table th.is-info{background-color:#179299;border-color:#179299;color:#fff}html.theme--catppuccin-latte .table td.is-success,html.theme--catppuccin-latte .table th.is-success{background-color:#40a02b;border-color:#40a02b;color:#fff}html.theme--catppuccin-latte .table td.is-warning,html.theme--catppuccin-latte .table th.is-warning{background-color:#df8e1d;border-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .table td.is-danger,html.theme--catppuccin-latte .table th.is-danger{background-color:#d20f39;border-color:#d20f39;color:#fff}html.theme--catppuccin-latte .table td.is-narrow,html.theme--catppuccin-latte .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-latte .table td.is-selected,html.theme--catppuccin-latte .table th.is-selected{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-selected a,html.theme--catppuccin-latte .table td.is-selected strong,html.theme--catppuccin-latte .table th.is-selected a,html.theme--catppuccin-latte .table th.is-selected strong{color:currentColor}html.theme--catppuccin-latte .table td.is-vcentered,html.theme--catppuccin-latte .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-latte .table th{color:#41445a}html.theme--catppuccin-latte .table th:not([align]){text-align:left}html.theme--catppuccin-latte .table tr.is-selected{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table tr.is-selected a,html.theme--catppuccin-latte .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-latte .table tr.is-selected td,html.theme--catppuccin-latte .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-latte .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table thead td,html.theme--catppuccin-latte .table thead th{border-width:0 0 2px;color:#41445a}html.theme--catppuccin-latte .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table tfoot td,html.theme--catppuccin-latte .table tfoot th{border-width:2px 0 0;color:#41445a}html.theme--catppuccin-latte .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table tbody tr:last-child td,html.theme--catppuccin-latte .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-latte .table.is-bordered td,html.theme--catppuccin-latte .table.is-bordered th{border-width:1px}html.theme--catppuccin-latte .table.is-bordered tr:last-child td,html.theme--catppuccin-latte .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-latte .table.is-fullwidth{width:100%}html.theme--catppuccin-latte .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#ccd0da}html.theme--catppuccin-latte .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#ccd0da}html.theme--catppuccin-latte .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#d2d5de}html.theme--catppuccin-latte .table.is-narrow td,html.theme--catppuccin-latte .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-latte .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#ccd0da}html.theme--catppuccin-latte .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-latte .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .tags .tag,html.theme--catppuccin-latte .tags .content kbd,html.theme--catppuccin-latte .content .tags kbd,html.theme--catppuccin-latte .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-latte .tags .tag:not(:last-child),html.theme--catppuccin-latte .tags .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags kbd:not(:last-child),html.theme--catppuccin-latte .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-latte .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-latte .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-latte .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-latte .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-latte .tags.is-centered{justify-content:center}html.theme--catppuccin-latte .tags.is-centered .tag,html.theme--catppuccin-latte .tags.is-centered .content kbd,html.theme--catppuccin-latte .content .tags.is-centered kbd,html.theme--catppuccin-latte .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-latte .tags.is-right{justify-content:flex-end}html.theme--catppuccin-latte .tags.is-right .tag:not(:first-child),html.theme--catppuccin-latte .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-latte .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-latte .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-latte .tags.is-right .tag:not(:last-child),html.theme--catppuccin-latte .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-latte .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-latte .tags.has-addons .tag,html.theme--catppuccin-latte .tags.has-addons .content kbd,html.theme--catppuccin-latte .content .tags.has-addons kbd,html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-latte .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-latte .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-latte .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-latte .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-latte .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-latte .tag:not(body),html.theme--catppuccin-latte .content kbd:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#e6e9ef;border-radius:.4em;color:#4c4f69;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-latte .tag:not(body) .delete,html.theme--catppuccin-latte .content kbd:not(body) .delete,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-latte .tag.is-white:not(body),html.theme--catppuccin-latte .content kbd.is-white:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .tag.is-black:not(body),html.theme--catppuccin-latte .content kbd.is-black:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .tag.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .tag.is-dark:not(body),html.theme--catppuccin-latte .content kbd:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-latte .content .docstring>section>kbd:not(body){background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .tag.is-primary:not(body),html.theme--catppuccin-latte .content kbd.is-primary:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .tag.is-primary.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .tag.is-link:not(body),html.theme--catppuccin-latte .content kbd.is-link:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .tag.is-link.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-link.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .tag.is-info:not(body),html.theme--catppuccin-latte .content kbd.is-info:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#179299;color:#fff}html.theme--catppuccin-latte .tag.is-info.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-info.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .tag.is-success:not(body),html.theme--catppuccin-latte .content kbd.is-success:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .tag.is-success.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-success.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .tag.is-warning:not(body),html.theme--catppuccin-latte .content kbd.is-warning:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .tag.is-warning.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .tag.is-danger:not(body),html.theme--catppuccin-latte .content kbd.is-danger:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .tag.is-danger.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .tag.is-normal:not(body),html.theme--catppuccin-latte .content kbd.is-normal:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-latte .tag.is-medium:not(body),html.theme--catppuccin-latte .content kbd.is-medium:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-latte .tag.is-large:not(body),html.theme--catppuccin-latte .content kbd.is-large:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-latte .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-latte .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-latte .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-latte .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-latte .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-latte .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-latte .tag.is-delete:not(body),html.theme--catppuccin-latte .content kbd.is-delete:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-latte .tag.is-delete:not(body)::before,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::before,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-latte .tag.is-delete:not(body)::after,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::after,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-latte .tag.is-delete:not(body)::before,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::before,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-latte .tag.is-delete:not(body)::after,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::after,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-latte .tag.is-delete:not(body):hover,html.theme--catppuccin-latte .content kbd.is-delete:not(body):hover,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-latte .tag.is-delete:not(body):focus,html.theme--catppuccin-latte .content kbd.is-delete:not(body):focus,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#d6dbe5}html.theme--catppuccin-latte .tag.is-delete:not(body):active,html.theme--catppuccin-latte .content kbd.is-delete:not(body):active,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#c7cedb}html.theme--catppuccin-latte .tag.is-rounded:not(body),html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-latte .content kbd.is-rounded:not(body),html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-latte a.tag:hover,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-latte .title,html.theme--catppuccin-latte .subtitle{word-break:break-word}html.theme--catppuccin-latte .title em,html.theme--catppuccin-latte .title span,html.theme--catppuccin-latte .subtitle em,html.theme--catppuccin-latte .subtitle span{font-weight:inherit}html.theme--catppuccin-latte .title sub,html.theme--catppuccin-latte .subtitle sub{font-size:.75em}html.theme--catppuccin-latte .title sup,html.theme--catppuccin-latte .subtitle sup{font-size:.75em}html.theme--catppuccin-latte .title .tag,html.theme--catppuccin-latte .title .content kbd,html.theme--catppuccin-latte .content .title kbd,html.theme--catppuccin-latte .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-latte .subtitle .tag,html.theme--catppuccin-latte .subtitle .content kbd,html.theme--catppuccin-latte .content .subtitle kbd,html.theme--catppuccin-latte .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-latte .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-latte .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-latte .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-latte .title.is-1{font-size:3rem}html.theme--catppuccin-latte .title.is-2{font-size:2.5rem}html.theme--catppuccin-latte .title.is-3{font-size:2rem}html.theme--catppuccin-latte .title.is-4{font-size:1.5rem}html.theme--catppuccin-latte .title.is-5{font-size:1.25rem}html.theme--catppuccin-latte .title.is-6{font-size:1rem}html.theme--catppuccin-latte .title.is-7{font-size:.75rem}html.theme--catppuccin-latte .subtitle{color:#9ca0b0;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-latte .subtitle strong{color:#9ca0b0;font-weight:600}html.theme--catppuccin-latte .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-latte .subtitle.is-1{font-size:3rem}html.theme--catppuccin-latte .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-latte .subtitle.is-3{font-size:2rem}html.theme--catppuccin-latte .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-latte .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-latte .subtitle.is-6{font-size:1rem}html.theme--catppuccin-latte .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-latte .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-latte .number{align-items:center;background-color:#e6e9ef;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{background-color:#eff1f5;border-color:#acb0be;border-radius:.4em;color:#8c8fa1}html.theme--catppuccin-latte .select select::-moz-placeholder,html.theme--catppuccin-latte .textarea::-moz-placeholder,html.theme--catppuccin-latte .input::-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-latte .select select::-webkit-input-placeholder,html.theme--catppuccin-latte .textarea::-webkit-input-placeholder,html.theme--catppuccin-latte .input::-webkit-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:-moz-placeholder,html.theme--catppuccin-latte .textarea:-moz-placeholder,html.theme--catppuccin-latte .input:-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:-ms-input-placeholder,html.theme--catppuccin-latte .textarea:-ms-input-placeholder,html.theme--catppuccin-latte .input:-ms-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:hover,html.theme--catppuccin-latte .textarea:hover,html.theme--catppuccin-latte .input:hover,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-latte .select select.is-hovered,html.theme--catppuccin-latte .is-hovered.textarea,html.theme--catppuccin-latte .is-hovered.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#9ca0b0}html.theme--catppuccin-latte .select select:focus,html.theme--catppuccin-latte .textarea:focus,html.theme--catppuccin-latte .input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-latte .select select.is-focused,html.theme--catppuccin-latte .is-focused.textarea,html.theme--catppuccin-latte .is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .select select:active,html.theme--catppuccin-latte .textarea:active,html.theme--catppuccin-latte .input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-latte .select select.is-active,html.theme--catppuccin-latte .is-active.textarea,html.theme--catppuccin-latte .is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#1e66f5;box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select select[disabled],html.theme--catppuccin-latte .textarea[disabled],html.theme--catppuccin-latte .input[disabled],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-latte .select select,fieldset[disabled] html.theme--catppuccin-latte .textarea,fieldset[disabled] html.theme--catppuccin-latte .input,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{background-color:#9ca0b0;border-color:#e6e9ef;box-shadow:none;color:#616587}html.theme--catppuccin-latte .select select[disabled]::-moz-placeholder,html.theme--catppuccin-latte .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-latte .input[disabled]::-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]:-moz-placeholder,html.theme--catppuccin-latte .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-latte .input[disabled]:-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-latte .textarea[readonly],html.theme--catppuccin-latte .input[readonly],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-latte .is-white.textarea,html.theme--catppuccin-latte .is-white.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-latte .is-white.textarea:focus,html.theme--catppuccin-latte .is-white.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-latte .is-white.is-focused.textarea,html.theme--catppuccin-latte .is-white.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-white.textarea:active,html.theme--catppuccin-latte .is-white.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-latte .is-white.is-active.textarea,html.theme--catppuccin-latte .is-white.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .is-black.textarea,html.theme--catppuccin-latte .is-black.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-latte .is-black.textarea:focus,html.theme--catppuccin-latte .is-black.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-latte .is-black.is-focused.textarea,html.theme--catppuccin-latte .is-black.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-black.textarea:active,html.theme--catppuccin-latte .is-black.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-latte .is-black.is-active.textarea,html.theme--catppuccin-latte .is-black.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .is-light.textarea,html.theme--catppuccin-latte .is-light.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-latte .is-light.textarea:focus,html.theme--catppuccin-latte .is-light.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-latte .is-light.is-focused.textarea,html.theme--catppuccin-latte .is-light.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-light.textarea:active,html.theme--catppuccin-latte .is-light.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-latte .is-light.is-active.textarea,html.theme--catppuccin-latte .is-light.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .is-dark.textarea,html.theme--catppuccin-latte .content kbd.textarea,html.theme--catppuccin-latte .is-dark.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-latte .content kbd.input{border-color:#ccd0da}html.theme--catppuccin-latte .is-dark.textarea:focus,html.theme--catppuccin-latte .content kbd.textarea:focus,html.theme--catppuccin-latte .is-dark.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-latte .content kbd.input:focus,html.theme--catppuccin-latte .is-dark.is-focused.textarea,html.theme--catppuccin-latte .content kbd.is-focused.textarea,html.theme--catppuccin-latte .is-dark.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .content kbd.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-dark.textarea:active,html.theme--catppuccin-latte .content kbd.textarea:active,html.theme--catppuccin-latte .is-dark.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-latte .content kbd.input:active,html.theme--catppuccin-latte .is-dark.is-active.textarea,html.theme--catppuccin-latte .content kbd.is-active.textarea,html.theme--catppuccin-latte .is-dark.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .content kbd.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .is-primary.textarea,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink{border-color:#1e66f5}html.theme--catppuccin-latte .is-primary.textarea:focus,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-latte .is-primary.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-latte .is-primary.is-focused.textarea,html.theme--catppuccin-latte .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-latte .is-primary.textarea:active,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-latte .is-primary.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-latte .is-primary.is-active.textarea,html.theme--catppuccin-latte .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .is-link.textarea,html.theme--catppuccin-latte .is-link.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#1e66f5}html.theme--catppuccin-latte .is-link.textarea:focus,html.theme--catppuccin-latte .is-link.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-latte .is-link.is-focused.textarea,html.theme--catppuccin-latte .is-link.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-link.textarea:active,html.theme--catppuccin-latte .is-link.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-latte .is-link.is-active.textarea,html.theme--catppuccin-latte .is-link.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .is-info.textarea,html.theme--catppuccin-latte .is-info.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#179299}html.theme--catppuccin-latte .is-info.textarea:focus,html.theme--catppuccin-latte .is-info.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-latte .is-info.is-focused.textarea,html.theme--catppuccin-latte .is-info.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-info.textarea:active,html.theme--catppuccin-latte .is-info.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-latte .is-info.is-active.textarea,html.theme--catppuccin-latte .is-info.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .is-success.textarea,html.theme--catppuccin-latte .is-success.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#40a02b}html.theme--catppuccin-latte .is-success.textarea:focus,html.theme--catppuccin-latte .is-success.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-latte .is-success.is-focused.textarea,html.theme--catppuccin-latte .is-success.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-success.textarea:active,html.theme--catppuccin-latte .is-success.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-latte .is-success.is-active.textarea,html.theme--catppuccin-latte .is-success.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .is-warning.textarea,html.theme--catppuccin-latte .is-warning.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#df8e1d}html.theme--catppuccin-latte .is-warning.textarea:focus,html.theme--catppuccin-latte .is-warning.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-latte .is-warning.is-focused.textarea,html.theme--catppuccin-latte .is-warning.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-warning.textarea:active,html.theme--catppuccin-latte .is-warning.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-latte .is-warning.is-active.textarea,html.theme--catppuccin-latte .is-warning.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .is-danger.textarea,html.theme--catppuccin-latte .is-danger.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#d20f39}html.theme--catppuccin-latte .is-danger.textarea:focus,html.theme--catppuccin-latte .is-danger.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-latte .is-danger.is-focused.textarea,html.theme--catppuccin-latte .is-danger.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-danger.textarea:active,html.theme--catppuccin-latte .is-danger.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-latte .is-danger.is-active.textarea,html.theme--catppuccin-latte .is-danger.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .is-small.textarea,html.theme--catppuccin-latte .is-small.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-latte .is-medium.textarea,html.theme--catppuccin-latte .is-medium.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .is-large.textarea,html.theme--catppuccin-latte .is-large.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-latte .is-fullwidth.textarea,html.theme--catppuccin-latte .is-fullwidth.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-latte .is-inline.textarea,html.theme--catppuccin-latte .is-inline.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-latte .input.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-latte .input.is-static,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-latte .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-latte .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-latte .textarea[rows]{height:initial}html.theme--catppuccin-latte .textarea.has-fixed-size{resize:none}html.theme--catppuccin-latte .radio,html.theme--catppuccin-latte .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-latte .radio input,html.theme--catppuccin-latte .checkbox input{cursor:pointer}html.theme--catppuccin-latte .radio:hover,html.theme--catppuccin-latte .checkbox:hover{color:#04a5e5}html.theme--catppuccin-latte .radio[disabled],html.theme--catppuccin-latte .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-latte .radio,fieldset[disabled] html.theme--catppuccin-latte .checkbox,html.theme--catppuccin-latte .radio input[disabled],html.theme--catppuccin-latte .checkbox input[disabled]{color:#616587;cursor:not-allowed}html.theme--catppuccin-latte .radio+.radio{margin-left:.5em}html.theme--catppuccin-latte .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-latte .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading)::after{border-color:#1e66f5;right:1.125em;z-index:4}html.theme--catppuccin-latte .select.is-rounded select,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-latte .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-latte .select select::-ms-expand{display:none}html.theme--catppuccin-latte .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-latte .select select:hover{border-color:#e6e9ef}html.theme--catppuccin-latte .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-latte .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-latte .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#04a5e5}html.theme--catppuccin-latte .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-latte .select.is-white select{border-color:#fff}html.theme--catppuccin-latte .select.is-white select:hover,html.theme--catppuccin-latte .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-latte .select.is-white select:focus,html.theme--catppuccin-latte .select.is-white select.is-focused,html.theme--catppuccin-latte .select.is-white select:active,html.theme--catppuccin-latte .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-latte .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-latte .select.is-black select:hover,html.theme--catppuccin-latte .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-latte .select.is-black select:focus,html.theme--catppuccin-latte .select.is-black select.is-focused,html.theme--catppuccin-latte .select.is-black select:active,html.theme--catppuccin-latte .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-latte .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-latte .select.is-light select:hover,html.theme--catppuccin-latte .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-latte .select.is-light select:focus,html.theme--catppuccin-latte .select.is-light select.is-focused,html.theme--catppuccin-latte .select.is-light select:active,html.theme--catppuccin-latte .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .select.is-dark:not(:hover)::after,html.theme--catppuccin-latte .content kbd.select:not(:hover)::after{border-color:#ccd0da}html.theme--catppuccin-latte .select.is-dark select,html.theme--catppuccin-latte .content kbd.select select{border-color:#ccd0da}html.theme--catppuccin-latte .select.is-dark select:hover,html.theme--catppuccin-latte .content kbd.select select:hover,html.theme--catppuccin-latte .select.is-dark select.is-hovered,html.theme--catppuccin-latte .content kbd.select select.is-hovered{border-color:#bdc2cf}html.theme--catppuccin-latte .select.is-dark select:focus,html.theme--catppuccin-latte .content kbd.select select:focus,html.theme--catppuccin-latte .select.is-dark select.is-focused,html.theme--catppuccin-latte .content kbd.select select.is-focused,html.theme--catppuccin-latte .select.is-dark select:active,html.theme--catppuccin-latte .content kbd.select select:active,html.theme--catppuccin-latte .select.is-dark select.is-active,html.theme--catppuccin-latte .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .select.is-primary:not(:hover)::after,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-primary select,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-primary select:hover,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-latte .select.is-primary select.is-hovered,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#0b57ef}html.theme--catppuccin-latte .select.is-primary select:focus,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-latte .select.is-primary select.is-focused,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-latte .select.is-primary select:active,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-latte .select.is-primary select.is-active,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select.is-link:not(:hover)::after{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-link select{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-link select:hover,html.theme--catppuccin-latte .select.is-link select.is-hovered{border-color:#0b57ef}html.theme--catppuccin-latte .select.is-link select:focus,html.theme--catppuccin-latte .select.is-link select.is-focused,html.theme--catppuccin-latte .select.is-link select:active,html.theme--catppuccin-latte .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select.is-info:not(:hover)::after{border-color:#179299}html.theme--catppuccin-latte .select.is-info select{border-color:#179299}html.theme--catppuccin-latte .select.is-info select:hover,html.theme--catppuccin-latte .select.is-info select.is-hovered{border-color:#147d83}html.theme--catppuccin-latte .select.is-info select:focus,html.theme--catppuccin-latte .select.is-info select.is-focused,html.theme--catppuccin-latte .select.is-info select:active,html.theme--catppuccin-latte .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .select.is-success:not(:hover)::after{border-color:#40a02b}html.theme--catppuccin-latte .select.is-success select{border-color:#40a02b}html.theme--catppuccin-latte .select.is-success select:hover,html.theme--catppuccin-latte .select.is-success select.is-hovered{border-color:#388c26}html.theme--catppuccin-latte .select.is-success select:focus,html.theme--catppuccin-latte .select.is-success select.is-focused,html.theme--catppuccin-latte .select.is-success select:active,html.theme--catppuccin-latte .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .select.is-warning:not(:hover)::after{border-color:#df8e1d}html.theme--catppuccin-latte .select.is-warning select{border-color:#df8e1d}html.theme--catppuccin-latte .select.is-warning select:hover,html.theme--catppuccin-latte .select.is-warning select.is-hovered{border-color:#c8801a}html.theme--catppuccin-latte .select.is-warning select:focus,html.theme--catppuccin-latte .select.is-warning select.is-focused,html.theme--catppuccin-latte .select.is-warning select:active,html.theme--catppuccin-latte .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .select.is-danger:not(:hover)::after{border-color:#d20f39}html.theme--catppuccin-latte .select.is-danger select{border-color:#d20f39}html.theme--catppuccin-latte .select.is-danger select:hover,html.theme--catppuccin-latte .select.is-danger select.is-hovered{border-color:#ba0d33}html.theme--catppuccin-latte .select.is-danger select:focus,html.theme--catppuccin-latte .select.is-danger select.is-focused,html.theme--catppuccin-latte .select.is-danger select:active,html.theme--catppuccin-latte .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .select.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-latte .select.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .select.is-large{font-size:1.5rem}html.theme--catppuccin-latte .select.is-disabled::after{border-color:#616587 !important;opacity:0.5}html.theme--catppuccin-latte .select.is-fullwidth{width:100%}html.theme--catppuccin-latte .select.is-fullwidth select{width:100%}html.theme--catppuccin-latte .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-latte .select.is-loading.is-small:after,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-latte .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-latte .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-latte .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-latte .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:hover .file-cta,html.theme--catppuccin-latte .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:focus .file-cta,html.theme--catppuccin-latte .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:active .file-cta,html.theme--catppuccin-latte .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-black:hover .file-cta,html.theme--catppuccin-latte .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-black:focus .file-cta,html.theme--catppuccin-latte .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-latte .file.is-black:active .file-cta,html.theme--catppuccin-latte .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:hover .file-cta,html.theme--catppuccin-latte .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:focus .file-cta,html.theme--catppuccin-latte .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:active .file-cta,html.theme--catppuccin-latte .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark .file-cta,html.theme--catppuccin-latte .content kbd.file .file-cta{background-color:#ccd0da;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:hover .file-cta,html.theme--catppuccin-latte .content kbd.file:hover .file-cta,html.theme--catppuccin-latte .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-latte .content kbd.file.is-hovered .file-cta{background-color:#c5c9d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:focus .file-cta,html.theme--catppuccin-latte .content kbd.file:focus .file-cta,html.theme--catppuccin-latte .file.is-dark.is-focused .file-cta,html.theme--catppuccin-latte .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(204,208,218,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:active .file-cta,html.theme--catppuccin-latte .content kbd.file:active .file-cta,html.theme--catppuccin-latte .file.is-dark.is-active .file-cta,html.theme--catppuccin-latte .content kbd.file.is-active .file-cta{background-color:#bdc2cf;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-primary .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-primary:hover .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-latte .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-primary:focus .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-latte .file.is-primary.is-focused .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(30,102,245,0.25);color:#fff}html.theme--catppuccin-latte .file.is-primary:active .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-latte .file.is-primary.is-active .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link .file-cta{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link:hover .file-cta,html.theme--catppuccin-latte .file.is-link.is-hovered .file-cta{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link:focus .file-cta,html.theme--catppuccin-latte .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(30,102,245,0.25);color:#fff}html.theme--catppuccin-latte .file.is-link:active .file-cta,html.theme--catppuccin-latte .file.is-link.is-active .file-cta{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info .file-cta{background-color:#179299;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info:hover .file-cta,html.theme--catppuccin-latte .file.is-info.is-hovered .file-cta{background-color:#15878e;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info:focus .file-cta,html.theme--catppuccin-latte .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(23,146,153,0.25);color:#fff}html.theme--catppuccin-latte .file.is-info:active .file-cta,html.theme--catppuccin-latte .file.is-info.is-active .file-cta{background-color:#147d83;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success .file-cta{background-color:#40a02b;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success:hover .file-cta,html.theme--catppuccin-latte .file.is-success.is-hovered .file-cta{background-color:#3c9628;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success:focus .file-cta,html.theme--catppuccin-latte .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(64,160,43,0.25);color:#fff}html.theme--catppuccin-latte .file.is-success:active .file-cta,html.theme--catppuccin-latte .file.is-success.is-active .file-cta{background-color:#388c26;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning .file-cta{background-color:#df8e1d;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning:hover .file-cta,html.theme--catppuccin-latte .file.is-warning.is-hovered .file-cta{background-color:#d4871c;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning:focus .file-cta,html.theme--catppuccin-latte .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(223,142,29,0.25);color:#fff}html.theme--catppuccin-latte .file.is-warning:active .file-cta,html.theme--catppuccin-latte .file.is-warning.is-active .file-cta{background-color:#c8801a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger .file-cta{background-color:#d20f39;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger:hover .file-cta,html.theme--catppuccin-latte .file.is-danger.is-hovered .file-cta{background-color:#c60e36;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger:focus .file-cta,html.theme--catppuccin-latte .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(210,15,57,0.25);color:#fff}html.theme--catppuccin-latte .file.is-danger:active .file-cta,html.theme--catppuccin-latte .file.is-danger.is-active .file-cta{background-color:#ba0d33;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-latte .file.is-normal{font-size:1rem}html.theme--catppuccin-latte .file.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-latte .file.is-large{font-size:1.5rem}html.theme--catppuccin-latte .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-latte .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-latte .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-latte .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-latte .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-latte .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-latte .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-latte .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-latte .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-latte .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-latte .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-latte .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-latte .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-latte .file.is-centered{justify-content:center}html.theme--catppuccin-latte .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-latte .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-latte .file.is-right{justify-content:flex-end}html.theme--catppuccin-latte .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-latte .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-latte .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-latte .file-label:hover .file-cta{background-color:#c5c9d5;color:#41445a}html.theme--catppuccin-latte .file-label:hover .file-name{border-color:#a5a9b8}html.theme--catppuccin-latte .file-label:active .file-cta{background-color:#bdc2cf;color:#41445a}html.theme--catppuccin-latte .file-label:active .file-name{border-color:#9ea2b3}html.theme--catppuccin-latte .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte .file-name{border-color:#acb0be;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-latte .file-cta{background-color:#ccd0da;color:#4c4f69}html.theme--catppuccin-latte .file-name{border-color:#acb0be;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-latte .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-latte .file-icon .fa{font-size:14px}html.theme--catppuccin-latte .label{color:#41445a;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-latte .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-latte .label.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-latte .label.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .label.is-large{font-size:1.5rem}html.theme--catppuccin-latte .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-latte .help.is-white{color:#fff}html.theme--catppuccin-latte .help.is-black{color:#0a0a0a}html.theme--catppuccin-latte .help.is-light{color:#f5f5f5}html.theme--catppuccin-latte .help.is-dark,html.theme--catppuccin-latte .content kbd.help{color:#ccd0da}html.theme--catppuccin-latte .help.is-primary,html.theme--catppuccin-latte .docstring>section>a.help.docs-sourcelink{color:#1e66f5}html.theme--catppuccin-latte .help.is-link{color:#1e66f5}html.theme--catppuccin-latte .help.is-info{color:#179299}html.theme--catppuccin-latte .help.is-success{color:#40a02b}html.theme--catppuccin-latte .help.is-warning{color:#df8e1d}html.theme--catppuccin-latte .help.is-danger{color:#d20f39}html.theme--catppuccin-latte .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-latte .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-latte .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-latte .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-latte .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-latte .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-latte .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-latte .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-latte .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-latte .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field.is-horizontal{display:flex}}html.theme--catppuccin-latte .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-latte .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-latte .field-label.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-latte .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-latte .field-body .field{margin-bottom:0}html.theme--catppuccin-latte .field-body>.field{flex-shrink:1}html.theme--catppuccin-latte .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-latte .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-latte .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-latte .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right .select:focus~.icon{color:#ccd0da}html.theme--catppuccin-latte .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-latte .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-latte .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-latte .control.has-icons-left .icon,html.theme--catppuccin-latte .control.has-icons-right .icon{color:#acb0be;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-latte .control.has-icons-left .input,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-latte .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-latte .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-latte .control.has-icons-right .input,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-latte .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-latte .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-latte .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-latte .control.is-loading.is-small:after,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-latte .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-latte .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-latte .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-latte .breadcrumb a{align-items:center;color:#1e66f5;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-latte .breadcrumb a:hover{color:#04a5e5}html.theme--catppuccin-latte .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-latte .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-latte .breadcrumb li.is-active a{color:#41445a;cursor:default;pointer-events:none}html.theme--catppuccin-latte .breadcrumb li+li::before{color:#9ca0b0;content:"\0002f"}html.theme--catppuccin-latte .breadcrumb ul,html.theme--catppuccin-latte .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-latte .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-latte .breadcrumb.is-centered ol,html.theme--catppuccin-latte .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-latte .breadcrumb.is-right ol,html.theme--catppuccin-latte .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-latte .breadcrumb.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-latte .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-latte .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-latte .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-latte .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-latte .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-latte .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#4c4f69;max-width:100%;position:relative}html.theme--catppuccin-latte .card-footer:first-child,html.theme--catppuccin-latte .card-content:first-child,html.theme--catppuccin-latte .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-latte .card-footer:last-child,html.theme--catppuccin-latte .card-content:last-child,html.theme--catppuccin-latte .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-latte .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-latte .card-header-title{align-items:center;color:#41445a;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-latte .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-latte .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-latte .card-image{display:block;position:relative}html.theme--catppuccin-latte .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-latte .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-latte .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-latte .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-latte .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-latte .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-latte .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-latte .dropdown.is-active .dropdown-menu,html.theme--catppuccin-latte .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-latte .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-latte .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-latte .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-latte .dropdown-content{background-color:#e6e9ef;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-latte .dropdown-item{color:#4c4f69;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-latte a.dropdown-item,html.theme--catppuccin-latte button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-latte a.dropdown-item:hover,html.theme--catppuccin-latte button.dropdown-item:hover{background-color:#e6e9ef;color:#0a0a0a}html.theme--catppuccin-latte a.dropdown-item.is-active,html.theme--catppuccin-latte button.dropdown-item.is-active{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-latte .level{align-items:center;justify-content:space-between}html.theme--catppuccin-latte .level code{border-radius:.4em}html.theme--catppuccin-latte .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-latte .level.is-mobile{display:flex}html.theme--catppuccin-latte .level.is-mobile .level-left,html.theme--catppuccin-latte .level.is-mobile .level-right{display:flex}html.theme--catppuccin-latte .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-latte .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-latte .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level{display:flex}html.theme--catppuccin-latte .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-latte .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-latte .level-item .title,html.theme--catppuccin-latte .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-latte .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-latte .level-left,html.theme--catppuccin-latte .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .level-left .level-item.is-flexible,html.theme--catppuccin-latte .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-left .level-item:not(:last-child),html.theme--catppuccin-latte .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-latte .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-latte .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-left{display:flex}}html.theme--catppuccin-latte .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-right{display:flex}}html.theme--catppuccin-latte .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-latte .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-latte .media .media{border-top:1px solid rgba(172,176,190,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-latte .media .media .content:not(:last-child),html.theme--catppuccin-latte .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-latte .media .media .media{padding-top:.5rem}html.theme--catppuccin-latte .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-latte .media+.media{border-top:1px solid rgba(172,176,190,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-latte .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-latte .media-left,html.theme--catppuccin-latte .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .media-left{margin-right:1rem}html.theme--catppuccin-latte .media-right{margin-left:1rem}html.theme--catppuccin-latte .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-latte .media-content{overflow-x:auto}}html.theme--catppuccin-latte .menu{font-size:1rem}html.theme--catppuccin-latte .menu.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-latte .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .menu.is-large{font-size:1.5rem}html.theme--catppuccin-latte .menu-list{line-height:1.25}html.theme--catppuccin-latte .menu-list a{border-radius:3px;color:#4c4f69;display:block;padding:0.5em 0.75em}html.theme--catppuccin-latte .menu-list a:hover{background-color:#e6e9ef;color:#41445a}html.theme--catppuccin-latte .menu-list a.is-active{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .menu-list li ul{border-left:1px solid #acb0be;margin:.75em;padding-left:.75em}html.theme--catppuccin-latte .menu-label{color:#616587;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-latte .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-latte .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-latte .message{background-color:#e6e9ef;border-radius:.4em;font-size:1rem}html.theme--catppuccin-latte .message strong{color:currentColor}html.theme--catppuccin-latte .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-latte .message.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-latte .message.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .message.is-large{font-size:1.5rem}html.theme--catppuccin-latte .message.is-white{background-color:#fff}html.theme--catppuccin-latte .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-latte .message.is-black{background-color:#fafafa}html.theme--catppuccin-latte .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-latte .message.is-light{background-color:#fafafa}html.theme--catppuccin-latte .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-latte .message.is-dark,html.theme--catppuccin-latte .content kbd.message{background-color:#f9fafb}html.theme--catppuccin-latte .message.is-dark .message-header,html.theme--catppuccin-latte .content kbd.message .message-header{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .message.is-dark .message-body,html.theme--catppuccin-latte .content kbd.message .message-body{border-color:#ccd0da}html.theme--catppuccin-latte .message.is-primary,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink{background-color:#ebf2fe}html.theme--catppuccin-latte .message.is-primary .message-header,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink .message-header{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .message.is-primary .message-body,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink .message-body{border-color:#1e66f5;color:#0a52e1}html.theme--catppuccin-latte .message.is-link{background-color:#ebf2fe}html.theme--catppuccin-latte .message.is-link .message-header{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .message.is-link .message-body{border-color:#1e66f5;color:#0a52e1}html.theme--catppuccin-latte .message.is-info{background-color:#edfcfc}html.theme--catppuccin-latte .message.is-info .message-header{background-color:#179299;color:#fff}html.theme--catppuccin-latte .message.is-info .message-body{border-color:#179299;color:#1cb2ba}html.theme--catppuccin-latte .message.is-success{background-color:#f1fbef}html.theme--catppuccin-latte .message.is-success .message-header{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .message.is-success .message-body{border-color:#40a02b;color:#40a12b}html.theme--catppuccin-latte .message.is-warning{background-color:#fdf6ed}html.theme--catppuccin-latte .message.is-warning .message-header{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .message.is-warning .message-body{border-color:#df8e1d;color:#9e6515}html.theme--catppuccin-latte .message.is-danger{background-color:#feecf0}html.theme--catppuccin-latte .message.is-danger .message-header{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .message.is-danger .message-body{border-color:#d20f39;color:#e9113f}html.theme--catppuccin-latte .message-header{align-items:center;background-color:#4c4f69;border-radius:.4em .4em 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-latte .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-latte .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .message-body{border-color:#acb0be;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#4c4f69;padding:1.25em 1.5em}html.theme--catppuccin-latte .message-body code,html.theme--catppuccin-latte .message-body pre{background-color:#fff}html.theme--catppuccin-latte .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-latte .modal.is-active{display:flex}html.theme--catppuccin-latte .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-latte .modal-content,html.theme--catppuccin-latte .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-latte .modal-content,html.theme--catppuccin-latte .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-latte .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-latte .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-latte .modal-card-head,html.theme--catppuccin-latte .modal-card-foot{align-items:center;background-color:#e6e9ef;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-latte .modal-card-head{border-bottom:1px solid #acb0be;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-latte .modal-card-title{color:#4c4f69;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-latte .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #acb0be}html.theme--catppuccin-latte .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-latte .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#eff1f5;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-latte .navbar{background-color:#1e66f5;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-latte .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-latte .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-latte .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-latte .navbar.is-dark,html.theme--catppuccin-latte .content kbd.navbar{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-burger,html.theme--catppuccin-latte .content kbd.navbar .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#ccd0da;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-latte .navbar.is-primary,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-burger,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5;color:#fff}}html.theme--catppuccin-latte .navbar.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5;color:#fff}}html.theme--catppuccin-latte .navbar.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#179299;color:#fff}}html.theme--catppuccin-latte .navbar.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#40a02b;color:#fff}}html.theme--catppuccin-latte .navbar.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#df8e1d;color:#fff}}html.theme--catppuccin-latte .navbar.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#d20f39;color:#fff}}html.theme--catppuccin-latte .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-latte .navbar.has-shadow{box-shadow:0 2px 0 0 #e6e9ef}html.theme--catppuccin-latte .navbar.is-fixed-bottom,html.theme--catppuccin-latte .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #e6e9ef}html.theme--catppuccin-latte .navbar.is-fixed-top{top:0}html.theme--catppuccin-latte html.has-navbar-fixed-top,html.theme--catppuccin-latte body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom,html.theme--catppuccin-latte body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-latte .navbar-brand,html.theme--catppuccin-latte .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-latte .navbar-brand a.navbar-item:focus,html.theme--catppuccin-latte .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-latte .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-latte .navbar-burger{color:#4c4f69;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-latte .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-latte .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-latte .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-latte .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-latte .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-latte .navbar-menu{display:none}html.theme--catppuccin-latte .navbar-item,html.theme--catppuccin-latte .navbar-link{color:#4c4f69;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-latte .navbar-item .icon:only-child,html.theme--catppuccin-latte .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-latte a.navbar-item,html.theme--catppuccin-latte .navbar-link{cursor:pointer}html.theme--catppuccin-latte a.navbar-item:focus,html.theme--catppuccin-latte a.navbar-item:focus-within,html.theme--catppuccin-latte a.navbar-item:hover,html.theme--catppuccin-latte a.navbar-item.is-active,html.theme--catppuccin-latte .navbar-link:focus,html.theme--catppuccin-latte .navbar-link:focus-within,html.theme--catppuccin-latte .navbar-link:hover,html.theme--catppuccin-latte .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}html.theme--catppuccin-latte .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .navbar-item img{max-height:1.75rem}html.theme--catppuccin-latte .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-latte .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-latte .navbar-item.is-tab:focus,html.theme--catppuccin-latte .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#1e66f5}html.theme--catppuccin-latte .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#1e66f5;border-bottom-style:solid;border-bottom-width:3px;color:#1e66f5;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-latte .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-latte .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-latte .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-latte .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .navbar>.container{display:block}html.theme--catppuccin-latte .navbar-brand .navbar-item,html.theme--catppuccin-latte .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-latte .navbar-link::after{display:none}html.theme--catppuccin-latte .navbar-menu{background-color:#1e66f5;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-latte .navbar-menu.is-active{display:block}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch,html.theme--catppuccin-latte .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-latte .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-latte .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-latte .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-latte html.has-navbar-fixed-top-touch,html.theme--catppuccin-latte body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-latte body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar,html.theme--catppuccin-latte .navbar-menu,html.theme--catppuccin-latte .navbar-start,html.theme--catppuccin-latte .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-latte .navbar{min-height:4rem}html.theme--catppuccin-latte .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-latte .navbar.is-spaced .navbar-start,html.theme--catppuccin-latte .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-latte .navbar.is-spaced a.navbar-item,html.theme--catppuccin-latte .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8c8fa1}html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}html.theme--catppuccin-latte .navbar-burger{display:none}html.theme--catppuccin-latte .navbar-item,html.theme--catppuccin-latte .navbar-link{align-items:center;display:flex}html.theme--catppuccin-latte .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-latte .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-latte .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-latte .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-latte .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-latte .navbar-dropdown{background-color:#1e66f5;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-latte .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-latte .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8c8fa1}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}.navbar.is-spaced html.theme--catppuccin-latte .navbar-dropdown,html.theme--catppuccin-latte .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-latte .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-latte .navbar-divider{display:block}html.theme--catppuccin-latte .navbar>.container .navbar-brand,html.theme--catppuccin-latte .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-latte .navbar>.container .navbar-menu,html.theme--catppuccin-latte .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-latte .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-latte .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-latte html.has-navbar-fixed-top-desktop,html.theme--catppuccin-latte body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-latte body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-latte html.has-spaced-navbar-fixed-top,html.theme--catppuccin-latte body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-latte html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-latte body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-latte a.navbar-item.is-active,html.theme--catppuccin-latte .navbar-link.is-active{color:#1e66f5}html.theme--catppuccin-latte a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-latte .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-latte .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-latte .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-latte .pagination.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-latte .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-latte .pagination.is-rounded .pagination-previous,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-latte .pagination.is-rounded .pagination-next,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-latte .pagination.is-rounded .pagination-link,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-latte .pagination,html.theme--catppuccin-latte .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link{border-color:#acb0be;color:#1e66f5;min-width:2.5em}html.theme--catppuccin-latte .pagination-previous:hover,html.theme--catppuccin-latte .pagination-next:hover,html.theme--catppuccin-latte .pagination-link:hover{border-color:#9ca0b0;color:#04a5e5}html.theme--catppuccin-latte .pagination-previous:focus,html.theme--catppuccin-latte .pagination-next:focus,html.theme--catppuccin-latte .pagination-link:focus{border-color:#9ca0b0}html.theme--catppuccin-latte .pagination-previous:active,html.theme--catppuccin-latte .pagination-next:active,html.theme--catppuccin-latte .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-latte .pagination-previous[disabled],html.theme--catppuccin-latte .pagination-previous.is-disabled,html.theme--catppuccin-latte .pagination-next[disabled],html.theme--catppuccin-latte .pagination-next.is-disabled,html.theme--catppuccin-latte .pagination-link[disabled],html.theme--catppuccin-latte .pagination-link.is-disabled{background-color:#acb0be;border-color:#acb0be;box-shadow:none;color:#616587;opacity:0.5}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-latte .pagination-link.is-current{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .pagination-ellipsis{color:#9ca0b0;pointer-events:none}html.theme--catppuccin-latte .pagination-list{flex-wrap:wrap}html.theme--catppuccin-latte .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-latte .pagination{flex-wrap:wrap}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-latte .pagination-previous{order:2}html.theme--catppuccin-latte .pagination-next{order:3}html.theme--catppuccin-latte .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-latte .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-latte .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-latte .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-latte .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-latte .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-latte .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-latte .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-latte .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-latte .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-latte .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-latte .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-latte .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-latte .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-latte .panel.is-dark .panel-heading,html.theme--catppuccin-latte .content kbd.panel .panel-heading{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-latte .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#ccd0da}html.theme--catppuccin-latte .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-latte .content kbd.panel .panel-block.is-active .panel-icon{color:#ccd0da}html.theme--catppuccin-latte .panel.is-primary .panel-heading,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#1e66f5}html.theme--catppuccin-latte .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel.is-link .panel-heading{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .panel.is-link .panel-tabs a.is-active{border-bottom-color:#1e66f5}html.theme--catppuccin-latte .panel.is-link .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel.is-info .panel-heading{background-color:#179299;color:#fff}html.theme--catppuccin-latte .panel.is-info .panel-tabs a.is-active{border-bottom-color:#179299}html.theme--catppuccin-latte .panel.is-info .panel-block.is-active .panel-icon{color:#179299}html.theme--catppuccin-latte .panel.is-success .panel-heading{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .panel.is-success .panel-tabs a.is-active{border-bottom-color:#40a02b}html.theme--catppuccin-latte .panel.is-success .panel-block.is-active .panel-icon{color:#40a02b}html.theme--catppuccin-latte .panel.is-warning .panel-heading{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#df8e1d}html.theme--catppuccin-latte .panel.is-warning .panel-block.is-active .panel-icon{color:#df8e1d}html.theme--catppuccin-latte .panel.is-danger .panel-heading{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#d20f39}html.theme--catppuccin-latte .panel.is-danger .panel-block.is-active .panel-icon{color:#d20f39}html.theme--catppuccin-latte .panel-tabs:not(:last-child),html.theme--catppuccin-latte .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-latte .panel-heading{background-color:#bcc0cc;border-radius:8px 8px 0 0;color:#41445a;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-latte .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-latte .panel-tabs a{border-bottom:1px solid #acb0be;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-latte .panel-tabs a.is-active{border-bottom-color:#bcc0cc;color:#0b57ef}html.theme--catppuccin-latte .panel-list a{color:#4c4f69}html.theme--catppuccin-latte .panel-list a:hover{color:#1e66f5}html.theme--catppuccin-latte .panel-block{align-items:center;color:#41445a;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-latte .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-latte .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-latte .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-latte .panel-block.is-active{border-left-color:#1e66f5;color:#0b57ef}html.theme--catppuccin-latte .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-latte a.panel-block,html.theme--catppuccin-latte label.panel-block{cursor:pointer}html.theme--catppuccin-latte a.panel-block:hover,html.theme--catppuccin-latte label.panel-block:hover{background-color:#e6e9ef}html.theme--catppuccin-latte .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#616587;margin-right:.75em}html.theme--catppuccin-latte .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-latte .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-latte .tabs a{align-items:center;border-bottom-color:#acb0be;border-bottom-style:solid;border-bottom-width:1px;color:#4c4f69;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-latte .tabs a:hover{border-bottom-color:#41445a;color:#41445a}html.theme--catppuccin-latte .tabs li{display:block}html.theme--catppuccin-latte .tabs li.is-active a{border-bottom-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .tabs ul{align-items:center;border-bottom-color:#acb0be;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-latte .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-latte .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-latte .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-latte .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-latte .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-latte .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-latte .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-latte .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-latte .tabs.is-boxed a:hover{background-color:#e6e9ef;border-bottom-color:#acb0be}html.theme--catppuccin-latte .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#acb0be;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-latte .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .tabs.is-toggle a{border-color:#acb0be;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-latte .tabs.is-toggle a:hover{background-color:#e6e9ef;border-color:#9ca0b0;z-index:2}html.theme--catppuccin-latte .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-latte .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-latte .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-latte .tabs.is-toggle li.is-active a{background-color:#1e66f5;border-color:#1e66f5;color:#fff;z-index:1}html.theme--catppuccin-latte .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-latte .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-latte .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-latte .tabs.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-latte .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-latte .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-latte .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-latte .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-latte .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-latte .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-latte .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-latte .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-latte .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-latte .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .column.is-narrow,html.theme--catppuccin-latte .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full,html.theme--catppuccin-latte .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters,html.theme--catppuccin-latte .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds,html.theme--catppuccin-latte .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half,html.theme--catppuccin-latte .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third,html.theme--catppuccin-latte .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter,html.theme--catppuccin-latte .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth,html.theme--catppuccin-latte .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths,html.theme--catppuccin-latte .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths,html.theme--catppuccin-latte .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths,html.theme--catppuccin-latte .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters,html.theme--catppuccin-latte .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds,html.theme--catppuccin-latte .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half,html.theme--catppuccin-latte .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third,html.theme--catppuccin-latte .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter,html.theme--catppuccin-latte .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth,html.theme--catppuccin-latte .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths,html.theme--catppuccin-latte .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths,html.theme--catppuccin-latte .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths,html.theme--catppuccin-latte .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-latte .column.is-0,html.theme--catppuccin-latte .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0,html.theme--catppuccin-latte .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-latte .column.is-1,html.theme--catppuccin-latte .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1,html.theme--catppuccin-latte .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2,html.theme--catppuccin-latte .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2,html.theme--catppuccin-latte .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3,html.theme--catppuccin-latte .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3,html.theme--catppuccin-latte .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-latte .column.is-4,html.theme--catppuccin-latte .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4,html.theme--catppuccin-latte .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5,html.theme--catppuccin-latte .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5,html.theme--catppuccin-latte .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6,html.theme--catppuccin-latte .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6,html.theme--catppuccin-latte .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-latte .column.is-7,html.theme--catppuccin-latte .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7,html.theme--catppuccin-latte .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8,html.theme--catppuccin-latte .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8,html.theme--catppuccin-latte .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9,html.theme--catppuccin-latte .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9,html.theme--catppuccin-latte .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-latte .column.is-10,html.theme--catppuccin-latte .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10,html.theme--catppuccin-latte .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11,html.theme--catppuccin-latte .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11,html.theme--catppuccin-latte .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12,html.theme--catppuccin-latte .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12,html.theme--catppuccin-latte .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-latte .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-latte .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-latte .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-latte .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-latte .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-latte .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-latte .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-latte .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-latte .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-latte .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-latte .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-latte .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-latte .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-latte .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-latte .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-latte .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-latte .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-latte .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-latte .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-latte .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-latte .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-latte .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-latte .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-latte .columns.is-centered{justify-content:center}html.theme--catppuccin-latte .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-latte .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-latte .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-latte .columns.is-mobile{display:flex}html.theme--catppuccin-latte .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-latte .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-desktop{display:flex}}html.theme--catppuccin-latte .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-latte .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-latte .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-latte .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-latte .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-latte .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-latte .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-latte .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-latte .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-latte .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-latte .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-latte .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-latte .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-latte .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-latte .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-latte .tile.is-child{margin:0 !important}html.theme--catppuccin-latte .tile.is-parent{padding:.75rem}html.theme--catppuccin-latte .tile.is-vertical{flex-direction:column}html.theme--catppuccin-latte .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .tile:not(.is-child){display:flex}html.theme--catppuccin-latte .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-latte .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-latte .tile.is-3{flex:none;width:25%}html.theme--catppuccin-latte .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-latte .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-latte .tile.is-6{flex:none;width:50%}html.theme--catppuccin-latte .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-latte .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-latte .tile.is-9{flex:none;width:75%}html.theme--catppuccin-latte .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-latte .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-latte .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-latte .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-latte .hero .navbar{background:none}html.theme--catppuccin-latte .hero .tabs ul{border-bottom:none}html.theme--catppuccin-latte .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-white strong{color:inherit}html.theme--catppuccin-latte .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-latte .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-latte .hero.is-white .navbar-item,html.theme--catppuccin-latte .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-latte .hero.is-white a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-white .navbar-link:hover,html.theme--catppuccin-latte .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-latte .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-latte .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-black strong{color:inherit}html.theme--catppuccin-latte .hero.is-black .title{color:#fff}html.theme--catppuccin-latte .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-latte .hero.is-black .navbar-item,html.theme--catppuccin-latte .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-black a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-black .navbar-link:hover,html.theme--catppuccin-latte .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-latte .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-light strong{color:inherit}html.theme--catppuccin-latte .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-latte .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-latte .hero.is-light .navbar-item,html.theme--catppuccin-latte .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-light .navbar-link:hover,html.theme--catppuccin-latte .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-latte .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-latte .hero.is-dark,html.theme--catppuccin-latte .content kbd.hero{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-dark strong,html.theme--catppuccin-latte .content kbd.hero strong{color:inherit}html.theme--catppuccin-latte .hero.is-dark .title,html.theme--catppuccin-latte .content kbd.hero .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .subtitle,html.theme--catppuccin-latte .content kbd.hero .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-latte .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-latte .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-dark .subtitle strong,html.theme--catppuccin-latte .content kbd.hero .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-dark .navbar-menu,html.theme--catppuccin-latte .content kbd.hero .navbar-menu{background-color:#ccd0da}}html.theme--catppuccin-latte .hero.is-dark .navbar-item,html.theme--catppuccin-latte .content kbd.hero .navbar-item,html.theme--catppuccin-latte .hero.is-dark .navbar-link,html.theme--catppuccin-latte .content kbd.hero .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-dark .navbar-link:hover,html.theme--catppuccin-latte .content kbd.hero .navbar-link:hover,html.theme--catppuccin-latte .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.hero .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .tabs a,html.theme--catppuccin-latte .content kbd.hero .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-latte .hero.is-dark .tabs a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs li.is-active a{color:#ccd0da !important;opacity:1}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .hero.is-dark.is-bold,html.theme--catppuccin-latte .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #a7b8cc 0%, #ccd0da 71%, #d9dbe6 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-latte .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #a7b8cc 0%, #ccd0da 71%, #d9dbe6 100%)}}html.theme--catppuccin-latte .hero.is-primary,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-primary strong,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-latte .hero.is-primary .title,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-latte .hero.is-primary .subtitle,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-primary .subtitle strong,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-primary .navbar-menu,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#1e66f5}}html.theme--catppuccin-latte .hero.is-primary .navbar-item,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-latte .hero.is-primary .navbar-link,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-primary .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-latte .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .hero.is-primary .tabs a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-primary .tabs a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#1e66f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .hero.is-primary.is-bold,html.theme--catppuccin-latte .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-latte .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}}html.theme--catppuccin-latte .hero.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-link strong{color:inherit}html.theme--catppuccin-latte .hero.is-link .title{color:#fff}html.theme--catppuccin-latte .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-link .navbar-menu{background-color:#1e66f5}}html.theme--catppuccin-latte .hero.is-link .navbar-item,html.theme--catppuccin-latte .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-link a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-link .navbar-link:hover,html.theme--catppuccin-latte .hero.is-link .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-link .tabs li.is-active a{color:#1e66f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .hero.is-link.is-bold{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}}html.theme--catppuccin-latte .hero.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-info strong{color:inherit}html.theme--catppuccin-latte .hero.is-info .title{color:#fff}html.theme--catppuccin-latte .hero.is-info .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-info .navbar-menu{background-color:#179299}}html.theme--catppuccin-latte .hero.is-info .navbar-item,html.theme--catppuccin-latte .hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-info a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-info .navbar-link:hover,html.theme--catppuccin-latte .hero.is-info .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .hero.is-info .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-info .tabs li.is-active a{color:#179299 !important;opacity:1}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#179299}html.theme--catppuccin-latte .hero.is-info.is-bold{background-image:linear-gradient(141deg, #0a7367 0%, #179299 71%, #1591b4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0a7367 0%, #179299 71%, #1591b4 100%)}}html.theme--catppuccin-latte .hero.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-success strong{color:inherit}html.theme--catppuccin-latte .hero.is-success .title{color:#fff}html.theme--catppuccin-latte .hero.is-success .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-success .navbar-menu{background-color:#40a02b}}html.theme--catppuccin-latte .hero.is-success .navbar-item,html.theme--catppuccin-latte .hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-success a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-success .navbar-link:hover,html.theme--catppuccin-latte .hero.is-success .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .hero.is-success .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-success .tabs li.is-active a{color:#40a02b !important;opacity:1}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#40a02b}html.theme--catppuccin-latte .hero.is-success.is-bold{background-image:linear-gradient(141deg, #3c7f19 0%, #40a02b 71%, #2dba2b 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #3c7f19 0%, #40a02b 71%, #2dba2b 100%)}}html.theme--catppuccin-latte .hero.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-warning strong{color:inherit}html.theme--catppuccin-latte .hero.is-warning .title{color:#fff}html.theme--catppuccin-latte .hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-warning .navbar-menu{background-color:#df8e1d}}html.theme--catppuccin-latte .hero.is-warning .navbar-item,html.theme--catppuccin-latte .hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-warning .navbar-link:hover,html.theme--catppuccin-latte .hero.is-warning .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .hero.is-warning .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-warning .tabs li.is-active a{color:#df8e1d !important;opacity:1}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #bc560d 0%, #df8e1d 71%, #eaba2b 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #bc560d 0%, #df8e1d 71%, #eaba2b 100%)}}html.theme--catppuccin-latte .hero.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-danger strong{color:inherit}html.theme--catppuccin-latte .hero.is-danger .title{color:#fff}html.theme--catppuccin-latte .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-danger .navbar-menu{background-color:#d20f39}}html.theme--catppuccin-latte .hero.is-danger .navbar-item,html.theme--catppuccin-latte .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-danger .navbar-link:hover,html.theme--catppuccin-latte .hero.is-danger .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-danger .tabs li.is-active a{color:#d20f39 !important;opacity:1}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#d20f39}html.theme--catppuccin-latte .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ab0343 0%, #d20f39 71%, #f00a16 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ab0343 0%, #d20f39 71%, #f00a16 100%)}}html.theme--catppuccin-latte .hero.is-small .hero-body,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-latte .hero.is-halfheight .hero-body,html.theme--catppuccin-latte .hero.is-fullheight .hero-body,html.theme--catppuccin-latte .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-latte .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-latte .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-latte .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-latte .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-latte .hero-video{overflow:hidden}html.theme--catppuccin-latte .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-latte .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero-video{display:none}}html.theme--catppuccin-latte .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero-buttons .button{display:flex}html.theme--catppuccin-latte .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-latte .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-latte .hero-head,html.theme--catppuccin-latte .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero-body{padding:3rem 3rem}}html.theme--catppuccin-latte .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .section{padding:3rem 3rem}html.theme--catppuccin-latte .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-latte .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-latte .footer{background-color:#e6e9ef;padding:3rem 1.5rem 6rem}html.theme--catppuccin-latte h1 .docs-heading-anchor,html.theme--catppuccin-latte h1 .docs-heading-anchor:hover,html.theme--catppuccin-latte h1 .docs-heading-anchor:visited,html.theme--catppuccin-latte h2 .docs-heading-anchor,html.theme--catppuccin-latte h2 .docs-heading-anchor:hover,html.theme--catppuccin-latte h2 .docs-heading-anchor:visited,html.theme--catppuccin-latte h3 .docs-heading-anchor,html.theme--catppuccin-latte h3 .docs-heading-anchor:hover,html.theme--catppuccin-latte h3 .docs-heading-anchor:visited,html.theme--catppuccin-latte h4 .docs-heading-anchor,html.theme--catppuccin-latte h4 .docs-heading-anchor:hover,html.theme--catppuccin-latte h4 .docs-heading-anchor:visited,html.theme--catppuccin-latte h5 .docs-heading-anchor,html.theme--catppuccin-latte h5 .docs-heading-anchor:hover,html.theme--catppuccin-latte h5 .docs-heading-anchor:visited,html.theme--catppuccin-latte h6 .docs-heading-anchor,html.theme--catppuccin-latte h6 .docs-heading-anchor:hover,html.theme--catppuccin-latte h6 .docs-heading-anchor:visited{color:#4c4f69}html.theme--catppuccin-latte h1 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h2 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h3 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h4 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h5 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-latte h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-latte h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-latte .docs-dark-only{display:none !important}html.theme--catppuccin-latte pre{position:relative;overflow:hidden}html.theme--catppuccin-latte pre code,html.theme--catppuccin-latte pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-latte pre code:first-of-type,html.theme--catppuccin-latte pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-latte pre code:last-of-type,html.theme--catppuccin-latte pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-latte pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#4c4f69;cursor:pointer;text-align:center}html.theme--catppuccin-latte pre .copy-button:focus,html.theme--catppuccin-latte pre .copy-button:hover{opacity:1;background:rgba(76,79,105,0.1);color:#1e66f5}html.theme--catppuccin-latte pre .copy-button.success{color:#40a02b;opacity:1}html.theme--catppuccin-latte pre .copy-button.error{color:#d20f39;opacity:1}html.theme--catppuccin-latte pre:hover .copy-button{opacity:1}html.theme--catppuccin-latte .admonition{background-color:#e6e9ef;border-style:solid;border-width:2px;border-color:#5c5f77;border-radius:4px;font-size:1rem}html.theme--catppuccin-latte .admonition strong{color:currentColor}html.theme--catppuccin-latte .admonition.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-latte .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-latte .admonition.is-default{background-color:#e6e9ef;border-color:#5c5f77}html.theme--catppuccin-latte .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#5c5f77}html.theme--catppuccin-latte .admonition.is-default>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-info{background-color:#e6e9ef;border-color:#179299}html.theme--catppuccin-latte .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#179299}html.theme--catppuccin-latte .admonition.is-info>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-success{background-color:#e6e9ef;border-color:#40a02b}html.theme--catppuccin-latte .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#40a02b}html.theme--catppuccin-latte .admonition.is-success>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-warning{background-color:#e6e9ef;border-color:#df8e1d}html.theme--catppuccin-latte .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#df8e1d}html.theme--catppuccin-latte .admonition.is-warning>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-danger{background-color:#e6e9ef;border-color:#d20f39}html.theme--catppuccin-latte .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#d20f39}html.theme--catppuccin-latte .admonition.is-danger>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-compat{background-color:#e6e9ef;border-color:#04a5e5}html.theme--catppuccin-latte .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#04a5e5}html.theme--catppuccin-latte .admonition.is-compat>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-todo{background-color:#e6e9ef;border-color:#8839ef}html.theme--catppuccin-latte .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#8839ef}html.theme--catppuccin-latte .admonition.is-todo>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition-header{color:#5c5f77;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-latte .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-latte details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-latte details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-latte details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-latte .admonition-body{color:#4c4f69;padding:0.5rem .75rem}html.theme--catppuccin-latte .admonition-body pre{background-color:#e6e9ef}html.theme--catppuccin-latte .admonition-body code{background-color:#e6e9ef}html.theme--catppuccin-latte .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #acb0be;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-latte .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#e6e9ef;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #acb0be;overflow:auto}html.theme--catppuccin-latte .docstring>header code{background-color:transparent}html.theme--catppuccin-latte .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-latte .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-latte .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-latte .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #acb0be}html.theme--catppuccin-latte .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-latte .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-latte .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-latte .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-latte .documenter-example-output{background-color:#eff1f5}html.theme--catppuccin-latte .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#e6e9ef;color:#4c4f69;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-latte .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-latte .outdated-warning-overlay a{color:#1e66f5}html.theme--catppuccin-latte .outdated-warning-overlay a:hover{color:#04a5e5}html.theme--catppuccin-latte .content pre{border:2px solid #acb0be;border-radius:4px}html.theme--catppuccin-latte .content code{font-weight:inherit}html.theme--catppuccin-latte .content a code{color:#1e66f5}html.theme--catppuccin-latte .content a:hover code{color:#04a5e5}html.theme--catppuccin-latte .content h1 code,html.theme--catppuccin-latte .content h2 code,html.theme--catppuccin-latte .content h3 code,html.theme--catppuccin-latte .content h4 code,html.theme--catppuccin-latte .content h5 code,html.theme--catppuccin-latte .content h6 code{color:#4c4f69}html.theme--catppuccin-latte .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-latte .content blockquote>ul:first-child,html.theme--catppuccin-latte .content blockquote>ol:first-child,html.theme--catppuccin-latte .content .admonition-body>ul:first-child,html.theme--catppuccin-latte .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-latte pre,html.theme--catppuccin-latte code{font-variant-ligatures:no-contextual}html.theme--catppuccin-latte .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-latte .breadcrumb a.is-disabled,html.theme--catppuccin-latte .breadcrumb a.is-disabled:hover{color:#41445a}html.theme--catppuccin-latte .hljs{background:initial !important}html.theme--catppuccin-latte .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-latte .katex-display,html.theme--catppuccin-latte mjx-container,html.theme--catppuccin-latte .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-latte html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-latte li.no-marker{list-style:none}html.theme--catppuccin-latte #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-latte #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main{width:100%}html.theme--catppuccin-latte #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-latte #documenter .docs-main>header,html.theme--catppuccin-latte #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar{background-color:#eff1f5;border-bottom:1px solid #acb0be;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-latte #documenter .docs-main section.footnotes{border-top:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-latte .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-latte #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #acb0be;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-latte #documenter .docs-sidebar{display:flex;flex-direction:column;color:#4c4f69;background-color:#e6e9ef;border-right:1px solid #acb0be;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-latte #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name a:hover{color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #acb0be;display:none;padding:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #acb0be;padding-bottom:1.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#4c4f69;background:#e6e9ef}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#4c4f69;background-color:#f2f4f7}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #acb0be;border-bottom:1px solid #acb0be;background-color:#dce0e8}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#dce0e8;color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#f2f4f7;color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-latte #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#fff}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#fff}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#fff}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#fff}}html.theme--catppuccin-latte kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-latte .search-min-width-50{min-width:50%}html.theme--catppuccin-latte .search-min-height-100{min-height:100%}html.theme--catppuccin-latte .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-latte .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover,html.theme--catppuccin-latte .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-latte .search-result-link .property-search-result-badge,html.theme--catppuccin-latte .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-latte .property-search-result-badge,html.theme--catppuccin-latte .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-latte .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:hover .search-filter,html.theme--catppuccin-latte .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-latte .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-latte .search-filter:hover,html.theme--catppuccin-latte .search-filter:focus{color:#333}html.theme--catppuccin-latte .search-filter-selected{color:#ccd0da;background-color:#7287fd}html.theme--catppuccin-latte .search-filter-selected:hover,html.theme--catppuccin-latte .search-filter-selected:focus{color:#ccd0da}html.theme--catppuccin-latte .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-latte .search-divider{border-bottom:1px solid #acb0be}html.theme--catppuccin-latte .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-latte .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-latte .w-100{width:100%}html.theme--catppuccin-latte .gap-2{gap:0.5rem}html.theme--catppuccin-latte .gap-4{gap:1rem}html.theme--catppuccin-latte .gap-8{gap:2rem}html.theme--catppuccin-latte{background-color:#eff1f5;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-latte a{transition:all 200ms ease}html.theme--catppuccin-latte .label{color:#4c4f69}html.theme--catppuccin-latte .button,html.theme--catppuccin-latte .control.has-icons-left .icon,html.theme--catppuccin-latte .control.has-icons-right .icon,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .select,html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea{height:2.5em;color:#4c4f69}html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#4c4f69}html.theme--catppuccin-latte .select:after,html.theme--catppuccin-latte .select select{border-width:1px}html.theme--catppuccin-latte .menu-list a{transition:all 300ms ease}html.theme--catppuccin-latte .modal-card-foot,html.theme--catppuccin-latte .modal-card-head{border-color:#acb0be}html.theme--catppuccin-latte .navbar{border-radius:.4em}html.theme--catppuccin-latte .navbar.is-transparent{background:none}html.theme--catppuccin-latte .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .navbar .navbar-menu{background-color:#1e66f5;border-radius:0 0 .4em .4em}}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){color:#ccd0da}html.theme--catppuccin-latte .tag.is-link:not(body),html.theme--catppuccin-latte .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-latte .content kbd.is-link:not(body){color:#ccd0da}html.theme--catppuccin-latte .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-latte .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-latte .ansi span.sgr3{font-style:italic}html.theme--catppuccin-latte .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-latte .ansi span.sgr7{color:#eff1f5;background-color:#4c4f69}html.theme--catppuccin-latte .ansi span.sgr8{color:transparent}html.theme--catppuccin-latte .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-latte .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-latte .ansi span.sgr30{color:#5c5f77}html.theme--catppuccin-latte .ansi span.sgr31{color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr32{color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr33{color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr34{color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr35{color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr36{color:#179299}html.theme--catppuccin-latte .ansi span.sgr37{color:#acb0be}html.theme--catppuccin-latte .ansi span.sgr40{background-color:#5c5f77}html.theme--catppuccin-latte .ansi span.sgr41{background-color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr42{background-color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr43{background-color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr44{background-color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr45{background-color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr46{background-color:#179299}html.theme--catppuccin-latte .ansi span.sgr47{background-color:#acb0be}html.theme--catppuccin-latte .ansi span.sgr90{color:#6c6f85}html.theme--catppuccin-latte .ansi span.sgr91{color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr92{color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr93{color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr94{color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr95{color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr96{color:#179299}html.theme--catppuccin-latte .ansi span.sgr97{color:#bcc0cc}html.theme--catppuccin-latte .ansi span.sgr100{background-color:#6c6f85}html.theme--catppuccin-latte .ansi span.sgr101{background-color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr102{background-color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr103{background-color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr104{background-color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr105{background-color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr106{background-color:#179299}html.theme--catppuccin-latte .ansi span.sgr107{background-color:#bcc0cc}html.theme--catppuccin-latte code.language-julia-repl>span.hljs-meta{color:#40a02b;font-weight:bolder}html.theme--catppuccin-latte code .hljs{color:#4c4f69;background:#eff1f5}html.theme--catppuccin-latte code .hljs-keyword{color:#8839ef}html.theme--catppuccin-latte code .hljs-built_in{color:#d20f39}html.theme--catppuccin-latte code .hljs-type{color:#df8e1d}html.theme--catppuccin-latte code .hljs-literal{color:#fe640b}html.theme--catppuccin-latte code .hljs-number{color:#fe640b}html.theme--catppuccin-latte code .hljs-operator{color:#179299}html.theme--catppuccin-latte code .hljs-punctuation{color:#5c5f77}html.theme--catppuccin-latte code .hljs-property{color:#179299}html.theme--catppuccin-latte code .hljs-regexp{color:#ea76cb}html.theme--catppuccin-latte code .hljs-string{color:#40a02b}html.theme--catppuccin-latte code .hljs-char.escape_{color:#40a02b}html.theme--catppuccin-latte code .hljs-subst{color:#6c6f85}html.theme--catppuccin-latte code .hljs-symbol{color:#dd7878}html.theme--catppuccin-latte code .hljs-variable{color:#8839ef}html.theme--catppuccin-latte code .hljs-variable.language_{color:#8839ef}html.theme--catppuccin-latte code .hljs-variable.constant_{color:#fe640b}html.theme--catppuccin-latte code .hljs-title{color:#1e66f5}html.theme--catppuccin-latte code .hljs-title.class_{color:#df8e1d}html.theme--catppuccin-latte code .hljs-title.function_{color:#1e66f5}html.theme--catppuccin-latte code .hljs-params{color:#4c4f69}html.theme--catppuccin-latte code .hljs-comment{color:#acb0be}html.theme--catppuccin-latte code .hljs-doctag{color:#d20f39}html.theme--catppuccin-latte code .hljs-meta{color:#fe640b}html.theme--catppuccin-latte code .hljs-section{color:#1e66f5}html.theme--catppuccin-latte code .hljs-tag{color:#6c6f85}html.theme--catppuccin-latte code .hljs-name{color:#8839ef}html.theme--catppuccin-latte code .hljs-attr{color:#1e66f5}html.theme--catppuccin-latte code .hljs-attribute{color:#40a02b}html.theme--catppuccin-latte code .hljs-bullet{color:#179299}html.theme--catppuccin-latte code .hljs-code{color:#40a02b}html.theme--catppuccin-latte code .hljs-emphasis{color:#d20f39;font-style:italic}html.theme--catppuccin-latte code .hljs-strong{color:#d20f39;font-weight:bold}html.theme--catppuccin-latte code .hljs-formula{color:#179299}html.theme--catppuccin-latte code .hljs-link{color:#209fb5;font-style:italic}html.theme--catppuccin-latte code .hljs-quote{color:#40a02b;font-style:italic}html.theme--catppuccin-latte code .hljs-selector-tag{color:#df8e1d}html.theme--catppuccin-latte code .hljs-selector-id{color:#1e66f5}html.theme--catppuccin-latte code .hljs-selector-class{color:#179299}html.theme--catppuccin-latte code .hljs-selector-attr{color:#8839ef}html.theme--catppuccin-latte code .hljs-selector-pseudo{color:#179299}html.theme--catppuccin-latte code .hljs-template-tag{color:#dd7878}html.theme--catppuccin-latte code .hljs-template-variable{color:#dd7878}html.theme--catppuccin-latte code .hljs-addition{color:#40a02b;background:rgba(166,227,161,0.15)}html.theme--catppuccin-latte code .hljs-deletion{color:#d20f39;background:rgba(243,139,168,0.15)}html.theme--catppuccin-latte .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover,html.theme--catppuccin-latte .search-result-link:focus{background-color:#ccd0da}html.theme--catppuccin-latte .search-result-link .property-search-result-badge,html.theme--catppuccin-latte .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:hover .search-filter,html.theme--catppuccin-latte .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:focus .search-filter{color:#ccd0da !important;background-color:#7287fd !important}html.theme--catppuccin-latte .search-result-title{color:#4c4f69}html.theme--catppuccin-latte .search-result-highlight{background-color:#d20f39;color:#e6e9ef}html.theme--catppuccin-latte .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-latte .w-100{width:100%}html.theme--catppuccin-latte .gap-2{gap:0.5rem}html.theme--catppuccin-latte .gap-4{gap:1rem} diff --git a/v1.1.14/assets/themes/catppuccin-macchiato.css b/v1.1.14/assets/themes/catppuccin-macchiato.css new file mode 100644 index 0000000..a9cf9c5 --- /dev/null +++ b/v1.1.14/assets/themes/catppuccin-macchiato.css @@ -0,0 +1 @@ +html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato .file-name,html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-macchiato .pagination-previous:focus,html.theme--catppuccin-macchiato .pagination-next:focus,html.theme--catppuccin-macchiato .pagination-link:focus,html.theme--catppuccin-macchiato .pagination-ellipsis:focus,html.theme--catppuccin-macchiato .file-cta:focus,html.theme--catppuccin-macchiato .file-name:focus,html.theme--catppuccin-macchiato .select select:focus,html.theme--catppuccin-macchiato .textarea:focus,html.theme--catppuccin-macchiato .input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-macchiato .button:focus,html.theme--catppuccin-macchiato .is-focused.pagination-previous,html.theme--catppuccin-macchiato .is-focused.pagination-next,html.theme--catppuccin-macchiato .is-focused.pagination-link,html.theme--catppuccin-macchiato .is-focused.pagination-ellipsis,html.theme--catppuccin-macchiato .is-focused.file-cta,html.theme--catppuccin-macchiato .is-focused.file-name,html.theme--catppuccin-macchiato .select select.is-focused,html.theme--catppuccin-macchiato .is-focused.textarea,html.theme--catppuccin-macchiato .is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-focused.button,html.theme--catppuccin-macchiato .pagination-previous:active,html.theme--catppuccin-macchiato .pagination-next:active,html.theme--catppuccin-macchiato .pagination-link:active,html.theme--catppuccin-macchiato .pagination-ellipsis:active,html.theme--catppuccin-macchiato .file-cta:active,html.theme--catppuccin-macchiato .file-name:active,html.theme--catppuccin-macchiato .select select:active,html.theme--catppuccin-macchiato .textarea:active,html.theme--catppuccin-macchiato .input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-macchiato .button:active,html.theme--catppuccin-macchiato .is-active.pagination-previous,html.theme--catppuccin-macchiato .is-active.pagination-next,html.theme--catppuccin-macchiato .is-active.pagination-link,html.theme--catppuccin-macchiato .is-active.pagination-ellipsis,html.theme--catppuccin-macchiato .is-active.file-cta,html.theme--catppuccin-macchiato .is-active.file-name,html.theme--catppuccin-macchiato .select select.is-active,html.theme--catppuccin-macchiato .is-active.textarea,html.theme--catppuccin-macchiato .is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .is-active.button{outline:none}html.theme--catppuccin-macchiato .pagination-previous[disabled],html.theme--catppuccin-macchiato .pagination-next[disabled],html.theme--catppuccin-macchiato .pagination-link[disabled],html.theme--catppuccin-macchiato .pagination-ellipsis[disabled],html.theme--catppuccin-macchiato .file-cta[disabled],html.theme--catppuccin-macchiato .file-name[disabled],html.theme--catppuccin-macchiato .select select[disabled],html.theme--catppuccin-macchiato .textarea[disabled],html.theme--catppuccin-macchiato .input[disabled],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-macchiato .button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-macchiato .file-name,html.theme--catppuccin-macchiato fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-macchiato .select select,fieldset[disabled] html.theme--catppuccin-macchiato .textarea,fieldset[disabled] html.theme--catppuccin-macchiato .input,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato fieldset[disabled] .select select,html.theme--catppuccin-macchiato .select fieldset[disabled] select,html.theme--catppuccin-macchiato fieldset[disabled] .textarea,html.theme--catppuccin-macchiato fieldset[disabled] .input,html.theme--catppuccin-macchiato fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-macchiato .button,html.theme--catppuccin-macchiato fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-macchiato .tabs,html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .breadcrumb,html.theme--catppuccin-macchiato .file,html.theme--catppuccin-macchiato .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-macchiato .admonition:not(:last-child),html.theme--catppuccin-macchiato .tabs:not(:last-child),html.theme--catppuccin-macchiato .pagination:not(:last-child),html.theme--catppuccin-macchiato .message:not(:last-child),html.theme--catppuccin-macchiato .level:not(:last-child),html.theme--catppuccin-macchiato .breadcrumb:not(:last-child),html.theme--catppuccin-macchiato .block:not(:last-child),html.theme--catppuccin-macchiato .title:not(:last-child),html.theme--catppuccin-macchiato .subtitle:not(:last-child),html.theme--catppuccin-macchiato .table-container:not(:last-child),html.theme--catppuccin-macchiato .table:not(:last-child),html.theme--catppuccin-macchiato .progress:not(:last-child),html.theme--catppuccin-macchiato .notification:not(:last-child),html.theme--catppuccin-macchiato .content:not(:last-child),html.theme--catppuccin-macchiato .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .modal-close,html.theme--catppuccin-macchiato .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-macchiato .modal-close::before,html.theme--catppuccin-macchiato .delete::before,html.theme--catppuccin-macchiato .modal-close::after,html.theme--catppuccin-macchiato .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-macchiato .modal-close::before,html.theme--catppuccin-macchiato .delete::before{height:2px;width:50%}html.theme--catppuccin-macchiato .modal-close::after,html.theme--catppuccin-macchiato .delete::after{height:50%;width:2px}html.theme--catppuccin-macchiato .modal-close:hover,html.theme--catppuccin-macchiato .delete:hover,html.theme--catppuccin-macchiato .modal-close:focus,html.theme--catppuccin-macchiato .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-macchiato .modal-close:active,html.theme--catppuccin-macchiato .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-macchiato .is-small.modal-close,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-macchiato .is-small.delete,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-macchiato .is-medium.modal-close,html.theme--catppuccin-macchiato .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-macchiato .is-large.modal-close,html.theme--catppuccin-macchiato .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-macchiato .control.is-loading::after,html.theme--catppuccin-macchiato .select.is-loading::after,html.theme--catppuccin-macchiato .loader,html.theme--catppuccin-macchiato .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #8087a2;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-macchiato .hero-video,html.theme--catppuccin-macchiato .modal-background,html.theme--catppuccin-macchiato .modal,html.theme--catppuccin-macchiato .image.is-square img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-macchiato .image.is-square .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-macchiato .image.is-1by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-macchiato .image.is-1by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-macchiato .image.is-5by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-macchiato .image.is-4by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-macchiato .image.is-3by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-macchiato .image.is-5by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-16by9 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-macchiato .image.is-16by9 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-macchiato .image.is-2by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-macchiato .image.is-3by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-macchiato .image.is-4by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-macchiato .image.is-3by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-macchiato .image.is-2by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-macchiato .image.is-3by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-9by16 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-macchiato .image.is-9by16 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-macchiato .image.is-1by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-macchiato .image.is-1by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-macchiato .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363a4f !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#212431 !important}.has-background-dark{background-color:#363a4f !important}.has-text-primary{color:#8aadf4 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#5b8cf0 !important}.has-background-primary{background-color:#8aadf4 !important}.has-text-primary-light{color:#ecf2fd !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bed1f9 !important}.has-background-primary-light{background-color:#ecf2fd !important}.has-text-primary-dark{color:#0e3b95 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#124dc4 !important}.has-background-primary-dark{background-color:#0e3b95 !important}.has-text-link{color:#8aadf4 !important}a.has-text-link:hover,a.has-text-link:focus{color:#5b8cf0 !important}.has-background-link{background-color:#8aadf4 !important}.has-text-link-light{color:#ecf2fd !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bed1f9 !important}.has-background-link-light{background-color:#ecf2fd !important}.has-text-link-dark{color:#0e3b95 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#124dc4 !important}.has-background-link-dark{background-color:#0e3b95 !important}.has-text-info{color:#8bd5ca !important}a.has-text-info:hover,a.has-text-info:focus{color:#66c7b9 !important}.has-background-info{background-color:#8bd5ca !important}.has-text-info-light{color:#f0faf8 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#cbece7 !important}.has-background-info-light{background-color:#f0faf8 !important}.has-text-info-dark{color:#276d62 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#359284 !important}.has-background-info-dark{background-color:#276d62 !important}.has-text-success{color:#a6da95 !important}a.has-text-success:hover,a.has-text-success:focus{color:#86cd6f !important}.has-background-success{background-color:#a6da95 !important}.has-text-success-light{color:#f2faf0 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#d3edca !important}.has-background-success-light{background-color:#f2faf0 !important}.has-text-success-dark{color:#386e26 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#4b9333 !important}.has-background-success-dark{background-color:#386e26 !important}.has-text-warning{color:#eed49f !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#e6c174 !important}.has-background-warning{background-color:#eed49f !important}.has-text-warning-light{color:#fcf7ee !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f4e4c2 !important}.has-background-warning-light{background-color:#fcf7ee !important}.has-text-warning-dark{color:#7e5c16 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#a97b1e !important}.has-background-warning-dark{background-color:#7e5c16 !important}.has-text-danger{color:#ed8796 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#e65b6f !important}.has-background-danger{background-color:#ed8796 !important}.has-text-danger-light{color:#fcedef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f6c1c9 !important}.has-background-danger-light{background-color:#fcedef !important}.has-text-danger-dark{color:#971729 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c31d36 !important}.has-background-danger-dark{background-color:#971729 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363a4f !important}.has-background-grey-darker{background-color:#363a4f !important}.has-text-grey-dark{color:#494d64 !important}.has-background-grey-dark{background-color:#494d64 !important}.has-text-grey{color:#5b6078 !important}.has-background-grey{background-color:#5b6078 !important}.has-text-grey-light{color:#6e738d !important}.has-background-grey-light{background-color:#6e738d !important}.has-text-grey-lighter{color:#8087a2 !important}.has-background-grey-lighter{background-color:#8087a2 !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-macchiato html{background-color:#24273a;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-macchiato article,html.theme--catppuccin-macchiato aside,html.theme--catppuccin-macchiato figure,html.theme--catppuccin-macchiato footer,html.theme--catppuccin-macchiato header,html.theme--catppuccin-macchiato hgroup,html.theme--catppuccin-macchiato section{display:block}html.theme--catppuccin-macchiato body,html.theme--catppuccin-macchiato button,html.theme--catppuccin-macchiato input,html.theme--catppuccin-macchiato optgroup,html.theme--catppuccin-macchiato select,html.theme--catppuccin-macchiato textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-macchiato code,html.theme--catppuccin-macchiato pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-macchiato body{color:#cad3f5;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-macchiato a{color:#8aadf4;cursor:pointer;text-decoration:none}html.theme--catppuccin-macchiato a strong{color:currentColor}html.theme--catppuccin-macchiato a:hover{color:#91d7e3}html.theme--catppuccin-macchiato code{background-color:#1e2030;color:#cad3f5;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-macchiato hr{background-color:#1e2030;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-macchiato img{height:auto;max-width:100%}html.theme--catppuccin-macchiato input[type="checkbox"],html.theme--catppuccin-macchiato input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-macchiato small{font-size:.875em}html.theme--catppuccin-macchiato span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-macchiato strong{color:#b5c1f1;font-weight:700}html.theme--catppuccin-macchiato fieldset{border:none}html.theme--catppuccin-macchiato pre{-webkit-overflow-scrolling:touch;background-color:#1e2030;color:#cad3f5;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-macchiato pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-macchiato table td,html.theme--catppuccin-macchiato table th{vertical-align:top}html.theme--catppuccin-macchiato table td:not([align]),html.theme--catppuccin-macchiato table th:not([align]){text-align:inherit}html.theme--catppuccin-macchiato table th{color:#b5c1f1}html.theme--catppuccin-macchiato .box{background-color:#494d64;border-radius:8px;box-shadow:none;color:#cad3f5;display:block;padding:1.25rem}html.theme--catppuccin-macchiato a.box:hover,html.theme--catppuccin-macchiato a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #8aadf4}html.theme--catppuccin-macchiato a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #8aadf4}html.theme--catppuccin-macchiato .button{background-color:#1e2030;border-color:#3b3f5f;border-width:1px;color:#8aadf4;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-macchiato .button strong{color:inherit}html.theme--catppuccin-macchiato .button .icon,html.theme--catppuccin-macchiato .button .icon.is-small,html.theme--catppuccin-macchiato .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-macchiato .button .icon.is-medium,html.theme--catppuccin-macchiato .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-macchiato .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-macchiato .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-macchiato .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-macchiato .button:hover,html.theme--catppuccin-macchiato .button.is-hovered{border-color:#6e738d;color:#b5c1f1}html.theme--catppuccin-macchiato .button:focus,html.theme--catppuccin-macchiato .button.is-focused{border-color:#6e738d;color:#739df2}html.theme--catppuccin-macchiato .button:focus:not(:active),html.theme--catppuccin-macchiato .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button:active,html.theme--catppuccin-macchiato .button.is-active{border-color:#494d64;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text{background-color:transparent;border-color:transparent;color:#cad3f5;text-decoration:underline}html.theme--catppuccin-macchiato .button.is-text:hover,html.theme--catppuccin-macchiato .button.is-text.is-hovered,html.theme--catppuccin-macchiato .button.is-text:focus,html.theme--catppuccin-macchiato .button.is-text.is-focused{background-color:#1e2030;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text:active,html.theme--catppuccin-macchiato .button.is-text.is-active{background-color:#141620;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-macchiato .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#8aadf4;text-decoration:none}html.theme--catppuccin-macchiato .button.is-ghost:hover,html.theme--catppuccin-macchiato .button.is-ghost.is-hovered{color:#8aadf4;text-decoration:underline}html.theme--catppuccin-macchiato .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:hover,html.theme--catppuccin-macchiato .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:focus,html.theme--catppuccin-macchiato .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:focus:not(:active),html.theme--catppuccin-macchiato .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .button.is-white:active,html.theme--catppuccin-macchiato .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-macchiato .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-macchiato .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-white.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:hover,html.theme--catppuccin-macchiato .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:focus,html.theme--catppuccin-macchiato .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:focus:not(:active),html.theme--catppuccin-macchiato .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .button.is-black:active,html.theme--catppuccin-macchiato .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-macchiato .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-black.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:hover,html.theme--catppuccin-macchiato .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:focus,html.theme--catppuccin-macchiato .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:focus:not(:active),html.theme--catppuccin-macchiato .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .button.is-light:active,html.theme--catppuccin-macchiato .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-macchiato .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-light.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-dark,html.theme--catppuccin-macchiato .content kbd.button{background-color:#363a4f;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:hover,html.theme--catppuccin-macchiato .content kbd.button:hover,html.theme--catppuccin-macchiato .button.is-dark.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-hovered{background-color:#313447;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:focus,html.theme--catppuccin-macchiato .content kbd.button:focus,html.theme--catppuccin-macchiato .button.is-dark.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:focus:not(:active),html.theme--catppuccin-macchiato .content kbd.button:focus:not(:active),html.theme--catppuccin-macchiato .button.is-dark.is-focused:not(:active),html.theme--catppuccin-macchiato .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .button.is-dark:active,html.theme--catppuccin-macchiato .content kbd.button:active,html.theme--catppuccin-macchiato .button.is-dark.is-active,html.theme--catppuccin-macchiato .content kbd.button.is-active{background-color:#2c2f40;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark[disabled],html.theme--catppuccin-macchiato .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button{background-color:#363a4f;border-color:#363a4f;box-shadow:none}html.theme--catppuccin-macchiato .button.is-dark.is-inverted,html.theme--catppuccin-macchiato .content kbd.button.is-inverted{background-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted:hover,html.theme--catppuccin-macchiato .content kbd.button.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-dark.is-inverted[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-loading::after,html.theme--catppuccin-macchiato .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined,html.theme--catppuccin-macchiato .content kbd.button.is-outlined{background-color:transparent;border-color:#363a4f;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-outlined:hover,html.theme--catppuccin-macchiato .content kbd.button.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-dark.is-outlined:focus,html.theme--catppuccin-macchiato .content kbd.button.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-focused{background-color:#363a4f;border-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #363a4f #363a4f !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-outlined{background-color:transparent;border-color:#363a4f;box-shadow:none;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363a4f #363a4f !important}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:focus:not(:active),html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-macchiato .button.is-primary.is-focused:not(:active),html.theme--catppuccin-macchiato .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button.is-primary:active,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-macchiato .button.is-primary.is-active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-active.docs-sourcelink{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink{background-color:#8aadf4;border-color:#8aadf4;box-shadow:none}html.theme--catppuccin-macchiato .button.is-primary.is-inverted,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-primary.is-inverted[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-loading::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-outlined:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-macchiato .button.is-primary.is-outlined:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8aadf4;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-light,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-primary.is-light:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-light.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e1eafc;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-primary.is-light:active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-macchiato .button.is-primary.is-light.is-active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d5e2fb;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:hover,html.theme--catppuccin-macchiato .button.is-link.is-hovered{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:focus,html.theme--catppuccin-macchiato .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:focus:not(:active),html.theme--catppuccin-macchiato .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button.is-link:active,html.theme--catppuccin-macchiato .button.is-link.is-active{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link{background-color:#8aadf4;border-color:#8aadf4;box-shadow:none}html.theme--catppuccin-macchiato .button.is-link.is-inverted{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined{background-color:transparent;border-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-link.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-focused{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-outlined{background-color:transparent;border-color:#8aadf4;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-light{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link.is-light:hover,html.theme--catppuccin-macchiato .button.is-link.is-light.is-hovered{background-color:#e1eafc;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link.is-light:active,html.theme--catppuccin-macchiato .button.is-link.is-light.is-active{background-color:#d5e2fb;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-info{background-color:#8bd5ca;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:hover,html.theme--catppuccin-macchiato .button.is-info.is-hovered{background-color:#82d2c6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:focus,html.theme--catppuccin-macchiato .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:focus:not(:active),html.theme--catppuccin-macchiato .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .button.is-info:active,html.theme--catppuccin-macchiato .button.is-info.is-active{background-color:#78cec1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info{background-color:#8bd5ca;border-color:#8bd5ca;box-shadow:none}html.theme--catppuccin-macchiato .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined{background-color:transparent;border-color:#8bd5ca;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-info.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-focused{background-color:#8bd5ca;border-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #8bd5ca #8bd5ca !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-outlined{background-color:transparent;border-color:#8bd5ca;box-shadow:none;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8bd5ca #8bd5ca !important}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-light{background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .button.is-info.is-light:hover,html.theme--catppuccin-macchiato .button.is-info.is-light.is-hovered{background-color:#e7f6f4;border-color:transparent;color:#276d62}html.theme--catppuccin-macchiato .button.is-info.is-light:active,html.theme--catppuccin-macchiato .button.is-info.is-light.is-active{background-color:#ddf3f0;border-color:transparent;color:#276d62}html.theme--catppuccin-macchiato .button.is-success{background-color:#a6da95;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:hover,html.theme--catppuccin-macchiato .button.is-success.is-hovered{background-color:#9ed78c;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:focus,html.theme--catppuccin-macchiato .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:focus:not(:active),html.theme--catppuccin-macchiato .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .button.is-success:active,html.theme--catppuccin-macchiato .button.is-success.is-active{background-color:#96d382;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success{background-color:#a6da95;border-color:#a6da95;box-shadow:none}html.theme--catppuccin-macchiato .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined{background-color:transparent;border-color:#a6da95;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-success.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-focused{background-color:#a6da95;border-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6da95 #a6da95 !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-outlined{background-color:transparent;border-color:#a6da95;box-shadow:none;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6da95 #a6da95 !important}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-light{background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .button.is-success.is-light:hover,html.theme--catppuccin-macchiato .button.is-success.is-light.is-hovered{background-color:#eaf6e6;border-color:transparent;color:#386e26}html.theme--catppuccin-macchiato .button.is-success.is-light:active,html.theme--catppuccin-macchiato .button.is-success.is-light.is-active{background-color:#e2f3dd;border-color:transparent;color:#386e26}html.theme--catppuccin-macchiato .button.is-warning{background-color:#eed49f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:hover,html.theme--catppuccin-macchiato .button.is-warning.is-hovered{background-color:#eccf94;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:focus,html.theme--catppuccin-macchiato .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:focus:not(:active),html.theme--catppuccin-macchiato .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .button.is-warning:active,html.theme--catppuccin-macchiato .button.is-warning.is-active{background-color:#eaca89;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning{background-color:#eed49f;border-color:#eed49f;box-shadow:none}html.theme--catppuccin-macchiato .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined{background-color:transparent;border-color:#eed49f;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-warning.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-focused{background-color:#eed49f;border-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #eed49f #eed49f !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-outlined{background-color:transparent;border-color:#eed49f;box-shadow:none;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #eed49f #eed49f !important}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-light{background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-warning.is-light:hover,html.theme--catppuccin-macchiato .button.is-warning.is-light.is-hovered{background-color:#faf2e3;border-color:transparent;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-warning.is-light:active,html.theme--catppuccin-macchiato .button.is-warning.is-light.is-active{background-color:#f8eed8;border-color:transparent;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-danger{background-color:#ed8796;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:hover,html.theme--catppuccin-macchiato .button.is-danger.is-hovered{background-color:#eb7c8c;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:focus,html.theme--catppuccin-macchiato .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:focus:not(:active),html.theme--catppuccin-macchiato .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .button.is-danger:active,html.theme--catppuccin-macchiato .button.is-danger.is-active{background-color:#ea7183;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger{background-color:#ed8796;border-color:#ed8796;box-shadow:none}html.theme--catppuccin-macchiato .button.is-danger.is-inverted{background-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined{background-color:transparent;border-color:#ed8796;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-danger.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-focused{background-color:#ed8796;border-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #ed8796 #ed8796 !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-outlined{background-color:transparent;border-color:#ed8796;box-shadow:none;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ed8796 #ed8796 !important}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-light{background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .button.is-danger.is-light:hover,html.theme--catppuccin-macchiato .button.is-danger.is-light.is-hovered{background-color:#fbe2e6;border-color:transparent;color:#971729}html.theme--catppuccin-macchiato .button.is-danger.is-light:active,html.theme--catppuccin-macchiato .button.is-danger.is-light.is-active{background-color:#f9d7dc;border-color:transparent;color:#971729}html.theme--catppuccin-macchiato .button.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-small:not(.is-rounded),html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-macchiato .button.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .button.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .button.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button{background-color:#6e738d;border-color:#5b6078;box-shadow:none;opacity:.5}html.theme--catppuccin-macchiato .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-macchiato .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-macchiato .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-macchiato .button.is-static{background-color:#1e2030;border-color:#5b6078;color:#8087a2;box-shadow:none;pointer-events:none}html.theme--catppuccin-macchiato .button.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-macchiato .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-macchiato .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-macchiato .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-macchiato .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-macchiato .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-macchiato .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-macchiato .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-macchiato .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-macchiato .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-macchiato .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-macchiato .buttons.has-addons .button:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-macchiato .buttons.has-addons .button:focus,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-focused,html.theme--catppuccin-macchiato .buttons.has-addons .button:active,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-active,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-macchiato .buttons.has-addons .button:focus:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button:active:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-macchiato .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .buttons.is-centered{justify-content:center}html.theme--catppuccin-macchiato .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-macchiato .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .button.is-responsive.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-macchiato .button.is-responsive,html.theme--catppuccin-macchiato .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-macchiato .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .button.is-responsive.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-macchiato .button.is-responsive,html.theme--catppuccin-macchiato .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-macchiato .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-macchiato .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-macchiato .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-macchiato .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-macchiato .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-macchiato .content li+li{margin-top:0.25em}html.theme--catppuccin-macchiato .content p:not(:last-child),html.theme--catppuccin-macchiato .content dl:not(:last-child),html.theme--catppuccin-macchiato .content ol:not(:last-child),html.theme--catppuccin-macchiato .content ul:not(:last-child),html.theme--catppuccin-macchiato .content blockquote:not(:last-child),html.theme--catppuccin-macchiato .content pre:not(:last-child),html.theme--catppuccin-macchiato .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-macchiato .content h1,html.theme--catppuccin-macchiato .content h2,html.theme--catppuccin-macchiato .content h3,html.theme--catppuccin-macchiato .content h4,html.theme--catppuccin-macchiato .content h5,html.theme--catppuccin-macchiato .content h6{color:#cad3f5;font-weight:600;line-height:1.125}html.theme--catppuccin-macchiato .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-macchiato .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-macchiato .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-macchiato .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-macchiato .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-macchiato .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-macchiato .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-macchiato .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-macchiato .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-macchiato .content blockquote{background-color:#1e2030;border-left:5px solid #5b6078;padding:1.25em 1.5em}html.theme--catppuccin-macchiato .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-macchiato .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-macchiato .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-macchiato .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-macchiato .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-macchiato .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-macchiato .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-macchiato .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-macchiato .content ul ul ul{list-style-type:square}html.theme--catppuccin-macchiato .content dd{margin-left:2em}html.theme--catppuccin-macchiato .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-macchiato .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-macchiato .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-macchiato .content figure img{display:inline-block}html.theme--catppuccin-macchiato .content figure figcaption{font-style:italic}html.theme--catppuccin-macchiato .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-macchiato .content sup,html.theme--catppuccin-macchiato .content sub{font-size:75%}html.theme--catppuccin-macchiato .content table{width:100%}html.theme--catppuccin-macchiato .content table td,html.theme--catppuccin-macchiato .content table th{border:1px solid #5b6078;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-macchiato .content table th{color:#b5c1f1}html.theme--catppuccin-macchiato .content table th:not([align]){text-align:inherit}html.theme--catppuccin-macchiato .content table thead td,html.theme--catppuccin-macchiato .content table thead th{border-width:0 0 2px;color:#b5c1f1}html.theme--catppuccin-macchiato .content table tfoot td,html.theme--catppuccin-macchiato .content table tfoot th{border-width:2px 0 0;color:#b5c1f1}html.theme--catppuccin-macchiato .content table tbody tr:last-child td,html.theme--catppuccin-macchiato .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-macchiato .content .tabs li+li{margin-top:0}html.theme--catppuccin-macchiato .content.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-macchiato .content.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .content.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .content.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-macchiato .icon.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-macchiato .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-macchiato .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-macchiato .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-macchiato .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-macchiato .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-macchiato div.icon-text{display:flex}html.theme--catppuccin-macchiato .image,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-macchiato .image img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-macchiato .image img.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-macchiato .image.is-fullwidth,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .image.is-square img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-macchiato .image.is-square .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-macchiato .image.is-1by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-macchiato .image.is-1by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-macchiato .image.is-5by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-macchiato .image.is-4by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-macchiato .image.is-3by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-macchiato .image.is-5by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-16by9 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-macchiato .image.is-16by9 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-macchiato .image.is-2by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-macchiato .image.is-3by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-macchiato .image.is-4by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-macchiato .image.is-3by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-macchiato .image.is-2by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-macchiato .image.is-3by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-9by16 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-macchiato .image.is-9by16 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-macchiato .image.is-1by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-macchiato .image.is-1by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-macchiato .image.is-square,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-macchiato .image.is-1by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-macchiato .image.is-5by4,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-macchiato .image.is-4by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-macchiato .image.is-3by2,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-macchiato .image.is-5by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-macchiato .image.is-16by9,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-macchiato .image.is-2by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-macchiato .image.is-3by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-macchiato .image.is-4by5,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-macchiato .image.is-3by4,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-macchiato .image.is-2by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-macchiato .image.is-3by5,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-macchiato .image.is-9by16,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-macchiato .image.is-1by2,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-macchiato .image.is-1by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-macchiato .image.is-16x16,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-macchiato .image.is-24x24,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-macchiato .image.is-32x32,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-macchiato .image.is-48x48,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-macchiato .image.is-64x64,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-macchiato .image.is-96x96,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-macchiato .image.is-128x128,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-macchiato .notification{background-color:#1e2030;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-macchiato .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-macchiato .notification strong{color:currentColor}html.theme--catppuccin-macchiato .notification code,html.theme--catppuccin-macchiato .notification pre{background:#fff}html.theme--catppuccin-macchiato .notification pre code{background:transparent}html.theme--catppuccin-macchiato .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-macchiato .notification .title,html.theme--catppuccin-macchiato .notification .subtitle,html.theme--catppuccin-macchiato .notification .content{color:currentColor}html.theme--catppuccin-macchiato .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-dark,html.theme--catppuccin-macchiato .content kbd.notification{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .notification.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.notification.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .notification.is-primary.is-light,html.theme--catppuccin-macchiato .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .notification.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .notification.is-link.is-light{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .notification.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-info.is-light{background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .notification.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-success.is-light{background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .notification.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-warning.is-light{background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .notification.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .notification.is-danger.is-light{background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-macchiato .progress::-webkit-progress-bar{background-color:#494d64}html.theme--catppuccin-macchiato .progress::-webkit-progress-value{background-color:#8087a2}html.theme--catppuccin-macchiato .progress::-moz-progress-bar{background-color:#8087a2}html.theme--catppuccin-macchiato .progress::-ms-fill{background-color:#8087a2;border:none}html.theme--catppuccin-macchiato .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-macchiato .content kbd.progress::-webkit-progress-value{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-macchiato .content kbd.progress::-moz-progress-bar{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark::-ms-fill,html.theme--catppuccin-macchiato .content kbd.progress::-ms-fill{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark:indeterminate,html.theme--catppuccin-macchiato .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #363a4f 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary::-ms-fill,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary:indeterminate,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #8aadf4 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-link::-webkit-progress-value{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link::-moz-progress-bar{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link::-ms-fill{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link:indeterminate{background-image:linear-gradient(to right, #8aadf4 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-info::-webkit-progress-value{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info::-moz-progress-bar{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info::-ms-fill{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info:indeterminate{background-image:linear-gradient(to right, #8bd5ca 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-success::-webkit-progress-value{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success::-moz-progress-bar{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success::-ms-fill{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6da95 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-warning::-webkit-progress-value{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning::-moz-progress-bar{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning::-ms-fill{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #eed49f 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-danger::-webkit-progress-value{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger::-moz-progress-bar{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger::-ms-fill{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #ed8796 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494d64;background-image:linear-gradient(to right, #cad3f5 30%, #494d64 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-macchiato .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-macchiato .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-macchiato .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-macchiato .progress.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-macchiato .progress.is-medium{height:1.25rem}html.theme--catppuccin-macchiato .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-macchiato .table{background-color:#494d64;color:#cad3f5}html.theme--catppuccin-macchiato .table td,html.theme--catppuccin-macchiato .table th{border:1px solid #5b6078;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-macchiato .table td.is-white,html.theme--catppuccin-macchiato .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .table td.is-black,html.theme--catppuccin-macchiato .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .table td.is-light,html.theme--catppuccin-macchiato .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-dark,html.theme--catppuccin-macchiato .table th.is-dark{background-color:#363a4f;border-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .table td.is-primary,html.theme--catppuccin-macchiato .table th.is-primary{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-link,html.theme--catppuccin-macchiato .table th.is-link{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-info,html.theme--catppuccin-macchiato .table th.is-info{background-color:#8bd5ca;border-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-success,html.theme--catppuccin-macchiato .table th.is-success{background-color:#a6da95;border-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-warning,html.theme--catppuccin-macchiato .table th.is-warning{background-color:#eed49f;border-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-danger,html.theme--catppuccin-macchiato .table th.is-danger{background-color:#ed8796;border-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .table td.is-narrow,html.theme--catppuccin-macchiato .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-macchiato .table td.is-selected,html.theme--catppuccin-macchiato .table th.is-selected{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-selected a,html.theme--catppuccin-macchiato .table td.is-selected strong,html.theme--catppuccin-macchiato .table th.is-selected a,html.theme--catppuccin-macchiato .table th.is-selected strong{color:currentColor}html.theme--catppuccin-macchiato .table td.is-vcentered,html.theme--catppuccin-macchiato .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-macchiato .table th{color:#b5c1f1}html.theme--catppuccin-macchiato .table th:not([align]){text-align:left}html.theme--catppuccin-macchiato .table tr.is-selected{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table tr.is-selected a,html.theme--catppuccin-macchiato .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-macchiato .table tr.is-selected td,html.theme--catppuccin-macchiato .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-macchiato .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table thead td,html.theme--catppuccin-macchiato .table thead th{border-width:0 0 2px;color:#b5c1f1}html.theme--catppuccin-macchiato .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table tfoot td,html.theme--catppuccin-macchiato .table tfoot th{border-width:2px 0 0;color:#b5c1f1}html.theme--catppuccin-macchiato .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table tbody tr:last-child td,html.theme--catppuccin-macchiato .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-macchiato .table.is-bordered td,html.theme--catppuccin-macchiato .table.is-bordered th{border-width:1px}html.theme--catppuccin-macchiato .table.is-bordered tr:last-child td,html.theme--catppuccin-macchiato .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-macchiato .table.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#363a4f}html.theme--catppuccin-macchiato .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#363a4f}html.theme--catppuccin-macchiato .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#3a3e55}html.theme--catppuccin-macchiato .table.is-narrow td,html.theme--catppuccin-macchiato .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-macchiato .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#363a4f}html.theme--catppuccin-macchiato .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-macchiato .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .tags .tag,html.theme--catppuccin-macchiato .tags .content kbd,html.theme--catppuccin-macchiato .content .tags kbd,html.theme--catppuccin-macchiato .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-macchiato .tags .tag:not(:last-child),html.theme--catppuccin-macchiato .tags .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags kbd:not(:last-child),html.theme--catppuccin-macchiato .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-macchiato .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-macchiato .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-macchiato .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-macchiato .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-macchiato .tags.is-centered{justify-content:center}html.theme--catppuccin-macchiato .tags.is-centered .tag,html.theme--catppuccin-macchiato .tags.is-centered .content kbd,html.theme--catppuccin-macchiato .content .tags.is-centered kbd,html.theme--catppuccin-macchiato .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-macchiato .tags.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .tags.is-right .tag:not(:first-child),html.theme--catppuccin-macchiato .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-macchiato .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-macchiato .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-macchiato .tags.is-right .tag:not(:last-child),html.theme--catppuccin-macchiato .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-macchiato .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-macchiato .tags.has-addons .tag,html.theme--catppuccin-macchiato .tags.has-addons .content kbd,html.theme--catppuccin-macchiato .content .tags.has-addons kbd,html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-macchiato .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-macchiato .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-macchiato .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-macchiato .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-macchiato .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-macchiato .tag:not(body),html.theme--catppuccin-macchiato .content kbd:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#1e2030;border-radius:.4em;color:#cad3f5;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-macchiato .tag:not(body) .delete,html.theme--catppuccin-macchiato .content kbd:not(body) .delete,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-macchiato .tag.is-white:not(body),html.theme--catppuccin-macchiato .content kbd.is-white:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .tag.is-black:not(body),html.theme--catppuccin-macchiato .content kbd.is-black:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .tag.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-dark:not(body),html.theme--catppuccin-macchiato .content kbd:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-macchiato .content .docstring>section>kbd:not(body){background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .tag.is-primary:not(body),html.theme--catppuccin-macchiato .content kbd.is-primary:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .tag.is-primary.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .tag.is-link:not(body),html.theme--catppuccin-macchiato .content kbd.is-link:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .tag.is-link.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-link.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .tag.is-info:not(body),html.theme--catppuccin-macchiato .content kbd.is-info:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-info.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-info.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .tag.is-success:not(body),html.theme--catppuccin-macchiato .content kbd.is-success:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-success.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-success.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .tag.is-warning:not(body),html.theme--catppuccin-macchiato .content kbd.is-warning:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-warning.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .tag.is-danger:not(body),html.theme--catppuccin-macchiato .content kbd.is-danger:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .tag.is-danger.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .tag.is-normal:not(body),html.theme--catppuccin-macchiato .content kbd.is-normal:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-macchiato .tag.is-medium:not(body),html.theme--catppuccin-macchiato .content kbd.is-medium:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-macchiato .tag.is-large:not(body),html.theme--catppuccin-macchiato .content kbd.is-large:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-macchiato .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-macchiato .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-macchiato .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-macchiato .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-macchiato .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-macchiato .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-macchiato .tag.is-delete:not(body),html.theme--catppuccin-macchiato .content kbd.is-delete:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::before,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::before,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-macchiato .tag.is-delete:not(body)::after,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::after,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::before,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::before,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::after,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::after,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-macchiato .tag.is-delete:not(body):hover,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):hover,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-macchiato .tag.is-delete:not(body):focus,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):focus,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#141620}html.theme--catppuccin-macchiato .tag.is-delete:not(body):active,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):active,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#0a0b11}html.theme--catppuccin-macchiato .tag.is-rounded:not(body),html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-macchiato .content kbd.is-rounded:not(body),html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-macchiato a.tag:hover,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-macchiato .title,html.theme--catppuccin-macchiato .subtitle{word-break:break-word}html.theme--catppuccin-macchiato .title em,html.theme--catppuccin-macchiato .title span,html.theme--catppuccin-macchiato .subtitle em,html.theme--catppuccin-macchiato .subtitle span{font-weight:inherit}html.theme--catppuccin-macchiato .title sub,html.theme--catppuccin-macchiato .subtitle sub{font-size:.75em}html.theme--catppuccin-macchiato .title sup,html.theme--catppuccin-macchiato .subtitle sup{font-size:.75em}html.theme--catppuccin-macchiato .title .tag,html.theme--catppuccin-macchiato .title .content kbd,html.theme--catppuccin-macchiato .content .title kbd,html.theme--catppuccin-macchiato .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-macchiato .subtitle .tag,html.theme--catppuccin-macchiato .subtitle .content kbd,html.theme--catppuccin-macchiato .content .subtitle kbd,html.theme--catppuccin-macchiato .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-macchiato .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-macchiato .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-macchiato .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-macchiato .title.is-1{font-size:3rem}html.theme--catppuccin-macchiato .title.is-2{font-size:2.5rem}html.theme--catppuccin-macchiato .title.is-3{font-size:2rem}html.theme--catppuccin-macchiato .title.is-4{font-size:1.5rem}html.theme--catppuccin-macchiato .title.is-5{font-size:1.25rem}html.theme--catppuccin-macchiato .title.is-6{font-size:1rem}html.theme--catppuccin-macchiato .title.is-7{font-size:.75rem}html.theme--catppuccin-macchiato .subtitle{color:#6e738d;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-macchiato .subtitle strong{color:#6e738d;font-weight:600}html.theme--catppuccin-macchiato .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-macchiato .subtitle.is-1{font-size:3rem}html.theme--catppuccin-macchiato .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-macchiato .subtitle.is-3{font-size:2rem}html.theme--catppuccin-macchiato .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-macchiato .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-macchiato .subtitle.is-6{font-size:1rem}html.theme--catppuccin-macchiato .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-macchiato .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-macchiato .number{align-items:center;background-color:#1e2030;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{background-color:#24273a;border-color:#5b6078;border-radius:.4em;color:#8087a2}html.theme--catppuccin-macchiato .select select::-moz-placeholder,html.theme--catppuccin-macchiato .textarea::-moz-placeholder,html.theme--catppuccin-macchiato .input::-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select::-webkit-input-placeholder,html.theme--catppuccin-macchiato .textarea::-webkit-input-placeholder,html.theme--catppuccin-macchiato .input::-webkit-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:-moz-placeholder,html.theme--catppuccin-macchiato .textarea:-moz-placeholder,html.theme--catppuccin-macchiato .input:-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:-ms-input-placeholder,html.theme--catppuccin-macchiato .textarea:-ms-input-placeholder,html.theme--catppuccin-macchiato .input:-ms-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:hover,html.theme--catppuccin-macchiato .textarea:hover,html.theme--catppuccin-macchiato .input:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-macchiato .select select.is-hovered,html.theme--catppuccin-macchiato .is-hovered.textarea,html.theme--catppuccin-macchiato .is-hovered.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#6e738d}html.theme--catppuccin-macchiato .select select:focus,html.theme--catppuccin-macchiato .textarea:focus,html.theme--catppuccin-macchiato .input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-macchiato .select select.is-focused,html.theme--catppuccin-macchiato .is-focused.textarea,html.theme--catppuccin-macchiato .is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .select select:active,html.theme--catppuccin-macchiato .textarea:active,html.theme--catppuccin-macchiato .input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-macchiato .select select.is-active,html.theme--catppuccin-macchiato .is-active.textarea,html.theme--catppuccin-macchiato .is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#8aadf4;box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select select[disabled],html.theme--catppuccin-macchiato .textarea[disabled],html.theme--catppuccin-macchiato .input[disabled],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .select select,fieldset[disabled] html.theme--catppuccin-macchiato .textarea,fieldset[disabled] html.theme--catppuccin-macchiato .input,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{background-color:#6e738d;border-color:#1e2030;box-shadow:none;color:#f5f7fd}html.theme--catppuccin-macchiato .select select[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato .input[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato .input[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-macchiato .textarea[readonly],html.theme--catppuccin-macchiato .input[readonly],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-macchiato .is-white.textarea,html.theme--catppuccin-macchiato .is-white.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-macchiato .is-white.textarea:focus,html.theme--catppuccin-macchiato .is-white.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-macchiato .is-white.is-focused.textarea,html.theme--catppuccin-macchiato .is-white.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-white.textarea:active,html.theme--catppuccin-macchiato .is-white.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-macchiato .is-white.is-active.textarea,html.theme--catppuccin-macchiato .is-white.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .is-black.textarea,html.theme--catppuccin-macchiato .is-black.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-macchiato .is-black.textarea:focus,html.theme--catppuccin-macchiato .is-black.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-macchiato .is-black.is-focused.textarea,html.theme--catppuccin-macchiato .is-black.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-black.textarea:active,html.theme--catppuccin-macchiato .is-black.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-macchiato .is-black.is-active.textarea,html.theme--catppuccin-macchiato .is-black.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .is-light.textarea,html.theme--catppuccin-macchiato .is-light.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-macchiato .is-light.textarea:focus,html.theme--catppuccin-macchiato .is-light.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-macchiato .is-light.is-focused.textarea,html.theme--catppuccin-macchiato .is-light.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-light.textarea:active,html.theme--catppuccin-macchiato .is-light.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-macchiato .is-light.is-active.textarea,html.theme--catppuccin-macchiato .is-light.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .is-dark.textarea,html.theme--catppuccin-macchiato .content kbd.textarea,html.theme--catppuccin-macchiato .is-dark.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-macchiato .content kbd.input{border-color:#363a4f}html.theme--catppuccin-macchiato .is-dark.textarea:focus,html.theme--catppuccin-macchiato .content kbd.textarea:focus,html.theme--catppuccin-macchiato .is-dark.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-macchiato .content kbd.input:focus,html.theme--catppuccin-macchiato .is-dark.is-focused.textarea,html.theme--catppuccin-macchiato .content kbd.is-focused.textarea,html.theme--catppuccin-macchiato .is-dark.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .content kbd.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-dark.textarea:active,html.theme--catppuccin-macchiato .content kbd.textarea:active,html.theme--catppuccin-macchiato .is-dark.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-macchiato .content kbd.input:active,html.theme--catppuccin-macchiato .is-dark.is-active.textarea,html.theme--catppuccin-macchiato .content kbd.is-active.textarea,html.theme--catppuccin-macchiato .is-dark.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .content kbd.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .is-primary.textarea,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink{border-color:#8aadf4}html.theme--catppuccin-macchiato .is-primary.textarea:focus,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-macchiato .is-primary.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-macchiato .is-primary.is-focused.textarea,html.theme--catppuccin-macchiato .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.textarea:active,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-macchiato .is-primary.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-macchiato .is-primary.is-active.textarea,html.theme--catppuccin-macchiato .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .is-link.textarea,html.theme--catppuccin-macchiato .is-link.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#8aadf4}html.theme--catppuccin-macchiato .is-link.textarea:focus,html.theme--catppuccin-macchiato .is-link.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-macchiato .is-link.is-focused.textarea,html.theme--catppuccin-macchiato .is-link.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-link.textarea:active,html.theme--catppuccin-macchiato .is-link.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-macchiato .is-link.is-active.textarea,html.theme--catppuccin-macchiato .is-link.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .is-info.textarea,html.theme--catppuccin-macchiato .is-info.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#8bd5ca}html.theme--catppuccin-macchiato .is-info.textarea:focus,html.theme--catppuccin-macchiato .is-info.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-macchiato .is-info.is-focused.textarea,html.theme--catppuccin-macchiato .is-info.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-info.textarea:active,html.theme--catppuccin-macchiato .is-info.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-macchiato .is-info.is-active.textarea,html.theme--catppuccin-macchiato .is-info.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .is-success.textarea,html.theme--catppuccin-macchiato .is-success.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6da95}html.theme--catppuccin-macchiato .is-success.textarea:focus,html.theme--catppuccin-macchiato .is-success.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-macchiato .is-success.is-focused.textarea,html.theme--catppuccin-macchiato .is-success.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-success.textarea:active,html.theme--catppuccin-macchiato .is-success.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-macchiato .is-success.is-active.textarea,html.theme--catppuccin-macchiato .is-success.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .is-warning.textarea,html.theme--catppuccin-macchiato .is-warning.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#eed49f}html.theme--catppuccin-macchiato .is-warning.textarea:focus,html.theme--catppuccin-macchiato .is-warning.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-macchiato .is-warning.is-focused.textarea,html.theme--catppuccin-macchiato .is-warning.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-warning.textarea:active,html.theme--catppuccin-macchiato .is-warning.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-macchiato .is-warning.is-active.textarea,html.theme--catppuccin-macchiato .is-warning.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .is-danger.textarea,html.theme--catppuccin-macchiato .is-danger.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#ed8796}html.theme--catppuccin-macchiato .is-danger.textarea:focus,html.theme--catppuccin-macchiato .is-danger.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-macchiato .is-danger.is-focused.textarea,html.theme--catppuccin-macchiato .is-danger.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-danger.textarea:active,html.theme--catppuccin-macchiato .is-danger.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-macchiato .is-danger.is-active.textarea,html.theme--catppuccin-macchiato .is-danger.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .is-small.textarea,html.theme--catppuccin-macchiato .is-small.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-macchiato .is-medium.textarea,html.theme--catppuccin-macchiato .is-medium.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .is-large.textarea,html.theme--catppuccin-macchiato .is-large.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .is-fullwidth.textarea,html.theme--catppuccin-macchiato .is-fullwidth.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-macchiato .is-inline.textarea,html.theme--catppuccin-macchiato .is-inline.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-macchiato .input.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-macchiato .input.is-static,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-macchiato .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-macchiato .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-macchiato .textarea[rows]{height:initial}html.theme--catppuccin-macchiato .textarea.has-fixed-size{resize:none}html.theme--catppuccin-macchiato .radio,html.theme--catppuccin-macchiato .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-macchiato .radio input,html.theme--catppuccin-macchiato .checkbox input{cursor:pointer}html.theme--catppuccin-macchiato .radio:hover,html.theme--catppuccin-macchiato .checkbox:hover{color:#91d7e3}html.theme--catppuccin-macchiato .radio[disabled],html.theme--catppuccin-macchiato .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .radio,fieldset[disabled] html.theme--catppuccin-macchiato .checkbox,html.theme--catppuccin-macchiato .radio input[disabled],html.theme--catppuccin-macchiato .checkbox input[disabled]{color:#f5f7fd;cursor:not-allowed}html.theme--catppuccin-macchiato .radio+.radio{margin-left:.5em}html.theme--catppuccin-macchiato .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-macchiato .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading)::after{border-color:#8aadf4;right:1.125em;z-index:4}html.theme--catppuccin-macchiato .select.is-rounded select,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-macchiato .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-macchiato .select select::-ms-expand{display:none}html.theme--catppuccin-macchiato .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-macchiato .select select:hover{border-color:#1e2030}html.theme--catppuccin-macchiato .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-macchiato .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-macchiato .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#91d7e3}html.theme--catppuccin-macchiato .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-macchiato .select.is-white select{border-color:#fff}html.theme--catppuccin-macchiato .select.is-white select:hover,html.theme--catppuccin-macchiato .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-macchiato .select.is-white select:focus,html.theme--catppuccin-macchiato .select.is-white select.is-focused,html.theme--catppuccin-macchiato .select.is-white select:active,html.theme--catppuccin-macchiato .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-macchiato .select.is-black select:hover,html.theme--catppuccin-macchiato .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-macchiato .select.is-black select:focus,html.theme--catppuccin-macchiato .select.is-black select.is-focused,html.theme--catppuccin-macchiato .select.is-black select:active,html.theme--catppuccin-macchiato .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-macchiato .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-macchiato .select.is-light select:hover,html.theme--catppuccin-macchiato .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-macchiato .select.is-light select:focus,html.theme--catppuccin-macchiato .select.is-light select.is-focused,html.theme--catppuccin-macchiato .select.is-light select:active,html.theme--catppuccin-macchiato .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .select.is-dark:not(:hover)::after,html.theme--catppuccin-macchiato .content kbd.select:not(:hover)::after{border-color:#363a4f}html.theme--catppuccin-macchiato .select.is-dark select,html.theme--catppuccin-macchiato .content kbd.select select{border-color:#363a4f}html.theme--catppuccin-macchiato .select.is-dark select:hover,html.theme--catppuccin-macchiato .content kbd.select select:hover,html.theme--catppuccin-macchiato .select.is-dark select.is-hovered,html.theme--catppuccin-macchiato .content kbd.select select.is-hovered{border-color:#2c2f40}html.theme--catppuccin-macchiato .select.is-dark select:focus,html.theme--catppuccin-macchiato .content kbd.select select:focus,html.theme--catppuccin-macchiato .select.is-dark select.is-focused,html.theme--catppuccin-macchiato .content kbd.select select.is-focused,html.theme--catppuccin-macchiato .select.is-dark select:active,html.theme--catppuccin-macchiato .content kbd.select select:active,html.theme--catppuccin-macchiato .select.is-dark select.is-active,html.theme--catppuccin-macchiato .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .select.is-primary:not(:hover)::after,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-primary select,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-primary select:hover,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-macchiato .select.is-primary select.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#739df2}html.theme--catppuccin-macchiato .select.is-primary select:focus,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-macchiato .select.is-primary select.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-macchiato .select.is-primary select:active,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-macchiato .select.is-primary select.is-active,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select.is-link:not(:hover)::after{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-link select{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-link select:hover,html.theme--catppuccin-macchiato .select.is-link select.is-hovered{border-color:#739df2}html.theme--catppuccin-macchiato .select.is-link select:focus,html.theme--catppuccin-macchiato .select.is-link select.is-focused,html.theme--catppuccin-macchiato .select.is-link select:active,html.theme--catppuccin-macchiato .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select.is-info:not(:hover)::after{border-color:#8bd5ca}html.theme--catppuccin-macchiato .select.is-info select{border-color:#8bd5ca}html.theme--catppuccin-macchiato .select.is-info select:hover,html.theme--catppuccin-macchiato .select.is-info select.is-hovered{border-color:#78cec1}html.theme--catppuccin-macchiato .select.is-info select:focus,html.theme--catppuccin-macchiato .select.is-info select.is-focused,html.theme--catppuccin-macchiato .select.is-info select:active,html.theme--catppuccin-macchiato .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .select.is-success:not(:hover)::after{border-color:#a6da95}html.theme--catppuccin-macchiato .select.is-success select{border-color:#a6da95}html.theme--catppuccin-macchiato .select.is-success select:hover,html.theme--catppuccin-macchiato .select.is-success select.is-hovered{border-color:#96d382}html.theme--catppuccin-macchiato .select.is-success select:focus,html.theme--catppuccin-macchiato .select.is-success select.is-focused,html.theme--catppuccin-macchiato .select.is-success select:active,html.theme--catppuccin-macchiato .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .select.is-warning:not(:hover)::after{border-color:#eed49f}html.theme--catppuccin-macchiato .select.is-warning select{border-color:#eed49f}html.theme--catppuccin-macchiato .select.is-warning select:hover,html.theme--catppuccin-macchiato .select.is-warning select.is-hovered{border-color:#eaca89}html.theme--catppuccin-macchiato .select.is-warning select:focus,html.theme--catppuccin-macchiato .select.is-warning select.is-focused,html.theme--catppuccin-macchiato .select.is-warning select:active,html.theme--catppuccin-macchiato .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .select.is-danger:not(:hover)::after{border-color:#ed8796}html.theme--catppuccin-macchiato .select.is-danger select{border-color:#ed8796}html.theme--catppuccin-macchiato .select.is-danger select:hover,html.theme--catppuccin-macchiato .select.is-danger select.is-hovered{border-color:#ea7183}html.theme--catppuccin-macchiato .select.is-danger select:focus,html.theme--catppuccin-macchiato .select.is-danger select.is-focused,html.theme--catppuccin-macchiato .select.is-danger select:active,html.theme--catppuccin-macchiato .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .select.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-macchiato .select.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .select.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .select.is-disabled::after{border-color:#f5f7fd !important;opacity:0.5}html.theme--catppuccin-macchiato .select.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .select.is-fullwidth select{width:100%}html.theme--catppuccin-macchiato .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-macchiato .select.is-loading.is-small:after,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-macchiato .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-macchiato .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-macchiato .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-macchiato .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:hover .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:focus .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:active .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-black:hover .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-black:focus .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-black:active .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:hover .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:focus .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:active .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-dark .file-cta,html.theme--catppuccin-macchiato .content kbd.file .file-cta{background-color:#363a4f;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-dark:hover .file-cta,html.theme--catppuccin-macchiato .content kbd.file:hover .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-hovered .file-cta{background-color:#313447;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-dark:focus .file-cta,html.theme--catppuccin-macchiato .content kbd.file:focus .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-focused .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,58,79,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-dark:active .file-cta,html.theme--catppuccin-macchiato .content kbd.file:active .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-active .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-active .file-cta{background-color:#2c2f40;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary:hover .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary:focus .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-focused .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(138,173,244,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-primary:active .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-active .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link .file-cta{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link:hover .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-hovered .file-cta{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link:focus .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(138,173,244,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-link:active .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-active .file-cta{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-info .file-cta{background-color:#8bd5ca;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:hover .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-hovered .file-cta{background-color:#82d2c6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:focus .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(139,213,202,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:active .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-active .file-cta{background-color:#78cec1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success .file-cta{background-color:#a6da95;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:hover .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-hovered .file-cta{background-color:#9ed78c;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:focus .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,218,149,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:active .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-active .file-cta{background-color:#96d382;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning .file-cta{background-color:#eed49f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:hover .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-hovered .file-cta{background-color:#eccf94;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:focus .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(238,212,159,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:active .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-active .file-cta{background-color:#eaca89;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-danger .file-cta{background-color:#ed8796;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-danger:hover .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-hovered .file-cta{background-color:#eb7c8c;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-danger:focus .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(237,135,150,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-danger:active .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-active .file-cta{background-color:#ea7183;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-macchiato .file.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .file.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-macchiato .file.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-macchiato .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-macchiato .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-macchiato .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-macchiato .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-macchiato .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-macchiato .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-macchiato .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-macchiato .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-macchiato .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-macchiato .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-macchiato .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-macchiato .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-macchiato .file.is-centered{justify-content:center}html.theme--catppuccin-macchiato .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-macchiato .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-macchiato .file.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-macchiato .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-macchiato .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-macchiato .file-label:hover .file-cta{background-color:#313447;color:#b5c1f1}html.theme--catppuccin-macchiato .file-label:hover .file-name{border-color:#565a71}html.theme--catppuccin-macchiato .file-label:active .file-cta{background-color:#2c2f40;color:#b5c1f1}html.theme--catppuccin-macchiato .file-label:active .file-name{border-color:#505469}html.theme--catppuccin-macchiato .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato .file-name{border-color:#5b6078;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-macchiato .file-cta{background-color:#363a4f;color:#cad3f5}html.theme--catppuccin-macchiato .file-name{border-color:#5b6078;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-macchiato .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-macchiato .file-icon .fa{font-size:14px}html.theme--catppuccin-macchiato .label{color:#b5c1f1;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-macchiato .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-macchiato .label.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-macchiato .label.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .label.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-macchiato .help.is-white{color:#fff}html.theme--catppuccin-macchiato .help.is-black{color:#0a0a0a}html.theme--catppuccin-macchiato .help.is-light{color:#f5f5f5}html.theme--catppuccin-macchiato .help.is-dark,html.theme--catppuccin-macchiato .content kbd.help{color:#363a4f}html.theme--catppuccin-macchiato .help.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.help.docs-sourcelink{color:#8aadf4}html.theme--catppuccin-macchiato .help.is-link{color:#8aadf4}html.theme--catppuccin-macchiato .help.is-info{color:#8bd5ca}html.theme--catppuccin-macchiato .help.is-success{color:#a6da95}html.theme--catppuccin-macchiato .help.is-warning{color:#eed49f}html.theme--catppuccin-macchiato .help.is-danger{color:#ed8796}html.theme--catppuccin-macchiato .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-macchiato .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-macchiato .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-macchiato .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-macchiato .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-macchiato .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-macchiato .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-macchiato .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-macchiato .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field.is-horizontal{display:flex}}html.theme--catppuccin-macchiato .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-macchiato .field-label.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-macchiato .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-macchiato .field-body .field{margin-bottom:0}html.theme--catppuccin-macchiato .field-body>.field{flex-shrink:1}html.theme--catppuccin-macchiato .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-macchiato .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-macchiato .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-macchiato .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select:focus~.icon{color:#363a4f}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-macchiato .control.has-icons-left .icon,html.theme--catppuccin-macchiato .control.has-icons-right .icon{color:#5b6078;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-macchiato .control.has-icons-left .input,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-macchiato .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-macchiato .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-macchiato .control.has-icons-right .input,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-macchiato .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-macchiato .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-macchiato .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-macchiato .control.is-loading.is-small:after,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-macchiato .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-macchiato .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-macchiato .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-macchiato .breadcrumb a{align-items:center;color:#8aadf4;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-macchiato .breadcrumb a:hover{color:#91d7e3}html.theme--catppuccin-macchiato .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-macchiato .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-macchiato .breadcrumb li.is-active a{color:#b5c1f1;cursor:default;pointer-events:none}html.theme--catppuccin-macchiato .breadcrumb li+li::before{color:#6e738d;content:"\0002f"}html.theme--catppuccin-macchiato .breadcrumb ul,html.theme--catppuccin-macchiato .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-macchiato .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-macchiato .breadcrumb.is-centered ol,html.theme--catppuccin-macchiato .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-macchiato .breadcrumb.is-right ol,html.theme--catppuccin-macchiato .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-macchiato .breadcrumb.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-macchiato .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-macchiato .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-macchiato .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-macchiato .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-macchiato .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#cad3f5;max-width:100%;position:relative}html.theme--catppuccin-macchiato .card-footer:first-child,html.theme--catppuccin-macchiato .card-content:first-child,html.theme--catppuccin-macchiato .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-macchiato .card-footer:last-child,html.theme--catppuccin-macchiato .card-content:last-child,html.theme--catppuccin-macchiato .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-macchiato .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-macchiato .card-header-title{align-items:center;color:#b5c1f1;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-macchiato .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-macchiato .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-macchiato .card-image{display:block;position:relative}html.theme--catppuccin-macchiato .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-macchiato .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-macchiato .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-macchiato .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-macchiato .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-macchiato .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-macchiato .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-macchiato .dropdown.is-active .dropdown-menu,html.theme--catppuccin-macchiato .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-macchiato .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-macchiato .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-macchiato .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-macchiato .dropdown-content{background-color:#1e2030;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-macchiato .dropdown-item{color:#cad3f5;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-macchiato a.dropdown-item,html.theme--catppuccin-macchiato button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-macchiato a.dropdown-item:hover,html.theme--catppuccin-macchiato button.dropdown-item:hover{background-color:#1e2030;color:#0a0a0a}html.theme--catppuccin-macchiato a.dropdown-item.is-active,html.theme--catppuccin-macchiato button.dropdown-item.is-active{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-macchiato .level{align-items:center;justify-content:space-between}html.theme--catppuccin-macchiato .level code{border-radius:.4em}html.theme--catppuccin-macchiato .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-macchiato .level.is-mobile{display:flex}html.theme--catppuccin-macchiato .level.is-mobile .level-left,html.theme--catppuccin-macchiato .level.is-mobile .level-right{display:flex}html.theme--catppuccin-macchiato .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-macchiato .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-macchiato .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level{display:flex}html.theme--catppuccin-macchiato .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-macchiato .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-macchiato .level-item .title,html.theme--catppuccin-macchiato .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-macchiato .level-left,html.theme--catppuccin-macchiato .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .level-left .level-item.is-flexible,html.theme--catppuccin-macchiato .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-left .level-item:not(:last-child),html.theme--catppuccin-macchiato .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-macchiato .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-left{display:flex}}html.theme--catppuccin-macchiato .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-right{display:flex}}html.theme--catppuccin-macchiato .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-macchiato .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-macchiato .media .media{border-top:1px solid rgba(91,96,120,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-macchiato .media .media .content:not(:last-child),html.theme--catppuccin-macchiato .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-macchiato .media .media .media{padding-top:.5rem}html.theme--catppuccin-macchiato .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-macchiato .media+.media{border-top:1px solid rgba(91,96,120,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-macchiato .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-macchiato .media-left,html.theme--catppuccin-macchiato .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .media-left{margin-right:1rem}html.theme--catppuccin-macchiato .media-right{margin-left:1rem}html.theme--catppuccin-macchiato .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .media-content{overflow-x:auto}}html.theme--catppuccin-macchiato .menu{font-size:1rem}html.theme--catppuccin-macchiato .menu.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-macchiato .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .menu.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .menu-list{line-height:1.25}html.theme--catppuccin-macchiato .menu-list a{border-radius:3px;color:#cad3f5;display:block;padding:0.5em 0.75em}html.theme--catppuccin-macchiato .menu-list a:hover{background-color:#1e2030;color:#b5c1f1}html.theme--catppuccin-macchiato .menu-list a.is-active{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .menu-list li ul{border-left:1px solid #5b6078;margin:.75em;padding-left:.75em}html.theme--catppuccin-macchiato .menu-label{color:#f5f7fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-macchiato .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-macchiato .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-macchiato .message{background-color:#1e2030;border-radius:.4em;font-size:1rem}html.theme--catppuccin-macchiato .message strong{color:currentColor}html.theme--catppuccin-macchiato .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-macchiato .message.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-macchiato .message.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .message.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .message.is-white{background-color:#fff}html.theme--catppuccin-macchiato .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-macchiato .message.is-black{background-color:#fafafa}html.theme--catppuccin-macchiato .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-macchiato .message.is-light{background-color:#fafafa}html.theme--catppuccin-macchiato .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-macchiato .message.is-dark,html.theme--catppuccin-macchiato .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-macchiato .message.is-dark .message-header,html.theme--catppuccin-macchiato .content kbd.message .message-header{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .message.is-dark .message-body,html.theme--catppuccin-macchiato .content kbd.message .message-body{border-color:#363a4f}html.theme--catppuccin-macchiato .message.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink{background-color:#ecf2fd}html.theme--catppuccin-macchiato .message.is-primary .message-header,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink .message-header{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .message.is-primary .message-body,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink .message-body{border-color:#8aadf4;color:#0e3b95}html.theme--catppuccin-macchiato .message.is-link{background-color:#ecf2fd}html.theme--catppuccin-macchiato .message.is-link .message-header{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .message.is-link .message-body{border-color:#8aadf4;color:#0e3b95}html.theme--catppuccin-macchiato .message.is-info{background-color:#f0faf8}html.theme--catppuccin-macchiato .message.is-info .message-header{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-info .message-body{border-color:#8bd5ca;color:#276d62}html.theme--catppuccin-macchiato .message.is-success{background-color:#f2faf0}html.theme--catppuccin-macchiato .message.is-success .message-header{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-success .message-body{border-color:#a6da95;color:#386e26}html.theme--catppuccin-macchiato .message.is-warning{background-color:#fcf7ee}html.theme--catppuccin-macchiato .message.is-warning .message-header{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-warning .message-body{border-color:#eed49f;color:#7e5c16}html.theme--catppuccin-macchiato .message.is-danger{background-color:#fcedef}html.theme--catppuccin-macchiato .message.is-danger .message-header{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .message.is-danger .message-body{border-color:#ed8796;color:#971729}html.theme--catppuccin-macchiato .message-header{align-items:center;background-color:#cad3f5;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-macchiato .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-macchiato .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .message-body{border-color:#5b6078;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#cad3f5;padding:1.25em 1.5em}html.theme--catppuccin-macchiato .message-body code,html.theme--catppuccin-macchiato .message-body pre{background-color:#fff}html.theme--catppuccin-macchiato .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-macchiato .modal.is-active{display:flex}html.theme--catppuccin-macchiato .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-macchiato .modal-content,html.theme--catppuccin-macchiato .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-macchiato .modal-content,html.theme--catppuccin-macchiato .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-macchiato .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-macchiato .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-macchiato .modal-card-head,html.theme--catppuccin-macchiato .modal-card-foot{align-items:center;background-color:#1e2030;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-macchiato .modal-card-head{border-bottom:1px solid #5b6078;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-macchiato .modal-card-title{color:#cad3f5;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-macchiato .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #5b6078}html.theme--catppuccin-macchiato .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-macchiato .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#24273a;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-macchiato .navbar{background-color:#8aadf4;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-macchiato .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-macchiato .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-dark,html.theme--catppuccin-macchiato .content kbd.navbar{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-burger,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#363a4f;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-burger,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6da95;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#eed49f;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ed8796;color:#fff}}html.theme--catppuccin-macchiato .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-macchiato .navbar.has-shadow{box-shadow:0 2px 0 0 #1e2030}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom,html.theme--catppuccin-macchiato .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #1e2030}html.theme--catppuccin-macchiato .navbar.is-fixed-top{top:0}html.theme--catppuccin-macchiato html.has-navbar-fixed-top,html.theme--catppuccin-macchiato body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-macchiato .navbar-brand,html.theme--catppuccin-macchiato .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-macchiato .navbar-brand a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-macchiato .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-macchiato .navbar-burger{color:#cad3f5;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-macchiato .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-macchiato .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-macchiato .navbar-menu{display:none}html.theme--catppuccin-macchiato .navbar-item,html.theme--catppuccin-macchiato .navbar-link{color:#cad3f5;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-macchiato .navbar-item .icon:only-child,html.theme--catppuccin-macchiato .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-macchiato a.navbar-item,html.theme--catppuccin-macchiato .navbar-link{cursor:pointer}html.theme--catppuccin-macchiato a.navbar-item:focus,html.theme--catppuccin-macchiato a.navbar-item:focus-within,html.theme--catppuccin-macchiato a.navbar-item:hover,html.theme--catppuccin-macchiato a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar-link:focus,html.theme--catppuccin-macchiato .navbar-link:focus-within,html.theme--catppuccin-macchiato .navbar-link:hover,html.theme--catppuccin-macchiato .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}html.theme--catppuccin-macchiato .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .navbar-item img{max-height:1.75rem}html.theme--catppuccin-macchiato .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-macchiato .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-macchiato .navbar-item.is-tab:focus,html.theme--catppuccin-macchiato .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#8aadf4;border-bottom-style:solid;border-bottom-width:3px;color:#8aadf4;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-macchiato .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-macchiato .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-macchiato .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-macchiato .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .navbar>.container{display:block}html.theme--catppuccin-macchiato .navbar-brand .navbar-item,html.theme--catppuccin-macchiato .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-macchiato .navbar-link::after{display:none}html.theme--catppuccin-macchiato .navbar-menu{background-color:#8aadf4;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-macchiato .navbar-menu.is-active{display:block}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch,html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-macchiato .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-macchiato html.has-navbar-fixed-top-touch,html.theme--catppuccin-macchiato body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar,html.theme--catppuccin-macchiato .navbar-menu,html.theme--catppuccin-macchiato .navbar-start,html.theme--catppuccin-macchiato .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-macchiato .navbar{min-height:4rem}html.theme--catppuccin-macchiato .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-start,html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-macchiato .navbar.is-spaced a.navbar-item,html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8087a2}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}html.theme--catppuccin-macchiato .navbar-burger{display:none}html.theme--catppuccin-macchiato .navbar-item,html.theme--catppuccin-macchiato .navbar-link{align-items:center;display:flex}html.theme--catppuccin-macchiato .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-macchiato .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-macchiato .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-macchiato .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-macchiato .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-macchiato .navbar-dropdown{background-color:#8aadf4;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-macchiato .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8087a2}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-macchiato .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-macchiato .navbar-divider{display:block}html.theme--catppuccin-macchiato .navbar>.container .navbar-brand,html.theme--catppuccin-macchiato .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-macchiato .navbar>.container .navbar-menu,html.theme--catppuccin-macchiato .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-macchiato .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-macchiato html.has-navbar-fixed-top-desktop,html.theme--catppuccin-macchiato body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-macchiato html.has-spaced-navbar-fixed-top,html.theme--catppuccin-macchiato body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-macchiato html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-macchiato body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-macchiato a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar-link.is-active{color:#8aadf4}html.theme--catppuccin-macchiato a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-macchiato .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-macchiato .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-macchiato .pagination.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-macchiato .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-previous,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-next,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-link,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-macchiato .pagination,html.theme--catppuccin-macchiato .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link{border-color:#5b6078;color:#8aadf4;min-width:2.5em}html.theme--catppuccin-macchiato .pagination-previous:hover,html.theme--catppuccin-macchiato .pagination-next:hover,html.theme--catppuccin-macchiato .pagination-link:hover{border-color:#6e738d;color:#91d7e3}html.theme--catppuccin-macchiato .pagination-previous:focus,html.theme--catppuccin-macchiato .pagination-next:focus,html.theme--catppuccin-macchiato .pagination-link:focus{border-color:#6e738d}html.theme--catppuccin-macchiato .pagination-previous:active,html.theme--catppuccin-macchiato .pagination-next:active,html.theme--catppuccin-macchiato .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-macchiato .pagination-previous[disabled],html.theme--catppuccin-macchiato .pagination-previous.is-disabled,html.theme--catppuccin-macchiato .pagination-next[disabled],html.theme--catppuccin-macchiato .pagination-next.is-disabled,html.theme--catppuccin-macchiato .pagination-link[disabled],html.theme--catppuccin-macchiato .pagination-link.is-disabled{background-color:#5b6078;border-color:#5b6078;box-shadow:none;color:#f5f7fd;opacity:0.5}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-macchiato .pagination-link.is-current{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .pagination-ellipsis{color:#6e738d;pointer-events:none}html.theme--catppuccin-macchiato .pagination-list{flex-wrap:wrap}html.theme--catppuccin-macchiato .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .pagination{flex-wrap:wrap}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-macchiato .pagination-previous{order:2}html.theme--catppuccin-macchiato .pagination-next{order:3}html.theme--catppuccin-macchiato .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-macchiato .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-macchiato .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-macchiato .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-macchiato .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-macchiato .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-macchiato .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-macchiato .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-macchiato .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-macchiato .panel.is-dark .panel-heading,html.theme--catppuccin-macchiato .content kbd.panel .panel-heading{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-macchiato .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#363a4f}html.theme--catppuccin-macchiato .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-macchiato .content kbd.panel .panel-block.is-active .panel-icon{color:#363a4f}html.theme--catppuccin-macchiato .panel.is-primary .panel-heading,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-link .panel-heading{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .panel.is-link .panel-tabs a.is-active{border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-link .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-info .panel-heading{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-info .panel-tabs a.is-active{border-bottom-color:#8bd5ca}html.theme--catppuccin-macchiato .panel.is-info .panel-block.is-active .panel-icon{color:#8bd5ca}html.theme--catppuccin-macchiato .panel.is-success .panel-heading{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6da95}html.theme--catppuccin-macchiato .panel.is-success .panel-block.is-active .panel-icon{color:#a6da95}html.theme--catppuccin-macchiato .panel.is-warning .panel-heading{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#eed49f}html.theme--catppuccin-macchiato .panel.is-warning .panel-block.is-active .panel-icon{color:#eed49f}html.theme--catppuccin-macchiato .panel.is-danger .panel-heading{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#ed8796}html.theme--catppuccin-macchiato .panel.is-danger .panel-block.is-active .panel-icon{color:#ed8796}html.theme--catppuccin-macchiato .panel-tabs:not(:last-child),html.theme--catppuccin-macchiato .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-macchiato .panel-heading{background-color:#494d64;border-radius:8px 8px 0 0;color:#b5c1f1;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-macchiato .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-macchiato .panel-tabs a{border-bottom:1px solid #5b6078;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-macchiato .panel-tabs a.is-active{border-bottom-color:#494d64;color:#739df2}html.theme--catppuccin-macchiato .panel-list a{color:#cad3f5}html.theme--catppuccin-macchiato .panel-list a:hover{color:#8aadf4}html.theme--catppuccin-macchiato .panel-block{align-items:center;color:#b5c1f1;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-macchiato .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-macchiato .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-macchiato .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-macchiato .panel-block.is-active{border-left-color:#8aadf4;color:#739df2}html.theme--catppuccin-macchiato .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-macchiato a.panel-block,html.theme--catppuccin-macchiato label.panel-block{cursor:pointer}html.theme--catppuccin-macchiato a.panel-block:hover,html.theme--catppuccin-macchiato label.panel-block:hover{background-color:#1e2030}html.theme--catppuccin-macchiato .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f5f7fd;margin-right:.75em}html.theme--catppuccin-macchiato .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-macchiato .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-macchiato .tabs a{align-items:center;border-bottom-color:#5b6078;border-bottom-style:solid;border-bottom-width:1px;color:#cad3f5;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-macchiato .tabs a:hover{border-bottom-color:#b5c1f1;color:#b5c1f1}html.theme--catppuccin-macchiato .tabs li{display:block}html.theme--catppuccin-macchiato .tabs li.is-active a{border-bottom-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .tabs ul{align-items:center;border-bottom-color:#5b6078;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-macchiato .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-macchiato .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-macchiato .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-macchiato .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-macchiato .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-macchiato .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-macchiato .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-macchiato .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-macchiato .tabs.is-boxed a:hover{background-color:#1e2030;border-bottom-color:#5b6078}html.theme--catppuccin-macchiato .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#5b6078;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-macchiato .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .tabs.is-toggle a{border-color:#5b6078;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-macchiato .tabs.is-toggle a:hover{background-color:#1e2030;border-color:#6e738d;z-index:2}html.theme--catppuccin-macchiato .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-macchiato .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-macchiato .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-macchiato .tabs.is-toggle li.is-active a{background-color:#8aadf4;border-color:#8aadf4;color:#fff;z-index:1}html.theme--catppuccin-macchiato .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-macchiato .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-macchiato .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-macchiato .tabs.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-macchiato .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .column.is-narrow,html.theme--catppuccin-macchiato .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full,html.theme--catppuccin-macchiato .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters,html.theme--catppuccin-macchiato .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds,html.theme--catppuccin-macchiato .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half,html.theme--catppuccin-macchiato .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third,html.theme--catppuccin-macchiato .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter,html.theme--catppuccin-macchiato .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth,html.theme--catppuccin-macchiato .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths,html.theme--catppuccin-macchiato .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths,html.theme--catppuccin-macchiato .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths,html.theme--catppuccin-macchiato .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters,html.theme--catppuccin-macchiato .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds,html.theme--catppuccin-macchiato .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half,html.theme--catppuccin-macchiato .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third,html.theme--catppuccin-macchiato .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter,html.theme--catppuccin-macchiato .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth,html.theme--catppuccin-macchiato .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths,html.theme--catppuccin-macchiato .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths,html.theme--catppuccin-macchiato .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths,html.theme--catppuccin-macchiato .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0,html.theme--catppuccin-macchiato .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0,html.theme--catppuccin-macchiato .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1,html.theme--catppuccin-macchiato .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1,html.theme--catppuccin-macchiato .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2,html.theme--catppuccin-macchiato .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2,html.theme--catppuccin-macchiato .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3,html.theme--catppuccin-macchiato .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3,html.theme--catppuccin-macchiato .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4,html.theme--catppuccin-macchiato .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4,html.theme--catppuccin-macchiato .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5,html.theme--catppuccin-macchiato .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5,html.theme--catppuccin-macchiato .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6,html.theme--catppuccin-macchiato .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6,html.theme--catppuccin-macchiato .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7,html.theme--catppuccin-macchiato .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7,html.theme--catppuccin-macchiato .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8,html.theme--catppuccin-macchiato .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8,html.theme--catppuccin-macchiato .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9,html.theme--catppuccin-macchiato .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9,html.theme--catppuccin-macchiato .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10,html.theme--catppuccin-macchiato .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10,html.theme--catppuccin-macchiato .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11,html.theme--catppuccin-macchiato .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11,html.theme--catppuccin-macchiato .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12,html.theme--catppuccin-macchiato .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12,html.theme--catppuccin-macchiato .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-macchiato .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-macchiato .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-macchiato .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-macchiato .columns.is-centered{justify-content:center}html.theme--catppuccin-macchiato .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-macchiato .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-macchiato .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-macchiato .columns.is-mobile{display:flex}html.theme--catppuccin-macchiato .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-macchiato .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-desktop{display:flex}}html.theme--catppuccin-macchiato .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-macchiato .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-macchiato .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-macchiato .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-macchiato .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-macchiato .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-macchiato .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-macchiato .tile.is-child{margin:0 !important}html.theme--catppuccin-macchiato .tile.is-parent{padding:.75rem}html.theme--catppuccin-macchiato .tile.is-vertical{flex-direction:column}html.theme--catppuccin-macchiato .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .tile:not(.is-child){display:flex}html.theme--catppuccin-macchiato .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .tile.is-3{flex:none;width:25%}html.theme--catppuccin-macchiato .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .tile.is-6{flex:none;width:50%}html.theme--catppuccin-macchiato .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .tile.is-9{flex:none;width:75%}html.theme--catppuccin-macchiato .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-macchiato .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-macchiato .hero .navbar{background:none}html.theme--catppuccin-macchiato .hero .tabs ul{border-bottom:none}html.theme--catppuccin-macchiato .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-white strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-macchiato .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-macchiato .hero.is-white .navbar-item,html.theme--catppuccin-macchiato .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-macchiato .hero.is-white a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-white .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-macchiato .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-black strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-black .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-macchiato .hero.is-black .navbar-item,html.theme--catppuccin-macchiato .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-black a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-black .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-macchiato .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-light strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-macchiato .hero.is-light .navbar-item,html.theme--catppuccin-macchiato .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-light .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-macchiato .hero.is-dark,html.theme--catppuccin-macchiato .content kbd.hero{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-dark strong,html.theme--catppuccin-macchiato .content kbd.hero strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-dark .title,html.theme--catppuccin-macchiato .content kbd.hero .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .subtitle,html.theme--catppuccin-macchiato .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-macchiato .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-dark .subtitle strong,html.theme--catppuccin-macchiato .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-dark .navbar-menu,html.theme--catppuccin-macchiato .content kbd.hero .navbar-menu{background-color:#363a4f}}html.theme--catppuccin-macchiato .hero.is-dark .navbar-item,html.theme--catppuccin-macchiato .content kbd.hero .navbar-item,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .tabs a,html.theme--catppuccin-macchiato .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-dark .tabs a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs li.is-active a{color:#363a4f !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .hero.is-dark.is-bold,html.theme--catppuccin-macchiato .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #1d2535 0%, #363a4f 71%, #3d3c62 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-macchiato .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1d2535 0%, #363a4f 71%, #3d3c62 100%)}}html.theme--catppuccin-macchiato .hero.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-primary strong,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-primary .title,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .subtitle,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-primary .subtitle strong,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-primary .navbar-menu,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#8aadf4}}html.theme--catppuccin-macchiato .hero.is-primary .navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .tabs a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-primary .tabs a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#8aadf4 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .hero.is-primary.is-bold,html.theme--catppuccin-macchiato .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-macchiato .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}}html.theme--catppuccin-macchiato .hero.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-link strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-link .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-link .navbar-menu{background-color:#8aadf4}}html.theme--catppuccin-macchiato .hero.is-link .navbar-item,html.theme--catppuccin-macchiato .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-link a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-link .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-link .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-link .tabs li.is-active a{color:#8aadf4 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .hero.is-link.is-bold{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}}html.theme--catppuccin-macchiato .hero.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-info strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-info .navbar-menu{background-color:#8bd5ca}}html.theme--catppuccin-macchiato .hero.is-info .navbar-item,html.theme--catppuccin-macchiato .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-info .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-info .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-info .tabs li.is-active a{color:#8bd5ca !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .hero.is-info.is-bold{background-image:linear-gradient(141deg, #5bd2ac 0%, #8bd5ca 71%, #9adedf 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #5bd2ac 0%, #8bd5ca 71%, #9adedf 100%)}}html.theme--catppuccin-macchiato .hero.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-success strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-success .navbar-menu{background-color:#a6da95}}html.theme--catppuccin-macchiato .hero.is-success .navbar-item,html.theme--catppuccin-macchiato .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-success .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-success .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-success .tabs li.is-active a{color:#a6da95 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .hero.is-success.is-bold{background-image:linear-gradient(141deg, #94d765 0%, #a6da95 71%, #aae4a5 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #94d765 0%, #a6da95 71%, #aae4a5 100%)}}html.theme--catppuccin-macchiato .hero.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-warning strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-warning .navbar-menu{background-color:#eed49f}}html.theme--catppuccin-macchiato .hero.is-warning .navbar-item,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-warning .tabs li.is-active a{color:#eed49f !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #efae6b 0%, #eed49f 71%, #f4e9b2 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #efae6b 0%, #eed49f 71%, #f4e9b2 100%)}}html.theme--catppuccin-macchiato .hero.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-danger strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-danger .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-danger .navbar-menu{background-color:#ed8796}}html.theme--catppuccin-macchiato .hero.is-danger .navbar-item,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-danger .tabs li.is-active a{color:#ed8796 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #f05183 0%, #ed8796 71%, #f39c9a 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f05183 0%, #ed8796 71%, #f39c9a 100%)}}html.theme--catppuccin-macchiato .hero.is-small .hero-body,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-macchiato .hero.is-halfheight .hero-body,html.theme--catppuccin-macchiato .hero.is-fullheight .hero-body,html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-macchiato .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-macchiato .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-macchiato .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-macchiato .hero-video{overflow:hidden}html.theme--catppuccin-macchiato .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-macchiato .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero-video{display:none}}html.theme--catppuccin-macchiato .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero-buttons .button{display:flex}html.theme--catppuccin-macchiato .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-macchiato .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-macchiato .hero-head,html.theme--catppuccin-macchiato .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero-body{padding:3rem 3rem}}html.theme--catppuccin-macchiato .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .section{padding:3rem 3rem}html.theme--catppuccin-macchiato .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-macchiato .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-macchiato .footer{background-color:#1e2030;padding:3rem 1.5rem 6rem}html.theme--catppuccin-macchiato h1 .docs-heading-anchor,html.theme--catppuccin-macchiato h1 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h1 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h2 .docs-heading-anchor,html.theme--catppuccin-macchiato h2 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h2 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h3 .docs-heading-anchor,html.theme--catppuccin-macchiato h3 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h3 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h4 .docs-heading-anchor,html.theme--catppuccin-macchiato h4 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h4 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h5 .docs-heading-anchor,html.theme--catppuccin-macchiato h5 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h5 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h6 .docs-heading-anchor,html.theme--catppuccin-macchiato h6 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h6 .docs-heading-anchor:visited{color:#cad3f5}html.theme--catppuccin-macchiato h1 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h2 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h3 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h4 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h5 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-macchiato h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-macchiato h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-macchiato .docs-light-only{display:none !important}html.theme--catppuccin-macchiato pre{position:relative;overflow:hidden}html.theme--catppuccin-macchiato pre code,html.theme--catppuccin-macchiato pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-macchiato pre code:first-of-type,html.theme--catppuccin-macchiato pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-macchiato pre code:last-of-type,html.theme--catppuccin-macchiato pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-macchiato pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#cad3f5;cursor:pointer;text-align:center}html.theme--catppuccin-macchiato pre .copy-button:focus,html.theme--catppuccin-macchiato pre .copy-button:hover{opacity:1;background:rgba(202,211,245,0.1);color:#8aadf4}html.theme--catppuccin-macchiato pre .copy-button.success{color:#a6da95;opacity:1}html.theme--catppuccin-macchiato pre .copy-button.error{color:#ed8796;opacity:1}html.theme--catppuccin-macchiato pre:hover .copy-button{opacity:1}html.theme--catppuccin-macchiato .admonition{background-color:#1e2030;border-style:solid;border-width:2px;border-color:#b8c0e0;border-radius:4px;font-size:1rem}html.theme--catppuccin-macchiato .admonition strong{color:currentColor}html.theme--catppuccin-macchiato .admonition.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-macchiato .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .admonition.is-default{background-color:#1e2030;border-color:#b8c0e0}html.theme--catppuccin-macchiato .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#b8c0e0}html.theme--catppuccin-macchiato .admonition.is-default>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-info{background-color:#1e2030;border-color:#8bd5ca}html.theme--catppuccin-macchiato .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#8bd5ca}html.theme--catppuccin-macchiato .admonition.is-info>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-success{background-color:#1e2030;border-color:#a6da95}html.theme--catppuccin-macchiato .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6da95}html.theme--catppuccin-macchiato .admonition.is-success>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-warning{background-color:#1e2030;border-color:#eed49f}html.theme--catppuccin-macchiato .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#eed49f}html.theme--catppuccin-macchiato .admonition.is-warning>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-danger{background-color:#1e2030;border-color:#ed8796}html.theme--catppuccin-macchiato .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#ed8796}html.theme--catppuccin-macchiato .admonition.is-danger>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-compat{background-color:#1e2030;border-color:#91d7e3}html.theme--catppuccin-macchiato .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#91d7e3}html.theme--catppuccin-macchiato .admonition.is-compat>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-todo{background-color:#1e2030;border-color:#c6a0f6}html.theme--catppuccin-macchiato .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#c6a0f6}html.theme--catppuccin-macchiato .admonition.is-todo>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition-header{color:#b8c0e0;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-macchiato .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-macchiato details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-macchiato details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-macchiato details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-macchiato .admonition-body{color:#cad3f5;padding:0.5rem .75rem}html.theme--catppuccin-macchiato .admonition-body pre{background-color:#1e2030}html.theme--catppuccin-macchiato .admonition-body code{background-color:#1e2030}html.theme--catppuccin-macchiato .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #5b6078;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-macchiato .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#1e2030;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #5b6078;overflow:auto}html.theme--catppuccin-macchiato .docstring>header code{background-color:transparent}html.theme--catppuccin-macchiato .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-macchiato .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-macchiato .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-macchiato .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #5b6078}html.theme--catppuccin-macchiato .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-macchiato .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-macchiato .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-macchiato .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-macchiato .documenter-example-output{background-color:#24273a}html.theme--catppuccin-macchiato .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#1e2030;color:#cad3f5;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-macchiato .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-macchiato .outdated-warning-overlay a{color:#8aadf4}html.theme--catppuccin-macchiato .outdated-warning-overlay a:hover{color:#91d7e3}html.theme--catppuccin-macchiato .content pre{border:2px solid #5b6078;border-radius:4px}html.theme--catppuccin-macchiato .content code{font-weight:inherit}html.theme--catppuccin-macchiato .content a code{color:#8aadf4}html.theme--catppuccin-macchiato .content a:hover code{color:#91d7e3}html.theme--catppuccin-macchiato .content h1 code,html.theme--catppuccin-macchiato .content h2 code,html.theme--catppuccin-macchiato .content h3 code,html.theme--catppuccin-macchiato .content h4 code,html.theme--catppuccin-macchiato .content h5 code,html.theme--catppuccin-macchiato .content h6 code{color:#cad3f5}html.theme--catppuccin-macchiato .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-macchiato .content blockquote>ul:first-child,html.theme--catppuccin-macchiato .content blockquote>ol:first-child,html.theme--catppuccin-macchiato .content .admonition-body>ul:first-child,html.theme--catppuccin-macchiato .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-macchiato pre,html.theme--catppuccin-macchiato code{font-variant-ligatures:no-contextual}html.theme--catppuccin-macchiato .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-macchiato .breadcrumb a.is-disabled,html.theme--catppuccin-macchiato .breadcrumb a.is-disabled:hover{color:#b5c1f1}html.theme--catppuccin-macchiato .hljs{background:initial !important}html.theme--catppuccin-macchiato .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-macchiato .katex-display,html.theme--catppuccin-macchiato mjx-container,html.theme--catppuccin-macchiato .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-macchiato html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-macchiato li.no-marker{list-style:none}html.theme--catppuccin-macchiato #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-macchiato #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main{width:100%}html.theme--catppuccin-macchiato #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-macchiato #documenter .docs-main>header,html.theme--catppuccin-macchiato #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar{background-color:#24273a;border-bottom:1px solid #5b6078;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes{border-top:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-macchiato .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #5b6078;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-macchiato #documenter .docs-sidebar{display:flex;flex-direction:column;color:#cad3f5;background-color:#1e2030;border-right:1px solid #5b6078;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-macchiato #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name a:hover{color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #5b6078;display:none;padding:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #5b6078;padding-bottom:1.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#cad3f5;background:#1e2030}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#cad3f5;background-color:#26283d}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #5b6078;border-bottom:1px solid #5b6078;background-color:#181926}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#181926;color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#26283d;color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#2e3149}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#3d4162}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#2e3149}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#3d4162}}html.theme--catppuccin-macchiato kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-macchiato .search-min-width-50{min-width:50%}html.theme--catppuccin-macchiato .search-min-height-100{min-height:100%}html.theme--catppuccin-macchiato .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-macchiato .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover,html.theme--catppuccin-macchiato .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-macchiato .search-result-link .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-macchiato .property-search-result-badge,html.theme--catppuccin-macchiato .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-macchiato .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:hover .search-filter,html.theme--catppuccin-macchiato .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-macchiato .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-macchiato .search-filter:hover,html.theme--catppuccin-macchiato .search-filter:focus{color:#333}html.theme--catppuccin-macchiato .search-filter-selected{color:#363a4f;background-color:#b7bdf8}html.theme--catppuccin-macchiato .search-filter-selected:hover,html.theme--catppuccin-macchiato .search-filter-selected:focus{color:#363a4f}html.theme--catppuccin-macchiato .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-macchiato .search-divider{border-bottom:1px solid #5b6078}html.theme--catppuccin-macchiato .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-macchiato .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-macchiato .w-100{width:100%}html.theme--catppuccin-macchiato .gap-2{gap:0.5rem}html.theme--catppuccin-macchiato .gap-4{gap:1rem}html.theme--catppuccin-macchiato .gap-8{gap:2rem}html.theme--catppuccin-macchiato{background-color:#24273a;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-macchiato a{transition:all 200ms ease}html.theme--catppuccin-macchiato .label{color:#cad3f5}html.theme--catppuccin-macchiato .button,html.theme--catppuccin-macchiato .control.has-icons-left .icon,html.theme--catppuccin-macchiato .control.has-icons-right .icon,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .select,html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea{height:2.5em;color:#cad3f5}html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#cad3f5}html.theme--catppuccin-macchiato .select:after,html.theme--catppuccin-macchiato .select select{border-width:1px}html.theme--catppuccin-macchiato .menu-list a{transition:all 300ms ease}html.theme--catppuccin-macchiato .modal-card-foot,html.theme--catppuccin-macchiato .modal-card-head{border-color:#5b6078}html.theme--catppuccin-macchiato .navbar{border-radius:.4em}html.theme--catppuccin-macchiato .navbar.is-transparent{background:none}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .navbar .navbar-menu{background-color:#8aadf4;border-radius:0 0 .4em .4em}}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){color:#363a4f}html.theme--catppuccin-macchiato .tag.is-link:not(body),html.theme--catppuccin-macchiato .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-macchiato .content kbd.is-link:not(body){color:#363a4f}html.theme--catppuccin-macchiato .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-macchiato .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-macchiato .ansi span.sgr3{font-style:italic}html.theme--catppuccin-macchiato .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-macchiato .ansi span.sgr7{color:#24273a;background-color:#cad3f5}html.theme--catppuccin-macchiato .ansi span.sgr8{color:transparent}html.theme--catppuccin-macchiato .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-macchiato .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-macchiato .ansi span.sgr30{color:#494d64}html.theme--catppuccin-macchiato .ansi span.sgr31{color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr32{color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr33{color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr34{color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr35{color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr36{color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr37{color:#b8c0e0}html.theme--catppuccin-macchiato .ansi span.sgr40{background-color:#494d64}html.theme--catppuccin-macchiato .ansi span.sgr41{background-color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr42{background-color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr43{background-color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr44{background-color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr45{background-color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr46{background-color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr47{background-color:#b8c0e0}html.theme--catppuccin-macchiato .ansi span.sgr90{color:#5b6078}html.theme--catppuccin-macchiato .ansi span.sgr91{color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr92{color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr93{color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr94{color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr95{color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr96{color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr97{color:#a5adcb}html.theme--catppuccin-macchiato .ansi span.sgr100{background-color:#5b6078}html.theme--catppuccin-macchiato .ansi span.sgr101{background-color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr102{background-color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr103{background-color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr104{background-color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr105{background-color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr106{background-color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr107{background-color:#a5adcb}html.theme--catppuccin-macchiato code.language-julia-repl>span.hljs-meta{color:#a6da95;font-weight:bolder}html.theme--catppuccin-macchiato code .hljs{color:#cad3f5;background:#24273a}html.theme--catppuccin-macchiato code .hljs-keyword{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-built_in{color:#ed8796}html.theme--catppuccin-macchiato code .hljs-type{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-literal{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-number{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-operator{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-punctuation{color:#b8c0e0}html.theme--catppuccin-macchiato code .hljs-property{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-regexp{color:#f5bde6}html.theme--catppuccin-macchiato code .hljs-string{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-char.escape_{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-subst{color:#a5adcb}html.theme--catppuccin-macchiato code .hljs-symbol{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-variable{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-variable.language_{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-variable.constant_{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-title{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-title.class_{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-title.function_{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-params{color:#cad3f5}html.theme--catppuccin-macchiato code .hljs-comment{color:#5b6078}html.theme--catppuccin-macchiato code .hljs-doctag{color:#ed8796}html.theme--catppuccin-macchiato code .hljs-meta{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-section{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-tag{color:#a5adcb}html.theme--catppuccin-macchiato code .hljs-name{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-attr{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-attribute{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-bullet{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-code{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-emphasis{color:#ed8796;font-style:italic}html.theme--catppuccin-macchiato code .hljs-strong{color:#ed8796;font-weight:bold}html.theme--catppuccin-macchiato code .hljs-formula{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-link{color:#7dc4e4;font-style:italic}html.theme--catppuccin-macchiato code .hljs-quote{color:#a6da95;font-style:italic}html.theme--catppuccin-macchiato code .hljs-selector-tag{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-selector-id{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-selector-class{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-selector-attr{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-selector-pseudo{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-template-tag{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-template-variable{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-addition{color:#a6da95;background:rgba(166,227,161,0.15)}html.theme--catppuccin-macchiato code .hljs-deletion{color:#ed8796;background:rgba(243,139,168,0.15)}html.theme--catppuccin-macchiato .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover,html.theme--catppuccin-macchiato .search-result-link:focus{background-color:#363a4f}html.theme--catppuccin-macchiato .search-result-link .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:hover .search-filter,html.theme--catppuccin-macchiato .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:focus .search-filter{color:#363a4f !important;background-color:#b7bdf8 !important}html.theme--catppuccin-macchiato .search-result-title{color:#cad3f5}html.theme--catppuccin-macchiato .search-result-highlight{background-color:#ed8796;color:#1e2030}html.theme--catppuccin-macchiato .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-macchiato .w-100{width:100%}html.theme--catppuccin-macchiato .gap-2{gap:0.5rem}html.theme--catppuccin-macchiato .gap-4{gap:1rem} diff --git a/v1.1.14/assets/themes/catppuccin-mocha.css b/v1.1.14/assets/themes/catppuccin-mocha.css new file mode 100644 index 0000000..8b82652 --- /dev/null +++ b/v1.1.14/assets/themes/catppuccin-mocha.css @@ -0,0 +1 @@ +html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha .file-name,html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-mocha .pagination-previous:focus,html.theme--catppuccin-mocha .pagination-next:focus,html.theme--catppuccin-mocha .pagination-link:focus,html.theme--catppuccin-mocha .pagination-ellipsis:focus,html.theme--catppuccin-mocha .file-cta:focus,html.theme--catppuccin-mocha .file-name:focus,html.theme--catppuccin-mocha .select select:focus,html.theme--catppuccin-mocha .textarea:focus,html.theme--catppuccin-mocha .input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-mocha .button:focus,html.theme--catppuccin-mocha .is-focused.pagination-previous,html.theme--catppuccin-mocha .is-focused.pagination-next,html.theme--catppuccin-mocha .is-focused.pagination-link,html.theme--catppuccin-mocha .is-focused.pagination-ellipsis,html.theme--catppuccin-mocha .is-focused.file-cta,html.theme--catppuccin-mocha .is-focused.file-name,html.theme--catppuccin-mocha .select select.is-focused,html.theme--catppuccin-mocha .is-focused.textarea,html.theme--catppuccin-mocha .is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-focused.button,html.theme--catppuccin-mocha .pagination-previous:active,html.theme--catppuccin-mocha .pagination-next:active,html.theme--catppuccin-mocha .pagination-link:active,html.theme--catppuccin-mocha .pagination-ellipsis:active,html.theme--catppuccin-mocha .file-cta:active,html.theme--catppuccin-mocha .file-name:active,html.theme--catppuccin-mocha .select select:active,html.theme--catppuccin-mocha .textarea:active,html.theme--catppuccin-mocha .input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-mocha .button:active,html.theme--catppuccin-mocha .is-active.pagination-previous,html.theme--catppuccin-mocha .is-active.pagination-next,html.theme--catppuccin-mocha .is-active.pagination-link,html.theme--catppuccin-mocha .is-active.pagination-ellipsis,html.theme--catppuccin-mocha .is-active.file-cta,html.theme--catppuccin-mocha .is-active.file-name,html.theme--catppuccin-mocha .select select.is-active,html.theme--catppuccin-mocha .is-active.textarea,html.theme--catppuccin-mocha .is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .is-active.button{outline:none}html.theme--catppuccin-mocha .pagination-previous[disabled],html.theme--catppuccin-mocha .pagination-next[disabled],html.theme--catppuccin-mocha .pagination-link[disabled],html.theme--catppuccin-mocha .pagination-ellipsis[disabled],html.theme--catppuccin-mocha .file-cta[disabled],html.theme--catppuccin-mocha .file-name[disabled],html.theme--catppuccin-mocha .select select[disabled],html.theme--catppuccin-mocha .textarea[disabled],html.theme--catppuccin-mocha .input[disabled],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-mocha .button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-mocha .file-name,html.theme--catppuccin-mocha fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-mocha .select select,fieldset[disabled] html.theme--catppuccin-mocha .textarea,fieldset[disabled] html.theme--catppuccin-mocha .input,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha fieldset[disabled] .select select,html.theme--catppuccin-mocha .select fieldset[disabled] select,html.theme--catppuccin-mocha fieldset[disabled] .textarea,html.theme--catppuccin-mocha fieldset[disabled] .input,html.theme--catppuccin-mocha fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-mocha .button,html.theme--catppuccin-mocha fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-mocha .tabs,html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .breadcrumb,html.theme--catppuccin-mocha .file,html.theme--catppuccin-mocha .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-mocha .admonition:not(:last-child),html.theme--catppuccin-mocha .tabs:not(:last-child),html.theme--catppuccin-mocha .pagination:not(:last-child),html.theme--catppuccin-mocha .message:not(:last-child),html.theme--catppuccin-mocha .level:not(:last-child),html.theme--catppuccin-mocha .breadcrumb:not(:last-child),html.theme--catppuccin-mocha .block:not(:last-child),html.theme--catppuccin-mocha .title:not(:last-child),html.theme--catppuccin-mocha .subtitle:not(:last-child),html.theme--catppuccin-mocha .table-container:not(:last-child),html.theme--catppuccin-mocha .table:not(:last-child),html.theme--catppuccin-mocha .progress:not(:last-child),html.theme--catppuccin-mocha .notification:not(:last-child),html.theme--catppuccin-mocha .content:not(:last-child),html.theme--catppuccin-mocha .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .modal-close,html.theme--catppuccin-mocha .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-mocha .modal-close::before,html.theme--catppuccin-mocha .delete::before,html.theme--catppuccin-mocha .modal-close::after,html.theme--catppuccin-mocha .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-mocha .modal-close::before,html.theme--catppuccin-mocha .delete::before{height:2px;width:50%}html.theme--catppuccin-mocha .modal-close::after,html.theme--catppuccin-mocha .delete::after{height:50%;width:2px}html.theme--catppuccin-mocha .modal-close:hover,html.theme--catppuccin-mocha .delete:hover,html.theme--catppuccin-mocha .modal-close:focus,html.theme--catppuccin-mocha .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-mocha .modal-close:active,html.theme--catppuccin-mocha .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-mocha .is-small.modal-close,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-mocha .is-small.delete,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-mocha .is-medium.modal-close,html.theme--catppuccin-mocha .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-mocha .is-large.modal-close,html.theme--catppuccin-mocha .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-mocha .control.is-loading::after,html.theme--catppuccin-mocha .select.is-loading::after,html.theme--catppuccin-mocha .loader,html.theme--catppuccin-mocha .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #7f849c;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-mocha .hero-video,html.theme--catppuccin-mocha .modal-background,html.theme--catppuccin-mocha .modal,html.theme--catppuccin-mocha .image.is-square img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-mocha .image.is-square .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-mocha .image.is-1by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-mocha .image.is-1by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-mocha .image.is-5by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-mocha .image.is-5by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-mocha .image.is-4by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-mocha .image.is-4by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-mocha .image.is-3by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-mocha .image.is-5by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-mocha .image.is-5by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-mocha .image.is-16by9 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-mocha .image.is-16by9 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-mocha .image.is-2by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-mocha .image.is-2by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-mocha .image.is-3by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-mocha .image.is-3by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-mocha .image.is-4by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-mocha .image.is-4by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-mocha .image.is-3by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-mocha .image.is-3by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-mocha .image.is-2by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-mocha .image.is-2by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-mocha .image.is-3by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-mocha .image.is-9by16 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-mocha .image.is-9by16 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-mocha .image.is-1by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-mocha .image.is-1by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-mocha .image.is-1by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-mocha .image.is-1by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-mocha .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#313244 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c26 !important}.has-background-dark{background-color:#313244 !important}.has-text-primary{color:#89b4fa !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#5895f8 !important}.has-background-primary{background-color:#89b4fa !important}.has-text-primary-light{color:#ebf3fe !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bbd3fc !important}.has-background-primary-light{background-color:#ebf3fe !important}.has-text-primary-dark{color:#063c93 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#0850c4 !important}.has-background-primary-dark{background-color:#063c93 !important}.has-text-link{color:#89b4fa !important}a.has-text-link:hover,a.has-text-link:focus{color:#5895f8 !important}.has-background-link{background-color:#89b4fa !important}.has-text-link-light{color:#ebf3fe !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bbd3fc !important}.has-background-link-light{background-color:#ebf3fe !important}.has-text-link-dark{color:#063c93 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#0850c4 !important}.has-background-link-dark{background-color:#063c93 !important}.has-text-info{color:#94e2d5 !important}a.has-text-info:hover,a.has-text-info:focus{color:#6cd7c5 !important}.has-background-info{background-color:#94e2d5 !important}.has-text-info-light{color:#effbf9 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c7f0e9 !important}.has-background-info-light{background-color:#effbf9 !important}.has-text-info-dark{color:#207466 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#2a9c89 !important}.has-background-info-dark{background-color:#207466 !important}.has-text-success{color:#a6e3a1 !important}a.has-text-success:hover,a.has-text-success:focus{color:#81d77a !important}.has-background-success{background-color:#a6e3a1 !important}.has-text-success-light{color:#f0faef !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#cbefc8 !important}.has-background-success-light{background-color:#f0faef !important}.has-text-success-dark{color:#287222 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#36992e !important}.has-background-success-dark{background-color:#287222 !important}.has-text-warning{color:#f9e2af !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#f5d180 !important}.has-background-warning{background-color:#f9e2af !important}.has-text-warning-light{color:#fef8ec !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fae7bd !important}.has-background-warning-light{background-color:#fef8ec !important}.has-text-warning-dark{color:#8a620a !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#b9840e !important}.has-background-warning-dark{background-color:#8a620a !important}.has-text-danger{color:#f38ba8 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ee5d85 !important}.has-background-danger{background-color:#f38ba8 !important}.has-text-danger-light{color:#fdedf1 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f8bece !important}.has-background-danger-light{background-color:#fdedf1 !important}.has-text-danger-dark{color:#991036 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c71546 !important}.has-background-danger-dark{background-color:#991036 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#313244 !important}.has-background-grey-darker{background-color:#313244 !important}.has-text-grey-dark{color:#45475a !important}.has-background-grey-dark{background-color:#45475a !important}.has-text-grey{color:#585b70 !important}.has-background-grey{background-color:#585b70 !important}.has-text-grey-light{color:#6c7086 !important}.has-background-grey-light{background-color:#6c7086 !important}.has-text-grey-lighter{color:#7f849c !important}.has-background-grey-lighter{background-color:#7f849c !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-mocha html{background-color:#1e1e2e;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-mocha article,html.theme--catppuccin-mocha aside,html.theme--catppuccin-mocha figure,html.theme--catppuccin-mocha footer,html.theme--catppuccin-mocha header,html.theme--catppuccin-mocha hgroup,html.theme--catppuccin-mocha section{display:block}html.theme--catppuccin-mocha body,html.theme--catppuccin-mocha button,html.theme--catppuccin-mocha input,html.theme--catppuccin-mocha optgroup,html.theme--catppuccin-mocha select,html.theme--catppuccin-mocha textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-mocha code,html.theme--catppuccin-mocha pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-mocha body{color:#cdd6f4;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-mocha a{color:#89b4fa;cursor:pointer;text-decoration:none}html.theme--catppuccin-mocha a strong{color:currentColor}html.theme--catppuccin-mocha a:hover{color:#89dceb}html.theme--catppuccin-mocha code{background-color:#181825;color:#cdd6f4;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-mocha hr{background-color:#181825;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-mocha img{height:auto;max-width:100%}html.theme--catppuccin-mocha input[type="checkbox"],html.theme--catppuccin-mocha input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-mocha small{font-size:.875em}html.theme--catppuccin-mocha span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-mocha strong{color:#b8c5ef;font-weight:700}html.theme--catppuccin-mocha fieldset{border:none}html.theme--catppuccin-mocha pre{-webkit-overflow-scrolling:touch;background-color:#181825;color:#cdd6f4;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-mocha pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-mocha table td,html.theme--catppuccin-mocha table th{vertical-align:top}html.theme--catppuccin-mocha table td:not([align]),html.theme--catppuccin-mocha table th:not([align]){text-align:inherit}html.theme--catppuccin-mocha table th{color:#b8c5ef}html.theme--catppuccin-mocha .box{background-color:#45475a;border-radius:8px;box-shadow:none;color:#cdd6f4;display:block;padding:1.25rem}html.theme--catppuccin-mocha a.box:hover,html.theme--catppuccin-mocha a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #89b4fa}html.theme--catppuccin-mocha a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #89b4fa}html.theme--catppuccin-mocha .button{background-color:#181825;border-color:#363653;border-width:1px;color:#89b4fa;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-mocha .button strong{color:inherit}html.theme--catppuccin-mocha .button .icon,html.theme--catppuccin-mocha .button .icon.is-small,html.theme--catppuccin-mocha .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-mocha .button .icon.is-medium,html.theme--catppuccin-mocha .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-mocha .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-mocha .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-mocha .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-mocha .button:hover,html.theme--catppuccin-mocha .button.is-hovered{border-color:#6c7086;color:#b8c5ef}html.theme--catppuccin-mocha .button:focus,html.theme--catppuccin-mocha .button.is-focused{border-color:#6c7086;color:#71a4f9}html.theme--catppuccin-mocha .button:focus:not(:active),html.theme--catppuccin-mocha .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button:active,html.theme--catppuccin-mocha .button.is-active{border-color:#45475a;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text{background-color:transparent;border-color:transparent;color:#cdd6f4;text-decoration:underline}html.theme--catppuccin-mocha .button.is-text:hover,html.theme--catppuccin-mocha .button.is-text.is-hovered,html.theme--catppuccin-mocha .button.is-text:focus,html.theme--catppuccin-mocha .button.is-text.is-focused{background-color:#181825;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text:active,html.theme--catppuccin-mocha .button.is-text.is-active{background-color:#0e0e16;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-mocha .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#89b4fa;text-decoration:none}html.theme--catppuccin-mocha .button.is-ghost:hover,html.theme--catppuccin-mocha .button.is-ghost.is-hovered{color:#89b4fa;text-decoration:underline}html.theme--catppuccin-mocha .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:hover,html.theme--catppuccin-mocha .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:focus,html.theme--catppuccin-mocha .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:focus:not(:active),html.theme--catppuccin-mocha .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .button.is-white:active,html.theme--catppuccin-mocha .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-mocha .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted:hover,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-mocha .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-outlined:hover,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-white.is-outlined:focus,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:hover,html.theme--catppuccin-mocha .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:focus,html.theme--catppuccin-mocha .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:focus:not(:active),html.theme--catppuccin-mocha .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .button.is-black:active,html.theme--catppuccin-mocha .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-mocha .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted:hover,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-outlined:hover,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-black.is-outlined:focus,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:hover,html.theme--catppuccin-mocha .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:focus,html.theme--catppuccin-mocha .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:focus:not(:active),html.theme--catppuccin-mocha .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .button.is-light:active,html.theme--catppuccin-mocha .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-mocha .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted:hover,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-outlined:hover,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-light.is-outlined:focus,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-dark,html.theme--catppuccin-mocha .content kbd.button{background-color:#313244;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:hover,html.theme--catppuccin-mocha .content kbd.button:hover,html.theme--catppuccin-mocha .button.is-dark.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-hovered{background-color:#2c2d3d;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:focus,html.theme--catppuccin-mocha .content kbd.button:focus,html.theme--catppuccin-mocha .button.is-dark.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:focus:not(:active),html.theme--catppuccin-mocha .content kbd.button:focus:not(:active),html.theme--catppuccin-mocha .button.is-dark.is-focused:not(:active),html.theme--catppuccin-mocha .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .button.is-dark:active,html.theme--catppuccin-mocha .content kbd.button:active,html.theme--catppuccin-mocha .button.is-dark.is-active,html.theme--catppuccin-mocha .content kbd.button.is-active{background-color:#262735;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark[disabled],html.theme--catppuccin-mocha .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button{background-color:#313244;border-color:#313244;box-shadow:none}html.theme--catppuccin-mocha .button.is-dark.is-inverted,html.theme--catppuccin-mocha .content kbd.button.is-inverted{background-color:#fff;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted:hover,html.theme--catppuccin-mocha .content kbd.button.is-inverted:hover,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-dark.is-inverted[disabled],html.theme--catppuccin-mocha .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-loading::after,html.theme--catppuccin-mocha .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined,html.theme--catppuccin-mocha .content kbd.button.is-outlined{background-color:transparent;border-color:#313244;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-outlined:hover,html.theme--catppuccin-mocha .content kbd.button.is-outlined:hover,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-dark.is-outlined:focus,html.theme--catppuccin-mocha .content kbd.button.is-outlined:focus,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-focused{background-color:#313244;border-color:#313244;color:#fff}html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #313244 #313244 !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined[disabled],html.theme--catppuccin-mocha .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-outlined{background-color:transparent;border-color:#313244;box-shadow:none;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #313244 #313244 !important}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-primary,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:hover,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:focus,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:focus:not(:active),html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-mocha .button.is-primary.is-focused:not(:active),html.theme--catppuccin-mocha .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button.is-primary:active,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-mocha .button.is-primary.is-active,html.theme--catppuccin-mocha .docstring>section>a.button.is-active.docs-sourcelink{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink{background-color:#89b4fa;border-color:#89b4fa;box-shadow:none}html.theme--catppuccin-mocha .button.is-primary.is-inverted,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-primary.is-inverted[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-loading::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-outlined:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-mocha .button.is-primary.is-outlined:focus,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#89b4fa;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-light,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .button.is-primary.is-light:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-light.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#dfebfe;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-primary.is-light:active,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-mocha .button.is-primary.is-light.is-active,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d3e3fd;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-link{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:hover,html.theme--catppuccin-mocha .button.is-link.is-hovered{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:focus,html.theme--catppuccin-mocha .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:focus:not(:active),html.theme--catppuccin-mocha .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button.is-link:active,html.theme--catppuccin-mocha .button.is-link.is-active{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link{background-color:#89b4fa;border-color:#89b4fa;box-shadow:none}html.theme--catppuccin-mocha .button.is-link.is-inverted{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted:hover,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-link.is-outlined{background-color:transparent;border-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-outlined:hover,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-link.is-outlined:focus,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-focused{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-outlined{background-color:transparent;border-color:#89b4fa;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-light{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .button.is-link.is-light:hover,html.theme--catppuccin-mocha .button.is-link.is-light.is-hovered{background-color:#dfebfe;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-link.is-light:active,html.theme--catppuccin-mocha .button.is-link.is-light.is-active{background-color:#d3e3fd;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-info{background-color:#94e2d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:hover,html.theme--catppuccin-mocha .button.is-info.is-hovered{background-color:#8adfd1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:focus,html.theme--catppuccin-mocha .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:focus:not(:active),html.theme--catppuccin-mocha .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .button.is-info:active,html.theme--catppuccin-mocha .button.is-info.is-active{background-color:#80ddcd;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info{background-color:#94e2d5;border-color:#94e2d5;box-shadow:none}html.theme--catppuccin-mocha .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted:hover,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-info.is-outlined{background-color:transparent;border-color:#94e2d5;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-outlined:hover,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-info.is-outlined:focus,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-focused{background-color:#94e2d5;border-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #94e2d5 #94e2d5 !important}html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-outlined{background-color:transparent;border-color:#94e2d5;box-shadow:none;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #94e2d5 #94e2d5 !important}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-light{background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .button.is-info.is-light:hover,html.theme--catppuccin-mocha .button.is-info.is-light.is-hovered{background-color:#e5f8f5;border-color:transparent;color:#207466}html.theme--catppuccin-mocha .button.is-info.is-light:active,html.theme--catppuccin-mocha .button.is-info.is-light.is-active{background-color:#dbf5f1;border-color:transparent;color:#207466}html.theme--catppuccin-mocha .button.is-success{background-color:#a6e3a1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:hover,html.theme--catppuccin-mocha .button.is-success.is-hovered{background-color:#9de097;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:focus,html.theme--catppuccin-mocha .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:focus:not(:active),html.theme--catppuccin-mocha .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .button.is-success:active,html.theme--catppuccin-mocha .button.is-success.is-active{background-color:#93dd8d;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success{background-color:#a6e3a1;border-color:#a6e3a1;box-shadow:none}html.theme--catppuccin-mocha .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted:hover,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-success.is-outlined{background-color:transparent;border-color:#a6e3a1;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-outlined:hover,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-success.is-outlined:focus,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-focused{background-color:#a6e3a1;border-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6e3a1 #a6e3a1 !important}html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-outlined{background-color:transparent;border-color:#a6e3a1;box-shadow:none;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6e3a1 #a6e3a1 !important}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-light{background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .button.is-success.is-light:hover,html.theme--catppuccin-mocha .button.is-success.is-light.is-hovered{background-color:#e7f7e5;border-color:transparent;color:#287222}html.theme--catppuccin-mocha .button.is-success.is-light:active,html.theme--catppuccin-mocha .button.is-success.is-light.is-active{background-color:#def4dc;border-color:transparent;color:#287222}html.theme--catppuccin-mocha .button.is-warning{background-color:#f9e2af;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:hover,html.theme--catppuccin-mocha .button.is-warning.is-hovered{background-color:#f8dea3;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:focus,html.theme--catppuccin-mocha .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:focus:not(:active),html.theme--catppuccin-mocha .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .button.is-warning:active,html.theme--catppuccin-mocha .button.is-warning.is-active{background-color:#f7d997;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning{background-color:#f9e2af;border-color:#f9e2af;box-shadow:none}html.theme--catppuccin-mocha .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted:hover,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined{background-color:transparent;border-color:#f9e2af;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-outlined:hover,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-warning.is-outlined:focus,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-focused{background-color:#f9e2af;border-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #f9e2af #f9e2af !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-outlined{background-color:transparent;border-color:#f9e2af;box-shadow:none;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f9e2af #f9e2af !important}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-light{background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .button.is-warning.is-light:hover,html.theme--catppuccin-mocha .button.is-warning.is-light.is-hovered{background-color:#fdf4e0;border-color:transparent;color:#8a620a}html.theme--catppuccin-mocha .button.is-warning.is-light:active,html.theme--catppuccin-mocha .button.is-warning.is-light.is-active{background-color:#fcf0d4;border-color:transparent;color:#8a620a}html.theme--catppuccin-mocha .button.is-danger{background-color:#f38ba8;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:hover,html.theme--catppuccin-mocha .button.is-danger.is-hovered{background-color:#f27f9f;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:focus,html.theme--catppuccin-mocha .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:focus:not(:active),html.theme--catppuccin-mocha .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .button.is-danger:active,html.theme--catppuccin-mocha .button.is-danger.is-active{background-color:#f17497;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger{background-color:#f38ba8;border-color:#f38ba8;box-shadow:none}html.theme--catppuccin-mocha .button.is-danger.is-inverted{background-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted:hover,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined{background-color:transparent;border-color:#f38ba8;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-outlined:hover,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-danger.is-outlined:focus,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-focused{background-color:#f38ba8;border-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f38ba8 #f38ba8 !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-outlined{background-color:transparent;border-color:#f38ba8;box-shadow:none;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f38ba8 #f38ba8 !important}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-light{background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .button.is-danger.is-light:hover,html.theme--catppuccin-mocha .button.is-danger.is-light.is-hovered{background-color:#fce1e8;border-color:transparent;color:#991036}html.theme--catppuccin-mocha .button.is-danger.is-light:active,html.theme--catppuccin-mocha .button.is-danger.is-light.is-active{background-color:#fbd5e0;border-color:transparent;color:#991036}html.theme--catppuccin-mocha .button.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-mocha .button.is-small:not(.is-rounded),html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-mocha .button.is-normal{font-size:1rem}html.theme--catppuccin-mocha .button.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .button.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button{background-color:#6c7086;border-color:#585b70;box-shadow:none;opacity:.5}html.theme--catppuccin-mocha .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-mocha .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-mocha .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-mocha .button.is-static{background-color:#181825;border-color:#585b70;color:#7f849c;box-shadow:none;pointer-events:none}html.theme--catppuccin-mocha .button.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-mocha .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-mocha .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-mocha .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-mocha .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-mocha .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-mocha .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-mocha .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-mocha .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-mocha .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-mocha .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-mocha .buttons.has-addons .button:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-mocha .buttons.has-addons .button:focus,html.theme--catppuccin-mocha .buttons.has-addons .button.is-focused,html.theme--catppuccin-mocha .buttons.has-addons .button:active,html.theme--catppuccin-mocha .buttons.has-addons .button.is-active,html.theme--catppuccin-mocha .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-mocha .buttons.has-addons .button:focus:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-mocha .buttons.has-addons .button:active:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-mocha .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .buttons.is-centered{justify-content:center}html.theme--catppuccin-mocha .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-mocha .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .button.is-responsive.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-mocha .button.is-responsive,html.theme--catppuccin-mocha .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-mocha .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-mocha .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .button.is-responsive.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-mocha .button.is-responsive,html.theme--catppuccin-mocha .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-mocha .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-mocha .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-mocha .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-mocha .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-mocha .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-mocha .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-mocha .content li+li{margin-top:0.25em}html.theme--catppuccin-mocha .content p:not(:last-child),html.theme--catppuccin-mocha .content dl:not(:last-child),html.theme--catppuccin-mocha .content ol:not(:last-child),html.theme--catppuccin-mocha .content ul:not(:last-child),html.theme--catppuccin-mocha .content blockquote:not(:last-child),html.theme--catppuccin-mocha .content pre:not(:last-child),html.theme--catppuccin-mocha .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-mocha .content h1,html.theme--catppuccin-mocha .content h2,html.theme--catppuccin-mocha .content h3,html.theme--catppuccin-mocha .content h4,html.theme--catppuccin-mocha .content h5,html.theme--catppuccin-mocha .content h6{color:#cdd6f4;font-weight:600;line-height:1.125}html.theme--catppuccin-mocha .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-mocha .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-mocha .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-mocha .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-mocha .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-mocha .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-mocha .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-mocha .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-mocha .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-mocha .content blockquote{background-color:#181825;border-left:5px solid #585b70;padding:1.25em 1.5em}html.theme--catppuccin-mocha .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-mocha .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-mocha .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-mocha .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-mocha .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-mocha .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-mocha .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-mocha .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-mocha .content ul ul ul{list-style-type:square}html.theme--catppuccin-mocha .content dd{margin-left:2em}html.theme--catppuccin-mocha .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-mocha .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-mocha .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-mocha .content figure img{display:inline-block}html.theme--catppuccin-mocha .content figure figcaption{font-style:italic}html.theme--catppuccin-mocha .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-mocha .content sup,html.theme--catppuccin-mocha .content sub{font-size:75%}html.theme--catppuccin-mocha .content table{width:100%}html.theme--catppuccin-mocha .content table td,html.theme--catppuccin-mocha .content table th{border:1px solid #585b70;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-mocha .content table th{color:#b8c5ef}html.theme--catppuccin-mocha .content table th:not([align]){text-align:inherit}html.theme--catppuccin-mocha .content table thead td,html.theme--catppuccin-mocha .content table thead th{border-width:0 0 2px;color:#b8c5ef}html.theme--catppuccin-mocha .content table tfoot td,html.theme--catppuccin-mocha .content table tfoot th{border-width:2px 0 0;color:#b8c5ef}html.theme--catppuccin-mocha .content table tbody tr:last-child td,html.theme--catppuccin-mocha .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-mocha .content .tabs li+li{margin-top:0}html.theme--catppuccin-mocha .content.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-mocha .content.is-normal{font-size:1rem}html.theme--catppuccin-mocha .content.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .content.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-mocha .icon.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-mocha .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-mocha .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-mocha .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-mocha .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-mocha .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-mocha div.icon-text{display:flex}html.theme--catppuccin-mocha .image,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-mocha .image img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-mocha .image img.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-mocha .image.is-fullwidth,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-mocha .image.is-square img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-mocha .image.is-square .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-mocha .image.is-1by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-mocha .image.is-1by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-mocha .image.is-5by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-mocha .image.is-5by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-mocha .image.is-4by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-mocha .image.is-4by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-mocha .image.is-3by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-mocha .image.is-5by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-mocha .image.is-5by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-mocha .image.is-16by9 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-mocha .image.is-16by9 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-mocha .image.is-2by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-mocha .image.is-2by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-mocha .image.is-3by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-mocha .image.is-3by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-mocha .image.is-4by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-mocha .image.is-4by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-mocha .image.is-3by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-mocha .image.is-3by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-mocha .image.is-2by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-mocha .image.is-2by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-mocha .image.is-3by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-mocha .image.is-9by16 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-mocha .image.is-9by16 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-mocha .image.is-1by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-mocha .image.is-1by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-mocha .image.is-1by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-mocha .image.is-1by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-mocha .image.is-square,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-mocha .image.is-1by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-mocha .image.is-5by4,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-mocha .image.is-4by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-mocha .image.is-3by2,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-mocha .image.is-5by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-mocha .image.is-16by9,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-mocha .image.is-2by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-mocha .image.is-3by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-mocha .image.is-4by5,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-mocha .image.is-3by4,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-mocha .image.is-2by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-mocha .image.is-3by5,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-mocha .image.is-9by16,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-mocha .image.is-1by2,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-mocha .image.is-1by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-mocha .image.is-16x16,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-mocha .image.is-24x24,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-mocha .image.is-32x32,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-mocha .image.is-48x48,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-mocha .image.is-64x64,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-mocha .image.is-96x96,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-mocha .image.is-128x128,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-mocha .notification{background-color:#181825;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-mocha .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-mocha .notification strong{color:currentColor}html.theme--catppuccin-mocha .notification code,html.theme--catppuccin-mocha .notification pre{background:#fff}html.theme--catppuccin-mocha .notification pre code{background:transparent}html.theme--catppuccin-mocha .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-mocha .notification .title,html.theme--catppuccin-mocha .notification .subtitle,html.theme--catppuccin-mocha .notification .content{color:currentColor}html.theme--catppuccin-mocha .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-dark,html.theme--catppuccin-mocha .content kbd.notification{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .notification.is-primary,html.theme--catppuccin-mocha .docstring>section>a.notification.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .notification.is-primary.is-light,html.theme--catppuccin-mocha .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .notification.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .notification.is-link.is-light{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .notification.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-info.is-light{background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .notification.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-success.is-light{background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .notification.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-warning.is-light{background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .notification.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .notification.is-danger.is-light{background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-mocha .progress::-webkit-progress-bar{background-color:#45475a}html.theme--catppuccin-mocha .progress::-webkit-progress-value{background-color:#7f849c}html.theme--catppuccin-mocha .progress::-moz-progress-bar{background-color:#7f849c}html.theme--catppuccin-mocha .progress::-ms-fill{background-color:#7f849c;border:none}html.theme--catppuccin-mocha .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-mocha .content kbd.progress::-webkit-progress-value{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-mocha .content kbd.progress::-moz-progress-bar{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark::-ms-fill,html.theme--catppuccin-mocha .content kbd.progress::-ms-fill{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark:indeterminate,html.theme--catppuccin-mocha .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #313244 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary::-ms-fill,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary:indeterminate,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #89b4fa 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-link::-webkit-progress-value{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link::-moz-progress-bar{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link::-ms-fill{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link:indeterminate{background-image:linear-gradient(to right, #89b4fa 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-info::-webkit-progress-value{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info::-moz-progress-bar{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info::-ms-fill{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info:indeterminate{background-image:linear-gradient(to right, #94e2d5 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-success::-webkit-progress-value{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success::-moz-progress-bar{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success::-ms-fill{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6e3a1 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-warning::-webkit-progress-value{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning::-moz-progress-bar{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning::-ms-fill{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #f9e2af 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-danger::-webkit-progress-value{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger::-moz-progress-bar{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger::-ms-fill{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #f38ba8 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#45475a;background-image:linear-gradient(to right, #cdd6f4 30%, #45475a 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-mocha .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-mocha .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-mocha .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-mocha .progress.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-mocha .progress.is-medium{height:1.25rem}html.theme--catppuccin-mocha .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-mocha .table{background-color:#45475a;color:#cdd6f4}html.theme--catppuccin-mocha .table td,html.theme--catppuccin-mocha .table th{border:1px solid #585b70;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-mocha .table td.is-white,html.theme--catppuccin-mocha .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .table td.is-black,html.theme--catppuccin-mocha .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .table td.is-light,html.theme--catppuccin-mocha .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-dark,html.theme--catppuccin-mocha .table th.is-dark{background-color:#313244;border-color:#313244;color:#fff}html.theme--catppuccin-mocha .table td.is-primary,html.theme--catppuccin-mocha .table th.is-primary{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-link,html.theme--catppuccin-mocha .table th.is-link{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-info,html.theme--catppuccin-mocha .table th.is-info{background-color:#94e2d5;border-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-success,html.theme--catppuccin-mocha .table th.is-success{background-color:#a6e3a1;border-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-warning,html.theme--catppuccin-mocha .table th.is-warning{background-color:#f9e2af;border-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-danger,html.theme--catppuccin-mocha .table th.is-danger{background-color:#f38ba8;border-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .table td.is-narrow,html.theme--catppuccin-mocha .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-mocha .table td.is-selected,html.theme--catppuccin-mocha .table th.is-selected{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-selected a,html.theme--catppuccin-mocha .table td.is-selected strong,html.theme--catppuccin-mocha .table th.is-selected a,html.theme--catppuccin-mocha .table th.is-selected strong{color:currentColor}html.theme--catppuccin-mocha .table td.is-vcentered,html.theme--catppuccin-mocha .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-mocha .table th{color:#b8c5ef}html.theme--catppuccin-mocha .table th:not([align]){text-align:left}html.theme--catppuccin-mocha .table tr.is-selected{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table tr.is-selected a,html.theme--catppuccin-mocha .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-mocha .table tr.is-selected td,html.theme--catppuccin-mocha .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-mocha .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table thead td,html.theme--catppuccin-mocha .table thead th{border-width:0 0 2px;color:#b8c5ef}html.theme--catppuccin-mocha .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table tfoot td,html.theme--catppuccin-mocha .table tfoot th{border-width:2px 0 0;color:#b8c5ef}html.theme--catppuccin-mocha .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table tbody tr:last-child td,html.theme--catppuccin-mocha .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-mocha .table.is-bordered td,html.theme--catppuccin-mocha .table.is-bordered th{border-width:1px}html.theme--catppuccin-mocha .table.is-bordered tr:last-child td,html.theme--catppuccin-mocha .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-mocha .table.is-fullwidth{width:100%}html.theme--catppuccin-mocha .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#313244}html.theme--catppuccin-mocha .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#313244}html.theme--catppuccin-mocha .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#35364a}html.theme--catppuccin-mocha .table.is-narrow td,html.theme--catppuccin-mocha .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-mocha .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#313244}html.theme--catppuccin-mocha .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-mocha .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .tags .tag,html.theme--catppuccin-mocha .tags .content kbd,html.theme--catppuccin-mocha .content .tags kbd,html.theme--catppuccin-mocha .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-mocha .tags .tag:not(:last-child),html.theme--catppuccin-mocha .tags .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags kbd:not(:last-child),html.theme--catppuccin-mocha .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-mocha .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-mocha .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-mocha .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-mocha .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-mocha .tags.is-centered{justify-content:center}html.theme--catppuccin-mocha .tags.is-centered .tag,html.theme--catppuccin-mocha .tags.is-centered .content kbd,html.theme--catppuccin-mocha .content .tags.is-centered kbd,html.theme--catppuccin-mocha .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-mocha .tags.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .tags.is-right .tag:not(:first-child),html.theme--catppuccin-mocha .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-mocha .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-mocha .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-mocha .tags.is-right .tag:not(:last-child),html.theme--catppuccin-mocha .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-mocha .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-mocha .tags.has-addons .tag,html.theme--catppuccin-mocha .tags.has-addons .content kbd,html.theme--catppuccin-mocha .content .tags.has-addons kbd,html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-mocha .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-mocha .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-mocha .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-mocha .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-mocha .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-mocha .tag:not(body),html.theme--catppuccin-mocha .content kbd:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#181825;border-radius:.4em;color:#cdd6f4;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-mocha .tag:not(body) .delete,html.theme--catppuccin-mocha .content kbd:not(body) .delete,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-mocha .tag.is-white:not(body),html.theme--catppuccin-mocha .content kbd.is-white:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .tag.is-black:not(body),html.theme--catppuccin-mocha .content kbd.is-black:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .tag.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-dark:not(body),html.theme--catppuccin-mocha .content kbd:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-mocha .content .docstring>section>kbd:not(body){background-color:#313244;color:#fff}html.theme--catppuccin-mocha .tag.is-primary:not(body),html.theme--catppuccin-mocha .content kbd.is-primary:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .tag.is-primary.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .tag.is-link:not(body),html.theme--catppuccin-mocha .content kbd.is-link:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .tag.is-link.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-link.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .tag.is-info:not(body),html.theme--catppuccin-mocha .content kbd.is-info:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-info.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-info.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .tag.is-success:not(body),html.theme--catppuccin-mocha .content kbd.is-success:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-success.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-success.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .tag.is-warning:not(body),html.theme--catppuccin-mocha .content kbd.is-warning:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-warning.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .tag.is-danger:not(body),html.theme--catppuccin-mocha .content kbd.is-danger:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .tag.is-danger.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .tag.is-normal:not(body),html.theme--catppuccin-mocha .content kbd.is-normal:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-mocha .tag.is-medium:not(body),html.theme--catppuccin-mocha .content kbd.is-medium:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-mocha .tag.is-large:not(body),html.theme--catppuccin-mocha .content kbd.is-large:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-mocha .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-mocha .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-mocha .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-mocha .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-mocha .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-mocha .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-mocha .tag.is-delete:not(body),html.theme--catppuccin-mocha .content kbd.is-delete:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-mocha .tag.is-delete:not(body)::before,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::before,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-mocha .tag.is-delete:not(body)::after,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::after,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-mocha .tag.is-delete:not(body)::before,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::before,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-mocha .tag.is-delete:not(body)::after,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::after,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-mocha .tag.is-delete:not(body):hover,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):hover,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-mocha .tag.is-delete:not(body):focus,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):focus,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#0e0e16}html.theme--catppuccin-mocha .tag.is-delete:not(body):active,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):active,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#040406}html.theme--catppuccin-mocha .tag.is-rounded:not(body),html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-mocha .content kbd.is-rounded:not(body),html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-mocha a.tag:hover,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-mocha .title,html.theme--catppuccin-mocha .subtitle{word-break:break-word}html.theme--catppuccin-mocha .title em,html.theme--catppuccin-mocha .title span,html.theme--catppuccin-mocha .subtitle em,html.theme--catppuccin-mocha .subtitle span{font-weight:inherit}html.theme--catppuccin-mocha .title sub,html.theme--catppuccin-mocha .subtitle sub{font-size:.75em}html.theme--catppuccin-mocha .title sup,html.theme--catppuccin-mocha .subtitle sup{font-size:.75em}html.theme--catppuccin-mocha .title .tag,html.theme--catppuccin-mocha .title .content kbd,html.theme--catppuccin-mocha .content .title kbd,html.theme--catppuccin-mocha .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-mocha .subtitle .tag,html.theme--catppuccin-mocha .subtitle .content kbd,html.theme--catppuccin-mocha .content .subtitle kbd,html.theme--catppuccin-mocha .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-mocha .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-mocha .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-mocha .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-mocha .title.is-1{font-size:3rem}html.theme--catppuccin-mocha .title.is-2{font-size:2.5rem}html.theme--catppuccin-mocha .title.is-3{font-size:2rem}html.theme--catppuccin-mocha .title.is-4{font-size:1.5rem}html.theme--catppuccin-mocha .title.is-5{font-size:1.25rem}html.theme--catppuccin-mocha .title.is-6{font-size:1rem}html.theme--catppuccin-mocha .title.is-7{font-size:.75rem}html.theme--catppuccin-mocha .subtitle{color:#6c7086;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-mocha .subtitle strong{color:#6c7086;font-weight:600}html.theme--catppuccin-mocha .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-mocha .subtitle.is-1{font-size:3rem}html.theme--catppuccin-mocha .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-mocha .subtitle.is-3{font-size:2rem}html.theme--catppuccin-mocha .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-mocha .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-mocha .subtitle.is-6{font-size:1rem}html.theme--catppuccin-mocha .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-mocha .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-mocha .number{align-items:center;background-color:#181825;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{background-color:#1e1e2e;border-color:#585b70;border-radius:.4em;color:#7f849c}html.theme--catppuccin-mocha .select select::-moz-placeholder,html.theme--catppuccin-mocha .textarea::-moz-placeholder,html.theme--catppuccin-mocha .input::-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select::-webkit-input-placeholder,html.theme--catppuccin-mocha .textarea::-webkit-input-placeholder,html.theme--catppuccin-mocha .input::-webkit-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:-moz-placeholder,html.theme--catppuccin-mocha .textarea:-moz-placeholder,html.theme--catppuccin-mocha .input:-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:-ms-input-placeholder,html.theme--catppuccin-mocha .textarea:-ms-input-placeholder,html.theme--catppuccin-mocha .input:-ms-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:hover,html.theme--catppuccin-mocha .textarea:hover,html.theme--catppuccin-mocha .input:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-mocha .select select.is-hovered,html.theme--catppuccin-mocha .is-hovered.textarea,html.theme--catppuccin-mocha .is-hovered.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#6c7086}html.theme--catppuccin-mocha .select select:focus,html.theme--catppuccin-mocha .textarea:focus,html.theme--catppuccin-mocha .input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-mocha .select select.is-focused,html.theme--catppuccin-mocha .is-focused.textarea,html.theme--catppuccin-mocha .is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .select select:active,html.theme--catppuccin-mocha .textarea:active,html.theme--catppuccin-mocha .input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-mocha .select select.is-active,html.theme--catppuccin-mocha .is-active.textarea,html.theme--catppuccin-mocha .is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#89b4fa;box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select select[disabled],html.theme--catppuccin-mocha .textarea[disabled],html.theme--catppuccin-mocha .input[disabled],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-mocha .select select,fieldset[disabled] html.theme--catppuccin-mocha .textarea,fieldset[disabled] html.theme--catppuccin-mocha .input,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{background-color:#6c7086;border-color:#181825;box-shadow:none;color:#f7f8fd}html.theme--catppuccin-mocha .select select[disabled]::-moz-placeholder,html.theme--catppuccin-mocha .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-mocha .input[disabled]::-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]:-moz-placeholder,html.theme--catppuccin-mocha .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-mocha .input[disabled]:-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-mocha .textarea[readonly],html.theme--catppuccin-mocha .input[readonly],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-mocha .is-white.textarea,html.theme--catppuccin-mocha .is-white.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-mocha .is-white.textarea:focus,html.theme--catppuccin-mocha .is-white.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-mocha .is-white.is-focused.textarea,html.theme--catppuccin-mocha .is-white.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-white.textarea:active,html.theme--catppuccin-mocha .is-white.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-mocha .is-white.is-active.textarea,html.theme--catppuccin-mocha .is-white.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .is-black.textarea,html.theme--catppuccin-mocha .is-black.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-mocha .is-black.textarea:focus,html.theme--catppuccin-mocha .is-black.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-mocha .is-black.is-focused.textarea,html.theme--catppuccin-mocha .is-black.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-black.textarea:active,html.theme--catppuccin-mocha .is-black.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-mocha .is-black.is-active.textarea,html.theme--catppuccin-mocha .is-black.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .is-light.textarea,html.theme--catppuccin-mocha .is-light.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-mocha .is-light.textarea:focus,html.theme--catppuccin-mocha .is-light.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-mocha .is-light.is-focused.textarea,html.theme--catppuccin-mocha .is-light.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-light.textarea:active,html.theme--catppuccin-mocha .is-light.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-mocha .is-light.is-active.textarea,html.theme--catppuccin-mocha .is-light.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .is-dark.textarea,html.theme--catppuccin-mocha .content kbd.textarea,html.theme--catppuccin-mocha .is-dark.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-mocha .content kbd.input{border-color:#313244}html.theme--catppuccin-mocha .is-dark.textarea:focus,html.theme--catppuccin-mocha .content kbd.textarea:focus,html.theme--catppuccin-mocha .is-dark.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-mocha .content kbd.input:focus,html.theme--catppuccin-mocha .is-dark.is-focused.textarea,html.theme--catppuccin-mocha .content kbd.is-focused.textarea,html.theme--catppuccin-mocha .is-dark.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .content kbd.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-dark.textarea:active,html.theme--catppuccin-mocha .content kbd.textarea:active,html.theme--catppuccin-mocha .is-dark.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-mocha .content kbd.input:active,html.theme--catppuccin-mocha .is-dark.is-active.textarea,html.theme--catppuccin-mocha .content kbd.is-active.textarea,html.theme--catppuccin-mocha .is-dark.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .content kbd.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .is-primary.textarea,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink{border-color:#89b4fa}html.theme--catppuccin-mocha .is-primary.textarea:focus,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-mocha .is-primary.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-mocha .is-primary.is-focused.textarea,html.theme--catppuccin-mocha .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.textarea:active,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-mocha .is-primary.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-mocha .is-primary.is-active.textarea,html.theme--catppuccin-mocha .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .is-link.textarea,html.theme--catppuccin-mocha .is-link.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#89b4fa}html.theme--catppuccin-mocha .is-link.textarea:focus,html.theme--catppuccin-mocha .is-link.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-mocha .is-link.is-focused.textarea,html.theme--catppuccin-mocha .is-link.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-link.textarea:active,html.theme--catppuccin-mocha .is-link.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-mocha .is-link.is-active.textarea,html.theme--catppuccin-mocha .is-link.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .is-info.textarea,html.theme--catppuccin-mocha .is-info.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#94e2d5}html.theme--catppuccin-mocha .is-info.textarea:focus,html.theme--catppuccin-mocha .is-info.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-mocha .is-info.is-focused.textarea,html.theme--catppuccin-mocha .is-info.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-info.textarea:active,html.theme--catppuccin-mocha .is-info.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-mocha .is-info.is-active.textarea,html.theme--catppuccin-mocha .is-info.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .is-success.textarea,html.theme--catppuccin-mocha .is-success.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6e3a1}html.theme--catppuccin-mocha .is-success.textarea:focus,html.theme--catppuccin-mocha .is-success.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-mocha .is-success.is-focused.textarea,html.theme--catppuccin-mocha .is-success.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-success.textarea:active,html.theme--catppuccin-mocha .is-success.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-mocha .is-success.is-active.textarea,html.theme--catppuccin-mocha .is-success.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .is-warning.textarea,html.theme--catppuccin-mocha .is-warning.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#f9e2af}html.theme--catppuccin-mocha .is-warning.textarea:focus,html.theme--catppuccin-mocha .is-warning.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-mocha .is-warning.is-focused.textarea,html.theme--catppuccin-mocha .is-warning.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-warning.textarea:active,html.theme--catppuccin-mocha .is-warning.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-mocha .is-warning.is-active.textarea,html.theme--catppuccin-mocha .is-warning.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .is-danger.textarea,html.theme--catppuccin-mocha .is-danger.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#f38ba8}html.theme--catppuccin-mocha .is-danger.textarea:focus,html.theme--catppuccin-mocha .is-danger.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-mocha .is-danger.is-focused.textarea,html.theme--catppuccin-mocha .is-danger.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-danger.textarea:active,html.theme--catppuccin-mocha .is-danger.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-mocha .is-danger.is-active.textarea,html.theme--catppuccin-mocha .is-danger.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .is-small.textarea,html.theme--catppuccin-mocha .is-small.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-mocha .is-medium.textarea,html.theme--catppuccin-mocha .is-medium.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .is-large.textarea,html.theme--catppuccin-mocha .is-large.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .is-fullwidth.textarea,html.theme--catppuccin-mocha .is-fullwidth.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-mocha .is-inline.textarea,html.theme--catppuccin-mocha .is-inline.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-mocha .input.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-mocha .input.is-static,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-mocha .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-mocha .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-mocha .textarea[rows]{height:initial}html.theme--catppuccin-mocha .textarea.has-fixed-size{resize:none}html.theme--catppuccin-mocha .radio,html.theme--catppuccin-mocha .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-mocha .radio input,html.theme--catppuccin-mocha .checkbox input{cursor:pointer}html.theme--catppuccin-mocha .radio:hover,html.theme--catppuccin-mocha .checkbox:hover{color:#89dceb}html.theme--catppuccin-mocha .radio[disabled],html.theme--catppuccin-mocha .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-mocha .radio,fieldset[disabled] html.theme--catppuccin-mocha .checkbox,html.theme--catppuccin-mocha .radio input[disabled],html.theme--catppuccin-mocha .checkbox input[disabled]{color:#f7f8fd;cursor:not-allowed}html.theme--catppuccin-mocha .radio+.radio{margin-left:.5em}html.theme--catppuccin-mocha .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-mocha .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading)::after{border-color:#89b4fa;right:1.125em;z-index:4}html.theme--catppuccin-mocha .select.is-rounded select,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-mocha .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-mocha .select select::-ms-expand{display:none}html.theme--catppuccin-mocha .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-mocha .select select:hover{border-color:#181825}html.theme--catppuccin-mocha .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-mocha .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-mocha .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#89dceb}html.theme--catppuccin-mocha .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-mocha .select.is-white select{border-color:#fff}html.theme--catppuccin-mocha .select.is-white select:hover,html.theme--catppuccin-mocha .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-mocha .select.is-white select:focus,html.theme--catppuccin-mocha .select.is-white select.is-focused,html.theme--catppuccin-mocha .select.is-white select:active,html.theme--catppuccin-mocha .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-mocha .select.is-black select:hover,html.theme--catppuccin-mocha .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-mocha .select.is-black select:focus,html.theme--catppuccin-mocha .select.is-black select.is-focused,html.theme--catppuccin-mocha .select.is-black select:active,html.theme--catppuccin-mocha .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-mocha .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-mocha .select.is-light select:hover,html.theme--catppuccin-mocha .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-mocha .select.is-light select:focus,html.theme--catppuccin-mocha .select.is-light select.is-focused,html.theme--catppuccin-mocha .select.is-light select:active,html.theme--catppuccin-mocha .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .select.is-dark:not(:hover)::after,html.theme--catppuccin-mocha .content kbd.select:not(:hover)::after{border-color:#313244}html.theme--catppuccin-mocha .select.is-dark select,html.theme--catppuccin-mocha .content kbd.select select{border-color:#313244}html.theme--catppuccin-mocha .select.is-dark select:hover,html.theme--catppuccin-mocha .content kbd.select select:hover,html.theme--catppuccin-mocha .select.is-dark select.is-hovered,html.theme--catppuccin-mocha .content kbd.select select.is-hovered{border-color:#262735}html.theme--catppuccin-mocha .select.is-dark select:focus,html.theme--catppuccin-mocha .content kbd.select select:focus,html.theme--catppuccin-mocha .select.is-dark select.is-focused,html.theme--catppuccin-mocha .content kbd.select select.is-focused,html.theme--catppuccin-mocha .select.is-dark select:active,html.theme--catppuccin-mocha .content kbd.select select:active,html.theme--catppuccin-mocha .select.is-dark select.is-active,html.theme--catppuccin-mocha .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .select.is-primary:not(:hover)::after,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-primary select,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-primary select:hover,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-mocha .select.is-primary select.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#71a4f9}html.theme--catppuccin-mocha .select.is-primary select:focus,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-mocha .select.is-primary select.is-focused,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-mocha .select.is-primary select:active,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-mocha .select.is-primary select.is-active,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select.is-link:not(:hover)::after{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-link select{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-link select:hover,html.theme--catppuccin-mocha .select.is-link select.is-hovered{border-color:#71a4f9}html.theme--catppuccin-mocha .select.is-link select:focus,html.theme--catppuccin-mocha .select.is-link select.is-focused,html.theme--catppuccin-mocha .select.is-link select:active,html.theme--catppuccin-mocha .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select.is-info:not(:hover)::after{border-color:#94e2d5}html.theme--catppuccin-mocha .select.is-info select{border-color:#94e2d5}html.theme--catppuccin-mocha .select.is-info select:hover,html.theme--catppuccin-mocha .select.is-info select.is-hovered{border-color:#80ddcd}html.theme--catppuccin-mocha .select.is-info select:focus,html.theme--catppuccin-mocha .select.is-info select.is-focused,html.theme--catppuccin-mocha .select.is-info select:active,html.theme--catppuccin-mocha .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .select.is-success:not(:hover)::after{border-color:#a6e3a1}html.theme--catppuccin-mocha .select.is-success select{border-color:#a6e3a1}html.theme--catppuccin-mocha .select.is-success select:hover,html.theme--catppuccin-mocha .select.is-success select.is-hovered{border-color:#93dd8d}html.theme--catppuccin-mocha .select.is-success select:focus,html.theme--catppuccin-mocha .select.is-success select.is-focused,html.theme--catppuccin-mocha .select.is-success select:active,html.theme--catppuccin-mocha .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .select.is-warning:not(:hover)::after{border-color:#f9e2af}html.theme--catppuccin-mocha .select.is-warning select{border-color:#f9e2af}html.theme--catppuccin-mocha .select.is-warning select:hover,html.theme--catppuccin-mocha .select.is-warning select.is-hovered{border-color:#f7d997}html.theme--catppuccin-mocha .select.is-warning select:focus,html.theme--catppuccin-mocha .select.is-warning select.is-focused,html.theme--catppuccin-mocha .select.is-warning select:active,html.theme--catppuccin-mocha .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .select.is-danger:not(:hover)::after{border-color:#f38ba8}html.theme--catppuccin-mocha .select.is-danger select{border-color:#f38ba8}html.theme--catppuccin-mocha .select.is-danger select:hover,html.theme--catppuccin-mocha .select.is-danger select.is-hovered{border-color:#f17497}html.theme--catppuccin-mocha .select.is-danger select:focus,html.theme--catppuccin-mocha .select.is-danger select.is-focused,html.theme--catppuccin-mocha .select.is-danger select:active,html.theme--catppuccin-mocha .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .select.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-mocha .select.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .select.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .select.is-disabled::after{border-color:#f7f8fd !important;opacity:0.5}html.theme--catppuccin-mocha .select.is-fullwidth{width:100%}html.theme--catppuccin-mocha .select.is-fullwidth select{width:100%}html.theme--catppuccin-mocha .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-mocha .select.is-loading.is-small:after,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-mocha .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-mocha .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-mocha .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-mocha .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:hover .file-cta,html.theme--catppuccin-mocha .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:focus .file-cta,html.theme--catppuccin-mocha .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:active .file-cta,html.theme--catppuccin-mocha .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-black:hover .file-cta,html.theme--catppuccin-mocha .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-black:focus .file-cta,html.theme--catppuccin-mocha .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-black:active .file-cta,html.theme--catppuccin-mocha .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:hover .file-cta,html.theme--catppuccin-mocha .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:focus .file-cta,html.theme--catppuccin-mocha .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:active .file-cta,html.theme--catppuccin-mocha .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-dark .file-cta,html.theme--catppuccin-mocha .content kbd.file .file-cta{background-color:#313244;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-dark:hover .file-cta,html.theme--catppuccin-mocha .content kbd.file:hover .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-hovered .file-cta{background-color:#2c2d3d;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-dark:focus .file-cta,html.theme--catppuccin-mocha .content kbd.file:focus .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-focused .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(49,50,68,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-dark:active .file-cta,html.theme--catppuccin-mocha .content kbd.file:active .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-active .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-active .file-cta{background-color:#262735;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary:hover .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary:focus .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-focused .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(137,180,250,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-primary:active .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-active .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link .file-cta{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link:hover .file-cta,html.theme--catppuccin-mocha .file.is-link.is-hovered .file-cta{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link:focus .file-cta,html.theme--catppuccin-mocha .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(137,180,250,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-link:active .file-cta,html.theme--catppuccin-mocha .file.is-link.is-active .file-cta{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-info .file-cta{background-color:#94e2d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:hover .file-cta,html.theme--catppuccin-mocha .file.is-info.is-hovered .file-cta{background-color:#8adfd1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:focus .file-cta,html.theme--catppuccin-mocha .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(148,226,213,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:active .file-cta,html.theme--catppuccin-mocha .file.is-info.is-active .file-cta{background-color:#80ddcd;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success .file-cta{background-color:#a6e3a1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:hover .file-cta,html.theme--catppuccin-mocha .file.is-success.is-hovered .file-cta{background-color:#9de097;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:focus .file-cta,html.theme--catppuccin-mocha .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,227,161,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:active .file-cta,html.theme--catppuccin-mocha .file.is-success.is-active .file-cta{background-color:#93dd8d;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning .file-cta{background-color:#f9e2af;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:hover .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-hovered .file-cta{background-color:#f8dea3;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:focus .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(249,226,175,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:active .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-active .file-cta{background-color:#f7d997;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-danger .file-cta{background-color:#f38ba8;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-danger:hover .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-hovered .file-cta{background-color:#f27f9f;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-danger:focus .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(243,139,168,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-danger:active .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-active .file-cta{background-color:#f17497;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-mocha .file.is-normal{font-size:1rem}html.theme--catppuccin-mocha .file.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-mocha .file.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-mocha .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-mocha .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-mocha .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-mocha .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-mocha .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-mocha .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-mocha .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-mocha .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-mocha .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-mocha .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-mocha .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-mocha .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-mocha .file.is-centered{justify-content:center}html.theme--catppuccin-mocha .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-mocha .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-mocha .file.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-mocha .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-mocha .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-mocha .file-label:hover .file-cta{background-color:#2c2d3d;color:#b8c5ef}html.theme--catppuccin-mocha .file-label:hover .file-name{border-color:#525569}html.theme--catppuccin-mocha .file-label:active .file-cta{background-color:#262735;color:#b8c5ef}html.theme--catppuccin-mocha .file-label:active .file-name{border-color:#4d4f62}html.theme--catppuccin-mocha .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha .file-name{border-color:#585b70;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-mocha .file-cta{background-color:#313244;color:#cdd6f4}html.theme--catppuccin-mocha .file-name{border-color:#585b70;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-mocha .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-mocha .file-icon .fa{font-size:14px}html.theme--catppuccin-mocha .label{color:#b8c5ef;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-mocha .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-mocha .label.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-mocha .label.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .label.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-mocha .help.is-white{color:#fff}html.theme--catppuccin-mocha .help.is-black{color:#0a0a0a}html.theme--catppuccin-mocha .help.is-light{color:#f5f5f5}html.theme--catppuccin-mocha .help.is-dark,html.theme--catppuccin-mocha .content kbd.help{color:#313244}html.theme--catppuccin-mocha .help.is-primary,html.theme--catppuccin-mocha .docstring>section>a.help.docs-sourcelink{color:#89b4fa}html.theme--catppuccin-mocha .help.is-link{color:#89b4fa}html.theme--catppuccin-mocha .help.is-info{color:#94e2d5}html.theme--catppuccin-mocha .help.is-success{color:#a6e3a1}html.theme--catppuccin-mocha .help.is-warning{color:#f9e2af}html.theme--catppuccin-mocha .help.is-danger{color:#f38ba8}html.theme--catppuccin-mocha .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-mocha .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-mocha .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-mocha .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-mocha .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-mocha .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-mocha .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-mocha .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-mocha .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field.is-horizontal{display:flex}}html.theme--catppuccin-mocha .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-mocha .field-label.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-mocha .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-mocha .field-body .field{margin-bottom:0}html.theme--catppuccin-mocha .field-body>.field{flex-shrink:1}html.theme--catppuccin-mocha .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-mocha .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-mocha .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-mocha .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select:focus~.icon{color:#313244}html.theme--catppuccin-mocha .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-mocha .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-mocha .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-mocha .control.has-icons-left .icon,html.theme--catppuccin-mocha .control.has-icons-right .icon{color:#585b70;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-mocha .control.has-icons-left .input,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-mocha .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-mocha .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-mocha .control.has-icons-right .input,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-mocha .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-mocha .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-mocha .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-mocha .control.is-loading.is-small:after,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-mocha .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-mocha .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-mocha .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-mocha .breadcrumb a{align-items:center;color:#89b4fa;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-mocha .breadcrumb a:hover{color:#89dceb}html.theme--catppuccin-mocha .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-mocha .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-mocha .breadcrumb li.is-active a{color:#b8c5ef;cursor:default;pointer-events:none}html.theme--catppuccin-mocha .breadcrumb li+li::before{color:#6c7086;content:"\0002f"}html.theme--catppuccin-mocha .breadcrumb ul,html.theme--catppuccin-mocha .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-mocha .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-mocha .breadcrumb.is-centered ol,html.theme--catppuccin-mocha .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-mocha .breadcrumb.is-right ol,html.theme--catppuccin-mocha .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-mocha .breadcrumb.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-mocha .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-mocha .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-mocha .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-mocha .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-mocha .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#cdd6f4;max-width:100%;position:relative}html.theme--catppuccin-mocha .card-footer:first-child,html.theme--catppuccin-mocha .card-content:first-child,html.theme--catppuccin-mocha .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-mocha .card-footer:last-child,html.theme--catppuccin-mocha .card-content:last-child,html.theme--catppuccin-mocha .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-mocha .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-mocha .card-header-title{align-items:center;color:#b8c5ef;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-mocha .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-mocha .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-mocha .card-image{display:block;position:relative}html.theme--catppuccin-mocha .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-mocha .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-mocha .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-mocha .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-mocha .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-mocha .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-mocha .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-mocha .dropdown.is-active .dropdown-menu,html.theme--catppuccin-mocha .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-mocha .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-mocha .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-mocha .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-mocha .dropdown-content{background-color:#181825;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-mocha .dropdown-item{color:#cdd6f4;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-mocha a.dropdown-item,html.theme--catppuccin-mocha button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-mocha a.dropdown-item:hover,html.theme--catppuccin-mocha button.dropdown-item:hover{background-color:#181825;color:#0a0a0a}html.theme--catppuccin-mocha a.dropdown-item.is-active,html.theme--catppuccin-mocha button.dropdown-item.is-active{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-mocha .level{align-items:center;justify-content:space-between}html.theme--catppuccin-mocha .level code{border-radius:.4em}html.theme--catppuccin-mocha .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-mocha .level.is-mobile{display:flex}html.theme--catppuccin-mocha .level.is-mobile .level-left,html.theme--catppuccin-mocha .level.is-mobile .level-right{display:flex}html.theme--catppuccin-mocha .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-mocha .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-mocha .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level{display:flex}html.theme--catppuccin-mocha .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-mocha .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-mocha .level-item .title,html.theme--catppuccin-mocha .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-mocha .level-left,html.theme--catppuccin-mocha .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .level-left .level-item.is-flexible,html.theme--catppuccin-mocha .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-left .level-item:not(:last-child),html.theme--catppuccin-mocha .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-mocha .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-left{display:flex}}html.theme--catppuccin-mocha .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-right{display:flex}}html.theme--catppuccin-mocha .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-mocha .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-mocha .media .media{border-top:1px solid rgba(88,91,112,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-mocha .media .media .content:not(:last-child),html.theme--catppuccin-mocha .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-mocha .media .media .media{padding-top:.5rem}html.theme--catppuccin-mocha .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-mocha .media+.media{border-top:1px solid rgba(88,91,112,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-mocha .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-mocha .media-left,html.theme--catppuccin-mocha .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .media-left{margin-right:1rem}html.theme--catppuccin-mocha .media-right{margin-left:1rem}html.theme--catppuccin-mocha .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .media-content{overflow-x:auto}}html.theme--catppuccin-mocha .menu{font-size:1rem}html.theme--catppuccin-mocha .menu.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-mocha .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .menu.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .menu-list{line-height:1.25}html.theme--catppuccin-mocha .menu-list a{border-radius:3px;color:#cdd6f4;display:block;padding:0.5em 0.75em}html.theme--catppuccin-mocha .menu-list a:hover{background-color:#181825;color:#b8c5ef}html.theme--catppuccin-mocha .menu-list a.is-active{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .menu-list li ul{border-left:1px solid #585b70;margin:.75em;padding-left:.75em}html.theme--catppuccin-mocha .menu-label{color:#f7f8fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-mocha .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-mocha .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-mocha .message{background-color:#181825;border-radius:.4em;font-size:1rem}html.theme--catppuccin-mocha .message strong{color:currentColor}html.theme--catppuccin-mocha .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-mocha .message.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-mocha .message.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .message.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .message.is-white{background-color:#fff}html.theme--catppuccin-mocha .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-mocha .message.is-black{background-color:#fafafa}html.theme--catppuccin-mocha .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-mocha .message.is-light{background-color:#fafafa}html.theme--catppuccin-mocha .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-mocha .message.is-dark,html.theme--catppuccin-mocha .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-mocha .message.is-dark .message-header,html.theme--catppuccin-mocha .content kbd.message .message-header{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .message.is-dark .message-body,html.theme--catppuccin-mocha .content kbd.message .message-body{border-color:#313244}html.theme--catppuccin-mocha .message.is-primary,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink{background-color:#ebf3fe}html.theme--catppuccin-mocha .message.is-primary .message-header,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink .message-header{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .message.is-primary .message-body,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink .message-body{border-color:#89b4fa;color:#063c93}html.theme--catppuccin-mocha .message.is-link{background-color:#ebf3fe}html.theme--catppuccin-mocha .message.is-link .message-header{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .message.is-link .message-body{border-color:#89b4fa;color:#063c93}html.theme--catppuccin-mocha .message.is-info{background-color:#effbf9}html.theme--catppuccin-mocha .message.is-info .message-header{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-info .message-body{border-color:#94e2d5;color:#207466}html.theme--catppuccin-mocha .message.is-success{background-color:#f0faef}html.theme--catppuccin-mocha .message.is-success .message-header{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-success .message-body{border-color:#a6e3a1;color:#287222}html.theme--catppuccin-mocha .message.is-warning{background-color:#fef8ec}html.theme--catppuccin-mocha .message.is-warning .message-header{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-warning .message-body{border-color:#f9e2af;color:#8a620a}html.theme--catppuccin-mocha .message.is-danger{background-color:#fdedf1}html.theme--catppuccin-mocha .message.is-danger .message-header{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .message.is-danger .message-body{border-color:#f38ba8;color:#991036}html.theme--catppuccin-mocha .message-header{align-items:center;background-color:#cdd6f4;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-mocha .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-mocha .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .message-body{border-color:#585b70;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#cdd6f4;padding:1.25em 1.5em}html.theme--catppuccin-mocha .message-body code,html.theme--catppuccin-mocha .message-body pre{background-color:#fff}html.theme--catppuccin-mocha .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-mocha .modal.is-active{display:flex}html.theme--catppuccin-mocha .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-mocha .modal-content,html.theme--catppuccin-mocha .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-mocha .modal-content,html.theme--catppuccin-mocha .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-mocha .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-mocha .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-mocha .modal-card-head,html.theme--catppuccin-mocha .modal-card-foot{align-items:center;background-color:#181825;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-mocha .modal-card-head{border-bottom:1px solid #585b70;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-mocha .modal-card-title{color:#cdd6f4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-mocha .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #585b70}html.theme--catppuccin-mocha .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-mocha .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#1e1e2e;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-mocha .navbar{background-color:#89b4fa;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-mocha .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-mocha .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-mocha .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-dark,html.theme--catppuccin-mocha .content kbd.navbar{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-burger,html.theme--catppuccin-mocha .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#313244;color:#fff}}html.theme--catppuccin-mocha .navbar.is-primary,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-burger,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa;color:#fff}}html.theme--catppuccin-mocha .navbar.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa;color:#fff}}html.theme--catppuccin-mocha .navbar.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#94e2d5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#f9e2af;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f38ba8;color:#fff}}html.theme--catppuccin-mocha .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-mocha .navbar.has-shadow{box-shadow:0 2px 0 0 #181825}html.theme--catppuccin-mocha .navbar.is-fixed-bottom,html.theme--catppuccin-mocha .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #181825}html.theme--catppuccin-mocha .navbar.is-fixed-top{top:0}html.theme--catppuccin-mocha html.has-navbar-fixed-top,html.theme--catppuccin-mocha body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-mocha .navbar-brand,html.theme--catppuccin-mocha .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-mocha .navbar-brand a.navbar-item:focus,html.theme--catppuccin-mocha .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-mocha .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-mocha .navbar-burger{color:#cdd6f4;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-mocha .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-mocha .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-mocha .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-mocha .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-mocha .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-mocha .navbar-menu{display:none}html.theme--catppuccin-mocha .navbar-item,html.theme--catppuccin-mocha .navbar-link{color:#cdd6f4;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-mocha .navbar-item .icon:only-child,html.theme--catppuccin-mocha .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-mocha a.navbar-item,html.theme--catppuccin-mocha .navbar-link{cursor:pointer}html.theme--catppuccin-mocha a.navbar-item:focus,html.theme--catppuccin-mocha a.navbar-item:focus-within,html.theme--catppuccin-mocha a.navbar-item:hover,html.theme--catppuccin-mocha a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar-link:focus,html.theme--catppuccin-mocha .navbar-link:focus-within,html.theme--catppuccin-mocha .navbar-link:hover,html.theme--catppuccin-mocha .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}html.theme--catppuccin-mocha .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .navbar-item img{max-height:1.75rem}html.theme--catppuccin-mocha .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-mocha .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-mocha .navbar-item.is-tab:focus,html.theme--catppuccin-mocha .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#89b4fa;border-bottom-style:solid;border-bottom-width:3px;color:#89b4fa;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-mocha .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-mocha .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-mocha .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-mocha .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .navbar>.container{display:block}html.theme--catppuccin-mocha .navbar-brand .navbar-item,html.theme--catppuccin-mocha .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-mocha .navbar-link::after{display:none}html.theme--catppuccin-mocha .navbar-menu{background-color:#89b4fa;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-mocha .navbar-menu.is-active{display:block}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch,html.theme--catppuccin-mocha .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-mocha .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-mocha .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-mocha html.has-navbar-fixed-top-touch,html.theme--catppuccin-mocha body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar,html.theme--catppuccin-mocha .navbar-menu,html.theme--catppuccin-mocha .navbar-start,html.theme--catppuccin-mocha .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-mocha .navbar{min-height:4rem}html.theme--catppuccin-mocha .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-mocha .navbar.is-spaced .navbar-start,html.theme--catppuccin-mocha .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-mocha .navbar.is-spaced a.navbar-item,html.theme--catppuccin-mocha .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#7f849c}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}html.theme--catppuccin-mocha .navbar-burger{display:none}html.theme--catppuccin-mocha .navbar-item,html.theme--catppuccin-mocha .navbar-link{align-items:center;display:flex}html.theme--catppuccin-mocha .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-mocha .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-mocha .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-mocha .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-mocha .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-mocha .navbar-dropdown{background-color:#89b4fa;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-mocha .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#7f849c}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}.navbar.is-spaced html.theme--catppuccin-mocha .navbar-dropdown,html.theme--catppuccin-mocha .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-mocha .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-mocha .navbar-divider{display:block}html.theme--catppuccin-mocha .navbar>.container .navbar-brand,html.theme--catppuccin-mocha .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-mocha .navbar>.container .navbar-menu,html.theme--catppuccin-mocha .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-mocha .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-mocha html.has-navbar-fixed-top-desktop,html.theme--catppuccin-mocha body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-mocha html.has-spaced-navbar-fixed-top,html.theme--catppuccin-mocha body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-mocha html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-mocha body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-mocha a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar-link.is-active{color:#89b4fa}html.theme--catppuccin-mocha a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-mocha .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-mocha .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-mocha .pagination.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-mocha .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .pagination.is-rounded .pagination-previous,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-mocha .pagination.is-rounded .pagination-next,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-mocha .pagination.is-rounded .pagination-link,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-mocha .pagination,html.theme--catppuccin-mocha .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link{border-color:#585b70;color:#89b4fa;min-width:2.5em}html.theme--catppuccin-mocha .pagination-previous:hover,html.theme--catppuccin-mocha .pagination-next:hover,html.theme--catppuccin-mocha .pagination-link:hover{border-color:#6c7086;color:#89dceb}html.theme--catppuccin-mocha .pagination-previous:focus,html.theme--catppuccin-mocha .pagination-next:focus,html.theme--catppuccin-mocha .pagination-link:focus{border-color:#6c7086}html.theme--catppuccin-mocha .pagination-previous:active,html.theme--catppuccin-mocha .pagination-next:active,html.theme--catppuccin-mocha .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-mocha .pagination-previous[disabled],html.theme--catppuccin-mocha .pagination-previous.is-disabled,html.theme--catppuccin-mocha .pagination-next[disabled],html.theme--catppuccin-mocha .pagination-next.is-disabled,html.theme--catppuccin-mocha .pagination-link[disabled],html.theme--catppuccin-mocha .pagination-link.is-disabled{background-color:#585b70;border-color:#585b70;box-shadow:none;color:#f7f8fd;opacity:0.5}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-mocha .pagination-link.is-current{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .pagination-ellipsis{color:#6c7086;pointer-events:none}html.theme--catppuccin-mocha .pagination-list{flex-wrap:wrap}html.theme--catppuccin-mocha .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .pagination{flex-wrap:wrap}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-mocha .pagination-previous{order:2}html.theme--catppuccin-mocha .pagination-next{order:3}html.theme--catppuccin-mocha .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-mocha .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-mocha .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-mocha .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-mocha .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-mocha .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-mocha .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-mocha .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-mocha .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-mocha .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-mocha .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-mocha .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-mocha .panel.is-dark .panel-heading,html.theme--catppuccin-mocha .content kbd.panel .panel-heading{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-mocha .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#313244}html.theme--catppuccin-mocha .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-mocha .content kbd.panel .panel-block.is-active .panel-icon{color:#313244}html.theme--catppuccin-mocha .panel.is-primary .panel-heading,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel.is-link .panel-heading{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .panel.is-link .panel-tabs a.is-active{border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .panel.is-link .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel.is-info .panel-heading{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-info .panel-tabs a.is-active{border-bottom-color:#94e2d5}html.theme--catppuccin-mocha .panel.is-info .panel-block.is-active .panel-icon{color:#94e2d5}html.theme--catppuccin-mocha .panel.is-success .panel-heading{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6e3a1}html.theme--catppuccin-mocha .panel.is-success .panel-block.is-active .panel-icon{color:#a6e3a1}html.theme--catppuccin-mocha .panel.is-warning .panel-heading{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#f9e2af}html.theme--catppuccin-mocha .panel.is-warning .panel-block.is-active .panel-icon{color:#f9e2af}html.theme--catppuccin-mocha .panel.is-danger .panel-heading{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f38ba8}html.theme--catppuccin-mocha .panel.is-danger .panel-block.is-active .panel-icon{color:#f38ba8}html.theme--catppuccin-mocha .panel-tabs:not(:last-child),html.theme--catppuccin-mocha .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-mocha .panel-heading{background-color:#45475a;border-radius:8px 8px 0 0;color:#b8c5ef;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-mocha .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-mocha .panel-tabs a{border-bottom:1px solid #585b70;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-mocha .panel-tabs a.is-active{border-bottom-color:#45475a;color:#71a4f9}html.theme--catppuccin-mocha .panel-list a{color:#cdd6f4}html.theme--catppuccin-mocha .panel-list a:hover{color:#89b4fa}html.theme--catppuccin-mocha .panel-block{align-items:center;color:#b8c5ef;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-mocha .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-mocha .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-mocha .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-mocha .panel-block.is-active{border-left-color:#89b4fa;color:#71a4f9}html.theme--catppuccin-mocha .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-mocha a.panel-block,html.theme--catppuccin-mocha label.panel-block{cursor:pointer}html.theme--catppuccin-mocha a.panel-block:hover,html.theme--catppuccin-mocha label.panel-block:hover{background-color:#181825}html.theme--catppuccin-mocha .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f7f8fd;margin-right:.75em}html.theme--catppuccin-mocha .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-mocha .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-mocha .tabs a{align-items:center;border-bottom-color:#585b70;border-bottom-style:solid;border-bottom-width:1px;color:#cdd6f4;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-mocha .tabs a:hover{border-bottom-color:#b8c5ef;color:#b8c5ef}html.theme--catppuccin-mocha .tabs li{display:block}html.theme--catppuccin-mocha .tabs li.is-active a{border-bottom-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .tabs ul{align-items:center;border-bottom-color:#585b70;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-mocha .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-mocha .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-mocha .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-mocha .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-mocha .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-mocha .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-mocha .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-mocha .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-mocha .tabs.is-boxed a:hover{background-color:#181825;border-bottom-color:#585b70}html.theme--catppuccin-mocha .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#585b70;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-mocha .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .tabs.is-toggle a{border-color:#585b70;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-mocha .tabs.is-toggle a:hover{background-color:#181825;border-color:#6c7086;z-index:2}html.theme--catppuccin-mocha .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-mocha .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-mocha .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-mocha .tabs.is-toggle li.is-active a{background-color:#89b4fa;border-color:#89b4fa;color:#fff;z-index:1}html.theme--catppuccin-mocha .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-mocha .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-mocha .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-mocha .tabs.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-mocha .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .column.is-narrow,html.theme--catppuccin-mocha .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full,html.theme--catppuccin-mocha .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters,html.theme--catppuccin-mocha .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds,html.theme--catppuccin-mocha .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half,html.theme--catppuccin-mocha .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third,html.theme--catppuccin-mocha .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter,html.theme--catppuccin-mocha .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth,html.theme--catppuccin-mocha .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths,html.theme--catppuccin-mocha .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths,html.theme--catppuccin-mocha .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths,html.theme--catppuccin-mocha .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters,html.theme--catppuccin-mocha .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds,html.theme--catppuccin-mocha .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half,html.theme--catppuccin-mocha .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third,html.theme--catppuccin-mocha .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter,html.theme--catppuccin-mocha .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth,html.theme--catppuccin-mocha .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths,html.theme--catppuccin-mocha .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths,html.theme--catppuccin-mocha .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths,html.theme--catppuccin-mocha .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-mocha .column.is-0,html.theme--catppuccin-mocha .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0,html.theme--catppuccin-mocha .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-mocha .column.is-1,html.theme--catppuccin-mocha .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1,html.theme--catppuccin-mocha .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2,html.theme--catppuccin-mocha .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2,html.theme--catppuccin-mocha .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3,html.theme--catppuccin-mocha .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3,html.theme--catppuccin-mocha .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-mocha .column.is-4,html.theme--catppuccin-mocha .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4,html.theme--catppuccin-mocha .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5,html.theme--catppuccin-mocha .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5,html.theme--catppuccin-mocha .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6,html.theme--catppuccin-mocha .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6,html.theme--catppuccin-mocha .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-mocha .column.is-7,html.theme--catppuccin-mocha .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7,html.theme--catppuccin-mocha .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8,html.theme--catppuccin-mocha .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8,html.theme--catppuccin-mocha .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9,html.theme--catppuccin-mocha .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9,html.theme--catppuccin-mocha .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-mocha .column.is-10,html.theme--catppuccin-mocha .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10,html.theme--catppuccin-mocha .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11,html.theme--catppuccin-mocha .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11,html.theme--catppuccin-mocha .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12,html.theme--catppuccin-mocha .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12,html.theme--catppuccin-mocha .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-mocha .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-mocha .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-mocha .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-mocha .columns.is-centered{justify-content:center}html.theme--catppuccin-mocha .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-mocha .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-mocha .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-mocha .columns.is-mobile{display:flex}html.theme--catppuccin-mocha .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-mocha .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-desktop{display:flex}}html.theme--catppuccin-mocha .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-mocha .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-mocha .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-mocha .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-mocha .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-mocha .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-mocha .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-mocha .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-mocha .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-mocha .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-mocha .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-mocha .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-mocha .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-mocha .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-mocha .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-mocha .tile.is-child{margin:0 !important}html.theme--catppuccin-mocha .tile.is-parent{padding:.75rem}html.theme--catppuccin-mocha .tile.is-vertical{flex-direction:column}html.theme--catppuccin-mocha .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .tile:not(.is-child){display:flex}html.theme--catppuccin-mocha .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .tile.is-3{flex:none;width:25%}html.theme--catppuccin-mocha .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .tile.is-6{flex:none;width:50%}html.theme--catppuccin-mocha .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .tile.is-9{flex:none;width:75%}html.theme--catppuccin-mocha .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-mocha .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-mocha .hero .navbar{background:none}html.theme--catppuccin-mocha .hero .tabs ul{border-bottom:none}html.theme--catppuccin-mocha .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-white strong{color:inherit}html.theme--catppuccin-mocha .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-mocha .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-mocha .hero.is-white .navbar-item,html.theme--catppuccin-mocha .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-mocha .hero.is-white a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-white .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-mocha .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-mocha .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-black strong{color:inherit}html.theme--catppuccin-mocha .hero.is-black .title{color:#fff}html.theme--catppuccin-mocha .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-mocha .hero.is-black .navbar-item,html.theme--catppuccin-mocha .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-black a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-black .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-mocha .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-light strong{color:inherit}html.theme--catppuccin-mocha .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-mocha .hero.is-light .navbar-item,html.theme--catppuccin-mocha .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-light .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-mocha .hero.is-dark,html.theme--catppuccin-mocha .content kbd.hero{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-dark strong,html.theme--catppuccin-mocha .content kbd.hero strong{color:inherit}html.theme--catppuccin-mocha .hero.is-dark .title,html.theme--catppuccin-mocha .content kbd.hero .title{color:#fff}html.theme--catppuccin-mocha .hero.is-dark .subtitle,html.theme--catppuccin-mocha .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-mocha .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-dark .subtitle strong,html.theme--catppuccin-mocha .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-dark .navbar-menu,html.theme--catppuccin-mocha .content kbd.hero .navbar-menu{background-color:#313244}}html.theme--catppuccin-mocha .hero.is-dark .navbar-item,html.theme--catppuccin-mocha .content kbd.hero .navbar-item,html.theme--catppuccin-mocha .hero.is-dark .navbar-link,html.theme--catppuccin-mocha .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-dark .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.hero .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.hero .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .hero.is-dark .tabs a,html.theme--catppuccin-mocha .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-dark .tabs a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs li.is-active a{color:#313244 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#313244}html.theme--catppuccin-mocha .hero.is-dark.is-bold,html.theme--catppuccin-mocha .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #181c2a 0%, #313244 71%, #3c3856 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-mocha .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #181c2a 0%, #313244 71%, #3c3856 100%)}}html.theme--catppuccin-mocha .hero.is-primary,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-primary strong,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-mocha .hero.is-primary .title,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-mocha .hero.is-primary .subtitle,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-primary .subtitle strong,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-primary .navbar-menu,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#89b4fa}}html.theme--catppuccin-mocha .hero.is-primary .navbar-item,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-mocha .hero.is-primary .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-primary .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .hero.is-primary .tabs a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-primary .tabs a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#89b4fa !important;opacity:1}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .hero.is-primary.is-bold,html.theme--catppuccin-mocha .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-mocha .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}}html.theme--catppuccin-mocha .hero.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-link strong{color:inherit}html.theme--catppuccin-mocha .hero.is-link .title{color:#fff}html.theme--catppuccin-mocha .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-link .navbar-menu{background-color:#89b4fa}}html.theme--catppuccin-mocha .hero.is-link .navbar-item,html.theme--catppuccin-mocha .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-link a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-link .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-link .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-link .tabs li.is-active a{color:#89b4fa !important;opacity:1}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .hero.is-link.is-bold{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}}html.theme--catppuccin-mocha .hero.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-info strong{color:inherit}html.theme--catppuccin-mocha .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-info .navbar-menu{background-color:#94e2d5}}html.theme--catppuccin-mocha .hero.is-info .navbar-item,html.theme--catppuccin-mocha .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-info .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-info .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-info .tabs li.is-active a{color:#94e2d5 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .hero.is-info.is-bold{background-image:linear-gradient(141deg, #63e0b6 0%, #94e2d5 71%, #a5eaea 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #63e0b6 0%, #94e2d5 71%, #a5eaea 100%)}}html.theme--catppuccin-mocha .hero.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-success strong{color:inherit}html.theme--catppuccin-mocha .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-success .navbar-menu{background-color:#a6e3a1}}html.theme--catppuccin-mocha .hero.is-success .navbar-item,html.theme--catppuccin-mocha .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-success .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-success .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-success .tabs li.is-active a{color:#a6e3a1 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .hero.is-success.is-bold{background-image:linear-gradient(141deg, #8ce071 0%, #a6e3a1 71%, #b2ebb7 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #8ce071 0%, #a6e3a1 71%, #b2ebb7 100%)}}html.theme--catppuccin-mocha .hero.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-warning strong{color:inherit}html.theme--catppuccin-mocha .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-warning .navbar-menu{background-color:#f9e2af}}html.theme--catppuccin-mocha .hero.is-warning .navbar-item,html.theme--catppuccin-mocha .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-warning .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-warning .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-warning .tabs li.is-active a{color:#f9e2af !important;opacity:1}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #fcbd79 0%, #f9e2af 71%, #fcf4c5 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #fcbd79 0%, #f9e2af 71%, #fcf4c5 100%)}}html.theme--catppuccin-mocha .hero.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-danger strong{color:inherit}html.theme--catppuccin-mocha .hero.is-danger .title{color:#fff}html.theme--catppuccin-mocha .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-danger .navbar-menu{background-color:#f38ba8}}html.theme--catppuccin-mocha .hero.is-danger .navbar-item,html.theme--catppuccin-mocha .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-danger .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-danger .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-danger .tabs li.is-active a{color:#f38ba8 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #f7549d 0%, #f38ba8 71%, #f8a0a9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f7549d 0%, #f38ba8 71%, #f8a0a9 100%)}}html.theme--catppuccin-mocha .hero.is-small .hero-body,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-mocha .hero.is-halfheight .hero-body,html.theme--catppuccin-mocha .hero.is-fullheight .hero-body,html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-mocha .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-mocha .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-mocha .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-mocha .hero-video{overflow:hidden}html.theme--catppuccin-mocha .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-mocha .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero-video{display:none}}html.theme--catppuccin-mocha .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero-buttons .button{display:flex}html.theme--catppuccin-mocha .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-mocha .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-mocha .hero-head,html.theme--catppuccin-mocha .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero-body{padding:3rem 3rem}}html.theme--catppuccin-mocha .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .section{padding:3rem 3rem}html.theme--catppuccin-mocha .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-mocha .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-mocha .footer{background-color:#181825;padding:3rem 1.5rem 6rem}html.theme--catppuccin-mocha h1 .docs-heading-anchor,html.theme--catppuccin-mocha h1 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h1 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h2 .docs-heading-anchor,html.theme--catppuccin-mocha h2 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h2 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h3 .docs-heading-anchor,html.theme--catppuccin-mocha h3 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h3 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h4 .docs-heading-anchor,html.theme--catppuccin-mocha h4 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h4 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h5 .docs-heading-anchor,html.theme--catppuccin-mocha h5 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h5 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h6 .docs-heading-anchor,html.theme--catppuccin-mocha h6 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h6 .docs-heading-anchor:visited{color:#cdd6f4}html.theme--catppuccin-mocha h1 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h2 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h3 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h4 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h5 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-mocha h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-mocha h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-mocha .docs-light-only{display:none !important}html.theme--catppuccin-mocha pre{position:relative;overflow:hidden}html.theme--catppuccin-mocha pre code,html.theme--catppuccin-mocha pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-mocha pre code:first-of-type,html.theme--catppuccin-mocha pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-mocha pre code:last-of-type,html.theme--catppuccin-mocha pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-mocha pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#cdd6f4;cursor:pointer;text-align:center}html.theme--catppuccin-mocha pre .copy-button:focus,html.theme--catppuccin-mocha pre .copy-button:hover{opacity:1;background:rgba(205,214,244,0.1);color:#89b4fa}html.theme--catppuccin-mocha pre .copy-button.success{color:#a6e3a1;opacity:1}html.theme--catppuccin-mocha pre .copy-button.error{color:#f38ba8;opacity:1}html.theme--catppuccin-mocha pre:hover .copy-button{opacity:1}html.theme--catppuccin-mocha .admonition{background-color:#181825;border-style:solid;border-width:2px;border-color:#bac2de;border-radius:4px;font-size:1rem}html.theme--catppuccin-mocha .admonition strong{color:currentColor}html.theme--catppuccin-mocha .admonition.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-mocha .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .admonition.is-default{background-color:#181825;border-color:#bac2de}html.theme--catppuccin-mocha .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#bac2de}html.theme--catppuccin-mocha .admonition.is-default>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-info{background-color:#181825;border-color:#94e2d5}html.theme--catppuccin-mocha .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#94e2d5}html.theme--catppuccin-mocha .admonition.is-info>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-success{background-color:#181825;border-color:#a6e3a1}html.theme--catppuccin-mocha .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6e3a1}html.theme--catppuccin-mocha .admonition.is-success>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-warning{background-color:#181825;border-color:#f9e2af}html.theme--catppuccin-mocha .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#f9e2af}html.theme--catppuccin-mocha .admonition.is-warning>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-danger{background-color:#181825;border-color:#f38ba8}html.theme--catppuccin-mocha .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#f38ba8}html.theme--catppuccin-mocha .admonition.is-danger>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-compat{background-color:#181825;border-color:#89dceb}html.theme--catppuccin-mocha .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#89dceb}html.theme--catppuccin-mocha .admonition.is-compat>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-todo{background-color:#181825;border-color:#cba6f7}html.theme--catppuccin-mocha .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#cba6f7}html.theme--catppuccin-mocha .admonition.is-todo>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition-header{color:#bac2de;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-mocha .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-mocha details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-mocha details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-mocha details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-mocha .admonition-body{color:#cdd6f4;padding:0.5rem .75rem}html.theme--catppuccin-mocha .admonition-body pre{background-color:#181825}html.theme--catppuccin-mocha .admonition-body code{background-color:#181825}html.theme--catppuccin-mocha .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #585b70;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-mocha .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#181825;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #585b70;overflow:auto}html.theme--catppuccin-mocha .docstring>header code{background-color:transparent}html.theme--catppuccin-mocha .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-mocha .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-mocha .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-mocha .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #585b70}html.theme--catppuccin-mocha .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-mocha .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-mocha .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-mocha .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-mocha .documenter-example-output{background-color:#1e1e2e}html.theme--catppuccin-mocha .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#181825;color:#cdd6f4;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-mocha .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-mocha .outdated-warning-overlay a{color:#89b4fa}html.theme--catppuccin-mocha .outdated-warning-overlay a:hover{color:#89dceb}html.theme--catppuccin-mocha .content pre{border:2px solid #585b70;border-radius:4px}html.theme--catppuccin-mocha .content code{font-weight:inherit}html.theme--catppuccin-mocha .content a code{color:#89b4fa}html.theme--catppuccin-mocha .content a:hover code{color:#89dceb}html.theme--catppuccin-mocha .content h1 code,html.theme--catppuccin-mocha .content h2 code,html.theme--catppuccin-mocha .content h3 code,html.theme--catppuccin-mocha .content h4 code,html.theme--catppuccin-mocha .content h5 code,html.theme--catppuccin-mocha .content h6 code{color:#cdd6f4}html.theme--catppuccin-mocha .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-mocha .content blockquote>ul:first-child,html.theme--catppuccin-mocha .content blockquote>ol:first-child,html.theme--catppuccin-mocha .content .admonition-body>ul:first-child,html.theme--catppuccin-mocha .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-mocha pre,html.theme--catppuccin-mocha code{font-variant-ligatures:no-contextual}html.theme--catppuccin-mocha .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-mocha .breadcrumb a.is-disabled,html.theme--catppuccin-mocha .breadcrumb a.is-disabled:hover{color:#b8c5ef}html.theme--catppuccin-mocha .hljs{background:initial !important}html.theme--catppuccin-mocha .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-mocha .katex-display,html.theme--catppuccin-mocha mjx-container,html.theme--catppuccin-mocha .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-mocha html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-mocha li.no-marker{list-style:none}html.theme--catppuccin-mocha #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-mocha #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main{width:100%}html.theme--catppuccin-mocha #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-mocha #documenter .docs-main>header,html.theme--catppuccin-mocha #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar{background-color:#1e1e2e;border-bottom:1px solid #585b70;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-mocha #documenter .docs-main section.footnotes{border-top:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-mocha .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #585b70;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-mocha #documenter .docs-sidebar{display:flex;flex-direction:column;color:#cdd6f4;background-color:#181825;border-right:1px solid #585b70;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-mocha #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name a:hover{color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #585b70;display:none;padding:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #585b70;padding-bottom:1.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#cdd6f4;background:#181825}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#cdd6f4;background-color:#202031}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #585b70;border-bottom:1px solid #585b70;background-color:#11111b}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#11111b;color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#202031;color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-mocha #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#28283e}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#383856}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#28283e}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#383856}}html.theme--catppuccin-mocha kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-mocha .search-min-width-50{min-width:50%}html.theme--catppuccin-mocha .search-min-height-100{min-height:100%}html.theme--catppuccin-mocha .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-mocha .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover,html.theme--catppuccin-mocha .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-mocha .search-result-link .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-mocha .property-search-result-badge,html.theme--catppuccin-mocha .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-mocha .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:hover .search-filter,html.theme--catppuccin-mocha .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-mocha .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-mocha .search-filter:hover,html.theme--catppuccin-mocha .search-filter:focus{color:#333}html.theme--catppuccin-mocha .search-filter-selected{color:#313244;background-color:#b4befe}html.theme--catppuccin-mocha .search-filter-selected:hover,html.theme--catppuccin-mocha .search-filter-selected:focus{color:#313244}html.theme--catppuccin-mocha .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-mocha .search-divider{border-bottom:1px solid #585b70}html.theme--catppuccin-mocha .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-mocha .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-mocha .w-100{width:100%}html.theme--catppuccin-mocha .gap-2{gap:0.5rem}html.theme--catppuccin-mocha .gap-4{gap:1rem}html.theme--catppuccin-mocha .gap-8{gap:2rem}html.theme--catppuccin-mocha{background-color:#1e1e2e;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-mocha a{transition:all 200ms ease}html.theme--catppuccin-mocha .label{color:#cdd6f4}html.theme--catppuccin-mocha .button,html.theme--catppuccin-mocha .control.has-icons-left .icon,html.theme--catppuccin-mocha .control.has-icons-right .icon,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .select,html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea{height:2.5em;color:#cdd6f4}html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#cdd6f4}html.theme--catppuccin-mocha .select:after,html.theme--catppuccin-mocha .select select{border-width:1px}html.theme--catppuccin-mocha .menu-list a{transition:all 300ms ease}html.theme--catppuccin-mocha .modal-card-foot,html.theme--catppuccin-mocha .modal-card-head{border-color:#585b70}html.theme--catppuccin-mocha .navbar{border-radius:.4em}html.theme--catppuccin-mocha .navbar.is-transparent{background:none}html.theme--catppuccin-mocha .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .navbar .navbar-menu{background-color:#89b4fa;border-radius:0 0 .4em .4em}}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){color:#313244}html.theme--catppuccin-mocha .tag.is-link:not(body),html.theme--catppuccin-mocha .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-mocha .content kbd.is-link:not(body){color:#313244}html.theme--catppuccin-mocha .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-mocha .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-mocha .ansi span.sgr3{font-style:italic}html.theme--catppuccin-mocha .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-mocha .ansi span.sgr7{color:#1e1e2e;background-color:#cdd6f4}html.theme--catppuccin-mocha .ansi span.sgr8{color:transparent}html.theme--catppuccin-mocha .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-mocha .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-mocha .ansi span.sgr30{color:#45475a}html.theme--catppuccin-mocha .ansi span.sgr31{color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr32{color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr33{color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr34{color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr35{color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr36{color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr37{color:#bac2de}html.theme--catppuccin-mocha .ansi span.sgr40{background-color:#45475a}html.theme--catppuccin-mocha .ansi span.sgr41{background-color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr42{background-color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr43{background-color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr44{background-color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr45{background-color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr46{background-color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr47{background-color:#bac2de}html.theme--catppuccin-mocha .ansi span.sgr90{color:#585b70}html.theme--catppuccin-mocha .ansi span.sgr91{color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr92{color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr93{color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr94{color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr95{color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr96{color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr97{color:#a6adc8}html.theme--catppuccin-mocha .ansi span.sgr100{background-color:#585b70}html.theme--catppuccin-mocha .ansi span.sgr101{background-color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr102{background-color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr103{background-color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr104{background-color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr105{background-color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr106{background-color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr107{background-color:#a6adc8}html.theme--catppuccin-mocha code.language-julia-repl>span.hljs-meta{color:#a6e3a1;font-weight:bolder}html.theme--catppuccin-mocha code .hljs{color:#cdd6f4;background:#1e1e2e}html.theme--catppuccin-mocha code .hljs-keyword{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-built_in{color:#f38ba8}html.theme--catppuccin-mocha code .hljs-type{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-literal{color:#fab387}html.theme--catppuccin-mocha code .hljs-number{color:#fab387}html.theme--catppuccin-mocha code .hljs-operator{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-punctuation{color:#bac2de}html.theme--catppuccin-mocha code .hljs-property{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-regexp{color:#f5c2e7}html.theme--catppuccin-mocha code .hljs-string{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-char.escape_{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-subst{color:#a6adc8}html.theme--catppuccin-mocha code .hljs-symbol{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-variable{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-variable.language_{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-variable.constant_{color:#fab387}html.theme--catppuccin-mocha code .hljs-title{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-title.class_{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-title.function_{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-params{color:#cdd6f4}html.theme--catppuccin-mocha code .hljs-comment{color:#585b70}html.theme--catppuccin-mocha code .hljs-doctag{color:#f38ba8}html.theme--catppuccin-mocha code .hljs-meta{color:#fab387}html.theme--catppuccin-mocha code .hljs-section{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-tag{color:#a6adc8}html.theme--catppuccin-mocha code .hljs-name{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-attr{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-attribute{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-bullet{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-code{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-emphasis{color:#f38ba8;font-style:italic}html.theme--catppuccin-mocha code .hljs-strong{color:#f38ba8;font-weight:bold}html.theme--catppuccin-mocha code .hljs-formula{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-link{color:#74c7ec;font-style:italic}html.theme--catppuccin-mocha code .hljs-quote{color:#a6e3a1;font-style:italic}html.theme--catppuccin-mocha code .hljs-selector-tag{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-selector-id{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-selector-class{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-selector-attr{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-selector-pseudo{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-template-tag{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-template-variable{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-addition{color:#a6e3a1;background:rgba(166,227,161,0.15)}html.theme--catppuccin-mocha code .hljs-deletion{color:#f38ba8;background:rgba(243,139,168,0.15)}html.theme--catppuccin-mocha .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover,html.theme--catppuccin-mocha .search-result-link:focus{background-color:#313244}html.theme--catppuccin-mocha .search-result-link .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:hover .search-filter,html.theme--catppuccin-mocha .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:focus .search-filter{color:#313244 !important;background-color:#b4befe !important}html.theme--catppuccin-mocha .search-result-title{color:#cdd6f4}html.theme--catppuccin-mocha .search-result-highlight{background-color:#f38ba8;color:#181825}html.theme--catppuccin-mocha .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-mocha .w-100{width:100%}html.theme--catppuccin-mocha .gap-2{gap:0.5rem}html.theme--catppuccin-mocha .gap-4{gap:1rem} diff --git a/v1.1.14/assets/themes/documenter-dark.css b/v1.1.14/assets/themes/documenter-dark.css new file mode 100644 index 0000000..c41c82f --- /dev/null +++ b/v1.1.14/assets/themes/documenter-dark.css @@ -0,0 +1,7 @@ +html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .file-cta,html.theme--documenter-dark .file-name,html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--documenter-dark .pagination-previous:focus,html.theme--documenter-dark .pagination-next:focus,html.theme--documenter-dark .pagination-link:focus,html.theme--documenter-dark .pagination-ellipsis:focus,html.theme--documenter-dark .file-cta:focus,html.theme--documenter-dark .file-name:focus,html.theme--documenter-dark .select select:focus,html.theme--documenter-dark .textarea:focus,html.theme--documenter-dark .input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:focus,html.theme--documenter-dark .button:focus,html.theme--documenter-dark .is-focused.pagination-previous,html.theme--documenter-dark .is-focused.pagination-next,html.theme--documenter-dark .is-focused.pagination-link,html.theme--documenter-dark .is-focused.pagination-ellipsis,html.theme--documenter-dark .is-focused.file-cta,html.theme--documenter-dark .is-focused.file-name,html.theme--documenter-dark .select select.is-focused,html.theme--documenter-dark .is-focused.textarea,html.theme--documenter-dark .is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-focused.button,html.theme--documenter-dark .pagination-previous:active,html.theme--documenter-dark .pagination-next:active,html.theme--documenter-dark .pagination-link:active,html.theme--documenter-dark .pagination-ellipsis:active,html.theme--documenter-dark .file-cta:active,html.theme--documenter-dark .file-name:active,html.theme--documenter-dark .select select:active,html.theme--documenter-dark .textarea:active,html.theme--documenter-dark .input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:active,html.theme--documenter-dark .button:active,html.theme--documenter-dark .is-active.pagination-previous,html.theme--documenter-dark .is-active.pagination-next,html.theme--documenter-dark .is-active.pagination-link,html.theme--documenter-dark .is-active.pagination-ellipsis,html.theme--documenter-dark .is-active.file-cta,html.theme--documenter-dark .is-active.file-name,html.theme--documenter-dark .select select.is-active,html.theme--documenter-dark .is-active.textarea,html.theme--documenter-dark .is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .is-active.button{outline:none}html.theme--documenter-dark .pagination-previous[disabled],html.theme--documenter-dark .pagination-next[disabled],html.theme--documenter-dark .pagination-link[disabled],html.theme--documenter-dark .pagination-ellipsis[disabled],html.theme--documenter-dark .file-cta[disabled],html.theme--documenter-dark .file-name[disabled],html.theme--documenter-dark .select select[disabled],html.theme--documenter-dark .textarea[disabled],html.theme--documenter-dark .input[disabled],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--documenter-dark .button[disabled],fieldset[disabled] html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--documenter-dark .pagination-next,html.theme--documenter-dark fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--documenter-dark .pagination-link,html.theme--documenter-dark fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--documenter-dark .file-cta,html.theme--documenter-dark fieldset[disabled] .file-cta,fieldset[disabled] html.theme--documenter-dark .file-name,html.theme--documenter-dark fieldset[disabled] .file-name,fieldset[disabled] html.theme--documenter-dark .select select,fieldset[disabled] html.theme--documenter-dark .textarea,fieldset[disabled] html.theme--documenter-dark .input,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark fieldset[disabled] .select select,html.theme--documenter-dark .select fieldset[disabled] select,html.theme--documenter-dark fieldset[disabled] .textarea,html.theme--documenter-dark fieldset[disabled] .input,html.theme--documenter-dark fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--documenter-dark .button,html.theme--documenter-dark fieldset[disabled] .button{cursor:not-allowed}html.theme--documenter-dark .tabs,html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .breadcrumb,html.theme--documenter-dark .file,html.theme--documenter-dark .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--documenter-dark .navbar-link:not(.is-arrowless)::after,html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--documenter-dark .admonition:not(:last-child),html.theme--documenter-dark .tabs:not(:last-child),html.theme--documenter-dark .pagination:not(:last-child),html.theme--documenter-dark .message:not(:last-child),html.theme--documenter-dark .level:not(:last-child),html.theme--documenter-dark .breadcrumb:not(:last-child),html.theme--documenter-dark .block:not(:last-child),html.theme--documenter-dark .title:not(:last-child),html.theme--documenter-dark .subtitle:not(:last-child),html.theme--documenter-dark .table-container:not(:last-child),html.theme--documenter-dark .table:not(:last-child),html.theme--documenter-dark .progress:not(:last-child),html.theme--documenter-dark .notification:not(:last-child),html.theme--documenter-dark .content:not(:last-child),html.theme--documenter-dark .box:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .modal-close,html.theme--documenter-dark .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--documenter-dark .modal-close::before,html.theme--documenter-dark .delete::before,html.theme--documenter-dark .modal-close::after,html.theme--documenter-dark .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--documenter-dark .modal-close::before,html.theme--documenter-dark .delete::before{height:2px;width:50%}html.theme--documenter-dark .modal-close::after,html.theme--documenter-dark .delete::after{height:50%;width:2px}html.theme--documenter-dark .modal-close:hover,html.theme--documenter-dark .delete:hover,html.theme--documenter-dark .modal-close:focus,html.theme--documenter-dark .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--documenter-dark .modal-close:active,html.theme--documenter-dark .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--documenter-dark .is-small.modal-close,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--documenter-dark .is-small.delete,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--documenter-dark .is-medium.modal-close,html.theme--documenter-dark .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--documenter-dark .is-large.modal-close,html.theme--documenter-dark .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--documenter-dark .control.is-loading::after,html.theme--documenter-dark .select.is-loading::after,html.theme--documenter-dark .loader,html.theme--documenter-dark .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdee0;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--documenter-dark .hero-video,html.theme--documenter-dark .modal-background,html.theme--documenter-dark .modal,html.theme--documenter-dark .image.is-square img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--documenter-dark .image.is-square .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--documenter-dark .image.is-1by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--documenter-dark .image.is-1by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--documenter-dark .image.is-5by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--documenter-dark .image.is-5by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--documenter-dark .image.is-4by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--documenter-dark .image.is-4by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--documenter-dark .image.is-3by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--documenter-dark .image.is-3by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--documenter-dark .image.is-5by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--documenter-dark .image.is-5by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--documenter-dark .image.is-16by9 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--documenter-dark .image.is-16by9 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--documenter-dark .image.is-2by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--documenter-dark .image.is-2by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--documenter-dark .image.is-3by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--documenter-dark .image.is-3by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--documenter-dark .image.is-4by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--documenter-dark .image.is-4by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--documenter-dark .image.is-3by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--documenter-dark .image.is-3by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--documenter-dark .image.is-2by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--documenter-dark .image.is-2by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--documenter-dark .image.is-3by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--documenter-dark .image.is-3by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--documenter-dark .image.is-9by16 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--documenter-dark .image.is-9by16 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--documenter-dark .image.is-1by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--documenter-dark .image.is-1by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--documenter-dark .image.is-1by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--documenter-dark .image.is-1by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--documenter-dark .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#ecf0f1 !important}a.has-text-light:hover,a.has-text-light:focus{color:#cfd9db !important}.has-background-light{background-color:#ecf0f1 !important}.has-text-dark{color:#282f2f !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#111414 !important}.has-background-dark{background-color:#282f2f !important}.has-text-primary{color:#375a7f !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#28415b !important}.has-background-primary{background-color:#375a7f !important}.has-text-primary-light{color:#f1f5f9 !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#cddbe9 !important}.has-background-primary-light{background-color:#f1f5f9 !important}.has-text-primary-dark{color:#4d7eb2 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#7198c1 !important}.has-background-primary-dark{background-color:#4d7eb2 !important}.has-text-link{color:#1abc9c !important}a.has-text-link:hover,a.has-text-link:focus{color:#148f77 !important}.has-background-link{background-color:#1abc9c !important}.has-text-link-light{color:#edfdf9 !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c0f6ec !important}.has-background-link-light{background-color:#edfdf9 !important}.has-text-link-dark{color:#15987e !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#1bc5a4 !important}.has-background-link-dark{background-color:#15987e !important}.has-text-info{color:#3c5dcd !important}a.has-text-info:hover,a.has-text-info:focus{color:#2c48aa !important}.has-background-info{background-color:#3c5dcd !important}.has-text-info-light{color:#eff2fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6d0f0 !important}.has-background-info-light{background-color:#eff2fb !important}.has-text-info-dark{color:#3253c3 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#5571d3 !important}.has-background-info-dark{background-color:#3253c3 !important}.has-text-success{color:#259a12 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a6c0d !important}.has-background-success{background-color:#259a12 !important}.has-text-success-light{color:#effded !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c7f8bf !important}.has-background-success-light{background-color:#effded !important}.has-text-success-dark{color:#2ec016 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#3fe524 !important}.has-background-success-dark{background-color:#2ec016 !important}.has-text-warning{color:#f4c72f !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#e4b30c !important}.has-background-warning{background-color:#f4c72f !important}.has-text-warning-light{color:#fefaec !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fbedbb !important}.has-background-warning-light{background-color:#fefaec !important}.has-text-warning-dark{color:#8c6e07 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#bd940a !important}.has-background-warning-dark{background-color:#8c6e07 !important}.has-text-danger{color:#cb3c33 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a23029 !important}.has-background-danger{background-color:#cb3c33 !important}.has-text-danger-light{color:#fbefef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f1c8c6 !important}.has-background-danger-light{background-color:#fbefef !important}.has-text-danger-dark{color:#c03930 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#d35850 !important}.has-background-danger-dark{background-color:#c03930 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#282f2f !important}.has-background-grey-darker{background-color:#282f2f !important}.has-text-grey-dark{color:#343c3d !important}.has-background-grey-dark{background-color:#343c3d !important}.has-text-grey{color:#5e6d6f !important}.has-background-grey{background-color:#5e6d6f !important}.has-text-grey-light{color:#8c9b9d !important}.has-background-grey-light{background-color:#8c9b9d !important}.has-text-grey-lighter{color:#dbdee0 !important}.has-background-grey-lighter{background-color:#dbdee0 !important}.has-text-white-ter{color:#ecf0f1 !important}.has-background-white-ter{background-color:#ecf0f1 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--documenter-dark .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--documenter-dark{/*! + Theme: a11y-dark + Author: @ericwbailey + Maintainer: @ericwbailey + + Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css +*/}html.theme--documenter-dark html{background-color:#1f2424;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--documenter-dark article,html.theme--documenter-dark aside,html.theme--documenter-dark figure,html.theme--documenter-dark footer,html.theme--documenter-dark header,html.theme--documenter-dark hgroup,html.theme--documenter-dark section{display:block}html.theme--documenter-dark body,html.theme--documenter-dark button,html.theme--documenter-dark input,html.theme--documenter-dark optgroup,html.theme--documenter-dark select,html.theme--documenter-dark textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--documenter-dark code,html.theme--documenter-dark pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--documenter-dark body{color:#fff;font-size:1em;font-weight:400;line-height:1.5}html.theme--documenter-dark a{color:#1abc9c;cursor:pointer;text-decoration:none}html.theme--documenter-dark a strong{color:currentColor}html.theme--documenter-dark a:hover{color:#1dd2af}html.theme--documenter-dark code{background-color:rgba(255,255,255,0.05);color:#ececec;font-size:.875em;font-weight:normal;padding:.1em}html.theme--documenter-dark hr{background-color:#282f2f;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--documenter-dark img{height:auto;max-width:100%}html.theme--documenter-dark input[type="checkbox"],html.theme--documenter-dark input[type="radio"]{vertical-align:baseline}html.theme--documenter-dark small{font-size:.875em}html.theme--documenter-dark span{font-style:inherit;font-weight:inherit}html.theme--documenter-dark strong{color:#f2f2f2;font-weight:700}html.theme--documenter-dark fieldset{border:none}html.theme--documenter-dark pre{-webkit-overflow-scrolling:touch;background-color:#282f2f;color:#fff;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--documenter-dark pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--documenter-dark table td,html.theme--documenter-dark table th{vertical-align:top}html.theme--documenter-dark table td:not([align]),html.theme--documenter-dark table th:not([align]){text-align:inherit}html.theme--documenter-dark table th{color:#f2f2f2}html.theme--documenter-dark .box{background-color:#343c3d;border-radius:8px;box-shadow:none;color:#fff;display:block;padding:1.25rem}html.theme--documenter-dark a.box:hover,html.theme--documenter-dark a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #1abc9c}html.theme--documenter-dark a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #1abc9c}html.theme--documenter-dark .button{background-color:#282f2f;border-color:#4c5759;border-width:1px;color:#375a7f;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--documenter-dark .button strong{color:inherit}html.theme--documenter-dark .button .icon,html.theme--documenter-dark .button .icon.is-small,html.theme--documenter-dark .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--documenter-dark #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--documenter-dark .button .icon.is-medium,html.theme--documenter-dark .button .icon.is-large{height:1.5em;width:1.5em}html.theme--documenter-dark .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--documenter-dark .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--documenter-dark .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--documenter-dark .button:hover,html.theme--documenter-dark .button.is-hovered{border-color:#8c9b9d;color:#f2f2f2}html.theme--documenter-dark .button:focus,html.theme--documenter-dark .button.is-focused{border-color:#8c9b9d;color:#17a689}html.theme--documenter-dark .button:focus:not(:active),html.theme--documenter-dark .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .button:active,html.theme--documenter-dark .button.is-active{border-color:#343c3d;color:#f2f2f2}html.theme--documenter-dark .button.is-text{background-color:transparent;border-color:transparent;color:#fff;text-decoration:underline}html.theme--documenter-dark .button.is-text:hover,html.theme--documenter-dark .button.is-text.is-hovered,html.theme--documenter-dark .button.is-text:focus,html.theme--documenter-dark .button.is-text.is-focused{background-color:#282f2f;color:#f2f2f2}html.theme--documenter-dark .button.is-text:active,html.theme--documenter-dark .button.is-text.is-active{background-color:#1d2122;color:#f2f2f2}html.theme--documenter-dark .button.is-text[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--documenter-dark .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#1abc9c;text-decoration:none}html.theme--documenter-dark .button.is-ghost:hover,html.theme--documenter-dark .button.is-ghost.is-hovered{color:#1abc9c;text-decoration:underline}html.theme--documenter-dark .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:hover,html.theme--documenter-dark .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:focus,html.theme--documenter-dark .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:focus:not(:active),html.theme--documenter-dark .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .button.is-white:active,html.theme--documenter-dark .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--documenter-dark .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted:hover,html.theme--documenter-dark .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--documenter-dark .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-white.is-outlined:hover,html.theme--documenter-dark .button.is-white.is-outlined.is-hovered,html.theme--documenter-dark .button.is-white.is-outlined:focus,html.theme--documenter-dark .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-white.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:hover,html.theme--documenter-dark .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:focus,html.theme--documenter-dark .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:focus:not(:active),html.theme--documenter-dark .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .button.is-black:active,html.theme--documenter-dark .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--documenter-dark .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted:hover,html.theme--documenter-dark .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-outlined:hover,html.theme--documenter-dark .button.is-black.is-outlined.is-hovered,html.theme--documenter-dark .button.is-black.is-outlined:focus,html.theme--documenter-dark .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-black.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-light{background-color:#ecf0f1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:hover,html.theme--documenter-dark .button.is-light.is-hovered{background-color:#e5eaec;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:focus,html.theme--documenter-dark .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:focus:not(:active),html.theme--documenter-dark .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .button.is-light:active,html.theme--documenter-dark .button.is-light.is-active{background-color:#dde4e6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light{background-color:#ecf0f1;border-color:#ecf0f1;box-shadow:none}html.theme--documenter-dark .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted:hover,html.theme--documenter-dark .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-light.is-outlined{background-color:transparent;border-color:#ecf0f1;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-outlined:hover,html.theme--documenter-dark .button.is-light.is-outlined.is-hovered,html.theme--documenter-dark .button.is-light.is-outlined:focus,html.theme--documenter-dark .button.is-light.is-outlined.is-focused{background-color:#ecf0f1;border-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #ecf0f1 #ecf0f1 !important}html.theme--documenter-dark .button.is-light.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-outlined{background-color:transparent;border-color:#ecf0f1;box-shadow:none;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ecf0f1 #ecf0f1 !important}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-dark,html.theme--documenter-dark .content kbd.button{background-color:#282f2f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:hover,html.theme--documenter-dark .content kbd.button:hover,html.theme--documenter-dark .button.is-dark.is-hovered,html.theme--documenter-dark .content kbd.button.is-hovered{background-color:#232829;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:focus,html.theme--documenter-dark .content kbd.button:focus,html.theme--documenter-dark .button.is-dark.is-focused,html.theme--documenter-dark .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:focus:not(:active),html.theme--documenter-dark .content kbd.button:focus:not(:active),html.theme--documenter-dark .button.is-dark.is-focused:not(:active),html.theme--documenter-dark .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .button.is-dark:active,html.theme--documenter-dark .content kbd.button:active,html.theme--documenter-dark .button.is-dark.is-active,html.theme--documenter-dark .content kbd.button.is-active{background-color:#1d2122;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark[disabled],html.theme--documenter-dark .content kbd.button[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark,fieldset[disabled] html.theme--documenter-dark .content kbd.button{background-color:#282f2f;border-color:#282f2f;box-shadow:none}html.theme--documenter-dark .button.is-dark.is-inverted,html.theme--documenter-dark .content kbd.button.is-inverted{background-color:#fff;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted:hover,html.theme--documenter-dark .content kbd.button.is-inverted:hover,html.theme--documenter-dark .button.is-dark.is-inverted.is-hovered,html.theme--documenter-dark .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-dark.is-inverted[disabled],html.theme--documenter-dark .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-inverted,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-loading::after,html.theme--documenter-dark .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-dark.is-outlined,html.theme--documenter-dark .content kbd.button.is-outlined{background-color:transparent;border-color:#282f2f;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-outlined:hover,html.theme--documenter-dark .content kbd.button.is-outlined:hover,html.theme--documenter-dark .button.is-dark.is-outlined.is-hovered,html.theme--documenter-dark .content kbd.button.is-outlined.is-hovered,html.theme--documenter-dark .button.is-dark.is-outlined:focus,html.theme--documenter-dark .content kbd.button.is-outlined:focus,html.theme--documenter-dark .button.is-dark.is-outlined.is-focused,html.theme--documenter-dark .content kbd.button.is-outlined.is-focused{background-color:#282f2f;border-color:#282f2f;color:#fff}html.theme--documenter-dark .button.is-dark.is-outlined.is-loading::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #282f2f #282f2f !important}html.theme--documenter-dark .button.is-dark.is-outlined.is-loading:hover::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading:focus::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-dark.is-outlined[disabled],html.theme--documenter-dark .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-outlined,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-outlined{background-color:transparent;border-color:#282f2f;box-shadow:none;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined:hover,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined:focus,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #282f2f #282f2f !important}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined[disabled],html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-primary,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink{background-color:#375a7f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:hover,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#335476;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:focus,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:focus:not(:active),html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--documenter-dark .button.is-primary.is-focused:not(:active),html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .button.is-primary:active,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary.is-active,html.theme--documenter-dark .docstring>section>a.button.is-active.docs-sourcelink{background-color:#2f4d6d;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary[disabled],html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink{background-color:#375a7f;border-color:#375a7f;box-shadow:none}html.theme--documenter-dark .button.is-primary.is-inverted,html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted:hover,html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-inverted.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--documenter-dark .button.is-primary.is-inverted[disabled],html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-inverted,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-loading::after,html.theme--documenter-dark .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-primary.is-outlined,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#375a7f;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-outlined:hover,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-outlined.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-outlined:focus,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-outlined.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#375a7f;border-color:#375a7f;color:#fff}html.theme--documenter-dark .button.is-primary.is-outlined.is-loading::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #375a7f #375a7f !important}html.theme--documenter-dark .button.is-primary.is-outlined.is-loading:hover::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading:focus::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-primary.is-outlined[disabled],html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-outlined,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#375a7f;box-shadow:none;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined:hover,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined:focus,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #375a7f #375a7f !important}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined[disabled],html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-primary.is-light,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink{background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .button.is-primary.is-light:hover,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-light.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e8eef5;border-color:transparent;color:#4d7eb2}html.theme--documenter-dark .button.is-primary.is-light:active,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary.is-light.is-active,html.theme--documenter-dark .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#dfe8f1;border-color:transparent;color:#4d7eb2}html.theme--documenter-dark .button.is-link{background-color:#1abc9c;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:hover,html.theme--documenter-dark .button.is-link.is-hovered{background-color:#18b193;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:focus,html.theme--documenter-dark .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:focus:not(:active),html.theme--documenter-dark .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .button.is-link:active,html.theme--documenter-dark .button.is-link.is-active{background-color:#17a689;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link{background-color:#1abc9c;border-color:#1abc9c;box-shadow:none}html.theme--documenter-dark .button.is-link.is-inverted{background-color:#fff;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted:hover,html.theme--documenter-dark .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-link.is-outlined{background-color:transparent;border-color:#1abc9c;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-outlined:hover,html.theme--documenter-dark .button.is-link.is-outlined.is-hovered,html.theme--documenter-dark .button.is-link.is-outlined:focus,html.theme--documenter-dark .button.is-link.is-outlined.is-focused{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #1abc9c #1abc9c !important}html.theme--documenter-dark .button.is-link.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-outlined{background-color:transparent;border-color:#1abc9c;box-shadow:none;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #1abc9c #1abc9c !important}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-link.is-light{background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .button.is-link.is-light:hover,html.theme--documenter-dark .button.is-link.is-light.is-hovered{background-color:#e2fbf6;border-color:transparent;color:#15987e}html.theme--documenter-dark .button.is-link.is-light:active,html.theme--documenter-dark .button.is-link.is-light.is-active{background-color:#d7f9f3;border-color:transparent;color:#15987e}html.theme--documenter-dark .button.is-info{background-color:#3c5dcd;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:hover,html.theme--documenter-dark .button.is-info.is-hovered{background-color:#3355c9;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:focus,html.theme--documenter-dark .button.is-info.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:focus:not(:active),html.theme--documenter-dark .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info.is-active{background-color:#3151bf;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info{background-color:#3c5dcd;border-color:#3c5dcd;box-shadow:none}html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-inverted:hover,html.theme--documenter-dark .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-outlined:hover,html.theme--documenter-dark .button.is-info.is-outlined.is-hovered,html.theme--documenter-dark .button.is-info.is-outlined:focus,html.theme--documenter-dark .button.is-info.is-outlined.is-focused{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}html.theme--documenter-dark .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}html.theme--documenter-dark .button.is-info.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;box-shadow:none;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-info.is-light{background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .button.is-info.is-light:hover,html.theme--documenter-dark .button.is-info.is-light.is-hovered{background-color:#e5e9f8;border-color:transparent;color:#3253c3}html.theme--documenter-dark .button.is-info.is-light:active,html.theme--documenter-dark .button.is-info.is-light.is-active{background-color:#dae1f6;border-color:transparent;color:#3253c3}html.theme--documenter-dark .button.is-success{background-color:#259a12;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:hover,html.theme--documenter-dark .button.is-success.is-hovered{background-color:#228f11;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:focus,html.theme--documenter-dark .button.is-success.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:focus:not(:active),html.theme--documenter-dark .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success.is-active{background-color:#20830f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success{background-color:#259a12;border-color:#259a12;box-shadow:none}html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;color:#259a12}html.theme--documenter-dark .button.is-success.is-inverted:hover,html.theme--documenter-dark .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#259a12}html.theme--documenter-dark .button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-success.is-outlined{background-color:transparent;border-color:#259a12;color:#259a12}html.theme--documenter-dark .button.is-success.is-outlined:hover,html.theme--documenter-dark .button.is-success.is-outlined.is-hovered,html.theme--documenter-dark .button.is-success.is-outlined:focus,html.theme--documenter-dark .button.is-success.is-outlined.is-focused{background-color:#259a12;border-color:#259a12;color:#fff}html.theme--documenter-dark .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #259a12 #259a12 !important}html.theme--documenter-dark .button.is-success.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-outlined{background-color:transparent;border-color:#259a12;box-shadow:none;color:#259a12}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#259a12}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #259a12 #259a12 !important}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-success.is-light{background-color:#effded;color:#2ec016}html.theme--documenter-dark .button.is-success.is-light:hover,html.theme--documenter-dark .button.is-success.is-light.is-hovered{background-color:#e5fce1;border-color:transparent;color:#2ec016}html.theme--documenter-dark .button.is-success.is-light:active,html.theme--documenter-dark .button.is-success.is-light.is-active{background-color:#dbfad6;border-color:transparent;color:#2ec016}html.theme--documenter-dark .button.is-warning{background-color:#f4c72f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:hover,html.theme--documenter-dark .button.is-warning.is-hovered{background-color:#f3c423;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:focus,html.theme--documenter-dark .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:focus:not(:active),html.theme--documenter-dark .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(244,199,47,0.25)}html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning.is-active{background-color:#f3c017;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning{background-color:#f4c72f;border-color:#f4c72f;box-shadow:none}html.theme--documenter-dark .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-warning.is-outlined{background-color:transparent;border-color:#f4c72f;color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-outlined:hover,html.theme--documenter-dark .button.is-warning.is-outlined.is-hovered,html.theme--documenter-dark .button.is-warning.is-outlined:focus,html.theme--documenter-dark .button.is-warning.is-outlined.is-focused{background-color:#f4c72f;border-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #f4c72f #f4c72f !important}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-outlined{background-color:transparent;border-color:#f4c72f;box-shadow:none;color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f4c72f #f4c72f !important}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-light{background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .button.is-warning.is-light:hover,html.theme--documenter-dark .button.is-warning.is-light.is-hovered{background-color:#fdf7e0;border-color:transparent;color:#8c6e07}html.theme--documenter-dark .button.is-warning.is-light:active,html.theme--documenter-dark .button.is-warning.is-light.is-active{background-color:#fdf3d3;border-color:transparent;color:#8c6e07}html.theme--documenter-dark .button.is-danger{background-color:#cb3c33;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:hover,html.theme--documenter-dark .button.is-danger.is-hovered{background-color:#c13930;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:focus,html.theme--documenter-dark .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:focus:not(:active),html.theme--documenter-dark .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger.is-active{background-color:#b7362e;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger{background-color:#cb3c33;border-color:#cb3c33;box-shadow:none}html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-inverted:hover,html.theme--documenter-dark .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-outlined:hover,html.theme--documenter-dark .button.is-danger.is-outlined.is-hovered,html.theme--documenter-dark .button.is-danger.is-outlined:focus,html.theme--documenter-dark .button.is-danger.is-outlined.is-focused{background-color:#cb3c33;border-color:#cb3c33;color:#fff}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;box-shadow:none;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-danger.is-light{background-color:#fbefef;color:#c03930}html.theme--documenter-dark .button.is-danger.is-light:hover,html.theme--documenter-dark .button.is-danger.is-light.is-hovered{background-color:#f8e6e5;border-color:transparent;color:#c03930}html.theme--documenter-dark .button.is-danger.is-light:active,html.theme--documenter-dark .button.is-danger.is-light.is-active{background-color:#f6dcda;border-color:transparent;color:#c03930}html.theme--documenter-dark .button.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--documenter-dark .button.is-small:not(.is-rounded),html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--documenter-dark .button.is-normal{font-size:1rem}html.theme--documenter-dark .button.is-medium{font-size:1.25rem}html.theme--documenter-dark .button.is-large{font-size:1.5rem}html.theme--documenter-dark .button[disabled],fieldset[disabled] html.theme--documenter-dark .button{background-color:#8c9b9d;border-color:#5e6d6f;box-shadow:none;opacity:.5}html.theme--documenter-dark .button.is-fullwidth{display:flex;width:100%}html.theme--documenter-dark .button.is-loading{color:transparent !important;pointer-events:none}html.theme--documenter-dark .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--documenter-dark .button.is-static{background-color:#282f2f;border-color:#5e6d6f;color:#dbdee0;box-shadow:none;pointer-events:none}html.theme--documenter-dark .button.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--documenter-dark .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .buttons .button{margin-bottom:0.5rem}html.theme--documenter-dark .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--documenter-dark .buttons:last-child{margin-bottom:-0.5rem}html.theme--documenter-dark .buttons:not(:last-child){margin-bottom:1rem}html.theme--documenter-dark .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--documenter-dark .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--documenter-dark .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--documenter-dark .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--documenter-dark .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--documenter-dark .buttons.has-addons .button:last-child{margin-right:0}html.theme--documenter-dark .buttons.has-addons .button:hover,html.theme--documenter-dark .buttons.has-addons .button.is-hovered{z-index:2}html.theme--documenter-dark .buttons.has-addons .button:focus,html.theme--documenter-dark .buttons.has-addons .button.is-focused,html.theme--documenter-dark .buttons.has-addons .button:active,html.theme--documenter-dark .buttons.has-addons .button.is-active,html.theme--documenter-dark .buttons.has-addons .button.is-selected{z-index:3}html.theme--documenter-dark .buttons.has-addons .button:focus:hover,html.theme--documenter-dark .buttons.has-addons .button.is-focused:hover,html.theme--documenter-dark .buttons.has-addons .button:active:hover,html.theme--documenter-dark .buttons.has-addons .button.is-active:hover,html.theme--documenter-dark .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--documenter-dark .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .buttons.is-centered{justify-content:center}html.theme--documenter-dark .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--documenter-dark .buttons.is-right{justify-content:flex-end}html.theme--documenter-dark .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .button.is-responsive.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--documenter-dark .button.is-responsive,html.theme--documenter-dark .button.is-responsive.is-normal{font-size:.65625rem}html.theme--documenter-dark .button.is-responsive.is-medium{font-size:.75rem}html.theme--documenter-dark .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .button.is-responsive.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--documenter-dark .button.is-responsive,html.theme--documenter-dark .button.is-responsive.is-normal{font-size:.75rem}html.theme--documenter-dark .button.is-responsive.is-medium{font-size:1rem}html.theme--documenter-dark .button.is-responsive.is-large{font-size:1.25rem}}html.theme--documenter-dark .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--documenter-dark .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--documenter-dark .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--documenter-dark .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--documenter-dark .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--documenter-dark .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--documenter-dark .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--documenter-dark .content li+li{margin-top:0.25em}html.theme--documenter-dark .content p:not(:last-child),html.theme--documenter-dark .content dl:not(:last-child),html.theme--documenter-dark .content ol:not(:last-child),html.theme--documenter-dark .content ul:not(:last-child),html.theme--documenter-dark .content blockquote:not(:last-child),html.theme--documenter-dark .content pre:not(:last-child),html.theme--documenter-dark .content table:not(:last-child){margin-bottom:1em}html.theme--documenter-dark .content h1,html.theme--documenter-dark .content h2,html.theme--documenter-dark .content h3,html.theme--documenter-dark .content h4,html.theme--documenter-dark .content h5,html.theme--documenter-dark .content h6{color:#f2f2f2;font-weight:600;line-height:1.125}html.theme--documenter-dark .content h1{font-size:2em;margin-bottom:0.5em}html.theme--documenter-dark .content h1:not(:first-child){margin-top:1em}html.theme--documenter-dark .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--documenter-dark .content h2:not(:first-child){margin-top:1.1428em}html.theme--documenter-dark .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--documenter-dark .content h3:not(:first-child){margin-top:1.3333em}html.theme--documenter-dark .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--documenter-dark .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--documenter-dark .content h6{font-size:1em;margin-bottom:1em}html.theme--documenter-dark .content blockquote{background-color:#282f2f;border-left:5px solid #5e6d6f;padding:1.25em 1.5em}html.theme--documenter-dark .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--documenter-dark .content ol:not([type]){list-style-type:decimal}html.theme--documenter-dark .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--documenter-dark .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--documenter-dark .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--documenter-dark .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--documenter-dark .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--documenter-dark .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--documenter-dark .content ul ul ul{list-style-type:square}html.theme--documenter-dark .content dd{margin-left:2em}html.theme--documenter-dark .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--documenter-dark .content figure:not(:first-child){margin-top:2em}html.theme--documenter-dark .content figure:not(:last-child){margin-bottom:2em}html.theme--documenter-dark .content figure img{display:inline-block}html.theme--documenter-dark .content figure figcaption{font-style:italic}html.theme--documenter-dark .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--documenter-dark .content sup,html.theme--documenter-dark .content sub{font-size:75%}html.theme--documenter-dark .content table{width:100%}html.theme--documenter-dark .content table td,html.theme--documenter-dark .content table th{border:1px solid #5e6d6f;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--documenter-dark .content table th{color:#f2f2f2}html.theme--documenter-dark .content table th:not([align]){text-align:inherit}html.theme--documenter-dark .content table thead td,html.theme--documenter-dark .content table thead th{border-width:0 0 2px;color:#f2f2f2}html.theme--documenter-dark .content table tfoot td,html.theme--documenter-dark .content table tfoot th{border-width:2px 0 0;color:#f2f2f2}html.theme--documenter-dark .content table tbody tr:last-child td,html.theme--documenter-dark .content table tbody tr:last-child th{border-bottom-width:0}html.theme--documenter-dark .content .tabs li+li{margin-top:0}html.theme--documenter-dark .content.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--documenter-dark .content.is-normal{font-size:1rem}html.theme--documenter-dark .content.is-medium{font-size:1.25rem}html.theme--documenter-dark .content.is-large{font-size:1.5rem}html.theme--documenter-dark .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--documenter-dark .icon.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--documenter-dark .icon.is-medium{height:2rem;width:2rem}html.theme--documenter-dark .icon.is-large{height:3rem;width:3rem}html.theme--documenter-dark .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--documenter-dark .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--documenter-dark .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--documenter-dark div.icon-text{display:flex}html.theme--documenter-dark .image,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--documenter-dark .image img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--documenter-dark .image img.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--documenter-dark .image.is-fullwidth,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--documenter-dark .image.is-square img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--documenter-dark .image.is-square .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--documenter-dark .image.is-1by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--documenter-dark .image.is-1by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--documenter-dark .image.is-5by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--documenter-dark .image.is-5by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--documenter-dark .image.is-4by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--documenter-dark .image.is-4by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--documenter-dark .image.is-3by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--documenter-dark .image.is-3by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--documenter-dark .image.is-5by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--documenter-dark .image.is-5by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--documenter-dark .image.is-16by9 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--documenter-dark .image.is-16by9 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--documenter-dark .image.is-2by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--documenter-dark .image.is-2by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--documenter-dark .image.is-3by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--documenter-dark .image.is-3by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--documenter-dark .image.is-4by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--documenter-dark .image.is-4by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--documenter-dark .image.is-3by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--documenter-dark .image.is-3by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--documenter-dark .image.is-2by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--documenter-dark .image.is-2by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--documenter-dark .image.is-3by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--documenter-dark .image.is-3by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--documenter-dark .image.is-9by16 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--documenter-dark .image.is-9by16 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--documenter-dark .image.is-1by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--documenter-dark .image.is-1by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--documenter-dark .image.is-1by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--documenter-dark .image.is-1by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--documenter-dark .image.is-square,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--documenter-dark .image.is-1by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--documenter-dark .image.is-5by4,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--documenter-dark .image.is-4by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--documenter-dark .image.is-3by2,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--documenter-dark .image.is-5by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--documenter-dark .image.is-16by9,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--documenter-dark .image.is-2by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--documenter-dark .image.is-3by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--documenter-dark .image.is-4by5,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--documenter-dark .image.is-3by4,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--documenter-dark .image.is-2by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--documenter-dark .image.is-3by5,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--documenter-dark .image.is-9by16,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--documenter-dark .image.is-1by2,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--documenter-dark .image.is-1by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--documenter-dark .image.is-16x16,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--documenter-dark .image.is-24x24,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--documenter-dark .image.is-32x32,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--documenter-dark .image.is-48x48,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--documenter-dark .image.is-64x64,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--documenter-dark .image.is-96x96,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--documenter-dark .image.is-128x128,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--documenter-dark .notification{background-color:#282f2f;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--documenter-dark .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--documenter-dark .notification strong{color:currentColor}html.theme--documenter-dark .notification code,html.theme--documenter-dark .notification pre{background:#fff}html.theme--documenter-dark .notification pre code{background:transparent}html.theme--documenter-dark .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--documenter-dark .notification .title,html.theme--documenter-dark .notification .subtitle,html.theme--documenter-dark .notification .content{color:currentColor}html.theme--documenter-dark .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .notification.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .notification.is-dark,html.theme--documenter-dark .content kbd.notification{background-color:#282f2f;color:#fff}html.theme--documenter-dark .notification.is-primary,html.theme--documenter-dark .docstring>section>a.notification.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .notification.is-primary.is-light,html.theme--documenter-dark .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .notification.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .notification.is-link.is-light{background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .notification.is-info{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .notification.is-info.is-light{background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .notification.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .notification.is-success.is-light{background-color:#effded;color:#2ec016}html.theme--documenter-dark .notification.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .notification.is-warning.is-light{background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .notification.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .notification.is-danger.is-light{background-color:#fbefef;color:#c03930}html.theme--documenter-dark .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--documenter-dark .progress::-webkit-progress-bar{background-color:#343c3d}html.theme--documenter-dark .progress::-webkit-progress-value{background-color:#dbdee0}html.theme--documenter-dark .progress::-moz-progress-bar{background-color:#dbdee0}html.theme--documenter-dark .progress::-ms-fill{background-color:#dbdee0;border:none}html.theme--documenter-dark .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--documenter-dark .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--documenter-dark .progress.is-white::-ms-fill{background-color:#fff}html.theme--documenter-dark .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-light::-webkit-progress-value{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light::-moz-progress-bar{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light::-ms-fill{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light:indeterminate{background-image:linear-gradient(to right, #ecf0f1 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-dark::-webkit-progress-value,html.theme--documenter-dark .content kbd.progress::-webkit-progress-value{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark::-moz-progress-bar,html.theme--documenter-dark .content kbd.progress::-moz-progress-bar{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark::-ms-fill,html.theme--documenter-dark .content kbd.progress::-ms-fill{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark:indeterminate,html.theme--documenter-dark .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #282f2f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-primary::-webkit-progress-value,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary::-moz-progress-bar,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary::-ms-fill,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary:indeterminate,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #375a7f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-link::-webkit-progress-value{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link::-moz-progress-bar{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link::-ms-fill{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link:indeterminate{background-image:linear-gradient(to right, #1abc9c 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-info::-webkit-progress-value{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info::-moz-progress-bar{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info::-ms-fill{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info:indeterminate{background-image:linear-gradient(to right, #3c5dcd 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-success::-webkit-progress-value{background-color:#259a12}html.theme--documenter-dark .progress.is-success::-moz-progress-bar{background-color:#259a12}html.theme--documenter-dark .progress.is-success::-ms-fill{background-color:#259a12}html.theme--documenter-dark .progress.is-success:indeterminate{background-image:linear-gradient(to right, #259a12 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-warning::-webkit-progress-value{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning::-moz-progress-bar{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning::-ms-fill{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #f4c72f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-danger::-webkit-progress-value{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger::-moz-progress-bar{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger::-ms-fill{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #cb3c33 30%, #343c3d 30%)}html.theme--documenter-dark .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#343c3d;background-image:linear-gradient(to right, #fff 30%, #343c3d 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--documenter-dark .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--documenter-dark .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--documenter-dark .progress:indeterminate::-ms-fill{animation-name:none}html.theme--documenter-dark .progress.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--documenter-dark .progress.is-medium{height:1.25rem}html.theme--documenter-dark .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--documenter-dark .table{background-color:#343c3d;color:#fff}html.theme--documenter-dark .table td,html.theme--documenter-dark .table th{border:1px solid #5e6d6f;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--documenter-dark .table td.is-white,html.theme--documenter-dark .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .table td.is-black,html.theme--documenter-dark .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .table td.is-light,html.theme--documenter-dark .table th.is-light{background-color:#ecf0f1;border-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .table td.is-dark,html.theme--documenter-dark .table th.is-dark{background-color:#282f2f;border-color:#282f2f;color:#fff}html.theme--documenter-dark .table td.is-primary,html.theme--documenter-dark .table th.is-primary{background-color:#375a7f;border-color:#375a7f;color:#fff}html.theme--documenter-dark .table td.is-link,html.theme--documenter-dark .table th.is-link{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .table td.is-info,html.theme--documenter-dark .table th.is-info{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}html.theme--documenter-dark .table td.is-success,html.theme--documenter-dark .table th.is-success{background-color:#259a12;border-color:#259a12;color:#fff}html.theme--documenter-dark .table td.is-warning,html.theme--documenter-dark .table th.is-warning{background-color:#f4c72f;border-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .table td.is-danger,html.theme--documenter-dark .table th.is-danger{background-color:#cb3c33;border-color:#cb3c33;color:#fff}html.theme--documenter-dark .table td.is-narrow,html.theme--documenter-dark .table th.is-narrow{white-space:nowrap;width:1%}html.theme--documenter-dark .table td.is-selected,html.theme--documenter-dark .table th.is-selected{background-color:#375a7f;color:#fff}html.theme--documenter-dark .table td.is-selected a,html.theme--documenter-dark .table td.is-selected strong,html.theme--documenter-dark .table th.is-selected a,html.theme--documenter-dark .table th.is-selected strong{color:currentColor}html.theme--documenter-dark .table td.is-vcentered,html.theme--documenter-dark .table th.is-vcentered{vertical-align:middle}html.theme--documenter-dark .table th{color:#f2f2f2}html.theme--documenter-dark .table th:not([align]){text-align:left}html.theme--documenter-dark .table tr.is-selected{background-color:#375a7f;color:#fff}html.theme--documenter-dark .table tr.is-selected a,html.theme--documenter-dark .table tr.is-selected strong{color:currentColor}html.theme--documenter-dark .table tr.is-selected td,html.theme--documenter-dark .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--documenter-dark .table thead{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table thead td,html.theme--documenter-dark .table thead th{border-width:0 0 2px;color:#f2f2f2}html.theme--documenter-dark .table tfoot{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table tfoot td,html.theme--documenter-dark .table tfoot th{border-width:2px 0 0;color:#f2f2f2}html.theme--documenter-dark .table tbody{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table tbody tr:last-child td,html.theme--documenter-dark .table tbody tr:last-child th{border-bottom-width:0}html.theme--documenter-dark .table.is-bordered td,html.theme--documenter-dark .table.is-bordered th{border-width:1px}html.theme--documenter-dark .table.is-bordered tr:last-child td,html.theme--documenter-dark .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--documenter-dark .table.is-fullwidth{width:100%}html.theme--documenter-dark .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#282f2f}html.theme--documenter-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#282f2f}html.theme--documenter-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#2d3435}html.theme--documenter-dark .table.is-narrow td,html.theme--documenter-dark .table.is-narrow th{padding:0.25em 0.5em}html.theme--documenter-dark .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#282f2f}html.theme--documenter-dark .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--documenter-dark .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .tags .tag,html.theme--documenter-dark .tags .content kbd,html.theme--documenter-dark .content .tags kbd,html.theme--documenter-dark .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--documenter-dark .tags .tag:not(:last-child),html.theme--documenter-dark .tags .content kbd:not(:last-child),html.theme--documenter-dark .content .tags kbd:not(:last-child),html.theme--documenter-dark .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--documenter-dark .tags:last-child{margin-bottom:-0.5rem}html.theme--documenter-dark .tags:not(:last-child){margin-bottom:1rem}html.theme--documenter-dark .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--documenter-dark .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--documenter-dark .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--documenter-dark .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--documenter-dark .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--documenter-dark .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--documenter-dark .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--documenter-dark .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--documenter-dark .tags.is-centered{justify-content:center}html.theme--documenter-dark .tags.is-centered .tag,html.theme--documenter-dark .tags.is-centered .content kbd,html.theme--documenter-dark .content .tags.is-centered kbd,html.theme--documenter-dark .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--documenter-dark .tags.is-right{justify-content:flex-end}html.theme--documenter-dark .tags.is-right .tag:not(:first-child),html.theme--documenter-dark .tags.is-right .content kbd:not(:first-child),html.theme--documenter-dark .content .tags.is-right kbd:not(:first-child),html.theme--documenter-dark .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--documenter-dark .tags.is-right .tag:not(:last-child),html.theme--documenter-dark .tags.is-right .content kbd:not(:last-child),html.theme--documenter-dark .content .tags.is-right kbd:not(:last-child),html.theme--documenter-dark .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--documenter-dark .tags.has-addons .tag,html.theme--documenter-dark .tags.has-addons .content kbd,html.theme--documenter-dark .content .tags.has-addons kbd,html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--documenter-dark .tags.has-addons .tag:not(:first-child),html.theme--documenter-dark .tags.has-addons .content kbd:not(:first-child),html.theme--documenter-dark .content .tags.has-addons kbd:not(:first-child),html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--documenter-dark .tags.has-addons .tag:not(:last-child),html.theme--documenter-dark .tags.has-addons .content kbd:not(:last-child),html.theme--documenter-dark .content .tags.has-addons kbd:not(:last-child),html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--documenter-dark .tag:not(body),html.theme--documenter-dark .content kbd:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#282f2f;border-radius:.4em;color:#fff;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--documenter-dark .tag:not(body) .delete,html.theme--documenter-dark .content kbd:not(body) .delete,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--documenter-dark .tag.is-white:not(body),html.theme--documenter-dark .content kbd.is-white:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .tag.is-black:not(body),html.theme--documenter-dark .content kbd.is-black:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .tag.is-light:not(body),html.theme--documenter-dark .content kbd.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .tag.is-dark:not(body),html.theme--documenter-dark .content kbd:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--documenter-dark .content .docstring>section>kbd:not(body){background-color:#282f2f;color:#fff}html.theme--documenter-dark .tag.is-primary:not(body),html.theme--documenter-dark .content kbd.is-primary:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body){background-color:#375a7f;color:#fff}html.theme--documenter-dark .tag.is-primary.is-light:not(body),html.theme--documenter-dark .content kbd.is-primary.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .tag.is-link:not(body),html.theme--documenter-dark .content kbd.is-link:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#1abc9c;color:#fff}html.theme--documenter-dark .tag.is-link.is-light:not(body),html.theme--documenter-dark .content kbd.is-link.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .tag.is-info:not(body),html.theme--documenter-dark .content kbd.is-info:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .tag.is-info.is-light:not(body),html.theme--documenter-dark .content kbd.is-info.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .tag.is-success:not(body),html.theme--documenter-dark .content kbd.is-success:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#259a12;color:#fff}html.theme--documenter-dark .tag.is-success.is-light:not(body),html.theme--documenter-dark .content kbd.is-success.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#effded;color:#2ec016}html.theme--documenter-dark .tag.is-warning:not(body),html.theme--documenter-dark .content kbd.is-warning:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .tag.is-warning.is-light:not(body),html.theme--documenter-dark .content kbd.is-warning.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .tag.is-danger:not(body),html.theme--documenter-dark .content kbd.is-danger:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#cb3c33;color:#fff}html.theme--documenter-dark .tag.is-danger.is-light:not(body),html.theme--documenter-dark .content kbd.is-danger.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fbefef;color:#c03930}html.theme--documenter-dark .tag.is-normal:not(body),html.theme--documenter-dark .content kbd.is-normal:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--documenter-dark .tag.is-medium:not(body),html.theme--documenter-dark .content kbd.is-medium:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--documenter-dark .tag.is-large:not(body),html.theme--documenter-dark .content kbd.is-large:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--documenter-dark .tag:not(body) .icon:first-child:not(:last-child),html.theme--documenter-dark .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--documenter-dark .tag:not(body) .icon:last-child:not(:first-child),html.theme--documenter-dark .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--documenter-dark .tag:not(body) .icon:first-child:last-child,html.theme--documenter-dark .content kbd:not(body) .icon:first-child:last-child,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--documenter-dark .tag.is-delete:not(body),html.theme--documenter-dark .content kbd.is-delete:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--documenter-dark .tag.is-delete:not(body)::before,html.theme--documenter-dark .content kbd.is-delete:not(body)::before,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--documenter-dark .tag.is-delete:not(body)::after,html.theme--documenter-dark .content kbd.is-delete:not(body)::after,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--documenter-dark .tag.is-delete:not(body)::before,html.theme--documenter-dark .content kbd.is-delete:not(body)::before,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--documenter-dark .tag.is-delete:not(body)::after,html.theme--documenter-dark .content kbd.is-delete:not(body)::after,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--documenter-dark .tag.is-delete:not(body):hover,html.theme--documenter-dark .content kbd.is-delete:not(body):hover,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--documenter-dark .tag.is-delete:not(body):focus,html.theme--documenter-dark .content kbd.is-delete:not(body):focus,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#1d2122}html.theme--documenter-dark .tag.is-delete:not(body):active,html.theme--documenter-dark .content kbd.is-delete:not(body):active,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#111414}html.theme--documenter-dark .tag.is-rounded:not(body),html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--documenter-dark .content kbd.is-rounded:not(body),html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--documenter-dark a.tag:hover,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--documenter-dark .title,html.theme--documenter-dark .subtitle{word-break:break-word}html.theme--documenter-dark .title em,html.theme--documenter-dark .title span,html.theme--documenter-dark .subtitle em,html.theme--documenter-dark .subtitle span{font-weight:inherit}html.theme--documenter-dark .title sub,html.theme--documenter-dark .subtitle sub{font-size:.75em}html.theme--documenter-dark .title sup,html.theme--documenter-dark .subtitle sup{font-size:.75em}html.theme--documenter-dark .title .tag,html.theme--documenter-dark .title .content kbd,html.theme--documenter-dark .content .title kbd,html.theme--documenter-dark .title .docstring>section>a.docs-sourcelink,html.theme--documenter-dark .subtitle .tag,html.theme--documenter-dark .subtitle .content kbd,html.theme--documenter-dark .content .subtitle kbd,html.theme--documenter-dark .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--documenter-dark .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--documenter-dark .title strong{color:inherit;font-weight:inherit}html.theme--documenter-dark .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--documenter-dark .title.is-1{font-size:3rem}html.theme--documenter-dark .title.is-2{font-size:2.5rem}html.theme--documenter-dark .title.is-3{font-size:2rem}html.theme--documenter-dark .title.is-4{font-size:1.5rem}html.theme--documenter-dark .title.is-5{font-size:1.25rem}html.theme--documenter-dark .title.is-6{font-size:1rem}html.theme--documenter-dark .title.is-7{font-size:.75rem}html.theme--documenter-dark .subtitle{color:#8c9b9d;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--documenter-dark .subtitle strong{color:#8c9b9d;font-weight:600}html.theme--documenter-dark .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--documenter-dark .subtitle.is-1{font-size:3rem}html.theme--documenter-dark .subtitle.is-2{font-size:2.5rem}html.theme--documenter-dark .subtitle.is-3{font-size:2rem}html.theme--documenter-dark .subtitle.is-4{font-size:1.5rem}html.theme--documenter-dark .subtitle.is-5{font-size:1.25rem}html.theme--documenter-dark .subtitle.is-6{font-size:1rem}html.theme--documenter-dark .subtitle.is-7{font-size:.75rem}html.theme--documenter-dark .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--documenter-dark .number{align-items:center;background-color:#282f2f;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{background-color:#1f2424;border-color:#5e6d6f;border-radius:.4em;color:#dbdee0}html.theme--documenter-dark .select select::-moz-placeholder,html.theme--documenter-dark .textarea::-moz-placeholder,html.theme--documenter-dark .input::-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--documenter-dark .select select::-webkit-input-placeholder,html.theme--documenter-dark .textarea::-webkit-input-placeholder,html.theme--documenter-dark .input::-webkit-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--documenter-dark .select select:-moz-placeholder,html.theme--documenter-dark .textarea:-moz-placeholder,html.theme--documenter-dark .input:-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--documenter-dark .select select:-ms-input-placeholder,html.theme--documenter-dark .textarea:-ms-input-placeholder,html.theme--documenter-dark .input:-ms-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--documenter-dark .select select:hover,html.theme--documenter-dark .textarea:hover,html.theme--documenter-dark .input:hover,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:hover,html.theme--documenter-dark .select select.is-hovered,html.theme--documenter-dark .is-hovered.textarea,html.theme--documenter-dark .is-hovered.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#8c9b9d}html.theme--documenter-dark .select select:focus,html.theme--documenter-dark .textarea:focus,html.theme--documenter-dark .input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:focus,html.theme--documenter-dark .select select.is-focused,html.theme--documenter-dark .is-focused.textarea,html.theme--documenter-dark .is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .select select:active,html.theme--documenter-dark .textarea:active,html.theme--documenter-dark .input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:active,html.theme--documenter-dark .select select.is-active,html.theme--documenter-dark .is-active.textarea,html.theme--documenter-dark .is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#1abc9c;box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .select select[disabled],html.theme--documenter-dark .textarea[disabled],html.theme--documenter-dark .input[disabled],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--documenter-dark .select select,fieldset[disabled] html.theme--documenter-dark .textarea,fieldset[disabled] html.theme--documenter-dark .input,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{background-color:#8c9b9d;border-color:#282f2f;box-shadow:none;color:#fff}html.theme--documenter-dark .select select[disabled]::-moz-placeholder,html.theme--documenter-dark .textarea[disabled]::-moz-placeholder,html.theme--documenter-dark .input[disabled]::-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .select select::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .input::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]::-webkit-input-placeholder,html.theme--documenter-dark .textarea[disabled]::-webkit-input-placeholder,html.theme--documenter-dark .input[disabled]::-webkit-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .input::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]:-moz-placeholder,html.theme--documenter-dark .textarea[disabled]:-moz-placeholder,html.theme--documenter-dark .input[disabled]:-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .select select:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .input:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]:-ms-input-placeholder,html.theme--documenter-dark .textarea[disabled]:-ms-input-placeholder,html.theme--documenter-dark .input[disabled]:-ms-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .select select:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .input:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--documenter-dark .textarea[readonly],html.theme--documenter-dark .input[readonly],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--documenter-dark .is-white.textarea,html.theme--documenter-dark .is-white.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--documenter-dark .is-white.textarea:focus,html.theme--documenter-dark .is-white.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--documenter-dark .is-white.is-focused.textarea,html.theme--documenter-dark .is-white.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-white.textarea:active,html.theme--documenter-dark .is-white.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--documenter-dark .is-white.is-active.textarea,html.theme--documenter-dark .is-white.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .is-black.textarea,html.theme--documenter-dark .is-black.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--documenter-dark .is-black.textarea:focus,html.theme--documenter-dark .is-black.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--documenter-dark .is-black.is-focused.textarea,html.theme--documenter-dark .is-black.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-black.textarea:active,html.theme--documenter-dark .is-black.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--documenter-dark .is-black.is-active.textarea,html.theme--documenter-dark .is-black.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .is-light.textarea,html.theme--documenter-dark .is-light.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#ecf0f1}html.theme--documenter-dark .is-light.textarea:focus,html.theme--documenter-dark .is-light.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--documenter-dark .is-light.is-focused.textarea,html.theme--documenter-dark .is-light.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-light.textarea:active,html.theme--documenter-dark .is-light.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--documenter-dark .is-light.is-active.textarea,html.theme--documenter-dark .is-light.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .is-dark.textarea,html.theme--documenter-dark .content kbd.textarea,html.theme--documenter-dark .is-dark.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--documenter-dark .content kbd.input{border-color:#282f2f}html.theme--documenter-dark .is-dark.textarea:focus,html.theme--documenter-dark .content kbd.textarea:focus,html.theme--documenter-dark .is-dark.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--documenter-dark .content kbd.input:focus,html.theme--documenter-dark .is-dark.is-focused.textarea,html.theme--documenter-dark .content kbd.is-focused.textarea,html.theme--documenter-dark .is-dark.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .content kbd.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--documenter-dark .is-dark.textarea:active,html.theme--documenter-dark .content kbd.textarea:active,html.theme--documenter-dark .is-dark.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--documenter-dark .content kbd.input:active,html.theme--documenter-dark .is-dark.is-active.textarea,html.theme--documenter-dark .content kbd.is-active.textarea,html.theme--documenter-dark .is-dark.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .content kbd.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .is-primary.textarea,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink{border-color:#375a7f}html.theme--documenter-dark .is-primary.textarea:focus,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--documenter-dark .is-primary.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink:focus,html.theme--documenter-dark .is-primary.is-focused.textarea,html.theme--documenter-dark .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--documenter-dark .is-primary.textarea:active,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink:active,html.theme--documenter-dark .is-primary.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink:active,html.theme--documenter-dark .is-primary.is-active.textarea,html.theme--documenter-dark .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .is-link.textarea,html.theme--documenter-dark .is-link.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#1abc9c}html.theme--documenter-dark .is-link.textarea:focus,html.theme--documenter-dark .is-link.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--documenter-dark .is-link.is-focused.textarea,html.theme--documenter-dark .is-link.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-link.textarea:active,html.theme--documenter-dark .is-link.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--documenter-dark .is-link.is-active.textarea,html.theme--documenter-dark .is-link.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .is-info.textarea,html.theme--documenter-dark .is-info.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#3c5dcd}html.theme--documenter-dark .is-info.textarea:focus,html.theme--documenter-dark .is-info.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--documenter-dark .is-info.is-focused.textarea,html.theme--documenter-dark .is-info.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-info.textarea:active,html.theme--documenter-dark .is-info.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--documenter-dark .is-info.is-active.textarea,html.theme--documenter-dark .is-info.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}html.theme--documenter-dark .is-success.textarea,html.theme--documenter-dark .is-success.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#259a12}html.theme--documenter-dark .is-success.textarea:focus,html.theme--documenter-dark .is-success.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--documenter-dark .is-success.is-focused.textarea,html.theme--documenter-dark .is-success.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-success.textarea:active,html.theme--documenter-dark .is-success.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--documenter-dark .is-success.is-active.textarea,html.theme--documenter-dark .is-success.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}html.theme--documenter-dark .is-warning.textarea,html.theme--documenter-dark .is-warning.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#f4c72f}html.theme--documenter-dark .is-warning.textarea:focus,html.theme--documenter-dark .is-warning.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--documenter-dark .is-warning.is-focused.textarea,html.theme--documenter-dark .is-warning.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-warning.textarea:active,html.theme--documenter-dark .is-warning.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--documenter-dark .is-warning.is-active.textarea,html.theme--documenter-dark .is-warning.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(244,199,47,0.25)}html.theme--documenter-dark .is-danger.textarea,html.theme--documenter-dark .is-danger.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#cb3c33}html.theme--documenter-dark .is-danger.textarea:focus,html.theme--documenter-dark .is-danger.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--documenter-dark .is-danger.is-focused.textarea,html.theme--documenter-dark .is-danger.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-danger.textarea:active,html.theme--documenter-dark .is-danger.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--documenter-dark .is-danger.is-active.textarea,html.theme--documenter-dark .is-danger.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}html.theme--documenter-dark .is-small.textarea,html.theme--documenter-dark .is-small.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--documenter-dark .is-medium.textarea,html.theme--documenter-dark .is-medium.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--documenter-dark .is-large.textarea,html.theme--documenter-dark .is-large.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--documenter-dark .is-fullwidth.textarea,html.theme--documenter-dark .is-fullwidth.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--documenter-dark .is-inline.textarea,html.theme--documenter-dark .is-inline.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--documenter-dark .input.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--documenter-dark .input.is-static,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--documenter-dark .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--documenter-dark .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--documenter-dark .textarea[rows]{height:initial}html.theme--documenter-dark .textarea.has-fixed-size{resize:none}html.theme--documenter-dark .radio,html.theme--documenter-dark .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--documenter-dark .radio input,html.theme--documenter-dark .checkbox input{cursor:pointer}html.theme--documenter-dark .radio:hover,html.theme--documenter-dark .checkbox:hover{color:#8c9b9d}html.theme--documenter-dark .radio[disabled],html.theme--documenter-dark .checkbox[disabled],fieldset[disabled] html.theme--documenter-dark .radio,fieldset[disabled] html.theme--documenter-dark .checkbox,html.theme--documenter-dark .radio input[disabled],html.theme--documenter-dark .checkbox input[disabled]{color:#fff;cursor:not-allowed}html.theme--documenter-dark .radio+.radio{margin-left:.5em}html.theme--documenter-dark .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--documenter-dark .select:not(.is-multiple){height:2.5em}html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading)::after{border-color:#1abc9c;right:1.125em;z-index:4}html.theme--documenter-dark .select.is-rounded select,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--documenter-dark .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--documenter-dark .select select::-ms-expand{display:none}html.theme--documenter-dark .select select[disabled]:hover,fieldset[disabled] html.theme--documenter-dark .select select:hover{border-color:#282f2f}html.theme--documenter-dark .select select:not([multiple]){padding-right:2.5em}html.theme--documenter-dark .select select[multiple]{height:auto;padding:0}html.theme--documenter-dark .select select[multiple] option{padding:0.5em 1em}html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#8c9b9d}html.theme--documenter-dark .select.is-white:not(:hover)::after{border-color:#fff}html.theme--documenter-dark .select.is-white select{border-color:#fff}html.theme--documenter-dark .select.is-white select:hover,html.theme--documenter-dark .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--documenter-dark .select.is-white select:focus,html.theme--documenter-dark .select.is-white select.is-focused,html.theme--documenter-dark .select.is-white select:active,html.theme--documenter-dark .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--documenter-dark .select.is-black select{border-color:#0a0a0a}html.theme--documenter-dark .select.is-black select:hover,html.theme--documenter-dark .select.is-black select.is-hovered{border-color:#000}html.theme--documenter-dark .select.is-black select:focus,html.theme--documenter-dark .select.is-black select.is-focused,html.theme--documenter-dark .select.is-black select:active,html.theme--documenter-dark .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .select.is-light:not(:hover)::after{border-color:#ecf0f1}html.theme--documenter-dark .select.is-light select{border-color:#ecf0f1}html.theme--documenter-dark .select.is-light select:hover,html.theme--documenter-dark .select.is-light select.is-hovered{border-color:#dde4e6}html.theme--documenter-dark .select.is-light select:focus,html.theme--documenter-dark .select.is-light select.is-focused,html.theme--documenter-dark .select.is-light select:active,html.theme--documenter-dark .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .select.is-dark:not(:hover)::after,html.theme--documenter-dark .content kbd.select:not(:hover)::after{border-color:#282f2f}html.theme--documenter-dark .select.is-dark select,html.theme--documenter-dark .content kbd.select select{border-color:#282f2f}html.theme--documenter-dark .select.is-dark select:hover,html.theme--documenter-dark .content kbd.select select:hover,html.theme--documenter-dark .select.is-dark select.is-hovered,html.theme--documenter-dark .content kbd.select select.is-hovered{border-color:#1d2122}html.theme--documenter-dark .select.is-dark select:focus,html.theme--documenter-dark .content kbd.select select:focus,html.theme--documenter-dark .select.is-dark select.is-focused,html.theme--documenter-dark .content kbd.select select.is-focused,html.theme--documenter-dark .select.is-dark select:active,html.theme--documenter-dark .content kbd.select select:active,html.theme--documenter-dark .select.is-dark select.is-active,html.theme--documenter-dark .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .select.is-primary:not(:hover)::after,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#375a7f}html.theme--documenter-dark .select.is-primary select,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select{border-color:#375a7f}html.theme--documenter-dark .select.is-primary select:hover,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:hover,html.theme--documenter-dark .select.is-primary select.is-hovered,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#2f4d6d}html.theme--documenter-dark .select.is-primary select:focus,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:focus,html.theme--documenter-dark .select.is-primary select.is-focused,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--documenter-dark .select.is-primary select:active,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:active,html.theme--documenter-dark .select.is-primary select.is-active,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .select.is-link:not(:hover)::after{border-color:#1abc9c}html.theme--documenter-dark .select.is-link select{border-color:#1abc9c}html.theme--documenter-dark .select.is-link select:hover,html.theme--documenter-dark .select.is-link select.is-hovered{border-color:#17a689}html.theme--documenter-dark .select.is-link select:focus,html.theme--documenter-dark .select.is-link select.is-focused,html.theme--documenter-dark .select.is-link select:active,html.theme--documenter-dark .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .select.is-info:not(:hover)::after{border-color:#3c5dcd}html.theme--documenter-dark .select.is-info select{border-color:#3c5dcd}html.theme--documenter-dark .select.is-info select:hover,html.theme--documenter-dark .select.is-info select.is-hovered{border-color:#3151bf}html.theme--documenter-dark .select.is-info select:focus,html.theme--documenter-dark .select.is-info select.is-focused,html.theme--documenter-dark .select.is-info select:active,html.theme--documenter-dark .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}html.theme--documenter-dark .select.is-success:not(:hover)::after{border-color:#259a12}html.theme--documenter-dark .select.is-success select{border-color:#259a12}html.theme--documenter-dark .select.is-success select:hover,html.theme--documenter-dark .select.is-success select.is-hovered{border-color:#20830f}html.theme--documenter-dark .select.is-success select:focus,html.theme--documenter-dark .select.is-success select.is-focused,html.theme--documenter-dark .select.is-success select:active,html.theme--documenter-dark .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}html.theme--documenter-dark .select.is-warning:not(:hover)::after{border-color:#f4c72f}html.theme--documenter-dark .select.is-warning select{border-color:#f4c72f}html.theme--documenter-dark .select.is-warning select:hover,html.theme--documenter-dark .select.is-warning select.is-hovered{border-color:#f3c017}html.theme--documenter-dark .select.is-warning select:focus,html.theme--documenter-dark .select.is-warning select.is-focused,html.theme--documenter-dark .select.is-warning select:active,html.theme--documenter-dark .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(244,199,47,0.25)}html.theme--documenter-dark .select.is-danger:not(:hover)::after{border-color:#cb3c33}html.theme--documenter-dark .select.is-danger select{border-color:#cb3c33}html.theme--documenter-dark .select.is-danger select:hover,html.theme--documenter-dark .select.is-danger select.is-hovered{border-color:#b7362e}html.theme--documenter-dark .select.is-danger select:focus,html.theme--documenter-dark .select.is-danger select.is-focused,html.theme--documenter-dark .select.is-danger select:active,html.theme--documenter-dark .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}html.theme--documenter-dark .select.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--documenter-dark .select.is-medium{font-size:1.25rem}html.theme--documenter-dark .select.is-large{font-size:1.5rem}html.theme--documenter-dark .select.is-disabled::after{border-color:#fff !important;opacity:0.5}html.theme--documenter-dark .select.is-fullwidth{width:100%}html.theme--documenter-dark .select.is-fullwidth select{width:100%}html.theme--documenter-dark .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--documenter-dark .select.is-loading.is-small:after,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--documenter-dark .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--documenter-dark .select.is-loading.is-large:after{font-size:1.5rem}html.theme--documenter-dark .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--documenter-dark .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-white:hover .file-cta,html.theme--documenter-dark .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-white:focus .file-cta,html.theme--documenter-dark .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--documenter-dark .file.is-white:active .file-cta,html.theme--documenter-dark .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-black:hover .file-cta,html.theme--documenter-dark .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-black:focus .file-cta,html.theme--documenter-dark .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--documenter-dark .file.is-black:active .file-cta,html.theme--documenter-dark .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-light .file-cta{background-color:#ecf0f1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:hover .file-cta,html.theme--documenter-dark .file.is-light.is-hovered .file-cta{background-color:#e5eaec;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:focus .file-cta,html.theme--documenter-dark .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(236,240,241,0.25);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:active .file-cta,html.theme--documenter-dark .file.is-light.is-active .file-cta{background-color:#dde4e6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-dark .file-cta,html.theme--documenter-dark .content kbd.file .file-cta{background-color:#282f2f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-dark:hover .file-cta,html.theme--documenter-dark .content kbd.file:hover .file-cta,html.theme--documenter-dark .file.is-dark.is-hovered .file-cta,html.theme--documenter-dark .content kbd.file.is-hovered .file-cta{background-color:#232829;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-dark:focus .file-cta,html.theme--documenter-dark .content kbd.file:focus .file-cta,html.theme--documenter-dark .file.is-dark.is-focused .file-cta,html.theme--documenter-dark .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(40,47,47,0.25);color:#fff}html.theme--documenter-dark .file.is-dark:active .file-cta,html.theme--documenter-dark .content kbd.file:active .file-cta,html.theme--documenter-dark .file.is-dark.is-active .file-cta,html.theme--documenter-dark .content kbd.file.is-active .file-cta{background-color:#1d2122;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#375a7f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary:hover .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--documenter-dark .file.is-primary.is-hovered .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#335476;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary:focus .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--documenter-dark .file.is-primary.is-focused .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(55,90,127,0.25);color:#fff}html.theme--documenter-dark .file.is-primary:active .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--documenter-dark .file.is-primary.is-active .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#2f4d6d;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link .file-cta{background-color:#1abc9c;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link:hover .file-cta,html.theme--documenter-dark .file.is-link.is-hovered .file-cta{background-color:#18b193;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link:focus .file-cta,html.theme--documenter-dark .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(26,188,156,0.25);color:#fff}html.theme--documenter-dark .file.is-link:active .file-cta,html.theme--documenter-dark .file.is-link.is-active .file-cta{background-color:#17a689;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info .file-cta{background-color:#3c5dcd;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info:hover .file-cta,html.theme--documenter-dark .file.is-info.is-hovered .file-cta{background-color:#3355c9;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info:focus .file-cta,html.theme--documenter-dark .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(60,93,205,0.25);color:#fff}html.theme--documenter-dark .file.is-info:active .file-cta,html.theme--documenter-dark .file.is-info.is-active .file-cta{background-color:#3151bf;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success .file-cta{background-color:#259a12;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success:hover .file-cta,html.theme--documenter-dark .file.is-success.is-hovered .file-cta{background-color:#228f11;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success:focus .file-cta,html.theme--documenter-dark .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(37,154,18,0.25);color:#fff}html.theme--documenter-dark .file.is-success:active .file-cta,html.theme--documenter-dark .file.is-success.is-active .file-cta{background-color:#20830f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-warning .file-cta{background-color:#f4c72f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:hover .file-cta,html.theme--documenter-dark .file.is-warning.is-hovered .file-cta{background-color:#f3c423;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:focus .file-cta,html.theme--documenter-dark .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(244,199,47,0.25);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:active .file-cta,html.theme--documenter-dark .file.is-warning.is-active .file-cta{background-color:#f3c017;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-danger .file-cta{background-color:#cb3c33;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger:hover .file-cta,html.theme--documenter-dark .file.is-danger.is-hovered .file-cta{background-color:#c13930;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger:focus .file-cta,html.theme--documenter-dark .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(203,60,51,0.25);color:#fff}html.theme--documenter-dark .file.is-danger:active .file-cta,html.theme--documenter-dark .file.is-danger.is-active .file-cta{background-color:#b7362e;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--documenter-dark .file.is-normal{font-size:1rem}html.theme--documenter-dark .file.is-medium{font-size:1.25rem}html.theme--documenter-dark .file.is-medium .file-icon .fa{font-size:21px}html.theme--documenter-dark .file.is-large{font-size:1.5rem}html.theme--documenter-dark .file.is-large .file-icon .fa{font-size:28px}html.theme--documenter-dark .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--documenter-dark .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--documenter-dark .file.has-name.is-empty .file-name{display:none}html.theme--documenter-dark .file.is-boxed .file-label{flex-direction:column}html.theme--documenter-dark .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--documenter-dark .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--documenter-dark .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--documenter-dark .file.is-boxed .file-icon .fa{font-size:21px}html.theme--documenter-dark .file.is-boxed.is-small .file-icon .fa,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--documenter-dark .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--documenter-dark .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--documenter-dark .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--documenter-dark .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--documenter-dark .file.is-centered{justify-content:center}html.theme--documenter-dark .file.is-fullwidth .file-label{width:100%}html.theme--documenter-dark .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--documenter-dark .file.is-right{justify-content:flex-end}html.theme--documenter-dark .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--documenter-dark .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--documenter-dark .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--documenter-dark .file-label:hover .file-cta{background-color:#232829;color:#f2f2f2}html.theme--documenter-dark .file-label:hover .file-name{border-color:#596668}html.theme--documenter-dark .file-label:active .file-cta{background-color:#1d2122;color:#f2f2f2}html.theme--documenter-dark .file-label:active .file-name{border-color:#535f61}html.theme--documenter-dark .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--documenter-dark .file-cta,html.theme--documenter-dark .file-name{border-color:#5e6d6f;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--documenter-dark .file-cta{background-color:#282f2f;color:#fff}html.theme--documenter-dark .file-name{border-color:#5e6d6f;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--documenter-dark .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--documenter-dark .file-icon .fa{font-size:14px}html.theme--documenter-dark .label{color:#f2f2f2;display:block;font-size:1rem;font-weight:700}html.theme--documenter-dark .label:not(:last-child){margin-bottom:0.5em}html.theme--documenter-dark .label.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--documenter-dark .label.is-medium{font-size:1.25rem}html.theme--documenter-dark .label.is-large{font-size:1.5rem}html.theme--documenter-dark .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--documenter-dark .help.is-white{color:#fff}html.theme--documenter-dark .help.is-black{color:#0a0a0a}html.theme--documenter-dark .help.is-light{color:#ecf0f1}html.theme--documenter-dark .help.is-dark,html.theme--documenter-dark .content kbd.help{color:#282f2f}html.theme--documenter-dark .help.is-primary,html.theme--documenter-dark .docstring>section>a.help.docs-sourcelink{color:#375a7f}html.theme--documenter-dark .help.is-link{color:#1abc9c}html.theme--documenter-dark .help.is-info{color:#3c5dcd}html.theme--documenter-dark .help.is-success{color:#259a12}html.theme--documenter-dark .help.is-warning{color:#f4c72f}html.theme--documenter-dark .help.is-danger{color:#cb3c33}html.theme--documenter-dark .field:not(:last-child){margin-bottom:0.75rem}html.theme--documenter-dark .field.has-addons{display:flex;justify-content:flex-start}html.theme--documenter-dark .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .button,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .input,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .button,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .input,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .button.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .button.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .input.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .input.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--documenter-dark .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .field.has-addons.has-addons-centered{justify-content:center}html.theme--documenter-dark .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--documenter-dark .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .field.is-grouped{display:flex;justify-content:flex-start}html.theme--documenter-dark .field.is-grouped>.control{flex-shrink:0}html.theme--documenter-dark .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--documenter-dark .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--documenter-dark .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--documenter-dark .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field.is-horizontal{display:flex}}html.theme--documenter-dark .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--documenter-dark .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--documenter-dark .field-label.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--documenter-dark .field-label.is-normal{padding-top:0.375em}html.theme--documenter-dark .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--documenter-dark .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--documenter-dark .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--documenter-dark .field-body .field{margin-bottom:0}html.theme--documenter-dark .field-body>.field{flex-shrink:1}html.theme--documenter-dark .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--documenter-dark .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--documenter-dark .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--documenter-dark .control.has-icons-left .input:focus~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--documenter-dark .control.has-icons-left .select:focus~.icon,html.theme--documenter-dark .control.has-icons-right .input:focus~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--documenter-dark .control.has-icons-right .select:focus~.icon{color:#282f2f}html.theme--documenter-dark .control.has-icons-left .input.is-small~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-small~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-small~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--documenter-dark .control.has-icons-left .input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--documenter-dark .control.has-icons-left .input.is-large~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-large~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-large~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--documenter-dark .control.has-icons-left .icon,html.theme--documenter-dark .control.has-icons-right .icon{color:#5e6d6f;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--documenter-dark .control.has-icons-left .input,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--documenter-dark .control.has-icons-left .select select{padding-left:2.5em}html.theme--documenter-dark .control.has-icons-left .icon.is-left{left:0}html.theme--documenter-dark .control.has-icons-right .input,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--documenter-dark .control.has-icons-right .select select{padding-right:2.5em}html.theme--documenter-dark .control.has-icons-right .icon.is-right{right:0}html.theme--documenter-dark .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--documenter-dark .control.is-loading.is-small:after,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--documenter-dark .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--documenter-dark .control.is-loading.is-large:after{font-size:1.5rem}html.theme--documenter-dark .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--documenter-dark .breadcrumb a{align-items:center;color:#1abc9c;display:flex;justify-content:center;padding:0 .75em}html.theme--documenter-dark .breadcrumb a:hover{color:#1dd2af}html.theme--documenter-dark .breadcrumb li{align-items:center;display:flex}html.theme--documenter-dark .breadcrumb li:first-child a{padding-left:0}html.theme--documenter-dark .breadcrumb li.is-active a{color:#f2f2f2;cursor:default;pointer-events:none}html.theme--documenter-dark .breadcrumb li+li::before{color:#8c9b9d;content:"\0002f"}html.theme--documenter-dark .breadcrumb ul,html.theme--documenter-dark .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .breadcrumb .icon:first-child{margin-right:.5em}html.theme--documenter-dark .breadcrumb .icon:last-child{margin-left:.5em}html.theme--documenter-dark .breadcrumb.is-centered ol,html.theme--documenter-dark .breadcrumb.is-centered ul{justify-content:center}html.theme--documenter-dark .breadcrumb.is-right ol,html.theme--documenter-dark .breadcrumb.is-right ul{justify-content:flex-end}html.theme--documenter-dark .breadcrumb.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--documenter-dark .breadcrumb.is-medium{font-size:1.25rem}html.theme--documenter-dark .breadcrumb.is-large{font-size:1.5rem}html.theme--documenter-dark .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--documenter-dark .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--documenter-dark .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--documenter-dark .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--documenter-dark .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#fff;max-width:100%;position:relative}html.theme--documenter-dark .card-footer:first-child,html.theme--documenter-dark .card-content:first-child,html.theme--documenter-dark .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--documenter-dark .card-footer:last-child,html.theme--documenter-dark .card-content:last-child,html.theme--documenter-dark .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--documenter-dark .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--documenter-dark .card-header-title{align-items:center;color:#f2f2f2;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--documenter-dark .card-header-title.is-centered{justify-content:center}html.theme--documenter-dark .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--documenter-dark .card-image{display:block;position:relative}html.theme--documenter-dark .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--documenter-dark .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--documenter-dark .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--documenter-dark .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--documenter-dark .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--documenter-dark .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--documenter-dark .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--documenter-dark .dropdown.is-active .dropdown-menu,html.theme--documenter-dark .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--documenter-dark .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--documenter-dark .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--documenter-dark .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--documenter-dark .dropdown-content{background-color:#282f2f;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--documenter-dark .dropdown-item{color:#fff;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--documenter-dark a.dropdown-item,html.theme--documenter-dark button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--documenter-dark a.dropdown-item:hover,html.theme--documenter-dark button.dropdown-item:hover{background-color:#282f2f;color:#0a0a0a}html.theme--documenter-dark a.dropdown-item.is-active,html.theme--documenter-dark button.dropdown-item.is-active{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--documenter-dark .level{align-items:center;justify-content:space-between}html.theme--documenter-dark .level code{border-radius:.4em}html.theme--documenter-dark .level img{display:inline-block;vertical-align:top}html.theme--documenter-dark .level.is-mobile{display:flex}html.theme--documenter-dark .level.is-mobile .level-left,html.theme--documenter-dark .level.is-mobile .level-right{display:flex}html.theme--documenter-dark .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--documenter-dark .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--documenter-dark .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level{display:flex}html.theme--documenter-dark .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--documenter-dark .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--documenter-dark .level-item .title,html.theme--documenter-dark .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--documenter-dark .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--documenter-dark .level-left,html.theme--documenter-dark .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--documenter-dark .level-left .level-item.is-flexible,html.theme--documenter-dark .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-left .level-item:not(:last-child),html.theme--documenter-dark .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--documenter-dark .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--documenter-dark .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-left{display:flex}}html.theme--documenter-dark .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-right{display:flex}}html.theme--documenter-dark .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--documenter-dark .media .content:not(:last-child){margin-bottom:.75rem}html.theme--documenter-dark .media .media{border-top:1px solid rgba(94,109,111,0.5);display:flex;padding-top:.75rem}html.theme--documenter-dark .media .media .content:not(:last-child),html.theme--documenter-dark .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--documenter-dark .media .media .media{padding-top:.5rem}html.theme--documenter-dark .media .media .media+.media{margin-top:.5rem}html.theme--documenter-dark .media+.media{border-top:1px solid rgba(94,109,111,0.5);margin-top:1rem;padding-top:1rem}html.theme--documenter-dark .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--documenter-dark .media-left,html.theme--documenter-dark .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--documenter-dark .media-left{margin-right:1rem}html.theme--documenter-dark .media-right{margin-left:1rem}html.theme--documenter-dark .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--documenter-dark .media-content{overflow-x:auto}}html.theme--documenter-dark .menu{font-size:1rem}html.theme--documenter-dark .menu.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--documenter-dark .menu.is-medium{font-size:1.25rem}html.theme--documenter-dark .menu.is-large{font-size:1.5rem}html.theme--documenter-dark .menu-list{line-height:1.25}html.theme--documenter-dark .menu-list a{border-radius:3px;color:#fff;display:block;padding:0.5em 0.75em}html.theme--documenter-dark .menu-list a:hover{background-color:#282f2f;color:#f2f2f2}html.theme--documenter-dark .menu-list a.is-active{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .menu-list li ul{border-left:1px solid #5e6d6f;margin:.75em;padding-left:.75em}html.theme--documenter-dark .menu-label{color:#fff;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--documenter-dark .menu-label:not(:first-child){margin-top:1em}html.theme--documenter-dark .menu-label:not(:last-child){margin-bottom:1em}html.theme--documenter-dark .message{background-color:#282f2f;border-radius:.4em;font-size:1rem}html.theme--documenter-dark .message strong{color:currentColor}html.theme--documenter-dark .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--documenter-dark .message.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--documenter-dark .message.is-medium{font-size:1.25rem}html.theme--documenter-dark .message.is-large{font-size:1.5rem}html.theme--documenter-dark .message.is-white{background-color:#fff}html.theme--documenter-dark .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .message.is-white .message-body{border-color:#fff}html.theme--documenter-dark .message.is-black{background-color:#fafafa}html.theme--documenter-dark .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .message.is-black .message-body{border-color:#0a0a0a}html.theme--documenter-dark .message.is-light{background-color:#f9fafb}html.theme--documenter-dark .message.is-light .message-header{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .message.is-light .message-body{border-color:#ecf0f1}html.theme--documenter-dark .message.is-dark,html.theme--documenter-dark .content kbd.message{background-color:#f9fafa}html.theme--documenter-dark .message.is-dark .message-header,html.theme--documenter-dark .content kbd.message .message-header{background-color:#282f2f;color:#fff}html.theme--documenter-dark .message.is-dark .message-body,html.theme--documenter-dark .content kbd.message .message-body{border-color:#282f2f}html.theme--documenter-dark .message.is-primary,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink{background-color:#f1f5f9}html.theme--documenter-dark .message.is-primary .message-header,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink .message-header{background-color:#375a7f;color:#fff}html.theme--documenter-dark .message.is-primary .message-body,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink .message-body{border-color:#375a7f;color:#4d7eb2}html.theme--documenter-dark .message.is-link{background-color:#edfdf9}html.theme--documenter-dark .message.is-link .message-header{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .message.is-link .message-body{border-color:#1abc9c;color:#15987e}html.theme--documenter-dark .message.is-info{background-color:#eff2fb}html.theme--documenter-dark .message.is-info .message-header{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .message.is-info .message-body{border-color:#3c5dcd;color:#3253c3}html.theme--documenter-dark .message.is-success{background-color:#effded}html.theme--documenter-dark .message.is-success .message-header{background-color:#259a12;color:#fff}html.theme--documenter-dark .message.is-success .message-body{border-color:#259a12;color:#2ec016}html.theme--documenter-dark .message.is-warning{background-color:#fefaec}html.theme--documenter-dark .message.is-warning .message-header{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .message.is-warning .message-body{border-color:#f4c72f;color:#8c6e07}html.theme--documenter-dark .message.is-danger{background-color:#fbefef}html.theme--documenter-dark .message.is-danger .message-header{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .message.is-danger .message-body{border-color:#cb3c33;color:#c03930}html.theme--documenter-dark .message-header{align-items:center;background-color:#fff;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--documenter-dark .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--documenter-dark .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--documenter-dark .message-body{border-color:#5e6d6f;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#fff;padding:1.25em 1.5em}html.theme--documenter-dark .message-body code,html.theme--documenter-dark .message-body pre{background-color:#fff}html.theme--documenter-dark .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--documenter-dark .modal.is-active{display:flex}html.theme--documenter-dark .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--documenter-dark .modal-content,html.theme--documenter-dark .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--documenter-dark .modal-content,html.theme--documenter-dark .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--documenter-dark .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--documenter-dark .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--documenter-dark .modal-card-head,html.theme--documenter-dark .modal-card-foot{align-items:center;background-color:#282f2f;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--documenter-dark .modal-card-head{border-bottom:1px solid #5e6d6f;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--documenter-dark .modal-card-title{color:#f2f2f2;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--documenter-dark .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #5e6d6f}html.theme--documenter-dark .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--documenter-dark .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--documenter-dark .navbar{background-color:#375a7f;min-height:4rem;position:relative;z-index:30}html.theme--documenter-dark .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-white .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--documenter-dark .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-black .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--documenter-dark .navbar.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-light .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}}html.theme--documenter-dark .navbar.is-dark,html.theme--documenter-dark .content kbd.navbar{background-color:#282f2f;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-burger,html.theme--documenter-dark .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-dark .navbar-start>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-end>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#282f2f;color:#fff}}html.theme--documenter-dark .navbar.is-primary,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-burger,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-primary .navbar-start>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-end>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#375a7f;color:#fff}}html.theme--documenter-dark .navbar.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-link .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1abc9c;color:#fff}}html.theme--documenter-dark .navbar.is-info{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-info .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3c5dcd;color:#fff}}html.theme--documenter-dark .navbar.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-success .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#259a12;color:#fff}}html.theme--documenter-dark .navbar.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-warning .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#f4c72f;color:rgba(0,0,0,0.7)}}html.theme--documenter-dark .navbar.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-danger .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#cb3c33;color:#fff}}html.theme--documenter-dark .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--documenter-dark .navbar.has-shadow{box-shadow:0 2px 0 0 #282f2f}html.theme--documenter-dark .navbar.is-fixed-bottom,html.theme--documenter-dark .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #282f2f}html.theme--documenter-dark .navbar.is-fixed-top{top:0}html.theme--documenter-dark html.has-navbar-fixed-top,html.theme--documenter-dark body.has-navbar-fixed-top{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom,html.theme--documenter-dark body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--documenter-dark .navbar-brand,html.theme--documenter-dark .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--documenter-dark .navbar-brand a.navbar-item:focus,html.theme--documenter-dark .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--documenter-dark .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--documenter-dark .navbar-burger{color:#fff;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--documenter-dark .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--documenter-dark .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--documenter-dark .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--documenter-dark .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--documenter-dark .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--documenter-dark .navbar-menu{display:none}html.theme--documenter-dark .navbar-item,html.theme--documenter-dark .navbar-link{color:#fff;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--documenter-dark .navbar-item .icon:only-child,html.theme--documenter-dark .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--documenter-dark a.navbar-item,html.theme--documenter-dark .navbar-link{cursor:pointer}html.theme--documenter-dark a.navbar-item:focus,html.theme--documenter-dark a.navbar-item:focus-within,html.theme--documenter-dark a.navbar-item:hover,html.theme--documenter-dark a.navbar-item.is-active,html.theme--documenter-dark .navbar-link:focus,html.theme--documenter-dark .navbar-link:focus-within,html.theme--documenter-dark .navbar-link:hover,html.theme--documenter-dark .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}html.theme--documenter-dark .navbar-item{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .navbar-item img{max-height:1.75rem}html.theme--documenter-dark .navbar-item.has-dropdown{padding:0}html.theme--documenter-dark .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--documenter-dark .navbar-item.is-tab:focus,html.theme--documenter-dark .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#1abc9c}html.theme--documenter-dark .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#1abc9c;border-bottom-style:solid;border-bottom-width:3px;color:#1abc9c;padding-bottom:calc(0.5rem - 3px)}html.theme--documenter-dark .navbar-content{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--documenter-dark .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--documenter-dark .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--documenter-dark .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--documenter-dark .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--documenter-dark .navbar>.container{display:block}html.theme--documenter-dark .navbar-brand .navbar-item,html.theme--documenter-dark .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--documenter-dark .navbar-link::after{display:none}html.theme--documenter-dark .navbar-menu{background-color:#375a7f;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--documenter-dark .navbar-menu.is-active{display:block}html.theme--documenter-dark .navbar.is-fixed-bottom-touch,html.theme--documenter-dark .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom-touch{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--documenter-dark .navbar.is-fixed-top-touch{top:0}html.theme--documenter-dark .navbar.is-fixed-top .navbar-menu,html.theme--documenter-dark .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--documenter-dark html.has-navbar-fixed-top-touch,html.theme--documenter-dark body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom-touch,html.theme--documenter-dark body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar,html.theme--documenter-dark .navbar-menu,html.theme--documenter-dark .navbar-start,html.theme--documenter-dark .navbar-end{align-items:stretch;display:flex}html.theme--documenter-dark .navbar{min-height:4rem}html.theme--documenter-dark .navbar.is-spaced{padding:1rem 2rem}html.theme--documenter-dark .navbar.is-spaced .navbar-start,html.theme--documenter-dark .navbar.is-spaced .navbar-end{align-items:center}html.theme--documenter-dark .navbar.is-spaced a.navbar-item,html.theme--documenter-dark .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--documenter-dark .navbar.is-transparent a.navbar-item:focus,html.theme--documenter-dark .navbar.is-transparent a.navbar-item:hover,html.theme--documenter-dark .navbar.is-transparent a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-transparent .navbar-link:focus,html.theme--documenter-dark .navbar.is-transparent .navbar-link:hover,html.theme--documenter-dark .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}html.theme--documenter-dark .navbar-burger{display:none}html.theme--documenter-dark .navbar-item,html.theme--documenter-dark .navbar-link{align-items:center;display:flex}html.theme--documenter-dark .navbar-item.has-dropdown{align-items:stretch}html.theme--documenter-dark .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--documenter-dark .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--documenter-dark .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--documenter-dark .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--documenter-dark .navbar-dropdown{background-color:#375a7f;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--documenter-dark .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--documenter-dark .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--documenter-dark .navbar-dropdown a.navbar-item:focus,html.theme--documenter-dark .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}.navbar.is-spaced html.theme--documenter-dark .navbar-dropdown,html.theme--documenter-dark .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--documenter-dark .navbar-dropdown.is-right{left:auto;right:0}html.theme--documenter-dark .navbar-divider{display:block}html.theme--documenter-dark .navbar>.container .navbar-brand,html.theme--documenter-dark .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--documenter-dark .navbar>.container .navbar-menu,html.theme--documenter-dark .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop,html.theme--documenter-dark .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--documenter-dark .navbar.is-fixed-top-desktop{top:0}html.theme--documenter-dark html.has-navbar-fixed-top-desktop,html.theme--documenter-dark body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom-desktop,html.theme--documenter-dark body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--documenter-dark html.has-spaced-navbar-fixed-top,html.theme--documenter-dark body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--documenter-dark html.has-spaced-navbar-fixed-bottom,html.theme--documenter-dark body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--documenter-dark a.navbar-item.is-active,html.theme--documenter-dark .navbar-link.is-active{color:#1abc9c}html.theme--documenter-dark a.navbar-item.is-active:not(:focus):not(:hover),html.theme--documenter-dark .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--documenter-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--documenter-dark .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--documenter-dark .pagination{font-size:1rem;margin:-.25rem}html.theme--documenter-dark .pagination.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--documenter-dark .pagination.is-medium{font-size:1.25rem}html.theme--documenter-dark .pagination.is-large{font-size:1.5rem}html.theme--documenter-dark .pagination.is-rounded .pagination-previous,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--documenter-dark .pagination.is-rounded .pagination-next,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--documenter-dark .pagination.is-rounded .pagination-link,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--documenter-dark .pagination,html.theme--documenter-dark .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link{border-color:#5e6d6f;color:#1abc9c;min-width:2.5em}html.theme--documenter-dark .pagination-previous:hover,html.theme--documenter-dark .pagination-next:hover,html.theme--documenter-dark .pagination-link:hover{border-color:#8c9b9d;color:#1dd2af}html.theme--documenter-dark .pagination-previous:focus,html.theme--documenter-dark .pagination-next:focus,html.theme--documenter-dark .pagination-link:focus{border-color:#8c9b9d}html.theme--documenter-dark .pagination-previous:active,html.theme--documenter-dark .pagination-next:active,html.theme--documenter-dark .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--documenter-dark .pagination-previous[disabled],html.theme--documenter-dark .pagination-previous.is-disabled,html.theme--documenter-dark .pagination-next[disabled],html.theme--documenter-dark .pagination-next.is-disabled,html.theme--documenter-dark .pagination-link[disabled],html.theme--documenter-dark .pagination-link.is-disabled{background-color:#5e6d6f;border-color:#5e6d6f;box-shadow:none;color:#fff;opacity:0.5}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--documenter-dark .pagination-link.is-current{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .pagination-ellipsis{color:#8c9b9d;pointer-events:none}html.theme--documenter-dark .pagination-list{flex-wrap:wrap}html.theme--documenter-dark .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--documenter-dark .pagination{flex-wrap:wrap}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--documenter-dark .pagination-previous{order:2}html.theme--documenter-dark .pagination-next{order:3}html.theme--documenter-dark .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--documenter-dark .pagination.is-centered .pagination-previous{order:1}html.theme--documenter-dark .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--documenter-dark .pagination.is-centered .pagination-next{order:3}html.theme--documenter-dark .pagination.is-right .pagination-previous{order:1}html.theme--documenter-dark .pagination.is-right .pagination-next{order:2}html.theme--documenter-dark .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--documenter-dark .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--documenter-dark .panel:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--documenter-dark .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--documenter-dark .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--documenter-dark .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--documenter-dark .panel.is-light .panel-heading{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .panel.is-light .panel-tabs a.is-active{border-bottom-color:#ecf0f1}html.theme--documenter-dark .panel.is-light .panel-block.is-active .panel-icon{color:#ecf0f1}html.theme--documenter-dark .panel.is-dark .panel-heading,html.theme--documenter-dark .content kbd.panel .panel-heading{background-color:#282f2f;color:#fff}html.theme--documenter-dark .panel.is-dark .panel-tabs a.is-active,html.theme--documenter-dark .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#282f2f}html.theme--documenter-dark .panel.is-dark .panel-block.is-active .panel-icon,html.theme--documenter-dark .content kbd.panel .panel-block.is-active .panel-icon{color:#282f2f}html.theme--documenter-dark .panel.is-primary .panel-heading,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#375a7f;color:#fff}html.theme--documenter-dark .panel.is-primary .panel-tabs a.is-active,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#375a7f}html.theme--documenter-dark .panel.is-primary .panel-block.is-active .panel-icon,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#375a7f}html.theme--documenter-dark .panel.is-link .panel-heading{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .panel.is-link .panel-tabs a.is-active{border-bottom-color:#1abc9c}html.theme--documenter-dark .panel.is-link .panel-block.is-active .panel-icon{color:#1abc9c}html.theme--documenter-dark .panel.is-info .panel-heading{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .panel.is-info .panel-tabs a.is-active{border-bottom-color:#3c5dcd}html.theme--documenter-dark .panel.is-info .panel-block.is-active .panel-icon{color:#3c5dcd}html.theme--documenter-dark .panel.is-success .panel-heading{background-color:#259a12;color:#fff}html.theme--documenter-dark .panel.is-success .panel-tabs a.is-active{border-bottom-color:#259a12}html.theme--documenter-dark .panel.is-success .panel-block.is-active .panel-icon{color:#259a12}html.theme--documenter-dark .panel.is-warning .panel-heading{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#f4c72f}html.theme--documenter-dark .panel.is-warning .panel-block.is-active .panel-icon{color:#f4c72f}html.theme--documenter-dark .panel.is-danger .panel-heading{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#cb3c33}html.theme--documenter-dark .panel.is-danger .panel-block.is-active .panel-icon{color:#cb3c33}html.theme--documenter-dark .panel-tabs:not(:last-child),html.theme--documenter-dark .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--documenter-dark .panel-heading{background-color:#343c3d;border-radius:8px 8px 0 0;color:#f2f2f2;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--documenter-dark .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--documenter-dark .panel-tabs a{border-bottom:1px solid #5e6d6f;margin-bottom:-1px;padding:0.5em}html.theme--documenter-dark .panel-tabs a.is-active{border-bottom-color:#343c3d;color:#17a689}html.theme--documenter-dark .panel-list a{color:#fff}html.theme--documenter-dark .panel-list a:hover{color:#1abc9c}html.theme--documenter-dark .panel-block{align-items:center;color:#f2f2f2;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--documenter-dark .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--documenter-dark .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--documenter-dark .panel-block.is-wrapped{flex-wrap:wrap}html.theme--documenter-dark .panel-block.is-active{border-left-color:#1abc9c;color:#17a689}html.theme--documenter-dark .panel-block.is-active .panel-icon{color:#1abc9c}html.theme--documenter-dark .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--documenter-dark a.panel-block,html.theme--documenter-dark label.panel-block{cursor:pointer}html.theme--documenter-dark a.panel-block:hover,html.theme--documenter-dark label.panel-block:hover{background-color:#282f2f}html.theme--documenter-dark .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#fff;margin-right:.75em}html.theme--documenter-dark .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--documenter-dark .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--documenter-dark .tabs a{align-items:center;border-bottom-color:#5e6d6f;border-bottom-style:solid;border-bottom-width:1px;color:#fff;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--documenter-dark .tabs a:hover{border-bottom-color:#f2f2f2;color:#f2f2f2}html.theme--documenter-dark .tabs li{display:block}html.theme--documenter-dark .tabs li.is-active a{border-bottom-color:#1abc9c;color:#1abc9c}html.theme--documenter-dark .tabs ul{align-items:center;border-bottom-color:#5e6d6f;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--documenter-dark .tabs ul.is-left{padding-right:0.75em}html.theme--documenter-dark .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--documenter-dark .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--documenter-dark .tabs .icon:first-child{margin-right:.5em}html.theme--documenter-dark .tabs .icon:last-child{margin-left:.5em}html.theme--documenter-dark .tabs.is-centered ul{justify-content:center}html.theme--documenter-dark .tabs.is-right ul{justify-content:flex-end}html.theme--documenter-dark .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--documenter-dark .tabs.is-boxed a:hover{background-color:#282f2f;border-bottom-color:#5e6d6f}html.theme--documenter-dark .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#5e6d6f;border-bottom-color:rgba(0,0,0,0) !important}html.theme--documenter-dark .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .tabs.is-toggle a{border-color:#5e6d6f;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--documenter-dark .tabs.is-toggle a:hover{background-color:#282f2f;border-color:#8c9b9d;z-index:2}html.theme--documenter-dark .tabs.is-toggle li+li{margin-left:-1px}html.theme--documenter-dark .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--documenter-dark .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--documenter-dark .tabs.is-toggle li.is-active a{background-color:#1abc9c;border-color:#1abc9c;color:#fff;z-index:1}html.theme--documenter-dark .tabs.is-toggle ul{border-bottom:none}html.theme--documenter-dark .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--documenter-dark .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--documenter-dark .tabs.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--documenter-dark .tabs.is-medium{font-size:1.25rem}html.theme--documenter-dark .tabs.is-large{font-size:1.5rem}html.theme--documenter-dark .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--documenter-dark .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--documenter-dark .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--documenter-dark .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--documenter-dark .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--documenter-dark .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--documenter-dark .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--documenter-dark .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--documenter-dark .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--documenter-dark .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--documenter-dark .column.is-narrow-mobile{flex:none;width:unset}html.theme--documenter-dark .column.is-full-mobile{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-mobile{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-mobile{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--documenter-dark .column.is-0-mobile{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-mobile{margin-left:0%}html.theme--documenter-dark .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-mobile{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-mobile{margin-left:25%}html.theme--documenter-dark .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-mobile{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-mobile{margin-left:50%}html.theme--documenter-dark .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-mobile{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-mobile{margin-left:75%}html.theme--documenter-dark .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-mobile{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .column.is-narrow,html.theme--documenter-dark .column.is-narrow-tablet{flex:none;width:unset}html.theme--documenter-dark .column.is-full,html.theme--documenter-dark .column.is-full-tablet{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters,html.theme--documenter-dark .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds,html.theme--documenter-dark .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half,html.theme--documenter-dark .column.is-half-tablet{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third,html.theme--documenter-dark .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter,html.theme--documenter-dark .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth,html.theme--documenter-dark .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths,html.theme--documenter-dark .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths,html.theme--documenter-dark .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths,html.theme--documenter-dark .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters,html.theme--documenter-dark .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds,html.theme--documenter-dark .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half,html.theme--documenter-dark .column.is-offset-half-tablet{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third,html.theme--documenter-dark .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter,html.theme--documenter-dark .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth,html.theme--documenter-dark .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths,html.theme--documenter-dark .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths,html.theme--documenter-dark .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths,html.theme--documenter-dark .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--documenter-dark .column.is-0,html.theme--documenter-dark .column.is-0-tablet{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0,html.theme--documenter-dark .column.is-offset-0-tablet{margin-left:0%}html.theme--documenter-dark .column.is-1,html.theme--documenter-dark .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1,html.theme--documenter-dark .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2,html.theme--documenter-dark .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2,html.theme--documenter-dark .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3,html.theme--documenter-dark .column.is-3-tablet{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3,html.theme--documenter-dark .column.is-offset-3-tablet{margin-left:25%}html.theme--documenter-dark .column.is-4,html.theme--documenter-dark .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4,html.theme--documenter-dark .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5,html.theme--documenter-dark .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5,html.theme--documenter-dark .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6,html.theme--documenter-dark .column.is-6-tablet{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6,html.theme--documenter-dark .column.is-offset-6-tablet{margin-left:50%}html.theme--documenter-dark .column.is-7,html.theme--documenter-dark .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7,html.theme--documenter-dark .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8,html.theme--documenter-dark .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8,html.theme--documenter-dark .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9,html.theme--documenter-dark .column.is-9-tablet{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9,html.theme--documenter-dark .column.is-offset-9-tablet{margin-left:75%}html.theme--documenter-dark .column.is-10,html.theme--documenter-dark .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10,html.theme--documenter-dark .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11,html.theme--documenter-dark .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11,html.theme--documenter-dark .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12,html.theme--documenter-dark .column.is-12-tablet{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12,html.theme--documenter-dark .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--documenter-dark .column.is-narrow-touch{flex:none;width:unset}html.theme--documenter-dark .column.is-full-touch{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-touch{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-touch{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-touch{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-touch{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-touch{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-touch{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-touch{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-touch{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--documenter-dark .column.is-0-touch{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-touch{margin-left:0%}html.theme--documenter-dark .column.is-1-touch{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-touch{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-touch{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-touch{margin-left:25%}html.theme--documenter-dark .column.is-4-touch{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-touch{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-touch{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-touch{margin-left:50%}html.theme--documenter-dark .column.is-7-touch{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-touch{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-touch{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-touch{margin-left:75%}html.theme--documenter-dark .column.is-10-touch{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-touch{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-touch{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--documenter-dark .column.is-narrow-desktop{flex:none;width:unset}html.theme--documenter-dark .column.is-full-desktop{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-desktop{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-desktop{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--documenter-dark .column.is-0-desktop{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-desktop{margin-left:0%}html.theme--documenter-dark .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-desktop{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-desktop{margin-left:25%}html.theme--documenter-dark .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-desktop{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-desktop{margin-left:50%}html.theme--documenter-dark .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-desktop{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-desktop{margin-left:75%}html.theme--documenter-dark .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-desktop{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--documenter-dark .column.is-narrow-widescreen{flex:none;width:unset}html.theme--documenter-dark .column.is-full-widescreen{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-widescreen{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-widescreen{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--documenter-dark .column.is-0-widescreen{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-widescreen{margin-left:0%}html.theme--documenter-dark .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-widescreen{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-widescreen{margin-left:25%}html.theme--documenter-dark .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-widescreen{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-widescreen{margin-left:50%}html.theme--documenter-dark .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-widescreen{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-widescreen{margin-left:75%}html.theme--documenter-dark .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-widescreen{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--documenter-dark .column.is-narrow-fullhd{flex:none;width:unset}html.theme--documenter-dark .column.is-full-fullhd{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-fullhd{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-fullhd{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--documenter-dark .column.is-0-fullhd{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-fullhd{margin-left:0%}html.theme--documenter-dark .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-fullhd{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-fullhd{margin-left:25%}html.theme--documenter-dark .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-fullhd{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-fullhd{margin-left:50%}html.theme--documenter-dark .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-fullhd{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-fullhd{margin-left:75%}html.theme--documenter-dark .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-fullhd{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-fullhd{margin-left:100%}}html.theme--documenter-dark .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--documenter-dark .columns:last-child{margin-bottom:-.75rem}html.theme--documenter-dark .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--documenter-dark .columns.is-centered{justify-content:center}html.theme--documenter-dark .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--documenter-dark .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--documenter-dark .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .columns.is-gapless:last-child{margin-bottom:0}html.theme--documenter-dark .columns.is-mobile{display:flex}html.theme--documenter-dark .columns.is-multiline{flex-wrap:wrap}html.theme--documenter-dark .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-desktop{display:flex}}html.theme--documenter-dark .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--documenter-dark .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--documenter-dark .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--documenter-dark .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--documenter-dark .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--documenter-dark .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--documenter-dark .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--documenter-dark .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--documenter-dark .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--documenter-dark .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--documenter-dark .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--documenter-dark .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--documenter-dark .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--documenter-dark .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--documenter-dark .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--documenter-dark .tile.is-child{margin:0 !important}html.theme--documenter-dark .tile.is-parent{padding:.75rem}html.theme--documenter-dark .tile.is-vertical{flex-direction:column}html.theme--documenter-dark .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--documenter-dark .tile:not(.is-child){display:flex}html.theme--documenter-dark .tile.is-1{flex:none;width:8.33333337%}html.theme--documenter-dark .tile.is-2{flex:none;width:16.66666674%}html.theme--documenter-dark .tile.is-3{flex:none;width:25%}html.theme--documenter-dark .tile.is-4{flex:none;width:33.33333337%}html.theme--documenter-dark .tile.is-5{flex:none;width:41.66666674%}html.theme--documenter-dark .tile.is-6{flex:none;width:50%}html.theme--documenter-dark .tile.is-7{flex:none;width:58.33333337%}html.theme--documenter-dark .tile.is-8{flex:none;width:66.66666674%}html.theme--documenter-dark .tile.is-9{flex:none;width:75%}html.theme--documenter-dark .tile.is-10{flex:none;width:83.33333337%}html.theme--documenter-dark .tile.is-11{flex:none;width:91.66666674%}html.theme--documenter-dark .tile.is-12{flex:none;width:100%}}html.theme--documenter-dark .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--documenter-dark .hero .navbar{background:none}html.theme--documenter-dark .hero .tabs ul{border-bottom:none}html.theme--documenter-dark .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-white strong{color:inherit}html.theme--documenter-dark .hero.is-white .title{color:#0a0a0a}html.theme--documenter-dark .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--documenter-dark .hero.is-white .subtitle a:not(.button),html.theme--documenter-dark .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-white .navbar-menu{background-color:#fff}}html.theme--documenter-dark .hero.is-white .navbar-item,html.theme--documenter-dark .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--documenter-dark .hero.is-white a.navbar-item:hover,html.theme--documenter-dark .hero.is-white a.navbar-item.is-active,html.theme--documenter-dark .hero.is-white .navbar-link:hover,html.theme--documenter-dark .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--documenter-dark .hero.is-white .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--documenter-dark .hero.is-white .tabs.is-boxed a,html.theme--documenter-dark .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--documenter-dark .hero.is-white .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-white .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-white .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--documenter-dark .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-black strong{color:inherit}html.theme--documenter-dark .hero.is-black .title{color:#fff}html.theme--documenter-dark .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-black .subtitle a:not(.button),html.theme--documenter-dark .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--documenter-dark .hero.is-black .navbar-item,html.theme--documenter-dark .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-black a.navbar-item:hover,html.theme--documenter-dark .hero.is-black a.navbar-item.is-active,html.theme--documenter-dark .hero.is-black .navbar-link:hover,html.theme--documenter-dark .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-black .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--documenter-dark .hero.is-black .tabs.is-boxed a,html.theme--documenter-dark .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-black .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-black .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-black .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--documenter-dark .hero.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-light strong{color:inherit}html.theme--documenter-dark .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--documenter-dark .hero.is-light .subtitle a:not(.button),html.theme--documenter-dark .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-light .navbar-menu{background-color:#ecf0f1}}html.theme--documenter-dark .hero.is-light .navbar-item,html.theme--documenter-dark .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light a.navbar-item:hover,html.theme--documenter-dark .hero.is-light a.navbar-item.is-active,html.theme--documenter-dark .hero.is-light .navbar-link:hover,html.theme--documenter-dark .hero.is-light .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--documenter-dark .hero.is-light .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-light .tabs li.is-active a{color:#ecf0f1 !important;opacity:1}html.theme--documenter-dark .hero.is-light .tabs.is-boxed a,html.theme--documenter-dark .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-light .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-light .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .hero.is-light.is-bold{background-image:linear-gradient(141deg, #cadfe0 0%, #ecf0f1 71%, #fafbfc 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #cadfe0 0%, #ecf0f1 71%, #fafbfc 100%)}}html.theme--documenter-dark .hero.is-dark,html.theme--documenter-dark .content kbd.hero{background-color:#282f2f;color:#fff}html.theme--documenter-dark .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-dark strong,html.theme--documenter-dark .content kbd.hero strong{color:inherit}html.theme--documenter-dark .hero.is-dark .title,html.theme--documenter-dark .content kbd.hero .title{color:#fff}html.theme--documenter-dark .hero.is-dark .subtitle,html.theme--documenter-dark .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-dark .subtitle a:not(.button),html.theme--documenter-dark .content kbd.hero .subtitle a:not(.button),html.theme--documenter-dark .hero.is-dark .subtitle strong,html.theme--documenter-dark .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-dark .navbar-menu,html.theme--documenter-dark .content kbd.hero .navbar-menu{background-color:#282f2f}}html.theme--documenter-dark .hero.is-dark .navbar-item,html.theme--documenter-dark .content kbd.hero .navbar-item,html.theme--documenter-dark .hero.is-dark .navbar-link,html.theme--documenter-dark .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-dark a.navbar-item:hover,html.theme--documenter-dark .content kbd.hero a.navbar-item:hover,html.theme--documenter-dark .hero.is-dark a.navbar-item.is-active,html.theme--documenter-dark .content kbd.hero a.navbar-item.is-active,html.theme--documenter-dark .hero.is-dark .navbar-link:hover,html.theme--documenter-dark .content kbd.hero .navbar-link:hover,html.theme--documenter-dark .hero.is-dark .navbar-link.is-active,html.theme--documenter-dark .content kbd.hero .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .hero.is-dark .tabs a,html.theme--documenter-dark .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-dark .tabs a:hover,html.theme--documenter-dark .content kbd.hero .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-dark .tabs li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs li.is-active a{color:#282f2f !important;opacity:1}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed a,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed a,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle a,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed a:hover,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle a:hover,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#282f2f}html.theme--documenter-dark .hero.is-dark.is-bold,html.theme--documenter-dark .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #0f1615 0%, #282f2f 71%, #313c40 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-dark.is-bold .navbar-menu,html.theme--documenter-dark .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0f1615 0%, #282f2f 71%, #313c40 100%)}}html.theme--documenter-dark .hero.is-primary,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-primary strong,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--documenter-dark .hero.is-primary .title,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--documenter-dark .hero.is-primary .subtitle,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-primary .subtitle a:not(.button),html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--documenter-dark .hero.is-primary .subtitle strong,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-primary .navbar-menu,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#375a7f}}html.theme--documenter-dark .hero.is-primary .navbar-item,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--documenter-dark .hero.is-primary .navbar-link,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-primary a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--documenter-dark .hero.is-primary a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--documenter-dark .hero.is-primary .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--documenter-dark .hero.is-primary .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .hero.is-primary .tabs a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-primary .tabs a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-primary .tabs li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#375a7f !important;opacity:1}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#375a7f}html.theme--documenter-dark .hero.is-primary.is-bold,html.theme--documenter-dark .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #214b62 0%, #375a7f 71%, #3a5796 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-primary.is-bold .navbar-menu,html.theme--documenter-dark .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #214b62 0%, #375a7f 71%, #3a5796 100%)}}html.theme--documenter-dark .hero.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-link strong{color:inherit}html.theme--documenter-dark .hero.is-link .title{color:#fff}html.theme--documenter-dark .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-link .subtitle a:not(.button),html.theme--documenter-dark .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-link .navbar-menu{background-color:#1abc9c}}html.theme--documenter-dark .hero.is-link .navbar-item,html.theme--documenter-dark .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-link a.navbar-item:hover,html.theme--documenter-dark .hero.is-link a.navbar-item.is-active,html.theme--documenter-dark .hero.is-link .navbar-link:hover,html.theme--documenter-dark .hero.is-link .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-link .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-link .tabs li.is-active a{color:#1abc9c !important;opacity:1}html.theme--documenter-dark .hero.is-link .tabs.is-boxed a,html.theme--documenter-dark .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-link .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-link .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-link .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1abc9c}html.theme--documenter-dark .hero.is-link.is-bold{background-image:linear-gradient(141deg, #0c9764 0%, #1abc9c 71%, #17d8d2 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0c9764 0%, #1abc9c 71%, #17d8d2 100%)}}html.theme--documenter-dark .hero.is-info{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-info strong{color:inherit}html.theme--documenter-dark .hero.is-info .title{color:#fff}html.theme--documenter-dark .hero.is-info .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-info .subtitle a:not(.button),html.theme--documenter-dark .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-info .navbar-menu{background-color:#3c5dcd}}html.theme--documenter-dark .hero.is-info .navbar-item,html.theme--documenter-dark .hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-info a.navbar-item:hover,html.theme--documenter-dark .hero.is-info a.navbar-item.is-active,html.theme--documenter-dark .hero.is-info .navbar-link:hover,html.theme--documenter-dark .hero.is-info .navbar-link.is-active{background-color:#3151bf;color:#fff}html.theme--documenter-dark .hero.is-info .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-info .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-info .tabs li.is-active a{color:#3c5dcd !important;opacity:1}html.theme--documenter-dark .hero.is-info .tabs.is-boxed a,html.theme--documenter-dark .hero.is-info .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-info .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-info .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-info .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3c5dcd}html.theme--documenter-dark .hero.is-info.is-bold{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}}html.theme--documenter-dark .hero.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-success strong{color:inherit}html.theme--documenter-dark .hero.is-success .title{color:#fff}html.theme--documenter-dark .hero.is-success .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-success .subtitle a:not(.button),html.theme--documenter-dark .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-success .navbar-menu{background-color:#259a12}}html.theme--documenter-dark .hero.is-success .navbar-item,html.theme--documenter-dark .hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-success a.navbar-item:hover,html.theme--documenter-dark .hero.is-success a.navbar-item.is-active,html.theme--documenter-dark .hero.is-success .navbar-link:hover,html.theme--documenter-dark .hero.is-success .navbar-link.is-active{background-color:#20830f;color:#fff}html.theme--documenter-dark .hero.is-success .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-success .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-success .tabs li.is-active a{color:#259a12 !important;opacity:1}html.theme--documenter-dark .hero.is-success .tabs.is-boxed a,html.theme--documenter-dark .hero.is-success .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-success .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-success .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-success .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#259a12}html.theme--documenter-dark .hero.is-success.is-bold{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}}html.theme--documenter-dark .hero.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-warning strong{color:inherit}html.theme--documenter-dark .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--documenter-dark .hero.is-warning .subtitle a:not(.button),html.theme--documenter-dark .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-warning .navbar-menu{background-color:#f4c72f}}html.theme--documenter-dark .hero.is-warning .navbar-item,html.theme--documenter-dark .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning a.navbar-item:hover,html.theme--documenter-dark .hero.is-warning a.navbar-item.is-active,html.theme--documenter-dark .hero.is-warning .navbar-link:hover,html.theme--documenter-dark .hero.is-warning .navbar-link.is-active{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--documenter-dark .hero.is-warning .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-warning .tabs li.is-active a{color:#f4c72f !important;opacity:1}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed a,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #f09100 0%, #f4c72f 71%, #faef42 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f09100 0%, #f4c72f 71%, #faef42 100%)}}html.theme--documenter-dark .hero.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-danger strong{color:inherit}html.theme--documenter-dark .hero.is-danger .title{color:#fff}html.theme--documenter-dark .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-danger .subtitle a:not(.button),html.theme--documenter-dark .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-danger .navbar-menu{background-color:#cb3c33}}html.theme--documenter-dark .hero.is-danger .navbar-item,html.theme--documenter-dark .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-danger a.navbar-item:hover,html.theme--documenter-dark .hero.is-danger a.navbar-item.is-active,html.theme--documenter-dark .hero.is-danger .navbar-link:hover,html.theme--documenter-dark .hero.is-danger .navbar-link.is-active{background-color:#b7362e;color:#fff}html.theme--documenter-dark .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-danger .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-danger .tabs li.is-active a{color:#cb3c33 !important;opacity:1}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed a,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#cb3c33}html.theme--documenter-dark .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}}html.theme--documenter-dark .hero.is-small .hero-body,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--documenter-dark .hero.is-halfheight .hero-body,html.theme--documenter-dark .hero.is-fullheight .hero-body,html.theme--documenter-dark .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--documenter-dark .hero.is-halfheight .hero-body>.container,html.theme--documenter-dark .hero.is-fullheight .hero-body>.container,html.theme--documenter-dark .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .hero.is-halfheight{min-height:50vh}html.theme--documenter-dark .hero.is-fullheight{min-height:100vh}html.theme--documenter-dark .hero-video{overflow:hidden}html.theme--documenter-dark .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--documenter-dark .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--documenter-dark .hero-video{display:none}}html.theme--documenter-dark .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .hero-buttons .button{display:flex}html.theme--documenter-dark .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero-buttons{display:flex;justify-content:center}html.theme--documenter-dark .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--documenter-dark .hero-head,html.theme--documenter-dark .hero-foot{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero-body{padding:3rem 3rem}}html.theme--documenter-dark .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--documenter-dark .section{padding:3rem 3rem}html.theme--documenter-dark .section.is-medium{padding:9rem 4.5rem}html.theme--documenter-dark .section.is-large{padding:18rem 6rem}}html.theme--documenter-dark .footer{background-color:#282f2f;padding:3rem 1.5rem 6rem}html.theme--documenter-dark hr{height:1px}html.theme--documenter-dark h6{text-transform:uppercase;letter-spacing:0.5px}html.theme--documenter-dark .hero{background-color:#343c3d}html.theme--documenter-dark a{transition:all 200ms ease}html.theme--documenter-dark .button{transition:all 200ms ease;border-width:1px;color:#fff}html.theme--documenter-dark .button.is-active,html.theme--documenter-dark .button.is-focused,html.theme--documenter-dark .button:active,html.theme--documenter-dark .button:focus{box-shadow:0 0 0 2px rgba(140,155,157,0.5)}html.theme--documenter-dark .button.is-white.is-hovered,html.theme--documenter-dark .button.is-white:hover{background-color:#fff}html.theme--documenter-dark .button.is-white.is-active,html.theme--documenter-dark .button.is-white.is-focused,html.theme--documenter-dark .button.is-white:active,html.theme--documenter-dark .button.is-white:focus{border-color:#fff;box-shadow:0 0 0 2px rgba(255,255,255,0.5)}html.theme--documenter-dark .button.is-black.is-hovered,html.theme--documenter-dark .button.is-black:hover{background-color:#1d1d1d}html.theme--documenter-dark .button.is-black.is-active,html.theme--documenter-dark .button.is-black.is-focused,html.theme--documenter-dark .button.is-black:active,html.theme--documenter-dark .button.is-black:focus{border-color:#0a0a0a;box-shadow:0 0 0 2px rgba(10,10,10,0.5)}html.theme--documenter-dark .button.is-light.is-hovered,html.theme--documenter-dark .button.is-light:hover{background-color:#fff}html.theme--documenter-dark .button.is-light.is-active,html.theme--documenter-dark .button.is-light.is-focused,html.theme--documenter-dark .button.is-light:active,html.theme--documenter-dark .button.is-light:focus{border-color:#ecf0f1;box-shadow:0 0 0 2px rgba(236,240,241,0.5)}html.theme--documenter-dark .button.is-dark.is-hovered,html.theme--documenter-dark .content kbd.button.is-hovered,html.theme--documenter-dark .button.is-dark:hover,html.theme--documenter-dark .content kbd.button:hover{background-color:#3a4344}html.theme--documenter-dark .button.is-dark.is-active,html.theme--documenter-dark .content kbd.button.is-active,html.theme--documenter-dark .button.is-dark.is-focused,html.theme--documenter-dark .content kbd.button.is-focused,html.theme--documenter-dark .button.is-dark:active,html.theme--documenter-dark .content kbd.button:active,html.theme--documenter-dark .button.is-dark:focus,html.theme--documenter-dark .content kbd.button:focus{border-color:#282f2f;box-shadow:0 0 0 2px rgba(40,47,47,0.5)}html.theme--documenter-dark .button.is-primary.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary:hover,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:hover{background-color:#436d9a}html.theme--documenter-dark .button.is-primary.is-active,html.theme--documenter-dark .docstring>section>a.button.is-active.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink,html.theme--documenter-dark .button.is-primary:active,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary:focus,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus{border-color:#375a7f;box-shadow:0 0 0 2px rgba(55,90,127,0.5)}html.theme--documenter-dark .button.is-link.is-hovered,html.theme--documenter-dark .button.is-link:hover{background-color:#1fdeb8}html.theme--documenter-dark .button.is-link.is-active,html.theme--documenter-dark .button.is-link.is-focused,html.theme--documenter-dark .button.is-link:active,html.theme--documenter-dark .button.is-link:focus{border-color:#1abc9c;box-shadow:0 0 0 2px rgba(26,188,156,0.5)}html.theme--documenter-dark .button.is-info.is-hovered,html.theme--documenter-dark .button.is-info:hover{background-color:#5a76d5}html.theme--documenter-dark .button.is-info.is-active,html.theme--documenter-dark .button.is-info.is-focused,html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info:focus{border-color:#3c5dcd;box-shadow:0 0 0 2px rgba(60,93,205,0.5)}html.theme--documenter-dark .button.is-success.is-hovered,html.theme--documenter-dark .button.is-success:hover{background-color:#2dbc16}html.theme--documenter-dark .button.is-success.is-active,html.theme--documenter-dark .button.is-success.is-focused,html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success:focus{border-color:#259a12;box-shadow:0 0 0 2px rgba(37,154,18,0.5)}html.theme--documenter-dark .button.is-warning.is-hovered,html.theme--documenter-dark .button.is-warning:hover{background-color:#f6d153}html.theme--documenter-dark .button.is-warning.is-active,html.theme--documenter-dark .button.is-warning.is-focused,html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning:focus{border-color:#f4c72f;box-shadow:0 0 0 2px rgba(244,199,47,0.5)}html.theme--documenter-dark .button.is-danger.is-hovered,html.theme--documenter-dark .button.is-danger:hover{background-color:#d35951}html.theme--documenter-dark .button.is-danger.is-active,html.theme--documenter-dark .button.is-danger.is-focused,html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger:focus{border-color:#cb3c33;box-shadow:0 0 0 2px rgba(203,60,51,0.5)}html.theme--documenter-dark .label{color:#dbdee0}html.theme--documenter-dark .button,html.theme--documenter-dark .control.has-icons-left .icon,html.theme--documenter-dark .control.has-icons-right .icon,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .select,html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea{height:2.5em}html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em}html.theme--documenter-dark .select:after,html.theme--documenter-dark .select select{border-width:1px}html.theme--documenter-dark .control.has-addons .button,html.theme--documenter-dark .control.has-addons .input,html.theme--documenter-dark .control.has-addons #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-addons form.docs-search>input,html.theme--documenter-dark .control.has-addons .select{margin-right:-1px}html.theme--documenter-dark .notification{background-color:#343c3d}html.theme--documenter-dark .card{box-shadow:none;border:1px solid #343c3d;background-color:#282f2f;border-radius:.4em}html.theme--documenter-dark .card .card-image img{border-radius:.4em .4em 0 0}html.theme--documenter-dark .card .card-header{box-shadow:none;background-color:rgba(18,18,18,0.2);border-radius:.4em .4em 0 0}html.theme--documenter-dark .card .card-footer{background-color:rgba(18,18,18,0.2)}html.theme--documenter-dark .card .card-footer,html.theme--documenter-dark .card .card-footer-item{border-width:1px;border-color:#343c3d}html.theme--documenter-dark .notification.is-white a:not(.button){color:#0a0a0a;text-decoration:underline}html.theme--documenter-dark .notification.is-black a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-light a:not(.button){color:rgba(0,0,0,0.7);text-decoration:underline}html.theme--documenter-dark .notification.is-dark a:not(.button),html.theme--documenter-dark .content kbd.notification a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-primary a:not(.button),html.theme--documenter-dark .docstring>section>a.notification.docs-sourcelink a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-link a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-info a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-success a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-warning a:not(.button){color:rgba(0,0,0,0.7);text-decoration:underline}html.theme--documenter-dark .notification.is-danger a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .tag,html.theme--documenter-dark .content kbd,html.theme--documenter-dark .docstring>section>a.docs-sourcelink{border-radius:.4em}html.theme--documenter-dark .menu-list a{transition:all 300ms ease}html.theme--documenter-dark .modal-card-body{background-color:#282f2f}html.theme--documenter-dark .modal-card-foot,html.theme--documenter-dark .modal-card-head{border-color:#343c3d}html.theme--documenter-dark .message-header{font-weight:700;background-color:#343c3d;color:#fff}html.theme--documenter-dark .message-body{border-width:1px;border-color:#343c3d}html.theme--documenter-dark .navbar{border-radius:.4em}html.theme--documenter-dark .navbar.is-transparent{background:none}html.theme--documenter-dark .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1abc9c}@media screen and (max-width: 1055px){html.theme--documenter-dark .navbar .navbar-menu{background-color:#375a7f;border-radius:0 0 .4em .4em}}html.theme--documenter-dark .hero .navbar,html.theme--documenter-dark body>.navbar{border-radius:0}html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-previous{border-width:1px}html.theme--documenter-dark .panel-block,html.theme--documenter-dark .panel-heading,html.theme--documenter-dark .panel-tabs{border-width:1px}html.theme--documenter-dark .panel-block:first-child,html.theme--documenter-dark .panel-heading:first-child,html.theme--documenter-dark .panel-tabs:first-child{border-top-width:1px}html.theme--documenter-dark .panel-heading{font-weight:700}html.theme--documenter-dark .panel-tabs a{border-width:1px;margin-bottom:-1px}html.theme--documenter-dark .panel-tabs a.is-active{border-bottom-color:#17a689}html.theme--documenter-dark .panel-block:hover{color:#1dd2af}html.theme--documenter-dark .panel-block:hover .panel-icon{color:#1dd2af}html.theme--documenter-dark .panel-block.is-active .panel-icon{color:#17a689}html.theme--documenter-dark .tabs a{border-bottom-width:1px;margin-bottom:-1px}html.theme--documenter-dark .tabs ul{border-bottom-width:1px}html.theme--documenter-dark .tabs.is-boxed a{border-width:1px}html.theme--documenter-dark .tabs.is-boxed li.is-active a{background-color:#1f2424}html.theme--documenter-dark .tabs.is-toggle li a{border-width:1px;margin-bottom:0}html.theme--documenter-dark .tabs.is-toggle li+li{margin-left:-1px}html.theme--documenter-dark .hero.is-white .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-black .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-light .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-dark .navbar .navbar-dropdown .navbar-item:hover,html.theme--documenter-dark .content kbd.hero .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-primary .navbar .navbar-dropdown .navbar-item:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-link .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-info .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-success .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-warning .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-danger .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark h1 .docs-heading-anchor,html.theme--documenter-dark h1 .docs-heading-anchor:hover,html.theme--documenter-dark h1 .docs-heading-anchor:visited,html.theme--documenter-dark h2 .docs-heading-anchor,html.theme--documenter-dark h2 .docs-heading-anchor:hover,html.theme--documenter-dark h2 .docs-heading-anchor:visited,html.theme--documenter-dark h3 .docs-heading-anchor,html.theme--documenter-dark h3 .docs-heading-anchor:hover,html.theme--documenter-dark h3 .docs-heading-anchor:visited,html.theme--documenter-dark h4 .docs-heading-anchor,html.theme--documenter-dark h4 .docs-heading-anchor:hover,html.theme--documenter-dark h4 .docs-heading-anchor:visited,html.theme--documenter-dark h5 .docs-heading-anchor,html.theme--documenter-dark h5 .docs-heading-anchor:hover,html.theme--documenter-dark h5 .docs-heading-anchor:visited,html.theme--documenter-dark h6 .docs-heading-anchor,html.theme--documenter-dark h6 .docs-heading-anchor:hover,html.theme--documenter-dark h6 .docs-heading-anchor:visited{color:#f2f2f2}html.theme--documenter-dark h1 .docs-heading-anchor-permalink,html.theme--documenter-dark h2 .docs-heading-anchor-permalink,html.theme--documenter-dark h3 .docs-heading-anchor-permalink,html.theme--documenter-dark h4 .docs-heading-anchor-permalink,html.theme--documenter-dark h5 .docs-heading-anchor-permalink,html.theme--documenter-dark h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--documenter-dark h1 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h2 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h3 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h4 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h5 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--documenter-dark h1:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h2:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h3:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h4:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h5:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--documenter-dark .docs-light-only{display:none !important}html.theme--documenter-dark pre{position:relative;overflow:hidden}html.theme--documenter-dark pre code,html.theme--documenter-dark pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--documenter-dark pre code:first-of-type,html.theme--documenter-dark pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--documenter-dark pre code:last-of-type,html.theme--documenter-dark pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--documenter-dark pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#fff;cursor:pointer;text-align:center}html.theme--documenter-dark pre .copy-button:focus,html.theme--documenter-dark pre .copy-button:hover{opacity:1;background:rgba(255,255,255,0.1);color:#1abc9c}html.theme--documenter-dark pre .copy-button.success{color:#259a12;opacity:1}html.theme--documenter-dark pre .copy-button.error{color:#cb3c33;opacity:1}html.theme--documenter-dark pre:hover .copy-button{opacity:1}html.theme--documenter-dark .admonition{background-color:#282f2f;border-style:solid;border-width:2px;border-color:#dbdee0;border-radius:4px;font-size:1rem}html.theme--documenter-dark .admonition strong{color:currentColor}html.theme--documenter-dark .admonition.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--documenter-dark .admonition.is-medium{font-size:1.25rem}html.theme--documenter-dark .admonition.is-large{font-size:1.5rem}html.theme--documenter-dark .admonition.is-default{background-color:#282f2f;border-color:#dbdee0}html.theme--documenter-dark .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .admonition.is-default>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-info{background-color:#282f2f;border-color:#3c5dcd}html.theme--documenter-dark .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#3c5dcd}html.theme--documenter-dark .admonition.is-info>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-success{background-color:#282f2f;border-color:#259a12}html.theme--documenter-dark .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#259a12}html.theme--documenter-dark .admonition.is-success>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-warning{background-color:#282f2f;border-color:#f4c72f}html.theme--documenter-dark .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#f4c72f}html.theme--documenter-dark .admonition.is-warning>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-danger{background-color:#282f2f;border-color:#cb3c33}html.theme--documenter-dark .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#cb3c33}html.theme--documenter-dark .admonition.is-danger>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-compat{background-color:#282f2f;border-color:#3489da}html.theme--documenter-dark .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#3489da}html.theme--documenter-dark .admonition.is-compat>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-todo{background-color:#282f2f;border-color:#9558b2}html.theme--documenter-dark .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#9558b2}html.theme--documenter-dark .admonition.is-todo>.admonition-body{color:#fff}html.theme--documenter-dark .admonition-header{color:#dbdee0;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--documenter-dark .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--documenter-dark details.admonition.is-details>.admonition-header{list-style:none}html.theme--documenter-dark details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--documenter-dark details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--documenter-dark .admonition-body{color:#fff;padding:0.5rem .75rem}html.theme--documenter-dark .admonition-body pre{background-color:#282f2f}html.theme--documenter-dark .admonition-body code{background-color:rgba(255,255,255,0.05)}html.theme--documenter-dark .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #5e6d6f;border-radius:4px;box-shadow:none;max-width:100%}html.theme--documenter-dark .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#282f2f;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #5e6d6f;overflow:auto}html.theme--documenter-dark .docstring>header code{background-color:transparent}html.theme--documenter-dark .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--documenter-dark .docstring>header .docstring-binding{margin-right:0.3em}html.theme--documenter-dark .docstring>header .docstring-category{margin-left:0.3em}html.theme--documenter-dark .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #5e6d6f}html.theme--documenter-dark .docstring>section:last-child{border-bottom:none}html.theme--documenter-dark .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--documenter-dark .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--documenter-dark .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--documenter-dark .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--documenter-dark .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--documenter-dark .documenter-example-output{background-color:#1f2424}html.theme--documenter-dark .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#282f2f;color:#fff;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--documenter-dark .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--documenter-dark .outdated-warning-overlay a{color:#1abc9c}html.theme--documenter-dark .outdated-warning-overlay a:hover{color:#1dd2af}html.theme--documenter-dark .content pre{border:2px solid #5e6d6f;border-radius:4px}html.theme--documenter-dark .content code{font-weight:inherit}html.theme--documenter-dark .content a code{color:#1abc9c}html.theme--documenter-dark .content a:hover code{color:#1dd2af}html.theme--documenter-dark .content h1 code,html.theme--documenter-dark .content h2 code,html.theme--documenter-dark .content h3 code,html.theme--documenter-dark .content h4 code,html.theme--documenter-dark .content h5 code,html.theme--documenter-dark .content h6 code{color:#f2f2f2}html.theme--documenter-dark .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--documenter-dark .content blockquote>ul:first-child,html.theme--documenter-dark .content blockquote>ol:first-child,html.theme--documenter-dark .content .admonition-body>ul:first-child,html.theme--documenter-dark .content .admonition-body>ol:first-child{margin-top:0}html.theme--documenter-dark pre,html.theme--documenter-dark code{font-variant-ligatures:no-contextual}html.theme--documenter-dark .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--documenter-dark .breadcrumb a.is-disabled,html.theme--documenter-dark .breadcrumb a.is-disabled:hover{color:#f2f2f2}html.theme--documenter-dark .hljs{background:initial !important}html.theme--documenter-dark .katex .katex-mathml{top:0;right:0}html.theme--documenter-dark .katex-display,html.theme--documenter-dark mjx-container,html.theme--documenter-dark .MathJax_Display{margin:0.5em 0 !important}html.theme--documenter-dark html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--documenter-dark li.no-marker{list-style:none}html.theme--documenter-dark #documenter .docs-main>article{overflow-wrap:break-word}html.theme--documenter-dark #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main{width:100%}html.theme--documenter-dark #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--documenter-dark #documenter .docs-main>header,html.theme--documenter-dark #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--documenter-dark #documenter .docs-main header.docs-navbar{background-color:#1f2424;border-bottom:1px solid #5e6d6f;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--documenter-dark #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--documenter-dark #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--documenter-dark #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--documenter-dark #documenter .docs-main section.footnotes{border-top:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-main section.footnotes li .tag:first-child,html.theme--documenter-dark #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--documenter-dark #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--documenter-dark .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--documenter-dark #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #5e6d6f;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--documenter-dark #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--documenter-dark #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--documenter-dark #documenter .docs-sidebar{display:flex;flex-direction:column;color:#fff;background-color:#282f2f;border-right:1px solid #5e6d6f;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--documenter-dark #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar{left:0;top:0}}html.theme--documenter-dark #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name a,html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name a:hover{color:#fff}html.theme--documenter-dark #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #5e6d6f;display:none;padding:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #5e6d6f;padding-bottom:1.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#fff;background:#282f2f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#fff;background-color:#32393a}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #5e6d6f;border-bottom:1px solid #5e6d6f;background-color:#1f2424}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#1f2424;color:#fff}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#32393a;color:#fff}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--documenter-dark #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--documenter-dark #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3b4445}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#4e5a5c}}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3b4445}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#4e5a5c}}html.theme--documenter-dark kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--documenter-dark .search-min-width-50{min-width:50%}html.theme--documenter-dark .search-min-height-100{min-height:100%}html.theme--documenter-dark .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--documenter-dark .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--documenter-dark .search-result-link:hover,html.theme--documenter-dark .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--documenter-dark .search-result-link .property-search-result-badge,html.theme--documenter-dark .search-result-link .search-filter{transition:all 300ms}html.theme--documenter-dark .property-search-result-badge,html.theme--documenter-dark .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--documenter-dark .search-result-link:hover .property-search-result-badge,html.theme--documenter-dark .search-result-link:hover .search-filter,html.theme--documenter-dark .search-result-link:focus .property-search-result-badge,html.theme--documenter-dark .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--documenter-dark .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--documenter-dark .search-filter:hover,html.theme--documenter-dark .search-filter:focus{color:#333}html.theme--documenter-dark .search-filter-selected{color:#f5f5f5;background-color:rgba(139,0,139,0.5)}html.theme--documenter-dark .search-filter-selected:hover,html.theme--documenter-dark .search-filter-selected:focus{color:#f5f5f5}html.theme--documenter-dark .search-result-highlight{background-color:#ffdd57;color:black}html.theme--documenter-dark .search-divider{border-bottom:1px solid #5e6d6f}html.theme--documenter-dark .search-result-title{width:85%;color:#f5f5f5}html.theme--documenter-dark .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--documenter-dark .w-100{width:100%}html.theme--documenter-dark .gap-2{gap:0.5rem}html.theme--documenter-dark .gap-4{gap:1rem}html.theme--documenter-dark .gap-8{gap:2rem}html.theme--documenter-dark{background-color:#1f2424;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--documenter-dark .ansi span.sgr1{font-weight:bolder}html.theme--documenter-dark .ansi span.sgr2{font-weight:lighter}html.theme--documenter-dark .ansi span.sgr3{font-style:italic}html.theme--documenter-dark .ansi span.sgr4{text-decoration:underline}html.theme--documenter-dark .ansi span.sgr7{color:#1f2424;background-color:#fff}html.theme--documenter-dark .ansi span.sgr8{color:transparent}html.theme--documenter-dark .ansi span.sgr8 span{color:transparent}html.theme--documenter-dark .ansi span.sgr9{text-decoration:line-through}html.theme--documenter-dark .ansi span.sgr30{color:#242424}html.theme--documenter-dark .ansi span.sgr31{color:#f6705f}html.theme--documenter-dark .ansi span.sgr32{color:#4fb43a}html.theme--documenter-dark .ansi span.sgr33{color:#f4c72f}html.theme--documenter-dark .ansi span.sgr34{color:#7587f0}html.theme--documenter-dark .ansi span.sgr35{color:#bc89d3}html.theme--documenter-dark .ansi span.sgr36{color:#49b6ca}html.theme--documenter-dark .ansi span.sgr37{color:#b3bdbe}html.theme--documenter-dark .ansi span.sgr40{background-color:#242424}html.theme--documenter-dark .ansi span.sgr41{background-color:#f6705f}html.theme--documenter-dark .ansi span.sgr42{background-color:#4fb43a}html.theme--documenter-dark .ansi span.sgr43{background-color:#f4c72f}html.theme--documenter-dark .ansi span.sgr44{background-color:#7587f0}html.theme--documenter-dark .ansi span.sgr45{background-color:#bc89d3}html.theme--documenter-dark .ansi span.sgr46{background-color:#49b6ca}html.theme--documenter-dark .ansi span.sgr47{background-color:#b3bdbe}html.theme--documenter-dark .ansi span.sgr90{color:#92a0a2}html.theme--documenter-dark .ansi span.sgr91{color:#ff8674}html.theme--documenter-dark .ansi span.sgr92{color:#79d462}html.theme--documenter-dark .ansi span.sgr93{color:#ffe76b}html.theme--documenter-dark .ansi span.sgr94{color:#8a98ff}html.theme--documenter-dark .ansi span.sgr95{color:#d2a4e6}html.theme--documenter-dark .ansi span.sgr96{color:#6bc8db}html.theme--documenter-dark .ansi span.sgr97{color:#ecf0f1}html.theme--documenter-dark .ansi span.sgr100{background-color:#92a0a2}html.theme--documenter-dark .ansi span.sgr101{background-color:#ff8674}html.theme--documenter-dark .ansi span.sgr102{background-color:#79d462}html.theme--documenter-dark .ansi span.sgr103{background-color:#ffe76b}html.theme--documenter-dark .ansi span.sgr104{background-color:#8a98ff}html.theme--documenter-dark .ansi span.sgr105{background-color:#d2a4e6}html.theme--documenter-dark .ansi span.sgr106{background-color:#6bc8db}html.theme--documenter-dark .ansi span.sgr107{background-color:#ecf0f1}html.theme--documenter-dark code.language-julia-repl>span.hljs-meta{color:#4fb43a;font-weight:bolder}html.theme--documenter-dark .hljs{background:#2b2b2b;color:#f8f8f2}html.theme--documenter-dark .hljs-comment,html.theme--documenter-dark .hljs-quote{color:#d4d0ab}html.theme--documenter-dark .hljs-variable,html.theme--documenter-dark .hljs-template-variable,html.theme--documenter-dark .hljs-tag,html.theme--documenter-dark .hljs-name,html.theme--documenter-dark .hljs-selector-id,html.theme--documenter-dark .hljs-selector-class,html.theme--documenter-dark .hljs-regexp,html.theme--documenter-dark .hljs-deletion{color:#ffa07a}html.theme--documenter-dark .hljs-number,html.theme--documenter-dark .hljs-built_in,html.theme--documenter-dark .hljs-literal,html.theme--documenter-dark .hljs-type,html.theme--documenter-dark .hljs-params,html.theme--documenter-dark .hljs-meta,html.theme--documenter-dark .hljs-link{color:#f5ab35}html.theme--documenter-dark .hljs-attribute{color:#ffd700}html.theme--documenter-dark .hljs-string,html.theme--documenter-dark .hljs-symbol,html.theme--documenter-dark .hljs-bullet,html.theme--documenter-dark .hljs-addition{color:#abe338}html.theme--documenter-dark .hljs-title,html.theme--documenter-dark .hljs-section{color:#00e0e0}html.theme--documenter-dark .hljs-keyword,html.theme--documenter-dark .hljs-selector-tag{color:#dcc6e0}html.theme--documenter-dark .hljs-emphasis{font-style:italic}html.theme--documenter-dark .hljs-strong{font-weight:bold}@media screen and (-ms-high-contrast: active){html.theme--documenter-dark .hljs-addition,html.theme--documenter-dark .hljs-attribute,html.theme--documenter-dark .hljs-built_in,html.theme--documenter-dark .hljs-bullet,html.theme--documenter-dark .hljs-comment,html.theme--documenter-dark .hljs-link,html.theme--documenter-dark .hljs-literal,html.theme--documenter-dark .hljs-meta,html.theme--documenter-dark .hljs-number,html.theme--documenter-dark .hljs-params,html.theme--documenter-dark .hljs-string,html.theme--documenter-dark .hljs-symbol,html.theme--documenter-dark .hljs-type,html.theme--documenter-dark .hljs-quote{color:highlight}html.theme--documenter-dark .hljs-keyword,html.theme--documenter-dark .hljs-selector-tag{font-weight:bold}}html.theme--documenter-dark .hljs-subst{color:#f8f8f2}html.theme--documenter-dark .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--documenter-dark .search-result-link:hover,html.theme--documenter-dark .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--documenter-dark .search-result-link .property-search-result-badge,html.theme--documenter-dark .search-result-link .search-filter{transition:all 300ms}html.theme--documenter-dark .search-result-link:hover .property-search-result-badge,html.theme--documenter-dark .search-result-link:hover .search-filter,html.theme--documenter-dark .search-result-link:focus .property-search-result-badge,html.theme--documenter-dark .search-result-link:focus .search-filter{color:#333 !important;background-color:#f1f5f9 !important}html.theme--documenter-dark .search-result-title{color:whitesmoke}html.theme--documenter-dark .search-result-highlight{background-color:greenyellow;color:black}html.theme--documenter-dark .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--documenter-dark .w-100{width:100%}html.theme--documenter-dark .gap-2{gap:0.5rem}html.theme--documenter-dark .gap-4{gap:1rem} diff --git a/v1.1.14/assets/themes/documenter-light.css b/v1.1.14/assets/themes/documenter-light.css new file mode 100644 index 0000000..e000447 --- /dev/null +++ b/v1.1.14/assets/themes/documenter-light.css @@ -0,0 +1,9 @@ +.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,#documenter .docs-sidebar form.docs-search>input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,#documenter .docs-sidebar form.docs-search>input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,#documenter .docs-sidebar form.docs-search>input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.is-active.button{outline:none}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled],.file-cta[disabled],.file-name[disabled],.select select[disabled],.textarea[disabled],.input[disabled],#documenter .docs-sidebar form.docs-search>input[disabled],.button[disabled],fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] .button{cursor:not-allowed}.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}.admonition:not(:last-child),.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,0.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,0.4)}.is-small.modal-close,#documenter .docs-sidebar form.docs-search>input.modal-close,.is-small.delete,#documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.modal-background,.modal,.image.is-square img,#documenter .docs-sidebar .docs-logo>img.is-square img,.image.is-square .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,.image.is-1by1 img,#documenter .docs-sidebar .docs-logo>img.is-1by1 img,.image.is-1by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,.image.is-5by4 img,#documenter .docs-sidebar .docs-logo>img.is-5by4 img,.image.is-5by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,.image.is-4by3 img,#documenter .docs-sidebar .docs-logo>img.is-4by3 img,.image.is-4by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,.image.is-3by2 img,#documenter .docs-sidebar .docs-logo>img.is-3by2 img,.image.is-3by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,.image.is-5by3 img,#documenter .docs-sidebar .docs-logo>img.is-5by3 img,.image.is-5by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,.image.is-16by9 img,#documenter .docs-sidebar .docs-logo>img.is-16by9 img,.image.is-16by9 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,.image.is-2by1 img,#documenter .docs-sidebar .docs-logo>img.is-2by1 img,.image.is-2by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,.image.is-3by1 img,#documenter .docs-sidebar .docs-logo>img.is-3by1 img,.image.is-3by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,.image.is-4by5 img,#documenter .docs-sidebar .docs-logo>img.is-4by5 img,.image.is-4by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,.image.is-3by4 img,#documenter .docs-sidebar .docs-logo>img.is-3by4 img,.image.is-3by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,.image.is-2by3 img,#documenter .docs-sidebar .docs-logo>img.is-2by3 img,.image.is-2by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,.image.is-3by5 img,#documenter .docs-sidebar .docs-logo>img.is-3by5 img,.image.is-3by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,.image.is-9by16 img,#documenter .docs-sidebar .docs-logo>img.is-9by16 img,.image.is-9by16 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,.image.is-1by2 img,#documenter .docs-sidebar .docs-logo>img.is-1by2 img,.image.is-1by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,.image.is-1by3 img,#documenter .docs-sidebar .docs-logo>img.is-1by3 img,.image.is-1by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#4eb5de !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#27a1d2 !important}.has-background-primary{background-color:#4eb5de !important}.has-text-primary-light{color:#eef8fc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c3e6f4 !important}.has-background-primary-light{background-color:#eef8fc !important}.has-text-primary-dark{color:#1a6d8e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#228eb9 !important}.has-background-primary-dark{background-color:#1a6d8e !important}.has-text-link{color:#2e63b8 !important}a.has-text-link:hover,a.has-text-link:focus{color:#244d8f !important}.has-background-link{background-color:#2e63b8 !important}.has-text-link-light{color:#eff3fb !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c6d6f1 !important}.has-background-link-light{background-color:#eff3fb !important}.has-text-link-dark{color:#3169c4 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#5485d4 !important}.has-background-link-dark{background-color:#3169c4 !important}.has-text-info{color:#3c5dcd !important}a.has-text-info:hover,a.has-text-info:focus{color:#2c48aa !important}.has-background-info{background-color:#3c5dcd !important}.has-text-info-light{color:#eff2fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6d0f0 !important}.has-background-info-light{background-color:#eff2fb !important}.has-text-info-dark{color:#3253c3 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#5571d3 !important}.has-background-info-dark{background-color:#3253c3 !important}.has-text-success{color:#259a12 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a6c0d !important}.has-background-success{background-color:#259a12 !important}.has-text-success-light{color:#effded !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c7f8bf !important}.has-background-success-light{background-color:#effded !important}.has-text-success-dark{color:#2ec016 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#3fe524 !important}.has-background-success-dark{background-color:#2ec016 !important}.has-text-warning{color:#a98800 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#765f00 !important}.has-background-warning{background-color:#a98800 !important}.has-text-warning-light{color:#fffbeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fff1b8 !important}.has-background-warning-light{background-color:#fffbeb !important}.has-text-warning-dark{color:#cca400 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#ffcd00 !important}.has-background-warning-dark{background-color:#cca400 !important}.has-text-danger{color:#cb3c33 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a23029 !important}.has-background-danger{background-color:#cb3c33 !important}.has-text-danger-light{color:#fbefef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f1c8c6 !important}.has-background-danger-light{background-color:#fbefef !important}.has-text-danger-dark{color:#c03930 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#d35850 !important}.has-background-danger-dark{background-color:#c03930 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#6b6b6b !important}.has-background-grey{background-color:#6b6b6b !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,.docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}body{color:#222;font-size:1em;font-weight:400;line-height:1.5}a{color:#2e63b8;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:rgba(0,0,0,0.05);color:#000;font-size:.875em;font-weight:normal;padding:.1em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type="checkbox"],input[type="radio"]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#222;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#222;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#222}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:6px;box-shadow:#bbb;color:#222;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #2e63b8}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #2e63b8}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#222;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button #documenter .docs-sidebar form.docs-search>input.icon,#documenter .docs-sidebar .button form.docs-search>input.icon,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636}.button:focus,.button.is-focused{border-color:#3c5dcd;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.button:active,.button.is-active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#222;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:#f5f5f5;color:#222}.button.is-text:active,.button.is-text.is-active{background-color:#e8e8e8;color:#222}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#2e63b8;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#2e63b8;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white:focus,.button.is-white.is-focused{border-color:transparent;color:#0a0a0a}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}.button.is-dark,.content kbd.button{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark:hover,.content kbd.button:hover,.button.is-dark.is-hovered,.content kbd.button.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark:focus,.content kbd.button:focus,.button.is-dark.is-focused,.content kbd.button.is-focused{border-color:transparent;color:#fff}.button.is-dark:focus:not(:active),.content kbd.button:focus:not(:active),.button.is-dark.is-focused:not(:active),.content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.button.is-dark:active,.content kbd.button:active,.button.is-dark.is-active,.content kbd.button.is-active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],.content kbd.button[disabled],fieldset[disabled] .button.is-dark,fieldset[disabled] .content kbd.button,.content fieldset[disabled] kbd.button{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted,.content kbd.button.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted:hover,.content kbd.button.is-inverted:hover,.button.is-dark.is-inverted.is-hovered,.content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],.content kbd.button.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted,fieldset[disabled] .content kbd.button.is-inverted,.content fieldset[disabled] kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after,.content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined,.content kbd.button.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:hover,.content kbd.button.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.content kbd.button.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.content kbd.button.is-outlined:focus,.button.is-dark.is-outlined.is-focused,.content kbd.button.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after,.content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-outlined.is-loading:hover::after,.content kbd.button.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.content kbd.button.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.content kbd.button.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after,.content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined[disabled],.content kbd.button.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined,fieldset[disabled] .content kbd.button.is-outlined,.content fieldset[disabled] kbd.button.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined,.content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.content kbd.button.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.content kbd.button.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.content kbd.button.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused,.content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.content kbd.button.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.content kbd.button.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-inverted.is-outlined[disabled],.content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined,fieldset[disabled] .content kbd.button.is-inverted.is-outlined,.content fieldset[disabled] kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary,.docstring>section>a.button.docs-sourcelink{background-color:#4eb5de;border-color:transparent;color:#fff}.button.is-primary:hover,.docstring>section>a.button.docs-sourcelink:hover,.button.is-primary.is-hovered,.docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#43b1dc;border-color:transparent;color:#fff}.button.is-primary:focus,.docstring>section>a.button.docs-sourcelink:focus,.button.is-primary.is-focused,.docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}.button.is-primary:focus:not(:active),.docstring>section>a.button.docs-sourcelink:focus:not(:active),.button.is-primary.is-focused:not(:active),.docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.button.is-primary:active,.docstring>section>a.button.docs-sourcelink:active,.button.is-primary.is-active,.docstring>section>a.button.is-active.docs-sourcelink{background-color:#39acda;border-color:transparent;color:#fff}.button.is-primary[disabled],.docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary,fieldset[disabled] .docstring>section>a.button.docs-sourcelink{background-color:#4eb5de;border-color:#4eb5de;box-shadow:none}.button.is-primary.is-inverted,.docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#4eb5de}.button.is-primary.is-inverted:hover,.docstring>section>a.button.is-inverted.docs-sourcelink:hover,.button.is-primary.is-inverted.is-hovered,.docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],.docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-inverted,fieldset[disabled] .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#4eb5de}.button.is-primary.is-loading::after,.docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined,.docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#4eb5de;color:#4eb5de}.button.is-primary.is-outlined:hover,.docstring>section>a.button.is-outlined.docs-sourcelink:hover,.button.is-primary.is-outlined.is-hovered,.docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,.button.is-primary.is-outlined:focus,.docstring>section>a.button.is-outlined.docs-sourcelink:focus,.button.is-primary.is-outlined.is-focused,.docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#4eb5de;border-color:#4eb5de;color:#fff}.button.is-primary.is-outlined.is-loading::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #4eb5de #4eb5de !important}.button.is-primary.is-outlined.is-loading:hover::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,.button.is-primary.is-outlined.is-loading:focus::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after,.docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined[disabled],.docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-outlined,fieldset[disabled] .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#4eb5de;box-shadow:none;color:#4eb5de}.button.is-primary.is-inverted.is-outlined,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,.button.is-primary.is-inverted.is-outlined:focus,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,.button.is-primary.is-inverted.is-outlined.is-focused,.docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#4eb5de}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #4eb5de #4eb5de !important}.button.is-primary.is-inverted.is-outlined[disabled],.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined,fieldset[disabled] .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light,.docstring>section>a.button.is-light.docs-sourcelink{background-color:#eef8fc;color:#1a6d8e}.button.is-primary.is-light:hover,.docstring>section>a.button.is-light.docs-sourcelink:hover,.button.is-primary.is-light.is-hovered,.docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e3f3fa;border-color:transparent;color:#1a6d8e}.button.is-primary.is-light:active,.docstring>section>a.button.is-light.docs-sourcelink:active,.button.is-primary.is-light.is-active,.docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d8eff8;border-color:transparent;color:#1a6d8e}.button.is-link{background-color:#2e63b8;border-color:transparent;color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:#2b5eae;border-color:transparent;color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.button.is-link:active,.button.is-link.is-active{background-color:#2958a4;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#2e63b8;border-color:#2e63b8;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#2e63b8}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#2e63b8}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined{background-color:transparent;border-color:#2e63b8;color:#2e63b8}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #2e63b8 #2e63b8 !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#2e63b8;box-shadow:none;color:#2e63b8}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#2e63b8}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #2e63b8 #2e63b8 !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eff3fb;color:#3169c4}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#e4ecf8;border-color:transparent;color:#3169c4}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#dae5f6;border-color:transparent;color:#3169c4}.button.is-info{background-color:#3c5dcd;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#3355c9;border-color:transparent;color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:transparent;color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}.button.is-info:active,.button.is-info.is-active{background-color:#3151bf;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3c5dcd;border-color:#3c5dcd;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3c5dcd}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3c5dcd}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;color:#3c5dcd}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;box-shadow:none;color:#3c5dcd}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3c5dcd}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eff2fb;color:#3253c3}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e5e9f8;border-color:transparent;color:#3253c3}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#dae1f6;border-color:transparent;color:#3253c3}.button.is-success{background-color:#259a12;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#228f11;border-color:transparent;color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:transparent;color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}.button.is-success:active,.button.is-success.is-active{background-color:#20830f;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#259a12;border-color:#259a12;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#259a12}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#259a12}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#259a12;color:#259a12}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:#259a12;border-color:#259a12;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #259a12 #259a12 !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#259a12;box-shadow:none;color:#259a12}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#259a12}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #259a12 #259a12 !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effded;color:#2ec016}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e5fce1;border-color:transparent;color:#2ec016}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#dbfad6;border-color:transparent;color:#2ec016}.button.is-warning{background-color:#a98800;border-color:transparent;color:#fff}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#9c7d00;border-color:transparent;color:#fff}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:#fff}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#8f7300;border-color:transparent;color:#fff}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#a98800;border-color:#a98800;box-shadow:none}.button.is-warning.is-inverted{background-color:#fff;color:#a98800}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#a98800}.button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#a98800;color:#a98800}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#a98800;border-color:#a98800;color:#fff}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #a98800 #a98800 !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#a98800;box-shadow:none;color:#a98800}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#a98800}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a98800 #a98800 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning.is-light{background-color:#fffbeb;color:#cca400}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff9de;border-color:transparent;color:#cca400}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff6d1;border-color:transparent;color:#cca400}.button.is-danger{background-color:#cb3c33;border-color:transparent;color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#c13930;border-color:transparent;color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:transparent;color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#b7362e;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#cb3c33;border-color:#cb3c33;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#cb3c33}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#cb3c33}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;color:#cb3c33}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:#cb3c33;border-color:#cb3c33;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;box-shadow:none;color:#cb3c33}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#cb3c33}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#fbefef;color:#c03930}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:#f8e6e5;border-color:transparent;color:#c03930}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:#f6dcda;border-color:transparent;color:#c03930}.button.is-small,#documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}.button.is-small:not(.is-rounded),#documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent !important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#6b6b6b;box-shadow:none;pointer-events:none}.button.is-rounded,#documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:0.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){.button.is-responsive.is-small,#documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.button.is-responsive.is-small,#documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){.container{max-width:992px}}@media screen and (max-width: 1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:0.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#222;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:0.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:0.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:0.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:0.8em}.content h5{font-size:1.125em;margin-bottom:0.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}.content ol.is-lower-roman:not([type]){list-style-type:lower-roman}.content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}.content ol.is-upper-roman:not([type]){list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:0.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.content table th{color:#222}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#222}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#222}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small,#documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small,#documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image,#documenter .docs-sidebar .docs-logo>img{display:block;position:relative}.image img,#documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}.image img.is-rounded,#documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}.image.is-fullwidth,#documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}.image.is-square img,#documenter .docs-sidebar .docs-logo>img.is-square img,.image.is-square .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,.image.is-1by1 img,#documenter .docs-sidebar .docs-logo>img.is-1by1 img,.image.is-1by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,.image.is-5by4 img,#documenter .docs-sidebar .docs-logo>img.is-5by4 img,.image.is-5by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,.image.is-4by3 img,#documenter .docs-sidebar .docs-logo>img.is-4by3 img,.image.is-4by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,.image.is-3by2 img,#documenter .docs-sidebar .docs-logo>img.is-3by2 img,.image.is-3by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,.image.is-5by3 img,#documenter .docs-sidebar .docs-logo>img.is-5by3 img,.image.is-5by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,.image.is-16by9 img,#documenter .docs-sidebar .docs-logo>img.is-16by9 img,.image.is-16by9 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,.image.is-2by1 img,#documenter .docs-sidebar .docs-logo>img.is-2by1 img,.image.is-2by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,.image.is-3by1 img,#documenter .docs-sidebar .docs-logo>img.is-3by1 img,.image.is-3by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,.image.is-4by5 img,#documenter .docs-sidebar .docs-logo>img.is-4by5 img,.image.is-4by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,.image.is-3by4 img,#documenter .docs-sidebar .docs-logo>img.is-3by4 img,.image.is-3by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,.image.is-2by3 img,#documenter .docs-sidebar .docs-logo>img.is-2by3 img,.image.is-2by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,.image.is-3by5 img,#documenter .docs-sidebar .docs-logo>img.is-3by5 img,.image.is-3by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,.image.is-9by16 img,#documenter .docs-sidebar .docs-logo>img.is-9by16 img,.image.is-9by16 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,.image.is-1by2 img,#documenter .docs-sidebar .docs-logo>img.is-1by2 img,.image.is-1by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,.image.is-1by3 img,#documenter .docs-sidebar .docs-logo>img.is-1by3 img,.image.is-1by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,#documenter .docs-sidebar .docs-logo>img.is-square,.image.is-1by1,#documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}.image.is-5by4,#documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}.image.is-4by3,#documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}.image.is-3by2,#documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}.image.is-5by3,#documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}.image.is-16by9,#documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}.image.is-2by1,#documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}.image.is-3by1,#documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}.image.is-4by5,#documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}.image.is-3by4,#documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}.image.is-2by3,#documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}.image.is-3by5,#documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}.image.is-9by16,#documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}.image.is-1by2,#documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}.image.is-1by3,#documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}.image.is-16x16,#documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}.image.is-24x24,#documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}.image.is-32x32,#documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}.image.is-48x48,#documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}.image.is-64x64,#documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}.image.is-96x96,#documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}.image.is-128x128,#documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{right:.5rem;position:absolute;top:0.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.notification.is-dark,.content kbd.notification{background-color:#363636;color:#fff}.notification.is-primary,.docstring>section>a.notification.docs-sourcelink{background-color:#4eb5de;color:#fff}.notification.is-primary.is-light,.docstring>section>a.notification.is-light.docs-sourcelink{background-color:#eef8fc;color:#1a6d8e}.notification.is-link{background-color:#2e63b8;color:#fff}.notification.is-link.is-light{background-color:#eff3fb;color:#3169c4}.notification.is-info{background-color:#3c5dcd;color:#fff}.notification.is-info.is-light{background-color:#eff2fb;color:#3253c3}.notification.is-success{background-color:#259a12;color:#fff}.notification.is-success.is-light{background-color:#effded;color:#2ec016}.notification.is-warning{background-color:#a98800;color:#fff}.notification.is-warning.is-light{background-color:#fffbeb;color:#cca400}.notification.is-danger{background-color:#cb3c33;color:#fff}.notification.is-danger.is-light{background-color:#fbefef;color:#c03930}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#222}.progress::-moz-progress-bar{background-color:#222}.progress::-ms-fill{background-color:#222;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #ededed 30%)}.progress.is-dark::-webkit-progress-value,.content kbd.progress::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar,.content kbd.progress::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill,.content kbd.progress::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate,.content kbd.progress:indeterminate{background-image:linear-gradient(to right, #363636 30%, #ededed 30%)}.progress.is-primary::-webkit-progress-value,.docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#4eb5de}.progress.is-primary::-moz-progress-bar,.docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#4eb5de}.progress.is-primary::-ms-fill,.docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#4eb5de}.progress.is-primary:indeterminate,.docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #4eb5de 30%, #ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#2e63b8}.progress.is-link::-moz-progress-bar{background-color:#2e63b8}.progress.is-link::-ms-fill{background-color:#2e63b8}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #2e63b8 30%, #ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3c5dcd}.progress.is-info::-moz-progress-bar{background-color:#3c5dcd}.progress.is-info::-ms-fill{background-color:#3c5dcd}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #3c5dcd 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#259a12}.progress.is-success::-moz-progress-bar{background-color:#259a12}.progress.is-success::-ms-fill{background-color:#259a12}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #259a12 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#a98800}.progress.is-warning::-moz-progress-bar{background-color:#a98800}.progress.is-warning::-ms-fill{background-color:#a98800}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #a98800 30%, #ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#cb3c33}.progress.is-danger::-moz-progress-bar{background-color:#cb3c33}.progress.is-danger::-ms-fill{background-color:#cb3c33}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, #cb3c33 30%, #ededed 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right, #222 30%, #ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small,#documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#222}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#4eb5de;border-color:#4eb5de;color:#fff}.table td.is-link,.table th.is-link{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.table td.is-info,.table th.is-info{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}.table td.is-success,.table th.is-success{background-color:#259a12;border-color:#259a12;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#a98800;border-color:#a98800;color:#fff}.table td.is-danger,.table th.is-danger{background-color:#cb3c33;border-color:#cb3c33;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#4eb5de;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#222}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#4eb5de;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:#222}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#222}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:0.25em 0.5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag,.tags .content kbd,.content .tags kbd,.tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}.tags .tag:not(:last-child),.tags .content kbd:not(:last-child),.content .tags kbd:not(:last-child),.tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large),.tags.are-medium .content kbd:not(.is-normal):not(.is-large),.content .tags.are-medium kbd:not(.is-normal):not(.is-large),.tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium),.tags.are-large .content kbd:not(.is-normal):not(.is-medium),.content .tags.are-large kbd:not(.is-normal):not(.is-medium),.tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag,.tags.is-centered .content kbd,.content .tags.is-centered kbd,.tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child),.tags.is-right .content kbd:not(:first-child),.content .tags.is-right kbd:not(:first-child),.tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}.tags.is-right .tag:not(:last-child),.tags.is-right .content kbd:not(:last-child),.content .tags.is-right kbd:not(:last-child),.tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}.tags.has-addons .tag,.tags.has-addons .content kbd,.content .tags.has-addons kbd,.tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}.tags.has-addons .tag:not(:first-child),.tags.has-addons .content kbd:not(:first-child),.content .tags.has-addons kbd:not(:first-child),.tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child),.tags.has-addons .content kbd:not(:last-child),.content .tags.has-addons kbd:not(:last-child),.tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body),.content kbd:not(body),.docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#222;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.tag:not(body) .delete,.content kbd:not(body) .delete,.docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag.is-white:not(body),.content kbd.is-white:not(body),.docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}.tag.is-black:not(body),.content kbd.is-black:not(body),.docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}.tag.is-light:not(body),.content kbd.is-light:not(body),.docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.tag.is-dark:not(body),.content kbd:not(body),.docstring>section>a.docs-sourcelink.is-dark:not(body),.content .docstring>section>kbd:not(body){background-color:#363636;color:#fff}.tag.is-primary:not(body),.content kbd.is-primary:not(body),.docstring>section>a.docs-sourcelink:not(body){background-color:#4eb5de;color:#fff}.tag.is-primary.is-light:not(body),.content kbd.is-primary.is-light:not(body),.docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#eef8fc;color:#1a6d8e}.tag.is-link:not(body),.content kbd.is-link:not(body),.docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#2e63b8;color:#fff}.tag.is-link.is-light:not(body),.content kbd.is-link.is-light:not(body),.docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#eff3fb;color:#3169c4}.tag.is-info:not(body),.content kbd.is-info:not(body),.docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#3c5dcd;color:#fff}.tag.is-info.is-light:not(body),.content kbd.is-info.is-light:not(body),.docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#eff2fb;color:#3253c3}.tag.is-success:not(body),.content kbd.is-success:not(body),.docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#259a12;color:#fff}.tag.is-success.is-light:not(body),.content kbd.is-success.is-light:not(body),.docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#effded;color:#2ec016}.tag.is-warning:not(body),.content kbd.is-warning:not(body),.docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#a98800;color:#fff}.tag.is-warning.is-light:not(body),.content kbd.is-warning.is-light:not(body),.docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fffbeb;color:#cca400}.tag.is-danger:not(body),.content kbd.is-danger:not(body),.docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#cb3c33;color:#fff}.tag.is-danger.is-light:not(body),.content kbd.is-danger.is-light:not(body),.docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fbefef;color:#c03930}.tag.is-normal:not(body),.content kbd.is-normal:not(body),.docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}.tag.is-medium:not(body),.content kbd.is-medium:not(body),.docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}.tag.is-large:not(body),.content kbd.is-large:not(body),.docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child),.content kbd:not(body) .icon:first-child:not(:last-child),.docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child),.content kbd:not(body) .icon:last-child:not(:first-child),.docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child,.content kbd:not(body) .icon:first-child:last-child,.docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag.is-delete:not(body),.content kbd.is-delete:not(body),.docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}.tag.is-delete:not(body)::before,.content kbd.is-delete:not(body)::before,.docstring>section>a.docs-sourcelink.is-delete:not(body)::before,.tag.is-delete:not(body)::after,.content kbd.is-delete:not(body)::after,.docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag.is-delete:not(body)::before,.content kbd.is-delete:not(body)::before,.docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}.tag.is-delete:not(body)::after,.content kbd.is-delete:not(body)::after,.docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}.tag.is-delete:not(body):hover,.content kbd.is-delete:not(body):hover,.docstring>section>a.docs-sourcelink.is-delete:not(body):hover,.tag.is-delete:not(body):focus,.content kbd.is-delete:not(body):focus,.docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#e8e8e8}.tag.is-delete:not(body):active,.content kbd.is-delete:not(body):active,.docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#dbdbdb}.tag.is-rounded:not(body),#documenter .docs-sidebar form.docs-search>input:not(body),.content kbd.is-rounded:not(body),#documenter .docs-sidebar .content form.docs-search>input:not(body),.docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}a.tag:hover,.docstring>section>a.docs-sourcelink:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.title .content kbd,.content .title kbd,.title .docstring>section>a.docs-sourcelink,.subtitle .tag,.subtitle .content kbd,.content .subtitle kbd,.subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}.title{color:#222;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#222;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#222;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}.select select,.textarea,.input,#documenter .docs-sidebar form.docs-search>input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#222}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder,#documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#707070}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder,#documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#707070}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder,#documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#707070}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder,#documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#707070}.select select:hover,.textarea:hover,.input:hover,#documenter .docs-sidebar form.docs-search>input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input,#documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,#documenter .docs-sidebar form.docs-search>input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.select select:active,.textarea:active,.input:active,#documenter .docs-sidebar form.docs-search>input:active,.select select.is-active,.is-active.textarea,.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{border-color:#2e63b8;box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.select select[disabled],.textarea[disabled],.input[disabled],#documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#6b6b6b}.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.input[disabled]::-moz-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input::-moz-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input::-moz-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.input[disabled]::-webkit-input-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input::-webkit-input-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.input[disabled]:-moz-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input:-moz-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input:-moz-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.input[disabled]:-ms-input-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input:-ms-input-placeholder{color:rgba(107,107,107,0.3)}.textarea,.input,#documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}.textarea[readonly],.input[readonly],#documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}.is-white.textarea,.is-white.input,#documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,#documenter .docs-sidebar form.docs-search>input.is-white:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-white.textarea:active,.is-white.input:active,#documenter .docs-sidebar form.docs-search>input.is-white:active,.is-white.is-active.textarea,.is-white.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.is-black.textarea,.is-black.input,#documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,#documenter .docs-sidebar form.docs-search>input.is-black:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-black.textarea:active,.is-black.input:active,#documenter .docs-sidebar form.docs-search>input.is-black:active,.is-black.is-active.textarea,.is-black.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.is-light.textarea,.is-light.input,#documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}.is-light.textarea:focus,.is-light.input:focus,#documenter .docs-sidebar form.docs-search>input.is-light:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-light.textarea:active,.is-light.input:active,#documenter .docs-sidebar form.docs-search>input.is-light:active,.is-light.is-active.textarea,.is-light.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.is-dark.textarea,.content kbd.textarea,.is-dark.input,#documenter .docs-sidebar form.docs-search>input.is-dark,.content kbd.input{border-color:#363636}.is-dark.textarea:focus,.content kbd.textarea:focus,.is-dark.input:focus,#documenter .docs-sidebar form.docs-search>input.is-dark:focus,.content kbd.input:focus,.is-dark.is-focused.textarea,.content kbd.is-focused.textarea,.is-dark.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.content kbd.is-focused.input,#documenter .docs-sidebar .content form.docs-search>input.is-focused,.is-dark.textarea:active,.content kbd.textarea:active,.is-dark.input:active,#documenter .docs-sidebar form.docs-search>input.is-dark:active,.content kbd.input:active,.is-dark.is-active.textarea,.content kbd.is-active.textarea,.is-dark.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.content kbd.is-active.input,#documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.is-primary.textarea,.docstring>section>a.textarea.docs-sourcelink,.is-primary.input,#documenter .docs-sidebar form.docs-search>input.is-primary,.docstring>section>a.input.docs-sourcelink{border-color:#4eb5de}.is-primary.textarea:focus,.docstring>section>a.textarea.docs-sourcelink:focus,.is-primary.input:focus,#documenter .docs-sidebar form.docs-search>input.is-primary:focus,.docstring>section>a.input.docs-sourcelink:focus,.is-primary.is-focused.textarea,.docstring>section>a.is-focused.textarea.docs-sourcelink,.is-primary.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.docstring>section>a.is-focused.input.docs-sourcelink,.is-primary.textarea:active,.docstring>section>a.textarea.docs-sourcelink:active,.is-primary.input:active,#documenter .docs-sidebar form.docs-search>input.is-primary:active,.docstring>section>a.input.docs-sourcelink:active,.is-primary.is-active.textarea,.docstring>section>a.is-active.textarea.docs-sourcelink,.is-primary.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.is-link.textarea,.is-link.input,#documenter .docs-sidebar form.docs-search>input.is-link{border-color:#2e63b8}.is-link.textarea:focus,.is-link.input:focus,#documenter .docs-sidebar form.docs-search>input.is-link:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-link.textarea:active,.is-link.input:active,#documenter .docs-sidebar form.docs-search>input.is-link:active,.is-link.is-active.textarea,.is-link.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.is-info.textarea,.is-info.input,#documenter .docs-sidebar form.docs-search>input.is-info{border-color:#3c5dcd}.is-info.textarea:focus,.is-info.input:focus,#documenter .docs-sidebar form.docs-search>input.is-info:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-info.textarea:active,.is-info.input:active,#documenter .docs-sidebar form.docs-search>input.is-info:active,.is-info.is-active.textarea,.is-info.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}.is-success.textarea,.is-success.input,#documenter .docs-sidebar form.docs-search>input.is-success{border-color:#259a12}.is-success.textarea:focus,.is-success.input:focus,#documenter .docs-sidebar form.docs-search>input.is-success:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-success.textarea:active,.is-success.input:active,#documenter .docs-sidebar form.docs-search>input.is-success:active,.is-success.is-active.textarea,.is-success.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}.is-warning.textarea,.is-warning.input,#documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#a98800}.is-warning.textarea:focus,.is-warning.input:focus,#documenter .docs-sidebar form.docs-search>input.is-warning:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-warning.textarea:active,.is-warning.input:active,#documenter .docs-sidebar form.docs-search>input.is-warning:active,.is-warning.is-active.textarea,.is-warning.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.is-danger.textarea,.is-danger.input,#documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#cb3c33}.is-danger.textarea:focus,.is-danger.input:focus,#documenter .docs-sidebar form.docs-search>input.is-danger:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-danger.textarea:active,.is-danger.input:active,#documenter .docs-sidebar form.docs-search>input.is-danger:active,.is-danger.is-active.textarea,.is-danger.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}.is-small.textarea,.is-small.input,#documenter .docs-sidebar form.docs-search>input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input,#documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}.is-large.textarea,.is-large.input,#documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input,#documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}.is-inline.textarea,.is-inline.input,#documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}.input.is-rounded,#documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}.input.is-static,#documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#222}.radio[disabled],.checkbox[disabled],fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#6b6b6b;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#2e63b8;right:1.125em;z-index:4}.select.is-rounded select,#documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:0.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#222}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.select.is-dark:not(:hover)::after,.content kbd.select:not(:hover)::after{border-color:#363636}.select.is-dark select,.content kbd.select select{border-color:#363636}.select.is-dark select:hover,.content kbd.select select:hover,.select.is-dark select.is-hovered,.content kbd.select select.is-hovered{border-color:#292929}.select.is-dark select:focus,.content kbd.select select:focus,.select.is-dark select.is-focused,.content kbd.select select.is-focused,.select.is-dark select:active,.content kbd.select select:active,.select.is-dark select.is-active,.content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.select.is-primary:not(:hover)::after,.docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#4eb5de}.select.is-primary select,.docstring>section>a.select.docs-sourcelink select{border-color:#4eb5de}.select.is-primary select:hover,.docstring>section>a.select.docs-sourcelink select:hover,.select.is-primary select.is-hovered,.docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#39acda}.select.is-primary select:focus,.docstring>section>a.select.docs-sourcelink select:focus,.select.is-primary select.is-focused,.docstring>section>a.select.docs-sourcelink select.is-focused,.select.is-primary select:active,.docstring>section>a.select.docs-sourcelink select:active,.select.is-primary select.is-active,.docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.select.is-link:not(:hover)::after{border-color:#2e63b8}.select.is-link select{border-color:#2e63b8}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#2958a4}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.select.is-info:not(:hover)::after{border-color:#3c5dcd}.select.is-info select{border-color:#3c5dcd}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#3151bf}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}.select.is-success:not(:hover)::after{border-color:#259a12}.select.is-success select{border-color:#259a12}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#20830f}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}.select.is-warning:not(:hover)::after{border-color:#a98800}.select.is-warning select{border-color:#a98800}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#8f7300}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.select.is-danger:not(:hover)::after{border-color:#cb3c33}.select.is-danger select{border-color:#cb3c33}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#b7362e}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}.select.is-small,#documenter .docs-sidebar form.docs-search>input.select{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#6b6b6b !important;opacity:0.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}.select.is-loading.is-small:after,#documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-dark .file-cta,.content kbd.file .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark:hover .file-cta,.content kbd.file:hover .file-cta,.file.is-dark.is-hovered .file-cta,.content kbd.file.is-hovered .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark:focus .file-cta,.content kbd.file:focus .file-cta,.file.is-dark.is-focused .file-cta,.content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,54,54,0.25);color:#fff}.file.is-dark:active .file-cta,.content kbd.file:active .file-cta,.file.is-dark.is-active .file-cta,.content kbd.file.is-active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta,.docstring>section>a.file.docs-sourcelink .file-cta{background-color:#4eb5de;border-color:transparent;color:#fff}.file.is-primary:hover .file-cta,.docstring>section>a.file.docs-sourcelink:hover .file-cta,.file.is-primary.is-hovered .file-cta,.docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#43b1dc;border-color:transparent;color:#fff}.file.is-primary:focus .file-cta,.docstring>section>a.file.docs-sourcelink:focus .file-cta,.file.is-primary.is-focused .file-cta,.docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(78,181,222,0.25);color:#fff}.file.is-primary:active .file-cta,.docstring>section>a.file.docs-sourcelink:active .file-cta,.file.is-primary.is-active .file-cta,.docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#39acda;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#2e63b8;border-color:transparent;color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#2b5eae;border-color:transparent;color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(46,99,184,0.25);color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#2958a4;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3c5dcd;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#3355c9;border-color:transparent;color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(60,93,205,0.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#3151bf;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#259a12;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#228f11;border-color:transparent;color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(37,154,18,0.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#20830f;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#a98800;border-color:transparent;color:#fff}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#9c7d00;border-color:transparent;color:#fff}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(169,136,0,0.25);color:#fff}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#8f7300;border-color:transparent;color:#fff}.file.is-danger .file-cta{background-color:#cb3c33;border-color:transparent;color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#c13930;border-color:transparent;color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(203,60,51,0.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#b7362e;border-color:transparent;color:#fff}.file.is-small,#documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa,#documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#222}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#222}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#222}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#222;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:0.5em}.label.is-small,#documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:0.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark,.content kbd.help{color:#363636}.help.is-primary,.docstring>section>a.help.docs-sourcelink{color:#4eb5de}.help.is-link{color:#2e63b8}.help.is-info{color:#3c5dcd}.help.is-success{color:#259a12}.help.is-warning{color:#a98800}.help.is-danger{color:#cb3c33}.field:not(:last-child){margin-bottom:0.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button.is-hovered:not([disabled]),.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,.field.has-addons .control .input.is-hovered:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button.is-focused:not([disabled]),.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button.is-active:not([disabled]),.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,.field.has-addons .control .input.is-focused:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,.field.has-addons .control .input.is-active:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select.is-focused:not([disabled]),.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select.is-active:not([disabled]){z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button.is-focused:not([disabled]):hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button.is-active:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,.field.has-addons .control .input.is-focused:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,.field.has-addons .control .input.is-active:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select.is-focused:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 768px){.field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small,#documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}.field-label.is-normal{padding-top:0.375em}.field-label.is-medium{font-size:1.25rem;padding-top:0.375em}.field-label.is-large{font-size:1.5rem;padding-top:0.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#222}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}.control.is-loading.is-small:after,#documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#2e63b8;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#222;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small,#documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;border-radius:.25rem;box-shadow:#bbb;color:#222;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}.card-header-title{align-items:center;color:#222;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:#bbb;padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#222;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#2e63b8;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,0.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,0.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small,#documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#222;display:block;padding:0.5em 0.75em}.menu-list a:hover{background-color:#f5f5f5;color:#222}.menu-list a.is-active{background-color:#2e63b8;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#6b6b6b;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small,#documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark,.content kbd.message{background-color:#fafafa}.message.is-dark .message-header,.content kbd.message .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body,.content kbd.message .message-body{border-color:#363636}.message.is-primary,.docstring>section>a.message.docs-sourcelink{background-color:#eef8fc}.message.is-primary .message-header,.docstring>section>a.message.docs-sourcelink .message-header{background-color:#4eb5de;color:#fff}.message.is-primary .message-body,.docstring>section>a.message.docs-sourcelink .message-body{border-color:#4eb5de;color:#1a6d8e}.message.is-link{background-color:#eff3fb}.message.is-link .message-header{background-color:#2e63b8;color:#fff}.message.is-link .message-body{border-color:#2e63b8;color:#3169c4}.message.is-info{background-color:#eff2fb}.message.is-info .message-header{background-color:#3c5dcd;color:#fff}.message.is-info .message-body{border-color:#3c5dcd;color:#3253c3}.message.is-success{background-color:#effded}.message.is-success .message-header{background-color:#259a12;color:#fff}.message.is-success .message-body{border-color:#259a12;color:#2ec016}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#a98800;color:#fff}.message.is-warning .message-body{border-color:#a98800;color:#cca400}.message.is-danger{background-color:#fbefef}.message.is-danger .message-header{background-color:#cb3c33;color:#fff}.message.is-danger .message-body{border-color:#cb3c33;color:#c03930}.message-header{align-items:center;background-color:#222;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#222;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,0.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#222;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}.navbar.is-dark,.content kbd.navbar{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand>.navbar-item,.content kbd.navbar .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link,.content kbd.navbar .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.content kbd.navbar .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.content kbd.navbar .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.content kbd.navbar .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.content kbd.navbar .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.content kbd.navbar .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active,.content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after,.content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger,.content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-dark .navbar-start>.navbar-item,.content kbd.navbar .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.content kbd.navbar .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.content kbd.navbar .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link,.content kbd.navbar .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.content kbd.navbar .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.content kbd.navbar .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.content kbd.navbar .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.content kbd.navbar .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.content kbd.navbar .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.content kbd.navbar .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.content kbd.navbar .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.content kbd.navbar .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.content kbd.navbar .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.content kbd.navbar .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.content kbd.navbar .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active,.content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-start .navbar-link::after,.content kbd.navbar .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after,.content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active,.content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary,.docstring>section>a.navbar.docs-sourcelink{background-color:#4eb5de;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger,.docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-primary .navbar-start>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#4eb5de;color:#fff}}.navbar.is-link{background-color:#2e63b8;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#2e63b8;color:#fff}}.navbar.is-info{background-color:#3c5dcd;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#3151bf;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#3151bf;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3151bf;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3c5dcd;color:#fff}}.navbar.is-success{background-color:#259a12;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20830f;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20830f;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20830f;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#259a12;color:#fff}}.navbar.is-warning{background-color:#a98800;color:#fff}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:#fff}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#8f7300;color:#fff}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:#fff}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#8f7300;color:#fff}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#8f7300;color:#fff}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#a98800;color:#fff}}.navbar.is-danger{background-color:#cb3c33;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#b7362e;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#b7362e;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#b7362e;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#cb3c33;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#222;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,0.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#222;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#2e63b8}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#2e63b8}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#2e63b8;border-bottom-style:solid;border-bottom-width:3px;color:#2e63b8;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#2e63b8;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width: 1056px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#2e63b8}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#2e63b8}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small,#documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,.pagination.is-rounded .pagination-next,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:#dbdbdb;color:#222;min-width:2.5em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#3c5dcd}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#6b6b6b;opacity:0.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:#bbb;font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading,.content kbd.panel .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active,.content kbd.panel .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon,.content kbd.panel .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading,.docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#4eb5de;color:#fff}.panel.is-primary .panel-tabs a.is-active,.docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#4eb5de}.panel.is-primary .panel-block.is-active .panel-icon,.docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#4eb5de}.panel.is-link .panel-heading{background-color:#2e63b8;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#2e63b8}.panel.is-link .panel-block.is-active .panel-icon{color:#2e63b8}.panel.is-info .panel-heading{background-color:#3c5dcd;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3c5dcd}.panel.is-info .panel-block.is-active .panel-icon{color:#3c5dcd}.panel.is-success .panel-heading{background-color:#259a12;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#259a12}.panel.is-success .panel-block.is-active .panel-icon{color:#259a12}.panel.is-warning .panel-heading{background-color:#a98800;color:#fff}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#a98800}.panel.is-warning .panel-block.is-active .panel-icon{color:#a98800}.panel.is-danger .panel-heading{background-color:#cb3c33;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#cb3c33}.panel.is-danger .panel-block.is-active .panel-icon{color:#cb3c33}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#222;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:0.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#222}.panel-list a:hover{color:#2e63b8}.panel-block{align-items:center;color:#222;display:flex;justify-content:flex-start;padding:0.5em 0.75em}.panel-block input[type="checkbox"]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#2e63b8;color:#363636}.panel-block.is-active .panel-icon{color:#2e63b8}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#6b6b6b;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#222;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#222;color:#222}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#2e63b8;color:#2e63b8}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:0.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#2e63b8;border-color:#2e63b8;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small,#documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: .25rem}}.columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: .5rem}}.columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: .75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,0.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,0.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:0.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,0.7)}.hero.is-light .subtitle{color:rgba(0,0,0,0.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}.hero.is-dark,.content kbd.hero{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong,.content kbd.hero strong{color:inherit}.hero.is-dark .title,.content kbd.hero .title{color:#fff}.hero.is-dark .subtitle,.content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}.hero.is-dark .subtitle a:not(.button),.content kbd.hero .subtitle a:not(.button),.hero.is-dark .subtitle strong,.content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-dark .navbar-menu,.content kbd.hero .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.content kbd.hero .navbar-item,.hero.is-dark .navbar-link,.content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-dark a.navbar-item:hover,.content kbd.hero a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.content kbd.hero a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.content kbd.hero .navbar-link:hover,.hero.is-dark .navbar-link.is-active,.content kbd.hero .navbar-link.is-active{background-color:#292929;color:#fff}.hero.is-dark .tabs a,.content kbd.hero .tabs a{color:#fff;opacity:0.9}.hero.is-dark .tabs a:hover,.content kbd.hero .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a,.content kbd.hero .tabs li.is-active a{color:#363636 !important;opacity:1}.hero.is-dark .tabs.is-boxed a,.content kbd.hero .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a,.content kbd.hero .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.content kbd.hero .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover,.content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.content kbd.hero .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.content kbd.hero .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold,.content kbd.hero.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu,.content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}}.hero.is-primary,.docstring>section>a.hero.docs-sourcelink{background-color:#4eb5de;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong,.docstring>section>a.hero.docs-sourcelink strong{color:inherit}.hero.is-primary .title,.docstring>section>a.hero.docs-sourcelink .title{color:#fff}.hero.is-primary .subtitle,.docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}.hero.is-primary .subtitle a:not(.button),.docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),.hero.is-primary .subtitle strong,.docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-primary .navbar-menu,.docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#4eb5de}}.hero.is-primary .navbar-item,.docstring>section>a.hero.docs-sourcelink .navbar-item,.hero.is-primary .navbar-link,.docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-primary a.navbar-item:hover,.docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.docstring>section>a.hero.docs-sourcelink .navbar-link:hover,.hero.is-primary .navbar-link.is-active,.docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#39acda;color:#fff}.hero.is-primary .tabs a,.docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}.hero.is-primary .tabs a:hover,.docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#4eb5de !important;opacity:1}.hero.is-primary .tabs.is-boxed a,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#4eb5de}.hero.is-primary.is-bold,.docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu,.docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%)}}.hero.is-link{background-color:#2e63b8;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,0.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-link .navbar-menu{background-color:#2e63b8}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2958a4;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:0.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#2e63b8 !important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#2e63b8}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%)}}.hero.is-info{background-color:#3c5dcd;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,0.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-info .navbar-menu{background-color:#3c5dcd}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#3151bf;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:0.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3c5dcd !important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3c5dcd}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}}.hero.is-success{background-color:#259a12;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,0.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-success .navbar-menu{background-color:#259a12}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20830f;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:0.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#259a12 !important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#259a12}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}}.hero.is-warning{background-color:#a98800;color:#fff}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#fff}.hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-warning .navbar-menu{background-color:#a98800}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#8f7300;color:#fff}.hero.is-warning .tabs a{color:#fff;opacity:0.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#a98800 !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#fff}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#a98800}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #764b00 0%, #a98800 71%, #c2bd00 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #764b00 0%, #a98800 71%, #c2bd00 100%)}}.hero.is-danger{background-color:#cb3c33;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-danger .navbar-menu{background-color:#cb3c33}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#b7362e;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:0.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#cb3c33 !important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#cb3c33}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}}.hero.is-small .hero-body,#documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}h1 .docs-heading-anchor,h1 .docs-heading-anchor:hover,h1 .docs-heading-anchor:visited,h2 .docs-heading-anchor,h2 .docs-heading-anchor:hover,h2 .docs-heading-anchor:visited,h3 .docs-heading-anchor,h3 .docs-heading-anchor:hover,h3 .docs-heading-anchor:visited,h4 .docs-heading-anchor,h4 .docs-heading-anchor:hover,h4 .docs-heading-anchor:visited,h5 .docs-heading-anchor,h5 .docs-heading-anchor:hover,h5 .docs-heading-anchor:visited,h6 .docs-heading-anchor,h6 .docs-heading-anchor:hover,h6 .docs-heading-anchor:visited{color:#222}h1 .docs-heading-anchor-permalink,h2 .docs-heading-anchor-permalink,h3 .docs-heading-anchor-permalink,h4 .docs-heading-anchor-permalink,h5 .docs-heading-anchor-permalink,h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}h1 .docs-heading-anchor-permalink::before,h2 .docs-heading-anchor-permalink::before,h3 .docs-heading-anchor-permalink::before,h4 .docs-heading-anchor-permalink::before,h5 .docs-heading-anchor-permalink::before,h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}h1:hover .docs-heading-anchor-permalink,h2:hover .docs-heading-anchor-permalink,h3:hover .docs-heading-anchor-permalink,h4:hover .docs-heading-anchor-permalink,h5:hover .docs-heading-anchor-permalink,h6:hover .docs-heading-anchor-permalink{visibility:visible}.docs-dark-only{display:none !important}pre{position:relative;overflow:hidden}pre code,pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}pre code:first-of-type,pre code.hljs:first-of-type{padding-top:0.5rem !important}pre code:last-of-type,pre code.hljs:last-of-type{padding-bottom:0.5rem !important}pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#222;cursor:pointer;text-align:center}pre .copy-button:focus,pre .copy-button:hover{opacity:1;background:rgba(34,34,34,0.1);color:#2e63b8}pre .copy-button.success{color:#259a12;opacity:1}pre .copy-button.error{color:#cb3c33;opacity:1}pre:hover .copy-button{opacity:1}.admonition{background-color:#f5f5f5;border-style:solid;border-width:2px;border-color:#4a4a4a;border-radius:4px;font-size:1rem}.admonition strong{color:currentColor}.admonition.is-small,#documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}.admonition.is-medium{font-size:1.25rem}.admonition.is-large{font-size:1.5rem}.admonition.is-default{background-color:#f5f5f5;border-color:#4a4a4a}.admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#4a4a4a}.admonition.is-default>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-info{background-color:#f5f5f5;border-color:#3c5dcd}.admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#3c5dcd}.admonition.is-info>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-success{background-color:#f5f5f5;border-color:#259a12}.admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#259a12}.admonition.is-success>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-warning{background-color:#f5f5f5;border-color:#a98800}.admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#a98800}.admonition.is-warning>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-danger{background-color:#f5f5f5;border-color:#cb3c33}.admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#cb3c33}.admonition.is-danger>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-compat{background-color:#f5f5f5;border-color:#3489da}.admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#3489da}.admonition.is-compat>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-todo{background-color:#f5f5f5;border-color:#9558b2}.admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#9558b2}.admonition.is-todo>.admonition-body{color:rgba(0,0,0,0.7)}.admonition-header{color:#4a4a4a;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}details.admonition.is-details>.admonition-header{list-style:none}details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}.admonition-body{color:#222;padding:0.5rem .75rem}.admonition-body pre{background-color:#f5f5f5}.admonition-body code{background-color:rgba(0,0,0,0.05)}.docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #dbdbdb;border-radius:4px;box-shadow:2px 2px 3px rgba(10,10,10,0.1);max-width:100%}.docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#f5f5f5;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #dbdbdb;overflow:auto}.docstring>header code{background-color:transparent}.docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}.docstring>header .docstring-binding{margin-right:0.3em}.docstring>header .docstring-category{margin-left:0.3em}.docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #dbdbdb}.docstring>section:last-child{border-bottom:none}.docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}.docstring>section>a.docs-sourcelink:focus{opacity:1 !important}.docstring:hover>section>a.docs-sourcelink{opacity:0.2}.docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}.docstring>section:hover a.docs-sourcelink{opacity:1}.documenter-example-output{background-color:#fff}.outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#f5f5f5;color:rgba(0,0,0,0.7);border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}.outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}.outdated-warning-overlay a{color:#2e63b8}.outdated-warning-overlay a:hover{color:#363636}.content pre{border:2px solid #dbdbdb;border-radius:4px}.content code{font-weight:inherit}.content a code{color:#2e63b8}.content a:hover code{color:#363636}.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code,.content h6 code{color:#222}.content table{display:block;width:initial;max-width:100%;overflow-x:auto}.content blockquote>ul:first-child,.content blockquote>ol:first-child,.content .admonition-body>ul:first-child,.content .admonition-body>ol:first-child{margin-top:0}pre,code{font-variant-ligatures:no-contextual}.breadcrumb a.is-disabled{cursor:default;pointer-events:none}.breadcrumb a.is-disabled,.breadcrumb a.is-disabled:hover{color:#222}.hljs{background:initial !important}.katex .katex-mathml{top:0;right:0}.katex-display,mjx-container,.MathJax_Display{margin:0.5em 0 !important}html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}li.no-marker{list-style:none}#documenter .docs-main>article{overflow-wrap:break-word}#documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){#documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){#documenter .docs-main{width:100%}#documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}#documenter .docs-main>header,#documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}#documenter .docs-main header.docs-navbar{background-color:#fff;border-bottom:1px solid #dbdbdb;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}#documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}#documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}#documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}#documenter .docs-main header.docs-navbar .docs-right .docs-icon,#documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}#documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){#documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}#documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){#documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}#documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #bbb;transition-duration:0.7s;-webkit-transition-duration:0.7s}#documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}#documenter .docs-main section.footnotes{border-top:1px solid #dbdbdb}#documenter .docs-main section.footnotes li .tag:first-child,#documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,#documenter .docs-main section.footnotes li .content kbd:first-child,.content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}#documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #dbdbdb;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){#documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}#documenter .docs-main .docs-footer .docs-footer-nextpage,#documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}#documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}#documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}#documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}#documenter .docs-sidebar{display:flex;flex-direction:column;color:#0a0a0a;background-color:#f5f5f5;border-right:1px solid #dbdbdb;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}#documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #bbb}@media screen and (min-width: 1056px){#documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){#documenter .docs-sidebar{left:0;top:0}}#documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}#documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}#documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}#documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}#documenter .docs-sidebar .docs-package-name a,#documenter .docs-sidebar .docs-package-name a:hover{color:#0a0a0a}#documenter .docs-sidebar .docs-version-selector{border-top:1px solid #dbdbdb;display:none;padding:0.5rem}#documenter .docs-sidebar .docs-version-selector.visible{display:flex}#documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #dbdbdb;padding-bottom:1.5rem}#documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}#documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #dbdbdb}#documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}#documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}#documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}#documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}#documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}#documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}#documenter .docs-sidebar ul.docs-menu .tocitem,#documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#0a0a0a;background:#f5f5f5}#documenter .docs-sidebar ul.docs-menu a.tocitem:hover,#documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#0a0a0a;background-color:#ebebeb}#documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background-color:#fff}#documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,#documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#fff;color:#0a0a0a}#documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#ebebeb;color:#0a0a0a}#documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}#documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #dbdbdb}#documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}#documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}#documenter .docs-sidebar form.docs-search>input{width:14.4rem}#documenter .docs-sidebar #documenter-search-query{color:#707070;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){#documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#e0e0e0}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#ccc}}@media screen and (max-width: 1055px){#documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}#documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}#documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#e0e0e0}#documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#ccc}}kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(0,0,0,0.6);box-shadow:0 2px 0 1px rgba(0,0,0,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}.search-min-width-50{min-width:50%}.search-min-height-100{min-height:100%}.search-modal-card-body{max-height:calc(100vh - 15rem)}.search-result-link{border-radius:0.7em;transition:all 300ms}.search-result-link:hover,.search-result-link:focus{background-color:rgba(0,128,128,0.1)}.search-result-link .property-search-result-badge,.search-result-link .search-filter{transition:all 300ms}.property-search-result-badge,.search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}.search-result-link:hover .property-search-result-badge,.search-result-link:hover .search-filter,.search-result-link:focus .property-search-result-badge,.search-result-link:focus .search-filter{color:#f1f5f9;background-color:#333}.search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}.search-filter:hover,.search-filter:focus{color:#333}.search-filter-selected{color:#f5f5f5;background-color:rgba(139,0,139,0.5)}.search-filter-selected:hover,.search-filter-selected:focus{color:#f5f5f5}.search-result-highlight{background-color:#ffdd57;color:black}.search-divider{border-bottom:1px solid #dbdbdb}.search-result-title{width:85%;color:#333}.search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}#search-modal .modal-card-body::-webkit-scrollbar,#search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}#search-modal .modal-card-body::-webkit-scrollbar-thumb,#search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}#search-modal .modal-card-body::-webkit-scrollbar-track,#search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}.w-100{width:100%}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.ansi span.sgr1{font-weight:bolder}.ansi span.sgr2{font-weight:lighter}.ansi span.sgr3{font-style:italic}.ansi span.sgr4{text-decoration:underline}.ansi span.sgr7{color:#fff;background-color:#222}.ansi span.sgr8{color:transparent}.ansi span.sgr8 span{color:transparent}.ansi span.sgr9{text-decoration:line-through}.ansi span.sgr30{color:#242424}.ansi span.sgr31{color:#a7201f}.ansi span.sgr32{color:#066f00}.ansi span.sgr33{color:#856b00}.ansi span.sgr34{color:#2149b0}.ansi span.sgr35{color:#7d4498}.ansi span.sgr36{color:#007989}.ansi span.sgr37{color:gray}.ansi span.sgr40{background-color:#242424}.ansi span.sgr41{background-color:#a7201f}.ansi span.sgr42{background-color:#066f00}.ansi span.sgr43{background-color:#856b00}.ansi span.sgr44{background-color:#2149b0}.ansi span.sgr45{background-color:#7d4498}.ansi span.sgr46{background-color:#007989}.ansi span.sgr47{background-color:gray}.ansi span.sgr90{color:#616161}.ansi span.sgr91{color:#cb3c33}.ansi span.sgr92{color:#0e8300}.ansi span.sgr93{color:#a98800}.ansi span.sgr94{color:#3c5dcd}.ansi span.sgr95{color:#9256af}.ansi span.sgr96{color:#008fa3}.ansi span.sgr97{color:#f5f5f5}.ansi span.sgr100{background-color:#616161}.ansi span.sgr101{background-color:#cb3c33}.ansi span.sgr102{background-color:#0e8300}.ansi span.sgr103{background-color:#a98800}.ansi span.sgr104{background-color:#3c5dcd}.ansi span.sgr105{background-color:#9256af}.ansi span.sgr106{background-color:#008fa3}.ansi span.sgr107{background-color:#f5f5f5}code.language-julia-repl>span.hljs-meta{color:#066f00;font-weight:bolder}/*! + Theme: Default + Description: Original highlight.js style + Author: (c) Ivan Sagalaev + Maintainer: @highlightjs/core-team + Website: https://highlightjs.org/ + License: see project LICENSE + Touched: 2021 +*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#F3F3F3;color:#444}.hljs-comment{color:#697070}.hljs-tag,.hljs-punctuation{color:#444a}.hljs-tag .hljs-name,.hljs-tag .hljs-attr{color:#444}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-operator,.hljs-selector-pseudo{color:#ab5656}.hljs-literal{color:#695}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.gap-4{gap:1rem} diff --git a/v1.1.14/assets/themeswap.js b/v1.1.14/assets/themeswap.js new file mode 100644 index 0000000..9f5eebe --- /dev/null +++ b/v1.1.14/assets/themeswap.js @@ -0,0 +1,84 @@ +// Small function to quickly swap out themes. Gets put into the tag.. +function set_theme_from_local_storage() { + // Initialize the theme to null, which means default + var theme = null; + // If the browser supports the localstorage and is not disabled then try to get the + // documenter theme + if (window.localStorage != null) { + // Get the user-picked theme from localStorage. May be `null`, which means the default + // theme. + theme = window.localStorage.getItem("documenter-theme"); + } + // Check if the users preference is for dark color scheme + var darkPreference = + window.matchMedia("(prefers-color-scheme: dark)").matches === true; + // Initialize a few variables for the loop: + // + // - active: will contain the index of the theme that should be active. Note that there + // is no guarantee that localStorage contains sane values. If `active` stays `null` + // we either could not find the theme or it is the default (primary) theme anyway. + // Either way, we then need to stick to the primary theme. + // + // - disabled: style sheets that should be disabled (i.e. all the theme style sheets + // that are not the currently active theme) + var active = null; + var disabled = []; + var primaryLightTheme = null; + var primaryDarkTheme = null; + for (var i = 0; i < document.styleSheets.length; i++) { + var ss = document.styleSheets[i]; + // The tag of each style sheet is expected to have a data-theme-name attribute + // which must contain the name of the theme. The names in localStorage much match this. + var themename = ss.ownerNode.getAttribute("data-theme-name"); + // attribute not set => non-theme stylesheet => ignore + if (themename === null) continue; + // To distinguish the default (primary) theme, it needs to have the data-theme-primary + // attribute set. + if (ss.ownerNode.getAttribute("data-theme-primary") !== null) { + primaryLightTheme = themename; + } + // Check if the theme is primary dark theme so that we could store its name in darkTheme + if (ss.ownerNode.getAttribute("data-theme-primary-dark") !== null) { + primaryDarkTheme = themename; + } + // If we find a matching theme (and it's not the default), we'll set active to non-null + if (themename === theme) active = i; + // Store the style sheets of inactive themes so that we could disable them + if (themename !== theme) disabled.push(ss); + } + var activeTheme = null; + if (active !== null) { + // If we did find an active theme, we'll (1) add the theme--$(theme) class to + document.getElementsByTagName("html")[0].className = "theme--" + theme; + activeTheme = theme; + } else { + // If we did _not_ find an active theme, then we need to fall back to the primary theme + // which can either be dark or light, depending on the user's OS preference. + var activeTheme = darkPreference ? primaryDarkTheme : primaryLightTheme; + // In case it somehow happens that the relevant primary theme was not found in the + // preceding loop, we abort without doing anything. + if (activeTheme === null) { + console.error("Unable to determine primary theme."); + return; + } + // When switching to the primary light theme, then we must not have a class name + // for the tag. That's only for non-primary or the primary dark theme. + if (darkPreference) { + document.getElementsByTagName("html")[0].className = + "theme--" + activeTheme; + } else { + document.getElementsByTagName("html")[0].className = ""; + } + } + for (var i = 0; i < document.styleSheets.length; i++) { + var ss = document.styleSheets[i]; + // The tag of each style sheet is expected to have a data-theme-name attribute + // which must contain the name of the theme. The names in localStorage much match this. + var themename = ss.ownerNode.getAttribute("data-theme-name"); + // attribute not set => non-theme stylesheet => ignore + if (themename === null) continue; + // we'll disable all the stylesheets, except for the active one + ss.disabled = !(themename == activeTheme); + } +} +set_theme_from_local_storage(); diff --git a/v1.1.14/assets/warner.js b/v1.1.14/assets/warner.js new file mode 100644 index 0000000..3f6f5d0 --- /dev/null +++ b/v1.1.14/assets/warner.js @@ -0,0 +1,52 @@ +function maybeAddWarning() { + // DOCUMENTER_NEWEST is defined in versions.js, DOCUMENTER_CURRENT_VERSION and DOCUMENTER_STABLE + // in siteinfo.js. + // If either of these are undefined something went horribly wrong, so we abort. + if ( + window.DOCUMENTER_NEWEST === undefined || + window.DOCUMENTER_CURRENT_VERSION === undefined || + window.DOCUMENTER_STABLE === undefined + ) { + return; + } + + // Current version is not a version number, so we can't tell if it's the newest version. Abort. + if (!/v(\d+\.)*\d+/.test(window.DOCUMENTER_CURRENT_VERSION)) { + return; + } + + // Current version is newest version, so no need to add a warning. + if (window.DOCUMENTER_NEWEST === window.DOCUMENTER_CURRENT_VERSION) { + return; + } + + // Add a noindex meta tag (unless one exists) so that search engines don't index this version of the docs. + if (document.body.querySelector('meta[name="robots"]') === null) { + const meta = document.createElement("meta"); + meta.name = "robots"; + meta.content = "noindex"; + + document.getElementsByTagName("head")[0].appendChild(meta); + } + + const div = document.createElement("div"); + div.classList.add("outdated-warning-overlay"); + const closer = document.createElement("button"); + closer.classList.add("outdated-warning-closer", "delete"); + closer.addEventListener("click", function () { + document.body.removeChild(div); + }); + const href = window.documenterBaseURL + "/../" + window.DOCUMENTER_STABLE; + div.innerHTML = + 'This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.'; + div.appendChild(closer); + document.body.appendChild(div); +} + +if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", maybeAddWarning); +} else { + maybeAddWarning(); +} diff --git a/v1.1.14/index-07ad9c9b.png b/v1.1.14/index-07ad9c9b.png new file mode 100644 index 0000000000000000000000000000000000000000..9194f1286cb59617b7749581e980f8992ac05955 GIT binary patch literal 136982 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 literal 0 HcmV?d00001 diff --git a/v1.1.14/index-29032147.png b/v1.1.14/index-29032147.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b67947ad02a89c7eace4b458106fc68882f44d GIT binary patch literal 62818 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 z zxb4b&(-^P$6H5b+D1tes@GBEL$QACYg`kT_3SwhtPxSdFliKWs0>MKG-p`y=kcNyP z#f2w;ySb_1al2^e!e6jrcn8r$gL{BKT9D)O(V+J^^SNdz#*`z(P8A{VqcmU{6gAh7 ztDAax73)a=KB$BbLs=8BPz{t99Z3|#ujxgS%j*;k31H_#kBdBz5?mJ37Fo8;VMv*@ z8BVhLhETjXKvOv$2m&Hy;lpRi{gL$LH42-qKK`En3H!-Pfj0034&=?7H%ZfuUI~BS*ur~vx=)r- zz*uC6=U5fh;f=uy&?A7ISk1QL(})`k`*43Z4go>?jcAF5B7SO0|)jyusRq<>NpanwDLO%|dOHpx9#@xUVQa+Oa-6Ui8;v&+qN}H0euEZrx=P zNG@3s({cWVWte>I1$iN%&`1T%S{C;2CmUJ!ySIdkixDRx*(nv;v*qjRU;XskbM52D zuij$M3vS=`*w=C2&smJ9_*$NE*vDsag}><=j}{eO=X~kVI|KKRYBr9kT|OWr_Lhk_ zaSp_7yv!#g@4&bh6!|D`v1@WY|~i(>eu1Cz7aeG OvDILQ{vDd_x&H^Llp$mQ literal 0 HcmV?d00001 diff --git a/v1.1.14/index-58b14d3f.png b/v1.1.14/index-58b14d3f.png new file mode 100644 index 0000000000000000000000000000000000000000..cb0d399d81341cdaa006162c81a78e59cfef1447 GIT binary patch literal 202558 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
F)TO?13dUSqf=32hp9pKADzN$A< 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