From 623c52c706b5b6eae8f04ce015d50e8bf713ed9a Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 4 Sep 2024 03:15:13 +0000 Subject: [PATCH] build based on 8f60515 --- stable | 2 +- v1 | 2 +- v1.1 | 2 +- v1.1.5/.documenter-siteinfo.json | 1 + v1.1.5/MeshData/index.html | 32 + v1.1.5/RefElemData/index.html | 46 + v1.1.5/assets/documenter.js | 1064 +++++++++++++++++ v1.1.5/assets/dudx.png | Bin 0 -> 87439 bytes v1.1.5/assets/hicken_N4.png | Bin 0 -> 14420 bytes v1.1.5/assets/hohqmesh.png | Bin 0 -> 32970 bytes v1.1.5/assets/kubatko_legendre_N4.png | Bin 0 -> 12398 bytes v1.1.5/assets/kubatko_lobatto_N4.png | Bin 0 -> 13235 bytes v1.1.5/assets/mapping_diagram.png | Bin 0 -> 489244 bytes v1.1.5/assets/scramjet.png | Bin 0 -> 461851 bytes v1.1.5/assets/test_ck45.jl | 29 + v1.1.5/assets/themes/catppuccin-frappe.css | 1 + v1.1.5/assets/themes/catppuccin-latte.css | 1 + v1.1.5/assets/themes/catppuccin-macchiato.css | 1 + v1.1.5/assets/themes/catppuccin-mocha.css | 1 + v1.1.5/assets/themes/documenter-dark.css | 7 + v1.1.5/assets/themes/documenter-light.css | 9 + v1.1.5/assets/themeswap.js | 84 ++ v1.1.5/assets/u.png | Bin 0 -> 85926 bytes v1.1.5/assets/warner.js | 52 + v1.1.5/conventions/index.html | 2 + v1.1.5/ex_dg_deriv/index.html | 28 + v1.1.5/index.html | 20 + v1.1.5/index_refs/index.html | 105 ++ v1.1.5/more_meshes/index.html | 52 + v1.1.5/objects.inv | Bin 0 -> 2816 bytes v1.1.5/search_index.js | 3 + v1.1.5/siteinfo.js | 1 + v1.1.5/tstep_usage/index.html | 30 + versions.js | 2 +- 34 files changed, 1573 insertions(+), 4 deletions(-) create mode 100644 v1.1.5/.documenter-siteinfo.json create mode 100644 v1.1.5/MeshData/index.html create mode 100644 v1.1.5/RefElemData/index.html create mode 100644 v1.1.5/assets/documenter.js create mode 100644 v1.1.5/assets/dudx.png create mode 100644 v1.1.5/assets/hicken_N4.png create mode 100644 v1.1.5/assets/hohqmesh.png create mode 100644 v1.1.5/assets/kubatko_legendre_N4.png create mode 100644 v1.1.5/assets/kubatko_lobatto_N4.png create mode 100644 v1.1.5/assets/mapping_diagram.png create mode 100644 v1.1.5/assets/scramjet.png create mode 100644 v1.1.5/assets/test_ck45.jl create mode 100644 v1.1.5/assets/themes/catppuccin-frappe.css create mode 100644 v1.1.5/assets/themes/catppuccin-latte.css create mode 100644 v1.1.5/assets/themes/catppuccin-macchiato.css create mode 100644 v1.1.5/assets/themes/catppuccin-mocha.css create mode 100644 v1.1.5/assets/themes/documenter-dark.css create mode 100644 v1.1.5/assets/themes/documenter-light.css create mode 100644 v1.1.5/assets/themeswap.js create mode 100644 v1.1.5/assets/u.png create mode 100644 v1.1.5/assets/warner.js create mode 100644 v1.1.5/conventions/index.html create mode 100644 v1.1.5/ex_dg_deriv/index.html create mode 100644 v1.1.5/index.html create mode 100644 v1.1.5/index_refs/index.html create mode 100644 v1.1.5/more_meshes/index.html create mode 100644 v1.1.5/objects.inv create mode 100644 v1.1.5/search_index.js create mode 100644 v1.1.5/siteinfo.js create mode 100644 v1.1.5/tstep_usage/index.html diff --git a/stable b/stable index 89fb16f8..261f3475 120000 --- a/stable +++ b/stable @@ -1 +1 @@ -v1.1.4 \ No newline at end of file +v1.1.5 \ No newline at end of file diff --git a/v1 b/v1 index 89fb16f8..261f3475 120000 --- a/v1 +++ b/v1 @@ -1 +1 @@ -v1.1.4 \ No newline at end of file +v1.1.5 \ No newline at end of file diff --git a/v1.1 b/v1.1 index 89fb16f8..261f3475 120000 --- a/v1.1 +++ b/v1.1 @@ -1 +1 @@ -v1.1.4 \ No newline at end of file +v1.1.5 \ No newline at end of file diff --git a/v1.1.5/.documenter-siteinfo.json b/v1.1.5/.documenter-siteinfo.json new file mode 100644 index 00000000..6cfc4f1b --- /dev/null +++ b/v1.1.5/.documenter-siteinfo.json @@ -0,0 +1 @@ +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-04T03:15:08","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/v1.1.5/MeshData/index.html b/v1.1.5/MeshData/index.html new file mode 100644 index 00000000..efd1f1c7 --- /dev/null +++ b/v1.1.5/MeshData/index.html @@ -0,0 +1,32 @@ + +MeshData · StartUpDG.jl

MeshData type

MeshData includes fields such as

  • xyz::NTuple{Dim, ...}: nodal interpolation points mapped to physical elements. All elements of xyz are $N_p \times N_{\rm elements}$ matrices, where $N_p$ are the number of nodal points on each element.
  • xyzq::NTuple{Dim, ...}, wJq: volume quadrature points/weights mapped to physical elements. All elements these tuples are $N_q \times N_{\rm elements}$ matrices, where $N_q$ is the number of quadrature points on each element.
  • xyzf::NTuple{Dim, ...}: face quadrature points mapped to physical elements. All elements of xyz are $N_f \times N_{\rm elements}$ matrices, where $N_f$ is the number of face points on each element.
  • mapP, mapB: indexing arrays for inter-element node connectivity (mapP) and for extracting boundary nodes from the list of face nodes xyzf (mapB). mapP is a matrix of size $N_f \times N_{\rm elements}$, while the length of mapB is the total number of nodes on the boundary.
  • rstxyzJ::SMatrix{Dim, Dim}: volume geometric terms $G_{ij} = \frac{\partial x_i}{\partial \hat{x}_j}$. Each element of rstxyzJ is a matrix of size $N_p \times N_{\rm elements}$.
  • J, Jf: volume and surface Jacobians evaluated at interpolation points and surface quadrature points, respectively. J is a matrix of size $N_p \times N_{\rm elements}$, while Jf is a matrix of size $N_f \times N_{\rm elements}$.
  • nxyz::NTuple{Dim, ...} and nxyzJ::NTuple{Dim, ...}: normalized and Jf scaled outward normals evaluated at surface quadrature points. Each element of nxyzJ is a matrix of size $N_f \times N_{\rm elements}$.

These are the main quantities used to construct a DG solver. Information specific to the type of mesh used is stored in the md.mesh_type field.

Setting up md::MeshData

The MeshData struct contains data for high order DG methods useful for evaluating DG formulations in a matrix-free fashion.

Generating unstructured meshes

For convenience, simple uniform meshes are included in with StartUpDG.jl via uniform_mesh

using StartUpDG
+num_cells_x, num_cells_y, num_cells_z = 4, 2, 8
+(VX,), EToV = uniform_mesh(Line(), num_cells_x)
+(VX, VY), EToV = uniform_mesh(Tri(), num_cells_x, num_cells_y)
+(VX, VY), EToV = uniform_mesh(Quad(), num_cells_x, num_cells_y)
+(VX, VY, VZ), EToV = uniform_mesh(Tet(), num_cells_x, num_cells_y, num_cells_z)
+(VX, VY, VZ), EToV = uniform_mesh(Pyr(), num_cells_x, num_cells_y, num_cells_z)
+(VX, VY, VZ), EToV = uniform_mesh(Wedge(), num_cells_x, num_cells_y, num_cells_z)
+(VX, VY, VZ), EToV = uniform_mesh(Hex(), num_cells_x, num_cells_y, num_cells_z)

The uniform triangular mesh is constructed by creating a uniform quadrilateral mesh then bisecting each quad into two triangles. Wedge meshes are constructed similarly. Tet meshes are constructed by dividing each hexahedron into 5 tetrahedral elements. Pyramid meshes are constructed by dividing each hexahedron into 6 pyramids.

Initializing high order DG mesh data

Given unstructured mesh information (tuple of vertex coordinates VXYZ and index array EToV) high order DG mesh data can be constructed as follows:

md = MeshData(VXYZ, EToV, rd)

Enforcing periodic boundary conditions

Periodic boundary conditions can be enforced via the is_periodic keyword argument

md_periodic = MeshData((VX, VY), EToV, rd; is_periodic=true) # periodic in both x and y coordinates
+md_periodic_x = MeshData((VX, VY), EToV, rd; is_periodic=(true, false)) # periodic in x direction, but not y

or by calling make_periodic, which returns a new MeshData instance

md = MeshData((VX, VY), EToV, rd)
+md_periodic = make_periodic(md) # periodic in both x and y coordinates
+md_periodic_x = make_periodic(md, true, false) # periodic in x direction, but not y

In either case, the MeshData indexing arrays fields mapP,mapB, and FToF are modified to account for periodicity.

One can check which dimensions are periodic via the is_periodic field of MeshData. For example, the md_periodic_x example above gives

julia> md_periodic_x.is_periodic
+(true, false)

Creating curved meshes

It is common to generate curved meshes by first generating a linear mesh, then moving high order nodes on the linear mesh. This can be done by calling MeshData again with new x, y coordinates:

md = MeshData((VX, VY), EToV, rd)
+(; x, y ) = md
+# <-- code to modify high order nodes (x,y)
+md_curved = MeshData(rd, md, x, y)

MeshData(rd, md, x, y) and MeshData(rd, md, x, y, z) are implemented for 2D and 3D, though this is not currently implemented in 1D.

More generally, one can create a copy of a MeshData with certain fields modified by using @set or setproperties from Setfield.jl.

Unstructured and pre-defined triangular meshes using Triangulate.jl

StartUpDG.jl also includes additional utilities based on Triangulate.jl for creating and visualizing meshes. Several pre-defined geometries are included in StartUpDG.jl. A few examples are SquareDomain, RectangularDomainWithHole, Scramjet, and CircularDomain. See triangulate_example_meshes.jl for a more complete list and field arguments. These can each be called using triangulate_domain, for example the following code will create a mesh of a scramjet:

meshIO = triangulate_domain(Scramjet())
+(VX, VY), EToV = triangulateIO_to_VXYEToV(meshIO)
+rd = RefElemData(Tri(), 7)
+md = MeshData((VX, VY), EToV, rd)

A quick plot of the face nodes via

using Plots
+scatter(vec.(md.xyzf)..., msw=0, ms=1, aspect_ratio=:equal, ylims=(0,2), leg=false)

shows the following figure u

Unstructured curved quadrilateral and hexahedral meshes using HOHQMesh.jl

StartUpDG.jl also reads in .mesh files generated by HOHQMesh.jl. The following code constructs a MeshData which represents a curved quadrilateral mesh generated by HOHQMesh.jl.

using StartUpDG
+rd = RefElemData(Quad(), 4)
+hmd = read_HOHQMesh("test/testset_HOHQMesh_meshes/easy_example.mesh", Quad())
+md = MeshData(hmd, rd)

We can visualize the mesh using

using Plots
+plot(rd, md) # can also use `plot(MeshPlotter(rd, md))`

which yields the following figure:

u

The boundary faces are also automatically tagged with the labels provided in the HOHQMesh file. Each boundary tag and the faces that lie on it are stored in md.mesh_type.boundary_faces.

Tagging boundary faces and boundary nodes

One can "tag" boundary faces (or boundary nodes) by specifying boolean functions which evaluate to true if a point is on a given boundary segment.

rd = RefElemData(Tri(), N=3)
+md = MeshData(uniform_mesh(Tri(), 1)..., rd)
+on_bottom_boundary(point, tol=1e-13) = abs(point[2] + 1) < tol # point = (x,y)
+on_top_boundary(point, tol=1e-13) = abs(point[2] - 1) < tol    
+
+boundary_face_dict = tag_boundary_faces(md, Dict(:bottom => on_bottom_boundary, :top => on_top_boundary))
+boundary_node_dict = tag_boundary_nodes(rd, md, Dict(:bottom => on_bottom_boundary, :top => on_top_boundary))

You can also specify a list of boundaries using NamedTuples

boundary_face_dict = tag_boundary_faces(md, (; :bottom=>on_bottom_boundary,:top=>on_top_boundary))
+boundary_node_dict = tag_boundary_nodes(rd, md, (; :bottom=>on_bottom_boundary,:top=>on_top_boundary))
diff --git a/v1.1.5/RefElemData/index.html b/v1.1.5/RefElemData/index.html new file mode 100644 index 00000000..14faf1a9 --- /dev/null +++ b/v1.1.5/RefElemData/index.html @@ -0,0 +1,46 @@ + +RefElemData · StartUpDG.jl

RefElemData type

RefElemData contains the following fields

  • element_type::AbstractElemShape: element shape. Line, Tri, Quad, Hex, Wedge, Pyr, Tet currently supported.
  • approximation_type: approximation type. Defaults to Polynomial(), but SBP() is also supported (see RefElemData based on SBP finite differences).
  • Nfaces: number of faces on a given type of reference element.
  • fv: list of vertices defining faces, e.g., [1,2], [2,3], [3,1] for a triangle
  • Fmask: indices of interpolation nodes which lie on the faces
  • VDM: the generalized Vandermonde matrix, a square matrix whose columns are $V_{ij} = \phi_{j}(x_i}$, where $\phi_j$ are orthonormal basis functions and $x_i$ are interpolation points.
  • rst::NTuple{Dim, ...}: tuple of vectors of length N_p, each of which contains coordinates of degree $N$ optimized polynomial interpolation points.
  • rstq::NTuple{Dim, ...},wq, Vq: tuple of volume quadrature points, vector of weights, and quadrature interpolation matrix. Each element of rstq and wq are vectors of length $N_q$, and Vq is a matrix of size $N_q \times N_p$.
  • N_{\rm plot}: the degree which determines the number of plotting points $N_{p,{\rm plot}}$.
  • rstp::NTuple{Dim, ...}, Vp: tuple of plotting points and plotting interpolation matrix. Each element of rstp is a vector of length $N_{p,{\rm plot}}$, and Vp is a matrix of size $N_{p,{\rm plot}} \times N_p$.
  • rstf::NTuple{Dim, ...},wf, Vf: tuple of face quadrature points, weights, and face interpolation matrix. Each element of rstf and wf are vectors of length $N_f$, and Vf is a matrix of size $N_f \times N_p$.
  • nrstJ::NTuple{Dim, ...}: tuple of outward reference normals, scaled by the face Jacobian. Each element is a vector of length $N_f$.
  • M: mass matrix computed using quadrature. Size $N_p \times N_p$
  • Pq: quadrature-based $L^2$ projection matrix. Size $N_p \times N_q$.
  • Drst::NTuple{Dim, ...}, LIFT: differentiation and lifting matrices. Differentiation matrices are size $N_p \times N_p,$ while lift matrices are size $N_p\times N_f$.

This list is incomplete; other fields are stored or accessible but currently only used for internal computations.

Mass, differentiation, lifting, and interpolation matrices can be specialized. For example, these matrices are dense Matrix{T} type for lines and triangles, but could also be stored as sparse matrices for quadrilaterals and hexahedra.

Setting up rd::RefElemData

The struct rd::RefElemData contains data for a given element type. All common reference elements are supported: Line, Tri, Quad, Tet, Pyr, Wedge, and Hex.

To initalize a RefElemData, just specify the element type and polynomial degree.

N = 3
+
+# 1D elements 
+rd = RefElemData(Line(), N)
+
+# 2D elements
+rd = RefElemData(Tri(), N)
+rd = RefElemData(Quad(), N)
+
+# 3D elements
+rd = RefElemData(Tet(), N)
+rd = RefElemData(Pyr(), N)
+rd = RefElemData(Wedge(), N)
+rd = RefElemData(Hex(), N)

Specifying different quadrature rules.

By default, RefElemData initializes volume and surface quadrature rules to be the minimum rules which exactly integrate the unweighted volume and surface mass matrices. If different quadrature rules are desired, they can be specified as follows:

N = 3
+
+# create degree N tensor product Gauss-Lobatto rule
+r1D, w1D = gauss_lobatto_quad(0, 0, N)
+rq, sq = vec.(StartUpDG.meshgrid(r1D))
+wr, ws = vec.(StartUpDG.meshgrid(w1D))
+wq = @. wr * ws
+
+rd = RefElemData(Quad(), N; quad_rule_vol = (rq, sq, wq),  
+                           quad_rule_face = (r1D, w1D))

This results in a DG spectral element method (DG-SEM) discretization, with a diagonal lumped mass matrix and differentiation matrices which satisfy a summation-by-parts property.

By default, RefElemData is constructed for a nodal basis (in order to facilitate curved meshes, connectivity, etc). The interpolation nodes are computed using an interpolatory version of the warp-and-blend procedure.

Note

While specifying the quadrature rule changes the discretization, it is not reflected in the RefElemData type and thus cannot be specialized on. The following constructors produce RefElemData where the quadrature structure is reflected in the type parameters:

rd = RefElemData(Hex(), Polynomial(TensorProductQuadrature(quad_nodes(Line(), N+1)), N)) # tensor product quadrature rules
+rd = RefElemData(Quad(), Polynomial{Gauss}(), N) # (N+1)^d point tensor product Gauss quadrature

RefElemData based on SBP finite differences

It is also possible to construct a RefElemData based on both traditional finite difference SBP operators and multi-dimensional SBP finite difference operators. The traditional finite difference SBP operators are built using SummationByPartsOperators.jl. The multi-dimensional SBP operators utilize nodes constructed by Tianheng Chen and Chi-Wang Shu, Ethan Kubatko, and Jason Hicken.

Some examples of traditional finite difference SBP operators on tensor product domains:

using StartUpDG
+using SummationByPartsOperators # this package must be loaded to enable extension
+
+D = derivative_operator(MattssonNordström2004(), 
+                        derivative_order=1, accuracy_order=N+1,
+                        xmin=-1.0, xmax=1.0, N=20)
+
+rd = RefElemData(Line(), D) 
+rd = RefElemData(Quad(), D)
+rd = RefElemData(Hex(), D)

Some examples of multi-dimensional SBP operators:

N = 3
+rd = RefElemData(Quad(), SBP(), N) # defaults to SBP{TensorProductLobatto}
+rd = RefElemData(Quad(), SBP{TensorProductLobatto}(), N) 
+
+rd = RefElemData(Hex(), SBP(), N) # defaults to SBP{TensorProductLobatto}
+rd = RefElemData(Hex(), SBP{TensorProductLobatto}(), N) 
+
+rd = RefElemData(Tri(),  SBP(), N) # defaults to SBP{Kubatko{LobattoFaceNodes}}
+rd = RefElemData(Tri(),  SBP{Hicken}(), N) 
+rd = RefElemData(Tri(),  SBP{Kubatko{LobattoFaceNodes}}(), N) 
+rd = RefElemData(Tri(),  SBP{Kubatko{LegendreFaceNodes}}(), N) 

Quadrature rules of both degree 2*N-1 (up to N = 6) and 2*N (up to N = 4) are supported on triangles. For Line, Quad, and Hex elements, RefElemData(..., SBP(), N) is the same as the RefElemData for a DG-SEM discretization, though some fields are specialized for the SBP type. These SBP-based RefElemData objects can also be used to initialize a mesh (for example, md = MeshData(uniform_mesh(rd.element_type, 4)..., rd)).

On triangles, we have the following SBP types with the following properties:

  • SBP{Kubatko{LobattoFaceNodes}}: degree 2N-1 accurate quadrature rules with N+2 Lobatto nodes on each face. Nodes for N=4:

klobatto4

  • SBP{Kubatko{LegendreFaceNodes}}: degree 2N-1 accurate quadrature rules with N+1 Legendre nodes on each face. For N = 1,...,4, these are the same as the nodes constructed by Chen and Shu. Nodes for N=4:

klegendre4

  • SBP{Hicken}: degree 2N accurate quadrature rules with N+2 Lobatto nodes on each face. Nodes for N=4:

hicken4

Tensor product RefElemData on wedge elements

Experimental implementation

This is an experimental feature and may change in future releases.

There is experimental support for RefElemDatas created from tensor products of triangular and 1D RefElemData objects.

line = RefElemData(Line(), N_line)
+tri  = RefElemData(Tri(), N_tri)
+rd   = RefElemData(Wedge(), TensorProductWedge(tri, line))

This new rd::RefElemData can then be used to create a wedge-based MeshData. The individual RefElemData objects can be accessed from rd.approximation_type::TensorProductWedge.

diff --git a/v1.1.5/assets/documenter.js b/v1.1.5/assets/documenter.js new file mode 100644 index 00000000..82252a11 --- /dev/null +++ b/v1.1.5/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.5/assets/dudx.png b/v1.1.5/assets/dudx.png new file mode 100644 index 0000000000000000000000000000000000000000..4007ec6af9607e6da2369876304a546003f6421b GIT binary patch literal 87439 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�O(Yp;pHHPsX<9V(PbF&?m}>> z@Brw;St+6kTKgF_5DJL>Q_ERF|Ec z(BD*u4!QreXcnC8Yt4J`AX0MIl@w}Z#~06jEbpx}+` zD1$YY6?I?sh593QYJV7~)scXKFW~>ibrrmkj|B193+OR#D61$aaH2$@Kgt0P6le$t z0!f{p*>wdG<;;=3J}UX!l`Cs&(OF^Nsv?CLZx2IT5woI8kL09V)R>%Hg6oiESGEbKe|JQ48lf29#_uJHG{9Q2 zjF>3%_}-3*LH(ukuM|onv35tzU=dp4qEDYZ;cwcGfCbzP*dJGrVR!j54jcj6Qc(fc zc}p@PVC6nHtfZXD&B9`M_AHhBy=mwZ4hjj8aMfpaTv9)H;0XOw8YWwjl?Pz#;3j@t z9h+)NL^0Vl6}QJ?QLz(v$Fh}uBhw55o)952QG7MbyZqQ$}jqoD@-|v zqZrAO(@Ez0=jOq#@YR%$E`l%4*}3xaaPObm9V!g={xG;mB!khGt{^&*gbod*jSg`5 z-~bWL+y4$&ftV2@CK+jIe|lR66d6%IM_ndDrX`5%(EYlC>;#-R!pZrh_1rp|lHf=t zm=k26ztyU^eoYs;8mtgUl#zjfdQRv6l@cb73dVzuLpYCVBWuAUz{UJfaoK6|zl5`>}q9QU*Z;801q>bw3+mLZ?~<+syk4_2KcSr;T&5i0Yl zJa!HaWL#|{ps5&ym2z5wZ~_S1(iYP-JTBz3!Xo;(@wtdT(2XOBAXba?^mfEF9x3&# z7I_o{#^#!}Or>gcAbjr^Qe~N79Gy<=hh^J0rA5kRT5h$xa!TIv_^ZYLB5EvFvqzcyaa4*-XNV^)?K?$WnN!dL3;uos)s(Iy6u!Z z+1XdWkJ+iGr*J3p{)roYdp%K~26Z|dodb#If4qG_`!xDh7_Ln*eZ=7d#Ivr-Ymm-> zfZTrPmY3olqf!#fOE68ngUt4)Pn;K1EcmGl;tG5y35B#=vaV+Anmu)JOgj3~Om0R>aT{uogXqVX^+mO~Ox~ql8O_#@z?3?NW@7693v$+qqwF-KM}Er$}C+ z?yt(=OKi!kxW>p*Vxr_c^ctKrO53E)!~X7Q;$7M$7=P~KMdY{Mio*c7Q^E@p#UDsq9hGI|5l|L<3d#9 zk<}2B7V;XHaYxsGD%f%wlJAob;2_asSVfXiVo@7{hM=2@`?KHrA3|4DlAI^Q{XHtT z9H9>vCn+)E+PzzZDIDT3Fa+B)Ni7Jh+X5)7EsMadK`Q}%tlX6#KnuPv?a9;d`f;=i zgA>87M?XHw5^yB>hMzh+aex)N7$9xY%sG{B2-X!);2dawe2CAxHNhdgl+y}4NOHuzxv#=-_Co*1aEu{L8mZB<)&ZzeFOU&UKS*!%qsnZe@msb|7)Dw6@#i2cx zVv$LWilzZ`8Z*5UZDNwhbV^Fj2r$8Br2jj_z{3Mx*qtQLP`Gm&2np0*AmF`O_^H32 zKu$^@3d(j8xiEA*Q&YiX-*a)?nw=CG9U6!J$(4$r*v>ahxpN0tMVoC4v+ z`ih8qP^N(S?$6V2O1b22sT^&NmFsBIs58zz1rl5Sb)i<0TD(i7! zJBhD}NXs1&?}UoxR~5&9(Nn7Pknc9tj#n+#r9Qa*Shht|>}A12)~hdc@6ew}N)|b> zxK}rfM)1fHgOCoX8+T(3s4o?@j-R-9uqD;8IYLCtM8qLo<>HftLbmP4mz8JJN6h-0 zwq0NTd>tNR|`Q=>15OaB{~ z+I|pC+E5d7W-y>`t+e>zP`lzH?P@s=sq;lKj>zhQ!I)m~vOb05^R^9&toNlB=T zW~8J@rncflqP)Q$ICFy3p9kz8j`8@{s0nw6WRv3NnGw+DVklpsmIH14sPdsKf>6+C zFHkAUPNt$}C_Wx6Q9_MpIUE;;t^CTE)@$6FdH&qCb&AaGA&La znbZr0hEmsiD(1R&MbzWDUeGT&%A7xPq!tM4j4)as`oJx`!`WHI1K-`{Q4a@1(aUIx zYCwM{k=MQ+*h5?a{1STHHp(U`EU2k@=OYY-p>;#*f}^@Xc~=h9!li)EhF8IUfaELm zUrYe2znfl5fC+Hc*2c!@%$fZO?}4=;*Zd$smseQm>f<9XP%wRM*1cS{bl3k^*Oy0A z*@f+!9V#8O%ABMKNyzLNDh)JAk|{}&Od)ePQ4&(55>lyGrX*A{hh%CnbVx{-YQPJL_HbuGJZyXYc*o`@XOHx~@$ov7lZoChhIhcfI2X!9U}UG{yQYakG^5j)Q#Y79e&w zx*9!t!Yl^i29H~Fvm4MXz(0VtLc|}Wr5Q@bn#(nyAy!w1J3{>mM%3%}+l1Ss32b+O z@*z%}mM8~v^HIKMBd{a(qb7Vk`f3OO>MSf$pcDfU4wTKdw%hH_UTVU7rMH3Wj$8`t z1yxl7tJxweOLVJ8MEVes5dY^^B(5&D6659dpy_DO-+xeLM>tq=iD@Gg@7(_awgT`K zLlqdA+$s;{6(Fo1x00a^112IX3zwNzQNQ8bl$ERDa5y+QH>+bpuE!m8T4N(Z5rdaC z-5TgH>Xf&(SFk;!Wc%!p7hAytRq_v+vsPC3m)&`SraQes5ZeDOdS&|xrke~@GK;Qs z91?0E?VtkOV80F?BBl&Y2yDMFTVnAxN;a2sP!xjtMlx<67`;Q2Wp~~xkV$|V@gHOo zSYJrV=nIW>f3Sb(Q|IXdyu61FAASKxlH`RS8(Tjd07Y`)N1O?k`eU?3RE~p!16l>z zkD_3@rDV&ZWW+?51vJcxpWX%WG;Mwy2 zVkU;qi~w{6h+HMI$3W|CTz{)zed%Pb3~$+wg;#F2L=G zs^9)`ijbjST=fEw9(u%g>metwK5!rxI7YRo-(I--X{|{HWSrJ4^y=5@n--Z4N{M=1 zvnnV;F}{xl^#tw!LFd@ zCkG@(u`9$FMN0W4NVltd^8m0T$x4lpP9cYs!iM01upA=GIuQ{=fzkM3FF*7`N9D-14Gr&JuWsGG zl1(4I^5?G5l^#BBgsPI5Myu?dMG}^Dwp`Q%Nm01tm^j6&M6>nzmO#vh zZBb1*<2B;iR<2r=+OY<#`55QxhOB4+uViCxuQc3@OyzT8KEh*28{-S(s>yfD~?s}AoR{%GaT92myo7)93xkDd4(A4P=>+EyXxv#DzlKD1k0tZ ziF;G~x2mvnh3k)2h9&J!ziU!G;#&FZFNpMRr{Qi~%TrS&@QW;ZPrf+aB*t-g0+Ire=Tz3ck6;ia?o8$GDmRI} z#>Nk7Ui~DW)6zQy))(I~?PlaQJ~9-^SkwPj-Yac5$MNqLnlKRV zhTAqND8OIBw7asS&mGlgcLUSY;bCX@G_Q^;JZ`}<(NtfgWd;2gKk%HYs$0(e=`rW&n53STK9A}s? z=L~c8q}|}hw`o`*3A0_3Q~{4sj`?FXKYmE{EIGlkP-?TB4eRo1Ds{@ohW;QLw04-5 zMrn^a<5@O0`jrD$r?%{?&&uK*-7SE_Nz+xqk=h za)YH|mcf6X3+owvH~}3n#%Q|{!$mBpwh=Ems^a$TUxp@oPBfp&w-{(KyDW9fc--o` zpQdO5E$R{ZaeDfphmBkQ&F=nm-tiV*ZNy0+W9F2&VK0qNb(c73>c#~^(LaQ<@u?AG z1lQq819m-`Ft*TcP$T@&(fthsepY8)ic&%yHG_K&J%`NGU>n6DIwxm@$am%3+FPBm?CXg?hmI$LW(a^*MAOGq9#T~I%1QH#FCX)IRq%8GuY+1KW#yo& z8n|OScUGfxIF;AFG?2VBaEBd0A&LrmGSvJm6Eo1yxR=DDEz_7AA-QEseR5Y6L^{{{ zgg-=ePx_vp6;EsSK^{3&64aS&93i;-B~9n+>#40n7hZS%=<-jQc4qqe=1Q53r4An~ zPkxO1KuS{4?TUXq&y?IK$VtUY2DKimODPe)Aqw!u?mwOwG+rf0A6rcicKhn&?EK6s zyZTG-mi6m<0n+eRagJ&Qm{?v z+EBVIcKZ3*Iumy_VMeWQ1D-eT@-!AN#wV+q{`%|v-Yz$1TDi0eyw0SC*=tddj~u`M zbmqbh4NXmd_+AZ_Si@bU$=U%XA_VO0+&0zxMRfX4e#CV%ZNM`gCPosP;t z%m_{@h~HCFsHXl2HIHYu3=EtppdoVssXe+HAOwaRV~vhV3>@01k_rkYsira2*+~AO zp!%|OfOh29c-)yg|8bma`{;OcpGwBOY8qnY8`f=CZ&p+5Jf!0Vc8?&v0 zD%g+9#e*Mu%NRn>PMC>&8bDH~U|ERpv0Y1RU&|i|z>rTMfdushQ4AVXlm;N%_w?X` z0_)vQySm1_+$k9%9!BY&od5LIS>?~Z(ZRuw1D*gWjMChIN* zulU>exEnslbLA)fMQ}(>l|M9Lx?;Xw5^pwK(lrIP4slu@JFYQCP!@X*b~Jr`eRN)D zD#VtMdkuTdPYTLfWVUp>4u8$hz^$dE=%$)B*=G1+0AS40+`Lsy?a8MB0eMSDr9|nC z8BQuWgX(*?`%=+OkM!J$dOo9L7!d4DVV zImN$YVzWTx2ArR0LY{W4-cDb0A7*)I4 zJjUmFdm#scA(q<8!O{ClS1${Q<=)iW9$XwZ#);D zO$QLoOjIi-+OuH`A6?+~LLh#S$hjYeN`4*$V>~NAnlf645ajSApb>>0Bd{S{wuZ)W z0_||8QZCu>Mx$K~vqE6Gzyw=cRTUL=xlUNf#p7W}sH?J3tV!MDUVZ?SCHTrhdk5k^ zyusw;CboNA?4}9=1->q-wRZ5{c~Wna+@R*jmWB z^Av*7jD*%$xQ+w1KE{tA@cWHz5wx%DVu;-g8+a2>gc(R4fSc-aO)eE_df-5;&X9i1 z7gjKVGR>x^r-wXW0c*#ydM*^VO{(2lWryb)wCnEOdvBZVW|787%W8OK3L`GUgNiO$?C#f33d5kdW&lVs7&hBmMqc^6ZYNE8ct^6 z78E>+0zENtQ$k(sanG8T89_e2m=oMN!&)J^WJIe^9(CNWh!OcO`1HN! z7l@>~52lm9dgf6RYU0*>VHo;9Z&f^Di1>__680J67Uhg}1l zcv$v02J>J@7%;B(O1YM6V&bHlt2dDBY;45QEZyTcSOe2v#}%>SYcJ z`Fzz*J;d?bCr#eQ*eNBNUpB&GcRQ!QiX2LOFT4Z#thm2j2m_>5&T~f{Ra}RQYSxYl zb8Hg5Um19ob6sgXJt-ptp{z$Gq!fa3<)qU2a0d=~3MXELX)9-?HX{Z)%IYuIP$;@{ zoIhXBAj5XBd`4)uI5}qB`t_I3O6g{|Vw*b2@$Z*mIDyj^E^EtYQQA5>gark|wdGj> z5r8C`8XY-w6%tcQ(Dvm!ic3g9LP1@AD>^L#k5g+O ztPq+V4a5Xn`BN*pW9s_)dzmJP5*gkTKz$z7lHw_9Tergh>ME}E$l=4c>m4TCa{Wh< zZ;g2A|EqOvmf;qDH&e@_VP3Db3N^SdX9HHnE|0uZO+H?hl5bIuIV)FOPMDEO_S2%4 zw{)u7lV-;WA58$*5xob&`WKF?1@kwe*KR=WQ%j2gh)8NOrL4Ho+om!GI)3Cj{%#;t zwc5RSyBX+AFu3SRG5i>W zHYp{N!$U)%lW7x-2oaD|r6kMYl9~i@m8*&k9roN@liQvlh;Q zVIJah#M{7B5$0mYjdG@baiSWA&%y-lbPxLGdw=o`yL@!i|M(Ub4NYODp!8qnnYf`YV_SC_8lK`|4|JVc3mD4hE+TUr)od3e3boKO=by+=NkFbYY!^>u+xC1?WQo*+pLn z#E)Vt9d&glq}T#=6B94cB~TQyKU4rgHjF=%%-tAo5wOe|N5?|Q?7%i!4A)t>G()p} z1a8i<>f0M~YZ%Lc9$=Pn!Poa|pF6SuM2g;VAje=4162dH2E7|}%?LY=V-ZVZzQupL z0?O@`U}AuFMX}X+MIl5^pcUv)E&EYRCFXUyY*bzM$G5mYVb8%XoDPry$`b((pkPBZ zT+ViNW%#ZdJV28U<;ov_86<_-x$8RUp!4916M74%fzS#9)GI9P?Bb&B*&kEy;GrgLm7P%UP+eIG;}0aK zxH0UC$k(6mec$Kam3e0!SJc;$sdnl)N5>jRWfbOsh=BN5Ec=5O&_uYx>-r?usiI-@ z1bvY3iaz&Qf9;DbXm7X|X<~1e6G%tPI6eKey*<(^SSoD6kw8f6QZH&$G(so}a_0p= z`uOQfml)xF4qA<-CKzJIZ%3T+kqXnCUn1>+>6L)!av^%RUb@RmG~ zT8ZVfWeaQ*&>6Jy2pYZ9*twj3!H)cl@*OmR;OLGcF^tmMo$m*Xq72r*?}w{8VrKT< z9>yS&MV3~krr#T7LAAi12Nj^{3Ieho6FkNWL4_YcTY3;!VR%hL$W+ozhZ+a27B63_ zxZiVfbbOMU+Kop9+r8yGI3n&4zOE|{O3Ki{0O;pGQ01cDyco72WBuLw>sPNzM(6lz zTcbWQcmM<)s79{&y&E?u0xvN>y3@Sy#=_ko4M(qlanZ(L4o7MQLB0p&eC$3pcMp%n zg))>t;N8RJ7cba6#Kv;}@vp*4otTLEB?~wM^DyESM~$npL)69@EvO3rHCTvl=3Nmk z_KUj(p|)MOP8MUwv)k6T8wA-?N{L7#0UNdOrGsErKr2R@2V&q-p)>Z_k{2juWngZx z9%elcQG?5}J%D_1J2NVOZ0k6y0tbk2i;2-Ic}-#xxIi?8ZU1MHTx5V~q@Fo5fH{YC z?7*9?g!~0^ovx-P*L8Its1(~}lZD*mXjP$=D0qI%ltBUrtCkDuok*r?hKf)p*^5;! zEzV;xU5ho+B)We7N5)_=6QMuPl|pE7K^1&^wpG581Fhu$4sU*R5KY&Mh=9H=>(3tD3E&30TE2*W#$R z&$cpi5=RJXRE)B3@mtVA%<^6T=@ea@oc?%R-z{Tv=2bux*l=P?W8nx2rYqJX0dqa{ zcE^LZ3~}ydW;*W0EAHROB|8|p`5g!6Y7b!1@B7xZpIva&L7#RNvT-FQ_M3WZo|hW>gsTAJxVX zt>mMO1=VbxDgGT0?Q|r@;3@M1U2$Y&u=+-23E~Vs3MUWnpqd@wPo1)#U+RfxwChXw zGAxdT>x6CRk7eYPn33%=z5*Aiwchfo!GSvE$0g4~I&>K5U7@ugq8-}HwY9r5&GzIc zwLhIInkUr$nCqO!l1!!(sw>5fp5Ee7H7LUbplbxBCTInyXyIe$tzJ;u?ON04ezzXn z4w*v1t&gPZEYq^GTp;+s$2$&;)-W~wz3}Pr&j^_-cc?MqB(Cr@vkchw!jorgOmWnc z$syMqV9*z*FOJHWR5t7ky`!I|jcp7x)v&D}bBwCiuh1Qsnz~sUa&Ve-8p8y>D!N4S z3G1SaItEy5AS6;yh!&5)+I2G13n|B^=fMhxRmHW~%L@O|FJFq`Y`)Kvs_XJLR3q{( zHYzMp@LHkN=ypGWJTexph5Y@Dk2i%sC+_3vtw2}DZxobTY2yhy3bH^m>=T4okL+B0q>qWfEzt=E@L_RM*`P1lWgObNd zr9|+S0rx9x+Jwxp@Y8G%_Hyj^*jn*nn5ZXRw=VAy?RIYRmLArXcqn*v`g$Vs1>dN- z0dxZEU^RrK54euouRllCli>4WA{h&!TyDE_$H0uNoDowNW5DV1Ju{1!FVT#~zistc zktRz?2B!);9+awtMAlm#zTD_hATGZ7Pn_EY}(}`21xLw;;4aEkxgY?uu|6MI_j@x~o$&6Q zgm#=>6N{d?gQet8kBwhiT6kFWUd~c2c5$1M*6;ff6)|T}+VsQ(Hk8SYLH()Wf%CMk zEb9_&a}z&E`_L7bN2;OYKjWHnpZE2ySCUd?LYuzmN`Q}S$-3Ub@$)ZO00NN1ab9CU zmB(=yR0Ev@B>LA7K*N58fS~^dsSHNsG$w)N`)kq{H;^K5kdd#vhMN)3g}`n+Euca~ z*V=3UsUcV#G!VJ{?++rAAs7;%moC6qja^pjD!fyeqnipw*_bnP(4ohXhP;PGon?CK049aASAk-uT={N4(J(Jao@mi>?~cRa0XL^ zI3#@xJYVk85(n932ws`4ljq9kAd z9SW5zIBnY^XSfd>G#@q%qAg8Y({EMTo$Gw{rFR^_Q59W`a8rRHR{_rdiq@W!@f_&p zXG}Wv(+m7Kq^Uydt4N%-KEyX9?-E%%Nw^5XY~+xM7COd(Q+dg=f7e4-^A%cDf{;KT zJX*qe!B@y|j3Z|Cv!|u_b)m>>E?<`-XPA3%_@xw?bU$DUDAqhEBMpn+kz1(hER9De z`;8VskCnE2bwbT?Z8v>HaYdu6EBMM?4GT8!G8ok=Z@+)>=Nh)q@x0{444ltOp-Lg}l9HBO|5#BR_*W)mmS<0O6&$HeBVIeFYWN?`_*OTia~dr) zJ!wR$gj>L$9WK*2yew#u8D~c2Vc#Pb2Y4|%<|dj>=AH3;yWdL$Qy9T&`)mMGBx19O zib8)8mQnzzZ__YFgnP-J;;FgUQC(J%=b`2nuAohb)glE*EjfDNNWd+&omJH!?iNpL6&(|Cx9?a6Hl)ejL2#ePxj-`f+ zO47lz6NQxxp5PDk9c8PKL?&gDf?~*Vfvjf+EcL3q7v*>xuf)JAVffRE@if+10(d7MbWN21TJbdiRb^ z^%6-1RwN(yC}bi!;OnM~!za*q8bPDaY6jW!^l7AAq3fRXQLVk3JAQRE?NJ>luPZ#M*ptg27IxRRSf=qJV7*dT+DY_S5-f)Pa z9i7(>q0j>TM)U%je?OBV07 zS2{rtK(B6o8V{fL!dL~EwT*7EM=dPoh>I)eG~EhHMFZ8<-d+mSnfnz6EPBA4)T6~p z>(c+$6`0Gt&|W&p610rcwh?iN`K<9aDwk^5~~VPT3k>U!AIbLRZ!7gn#3xKE|%wLGZ1W8 zgM?|Ua0YW6ayx-RneM|RMqG6YY9;*Dl0wG0)hXLc)azL4u&v>`T>MTwskH}ED;X8#{ZI-PUuoP2l9<#NOsi+UD93uc1jCDRmY9T+y4 zkc8C=V%`EiVD1;tw34@dM?G^~<*}XxapesEUGfXVUyiFdCGeNU|92nxIUPSIFwzK0 z9Wyh9hc|Z;n}tKmWs&SwT3eeB3RLg|U=9rl&p)-xIwJ-d{v7>;7 zgRxqXw;et_ff}*NiSbJ75RzP!Zs31Dpq<@FvV(jCRUI$}YzUa&A{;X5b~@}Zlw}9>Q9xF#zPnfY>ET!2 zzrUeqt^X#P$TeEndmSgi4OuVsS!Y=mg=h%!-G|~F`vZDd-yy-Hy}7t;)H4QiPZ<6n zqDL{6iT{7QDUoh!dBXI!+FW_Uv)gp=^PtvEkep&Yu zG-Tp{+Kyu>z2JB6-#B|duN~A^49eK!u-mkeDc@pFY7hDWg&rL61|o}yWPTcWW0hTN z5BnL5OabqM{V~atrKJpdWYo@upY+ZFvYP&lQ@TK0x7o{dYU((L3`A}acJ#==O~6ctiAY%zpZbfr zXW1aA1<+s8Mm*>DOy|-@F#G@@Qde+im7Ipt5GKVJ&0{1)`!XnMG>nrUj(A3net+Hobt42@z)dd0+aAnhB>$i6I3HeAuYK3cQ< zEug@t-;BgjV(4{niE7T^#5_Qzj3@s~&4CXkrU?g0tIlslo#qRB1ISa{Hmp%chq1L} z0h`YnZ!00tItpkb^JtW!H-2rFVd9zD(CWakP^3RFF=6zUe*%ODXg`8Mi&H+bs%@T^ zWYo`2fTVhFo{`{E^lD8s>4Vj;1qm%4(k7|P?;ybW6<7+zl@5L3ug>Ct2|y;tgOsN@ z56+wOaBO_Mike#gJly9Mw`^H;Qk!9G#ur~KN_3Dx%oX#N$5jmj?ZXRfh6_*-BJR6H zFddk<>dFN~zTgPr2o4E*|KUUBT^>7PIpfw!pgM&~l7=AJ0@B}tX2&=Fvr2m80gPc2W4N&SGt!X*<{DkT<*3+14iXvDbfQd#8%fN@U(}WW!dDsRi0Ygf^FU zOHDh+{I4jO0O@t*f5$AM(2i1-y@`#t1ubb<-@?{GP;eSjXLyZv@82Bu4ZAm>Oh0&+ z5I)f+L34*JR&fKV2CA=-)PP(Y$^z}=Am~UscBlS@O+xX+$36J<9}gvn@{sDdh!xDI-~F3!w6H|1S( zx3=()9=MsG(8GQUCjYgWc2CqXKSJhkP*z8gc;BRNZH6rmj-~pd0lJ1mV-(cXFVs7Z zWwxMfLNgAnoG!O&5j0mlbIYF-L71V8Cvckd?)e>@5x`)w+d%Iy5vRogTl_z9TIT-@ hecS)5=t#&Q0@BO}K_o>Gq+ukayIZ77xdCxlM+0TCV`K+ucO^8Q{2Z2BcW!^}rLLk`M5D3;6 zC^l%h()v6Ie(t`Nla_$o-2Tfz=Ep)H^bi>dadnUHJ2Rff1o!6J_9q8?;S$R+!S%Wp zC~1_c?qcM3qf4 zRosGtbA$eaf6xn0S?0EPwl5=Q}7uSK`sv`B`N z88o`cC@Cd+lS7oBAPQ_LBh7bF4R+JDgoK2-ArR%e!OHuVaL6T9@L$Tm2naJb!jcg@ z#}UG-X{%w7-Zsr$TxBw?GX2kCVU3A;73K;OYkyLc`5elIEQ4=qpR=*C@$k4zlo{;q z?qb#k(}bx=NSv3`xuZTeaNujzJSo$_cOKrIiRe*k z<-O`tx;WZkN2lXL*s$R0G3jeJFD%-7nXX!j*L4mTy78Tcm9EY_gT%VcS~>n&*L3*n z)q8HaNnvn|Bqi#YH4c0L=q26 z7-ghX@z|%V*=nN{zRy?%lwdG{8k^jwMmz#}to_a|)g(CZ=g*&WuY?VqHE)mh#?SPb zh(eUv5CsH5caLO6syf%T7dL1IkD;VECVvCg9MYz2eMId0@UOh$fBHc(w1br?ypGnt zCQ_%wdkwTjlri6IwtJ%Gy$oQ%nXm88@wW8NbR<4w{960f#@gQLcXuNpw z7>Ci1`Ss-cXBbsE>c8aVG?5-x*_heAgM)`S?X$CfLzfNGno;cieJqZKTHoqyuD=ZC z`zU83aJhF0A!LK*o1=wJXh^Jww>O_p(Rj0!>5hJ}#!<=fUS<=Y(oL1u<-Y}Cqx4tT z?Li+td>Hc;Ci4{>DpV!piw^j>rdHPZtHiU$&^X@LA5HPr3M!;^<8UJRFOAb}C(^YGb}df6};0e|gL5xB6Yp5am%v3+^n?*>34eCMNpv zag`~S22672jg{(Q+G`rE238+dM=(ZDdX92qX0lE_fpCS&0_XmR4@DNbvOyK?j))4{R`lO*IhQKX^ zA^5o<7(Ip<@#X^b-{tTFhVTd=8z|0&BdjSSzy9W;zx;2B| zset(*4DtIj8TJ<%cyK>x_9RC9js}m!aP{X%Lrx6dO4ob*!^1;-e0(zj z{UdSYb^8-YAJ%xuYp3gbz98tjIr`OG4Kf}CW9b=4;qyMG*r5*_;ShPTyVy7s{S6g}f$qOPvKG_U#bE$76>d76cons_!bj`%3~Q-iRUQ%uCd z9dEyrjgR28@0ww0-$4{Se)jAcJhf4D%(>Abk}R5Tpy!Q1v(Hg4qiC(wjPChNZz6M; z5})nr_FRKid9>WCBF?CpOO>^}w5paX+4C8QHr*_PdV~o>_xSx()wj5~;_nNWXS|kU zR7|_pR#s%1wHx%vT2O_$u@709p@C91Bh~05(VM6%Z?xfO@;k=y(99Rqf^OSxwOvj2 z(s#Hy;(eN_2*0BhCufMq>$dC)upSPx_2Eyr1@5|nK^basR7c`3f{+(?=6H@XR_%A(G)F8C9cIh7) zV_;yA3-s+@TP{@NFpN}4Dp{Uh?@!`hoxK+@#sHw*7oC=xEt4MgH@sH_i$(AvZG1LI zv@jB>rJ+|>3&OH-r2F+^@V^VQ$Qfx z=vwb<)jCuOfM%lnrW)tso6?&%Z>GkA^5pZn=*o6$Lj0;F@NHEsii)xNYt+9}eYPwLR`+sgJf8zyRn z>HKe|R@X;Fg|vF9j23sFpY7%KzgC(o z<+Ywj?4r)J0K^KqS_;4Wi;snc<%HI_KJvOs6ZYn{o%K8GeW@on-B=T3xIV%9{~Hzike|S@4sbGI#b7J*rYhF?UYro7xa%Xy%4>#3OATy{Zwvu_`Z`|~ zfkCfO0ct`?DT|L4NAa{TWBYoxsoZZ#(}?3=yl!Q_QC-q(YTnZ+w@c&mO{RhA)K`v( zKwN^k30jDJyIeLN6Iw2tRjV{f;A&0tr=Mfd{Mql!{SJFc|K>pzvYVQ$}{Mpq{23}R8VBN>Oh=~;Dq(VIf*pT%nq8J%hfCE z+j0aKH}QY4XcWEM^`#XD>wyQCD12%A@A=cooap;`bFWld{d}F#hpzxsx&*^=$8%(2 zQKNEam|=owvpjuA_o~AqwuM8|hX7jT0gjWU`<}NKii+|*r{4@$vcIxib$QLbDus{r zEfAK)7D`Bgs?Y1&pqYa*8YI0j(s!}F61?N>3bnEr?#W$!jgR$M5~?C4M>go7H?iB6 zg(Z`iC86SfBkt>{vY6C*GT`s0U7j~0a-%*=h|Ugy5G?6t1d zHeRCtV3`Spo!i~ZASG)^`eZgkOVIza%JOOTf5>TuSFiC7; zgqSKY^8hm?Fyp~--hsvM6Nh4X0y6@J5aR`A9AGA4$9X3W#YzHmFa(cu;1P5Z4!j#+ zh&ENQx@5ty3i@i;7g{(D8$LVE6DeQ@Tjv>=%0uwh3rdwoE3;U+v8kz7-E`A#JCRfM zR%-cCG=lE7hlm?L5fKq5bjZQeu(#UU+Ac0fWd=>CnHgMh0NC1feoLa=isoh(7v~?*aM@_4k!4!9|j3gI9AKr>M{QPkDyb&or@r0lM* zGh+goEr@jMJr7rjM9&uYD!D}>?`fXc*siT7q$GWJd->uFbrL$L!8LlJ5}^l%=ssji{1vA3G0U-D7s{!+Je$=p;4CN6p4p0Ja; z);FrA{h*U}5z#+M&-%OqhWBX!;&U%GIoDOU`?mU42L{qx^3+TOkaLW zl*;D!f0lXNrW36NG7mlPHL@Uop~s2M^NF3q=(~Wh6%Z5_7PekCW~mGo-ZjS#ykN=+ z^TzDPT0VVacDTyU&nq%Ub@KfANY3C9#oX1m)KvCK&44lb;NA+RMa-tcM{B!nf@s_t zf4g0wG&1d!hC?#k5P2RUQycX1Ovd2qfL@NyeXvE9DQeMEXpQ{XAugiU(EP#gTsHz= zMvqT_;c3`Bra3H`*%)j+k*y#CyE^m56Gq0S`jkDa`;k(d*8Et#$;&G%lT#^28_+~q z5k3c|ByYOgQ(*Sq*_FMw)uJ~?lhu-k(iwfH=aqoKW_Y-K5?lXZnRaDX0|u*v2*lv7 z$jyAFE()5y)6vCw@u#O{2=n*%W?$| zjUT1-k(jyrO@1CK;(rY8aPujm3wDgo3iH!qY+2i^VTexc8lU~Mo%B4$xJzs+5X2W& zOcOYgyUm`KD&@+?`=tpkDW84|{2o)@lIpXf?DDH=Ztzleu@kb@#yB3ge15!zydZKt zM#Dx=%%ruVFNikr4i`=Ne$g3TZgtQJxNb6|L!YPbOuNeyT+kO>N!&;w>GTblIaybn zmaz?VZI{k#K#Zc*PoWCffM#~AyEJyTa_BU_>zs-3=Euzn&yEZ#{afx(PBfePiy}yq zlbzk}JOW*3J6%S;y`9RkY(BGp^gjK${ZYYJ1|G@*223Hu_&-E}x))M}p5Az_#aCQh z+zE|cNc!l}I|~b~Le-Up=w2beK_*Dvyf7kn_!f%C|NQwaIbj@6O-(H%Bt(1G#*8_@ z?G1%tkAqakObm)ujKKde{9kZDO=gH#A%Foq06i|XPMnYset`T3@x;<^-*Ug;7A{iX z7%trTWb(R5tDFO480L7gJ-Ncl@SvM|@b~W$)dr`;C_8Baxgf3mVA|N2(_wP5(K1A#)nwsP5l_Y~kO-ocl{Z&%<-uYpklkWCLQL;jf&03hK zDsvw*o4!GfQ1DUFo+~xniLsZ-56UV3b+k9A0!bo{b?CEnB4(ZJ;Ht!-e;;?5n>0Wr zSh+oiz{JbT>m$eDc{Me9t{#)!EwSJ6A$@1~X7X%JO84{$1qB67qtMoj&v*Y=k!V_y zPW*dh|4@LoPtteCaRpYq0Vb-hKO-aj_d9N z-=Vr=Dn@nX`WxKu8Rf$q+dD-4`+A3daO21DV8bYTII>6Sh~>1Vo(!QbBLTxHHF2yH`)6R*NZ<^ zil0orG4V63ua?pyX$fGL;?$`fmKXesn3sXVBLuxqY)M-~rMjCpt8cuG04Zkv(-WI7 zRK&+Cu&R-NHG3!2p8t$<2$3NX4C^8dr(E#ow9)x5A1}>)H|I@7^y0e0C3d4%PHtY3 zD~T>tC<@l`s&pT{5J(RVX-Goh6-nrhT&I$*S~O|A=RV}9hIu>!AJ-x>J888q)va1a zXE$5&84MbgUaq9M`7+z|*+euie!?RD8~hI-lt0ESeiGm3>KY7eplI6cBo1QyC+#Q| zP5F?{^pfpcO1D-N?Xw~BFJ#z6AUEc7`c+YKdPUJgPS}qUs++F+p>Vi5z&I@{9!f;x z#L2}XywUt2NpJ1uq=>%OdQA35sU`e99hgpSZS59AN3>*wzbbw#Crxv$dsoq3=R?lC zN4&hex0V|bE`|-n=Q}-#*&OII^D(Ew)_`glto~PWmW)s7kn`Ff!pA~Is>*e3WIqj9 z&QSi(mrinRhQg`w7WvBbHa0e%4KU%kE_8%k2T5s`4DnZVLdo6dE{M!$TYQfHzP)HJ zrW!8;5=x92S6Tbrc!pp+CPyf)_}>i|xx^68`$n-&PfP2yM=g(P0<9IP`5KkdV>pnZ z-2ev67W(}4YR?xq=T9rM&rf!;xd6`t94*uQb{iAHOCGZaTkq4tA>#8_Ai;#=?9o-j zHbJbu1j#!o5L2)3u?J7V5RmAs5M@#XGy?~iLBNlTAVV-h;Q>!U^Bn}V4Wj*WWkcvqydLe%YB3qRbP?9Oi@$c!39neu{`V!eA1;iE*2}G4|=#uMcUg zM|V#fvQAN)?U-PGb67SW=(^HSn2#sF^ufx{ZZ<{uDeB~tniKs- zrl)T$jJi<31CX@SwhAh4D=i2XL@?mXmcOWBMhIU?|!VgY8mY_c>y87jZ`_z<1OKA6!2i6 znV+H7;WOC@ku1L(E>4GnW2ZTGPhGb1pj1>;8}3yi)iAPfn@E<&6O`=aDRtNTyBF!| zWs{k*$`%v7evKWdBdVvdigvc@<>wvgYwrj84?2(En0x@)BXP%ps&M~DrRe30Hou|4`xz|wA2pA$0Oa>24jQxcYP2Q0Ob~O-_DyV~D0U+yS z!-3<_12IVsL@FRAA>2SS5R;a{_61@RLJB-eW`umf2fO;2CHx&Y1KMEIZ-8B$5JHA{ z3(TFFAzvN>Gob%ZUIR0;F4PK)kq}OXz`lJuJLEYZI4Z+Kh;O8DoD4`cY!ytau%KZ5 z*JqNmv$M*|%E`$|r}8^*7G&7jI5p>d%G2Mrl z!nOW~QTF9q@27(BrSXk`&9tgK|DhZil7_lF{otTfR8*|5uNySEea<>PtKQJ7-6_~s zo68K;ax^jQDjm^a;a9rZ9C@%a4Y={6Tjgrb8xu(*TBw+a0XuttZ^?>JG4*^Y_A@7u zAM3VjgWH`a&aEL$?r09?T6|l+OsOhzp5z;UM^^5Y%|cO;jj__R2!}i?9!d&Kuqq%$ zpCTh^p4;kA53#1AglI*JCP-;@giVJ3&6*m~GF;gQ{3Dmst!Jb~;~v96i}t^{G#t9PJ_2y)#3$xO(lVgJMA5GB#8>bP+6&#!c(DBN~Y8{1?3V&KeH)Hs(=yx4Ez7nP|c zr4NsNs+6}jN%6nGh#hcM+e*$skSBlYjTV423G_ z38(Mcx%9IZxb_d30@j!dM3DCji;V8&jZ)pVJE;c;c#OB6NzREZ$$Nw1e=Vu?SuD)W zll>W(so?5&4Js9FOl^8|q>5L3jkNhv%e0GMZlni|ca;?s{6<}f0s8g==lsHAror4r zzI@_y`{ZQTw-3j zr6-AJ&QVhG%(v22|KwG8U^9(?`{t7cLuHl}ppN$<@5rl`+Z*@}A#1|(H6K`R%r9Q= zWd@=m>Idk?j@iD6qP-2Fft2c)!^5)8>uGlf%_F--_4dPs*Nq*`+=BUYBFId7KGVM$ z;);rjPVDz{=Yfz@a2F2 zgKptF+o|hlblVxulEg1f&}zt3y?_7yy$959>K*$A#&R9ALwBZXswyjquQ4K|)v&uT z1TOynE7G(fzyS};Cx(=eVQM};1JTe%3g6@r0EQJyH~}b4me8>WV*x;5`HK*`4}gHI z8V2G4L_L^n5r`E5ji4DM=*l#@p8&&wSWDpVLx2~^yn$E&*_6bG15ja+2HH1P0S&u4 zKhWdfA8(FbU0|f8q-N_KU+)@ZcwlyCF4ofh-O#hX2g^NKS^ru2sp%G&-?D97Ru-0X z&vwqkRZh2}W%RP40qhu~S{{b${a+rmVtt%TN=}a1T^=lBe4=q;V`+-kjEhZn zTYA@hV%K`+6joPP*Wi!2U?%{IIw9f8bx2W1q$jETEY)FNUf#*J@ZUV$lt!ATprR(~ z(MKYZoN_leLo9&hTkxoenxwM!@5l-H}G29S~ zWAmQV2#^mvCQ~So?WbL#$JW9<`G#u`@0HO;R>(|Mnodilk#{_5W!K^LUI^9vNoH-g zLnoS?m`aIsIX%~C#kqG+u7ZGFovKA9lda{_D^xDhB3)fv9A?c+_nqUM-GGu~MN_#T zE-ub$WUcz~f%E786%PlpJHOyEbVp2V9Y5Uuc@biLE6PbqO0rIr6w@61Sg6c@J(tRL zA$@y32GS1Ilz)Tt`{^BS08Q^ttk2g@c7{tN@HIkUS)*B5Sw(kiMyCEz&{nw@SsJyY z!S))q&3&{sn0|9qWo6)fWHprM9KB|A>bC0s-TI>Yr1g?g$i}6=SUi1h!YLT`1tAk98&fUyC&!7O z$cnIl&WMY1N^ahj@**kSQJ9{-4RyiXk&&5=)Kw%P*fr|lip;amp9q(L$A5)DVC1)V z0Z@7hUKT%=y>)Q(sKkwIFYo1*2u@(HoDO~_(-j7q=GNcL*S)z{Qr$<59Y-noRJ^v# z?XqO{=oa4|%yu!K&!0B=nFl0p*S_mhH8wGJX8Z!d)pCs*W4wPz^r@YP;Q!)CU?#Fm`xtk{3XfIOVJuslKOT!)lqB}XrzZx2nJ<0KN$E*`M z&&6g7YkI-o`e72!TFv`;LxLNSyj~aa;&t>CccAR6z#v#Nq+Ze z;@jRCo;KSor#cU!z!(Uf)YZxj9#)Say;$X6S;*ly0YI!J1rqSBSPKfLShr#=D4aro zSepsRJp_og%Am9f0b;E>D4aroSW5~fdMnm~!YLLIYcoTZ9@_LeFaG*0*~%^oqadYA zpI=!arAB!i{cayTS%+f`Aq1Ywl(v9ZvTBy-R{6=jMFcWK<5@Jfk5Sx9T~YghKY6Q- z0U10dF_F)F`&TTvJ#IDamci3sUE|`9jtlQQewNnyw`yQ?bKxW^D%#+VvnN5M`)Z|X zaMlkUYkhp7?tq#YU{Hny2Yx@IvT!pLz1;fcm_6$&D8H*P76N0D^7He{FB@zar%=xB z{M#Kp+u(L|M2ALCR`S!+i-CINw>OVEXMN9U_#Ic0CdT<2guRy7!CBePBNF5(6RD5t30H5a-}`RC26SHpz(Q3{D0Ush@ zD3YeX${ga^I2`CsS6uq2+XJ*n?G`76<5h-;s4+|7)d@ycK6XlnhN9_h_5sye_J#VGU}T?&5;j^xQVp4AAroPKJ+ zwEF_ywmXa5TG#E2lR^HzuN)8}D<@awTxi>ylWh~9GhGOZn;_Pk6@YnPBYD)AYA98* zhrW5!LClnanwa&yDNlZNu4&6);3w*0UIZwdJJU7t4PL+3wE>IscQv|yf~9=7#%7|$ zd#mJG>?GfVIy=+L8CV?t|HM#2MIm#bj%5Y|4#iKQ zih zwho1xqNxPCrl&8yUa0>@79Iofg$xFRQBZ84(VUq7AiWgqaWSPR{I>1uQ`6}VBQ5>< z_u`z^Jd~B@k!@OC1a!|cT37s0&*AWe3%XVGR8?Ju^3%;@4i3dZ(Fx)0$om?_3GZv( zzGP-$(FJ4stTg5V*(4AAo;4dGCt z4bhWaE>L84DmMq$O1hLpIZ+j7gWKEQffBPmG`xCjTsA~IMM$wc@>+}A(jtNi- z7{F}U*SbZ4#a*#@`hChz*lXcw>{BGqs$>IsoUXn;D#L`+b985S&gGMhnW#7n6#UlC z_ls2yZ9Mo(@Qk)MH(4-IF};I>{`QDA}lM!g$)cPn~aprMSfbTc5%Su=2=oeSTgXo*@y@v>pV&igC zcZ`mXeo+**{;0TLM5EdZ57W47+4K;Yb_Pud}0*QG9+tROyTd-B{X`6R$mx0&GN8bo2WrmX|m}Z&E2!i zoOCQgj#2X1x+qT&$&~=Dmlms?FfD!3VIGQqDP!4}P})RfU^#`E?!LWt0hFL(6MQl@ z9rx{jTpRAOl7@z}^9!6c)cZEKBo$6ypRSjB?I7=^wAlIX==!5t^_W0{HUK_-l&@a2 z?#W^wN!5=ZPYnAD!pS-PxUN3(W+x;l13OQ0sIZ7gtakOgo*y?N8A*cf_S3a?uV23& z85v=m(Rc~XbPWp&lkIapD4d>blOJm{PsTg0wVh;{)MPr}8?lP?_Gb_}W0wb4-Lhwm zz*WFU&+1}^q7TVD_-L0k8Qa?Am5YflvZA`XyX9)*BUDvYYi*|u@_!cJH3yeq&gy)u zR^6Q$r+X#nd@d!gXwxUB1S!5*jXG~?&Hdrv;ApuK1$&biv2~<(O4*v%g*IBBd;4oK zx0vx?w~NJKT8;CebD8$Qp0-(fe(df$6w+q+I6U57gxysD;__EyV4~FoIO%6 zrmL;O9kTr>BfmNreHbv*t}_YeVNGHNL2P$)(z<5q@hv5vH$-}Z!eNlKWu}hfc)<@d zbMu7L^8c7twX4WQdCvXIxApwzy70-4(VO$_K^!6j@<}cj{HU-ny!+42YK)5EVQe9Y?wHBYqzV0w0e{zLNe^G`bcp%-@F)n_dC0%731 z_7%*tLOkd$k?1Rsqymj*EzR2=T;U{Ti970L=?#Xl{0qRkBjC2Jy_ktW`mzef{z-YG zsCXX_k7WXR9iNr8XnxhgWu@x!nAaB6?ou1HV!*v0N@*oECK`Q|JMAlD75^0TED~z( zX8zf@o^8}35Z`qExZZOWNL312Q%G`oUv{(;q12l4vg%hhNGSYwY9@MJUxLeLc)Z@A z)>37W=ux1v6(xB#=@w-l>W`~3dU38U=sy+sN8t0PPp6JMo@z`x!Kj_-I=w4y1W2mJ z33<)fIJev|yMrYL$kG0--wxZw4zqt03)gi<)^k!~Pr5n<6Anj)&kol1`F63gx`qwVS7cmKukqUJjG$e}l z+(HSlU)8_(l{zkUfxABl%hb(@^0^Z6$l{xl7tdooHkFLrGr_eMkho;gnfsG8?HeG= z_GIpaco#awy^W6CUZ~A#eAO^I_ERX2PZjv)}D{PPo0DmaQa=Yr*3t>oj}$) z?%;WQdvCaNm+015gRGvv+V-8><}rx$c+Sx!)O^(r`4(yS<9%KpFFv#xXA>2@8T%aj zpxbcIVLwZ&v=;CxT>g!^a_R<0A5UZ(i=2NddewZ{mXgBmU-cQ1D9_{N_LkaB1D*!9 zgi3$CFW1HqomHYcr{Uh~j}OQ&662_tn3zxk|7U7iL-{?%gKc?k56bwHdSu9no?KSB z7`M_IDP8nC{fUeV1=rSm_G4lBdVh@SGe$Oit}f3{yv$E4GJV99y@Fwo4C_rVc3en+G{`Rkihz>z e|C>KobOaU}Hq>U=Lf`^FL`G6kq6}di_52qHlRqzFW$gQ)bbQ9$V(L5hgdvCp&S!;gGnh8Hxx!<|>lzYzJ-~RT_Cv{Z?N^%Br2n0g;{Ml1Y2;|ZW z2!!Yh^b)vos`sfM{3Cs>r0^7Se)0FMAv+oZVTC+@`dHf|1v_K?LK`>Lypw1;KBFFU zo5bDech~LdDq3Ns-g3JkzKUOb-A(#7S&0@C>2Yz1xyy|j4EMOnt&2jqs!J%Kzpl03 zcTS}{NXYF8zwg|alDLIocQ)CpD_-2~wzG`+z{&-Il<4r}(m^1P6p=8H(ws$& zfCQ+pAt8`tc_w3M%fKRR)F(mO0vh;`l`THxTEH3`m zsD_MnX$M+l^wg|xsoEa>Q1+)r2FR~l@EEes@;9a%wX%P#qt=D;Y~-`^rK;_owH4vs zzkmOFlN3_gQ76A_N;tTUOWq&VdK`pE)67jixcYMcXe{0SGDJ53*7b7*+vHj4*E64> z);&wO#&pw^1yaI*RA;_t^1NW`*S6(dZJS{7&#FjYNV5$L;i;ah{o$4NLX2W&O*|3A z76Dy`bCo!?RCJSemd7q%J2;WO96)H6P1?QhGj67jX{C(FM9<9?s|l1j5<_&6pu;aM zfqPMRlqeqJdj6FsDUmh#U<$|NrpO@$5HO<(gND}=bP8h;W7AxXm;ly)cl=YO4ieMO z&d%;^ff>m|%`+4t|6F#S{baZ^T+!CFRh`Qvdh{!@e?-fCbGngTKtL@D2YHlLT^inV z_wHS!%IREYn-IRa=))6Yb8`*wMl4<1v-d1m*%Usa3&)^}Cp!T=P(j3p1Ms;bh=6%nN~>N`H5Z1oLvHCp&%iyP~HmzRrtnV;l)0N*`E}K|ylh^YrOSBO#Is(^HI@ zY8k1E)+!_w4Sg3{%*ULo?BZH?I?C8yV_B)THNyR`yI)p#Aq~RH zVayiu8Mp3lRJPi`DNxjq@qs+3b#?&v9`0O5(>t5+u(v#zC$>vIwGkJHkd!Ukh#=>= zNuF&$DG_;g@K(7mymwXQD?!;BZ!AL$~dOo97cOqwft2D5!XBZh0RZ zkuu7RiF!2m&9NzaTs$1s^~A=;21|NI+8M(mS@^0eyDls=>~_lfEhgu@5ms4&Ic>16 z3D7htF)=YKUfys98j@(gkk;xf@(-HrWaLD@uES%3Y59|u%?tD@Hgl+-X!hF)ip4RPxeov0 z{O>_E`JM9Y^+J4X<{_tXB zF(A08z;?v0ZK>KNXh)%)`iTm&PR5V*WY4yx-QC@9q^@sl)W2S(Q}FkzNiWz=C0@=v z^5?sK)}HPe5fQ;5MF)BMlWcAIE|0`<4V^J1c_P#H{Qb<`Ioa2xMNHCoLIFNY`IhV^ zyK_pNDJB|5jL<|H4*a`;_`20n2R2htbK&goTu& zg(hq+W~5Yk{a-;5->-1TsjQLgJsG=!^q`|Y6%`fVty6K0fzIjrm*UkTIb40eyQ^Ug zgRW-^f(;D~jz-DJw3oizMsO)fpf(3Hm88A)UzAy>SXt#nM@NfcY=n}+=mb_)R%+|& zL~TbmMlUxyo~M!df{FrIyDfP%B1xY+yfK4s$=bAU26BH=1O39AAUmi3f^ z=+`wk^3wnUvWtM4dI6&l4nrgWbHhr9gsmU|dIRyzvms%` zz;^tA!k>a>FE|j;9bj5$LtqGP0B6FHFh&4tK;d^E0r(mMYJCBJfFT}U+|7#oavgLc zj(}eDJ$MKCg&BN>BcNfR^|K&Yt0rh2#fmIp1+5REa6SqEKLqd-3Zjrtu-5C~u5>uE zL><6l00w4^^%8*PDTopn;mAy2`g%fP2vRWOJvj0UnE|v}847;`tlWJvL^+`2FY-clk;yHJst8`K>$|im} zJANfIoLP8r#yzXLwwA$Pw$6R)XglMwr`)nDqlixK?XY(@XlO1+n|L3^?g-?MjGWBW zO|+Jjl$@Os6rMhSNGfN=N}8&j^I!67}3xrD!;-8H$I=vj*pa# zy57$p!&+Ng)6>(f-~kMGkPj^)V0|x3tbT4L1f!3Yb4%+8qxInw*`g}p)8}>Z@$qK_ z&x0eU=j@Gz$MsJAF9jE=vTp0&yj?RkF;O#_KZt;EwAdmK^?ZCzsB9~x_J`BGb%8yq z_N=fIe|w;`#JS#tHmYmw=b+Wo0X$-1B;B%s_NPT((#vRj&jwh)a~R^pc2ogfxgl$m zIf!3F>FxcADTq2e^pF;0@!PlF{)We)N6OdtlB+(($HnPd4xB4c5DhcI+nOSn2~+vj zqJd_gKLk5W)Mn(pEGsKh;)yB3)#K(qX_{juO1HqWZh3c0ZU)m{%ArSu`2WRVBuC!q zamA8y&eR*Ur{wQaFD!S*uY29{6a9=xd+X*%?`}NDro;v|knm&ZPGo2(dF*6M!gI+A zGf&T;RD#Cj1f!>HrnzYNjGBM}^xGtGjtiTc#s*)^d)}BjXsVkv^eH_J)$ZG7#Cf&CTwFOq0{Z#fq8_s1SG);0 zthb5M8knUvF_>jmgE03(Gv?S*ad)u0wEyGBk86pZN9~wRO)BM9YZ108O z!)Py6n;>E5UMD-9Qns-is7cL{N0}=fb4{v-XCtp;73UoLk{y+Ks_O{`i*q`ZF*N4r zDPgnKcnaHc2O6*&2;hveFpd`A`+SZ&Ib)Y7T!}~~FEWZSeBjeDbp!F_$^P7@=xD9O z1IqZb1kdF|(srZxd$n8V-(2i)mdq#s_{8xcT^eFf)nNWDy<}%>O2HDiqE2qT*9- zG=!UIxq7;F2u!0Sn1)J5@)va`#YaFtCy+;v7Ozh)@Uz@0PUALK5 z^Yin2`t+&tMiBYuEYIi;K&=FaTJhk>0{Ud$Qvfe#04Bk&ULMNZxgG@BXG50wfeXw? zn8byxptK+TS@@@fJPQ_PmglC(z{u3@*8TGEzv4c6&a=M8uB9l!e!A z|DT5F+_eMMiv7qD>suZTId?cY6;cWz2~?mXEz3S#-1mRj6dU1R0$j8g?GNkvLX*% zZW$WNxGVc}JB2kTMq+l<W`3!=Z3}P>H_7m&3e4<#p zDUp^Hlg^}|j~|VjUbjs>zP#YImI$K7B!4!@iX3#=ba;qOORZ?kTKKs09*gmDN1M}P z!J9%KUth)%=U*z4`Tl%I!<9s*Uil+7PL-El$pFGPJu_qCc{Gu*J>g}csp^O?6xiRK zQ7XtR7#&lRkuJm8t9U-wA!henjlbqA?%qdu?Qj{m!Zf>j!a+=2YHW68L-t6_oM$qt zVW=_6+hRmO_MEldW;9DBSp?nVxwVZ~qcc%!AdIHO2vREri{}Zuxw$QFkv9LWZcFO% z*;y7NfrnN>}TP>#D)D8=d*t+E%MH7*kd-kKm9(iA;k3tev}peyAaHxJB^d3(R3vLcKp9kAc9gu z$mjH+0M~h8#J8kFWAA1O7~i z444=|G)GY*9$hVmmApX0U|0A__-?>S+5n58cnT%b0Pr9T@yHIqTu9g#U|0Ca;3VH4 z1NbqN==UE)^K}3#f=-y=BzHmI*5F})rG0_HN%$`DlYB=&iIhNV;AERWfD!v3VI_R! zFc>|6fjw&jeJFt;4FDJcM$80YLjV&2n1P=J?9WSa5ww>q{+Qyu4J$H0CoQP?6fAND`0oo=lLjo;4p>bTc=}xg^aZ~G z^j0A3(r7sCB~ofca~Bx8EVwLd0R5K+p&1{7GF+}-27 zxVe{?mru_Kn+eWzp-G90bwr zn%o)njT?JiZQSOylMX6`+S(&qVRQD0EA*IF?;tnB`nSd?3D@t&>UNo#nL}Cr+f%8; zvn`P|Ugf3kZ~1>Kb=Q@e=%iMhB)6j^+-~}_|4%CRmIC;TF!F^6)PmM5YGxrj5@et&pj#A=O<&M8BNgAY<4~W zG!_NqDc(!M5cFj!u#UDish$1qv?UPnkMao$C^%a#)sX43B% z=gYgId;QqDx4%}RMMnp4zMR`BEX+qZ+vqIC-FU7o6p@1hR72~^l`C=#*~hbmxJY3N zU)&T;e!KqjcP4&irJlvVk1cKLM0H25iTRyWi}B6?7YuZYVeO}FjmIj-x0uS@U3A22 z%`GfKOQOmZ6%|93gjFl9HtALRMK?BWP4KoV0?+;)xM7<$#dk?z$>;~sMYz+!!NHz} z$iELCJ~Uh>FbL}BKW<)b({|pObdS0{M0{1z7%w-z?< zP}a5SvZ+x#VF9}uv>OqrHve5AX2wBLWONM*y^oiP+S}jfYjhYUo@?!?c5C4W-8?Rb ziA2ECvq&i!5~!Tg{suG((9howH?4ZNnqbilk zaN0YjL>pS409Z~XU^OI$Mn?F}SwHMQx*v5Iofw)~KP}^qpr5i*HwGt{%Yyd48>n4p zsXw2cXI8mZc{V-$7p z@b(t98&_X*4M$LzN&+*kZwEEKZ3VX@DW<+uEov-){LG4kT%@;_J)SjpBY8_(6S~520S>4k}EnD>M$hu1d>rP%lg%S`}U}n z^8MPv(v64C*vSgKYzpI#Ej7`tQPFZ$)wQnHfR@I907w*e2ZMe+RUykZtZ6Svt#6N{gowOeQR`F83Vui0pGRfr=YhDhx*_uU|oT%P%O*Z=(}I>u8hLDHd&?V`}3tO{&Jhv z!#Q6Q>RL!Cy*8e^meJKG1#1hl{woh|^tS1)&9t8^r*?kujlrV~Olqf-C1TSar~Mz6 z!0-dY_~l9ag<3pylZ6GHWR#cvpB&FteBPg>N1t_4_fZ8k!t>C4=~}RCW`iSV?IE#xwhU=!VDIK7Fe52Oyg4zJ<%Q^yX)_Jg5j%($^1y5}M=MJJ^SD zLMKx>>O4kkUO?;sROuU#F{MC&khc*|IF?{9CbZTIB`Ldxd8qA;LSn~u*D>C;_pI*j*x zQ2SDk@${ZYh{bjW@jHRd2V%N0(SO&m)|Qr>t%{FSfX?j!NW5S_Hjj&USoAIwu&SND znCGwgFEfr**y^dYEZ=#ereQeVWOXd*7*a~D&ISeo^ijGVwCl;(CkZ2S9YM^2pGb}# z=e=@LXDyys-Z)<;fF$ik)zzFgM$O$SpS|t&ACNH4z?HA1Z5JWJr|LU zzFzKIv#6@Ok9hQo48`Bh_w)X?#;uPy+?cM_D>eplTj;r;+GTzu5RV?x!T?R7U)|ag zz};zX7(o2G1kU$;I-pRMK7tY@Q1c_fmVoqx(YCfyBOn$E6sEtyd4KQ+@q!NleRQ`R z7WWBu2}Z?_ynF`tw{DK3(F+L!Xc=hsCV;lp2Q>5i7Igmx7>bA$yazDDFEc^nH{TbRWoFkK(N0%0U3;1uz)tn{e9nm5aMGf^sh411q@A2ha&=Ic(&jlPd-x zYhb7aWc*KsVF-wB5bdHLSf0_3w2O@w-+|-tK*9oC(}V6`2WGLt3LXyV*$Y7fC=mG} zyb2U)Ea38~6?|V^sR6_X|6u>SzhBm4dp@@9 zE*V)cZErFNS|lVSbP2N#mG}Ah3jEK{sHv&JPT(-4Db2b`@_6mGx(X2y(bunEK|&_0 z;U!8H-#fUB_OGaafBsXIGH@iKLP(BYJf6x+)Wzs{IX#a5WzvDzyaPQwy<>ym()jNe zkt@DTYoyTHuHEUwg0Nuu&rAm`ge`GNNj*a9<;PG8im=eo^q}e>SXY8L;)SvCS({eB zA>GMKy#Gt={5yh*ICplxUGl+EcG<^kp3_LqOYUN>$NM1~0zz0qs>yZ$ND2(;7)zAq zZ4dTIFT7+Bw$a8CvV*EY6#Bp!xxG5jZ=zLUKZ(uso;A?Wy;bw>??-gJ^vRzm98x!{ zm)Az}(|nn+Vir1BQX)Kah^z;8JSyi2^})fxhzxiQZuR=4=ac^P%}0M1^LTR9xtLPc zU6?BDPV!ApPDuo>c&|6CoLXxChekG&p50(Mmf78y|C_tsowSM#c{tXI_L)te6FL=i zWgz9T6$Xce){=ew+kjP6baX#TG9HZ&`r;xh{)w+9FZ0@Z(DJwO z16>G4vY@D`C>?15q_1SEN%}?wWNbn6M42TS72`;~N@rTe&kohIYUg6Oy`+nN?Z#AB zmtwA7*;C+&9Ea=C7iKq1%V-X`VFqRe3a1+^=w{h>@7@`%d)yM#&o+J4+75NzGP^93 zdcL}bt23ZF{$_Gc=6G5HRCSDWcazD8_t*iY&z_;aZ2_IDjXw)(0Zi6CThG{ksF}C4GE0Am!+cBt@Wlk*+!ZP^$Fv|o>=sR^${pSL zcdA={*g8p~eO{M93BSe&Wh+(8LS=d6v%}RtqcuAF-n@AeQW?9vK2_zo64dbF+mNhV zhFGWS%fDExeQSnw8vn&BEWppzl;Cfio?kWRWOkg-v!ALgw0ikFLN{Of#*Hbil8lz; z#g$LoH?Pu}ve)G3hVknb46HbUONHAQ1mS zgH0h}$;H45aOX3#v(BeV^yb0fQo%`H=q9g5``Y6u99;04Wf1h6zw-2Uy>h;F|^ca^pJ22?!=}BXv zCTLN5=%pCk(Flg`1_X{s=7}b&ohY5Tt2yfftv&p=m>`fFh8MK}HGW^d6>@devc_Ok z(IVy`0$RzRSMkYe9erDKT#}xwzMxcfVtV+ush|A3;h93s%P+AEubBZV%A1vSD zvHI=N@JD_-MBVTD_3OHY#&zfO3)Rj}z%Cj|xce;BWIsV5zRyyee?_5Y+~;9tU@kmQaGqVg|B*R25 z7_y3n3Q}Daq^UU?9^lkn!u>IH4M{-~wY56BF-A&KseU#_(u8!%b^n6jRk5vqL3ov= znoRA)+9i3oGnv|AqcFBO9dpt~JemI2+{Ayh&{i*(4*A2O;_c32`vni+N8gjdqFwfE zay2Dm{$^&Q=aP@{YQ<_ko{Hmdaz*7_VTg%8Rzjzwlp0ieQDZDabSk>^?pJ#JE;H=jkeH zWZs^O9jdExJzon8iYf?B0vhFm9b8r4vXC9KL|Wc^TfGQl>C*WZ!$fCaFDu^@6~!+U zHPkg6hAA2K=UGG)dAlC}%}%Aql_!Lytz1ynyFmUsInvwvqPO28M7~x~Fl95e!Vf6x zc*KM=ozN9j!3Aese4n-_n;?xANR9!?HY(ZT)Ap@2%*~I?YnR;^@z^eOoBoxO+aFjr z$meFNf8IYeizsq%I73A+iQnndy-y=^ho6cplF5E}nK;nQb(&c1Zsskf8(OblFCN^k z>ocnUKA=r1eBitBm554u|I4t_V`h+5qCO+A=tT`~U`JZ`ldsXAyiiyFayR*VX68uV zRA`J(F!6u-b;%rUo7Q&RfJocaXdDD=WIj?~JhXW^Xk!%R|UH z?%tJ>aCx(LCivtSe}>O~PemppR=~PG81mo-t^aPzA9$ov6)WFZ-}c|+rSf#2r`8TjBL6iaQK zN6-9=9h{JW8Wr`ygA#eCoiChd&sT?<=(vWh#)=|^p+8QH+4Yiy=^AGsNK(*&j|eXC zixZ<`@jU-5zqjkHM!R3p8GtpkO?UP87qb!+bxhRU>eBa{>fHQZAY*}&rOupsTl(SY zUxPri=l;c>P6hjpGpSAUg2iMVAj4H)(>$AdK&-~+gT+;~Pm`D4U;XSpN%ivYykU0U zdoN@DdKMqIS-y~r=a&ffcx;P@HWd6WRgo6dJR8jjrkQ)=E#W+196@#A^F z^6bc--0$EH8O|M@I+DjPnoOP5F%OPA84fGD`3E^TIm60m-oS;0g?WoxXNpm0Kfd*u z`OQ@8{Oy0#kCJ9Hoofv(y(BI8pvhOrwd<~eg2F)M2cZ5HVXD}qWZF8*{hY5rI=;voEUc|Dc)qHVFdG}FSOQ7% z8zeKmXpE&%_!YFTHNMUt>1Z=sUsJBcb2BtN{AzZsywOT;W~#~SQVo+=6pUX}qBdW2 z=9n;ZiZ<=e7x{2{eZXI3K5y9|a(K)v3&RKzzlhc4s9KB#J zw?L6zRa_1JefV(ha$e#6wRiYjj z1XPZ{vY!6e*lo_O;-6TrgN;Pj)i0H$hUYIdRHI(n2Os0s!^%c{7wUYLLtw4@EBz=> zkrU!mmfBF+>iu>Mdg0Wy8WkA$vs)ni)A=4F$Pc}B8zbAp^xd@0CCF2l2ZNiua2w*R z-+L3c^>r%lFYmj-CB2U8d?H}(UXGL6%Q&;&*_E^ZsWW9eR_QkI6KY5dxCD?ei=87& z^uC>*=q}-_cdF3Rinujhbh$jg5Ol@!6j!GGz(a+nRQj)0!@n;jVd zN~35a#-K#a^}t_W#FzIa4XiHW%aHf91|YtK+(`?%h%W;?tkN#xOI98OtBd$D_3!)7Tcg%@L`x5X11P52;o{0imaY}}2;cMIeXA{}z+k4?C6zb?2 z4T&jOj=9tAz07VslE?@i-!c|{gX69;Tj_-Y~keO%+(W&2L%I} z-Az;F=6ZgQ(-3LpWm@~t)w7lL8wOPl_LG5|hsK1BjSY4a{;8v>)WJbU^31`3$I>Mx zXwf;3-v0jna?B(vf{XL$=!h-VQ>Jd1y=2|Pz3G5FQ!`Ed=JH*378AXgcUF7Fwg%-^ zrV-9VLqowb!Up=qI!h7#V|&M#kotT~bi`@Sy_$O0Ap;PEI;Zf$AH!C9PT%wjOa&r1 z3FT`UmF}8cH)+g+avv;w@-IBJS}C_g-{!|fT;~-K@V7qsK7<(}e!}4;vYM_v!F@Ay z@IygNG^3zdRl%95epQhXpr8AG=f3#wCDwjavY7Mc8>$ryTsO&4y3t?X9_}s_6Yw5Z zzZWlOoqF%&MPCwB}a6*ZpPA>TRV9dGZ{;427MjMRslt0A|bFY zc?}H>d@8X|ZT;qy#h;m~70WjC__o1eC9cq*;vu#M_yX(%eqc0G!0P7s&gRRqq7&DJ zD*CTvZr&aq2?vJO4I-XhJ4&LHvND*Jrmd>{0xs!FzeQU!7L?Sg&U3dilGxbT3!>$T za~#AS)j9J2?iV}W3!4)#8qe2L+i@2}t0Y&QIrc@}>o0O~DfGwKe|US=eBFIvaa3hp znZWdk720ro^;s9~arpV_3d@_Sp;aC=NAzrlZ$>{|ujoQrB}g-OY-^ZN*y73mZ9ml^ zK1#geG&LvYd`GcRH+g&d-VDLR#W!0+9g|1;P=NWj?5WD%_cI()+6IiG_GkaXOe7?Zy%jg1{zowFMWrgbfQc?I7PY3e*vREg)HQiwxpcob-a zhn_Q}Th~6C#E}0JvlvlpO4y!e(JjV%AL<91ft^PM(wOF}X>&fWR@H4Y0+lU{%hv`pVGkj^*h57SJ#{ahD>V$1|%Y!kmS^C5Y4xc7m zVnUfTVv>=`cKk3cM_RCO$#)jG)1u|mFAt&}WUyz)>&2ivA<>&%$$9>diGyDxJyV&M zB+rK7(BL3QF362{6=-T|+SHNpgnR51M>uv8lSR6$4z}OL0Fyj|Uw_r}#(pbUEmg{T zw+cEA1&kWl1fqKm9m*?zjU5NSf6DC};Yx{7{HewWh{tfb%Z*fCxJqWx(smF?p06`~ zq+)S!G{HFofmd@?=vDdx=E_ZSxgAP-;B>WlCS>=%kJvDh;O<)t4rI>mZs``BIOIO> z8?h4VMHoM@(8OvBaAInoU#ob0ksN2Nji)inpJ8pDf0OYMCxB8D8L4T(O0JeO_!g^y zlOKf0=cXdJV{(2tsf|&z0&ah9Q&HGrP(vS-pU5!!JQZ90Top}T25N~IQe0fM4f}q* zb#tRNjV@Vl$jPEGCSxx!nu(sQL= z`Tf-i{`EoXK(ix#x@3~eN!!zXC`of88Jo9!ON$F%HfNMQijW}3qx*#klo_dZaZmY- zS)q+*cB8JIi`aB2r7+#pRlnHIOG{c&@p(f!3@LoiWTx{iLvs7Df6|^f>|QbB*t<^U zzFDxPV*e))6doj4rm9Nsl(qh`G>S@Z@^_tnaU)f7VHpz@StKMD_ijIUM}Qt@n7C{U zUP(hy$$d_Z^YIZ1e>b0!1{xDtxyZ-FWERHbTKXDU{u}T1Bl|xybN4B(WNGsRU-RQz zZL>Hv6Ag8y7*cZ;o{7E4I!%?^BzgXBHn9MfqXOjuk}qJbFU(3H8a+4vzG0EdFT;{! zZ;_f%%Bv>z032es&1vyJ-R#Tz*Q5nOG0SC9`{A@e4T06})~NP9RYy;S>=A8Yb>k%e zv&b3>*&hR<1t909N}22-;uDvec+!JRsm3}g`>7OU_G|{y4@ITN#sAIJ6Nf{ys~RL7 zH_5UZs(UQaelDAM{Uk;?5UBHZt2ugO^7~~U{FlLNz3hzLJC6WlDm9W~sDG>O)&tx1 ztO|~%UCiVNZxPBM(PekmpMsP5oL%4mqrR!7k)m|7v7%l`)(c1BsKPY$V@dkn2??8% zIlXvpK|#vy!Tt;(;?Uh|pv*c%$tW_k^n>lE&LPzzTv4`Rl|^RaJyIi0&E3Vr=RdCK z`LZyqPn3sc*q(xVXZ`qet;k}(5|#PTWs_Qv9bGcCwjZyyJ|?huR`?D|9)6wNB>JEl zkEZt*c2k&*4b0c|vyY`4tQP>b^L)Q7Hh+}h?$ehq$D$|dShynZwws%8DU$2>-R?zI z7Y{mD(tUGUu>Z5O-SBK3HX7&qLC1y=wQjA~zojBsvx(x4HuiR{PwbO+;d(cn?Tqw zcmYsT+J%O&A3uKN`x(&r?jPc&r%5TN>s+yii{k?vO^c0k+}zyy=iS9G-8NKJo@?Z4 zgMt=DVV~_1Q?-PHJ8q?Mv9T2^7}us#CsskWq2CiVzEdLoGJ9|48cAh5?%7J9?wwT4 z`At-_-P`n$ldGwU?4MU4NJ}0k9^mIuR`cOBs2vP0VxVd2}-ljOXv_l z1VlPQLV$!`LntAEguvzffA`$8&gZ+85kICUA46zxM}NZd%Ao2n0VRRJKk~i^>Vij zexSg>a5>4|#^#aUwaeYMwl+51eOIMU_yj(B{rc@Ao3L&a&&wumJMI&)J)NuxjEvx0 zm$>E5@`pD5L~(qUU5os!dg*43UX2xM+^%r*Ph8oZOu0XK45g`~vkvFz?5|ByxZd0s z5)v{AcVE~}W;)f#+$|u*qJ=I*EW`tPxPY};e* z9@D#h+E~|4o50HGk@kBwGV90vR}A({rI(mf^Pi@MyDS|<{`&lz^!7BXuFd6wD?y8w z)>bYH2@8ExkPB}Iex~}KQ@$qL*?;cGN1}opdgJK$U907V-u_cl4N5WgB~4)Jv|l_ z;x}qDu>I($Rgivk6e#~-N0cp^IhcX}yyM2rt|8j7%#|I@^qdS08Lk}fb1*Q*xH7OD z?=c>4XOA}q2Buu5|8;~tJeT=@?K6A*bMj6%&jbU*Ee5?iT91Pm*QZ>em%6<1v>!Y- z2IH;j(&MDC)i7Q7&z&GAt4ZQfKxr9FTBFjjr_$izg}ar3?(y`+vdAIjmm!RU>?jo* zhrmz$UrpW%Zw+)8e|!C_IAbp7S;2(|EN^b{US_(R%W)>+fBKRh!c=8arX}@%Gv+cA zbHoXTwDbS-)&KV-JUEVr;NHEtcJu%L+%7ZmGsuYi?`!)S`yLCWkM;H-q-*1FUqTPWl0F}qkK8S5R;~}n>&_QG%je0k9 z8l(9F${y1P-|w2ksg`cj#{uZZZ z$g%hihca(5{+rNaFP>Y*cI|@5Up6+{9%A9%gNh-8l&vv1&13E^w5c8k@>oaeT0jZr zIAm4eU;ZOkq&q-hVC)M% zw)o)mx4$gb%ljXVDmSWD{&nhDWvEN1mrXP%D>?DobR>I7Ye>UL3!M5{V{+0hQIR|` z0wTdCYq<_RJcu<@ARzMS;K1F&D#xwXRA6GNrl5s%ZgbTR>IMDU9OhgB3k@uwV?qEY zC=6Sx!v>k(hfrx|G4K8VQZjy(^EWB8Bh+y4Pny*wfq!3OWf$>I^v*+D+U$%G4MRlK zAm|(BG=ixJ!4+@_A|I*yTVxq;xCQEYk_9&H> z>DxWGX-D%!l-7pr^@Px{iDMJGYgZw`pIU)+kN%ojF2|%0(@mzmpN}1-9{r0GP>Q%E zMp0u4YM!HHE;SOCtihf~dss<=sRqXZAuk&_j$>3;2%KD8OvJVidt0ba;E;6SzHfZ#+N=-M=qaXt!MQysn)v!+jnwe8&GCmG7+ z41fAdWrLiL8R~xjt6xIBJay_FfBMvF8?KD%H_&?MRF!xDn>d{NzN8UE`+O8IxR}O+ zZTE5Ob?bsS?tYnCWyBY}&$G?MWC5V%fyBFRYFGt`vu|NDIvvueRt3WvV5hL2)|wL_ z9S+&w10)Koh?F{Zam5r~h5nad}#vL0ps;QajrltlZd?!*5amIWaY6@6grZOb0RsdTP zBDooKwc6+EU%tZfA3to(OuF*#i^G+v3${nxI2@8AR3)_@;RKB*WLtu!TVPEix`!LJ zuikec1CGjJB+NtF<^XGW;>56zSiKu{=@s}=wdp>Y7o`hh*&4Ea%QB5q1L-hn654Q{ za3x$zHZRLY+f4QpxzW>rOZ1U)0GS@-xw$=SX~+(1@L7faWtTQ@I36Cqxml|lAtajDluW=R|yeE z!$#F=Y=}r{lA4j0NGh>RPwQu0dnQpn>Va-Bw2wp*q#wK1YL5SxZ0+tcKGxqKlI z?@zM65Z6z}%ni8yqXUmd`s&&eVJ#*T z;@R4|6S!YKRga5m(Nu9q9L#^w*prKF-JvH;tA!~%rO|DsQNy(&r`#RNY&Hn~G;$z2 zWvHDjC^QXM98s(d3Dy{FYEZ_3n_Gv$X4Wsh_wIDi!mqM~rd%ubllpJs!gt*{jt!cH z6Ee^LWs)`*IDr(`%=kn4#(o@`uroz=urDLDD7!1{=tAgp@PaSk5I(AVG<}5sGWATu zV~0*}F5^B(a7kmFsjnXsNDIN&vPWRoZPnHtYv#b0{M1}T0JMAf67UtX`hfuKNJ(=* zpyMI!;3|uHWEJ>t&sP|Ii#5Ec@Z0^te~VmSS*YQY$RXV$_y}`FqLOvBAe3Fh3_AJY zX#%zxyjvA`I30FWH?=wfZsk7A5eH+PVIEv@B_$=hL#<%}lRVVM=-OK6iMW!yfWf$l zm9`~ai$=oGq6ZD%|ERI%hUQzDmak3vWq;ioWhh~z^X2}(!y(ko)5@!PK8Ouqbs2&* z)M~*_z;Ax(lLpnkpP6bs_KVZr7R|l~J|~t^(hhSBT`FcV8;oX_9uWG5H$Z|CctTV8 zMQ?4wv9Tp$H>Pa?>O>?_kuvdAELi>RX|Tmujp<*jA(z8IC_+=1F?15A;y3Sj%TsUq z{KW;TbffX^K)TuVhw?r7P1H=W!Fr~F4+Lvy;3{4Zj!URgm(z^&13@F^x&}WC8~M-` z73x+DlC?{5Kj*qe1IjPUND9dRvLo&EfWoLNg|&!L<=}bM+Ex#`{R`bPyW2;ZaL9H; zLmA;%4h9m8wOIp5%Eb79RkgDQ2h=ZgG^$1yQp4^xJ{EGWE|I05Ldj9u%RJi{A1JAb zJN87AtBj8O(;Gx4`1G+J5~v-vDqQe4b!=}~F&YD6?{-L(4CxXP@cU{vpy=E=v3 z?ha5WblIARngz{+L8{|2Y+tfj42|2_4J}RIkXS!Y<2R^2Pk)oTB!*bgP*S3817F5K zl;U+)-^3!LVp;i$bu!T7DrT)d6Gk4Z^}_6guJ)&&%R1TO?@e7}YxJ6KbM*K3H^V)a z_^PBB4F4%feJ?igmVEq+i?oT%U#|`Y#=R#VTpubs_RWnYWn}<*kKwxZu*8e!#}LPl zS9x8sYUwy|)M_v^VTvNb%HZ`pU+89FbK>xGLS6*zOuzOU=L*@|bXlusqUQes5XNue9T}8GH#0Lc35j6` z_RzzFU;rF+fWrL#^h@uu*Dk&->hR3=1YUjqUZb8-kkNczUPs&4Yo`v^F;x+|ES+Iy z`b;QNSEP87c9QmPp{fanbLqNT@WI{|{(++;J3DW&p6ZH?(^d3jL(N2XUoD%W($LVa zw%=g&TSQDs`P?`ba@ObbSNRT zKYXdjN@rLd`OJ;&C&(tml2ZB>oyPIEkqM`n)z&TGx9|1eU2nNKhy$wwlTq+Qj5c_t<& zmzO@5%+Ry~A5gkj+5D@X{|I*RUN*6;!u#-v<#wy~-zo~2KWM6{(Xi~zLJEhXV-!;v z2QvdiV`6>dW0*Dfq%z zybw&(r(y+-)x%Nc8Vp%W_1@jra+|8Jb-Ul$w8RpKOk|$fE*NR6iafj&CGyfS+8gO62te_-NB!;bq$WFn{w;tbqhG{?ryFcGoygN z-0#l%SzB411zkoFoX|ZkFrD0y%i?X`mZ46vB>wrzz2XvlWNd&#U&7)dd=RLsfcQ1Q zWJYopV^YL?P``$+9pQ{|x9;IY;GIU-R>TX5YR_4|vN({+TxBOxaF32gx%m!;6RM@K zo3XnjO0D~O8ehcs`1n2$Y4YqIOIbeeQZD!2s@sljW@h_^n@?~Pu?^#CW?50_-(TV# zaCY%AHH!8QMFSr)XG{9XT1VA_ZPxB2S@b=>1oCW%qmxZK;WF*HL1dp-_vlfZ#6;3s z?Uct=wWwwrd$nd=?C`RG)=m=9TY7F{L4qXJ7Bx*Z1G0qgO1Cs7Y+=8bJ};aWy8jRI zFU$!)3<)HDfwU}Fo!F&p$&jTGOH>HO$GVZeQG~3>o^ZUWhTD0*F%HnD`-+_m9n}T4 zE;Hhnj$vc9@!e*Ou6UWOY;_*!<%Vgl$w2Lyzm<59&T*jkLyGC)3^&UKV4VE7Xp=wf zZQU7*O8wg6yVvF9=~~8Z4ILZm8bIJLU<{Kf@YTvKL-s0Skj)~+Phz`XmfX0^{RVd? zYWAMu{gj=@*X@!JD<+I0NkJIgJ*FLJHQ##@2IvS;XPXUIVa{xFp#6 zeFlBh&+g`ef=-dn&dXFUWLIi_q$0^#HxD9($*-FBoOqlt)_V?TSf1f>mHL+6atD<; zo!53%z4{W3Djke}7cuLuJ2H(MR)`GF6JN4_X;uElci>Ar$D)c;Af*%47saQq->Z!q zO)`Xiu0>YW3Mxn|k8iBI15|ZsvFv&}G>fkCPwMQhnpFN?bkmP<14YosO*y@{tD^&p z^(t7s>)t$L13=&%>)Alg#FWFAd^9KJ%0EYkaCMicIOM1JpjUU1c@A?>vI^DNVEe2L z+TbY4?IC3dw7fSTYtE_|qqso5tCsAe5&Bj0KM;ZQJpPeWE6$#9oO;c`k0cn>al|%( z;^)k7O&{#<>VF5*eXS|Z;nbC?w6Mtl>V7~~;+^T~HM*;2q6~;4)@4Z!y7_hT@3i7B z{ziltOZbRZcd&a>F{F0!T9wx|pQaPtUP6UC4^Sh}h5X-cd)FPq5)u}pQT)!T8Y+)f z3=8HjaGWpj^$*k3*};e)|jhE=>qdJ_@VbHacbyX04SuUzZc6=-b-O9AdVQ8cmWgD^xJ6R*e8|>_% zt7-1;_S*FhHo6wq2^9>iSUdZX{#Oa4I0l0zO)PT$wsG5YPFX@X5wlb&2r!vXrWuK+ zao=8mj;$2-`>Fp(l_H6%9{)6S-?CqXbpfap~fk*b!go%64(MQ+x?UWk%UOD_l>qrcYtU! zetg4v7AG3pbP;h}qSEd^1EnCBXwRA&UU64t1f`LxB|^Ru=^(kbAO11stSn*jJ;+Zu zZfGpn>DjJy{V`Ck%V5dM$jV`{&kT3B=KKW`s|THJ?ayd!nrj-0d(x8YbtE^Lshsw< zb@^AtUpeao7MTnbfC=^MzO$`r#y(fP0ZAikL;jDQ@_0aW5^Ciwa?z__y|_ree!u3< z;3b`mp)|Pi;8oFh;2SX4vbWr#%UKhz`(#7#NVnZ%C+_Q~Ix9Xlj35-AlpERnf)C_q z5P6o%`MJxtJd6*n%XypB+1wFSUzQ2K#9%-Keid%r*C@%)0{BHA-pf=JEE3ay0osSYUAxCXle-VH9^((4k z`Q13o8_Ks4!CD7FOBQC<_}XY3Yq+3*ht6gq{6pxw$Z7N!sDHxLvMM<~#v3hCDsZ0d zdH0Q4@ulY>Bi4xR`JR+E9`#$cYEwH@ai=M>v(%3dq2CAovpU@*2i4{}UmdPy6}*B= zSC2E7(L-Bt)~@APv2%ohHQ;Vbar_pn2{!v34q66Oke&Oej!!iOf7cWo%HV6>zY3s? z*)@)g$L)+9d9BuryK(+a{ME5Bg`H*qOEXJ;MV)b0cZRBdRvA`4X=v=)SO3%7rImZa zAg?3C%5O#}zVpT#_9*+&*Um)R&D#=`o^YeNIzIcLTNiMf4k0J;*b8t*mQgc8eao6`R^hcj-ZYA^PLZrDk=5t+-Ef2Z|+(Z>m#5 zh1!{U^CHedUgrQn>O$Y1H`+=1eL(l_EP)X$1G@tl9FLk|n;6yX`n{cFSase^d>OGM z=pWB2($?4F{^KlP93{&x16D@Qchw-iL&#WIV510JHY?66t4aZ7rMn0!f5_~gil+52 zC#MVPOG3ep46w5q`BEd<;B_$oJrX&mruJDxW_{t1PK)YqSu;k*&6PCEqQ485?|`Y` z^L_&If84k?KZ%0{7>$t;@yLA7iu^vC3uZ6G0%n5{3k$WbRf0bHpq4ic(=Lf(njTaE zdh`xwvz(1c@J7$huj&=GKWrB5f)N)spEBv-rk{QE3?yDdN>^nAyVd{!icS-81Q2%s z^k$(+`qiS2s2rkEm|0+B>!NcQlJZ`m8DZ%H@Q_79-Qte3ohZTI4{m4-2)DfVCj4y& zdljdG>>1Kc+ylmF{AtnQ5?vo5yo0f>2D(vZK)0;XT2B$qhV9`QW$FGJzx)$dygm=7 z*pHG^a-X~%oi~_Q?mPE#NU25bXN69UO7upXeBo%0Q^)K%C+59DlLscVj~5Q|U4FfNVFAHL{$r)|5J23rDJ{u}sewtJ$sCl*q2bIfp>uO~KAqb|9Y%HFK%;*; zp(m;(AQFUg?sze;UOV3&{S`Nil#DViZ5%l3@8syM3WDXFS%*$s1R8Kh-Q{!Bps zOsGy<&#TIEeLgq0%NN{dD@u2M%VC_^6T`Ngoo5>uP+c38ep|%Hog~Hkz}b4_o!mRL zrUv>oJIl3I5kPEq-E=pYJWsW!irp4DQ~XaLKW0LiN@`6PvC!JIiIfs}Yx7iDV1V<) zm`>|c_|QNcoe}gLXBM)OV@w2NJ;Ku0JD-MamM31fTF!%wn+jm*HQ*{8z#Ul`zc7^9 ziAMP+kKg=VQz(o^i7=z8H>bsnw2Z3!a=g#@lyX`wTt1!WW|wN8V3sMIFjJk#Fffl( z@wwr9ZaAKAXvy!4@8=QC?B7{=z+Ys3^u&Z}#-kw)nLOk5sO(oMKF@&P$||jZ%c!0! z=yP%rg4sTgLbQd7Li~+L{YuCU8wE({Bgu%fs+Hv7oPFY85Wx$eCGKNv+4-&G9c=#S}Vys$Z^9ijCy9S60mBO}}dr zOiRK|84dyt60OMg#TrrnVn{i!f98@1^b?{e)%fJ=%P#KT>aRoBixw21LmQYl-z$p2 zQ(7?(WzhHwL)iA5`J{j)v`gTK%CP@~4Vorq;G1V?`H%qGKteIR_dki3i;p|+q3mFE4`;r-d}Ffa zMpl3|Teym~sC`>>6@22fB9oc$?-Me-Xho)U5BKO&p|gyHsRFRt*s?SN1IU?4%^_Y} zq}{9Ga54}{886c}9da@eL-7M`l zB*0?pQ}LYsFVD2qjYGh>qSF}hh~%Y$WS=Qsp; zWiZyOkC&g+y4rS@E(ylKS-v5Wi|jmTl`+M2b+06{{7E{;eht6>eRkMA@V!|zXwq_i z*q@^5W)Utm?9K!ZdsYw=qO(65nM#_V^hQEv(+k~^ol}v!{MlX3Bo02X!=CL z!<>#0GBA@csHoR^9g+a?H-^XUBnG@pIvhi;ix^WU8m9z4u!Hu>Zz|eb=yv{17l4QeJ1x{ySKEb3ggJJ}>@oa_ZEm{4ZfXL+iV>8}7gUm_aDJ{fTbV&%cE2f5`7x{e@@141hkqzgJUsr!_0?~hS2kg{ z#3QqX=AxuF(v2*_ftei0mpj5@4KG3RFA}HB%G=(aOm7$iCoK8luyGGR!TA^}r#_e1 zszEsU#Q8>q%TA(oG|8Ve>wKMI<-&?KYMGzP9IPST6OmUzOq~f761O1a z57qpYl6(R`Tq{IdXcHx7Y?N4aq){EMF z{Tf2}tu}TsZnD1QLu%{?cI^3+lL(1ijozUw%|_c9eqhq47^>qDDc=NniGW&m(mHaO zt95v1KoZ}6gN%)r@-YV8^EOy?%MLcYAf{TrKlCs}%6IH0Xf-Q)(9k-CoJ{85zca{Y z8WAAgN03ES3*w|x-c|CL9C4U+s*U}rxf2jzyBd^7B8j*j?Ki^Y%%445rxSYAJQsSW zNo{*JP8kkR)E)X)Q*{b>C+Ev*!Ca6T@~whbChYntv0i&15$VI>G*%0`q9Cc z$j+m}XSggp0(R4+o*DlHy5V!J`6~ZEOqN7aI6Sb%n2~-M0%)H$2Nl}GsZ9fLpE_KQ z`Z`5WpC0X7Xl*edifn`(5bau<{b-{AsGI6)3}~G))I!g0H3lKcyF@3fl68OW5-fFV zsKu>_9^iKPW$JnM+5(w|yE~rZ*@q1Ho8dYW!FkE6kin}PG-Bv;p-@~tI~o|B<&l*L ze4FK_bF)BU3<EhDWB6pCQE6*RLKdfwiyy`}TKPBGYM>7mX_xRVlwtr%u3vkDZ9cvDQAziWC;c{!fUB_n_O^qSv` zUhx$B@@!J7`?8i&15iwNvxmb9f@=3LTGQ4As;phIG^)!%pQrs&>@4*{8uh3AgXDv~FBZbc7U(;H)KZ-A zgf`o@yVxHo9mB56#trswv?na!1B%ys2p9JUwMBY-jnr?{)JYEte3Sp< zE~*UgnRvby&N&7OQyXcacevBYz4hecFnGmKnIZM&kAp3bwVgZFe=?ep*Rjs2K~Jp8 zx?2?gbL0P$kV83~u6ws+@~-Vn+*G25a+b=p^1`*`n_UWB(z+sD7ug-yxCk9uN>Z_J z8yjaH%s=jBS=zkOzNsr*z?@@*9C~GftH?@TdA)FFVX_tx>Vxz9Y4qmMGdap? zHLXLvNb=@qwY8M0j68lZV6vg|iam9V8;o!B&SZQ?AoTUW2=lsb&qot}&(HWysmFh+ zb?E&1qQk|{MC3^JToyQzD{q%jg{$UGa5Z@Qra!>$xEirtVGXjEzBD(}%R>JI^@&A| z=$(sL#~g~E+bQbcT<`d>?wk~}u=xPzv)!U^;B&&Ht6VME=*0!kgpD!Hw`^{Y0u*ia z6wSNfT|WZdYY?HH)dQIEd2PYE;P7^DSJ^rTxM|;Izr>X?3@J}HF&g}^d02A2otEHP zOPPjxrmqIwc#yK4j4;9^I$0<0+b6{-rqY(SQjikj7N{R8?H>;$4Hnf>Y9eA*5UeV? zYYMyaABXn!tRuhrz6^G`R{1c#qJtGq|A7u`&HPE*c6WDF2ufLgy402HQak2)jurx=etwpuw@d=8wDfnEq9VtK(r3Ji);C*k)~0PUmC3 z0>U?;<3m)RbHZI76&_u#E@0QinC}BA$=!RicUe4DP8&yFnR&cuAdq{pc3{PYhle+4 zd*eP&7dM0b1+o4`V9!NB*Dw2IQkaQ`O&-|0BIroAS($MerIkg^8tVZ^^7%a_Dl0#g z6BgU2#^-59&dG-i$){uub7mW~M}SNQq77d*m$Nry1>}wh*K$wdQCkVIFYAfQ3vhCc zP3XrRuR)fBhqVGB`QVljQ<}ATEW4EQ?8@#p2hAqA%@&>gbRN@kZ7a0MrvazryVsM6 z`4v56@$kEX$mEcB@7L$YqL<+zB-)pfa!CU@)E%%Sj4+M50~erI9T;P$zo%P|AqVN@ zwKT$cyu@-L$U9ei6nAjy?Xc#2{dwgBuWn8r@;KX5)A4Bd6IyRmW#VvG{>kS>8=iLe z$G8veW)(ClOUha4pBUsMz^xg221nNrlK?2dNcm_!V88O@HA(pjPFPIH6k4uw7vt5B ziUzNmSk%MRblxOR^t!^(Cj>C1mD1h1n}hBw=%Dm=r0czT2Q?vx-_pU@Qv-Td=EU;;8vi@w_Lbn;E{hQYCq*0QN3%(ij029$U|x+;eDde7f`CWoPxk zI?8k8(RfOG)BJHf#8WwxO=M+%BNN9=Cp-`z%{RvvaABc;#DLgIR}141hP_;Ne;QH{ z3w!!W&8l`Z(VP&0pZ2H7gx-T|qBC6^)nKjJ7-S8G*qB2KJc4VC=fIV)0W``KJR3<{ zPbAUf!teg9E2y!u1*~N0UzL_W~ggam&ZN-VORf89O(6ssVt#A>%0<= zcE5voN~n>fIJ*eDhw8j?jmr9ZN3fLl4|De_%fMN)d2RtOeN4|CNuvi^?ERzMmWU7L zgF2|Y;W}U)ns9~C8plgtv)T9i!(qcI4UfZwT^@xUCmC^phfafp8z~Q`*5hz=8ik$R zeKBR<-ovjV6`6#HiRUB7Os;1(nZxajTm>U1ujfb-?|$=nJtT%wD|F!=vvohc&uwwKDeMc$q#%Y4G{c*La7cHl8`C z`s2@57rP8zJSy7zQ9WSHZZsj7Z5d@_>rjSLR?I6CyO+J}thodt+msyrP+CLnp0z5( zj7<+8UQb*zD{`j}78xUUkvm@aTVp|Kp6cgL5hR5!vJ;}<|5d6U(Xpw(8LOMEEm2jL zXz;|*qF3N`?XaUc3f*=h8$LxTMhIGw%%ebLb`K~+5MkrEWd=5yHa8tZSzD@yOOGM) zLbvQnAsPtR%mFCF9>xI6OPX3IYU2nLJ~~M$Y_iNGumvL9vQI(&No&UKu2si_PE9XU zoai5EbpxV=$+e~#;3L>-wfUnSi~r^>QHdF-wdNw{+;+@|e(l2%uhM8=L|#(WqhB`f za4NvL#i1MVGwZEJMQdN|y`gG4^$Bb$Js)`-+;GN4p^{&1l(X&Shh+;p1z2WBe_jE8 z@0HE|HvX07s-e@W%OI&EG#pc<&Ri=r_$n%0AzZXc%KHr3I48*Y-Sd`h2eGUPGa>Jb z={c6E3a+uBp!s|GUhQ39To{!@mowe13YaC>5T@DfA9_mZamLV9#W?&Io`K|t?iH|U@_Du$pu z-o56(|C~4BQ+g_|paBb9dYwr&7S4-mxT&rl8OsjV!P3g-y2ZN8=GV}ZaUmivg}K-yrow9TiZZeOs)jm+?y z0m?=%?(6t%4i2SA8ppuLYFMA|7BRIjwc0982hxhD7xmo?HZu^K8U9*o!`3SuHJ_^U zszth<`#(~w9~Gr--qK6pDGF;!o}F*fKLXM-m+FNJy!f7lA!hqQhOLXPMX&(2_-D<@VWrsBtPN`N(op&pu&q-<&ddB`^G zbtNu=2pJ$JwbS>&tR#3?A8qK<&QHt6z#@bsv9yLTw?OWaq&Lg}=(|kK2>PFgVJ@qv zVBaE5znwZdspzN#w%sGCeYAQY-?Q{P(AKK!?}j;#vk{u{PB|vp2{jyJ#R0ncyf;)- z<$s2KCm``0FRVuBFsC--vd4(g;}!xvqBHstbmNK=p2^%qJyx<%6J zYsRE1eRp(zQbO{%*Qgu@(+^4qa*Sb>AWWPM*jd9!N)l5eZW6aD+dunmK=IY9TUU^5 zZ>kLAn%-09^++n~`qPg-K(k%sY>(SOm;@vDnFNp{*7!?N{8U!t@RJb8=M;w87VW{u zr}uc}Ms&PSK!d^VT|fY^?E2S07~;?>H+mzomFW-MBys*%3o5k*3_bTc!SlY*j84(0 zp?Ug?7!0T)JwFv0&Z_%@Eo?574`PA1;yARi=T+OUNNL|JzYu9 zK*zByqC`D(&#O+Sn_UB~J#oKfVo~la){W&rol4Vv2lS3 zXJT13JC{DhnLdCeI*TFy(7On|I8ne-ChlNSse`&@KQ3(?a%!)LP&EJ+ahmaJo;_Re zZ>{78iV+o)_1@*28)m-BC&uoD?q|ga7jsHZ?-0Y{9%=y7>bW&7XT*HG-*KHaD;hcY zV(fqOY<{kYu=SEb&6Hs|L#n#+m*%zPmTgi0Z%*c8SsxN$&s$7i&$8e3R<=-%U@a?N z$(8vdB@p>8(saKRCFZdCM%JBK{F=&1ulq9FjtXWO?eCqLGx1>BaH&-i;l1a5XXW5O zWv^tCQK>ea*mcLpF8%`^m4ufXi?7#&I-RQ}H-M8&!emn&kititKm6wfF}MxRENSR7 zxPo`yUK5#psX~|_6{)Dh`Jznz&441J8DQFi=J>p@JYF>)mO*=$2s!Q(ESU5gP)u$6 z`cNb&#bBLPA7TvN?qZ=`13=quD7HI!)e@hOZmwn-P`Lq2W-P_WHCnZK zzEDzyv*Txvm2dquuY~wPW#>`if|m1ADvJ$#nVmnGncT;i?UcXjZYRB`t2)m=p21L> z4axWlWl|c3XFf&?$sh6KApW_k(`gf=6yeS9bd1E16t*FTt(vQ$3G(5UdP2#Hf_m14 zyB2R&3g6o&X*!v@D*UP{f36C3xy_Icdl#Fv8V7R-O9mMKV7|1KJDU5L{-3^M19?Uh zP1ykwZQ)M_IfX)9yG7Mx#8bx8Cg$P~S6^mFA$LEwiow4dryPYgLOkmiSCr<}QKMrQ^3gPVP6?R^zNDHD4f#Nl-M{C#Zl(>lC!+25hPj z>k|6h%wd~Lh%hjzwZE^Q%QV;{efGt*p<@d4zcEJRw{5O5+9dl*`1~xezge@D?JLiG zJMx@}h|06;ZxT_4EY;g}y;do4;_3EDbC`HYLcgzgZ)`vBz={Ew+PuOx?kUU?FiEHB z9D!PaCo>{AmHKl&e|Q_(VKANYq5FG3OKJNIaAae6$gbgOf>XaQ4);UCUq40xoYjz3 zSNEN(M^TD0=l4O@nQY!GbiM9}rn^MeLgW?s)9=Mq=WnPg6cuSe<<9SRMlf3lyR*~g zFNWo@E2KMX9!OqF$}Yx?VG<$h*wOs?{*Y?IHL@MTU1Z`Mw8us=<}n*%aeT6sW$5+P zw7k~-XZ?=y1`-Z6_!NU>e!}It{2b?`PVZGKE5FXBuyw)>kZMnWgF`vpYjm;tPp`xE zZ)I>9CX`52sO?DM#T$IL-j4RR+>CtUxnZ5c^}N0C0td)a!{9VAx*x7@(UWV2%=kU` zZ7gUId!s|geRjrjZYDRqMXfMCu#^||D2=i)MLX1ru3`^ciQB=`G4}1xKmz-&z6@u0pn>{0_X>Qz3m0Gp=P`V+A@B) z7g|K$T8TS;IUxsWO(X^W@YL|2Kc09>g)MHEU1ZW{c96nONYSL_YAlamI5KW^I!HX)OSE-Lz#WonJE)nSEy7g$CHAFb zJL*3Pwx-8s2u+!-&>*PSR2}L*=r{hVl-JMDdjJ;vqaROXMEH zm$o@``si|8N=j6UZ<77c<(pV>)Tz7#1If!@l&Dq{V2?%tiIdN%u~u&3ctRleVaveMF%TAceQe1@|j9FOl6{(5eX z0j;u$s1M8zg5$V}l>iB016wtfZ%GHX3QQ{U_f4mAiohu+C6NcI{01zsMuiV*#ir3$ zJ19G;J2KSP6*RZbMKPpIQc}EExAhOLRI-F@0^A_=(kY+z?nb9tcAj6xA55o;-pQw^ zrh3_2jSTO3DV@^i!`o;i!KA6f)O)-zAF8KD>5-J=MM;imgVk>`r0-js z_gD)4Jo(`HqYPiRpw8Ir5SNjZ@Qd%954gg{%galdWa{vs1%?r&m#G%0=MfJsrMSk> z6`v(il_5C0GqhmB1xSvD&1tRXpj?Uh*X$u)*RMZ@K0b6rx0x%a=v^qvtxL)Vnc4K} z>JA0Eh)t+xZ`vL=v1J!g~Ab z7m!`3$$OxY7;pI={KV)V-(>@238731&`5ndk;ph-!ePlPGF+^aHq=}|o@yop6zvB7 zI9kjkugM`=Na;m*j;BDJN$-Zi$MP^<>S1p9I%7EX6x{t1q;F$+-Q_a=b;^{tpKtH$eh$-rt4hTE$xl%Wv+P!Pu3mk__CTs_>i%W836r`pwKWn!7 z!6^+OOAL6G2VFkzt^+F{D$nM)ah1{_I*s|+hy{q_gJUM5 zU{2PNyjHH-d5#sLmI{a&y#Ap!h`Kf>cRo`pIE542oiw{=c}G$8Bu@kAOrx))PW;ub zcAaahw+HVXlH+~m+8EWlGL{R$%UKauU{`}5c~-G;EP7vlR>igJYenzLF@dWUEo*yo zH``ZV6i!Y=%{-B;9Mo`XLJRdX7uHJ3(%yB)MBuaW??Xu0@FmA&|Mk837vJ2a9EZT0 zT8LOcG{P@&hvFK#%ziM*bf9mu%n1g5hhT1+(ptm zAr2+S-`{)0{Q?0^b2q7T(XW43n>qdGWZx8(Moznms6C=dx)BC6VRFDZSUVS8OD->#wm#Tb za9fkWLoak20f1k-1umtA7Exv4TXE!tG;5xvmq*mHqqD~@^TJY5E3L6rWSYy}dMS0S z0V$+3_p9vh1_=|6w;BxG+(lQ}cb4zr{Z@U#eK)+f>%D=ZJ(6-L&JEF=?YiPK5s_Yl zzCI1H3;2uT^}f|{1A^YlYSH4!bE7A3bQN@_wh5n_FUWOn7tTEw$Csoi z&&hv0&;e}T)di{V!OHU-V8&b9&+q7Tm1_|7ZfYO{u3~buYKq0gf1*4Q#5qHAp z1)f(~bH+$SH6QXbqU!mq(1>ht8BUnm<)SONwzhmGV$fnr;IrpLu{sgV>lo_bxQ+AC zvb}vY8xD7KNFQdQe(m$gxiV{Gi*t#$_|;&W_(QoqZ{$i`H$I(vbw<*YAVK3H_yh#F zeF=0d)M)u$x};*IW(Z3E!ki}zkqjfdQBmvw5V!l&r!sJ!ZuPCf+Han3%ZtL$ZBKC^ zlM7W^{(-!QOEX>}){b^I)lxE6F*YTD9^Z1;OpWmO0IqWLZM%Sn!4;@u)-QHVEqf&O zt8C9Drg>)(E$Fja?=VRbBWf5Rd4ZW<=$mQ79fliLCK19K1DU|6lEaLtFNiNiK^z9q z3tVaq?wPUR-Y8$=7~lI@rs}!13e}z=DMSAJjf3#wT}e{i7g$!BIl=lLDyZ%$6J53a z{hT{-dx&#!SG`JP7z7C#2?!z@+EBKRI%Nq4#H&5L&*je5TQogc_{SviNb)PV6LIU?yCk5TaC z-Cw{id8r~Bp01{c*{5X$6yxF+evk)DE9aK42>qxZcW)C7L}`kzX}i=3}y+X_Z34N(JUVSwYA)*Qh&LQDtHrErAHsTMai1 zk<)@Ya$y4V-vT28H-t)@^VhP^yU=77l120(cM%Rf)Wkz^(0ZGAZKC#gt#|u$Wb@bK zMe&x6*llPP@b(qM*fPg>?fb0;+)7LgweObG#H}n}WDIzfOh}2jVU;%S=q~1HAL7$y z%?NhyUJ2ZWqAoLs?!B$7f8BRc5cVz<^Kz)Gv5|M#fac%dCQX>X;20m3spxiIP-J*q zM8gP-T(8BSS>kv*8yZ^iwSPs=b17?TN{Aq`%Pa0(F`NUjZ|rdfHaLO&j=S7#Mf}L; z^bEK_S|wPhE^(P4_^RXk8LHnt41#Ss-0}NC z;Sb+#Dl%>kByMneNFF$g+lPJgnF&rsdh{kW=$t)B+++k`EsOA76tCx(W3|6NbR>$ zDv9K0y6NyvS&{XMGQY}#{l)FhNO6)x7~9sQkZ=Bd5+$2EYnSY651Znod`aY3c03i+ zblQAm|NeBKe}fM0t zZYy$Ox`mM28{*ZYtxY;uE@6_a14<&2Lo(FM(i(tmqg*#3K_taJ|D+7nn_U(G5VEJB z)}%(YuJ%LH6J6cf80x*uwg`35<8v|F74{bEHzMZ*MUt|)-*?KW9I@=McvON?OVnZb zW~jWO8=KqcT;urN&HO~liSM-K0gQHn)uiY;BjuXx_}7lQF_NR({GjJ0z9nJ*8Ku~3 z$`|>NC?0foc$|X1wjNsK z*g)~qtTXY&j0=q-+dzs9LLcNLu%FAAMRhb2xK$73X*e8=?6wsD?B0yz9<%_jQ_*|Q z;{r3`JLTpkw~eshrr#M|ZpJ6BsHwrv=KR|uy$g$}Y|jXbXL0ADv6cU>w#=5LUOTXu>ScfNUF=^o z-*ufiv^^x~r^;AO`=k7ZQ6E3cU+j#?Eo$G4`P0=~&u7W1=ga5L!8>fhl7DpI%dg$u zlqOsMC&+&AxvyIGq9ZG++#h_PBstJ(yKhDq$;_BwSnk%WRy6L3_s;T%$Ey;T|KMLN zT6^OZ)*!yEU8O64F+GV6+%rQ3M`?=gc+TcX+P~QEbk48lnLY^7<@j3dkj56jyC;e4 z#xH#R)egXtbc89=Mh5DzYyOx1y5whc@)Pc^vRqL%f8!+02UWxZr{1bSl7>J7QJJ_?5shQpNeyFmYe$2CS z;|rEIY<8Ga-g!);M3_k0_=)hud}oZ<*kmB5_MuK*de-WfHaMhz5lDYXI^4dPMy=+o zZ-~q5A_|!$YiAkQ*6*DRc$DN6KjSEhr}~RWIp85APdc!NG}P`kYe`Ux*q;w*uB1(` zDQJLjk&Jo%1rEnMaTmL=-SYD>_af=?J|Cv@4Yy#$KQQ*2>k7|RH~-ii?+pQAPO3rs zb(tNgBpb|yr}f_$om8sJDa(w!1L7Ipu0mI$3hprJ$;ORxWg042PK!;tejfG%%Pz#N z9tPvNn}5TkCsW=eEf==?b@*d62hlTO7EwREX^t-#Fbn`)havmkOfwOs=<29f~JRSsHfFRRMbGP@Z45SVmoNrPx(|(#(;_~+TUubN6sW-321nL=9 z)uOM+ZMVykCfogQCkz@ouQFU z{$>2kHRDk#4^jKvK@?70`w^vAXcR=@XX|o+noTqwkVnvdRm$cfA|EerHwY`q84|Fb zjW9SsO`@K09K}5wYz$lso%O7cNyceT!10|{8*f3a-?yt@-Zq>3pdx5*?-2v&U9W5B z*I6|92M(%&am%dalCuLGT-Eh_oB8~Kd0;v#DeL?=YpOVyOqjRP*}8m|5`3I8U%N{v zZgf4z1)stXeg&WW`WKN++FUCR?yPF~PpwbUrzZa|#`bZeF}$$+5DI%G7+8(~%xl-R z=j*Vi=J*4N9U8EIs?#teP8l5pAc)f|s@m-9vP7`k@{l1!yB!g#BVu+uQwm-LmAf?d^H}>Yl%m zix?R(7Oc{arTx^QDYlsKEW-nUNC)v`dEBXL<%#xh(Ih{8E(~~!Qy0QOkLR8!n6@u| z4Ng)?EkPhZe-^9yA?lMxw3d>U&3wH4oogLP?#gNyw`TE8-)g?eKEpxcJXwNnkv69d zO%jNikp>vyK)C(6W?yRTjPzC-mK&;@Vsv~lmIqY|C{qA!@Mvag1(kdW6UWA(+B z9fycF%!5wH1I_iu?m1k~jamKlivk4&a+mge58t5*UPZ`cGcez#{Y)n)k`+6kLN&P1 zeDlNtpk0S*Y+7oCF~eZSN2GHZP1bHNi{-g6-mA{;hC6E`UI2tQXgHnUXJg0 zIUY|V>;7hFEgC8EYeLHNmVN-*Xad&H`OV^(mK#T8|hp=cA4?JJ{V7{8Y?93=*K!ZyLy#+j$MfPz} zywt$+QF5|Gw=)8b42p^}(XzWzrr)OHU;^ROaTs6UaK`i{iqhVY-fH#;X_d?0vAr-_ zs@Z5UyT0o0yuDsbkVvstHeMWB8F3mRn7aoCfd+3CHUzd0H;p11wP{ELW@d&eOc>Dc zhm91mby2?i*_+a)9c>>i*0<6<TrT2IxD1#{A$SQjcgJ1cFerK8j>v0oZ-M$~HQkO#Lnjx4+bM@lEt1xqrUMSU_n z%Ya1MCyKMWFe|?eDR-K zH?o@l)phj~N*{ZHENeHO8=9~Ou4^A49#Hi3#-e`8DlsqWw+7hxO741JITPk{kZDzf zIZ8jJauhnwlJ>w*Lj`ev@t_G%mA|gh&JRBwxgx&Svj4InLG3s-POq+`vmv(BTyWsg ziSw8WFjI+pPk9<%Vi2Smd%AB*wlK~xfBH)y?{8GOU#DB~v#_E)ZI^#oB!P^g@(bRH zvZ|11IJ&Tho-fHZf+sraWc;Rgj+e8TnVVO~Bmy?8Bh7VC|5s`Aca)Xg_3A;22X=q< zJmx&`9D28Fe&}kHK3e9}$V~^t0vf$26xt7?1i_z~5TGRK&({$kBe3l?K6j(Ksw#y} z*`jo#GP6H?#YLX)I~?Q|5n9Kqdw0g7*c8d_3V_=~Ugn0KYco%4)tp;-b?LWoOH;8PSzwHYT^&JDhDl;d|g8{ z>5Zx>4L~iPjyZH}^v!$LV*oc!T3VPXpaZUG7ij3Juz^V`E4zNs;tE*2^^1#WM6*6u ze>lUb5(xXs$Hj5ypfy>L3j@04aB-~g*v<)zeR8u}YpOB>g1z|yBZEJ&6Rf=p57#rD z^jt#)H;3t}(AR20JDMeHwg|Q$KazohtE(&HF|8qHtaL8{9cj1k2=$L76rwNgdHPC>W{j2WL$`tW) zxBTlCmh@dBUGGVK&+iwjGeet?n0bgq&J1*)<=JG+KyT4`VpJ=*i<2!2i~1W|+aTfW zbDvF*m}N+g)u<`~mC=_W+i*(kn*Y2qdrqE(Io%FI@1~uZ%|f?krc=h!N3zbx@BiGB z`1jDDd$i{IHx}+E)PWyf6L&qmeMHDJczz-C%P8fj*s<_5|MNIAdL>ZDptX;<^!tXn z-tyWRR1QjR*K!+X=|H7Vc&BFF*(zTbP_4z9QG_sX^|^j*9k|tNoU3qUn79;x?4ACF z5qU1?p2H+X5zSb0#kjMVgYdzMJ6cghqXF5l#>u%4q#jZYe8so6-PWWTBEi)rxzGbO z93MXVir8|f3FCmlnxECbxvqw~xG+$2PIjj3W+`D{=7E92%(~VKekbkMhEP@?bopDg z0^jtR!mvhgR$tJG-DKJ6NGM-I8RnXdSoZa;gd6C%3g!L0n0SmwYJL86CvMIB zAAUI}kP1ijL?A?Z=CFb3Q_N`&8@K#Q=ZINb6V-*XAAdbWl6;?a(ue2pXDt@DXEHS< zIZ}ob(7bv429EOFznM(yZ*^9uFtn6dxH>ej19BY53)!;l_lc`){Mfl$3KmIYg3K6bk5}ydadE&t& zq(1Jpmyh43h$JK~+A+&hp*%*@Oo37qT+7MTJlTyCLWU~jTF(h~fW4mclZN%MOrGTJ z{`c|oYfZi)8!a!$j+|?vC*RAHO-}w9mzoy;a%Xb4^xW+2EAmnLcwC-EE+7+A8l5k+ zvlhGJb4n=i^UdJ%t@G)#v#s-npuGW&R^^sOO_Q4cl(c+mx*O_5M{&LBMnM=qAldzD zZ73f3=%;S>%Z0zZah)EWj_FK~LvIKi^{zp5I|NYg6#V2j@7R65Y<$Mmk4(4k@#~z6 z4#sOi?P#er0iXd%%A1Oc^EcXB&X#>jG7S<{CpLZ`a}9ZUw&x*ucx8{*us!tyJ}J$x z=h!cG3V+GnPI;QVvB7?yI}7yMX)m*J4DqS{-2L5@J|Tj7Ds7Rxfmax;1voVX$wX(drodFp5d6w`~P;RUOFGNE)cr8NH=m!>rrf zT2{@vkJn?3<jGC2=RILtHtO5oQdOzujcENF6!@Ow| zbkO8{O@A8%TEF)ZzckqW)8mWNgiKMbHu;O?LapwU7BzH?W?aZU%1Wvm)K``agLOwA z^w0>cDE@TX>xpVTp1mtMrd@QU=;t)@8GQ0zwd*<6La13#l?v%%oQHz9mdqFDfogNA zXFKp7+PSRr)8$tAG4NOoe(P*=Ym$Z+@&FlSfifSdsah-iXIT4RJK{D-(EZU&&sf}I z^rN45G&0BU&pzu?>#^wsXT?rdt3Bj?2n(j7AMzl7zHRBs>ab+J_%$U9a;L+d53c?h zNbYUxPLC-tPfRx4&X)hW zioIRtahAQFNpA?(4r0G}Q;yN_rSB7&SV*&DR<3vlr?Vl`GMdC6HK#TDE&dhP(AuLg za~xeJI+l%l$Apaw_bN`Szvbi>;^uNdCwnhM>6^!7d>K`S{9dIo7{N?0MUC*IFJXL= zg@cn&`EznI*EnJ<5edwkzj*7kbh*|3QLl*6osTsH&-v-1|l>1#;DmQ@-$BRJfO`o8@HisWpy;m1X10>+V723l=?dMsNAz{z=BL8u1BiE5_j z5-BbcL=#z_+e3b$2*y{Pte3EbuELfh){$QO&(`q;ViO4p*1*Z+JG_FL;8Lsso)kRQ zaUXFy9OF~P5)|q({xq0{*|5aka|+5TukZbbXEI90OW{Zdg^YfE`n6#X zByJYZkc7g?`|8bhv1Eom?eOq!Py8ewArZ)5r1)rtIETY^782^11btcC{E1w8$IVm zD%eE-Ovw;$`6avPQN?6=QmdQEw|vjec$Y!@+V5Fs!Eqxmi23=+$Xh4I!!u|``T$&L z_~Yct+A;A?HMaven7GXiY_xc$El;H&|8_)vDjIs5=Vf+yK=&EJf@Tdf~~3h=|r^%fx)kCo0U*>&!lmpD&UOQ|;!(jxD{j zs%0Xx-(Af0>f6s{0gL5#_CK0cbwwo~=iw3^4X9<-?L8#d+dZ5=Kx%}td=E&qQGU5~ zXM=!Dl^|kSPp3L>p*}umV{ofCV}BkEw3@QaI!u4~WA>kNGr#^by`Bvn2ax{?L9@$n=inEi8PPrj*PL!CsI4B(vL$mVZYOwz%VY-0cMXZy# z69xNi|h^_$+j4x-A^10xfE8^S=0TgFqJ0{`aae(OtP=8g=XYy zi`4mT4yNdm3Mx#A@2>CZPDtENukE3s^~4t|Y4nL;ee^K~(JJMXQVlvMif}ZRA2yd$ zn=QRe=SG_ZAK1wB$fPznb!o zhZdmh^WnbL!%kqPxxVz;J*E?X=8A(SK;M-kB@+=*@0df4nZ{z?$kjpe%OC%AJfZXu zuaL7z`I-IqeMK}^e1nOItcvs9;4|P!NAPLK0ZjEYCupaQt+i%u3YvR1mu|yS2HkP*!W; z_(wDq#6*{e%V$ukDVOV-S~L$$ub32*^31`ue+ho%d(mJvqB)k@@{p2#oi8kwg{pnS z!f-O3!aY`r^)bQ?+a|x2fwFy}YSIQ{SbflV;kP*-OzOV)^*=GjM`hq}>}c_O`KMRr zD(~nH`bq=s99kz4GLG-|37SW7k0|x{e;E|BhzV~wP&`pim^yov(cz1a2p5ST(sxGS zb2kJLE1;rY{mv#KOuX*Ffh+SRUEc&|#<}YU*VL>Ja>Prw(?f)((TB1cUV{T$sXyEV z_V0T$Kuy?A^^`Nz_l(xftu8owsZNQ0+eoN**vkeOvRRYIOQ69D3q!BAbhkfmpS%7B`H8s1XUrGqAqH2@Ssxef^uGL zRkl)8m9WJlPP;M>0rQDSSXSAVl8fksaI{f-1*(9OnLwNH#^LMUT?ya!oM4y6Phans zvN4C1xY17_{mL_A5?J|!hVt<(L%NjCAof1PTyLs58TxABZbIGFaEWn_+&m;GIHhX;AurE+WBCv-Q1km8Z)hl;Y* z`gecDg#n#6ln~jE20&#$APZg3kIi++|d}V>{1UG5--G@A*Y4uI_|pEBMDTAN?$><2pv`@ zcv3-QEMGtyBt{s24Wy@5JHm;@9WPd5Zl?eBVD96~;Jn?X==MJQ{ivHCxR^MOs_%;0 zvG2d97gm0`nkvk!Xq>q(N5B^l?+u;2mR$Y96j`2eKZcr3_sadd-^A;!;#)0iX?b;{ z`9?CwQP%LX@u(}zy%4+OKe85PUwBPBVUeWWv_ES@GF9p@E|L4&A;QOfuTiP&b_H&d zM9B@KV}D%S!J8=`g>t|Na+vwLRL5kvuw>X|gQH0v4nBZn*)#bO+o3hMKSVB@N~LpF--{Vk@vLH z%XnaD|I%ms+0i{cg*iwuD~^faQvNZz-ewa=ouY_DEr4g~Nm^RQ{GW7kUcl3CaN_tdOMSksR#FkXMu*%%7wnaG2Hos3443x4h5ReOVyfHF*ign?)B zlNn#3@)_d@7w;U{{*-gaS+3eMGQwqC!7@ap=E${fvG!Wfpe00~Q%iZ}Hs7=0gAGOT zwbv9E!IKKKuAJoF8kEJ`kWZPftW2(M?zl6Or9Ns11x&U>_gQlHPZhx2DL(65d#A_k z{bQX1eZsF6_+KsahtV)o$+;cY%2w_i@r;8rqTQx=_HS-6jlllh&Ue=x z_V{xVF!qX(q$Ga|o%;A=rG27!**lFj%{R*&DMX`C%l z`qws@uO5j**2e#VgTM5pWwB*o5DAq9RWN6(JMeVfu}1vJu5a)7 zIH$y{$fjt2+B18qcXEUSlE5|_c06w4h0ypu2fg;q-Mvy`A(Mg6JsG_z~S6{4&UD7 zT!@fW^g{F@^VMqivWts+=6fOgHBu4rO><2b#^wHBd|P)#FH>WgmbXTT93y%`dAS?{ zK9MnfhHGlRu@M!Q_TNo`!4cC>x1%ydU`C1?fCjt)n~95TuK7xmf@db^_FuYC;!j|i z*YCi?H`u;dNYyNOf_(tRb?`;30~F`;@Yboa+e~h43{JY{2{1^D>aE9){KQdr=1RmJ zWvY0uub$)~F_px>&T(Wd+QHTb_eN*v4s|Ib=EsnRaNhAziA>orPKK_%2hB*Ie zWJLB*y%-zJHMLD=3YCirHGSgVFFOZgc{v%0m-W5DtfR!)t4O-WwYu!rF|SN|OmXs@ z4XT(w9i!g&-*+2vc!naA6sm>O^H6-kz!mq$Sy#v2l9jZqsy@k^h(tnzPnv&@6J603#3vz zYZh)vG1hKWUHGdqtnW;W z;0Ot1NrT3`=7Zi@+VM7L##jC6)0{g5?mQ$C00nAqr?}z;bH}*9n@L~k*D@^ju9&Xc zJ)j?8db4Jq>npbNxDE5Laa~a3>`l>m+WUj-!XYc}*Izcu5$qE{=0EOWL%FGV5qgHg$YsIdOwL?F|vWL_ew)KFA?Rs(=>pXx1k`(3&S%d zDzpNo>->V*kIkBA2|uUr{rbCKxgS$4)Jkq*R8H2*w|Hs2pmmRsW>lfO^-V>})4NNL zK6!O@@CGY!A;y>x?qv7l;h*pSvsoR{>H??;H%ZmaxWvU9ixi8t-2)d1o?LKO26@&P znRq!q?hdt8zRlL>6}-tEKbR zU|rAQ1hix;#dS4?=ER5y0{DDuH6S}ByLrb0ZS;DI&kgRuSUdNI*9Y6s5_$VBt3VfU z*^i`1u2e;qVya+C0g-cty2hW;z-5n&+0~5w;*9y`17!*ii1VJC(&Oyj!0Poo`OcsT zYD1WVs-)pdKFLY=z=|YDO$tNvSJ|o3S?wsk>Z>v$+<9HjN0;@WRSb@)40)~}xalWj z?O~pWPo6CfD1-#0&8u0t4K&6hxC8yRdV7i1H2A6val;}b;e%d&kyrLqC8W2i3D%B# z7gDSNvCF0;Pch;9@fb>AU|@bYQ+m3vkq_ug@leVezfowj$B~@)kuyWk`?E_Lf09Jv z98Jxl4xNN?TGola#lT^Byz+^x6UlTKeBi>Cl%-&bR$WBT=uK!kWN-PjZ@@g&_VM!x zY#XJU?pLijsh?~?ccd~e@=DV-6oV=v(l~O}aT)Cx5#Cz%9$?)K&EL`|?8hZ69i@tP zi?lGUc{RYkZ0-1{)B3l730d@?2Son;PTvmkvLHIkG)u^}Yw{!E6qCd%yO%GudC8SZ+(oijJJbwzypRTUD*5&oF zk=#|tYVtA<(`$x=j(qQ(x`Qvkre*IE3DTFOoZ?}tcQk8HGCB|Sz>PoAU6X*=5=83N z*L9r)dctX@FHuI^En%pX*gE+|wf(s~z7sm^6KSfu_staOhCP%D1}Wm-Oie})U?-I< z#+iaDScuC$^wU%!%Bl9rtS4BQIB}=JN}y#ol;ZTim#iM)IrEG4`*1Tr^%q_}fWGxn zxmPA%2_f=t6NcQfT!-ADT=D6?)w$2fb}KWCaCJHT|MwyacbUuAxheE-$}!8w4H0tVI-X-jXf0{uWbIYCQaKjxng2a=s&hgC$!TclTeFDCDyX^_LNLle|eY-j_;su z%ezz)xyPoLR-FFM?v4)Hy%jbz7BG12Sn9dHjM6w|#vuQO^jmDRNEZ)s~nR(2_}CedhdZ+ zer)+0b!uZ@@UnBV^!P41od^o~K7Q$w97HJtDCCG(F0ZJmnRZ#i2Z1J^jQa3&wU@L} za&EjJ){(=ts6uwfZD2Y_>TFsTG2*DG+g=JoRGwA8eo=GpQ38h2?}6Vg?Hk=j6?V~x zl7yLu-qC*?4@TJh;nNo!I7~$i{Nv=AT|)t`)9&l91O49N(2bIy+MkLAd(3Xyv05h` zi&Jim1oGl;sHiXTWh}acMX=*uSCG-n*bb*mug~S;wN$;5m*!60M!H8gQOUtJ4LxR&weg z6(`H-P}W%mdBlo5Qj+Brg*AuTfHu3fDP+P@`7SqbJ;v+f>X4oOx{di>@E;ip)jkhcO|4ugYDVPn-|Ui0<8B z#Ho7=qp1Gt*iG*zsPdHDmydxQ2wyKfA+Aop^Rw_!78w9n+S;RVBX%K)OWM7JU#nrv z8mhuo6l^kv<5*1H?TMbRcWM)K_~y6WecUI9)TakU#sFGglk|pz%pDAW>a~SWV8xJxtzi5?)gUtd=IVwb8!28q)uWFb(Ap zE0d`;oSB4^J>xs3oHr|??aBI*B!53+s(T3%Og9OMrD1J*$9z!^{-_p;zulUJpK5O*PnwoUD&lTFxP#x>t zww;;n^Yga(?Z0F++3EPR)yf1PRs;-(%zZsG%0!n(co z_INN={UhOFB|(cn2p}mks;l)#r`c^iPVH5d6V^tKEX@nIn(~OKHu! zt(KsH!0A2h3$J$2=D3r+xT8kEZbG zrnCDWQ6H)A{K$A}c`a8dS~7e=Qd>(gm6d$%ZqR@QMq-TSQZAqF1y9Mi2V83B%uRIq zG{VleV?DMwW))m(dl*;@j79r5jX^CTI%;MeGVK&xcE4)Tx<>t$^{=U|E7nnG+g^Y8 zKi{R}5@2n;X<8DV!u7l=n215C^T)74@cysu#=v2hc)?}4N&rUiMkeSL<5EY@tQw&M zrSkq#+toI-%GlUZb8g%`y%mS_>ave>;^O=lt{QKNEDPx5&(f!?PD)yeU9m`2@?Kj6 zY#A0G*FAUt(;akeuYdoczqCp?2iL-)AKtgbzEcu#s3>E@DsSG%v^0n_&sF2ybzuD< zuC!{kn7(E37Lh zhJLHxA2q`X%e~K3Mb~YQ4)UHKb>MOx31#Swe<9D|9{~Q(qY5x*UN89!tfzIW_4k)z zt7x+Wl%-Dx%`ywDwdZV@BL*8BSMagIR8JfP? z%C$et4_i2Kt(M2nt)h9?e(mZ6mMo5Fsd0jqEeXot# zzgUOd*TCpAjUF4)a3z)#y7b@pV1*kkbSFgUQRQo4^w5~=N;~daug3rIRAYc2w!hCx zi*Kh$wcm8s8L(1}1pO5fDcM$iwvuZ<)LA}bGS9(me)Q!9aUcT9whW4z%jv^hW2Qe& zVAFrpF>dNCoHM(PmTMn!u!f%x=M?#ScLyc=CWtpSJOz?8zMDg^CqR_eaKhk{Tlll zW5L7~X>uW>lH`pkau=<0?C)aFQv`7G8`x+4Oqrm;=@vo9gUPGmmr@68Yrg$GZ>mDR z#4An&)gP^wbGA}&K@t%~s`Klz!6NQKAq$q=YYO>HK}uZj#LYSO+NNu8zlOR>VuaBN z5%qG_qYyJyQR~=H2{8Rz66M?D73?Jac{zTYUVywxnIh3x(Yu68P_X%?^80lUn?A5Q zU>_TIrQPb(0`2dsN-d}3FMI!A=ur}*wRQ1md2fFmmH&V$5L&Ksw&~Z%$%`lNz=OGX z%X|Cmi|Y?2k1VX6%J)yiRGpN>$P*Bm|0zEIRf?J>)aRTXISxbMY|pR;5-^5`mIv#% zb9KLcT)Jz4o9=2g(loRV`0=&>#apOpx6czh;ABpeWUm{=OpW@)>HY)vjyT+rrIm`b zVbkS8V%4|V#jre^}QL_$5-!CKLukVy+Ix5->H-u z$GD~AyB=P5mB;h4tbsf|POGi`RXo~k!Y_cQe~RS9$%#n| zel~mosJV4H*S&kEDRIVEVkGL#hPhaTEM*6lFW&RV^4BNck}?69Z>blDI;p0bJf*i3 zdD(B{KJN6=Z@KOPFjmxgb%)W<7`W`%v&R?7;zO=J88=uJE5iX~fDLypb@yG=e1)LI z(TJOzki?&b-0wmX-=0^?m)sB6>_Cxd=+B zUpZbk8z+PEXS!KP$`#E*Ue_A%Y8no4aJDQbK+Yt~tG#co8jN0(aKB>4!v_E>^ufZw z-0Ro)`-`K;ELln|(Kgij6|L9FM`F3lF%cg~K`+~b$mvQKg@fTW!zsx$Lz?+Wu1lOf z4To{?4>2YULYg$`mcQcY-d0{eDDTM_AW2ExZmelCZ?$TG*m*G^?Q};S1w@;LrJjSn zv}fV~sP_z8jNA zsn{axKGB&)WyJ2q_P2J#acAotsxn#S2KR{We-@@1^|?PBA&sPa9hsy0%G>(HCnz&#t#5wa^_1D;hN*{ro4u!rp7+AJG#3&$&iBL)C|~8)ApjmHF+lwe?VhHIj(?#9lDjggN}aT9(~QS zVPVA0=%uRk%R9`+aVb0SbOH>>5Ngi|D_jZHu}vqwADYEmeLt6G#kZM>=wnmqub0^u zH2r2bj77}K#q;Lb9w^nOxe_ViQvJ>hreUF_ts&ul?2@;n&PWf`kqYd+n47xzP{nBL zm!KjQ-RD-5ny=kQm|E#;k|Y+tnphs0@OE;l;&{L#zDkp8zZ40w1sBagk2Yq-BzVVo z_ub@gE7Ip3ga@#00k_ywy1JGM{vE#8|C!JqZP{S%8^-?k&)#?PT{1 z^`oW)$WA4QwArL*dojaa{b%FPUrM_^cQ^V#I5af?g7tE;yTKkS!a7er@Q|5kg8FJ? zp>oIDJm2X4M3=KetXt-JKSZ-ai16QD2k`FUSHZUIMRTD*D38DcFSy^hapq^YXrr=g zHSQAJP;ApfOJ&J2P23_P%gC?&TY&$=yv9FX3k%DEF%VaRbNFG z%n5>{C;NwUGN_)T8Jbq5$$3^oys^Q)d*#R1EeH3a6xbK-A#+LlD@xYaZrOnJzDpVc z%y2K2EO(F|<{;-2Bj!%{4y7nTTRC?aNPky{)kNww@1161_4G>+kZYztO7&qN;A(OF z6{Q{Gu33!Lo=$igv5PJv-77~Xu|w8UAPO6&b@)GX^d+aTde2jw0~4|W;efb)T`UC@nm`tyisFU7=&(i{ttKo=5jRVjvmFrLdJE>6BCMb zZbxiySbQhEjw+2%eZjo$@InqvDn)tjw8?HC#+C)6b_CZ2EBBY99m zA5zRE(0wW=-40lNW2|w-LR#sa#w*B_#RWooqQU3_TRcYp3MXIT?2q;jnY^XJ|j*5A4X;KSlt`v9I^PVwi@yfA}9 zpp?u87;^+2xTTJ}&^EFqqCA~heD^3^Ya78FyU9z{rVP5B*$K3HGq%<)^>SUPcsg!j z=sf<%rBToKwSk~(ABt=cayx5$W-YZ=9MJN76Ef1%9OKUMtRg+I4kS`(%{$?JA9xCp zfP=d>+b8L|=PK3|?bb)tQ#>J)x894L|NcP(D8lt?L%+sLt}-ai%Y$@2HsVc$9P^#P zFOL(fICh7XUs1yunif9I^vSMDx7)uqC(yg3Nr3l1H1>0}3swJj7J&4x#oDzXZ}y($ z*$T#UY?cYkHz@P$w-JeAi_}{mCv`J#>1yLI8dXPkqgZneX$IUADT=M#kIbKKow zCRrT3w@EI?7x_r%?9_A2s;BPgsjIsNN2+Hy)mWc{NZ~c|G2ez?+J80B|NY>(L8U)U zp(}}@%eC%)6i#O+nENTt)6hI|=tfy$iipM!?zVD;rP?+lbl!b!tyn`TZ3BtVC#rv)rS8$)ONe_9f9( z!*^4Tza|+0X?-}h zwPY73i!{tz`Qh6@XraPRf`M8Bhcnp-Ib1PP6UI zRM2MXDiO^XQ;oO!AV__q&U&LZv8da;*9V(GIrhZzb!Beh2>B!WPy)PEZI0S}zamM! z6B!I)Eq=sX7i&HOsUod}DG9lVFMl@5@?D!b4Vvf4tTdCQF4#_a0QqUgN&FGD{3M_7 z+p&YaDGJWt-MYDqCb}&r&SLH;&-;Q0dN-2Y>WEWq`Ld@Yo5Qbl!h;Lz_X8_Otq2UD zJmxEMd+g^WIUnu1qxpf8219k+yc!(vx2bcv?Jo+$OK!70kgQsiJj1i7?rO`l#g{A9 z$u+l@M?Lgu-bh!>GvPJn`hbc~+JEpchyK3gI!*-iWEQdYe$AcNUdiJqDX;ga)3N09 z?uhi1Nv__wT@c*|+mC%*dF$p`fv)W}Z%D!a4B}1Uu_60S<*AQ4Z!LTkCloK2T@XY; zxD3CU3IB8Qq3jIwWTRBZ^jCq$jH6}!VO`Uxg%hyuf8*`HCBm9>nBdD*xvG^yeL#}|G z?-|=7n@S2wIQ8H-maG0!trRqzK`^)Kmit$)oVEyg-htPCS%GaC9BepVyy)z<@R4*C z*Xk#Gw6Hk)f(aJ`f=PIsv|&3QpN@!2ing!*1|OAtDk@y8q*%j#|Gh_zKA2zZs2Y!{ zFBz=FJa%Ps53=Qx_-rU-gZ*mBuRC9@f*O{r-Ir9iu>$!d>yWMge8P>CCYf!aDjJPv z$n8B9^Il6n4KF2h_uv8%T@>cL`*D&Wz|9!9jUIH3cyy1W z3goW5nhsJ5+tIU_M91CUq7W-m&LcES_9^u2dAJDrV*CzcOp@~HS%uY)s?_kSqJ7lN z-G|wH8>2uJOFbMVPvE6)mKB6CjXO&>y^2py!QLzF=^pRdY?i7!ZK6??Mb7ti@F@ka zK>lOy#*GT|?Gy}()!$-T->}L*Vj6_UyEsaoeSsC*Ujn)A8$4apR26!fo7KH-b2DX` z&xY8&3qJsF*y~Cxl*{)m`eDj>Fd97h8IYAXDx%;az<=WccKwo5xz9w$+fh0~%zkT! z`sfR%6z-tpiKb5-VC@?iB$yW=d|TX-z=-~>oY)Rkk^on7Fh zCK=q~Xi{Xb&;h31Wf!+l2yTo*8>{}#eww_EKQajF{mUGe9jkVJA;pm?C0?Sg38i!9 zR@Uw1cu<8XuW?!Q^)uKEmM$ie-gkd#t@f$k#2*uN08Jw>Zc?Cc&NIkb#*l^d!_Ul8 zvb1A_w65>MJVEB0*FSYtW7)6&Kepa8o(;e21MWmoswn$P^*q=8DxZ%RUc_;J=R3~#5GlVo zDh|WUO=s#~a;GC+Y9+=-{c0aFK_SMU7>_I4RTv-cU(O59z!jW)a`93#!=uCo5n>Qh zoITEhlqR1*ny*5djV|*(n-834eX3m-bug{s5>>?|cXXR*U~%#TB8;e**W->a-SH|I z@48oA7Z9kRmQd{Gh}_0=wZoU+XhC;^%?<$W0t{PyA3QVu z3PFg$ z>IchdnURfNWfnnaEBl2x7UxhIM?M=xAbnkWqK=kYqJ+xDEN@d$0lvkYg1{=_$LZc7 zQsy2gcebSQ`B)pnYUlfP>a?j)2)aJ|>+a2@@=Gt?AqE^e68JzOFV8r=!~QqtW<9pzW^KUkn6#+I&)!CN)JwcTIo>E_5bU<~m2kO}z7mC=1*iPOAJ1em0tDsScjp zPc^~y!@RDyZdY}MK181MYOnMKBQLIR{^Z+?+T2A~js=F#>lw@9Mo6<7X}?M&6G^#d z9R-e~&eTl6h=W*@#Pe?@-V3CA{pNl&eKlS2)6WSqce-~B1e7-C?@WKZ#C;Tfw#IEh zy)|MIP{OE>tjlj}5Mvlh7Zr$8M2QzfkZq;{q^LLE9hm5 zgu9=h?Bi16mhROyS&{}>_Ncuk{zan_dVBvn27!U&JF9JwmSU~JLd9z@LN;FeMh-K9 z8#&W=Q|K4%68jaWfph z8=uVt3WCTq=^8KHTQmo&B!AVJ`TC@CB7x)6F7}_-lJ?vOFxpTk_x$jM^&nY+o?h$; zxj^o3hK17q2A<$~JjWC& zoNix%=5fh#*LQ*jl{GbR1EC*d-LQ?Ns7c0-o!;(%`Am*_<2IAcJIsERKYuoj8EVWT zP6m1?Qd$Qa&u>XnbSAw#7rN#9X1Kw{T*#wFev1dyK320D8hvumsN6i-%RXt<5b=iOiTlDmely1A|KltvzlJ0R9~u z>0aVqHb$%!113>-Z4|pZWb5`TH=VB+sO%oHn}I!?y7Q|P+)8(MU*=C4Br58@nr_v0 zp2+X&{l;V!ZH8IjZR1V{U9veDCRGVBubPdJ4?9FmHzT=-k%*kZ!-59`$3-4O;;ZZM zP&sC6hsSlVMHa4RvOYt`BNLFm+SKGeRcjs3yQfWO)8RD;FLKI*^4aDaDOK8#123Yr zc$~hv%1Bax#;8H6g2?Y}m`WY+Ol!^`5+*}@55q%Bqy7D)z$O<|w}wTA8ZGsis6m5X z`Wk0{c$lcQ1y?gyLbw%#?U-QlhS^;2Yb_NCVO?Yf#FzM`hv zO3}jaW4*4JSgK*IY@*kNI|C^KHCa2{MqfW!N3uk-SLQI+9eR{-Z&z%%EVZzX-Qu&{ z8_rX-P8Dmo?fTwtgven2jd8LSqWLikBaN*Ra$`GoEn&7Q4WeMjNfj9kF{bc{_*%zuriJf3+RQHD-0!CDpsd zHp`+WvyM}8?Da@2yomA8*!;?*O`?l9uXtJp5sBs@xeS->Cc~EfSPJq=vsLn((pb6O z95(lmE(gTe#q6^jf6{r2r8{Ep5_4HN2h`y&;$8O#!@(<(r%Ep~C2Q(>{VfJB7v%D^ ziDD~vzG#tYusH?=VtjnylELl7m9}So*3*p^w(I{E6B<3!-Jc?IEbHVsz+b*BPHU0^MA*&Ht`f>oW6(oc&CrzbO~6$I)U^*cP3cll#jLPYM) z@(*(VL;wB18u>ke=XBgvXXT%&hk)rJ^r}jXfcKMn-*mThXyT$#MAtIuA%@g=DH>fM zjI{lxI^t&U7I%xZ?p@uhci06pVeOyU1$_aRGH+SU>KK&i1=R`zd|5PEelexF#X)l42Rs}hYZj-JTm2^UMNs0tJV+WTSGZtP`EIMtCBDX;yVzTFo)xV1il&& z-GTU5^&Gp;RKL~9Kh3T~|6s)~ME7OFV%Sfelh?I_^GW$a5rTZ_x92WdS032O?{h9bIKL51P1YAGrc1+0^U{qrvY2c2A-Pyw2YJE-VUho;S)_tMF*epZ+S4xmBB-p|`4cg~<8YB3we^5SQk?o5u{HC7s{WerHIHh=}GA%dQW}R!Ic76Mr%s zH>;Z`QexCO#%CkRpUiubvbK6(AK40EUpnxht~<4epa~|{j>}>u=&%irCQOmWZSIR( z=P$q;>eZ#=B^09TwDbybl&<^OpN@{G2)${OdrurTyI{Skc-d7oo*|3j9P;>h}|B)`YJ2XOmJSyA#ORqT<=`u^>@rhh-@=g*Qb9vf8K zB43XK#J2mA;IN6>tmllcC&$OUWcMpt{>A#IyV)vJ@WogIHKTR?f1{)S?615pE-+c0 z3D1-df$(R&MtP##QJGdN;ug+GHRJ(in67#-YOzMzJw4u|~)R^F#}uUgF7vUx+i z4|?ydil$8H{gE-DTuefLKHSmBirIqWLeugN=tu?1v?jF#8FJL3Wq3u9%}urm{T_*Y~Lt5H->!p%M7*e3_GQB;DbBd^0OOt5NO z4%Jz+Y>{gURI13>o)>cAG`j8rup0-JBLjA2$B_gMp1PCjaPe!{mp-db*E9+!?Y(bu zzYKJT6ePCSLFmpIn_selssNS~bEM7Ivr#b-$yP7SnqMy~;(i+G$4cEER2UJ3fYi!4 zf&le5xz;@vpoY-P6IGjxrR{ztnnMmuH$7)GwULMnpv!s&I8l@+#d5$j`~ZJ@Zzq-s zJ7zp{rw#&ts*+m~fA~#E6C>$zX}MBi=6*im94qPm{*DQ8$Y3ZPS;AN^XdG^S@@Atw z>&2hRCi!p)jIk%U>A9M5P4mT`BqjUH18D~@Q`6W7Ew)^kebT`8>!cpv$YO6l-MdHj za;|ye;GKg}jnCmbu@Ke}ylGG6ue$I=rpsi;mmqz*o&%d#zkyxM2k!$3A0u|&`Yz5T z&M@e!O*LHd7r`rRP-6kcOa=g`Faw-NPuRiAjok~Olk8>3*ncG4`}gW69rH@ABi4;) zIPDYc)#hx{ysYuqlXYxdD%PKOy;Er$BR!mkD5P@N|`T zKR@Ws1%uAye9|pOxv>RUUCA0ne+zvB4ABfx@j}ZWqor_(!nb&yv_4n=84vUlk*uA~ z(nNV(YPu5eoKe1w>rv*+R_I45`T@s?h9ej+vW zXX5#6Cabb-N5@+cE1<;FX~mFuetoaf)~3fAiK`Ism+bmH)A|b9ZZ`Bdo1&ktQhTeA z1kG!id8O64i#-`Yc#1Vg;#FL8TJ+Z}@LQ|uM!z9rhMg`cQ^@44_ zTZR21fPq?OxE6hf4gD6_YQsIQV3!OLYVd81B3b=N-)puyRnN2E1`Kf1d*`Tv|F+=w z(ut_Ag!2aM3?It4-}2*C-OG;U{|UPtch(RpVIf4cc;~vZtU&JBZxC|(xXy7J?a8+0 z-x6|Wl5EPTd2QHbF-q$AdpemKg%j=Y>5H@+C^|7F*1)Dc2<|fc;aiT4as#Y9xg-7q$k} zJ%^5gDxti@Po5t8&T71T#22aLj7ZZWSWDdfL9H23NTW$zDe%)1u%fAbL{G_ih5Tit z;%WexWND0;d)1mH;pv8O9{O&R0$z^dKY%qsd5^;+99%6g(Rgl816=xF$3$F|w!Zqd zLza8t3ASFJ@8R7k+JM<@KT!n+GoF7G-4y=|ouq@xwpaE0_NGNNpHGjs{jr3(U_M6- z)$EjPA0`{P3`G!{i=Z|RN~fP?X#bga|MP?GZ*A&TKjK%vWDqnxe$65nDW5hk@zk|T zm(E)U{T0oD{1~kh;|c=4>reCk#TM6wjeX-sMKoudv4#Yc`DJ|7R+_JH{b|;^&CazMXM4>wLtswdA-_f3)V&~_jH=c) zy;RX%wr2PcPGJ$GSE~*E zgi-n~W)sHSD^E;u&n!P2Nsc;aOzoS$kHa~~@OW8{Y@Ktxy-9VU@ma;`tDWdPIaRuT z;dTBDNACviXdyJu^9e>p;Pm#e3Z9YEiQlk-W)k}yK5wpcUlt4k*oY5VKd_B$fLW&zt z=YrJI5Gx-T)IHai|4(0ScvP=waT)$+%%MbmN!=+|a3}!J>NUVi|D?$A!|NrroS>Rj^=X;SVk?~A8+Ln~bh7a;l(+-lI zmVLwnWY&JtqVvN0XGo9MjIg+G9+#CVQSWN|c9tVHpDmni=h3NVJkLuXkG1u|3vHKOnmQe|Muo&;5afCpAK@h$=q zL{Rp!H_L~t>FBWE4(z|&U|U0BK$*k|>EJFegQJm@)w+HIav+luP+$NaG@(T@!3Fm2 zi&y1&s|G|GXwNUyIM0!M4wj{?bB8d`y|(y#WTEZ*^bC6#1%4=BTt!D^erVkgB8CwA z+;pzlV>}J7r%t?-?)}TJhwFsId7;L*!ZExq5ArKwD&#bC=BR$%-^#oIX-^c~&Hbv< z&)jYkTnI7#X46YqLCcObo-vh{AnS}~5prj}_}%Oaf9HTO_Jl(hTVm%Y8~KMcLoBbX z!F#$DuChJxE|~EjJWF2R*~Tw!3Me@A5MRj;c}q;o2YFaF9c{1yN}tB#vP_gGwgUUR z2maA0)2_>2j&H*MDcO{D5VAb|H`-wGVC>ZL?B3NKgSYcaU9LfK-QK@eR zPdOOhQuGaN88k+qSfoa58TH#2re)(xKm9Z~cpd8sPmNs=Q5jJ%i=g>_H`<>m#zvV@ zd4=xo4hxV`zd>$qoy@%e^*P{qckGRFjMLft-C$@I&5A3TP1#lWol|V<23E3YQcPVb zF!kT#0>ouDJ%SFMZ<>{_5D3Gd6%Lknk4@K0j$_|{DJLs{;Vvt0oI%<{1XpeG(IJ=0 z4mw`fj^{U3z>C4bKBRM)oon0?y0AYja{;l&Goy<>$CNOuJ+e@T)2BGX$Yf&b*h1^L z+v3yX(lZCL?5>P|mW;_OBqZ%|RzzzfHLIA9O}bzs8;P;?CbkVp=(uH6dax@rI~}W4 z9(Z=YBo!6UG0#ZS&$u~`MCrLQs=yo00+(9$Q5wpPCK?kVdq#hTdM-6*o6;;NX|%(? z1nqZT-ZIVZ{9)TstxtYS%hx#Mk(ZUGE>HeBVOXKR1X%v#uHAKfWv5N-DBYht}^=)erQY2U2X_!f0=V1>Kephd(r|3__W zDs_L>AH<(n%Qs82GqP@FL*3bq7k&;aZrV1{KBTaz6wU`2Z*6kqSCun1tucI$Q2w)D z>q<8H#oU&!ILA58=kqRb&(C)I-xg{c)(^QZM)7GrTUF+xWi*Bixlw6N#}b9)1!n*K zCPO6%^&hH;VSkxwa>V`p3AN6NIYJ(3&%%>`{U0?AQ+v(MpeGV3awt43oF*~{e`*2L zLV0Atp~usLf@vU~e5#u`j6-*>D;Sv@6%h_^Q_;MSJ$<86NC!f_pY_T3qdz>)K$ZFgU%+~&aiS`@#E;d+4^J++ zdo!N4dGG6DEWVE~kuAUGTLv~7o2U+eN2<4XCv~jL&qU80+CQ5Zwj-%Q_9NMs7R}2Q zSstXgK2isax~hyoNbi~U?6m7P^OuWa*2$Qq%P##Te$~MlKITiKlgR^}R#Nil`;&$l z0y~JuSNsptwqa%ZcuE<-gn1m=e#t94Cc!2kmat;fr08)>A?#Fn1r-Xr_UMATkA)^FI6 z(SWL}cad*7-qJkn4bh@^DV~K+3paK2YK`S}XEuAl6n?(tw-M0;YrS+TPp{kwlNib9 zku_M&lJtD$#hm`FL(i28tU113+Z>_|-#-4H>{b)?+R%aqU!!Uo13QP@ubxSR$+gFp`=aNYc9oLa@QPdL52{B4f1cFr z(6Z9ssI(M&+9bee&szgRg63z>26M*9-L=vfOP1TLHwy!juGlbX^6|worpiFG$I?z( z!4J)sJ>!qJoHm#8EIhhABUGT+mZx8q&)+)f&+6!?-u=BY(b+|L;QO**hOt0TVwc~4 z5bs+sY6WdIe8}g2C78K5uhQO?3!exZp16{oC&*!em~L=9vJt0KZg`p?Z(gS7UZYjF zz+%wDXZ!1qE>n8jvUmQ3FZU}OY%Y^V`VhB1Vu!|2X z+-j{9oy&TOS=}i9za5!svzAvXsWV`kaF=j*<_hW2JCU%CeO4>${#X*|VWOIyx(>U* zrNFF1VQEtz7Id$s-(p06hT!f)g(nTc)BEUmPWc)>B^rnGuT>9Pubfro?beadvsIMn z*ZJPSSIbRN2u^vzWjy zCv4Ngptc>|GO}#icIY=x!*^tAc5UX}#8&R)9_=?V0|GqSqm&6_rlDJZCBEc+dr^<< zDb&kwF+J`TIgcj;*Re0h23;ZxDYjO0kjFg6@gf$Vi)fR3^RcaGHHBLSTHvT2oy>f| z`X&YH?XaK|lyRBYr0_|t0FnDdAOhYYafa_n`v23 zghq=zE?Ix+D;h1@5AYSlyy0seF{1V|LIst16S;cAoj;?btahT0Y$XR7oM^hD@7ssj zTp%WRbg~dVo`%d+Wk0(6kriC|N&S9&weAc)Vx+}%ys2iYmqdyw z`)sm~MvMlkF->_%^wBP8@(JDQk#zcZ?|gmpwYb!_4^8gg4&_pEZpC!iUq$R4=Je#y zBDErJXP9Xn*8#+W{r;%cyY80)CS{?00WexEzDHi`cRUeq@wxpSr>z4gajfE5lWD-1$f=IsblVneU!k@}1@+ z&W8fUdOoO3AS!CS$!oa3JZpGreOi5i1;vz}R^z6;yqP36Rs9nC>{*>~hr$s+1v1+!)IU3y ze3quGl_kqZa-mqEYhrLMGC;4If>M6fak0bymWNe18%r=Dmb65T<7`qFd46V`Y| znEiI;0HN!WIgJ6+@&2satA~Z00P0RLH6$%K?QPHa>F)$}0cODhPh7C$7lzF_3*fQ; zZ!vd|f9AOC&-YS~2*1BejVOhCjIU^{&8nUUFpLA6^NVpw7GXLg+7RL!} z{#lx^&GLGcWIauzv z0gjV@velXds&I;DsjtN>6ytmWiVMrSJzkA;{y3V0_hD0e$ZAT`yN8a1yEUyT?m_D0 zTv9=IkptV?zcF&-oHmxi{A;vDEv? z=BqKGdtGuFv^d5+|HFx_tZ<4ib$8~M_O4ObY4%p03-V~Wqv0Y1iA5zeQWuYy0YVWA zoKS;;>(Jq^)N$MwX^FHgjAYU#=SKvjMt&$eTJp`Xh-g!ZcQM%e!fJ+p;BAs0h+_&+ zj)2GzC|$m`@gu?9Ru`a~9C7h6Y2M3~-!8Fkdjlmf^COi(MOEh0a~k^gTkkb|EAz13B}Sv8tP@Mo48I=@<05EanEQd`GGIO9uZf&PJ~z&IKq|~O0&}kMueW&R}B3_ z>fF8Z!zQw&#VvCkac?29Pw|+lti%3pq;mw#njNnh;CWixM93+GMR@*hK7Oi28ddh= zzx$KSIh$)AoH*XI*G@YtiL|a+{q(aRVt9U>KcDps|2RRsd8rM{mJu-*G2atvG&Q0V zsdFv}H^79hXPk!Kt`fc@QY$xYSUdA&^l^`ho3~9#YKUB#OkCR&8qV?1Z2}C z`U^;nf^Pl{KvXj^)#Z+OIxlQ(w~)?0-|ydstw^9<8ot3+=R!N@MZv+MmCaxAuOLtp zz%;j@0Zmyex>!=?Zdr%?@8{n%Yp$K!`M?_R&6LAqgQTwd=XaBqe}YO^jOFmw47H&A z+?ET*Z(@Ir)k69Uz>{Ir^|oI#6xrLQMtqMad5#0($lkg$M)cA%F|y$2P*B21Ur$bi za;q_*J)MsaQGai&@ncjuqm6UWdBjlLCM`n(fqLF6Jk;lOuq?Gk#V$5Nrvi!1!GG(r zv+eT!p|wbLN!{3}W5mvh8$M|EDS z`_g*Vbcr)hXYc0|p|l@G7Tj4*+R<7LoO>&vAaazwJo<@0CGkAT>wjhKGv{_Mq`4th z-a7nYNwHU9pC2R0VGp`+e{Vdxh?VYf*L+k~m13k`SU5e#i54K7@LBOtlXmE<;YO#r z?7Qv%7eu{wp&59Z$)_)UIXPdiLV~VlR8|gF4EXl< zhl5PoyGw6v>jZjkgO(;aaq?+iO08XEHBXDn5P#b2+K{(Du%eX$90k$v$nxWl0n&m-YA3M>Tzn>^b0X! zQBKH2%PTNSs5Ebz*u}J>&NCa+2~(Fl)(Vnl77T#eG@V5h$zmv5YQ*URJs&E5_|m>q z0w~4R5;aevezlxWwGoP22TNUz4;0^lhRGi&gQ8oKj?kt{LUwp<1W1Ph~e>k=qqMj336_5b8y*wk@>Eb$(~CTS;_6qQgFZyW_sFg zI+=mcM)$5;@fq!aeC4Z(;vge@R=Ovq$t?JvKV-0aeNw$~vNEmL2;pcY!DbG7)Pa3> z^!HAX1!G6@j+rLf1E}&8l3ewoS=F#@VtD{D*P&+GNahs#b>ta_DH3y zdytxt`$zRM;0rz>cD^j=hdil9N@Y7$?CgT>$RwS(JEG4p<$-1Br2DC7OJVIgg^t-T zQV*xexiaYk!>g!rJ&N~9?X-Qmc>o~*IJvR$sUWo_d<7#9V|p44%r)&vkp5PGDGcV` zaKpF6;FXpV-$8^FSgEDCVTI7LUh%{C(zd5wQ#xLjYHOO8d?RUFzg^PfC`J>b2piHe zN|5S|0_;n+D*rJA#1atP$KEdtt;L#WV-D`m#JIHc({THCkKS^ev+Y<4-J?W)d}oQQ zm&XcioWG!SwF^B?clVl~^7tEM^74QcKI}B)`&KREx$yi7BoTI1#FOw8r&zv~2F>dq@%%kjc%Y6HDWwQd;-2B}#o1{*& zg)mm^FAGn!+y;B`Rt(R6gM|H^q`jN*0q^yWg7;?6B}b=TyPwA1_Jz!U?3{$i=;5|k zeoz20IemVCoFO$Ag06e}FA@RH!BY6gtjg63|JNRd*xKXXdI(T|fThw0`123#Gd-rq z=h4-F8w?lq$RY-mmPJJDOU{pg|2s5g?9nXbyrcz(AXH@cDPdhOI5e|U*?%t|t>eUK z#kDApzS5i=pDp}+*)?Cg-7YO-*nmN{yP zbT=uA6KYnBP=FHvgD^oWWBIfsN-N?|X5y+?AHU~A3mC!P z@lO)DW)?apc{=l24R%K9Qd`-w^LAU>G4;yI zRMB@yI%9U_c<*>3_2t<p{ITIx9K zhUk|2l4C7i+pDuRgPN1UY#nSZYZ=_g=*?S3Bj4F&-Rb+T3Z~1K>MoFMQwFr7yKBo| z!bcosWb~}P=SsP{%jBu&cGBg+dcz@Rp7R4L`+KhIg7JihnBrAZV|b=Jng4xdh*`nG z#uQ$Kqw!0N%E``CHQ}PU8yNT1Rl(YYl*WnedncPt$TOC8NLb}Jj@HlzNNiLKu(Gvz3LH@*7JefcrKZ zAJlO#V8^S*HFW?Nzz2&PoSNH2U_y|8##{nVtkjPL1B(kmXrE2%cWQMg6^ZP%7+V`T zO4zfbrq2i|D3!_bp90qzVoq)*@AS!y9jtp!AT=%*Q z)ynPnkxxN#CfIYc6G7EmuUT7m({c|dN1GW&8Mx|^awDiV+rbqEiMdJz)zjB36vEdT z{7xsA{cyu^c-5fWXd%wFO%Mt2?*b@@&vvI$rpUYOxox?GlN+sD=7e?PKkriDyz@yI$Uo)-v$eiD}EF@4H!ODh;So~l%)(HKPt7Zgvzi@Gb6wrlVD)ZUInl%+uEl&viQbn7 zsJ&3*W(yj`)i)LfW z=gyobl$XbXc+UlemrYK`Rm0nWQ24^!6|qk{H-P|jSz26!a`8Jk zpS7Z(RtB@hS=z%{|6%9f0*IaYstAVKo%&O|&T9>q93T2i+X{-CuaZdqcR zMTOEAf!n^cJSM!p*cA5GZRTG9>pu!7`%Aqq&8)|RHNhW@9~sTr9H0nc6i={56o48m zAY~;Y$laV2FG#QI@mxah%97w?c(j(=II{nGm+hi`h1TYR!jmMJJp)V!)5un*@Rt5$ zJ~Ji!+;GS3jk#1J<8J6BxD2~sp7#Ll+AL;+Mqp1PZgFuB!6DmMld54RZ3&kO)=0tU zSWrD3Djh%9g~@HT-olCIEeZ4E9gxX4+%KFKzz!){l0@e7HKuJeCP)ikr+2i$tu6Yy z>QUYA8{~gNXzHGgIgg)7nXgZK<7K8ZN>4Wf9(dD`#U3~?R#oDqXN~B(KfHbNyAfo zhi3-ofQ&$5VaJN)Q!dSt5W2hja^bOI_g|O{y*zeaAMWCB>c>*n+RY7>pfN;p@$Ek_kCwNlR|*q7feiQx{X+)HtV zi0w#ouZdRa5qDFi01-*8{dT%bYzzsF-RfWD91(XddH!IeUWdid##y4c*M*2qo5b7& z%2zj>9dX9tpMiuMc#bT#`x}nyRLbCKNK5`3hU)Ow(T4Z@P+(efcX$tM?=^Bnh@eiz zR2)9Mq%=g(9WVQ@aps;tq4YT=&iCx3u1s!fs2CPw45=ImM2uz_1<8kKJ$=47n87nb32*3DW)`KN2@4ZNPseNlcX?x* zXrW{|F#>0N{NZa__4YReXJWMWmcYP*6;9K?o^6_K|Hw#hI@o}JoS++Irj*IET17c? zhN}P4)|I=?G3%pN);>v@1U5Xb{5-6yeSE!;GRujq_;px1k33u2M8gMhbm@sYPr6=R z(PRm9r>$sxxfYP_9cGV@&9&D2WuQ2@z`{(z*I)4+e=ZlHT z!ii5S$V6+~)8k{Z#m@aZ3jm0oh!r(pH(_#W{UCkbM3RmvBahLuZ0U=V1`|ZKyn{n6 zEf=t)OfUg-+h_ms3Og%i!L#j>&!Z<6#>^D;jNeGs;0Hd}oCN}-pNl;RK^UFB)~|yt zcARH8q7||@hwXnVu}1f96?fajv?E)>qe+z1aVOX2mYpSZ%xg=zt*C-ktAFQ7P@_7r zX-Q_~Av1T^03@Z2#DX!kNsTX9Dpkal3?FEO_U+BrQ+{T@%}chTuKJGtyQ3K5!OT9x z2h?>5xilp#InOC9wPDy{J$R~~8nb(1D5T7FU^t=v_;l~|{>SYQbsr0c5`T{to>u+nLm;djGKqyOpvPzd-L$4%^rC2)qK1 z=;osk;_fZBU^~^vEQa(GpnToxd{G(g9M<89M?w_godfU0T(livW43cH)O9>m#DY%y z3%4IRqV6d)#O~?yeLZ+~Pk$P`}ij()5D%%zkKHN6%SW+gVE@|t+x__e8U@i z8UF628c9ioSQj+xjJ+xVig3Q}pTu+wt`<0ig#oyzT5OORBATU?FK+AgFW#pap!V1X zW%sYmWss|`4{D~v8Jb$ft43%PnLE~}4`tP-MyQLfLry12SmOP&iT9IT+V}03t5UJy zzA)VnWs9~erhrDW&l2N)vQMAt-F~3YG6C+^C}ba0Hilrw3%oM75vnuoA7jEIyYX9P*MUag;HnOHVwdi`2JV=B&+w3N3X@X;=tERb0r;Dql*=1znAJT7}ZtxXxcd6#4cka+IN^Tl% zf&XiBfp1Z!w*4v&-u-pjzB^hFQW@Jn*~6+ZHb`-#-vv(j{TFo%M$m28o`E*#JcYD8 z7{6?@{3$*|_;VmBpP{``SPAgb)uBQ>OIWZDRC3j2Xt)n*7m&_#(V8tuhpl@x+a>Ha zy?(n5q~?|IcadF@yM5e?qDO!q8;B0AN~$j%CVViL7j7iQ5U^qSvDV%zQ|9vR)tpiR zC)CV1ve7gDP-bV`KDpr|f+)E(tHUuI-ZGgD-GkpMX#a+hulzC~G*8xsgh%qG=#CiC zwJ99*&7c-nf-bkTMp)Azv(xiuvVN-oM)T8~WBB*$8@k;bcKo(M*hEHA(1z;O_N$w8 zBLs*z@+Kcrk`cc}c&{Rp8QXum)G4^dZ^dAH0{|?u&u1%edQE@Y3dLCvGqV}pJgPtZ zVb(}458I1D&9pN5wFw4{sq+mL^;ptM?B7H))>1wa`cu>ixXOT~CL&~yj~i(dghjHK zuAJZfI#es^AnL{`u@9Ko=?FHGGC_-2a6t=2C*Sg@?dgwRTPnlFNKdmgL&AlP@=|ja zSS6O58yLDM%+RIVe1=j9HOwlMYdw}Xii28^U5{?bxddF}_FC*jOEQ;Rju7Tv4!3cM z2K@T7%j4aP`{MQ{#B}thMGk~BQF}H$z3pDif!)^n4(3MDa~DkZ#rp3H-IuO=2KAZD zG}k+dHAV%*`n7VD-|bRQ(`brNBwPG1>-SpdLayj=C<8k$SI-5Nqd9wgZT+~eiYgVe z|J`AQhwoE)9{IFp$o^~q0c@Z5hVF0RV9f!K?~+QO+h{w(EeOD?0-OMF z3FgIHf+7|d0t6SOo2AvOu4f$(b6iyCmePocQD5eCO;Mjw!FCpGkVb!KaVbld8C!ym za9q(E9T)iZOH?x3Zz!7^G9$7$CcaxwtSLo`>L40FSie{bvr9PA~G$ zFbctV8gBdYzX0Ozuf0LpoRPN&?qwt+rQ9EW@2xtzOtBXmi7GIjld`}o%7fY)WF6|2 z3~7C6u8_{BRC2s%=@L0s1y+Xzka=Prw@X!0cq4Wcp3%EF?B&bhY%`k! zd|KWCPpFas)iTtmr)jFeiLXtXdO1kOKv*Qa1j?d(P3jjOE<%F+e8RMWj%6n!%+XkEAuA~x}uwUz~eGX4& zDc-g!+0K-%b=Fl$MpH^hi8Uj3K?Q!jo1D?l|73msAGF5Ia&DM;ok*3dCDT|DSDbuV zma7`J&nY$BR{E$M+SPLzNR>AXlXKJmH>2rq*zP}XoV>_|KbB{pLbsnj;a9!sBt-Lw zC*WrCp=d7IZbH*5`!PX$YaXl|m>M>?hD zSVj7R%<~eA;5v@$y0Av3REz+FNSs&uvjpmuFa|ClX6NYpgBb=Yv!tppvaWTY8$`7x zAHTsA{xX~SDkQTCls`ySF8!(JK?%KouP$%R%xPO@yYIA_y=>wR__L}UH%HG7{`{v+ z?t`e{n^g-z4Ta$>FQ}PyvQ-<#? z-aZwN#uRhbxImxH9}f+1x2idmIvE%Zoh1~3VZ`h(yx**3cx5ZSA81di9gx#s$-y`0 zL_MrQy#wK!9jVKU5XwES$vs8=@W|g?zdAd1I=W{lbUCo% zO!4)LfO3tCekhbrEITGj+iHLO;;SHMhwK7Sf%V3_t8g`mw_Ewlu-CiP=Z2|sx8PtB z+}!X83z}Ap20;BR##?US_yF~C+ulm?9@k;RpA?PeC^B_?d;;(*sTzg`4&XUVY=%?d1cCe4CMbf5W?W)0b0? zmZU4VX}e5q{?&i#1H#^yjk~Pl{{BB+)t1&s zTdfE|(Uz79(b}V`rD!SMwFR|n?@d+F60ujU+SQn~_o~=?&qRa7Ua>;>rT2H=?|aYp zeop>(PL5YzujlhI|L7$kU(7x~%vnP-7JwcqKX{$g)mGp}0h@n(VIeDa*sM7;TKLK} zpS@klq^Nzu59h?ijNO*@(fMEG3u~(4l`@WT`iN+B&_c z;o!+||oRe55b#Xu*+}5DMZiP8wt?>mr3gy`X8Mu=)C#$7(**lAY?&%-9$DpP`IL zQ(|;Yy^7r})UZFXXm3=Yp~szEYb|cB13SA9vj7A-@-NQy+Q&+vbkohq^MWq+Bq8+i z8}23$jnJXArVv83oF(vh@Q!t=sE2aI=`~OKCe-@+uP#WMh{D%3%yU0$AQBy04EQ}5 z`K0?vt&stHy1wq>&hN;sQL!r5n-ll!le|MMcFj_lAU9q*hY{}Gyrzh+^F_t~wvQ}4ZT5<;$dM*^c}Zq@`5lc{HCF8Wv5v4b z>G=UBz4n)r?GaCUoTuxy8tZm?49}df3S_tejiFAtldsd?RsAc>lQ~&Wz_wpcg6EkWy=)@lgF@W=_%CnZU++ zUV*Tu(#y$T7g{eUw}|lyKhR|NEr&bDe!VrURV-arFA$#@^Nwv?uR+pW%Y1k{#Vsf$ zVWOt^mtq!Qp8gV9|LSHk$kLuKK9*N(yeho`e`bM6KYJk|#_*fh>9hHy+WHKroHba8 zMRp&y;J{RAjYC~Q)V1B5;(6jEys3jxDabb69ENY!t`U<>lNTj=u;`CbhNKXKn8U#Wf$* z(qk-+^@cTn>N{E}=YMjOY!;JGW%9G1tCb>~PZE)RkKiJ)R+4h&;S;)s^kiB6!z=EO z6Ilvu)pjrY6O!|gs+t{l@`?{eJ2{{&JSNjAaxK&fiRSt-_Xsl??{E-W<63s+B|7>N zk;XZ)L({WIH{c4BLH!XSa*kB)NX_K-C{$X-U+}<>Fl4wzGB04buGt~5X5YA7TMOPe z`h67Mr}l z`u9=&=V`UP^szaEwmIjB_i|nqy#7+$$Ld?LW{aLS^@QhEKsosb!aV}drxY@9W{Rx! zwGFga0l4nOKxtR2uq@N;!HDQ12ix^Rm+9=upumJ?o~?#kp@EdlJM>gaE9)P;$;3xO zLN8KTA0&&Z8>7LxMdpxr%J$=gN4Z|t31sqB@rwDzpG7HvRKV<94!;kBf9)(k1M0Gl zUDNPri)&-oT@c?Io>T14&H;no0*hhLMP2XB{j9k+@O#sPGSd>wI&6IFYlcL6+gMys zdqd&2@@r!H4v;YxPqm?N^j+E0mZ;59ji-cC@je!SwFb_LoxNf@W!MbsqBKRozkLDt zE^x6^W2}&ZZXfQuKgwi<#yEz{6aG2@GU`;WJ?a<`ze4PJUGuR*`Y&mcgSz%+_hd8$ zq-Cn!B1OPyXS45#zCg)L8g0@ZR7EIF@w!p2g^e`&k>8V`V|Xo>cxcmskeZ-0$YK}t5tKuG-d0T4n`=E5sRH~rB6fot_raS z0iX%h1&|4sdq!yL%A&4FJY6rr3IeiqyL#&0rbPYD_wkH$AOyCp(jbxTjU zmCn^TyE8qrFne-uMNRa|{ZJ+OkvjJ++V*=nB?oeCYUO1K;^iF|PIF{ZqD5+44w-&+DY*I%JTdOlcz@7 zQjhY`L!a1`2tKCY&XvEMFTVLIb2z(aQopHHG=8j}rarH&Vn8l1o_K8n_j^iH3$*1Cax{F7y2sWDNGcB;OO)tLalch>o#3;Jx}lpe5OM_)#d5Tk zfbpGmvRPlX7oBFcVtWQ;7KKuhwX|h+;9D|F1lBWFW4OYp*}Cb*xIzNIl+-Rgr^*hy z*ANwh{M!0ygWsIJ<&2^syAH<<8OywE-?L*N0wEU)ER;;}W-XZ1Q{ zK>xmVu$1*u(Y<~e~w?8gvPO3jY zw%lJ(_qDv-L(oeDbxB+n=j(d!ApO9nHuc~0dlA+dMMrag3IaeHyaVl2<3*Pg6 zql({c2~j@j2#@j`wio3425|;__3((a4j#qkTJRPacTyL~yz`I^Ir8i`y4$K+f3{qv ztl_u$*kh2tb`V>oVsdI$ZVK<2g|IF!8kwE?+A(1Xf#oAi64Rr?pzwl77E%jH>r3(R zV%H6S{d3IYVy<+*RSU{fL;(Z+nJ{s(bX7n|63!Ah=L5_(7>kxY0W)8E!$+?^~qeL0daMYv{P~K>+^N5{@wus zKe!GGCAxM_C%QLFPI!$UZP@!uNdNR(E385Zg+?^Z`=67-|MUm3{3%HgxFp0`_3w6< z{{mIzF+4X!ohTh*17o97279h!>4VtV+bnLu1(hBsd#Z)2W)zFcx#vpTNK28x6J;ly$bjg5?(KA)#6f2_~d__)m%}Qa1(4> zHquCJw~kRpuRzL)kDisUveXSQS}OQ|(R=l(hsK`OP~uwpZyCu*E+w<_{@oze?zL_2 z>#yPtom6+gpz(OO9~%()bM;G+2Bajna_?wSk*q|^n~CF(I<{ekr`#r+4(v(I3Fwy%KF7lXD6+4&@`U+Z;aYk;ya9K^pI)P-y0l}~3T@?1S`chzPHohqz%{?;N4MJA@&A7sjMpTv? z3MMS6`8(RrRrXf_8y2vxjw=oywF)Va=)?Q=ZhQ$D^?nx99vx^+?YE@mLgLFu*5B)Q zB!)!tE~`2X2->yA(&}h+Q|tPMvGyiG-1ih6c4BT@&|BaqDvT2!lAhCQaxlZ=c3I&_!hHtY48c2F$Xn#GMO^gJ080|d)fkJmvu$Qnq< zwzs6(by)QqC9MtT*yJMTru5pjHLpaX`BJV)+=fq9B8s=&jy!$Qs!R?2uJU750JXLH z!7l9>Q5gkQu$V)9x+uAA1*tQ?sLtfTi%jYsSnfxp`U<>C_p(}2H-~H#Vcl;XT5`(a z!)~VXHOGV;%UZSR(KfHXk&!H4VdjsWiYxYOn{pKpyLNV5dFn5R8N~{$D1cfovC+!aTRY;%`KJb( zmJ54X6sFE#YtH~WbgwOCwMzPC^V5a$KGQ%1$jlV~A5{R#-|}g~nXs^rKv6VWEbaYqM12+`6)`_*NW^)y1{y5N=EM5L1t8}BFbUqVc z3)X3)d{N-p<;CL36(+Ip3*W;8YP67cdnkfSE)HDDQLflrm2l?t+#R`XnvW>pCpMi; z@2PLtRW^Q;7@)}q`p?SZ65a|B}yFcG@I#Rqu``^ZDva7hdm$d4<_J?a`ZPd?VnjeoV9+) zA;(lRn`l)%v(Mh|cs3v8JaBm+ywiQ;@W!h(B67%E6SMg%{gn8Ar6Fhbp#|)jNn(V$ z!JJiC!0+89-nPUnM8m1t$PzyTVdk z31J6Elbe9jzd03n>{ttz-4la9sOSx-KVkBx!A8sNrC~Qs;DJ)oDl-`z@&lRq%M#i# zXmTwu-{klfWXlyX2T`5=Z7t>a+%EM_hOc(QtaKwhS-FR(CjZ(wCd-Kna$@T&C6hFS zcyg6(S#+=9U`TkN=J%qEotPY!&w8!S52V=j%`YHO>@xrO6qBkD+SI0CPYR7x@CJD= zK$viT{ADv0&_$&aqH-b;W4ms8HeM+W7|&1uOCPNswiP#6^~^@&pc{^s@?5n;@cxEf zw$u0Pvux~2p29?OOf9NReNjozDzILM!GnZyfZS@DaC2V^QTeyC&+-z2nS$L}CxINI znt<}MV%?){)oVN34v~T54n)vC&XQW5cBRXDT!x-Yab|_y=3QFskJz8s8W{dB)GtY$ z0)O(pMJTlYPgq=N+qAJljpBl$WAfaGUC*7Ji_djla=hGmy@I2D-qEct*{vX39dq%` zS7N%)uwCOo$9_SB(Sm+6I3%8+!Uq^@kmz1M9m#qpKZr|K+vI~O zJyQSUuk48ArUc}~dzKRYD;R`=t9gEPUSkF*p;gLRAJaWrjM67>vw;fr z%vhApZ~AGJ+Y*LO$fH#ND<&`IL{SX2fx*VRED~y};3mU})`j$rx-&tXRg7baTl;tl z4V6pFYW2x={+3{U&)^TQS;KvO35uqD)wxeo={_&^Nx=@nG*C|+)TGb8dF1g!mqB-S zHJ#N+n<74421h98@QOMU8^r-C(+44Ju3HmP8_{($S>$t@&33wK;s-f;5V1KL=EnXB z56O^*zp|D~T@2S3vPtIl>2z9&&RVcWP(S)R7l`aLxIwX2>^i&`>^eoYGG1AGc0N@% z0#OX*GB~>Y8D{k@z&z^uvst7p?N^Dmq{ETZa|`L-B;*i2(}0iby2RthgljHM$IjRl zxXRBT|N1cRX~5V(3t>|x%bPdM7uYONJ_qA^_Td)Rde4$OUL5W;5yy&AjKc~12F%VG zCm%_@xa7~uBcp$l@&Bll6~daM#6FZREwpQ4pBg3_CWr*{EuS*O#A4l1P8Mn^1B;JWkZhKR$3&l++K_Asc@$$U;_ImmCQEwXE} z$I^OD1Ms;b=bc!k`)_Lz@rt(XjSZ8PjTx{3e0gd88I8iMo2(}^dYM9)ED;sLMBfgy zqa705REne7+-3iiuwkh$X}FP~k*?oGNtbybM!^(o%tq2HFo86UU1i|4vaKn64cK6t zr%85l=~e(>CBKXq|A_Fma*wMoc}kUchW?vWr)yAn7f)AbgX8s#=57W7k& z-Xrjl{^8Bxh}fj=_qri_+oO$fTUte;$lXJxm8OTYKS0|@lK{WZa8cmhoNn=^PvEI7>QiH9bR*r3HWrr`=iAyVZ6Yo8&p zbF2NL+4SY!3;khgmA(f~FJZK5O|?cVWvsA+tN~N=g6q~cMPg=EZaZ@se?QcsDwlfS zCbdbeC3o!ZW_k8i{Gs7{Lo_d*^mhD7VQZvYPaF2>xw_s+7E5u<%(?x~^_e1h2{B4R z%Z3`ZVOh`k4kyRK1jJKl5t`eWI<=1m<-nl5w~!Pt{3F{}(Y;u7-*vnfZM>jS<_nhT zcZsi(`?sEa50RDTjm)OqPhrEqmEp1!yU|_Jbzy_Tp*t)@0yPjAj1e^PW<2H162L)p zpFbWrbE93|Dd~E{PZqw1bDDUAZ@_mhN;4RL4Vf8y3}qc|ik52-W6k4czO>N>oOj5R zSack`z_8K!`PB{$jZ&6?K3A*0Atl zoWgAO2Q~=RAf5PCN?*P6R_7HBvE|IVH4Me_^iS8?(#pnk{Tb#Mt9`775Y<#x*;c0X z6V#K(!%?o~GI0UoJyE*p_Z@6bU!4a~`Eu!Dl?-I+&nST#Ly+40sS&Qu7WWh~4HPo% zQDn&1|7b&`S*y37)JAM} zn2TGd@rtbn3D@SOJ$Fjmtxu?h@-wk)Uzg4{{T_}Nk`(jnx(Yz?LRb@J2#>G^M^nY? zwfcV_5rGMVyl1f8V}ViS zAR~$hSL2&=pCryIdMHBfZ^Vs!*My?f%JiCaC_b{5Vfx;e>p%&zht!^NK@X$NY+38%mQ~%7}A< zx6a?WJRy0BNH0NrALiu=$HvvhOBWj;l&~0Fx?Z8KiEv6q08AWr`7?LAj}zfGmV-@S zE4|u^<8&2GP-x1`>&KFk?Ynn2^vOy1yO}WCe1=>U!`?g8q)}JR)q(XpHkwY}p42ADoxVoU~=Un`v+-zxvpKq8- z-UBpEfa+b0o`@6-vEphg8&8KBXZI3%jGRc~d4(IT)-;N^#^YSKS87zcc_wQr<+-XB zY=?T^{d6ILwjsv5%tC`k`k%ArNzcGdpootgo(nO({4k$)jO^^Sw`zst*Ppu^{)2=F zgD9MnPO>f1eeEVM&9><*ob(C}*pQY*nx?!?HmW*Oj>$rI$80jAdggGk>0sJgPv&H5 zV6z52V=A3o`5*TF-0#0Izm7*5345dZV#?c1Q2Ag%J*jsleGGRH}?zUxy z@Tjmnz%D?!Z2A=$a98?$+DcPok)N-mE?s{>#S(Zw4+}IL)y%^`L;AoIj*RPHSa5cP zIH!mRb{7pF$nJf+x;0!t3(M&r^f;5u(-&JdQY3?-+ixITk{z(cyFr(;_(3h4yV^N( z4T~)?2V#e!mqg7=zQ}vs8*6-gx}I~Ey89!7Z|92z{S9%iJ@dlP@<6E;3GgDF)EX*~ zuiRh*$Z9z}G2DdtV2(pPwA3rPSxp!yURCxRVNkh?9GByTUor!P#t3%?*;!Ia4{2=V zq@xsF1`n<*glq#0qF8H5C_RBOcGeLw@s6^yO`4%%+ z?5pjXZa;b;Bv9pKIw}ObBBd~kjW7hOh;76mYlUxHPc}1=G)>ba+^vm*&3!UhP$(ag zUQ@6Y!A-;_!9WWl*6xTJ%C~Duoyc{o@4Tp*UvnwmQmWvaoe%c4p1M~6EdN*>DnrY> zU3BiZe><-_fi}0_(6`1?mc@V zn;?NOI$E>77m>*;z6fiJAJiN-pEV5XA5D^m;|5DLj`5T_j-y#ZyyXqx5SSOIAsJd9 z;}>xCcQNjypCkChbOfh5;I03LbDKFYEB9`hNGF|e5=ZENJW1jrVT-;hfekJb#sorUF{7_MD;^$v=mPSnBjxjf; z$5V7tZ*vvwPVX3XY_HQ94pAmQqAPo+n$~vBgWqC~qt zLCe9n^0=Wi%IeDeKFyBlA$ecDo%J*@1yzofE?Y4es#%qx=$|2hXFNUV zvmvF~wHx2i2mBB+ZT;LT*y5P4iqsor#2NVJoo>VaVuBYfu=903R=GJj%v=AAZB&DgXnhJQkb$j5lpc?qAJ5mT$L1ayvA(Z>&;0e zP*dkNNr4^`g1+E>WryasInDL9%wb>qrYJQeD?j*0$m_#3;OH{t8X(=4Ry4(^_rw2H z#|-J+r@UW-<>*>+6wb0obMncRpTM1!r3)rz4j+8QK3T^-HYfmIhPzf=mPuM4-`Y+R zyo*(^)bvZz4^$k&NMQC;4G&+U^d8sVzXqOh`Ep}6(TI1igAMt%X~A7bA|q?$@5>02 z&1vK(L{+Qm81b&rjn8%d@I&7YyDwqLy&uhM!r#}gI6&3{@ofd^OnDUv7rXyA9Q<#} z)ChF3WAg&N8k>GDuS)^vqd;8#PP0i4O$VpRT@wj8XHa@i)Pij2(9aZxeff>dsFA~^ zQ61x2-xVJ-N4(Cfu|it}UDQsJT8v}N-h@3F8GQq=!yEsCQ^fBjaKsNWhVO#SoAZQ! zxk}&qAyTbmGMHK_A#jI9^vlP!k{GQ|0IHu}%RjZ*Z%!}0Sv(qzzYZP`Z|594;&R?_ zA_#e?(yeHIAJPfl$;>C*qVEQeP8L2Ix@I}E6@8i8!(osfXRb+`dHBti|6R$9{l<|0 z1Kkn(*f54Hk7_~UTd~K=34l-rFs3*)Kkz2~Dk5#vy&Hf|s$|hb!W3j)<#-f0ekY{S zKL_m7V1LBzJloDjqV6rZUt1k(QW_BTvzB~(CaCUs7Hv@>m?bDXoxP0vAvqvm3wbyr7y=fYR-!c>7Tueek_M{==NI-bAa zg?K^!$!qid7f>0x83qv3D4Lwgg8k!`}tHFW%`%%T6E!ZU>iqE&T8x2?JnVupzqiXS7 z2A_;w9zb|ncsyzv-`}A+YKbZ>Mh%Ph{|t9)Xg0PBu(iG6;{tKQC?vZC#i*v2mbFx& z$7w|Hs-I#`y<3bzZ%b(a=W>c`sJ5MGdJVKhq=e8cGX-f2r%Oxt&nj67eW6L*GXL1Vk>%;48C&SygfE+p&H}uN{+~Axa5>;BaG>9< zD?hHek;=xeR|RBGZi6q8IpQy=8LPM3y#0q(Gq&&CI|E!UTQ2*1_x$I6(o`@qVQpp$ z7X1KnY-hThLz~3r!_;e{@6taWBB%{TKy{&-Ka?ZycjLslGs+PPm38MSVU96sadM%? zX$+H;+9`K-GnDn%nwhd*pezvpfMe0s-ABy2Tf)`3frG8z9_DWR)dZi=*L%_)SiA7W zLhZ9q*ZwrK3x8HQG6kC-06Qc7&g9=UCB(lM(R&k8DS9->BCfgQ3OU}sU|%2Q4d0yR zYbdn$?$)Yxax;2qZYl9{kleyceZFMS)>NsavbP~ORP`N5W#wILwxbNNp(+HRhO*L} zc*fpC5$wlaz-NKd9cos*Fcl-DITkZCu1Jdye&l;=;f;w( zgUdx0(LoE6^=;p;tK49*QHWt>+4I8f!QeBbwAXum!KUN;rHvWkS=aEL4{y_3639a6 z3c*}P`hBMl$I)3HGA7J^fk=Cl)6w!0C;EKzqLXy&d4-xr?N zYO3r++3yI*O%GO;Ke(O6j=!<;ZLHDZZWumiZ!y;E{b`+6h`t8DNsx(bL*?c~(O-@5 zJi;9ao8xGm!f?@=v{Z(TrHlRZh&h%o`W!&!k2>oiyYv(7 z#RAC*Culp;pKkc{CXd58_YO(Be$sXuK%p_g(9cs@`Y`yUW{Vi`bk^n{y6fMkQbzld za6biDQ2=_4%~bN1AT3lA>ZNDUis}5`mG~gM6pE;1k_0h>z`1!V@T@#>ih{DO(<-q%Wx%nM#n#b?0AD#zpHx?As?qsmibDj>p z_z~1GQ`O^1kx<~^i_h@FE8t`;HDu<;ShHl9hq!*Q8~pYwg`xKR2HFE;xfimF7t+^l zAmBWKkc$mYup}W1m96|PIGsaR;tkRp!$w(hU;HGol)LpX3gqYU5%?r-J*B$FdU87P_?zhu3EFPYKvb72!^=*@rfnPZ_n4$qSO4wI2O0*7L?<6tQjryx=_#p092;4LOFh{GiD z(BYRFM|aN=h%3wGJ*}($jBG;bU#Y8mZ`zYqIKmuZsr`9H8hN5)@68xZeo#HR(hnUR zXnG+@ExGJ3xJ=|Xg4eEbehB~$m~{qK+}5oqyxaRpG<>xVvEN_{sC8tF?D|U@Imno1 zH(TvFu??Q$DfUBcbY4oeGKnJ|CM!s|ysR4n^2V@cfx_W?X5ix6L3qB?_wA#wX@nX( zYWii`p#5P78#w23InDz3=ffZJFnQ2hgSIp#@%kxwiE#|MD zgI{%H?l+6tHkAgPV9gHxOVu-Ks%YI=R@K)sB;Q_Psw#6DoNMPn(>?Nf zuP2CR=`<*R4~ai_v)#hg9}si`{94|18%nodNDw{Mw4$QFXz-CkvbSdB_VRY*0RIKD z6^nhMY$Ui;GkNXTU6-7VUJ*;*ZCPx>mh8!aLt&?Z#muz!y+k>mnbfjWSo0m|Gf0xh zf?Q{Pq~EJUC}U)f(_%h&J|=fd9;e?U8g;@237%}=knn%5vibr@dcyYEG_KMp_w2u( zFi=2m(6a7c_VJwE!%d;yq%?-}Q=E)_138Zmd)CDoS(~V}a zD<**Ng2K+=zMpeXM%(%WH~rW(yMA>G09sA^TKFuJX`egYjOcy}pxXHTWh8hrBVuS) z5blFa%=*NpbM;;-^A;5Y@2Q3sLDIH)+SA2DF#y(j#3QI3K#01GCepGg#p~$kh_>_y zXM#=f+*+bTRdb71DP5Vle?IH8ul~Hs$+e+Zu~N0iErkg=?%F)wUegx)kQ1KDpKDE)qGNMV6^^m5EICGq#$6AvJ39(q(HckLd9B*roB z!vx&85)Pvu;_Vh{Eks-Z7@H!90>1T(1A!~)2U##0SQ>@>Aq?v z-N69)-2mMF+Gf=1ivmoFA-!g7 z!cAURHT(`Q|L+BZ2?=lh;`#7%X{21sco;ks{!8%d3GDaA%u=~gqUq!1Z;{J0F@ows zq2dE?x-KMbwL5{$X_WV&Pp!F7{Z5$<(i4nLY$&Fs9s&Ey#)Y3lZybb}&;EkgfUxBB zg{IW1M-QlYZ*dl6(PuGnE*`uM7Lc6K;e$RLr`pgSz+4HqUhJY zhJO7q2R~$3&y~5hWt9mi$#?wbw}Nr-(;<5ynPG{JMk>FvQ!P2eg&&ghTy<8fY>H@Z zq<9hVYiDQm9muQqlAa7$S>BRAvv(N@J~F~EEO0?`ggp@f6n0` zwat}_+$aiK{@@p=HmG>Q&Xib_t;o@s7N8H_zHeX@jAzOK@q*Sth$Z(&0Thqv>E!2G zMA*KH`GPWvdsBM$ZBs?z-6ijztRyA1ls9(ZWqSiba@LkHTcVU~VdJgex5bz#E8G~2 zFIY24bcpsQ@`tOTS07GDVlwsSnfA0Y^bDpk>wKPiu9_Qy&t~{j0#WX670#m+bV8NE zn>y_ZGDAKjFEM32V{L=wQ-6Fu6W8%W!Vgu}l;o6K2xF*(l)&4BF$2d~FcrPTj`8ie zKtTLn+{nfID+z>4{(e;4u6?QYIam*JO2EgTDXd@{^~p|aayG;Ejg=V^2H6;Xgk9puzxe2V~cBQ>*va`^Z`Q~I%cwh>*gwx}LmqTl_xvRpp z!|1LcwiooorX9dMY78ERNNr=Ef6wQ;%|Flr*xL27dSI5_T^(P!a>)YHQ49qBq^lS7 z&T|ys_|Hi5_@eWr-X*t5&xN3L1Wr*nWcGxtWA+C@JRQ$!?V$rF1i86lo4!Vx(^-$w z$=TU|NWFg+E5AhQ6do#v=f6H{1E3Y*yltGg%>+Z;+ctW5q!8t4_|A3~t(--ncIl&? z2y=jZMQiASy6Ms4hcL$p%GgBcuE3Ab=?8&6z5|H1?i$fYa#+V)!C$Q}BoQIf&|%?q zxrkW6r!q_c)#}3NwdcY9$Dj;QSYZAxk_q0$ePzXG?Tr|qck#D(l&QOZKvonNRq914 z24gNvGM2Hy<;w!w+(l_On$@>dzDph-1Du0oePw<$zO}mNVw=~fm)hYdMRu{P0DX>G zdsAWtR-e`nKA61L4+)MP>lnN2?Amf4ITRnKSAfet4~}uXqwVMurd1^AF!A6oaUEpV z4vW~!z$`B(wqQc{coA3%2!VmGJlyDXm!Ya3ks*y<^Y%L4pUBB`=>yB5!6RbFK^R>9 z*?ZhIdQ~Ey4DRdOlhymYiJ=IMj_;O~XK|-{!`=BhO}{T3zWY#WyLllO(nAPnZ0Vcj zZT$vbXdE*jHI{t0o!;Bf4pzN!A4EydfXF{%H`P13uD*0oJbDBZ@j z-#t`uiDP>RIoS{${yPi69$ar(_B){-U+Dul0co)Njxugn@)mFTTS#l*pi*xd z<^IEr@hLRVu9(T~{Wu;kJ)R45aC`ofj_~IZ614x9w$E=!e`9J_i!2)$C)*Z14q?p= zdIRk}j+p=MHO^Nwdb{bwHTzz`-CT0Kc;Mkuw!R*JP*0iT67JkEWy_dqK3 zvb^dQ%a$i73;RBCL)7W9a0)zc)$Hj~N_qEdef|Bq2Y|ou%`$CBZTh4duA%seBij4B z#mR2_o-h0Kx)DKx!tIlcv0zRyktgC=GOpp*?w@bJ>5tcKV6q6?JA&ZgTV~^W18d8U z&$sg?k*~A(6=&joo+^XS;IWR<&GyTpn75{PG2fI@SH=0k zl~@j37z`Q54thMUx4snVqEFwg+lOol2Iij?`;>fCCbaz+cS7A>-o-Nrs3Fp99^P+R zzVl%ABUR%-s)US7ME@=RG5_+Y`mhZ#cKB$H%*3_#h82dndsz? zKu@ovYpJLQ{WgTQZ_+t$^h6|p(<6o>kR`K}a;Y7HGfh7WgV5GjG`shDD_^{ZAcVR_ zh(r=~2x!Tr^6D^pb!9VRlXYu(&tfGzm8%hSDC@x$68!?E{~KHctZfxJ?UK!=G2Q#c zplTzvKdOOEq>aJd#oTTbxBdUq%PcPmUk#|;^1^S-P_4>?6D% zB0sL(Yx64Yms$=J;w}MRn=2dRwy*TBoW0wa9RD}+{Ey*ARP-YEI0by4i7kiCoN2n} zx(>au3Mb$xe4BP?<}#w1sRWcqiodpM@_FEgq5NMRY~PqP4AA8mj;Mt=HLXz8RQ`?a zd(d^1vF^l#eQ(-3h7M|w;H{YOt&0 zdC-g*%^wlMO$UJ*mm`wf9Is3e6#8F_=d*XS&n}k!-j7k01_g`Pg6GCn`*@d5m$vI2 zR9TZhavXaPJuGJq+~F9cGO0=s-d@Q8LasK;ik-Fv%R*bb zg89Z+ee#ZtspM~ekC%5xUegarSZ!YJq^Pv$Pf6}t=;08--kr6d``BQc#`~Pn?{&mZ zv5GSdEAHraUxn!s+ZVgeiT`>d=n)^p#`NvZoaZ&U>vD7W$JW{8^C!OM5p@+5q+kq@I?cRp$TMr0-DA0yU4B z!~}0=WfxLQ-F19?P4nIqEarv~0`6#h0KvuHK3%Raaf-b$5+8gVpNe+;e(#*8-1z+6 zxA2S0d&FT{BD2pLMW--c}gY7pkU{Hq0@G_f2oHze;buub>Xe0Jd!VB<vni&~3OZcfr9 zjtS>8QFRC#lOe{6*P@o1W{);yp|9&|3|w}|z(eP_TlQh`2kvSeHGOoIuM6G+wH;*@ zc$U$_WNjzqeSmE7?<~9Q0&d=2Nj3$}wH=ZPZDDwf+Xn&qT6rx|c!T~oe_aaO%_ruq z0UCWlvhYDnU(^eO4YkXw=zO9JOw?p zo#rWTQ|5vR&L+oHgFbn#afsXDBC| z{!)7?j1Z$|%3SJloe7A34WIDTe$nJaZZa!LIhp2?1GIMkI*xY3C4xyemh7q&`kR=Jdj!rqzi*W+dNc9-e#`#LdlBw8 zi2-eyvKQcQ>$g*}@ieH@7dc)CQE}CadI*90a(QW#=1Z#~N}20KHLS-(Xg}dUnjA9> z`^N^pO~LJwRY~$iJ#`6@!uE4S^K$Z-f$k;h`#Q&Nej(y5~9(ZpwOC%1A6hs%U zEoS@dE>|^1iKAKsNpb+zk7h8@R-w|!@JCas>5bAwJzUK*p|tcyUW!*1Z_JCv7P=H3 z=So|B>o;!BzerF46BL^`bOf=-kdv{b+5_$P2E8KZa1&q zpFo6hGQldfIn+Dze=NdhFEEV`7gXEZnsv~X5AuLmA<8F#IUDyub0CpCL^S!AnxK|! zyf>Vq%%zh0nVZCM6`dLKv_C}DAJLj9)v>v5z$ISea4C`wD>OZ5>TOAXX@dlS#L! z`J1J#z%D1mR1Tq4AaQQ@|lXXC4e$Oi-Adqwu|o@$AGXaZR+zVged z+5@`S%@@R-5IN8Gdx{&OcFrHXkH0ta_8s>m9gS+JBK+)WvnZ$4w$y?NG$cg9Fd7jZ z>{@lXt@FXIkhwU2Lm^O{v#tFgH4lqYnTfI3FHT_W?5fC$AK?rq{gYaG#KD1K>)K1R zU~#TJQE;O@e3R1bma=f^fNwEr#+S*PntNMlKvD>{sO!^z%CRs}|Np}DhY}YLQz<=G z37@x_L_qi4gZ~1GL&Ai!dv%ztc=S>29sm4!B`52M!geBpvL%4+PnNm(%g@y zY7^uxyjJh$?+-|tu{0_wz)m@De5VA!cfov_P9BjFQF<==OXcMtj>qvgNJFyTU@x9e zmpkt3Z{JC$@+2F9TL*;8j&O&bbV_a^t^V~1=;IJCq_6$1+D#Nw}fp zZ`o|#{uem1`RfP9s;S5ebzZk|a<94SW{nWl;Sh;SE?WP>!gP4w}uTa&sDqRn?8lz zYB0@_ac;F(LZXX!BV^3>9liX{e0)vP{AwG!I0!Kc`+4kijhTU!d3kjU?P1aa%`&7Q zjV@p5ex3cb6LiTNh!27$B-*4f8d5Xf!GesHeJ*P>}aV^W5s@kwMSD zNsHP2a4U;Xn$c>Wp8T&9`qn0w8!`rZixzvT68^S1g;MkU8f}kh6#AYa>S!7<;|eG; zz4y8S{Nf$$P}Wa6B2Zk+_vdXFu`k<>)_98@FKawMYwkcJoi1|5I*9dHu%4HtL(Jl; zg>s7E^i9?GgAxJ1f;>)?H3DRa|O!DpQ+{7kXLTIL;Ux zhJ0G)Eb}05^VKahO}CZz>N@8HzHse}*j5$xl8T(~hZM1Iv91l8lqY^})5T6jdHtiM zd^rpybd9^&WVzJgyEk^Lk$c|LX+LM;RDHX%^;bJ)eDueH6J+he9ra)n1wZde)UqPc@H8;HwCAl`L};#TCw9+b;=H1B`#01jGvcHjF_}8q$x&rzNZ+P?6Vh0zaEgd# zoLvG|2sx>hW6V9RFJUQ_FSFZYZ)I8>4wpFUU{CU*z;?$`$;(7)8D2MFfWj8gnys28 zrj2jWe<8A(1xZ;WW2}v6Zp4>t-zO}ocmF@O-us{G|NkGa6eT0cI9Zhm)gR zr9v<#yU}ceDq?7l?GdBQ^Ycoo?}<=K>cUy2pT8*fcU(pNEcl1c3u!sL#XnhBT^S4; z6UxBeKU9ZaIpN^vEHVA*=328!VyA4P5jHF1UF<74{69K&PI_P3^-G}(Kq@jW)0^!N z{jy`^SgjdFllN?+$e5|$d|HcFP-c}gMZ9+%TW8MTWPc_fO_mS3*HgZlMlsoGzat?s z%f_&=9UK*_N?Sy69$^ZI4^~3HLj}TkKEYRB(*V1>G5Q7GB@TxQ*NBI;%hr@n=XVl~O7T+gZ^ zL815p#$@vmpR_8PltYM%6@!ZRO!y#BpbLYp-vcV;!Rf*^ioKpKy_Q2pFddI*HDBwB zFq}!Min1K7BbJmzwq4d&`S25kR4eMu@E)tIV7tpbd3ced1i6P@^`lnzZ2=vZiEt)&`(mi&~`szPcerYR$tC_U9-Il>#RMqk#Ve}{ohi?I1kQvUIo>rU|MM2K zw9<5gHYC@kO;Z!*qEc8>ElUQcaqyuT9*}o2J10#l` zReNM&x~B$nZEwR8gxv90l8uQP6=#d35TgV!-j?s2{2M z-PbSFz2|G~y|$^D&TiB5`y@9F>PwRus4|XQymfsmVln;d06#M#_E4M-NS4a%saXO}eKkJEsE*t05KzJcl$pOE8EsFIMN z(i>?@!*#Het?i4Q4T~(Y9 z{eto@?4Zv0`H|-F8qj>I?LBYm`Q1jLH2bicT#dU+Ez$xIFFH*0pXYD#_#F27yOEWZ5ujYQI8 zPGO;Ndmqv4!J`f#An@SDCgam1J7!NFtm(p?bBQJQDGeJ3hf6MBE+Sa4cjv#NUxnq= zeU?qM>M)d*It@KtAd#wpOSoI3Df^5)TU_ykl@huJfBT;HQo*%%iEi*DIu^mjI~D#y zro|q+WB9G=T-fREx6$_y_2gEWeNBZXt?%pA>s7)|RHXdvLS5SXhT3ebt8sI;hh7(F z-`@a=Wc9h0eTy&?&_7CRhF;IrAIsiT83xvPNW}_0iGR16$eQt%rB(J^s}dE0kD>Kk ziUoPaWyJ4^gkpeI3Ti3Zxv6#|Z4FMoCGNh3xyhrO!uq(8xSdsJmk-r~OX*uWz@Gbw zf~w~ScE63UA|)GwY?YGSb4|6t_!fZFnj;J>VCOV&{8e{w3*B}7jrTSfby8XAU3eN} zIx5q{C+_>1wXs!#@Pm2{qfWqWJve*K7R|PK6iL{K@4tq%o7>WjQcl4Ej=NeFb9yFq zA2J4JJBn`p?JE$zvM%2OvYN*;-%GTgb1s9#r|Ns3;R~sWn4<^Nl~6I_ zuA!e?c+bmeX<)X|i@YB3&n)y`uwC@YRV5gSC^aWV2n_bX)E_r6USRV5{)it%yAce} z>cyBWaS1qh?}-gX!fvfP^=pIN!26^s$AIy|Syc|DnPV)q@Pz4`%D^60K zqpKN>6HvzEtIjx&LG=ulbKJ^QpUv(YbpLlAc6~cq(biSzqMUwcj*GI({%}{I zH6|i-k#g$_i+po+UB+QikIWWM5X;sT)V+Y6J-fY4#o!@eKr|-Mu&Q{DLiyibP?Gjw zeq}n5`RH8nyiL2b+Z>s@M%&%LP*$2rg| zwdyC0LR`oD3{zspy_f?1#Zrnviszle$I;TMsNGB}>=xy-6?w|&@1VB&kNuVKK;x27 z>+Hd7N-NAW$CU=*$>4*A#j zNB^YZZ%#CwgGgMQ?m25*s^1diB!ck7mI5>}0POR6HPN4XBw1o=eMm`^pGbXf+-_6u zdh3=@9hP`*{omxRztL5*s}p`LvrHu^1gb)Mxz|cl>yyPHbY86Q7jZj3Zs(ME2q?Pa z3=8(rkv5~pyv>DSi+8qtK9ascwhA5y*&-)Ws306N#CaiB=!rp*6u%J$*MG6z?%7F^hkx>$vKc-RwTh9$JV?cFJ~T=u^V0 zczRj#(MW{0hoK%EKZ?v*Hv(YZ_SzGhy}|^6Imu%QglL8gCM4&N1lI4*0@|QWL26(s zHYFxkVyxJpz-JsAD9daNS>d&jxna{RA>Mnf8vV#W9t_A zxRrOYBS*7XM=pixmhiZVQEXXjh~$uQ{>wtvI6~uhBx)$MdNG$cj2%sn`KTYtIdC7o z+0-aoi))gV+mD-{rfH>L3XP$|m)bOONg#t|i5l`H{)eMG1rMJO&ey3yY)jJELo5AB zF(f%s>=o{%_SnzPVD6~rbY0o`e}QSDtJiDvpM6bR{)adEj~duE{`%(>&fntJ z0BVR?s6f)5?;av450(UrF6tD`$9cqXnrartE_Kw{E)18>bORk9d+%iz`uAzIZ1-H> zX#H0H>I4QiC*hs>G-SkB8HDhQMC}GKKcYBht>|!M+;8@Syn6$DH59aIz(5E)X;nIb zy0wX(|@K3(MKh+%TR@ z)^R{{1)GxY5=)Grq&JUpf>j&`Ux~K2JSl7=v3}6+aT5P@(N*gtqwUc}MZVX4vC@aX zByu8^>n!f&sI@!cv#B)E_1io-W<|VJX+>?}Q9>v)*}l^(8rN*b%up_t(6<5hEW6?^ zSZzc7d`IAeRc5!!h!6tv&vJypK8 zRsr}pnNzvTT&SxjYEOl6*?E^Mb&rcZc`*Uw!Jxq+erm1v3+q`<{ny5#$hGd)t>J z+7(=pLJ8b9pa|tNBAbxhS%=CK0AVm5x_Z5~sh|JilJ5FS+&7REp>{t;25Z8bl_l^? z@o~u)f6{f;FWHlpN0h|GW9OWS;Gb0gE;w=7)2M&d-J(Y5e+@6C>?Kg*h%N-U4Il?} z72Y#^z4Y^Om!*~R9TKq|1voeS7A%t0y1;CqV>^kqorJ3WAtaM5P0%`08n_faFcH1h z9|YORV9!SlnKAWSPFfGnoOv*Ua`JV{+Lp(1k1gsUar^fStTj7j7EOkp=R7Dg)Z`FB znA_2!nOP!~{6I#rHZ90yasB&m$*Sx#bGfaQ`?4v;O5;uIJ!ZmFi?U`bKEv4@koct? zrVxjpaJy>KEthdloWXA1AW+y$xmK`yQaz=J@6*z3*(Gtu@#omR4Qb~md>6vK^{QSQ z9AS3#%aqAIab-u21sA_)e3ZrxI@T0(T@!a*KFZ~Va#7~$`y{bjFN{i3)%`hA`<8ZE^%gJwd7w z>3SxdA2Vn-c>4pHo)Pm)8|F?kUHU5VW}Yo4Z1-CU+X<6Z)~?A$w{McI_@OmtfsR$ib9eyBqPuKFa79N)1RrP_~Z%SsN)go}>8 zy8bKF&vC{{>1$3c-0;H>4F_K2i@F@@&kB#hD^%*ueo>O%vzH|to*l}sz+QPWH4&T; z5>pe57^Z$OQ8;+O-u^RRd0b+ma(J+fsn$eyS4AO2SuG6uh6Ulj%9zILAiJ_Jz0bsJ zCRFqd?3OsF_viwMNK60MlrMVy%8L3R-DbT9Mx+bgx?=b1#h;!@oj5-I`9Fc-BFwEs z)^+FeWCeBge`>te|3K6(Pu~|2SLoO2egCYRFaC2I5{>eu;y!?@*SJUwDR!7$iSZ;X zRHRfAq;hgdyN}U^AAr>Nrvsu4BkxZ$H^{c>8sskJ|Za66$;&zj`z<+dAPT9i^$5&o8U1S4Oug(Bda#!l^$k??Ev7(rg2!Z7O$_T?a?_I?A9|g}xk!9&cX?jnJ z854N>QtfAQWBT?a;g)?W$CWhTNDe-|?)XyL#$0(|mul^DwS5FNmYYmDE8iO~NvW#m$Sf8q7PmLLO9teCob}Wg!`P!f`-ku$?*H1m zE5CD(QAatsPHZ&Fjmx(mbM(DkzA3lqq_HU6Eh|{8^f4;oo2l<;L_>bF;_7=zH@|~^ z-nF!@ZRk_6r_J%GTyC*cyEK{kjkb?PqoCoy)!I(X(!$s0`%8zPn$AwC^xhn*kTJvb zpon}D`Y#xqs4fn6YKtw{kMso|B3X8jIE_((562jCT$|L*Lx~9;eCN7p?c{g%- z&jg5sr}jlACT-f|ipJTrN1ivsK^T>3388~a*@bTOaC^1d{QXO}G|OeUye8gi_F6GX-XB^$`WH?$TYPTB`YX#%VJ zGmE95ZDorX-e*uMb+`p{Wd!x~a!mCt?D2I-8k-0SJDByU;=me_}zaCgf40~ntp!TH8>lgm>S~haF;buT8eNLe>1<^ z(}>x1i#5b+wt zY5`6eVe*jQO1JN`-`e2O;zg)g`rMdbPg)m|D@A82f#ewAfx)FLh;8Sm5apG(_8hR6 zqj?p~vXa8@mTv)AWq%FlqO+)znDFw4Z_@3H+Ucww=)6M z4nkh6?Bsg3oo;0*qfR`}@RQZ^UMCwnJ%!FFPv`z$n|vUBx8dJ08ejnTx0o$gH`FKG zm;Zxpv_#zJKU84WiW+}Uv1I(Uc>KljJVhW|`;T!rh2OGKVle@>^NflNIZxzxKQrC} z+J5@B|9PTR%6{3N73gzjMkh zn}ta0B+Jvac>}9@Km6Rt{c!lxY`Ty|G*;5Xe)7kL_$%loA&yahS)kH-NU5mngH-br zW=>@L95?b@?8802kM4!$5C_Pft(mgt@WD#s$sBz6_XdK~ z;=VH>H(Isb0*raHt*EEvtA!uXfb?Q@M{qCHZ|9ssvzIy-k{C#Fc~-CmAFzjgTgQDN zaS3KY3YlRVdt_m05UD3*il`SMRj_a2{(Yc$oK zPq*ZhaLd=arBjCr#kDI*iW$Ljl$jG&`n4%_A<_;C(~Uz8{LD^I^c>JVH9k!l>D-=! z3YHKFVy={_7hFtdfgIIV0Df+}rE>U2%UlPEUY)8EN1(PWxghevWNbV#{MZfun_;1G z_lLeo3L>YN3ELR|8<61;CiQFjEL0YJ$wQa->rl5VWG?JMR0REhE~(#4m-q5qV+-46 zH=^FI7#zke>YL>IqKNT>h1I4=gF~hjyF;cgz~u6&@-J@vqyNkD8VC^+)fONlU8Df1O<;#k4fJ*r7I8b8-H7xt}5(PEL7kNm=QWhbC z8~;n}7|j=vh9A?epzB^;t}yElp7M0r@tFhNtt7e><+V;@TpnNa9DEnzpT71J0uA5w zdg(sWP1>|nmF&@8FHE4Li0*;vVYiccd=t+SCz7gENu5Gt3g0Wmtm3zx!raE55e3F7 zHfwJZ*GGk2fvN`4V(q_#x0JeaO#y{mB3X`z73YObX{FhyfE4#WYkdx++A%)Lcwccn zk`wdYLF@chCi5J>6Ti0TL~4dOq0$m58wO9RX232qy8ZBSC9cuO$p>LV{%=s=ia+A>oiI?nNb`O;^xGyQL(jrF%NUm z_qLinCZse4any|50GU`He2Uw0nmmlLB%>626PN8dwWU-26ejtTZBfHBVj5hdB|o1_ z5nNqMB1$L^b&4HNvvRq^QTeP^(#*>!yl_sy;&R|IrK?xL@thU9oVwlUsXI+Qo_@X3m)gK#ru&F;Z3YE|`!VD}zCbO>yGt z9L1Z8C1AbJv4wvU^k?lK|N57n>AyetoYogYylZ|7Tt&F7`o44s6&P|1XcaACWB>>O zB7h79R1t`h8U}VTfuDSGzto6JZ{lv}Hg2KY?{+&kdjZ{3SW;S&p-{!!oftu4HtfJ+ zyYr>M>P#2Yu|ncQXeP1wVq%Fc!%6*=ATdsM{56u~bOlB3B#8`YxOI!Y#`1=MwWadh zQpWt4!~lceiIS3RJ}J<5jP|oCnb^AaaHEUF@kB)WGr6O&oW>5gj(i@UQoECftde>& zB3GQZ+C}%c&%7i2g;y{r3r3Wt?S|*z ztq7FvYgN;M@J-|-??-h@Pvagm2yybp4%j$$(@MNsJB3~w{VqVIH-5MR$+bTc($H3W z83?N-hV@w-T#+u+E)?7on6hzulzJS~9x0jE?&1C3b%Tzx>;b2FPci&ty7h9HymXW# zdAa4}noe^GmnV1Nli8O!O*anF*~)EULNO`EpY^guIw5JVs@n3_=$IAc*JXJ{BbcA0PqeMo0n+k%ktAuYLWirt7b14 z?)s}8>5Ev+JhX{uWs`GQB&uW*fV)Mro;5HfGq!`0s=M6+T{8T!)S*W0@B42sA1jtp zZV9ABG4Rj}yic`+ACAnh9-KTr0{?7K65%)i!xaOK9wx4HrYB{Wpt=7AJO-1uG zmnx3g;FH&gsl%!{xH>^qz~?7VPqJ>NY`5^4#?L=c#bc4VDEa_Z zC2&7v{PAzye@@G-t9JV4p-w0h&U2DqcIdS&m= zCZIDYaX33yD`juLwpH;Lj`z1JKa|>6#`%)agut$==(ph!n=WRr$>PZ%eUvXP$cKOP zI|ascFa;ndLw#=)H}KK*;4Ub9={{$ddoFv$Bg#hBNJeu2U!RY;qi$iDzb`LM)&sxi zn9s~yM-_{9GF;1+20KcgZm%Zj_SWYA21Q4(g}`-p`P#X#i&y)$ zTqPWrJc=H@V{NWvF-^oQC4lWECO5MxEy$H%izU7cbF)utvK4pVYTV$ewg8{K63;&v z=VCJ}d$+p#UhqrjthDf8f>*9&8Z#dH5&C5!l*BfjjsNXD@$WlHBT+f<1QKG#oDDe& zaAcN;%U4150s=kYZg7RQQT>byhcO$^+vf<&nxZEsQD2|WZd2VZ*HsV6nb>Z5M8k+E)nqH=yJcFnJU+7-|RBwS*eoF&tw zw9qlbxR$g@F~7ps$JXI;cK205{*}jgDkvP2#q@4F7wJ_EHZW!LXd%sFfb#A|9o2uiC$w% z7|dD+a)kdNzF#{v2 zQtFgBBpDpon;Fi4kixYZAy^cvSOLW%1%5k1jR&3uJr~%orH3q;N^xclDm;CFTVkMAP*MM|f2VH0gANGPnR z64{6jU_u4n&BRj@iaS**#Af-mX4~8TT#c9x&wXle$?jqZl-y){ggUQzjNCwu)kSfc zh7q2_M@TzQY|3G+vHO-+Z1kRQH@vf~P6hksZH9Zv(&@7R&*SBoVdtGM8fU$yojY7o zaF{)CV$dGxdZZ&zF#D!8NHT&rL@^)yiuacn%;5yz36BkhzEs!m>qXBp5#z(^%6=*% zB;B6818kVJ$7g}9SSmw}$*4DqxLc@f9N0lg?D$D^I20+NdQ>F2ngx?L5!csc4poac z^-%WK^+$Hwh*1}+SjT|&6U*u6aBtc8>0R$%3mYv3RSXGCMn;P3b)VhWYgzxuFu@h4 z=CTg@>q=`m`{Dx>J}ezswXZR~N*wClw;HF5^ir+Q{%}`^)hp(E$9;Uw4fxU2a|aNo z5mJilu<|hYG%@Ti;_I(K85-Y8B8rA*T)Pe60q_F^WwFV@&_NkrGRgqM{Er|r7XyQP zFyAm5U_NL`0_XR2cib8%3s6108*Sxpyux$+xqSE_W8 z&;>q{x1+$hXPIlAw>{72XM+Ru!b}|jjo+-%sS79tY3eZ8IkSU$xW99a8@gYHQ?I1Z ze&Hj+O3-IIPJiO?^-eJ*RSaXiY1P7(f9~%lXQ*9z@6%j^$gcZ|hfL8~H=$vZJK zBip4@OI0K{et6%tOYuYX(Gti>fE3ZG0ns5~TaeZxQd2Ayd*;B|Sfid6Xf#Oy%Xb;4 z??P|2@%gt;j+YDG0;sX8lS+rLW#k&G{x=0B+?5wJh+*eG_a^KsE zZBqp2mTfCY5S}#{DCzesKKzP{h6b~0YFWc?@%7BV7aT5z=x_)@|aW!<33nLYC}uG=E!RE$^;bV9<{)hcXn z#M}aftwXMW{h*#XTc`Y0;D)24*Q*~8rHvzT&xb0IK2*X{Spu(y7}nr%?^#(P(3Q6C zl!6_;;x2zU9>~RR_I?Vy+u?|J-S?7b~9+Z?8-?xELdyywR=;e$4(&>KW8yKoqC>2d@b#)Z2DVo zP|I2Q3ed8_R<w+?PQMU=nRFa9fxIJd~%OD@V0UGtUW1L3p z_U-(5%{jE>?x$`}zQp4;bO*SNyC$)n#D4$R=m?Wo+YJL*R{*RzVL@E)o%r0$F&OFG z?r0*D;*ZDmH1c|1Fr@5U5h6yP%GgY`S`l^&vIQl8C*x%YaTVv-az)` zSZ^#j7o~o^LvLG_827YO+9wCb38UT~CR?Uc*<2g9^z+v2p{5qAq$rN^=@PuVqab2H zn*oEk(do6-Lp3hiE|kvNp1CPhFU8F_XoUhdaDj*lJM#IXqCsu{Mr5fwAV=PwDs2CH zEHtwV7lCe?sMwH}1i-}Xtidysr*)!Os0u2+`YIkI)ww$7a!Jk$C%1dD%pIc127 ztN||NZJi18Uf`<#U?!cyczq#@EnoSgNP}!0xhdD&z*|!AD}Je^N2TVdckcD}Wp1I{ z>W3UTfdx5MMPStsnIoEQBhZsTzIjUx3P#1PBvzLe3scXbo1~rM6b&6R*apRbs#)>h z{wW!~!Btl)(or=sp>Xu*$=AE`4foXf-eq3MQllaG61VMQVh(EGWrCW+J@c83e~nd6 z@-3&Uk`qta;dLuIhgRyx=ZD@GhjUw3nvYkKFj}c|m@V&%lL^b>#^>rJQhWVEck$<^HKYTVM!<9V{NY3w>_uWkTuLm46nX0uM?tM%@uM^nf!{*2LQ{ek^-uX=uTF#DS11U!+e5fC zT2`~Lb2G9c2mi}JNAp1_T-U3Mt5lz2^7~*}UHZC;N1DbDA(tCANX&iD0Q*E_iydIa z_B-n}3{kp``lw59K48Nbk^jxPF3aXxDvZ+sx7Zo%JUIGYlmjoLM1STd+4ixKKR6|; zF)C$*4f2jT*7h;WC{}dMA|Fh3N32Hm2j6z?R(V`h6!Ye6uG+-@t*VINCJLQ1?dd31 zbSw}F>N1Zzzrlcsfc9Bm+YggmU@Pj4lty^+Ikwz*T9isuChcp)A2+U^jf7GTb9>(K zUKPg;x->=oUM9{Xhb$PBjpnc#(K!vYtgU-akXS5K(jzt6i?qI5 z+&;b(RHo=Hzz`{+_3HWPPAcxg1H*XW>l|yVO3K z-@tWcVo0ei!R|D%8t6MW=<$bTDsCdIO$>UU??Lt9?iKBsmFw33aH9V`Ia}-{<&_sF z$6LU5#x8yab{0qh(G5AXB1)?0nuAacfFk-B*FHlSNkoZ*)Z81Psdwfk-#YmqS!ArD zP)TD)2RNy!Up55s*`Fm@CjQ2HTGR}tW=$pv4pqgEx@2d1;# zVKVBu?d^1b$!rQm)zI_Sftz%_-AT`%0|M2|{AjS>n_h0ZtT=qV+|-i<{>I-@A7kGu z@VbR7zBQI)>e=z)l$L*JR5%$2Ky~{~D%!Zyv&p}xSYU-QSjc*#g9%=MTlz{Mtap*7 zz@Hn@NH{2p;C12^{C1QaZ3xd!6ELFQ>$0%~YmvGT0e+9&9!~kM)J=vK4dXTo1t1=S zXh}9>g#** zh*n(u*b^hd@5E!0rjgMctM#VSlg)a=Zz32!uM99>i8=S>0i%%WxudrU=68QvC^bl~ zyy;r9*$e}_Nc+s2aVzP&(Xg_Na(!T>vEt+ncVFR{8rvFSFZ(LL$&MBpCuy+zF?u;d zNsa+6*vV}Le+5%YR7{%x? z9UTib+}_>^1*{I$hx&MVNSq&a?$~z3Q*bkyk*Jrz1bzYI?WkNtBU259 zT--~ZwBx`fToBvBD=9YhKY0W+!+$+GcWv8KoU-{P}v@(TqNeiu?R0_~r;^PSA zROb((h>&ng{&IoBg=n>fJJd=v^=A`iEMLtr2*g;1F$$7taitP>`!NV2I!#GvYtRz$ zZK*={3D~>LhW-~P_tC?>rlFU2{p0NU+eBcvsBWl=&hH6wPtjr7Wd%0ij3xd-4ox5l zcC;W50Pe$YJ~Zt9fP5nt_R8%V2^G}MaP}DoMm#ig?#QpS%=U?vhXkT3Ut|5zO{_tI z1is7AF%lnUO;>!lX%g-gC<1}SIf?p&81j=3I^mV+cLvs4WYhbZKq&PhM`F}ombBU1Hn@#DAr2>0kyDBFd3sc6?P=w~FRScfjMQt( z+`{4Qc@;lI#6H7%`W`LFNIcNChg*tgt!2t1QanzMdt>-a_-Mz10W;)9Ys6|yuPNuK z!bnMR@Jd1vj|fs${@`VolCZV+h8dy_ZSfna8+W28rUGfOF^`)+<{gop0*nrL6I3?2 zwlfO|U%L%u$C-`)4Z4p7cW+)0Dz#MLJa3s~>C0Y7S zBW>i@bs09Ih4vQyF}9T{_KL1Z@`aiYhkltqHM`VVkoCf#3kf^qCfvgEU_``tRTJpA zc9LJRtT>_3bh_I+vD}wK2I!4bVnNkZkhA_;ZsnHvK@AUf$yOHVxXMkSk<2f z$*C=6Ss{4r$0*`T>nh(VkD6vB%~H2RR5Y_w1uTZ^xndFY9wPvnY-FoYYpG4#sFWBn zmqL_&OgRn%%Bo+Rtq4CSX2iw}(z~Qx52Kb4M#ZLDD+)}7#NlMeRgsb#T2@r5M=gq| zK(-tq7Wv?hC7%vf2JEhnzH#BU{M~<4owS*?HMH;wFP0iEmQ>m~_g5A`*B~a`IVacr?S9j75_$2Lw#IlJYyJG=fYkSiL2wn zKh7N;V&&&W6aG(|*+%NcAGCcF%loG}d)j{DLS(l-tVg%OEkF5xWBd++TU6E={FXs> z-(oMr_wEJQl4{Dm&E2E0N)P-Z`irq#f{`DrJ?DB3f_%2ZuD7=083_k{Evo)t5Af}Kp{s;S zXxwu*lxoO^Mf<7;1@bl32>$wXIJ)4%Lnckc>PK%BJ|IY(LKT8S0j9EqvNf4BkKqi1 zMP@CFsB#}#VsuxmX%q<$o=Z5&6<@u-z)OA9k(cm)oLguG{ z!Bx=#!xd&P%+I7|&`)d124Pr0A5JTz-hSj1c_c%HMUM9Y9I6RcK!5znzBz^w#;~3^>9#L#CM%>B zw^s-+E*Y}vcXS|UT_NnJHL3)eVqz|d*nbtnJ2&^VXnv=+%DDON5x3Grv7A@k>!-cM z2f13Zu&F!CB}v?SxFSgLWt`fPdO^BBm0pv_@#Yb07oXNm0&PN|seKa>#(b!#`zz%9 z!}R3~fBF4~Pd7R2S~#3|iaa;S)n!I`MRD%788=;Tn1yCobvIsrk6H`ho^7m=K6e;x zyu@s;{C;;XBD!hnFX@Evm7CXVOrc@RO&y-Xe_5cJUA7E&m#b;s}}P^ zTa($Z<q=Xx8n#Dlw5eXbib;|calQ9D0O9fh!W zAt1MQk@-&1>rcTAqWcd>r*pwPzR*=JVNaBs7r(vMOG;_`suV4$$8>7EI-Yk57+fe! z8JV=Z^+Z`+E5!VK2=S)-x5C=PYgjyBl~CBjxu;vw$Utn{YQL?Q;AS<@EB z-bX^;UMd!M4co)vT7U*V4ihL7`jkPpp>A}%;htAzL@{SJQWYp(5nwGh#rR2YP-aPx z)kz%dOOslq8IvAHB8G6TTbtz|bLli-;Th&bzj^4)m?ExWqlHZ@bNI$1dY7?nTvmTy z$F5W*h_yRkIi(};vtS1UYvEoV%G-&o-}vuie(x{LN?&RGAdko|5Eh_s9O6JT_ z+Yg7u`45%-)A9v7_uaZu&tRv#qBXhK^Cu6vi4$%b(T~qp9RmKH>-9HcAaZrHlpqu; z@G4FyQ@xS@^~r$diW@9_B-e0gpgGBtR6Sok6IL)9c!ipb#o`%bdsg5B##VK0q~FYw zJDci(ozwS-?O%Z$2%F}&N>#KHA|-*vWCC{I1yu8R9r^Cs_JkWo(-x?QOel=X0(znz z^Fb^D<$XI$?4U%Mt$p8HHt<+DV82blmg);m&J6t7c^q|==60&SU*Qeh}=?{*El7I!F? zzFFvM@74M;Q}rmABuMD0y73P#(^@DA7186<`)1`*u2UtMw`h>V5O7MoSb_kfGJdXg z@g-v?B%)U&Wap~RWwtDPr|Rub2qFTpBe78q-&-4FZRj3QfYfz`XS0Z2%g=O=85i3< zVg3qy;Vo_2Q=?uoqt0B2Qwo~&3)n6~=AO5`7hb6k;DEd=iEfLEnsbFbaAT3*ijm21 z^XIC1#yR16Yg*AYVMSF5HKMM9xq~rDmki(0();qfvtJKx-XfjnEOy(mYtYW z?cLX_K2?mWfa&45=nqK{qq??R)DPUs^1e%Ul<58PLspl=t12fkTwyb`!yP}l5r*t~ zW6OF2#0mD-PTt@V;(DYWMisYPP>HqzH+I z(XSpRsp{oPF82g08uYg+>!aI_^HC--V|7NhQ!Z^71SLwiNpSw2>1>WOuG;^}S^C8v zE`A7;eDp;I=(*9kz5osrm%WUUlUwc zp>rm#r{TSFHQq$`M_?LuP3@QEV6$aC^1wOWs(A8ChF3=fr&vk|Tn5`lEEO528jesq zis*_r?z3|NaIZdxqv;zeefGu?x=61CPonU>KDflqjlg)u&%VG7ex9z_?A2HAgbBT!6lx|Q!D2gefDJEg_a8)8}1gfhF zq5)YsYF}@8XY_Do==SNsrH2SW%MYF~VJdo3vt7GT=G!ssd;)SK7KP_RUlEUyW^0DL z(t1@t4k)##O<~i_qtNqo&Hy`VvtGBBd>e_kmf~PiYq8tOuM?dnA}ms+la&?$);B7R z9j%g+EsJd0WQ>gvnv^;yALOqg+q|ur6jmxKn-B6SeP-CHdixxB%x+{VzhksrlV0to zzOiGGxE?Dl&sG~%6-_Ny%{on;K{5I29hviO8jWFr<hLXtd85h;5&U8c-?#rpQ)0V?01og8gMK|9HXrW04#+|GNFy%u zuq9Z1^0_~Q>Ax9@T<5m+W0$nD+R6%AovI~Q9@as=-Tl$0erDNTLoQU;{eqMevJMT^ z8Nb-IV@yDr^MXZ%2j^q*?E?Yb(o7E;Ec%OW8pJrn2^^7+K+AjL_Bp68sC@ykTo0pg zyWMwPZ(N3~q!W)n)Du{z%{3%;*O&kq=xEKu_m%!f*|1I=owCY3CK`mTqJvWE6ED{I zo=yd{T}SG}^Tdh2J}dg+eRNaTSs8=dkh@Kak{MjD(3E~ZcE_blVtH2?cwi{T%lXv6}RMOTP|_6SI?kU_A~T}Uo! zref|X*|$JJ0oR-WE8(skKXtc->Z)N3!Ep5&7{|ggmaXPEEOQFYbBSMi{T*YHHyS*} zJZ>Z0qWy|(`n&piU3S>AAt2PO3!@}DanO_#*e>BXO53&6nKlS)UCm)7&=sW9%6DFX zXKtv&m5xfqi4+&S^jivW{wCXnl>6bhaSs%JvmSABnRNbJ`ZpPNm61q#zKZ<|8{~i% z;fN*j)_tFQvOXn#JM$@SPqvXo=9`=5sCu#pp=q`HC+|9#BDAz<60}BA#2i1_wWM{~ zIGU?|5i2MOj44}?r5dryO35wpB=|Y$&?Wtp##T;7WPJzkTPAV*wiR3K3_{G2JG@C) zd!6K`vmYiy@or|d)*e4+@2Y-7c{c}wTRLjCTV5O6YJIj5S#(XN0d1Ind2p%qa{LQ* zewDBT3pIY=6a8d@U&xGi?{qL^K}Gy#c%c`0$QAJZI|5gkbIST?59@{Rjk}7HW$V`x zTE?pfEl1u0jTX4kogLRVUZySrv9-`mxamfxz*cQ8^*wt5f{rV@C#FhHeLN<>CUNlU{RT~Z>Wq+39kN=tXi=+V*)q&7N6 zP2!#R_dNG~zt8*qwZAwHj$_xZ>-?R+GbS^d{sA-MVF9aU!r2KenZ0w@5kVX2`_q_n z_%VJ&13A`A6eDG#)KM=`Zy%z4z`ji2#f?owrG&Bt^6md@T8#Y2&QTu}t z-Ua#q-U%y+0u!A#cjEq8Me)6L~Mv8=cT`!YAT@i~_#zmQxoNbZ2b_Oy?v?!)i)0u|0>^C&9=)Q=*rL zkbj?NHI}pTBh{uy0I8JDZKuqZl#xq6-oz zb^Z9Jx6C{8+{`nVo@J~Ib2P}`7HTG{L;{JG^c%=1*!CbaCIlEav`>8VCTi8IIKQ=D zJtnFqr?vBpsl)n>)(@Z_LjsB-`C1Z=Kiz-qihY;tsjkXUV`&jRch_3!xkCs062=)h zvv%^rpg)>rM8jV5Y$u+_Wm-+Y>Yd?me#R$B+IbdG9D7#T;grbS~dL#g-6Ti=mz|Idw85ZuBX{Zewh=bnvihrR_9X)0&C37{2_>zte}ci|*fY?uxxDflrjqOT-9 zZ(d={wYaV?)hLuLIHW=sB-}0@BpM`c6_~{3a*xx^S3`W&ynUg2GKbYAt@mX{?0saI zYiy7tnsT`_Ja-0IC3(%>_nX~N&waix4Kv|u(;7jxYrnAX;`n2SSd_2M6$MyaGYSb1 zr=_BW3)Tun&6uQXhdPTaIEs>Nu?j6;DtmGcdd@W{;@Hm_n#)-1*lCwD)<`pqf-P`$0||>(O(+-s2a@FPnPW z>nSa@P^XnDAeBYoG zo?kTh&Tntfa>b0xrRebWw2Nb2pZfGa#NxDk3%C<3v28zBIp?zwu+C(B&ZNR1*a@9HPQSbuo#7B&I$mD5Y&I;_RNu!>W;VpyeOF)%Zm zN&L8C>L%SZRcpZYwjT6brjR5C|FwO?*<5A&EJHq;1GX`C+9tZk9I3c#wfS;zn#R&! zkYM^%`l%xkUEgi#W@;-hwL8zI<+H}(;G#SB1|l=IsYX8p0qZOyPz_AF(*rBb&455z zV5)V1pfARuI|~t?*XN@8^9S#qLK5ffz#2ut&u*9;snnY1O9R%pWe=N=EM65d_&mcc z9(&vM4`>}@tSiIAT@uut2O8=3GL~A#BpBr);CCJI4+p3Zz$K7nN{wmP_^{0PYY^`$ z?x!~HZ@2+Zd2(FGF3ZvyJaS!nBs*1P#VhZUS(14hC1QRRPDri!-~zT2vG)3V*kZbE zvJqESzMHfA(W>moFwXXZSRk&-7r1X|vWQ`ka8Mur1B+ELSJ1j^if#vI|3y!K+p~0U z?MOh)gLVNuz4!F_>Ht$`mSmRZ5zZB?!H8Ci;Qjh4bD72)sQD`e5u#BPf~*U!Fik;+ z;(0y56t&m7bf2GVrjT_+`YSFbG+G3nI5YyU?d0i<`Aucf=O-jN0epG|rA5muXt?*$ z7IxWknd~dSdt)${%LCy;_RqrFv)1MwVOI#Cb;(B=t~>J@ONA}dej_aMl?fI?CGUTJ zq)zdYQQ;9_u)87wUHo}7Vw@t7v`x8{2H1vfhv+HV^5F^+uSC#mfg6pE`IF&R#Grn^A)Q)D35CpIkD zIhE7{(yHexFOcrI+~FgS&_QpJN(-Oj?JMGG{N;qUFf%!?-zlWv0V(@%hnDT(JRM{% zrapv|?E|8#U!r(Ho{s5zqfA~P7aP$tn`U9JGaN#@2M}OA6Dm!0n`4LPwXrciX&&Nk zbBCx(ZA(6dJBjJNqiq9e5KO!tk?&C+!~2D^Sy7d7!QN{hn+Oh=>VnlfXFPn;7S`@K zv!m~uAt;Wi*gl0#?#0{n0NsPlRBv;x`1CbU{m3ecj%IbG`o9om;{IinCF<#R!#*0X zDh}O~ouAtFJE~tGN+Hvs7X93xYW9$ml(%}75hsvrQr_Q;RyHP z^TY3(ucRNg<~7yYiI6q!&)l_D_Mnwl^Jq&0p8WD{j5(x>AQmQR@cqDb=c$yaHRHm) zhq*SrEDjEeI3GFSHI3Esmpqqy61u7EAa946PQsU-F^ME*Q)HGejr_}AbjTivD1t<* z74~_jyZ>wu{38o$|C7cmGqCS7P_vmuG@XYwU;O5X#$5Na_d@E8m95TkPCop*e(yhU zBu#lKTf#vk=SNs`nXS43XEXQ>Ua2b38B zqu9!OtlXfGwq3b@gj8Vn_}i}MCf9rzHbkf zt@GV?U`cl-KymNpYN(c*O8r$5ww;|>1438$JK2S9`l#_K!ZA8ynzLW=$gdgvQBl&v z0b<}we$+KgEkq%mz7XBCQ_6r?&gNWFGSaiL3CSgl>1@_iH6$d;>q>_$!q;Z5`m*HZ z1z{IQ3;83N3X%-NsM}@qJLW4iQ_^ZFY%TO!-7n7HSbR$`Cy2WYM`0Nn-c$sPKQ<-j zgE?bIY%$jTJ(^+*NTOzFjBeX54{zxduQV(4ok74b-}UlI0(}j1G0stP9`&#Yqj7Ii zV>T!YZZdYO(~tYPHF9ft5_$HzLAQV&u7crygpwl?-a@(KQ+#1Eh4XReEE!mNWQBE5 z*?!|yn98eaEURH@*+Ka^k&kqmRMCgGaUwXYD`rhHF|g64Tl6kF_ll7b#jf`Z&I+Ts zs!duSYxuRwPaX73QfbI7HQ+Vm?tDz!{c^4`ea%pXB~-@n;LJf}*r7`W)--FiK?k~6 zY5e;Np}L&epV^Fh!L1|p)7vmIFf#j(aSi8tPW1U?pm5wCDcEJuMJojdf_P3`nS*$d z|3BPabc-wPd}TMP>;w!JR1SMwOCp~8B~XHsWl=0wNIuPEIo%eT>oWJW^Vt7zRIPx4v?i^zmc zi=3y$*e#H&WsbZ7`rG{jGPw#?*ze$ob9w)FsCjdp%aEayH3RrjT2)V|bVIO-`FCp7 z`F!7m%!~}|Q)yl7RJ_~3MGO~V@NQyUaaFk+9fwUdt2WoT49~jWl^vnoF!fv-we%6^ zKJYlX$$eHCLeD7qp~{hoatRg~^ilj-Ri>G>VzX>zdNY%I?++k`dy&okGPDgFMhC^V%h0zB%4$|8$>IBLHe<)HEgSPh0?Wbs&jMO zxtgzipFV$OBl*$Ib7N0Me?xUA@O#1@@Af>LJbC2z_w*4NO^zo#l@z{DQ8Jkf#mMMz zA6tl)K}}rrA$@1F*uPw_CKuOtAcw_o>}(&bRPR<{P&P!pU{;u8^BMg3bbkPO^mxE? z$Q9!r_{Z6yVYYCFY_R=TvdUlJf|l+wi&Q{Slm%AomX(<3BP+3eesv|$ApF%TwaSlp zoY*}pAHL51knU@p?=wE{_3~6L*sp%LEbn4EkI%U&DJ+{*mf7C4q$s-|gBj+E_vtBh zWEfd5X_jr&y+7WYT>9;M&=o@(Zs9d$4IFm1-d#ynU0t2VtJe57IvsosRBZM|NsxJ= zH};addiiXN9tba=@+4i-dC6&QrpDRT#jC}3%Y)Y8cgRo!yT{}nNPUtp>05A!lk$Dw zTT)bDTEjvz&=b9{WE@J~`2)!QT3KF5ma<_`A=LVg0YQ-%zSJ7-P+MgHwkKa7Yr?>&Sgql@RzoUFJY%O zsYofkT#e_jUM@_G%KTVB{Dqf(GT09XTHoe8j!6-Jg!0=)`q?L0iM6TvCt2MpT&2Iy zE+e(KF}LUS{qn@tJ*zCq#copC9yx&SgVoKGf(6db)$J{epqH`{p?ZThd-g3|ddorN zF>_dsTTxWgp}zfsx>dJAEK~IG#^EB{n}ch1AO02q{s&Y>UY{5wfkbt5 zl6Xpb(tNS!c*`O~YJUWj1{K&ZbPM&r=mU4g@Ct2-P6*@c2Wrio1hbM!E_i|SZz$)0 z#bXWBa^$NGc(90r<$)t&dbp?)>AiQq^QykfuV5$hc^=mzTKSeRrpL55l$&?$RW>-4 z--cY1VL0OaOk>Rf7<10I=GkgxL_ssAnxtsEW^*EE-r#?dOU92Ds14J@K7|V#N*#4I zPMvIlq1A0F3l@2s88)F3Q$EySspt9F(Ief-=S^Fi&=*jlASTXWDPm75%Y?A(({+8A zg9Ogwy4=)5sX;~f*oEwNL*ZCKiK=b~crVAreP5RK-~ey%d3s3B1@5q}SZe92CvqG!0DK=E`L5gWZ__8+_ZZ3^EtoAAy?Jdx}yID1wwgZ0Fl zS1<40Nj+RSe`9w|W;)I5r(gmETU&Nl61QD3{kFcUQQ~B|6~FPsjNmvRtSRSk z_mfBpcyoW@fFj1`A7<*{+Kx|@{CLf@qgkIyk^s%0UgjM+Vma7|2mX&%PmEhg>0#8x zSc#wHDOOo7b%PNUSFEFK{Qnfly{ELpUZTAv{6^o`N{HP|P`(l?K`Pu%tYHw|>TLZ{ z+Vg2sciOg5(ehCkkKm#wW6?_4pl zsPz0gPfF*pAZA*Kj4)#KrB1#*=_m}bZ^9Sl1!ob6N#Waww-hONuQ!0cg1+px)mJi$ zs~6D@sg!vQ-r#vEnN7`vp^$Z3o4V^>Gn8SnSi^DKt8bxqH-sC%*BMNKCZ^|^Bha(7 z$J$%9uB%x%s@cG#TsZ3bb)OHkakOyE?M8%zmr5vM+9h-*l>j|%rP?&trHyf=hZ4U+ zR{3%%Q+ene3O(FwLV-RA5$)pfGjVRHF}|FbESyaI?;dnoPMPme7XdV3G>JGm_qfDL zi&hnxwcfj7gX9t- z??;Q}^@(^=4(ppg$)k`%bSB#nLSg@_d1 zKzkZ3?*pIqe%Unmw0!dx#W+w+g5_NxglN3GWq=8+*!#WojC}OW{f>R&xu;Yeh~nyO zy|??;-4e(AU-ScQMr&D8z^~ggwGY+e=fwuaUx$^5$1prc8%}S|hv@qve#HugDPoc4Q@I+PwE#=2ZVu|~G#Uvmwz!RVI(Lc5j#KRh(fKWs z6l1xx#B$wBtf9^Drl;k4uV}H!=DsjDvBI4nc5QLkD9t?Jei4 z?@=4-0M6#$gjMg}$pWWWDmITrE{1`<2B#W!(ePl zH}8;@vfF!e&MC=`A2CbDC8ydAMs>RMfUfE7Gr-bi6@t1YEVE3fkc#SIQy{a^4wCv{>;&M$MH`wbbF>18v#AeJD8Z8!aP(7&GU?8D7> zzF{TDGDq~>S#6gUbed}Y{i6J5SlE!eYyiI$rV#pw)RojlNu8FHd_OhZ^W^s!=!jeS zio8t+n9w_((&HR9I_O*$xXc}` z;`Sx2!Or*FS#G3ylDakv|LVwj;Zq~N-pc0g0nv9`*=$93`d;Tc>J-1uz=j1{La(1Y}b>o8nnt`m%v=M&Lx=|wt8WLwKp?S;u0ti*Lbt; z0U3|9Ynr~9;!bbv1euV|Usi3nh4bwDmaD6p&S(FN9>gve1O}|SMarqGPRp@qOp+5a z+~+`lmi#!$i!{usC6T5S3>}cW@L|TB$nNME`#x0L5LNQHI6Fc-^A?Lun$hXEJZDnw8(8|7x<`XDYXA!Lc` zBNxc^L2QZHQsY}eonu8lW!fM)!{DTA$V*5q)^I#6V?Ah8o_0;M*->rS%|0;qSq5S> zeI4+#)m6eKIq3?$%P)nHkR%(aXn_jU*Dk$}+tY0dO=pyN2E)>vUYN90-`BSchOEoZ zvYQVLkCBT_9R%!9M>piK5jrBOXB z>t24o8Lzl)Lf?Q*J|~-fcdjTG3K!uv_S`8qIR0uNv-1nE^kP{2jBzwXX;YZq2%Rn| zGuCV%rpjRdOJl*!Mb*#e8v(()ttD7(DlK&bxsWN@cp zwEF7piBH-r*~aE+=UIKG?>Wxc{FVZ>{|I3$#%(uVViGzy>=sqyjr<0>H{ieSB}VBb zG`~OE#$@c=;aetl(x{tP9@Q|3V`;X%wR!qXpZf{jmDu}M1GKZ7%tF4hAyX;bfVWIUMmQY(| zKFgk%=82UXKezhVZ!yX8EjvL8{V~PGU>2Z$cPgSWUORKv9d1vt&>)l(Y4*eU{8!jd z@Rc??1YEQw&LJ*RyyZQOyqlcon*?kum5M=M+l|Pj(s2^;wOx^Z&&QR8LJ9>><+}8w zVi)|?(`>yNa;%KzN{m-8tvv82G-|12y)@8L-d+)z4~tG*QBmjc)g_2{N%=F{ zvJ@&Q(i1mC@4IM*Rb|?XFn?nq#ml zail!Qdb}=tX=t!wNpz^oj#v*FwgM5a_vqvgLji?iQUms?li2}++5N9;Anq!m{m?h zuIm~^p425LqPB`jS@-MoamZzJD~NZ00r-^Aw4=C$#+dk8;KT9fatC4}y`(UtE?VduBX_!{22(|Fh<9n3uF z>pE)T34Y#IDx)tcWE0v$#q z6m*Jjhbs=kO)|dk6^D{E`U?3(B^I=}K3+DC%u-t#MR@59an|tksEB zF;|dib~zVV*zx$Taj{%CGFS5Z_1aH}eqNE$lhL|l$#RbzVtSvIEJ~~64EbLU%bE<% zKr#Sd)EMwzVLt!$WGLDAU=WKcg|bA*n-%AF3~LIB?(3)apVX`x5izc;uTak z(iH|vw+%}|77IgeZz$FX$B=sqK67Snl}3$vc}mGjn(w_~0Nu}md{$$V^t8L0s&+eyjg|skYj44;Up|j^QHHwv#ZuG zIA-T{hv(jr=x4;$yQ(YM7{)Q?*Yg`ED|Wt1A&jM*|F|29MG}tc@WDG+(@9k+K*LzleysEAe%-_oRS)b-bMNKH?xIUD{P~()|F2f9><>4LRqTbSYK)@OK@+27Yk z=~H5FXNcl%*}w9CA+0_7Fthm=R$1JrJnKZHeIanxA6YK9<6h5VDbcP$z|A^z9I-$F+cD6=aC`Xo9k+y{Cs z>VOjJuURz$&G+s?$@SGyJh`n^tQycsCsko35s}{9nIz9r_IAG9duGC~8%l*jSGdR> zibZ=wg_1ODcLbC}x2g5>yy5!YOCeo{pP-byNsqOSEPgoA84GHaG36`$F?TDys(W!?>sHeq2s4fVy& z-jBTR?=Vr7ArAUNYKgd*qNp1@YA82F-fRHNy&fgbl%jhDRl0TW{P_BNK`+2AIUJHN zG5tQy{AnsAf^G#Rfb(V6_%zy_A&Itw+oe)p9>J#)#TAXQ(e@slZUOXX#VLi(zZ5_$ zU0~pL{FZ0dwe+s54)45jbk_3L>+=S*uGHfx)Jg|2pJaSljL63EZrIMSCKbZY_c6a< zRfXiqkSD$b{)0j3@fxDg`}hB@1EA4weiOCw}DC#Y)4 z7?~|cw4~XLU)y&17X|zOEoM2cUiMy5Gi^ZJjx!yT3_|91Ju*bAhI;U|u1P0Ws=jp7b^_RNy)e>jfFDyoRR;*xWG+P=zB`$dP!tp?YYjZ&JZ0cs+(A&Hv$^ixM zN&`%fthnUo9O861C=Yg!_@Z$lbYo#zB0WA*;P^{KA@CVB5j6LHY+f%<|Ia9Lve1px7 zS0Hy6P3}Zrl9-0ra$%vl`BHu)L&YNxYFc(KoGb8A4 zrf8L7twDh!O;9 zXo@!WdPQi z=2n$a1iI%A3sf@raA#1WHSH`EQOl_6o@2aoi|2dpVyRa2x|0$eQoc!#(&~U+;Sn9F zl)MySUVb~ru~@RY=)NqLRBy#X?>vLti%f9YTQVBW$0Sgh+6YA&H+Y!3#B5ZcGgf%y zUFu=D%I)dVp=YS$mT2*u#uklW=czIHI+S)++rhW_5d8|d*F_@3nmm;TN20Z9xeWLW z1~h#1W}hDp$uta8`BI$^i&uYhonrTN62moPtG{An^h2mWth+ICE6^_h8w4bjxpW7Z2CoN>MbB=Il^J#B0fY`cS z63TIL+&OYMT$d& zerwhx^;x?vvpm=0TfhwYx$q47oA<)kZQdUDL6m%`dO^{5L#`lk`FlaT2kR23{i&Vn8R-LF|L@%}(834^=2Mzk5}& zSBB)wIl%LAM601E@z-^|lge&Y&=dPag2De`~J(3l^V%#8MQr*`ra;EYc4Gi%LPQinAi?gk%Yor`eB@fm}Tm?lvF@h8$D zQb;Z8E2CkW9FIi1mXnU9c{YDt@z$EMZ#CS?K-H1l;Pi{ZXBNV(fkZEHqpT?N2&l~s z>`f{9eZmmL5gDY_qOt1Tc7N!+mM?S@eBG*+@Z4V`ilB?Ri!Q(Jh+c@ynrAt#Xo=jhi()kz5M&vCGuAQIOw&jWz#N-Wh6jaodzS~vtzP5+W?dT(SdkC z-oBg@&Xb<^j*yc)Aj=UY7Et1oeTn+3vd3S z?D`<&0k*ow7<4285pU~hoTsl%(JO!mDzgS=55+Dd+BGOFd_~k)?6~#&He}PyA~jrJ zW~6j|03;68u#E4J2$GwLp<3I8SK0N4!ssgW9!4tb);Et`V>@8ewfJ}&5Indr-KVWn z^h9d_zBa{c&yuIi(j=*Tr_)m!7CBS&GfR50qIvTTgICuh&{xib5gIR5c$JP~ZcVHa zvhNK15p<3NG!84_H8@oVOrIV}N)58{TIJkvBmouql`vIPCPe|7+u@gpRi($=7pUYikq46j9dCVYMjSp*K3$y=lpMWFdX|KNX}pj)+e6$gZ*1c|3*^k$ zX*A1v;uK{}$W|Mo8BoFvdM-UZV8VWnbkB^mR;x#=hWAjf~zc3P9Y3n&Y8emTb$ zsT0YGNcl_cX7G60Q(#*YrHkVHrQx?1w?OpHW}-gq{o79R7dA5zC!;lww{_}IPI@f0 z_@I4mD0dtc=urf;cyBI-5UxmXKIm^2d6`HIQ)`wm8@0HXAfV)YQ1UQ;D=%QETbF;H zA7vN%LOsWz+Gl!y?uTgmSNuW|ws^b5E2Zp?QZVP~&W&?;`z=;h6NVFySY93-dj`8+ zBR9{K)RA5x|J5jMwaUoqu|8~t;z2=)KGFXXug2E%w6Ahjsx30AMTYh|UrRVi)v|ew z%xrJ(FZdc1YA)rjJ80YxOZ;w4uFQ7FEnk{bH>}T~@O4JqW9f&LHFetWU9p;(eTKr5 zoRtP|sxOg?x@dAV-pCl?Ql}Tw>%S`PoN&2`I-&!^vS_$R z#%Y11dl2>vr=6gOHuktL=i;e3N#V({t!OLhie*yfpTd!`N=8&@Zz>rl$&$~qm@@T& z(+h$9yzK%N%9l+au6B_lklR*1q3*LR3^xSdTx@!5nDeYgHw zN(1v;F%jY=91`J*we<|6x0RZ3^kAx01F|^dsbn##DXl3+!`nJhzEX=4Q?p6v6H9q) zk8}CSXD#C?PUgV~ztfu46pdBldX4%ZSoz4L5O9LC+0~5N+KF9+S{n!!5!^);GR^b( z=jtr1;-=a%?RG!7PqdH-+>zm|KUo5JaTw02G1nLV3!=z_3zxvc>C*bT*<6GyS_`3(D1!|AVA9C|Q$rI$EY~O$W@@21<}} zEE-#yi?E`cdXlj-noIYVV;)$&l9UxUi-&T^m)4Cf&s5He`=J>)D@5TU-(01-Q3j$wJ`^bFQ18Y*m22klUXx=E8?I$v@AU|EEJ%7(*)81e{0(vto5u74BmB7< z8d{`JnUM}zb^`C&y?oL=XV{R$bv^nG66Qnk@IsMQ`x1mMo!!J64{i2cuZ9(zh)%*fe zqg3r86Pe7Bl}yU)YtslogL$aN>AYbuDX9dj-9A4JDVRbDY7@d?QNZI|ZGNM+UF+sx z*E8EI84S;3b*v}sW<6d(B_9+=mVYSm*>>_0Sx}53rulkTeG7lg;#a_E5+y(gjWk0U$1VlhGi8>EYR46AK=OQLqXS_oW7A#nSQB{nP< z9s9-qVLi z%`;(2>Bq@E@=C%N$AvAPJ5sxXwX@z{)|4Eq`qpf_J~x1|?g*+1v^vf6@87P_Oz!`k zb^zP#j_WvrCs-Vj>ps^&V!^&{?2>j#Rs;iKv~d=^Mxv)V;zoS$4fd|%3I%^Ymyvru*Rb=>a@msf3N$I-F-@0uj z6JoP4yNHq3Dw~0HRwjxGWrPC$rMMtQeyeUnFAj_^9KeSIY0zd33IOK>ZxKS>+NmxglJ@Rd3 zr_swmh&S(|9`q_w2q%p+ zieq8V3(Cd5p15k<^R9ZYob9bp5RIN92G?O}UZ!p2&MBjxTax~&sz3DlSt}iTMth8? zh&`FV6E%E&CJIa&@j>Ln1)hnae*CVj zXP(wxmj;r!43<5Rw;5+uYno&wy*4wNw%V#BRy-`@k>@*4!*NVw1S2CC>fH~@3>mPf zi5yg`%R{WC_3jeeVm&{rYo6KmP5@-50s~~D4DCZ2#*i2I*NEIw>o061OPW^4#pf02 zpJ1U7wh@h|Ja%EI`-|*nkC~=S@3pjU<4MuoYQfZcPw73|6pVD2o5Y69FlZU)HVGHC z_z6z#pZB5DoER(}Gj8c%o%?tcKJJ?G3nVzjK~PlEqczzBD19?{C|OMU*!W-ZeGHFV zCR%HHkK2;lfa_hcxg#~l2jj*Zeiy$nbXmlhx{4defBJ^SLWLa;ztZj|HJ>gY8_v6< zPOb7!K?cQ?-fBw!OMY{a(aw+{^n+mJt?8n#46fLEo1x@Mo%xh~=|!S)MZhjmqlpQu z&xCL3M<(s%KN&wM*9lc5Hwb+}%fgoeda@ci3v`U-DsozST6Ao2dK0wO0et2<12EPK z^giVgDKIOl+j9wlfB$ZeWV)|(23Fv#2X_L4^U5NtnI0(lh``K&b81FIRPuuFdRD=j z{=}HvmJ>B`qrG1bCMlIpV~C(pcIO$oxE2X0C@-{2mA-fQd|N!nt^BA>x>Eo$uNb{> z_t$!Bkp7VV_kyue7=y9Ff|_S3Ul^+WehEQRSOgT%_j>wyZQ8P%#K@4gm_a0UF4*^g zG(-<4CHq{E5wot?>2=yojl^^G#6f*SMpCvjo>q$ZH@d*%#%Ben`=_MYhR?AK8IHzXRwZF|TE^=y@jF>k#@p9uPcSHPJAB=H;jWT0 zR<*LkTMI+6YH_AdFgszic*T*w>70s`*?QI7MQLchQJX9qH)FVZlUrUaVFtL<^FB;@ zZv+Lg!mGh@tP2c9;mzMV09Sl#VtPB{H}fKNJwY%4;JX()WpO=A}C{y6`;9ZKvn zUwA-Suyvtz;qG6olYEm%BZY^=fONia?`oF6Y@|vvVXdHh%Usn?b^oUUkwjNFTR>o- zA1As0H~eAZQecA9rLZQTJcvROwZ^I3BfK#K4diSMf?lp+H2@3}=q|Xr(n)NM#^|8K1rzVu39Y;<3Zguuc-1*>@I4kh^u+qXM(WqC+ zvrWFXqy1j_ZT!jEx6kZ1UuhZ$_7+6e^T-&6WaJ*!Ox}`9?NUmK+7~yempLo7%@KR& z<1vzXBVr)6fu5qY`{D6NCU!_g>DpZhDV>4fRD6PlM~!mk5EtxohG>&W*UHJ4$U4lwtOv}2vrk&U z+>3XV%>>P8w=bjaR0W=Iln>a$5Du7HPDwn8;=3bW!Fg+eM|^`5`MMYxRWb>LT9z6oDjlEj#zSv=FH!A#KK`f??{QZ;L-tSPB<-$lXOOX9f2+-*eu`v@)0uKRFCA(zegvmSJy0WJG4GF-_-ni6ORWNExO|2+cy z5%uVg2MIrC3fTLTP2&}PY<;R!x*P9)by2(3qsvZgZxAW_UMs7)87?Ba zqOW;JdRx3aM|nhyIzQQ0mTc0QVWCRaT6FUF{MuMD!O{&c-UBK<%U+Za=!j0fJAOM9 zq^R|&!~;Sw=>}Oc8K*M2Be26`GcACX$>~{u@tfjC>^&NJirPQA9ksBN(IjzHIT9c*U^ z3FhUrCs%U5)ZXoQLhJorz((+R;4^bgs{%`iBEe$w8Ng_&L^gDU)##mw-!!45J85Gdjgh5wgdaVn5X zsq}i5?6R03=!(3@Tfx#$ZF6$z+k{M!*RD;P?+fF2aGX|dQyG`+bE-gLZrGQyO*zU- z-4oBNier}>G9$4#?|5;NLGIye)C3@*UT`KNue{SV1awAmW_oh*yVJ`@m7 z6mR;@eEf$(n!7JjJVnKy@wd6|KLo&pAQ|*03E&cWC(xUwqW9QAh)Ft+|h z_(UY29`UL2O4lLsQ$Dz zEKu(4G0L;Wa>+FaO|&aY=dQ!p$(L4-+8%4F-xqm}5|lK!UQ*PhyiyuUmlDIb8lr0u z;kfZxm#bm$omIo)Vp~YZ(Z^jX(FR6`BW?irK_!FN9gV4GF#=}6!8Gd$QHB!8PK1>K0HaDFmb1?D{g*z@n~Rd zJC!ghT%tUg-Cst?aMfxK;%TmoJRl@g;#q%UoWeYvh;h21?p}Zq6YABrM((s{Jkh_y z@wa_>Sre*bAB?|Afg4c;_z)WniK|`ID^w>+8da9w@|XKk-BdNN5D|A67gqdt z5%zx%(ACR)o0o`^*q?wzL>AN@rOS%c0_0e{D0UH|2>I+lh$c zFVHg5^wP}w;_!X2N<}HJ-C5~d0c=cxO8tp_lX)=Qmz!B5bCfQAF-1UOAZe(~f4rxQ z!WIJFa=XV?^}D0?tLy;%**hz4#C~}Al;)=;#xn`e52}&TOF<>@dDbRG=J74*+k5GL zedh`&^Hqoldh7p?_0@4rH*VL8luC%GfQ%3nq*E9ziXc)d64D*gU1JCcsEi>EGC-x2 z?q&l~Mvjt>0V76jFk;l;o%i!R?{oj&_rLwMeYWqlE6#PDb0~WTd`3vT8o&w{!lxZ* z@RQY11}z##gFWYe&sQhW4?FwWR;#WC;@_995E193J@a|;aW!u8T@wTWKI*k(P&poo zFED?zG|=FQevkkEs5T-zp7#N5fi|=c+WaBbKx$+1iL7Qq!b@M&AshddOTLh4*!!Lj zs#56^7T$k;8FM@?vSsTkeN~&av*o4Li|1RV$2iUwdz=aibuO^hv(>Pf4`eB*z=d0m zUA45FJ1zwuD9jrPU)r9Ni`cbUVilfW0HEnkJ?~0QAivIc4boepu8KJjQf9It(2D9L zCIvB%o-5hx)&lfdFA%(R&&F!y^+UnMF~ZC#Yo9}$?BCWOU*0M!wlvXgYI#^>D<$ow zhF3*LGR;u6_*6L?*-0pAfW2QZ^}lmaT)KvY9rFD`M6G#(#qD$_dgs*DzfK4j;RQg z8T%Nv?6Pa;=J&lW5iD2rnTVjd^SKCJ9b75T;uga3lQ@(Mn13MfXnH&hCZ~@A`OY-? zff7~Y9Hh=lGUo zFXi(43J<(t2$l4EmE-u~B=Fy2qH%4icdUeMv~6q}cRmC})z1aH9KVY4f=KlLW%+ti zu#d|h=V|hZv&#k{v6cO*niU)Wxzn8xrikgh2)T1OLqmM(Von?#j9C)+W{k%VyUcFni$04la0w#LxY)4JmUB{56LLfv3= z^=`ks>5i~SVPtTM5U{A2ZmpK%0qOdn;0?oN@vk(5T;#KLkk->lL+3=P#+dORZyz7h zkSyFICy#bl)#YX~0n`aeGKD%b4c7K2m5$Wsz-Pd1Dwh|mO_5p5VL)o0qr{iJipT{<`LWc5dYcIvl6S&zB&B~|66=T#NV>N>v9<0XIB zTn?p0a+~~-2vdH>`wSs?QN;6MvCNjD;ucNZp3Gs!gjL9?cXm$3vH4cJ)Qg<29Bqn( z{%2O+1vJAMd5@|09?Au+IIGy1eg*u@SCB36?l$K5KpnI29s z_BBEOcOl|LY4NVD(pIBz$EmZ6Pl_GSR(Q4|i^zb}yJ|V1X=FNULq`5y@Sl>kNKUqk zElF;Y420OFXkR1iZZI}Ex zG2c}|!`zXxQs|5RS(W-zbO)ubJ?nzY!jOD>fWr(Vfz_Pu3!L9)XHkgR&4LaXZPa}^ zT%`r)$juIvpp#PenfsY8b-{hSoGTOD!R6+){%fMIvTeS<0kl9dnJQ%|A8b|o$N2Y4 z+v+Ac**tx*+qjuV5`@&11*^6Z7xVSiW~|_qgMB!9m@PD^Ny?ra70PhM{LehYIo|zT-u#B?Hp;k+ThP+c2}Ly@eKaH z-RlM>h`B(P&9bnEg?(WHdXtHg^vVGn^_#@2Q{oistqI9C;8lQjU$p zybsRE(sRx^jLCdjZuK(QVVok^-$v4@U2hP&mdR_DKZ^RTZRN$FKuqjRfLb8HZr;C= z;=Q{bL12R^@U|DPkKH62$=;B}Q216K%d}4U@Gg`3kd$wbJ51SJcZXEKochRZ*37gm ztz#cQ!q`4$Pbzf`DqN0#KuxA;lwXymfwUDKdHMnPP<%O_c@*?T=cmRZg| zJ(8Ng^J4e(6GE^#=~$J2H_;{6C_05YzvB_-b3mLqNVF$#KuPHBU#A*p;a`_swe1!6 zs&h!LfyCK>!kyYmr{8s+{ks6hwY_Wmx?jTziKUCDo??TUa@an&!^>}bFOu)^ zz1$i!B=g(GHy21c#VS5mW7+I^*-4K*Yw73%!vay5kpwtcz=~DbXJv+UgS}w?q|XlP za3h6JS}&!vD`%TCw-tS|vq*7O_jc9WI2JxcmXvPN)fqXuCshwkVb{E*8?t>ZrdWS* zER>gEI|1$t8pQm2>_FPR`KaBF zchugI&1sgW9dW`n3TyN1L5blZhWEx&Cj+wOKIp>kJ95aiiMlP@{}c{JNl?hP%PPn% z&36V`?bnn-sRBhSLM7L3nGcr_N$l9miaY61Sk&IrkoP+WyO|DrwIBXH;i8wWPP3eZ z@^`Ntd0hJN9lDpZMj`ks{p;F?<=D(KVbZA9gqzChG4rcd6G$GxWOTdTEOl-rE53pUOsR_Yc987zXi5Qg5Z~ zB!eYQq--SLA{*8Y54}o7Yqz9UDK33yz0@cz(NvV#G3k#0Fu?H}_wF#b< zmYkR59T zpV{aGDq&uA0nr+A5(`&DoNINAoqas3r*0nf@G`FfMS-P@z_3ZrTz225c~UURC?mN6 z>yC?;7>`X%tENp-A`1a}o;R#-n?ui9wF9GA6cZEgUUGEZx+t8n|Sx_C)E7F_u*$$u)M*;jNhIpjCjcZY?Gs@KzrWY3n(khd3UEp zX#}{Jmy`xxQE>9QRp2Ul?P|RD*-8dXQ({VX%50ngFhZmKuH=xbW>|xXM8jdl5tJJ< zmy`q_^XVCzu@hM@>^A!pUE;EVn;r=C3gz6%By`CIbx$h!P3`j}i6|1gKI7Cn^BMKW z{tX_-we|2?ZQ5w>lPQ8a8vaxa3)=1{|0oDds+=w`c93I4VNwth8&~^}d=>f{G}L-I z!;Rv9_hWzWV8PdD0l_rl0ut(clFuXuR{{V+%ioJ`zJO%FXdgl56HE%d@YSQiA0|p%d~~#ew%1CIUT9<_+e9Zj@bF4ME zC->3rHtz%egc^%Epjg-YmM*B-EpK5*6UgY2Hm+xvr%?C!lMBEfuGbg71`p|Z#xd-8 z(;LQ46SZnF%1*cQrs~pb<1I&aHxxyBL&0qO1!eI&?2?uH5+Li+l0={G_pp~|7DHjr zm(}$^M$c4K!>s06XHy*9zLXnIKG9gXsv*x7>IXNvv%hI@Bw(cUp>gGDA@+Lq4o(*S zo9vc6JXi^AT`Dx9fLJ%Z_~dX#mr>|9P`BJuans{C$-XLcb-LWgcQD0!K0Ajj|K1Y8 zl@*!bi!BVpb!Q$JtzCV5BzIHpx=z>7`Rmqfe~9ezeMWb(h%9w*C`}ez>hoHBE|O4k z#ldM(`ypO%7{b@U*M{~Oc(LjmPS>3U=oWE%x7lG7I1)`MKmWO=ETQs?w#0w}p}z;+ z1+>>;JJ$PmI**~fXv>M=M_FPxY&r0)aN@~dk=BtnR?vCG*?##5Yd7l#VYzn%cw~9D zY#EI>X+~sr{^@+&`CLgo3!4lm>ISXU1}X%w5-^+xEr>-uJw* z#$VYV`&*Qp!h=Q(n`&RCX)j?w+!}-rwuN@d9>u8`o?_AEub02^t6`_~#nl8Hd*$!m5`k@RPlfvLO<7E4RC)va%2 zovz7V5ozf|vh5yS9~ui<|=8sw&NKL6o-zV8L( zQ?^JuxrTkHF3_7%WrVp(%`N2oeFT$3(Tkr}k z$MzA%S(jpf%GH4R82HPPf9&aJ`mcu*iDvwR1ptPEG}4oJx_N;%Ug$S($x&i>v73Q{ zw*_=JCTV1$DcC% zKS?*xvq-z#mM|v={sqLp9Kdn72$3f^D35f>vUC0Vv&r5-FEL5&ru}t471IQCqrT9s zNHIr8*c$tSuFNr2XsZEy_xZrPV^m8WzPWFdc)qp1^+#bqMWy^?DyAhY)6&FwPinm% zzqWJ|f|}LZBb%f->mT3U5(>7Vx(~_U0lbp!i)aRcwPZOvw|%|8cSzeekO^eEH%n=2 z-S&>0quzDDSg*fgVBU)@e`&ZO2Ecx1)i#X%$)bPBrRhg}K}X<_#)iVTXWVw0yxO%c`fedKp zH%o^KX+(vd3$)!{bFW6CQsPgr>Pgn^okQf&B9W*vCOwf*??~X61=Ay=Xfd;$m$)R#&~K} z@+Ga~4O-bl`)?7-ZfqRAJ=0SUKoIKp&QVrFEWve#s1^P4n6(wH@8*C!{*l_IrFz=O z1Cg~veLX|kj+Q;y0Ib{cIBu<2=J_(IbPmPQ?9!VtQgx6$^~f>wyz%&+a9KB(u)_j&o9vt^Df6Lm2mUzMH6?uH7^cwvRxRyHq0K=k0f=PVFp72rJ?;?$^d?I zC}#J>HWPmCIdf4HP_9BKlZ9^SLFo72`71EY7s@DF03WC$^Z>hH$;K$lD=nEH{ykQc zcb`xGW;S+hDNixFS;Nvl#BI8kC+c&JLp~xU)T`7dP_l%0v|%%A%QW?Up-fhzajEn& zk?JrHu8ZEZD~6OwIR*~@pahsFy;_Eb>bhdDFj~xo6*Vw9vZk(}yOagcMC7@>#tR~C)M^0ib%0(sl8VzdTPC!J?eyT2n4aA5SJl_pLHFvZai13|=_kWqRGVs-3$qQB z7DuHXH)~Iu8kopxv9NuL8C`!B1Jlm?cIkLER|D@_^u1BoIybZn-;(|H9v(|jBozo^ z)&6@BVdt@GD8z$-!4OV}?$;2;&VdIrp^9b*Dfuvu84l$}f^S3c>DI!ZkaL+9Z);fk z(J`7ntVsb}h7EJ4&p|gzwglr2w|mx-I`Vf8*C%&;Gz*a&I=Ya7fSlWG$Q4ZPx4-Ol zVb!*Db?LJQC>>#iwj*a4iR{9sWBO?N)>PmyYqy$05;APR*pi+syLGS!chz<;v9mwR z-C=aZZ+VSZW(IK48{riJWjZ_U6J=bC^|(0ZXk>S{{%meFamLy0@X&K-^TWdMM6{)x zLfx_y#_m8L87+k&t0A&*u=U~!TGZZ${`hz4+rY>`blkQ_9hLcWDJ zreXIZLK?*~!UNb|gpOC#?Re>Qd9_v@AETJwO7Kc?J+))jxD;8JCV&dkweogoTh%5D z7s_)hWqInb`9>u1=r(joEc-Ng32P-8boL0ExaydrEcd-5zCE7edN#(4>Q$+fp~?Ctw^O9RSaPi9~r+MfL>r8MV7imiV4PdgqHvgM`Q78_<6 zI;z^+gSy`{zcmjXkipP@ z!E1lkwQ1tNFDA&hfrA?H=Y^x;vUruxFf}6&WdOXkM# zG!UH7_+5ec>}K)PW!&$D6)q1(4-hdhko5D%LVxT{G+Vp}1YxNlE1!UZv7)krg3(vXgTaV|QePV_i(BLElAFway~or@tV zBJoj4`qQBsDf%6zEP9L{Py`w2C)^Lpnne)acwB3 zz%@Xd#V2~W$83|5`)?n6Z&9za_jC)8G#KqZ52-~0#84RC6b=f#dT^GUlcY5n5yHVh zeQ_c-L$!C?l}eO9CZn$IP2JY;&$Sn*YXtsr(|XpnjgTU{B4MJ<1!A+spU%m8+aT}= zn{$^60~6Fz_ZoBn_>6%%A+q=;8m4c@q>)^g>W`&Wu!feS?L7ZVY&y4$S#!HB^j|j8 zl@D48hfq>i?hiMJ%}OGzv0llY5-;HPcZeLaS2A1m>Md^MX*L0p9JlahXzYE)mfUJ+ zGkcFj5frOV$7@T^L!hXM6mbX;M6A%}+>nH@QB z4z!;J|4?ZNMpwhO<$-*n`y9K9j@NPA!qTD0d?Du7i*_QvaEL}axOG3)OE+zF=gB` zEc8@#TcP9pNafsd>iQJQy3?3Xo;`qcJdWTz+ee?d9sU+O^8%i)vv<_nhLEtunH~I= zv$x5vir_bITyyJ@{vaY8gIU0_;^R?hBqnuG1FFp7J|{0@rnF<#0NS71KEl!|%hqA4 z3w7zrp-^;ySQh8>PSgSyvhEaxWmVoV_kg{d{*S{Za;bmY_SNqKGLQo!(~*aj)wqb{ zSRL-qtXJ2V|JjuRl6c-(k+I=Zdmq`BAaQ=^tyCs#k9DA9Vf{ryX+30DSnb*xkSmOQ z>c7-}XG3-}kv?OH3Tj0i+H_|{_HiA^VxF+o``p60HE=eE@V(=Kz0nb7%o(#Ti@Ik2 zJ)ro`-co}$&3Nhulu78iF5B{W!Rr&#MzRdZQC*@1`w*_=G|Iq@*y4F0=<|9u@Zcqc zi;!NQlQ6S$yl9I0>M|)YA<~@Y@9$Xt3UWajEz5_pR#dWp}wAk!+>!+z;{)`n$%aT5z_ zz1E(i0Nwt>mnXPV%{b=0KnvDZjU-&SwZAdWw<@Mlak3CnrcsvQ@$)qM>{(7Zf=Fk- z=c_ZlQ;NmL$mqrFnGU4{$q6*a|920t!8!Earlf{GW?ljpL4|SUD)}b8*k!g+?OAROlFTkJ8 z;HV2l4jrBN!UiP{C^6^Ajx34uEOsK&;3wuV|vd&IjZx}86bib!C8zE@3@cxm_E zvEtR7;;*M{9p4Sw>OIB-2!HrHkC5Hmt=p^6_yux5cO3@Uocb|oQyow`h<{b4~yVN$`Om{^6 zQHwbuElu`$-F5sXL7I0UxIWMcG}MrLTUS-e&8x9yF-7f|0#|BEA@GK1i~~l0kUEOj zEr3-kpuXLoXC9-WU(a3aa{=RO((4+J&{Oim4zuOKJpwS_C&-`Sn?%K>04LgPEbP@>8>M;g_k*W6I`?&^R}l3B^NZ}yq!fWorBu@YsM*cCb+ed}*(T9MHP~0Ws%czGr8+YL^Zc^bBX&taJil$n*4%IE?J=S{)yw@0d+j zh*IXzg#mI%wrBjg)lM@&`#?_**dQpxj2?u?ZhJ!FkuKy3ZQx_KrmGbY&Kr;V=0z(W zs=tQ?)|o2@o7n&QT&Hdo#v~4wbZ}sil#yv1^Jrc-Ez1rS(OnoW$Rp7jRDBgFB%(To*>uyDg2M>shx=ez0q1PS{cP) zVBKux>>L+a+|G*!8L4194Hmax-@44GgAG{>nd|hmZ4L_t2YM*(WZ}JJvH#*f|6N|F zcv3RNT}rQfVfV}7xubU2;hiR`>*+}u0toQ>=X}}M2|JCeTz|@ zDhL4Fd!#(xvo=3n8Q-}_EZi$=Osk?lprY0vS0KyXRjgX^x}dncYaflj@f-(6bSvoI zlf1E($RcDDo4x!#_NWmJ;oZC2^z;7NQa2iGX*jhU&N)3*XXx-%Uu|4HyzHxi-Gs(T zEX7oQn&BA>74WH1F(f0~0uZ6M-sOR`x7I~g+8V~CJobJ)6~yLj1g+3ZFSKs&d1kf- zbiA_CI^TnC;q#_%=u?~C8{dEF}5F+Y(S}t+v#24DT{xfDY zo$g9`3t>GFl~L82(&jU@vM-O``ch_p+VY+AaF97EFj=*pO!?@(4(?zp81CPn_IUBO z7To4lCiX*NZR{j#V}oO;u>WHa^ou>`ph#0TmZ3@s~F)R_UHbMn2)L@)Mo~?YX)xv2|T`JzZ>M<|sM) z*iszkqeL9`k8`WJ6U-E7Wx9+0Fuz@PH2*_#_A5~L?gNxV>lS#4&ZP{2TIN~%9U}q$hixIuC96RPmL_Z zV=B5IsTNZey4j+Ek}wrH9ECRszziYz{#}F{b6v#bwzvecNIMUod`@YH;zD;u$1%4C z0-{w;$y&X~YXdQ{vSRc^-5D;NqMU?080jDI2G-(*>-IcLDb#0I4)J0|!9o;qMK6=& zTBZ~OttgNaP!H3Kpu8zU=@1)ecOsCqu)V)Ly}Zehx!K^dXS{xhAFYJx=h_D6Rb~>7 zB{voRy;y4@GZh7C#5?XjRM5BQrFp-z-F+?LCN?DTN;s=3>6{*61QYP7thQ8l!+WjKw~o6k$o>z2s6 zxtQglX>ae;-f+|bOMcd>PWDl4Ka8gLXh@Dt^lD?8{}p1*@1SEKO}E)=!UvZ~m!9jX zXiH#6s$E#B9>))#)?>5y$UxuTxX=L`EpMuJcKYEczAA>gdnevJiAOsa{sLv~<1NZ% zQB076{gyvx&F|MmrR#;Y%%sYYiZP9i-u-4nj%PHyFHC~eLaX7N2kcRC+nye;pQm|u zUsjs(k~0&k1=-Y2dQ&(yuLT9AxJ&HV2>a6w)Ndp|nEgSy%TwU9Ki|ri_v*ajdo$mY zcE8*&+4JwYLhma5IL^`5wL&n<3KrwHR4A6zXliJf7Zr0CPain+_^3Al-*D6lc*}PG zjyx2ALN#;+a;2n*-aoSmeYuIywrnz&S}J8af0jeJc`A1kR=}$<{I2KYsn*~N*sx_ zgXiVn4#CJiv6PdCi+OmYHy+Q+M8&m<@>rR{h`Jg>As@3cH=iD4qDj_=n*<;eenP0D zo~RpNyo1cbmJF-NKuZVWnSmA|k}VQ-%j0OUV%^4&v&)ln*3u;vFbI^x>KuCN1gqJ3 zOK$`F;}yW_9;Z8BjOHZQhQ&3{t!Z0K!)E*T=rSJdh8(9&lC4<_u;5VX_Id+C0yuvD zKdL$4blQ@VOF(rjYaUxI8-VSEO`1&>LkVR{tTYXd+y>f7(mMJ|UkJD%_uPH1MI!aJ z(EATLl}TSErw_%gBrOCj)so~{f6wY8e5w`1%mRU>i65)U5EGV6`)pH@1cFZ|_O9QG zl+G}3_IHEiYZ$5}+&mi2iTi0rgN+aYVaN*dt=}QZIeRc;fJTqSt(D*#w?}ur1wSJ# zw!9Woa)g@n{~|+}P?5&*~?h-On-&5Ez)_^3`FZ=DNi?!$hi+ zXD^^LKg2OeCIPN^-@{KiFNj@GU5^Y9^OaY7+Gb}OQeO5bek+Xyk z*te`NSS{Q!mJ8`!5E2VDvfN6433Y1vd9g&~wwS#^#l|=9HQhyv#Zh}%3Ub!-WW5$B zd9W3LQ{hx@_I5l(yM@Iag_d)yxS3F(`_XA2FwEKaR_ktH;CYx5+uTvJ*XVph z@b(0DFUxQn`Zy@}$XQJy71M{cJ-xBr@Y0jD%u?DJ7&j_?`0SI@&jUQxx%Et z!~hUi<2G)48ymG_I*rs=#f!HP#(*De$xWG)Yp+L(lslJdee(S?u`DC zNAfATKa+**?neuybzTlFL=K=K%n!=qQ1j$!wUZO(V>@#_7$kOkBwhyu^jjQtrrI82 zo->tcSL6Se$~QTK1g>2()}-+SaPFpO{Md%SPyO=l!C&<^a47wc)s&d)BbUR1J3r)T+QG9$~W&m$+X4C%@eKv42y(J9_SN7%DQ z*@3j+!6Nr9ACa74F{fg@v4_@o-#L3v}j z37-w_40Sf|2s^ItLXk=btJquc_H27jZkF*X37e5gzMf3h+&{JCk1%R6lais60*pO3 z&bdMY&diYBGaulp!oL{Gnv9HwM;!(xZ1o@(Ejg!WVH(;kmMcL&B~tB?R%WgY*V> zgb2I8f8{fhveQS!m6v-fgn1?%j~ZisB3uWDmp~<+z{*btm@cL-N$X*Qjqn8J#EZJL zQwt$4%K)DuZ_>T59?H!VNiY)0MyyQ(HF7>O5`JuLMFpH8X^Jgh`R7_}{`7OL za_tK0;h1=i8cr+p&77*T_;OHqXYiU6E$re&C925BMv}+fx%Nk+}0XaCVA8@{kU>VvZ_IHP|< z!&lFTC4kxAhbura>VP>-6(|$O?5>AR26na;7ZYfCc$NvG*s&YQ^0V_0rQd1W z{B#ulkS$etr7+iSJM)x^;PRLnsC#hbcsGGe!{5LA&K7wO{Ql{qN85705<&62i2x%* zciO^J5HQTIq-lyP4ZW~Yw%E+}Ws^=dxAkGeD~|p*(e1e!@xh98WQpUkNsDLUE#S$R};hNCLXixER&QZ|w=hACMMl z+hDEbrKK?z76(l~0%nb-U&t@WQcpQ4w4{md%Zw9adh}qXt43QBq9^kzgsv0EgX%s) zf5xiZhJ~eObEk#tx)Eg!e!a+IO6ABIUqs5u%*4m~w)~BrFL$;Dc)x7TOwHo6OSb&c zzX*LQCF)^LLeyAFujak^FCnKRva_qItV+{oB*8o0S--j-AKL}qdz=HcEC zn|HrA7fJ4C)-9PQ?P>wC$8XB(iHo5Kn%PKhkjja7`N=8&$t(#uH%m%AHJH!<$r%P9 ziJcG31Mn|E8Sj{jjsI0tn~4`IR7iaui6KFh`*b5Z28~>n2AE zg`m5R1BIoW0m?Z~dG4UegvSqzWULU~;ioKIj*mjTMSxP%jBIi!J-flLlmN|GJaReY zHL^I%Hqvuy4mIfwPolDLc;pgrjVH10H}&)zN09nQlSfSsIOlTgl5M(Ks%vf!i@Iw} z$&@ki!cx91IFjjgf;#n4@@Z_W7AdGgK+!x`Nw;Jy1T@j4=njf!4Lu<$BL(`N7S+bJxPL8n`#tw!bD2tEp`Hwh5}T9QcFHZp$jz;%h!mKaBYo56$_I9Xie} z#Ijw0ZR1*2KQ~ln@g`u$V%~A1d3HB&d>fN*{FUE=^0W*h@w>#J_>MS~Rt;Y?4Pq{i z`<*;H&Rn@Z^Qz?A^-JO_X*QRM+~Ba&WmUbi&qoRmI7k)O7iVMSJ)O7^8fikuX6A}4 zN5a{+lmS{T(_;Yzi?isE**7J(x9!{tLn>>hMUcYtY~@enlMPO$$hAZIf8*5igsDM> zq9G!k%}PCc-MThMs})=LH#pLGvuX^zF!G{SeVSKKT%l^yo~Ru-x7b1WsCO6mp#wnaaoL-88SHR$josDFZ>|L>_POx~H-Yu#iqQiKxLwU4E_i`!-F@6^-3~Wu^`J|-V!&lDKad@7Y#16G+)5O}$4M8n1bu-` zCwKLAPH;~PJ%U0ihRTdfts43zg{J%xU#CqyL7O9*js?rKs?LP#{y54MgdM)=NyUpT z7e_INEXdM&7b|dgA6Wu$)358O(LBjZzu|rA!U!KYhS22p!EDKq7pF6q)#p&-=J{#< zq5mbNhtKN_(wDd)%h^@|+7`agWj2h>^@++23h|_-xz^#(fo$_zW3>pk2FrZK?fR6` zaZ)VY&DGpe)ACnPVqMMN%SbJ(qqX&pTeC`o9$@T6YZ{y&FYHpg1~!6%)@Cly%XEnT z>CSH5c016QykEZgek)PceED~Fk)=^+*#d!a-0!gdpz)u|IO9uMljNfM6U?P0iJ&8p zo4q~r#Sft}4zzP2HRED8n`aOwyRJ(f3&TlmLyQgVT7z?8tfA#uB;4rkhY6d9<72Oc zU$FP8(s;e2oNGahml}Kcdp3V}or06!9(eI0xTQMe8hlS4BtU)EIowAhu>lsGn`~x1 z+XzK4s)US)2va4n<4?D^^ibRHhjVU++02;Lv&Q$I2J_CXwjN9O%)VbmZEwV7vG#>u zfXahzY5f*c%bIdMV@@6ezxj`#)M9GzCI{sZIV`)RdEJ{CudfioX`5iyrWYSqgZ(~I zktk`Y*tQa$M|`fkB5zcIhEoi7v_H!7%6ynd5c(1d125mXATaTx?~1y-sFlE=CSTAL z9`Dhas_GT4hb+bD@2AAOHRvK!W}!J;7lTDOM#70tOkd6nCq031bG6cZ<^Uqq%l9YG z8s33&_0=?}CbLXccNR9VCUBH(wZr6V+<0Yt{_eyF7nJwxiJ$rvF3aM(@ydN%h7O?R zs;&3$LG`7HprTM8>iQfQo8Jq%l8Y5pr>1(!&WcdK5XK=wQU#a5OWMY zjbc}7tK1woBG~nwnq{sl%Fx*&ehY;A!KuUJ1ogA)FOnf~L1I2;FYJ<|Oo)nr(s(OG z*V>H4MM~iTuZ_tlxLD21pYh^5en3;oHcl3HLFEK2x|QCm&u~I}G+u;lDNQC>Dq{Jy z%y0imTJ~3~RrkQU4hK*8R+B|0>;L?dd)#>`94?f1UN1wpLhkL3V=Oqf*84WWvRqPN z79;P;@eGrLqZV^`gRayYIj3qymQ;qO#@~S~+f8*xI>Z^edEp9XWUy@kZWDB^ve)BV*a6?M;=U-l3$G};@_8ac1={j6 z-iV>;C?)X8NW=+bF;k$q}7h z*G_n3D6fu>%LY?)dqjX`#%aZ`&|R6E{^U;ajw0%&@QwR7?v_~XdbO(_U4AZ<8xar9 zN?vjfG7Rzi@pjeI6DDj|ZE$u_Rw;{d04r~l2qR6K6e+RcZbMp=ncUJZ-(|7+wozjX z_SDMv7ERXfHeXvxg$;17uCnkvR7&3&J3l;#2TkT)@TaO0N>>8S`Gp!HV)=~e#n2Y; zDA;3}PniRW&0W2O(55f!@cscero<+vl+N{FnJ97I=GK53hD{!H;SYLSttCgX?YFNd zS+vcsy3}n1A1y!7gf{r!IBt2fefZ@dyF77-)aHo1rL0Pblpn5mDt}T19<4TQCuT3T9>yWLO`o2|fK7uZ;0?{+wuU<<%A~^A z;!rM+Dbw7$d51_|Yk6n}%S+64%;zVHYvxJ-F?O5W(`&DlHgoOt!~Cjbjf;;RCvUkv zXoYlAbA1c515k0FBe-(H#ajjvQmK9jZ z9w~6l)~0&FLk-;!%hp!C&_Qk1_lxe-xUVdyQQ^w!M-3bfr+uw00WnJ9ZzGO0`~)9} zd<(8*8ZauyWZVG-1y=a@yyYq_b5>*b>ZMTkhZ8V8+C2nA;aQKsp-8>ob3J9p_ zXTwlRu9V29;+dUvY2Dj~N#%lH6wOfEt8hu# zJw2))H2!=SvhcZ~VFxb~+ar4SEgp@xSx-a@wzS_8x@ovK05&u7Us6PhpoIp_WlYD% z=DaeimR5b1O;>0BC@D@f)5A|^R)5KaMh}=Y)q`%hpFZ+dmVCUp0fK}z!t2hE?8h{> z?Eb9WvreiO_@GZIm%;R)tBOar%VKGAc-Uqs!R_wMgyr((X4Ml});w?hdBHFqvLe0f zfcmM-%>+%L6F$~hP(_ff8xH_B!M6oAV?kB2v7y0J7hstj7w+&vKE1)^zeleQ# z)oUWB*d{7UV;H#(4%^0#qT)alD*XBNncgRAIn4{A)?Y}cGVS^ z7QphJ1$Q(UM4Pr1=WIy)J0tU*|qeaBPR)h-|7)Jz+_dydnx|1@Dq z*TnbSL>%UnpWOZ(5{Pk@pJTrr`5`Sr@gwm9Z?Nd+x!F*RzarZb&TL6RmP_bq-^`l- zSmFhBKr0|1&BA->mK-nWTQOd?VZI=I-SFDM0KH+ zUH^h-`hBl{XNpXM5x?r2%qqRiWd56zUl>v-xw}&?>ZnfAp-hWjc&376?57h4pH^v9 z>BjwNAtl4X3CHSh7Of^*k^SuK4o~f$H|}MruK#GW z6?BDgCIXW*(x2oM4!m5W@p|=R^F4e78i1y1wFUuG+{Vtf@v{30n+wvkE8`ELvPzsI zJ2pJwA$JFdhrQ!{jxDLr)^aO^Ba+Ljho)H0WSMv;J|*-$$Sj@8+C$c;Y+d~MZtF&d zwVwZ0w#z3a&s57=eg|8gS7t_TJ?-uN+~d!3^23&%*M7Zcn^>!_MBSBFbr~$ZsTIYn zAk<=Q;YK;Ll%J2v03Kv zm6|JxSKyz+?>%%WfX>SvQL1Pu_u7ybq9IN(muei#+b7GPTkZ=3`1$)2GqD@~2Q!_R zD|Hm67p>p@Iu2$KeAwjSz9N}))2v`)_=%0RRru@WSS2~lG}nkZ!GXk=auvls*wMyB zZkg6zpRjY)u9p*;C(awxIr9lw_ z_pmSYZXbb}^^ZcY+sIApOv|?X4EN7X?XkBNFMj18v-y?=Qj@=(D4U5|uBK7Tk&)Uu z8UB1wG}m=thY2|CqSHTkb@ry9?7$-A!>_wsFf08ZOZ%n^ulxg^Gg4pwvfn`;UE3Fl(}vBi^&8mhW;vVPN9nY@GXnO7a?lm+6=$rSp zTcz&5`r3c+f`2fsZfmjFfpErDUd{RNKc8e< z?<#9XH0V}LdddGEvfeT*>UQlOrdvX!L_$PSYCvuWkP;I?i*{(xE z&PdF51A347N#Jp>(xpFXy@NGgGA5iTL|Jl&WZ&BN4iqCGg?O~nux|xmWMhDqH;09( z?8Q2?^`Tch^D2ve4FM%Pnk=o}%t>>Hf>I1H6&>92O(LGTwZ0eeC?wHf?@ym4ADcJp z7LQ4P(1yNcPw#V|ExV|)I9|Qk3z34BarHN2eH|U)wdx*xH_6c6to>6})ga^J>t6%U zPo!Kv7yY!bmNU3SyyERKHL8Q+5T#GCI7r3Cyf;az+C8f^>vKJ zI{hj^@}=#-q%yd#&HCc=)QtGu#%BiTW_zXiO&?b5H2Y;lv)6l4Y@8xwUfv_c z<<~^c?v~+1bF)Ip02?^PC6|=_3%eoVKKGX$f$qRInSiU6TRSu+c$S2FRE*@9h;>R^ zNaMBYS}`0Wy?lpW*6El!@E3MW)^Cg>D5_N;@Qt**qhUz#aa>CY0ScVcgQM|%mQ1%N z&{)azO7Jy*R5IHO&dYKX)lH0gh?+_rudpi$)8hP%U}Ow-GKU5*OJe5keu7Y=k8z!!=v=1Yj(-O z%3c$97R>Ymu3UA{{Q$oCe0|Uyfya|*c?n@j*p$nfBBt4*{EY|a2}o3Pdb|aTg)R&~ zuCoiVt153sMl_f0|n?y=n& z5|<=l<`L;J>7|Ir=}a5BjaW(%q|2Vo>NRMS*Xf6-l37XVoq$KQqdjA4a0zMzXTiK^w7{Lyva?JWUQ;=|2KFM zAR3m(ql9Ys`Rx6<@Z=|TGY;mf-)H6fqz^_T(uOA()wx^dN9rjdtYQ1u6ufEsh z@+s?Aaw;QT2cqL%jr3#rrxUOmJm@-oX$yH6)!sK1dAvs)12w()$y_@i={{9lE|?Y- zL^^1C2LSo8pcT2ac1IN3K5+Eq-FngCO3w>_POITbNQQVwKO@6q^WPximn5=fBJj%%`}xzz7B8Z?q*8r{tRGBx7Gv^0CD=#_TzYDz;!Xn zcW{`wtG3?1Kw`+NhyI_8$TF?1p6PgodEy@yJhBlWq(QDAWO04qT{ErE}wXOO*782-Hh zUxP&sGuHYeB#w3XFm9 zuS#<)-8ua9_ci?=TKDqA>t#bCXJQxP9isI;VhFK2u~4)bfh$8ky$S<}e(y~j#pt6c zTPQS%PnvR0n>O~oqeh0RKT;=Pl43FjS^Q)mieiJ}QQ1K*xI#pL zi~VXEuMjmokXY11r_H#=+Jl4DHFE8K-2@?SR%1xe!l{=8XgzT9`~$Ts&HMA}KALl2 zO?X^JLLn0saq5&n*$V0W7ydH!n%&uRq2CXe=41LH1CFSPG=yHvPnHEgKWn=ca#mTN znL~0SziO7_KO&_g=UlpE&Wm;P0PlX)-Zsagl5F3z^k4mLfHl4!s+HkQ-IaN;fY^At zVxjV}d3LEp;z5pC_v)fOYL8MjcL^5_BQ-2*%gXI)D^PC?u-7ZAV3~VIA#beFH6{Fl zrQ2BFd7OlAK%69`HB>6nHBiay1*f0Mxr-h&M2KVKRkP3&)7b2jew(5+t8gA8 z*RiGXC$82FzU1k-7O~`O;HS|CH^v`7Zj+mGJ0mS9u(0Vc!Sw^5MA+k= zVRITA0oX7{O;+N;bV5N?zToBiz3)v^A=7E7@<$DsJn8G}UROHT!)fC))zu=}ZvTTD zE9CLMRC#$e_%aji6`gI-9CT;2l!Q6DN_|UBq-&ayk?D5rf6D#Mz|V5Vf%tP(J&X74 zFE+d)KT=h0LE>7TvyR9JvwDxmRA)UcTOXsnkfZ(Ps6>@gH&HU!qjJe8{uqunI3bNEiqINfJI}4s()MDC_X6%}O0L=JX$ugfl_x4X8}g!U7)XiVYvokGavq z{_~)=UOaN9AQ0=L$|TDtuR{<$B_1c{C-x*p5;@ypjAX@?Oe@HQeA^`P2e|$aT@bBY z>1>j(87UT;12o|Nb*-OC>|@2aPX-6W(>Oz!j&(=py$ROJ@6O)CQ~1_KqEH$;xyj|; zK+Qk$(V93JwbC|C&0I9k~_7jl-lrcmy-OQL$IT7w}q2ZzPaEqlLs=vQK9rwZCzmLaZ`UNx)Xb@&hCti$Ho zpY>%95<;zg%SxX_|DYt^d{523Oul1?azNtVPl?yddxJX)rrdA^no6hKYe0v)aq z@7Apl`ye} zwDIZkn^n1dJ?!!z4MPb)F(%Pj@3Tg6$UsC-=&bE?Eg$8rC7u}RwiwCrWBOS8tk3g7 z2%y2FsE}TdKkc<4T6%pf%C%RE5Z_So09fWf8d<&?V{z|HN=ZkrD0XPGeJ|T?_=L5& zUjlWc9YvS2BfaTW5`w43+L&wMkP8U}X7>)YZx*`;5tG&+`dG@_`=e1C-=Wj%GJ_)Kl;gN zy?^?3s-p{03-hxuwW%5r_4+Yz0$-iVByVrH&qFDs=u_FSE^yhu${ z6yvmM^7lPU=t*zhn%lEiG~}{oO15fhVY({l>Vt!Vlo$i4(!NViTcLB*qCQCc*IB)_ zgA~$=MdJ-8iHkR8z7-5mZ>#b)b&yJ#SspI{$b- zhyG|$ws*q`lj*8P2Ha3Q_sduCSS>d09>+JCe2}O*vzE^zO17=x$Z5`y?QNQ{C!4Jr z{Y@T0Tl0Gr>{L$?+Z8qU@^RcV5h5X0146=Hzb&85^Rn{B@GTAbG%TF1_h#ls?69>*lzlZ@ef`5xqVqS1F#iN3J^8`0-B~sKbYc6!Tz$ zahhMbMhW;t9V-#qPm^J))t<*Zo_CxJSz4fBJdG#ZFvu=j%NRS8OX zPNna=sg}3WN0zqt1rh@!kpOuq@l1I8Q(;^07ew7`_>QikX#pHWnD2Pk7EKe_u8;hy z>_GxR^RDvL5@u&Q_=E7*?mQ%G(ogcQ?NaECl6yr?YKYw2(tU2gRgx1@-#ooXx{gO2 zID2|p?OXo!5C4Z))uobws#-8lLRctYQQoDH)IEeGUNC668Vb#L6L>PTjwDH17p`fP zM$$M1f@fIlvvt;49a85%k$v*k;e@G#E(qOot75{HEQ{{hm*2YxslUy`D9ez>Iofg6 z`tv8zE!)de+X&zUZRN5T?G$tboA>RPUAI@fB!a-1MeGcqkyf9(k);Bu z{bez(lO|x|Od|kbfC)QPzq6c}^tNM0hh6lG8q=KruT)gyE3lay&8gWNVB4R3IX|~` z$(K-5J&5d0QIXvj@bGOReN?}lVPqSDxY;rRXjTCcS3?(V!DxaxJMzH%mK(NGgNh`~ z8V(l^B3jE=0f!!GIc^w5OlzpPF^UdO5I+6|<26k6{ zo~HQ+*E5*?kU#5LMkoeTzsOU?GUs`1HsE3L$|H6_7#(Qau^nZ2dDl|2TfNe#=~|qg zkdeISlMqX3LKB7`QGG`Vx53M6AH65^lXep~V@h)j5d6iGS`^e8vZxRcB)Ju~xVP?$ zEO1NF?qeC<$$?;Ah6XQsBFOn?rl+%ztW?E8uI5Qz?GNDgWpnp@H!A=R>rcy@92Y)f zZVhFvs8@JOu;-q&SV?O<18ENz^GaWO5!YtXQ%tO$#(AR`b<*qsw3$+@H%shFr4NZ( z7C6H0bjhLD<|U9tn~Q)Sw2=%_=8wOTs+Xc~hDYv``F0ZwYbATQyjk|($}kaTRet50 zaBhP(clP1mWnY{d*)XAO@x4T*Iy$aoG~NhZavkY0IjJ3;B;7TMEVUTKp&FRfxJI0K zEHZlK&@bU?drRau5%EM&>sxYnWY6IKndmTS*@5T3kMRq#2TFL9-^s`4-HeG5yh6`@ zZn&o04d_p4Tg6c*P!y8ql7ILWtpyXJd(B{2?8?_GO8v=L$7qd`rcJxeE}d^yPb>lF z%rGbi(H3GJc9+H#rk#tvh+jAlL|T7L!hC)3>KFOhjK!X;D7Ey&<2ia=Gt`GzH2WR#!+= z>dYVRAz<(b=8ISTdhmCu*|omOkb4Bok#9jhl4XvOck55B{50TeV%zAfWA-j#pIlc~ z!v(^A)!Db^P(HcVStqNR?cIts^Vwg%VQq59!rww1+H3wb>J(BX`((ppQIn=0^eq{2 zA<2STHs)u+9*0UGYfsWfq|%$V8KG3nG?ziD>p= zyhRTMpRY>0I3w6QC6o_H$t5|GM8~(>W@}*g2|CD_MTOa}mVI3(kgHwHgJK-uL}tT^ zYK8;6$j2G!AT~miy!JMy|%p! z-QL2(V?Gu8O_^V%nOr7Pw_D{9GXGhb8JY`r{7*N?t=QH_)})9>SxS-O;I#RCgrTac zjMG8z#jo2TQa!~Wc{X_``QRNt#?um0c*eX~4h5}Fsvuwav!xg|_LqzB4y#*(u* zMMoMn5r2`R(#O5CHZVS9rcS4o{#;ZbI!cA1>9MFcaT{2HmTZ!dZrSic`@@30hOBdq zj)yikJ}9Iw0A{Lr_HKdn{LXIW$qH_gJgj|j2>#~sW3Kj9UyKh3>E|is-N)tU?)F1P zR5&^Sv?ljzoC)zRmn%`#BFov$C`Rt2IrWiWm1ulfWtCF7z}`i)UEB-70{i@(((BKZ zgsch;`rUCx@eZlg*XuNvp@am4*Z3n6gHQhaPIu&I&#uwdjG*18g4&bvvG{t>l5!U0iH=(MI7G;#-W!D zUoY^huQ_49F45=Vi<9wLGA@agjI4VTyb9v{iO;`1k$iyL`3u9wBg3X;4uiq;p_0|e z)8ZkUyfsbW(imLJufwL{QSDL@vJBX=AF4fEhf-#ApJAVribNd+m^JHQm7W||Ab(-@ zq&3ksW`>Fa0I559w!7Ow>=#No9h=if19J%r!Li`#;2q*DTh|pMaQKdHbX)hete)t;4B#$IV#x)j1G9hP>lsw{Yn!|% z_83&=f1Yzoyu3nRQ5A$EPK}xreP3Fy47-^uB=5qF5qmW?CFeCu%@+?z>=ksq&7YIJ zW?$H5zy2hH1Au&=r$sCsL^cmhkV5$76LRN&tY@3tx=*fVVv*<@aYRWsUNkDg3p!ib zKde)G-eHTzHKy)QwL5y=?5{drMz-~=R?I2C8@mSnuM_WYvBHp;An22EoKBmLtP4?! zR+}*P(l9_Q;IDvME+<;Lzy|q2apQoqhTM_Uxf|}bgsFVT({)`65{AwfL1hHZ0OK`{ zuYpOH@PrpU)l zV_2M3|MU}vbCzX@Nz%4;91!sv>{7m5O<(b$o)RHprTo}vc?mBAl>i6n$OQkBUy%~ks)jbGCs8_y>+W$UD*BSb|5~KrV$;6qt9Lq<& zkVNvyizoIAd2v=I zKJ~Vse#j)Hbh-LJ7691ZRLdMKJn+Kra9P$*X7su)-H?cn*|sb$%Rx{=z*n4lb%H&# z$VYcRs|0Q`cYW_WMH>&+=x2 zWocg&alj!#FK`Y!GQ|nDB5eN*6h4vtpeIP9$~8Y+Y)%Zot_NZELr0(u5hbF?bdw(c z-b7;Dj=nU!#hcz{-}l;UqRZ<~U6kC-{_yC#JI{UQJG+?6^v)5yFX)jU`RTCDNiDL> z5B)@q6_yT7D-Av-q98|z*JzU#y?w|7%c(zx3%n!aRSm+gB1gsdkekz(lwzU^34vq(M1W-{G_D}+~{r%$?T=4sFc zJqN}`=97r^HJ4vY1PgBI<}oys=CyvBuK}H=zVBkQ{#66k8s&~YAdPB_Z#MDty=5xbN|9$6+aS$BPwN{S)E`DWV_3XnFZD;M}_p~*E73YD_7Zz5w z{m*+46>dZBq?F2$bGomR40TyksPQpjHW$ zT(Ao8xY5|fAzC6{1{W7CqDWc?3j=xXjuBn;^s}8E?0jp@#HJt;&IjRllMP93-O|gM zKAuw8H_-NXNzlNMgovwx@JhO_a)EiiCdG)hFPOGhY>0@LpEvCzA4}J#G`{3=84t+? ze5JeHoI6fP9}x=`^h7fzOvdFBoX;7FcRtq+heXZr~|@hO+2emA0EMYkM{K z8sa=wBge+QJ{s2iGU9n#d^2wm@W2Gxt3ZAEJK;3FiAM`ODIcN4bp?yM4%1HXg9Jwb%#T@scd6nNW*dXofSuPhy9EQ- zkIzg5kRwBErw+#F3@)@WmxZDng;MioqQEjnPBrC!Rys@viFHG*o40Q?HNtvM$y(uQ~iWMkH&9bw5hlG01h4}w_@cIa{K^7 zGLfYYgXc6R5Uk$aeGbTj{rm7H*lOxBJrZ_s;I?%0g4D&n>)i(@k1Qt`Y#P;kSu>B@ zMWqiZQe>c4c$6V*47Buz zMgGZn$)40)>>x%rhOgD+TN@HPf~wAjB;0`zYj*8deFAm+cokGUJvS}RR>~& zo0q>t6A&!X(%IfqijrijOmkw$Noc3g(G#3H#_;pG`w55+~Sk=Z_h$4MEXNEYDE}gUghH^(Jo? zD0fHZHea_NI+-d7;&B(#D@?J^0c6MJ4E1?JiJWG82cXgo*kNGY5Yr%$wIcNPi+n$b z&KT-yNK5Dfh}c1c`EG`62zA7Bb5b3q_g13EfwGRU0Np=CWn5AhCh-OA(BR0?W%(lK zon4H_j-!7RP?c@F#2Wob^o0HSuXB|}=W&m60fXwI(;U?~E-}>J-Z{FiGHWjVV=raO zr^9df)TduBUhwJo7C?521W)r&q9;uFRD3ScPWRlciekVHOtjmx%2U-lMc2KmC<$CM zB|FJC4Y(ZOl!(yx>^La`#&KXQnh|Kc@*5QpT9e%`R>PHWN~lpWN8l32zc!Z3GAd6J zhCDGio+ycU0H3G@x-pk27amt2+LQUWIqHefV$rSIUoN4uu_MlJ((LRoq6--MmP}Ie z(zSnI`FsSPc?WLkB}DX-OQJzk6gqm1XJ@fnnhx-N<9$_+vLG@amV*N$y-1t(_$x0S zXDXj?D@z;etQ(dC9H^PeQk@^uR82>?XuffvKnuT(viCJZY;vZVGakJj{Ofw#CLHMm z@h-!*_|=bJ@qRP?I^{Na?eNe1T8sedc7td}94^H>0!ZxLjuKC>EyeC5#@)8MW#*=H zyNS(>z%i*X7ECxFiQ88|kG1ps58eFE$78A6naK+d#a+cguI_T}mZE0AhpWxI?vGinDj=lJQ>>>P( zetz%~a0vZ%^aC^Y7g_nbOKM;lfg?ll19W8eaz#ciBL93Qp4T~j){54|lzAm_O?TMs zbqu$D3=9U+b=sr=QZiEZw>Ou|I2;;qKCFH43_{1hmgRUW3+zx?;OohP+jQ6Th|hKx zD4b&(t>1Wa(hV9J860?O(4 z(pq`#ynh{!+@x~xkOPq2YxvEh7uC-`tl_lDn+(S|(6w5ANbh{2^wEPVIp(Bz{eg7) z9xmkl!^kbg`YDCkBKn)GbV(WX)U*k)_0HF2O`40*B7A=5AYz%P$3<^bIx5r95;y^d z^ou>XgEA>$+GuR6Z?N;KBHEqfaD9aZ4w4*q!qmS55(QnfREITc$RXyh2^X|QRb zK7RUfWj}N?8M)yxNCb(zckHwBbno*Y_hUS&}3S>jBA~cBbt{ z7)zPnEk!VI@^lkl6v4qb1l(>eVC%Qnbi)Fe<>01Sl;g@yd6c*OZ>GH5PNveO<)d79 zvu0W|k1*KB>Q1{{zp0xYI74wdXVElCjX9KZxb2Q~gfexY6U%niNZ=(No)S=8T|KV<9&i!rT`irUk1)1JQLy&6rb0#R^G%X zpZN6j1AsG;zW0e<#7Z^~U$*OIR1!??5GccZqq)ff<|y^{6++=}V=2B<{>Ai#>l=Tn z8V$=HNECl%gXtQ>YrD+fR5jkN&l5*0VrIs$ed+XN?K{(}zdI$}N z8M=j~ytW@Lk=uw#hyP^mAnMk)8*nc0ZmCrdgNF^2>WeBY!XaPG#2zqjXa(cn)<<(c7^1!~2s! zd#95qQ7~pF<5ncUVZxWB0QCc#0S}~i)U&zlLw2=Mw0u|r-o0SB_Hf;)wYv} zf4iujS)34^zt5ncYeuLT|N9!J`)33cY-sPFg6jik2?d5TNDh{UrhBvr8>H2;pteB= zb~phr_3xL7?jS8GK^K+gDS6D!Zkj_;8@2xCgWJsM^Bm(f*t&mGN}Ea0o6`1cRh|>m z5BFFwgLQfBkuth6VS?jjE~De`e_AYjaXhoTg|vbk0d=lj$7RBAM4#aMNz%Vosrx{5V>R+B5y46ru`hRH#&t<1oc|tuV0xpfb{E0X`D3Y| zcXNLs)zQqc0jocFeih2;cOwi1U%S(`(PWk<6>Mc0!@Wwr-g+Q|@JxXD=Hj4zrl<>- z;yrrs1g3EU$lfdz2A~V)yrhwqzSpdSgff1(0mYXr;{>o&Q;|anA-E(n$BQWCLa)okgyfs_9 zFZtbom(;3nc1>>PWL$AqOE+NjD#uNoA3T3^TTS8F`_cchHQkQ-IcQrgnO+rf{>m^R zP9lCuoI^ZyYxCWWqO_)1l*l6(cZZ;Q=tj716YCwz=_f<;{L4q2b4c6XwORFTQa#<= zvq}%&`cgXVOUE4Shf<4)cO3a;XramDk;%UE?BeQHXoDO`_#QRBcX^LU;B-LH9_PKK zCh}i({vyb-^9we8l6^w_esT%;LpI(fq`;^3%t8!$HNmF8EW5$=?44(S!Fs^DL3YY+ zk9dKMKGAr1_U)Najylz$`N=evAZg0{;q3g8zsY)syQ|1mfa74HJN&qmu%l3STl`8y zm+=EnA}5G~RS!G}9X2QJe`;c8fQz7+OStpV*z1u(c!w}~-UHJWoci>7z7Lc1t@|nV z;Ms7^E5stph)p5#(ZEys69F9pr*(&~A`UvER2 z4d&)wg^t@)pM3+t1Zi7g!rID6s@~LRm1y95q1oe_R>kFa0 zV>aF5B8bD%KM;4}cZq7{y@6I$wJtmUKj(X&&AxcN?43K?$6PwrG8~XC{_ym3>{@OZ zieSE1jk?`uO#TCp0lSq&e}j)A3-%rP(UN|m(4;$mw%d+X(7TEHIL~x|yNsU@he*U~ zJVnLcX@>6T;om$`A^4S>Yh%*kdZ=&*#Fon%)y=$+bU3ztaXkbZ+P7+&PX;)J0-Sm> zZcoe3%`0d$bT)l$Z%~Eba+)JW4y=S`Nw>| z4B7x-=Xaxo{c-d3{imo|89gMr)D%AUQ~72J);r>NeIiXFGJG|vzWsZB;y=;-vZmZJ zEq)4jscH86!&9N(8u%k0r*#$8%inWq{zPv4nhua`6ep*qiG33oYu!99KWr+To%OA!?Y2u--fGgd5fMu*3{Lw zMa_%fR#rZ0DQZMj##}z4;SXC|Aq{aZ$td^K_vQE;ZRd{5zRY)`Q#u9|(=zq@hdu`@ z+#M}>PPf$2AXD&T_acHn$LaZ~hzsEpTJkQi?o2c*jdsi*aj9G0`wO!3b{7zNGs-kWo>ZRP5dpP ztg7dZ%>k&PlEa-#LM5*3PQF#T>xP#gD-EgFr;+MAXK4#&9F3ovd#xt~I}8oFtP9zS zYj!i&Q_g%UXB0@S=^l%5#Tg$bF9BA+`w~U2lPk{HVndAG z{PytThOv~rfx7@UIejyEpxN(O9sR0DnaQTBFjeN2e{(~vZIo;4K)1xrIJNbBETJ03 zL1l@oAWHKeFFLafk& zua6yyzg677vJ?T^SkV3%)H;1^uCqLj+&}8KZ_*U2;e^P9gQN{2S1X!Mo73(^N^9_I z&L_Np&{o}lLF7nGaJfL@#veL@O#Mi8(>Q-+)Z~W^Jxje+W#LUz;FgAYKghXDqi_8~ z>vC2IOAxr@Ac4`kK~Y%*8TAL;4#J$oAFjvO?|-@Q#2l-fqLw;MBe7#kfBB#C$Y7MH zxWJQFCo(s#=ujEl?}NPSeb1I%Y^gP&FLiX`NQqN+`sDxh-lJrfrGS4_`4zKHczW#t z86N{Ksc31SH}s!;=^x!CHsJdt_!cF3P(%M|#Lh{Fw2}ZmQ(!*JBpgH}Z0*Cq$!fP@kEXKfUUqniV?z8I4FI0x;1*+6W|D_0NGApRh^*4W z6XXM1{o%9T!{4g@szLlZ{8HAJR6obNmeOGO1bCcFQ)8ROa|x@R0uRFXyy75aG^|Tw zI*b@QgiWVewalryPZd?e@}1QCKc4qrQrQck)RBb|y!IrUhF5u2W2a1siO&q=q?#_0 zrNC`k$i9qy`PND)2Lggy1u=e+38_}CZH4AB>$fgscZZnCne^Ar1^WsuX*j||CFb#F zX5)Igx9|QwfccEUmJD9X5UlH-rXA#qQi4jHHs1m4JH79McS7T$Ostb#Aq8{s{{ri8 zi2evmks%XhnfdbgyQr3XWQo8P;xkeaHZ2DS4sLv!2FQ)tB~L%hW$o?Kyzc22e$?ee z&rJ>%&;ptTA6*!u@sz5Bko59VfnE(v17nL3EG?R{Z~Gemf#t_^%eGMewC^k!m~gV^ zW89&l>;}B9WnL;m+di$Nc|VQ#Ax^S)Ntadl8_=4_m!sA-!Mx@Ge4DmB7|KEN5N9f! z7M~@RnEG9^izd@Q=vhVlk0P)0G4$BMk>urV6_5KZenr_3>Za?+^qs7f`CaWog71&8 zUFQFzg#Pn||H9%6)I`!-h&u#n6W~M0OK8FvzT6I%A(0gE5%I+N`QTIKOj*2|7=1yq z`)sP)*?4wFu1H@OwN4kw)epMv{;93yQaBhy$)5cABib#3eU^&{TRDN~muI(j{t*V8 zB*i902K!mE#hGusCh&tu1uZlC{n_BlSwqblIcgd<%YsWXe^w!XJVE_bT^DxU1a%fb+7t%VV$MR>X((eHK78&n;$o(g6^AthxfEmQ&L`L8=O^R z41pv}=i17f<5p%LW=t#reu=H*j&B(~Y)FJuhR$~y&K5(aXJ#@5KUH) zD6D{bM-P|IOYqxS5`Asuk~BdQ~~n-TWrG zl>dBa*cFJr67#4nn|EJ%$-nvjX3%Nt>prF|fB~nR{x$MJo~WLk#VnOUCVj(i?7uwE zt?y-9V~Hz0p7f?kcxJv2cehN~%xfS$Qe6r=<7kj+x~`eWoZQSedmUF{_lEs;AyvuY9(k3IL-wGHERy#jfr}mR0xmml0 zv=E(oP%R=6;a1LCCz^p^DY^jiz_29f%L;bTV+ z276i6K(4n1!vcM=l`SYK6W8FPj*^o|Ik|R9J+3=MqB$$exg+18hU}t!91X8H$-LO9 zofEuz*wBqjTZxX_#@B&G(tK*psr%uUE)lMe1Ex}rlC#5ov_`e@(hb)h+Vsttc;)!T zEQ?VD6>4H`bN}Mc<1ABl`IC(0Z_FuWIKOAjDwB^JzWd?!7>_4&)#tI#IWlCnoPI=&`ft1n@qzSl}m zL;^6xD%Es*Bc93VHYRTaD+HKoJTjf^qYw*%!uE<4dJfHI&9DSw4iCul5dd`XC*^B1^Z(q9SZtz^{Sq7XKh{5}z{|xe#QQazeLLmP!)sZUrmTU~p}JmJ&l@gkWN}PmPZfC&b+KP4 z1`9Q(D5I%6DA;2^7=>#U``4O!HQ)SnkS0Y^*J-#c8(P68@rb3PxmK3NXfGJCUQLUZr&=9jaE;?;64yOq3@xYa-SKF174 zX$KG$u-6Ywl5|o*Nw3%eL*`xy^uz~S&K0GouioLHFPBg9f{?D^4`#0C&;R9x# z^>cXb-KM0dk!c;ljy*%>LS5>u-d(;Zbwu=Y#2rIhKEDr)D&IdHdh3;C6?UlKX6Bs! z{E9JmGTAdQkadzSf{}vUgS0WL>fUK*%=U2|s=SG&PBk?iul1oP+A^qsE34QP%cp)- zfbh9WTFg8Ay1OeVdTzIfa6ugc#(5yXZA9DUm9wY4xd3#Zc+$%b%C13{T0JI1JxP1Ki{`#~~irJB}n`|0g_?r3xiflozCW3y`qZ02N z-6pUcm#CE}N+cAqQ|*2&Au}B(HaM!EvjP5(0iftJ$mjTl{U*P$$fHkTLDd;&1(|b@t(58lYu2=2Q`2IJ1+ygWWpVy7@(nyEuxv zy#5K&f=)kg8;-43Zs&jWNa%8|UW|XQ*N+qH) zW2p})79@H$o13}Ch~>Lr+d1R&7am}6ZJzSx7+}1t7vkGC%{$;tQ1PuUMIiEU(36qU zi?Y&ZwA@A{l40yk?rwK|V6RotS~Lkz=vQb8x5oxyQClN)X8OtE4o}dmvknK`nlZ1_ z$3|+1zgOd2c8r=QX~J~QvS-wJERwZa z?#{2ePpFKoe&6}cYROrQsW{<_FOyI+KHrNQX^c#@Nmn#TTxZ?WV&zyf0s2Unv1x+^ zebs8rd>bj!C8Jb?@^~QJA3mQX4HpSO0fR;0tk|7|at2oLkD?!&Z8=8&O~r)>E@ODrHuTi=oi5M@(r0|(Smq|uOGr)u5~9yHk$*i_nT=DP7qSM)rIp*_Ei z6{qkWU+%ozFE5V7ou1nIy_9;J6FO&;F-i3&Wk`Xee!cUORO^$;Q3x3AFtcqNW@Ik2P2;Dd@&XeL6NQeF0JRTPg*$rNVK_5r!8cu z+#js8!%v!4u1pSzLF5bvo0!es2(`0b4jJh!gj+9n&yigu5Bt**~3xU z^Y)PU1?YW866IxY9ge~C91;p{^wWwPO+e-SBu~^jp)%CRdrCkwn z^~8#&6rJSYg{}cz(6Nm_p6@>wp6B0;aOF)F+B%RthcHx*g=Q7`rD4+XoAEmqNROspp#NYOe-Sy-6Y$(^eVosnG|Xwxfop{WGA&i*ysry{vMFWX_te(7Ky&d5 zmaCfm^T9)t*`#tGhTgiTy{hxC$EAk19wDv0jRvyE^ITI!40BxsygwH>HLyML{C@Gc z!meAuDnrJmxh=^4sD);W2_9+mS0A70_rGo;ak9s}9Mf(wbx!B*8EULebmY!Wwzz&r zS}v%5HGp-L(M#{Ir(gH!i^4PAj?aQu+VI<5>dRB zvFW)Q*14cXQdwUMo>}F}7&Rfqm7;_c4UJ!1^Gt0^wnP&e1M76=^&Rd>WU1AV`8vog z5|R$wOlV>XByq+l7!DEK9H5EteEUZitKmSE3=D51fsCTwcLF<`H2fqZhLw3vGo*ei zUw4*W#95pcrarrx@ZBcF>>A7K#<=ck6XZQ>N&WB31<08p!)JVg*-S@YNnL4=$kA{} z??G+>vHLCOG{H(kZ8~>6w_UwUvA4d=Xm)0*W(`}Ad@xb`=_vX#0*&QNU0%>8s)y|#+%TvV4*^!0 z4?!*691!}oxIwSNSE8w-Z*~Zx8|N(miC|~bnzdbHo6;;+=C|hrYk>s>1%YdCO+=Q7 zxOP^2MOaaPL`bZ$jC-o*dQ##TWEOMid=f?z6{2 z(|hVy3c+m6ZGmM^2NrK@#`tRY(gCBj7BlgaeZC!Z8}gt6U$d?jsnL_GUq&Txrm?)H z>KDf$5y#vZokn$(T(yO6nA&z2$ECe9p;Tenf&IH?x>mP>QXwjGRqdf;R?NdZTZBzE zgZaY2i=Z?U0|9*e!GwO}$<<0tj2x=y&I4NtKqJMYk#v453+a)eb$@Ok{5Bcx^r&z~ z02yZlm6=d}+yhcGTKDHkXRD3BQxVZ{gV6OA+X3e7xW{A7Sh-k!@Fua z9HFYDD5p}PS7=ag0bUhbnA9vE!+y$4%u`e6ptF<6#bsmdKkr(ewP6WF;z&pa=#5#6ml5JX- z^rxjPYTD^O%=wkwgcYlHvXIJmJ1VLM{aK> zv26UF?YNg|{e>FZtNNoi;IKT;*S+~W5hYDQ%u63mtARNtkKM+GPsy`+Cpqeq>fTD< z4o+uVdpv=1fGPH4n)LWSXer+_12$+vLS`i5+%|kle;mlEQN_9wCFBYpDU}LWMU;b9 zMj&RZBKB*KOlo3a-J3q3I9KR%g#wq5xC_hUv;>M_s+7JKw9+lu)cZrE@rMNJ!TwJGkfM^q|$2>7zpWB0D9OT0cjh-ubFw1n(w71ptsJuqU7xS7pWfr`ci zSEGNhfLks~n!w-x65aX|=P|CK_oHWSE$?>xnsqf_1;br{n)!4-&#%4d>3Iz4lF_mwRl=Y<~n>!cmy_Mr3dg~ZAz2UB73#)&mRR~S)u z&iBc1JR`T&ZlOMNpD6WZ<=Q$;?t3$z8BjC50D=~{aVq4- zO7l6i?xHx-GO_*N;^UVtFR;=Kdb%bE2?_J}f&2K@6TA_)+45cD5TY~~_9BCs!Q4^E zi6YLNB2F$MOo#U#7_hkwV*C>_&KD{rLGfdw*@Gth&31F%r#+3wvk7lK{yH-^SBSnm zNM|r8MO45=tTdNvAIeqd36z_^o1-KMpcP0qU3CciU7>aO(Zc# z#&_Xa z+$=ucDRqabCY<+RR|At@Xd>6x4*P3dmG|>CZdzbwo<>H)4_}@WiCYqB54Tu~sdE}{ zMpA^gw9mz^tbU0aoS(FgiXB%|_L9>R#GTc@b$r_P*FAoa@CI;UZ4(Gh@C}q$K^Y0E znmD^ecop908H$nnaUA=GY)u0ea>=0nSK<;R&OMN&u<^qc1^vWCy<5>;$6DC6xVPKM zw4G%|V<>oQ@EB=7r?A8o2-XP9QHYt&>ERtHi7t_TTikI0+&N{Ds}jbLxjfQtwlrsd z+Cmokfwcnim5n!^{fNs>(a zP?)~LIlk~^ty;q1g4VDXH19U#=bJFJBAeVX`iL@Dshg6(ifY~KN(Kro9gyFd8nnW0 z8BV$SPK#)cXu znxxUrP|exEwE-2=Q)vT(z%TSwW;T4X&qIJQr}D2T{6E^9xVQ7YC~%MO!+L>nrMrf{ zPEo76&UTx_TZanRAIJBAjZr2wR~;bIRAul&#()AFtnNeb*YekocVD#}d_ZsC!+KwG z;tY%=<>}P5?$repdl+3O4$<_lm?wIbd!^dYg#wIG<8?OU=!YCF#MfR`g2;)VCyI^) zLC=VP8tlgEE`W4S85QYlJ^x{cyXwW9w_v|!g*SiA3v>OHR-FTC|7d)TZTS|m{`;{r4N{NZuKN#&XSy{WY` ziZ3Gzk-jGKODSq@cAs`LK>wa2_%T-r$c`35)KDMu*^zt){ zL3)cC=}toF2~e376#6`gT8)s}F^jgY`mGCWGY}S_$>}}=NxmB}dh;s$JtA)WX`eOL znLiD|1B$WmgH7*?FG8Nt5(^x;UvQ?9oDL&zBuKWyhg+lI`#++YEqFZPf`Mlp=b=Yn ziO_g>s62{rq`u+X%9{7xFTlv)2=B-ZC55y>4fP}SxeeXoZqua!ZG^F>L}e`yT|b#T z`irp2w5S6;7US5@VxXI#xd%ROOLvAv2xo!!Bo;EehDdr)??D@2GU~l)J0(Qjkaly= z`|H+*hWVA9`nA~{nvsz5)N;u+BsmN~XSS|?9D3uGblF`uH1%&4gv<1k0UPG3Ul|7= z^mOjUEmt7VxEtE^KX{Lnz5ns){M3Zh&57)NInUksu-P4_^&_dn>n@R+75`}@bpL-? zH~+_$Y?U3Gmj%t8$4xLqz(_b`_1xnZoc?7a=NxAqukP~+Z)x3ZH3m)Pok=)l^D!BQ z*@`mrqNT3zT6^_?r%Tm_?({G6Zwl|{s8I*vYFzO(Csh^~F@w|(4SfgjB0@T=-1`^` z!1={!=G|OTsvO$GvH59^o!L3;+~BjRDTEP%+lFc?Vpa6k(J`GM3%N$#lRLbl!E!;s z))jm#BJ74zN9%(N)e6JHAzNFoY7}&j33SoBnl6uTE?s`bRM)0Us57dbAaHhGEN9sh zxT`+tfu1I6qj1a?=9Qm5W{u$@`%zvY>oT-Zi3=#<`5ndbW#z-*GUNY90MP|_tnj-zhL_AR>MqL4l&?O^?sd& zt%CE*QL;zP#;D)u?ZVGTl^aJQJHM@hm#&dte%!>URJLGsp=V@K#2 zVcY*6-QOQ(WHzw!&wxKwm?$S=!wjx{1}SONKNOenU0 z1vpff*qZ>vOux3QH1G&Rpf*Q!D|0>#$%my5GLqFP`q_d}Z5z2NUotBKBF!d8F;;cx z#;@T0tZqgxtoVTyjCn22!}hsrg9g>yr=Z;L*+OFf_(z*1vCk`j*HWMx(HuLsw`KbC zyOFn5_ee+%+ z0(?1}B;n&@K5G0VY|~!p#BXzZAv>?@#^9+>Hp^OdKkKv2V!A56U@|x3IK%!A?^?dm z`G56el>J~J;F`uh(kXnnnM?z@Z?UY%D+6K#`PV(xYXfv^TATBtYdW4%M>$cJFA_=g zth_xm6@sn(g(*Z;qG#VuF$xO0GK_aD}n>eC*bU%U2>ylOvj42o;dn^y`%O z81h~W42h=DgX#TFV{uK4lD6IIOxW9Vu!-YGo@fX|>j*fid~X|hhA#8p9Jklnya}EZ zwJ50EAAk@1yqz9{O*a^JoNM9=h^I;rcvSN{TE*)f77cKs3`en0W$Lc&d|#(MF~iKm zCx&o@o_Fa5)DRMxG7854vFERMl`^d@&dxFWQ0O5_e!j{6fWCi;Y&V|twoh`iMV z{Clm0kxx)P4CD{wz2yrrN2VgJkP%Fh0do-Qs|9BWhVyd20J$}~4=BuaFtml^G)C3i zSOzx!x5HZ{Ua%@Wf?#CcgCdb{$a`pCDPwOpO(Xw#sd@SM1sLi&f&Yt<^eS3lw^-+s zU?!qf8)pee5iiqFO)T*V0n4hfw8IKc3XZBH->W<*YBr8DRay`Pj7ee~< zGK(KzJ{H6sG1&Co_$3~#N-7Jq|H5J1x@Ggc<5mB>+E%ftu%~uYS>LvWz?I3;W3DYC z*yF3@00%$M*Zg7Wc!riETD3`12wK#0PKUNOvCQUkoh#;Vb7O`zQqjf*l8SBbyvF|2 zbHLK;gB?@{qBaq9#*UTo`|WSo0_}WO2j9?GJ1Scc;~SLrvr{Co}n5&)j)!Jf8pZ7XE2o%qYChlDXx^l@S7E}b`EXP z0H*hqZ;E)f-jd$A79<0fn}ck;g;hPF-zkqhl>*>NuOEqe3e#NuPMH@rS=fyR?Iz^5 z+30aDAt>K85HFt#xgnf_oVG^25E5&%pl4ahAzr(=OdUbT8qPNR-OGpe;?Clxo|5A^ zSwj`8^lFOftB)2wh3xfjxA|){F!AM)`EiV_nF&}s(iHTaWxh9C7(QQ zVc``p5H=FWnfr3ua4XN=XMibQdyaeUuF*w2x?ByEH)-$ z98w~nLs7|h*81oxOcd5%th{OC9=`x1SXjx6fsGeI3Woub~}u zg_0eV+^;>ok0TSlNoHcA-_%AIus;p6tOVgNHHUXSV{|D+?1kOWrKDVGffF8@>PPgm zZ#wz@Bg0^Vg#>>$WRH2jZohcHNz(7U1g^QWI(r3l zapX-YWFGC&)Ww-W{Ez+?gKtzOJ;41IW9oTzSVWjWND6bC|81-xq@0@7vICTs!A^c| z7cER71XRV-mNc}+wJ{NIM<%y!N)1szuHaE_qG#b?|5e~{*24EzR1{*_07Zpa9C?-m z^1j4Uc(YlVNL`MLD3<)*{5EB8W|)kC`)!%2u0C{FF>aCHceX^+_X>pBqX~>CTIV8O zbw$uv>hz@j*aX5?fpjhQ~D^rcs#enAgE37|YT&_|nacj7TyhuQ5&f$C+Eks=0 zwCtqy()lRoz3@~}gcPFM?$J#jZaw7?#sExqNs0|n!7~+2!qFa z1YLRuL2s}6rH-#x(T(>~{@!S-e#b15cI9}Cq^FQdHHE^y$*NZ}ej_Vj;Qs#gj;L1_ zvk$ImL^dIi7;bJ`s4(@zw{+#bI z4L&jU1yk@Nkq6-{iE@dG3Zd-x><+XNp;}?uFPGcx@LXsi>?E}GDz5(EBU0a1>Qe44 zhn?-q_I!aN%7gelA1+bhL zYH-UhuPgu!e?IUro8t)Q7f~Sc<*)~s7Rps+$L=c8%G76EEu^b|EaL^SIi8k?N~(bB zdkXk?Wq%=FCYH%SyfnmHNlj#MNw4(pn|-~ZjVpTV>ny&EUv*(g{HXO_fg5{!4HH}Q z=aXZWzaw*M_2<{51V%gaocHv7dg(TPincA9D?2SQU;1o(yx3zToI&Y*pP7Fi&F~#^Yuk^;dH+i{WQ7hw~SVy!7-R4K|c` zG=iZ$qDOq*`yXP4Z!6Z_&DcrM^=%*~K#pen1U!o5s;}xafhd-s_Xo-N)vQ!)!F#DE zxghohryoP**Mdkb>1IuP87orW_RlI;QK`Cb647QT93;d5TsyrKTxw0N+}| z$xecY7w!C!-}SAt>~SrLUIna-%;lNIy*ST{_f`idY1QgRwi*}A2A(n9PSS)3Lw&*5 z9coa4=pS|>KWeGKoBkqOt5vZ6OOU#3_w)gEsiIdE|GR z=tW&%SqHJdYGHS^z|UrxPaSTl)n5uo>PYG)eg|YGx?@*BP0#_UK1M+(dNf4}Mq8YG z%smFM{bEAxk)fo004VT=U4PA~R>Rd%#1bZ*@kcGY(p<5$!i3$`*UFuudCGo#2J$Hp zrC{o9yS*dYR`con)A)c0Y?W|BK!aal2J2xhd1z~6fe;`>j@C8upyIw;#wdl}bk9n; zLJ|>-i|BpqN|AKB%NouXLbPn&M=N!R8^*kW9YU0|x%TmxQEk<4t-JRE@u6)knXRIB z?FYO|4y>D)J$6WXziJ4%Tz3i(P)Lg60cV!OJ6{Prn2ypv`9d`BzGCoL&0FTnO?#^t z^lZZO7)e(rr7RxVnrUWys*_7;ZXWqWqrIK~itv>B%~b9o;qsW><%v40&#n9o=dc|5 zTcdX%MONclgF5m6ri;etx6W%K)jla+HlGjEyr&IhNFKLmyXf=;{)$6hpL|yxl|J{cD)*MAh)7Pw>>*{e(kD&$HXEG zuC-8>v`PjPiKyv7uIIC(Q`x&Fd838Ni%Hra;1_f*ea}(s^}IxV?EL&r;ff}p8_(3Z z>gkeg1aaQ=4GPv#E|J-hH%u*A$gB!(=*gA}YJ+?AOnYgF5wmXAZdMa-3{B_G9JNjD z8I^q<^$Nfd>B9+A=dJz3{i1FYHB~g+;k>G|GDX%bFI7=sy!Hwr6r-yNi5NLoQ#{wa z`d$+;8OHzJ*j1(vfj&MOWhM9gU2zq~(MP`VST^Rgho+j`Fyba&`sl@G@7ew;xk$LE zZ{nX0RKv8L8Q-ON874DsqEg zUW?n6^=uZvw(oj%=5I4`2w+Lfv1ozx5qD)J;ap}y@Fz=&wb@c`J*ongM)Y+rq0?NLRkcMz<4n*?9g5C&~K z8?IWb@!u<7cj6yy6ZH{Wcz9Xm0+ktKFY+@SgP)1u{j)j&S@F|?GBPuU)6Ft-1s-HV z)9>%L06}}=pBac8m+gZVZGY>;eowlqUB? za5zJM48FvXWagK@PUcF@{8H~#swJ%OBR9e#scC41smPYSDsDY7GU3g6-qL2ulxSOk zs+J?Q8ZEH!qowW7?;2dN9Y!j57GdLVHd*4sLm-SG*Zs{_fvv9Iki9K3Lfljh<_;Kg ztM4)MFVXx4aJ|~(C|6&n9Zagq$)5N*7UF6(H%RJ|mPeL-S|$(gAYyS^sdOIy$wM0| z23dm_abDIlHBp*P^-koGoZUJKl#Xrz3S=2<7Kp@Ug6a$SzjALBqd(A6oEqKM8BQ)V zuj3?>=~W9g#_g=8r^4!N4i*}xBuPn`T-Ip@ul9%gN?DlF7B24(`$iupA%JDyh6nT? zsy68NED)^y1{fdx5a&`!`^?^^)u$bBw$apXnbz+;l_!0h6O^;1Tnw(r5<>Je_eH~K zqd+Skyhq-^k`=*%j9n7I$g?(t@sS5dWR`DVzOor*`0`BYve>QBrPkE@y~OHkG+ZW5M)kyciQYI+@775lz;;!5mDFuLFEVhveq>bQIz&XW z`_`i6!;*4~y|)Ij>{VpVXPGxh+a`Lp4)SL@_n>h3l^I*GxBiP~r)?_rV>NH-`b(r6 zPxwW?+pxn=xn*3qFXBf?Kv<0FL?2Tm6L+Dsj`6NaHs)OH@G1JbeSD|s9qcQI z4dYKo@|)fq%7?+Q^x0&SiC#Y7Q;1Ea)pEuqe8L;12m>ORyS@ubhPIjPNaQPANkJe#8Dwa~A`Os)?Lj{J9vo_0hYc@KHCj{h7pHmAnpyz2HZ zITvE`7J}Fx^S7VM>?O{{)A$SwT=IAUZo|G9|6BZz(qV(Opw2`c1##dRf0j|`4Ht{4DIjO!@&4Ap;%dWKHpLYDB z<&zu15?R?OM~_AJg7vy-iLK`GqQi;A>$8<%$IZ({HqBmIqWZEs-AK-)UKWpR0cO={ zkA_L@mCTsnVS^lS>-XBHj3?yOpaDtA!#{H3K{R7$+PUp6Ycgcfp88d$d*iy}dID7F zb0dos-_QKcr^GxPwwoT}lG|xtccQo9^V@C>CSqs)Ec&lCcImQ25y4WoBccw(U&KL3 z7K?Z2NRQnvXPA=TM!i6Cs5ekNu&3$U4svX7ey`!?O4n>R?J_tiWGs>z@H*%R?RKDG z$L@HRqG^3`;Gt>E8g)nPhQTuj1<`*7!)o}Kx7#_}f!jV+9Ty*RWit-uNp9L!Zk^C4 zJ!Ei3f^6TSmW{u~o?!B;qEyp;ciFSP|1Nfn48h6Sx>_>|H5^e>y1*hfD-Ok)-PWZ1 z1|n`d_+lx1BONGdaN5R)55(8=wAx88$fPBoe8R%J!EV(6zx!U$Y^C%KYxXydM1ZZu zOb;6iucq`T5y3}3QyEIbT#Kb4@`3$sH3huB$?~q{%lR93Zbbyq-G!9nI(lXh4Fa>a zR}DCzkA=r6g)J72PvJCb?cBr!2uzWn3)k@YJ@7DgHNc?WQ6KQ3AtaTZJCA93iz-am zmESgjDPWNL?swN)P#7-2WHy#ce6KL}g=!#z-a6AUd|2c72ZI!G6tSYE_p*p;jJ+ZQ z?PtwEI8l~QbmP|HCHlC zgG>g}&iSI%#{(H0Y;Q`2$;qAr{Znd>cruE zFWmwZs>wiO$hSH9Hl@;}4VF`UzdQauvTW7JWA;pP{8idnPIe5%wuCB?jezU@nIqTF zdUxZ>h6W71V%b#M|mk=AH? zDywvHeEW8h@e)+n%08Lq5G*2dxaAxcE(`Ia*@E2PwSgmLgKDZ-#V=+lbLzt-KWbr* zn>%v%_Vi565YPnuZxZ^SEr8zBhwdisQVQnoi&M_CUwWl(_cSrAAISYJ{MN_T-QV2| zt{D>oLT#n`qua$RUWJ5|{3{PCVh1O`e$Z1zfi8+G<}Un7LA@om#U{^gWhsNoFQinQ zx9uKu-eG4-HW^yKrtIC{F4SSNsz9R-PhPuv1|s*7!od{`Dz*^_4~?KG`yc8wETv20 zF*O(d;u(z_Y?mtWVsdXxh=vL%b$(_GfsG79t!pQ_3?`-Qpkls0Ln3`0aqDJGl$90ye#vVb zSL`8KaU{N>rzZxL%#baPjc?4+2Xw71BE>c!38p4v_;2OZdNNL_OA@OVFeGMOKfO=z zcCO*vXzPjDh8peLLG!8aE8JB+ynDiJV?G;<<+LXQzSpyTvHsNE%_1U*PX$9dd*}9U z~4X4`d-^me_8bI4?6rd#a^nysuBeI3~p+~Ns8 z=F*Y43HU;5Ws{Vbo~5l(b}+@F$nYis@u@0R`+ashFujBmvd_+3ut6(`Dxzq3IaO%z z%y%OGz{-zlTf}ejH$Ka`xJM~o&VF&8?v59!#8hUp&a!rOfuV2Gx|LiR;x;TeIg0`+ zg`OPk(?4Z(c2RCN>F^IE>i}|#3eCNc2T$Spo9vjTrZ!GndqotJtR8SXon>!M1X~s!Ap8_3Gzv`g3$mY1S*VF+s?~dHXsB?*904 zM!RuoB9phyyFRpg@b!p9?VR8#UhY(a5}V}9n|)goW(DrPUuHrXWi;AX+8fo4BB0i= zjEA4NLRQ3r+S96Zqfx4)tmOcVMqGR05 zonE{A*k)d{;vpAfjw>Gcz*_R!JYI|HWv4!@zU*R#DoHlRYJ3dKu?J2yzBw&iIXl?- z>4k1owSNT32j=OVUbJ>KA1ehF%cU*^1TnCE;@jq00PZ?4+M<%%B^nALI_!?Uj;=V~ zMl>0U;}Hq18PcRHrZTTI#G7<((_S`ejZ)S}Gq=>?bD!Z`72k~RGrInF++jul;F%1KTbu^{U@hGVFW+Za*}NS5_7f;csBD$) zlM-Lzb@wiSGgl^KZRE9Cn<={`t<3R~yfVS?Zm9#5wHj0qF7o0+9LPJ}w6Nm7Onp8p z5}q94Ecy%Td9_?AxtE}~Op~~2#m;Z2pW6BnM@m$giv)+?N(j7G4Fx(Y`X7&?P@)*AUTA9SZK$q3y;uS-A_)jOJE5R%*ZBi{A1-v- z!Ui7V`&pRdXU(UulUbt0s02w4(WJs@UVa>&W6Xe7=;Is5KPr!wz#9mCXKdNo;1NJ< zGj&ivdp+4e4r|Q!1+4GP!R39$c^>su6M*=>l5FI|2hq!b#lq=j*aN*7F-iYM;%nka zO$nsO84`25uAr6MKs%+;LHBavH3Z7rUStf+0GzZa+UZ%yMSt8JaJKmDtH{t~8u@gB zL4lXwyKJm1`FGzB`j<56M5n zf(9RWho8ojK}R?$zW3$En)vR>IY=B+PlNV}q@+-riIPo7-qoZQvpYoU5(F{C6-b(X z8QjlQ)3x@GtoA6lL)P4#sBbwLQp|#}r(o1(&k$AcwPUOFr|751W(@;p!tpYhTHf}Uh(n*_O)^j6+vurT2^C!oHpDMXFJ-DAD5TYBU0lT{R2KVG zZ$Pz;iBPLvjH)*2w^h>PVz8pCtpWfCm~)E2P%=HOs@)1aywnXxM9WR* zw_0}EP_G!{lif6bfgetcOp5Aa(N5nzfj_d{qoMm`NE7W-o?lJjK39UI2VC(R`$U@O zsR96NI~!l`jV~?jm8mA{PygJ~;8N|uJ0QkG>mr6{-QTJLLbOd!WdeS#>30xkFe9?BNodkdf z+hTc6p)RYM4-{!~B!ItT8YP7?`H{U%wKB7wHc_;gBtf=ws$7=!yKS4UpNHFU%2Yhr z%F*VB%HR`=N`CN3FWm=PdWrCvhd~=3Xn6n)HOJZzJyJ69oN@vSxig@WSmlze#iS|X z8|38JPim1~1S-dY&_^`1I7krk#52E$GVfj;KCn3JmFwe-0rDSqEX`p1rhjEJeXIhiM zQXG1qW@kI4G{|1~xPnhyIaWm8Es%OnF21%F9I4+%$H87yTv9v{l|UCjkvNn(PAY@@ zU`WSGNt1)&5nqU*7Z?|<{pU}7j+IiQf3X*(PQ8HSwJ8@f9*!MHifRi00Ab?&z98V2 z?AmT?LZjwo1Yo48pQhpvq3Id3WQcK*S4~27e}^ow-5?IxNY|c_xT@2)migJcN}IC( zW}pn$yYh`#|Iz@GQ6}4I(drD8Bn(94h;H%y^m#HoJXc^IFRUMA``Aqex!u}**VLap zc?1eM?AW93D@{rTeTNi!0tBcF05Bh+uRn7>CQ2zYOSJ!Gu=r|Efuc3Czha2AlE5m- ztM2?v2Knou4h-q6m z^H6*#TEU!8+zZbkKM}<3!q4e)7JPHbNh;Y@GE^>E)WIC_!qFNi=zxco_I4*1tmU8m-BU#(}K|9 zrL)ZV2iJhXq@9DmTr+B_s==^pbB-kesn%K7UZb3Ocl5Snk>kvdz$uL`>}d35x*)jM zxZh3c9#~}B5P!YcQ7c?!XZ)`Mh{<$g_-T0CCKHQ)7AId?!KEel5M6jo=WwhAgU;vl zCiFcgZE&!7#~u105L)ex1;_h;QYB3=v(*DqaaRANn4~CH%v{78%o@WQ8D+{ENzqV* z?WwktUD;e8sYK7hT1+4FMM%X4_Z3v@m-Z%GtjExny1A;Bao9@!nuFl)*_v>QX>h|1 z%@VtP!3;e4_$-&*nzl~0#wZMov$O!mS|sot;w*yig>BWD&}#BKq`vcF(>fN+?*s}( z)O|^euSr6UUnsXDE{1!J1D8-&oN2- z=%@unW?Q?`qh?|Q?8Dibv=*ft+TP!n$y4mBu4rlOK8aPZBL|!tWlSVrOHB6NZZ&TX zKN%wSo$V+)OrjKvTfRNaTPg?ItuF?>%P3q@Ryr2$@hX$dbBtmm6P8Skm%kpr)!WLa zWEc`jv3`PW%Ftn@_8MeMmZNHj;?V#F&JVYNl2Wf#hTj_F+IdD0!F!>%if_5j__7K- zXl;fcI6P5Bk_c^l4A!A-p2WAgc_tfWH&_*Q=)iKo7kv}2SPO^-u~ymO6W5jL8o6}+ zx}V#SvQzDC-Jbjg_gz^m`!q;Qf8tF1(rl9(w>OHi;VsvA>W3sO>MH}at#kaVPEgfp zaInBA^_NJ#BM~@}M3>|}#~szUy}&o&8;p%lWfSG%xefwb^@Z41!PbT%w~^2orYbRY zOTc(!J<**C@2_z#Sq$;_KCsGLlBwH|%GJkfF5Qt>)O#$ysn`$l7Vh$2J=>#)?jsox zDgKVD^~hU>-FchwO9t>c*>bq#?fJB1?(JFb{bFp`-FhSd-Sh?X@a>)r20HgcZ83Rg zhl)9j8sb&{*Na9kTwalMrg7lda%^zC=8#c;(4xJ_2v^|!KCInr=Dc!bQ0KFFz~|~&VT#NwSCAgXe;$*_Cd6=#{hIKAeO6qWPAIhUw}c8l z-i=~By#r0zOd>j@!D|vX%G35MSqMW22<8Q-`QB|B_(Pt)IH#VOS#5Jy>qIoF{pzjw zh7liIKYhc={6rR8h+7mq$Bh;5Y~{>jc&<~)*m%i?kJC`)#%ry8x#2DMlwu<&10PKI4Ts}Rwf0VoZc+6bTCb^ zN3EtGfLy-?oycsT9@pd54i=eVkGBwiBNC2k=@Z%baS#>CKfo~_s38G5V0KAWl!}n@ z{2pJI11L3<^gJpmYb+BuH52+HLkqRrQ7qLlvkI^T{?28NkZ_0GUM$>=bok9W9SG=A zrC7aV)66L|MK25(io4nTvQk>`4uu zVb~M@TQ{pEu!u(QF81_}D!OqQO$8+kM~AS}a4%N*QviVa!vVDGw%7ft^AR;=szV;Y+uhTzaEVs;+63=nuyjGd-LJLrH@8hfJFW+2Ys)8#&4nqyLOLc zFD+8^ME$(CGgn6|{58UFt!$~|5-L(9?ztwN>9!UKihkWDnd*B)D}2`(_Cl}?HR#!! z95sXytG68={T|($=k4$qidx~V@SoZctIcvL3rJr6lJaIs^e6$OePpJvyq>*Qigp;3 zqa~qL8#JVqI-r~ClJtZp?G#GwK9&Nu^ago-TL?7Sm|wphcQ^ea;uqpQrDN;U*BNGG zyggXrS6_CpPt+hP>vuc%g><=jXjPGP2YHMqd8J4M`_f-9LoRtbGU1QhPrl1)(0MH$ zL>ne%(5Wtk0OnzH-USLSD>G41&77@i+4{X(K5sB5!6OCu2M>nq2Tj}#(0$Oz;$!{e zt{OmGYv{uqbu$}(-)FMnDiJv?=~IbA_j;^g4P+Yq=rtAXS$)LD1Ou|XBPDl@Y~5m! z=|9m>7S{Q}D68R5j{bIL|H9d|kN>zmS+Op&`-I?s*1e2G*dy23Cy6Z(Ur0;&O3=*) z6I)x*{Y4XGNn#CmdV6PC*EA40dzbTAV#ea(fcanl!kZYGT`WmD-RbikV%HO&{E0|rAqu2ynW`rvvvZ{{PIO}Qax#)KI>ok z3?`cS^5K*weE3vR)WDul3(48hyzZ{K*JMEo@rPkVJgm1rZnbLO$M~^#&r~Or3uhvu{cdJvr!jQShj! z-pflx*6E7Ighp=L6OdYW<3HAq=-65jSLZUBI!;O{1TZhnI^{(!zHh_SjJj1E)6K%Z z;e9hI-{0>D$t()c-YPu;knqz?;K^F_Tz>B9>kXr7*mudj%}KJOuRmw_j*VMAS^^I) zWP+CC^f%&Ljf*u2>$s+`IN(Hp_KD#TJG7OpQZpqF8C@Vt#`vyRKSlUKjU zS$~X)o!gF*ci-*$%UV;&CkJkjy|LN$Yw?1?;)}rmc0%!^W~f_>TF;fl|FE%$f{j*! z#7(ZJ@mL|#rBKscjgFfkkDJoEYuzRG|KV8NtUlpe5v~%t41#xDqWv4lt>~ZJX0F^= z|BV&2#jJ0{N*%-1y|99iv-;DJo8jwe41InULUefhvH4$1+eg9IPkgwEJLmEp3O$5; z3!B^Bcjg&+K>*@TEnz&;Jq{I=uc4NLPD#eQ6affvhFAO5ALsRgB+c})r|Ud~S18g^ z_NL1a4Xd8-{=YcX>L221`j~(Nia3g>#p|v|qosZ%pC(K(T?}dW6|g4}g=0`%8Dk?w z((T$acFz%%=%M{hpS?Hk1Z=)x?qSyTj|RS9OW{NgpKM-+lwb2dXv17AN)myj3Z1#c zxK@To4x*R5;)1L_I`p`m*12LsV>*7EQ7b@~FAMJxkXQf@j` zGA2-YtxQM|?9F&ik`1@I{~=XsQUlYAs4G!{1lP&9Xh5KT<_X5byYWP~oq&47e@LZ- zBq_1+uaYJu>9o7}dS?3ns# zgGrMOCbGNGv&&xd+LqyeeueeWUCkYY+4ieLw^O&Xmhld;8(VtfCzf;DHD|i^aj%{)nG&*0N8)Nw+@NG>|@vYSzqP#kzUiH)Uq z*T>}4*QF)2#spS6pJ*LcZDR{Ib5s0jNG!WDrl(e>xUfjb8Wb5R;1iAyT90sUb&Wuz z%NAce$$$ObuI;o| zKpgzX*j_?xe8{Ad)Y4FqrDy@#nP$fwjgFC?@?B2fdArV~v%YBQlf z>swa9Ok@iu&C|7{f((9Vhn|j#pqwC>bY@%^mwx31$SAPck})^4r9Qp!MUaevD; z+^*B0LiYkdlbBSL{SvM?>^{};!y`%HUpT1kixUHy&yU2miX!q(E{?SS`coL&^&?7^ z_@j}SoiCwHqI#lYU(6M|cw*(yGSkMMo{*#i&_W@p_N+bX4{M(f-+YR7RdRh-1Xf0Z zXkQ{t(oDZSz%{BfsUK9p<{{YHQblaV=`1p)0p^7Ke^gy(JezIXZ>yy(ttv&#wpye1 z9x>V~Y0aWWZH-xtn6ar^EkPBvqgGL?)DE#~MeQ9Uh)s~#vEJPG{XEa_em~~Jl`q$E zo#%1<*8!)UOBS^&^~T=tr;VfHtWP)g++;8h7@EM*e}%i6hcOc^Yv`$bg&@^wcF}RL z&aD>bSUJ~(Dk4w|;pI}xsJ3<0YRnB}UKx1OaIn_Nd-{rV`cF@HaIDL0dz6V;Nv93z zQ@#By9$G&uK7XR<<>s!_p}ffN+x+MCLX9yW)C0u>#4xb{jxDw`I1^*r@8>-DVv`Zi zIUS;5$EmUVc1)n@#t}SQbe{c+Kxa!RJT`!(Ou^Y)*G+y9L^S=j~?bnm6{=EaD)5!u7SxJ z1$<3IA;EiQ20egU`&88G`p=Ex{NR>7ZpPSmX2u@a?c{fuxZ2wmsIiW>j^6K2ajFi5 z7%~Sdov*u-^Ut;H0?+z};!01feX@F>(cW57Wt-0>2zOn{WhBFLHA%_Gvtm}J9cyUr zohy7xGH*}FN_u-aBX9;QT<>VqpLDdYF5ED@=Q$J0NHzgBAAkGn!M}ve|Fq%(cmJxN z?2td#n>I|d;W_V@0A1*hzbfAhT`oh786gXKvjM_h*EP*kvZZ2k`g?j+o`#UqicAk8 z{ZHss0s+f!4Ie%%d*Kb>-8sd|g|Rl&vrl4nr)t-yMZPK2U*2d>fX7>f2iXMte%R2X z^Hxt-0e0QI(aG?5ucY%JRWu)-Ft=lib?NwK=*=9lK4ZZAw$Mi4Hd8VIInR6t{qwFi zyLf{LWBaYoiNfABA+?Be1FeJx5oVrrB6}{Y+;6u*5Mp@mE~v_B#yY=LJnO)4L^B)O7XTUaTKO+1W+sYaHQHp^;c(=d>~RaluF6&xwmobA$IqTf+B zwt5wEpbi}(1r(#ydUqv{riaX7{w;d4uuSP3gQ!z2aheLKS4U(`XH6N%SMRw%_pBD+ z!$qFPbxUeakJgCW!GFA?b8lEiFv4WrGY8ymXks2#*oz`tGja0h>5;zoj(H!DQ( z?M&y=X6L)vtD~M+8K3MMr;xPW6A0z3)MKsnG0X?FEi-DbZ5cn=1l7#LdgtM<20-Kn z+Uuppiy4)JQ~vIKoI~hD0wtLGkcLaiigaAPosm|U=I!9g^%@w6(C>CobQ z&mylH6WcGV=JQ7-=I33S!GDd5hs}{$($Ou6F&|F9aks4n<$gle@r4iY z)cfoi={*<|MPeR7mU+Rd6nLZS>vHYo3_CU&*DNMON2WaFZScH8%K8Lz^l5O56;RHN zR!H>g9~(n?f%{l%giGjc1g*hS^O?nyIlb4ZvIkZWo)Xxb3z2^wl>UU5MNXR!K7cZ6 zc)iwBB|;4>=9g@EoH(*xq~w^O42hyK(H)dsT=SFp{qM}W{$v8Y@> z{NMXz&Eyo-PVG0gBQ|Htyv#uw&Opt{{)x-o6ZYDFBPyz7_Gf+q5N+Q{QKFGb0R$VorlwtxxJugrhzAbWM`++V7=dPru}pZauj z94nMlJ22nq6q$TRICVdsY}Bq64#1MPKIQRPoOZbrkCyXr`1p7ifn8d&6w33zfF|?% zmc90h4rMDQ(1z*dgqcrbr4`iU$3u1*{-fBw22U@hJ18>nF+>i%7{|u_Q3?O&CjJjb zwXLi&+u0MsYYN`3jN36biNZ_gHheONX&q@^bjZtlk(KC6-^R;vY7QIh!qsRVfjhsA zFJ#r5_ExVo63AKj%#=DOs-mo>`*DfG)F2~}ckj2~FF&V;|I`NNO`|WgIC~;lZ}cJr zxjK4RArYzEKuk3(cq}sbL{uwl{jRgutsXB`yRORghKJZpPRfVbl@v)+;zlnx({l8+ zwy7FIu-;6C4ZE8|SZ#ip~MjXsrgJ*`g9DPW7+FGECCSW0$_+R{7asINDrv>UT#6k=00*j}LnZD?D$7Vd-y6CXym8p1uu z`*_w}W6jE(?-%w-xADN?jl^z##5=LeUuX~J3XAmJRz^Jg3nAi^nZFn*6$WhX`&$X4 zj6&V)WCW!#mH63AF{B{Y6#&L`Q@}dC|m$V)f|%**Ng|l9|^Rg zd=7g|2a3|ErLnP? z6 zl1&_689$$$9W-Vro@}?m9`zjfOaDawQ8`^AZ+JQQEKgokZ66s{f(WCFBkyi?aMyNv-ix&dEtxs92@9AO*a#*Pyz+dw{7YjEelgl z5@KQcH-lBI%4fP|1X|fyzOo0jIKuM9@ddgr%fc z9?%9SR{g~7fRso&(u2SIWjk1%OiAtc&$Ie^)_YG|Z(6l|bfO932Zzd3%zrYKoo7C` z)-!ePW`3etNj-D4`_P6>#ZWbM-7{)_jvhLq?O4qnoG!`*iLsyrQCf~Uf5*dy?Rv)EtRd7N!?Zg`O}QibE4q9Jh#qMzY`v-GDlL6R3fq*BbsFP~ zm!y2g9lFw!b=h0+`D|rkRZ91wK~0|Elp!~lbgi?X)5IsFzi(O6r6~C6O8=();O1Zf z_S2eul|X2{D3J5Vm&8;4*0v|rQ>T+zLVTmBDay>aQ{&hsrgDC)={Fnk+asS|BPMzd9%jFbocngH1vr+2;SaYou!il9fu=I zu;*cRQ5AKht5gJj+x_!NQ#t0ULZ~C(;ClYZ(Lg=s0kEs{QaBTR0Ht+1x&X5goKVQ#Ji)%e<{HHRj&Mz!G}l`he-)M#pq0Wr6JZi%5=>5Ig+gZ~C9S%G|Xv zE}=9F$S6{foUAua&j8*Tz#o?;GF&rLP!#gryzBaD5c`Z()APl{LCYs+%mUji$`1nw z_aU&b_VGDsD$e%%My-G|VB6}?%zKW99Ttpi%#Lk1R&B4~YwyHtL!A6tG+BsQY#hC4 zIw~HU)k5^_Y~hCf7kc?@!0A)!N85>K@q`~3*z0?2&o~5MNx`jHYCq`DTYW;wcN3?E z!b+5Zq+B}Ph#b5a2QQR=qY}X5oQ}O?m`9&4Y!sWycEpCOJth_ezsu)j_kbS``EN)C zfHK2KG~A`*2Sq^MlixQVs-?ac)<06kjE%AkWOPDQBC=E#FCpR(Zot*|T)S zQ>(9K7dSR^Ij=GqjbAZUwS)*OZHU>bnhO-UypxrMCu+U^57nov+>|sz(`1J|ZnLJ^ zDhMRm*9}B}KpibI4H=t^SIo3m2FSD!vl|=K4i&da(iWBOOqiSV!pB1MCOuaP3+qrV zoDMnEQ3IPFJKj3~!G6sQdu2a5x2V35{O}E}{~`B(O%Ly)o74dBHCwVYa*c96 z=UC@<_PP`^Bm`h<<~r3g*|Tiq#bdK`;8|bh{ZNs8S`v#Qcimp_ys}7hL__$g25_h@ z+jwFC=M^Radd41`Z3#kD=A4K(IhOw#3Ioqo&HV^4R>7L?TPZOoY@jk)xCMGbMj$&vG~gYAoI zbS__^N3gO<#u7YN}f`PU`P|w#4_#R^IVJGIqmLBg6my-L#4PT1Xsvk8m5^}sXm zlet%BhH8RmTI1PXsoAoXq4SI$@$9@8xJ9PNeU&h85skiUs=fa@1}QHUeriIKuie{x zEZyQ~UquD3Z*7RY$@x|kuhnToWDFHozWmUZ0ZS7y`0`~pRtP!&B}+#R4T}CEW|IZ- z$?VDzOUS^YBeTlw%rlkj7h1LPUV;chw9`pQ-mIsQfPHWUdn;>Q|3@KUz2-PL>AH4o zB&mJJ$M>4$&jQ@D%4J)K@;&xC!Ok4JbC-dx$=3?t@WsDDA`5FKts*QfrRXgi4 z_7%%%9bP@1XyCiKDA>QHHYRJYoF z=g(NGvh{SodcIM5pW|F7QR;aHcSbDsH$bU#y4b{~;wIkFaiKzsuD_(61@d?_LGN%( zCiN_>N~g5OhAilyP)4|f{9(-~^g}juTbjF1Hv5%#2jc?yY~i4_9xvC=MnXG8k;Z|p zRw^OCuCA5~Y&4wTr-C&KY2PaK^{6Kb?c)e+6PgIGgUZN#(a~5S@y)xY)Z^wSat_RU z)8azU$+LV{Udcu@cWQlkPTb6tz-ov$B_C_=;I)_tIGeReblqRalK;~tBWydz*+OK` zt&=}Pr>UqhrE~YX{f_hWlJnKz)!xu8OwHKRfq#1UiR@}y`M?N@wjP$9{+@VH`W=Xu zeckc2Q7YX57^&TO)ayP!vD|(TbWm`lTK3muK}&tn?f0J-7Gy2AqUSCLiOiO3H6BlI zegA7`z~7^Zq6hI{wYu>X5(qsaXD)rWI9)Rw`pbK;Z#FAUs+ZoGNqq3~Tf#O^N1 zGE>95tAfZJmjmvMr8J|FPpepatQ-JB`240j4CaB*wIRA~!&>D5V9wH^-v;t9Q^YCbPrc2Zt^)csn9&v|w8KjG4_?Q}eSEiYa@=(P#Q@^uq6D81@Y zJbkD&pm{B|V9=rgV?H~%DYDqv+S%Sk-?sfo(j~r_;isrbM5LIBQCO7jVd-uBiW>47 zKr%b0_tJ&kdC;WDvzNResX-2IA{xCV8zbo0C#=Q#gU2I++MuM`wZNh?Ty;#xNiQT@ z7QM|JFb#s@x6PQX6EYz(u3<3w1+NY!n7xGS<{a6L z>~?zPg^zzp^p@a51yY=rzx_)dOms@HFk3}`S3 zfXsfC65ntqrjVI4h28*L;DTx=h-H=B$J;-o#`Mg&BXCg6xlE z3eY#@p5n&qs3i`1yF7zhhrE%kPtf&gE|ub>{_N&~w7AC^fK%MQfq8z+`Rns0cG!>_fs0Z!mssn|FN`xq7+&|k< zD!B~u8K$FynDWkRg&~KZrS`%UC4|N#JM0rmhBybMe)cOK{-$NycoR&ac&e2eLMt=J zq(znkC;C96=_jmBb;2spU!ix{1!kS`#)1|13g<2Lz0%&+vuGF6&T)aaVJEZR0lTHd zx68g!$^~Q9px~Htv(^m}>qkUUPVGTZ|CN}|Hmd>VKLf3CeHC|3yl@xfx^e=FG>b zq;CE;^Ma|tgaefLt*3&W;-@2CyS({X6a&Wcecj+>u5zn_MZg&w?ek zgr4xlm^PuIuHQIZB@;msxuw_mqq6gv9Qx8~T@Q}J!j8t%U`94mRFJ=F037n3fc2{f zypKxAo7BmcRt&VOBj%l_lWCXbRWdYhRUGAye=?C&vOI6L3HTuRyKaK9-}De>?C4fv zVsQ$oI~&Nz6W=;}Beye@p~++6OJ4YuXE#cYYHvs(P`B~f!u}0Vo zJe&)kzIrkM;@s2Dl%eZL8)w_YS7Q-uT!JyO8~S%+e;N%)f>Fuvc8u z=0vy3YtkT(t<~#r(UlR?@Vb^)v;bak6TYrVuYe##eu=%UOE!VNW`^+bCA3{wXj5pH zSbUZVko&&+wxJWsi{j(fJ9urtSj6hFk^e&qJ(k+xE2BYQI$&@JvJzau(pRx$)}@s$>gv zNOb3Hy^uRG`WAQO;rEXqR#|G!P<8xM&-6p@*E{P!N@)~G7wXzV#};DP^jfm@&z~VH zp4LpVUlkTM9OS%1wN(K?wWP|NI3Baz*^)MucAJ}~D=@7*cysTAtFY-IsKY?k*|;t7 zIYjMd{kC~s{B-}ryvFDeiYoiTjecGaDM*qWm7w{- ztr2zA1+WamTi}72+rm>IYX(^;e&qBl$DQwrMpWS%@Q0H)hRH~tD)fE%-4*27kY%kp)%bKTnm@o$U*D7V@m++-DE`z+0JdxIqeH^+zx49|iKAGvv zlV6Do6Q0=N3zy5XXt4fhsxX9VU9E9dlim9d8hMi<=**uS_aJj*ZQ?!wyO`lc=opF` zn@KAPJV~_eKXtC#F`J~DnvvZSzZ5>c&lgtd2)UR*FN^7&o5VkhVzuy_p=sXIw43qC z3*r=;gm6M~-*T zj<>Y8>UXsIejzcSl7BU=7xY@zPQln87&iBFpUE%C{>luOsu{0H8Pdi zjah#>gC8}r)oHyb`je<5q~5J!p8YM%sw5#{+WDagOgMpHsOV7Z>tex+9$}T$EyXVI zMP5f=@I&!6Z=EyFoAxe^HMD4+<@AZZ%+loW=*Z7K^FqTqe(DX6RVx?vH64wYsk5sS zqs@=vpmA>v?_WRjLcxm7iJcmx%a;fj9dXa$UrnqYDYoB8YX4bqv++pG@>MdNiD*Bh z&%(LQPKs(?Fyx%?2WZTGL5)E-x3!&bx1_jyIvIx)VeQGbAo%&hb7R*l7GqS4yUTB@ z+p24ZJO?gNlbOT4Cxcb=H2uLsh_q&dt01iV9pd&9;ZYPpl-h82j*VRyq2Bl+sm78k zMsDsB=V?dFRsYVnzJ2d1idoFlYr{{nwSVKNC>Lx|CZv0jQ)3G&L%r?3kr#GF`yPRP z_8LjO(zX5O4B+TBMbAw?R%*w*%V!m(5{Qg;NiDxa3)@Rl-W;7g?0uh2#Ed)UvLtyYv9xvP}Rk~|zlU>Q!bO zTJ?i8jD2bA9!~ndKmH>vqzJ;(i9io-IvSRG+s`<(ozBq)CMh0o{3;12s|e4>vEf85 zYt&IYE7biIaZn)IF~za$^6ylh?BFI8x!h0Zc~doi@Dh1X%=9#_ANl!y$&@b;-W~zGY{8Ioe#R3=wO45XRiSP zyatOp;V)%R9?3}Pe9vM(XDFKA4zqI-uQv$V@3DUmWk7E(S4%nj(PndS5FRWrSILN} zI?1eVI4@q0!Q3!IuVPj&OWVXx4M*q5MsHr3)YTFeVboR(K`-~qCB`soGHZ3Z!p&nj z@0mBaKgY@0>|Wv|(#m%3(>mYpGcvZ@c-;#eeBQ@zSaV$q*>V?L z?sAiMCHR{09ss%7$$K<@10T!d`eviSITN*9tW-dIW8npo*Fu5R@uaT5Stg1R=Li25 zON+lsRe`4r51!{?{?fh!wxs2Q+!l{YcD>RV})jj6O)HL?GP-|D6*Dq>~n&kiY+GZpA3X*&w76iXo- z_@w$yosqg%_YJqSv`^O?H9G=Ho9 zGmcXZ&X%Mblh1bZl=f;D&&eBu_iCX_y-Rt6>UJfjTNl9c0e5G)n*Z|$f5CtJQB4Sk z$(=7+-b`G{2PZ&$Xex0+h{1}XU-WCIoeeBLn&CaSv1oacmyVX0s{EK7K)GBhId!~!i;D?3)~|z|kp`JBzJFGF7p{6;UlBd5 z8^P%0;XnRrvpxX-^r-tP#nww zK2&u+88DG(&4T;w^=xzsvqYBsn!fu3PSlSUvkXFHmC-!O^p2X{L30a{j3b}B`sb2A*L8cI1eBcfTJL^1xsXxxC6LH5!B8rApQ&XV@ngv)lu_;EYP? z3Dr_r?RM`-bA<2a(NYGoa8@lNk_|xBsi6?F2FPP`ZKVpXIJT`XjH&0PG9a$FAqG~4 zOZz`M&3L^nYKqw%T)a%>u%|+Nx9m!&AMG%bcm*6ua~?Tfvo(q$>zf8ZO*=cAmyu>; zP}QNm(MEs%>f@^MA2%-dJfDP@^lTevVqr5?SUd-~$T{7r8sLKeb7yR5(trI`o}{XY zo3N@CYDurWJ{8|0ckGEC zmnEj@%(9M3y$fm=cryIN{Kukk)m%x@t!X=Iz%1;^E?L)^V(z_|P!cYY*u&;sSf_gO zuTO*`NMF^mkESU}pv{~;SZ(fkaz~BjQ=9u_KD;8YF?NS8 z>cTyrb!IGPI$TSQWO*ne!@;dx07RR)$0cmowrjIL)IzBZXfooN2hB0qO>WnY*7gU8 zmQI~`qFQV1mRzQoDL*LLk71~p#mxRG6}UMLQr$FV|BQe)pKBE1^``5RHW+D0#0OP% zDh8Nl1NXl5wOkigg1c{Dr6sXvzsHW`F|}*jc*~-x6HsWC+Qvlr-4C1u?EwpH1LT8*>#*xGFD;Zy{o$DZwPpS;vn z<}G83itef{FB?Bd<58upU;0LoN5)pzgp{_E%Vw!~uM`)gag3;44R|j-C_Y;yA?TL7 zmzr7aeH6c*T8CDwqDyq0Y?{seb*wtmu!*`_ok%a(HtmUwTA%1~T-(_FhI;rKwS;j_ z6i6s(gBU}#Pn(pSo!NGK8vPZgPv#?67j~3bC}*j%q;CJC>?8L+Obb13eHlt)Eyf#K z9d;Zie~GkCpRWjGYEri@nZ!Sr{++s$;Cq>g_U{U)OgT4%^#dpkdLp}Z2 z#C~N=v7}3DAy|zYAAB9Z#QMRb!m%q@YN3KB`Ne``4=>$j|1&to?D3R>)GrXVOA?XCcM{W$7D;%N zq7a^dd#HzgF6-OV*ZMVae=vX)P>*FJ4VZ@oUpWUBP{ni!E68`!rOk<#LX&$=y z-K5|lMjGJTkNkUp(9VRFTAWcc;5`U z4(WByJ38~98kG)(6=NoR^USJWv{j5ULW?Sw(F>lDp3|OHDZYHaMzVkGw+ z_cC0=@rVDheMwv|cVnH7-Z4*m~gDn_)sU)#LvQ%${m4Wo8IXhQpGsHnO(pZJ`)G}XlL0r66BM&}h{E0AidvbA!) zu$ppom*-FCG$~v<7G|$A8h*f&AwaXA5;OfZF+iJ9j3YA@^lSRfAGN58aOo3`IRUl3N^$z{Xgy0Qj`4)-3sNgKSUp}2B zq8(lv%s^a^-xR2@YOpcGcXI-%CLF0y^|o}OOz$a+%&^P&UX(dFTrR2&vFjJk{`}#E~(Z#a?kFlxWo1SuN z!h;@GlZGd5bimOxNIWY0bK4%a<*T+|p13>Yb0T{cd2qgcygdgV%$po{uUCK~?DHtt z9l;C#MfQGHUrp*$?IVzJwgblwW#HO`XVCd_;8|WH*I&?}zfjNJcb?mgr<0AEWVEGs zmrN_}A62L%faPkdA>wNPRyGFGc|E6a=IhI<&-2T!IDjOderKCc(ae@8|>G7YU>bg!SYZ3cR~E6`-UF7xm#Km8`s~Sv{+9x z^Omy#dbYeVU*f))xT=|V2`VQ$N;DX5V`1<9)Bi~etS|Cd{PjS<9{aanNN(0> z>zhl?MLv#WDJ08tGGw|(xM$RbBYk7XFu#LOz*TH66yfFuayV5=PPr+37eDAN#Lz|g zWqq=na%iaNzAZ0!Q*1^|PFC}ljJZu_F_sdZ$dvkZJ6!;k3VKI$v!7x;LW zdW16aiipX`>%M9dtio|I_8vsV_OJy~)^Af-9<3`sA zBjQ%J3z4uj6;lOn9{rUp2lhcE(|%c(E69act|Gnk?V=mTpu??7`Smtw@m)5A_x*eq z5yGp9ONL$%Ctn&YGj5d*de6KtR6R~XDjXMWy~^0?TN^(A>HfFHHazo$)dUr=;JW_nG!;oI!6loVxEDq_;60UkCrT_1>VY2% z1(D*TuM>{XeKo56zfLbpvF_lbEMr}MdH316M6&UFc+e^xoY-4CZI|)G;zyR)AvgVr z9ZCqT^M$?D-{Q*#5qnSm{N3StrQH%a&!O_dMM;xR`m>(PUEC7q^xJ;o>v;|%O=8br z2k8^?$K*iktW80?UVDiO;U`(AwTB2&hul}oLEe(%{i`^-TE=N|sIWEJuYgXSW0 zKCkP#N%V@WeG2U9fzzN!zliO8_!~LZ9x)Dx#T)D3G$Q)8Do3a@|Ae6Og>2!6l~BvN znLm%+#}9Sktsi2;-_6r&&XpZL3f?og`T}=6X^Pe@A?~`}^IZC)*C5QR-wiaiaw{+gqV6hYVPeNaFV5E>i6#AlNQwm;^(~nUl}qs8iQwm zY%coE%+M2-V0;}e%F}*QJx^ZdT9>W@|C*6&ADvgTnu&K;SWFq($bbI#8TvNcY@8hv zsw)KiMR~^@SC%*~lo(2@C|_&)_!sciRot#sz1tym%%@1d1r!#;i_g1}fb*1>{ZWO) z+K=i4FIm8k?D0k@{}SCywnLzhJ7Y$b6XK5i z7*-npG+y~N3C6|Agu-b-ugP24#SvbX_2mPv-ThpVWec=3n`RWG!CI97jab`fs7)HwkTaPD) zQ%2^XE%^nwAOMJooWmsD>hz&{dn&=Ru6@?g4jKs!Xh=8ckFj@h;IXO1rN^{=b{vO} zt#j<0()Dw#)p^=BP7a(o?H`+n2V(IccABb^ADi-Tj}GXjUPCsjyj5AZd{;Eqq`vRA z#+f3=+M~gYG_1Fz%PWGupKo?qO){3)7areOQt0LmG@dA?i>~yZ`?PG4ggD6?`!0Td zB0N-3MIR;V^05e}t7l>N~l;XVc{NS9_YY}M+2MX z3x1X8^wUJ4<;+=H?H>o>e>CdON|z>C-Z$9Ug}>t4NWGnQszrI%MkkG4@K9j;qb(E zHKP}_+TJ%?3b2P};L7RQ=(7N7e4rRB%$2{uo zoxUAcCDw2vPu2t8lp7k^rO~rcbOEk}!g#_F>H#~O%gG5+Pr@CKxL7|0gEnIw9YWAr z{%bF#{vZM{2Ym|b3ScHNR3N0rkk?6Hs|&Ky;Z{)Rgml-`je~XD=2w9L z7ZWoRUDSkn|7bzAfNd$X!X?j?`gl>b#^uq+e5c==t3DrmJC=|~CQqwK=4k>+G}b7w~Q`>#g7K)F2<>kvI2km6G%WI6R;#DC z?4*CwB2|yLxva2D_D`c6clQuD1<9?KWJ8cvs)f?nP~UP=_@m_EOc5Wh19W;f0>s zOD`F;sG9a%^I#dzpDDwu^_7r?&-asVrxh8b4h!WUiwUV%51MzNMxC_KuBvhf8j#l9 zb1cqt!Ly)7`Lv+8`gXE0Z2V<*`qxvvQev*7u8RS?#7urXxUi!j@;{rF+s%07NnycAQ4@b^;BC?BSk$G;BJgu;=68z5=%m8xkZEJ~^oRtQHD$DFWL-?F=)>*EkA zsIODC%gLrRZ0l+L&{3<_(6r#;tPngmy&lN~xuVVrB|B}Oum9?ptoQKA3T0$Ck_f@# zr}0VNPa?Ohd{x<{1Lr0$b#P$ebsc_r1M<6@9;v03goPTf#hT@#Vb}pj_f1Pkja3uX z(>`Hseju-yJf~xzlUcn8*-D37C4~pVUTLwiwMM3y)VAAYA3p;=-Q6`&N++uVXWU79 z(s?|Sp1d(Y4?E7~5EC7V`F{i~v~)o!%cFeyjCH=}JLd0rwqw}4u)Cpwhpn7-bcfk7 zifdbP7J;W8N*pAmGn~?Q^3IiWr@HWDi}PD$9PwA+fz=XscrOuxiB+0o8-1UG|2{hjY z&1qR*D7BHWeIP(_>nKbbKC)~qx46E89>F>`|9;}yC!zy-l{gnks78tNb5M$IthRcV*ZrK zwcm5iym1iu)jRzs50`lr7l3Ka`lP zSVIb=X#%eD#60gUDVH|dRD@bmffRAy%5FjDw^_qEYe>E2qP^m`&Id<+6~fVjlg;ag zmPXDCJh)=9Mf&zQ-!bb9`Go4YI=Iu?Qp|@T+7EZqyc*l$UQDhr&+I`Pk4`s$B6^8u zg$)2nw+**0XN4_+x8f*k9%aSK%szz;qu`7*#^zf>jZz(s?Umao3&;*VjRIU(-}pXcqOj4z6c3*2k9DEuz)hZ@XWEn`7})}K85aU zrXdNZxYyqTR;ZX&eT}9Y^Mf~`El>8?Ru2+};H^E{JSJ(Pb*wScCFCZww9u>?yCz>^ zUQtojd_QqhuE^~j6B}c&M_ue}HUC+jRLSJ>r5jBw z-iscDFJ;CD-CD9 zk0&S#JcX4{LU_DV-dogc$JmblzzOpORLU+2x0P0;5}3W6`#j`ZuXxYJSpaHFrwyhv zCDouOAp!1j9+UuAW^lXK;XUCVSif`r))Hgy-l+xdgIov(H{TXmai-#JsOGCm;q(hO z{$iRom2%65t#-<@ZTfA*YaDZUpz7x%r?G}Cby*T)YxmL4^5*=-)J|~JwP>4$sT*%c zn5gr@7u|SPm&=CI8dzMqC z#*>Y)!XPMyf6mGNs?dTAGHb*n#Y45xnD<+0lePJl)7oUW{KBW!U`Kq{PiVDptuU0P z$c%LOMF`AfzDt3Ir=jPh>#goVD#MqD->B4YS-A|3L(t1dEGcj6pN#o5QUOtG1@w2A zKPV`PEAsB>V06z;-2vjewBw|n=EhSfiqTU9J^$h)U^{MqR0>9VONB3qSs6QscJY8u z{}oxY{01YZRy=JPD(w2J-pFaj!c%Y4iFoy5mPn}P z-s$v9aiYA`Rf(e&kfiU;cb#bKnf~QHJi=?Iz_zKuKbL*av4~;KcTA`f3-K&9YY3>8 zi1zq8=41wbrW972FnN8eLs2;Tt&_{?o;4x5yvg0^BLnhviprXq8Q}Lk^ApXnke-9- zpG)-+r=c4;u#u{DseVX~!&oiPJ1~wQRaKpcVpLpx9)HF@3C2Ij2lHrGuSXm-Oyabw zaPiubT$`#G4j)v;XIn4`ngOh;do^~=v0@@~GAjS$rgX&j*KD_aQ|eX{SBfI{rEPYt z70L?PYlXOGgfa35?O0S&i9b1ZVl6`{X%ux_MP^GTx6`cTgcI)75d!9uVGQS~P;I-J z<3;znP@c)^z!+&ZxssjT|3R!bX@dStht6pCWMciR1^XRvRi1b2G=V`%WSNEH)>#ev zjh^I0U#eqriiPN3sfMRl9gcbo^_GG}MIZhDIItU+4w&EPWgGpQpa~EVi`xPI-)L`jHB@xMcYI$_`LyHz|z}pd_HF^IbQh zdTarM@5O}Bshzk!N^grIQ~J=a|l_5H)Zi!x0!@#XJcdS8@R1Qg_YMdB;G0#mcSxu^fY-t@bN_`JNfVSFTpjBddq@07t94e)DGW3Qy?6Ix+{Z&i=Mw z>>JAtYFN{*x$WxxB+N1w%^wncok?B?hmJQrq(3RHeOb(>j% zNcC}lt==M}o;hpS%}DvAi28|LV~iZiieR!$wWsHye^WF$U02Xu6c z(E&rscASLT+8$MjYPC2B$Of?zG>mb9$i)bk3(GCF0FYnM+GyYRKB01$6g-VYOG%OquMW0mQ`Q)~lQ#=I8c z!g;A-&9i-I>WB6Bbc^kq<^y7>*>f`k?-n|k=d}`z8GU@Q8FQ*XK!4?(iPuGY68TUP z5{kdI!lb6p52hPq>Xl>%%o_dNDOE0c{`q39do5Kxzxg@1JhRYW|a3A5TG^GKYs2T6RkpTVB{cQuck$eH@f}=)*M7{$FdI)Kjt%&?xmN*WU?~*2w(CtsX`eDiCuV=vpf#br<#GjT`Fb&{G z1YOT{l(4NIQzM#r#82DAk^L?8Thm>-(C1F)TIm#JW@`P5lEHu&$auC0swU5Y|2L^& zFvNpRf$|ll@M*a0Y|OyqvAOvdo2OEbM}0UhNR^EzXCDWmGb5ogPt|f&P|sdIR2QF~ z*__$DxI|*s2rTo~+WTax;&<{`zP~OaTzoQbmrP$Ajj>6*rs4&!e8tgb^de_E^2X`U zt=)i}zPnsTT?_|b=zT2C+rT*!(kkzPDC;WV)3~C9_)?5RmC`5a7M}(Gd)Z*6jz=PH zI=pz!M6ptE(n~!49d6}ZDzi@Z>Xm8mjIG?m^_d-2A zinM@1p8~-R(ac9Bl?E-f`r1h2p`O68(&*%oX+JB45%)|4L8ZgRfR=DEM`$<^0BPi8 zRVZ{ibUkK$Q!U3@U%@9U&2fEI*J5~S`|KdD=unI+2+JMBosBm(UwkxDp^;P33G+S^ zA(h@fTa^ZpKbsi)!iY)oBinn=bMcH5p*ym5A~6w*Bl?A=$#yWSFKIYzkGs6bLGHL5 zvc`c9OfoEFM$2zbfnCf(22AY&=>6ED{DgOnKl_K+_UrS&jX0&9k&q#ZErz*fNBeKwRzzZRhVfy{hfO z8GqCBYrzn#owVq=kbTE=xG!MvgN*1+sPCaI5P4syoU7Hc1nBW;+XzZ*Q91uqT;*c&l9 z3c?+~$AS(bE$X;)Kmz_t-@X4?0{-XH#WDxqVyyVn*T8aP*2j(}ME~`U9Kp$AFRkD< zg-{4LG|4m8x>HY0UTqU{@w3>gUC8>ujqolbe#h8c76ZeOPTdH#MC43UR$c3AdMIV8 z;4|LxI!p0bKnJj{W0(&#yz0;SqI@DzI8@fvaCNOXo0#%Wy2V?E*E|01O@!^iwxp5^ zt)#)*>t0RA_+40RPv5=F%%3|rol}J8v4>!!A(qo+cs0fr>HBVB)gWv_%DEDqoy)AS zj(n~K9%>hRq1mLR1!JCC3$^n>t>r&0gOo|43Qv9YQ?Ypq z*u0%Ep-V89ife|`Clf{;Wu&U5XA%7ZI+#x6i}%3OXer2hvQV+D1LPn5$+x$?=Asab z<4}JPBd|-{u=s)g{90p}L}RuSOpSc1EXWBh-A&$Mlj!*IMmvu#8$IZHFqC*Q|8l+` z3=52N!|I!ZN_&2gSr;~YLbxx9?UVB|(yPfibF$oDxJOuqOf2~o+joG7pdk%76U@@P z;3B}HHA4p7G^CA#Vf!c?nLN(i_lS?R?8~&zD%LEwaio~O_KZtfnOvGw_e5fQylCn_e=DLo+X;N>=~xC@9iFsG;Et|pd1+E z6xxh`K@v0-XUPqn=Wxea9&F>K5|%VEDeqlUS~kUN1d+Dtvk^tc2OGX7VCfEqNmt2i zNA)zCx;Uh>tN8(Eyr+}#Umc$IVMs_o5-LePsC2O~umU;uCVdA7BxnbHcd$(Bdq7Rww*dHS$t8jcPIP)bZ zBw<3rdZ3WS+^E{r9iXpPE3him9^gfh`Q&x7NsE&C7{d0hjpHNqiM)>(-i3Tm9O4s{M+J#=o);>0Iem`dgzZATzoXv<$8>b`r8E_8x>c^ANt21Nc|9 z2yurZ$zO_XWV9J5KFSP{YT7^4%KSq;)N*dXhGK1)SjJI*lM;;ZQRR{6(#8fXIDb%x z9dM^YK2bc&NQGYj6Q9Y%^xnHQ@?kLX5(6c;IEG6TSt(Jsj`3D&)MQUJ%o34#GVXEr z>7EUm1z|>4xq(ZGb9~Y?DY7wj)QKmh?Bfmt>s52Lz^7~I8E}+h5p(dULMc20e~5&( z;1i?7r^Omfn!(QrkdGxBMgdi}3B3VeE+0f~uP;|9#yCsbnTM!tQOKkdB{hb@WuzDL z?`i%Xn=MQq3NVw#i@Ligwfav`d2U9JXa*%7*Cid3D$7>uzAFU&PUvD<_*_Ds`farCjWD}vGF*tl>wwuCVT$N z=U1H8y8q{xOI46Fj$@&DOCf^X9{wo*#jaoS8qw)K6MR>dD;l2}qrjdFr@Lc!Yn;T@| z5StL4&b}-s%>6Skd3E8ptAB}{jNw^KUP^M>wfXpaNv}^kOX-)D1Sib9=)u@`DNO_M z*_Ae!d}`YYkJPMJOZgl@V`r1A0SdChN$78%-=iTa7B(;81s>fE2(A%=Ska(`O*;2e z{;tI^#WKq~=+MxSx!8~pELT)K6W-SrhSWcMx_Dg@ajTSA@LxPyi( zsA$B|FPS;1+ZFIOpEz&8bZNAdRXw5Sx8zeL#C{|W%%#@SIel}=&nY;Po#hq`Ozx@; zbKmFSf=~D5oTH-}-(2K%zfRk1Z!;h+j)0T!-Dd$wm;_9MyB|G|&7u=dVW`-Iz`3`; zYaKJ7BjLU!+ou^b_`RX1<2gs~@hxyq(=cxb-U^X4REyRzPY(CgY)?r=tPQ$Go-C zGvgZb)#pJ)gDn|LE|{?d(Q!GgTe4Ul*Qe`cn#~FeiNT!#XlME9R>u_Ew;P2WMxz*< zpnnIL@Rrb?rO*!9 z4+^#dk3Y#>k_cyK*~CDZ!)s;8!<&pidFj1>mUsMbJ0-(0Wh7HqJ?QXsOl-qv*O!#C zKSJzKM4b|sL#XGZ7A3W|AWLAv?iOl?0M4Lm*A~_1a{Sj#$tOI#tOI<>D<~`Wk zI#0kw{iU(Z>-Yg>gABuVm8x=4eyCc!`S3#bs#LXt0}HxPphd`d#G#(9{pMJ;0JfBz z+6boDHuR&*%Q#M2_bbBz2MgrtZI1K6Oj%`U>H=O!$XhqxQ#&zK4?u!(DW{o+fbGW+ z#K4EjeH%Z=VeCvVo<88$fmE3$BSQLH_52{wZoC!~AvJZ)x^466Nh7L~`wcDp2|sVh z6)JMS#?=&zC1-P8ACCFS$uKvkGd~N4Xi^P^9+84jH79q)VS4LSf|hl}p8cl~eH>Cq zl#tbuTzERz<~3NAhmRW{*t#QdcJOlXHWtcW)xdY@i#aZEiH}4l>NUE_M(MH3wfXt; z8SmzA6yAqhaw_(U!#^gOU21;yM{N!@Y}! zt<)lOhV|l!)TP-tM&G@W@?aeGaG@{^XwD?Ro#nxw=Qk`6i#53Lg~3!UQUO^b(jMz! zO10Q2!ccu)Q-Z2{_sCK`PkpuEqg(r*6K_l5ExetEHesn%3y2N_w%CN!fCl_K`_i!P zR|-k3f}h|y#1?itGn~v;uSi=I2VN?->Ys))Bc0M$g6wnZ(&*t0E6Cv$ZSc3 zp+^=bGWztnHHEq)G9uKKkjb5{*VwH+S}N&WDKwdJ?!=}C1J_;3ZhBM!=d)-GB3%zj z@>o^9yf5zV*5OWLWQJy#?F03BKqGBa<*c0~V!=d>d28J@#pdmCAuAU!6?-xNKKCpz zYrOqI)#)VW89>>LM$G?kX3zOpU4Ho#$VfIg)h?o#?Lyp&t-%u)>#(!Dqup|>pf`?X ztDCt?NnE{{LqMUpYrAyj<(Wt!1*R8$GTK;(YKxrYpu+l6)ws+2kCK}8hAavMLZ0?x z&2*7+v`_%OwDOHvP4RiOy?)}hOein$33-^AC z{hI~!AA>N-r%w`N562-P*qB!--ZmB=<2*7ZM4r$fTXd@5z0#Y~y`rlx(|GhK%!u!m zrMYoHofF%+eS|6jI?NTyE@FX-)qDBASwM-OQtJEAt+wH=vTvdxDtGi^a!s;&-RTi9 z%^~wQ!GT^VZ`Rm*m+o>V-kicS@4QYxcdHsb)m&_z-ZSy{!vU~1%NlQ2H1;T=k$ils zKW*IXH0(#0Cx%|a#)St0UdgHOsXKcdmzNhvpn{ds+hFXUmFBQN*$QN{2Oe~Bo$HAS z2Zb^@)f*e}rOI{hkqkjbZWYj1XP{py>B+dWvs1}(_5d^R&io>;c(K^#M?IM55L-qDd%hM0&?xQuTBB62lHn0|jI(y% zZkk*_aso9K3yC+w+%)W14=z7C5up4?IDg_eRNv+RMC&tG`3PTzMnl|hbrs9IeNtRa ziNUW8&Y~SGIH4aqxmLgEE$ur0MD#iIyh!u2ZSe|+gOmQGk1=v{OaF%Gzn_oADqt1? zVQ^%^Y@W|I`S<^y08-HS(%7A>CB!TS5J=KRqg zSl!bvoN@Si`{!jhj2wL7Vq-B|yb>-SvzHcJ$uOm&f%xGE+Wpw@0fqMH9eAiq<9cRA zRp8MprdY1`;Q*!l$BoW zw?d0yT2N8OV_#3(Pr)f9GRk~3rQvuGPN>(KdI!%i3&Wx#j}>IAf4P&a0=8|ECl2(gzdBKiKjWd=DOdpY$xH+sozW zEC2r0(0d8F6){OcNwQ$QukVH9Zp0P%%b)PwlE!x8+D7R|v7MiljFS%Xv5#HU{0>sZ z5brYVxR2}YaK9tNKw>i8^CE)B|_WyJMQ*VLqt;Ixeu4Uo#$F;j~;2bK(jX zT8#W@=vrA~ae}H?cdYW#Cea-_E2)v#Rx8@)j-Asfd6BW{dl`9x#aqX z8taof7t|!4BPD%WvG8C?(|Q3~&0OsP)sKGFP=pIAJfph^Jt>`QIBS}o$}3f}7J%4E zZuB?avWfFG%zi}1?hb!*70Wr6=!VVF7`86ELT7d)E@_48=UkBPu9}0$`MqT;iw#a} z$*9uy-w35`z;`9`^=P?2_=>kXQ%}(wOZE{KfoDHqDAVb+q}_*ywQL%rif_N@4%bs0 zMH`<@!Pne|b)5Aw^`Y>B!=9EjC!c2CwL>x<|NC#}+@{`YB>7#O!J;3FXiRmfw(NQo zjKE{#?K{*BwZ+&E-5Gq)Kj&g<$gm4dpEZV<5r?i-tFu@X+N;U>?IVbT>PO&FWq$g}G%gd*R@FF|IfC0U;ohu!6Cv;;BGx)u5pbN2%m1S7FB2z*;i%n4rLTvAa?y%5Cmbm|%0WNGHwmwad0ysfa#cIDa>8g;QA_ zTBbcYz04W3KGz&5;{e!yH=yhcXkBSUZo3KW&@`B~&nIacCmUZna3-nRwpaamT)yVT70zsO`Ex`{(|LXZt;TZt?b zpQ@gk<>)+6uPmetftZ01g%S7akt zwx~dki~S#4rUyBrEdBy=KeDDkw8jw%i~1ekNpj=hj%MxrQ*B0UD21YGh@@7K#jHb3 zI~JM$U}*n&NhOjpfV8(VZvz3^9vdIk6DH_m2A|H|@PBnpwp$&n z9u7syJ#nSJ(tnbpc)>Ov#U4 zE3B(@SVX82rVMZ?>)=dL|N3G`SFfF)fwM=xq%%pS-VQenI+nx zI1j(&KG737I5@93g@-p>?$j=N)WEzOZ>H!rF0@VCFbmt&@@B~eTvU%8)?Nzc|HA^n zv$^XXl_i!^On+W~-GS2(^v+NeE{d9~mwB{?EhCK|7bB4S?kle+27aEGHWG*54P|2^ z*=r2__!^J;%)aF0HEE}ZBnRG~-MaqpW4r4g&^Ix(a-CjcKoW(yLDr(powsJ@Euqdh z*{8o;`gnyQa_mSQQM9wW1cz!1n*HkB&=WE@i&X$ynQ*~8l7ieoKs^KbK7cLUg7~QX zPGjB%t|=S9i)Tgs3KNh$`%-1AZKP+&cpkR%17KAKfY}MGQG;>ZrIG~TXwR> zr`Nap*UnE<18sv2WmRQ=%e-Ns2@wS6CW$_*?1{BDN#HDmO2z zvc>~O<;MowxPNk;6Mg4iE2jQ&)4p*no_e}t6O2Fh!jy?v)vy_x52ZX!32wNrYuNaH ztdwFCjIG@|uUg6$ZX=F)ZG;+87O}fP_VqtKz4JHu`|laz*2~WCGk#dorg!AKM@h8k zR(TXW=#qfcMg|^g5;h1u>=(cK%j>(x|LHVzHbr(s_WP|qYKpD?-~S3DISXZQ*k4e- za~c2Okv6v+5#P^FImP)lc_W#CUwTbCG`eFtojPMo^as51P4PZL_gl=Q)%{g}E7Ka? znM~CGaeO2buku?(XNZYWcc=R;oAI^U&lRY*jx@%1)H|rry(Z=gYL?sQk6~@{*##K| zy&`>zt6vxP$Bg%;AgftLrjlEqa?>FxB3OvYM$N@8EaM5nUDl6bBdPbJcPWMcJ6D_R z5rK3W!CS6~B)F%1RV{acz=A4^fU|!{N#I`;1`nk8LyiH67;*MhdPP_r9L~^?`!y9B ztapj^*%*O8Xi#ZQ80r};@DLEcS23655vdML_!>|QEkb(>gv9Q@$yyfCR#NDEdtv!H zWiZAg&VL29c-FISnilz@RG~R#+~5tJMO_*?41QmbD&#EhQ#rzdm$Hmqy!n%<=P-o` z)`mOSE~^<{?QJ&OlsP<|oo-yxqjBDC*!rm+i88TKKIIxk3rvZ)-lGv%&$@&ntFVKy z`x7bDI3M8$s_@HrX73r)X9I#$LMJW6Z#DKwY`~W74`V(cd-~5D#ZZdb-IRkAAq=s^ zx}80Pf}*jzSEqHgY)`B71vgy`D&XQH9sLyYWyU_*j405ddbJJQ_548H6^g7r^3=TY zX(bR$m2mvBN3H0D86UG0G}s}RqWD)v*j)?EoWtwt^b@?kKPMd=;~+ctZYXAZ9jmkA zI|EUGY<^}yJeI=Er3@fMl-K}b{Fb}ulSv2iW4KX~ti`xw=X;(?jjeRV>pNAOQWgF0 z6Bf{A@gJ${!i?voO`EajAf0t(W=@2tM@f~x1nk*BH}E%YO?rE8Dyu)?U<1gLj3i&W zp)P4R(#)70{CZ5Xz2?N!M9~yHpr`%t+WK-}(y1dL=y^rpfl{p%a?tmOeAYPee0OWL z3M`))w8;+9KY}?!I;-)Z2?xLR|3E`nM6UJ6_pbpeOh=`P&stP?7DlP4wKnUgQ?yGQWJ zd=;mg0!a}26@RT(pvCpMQXvSf=5N&dntu^31)EqI`xr4;sZsDK|B4{5Sw2mu1%KZ5 zk}50k2h5qqDCD($S8)x^%eu>8dX)~RrzV$x#p zz~g0n^wf{+r|3EI9lY#r>p4@{Vls5eXN zI<1~sJ~FCo9voEW1}AgrEf`xgqhqVAwBc5Y5(6OCwV=&*~e++w>%ogd? z>#Av3Y@1aED(+EhtkVB2l+I5zWr7PGmOxTxZ3HaDtjLYc@ulg5cc+1$7es_O6jOBv zKtap;s)?>3lX_~#fQIT|>hq)VLwl9Wrh{3w4zHo2HrC!zn_j=Zg#8pSbb3i-eU?#u z0c)|_h&dw!*7CgrqvT620*fGgtw%0xpUXrOx&P>u={T zkLNKz`sx&7Sq{)4A?Xdeklb;QFrjg*NP@KV}(Cej$V3TMlX&6~aBIKp9X zZ29r_>1lx-7A(aeCh2TR(itUE|Js8|m_VeV2D5vnvs2iMvwa}NmdX<@D z#LDfp)3ukKjE^8*d%TKi!WZ};r9H7&4ovnT=G;o=lDZ>ftOGY`FP&l*eVUn?$xi($ zFaN(kg6g|h*SxK5=u8+GEF5LxNsGT{Wy_>>us5Ehm7HvmG6pWz#LKhnOM7I9UJ#T3!6_o5^V z!2H#*Cei{z5h_`_5c;n%6A7-5@2_q(O}d0GtY`zi`y{}2b^TxhwgrKP=8hfHl}T^D z`b?mI`rl{AzHAl{PN~O=Srp0Iocv17H?R#3LUy=+L>W#?-)tVP)bP(|jhy;}^@a{H z*$PdBv^}DXKM8%!N}V|iQuvF;9J@H)YV{6pw$X|M4lv*T6@JB|Qp1#Xrkzcz|5~dx zvSL@ZS%C}A4i6*KxFdp#OwvKvbkXvxvr-|dkbmt~lMLt-WgtU!3Z7_(*MoHS#kUR; zJ)JX2X)g+Uc^3d<{FZ|Vb_`&#Wy+jv0lE(}BQ2K~Tp-kTkIAuvv=1i!5Vac%xg%FS zck5(P6=E<+)4^C7#F&(=K4#d|J1V2JWhv%oZ?7X$@1lokJ2GJ8cU*=CvqA|2m zX{XlBPIT9fsMmAQFW4-y#x}u8 zr`Vd3X z5qyO#kc+X1z~){~3^qF%{abV|FuwkGkk|y-&_CW^O=>n=>b*B}q7mJCtMp%QD@w8$ zir_E^=izmlP0(elC!J%GuGYg})#l+B9_m+>n^lMUnP%S2=uRYGOSGz_{~j~2!gu+E z^*aA!K3-%JIP=}hrwZ>;B`>qZ)UrA631i8`ZSIzT@ZvSRZ_HXKeP`q>Fk;QJl0IL4 zL8IA_Y@jDgaRg+KP1;8{ely=3ew${N-zcMFxB|@d%8e1EpQYdm*(endP!B%_r_JFx5}>5iD!7$Q;Jcd2s%=Js<9b~ z_D1if62tJFFTKddHoh=S)AkeGhXL+gO@!Gm^hRY|i3T5p_a;}-*PpiQt{0l@I&iJO zP4k-$vK#Z#RWX*U1+aEsziC6;Z0-(cE1OGT8gk=lBy6c`(V3%lnRUlX3G z8_eapO7ZGDW%1?k{IOVON{h^23Q1uAHk7wM0?u|srxby#p88VqIp(GuWwv+XzGC}I~S;370A;WoU z&{^tMGQixP?g6Mru6_-^*vX9e7sOaflmyqjqeJ$vGf8YJUh-W|bwRlhx1_BLVCL9X zQau>+(5n0A;EQ7Vt}vkzsVA&zKK^`%Umm_t&HI+5OUW+L9wKMAZy54&c#T9d{7^%;iCmxfyH& z?8+-=to1Q%u=n=%9Y zaU?X1u*KEOZYY9|$@s&pmXZW-_K7G=XMku3UNicEMKgijY2#;u;^o0T#}X4#$%Z`}OmA*g3{1_Z!0hw$E~DB6KN_U>9eJvM zGc|0D$Mi+kERUWJdc!0{GUT&u(_fQik4D^*)-tU4wjh$F{e8+Ew)XO{E;+|tjAn-Y z+GvDanUYX;I3-(!z`Vt0uBm_Qh|kHV7-vrplK~LB^9?l;o$RC)Nvw?T?7#fG^?2Sl z=Afizmw@R|B$5)wix4&iv>(3YsyDsOzvc%n4mZAQGcUeCDsD@(=TE^>zUKY z(=Xfv55H(u>oQg|P#X!T%v$6Jt@tw{noo`6?{ny??Pq2oG4&B9^4M~>q^{<6VOHb6 zN1c)_RfWN8q$XNv-Zgw2Tg)Dbd5o`qmc%q9 ztd-9nwVPv%N|E5)CDkH5m)27R)~AIP_})7~g`F2OJDa36l`1MbtIQ_d(pvm6yB=&D zGx$Ib$I4^cNzY_R76wU_u8pyTWE6<1yV%ua?A3NhWc(#N{CX+5eVF>XUwjy6@Sv=s z#R=SeSr6pgC$e)c>#SJpWo)|0iG*Jl5kcpoUuTlT)V1H^t#PqC?Qz7LK-tWSz@Kf} z@6C2^)n;~ge&OA2^GJl3(&5Z!j`LKhSSQaU^0X|4DCPXe6F{5yFSY#rX6lEt+ro>m zreX#-Lbcx)uBy3h>YC0S7~=_d6fU{^IGMQGwygMVRA0B8#heK^Mg#JvWL_MO)<+X^9pVDvE<0UDLSk# z{{S}uHH$!ajAdzqw07k;XDs}7e+06;%<_5C-y}if$9F9Z)6Mn}NB&PAr8a4T?(8oz zJQ7b!6z6#^fph*$c0mHw&&^E#ZklcsWc}&BCjvf*-0EYna2jV^W3$yD9_7lZN&HLH z2GdI2qfp9utE1WMvuA4I6Kgg9VG|9%fNO9V4R?We$ckQ4p(-4inT_8&>RmM*AU^n@ zz!J)F!);f|Npvw#%j(Z8VHzqgweLK3F-mcjx_e^L&O^^t21%C26Qdb6Z)b zrPxF1Grd?PE&3YayTkVD)VHoP-Z!k2^<_=TTAPYJrCNJ(_f2A*+Sgu#GXZQKY$5Nr z4S(X%PJQ&JmmfwFuVaNM&r0wpZ9F|y6VVW2I2u`tRP8E*2UwekG0LUR}Fjj+Yl zIsOY}Z_TVE1_`WL?|r6{hOdLGgAoBc>fI+2yZ$SstemQYj84+-_|7k{c|QrUwgNkT zv&j?$C547CScM7l^OoNcLDVT)o}FD(R+oZ*)B0opZOHmpPs$z7wJPy|ag%Q5jc+CB zTeJpCidevw{`=LGl(wzQ77QKxlrySbWU;+j4y~2u7g5#qBIwWH=S)hV_8);ZJ2bJx zxw8o`r)&fzqu1oqBkmMSV6drXN?8G2=SnRP)8F%55KIatmNCev1vE(}KOy!)ajIIhv{oq$$J#zaI%GG!>t)gPVRF z<9Z$(YzM%BBq7!8EB6Z@?|9U2o#J%Nea+dHb62&Y0GcBAhZyO#l^TYX3{I>kNe5$+5cGPdj-RX15 z1w%L_BG4AcQtWK7=Q7@wpNNS704!}H7CK5@SGUP=G*CPnJ8v@FW0o&@F zfHPmd?vhqAJ!oo`Bs*mD{gAB22ZQfjA)fkGbFc4S$oH_;nfDf$%UpfVb-7-!N+&5s zpL1m`A?(5OmrMNsG|O)Tn`pV7!fL*Wn80ce??q|<#nIbbRJLISP01DO8GWsrLrZyr zhc0J}yDc&&qPOT6?e&Ir2hhxxy}Iv=zm$2DI5JKta|)_Gu>8H*KCXQ$X@1xYn1g2dVX#J*TS0vvYC_ zXDzvj66mjHnNlB%gGdu7=oImU67TAayf>c0m#TQd_hmLvA^WRm(|sQ|4p?YjKtY8=b0Oq)`FNV0?rUE8zXn*AyTOab zDcAc=?)=uJ*Bwc=O83YRSPk=-*6k|D@Mh=#BWd@ED@#{+x@K`_* zRb(q+(cIb$@0Wza16I0mJhE8=&ELl*qXwBc`wr!JxFeCG9(U>rSbev-wvUJ!5QQ7wiX=RyhKRq*3y1 zb7|EQwa0C0&6b?-NEa)7ilRR=IdhCx+)xbF8FE}H+?gZ4XU??ZV1Gz# zaj?5jZ928p$e~#EQQErK6|-$8Am6EuJT@g)h7o&Ur@44pf8f1^0DM&a;2yfZjKjCp zq9d&xc&Mc=@57%r)3m49kJ&&_aRiFZRq;xrkqI2kUOUCb+@ZrWtDz?D0D1k5>)iA|)VKe< zWWeR*b*?`~F$&i9*2e2q2ipQwZDK?ce%aoz6DqDqDi$q7i1IYpjwoIpD*g{_-{jt$ zk#7|ynOy*yxA3pizZ2bAL))2<<0Syep-)W;xG5bNPfx!EvRH;X<#lPs18zRc%CUL= z6iav%!ZQ4(SB3w+<0o##ThWfLe`0(9<{u1fU#rk}J;IE!(#mCc@P%+)3r?tK;l`ee zdoR`u$9jd@A?U}#{Px=t-_>#(!l|n+_$njacGl;ehGx~&6=ct5Dq2vD-#*~p+g7fH zNc(wI@`*S5+E|XBRXCAf#{q^Nn-V;s^p}GkU)ZhGi8}!IifBKrg`~aqyQ4hs24e&G z()>-o88QoR3wlI%a#e+fwwb(TxViWqA_9Q2Qmm{PqjsJ1Q;ntL7uTbr3|QqVJ=hFnUw*4+y%$&L_F!Pj#S8hn7-7|^dc>fLG(%l+9b944TJ#EK! z9-1xPDI=qESyF^)a`au*P(LqWjpm{p_Hqczyr>`Nz_g}=Tb+Z-(zd#zz=8c?BNwJ7 zZb8M&X+5(p1Ehs{yyLKxXMEalU|dt=GyoSAZ)IaL8X}9Y|Ipz^P^+yrz3uNO0iv>E zY;Ie??`MWT@y-Vi>DQN>1?XMcL^4#`TxBzJF{(9p#f)=4AKKM0#6PAH)3qtATgcYl zoY|MRd4uKDP8R6^nuvm%5%?SjYJzHaEquJ|cKD9jPY?$z`gv*eZ3N(c+HQ8CJV&sI zt<@*rsD_bDo{{%ok9hf!0mF@!muL-B%l6h3)yHMXAlZt*L+^4>$B@UE@!VM$rV#g` z8XT+Sia#2x^ZhvADtWM@a_oX_5~|3&s3Uj=W3!9~v7>2bv;vDCQmi{+{^dT0dq#Ik zpn<4R7K`s=ZTnV@*t^q_U4C5-_xh!jjy3{^{h2S{uzmeEz>qYc&M;lI*0&C%Qviva z3fF4ULE zK6E&Pq=okyU&cQ6iB<&Qj#0=AXYCVB-n)9!%L4c zlpPq?RY9i$-0+iR(mcevW9ix?~d4-`0;b&@cA_I&BblLS~KKccU$ znc{A`gWYiW7ya>aE$MNCMU!jB>0vswF{vUa?Y4aaJEYZ*l1Xi#m_LS?r_hm_?bLN6 z+=hCVGZbGBbrP48c8_P>eUkw<_j0Vys8)cB)m2x8-&+4=cyl$W@|i&867|tZX1K@% z0#h31xmg}znb5PviF?Qxd#JrX|H7ljfeifAEV5wjJ$WbaSR&eXJ%D`4+r}8}%{5SO z6jWtyf0uCn|{K(S~`C8nMorSuLxUVq!XwcMu$kX6qDPb> z?PpXKu)CA#tW2n@n69H8)J5^NsKCsbwm!O!J1%X6M#GS6T;O<*WT(LHA|`(jfwheX z57S~;s+41{o2PhCskS*FmrlRATg`Z-6Hj+uEzYbJvo>Was=TLtc>ST`+a(4O+u4n_ z)Nz}(=pC~$pf&#{tURb)_7%BE#$C|`^3~CX1NwID<0~!;|A&9z#z`6im|GuW2!{E* zyDgvW3NP_hmp?ABsT~^Gfmqc;s7Z7pljV1oGnmDNM*s=RIM*2BUeok{@7exSGOaIH zQuu5$UfvFEx_Xy86It*qe@Fah&cYgPl%N$KH9wJ$h96HE^Mq~qSNl!rtd-X8YJt;& zFmfq6rIfY|iBJcAp=3R1a{H!x!-9|!x}C4J$^v6^UG5Az1?N8bMqOkK~oi0a)cWR;_r$a`1m)mGo3V-)<)~lJnh38Q`lGn_gE=e zb;#Y-y9zd4nD=T8)%Ue=mRS|st8Yqs?lZxKXkB?oi6rqf?!-X?q$Q;&!QzywWW5Ic zB7kJ)`#S&T5o4uY^C6I<#}FEEf1MhswQavv#<55Xb)0=-wPybRk@b~vO|X62il`tG z3W6wtw8#iSx>Q;a6ciYZlt_1sPzfmsDUniYN{#M~&IwbxM~#sK2HO||_U^i$`@Wv* ze%_D!u>JPojN?4&A1v^w49sxNe*S}m>$hvYTcZZeokf9KGW+yB^5q{REEq9c+>DcK z8DM%fqfMb3QX+P=v*YOMyuBi};<{hOR)MIx4VMJ`gIA6^0vA`OOCTjG5-ZsmEOI|W zO;j{4m3&%g_7yx$QwnQyt|8XhtZ*a%lGv*y+O}i;0#C`M_;tF>IN#m9$3w-)yA z0+6%zf?=*%=Y-Xo{nlVG$OGK*25IyAlc@q&YS{fRDq z?O9kYM<-i{Gb0jJmS1U2T+@A8mF+#-LUWg z-X1eH>m#Xs-u6!5sm~|@hp)Na)B(b)M=+_0&{G^`2RJ+vRbJponEFqT59OBvW|(9j zP~CifNzy`lMq9|JG!<2J4{W|mk{wQsYH+I(*s!~)-dc2e^~2RzMS?hbItZ3p%My`V zeee|ivFG64E?jVAuQO7w;^}OA1|3Vf{ zQzKf7{&AlFqV#TSaE};cqz$CY?T-LsFmU;YFq#D=)t;kIa8mk6k1(K>Q%O|fDS?BK zq#(}G5<1+Z_F-mgoV$#sT!r4Cj=mB?xW^xae_%( zbSJ-p^UyK&1!=Sn!sBKoephrXX?tNy6F+x^RI7?R*ulVs{Ty_!G^mH8L18y!0 zZA@52z14a&`1Nb;@-0U|A%aIz3fP{ko05^U?9Q0`K?U3Etk8;Y7xsVFzV2HOa){K7 zGAlXNuzQq;x%2bWTYrrAGC^59cW=0ng=#dn4O)(KWxlV{0`@!cmo_k>WWDBahmryh z4sBDtgy5!|AyS1ZrN}zKMr*p49uP0*u=!wnz81qj>+Lm%3gQZMt%eEht;(JLel0)` zuv=y>o$t}*iSs}y8m%vUobK`;D2#GIf%tV4`Z{G~>m8F?U4_tUsRtrkgg?eR1w0x_ z|L*_zAC32;X8X;FhUWbW_j9%j$Laod^e5AfdCw^H*HFlc-3p3Q2NxDZ+G&_Q>*yU= zzV+XG#*HTX-g&^ETT{=oZ}opE(r`kIBySCNxm{Cz-!Es-&8zrUO!tbqXKJ-O=`NTh zD*C!!fX&syd+W}Ob32H-cJLx&XVMcB_9h-)>lcGB3%{Qj-V=5gDhS82(wfV@Opbua zZhbwH$Al!>#F|`ryL#PfN~dK6a@ajdTYTU;!CmAV7;fw|{=(#}Z_WA<<{m}gAsRN! zZQdttv*wCNitz_nEfesEopi=CQZ_w?xQ08LzU$MmT}^wq{kuwmvaSg(?UC_ADT~-$ z86d#etJoYf9%7SvTVUDH$f&I|WBV0{{>Y1k{mqFl!N3__Nju>4}yK@5L(s3_0 znI9Z)(p7>?@5I-NNEXRW1vplwN5%Mm3>}gf_NXkY*{VDQAO)R$h##bQo^qL}y%dZm zd7lDzs`dANNDmKAVxd@W75?zefhM2O!(oX=fK}ZJ6U<+QY}cHnRDlV>dYWCQkU^Bt z<>2Rm+q4Z;$(6~wnF>@<%L8Oq)wt?JNmd@QYw13H{ILFC$ygs5d z$Rm_Tl$hpN=x&xShiys^b&xXJ@^3p66X2yOWkP+r- zF(WS`usFGHW7LeCR&aynLtmz@iAlZjE}dB9BK^RYBJ<63+a-l6s^N$WaAmO||85x| z=jljHG(6hpzYgukOzX%(xNEC(3|e`kNo$F>q9_+&5lV#-Y`3w{TDkERWovOexe-24;hTNCQB2aTUKkIiDZL@HjpMy z7AOy_qqb+ld0`7>JjTFdjm(Z9iL~kqFB8wT_0x<5a)20Yt$FdvB zCH3}Jn{{J9?X!&~_T8i=T1&ZcEw9`GAv@1<9*iCD+*{)5E1LxpF&KusqjojfXWi6b z>nb~TbbWSBQMT<+i_>%qiwo;0n`n=i9qK$fd|l++-(3~|0}D1Z+HX!0+B`+w6}JiS z>HJ<;JEdyLzUI=|{BG!E?@;fbe>wdV$w!H!X712&npHs*XxV47yMO-Q((G00TxDub zIR!g$TaSZZl5CQdfj@H$^9?T<O3LgZkEZ@0Adv&@~;; z-CM>N1osU&C{g%%#iFqLh;&$e8{b7qfVr5um(Wv)#Qdeh!HWarqd$$h_A9+SirjsbW*FQghlM8+-0?=*vuC zOcvkoS-*_SHm9td#Rq(L13mboykg{_esTYM>}=Rv#1(t7KpwHqMgc|0K%>A_x?rz$ z`7)^feHR;gE3EGW_(ii1>A$oQzB@Aty)UwJ*+oNMRjPlPCvC!=P?SHbkQb^rf4V*D zq@=TQY29rji~lR*s;PH&-9U)aY>922?{#*Q{zls+l5W}K=V52l4=s*oYqNuqpskvX z?JSi{jC~%aZu_!plX(&k^W4^abM1Ta9RTX_{I=WJ|e9%;Ue* zA09RP@0Bw(2VQnvC45EVi|WB**JaULG8MNxiZHxwpZ1$s6y24v~WZAtYjU& zn3&OW{`-gqbG_HpI~U&lE~1m;eV1W=M*cih&&Q8nng2e&(nXs)N~+)Acyu>m*r~me z`FAwVXmq|ut9hOA$r2+qQ4OgjslU{9+qMEmmcb~YfVfAF?``)sX!I*aoK$-AE;GGLJO)txTzzig(~u;;F%f0guxXO> zQ?t#nRi&WmQNHKOV^25f?t{2m8$k6%$aP@sjeTTF^nxDkQ znJoi%=rAzkpoVnFO(E~P_bZ~{!xDOVBxY`9uC#Kt>lZmUGOx`Pt;A4$SJZwvO@^H1 z4TYS5JE*1h{i{wg(Hu1DTUV8yG#kfICzBp=AjM`GTZr`jAOzYl9^3DgJU;Cgx?=N!Njx!;Ko{rbP?tGHazfi{nz0Dr3Cma%) zP_HKE?Aa~GKAj)Jc(;#!J)&XK+itq5d}8?vVfr!q+C2QhVC|5fMco zFZa_w+h08fhia-HKJqDNsj7T(Vle2(?~Clx57_Wi$3;r-6$XoVeHs^o?~G~zay@)G zCtJWO_+YgZ=h zR?f*_X|;172ajIhQ@w%va=tG))shDoTD@M$#fiVuVVulYNLNW?J57)_hQnJdhnq+@ zjOP0fg1=l*;2N$YiXWh%d0Whu@}48*H0Z9E*$JI=no)(%hON)96v+Gb_UFuCXj~rqZ*#uo0ccz*aMmKeykSuJ>HBYLG8>~W-pC527t}+aF%_p97HZf{z zAfKQ&@LZu8{CPDHw@?UjV5EQZ^@I<0QM7Q}=*tlE$D;nIGfB`_(IP!o+n9L(zlB0d z%mb|lK-%e9{Pp3R9iB=l8WY>_AYOPdILsB)c*VFvsa8kX^owr4R;EDuH}1O0-EN6P zIHIOuvu3o(WN#sce{J5Itr%DNdsUx=?q|;Q;rnRU(=x`nD;3vvT-Mbeth4&y^e47o z#r@aX*J@|g!EFvs@!t@F|6E=9evWfw8n#Q*TxuXbQmOjn3Bby^)e|6_T-4uN!k?ph zxKP7|!DUDU-Cn`pcN$uiPWM57pQryipBJ5;w13GU zKq=kCkb3v%49g%PqYg-2RrT&kqVn+%*P_=>>mzw1M0TrL&8dUl-@WT6|5S-i8m|So zP>WB|>t40yh+~rc{j($1nI$qc8lS4VC$HJf;;C(OFCL@>xCkh6=8{z!xRA?JyEuBI zG{;1ue=8!OfhKBT`E|oPVSX2-aB*f>rEpKFW9;F*YMKT0AKXd+-guwwD^q&SvI&-ON;*GUr?!lJvJ7za%W{ z(wE<>!1%NwgU<9{tg^16`jqe_R(p7#s>$1J=_N>AJ z!9~W|ZZNW{VnywnW{XVB#T-WdT<@GTX#9CWlk}aZhjkRq9p*ifqNTju^%lA07L#os zBpKLCL2k%wBh^d1k(1RCXF+(6`FvXPe&h_Zf~Q2}-5q9cpH(3Aaa`oN;a}YtIAt z#I`mVjm!CLXwgj2(oDXZ&nr&>$rfgetn7E~^B)P&sOc3?xPSSP^kDKy#z06{%3@&U zDZ!C9g^IPBM>DG|N!to8gk0`Pf+ail^|Zn>c$wpx`pjkm<*-%Ov~OaYp8==jF$%oA zi+`iw|H0EK3Ga3dS5`;*a8-n+V#ebk_fW}GIc7KD1@h@`n7geiPbrhQ*N_MCxm%ZGV`OmP{$6)%qU)6u|zV3 zlVjenfo1c6y0W?Uq=xYV^^IOs?L^wi0n|KaHR60`X?2M#`hd^kRk0T;Y$H)56I&HxD=6W6q%Fg%xYu`-Nx*)XqfD~ zw6&R;EX}8gjuBG6qMBnXA8KiE5^3j3MmOc<8$G6vf+A?{ZyFd?K7;{LfLlVR1=$7if zXg|>5?oWU6K_v3I1;e$*U}B_`kWsy(B(0NB1b=6PRB*THaZB%%JlmGJuZvy2y8p%n zY?!K*b*K7F@7rkP_^K=aL~iMHT!0kGL5dE=G`^*^v_0+Yw5UPNa}LeB5dX>?&ix?6 z2$q*_d#yDaJxmFdHK!E??M615s_W;o({q|!G+ysf4S^aX(P!Iya-la4+H=R~-0 zckPDa#(mITD*B}q;!uP_{Q2xd!(1l7aoV6hFQdSQJEWGV9!w-2_VYok^|9zKf2`mN zGg<&K7jIvF8j91Ov3K`2dS6*~EcxkB{lpKBq$@Ai?o)$>phP??(081)(He(fhT8*q zL6*d|t+9iK(WfV-o580OpG=4XTv=X^qhv;`9vbJ@sITJTj3=&3^;85}8nlEF#i^hp z^|AevRqVxG9${oZHdD9?`w1XsFQF~?A#XrpI2mo!+wWyIqv(rV4buCaO)K7u{{r;a`Sy&4@~GqmBwP4ie^SR(5hmXhU4_G6qvxdR`yjUpccPA5Z@4 z!I>UWj4p8hFCLsrkP7U;Vr^~v{K@&J-=nWeJSU1iRVbttzCNhV@Ib9eD|1~Q&4~(& ztOA=7;+`$7A9t~of|3Cu$$f{Ku*LHQMSw`{@3AxyH{1Dvi3x$dRlZH4(w}YM8kSUg>MMCQq z!D5tiE-)!6C#-n$wV*D#OWRw`isC#v<=c+qcQL$?B z!@*lErF57Kc}t~uwvFr>UGH8U>^9?m?XAMK9~CI2bdA}vKt$`8Q$6JI#{cxfT87my zcW@)YOm=ZBH@MMkOm@`4TyBu(aD-LvgjJwOIE{{);|J~N&NPz`3nc9B==`s5ZG>sT z(alM#-Vqr!k7K^mPKV2$VS_@X*C*3V2^mIhS;LMoTh9B&RzbeaIWdNY(d|V^ZO68! zrpblJav`k1<+({T4wg9XYy~?#>rOZlW>%e$h{5Rf6Sv5CauoHcpJ~uik&8f^gau_* zt3u%_U588|j&tB;sBpBO@NRIO4WU-SRx;&9Qo~>=qn}SATLwDbNz@{!La1nP5LWrM zs6ofotv52hp{)i5y9T3}C)1iwc$7&;YtehItcwF(wO?szr{N9B(4Q?Nb?*$Hl6JGc z27VZ}JWMgN z|6}3rzRdpopDqAv3Pz$x{VUI!8Jc;RpXQK4e`v#d#{lo2#ghLrF`CRZ@qbTlr%XK5 ztGQHsaIpPfkm!g>R*G7D-TBcIIjw6ZPaieQhjZAuC#$EPl<6dC6}_tk05014M;E)X zyPV^zxYEFG9S0EV{8qt*uA+%4=$+1p&oKy1AFlG6e)%poOh!iED6NyVw^GXb;k#9O zfn?50k?B7Ha}6tXX7Ve?OH9w%Dy84-#vT?KL7)lgvx_;wrF{n9!~j!VH#3m~^9DcQ z=Yii`WTpteJSUN!{ayp*Cqh{n)FaXHr60><($?q_9Eh*ma z3p*3(C36P^Vd&0H#K&t59yf|}GxcjaStz|fy@6s@f-ka-E!S38R2RP8b=9KOxM5R$XXr?~H)J%QLyXiNpp} z1kh;V44zj!8+Ov=Lx6DUI#(6jM`m8R@=$^4?T%OUS*v%t>Z4rHLHWkEeyDT~J+Pi- z3%FXwpEqmSmb}62x#4}AHbe2tL~Uwo^)E%X5lk?)^XcI*I#1vK?D$VDmgqRD(LZu= z)uupm7h#y~zyTVg1TBVr_F}CcN8> ze8Bx7wAo!$$@u-$XR>`?eN->Schm}nB%z&ubp%bBTsR+pB6T)pJk3nj=vC1orRhqW z5b-VB^CZ_AS*tkvT~niYU|Z%5+ileCCjs*?gf{tngQ^@CO^q+N6jW%0PJq`WSFziz zW?LQWz=bSIwH>G)78-rsYY4A$vFxwfG0Zu>^WV}64HPy7h%Km0`T`6gO$*ehk|W0i~MWMEvdVT^vwbe0ilOBIqD42>XFxh?@yb83^t7l2BsL>!&8g#SrtCcEu^pklz4J_q3Gnl!;vJ<@0 zMsCmsS2j8t$)x+if{Dau*KZE|A>>QljKFy$GMo?h#}4{m1eFa+Q&ObP8@i-s9=U;H z5Ay-1fpc;iqK#I3l^z&llQzb!1YQOw}`rGQK>7S0j6Ds=ECq=7k)tiA5q{pfIK^ z)DxdJ36_LF+3AKSze?>vliEv#wt}J;eJUxh*yNrbT~nKjt*K{Qx&qaJUMjppnW1rY zA#R@KV|<{aJB1r*^@jS_oyv2*8dgMz2_hV8Ru3{6$qz-sII%Lm85$2o?Am5Qc@96_ zKuCwCwU(-O%O;ks^;KJ226C(>EPL|k+e|)e00chHXs%GAh0KjJ2$kIfix$DIwH^Q5 zEcN3LQ#F9ZsO)x(GqvJf>LUo74OaeG8Qe(5-mv9xref{2IWuI^v6g$~9n5@K1IDgK z-}Bx3Q_w7SHIv0L21`ew?s*07o8-2N7@jS|cL=Ws>%J(<7DEZ}eU9`NL1oN;s{a0l z@c57K9@LGKI5uc@(pOB~-%pTwYS6ws0YSuFfm_ITMFp_KI=nN}PuWgWrBL0sZgqVh17vC9_R z4K>Uq$iJAh7^pbYnO4p-oV+(bFEiy|dlen3^_v*rr@*Enwy@%LfLi~9ZzQB#a%uc* z=INS&%vt^^j_AFI1>+_TY`lT_?7+)z_w8$#jYLG24OHjq)$PKv*fRCrj^ZyopMoynG;5fevKQITvT4WbUMNgEeu(RX#}xbGlbB92-^eNBHAruUe% zSu#5K=V~h?pzbwfZI9vPIg3t~pQlSYWg&Xy@x-JlIMNQdrOQ#Orw`ID$YF(@I+%W% zL&nx^GeRh`552aE{yF&NCW!Q1%-hT3ZmsUM4Xlox2*OY<#8H6=athk-Vf#Ar)M~sp zfE%ej`~+L;#=#am8Ez$?p40~9=1E5pU}yQy@-@8q(ch#T~=Cg>aPqf@|wMmkMtosk&o;&2X=i>W#KXmD- zryQ5&yvpE<*4YEU)T4ysGVF_C9)&fy5@by2?X4AJ7w_}%zz0eGd~DN#eE{UOmql;H zGH=wc{`v+>@nHF5fnV#Q1>H232wfzKf@f8POBU(e$XBg`HO^ zq)4_$Dp6I*d#pgV$SfolDVUrP9BT}E)IUtH@J*cSqI(a&|Kdxy>{8F4ydC(IycnJO z>WvQzno=@}r;kShKXCElzepFB zg4A*F<8@T4aQ>rNo*>mDQ7|k$7yfw_K@k-X_SvfK0`R_;ieaJ?+w9T^9F(zJMfCqW zMfGl;U-3p3i?!}O(b;e@s<2t#_p0|JBFHC*4Mfp7MF^1b_Z^wzP z!gMn{BAc>Y4&Vcz;yjfHSX{Ho$o^}QWL&w>Q<=1iqJVjKn2@tG@|DrpG68T=Wcg=m zt8aFZ{4gg!)n-q%A`KWs5PfK%AMzsIIL95KKk(?ze4YxD6Bdeqe>or`Z}e704-lOh z74j0@8v@WPNmiDiSHmAsR@uiFVAp7?qq`x?qK(QvmoIH3`^sDb0TDtIKFKIQgF#b)yJKaX20SUGNQEKsb!z``}@&Ra^%-^5Z)>v$L2kZ znCjV?YCqEC)YJ&nrZzwPf{Qd>Lb7ZNaUy2DNHT{PW;tg*_fTSHbc>`}=!f+*@bV%6 zc{!q%WE*)l2`^9HiFQfPxnE}K5yLI`PFE6@#%NJgV=m zIsG9S$W1?Q8(2>mI_=|hN-+CBBIAYknh}p~J3C%=|6JsG+~n<;CHjsthI6rtQ6(D& ze=Bd5X`bosfE+|2LAy{5*3mn^!e*88%M$JW>Aj1fVKKwfq$ma$T#~-T&$4?-H1!k9 z=LF2osyT#oNmU_I^$OS6E5(EG!km5-u$44v5}Us^7E(bUx3nOt||Fr~TSZJL=f{)aon8 z-IXpW08(g(3-5pMxh^Gj#$^C!NvyzfV@*6+iA^cybfwvF?#zA{k+4-$;#=^6lacc3 z&sOZPd7tX6@bb$>QrE91ySrt5#LCJ8;wuFI<NNSBa~Q{R0maBYrsa^Qr6A2GqUHfp3_NB$Zymy`ZL)S$t;1|M1u z3}K2mo-GU)>k1j0tm`WG8}T44DGQbnr;+Yw*@_+U5uJdsVM*rrqi6ij;>tifD6l|9swcAl zpCDrIkbAGYbxG(^pb;>=3zf{_8v=WKPcSex@Irn;ifql4@B&ZX+obNz?RypICT7L{ z$gg#RWYoPd`ibq8j*Qn+xSVWRc-r!p&so?HAPzgor4p?G2;>%L)4RhJfe}HTzt- z1R<2Q!zQXk;i5?YYUsv;!)$De#~SnM-XPbERuD^1vbP}iv1R7 z?ZA5mZm^kW14%I#GQ_NC6A)6rLXVb6Nue@XtwM<&uP);j{uo=v;}+9|)2pG`jGI4k zdExB3{gLayl90XYHXjz11TjcWv4 z`d0oNyivH>bZj2t8aUa1UG9x5fZd9Qw$)Qe_(7q2OBVn4JThgR(=>n<8k~4Bh-&Vm z&T)C&rwwzhDM{}4GA1a>EcH?1QREQJUJL*Tv`l%oTGVy{&=hRNQ*#d+`h};@u_8nz zXDGJ~-caFawS1@FD$W>f;knymT&$oH0y1qo>GY94#fer8FXt(Y-pG3MBIH#ar0Fh| zUEWd)P~c?PM<%^rM)~Q2ZBDRsA<>QzX$BmYo4Okg{35eVfSGR_J4koE@+gJg4X#-| zoX)TsS{Q{mAU2F&FWnxIfhR(;WK%?_CJro3hXc^RBoTT#Shc*Bx7^1k-9YS?C@9t;odNywL*&bh+^}@KG=) zjio1V788|HPEJhWWzNw4NS^H2bLr^&Y*z<)TtN>zQ)L>xhX-z7zC4kG@wN98l(8=1 zpyBl-?cB4l_f8eG=?3oCY2|%WQRn%b=z8ne@WmC0Ul};ywSZNQ4zxcoY{!Ukv)HVn zT6deZjKtoWF-KE6tW%swbv5wuIRv_3WSY~x4u~?GSh&x0+vA?zphsc)nC;EJ!v?NlbS{OHvm zt9_?$;jhx6gDtliz&k-W+v5`F$%;Dd3k!773X_MPtC4`Q?sG?XW9L^6W6(8uj!5Sg zLZ%(7-#8m37DCGwYCK!};Ysq2zp6`zaZ9Of1`-^>gm?RNW25)ew#wOn6}ZP8FA$bt zJ0BzpS5i5ETj`_2_8DEZ=PyoVfNHBWMa&Ld;{h+BB?O+(XVlLdWP zoEWj1Pmr+ZMVSpj(bWh{Q%hAnG_ifVNVQXRe)#%Xm5&l>qi?h)X_;*y*xOVqZ(M7{ z;!$JXxq9;~!lR4<66bsO!RmCyvM|#4!;rJ-+AmcjR8JZq4N7#F8v)W?ut{WgI`Xt{ z<27DJpk?dh58lT1PmzZ?3fw_5Mz@w)IYu&2`_pp@w_l%_hvw1kw|t4YkWN3z3QjYj z{>YK|(|v1DroMTpJO!AGMkpHG1iJxjq1GQ>2si*{&5p4Lz)m^1?8lS3#9goSdOujI zeQw4Ryc@MQ4wimAZ}P0g>MHBUd!*p>UgF<8!oP3*MNi)6@(ILU1Nlcm7f94(O2#o$ z`Dih`{&FR+QrEc40A=Q(l`i>EpZpMdFsv||Mby|2QT%6pu09(T`0KgicSU6d@5GiH zgpb{&dqghsU35*polwDk@_cLpTj@}fN$+nS1aq^Os}WV^Ony|!>N!6k`_$3?Nf7(D z7td>wwvEDa9+uTc3IjNt&zY=7G~RQPk#6P}%0B9xl1yDp+V+NyScVxb}KV3^N6)7l7_}Tm2VL>OVZ+n#Y!76L7=-~%63UybadRe0F2E* zaP+N|$E&k;iJwP_4|7w!?MIMK;dUKWTK9YzE_2yssJ>Z8qyhs_Fy>Bm6NV^{Nqrh) zzV+5QMWHX-srsm~jQK`SXh?ernJ27H(5v`lkY2d@0^R9tmBb5IBT+bCaWurLE!olS zVRgx7k&3^dD+{uIW|@T$Y_-wQ*huv8yWi&oEAA1EY*g^x*{nUqF$*FPq z@FHDCnLw%J%RS8?Q;_n3e{s=?XJY4xJP?kQASZeZV`?Ai1bPiQjA@x%1%+>mx|H`|<+<0Y%&IwsUcAy^U^)Oc-` zks8BR2(6zWgb0F#g&j?ESDoP<#AW%L6CX4DvT7(_34r+?F%mCNJL zLx4p@J|0=THG;EeN$Kv!)scTpPMwtdxniP5lc3SwD34n3;pZ5Ys@IkY>Ia$Ik|Aqp z#!t>*Q5F;u?qhi%XlMAG^efmSbFod#anzY3Kj@@9U5W?5ni#)(~ zd4kF!Al*N^&El8%SPDX{vE&+mbfPB*MZcr_6uu}DJN7uIzHt9G5MOiRhx|n*ugqrR z5|q;I2GU*cOgv6z(P#2^559kMn~H{s@K`QI_oct@D~DAXo|@|AtdE)U+LtKLoQ?IH z`+jMoI3`upi@q+cuZC$V#`mhPPFHd0*`q3o^5pWau}8jlmU}1yrMoRbEAQ&SJZT_~ zsc{kgD098MUo$Y8W4WK@j;bBa_RxeJmkuA#Xwj=X9ls8IK>AC()pVMYAF)$i-pgUu zdRB+|qx2wZ6^qeGq<0g-(;cm@#?*=t`P?bj#!KtFH{FV8p|_X(STtF}mWJ{3`hB_6 zpIa;Z>vSHU$MAMujuNw&FuE&B>`;vV{4;mbNcf#>xB2Gz*^{JiKTjIqgon9e*R$_L zd;AE}6C2cQ$oOC`IXf-a=DafYs{Xm;`;cAjl1dTW#J9BRX%~$D$beIKlco+l8BBr@AV5P-vV^qHxGYe5Qetd@4MT?KGGpnEG zh2ZKibM9xx{&?fI4TskPUVMtJZ%7E6S=%YK(5)Bso?|IR{f;bfImp?bg}*eO#a6K9 z0bP*5uzsJ^sHc)d@K{QlCpmX&q7sssG(B-E9|+^#dUF;mb4N!G5w$I89KH?plj=tb zSM?o6h9+7S?)et%OGxNNZR1c#N%u2K(wSBJMCoWn`g2(af*yWPx&Z$-y zjR?MUG=citB+vIGCSXOG3=mdJTiA2JWc~iR>TjWp-48)og^r?uWn~|b>awyjQaEu; z4t=mFezN7V+wuX+lu*{YaC!G{8q=lKzrpX>*+jEiv?wO?iWP-_4CT zEbu}Nvwg*=x5zqRv_gbia+|oJAEi!lwK2oYm9ukBE`VX@{Z1u!xbwus_NRwjlPF#N zNhjp+rSE8VYR#Q*z=`c4sA}2dq<0hySU98QD~0p5zVC-p&)zn zHT`^3#kfQK*kY`B?8R5i&W=z8mu9AMmr=SX^tVXFP!2_0pWiOedhCD6M!vlq0#8O_ z*}~%N<5n{7gtIWE*Vq)Cx@&2le)Z5q?ZzQ(H%B55cAz( zih_<2J(2ghp`((RAM&Yp=_kBF-X?J&tum(Q?pI?NxdKTSBsVzK(?oY|vY`A{$sm9VCCL@DtVUMs&d&X8I@V z0}B@E_NCZ5@4wgIn}4tCyz5lK=N43*CA6Mh-^+FBX;eAePn@SDxc{`7g<%H-PtV$s zec$wUr!JYb5f(u6I#taHgxN#>>;(VTyw3@yz`r+#hdE95ed%|$Qg`ZgP61^g0_HFQ z#6b2LTiZ73ex9tF-YP{J4^jQ_Bm0n&Ookrdfvv>D$uUu);LULPWp;eCG>V+q?_(OCk??Vg2V-4$Q z?f431ITb#r-mUNObQ;A9gXtDc7=#AKYhtST*ki4~O z_uhOTaJdyUBig+l{EX@CYR-d8Q+?pW(*z82_uKQVUBTkrTq2p zajFwH&Mo*BB1`n0WC#VJ07WN9uL<`}ah&aHa)e1*ko!;yZXbwq)aKE1CSL0gIcQ@9aqo;_=?hAv9-J&gN(>4t*)_ zc^6S6cDA5&yq-8em|^AP{J_LUOO`OnEQUYH30-NPh5bpuJ@9nJF(KtZjX&l%U*F) z4RbxAZB1I&ntyTCEfdBRE=@(A{xYq=%y1trmt~J3`6$u>Hs*9V3ApoTBLC-*{_Epy zrXT)x%IB2dZ>(#Yp<=@ZR;fa%b)J|x?QI392&qt$3n=5~RZc3cuFv59`Te~U9*?&) z)_P`Y3{cn&7YIZJt&4x*tqB8d+akKTeTED_nY?6;+D8SL~))D^4aF0DZ{e8 zP{lszx(}s%yac81?6htJex3^!Vc`_yXPX&k_xAzrBW09#(44of|=d$(;@Hd_k3lG?&>HY;<9|dbG$;1Jx)H`20rtbDoDMvsyogR@I5#*ocVKh`H^LPuLh^G z`8uNG1*drS*C1t&_bC$9H|%YAeav+tv$)H3pDcaL-lVKMA zM%JQT`u%ZHH4#uP+o|HGU4+aZVKo_IIKH9|YQwy+k!Kfa=X&1d4#`&B{*Bw{vycfB z#VGO0`%2hgV z-Ntb^W!a}nx*56v=vySo?wQtciITHezru0 zonD>Zm`N9{Vc>88!HbIV&OxQv~3f)~BTjWZvYnA0&tk6^g#x~_#` z-nx}fV({j@JIIS|EqGmkY8d8e(vPa^9fLkooq}BcD<&EWn7MO^o5{Cy1jRznfWL-A zzGuZryERbn$zF;AoUN2%mdGTs4_(;tkGxL`3%U~U1idZ?G?JKs3En0tkPrMxAwI?h z3?lPK#b&XG_sr=Fw-WvftONT1PBkx8O=`EDXi%9)kvm_f8vcFTC5)`8R_8 z$5~zJOnvwhN=nV^?!J|06|m$*&L#cP}1Xr{^aA0EA4oxG71<`25I zypT4JgFRY#h6c~KRwhvkXetVpAD$ZNnQ!FuCUtkbO;k^=(t5HghOT>eQ#G2K*D{*_ zS~BEAbyIKEAb8vCV!%di$EZ}Lryf9}NsD)?Daz&lvGvt|QSMvY2uMha3dqnc4GIh? zQX&ds5Yjo)HRO;20wUc~A`;TwL+j98L)S1c3=KmJ@y>qEIs5F-^SuAS{nNVFcdct( zF;*^X*bk4!<7@0UGq#D#mHuYXd+=64vPQwHvpC!jGq|z+P-<{6EiY5NIZhwkzZi*^ zXK<@b#kI2uU#_&IB+AV(( z_n3g-Gy3e2sO0frsB&C*p`&c;^#j`~kOy zWjZOj-E`N{<26Oxjwn{h17}{`>R*NoCJQs_?(!=>^bX1kKqlRP@C+Vkk#D5zuzQ1= z*9n4lOz)u#zGfn2SOG+n?m;D2oj^5BiNIwpBhPW#ujz@yNMH`WFPx7=B@BjQJ#Gbmcaq z6AKk}kXTMLwdzIehV3=wwfRoTg=?RzwU3R#tf&mkY=jqo2Xr6W2b}rUQ$yTK)6$x6 zpUd2@PKql6E&3Fs`yK6Ee+!Mdq3@Sk+SS=x+|n`M4w_6?0NWjSUwWN`d<@MZH&HYF z^^s`@+O)YPN|ii^PFyC3^DYEme`ra3VQ6`)_{FobeF0kW*> zkA>UEYyI883QST?I-Gt8;}j(1S#I0by(>15phafg6Ncq>B6z+lpC=7ox31>tBgwCQ z+-9j*@7W`9P+@cS;4gmp?5XdvXhKSKFm%KWno&u%lL3tqtT&br5zwk7voAnd-HnES zzOWBiZ!-BNB0uQ<1}H#GNw;1e2b=YvuXJzYmt@p-3^uC?%cAYmwJPRl`J5ePJ;XKc zhVh#yTCDrrFeSIkKhFaL{CsL+Ii~Y12hH#k%DuFqN01r&bzS0lhqmRM(z!&x%g?1Q zqJkfbv z!`9PfzH}PE8^o}jy3a~!edm-b%TaIWIjLC-0P7~`k5ND6O^z{ccIUt>FFex~qDoU$ ztc%{{J(L*t;!1Wmh=K_0$r^u2qWzIM>h$z5-*D9FOAv5PkNukOimF@FM&c&wV*Gdf z&_N4TpoN6n@n9^RP8fC#oo*6Zwe`)qW1lS0$n5hWQh%d()VN%waq3yLXmcczBXe}e zRoS8W0)LIRm?b@OwpH>!lf}RAk;jBtZ*fii93OS1BHCgw3HfzuBOX+$`ceJkmCIg> zPNfq5UuI!`Z5i1rEYQW6?6*?iX8vAF&kCL{ch8Kt9=gmge$f|@w4iEooqv#)_treX zAo{)LHO_srQQ-n7;B*}_m`WUvb({9PpOH|e87X(!r*F`fot!JiqaA#iNxh<>(Lc&& z5Oc_F(`9yLjvhaKgHF+n*0xgiA$R%ZdcR}6dAQSB?NLh~O-Q>?$UKx&(SF{K`i$dN^H$u*eFm1aT8 z8nv$IUepa{V_9OBsTg2ET@zGGp5rC~qfvWHJNp6Y!B#;ai)7TL@Z#Q3D^|F&#<@iH zz-xJO!!8B|+3KNbMH}37EaROOE7(K*JwrfnrAbhcz^6nP zxn{vKbDL?*VRBr2G&!3T(n2RD7tWPD-G)^~3^1aEF9TY}1z`fqzfz6lzIe%J)mO)C zAJPI>n{=hr$dJ3)I(!7SikkjzE^M$=Q2WFOA2+w`j% z+5D>!K65H*efei>(@mSo`iD@A#qX5b1E`}Pz%{gmA57=--ej{5tj>eNZXnz1R%==Q z21Ncs3;)&fLF~(NN-WqH$J0<yW|e5Z+-SxUsqgOX;Eg^PSx)w(+Kln^exsQVx$&1{4%XHaGPQIMhEB!e#noxM z!GgKAPNvxCjreNoDLy*2X8m?+;rROXxr|dSgpAx5!1Qrg#oaC11G|VfZKQ~id@8Ak zv-j{q2IvfI!`pOXn&y42$~#g~=yU*aIkp(rUsQ$-QdBvdBc2c zBr0xe1s#LmLY|Bh3uYy7~t$nZDw3Om(+i=mYhy&(ts{JJ|u+b&af_Y0i$H z!;X=KAAvG(Q4panlR9*_EX(PU3U>DIy8nCfA*bHo?WIB#wmHO>sFVIhDm-PmIbhMU zCVAWj&`2CI+-&ie60E@?^MT&!=yV*3pV0x?wL{&$p42w|zG~pz`4-I};w_5$_@s3lkeso|0 zO93SAo3tNb+j^vuvWKlGxLOy~<(AkkK#f;~~Iyza3P80r;&OLM)7WoKaq63>)0 zU}-^z@}gM*LQZWyRh7xnYGma5-6o}}`>1bY$#^%FnYsh4?QULBw3e;k+|XDon7xK?}j+yXfC?UyoEetxX&(eMz`hE zEeGYg!90%BN(iDzf|Xcd-IUuE5SsM|^C()*YWfqND*Yes64!6{WWpP0WE%aUGDk-y zU^iUKP?Y(TFS(TViq4j8$5h2QE8tFe{M;;cozafrq$iBsm&{-Z{^f#eY|hcS^uo6N zbIUeRSE>SP*eai0p2YpbcNd}CbhLNl@yFfWhN-?yFkq{k(U3gX zYe-Mi=W#$8BZq%(l+QiFQ)oq~3V}238ZeI(`i){KH{P=@GmKIs09nMJ{VeY&GR<}{ zynAdd&7<=+N9(E`(4EVq>$JN#2qI!K*kF2BdqTWG8tQ(NclCb`MvnGdr1OaQ}a*xc|xccy>690VNB0)!&O zLIox?)PTYaEIY9`O@uUaMjfD9<%Fciff)c5v z#7YIHX6_LotcXscybtn-zms5<VuP*1v(70mZRjj;u*NL6o zkstA}r?=h<>_A!uDY@W*Y~iZE}(Y6IDsFt~$Ak{X;=4u>h4bUz0Uc;?=8wdPxz z^QicITZyQ-KXV^~(}u)M2GmK`9L1B$dtdnk$lWz!$h+FqUX9Im>s=^OQ@^;^+WfoW zQ1*+(i=zpK)c)~@@K$8nLbgm4W&R8}iPTG&NQ$PAudmj&Dy$qJNeiuktvL7piv z4QHI2T-r(AV1|9(2nQ}&s6v`s>~m&C^g4Q~yW8=GUq~3zcSbpk5VyRb%SxD4m0-8! z!BM;4VBWw$>bof69gt}(O)ej$o?ChWSkszgPkV!zX!OgVZ;n`5BBiDtjqJvhr zz6ih4K)3PvMgOjuK#nY}xDB#%3b}gex{2(71#CXBNZWK@-?NUtR<~wU2(i*SoH-lM zclw1ihC^*xwk1WP@K3t;(32?^)a`Z)X}I=2g%8V{Q94r`n1|9~jmtyhUdG+86XgX- z&n7!c^uQZD-M$x8ZKDW&woW>6R!Hy@izWH@Q~pd+->9wvYf3hcu2}2Op8nnE|K4z) zvdApios@4ch%dSSxssW{+2>>ZxhqbOoLbNG1B6%C)`qWe3gd+!hCyZ>6-MY>v@zANg$M;^ry=JOf)ZraZwcn^rTLQy{`h zv1)DUcRE-vgJ&ieosRaVG7Px1ugE&H^SScoNya75wY=1;W^bF-k1zfxZoYzMK$?b( zA$-%w*4?Y+0tT9Lt#(3PXc`;)g&1*O~*%S5*dAE2;x16@141gH%q6H=g%)RyK!rSbf`2 z56oi_@H3k&4Anwkz>RMGF}y(i8sollAg6Q-bJ$3CRe4zv*}+x0<=pnzO>OC5p=2+O zETt)}(5`y=(NL^Yp| z4=dcXoErF_E_hx+icdZE$`?m*0*c?erS*%bB{S@45OM}KZJ+aZYgc$e82uGb2+1_2 z7#7H(3-Gurbt*Lg0=d;CYK9KoM#}TF?PY9c_%@RQg3N(*g28%2>+C#0CoQo=@#>z` z&YysV^|!{9+K76zS=@>WpspDE|S6IoF;@dIl=JvDh^f{o?b z7am3CZq^U3s~YKczhu&g!N#3P?efjx9ETd?_f-x@I3QuQBr+QJIe5NMKilL8bkASW z!8GZ@7bICUT#cJ*rf50G?!IZwFd}igsFdaN?RA^a*)K}Vw9oHxX^TrQHMuj!K@4PV z;g)F0YzbwAm|2VofAY5C0$um_?^TpvwXNKWOd#p&7wUUlzAkMy=IRIfOiSvQ)YBQJrs#;T=qCvkZ*{1=qc{ zb8N8lCiY)W;yH}_yg(}`|qa&MQ$OrR4WA!5Oy#1ndCwbWdjR1o6p`|0a@ zPq~|r1yo0Cy_<0BMCO$Wn%MV9wf?w%I2as*JfI%p9e+n2z1>QQFJ+Ba4r}dj3%F_7 zmXAqmQzS>*nOBdx`B1K0QB;1Q~useP{SFg$YUY+!PPG`K?;SDDJLtsTl zl!W&Oa(mbTIYZdBpnB;O24ZFrQmbS7>95-hb>+u7(eJJ_jYe$*gqa-Z7z;0g&IHl- zIjg=Rf7_Y}_fc-1H_Vko3v-O-{`bf(wL>x?Q+ir7Z4v-I9XEvfltOlDrv%_A4QaUTiHTjG?+)6-+E5-BkoOojz10~#OzO*mjF#E4@KXK93*baq zGY)vH-yOoxY<*n?Nkyv`q#y9&9_4H@NFSHQ7XGLVGcv0jtSHn(V`0%d*bC_Ql!%Ju zB6E!y>aQ$EuYVqn6gDRP>Z-o9VBX1X7Dwnh6w(SgH8wr`KCHCp{Jo%?*o9hr&Zp!v zy1(-2XuSfC%GI6q14Wq5PCEzUQFq=TuQ&5sRPU=I+hXlrezUG`R<>)Cveoek%S9CPJREC@;ED+wv>?u^->N9xYW_ z*i>ZTl!`8@WX3j^!3Ks8ipxFLDiU~SmcMkJlRz+S4TTw01XKn@>vgxH8^c`hc7hWx zif@tkoSZY$&4gRy$-u6EcNHNI^BFICtgfnYh-TSZ_3KKW-FX9ry^Yq3B7^hYbVmm( z(v(KFmueT|xSciPS!NO3s#s}~^NVO5;q6)Y)e~@WNG6&qX+7VHQ58U5 z>PRwTX|-VXTfb(8>$jU9pq~FMD+}5Ae1K6iXZNjTGl$!4DWB6chzO7QNs1LQ-ZvU% zwzfF`=+Ka49%5UsqvJ{)iPP(v>~6oEj9S?I-d6el8{4xY0_B@dr*)0J^Gwp>OvbRu zo^E^i)&#g%=pCnkZ9k|l<;B|K&H%H-$2myzY2|}|AU{(2gwg9ZB}(l!Fqf!(8XA$U z8LicnHD_+XKr#d|ft**nL~(BFC9e6_?{C_ZNYnqo-adDJ6c0ltkaI;2(H!nil^Xbk z&<+q*(P`sR%{bd?Y3=!Mz0ljN=p7dLsIk*0E-EF3KlT9aEtOagHnwC`6U4=gbv!v< z$)Mzr89EEd-%hu zm!wr5u}vjiw5LQo_I3V3LWDh$ZtVF_bhd+mSPPMCJEabO#^%EVGL9i%B8POJku&2?;##1UIHyAv*H1NaCay_@9e%py<6>& zkIRf8WvGEwm@0`ZIT=HeO3TWdLN;?*a3^|}J=swv@18u$ju5{>jn?rckx8&(Pl7T@Bp@=?e2=9kWBP>j1e?n{QrvOkQBYD%LF2R|w(8Flt2b zKK2IvG;KxHUJH?FHITQoVzUIsuy#&0+8elW*KMDM^o!qlZe15oAjw^&-nPHQSI*~P zRI=&94PcKH#U*f}{Q*1djD;fiPu#ePZhtkm+5OeyCKo=UtuW{1`pT%e*`kN8+8boi zeSHbp^E^_x(HBs=G9SXHWPGTy#Qv}|)8&r-40C4t)AYV%{t7quDpbCp6y|Ob%hQ0d z5g~?d-K#%+<+H9B?O>i7n@`vtmsFo64Tjm;zp?ZGpp7_6*Tv+dR-6BokICab#Yg4O;&CY;6~ZG+zBoR=8ZDf(EP<)1xm|!dN`^+HU+$aUO=35iuJDAsYPuz0_t& z5>gHqV;j~1U_eL@#gGi8k(xL}iVFA!_!3A)ldc-ib&h=|YVD!%$|z?m(0vBVYQRM* zs^DJ#lwsVT6cJM; z@z25_nd8qSQ$l6sTC-~IU!p3KzT`D8%#g_#Ms=w5n-Je>*=Hqpd#k>RwKZ*V-g+VF ze(;6_V97i}NsnT9+1B^VclPt6X3V?H*Ycw$_~?l}f#S3sxb-`1-ybSlx@N(LX`4i! z@4Jc&?>_hH|2Pc2Yl)uQ!;!cMAcB1g%K=zUHM;{q6ujJ(K6Ej=>ATqCq$p9)?ZxfN zR~;_~F!|_7e$VDK`j?`#)j^=nAaSN(r~FTxi|Vk+=&{TW(pIWqAAQV6)-mI*ik;y) zG2%Dsx=d#L2Jp{zcD(@}-xrE6Ds&lUPySEMer{JKY_ae``kYK|`H?6`d1JPweD z>(Hn-q>N_5&aXWaw@{jC=CPGe+#2`V^;T(<|1s9s9qfICMRG znJ$}%s|t>a

1%eT5ec@&{@gaESKC67E{|%xT)%>SRg39}5k4*+v(f; za?DLZg8db}jH4stX%Q^gSc}pp$Hb$EDJT5{Uv9Vwf#)UxcaN*P^hvVDGmYHYlp=*b z-Lr`UK5wN{{(2{O{-uEF(%-CsgJu8?s&Z9E46k!G&Z>;J3p(BVBH{8q(V?)goko%* z@l)Poq#cI??*k=_QgYTNA#{AK6zi4 z)?2VFw}I`FJ#`k%zKKeiN$+p=bMWtLRry*U8eD%=Js&h!@R4m!Zo8;ry!}goR-g`q`hLrJk-v+f3{yVWd>ZTNf6&f&P+M~VJzWoO0d&r%OVxtE>c9`6OUoS zigE_}K<{TNhknSKGbOu`)Jqz9X_W*&p@e%plI&l^S>P^+zDPOMzDiw~#Pxujv^8dc zp9z?3;ioXOyOGtYpgxk}r{}R^*!N`IlQ1DQ1ML@qM-5CdDt6Q3%xVGpZRvz*OCP$* z7U2n3CD57$m9%;8IcnijJb2U-E;tBe9;rQSA^#dD;6+q;5}Mn`&fJ*6Pm zEqb40+hs-$l29HUaMu^dlT9{!uBmrl(Vx2UXMz1JU3CNh7nc4Lq?7&9{=>Mu%<;NBH;bZ+&d1JuE3s3b*%bhr%tbh%J1TZ%`%w8Xn zo7@gA_k0v9*i;7bhL8oIaCp13c^4|7>Fsobrq6Lf#t$)vsXX}iVwamDcmYi_tBK@i z)_^X`Wc(Y18(q`Z86d*G#WH2-#Zumptwx+zSJ2~Gl9P9w<*CICmVR03{m38>e4Psl zd0lLF!;aP;qX&6yE+^p+T{i zzmf2>CP#(S5e@^2$eolB|3^@xj7>Kx@~I;mt!u#zXTdcS zv<^**!Jll4{43IOcB%v7jKwT7i;xRz2|NE-H&)c!+Pn;mnG!7oSm=;ewbz zjFhK61b`7DCxOV3Vy(i;Pl9_k=xx=(7Qi3c*GLezcgp6Qq zDO7aWp_}hg6!g*&R>BW4bY1QmaFW(`Rvg(RXA5MadFnqG>07n{NP=tvYJCyf#A2I- zck<|vQm%0i?5*g@BH3@9Ih(D?X0k<^J_Cg&tZ5T9R4#q^_F%=_nP4G_!0>t!{^ZVB zR-%d?ACGr`UD8eAr>h5XzeFDP@n|7<0arSlquRYtNHC(fLQ}sj7t7`*i`BR<2XB%6uhR%vi@lFH7!fiyQZ=jXO1E%3w*+gtrT+AXo+XpY^A?NF2ibSUIv?V6H8$+)u z7Mqdk;n~bm`;UMNRcRcfbu`L?^(n6vK}YdaNjLe(?<2ZklC14NSo?bJi@F^}p`%xt z4zbeV-EJj$Ax6UOfn~D%Quh-h3>KP0}&Ptc5dR`;2Fg%8>ntjiR>+`0Z6y!$sw-L4>x zKRJ9Vv;iH*y8Ef_`gqopAOCfb7bY9r>!3TvnMfRC@o!MNZKy@BwJ09>kpOD}1Nh(P zc;^ffbUNNf-~-^ilsgdNDlwf2qr`AZx!(of0aHq?eZ5QTPA~O~YCMi#F#0JczM2`3 z=GF^M&5qx{L!GOT=)2P_R)JI?PM+%+(YZ$;mAN&Mln#}K*qk1gbzyuwQHeyqda=$A z-&EEo{6yHuK);4z42dy@eb0IN`;iyJ`a|iBxiQFNYH$)j&6!nfvRspMtM~$Sb~!yGngi*{VLWkD#bz zIAhAont6xVRtdMSh?N}sHlVT?w^d;o7hTmcL#9928S;BXqDC97mw00q))y&QsHMI- z!)}^WuC@NoWcmB`#M3*jDbbXlNSk}WS+S$T1n$VH97Ts<-J ze#IqJhHGMmJ5-uAIl4&hJ4bFk`rw5?0YDn%DDUsljn_14zs_`3n|6AwHVqBPH=sb*8dbb5NNPMr z9vO?wJo`aW@H2@Jf}x!-5f92tslVv>v&kL*BTICHwILmI`3l9hCpyJfeXD#k~I+fS=0RR zXZ1X~C{I3Mn(2Mdr4DmKn*t^z%#R9)8SE6z%?oExekYiXpK{fATTQz$j_B=Mp!gr) zVK@)Xrt*4f>9FPcNa(GX%9$M(hMM!z?7LFlZXQ}gcT|%bme2{CbMvz^YdgITYrSC#&T3>}fU z#Yg6OlE%^SbWyA)*KDneVVh{T8@s*L$-&|9HpEN*0Vz*_tB#CuU2WQ>AUa9Z-3d>l zu3%lq+Uj)}Q`oSwSLQq3My6h~eG2&D(XRT|=p~MfpQLLcyqIDhfuL`AaJjSL=MTzd z;aUjOEpyi>iy_-s!-h&3hnEU&tfc{ItBVVM+|)Afpy?w31h4*#VsPF5J$+Bey~SG< zi+3kNS(9#;dC;?$Q$~fncPG&met5?-0Ah^@F30C zIS6}&g%=cYjoF1J#1Cpi-Z(^HKl}%K_(zYWj1FvVJaxa?@m%yS*vo~a98sSBk5Uqs zmI?_d%so}!3#t9Ejx*+&7AD=fSZQAD$g}19`-1qLt%4!QPxL!rNc~!VGv%-*g9rAw zKp4qdkUoS56H*g$J<3ZlM#V^zFz;u0t0BH7I7;7fi+FVyuENazX?x!KDdid@Z}6NV zJzdfX!<5|_mfMPXqD((Epv}3eD5J3T^_3V~3WJ;+<#3KY`YG%+JaT4)?ePn0{|a+Z zSK)Zi5Owu)aY+6H{dGMFwVSaSji;t0jP8FLW!Z#{-g*@0_LcDm_`Ktm*!#9d-p6ku z_MW&2tYz&%C246NCs3wPB!Zq#KhbQP6l&iv9I#ay_;OS^@T-G5jA1#4+2x{IIOrvq zuYwQrd+IQc3&g>av^Zl97h)_RThh>U;DiFJ*u>6vM4nBOTD^7jHi-7O<|ckzL3I(7 za`C+E&bmA~@MnUzRyx%_ow zvy{dV-~ea=e9mw<*+?2i$@ z+`7C;(^2#tMAiuUr5O7@l>e4<&$mp@cjsFhj|qKf-0$`3blU)9dt(wmvCS_7yC*#n zk4ZYbF9gDb4XZEHVAXy0b+KvaLvt#2zXeJpaA7nZi(pf5{c`y9&7@eZ{Pud&XG%@> z#NFcE%F4+}PA*sVZSd!GKKF@R)+&1No9blQFsiEVyJ$M|2zYN`SQo71n2X9oIR&gH zp$7~L0Skd1ZWzb$tu6LsfL3~i#-jx%)5RCy!Up`SDPPeAs2j7n*y9OF4}O;J?@a_` zRf%6wie}Fq9DJ{O2MuWhg)%^>STwDlra+67W|asY+14?qQStMtO%9u-nX+c(Kb4Pj zNM;_`mF!p0R1*p8=_3W#&u_=bjas3`kHVr5rX{ttC+*L?m&^Deemm~$W=`~efA=A^zscpKT_Tl=T?WWliuw1m_Ej!VD3%S|m+K(~QYi@KN3F7Tt zQ;&v?SF~Cu;g0t(BDCivgfuOmUsE*RA@DKJ1*^8LYJaX`IdA{8kbtBT)c71Un*aAaus^Q$^kx>LbZK$1)H;pL^u%f@T-9XXvv3_yWAU57 zTBD5O+Li|;)u1fPkJ|{Yk85XM%>4V{r(i|sp@>%yoFQIHLcUHJFOYdouABlIDZLZkBWw~!g?#$dqHN&oQ$4Y@Vl8@-pQQzuX>fT_Ve2k zC@o)+5Aw>*O>20Bi9Bi!BSv?3B{!l1TQ&)^oF5ZZSn}VEkM0RCl>g$9bNq*BvlRU) zdO{n)GW8yEmqXQPd$B8)l=;wWzrD3S8CI{gZMkRS(KRJ(;-8Zevl}hOOA8n<1ktU# z0nE*6@t1mk|1o3Reezt%k^pFT0&8XNGIbC<00rc+2uE5M_nlT`-_O%J`(h1qy1&e} zThL;V=Sh$3!RM*_A;_b^B=6fWGM7;If^kc)X&~=Ag-=h1sJ{Z^&V=u#1pE$*;`GMUF=<) z73779$_}TayNpEmbr(jXGa7wL)9;LVW%}nb8OOY*(h0t29Hn2?Ump+-U(#-~c>lSU z__X=N>#vca-6ysKgJ&F5*LQcUgIsGpyhuUXlg;`Ou{zU*z7o5Jhb;`!|A_aG~BDd zX?(h;w77jze-0Sfb$`5doAh#0*W^T5#V%a+(44tqF3^irqh?bTu|%ug zdr6d6=K}5dV=9`@C7E^-;Anqgfv~OYZqQ*omwN4aJAX>sJLWb%&`N=03=EP{S*Mgk z{aU4{lco;Ltyh(9SbMtH=thza?%s<3xg!31Crg&5I9CT?qel4{)3i-EDSGNlLpT_Lk$HEk=9ealA zU8rmLD@*om$pS;L%FNU`wZE zZB6J}YbN>K8Rk(l;@po4AR&{jWcHXx^%n4-hy8Pf0T(iqOnvD)ypnS%JVurSlS(rj z>65L+jHqC@@U^kDZG->sDE#!K_x#w{{~WPc4?~{M+LfOic(!4U+9db?0vxUo!U0=Y zgF9`B_9W6V!*!H8uOM`KXXKz>5X95mv!y6)Cnq zzc~YT+|nSnoq-AW zpNnI01~blwRf1m!14(mIci!h~X9*}rMB?msV^Z{<)his^O+m$lNVKR2;1p&+%o zFrOakXteZ@r3eC4uxB3@74N_BL*kJjjtu&;e~y{;P%4}+G=s9o44{GyKe?y_9Ptnsw`_apLyo=t-0!lqLH>9HYu{eikC zq>|H(#+)XTJU%+7J6AX!Xd2vv#!IW$^^4ZK^YD+{jbe{teBNKcYtLr4_3i|0{N`Wa zMFspkn<&lo%8L5opG79C`$<*}Pr;|gMPx3R)y-*fpbX&GWiU5ZKby~@yX=R zDA5q~@Ph!UpF&Dl^!qzg%=0@sxkF{Y4@d1h&8M8vv~tn1fyp$AhkL3y(0aqaKPGQY%UqaaO<8+n(O>X?W{(!O z*L!nBK9HNK(=yMedylex57ke1>X$tJ3W25#_=;mteDhrLtB0IS>S8B<%vU2lOOO;L z+)jUY{^(ml#}6I*3NtdIGe7`na?)c+X%8(DNDo|)O$FxI>1>~;s#xZ00aaq=;)E2K zZfm}#{Gj>t7Vx8fA3OU+0`X;64lmR-nyPoHk1ojEW{th4+!#75W7F%AO8M4Gs6Zz3 z%#ew@i4zph#1D0hHV|$O{bo361Ag~F)0mK$$1#awqfd$WhuF7KJ;-8}LJoMHw_yl$ z!AFkDxHRRaVtT)x7+w54U<|N2%j5Op`sW~0z_yAV^x}q|NpDM!V=b|~?*l#HC;k3} z=6n=XKyXV**P7r(v%T2PlD%#)ZFCrK;U)BA`zOElz+E^MG+{2THR0$@Q5!N;W8L}bpiSoIJ*)9(YojWC z!s5EhSsr)a8TrqySVW*&&NyHHr6Y+bFEFzu zTg7J{L68zy$*-)Ck*<$GBJsiQta`-Q#!b zRKR@lq=*iDn|Ks-f~+C7dTwM+7F@IAz^@zsT6Jfwvop7%L+>i^D%3dNh_+hYLVEx0 zZv(1k!-!jN`NNkBc|LKxjE!`rkz1Ro9X=K`na*Xq>RrfHRSpF%45&O_b%pktH;iVfNbzTu{F~G64{e`f(2z9YTt6X zo~<#=6Gw}8bbTA&3#Ah}#mYGEv)}tNv+g@Lbud%l3=UX#I5*BDi`I^oui_{qoZG^Q~ykCCufB|TC>hfVLGLgyCzVOu!wNHco_dSbZh@& z9Fum5$`k7f%RD!%+c1o)LGL@Go=$OjMM|UWOHd3loNosM!<>5E=g;C)8n;re6ZSR4 z0$WH-IbM^gIix`_cTJ0SyYvkLpP#_r><`V6>0gaIK75S3{8x=a*WF_65NgDzIJ_`+ z+g_*Snz{k^KB};V7Uzx;KS>J(ZK$q%7-G(^2??UC$v3QQvtorY&UN&RL*BYF8Y&esfvq%&LKU0 z=1DXsN`ABDOzBZF_X(cmn@gaiE+`rE@rq^Q_6(N;*f1}%BI~*aET&UQ2XuP%nkoiW zP&}AxinQgn0%|K1A_99%dC^28QNfAXnF;xBO?&)p2O{l~A@d6_z@eBUGtsz*fMW-c z(dU0cGf7Kd_n*r82O|MMfxk#|Ja~@Rk}HL?n#N&PTi0s}*ST0+u$2!>Cyw)lTnupC zo+|Y>Szfxv)K?1c6EAF+x3%thmge$lYt;Vz;t$i|Ytgi4SUfR^viRC%zsXvSli2aF z69+A?MD;BDVqPPCWwu^N>t~Wt_6>@;5Pj(@60bTx&0H7eVFyXUoa15v-94^b`Q+75 zab|fs;f=eUBGR@zzm6r5iec;Q)gK$Dk$j2K|BtS(jEnm3wnb4wN<;}M1tkP&$pIv! zLqI`5h6d@50cMa^X@-=R5=rS!sUe1rpF`@8nq zYpuOOb!9eV7)OHsqWIz2Z^fS8w7!=3*@UFh(NZ$oUdzw194zZ6y55dSlQyEQASab5 zM~hnnF}`UFe2*u$E@6ZDxp%!Rti{L2`ZTQfy zeGOlP3B=SR1YKYBteqWk&s4wMFAr0%A%?!E`nB^+j{J}JFJg%9XxIt8{oROS{c!)CEkwd;ZWHf+Lt&5PtHTu-lu$SO|Fhb5lwPh6GXgHmgDe&%m~&rs=I{@!F{hwGqRCZ_HgLF~=FRAy=y> z{F`RA3_;U3w_9;-(-F(n!-`U~Y!>-VeTu+4zxDg}*=Z!E_XLZ1{gJg_@S;3lgLw>N z3fxgH2ECWIt3^C9u>KQRLJM-G#;ptIna79!J_MOK5!rkDBnl4LSG%4iR%%u-4Ksk5 zCarMOhg0}|8@**)M!pYZTGBpSO+IzG&nN!qc@iso)?wOY;1-sJ*WO(=*R*i#n>a^W zB5MgQun3HwuY12kWj3)@6|1n_Yk0g?6|vwYj#kqCM?LuJ*PzHp5<~ z*mb8?ZS*b0fROw}Aq~S;Na0YkuF8!lINLRH|ay(0LD)3OW%S&~w`FZbtX&xri? zi#8ntWxRD#6Hr@Fx~&^hoi}P|hvwXfxN7iCIR|JX1b}#h(j(}XJ^vUxH=#j}dapZ0 zOJtsJBRwm$-L9tG`e<#GnVc4r{*rVIp)hVPwljm(A=(cHNzTT9h0vHAh9)?*+!GMx zMnK9Qf9;VW5sUKGHTOL8iRqePJ6i9g4h29PhZNJ%E1rl=>FPXYK{_s!xOHN8- zhVtmfIE@(Z$i}?K*~-%un23>jJs9<1v5x_!eSPEegfUNYd)&E+Tp6?a=MVQ=+%6Y*e8QpM~C+-9g*1ZxEPf^E?4itwUK! zrb*Ln8+kq|-LBiLWX0J!6J1o0CVI`MY{!-gEs+uCa!9yl4EEA9_0lRXYQhrZp;5hf zB=Q-au^N5RPo6f)JVXdjwg1?bPtm^Sy4)jZM^?Zof-Y*-UChvD6}N)$nx=o>wTWGR z)?r0IP{VKC6t@m?qM3=u^Af#rF8DrNq!}9Y3J<{PmR$MFRZ=&|-f^PYs5r7w_Bt13 zow|R%={fV|qF+NprDrz5v}`>Lt}eXiJEO@+Vauy?;Ft0(fn8xt?1@8AMEoNhBHD`q z|Gky98S%!?BFrR2FFlfubN)Uq|M_C=!vkM8XYR{1ooyCHgLTDBCdB$*U#~J>Z(J5< z`d@+ebe0YG7tCWWZz9iTHOmXV#>S3#Fz_Fpx=6yeNyz@hg_?<)<_bTkOu;=VgQu^SOqSF4tz0o^gcS~UK!Y{O1 zSC1pvUZy`l)1W=kqo^nTV`8POos^oPt3*`(_M2Hpue&#IoNNp|v4kJ*S_Vr;h!ywq z1I7Ilx$QeDYOSY#Ja_7p-Z%D(B ze&b1nn_Iwbs#1I6J|6J1>>Rh-0!oITKUiE#SsMW|#P_+k(G;e~9VB`y6(7alr&|%i z-tQPzKZPwZ3F~^;xSe@8#ggvt>l;9V!T@M|rj}0M#v|bZ|A&hxP4YXE`b7?hDFg0> z4uZpZd|ZYB&@J1wvKl@@ybo-`{iM>u-Z%`2%monL*YV<9Igvh5&gg|mhhby(0PISK z=!k1bo}s6PjEnz^DQ8_nfoj;ps1v~qsOEK|((rS`!n24!wF8xxY3O*PIt5Xi`TRd& zhe=lN2lzbzCK+V-xHn%RJl8kq+_QRx)z61PeHbA(IH1Q`4sd@%t~_KKWvU^%4!dRa{OD5O zX38VXWjy;nw65qBAZABys~xZ{=Ik*|L&Fp_hRWxjP%ywnmBGDlM1yI(?`|w3SS&N-*Y|jej1dGxd+>#dwtz&+`rTx z_A}#%U_>7CF#Z?p<7Bgu>gL&ajJ+a|i5AjhslaONIH=g0@O(&n$C|T9dp| zp)XzfoBwtu_MkSMJLQD7VkfXZVfTlwRW4T&-!H>HrKVR;A|7tseBuPN?=uihy&PzS;|y~(hE)7kRHe4JqhCt;XihSA#Rtg{8q)5Qn(b< zYlCB*p{&7%;2Id%P+1-mY$`TWl%Z7Ft8siwce{KO1;mK`vRjrhhGh?G*Y+vG?N!`0 zX6_Sj@{grtE*i8ttE(}c1QFWe1qz{ZA}u6{M#g*kUIqaE#H)X?V9)$eQN-oEZ&WP) z8on7Uyno~7k#BCiMlxB3ysr*PB%+=PINTRimWaW6m&1PvB+iRZ3OaomIXtU}RoHq2 zm7^v;v8T_zm_GNK7g!H~>$W@C&p~GFpXb20vZtP{YG{`k_W9ASFTLU}+k@#Jcdt7< znFXIbNRGOU%h^3ryI7N8g&#u*%2SSIHoNyW^(BLT?QqWA&$1WWLg%m_4@w4Z-N$9< zOP~j;A04OWax$Xe)|pZZlMZH?Gn5xvKv&w~wfeG1*j~L;ea$_BGknCpEqq>&Hr80| z9+dTd<^QMUU@0NDArHXrkjIdBhUf#1F!$*|S`Hlwvo{=+GSMM(zV?O8wb*+p%%4+Q82biQPCNt}C=jC|mm7Rc1XLYU`$ z)ieVY``#~iS$8`nfipb~Jx%U!wReZRz>z1iu2~*+@lL^F_{M~3j*gu@z{wczx^lb_ ziOV^WFSg_t+}jzGh8er(E)B{QrO|h;?a}*#nOc6gyB@Ki2N0;Eyn+h&D23!Hcf3(N z{>04;kt<9l06sDbul^Q$ba6)lgW766M4##hRR;?I* zR#`Q}t{RCmr2%{eBLu&|@UzT2BQ_&_roF$J92N}jTZWq^^{a-1B^L$eTlx?!^P_A$ zyz7$`<)e^tGI8ceo}-}0ze?r>F4r$|1@wNN!86A4DW=zafnWGHHVXHV?~sdLKw)6^ z!lqqY3&P1~gj~!Tw|Vx_fgEQfAz0ZcBQ{#t?9b(ewWH}O{CW6gt0S*e>>I28hOBSS z{0KQ{VQT5&dRQgcH2bAjCP$3mQ|1$jXjw#})nBsvFP~UWb^DmfGz-8i+ibU=xzF|C z!P!klg72R1>5Z}W42uVb?BOQ{L2k^ojY&YCLVsQiWc=TyeDsvwo9N^y8P)TYm!Aro z(q;@Ov^9h@s@<>FwmHdbT<`f3sRmV29;{|Z@|8#YNcn!Elc0N(CkmGS_L>~T5v`wr zEY6FmBxPuvg=XJ4u!6Fv)T zCmrSJ;lB)5mC3SbP+(&@T9ccy3RovKwfG^_pU;TSc6XWMODaY_p|O@Etas%sYWN0t zE8=BGvFj$Sed~(ob^jfS0`l-}WAOb6f7dSs{B7M2;J59o-n*xZmS9m9#x`6~$t=|Z zXC2Qe)~8D>DxFSzSQhgvJno@1Q|3liU=$TE%Cr?&9^bVMY@i0~v3V4`YwjKG`OVzn zj-4eq|3ql)chHsbacV8|kHBxkJzbDcEeEw4MS|7BN-oK(P4;>3eB#Zj*CGhPiZQ)v%gg8>Y1j^^ zKg0I;{`w{a_iL}RvRw4yq#09ol4ns^ql=3#L_Dq0&~0y)g1*Q7ig@q1SSdM_03hgc z{P(P|e+^IO3Rw%x%{my?ebfQh3>9ttdFC}PbG{%Gf|#K>y>V74E>5+A&plh^kIMWn zw|0%MkBu8e7QAz?P9V*L(*GtP{rb;aIELo#M-fQ^B)#8c-X#}9QdY<#W4O#ley0Un zMaBz0*7{5oOHhzQ*a%N^?v4Gfzus}{_t)>KJ@ee-=TviTq*XY#2jXqWJGD`$)xn@?)&7w4|D%fXIE5TqMLg$&M zjmjNRH*xhjaE?~oBg-6j_uaV}Na71$3lew3$}h1DqwY@gI*L;U561QqJD)4Y23t;{ zOcI4tLWNzNXBWux3gAf}?W>XOwOJARgc&VPhbbM#Mm)FQito}OgWd|~Opc6BcM3RZ z?B%v5Y21%TmJm_h(uEb2@)vuKD`}fqKk2tIrMC=DPUiu%I|r;je*!378k;th znKv<(=i{tWa?v9^W35Y->+xF~A&`%&IK75VUcZY1`@SqrOE_JdzGm(+(@xjL#qxun zmRMx@H zS0Lo$+vl=R7VU=q*t+tDE~5NSsY|8k?6-{$qx~<;u{RfRkDl>ehu_Nn;YF}VbaVgC zK$_O5)xXiJ08BjTX#1}$>^8TE8xBB}F;)5djfOKykitN)f#K!^6zUruWqab zN`-oqd^vrqE9k#BS5FTu)*AX(763}$Z~Kmh;xBcx6lui~FP;4^mPRNDU zW3NcWyo}SiLM403$BFe&g0CS%kXNiK3q*Xb%6eDGCz-u9A#t_WuJZl@tqjiXrkZT7 zH2E;LUqwi6y4nXldv8u23d1x-U}1Rgfbws}5t`RORU5Lryni;@E6}}6$>{ky4{E>3 z0(;3Kvh#$HjFdkh(|soCZzH`}uVj3B2Eb0TY$IG<>RZzC z@rUXajM@FREyJx&9WQZR#SLrMQT<#J=HH0YIactfCpR}z&Fjw(&q_pKhn7*Hkf%=K zn5Vkw)(3cI+;5l%?TKX68O_pNq|2PG8a0?!^ue*;9C$-x$=kJTsm1YM_ z#JSSf@EGB_+pO>OHgKA# z7P$55`XcjsY=$aXbGWfAU{lxO5cdyHb&f?>;?Tuv9^yh{x&QkA`lA4{JNs+0xn;4H zyy>5;%2QtU9IOX?<6gc%ec&eKBV?3~fR-}2OSz4^3@L|q?u_Kj)UhWPkoNHR03Rq& z1=e9=7QNH{%vj+(4~>9nehiN<}MWD#DlfD9EzGI20Ih5io{e|TBBZD86QRb`9X2g zw=kU~q>z)>a#2e2%bb`CJCY9fSh!S9Uc)04c*mUz)K|t7Gr&tllwL!WZ{kR_G}c)t z`k7FQ)HufXF*V}v{`^Ci8i!82uPk&!uf&52d8JeSl*mqoPb|Ll#8w)W2O&EK263uf7ZetUkfm(MNR*~gfi;zO8cwR1`!q!C zV|JdNG6BjNu7ZUOzb-0duU2yu-9(g5vd3&FAXxZY8t-Ww{oHZpmVo;>tx4Z5O@zVq zD{hih1GESN)1));8->?#0C1Sg48XUrW2-@%>J~8v4TwhY(M+C=%}fl zh7>wM@Krh_ZL+@hnIdE0A4>hWe&vk4GOrc}=x7Yqk!h*ag;z04NUXO{iODraX1_TQ zo)%R4DsKBGup+u|u}{1HCX(^%8v&I@hH&;BwRdZynky;3qvAa?si#idZV8t{jH-%A zOG6^zhB{xYhWiH7$=R}yXL`kN3RE6dQ+OEWC`Xo;4k;l31k(N=LE(L@%`Hss;)^6Nesv%9ABV2(%3?n0ZAyKA728U z09o>?h2bQ^_;d@<9SnJ3a9_3El#hhOb_Hzfr)(l;rYcN|dr=DoqD7BJ>TkXh4Y;&Pz2Exd%wGCKt8YW3 zdH0$q(C=JjQKyMMFZtV%f)?bC^Ibu?8OOm5UFKgU1_l+2_BRp?x$>eKgYzOVU0l!v z6N4@zhgkGkvarCP=R3gE0yRP&3Zqhm)@S>R;_^%*o)NNPg{>uJu8DxOXZryVFGp10!rOFJFZ9u8S~ z0rt%F{k7xrEL^|0_Y?ejGwJs{16~q*y2&wLQ}ywt=KsU>+=hPBCXoke@=BNjHZonF z`)?8M97=9rr&`*q@C}&|zI^_n6GaRD*T%k!PneUi)O-B@wH9B>qzqsrULxkG2Uv)W zh)Ro%+|j6aoqjaqa$+Cnj%q7foY&C+REAvuH0vRUgF1?<(>0NS#iQa zpwuk%A=B9|r)y`klp9atVI~0c>QGN;jNclLR8w@_c>M%mYom8ZDesaS6tz|B8Ws1x zI7&m@2yM>_a{uVMBg`x;OW_{$mcuM3@zr3n@=X+1MS_O=J@j*H3uDssfg^M|XQq+J ztAz7LM|P5JSohNNc(Qd|T3@QL_)K(68q!K}+sB6U>sEyfu2RmIhlO}BUy-1a-c@YU z+VbZ3K=6R{7FlC@W-YhfgIJg%@Hl!kodH%?53CR6anB9kcn1kCKk9qw@T^h*Rb2jc zo>4(8N<8vKn0d9b`-@~SLC~Dxv8nWVT9m8tz%dhz_i6g>B|+Fz%3HI8b-T4{6OcGg zkDu!5vYo$&^b8Ggbu~ZSKu(*9WE{0Wxy|xc8yZ@!@B7DVIln9YMQ_>T{7}vvF*(-&=G658efD$a9 zt*vAK?4}M_C5CRHwHucZ73|0Jdr^7)wj@gxMzn~Ms$V6Xsj-SuVY^s(as|60_TKvz z7|qo->?g$XM4x%7H*H^4`^Gw)?+tCI5v@HKcE!9T50EMsCi(%gnrPAF2Om zC$&g39Zb3RctNq*crMx@X5q%91Ti*&$YOWb=21tiqtE_cXlYxxKaGE@iQklBXt{H2 z-SrDgEx<(5PwX^C;gwur+SehsZ8Anz2H#zo7#D(tMz4G?0oQF%8>@jBmb-ELP(w!X z>DStA2BpsJpQah8&&c6peQTMXc1Ww0kCab*KcT8BU0%TS@A1Ok`jR<0ZqK+aQ3$(J z*C5UTbLn)2`_o!U;$tG{Zc@MgeL@!*Xa^%MW7RtwzBNv1p_)fEMYgIjWL#I@68PMF z8>a$4;-%=%sHE|P{m!Vta3B>zlj*`@RC}t;d1@m*_EUaELaArjq$N~tAKUwvVx%I> zm*pWS4({Hvmdoqyd9*KM?QgdIwO{jz)!wz0Vkx3i^y-4Lt;@0-K67WapKIk zp$buQl4@=5-`*|zZI=qI;@Ksm8ugPJu^@*EW$mdlkrXNk0VTF7(1teQ_}x95)RF4U zW7BJ`j69;f@qplnJZBU(ucXMQ0d#m)uGPpD(O+#nlXSP`?5TwQ&GmuJ;Q~!25Tkvy z`Nn!sy+H1z=eza{0svNRv z?R?{$Ech#O7oR3AziD}NXn4U{vawOhI!w7ixw`C;zT%I1MH`I1?)?) zn!pK`aK-LF0G5XbtCb}QoF^P;j&G8wFRo}gI39C;Gv~AWW*%Bm<62mvZDW03he?Ng zG|q>Y5i2CG_b~pUe})#YAP2swcz}F!OPMoeF&-iH(2wu!yB}Hr^jjWnfPpFOeE2OJ zPAwtA+zft7LCREe$01ai_C;!)VtaO250v(O$=P!WZzNq(MSF(Y>4rJp$>%;78<< z!e;z*ZC>HOhSiL@K4a`Qo=$#fN}|`KM;^+099JQYjSE}fz;Ju89Q+9&yX!{^;PcK% z7tq(D#&;&A=KFki!IpJjs^YH1PTV>Hn?)qQWb)}?yJsUGwuxE9U-I%LW9Wtzz=j~c zkn*lk>~j|f55y^g?RjvN4RADbZCU&vA6u~32CJk!8`sBV4N5_pN}fe;gLnlJgvcf0 z{f9`%j6Ak_CH$T^#ftff(6LIeY!vLzxoM<~%Xxse&woK$K7jWN1ul3J_&pELCQR*y zh8y1zEae?nn`X0l*sq%;d1}z+q}EyBWn@z}BZve(-A>r*%@t+)B9`>=e7!kmSDPjn z;5P;#$+U)=HRL~4M?47bfsDgLA1kO=HL;X=DjNk6l+dx3T~GGLsFgPXAV0!!k6V> zFXzaBtVEZZ|51vTR83yK+4zNkf@K&*62iE{(I zK2@L35uqJtCa56UO`t%pf~GZ$D~r+m2s7kC_ov>L{H8P|b^k}3g62X&UDPrb*{5SJ zmg8(+$Q0T7sRQ3zjbFJwK@t_hwE(cQPr z*b}J&ZY`EoW~7z+auAk}x}=o+zt}IL`<MS~u@O>D_dAdr zlV8)#CY%ur`~vl_>w67Or^-LjySR402vRmYp6Ano2z)WtY3XCGDOZ)C2HjVgx?EzW zb6ND*RaLy$=W>5Oum2rcqz>$B99@Z9J6&DKWYgJ{gYveT#(Gh$rC%gc8_>EBzm~cY z^LYB>5#VDKbTg`T*e+x!GHS#Tn`M|>HTd@-o2yTOydQP0$KNqx;7AXq`P z0A&C}CO}s(-APZveRH6W>0f-(QreXGNwlKb$s2D3chzLp2;EJ0i#zX)ywz6nKvH^3eCHL=@ zkV+Ff?C52-iD7m%H;eQ6?B(6hSs<`%YG-WFxSRoTG}t`|>C4>L|860})Knv*6tz0$ zNenH>t&)f}$H+iJHlVe3J)F~4ncKKa09K6Z^vv>q7w7(+I}xf8WI(@z?fr0LB4Y*~ zV3TO+{-yNw`ZcNlX(w~{%j`;))1tDL$1OLfdzSq#%dTHV(MK>Nrq?z!6(F}CUb_7K zs%LQ9fOccfMq{)*KMg*fCF7fCmQPS-5$3won{Au~oWzoqwvpPyFq2YFN)d%T7F6D8 zd@$)-{_(fZ8uIaKC5ga=7aqIlr9;E-nC#r#izC226&2g6K4U)>#VW!5F1)lyj-z6> zMVRdAcZZYT6*@Lcv$S3gY~eY;<&Qe2^cM3p2pSGSp-*cm_*~-JLAS|D<=N z+wEEN^lC8T`Hq^oWg3PHrL4~+v*|6-jaT&xiu@eynlaF*8qS+p9Qkx z`1u3V>J_dvK7kn0;b;1rff%(}YOXxG{)6q4oyn-|N5CO`M@QRdHle(y?ROkE8PY&g zHYA-SHZCinG-7t5$9fz~QM3g7fWx@zi z+7)L7YldsCpM@tvI12na!Q)b)*?4CybSHRyPWHG~mEJ29wSxLVtk+er!vMJ}@|3%} z)mx*q$_qh+iQuWrA1p__TTGugUNPi%G=o*fhws2r#2?iscM}u9GNmlf{CcJ~U8?c7 zUYVLzdVhR$m90nfB05i}AS~}YQW$|^{&sLmpIv=`es_S{KJA!qtZazXJY&)TA4gr8 zcJ~O&bb%WcIlK_}_qu&scL;`uz9q5UM7yRF3yO&cY`gA1uN{pFD}(?WUC!LMw#Gue z*_`&Wg0MiZzewP3=WUB742V$Q=#QX`P@EP0ftI<6Sd)%YFj?K8uvPtZMzd<0&A)Xc z1eMxl*=Ux^I6df9=e7BdND>1j+PueW>p93=SK zdtF%r)Fq+Ib*r!P$Xh7pmWP@Y(l|Yq5HVg*EPOO4xo}vR%~_Rw3G!;cM_vFsHS;~7 z%lvN2CHkd*xzSF#`h9t`&&0RhnVM4Xfv|#dian#l*q*A`z9}#^pT}jMgz@lHusplZ z4Sw32j75BFsgaW%bv8z1Cy>^8!p|-E1ZckZRbg3YvuB-LAK;U#fzWD)&~;N$P$)#m zx!v>Iy6JF*5!0v7M&;~Wo0-bmdZkr@==mVuo1VzGcKjZpkloN?;NekdVe(t|bLkW} zy82O(<8ha|XI|x7ocOg@{ZNQe1z9A=5cznS(ms#vP;+dN6hI&Zb5pVU@JWS zFYs-nxE&x@ZKj}~G?c&smxM{pz8A)K5)9r*cABjB7I6}`G}Dcir{s!=4baxQus2uI zqRkUPWmDiOls0iKHfd_TH0Fv-&90|g#qi4(nSN6JYm;qcUsN>OEF{%{Q$hYY(4zGN?Bdn^_ z{MR#t?1{P5RnCh2ti7|^tT#GIm`5VWPLD3JdN2-ukkEjjRRcTNav=8$4N%lAlL8~I z!gHbir3UTsX?{1uwIgvPxVVG#+NAAnc<$4diH4Pr4elVJxpq#Q@aTeru}aW9mF8u! zMYr9-VJRS2`jU~UF>_1caH6^{LTd2CioV2ojXLey%)}&I%G2@HO^q}GP+9S zU2qykC`CeQA)G(%;ttIeKT{!`?9owWD{pU?P5(zbc{dY`=yy23U%cCdldN{|qIr;eXC>r%zd&e-bQlen$V~Jm$c0M5W5) z(lv8Xml@aoK(9>)^bEf)?A3X#ke%imzb1Y)i8Jh~^I6<@B5gBNW9y)h$id0E1Z}Mw z{IHg@y#49I^3I9Y(&`H6jN>(z`P;%V#k;l%KJSiRc*QsBv@jrFL9_(=>3JVVmqn|5 z3RN(a$|)R~(`8>{9XHMQob~mKkaGcN_xi}^*{uuFZwCm>2#l=0pR4FQB1K|V_9_0 zaI;;d>|s;52wo;NBks9Kn1M?Rtix!6oQH=Jg-r*I!bSqE-P+9@I@{19s#xg8IOFtNP9-shy4c+CK*$vXzP|b73(bld;uy zgIO%iRwnJL*xbJCbZ#YhTW=%7iNYQl2ZA~R}*g5-f@D~ zwT6961}M<51`~#gz^fR3EVC}Hp2@JkDK@awx7Bar)nnX0dA0^FzMs@WHv>Up&% z_ccCk#qz+u5OHpXl;ijGF*j&sp@Q9T#5Y4)xoD(b$)am>)p%)FmyW=e6wV&3uX|Q= z@~TQX+@9#*l>^!KM?1}&u(i_uj4aE^%{C3qjRr53<6%~kuTP#!9*8s$m>(ujHc7 zmF>Q-S2hXH;A_Ml_ckv!VcMiU+MIx?9dG9l@ilpZY9`CL)sIL$0LVGo*ZP~`sUUQx zW`%sxFM?zFm3d#2-}7dhF9bG2qt>tOTMG&e`MRc>lCr!wHZ`-h_`q50^6U9$eU%4!_rSo=rpWVd{%VkJ*?#=l= z{)i1!^)L8KO8o`4-Yt}Tp?od9)6>=I!vZ|u>q~6U`?e^(vm2vRH~&wUNSDnU(YVCp z2wq?lUyD=m*nhQW2nP}1Q@S`y-nR$N)ep1SHHGC!yI6zny{RWRWcVic%^b_g&dHzC z6tObtEAGUMAKx%oCn$K*AmX7VEAT_>9pY?;Fc_Pum-nmze5%Iiw^D$`o{J~<;062h z6Y+WS(RR_YJNb15S$(vhbuzAV{!L0;?NgGm6GBmPK~b7Gx97Sm)T~=$l@-}!VAH?U zx$l;z8~nAiGlV8O%yJ>y-Ppi(HuM`ksv)6Wx9D2|q%Gp2Cx?p3fy4w?{4V{|F##j# zZK*&Is9<46Hl6g1zGm!R1NhzEUXKejrRMUtU4~BWsw;0R6&obt5mKGbEbVOz?Zl{p zS}n&hM9{m&uK*oF(Pt+WY?roW!Ws!kC4UBhU)uOxkhTUp3xA@_?9uTXg6$zW)qD=I z2(ZHk-?++v%bPG^$+}N^=AY9X7ZDpaP?~YAu4z6QoF;;b%{w+y>^~IYs7OkG~S36k_g+~tMtd)^b zY+)O0G;CcPsl`pT9s>Aw5iNYFE5ez)YrNFE{nb9czjbFFi~Ws5nhZz2zvX@?S(LD6 zJ5u@VdS%a%p?LT!LDdR>O9M^PNd|ZB#jZMvObWz~R+eZ|N*1DEkvFtRjL6|Eok-U= zf?v)D8z!vHBbdO=-Yxpp5)_uC8D2w|MlZ}y&D5m~In=P7A&RmNbv1n82m#C?D#2;D z;N@U*6F#p-!)de=Ks(!D8l_aj1@KS68Af!@A5i$~0?0SG#*3{oSi|V!ei} z3DZe8i0E3HMf8keBU^P+KnyCnw|FyKMY*R&2vR2qoE&P-CKn2Yf1g(PomM1 zep)CA;*WMDH`13WCFNwTf9q-ap4~LAA)Lb7*EDW=!<@-v3r((jsEW|fPV@RGEPK$NbApcCeAW= z%4+_wdr1>Uba5lVBK;?~x0}E2z^40G>(y~tn8>1^8$o>ZE`ahc;PC%!g5`C)Q=ycG3CescbuwI-3h zbu_@XwcyC0UB8R2U+9&9{MSa~D#ZX&yXobSi5AjU{bSYky_7n>bAaVuLn*UQFH7P3=D2?C$!6$?`ov4 ze-ojOsA2Y&pP}gC?sAwNnvJ5YVPQ!6w3sewVs(ENSaVLzK|^5&=$+{ic#`u;E!h{g zno&_$xxgxSBVU0S8mQ;z287i*>Zi{mUna-Cgxga%+%0T>yo!04+DuIy=`6C(+EY5e z8lM8l9{UqCF>!pLpRxA}p8N8$HwvO6k*wdHvhj4Ux5h6)?8uhN+k_oI$Le{(*@!4FYl#HIYr3(6tnV!&reQUrJK)QvTJ<)T>oKX}z%jaD9?$ zTEun;Sc2s@WJOIqOHD{Jrb~?4TeyGy+6N1{vu88Cxm~EWYwGy^YQ^l_N?XchHGi*u z%6XV+A5kw{_(e;fnJ2!bfl;ihwTec$Htc`5%h!q~t(1Hj{3p)Ea~O=_s`t2P7f*Ee zB(vXs`#!oLlY9t2BT^>v>twgfeOBi&^zh>L^`G-g9w*JRzt|vJcB!5pZ>x!u5~L!} zb5Hr3n~Dp803#qTM`ww`*rMHf)_R*9x$8}N9RZ9(!q6X|3WX4i2z|Wos=Q;Apc{Bchy>pw;ybT^uZ?) z{Vcjas95i@^0;EGRS_L@O$a;%W7-q3R-O7`#;uwWOJ%t_FGp1$Vmhk9K{mBQ+>D=^ z28ZEwH1(nDWG_G%hMn61lNJA=C6Df~+Hy~}+ zf3T!X-6ic=>>$D8??Ovn@`Bvc0%v2yC6_bh!GJ)`elq*wfLp@>JN3VpTqzsVpWfu! zM@k7~oUt*Zkfwz#{JC9t_OFT$q06wrL$fAavUGUJIxHlq-6BBxxIP9KT51sr2XpX#>;UfFe8jY`>Z!G)E(HKubN0nm19Q z_HHfkZtOt;bMh{!r<~9SX{RdUrpqF6`mlEV)?K=CK?%fn}cdb9%C9fNHz@Hrj$ zDHOTL1hw#5>#M70Hq9LrBQi-<(r%)Z7f3?0-L8x*y9~jvksbry(f)xsXITTVc=1_8 zXG*&S=FXyhp2O>3yIj)Ty_C4+b(=-buOtg)33>hNJd^jvXhI_mz8ZvNGyw^g8ofeS zE%BsuD_Sf(HYN2l63mkmowz(Ql)QkrerRYv7ZqZwT-Ef-kZP?kRF<{|fI^hh@LzdWuZS-iel z^a?eetZ(ZMSg`_}CU2kR{QV+>*qsbj{C&W;hb!U^>HK-F5zVC35foaQi>56BcU6Z$G3j%u?D<++g0TwmE! zZ0TFIk#%oVPNvW~%}&B(X#MHgI^NQKUlwVpMQ-W3n~!OqYu1$t&8g{dw)tAol75&f zC_aMNd|jl9izFb|1VqbleaPm-I?a`<;7&fhmJ9RiOR+n6P&+bB>R+Gv7FbH4@lTB8u2hq#r8c?cJH0WcdvpkGE6|IeinfGe4))CV ztr7Magi}4JR;V>e0vv{Ot8U&e>YO+D+Mw^QF>f|frJbBvcXC<&wu%SOn)%~~9`FWW z#!p?I&em3&mymUOdEYay3${7^KXkqMKh*#J|6eJJK}C!`$rfeJZWKjXLm_MSb&P#C zl8`;wvt=i1ma(s67lTO6SQtyw7=^bGdw9-+y3!dd%bbxZm#A+wI02 z_;K{y%TQC+tQ!h^=Es*Wgm!dHwmBNFzU=mKHaT7sY&s&g6TaGG$3l%sqR&t2RD)NS z$C@PX|Q@eWpm0ihr5oI6#!@Zi4wQ3S;HQ*}x&fCS~!NknJ7**AdkZ z%aTAm{D%65`_E7HKzZ>I;^(N;94Ce(-VO9jrVciwMZ`$a7s-{1CR|_g=AmBHTmN`r zDVmDkZx`kdR?ibEDY~8e+w;dS&47m?i^@}UJ5!r*Hk&IjIIv+2s94y- zSnBbXjf$qkQxQk}8j7i1OIVCC2ob!fB%teY)!wo>As_T7z=xEn=;E%)#A(gUIl{rG za5SRGxC@*}W$Y$oPF;cZmGBdd)n7WUWM+ipE3IYBvSONZ7||PwHPt!Vo!P&gRil)a zZJcg~4J03Ld@aj3JS^+Tks~Q%DqkcwFa{8dlW&lfz2t`A-l!HAeJ}oL>{rTF! z6{GFAj5T=?*3i+6w%00v+c8N|Mcb+8&zK53a|u6TU!q)5GRIT=;b{S$$<~fWxK=bVS>Iu zs#?}{R&I|sSLD%YaR}cObeXuq#0{H*LucQO%`FJP|8#$&?j?ACMtI)pAZ$nur4(e4bR4(GI;)Qfy`%; z!=c+gx)+y_`@1vp6w<}MooZm+U}vK!%l_Ib&|c{*;|o;wo=-FALD;09-D^|`4{xI6 z=dHfsV)8Hf6XlYE)#TZo@h3P-J2ue5zt=ne$2I-uE-Z?AFql7x66+@Kl+TGLenD|r zM0kf+pN>;NCdB&v1Oi*Q&WsFoLL#O-?aR0S?wbNHCgwG{=Ji>eI=B_C7l$y}jsZz@>mO zMYHrWtFRC>jXwdS$OI#fb=9yc5& zhdRIXH2=eCfw#F04*UwZ0`xQMKU4z8LOR-w zcy>>v$I~aiI!T|IwXH{`C@hW2nCY(tN~y!RXx!&uHOu%qn;x$OrL-&Yg+=%dR_0YxN~v??a<#U3PJK>Q6CaKlrA{+v zOg9LF=5QhkyXXh4Vo58I$d5OAr$0hXS`t6Zv`3@ePU0D)kZ+w5Y%;v&_T6)d0WFWv zUw@$^)<%Q+w7=U+Y*m&uu5oK0@Qp|4@=2zK;LlHN zZGm4LO&c7)w+|>LCxxi1SI;ylH~Rbag?SE(Kn0+SH+DRiNq2Kb18SxwR^@+s=ult( zEEuw!z?$OUziSDCov`G`lU^G`%~&*k? z5Hy}4aVPTUc=p5~80(I_$_weE4k1KoB*|Q=<>8l2DwHxiQWrp_&wVVK}(^Y zlPNGOHgi`-HmQ-sU_i!=;P_f{vd-S_XsreF9h#pE7D;1adI-($tZW#B6{nF^u&v42 zX64kRS^t7wjSHd9T&a8m0ml!l!BwkSYSfQUcgs3&GFEsWmQ`W>D^cRFEs$cs%3w1y zqf55*R2MEF`%JS($zF5M2BAe?e0Xw(!z$l~HEU8=2TAxvi;c@s(>fT`d4S-Om&j#EF4 zi(A{T>=P_vXM|oefDW=mjVHFPEjvCet^4lrpDH%Mgb6! zFt#Pa>kBWBNaY{I0Km{{^8JPh7u6ryozg+wMdGi08)!AmuVTHJRhmI8C6>6nW@>5lDu%KDRz2!^RLi)WUW*)pqNZp>|p@IbMV0;>a#yp~y+ZG9D7WgoS0iL|0?esvD-3! z#bC7`TeYmHgzCQ~0@q`X!n&|vpJt=1@Dy0ta|=H9g!wVAW>#K&}RW>4HFjM z)3xikt!mmlw@c9dirt@QyK5Qf(&hy6QZ*Peo>@HeTjH!%hP0a$Ctl7rPC~8R$2qRH z)~|3x{^@;B&bsJ{{n)h}G&__oD9@U&cRKB5rOf0j{>!L^#T z?}w1=aOW`u1XuKM-G4_DIyMF?QPyvixZHTdy|NMteYO)!|~TX}^bM6s~dsw3V(x*nNfz|#dal!;?9&3ljSQa17l zC?u1D(h0Lvnl&Xspv9wqNWgLY$HyfA=d$Pa zh#8Q4l1OgHvFC!?Mut-6{giULWzUYEI_u`Acw=eV9GwW+YO+U@nt7|e5AJ9$OzM_f zEhZUu0Uw)-?CN_u*$>-IqG#=iEqDfO*3I2U9}Oexr}suG$mmVBkjC!q-mA*XpPr&H z&Bw4jh_&JwQp!0XKjYL7d&hEoEGp=A*tdE_hLk6JXT00EQ_YFg6@kH)$va6#-(hrA z$l>OL_XVQ$3@EJAM?{!Pm{_h*(Go`!{oa6a6uLn#x;MQ)vNzN?3La_Jbm9#*?l>3` zgpal=$Q~|_VPpn~m_Oexv1#$}_fuIPmY*hT?et)n;tAP^P~!JFF8HLtonL2`o;vM9 zk9d+Yl0H-nJ^Z4-S34_X<9|vZ)Hx5hSqCqLcOXX|V|NGUqA-vXJCi%4AEG}g*32Yf z$OGQn;QZ5&W^!`5Tz1ppm}Q3n z7p(bFTutpCh`R?Gzsh;v6Fv~)zR)QnTG@{k_zul=CQm5EyGrg?bX2T^oiNiIx6V^W z_c_Nu-ZP_f8-Hu~J>IV8N?#SfE3PZPSn^s=uu3hlFZJ4V`g;Y>h8CYu36E!`gO8tT zOK9?LHdp7c1qdl%I>)xi!WOG=?}Cx`Wm$W$nXv1NoA$1$wN5sG#NII)Dvc=xTyeAU z+ComorsOjOpc9B$jqwC-)o|bc&pIvvKI)A z3&`g?Ao>(NJBihai<0T{)@=Cqcy6^zP49o}Gj-RTejI;6F@uNx?1 zc55Ryi}=#l4)fzm1y~D#GUZ=&rT8}BkA!^krO#--LxisueCtcMq#QB zp+Mnf>)~HDu5(r_CmYCg6ugJ5 zslaC4c5+7hQk<@445-QKdsFm`?6}G@D%64>M6IfD$kfh_&h)t&X>q(TyT9RxwaTZLRXH?7$+Q{K zi?OIMj3&#s{K^8=v5BGj3;YGyfeg-8fs$hBzG4bI5+;D!KYIAn-mnDgOLzOBBpC_a{JgyxuDzF+#JX^q z2bNOjqyWd`l_`rUj7M$%s4Zz+Igeq+q^-9AeK&5bCvQkwoc$$tHiw-S`we^fPzpmr z?{8mps5%(4I`x{@G*!YNKnL=g^Vr7!`$zD|UO?oY2eu3G3v&pgecR-vK6s`lYYmM{ zX>Nod@^Zl{e?oJ;x8hHNCQH7R0atzJcjCO#u1iJTizNdgkp$*RrASI3>zE)oP|Fbv zCUs4Jyyfds{3&M@bq9^HJzZQ%(1MP>+D{UvwOU0_+P|oE+{yRX|6`yESL6*sub&hT z{PJ9Wgwnk(lO?P{5(!=Xo!_LU=A<6Cb?B&rg8r`6*5AZ%P~GNUUYL2+l%nK#*qCHP ze%>75rJ1*Y;j`7#^l#oF7w;Wlpu%^FkbO8zWe28RsbE(}V5VD`tf? zbMpCt8N9TNzxXUGnWDR~xFYdBE9t_{silc??v7C~$?eqIq*2UMB3g(MWCE{jY6TxV zhfHn%qDwLY(sh;rgrl#B+}*BTHdb5;Rd~otY1Cp*)-drPzL8J{2XDR)x((@`N&)o* z7g&KRcml>1k2$$E<94{N7~5NwW25I|JRNCW1e@z>^$Ibm9dY*GvhbQ+ zSs*^za$V5kh*XD~8c$xz{>>JMqTT(a&aewEa37!uEBx9>Y->$bSZm%Z5&rXji z4ClY#4i-suOoCo69r?Q%Bmw7MW~EGP|3~`YH*-%CWBA(WIZj(zdp>^h>ev!Jr8;51 z{9V}}aI94^o@U8_gep||$IMrl25!7vz zy5Xqzk-*9we>)yIDgcTGao5zrkaKJq03NWtomrEp?qY)^^SHxM6Ps6=#-%;o)K$Ya zhJ%mSLLHtYNpgung&6c^Zg7W<@GT}wbU5GdV~wPu^2{7@er}aF|Q;B_eqTMY9{Qg%0Vw z61t?RYH~8wDtr!qQ0Jr#?Q3kN|MqMvvP-Yf2W0e;*Weq-qa?vU&~Q6 zHrq=7Hi(Xv6y$LpxI~FtM!-57Pk-q!ZBOF=M=kKN}Emq4M`+*;ZR0$}HzPvKuR;g|j^ZR@5M^5}IE4*6LuI711 z$>&|IGK9%3=%-@6Eh7rD6C!07pnINz)cofIw9!Z{cvyPpN^QX?VG967mGjL&Vh3BnUFFllybQu{nC8lhj!B|V~s3s}z>UL>W-AcR$ zRPNRJab&>s%k)H_M_xnUi72;0`2UwqRRs0&*cStAn^|64*S}~V9uW8&D;|gr*mEunnSEooo+Q`F#KR( zU>G7prD{aeJnM`7+L6_(s<243eh@RJHFnJ03t*UjRJmsc0tZhC`5GopO4AqZ-PnnV zbC0z|eO7Pf!>Bp;UeUP@HtM2~^fi6Y0PZsKXyqS? z=|Gl{>$pJLv`e@EFU+5fO5@u3T9LqX$@?Vh7BC8WM^XE2?|I$i8zSw)_VKS&$@jw_ zkc;}aQaxo0y!wV8(X1uVq6^F^-mLofU|$K~ND+F{=(A*3d3&BLpFJifcr#UjvtwEY z8#Qr~nBCU%qxjw^Za^lx_`HGrXFJ+J<;Lf_X%lJhe~#94Qew*R~t1c^9mZk zvyjmuZG1-5;i8s&q&e~eqA?KMr-kY=JC62WQE~25c0ZbtsXI`K zXFs@d)PuN^WsM~dSff#ps8yt9@D~`)qP*>@@!cNr=cur?l%!~m*)Fj}Y%rU3CByTA z>(~dXl0EmUP@2!@0;mmB?%?l-f-#{|Hj8=s7(_9f0WkZMwA8 z>AVoetkQgENl~Eegg~SudKWp6t6{qjjRTE3+su~k_)p~VxX;Rblhyj|&YIx#4lOHP z47xm(2MM1+%rHup$9Fv}1#3C!9NxUUt3H1aDw%*$27e;Ufz>!oXBb1C$r`ArDuP;# zYG$rc8WfAxpCXn2{AVBZznXt^!fVf13BBDhI119Ooah+eu6=My2?~~@@F6sq+XPAl zo)4!AJL42z2XQeNUJKo?L{r`bTtoJuU%h|KZ;}4JN9bV==L4Th+!lmP@bQAACiI+k8euW%&5wQQMdqpv-_+@bUu{m{5<=&_%FCcZn7jV<)w6I`mViIH+TNEQH+kh?%DD`3ZU0@ycZK{RV;_xa| zSl0YdNrim|lodOiwDZ2!$hanvCqKEp>ApI>NN!qf^&dB$hH>B(nw0amP{~=Z-o(NN zT;MckDUfWtsZ{c^GUTuzi|?#=lGZX)h);W_8)ybpZRG9!+^H;ep)!AyiE|oO>@Fdy zm7*2YD`GvZSalWb2n>N~uUo{QjY>;=0guZP++ZBK&%`s<8&QW?eA zDkv)iD|1B4aJ`I4_8c;zU=iX-E?rk4#J=aSU&uZAy12K>hGqistGG@zhg28qF&~FL`t>sZaYphN4-vu{` zu_Ix>jntY)ghsE!J&<>Be+HWrUVr~iY38cgfx%SvdUU!x2wYwyuaTin?B`kK4bQ&s z-SZVeUVa^GT)x6TAkk~UFaHGMDO^BYJ#WjBLJm9K%}-L8{0nJcJ7G739-^Z$a=R4U z9k(yzVCi1@U}-mLyqmtZ`xGhXF#e+91fiWy`@-quGWv}4bNS1vNLL4L5j;pM9pz^qUzql#SJCKlu0oUN(i20|!?wKY zk81v)d!^2;`5mUv@h9{uB>hij*4Uy|%0H1y#b%O@15uLZWl9*Egw{+X7r#rqV4AaX zx4USaVm>YO&e0#P@>MY^BU2mkyg7?edwFW3Lk&a z6YShx@3p8*eLbMh(jvW-_-4&|jzijWH19^^_WdrIqG>S4-(6jw$>nWM9@#VfytkXr^Vk!VS zUq-9kYSjX+NY=;UMSM*|8!jnYE;qGRI(?J!%2s-xB6DrtAC9a`mF+@ry^DFjcfCyvytdjJo#$`}9(+zBfbFLfg47>ke=g{gDnme= z9}>4ho``$(L@vK*Gh7ufdYAMel}CO3S7?ie>W1NjWNGjcjzczmXlXj?K9XGk+o4^V zJB$2bD0AxC2^F1gRx6o1Ovy1Uwf8m^xldLJZU~}gT;-!V{G*muK)W=r z7qW4YW=AthyZEM_QUA+8z3q>j?(w+r(cl#m^UB^5v0P_mxy|>5896k~sZy)2_F_6x z&IB-w9IsQECN|&rqmyLC+XKI`?13Lkbj4?FxKGeM%OHk!`G8`8j zxyh(|HgpCwvaCph+s`Ozm)*te)#e<~o>d=q`e8RsGG=Yb;QH!n*Fp2{5%t40H^CGe zyv3PFyi$D3T>fzGQq9_e5jeZka>&4(63st2+s&~Qa=(TedbRuD`@)Agj;8A*Q}9X1 z@sAPf)Q-ZG`A37=(h?P#!5>dMM&>q!aH;gj!o7CGqu&%=X2~f{j9pl5dMGo*t}NmY z@I0jBvU`^=ur|>5DO-z@icnB++y9)zzYo?cvCF_p;MTX2D+$VALI`0wQlFJ@dW=h2 zyI}SN^AXesEZap4!|!&i9zv7Mh80tKU0|Mra>yy;1nJ}0{x3@E|^kfqN$Kz@a( zG5V^4#t|xxy1!A*bjm!SE!*UmX&EK{4>m)6-{@c}(BS)LNs6`;t@<6Fisk zUC7OTpp-JzRSR>e+xLs8ZC^0gEJk1AyBsMOQKhsH5fM^cVD6-ug`2mw>sB627Mp`T z@6;z&KhI$U3C-Ic25gjgH*FG2^uzBlB8r1kRcuuAXElhi_tS}i$4rY?MyM7g$(C(C z8+lWUftgryN3W=}mACO<4;?vX8j8M*i9W8st(>>Z&?UKfR0obqbpZO@wc3#^3GblB z0QpyrmE;^b;1Z}S%`w1gr8 zj3KB^Y#v@pU5q!v(oO(7Y(3SOvZEsr(F9{;99bh^z^EYXbu}wwcVoD4SqQt;M}jP= zP4;f3kAWcmxuwJ_iCd#QMvGZp8GCur9>wi;go6>*sK^G^s8z`vv4xYG396bjMDAwZ8>&QkG`ABNUTFilvy`=W2OOitGW8o03F#`WY4T~TDN4P zdQQ_Uh3f4}|EqZ^uZM#pF^5VR75Pks?m&WL{qy~{_(6XP{$3S|&p^Y{x~)P$ZfOM_ zxAd%Pw@gWdlDfMg<=qK8`^=(DW=XD)v|t<`Q0J3q!el$Z2ocr8tj9Wi@T= z+M2B-r&dMt!gF0Z-M1*4V1FQ^n<9>z`+2V;R2qGs{1@8WZ6Pn*HjpO#e!{?aYE5>ZY2OF^|~RijJg$wdAoV-bSHUNaAZKbwkV+UMTnKyOY`#H zt%UYwSB~|4bO5~xtIM)#xNpAQzJ1G!sF|=6@0O>Qw211Z4%w|^FQW+63L1g!-eIzFH7G${M%f7qAq+0kx?ti=Szjcu;l}-}$FjA`lkPl~)vcu2 zS-%S*yg_E z4(>xfOm|j99(Vqe`d`O!G5+NrRam1>(BXz&m_lNt=!Y+_`&xD&VaF(^i>G_v^oAZ& z!=fE7%0&4j;zgPwSVG@;TJfCyp(b%R|9b^Mxi}}Pi-VtrX5gNU8eTQ{A$cU}WN&6h z`!ZHFmv7+KYWc)InY3#=RI%%mbW3vdP|)7$sq)Hi`U{MY17bP8C58s+ke*Iu?})7B znp)4oB*9T0nRZRn&tvY~TeAQL4gsWq5|$?Xk17BuLa?$`hZPGmR}n7*X=l@l;Xnip zAcCeNaIZ}R-ELTwa?k*<=7ygGlqm(I`(ULZ^=xbew9}inNl&;TX~O%D%sY5#0PhbS z2E^nswr;l#cjZ?6@tX5Mfsf1329PC(a(pzF8!pY}R+)szRg|5+nOofYt)APj!)R?g z9?TdK1b85BZf`EHN};|*rID7D{ADs)11aQtVesg>$cnsg3E`E)5VvhJY8)$z^{YVO7#_>JT>b=0r zU(>oz)?7wrut=6OclzHMXCy-1QEeC?&KH7qM_Ck(nYaLW^Xfa!(A={*N+#bixA)8RasV1L@rVE|(}#T2S<_F`i69 zgmE{&Jw4j0#p%R%N^G{CVV6$90mKFW==^ka=ER@!EmH;#RG!tpZq4<}e^f3gHrV|M z>tZZiOE=MyUxhbaC(s~1Rx?KCJuZXy~X>+cTSeYp3ApPh*o|BRASU&X0 zhiu?$3ryLu-m=At>agJ`U3PsJc)to-7@1NFF020NotqWEp3W0AjM4XAr-M<_p4v)s zMqRHD#4us2bnGc0jQ?i8UUnp-#GCTCoomavevE_5yXd42zmz52jq8m027W$~c`L$? z=oSeD&a#1=e&*7cl=^~~q|}Eb@*;iu^eciJPFl1$LC;P>68ghl2~Qq=+{DY#q(fL} z)}!aJFE>A0DY7nr$t`}q(aQ)7uj~?=|E#dPpMjAX&gLHyTsltri{s!-*UjZ-p*@EC z*hxe0G~1n9nrYB3H6WUvKz#L;Z!mVxp6&1d)W5o%%uDHIn4Lp49g&V!aZ%M`AdbWn z492=5euXaWKoy*!JRoQcLe51GPzb=)V5Td3Wz`n$;9asNYS^u> zIPe+o7fAh**LyM1rbs;(s_S$5oHc>C0G@-cwU3?)EXe9wCqmWL@7#;kxHv<;+8Hri z(BgkhzWGsRFDn^Rd8Edx4o2g;yA8Uk$@cSwLUx=4^RmxsGch0eeGmR< zHSIK4fBacdSSQS$Ety;>J325)5Pd0KYw}oxJuSg2vtD8FR?9PWLp#IINZKE;bn%?@ z65(c)i{%Dse6_2E@U1?s-4tbT);B%;l}Jatsi}v^_+-3P_k@w2-Fdln|JjoGR%!Nrv6bL2HV&F4J03^THvQGn;IPl ztw^8FtE>*8wtYv-BKn`6uFxP-mvH#Y3wLoZLw{{$Ev#C*dxt&af{o8H*V_D-! zV_)p|Y9vdmQ3S_uFRi*K%}CjbXSwx=&G-=;i&zd%;#}5FHqU9v#7XsRk9~PIyL=^U z#cXd=?C!KIy!u0lj^ohWog<9O38^lKkY-Id?DS@2NIsltwTrPr_G*8eO8h{Y=^os| zH|(bc;N&wDTn-LmM;^`90OFRQ_c@Q3Xsp$9u6h}$Byuk zC9+=tx;h^qVh^zV41KN)S%e|LAL3L60 zcuT2e}wk`dKf$zMD*QW1bj#rRX zzoywE;+vTF^O?fK(ICx-o<5~xW0kX>uw7}k*VXE?$w4ww&z0ETl;*fa(a&i#*}k|3 zqW&dR7&(5`)0OOj=k#laNS$j2+edJ?S*-a_dWLP5cCTJxa=ec0dRuT3X<&JrN#ONP zmB>zaUYm^2?Ue@Gyyg{NtK!cG6>9pVQWqBAuTh7Zh`sS`$1> zqJyiCoX2c0xP(Qurq#svQ1Ri@T(VCo+v{c+aiI!ZzzUTDh_G7Kc!z_XEi-QzMX%x? zpY-zW&)qcVSb^HT0$1nKXuA&&b$DBm>A@cRCH}(?a&f`+Mrz%M;~DS~$%|sMU+CyA zuJRh&^9#Pfv08-%n*{S;_6 zUL$p7=|WDt8A@&)KRB*&1EFjDpHCyt1;p2L^MFVG8fq-?^y(YFuZ`B9 zT~vQqNmcSd+I!SRJ!&cE;TBsrE9)hU<)ZRe|By#`{nzTeV{#>bK%&2Il;d~9(I7-X zZ?7~?p6V6I+A+gyOzS0nU9F8aH16inouObskwXWAOPUY6`1!`{_bg7DDZ4wL0i8uU< z>9qyqEPTM)v~@L;B>$54Fbw+d*{dqI?#TKABel^;1)SyK_vo9_D0xU;T-$P}jDd`3e`}lia z<&F=fj{29|6AezDI)fMyD5LxpF9%?dkxz8e%T6cN{t~T>?b@SG?;%p-7N5#3y3NZ) zg-M$G5&EMvf)N_bc)dG%si(`4&4I?CU0p8eZ2g>)5Z{f)+)Dl+}n=DMn0(t{SL|&{&VXLN8iw>~ou&1^an@WfcHSI=!2tmMk5k zQ(ty1dxN#y4P%ZPMH&sjc6AN?NOx2aubP)gpxC^HMLmv4_c`QeZ6TXi(=0B>^NfR| z7px|H7r`ddZ1lAYn2tEv6}2FMv4C`o*izNiXjag!%4PprGTm$*XV~tzwf9LFi&GrD zy8G1Gh2Oo{PeYO^6)5|Qr}eP7nx{88n%EDw=b9|Mz^+Y4NDjDHu5ic?M=Fez zUQJUHI;=7R_8GFzt%7Tht>rSi_fsBvg7hdPZ-`{L&f;dRn*KEVEx zXF#jf-oDTOJfQw_uo8Qqw_bf!)$lkalRW>V3~29ZQu3_wqyE}zU@iz*v*7J6xWOVy zzquZLir)96#N_;Kg@qno=4?BkX_GV!Sv(Bh-`qF2FfnmFJEebJfo6iG-$75J-;O_q z!MFAvZU60ugm*CUz}?$!HAy1+}xq3#T#nilTxrH@<#``+P$ z8ac^O@phH7Dn+DDvel2jZkCED32FV6d?c|L($CY8;h(x2`AdjyF->=qiDWB^>E8$B zj$mGnT~!$Imtsa<2(nEL^kP)AU&%j!E3T&1$i&mh?9AQkQ@7wx8nb^O`Ra)UOAzs9 zPDh%e*K0xNut*JGI;VgF4yebNA3{JUlYGmEXJWL}oILZS(haFi=!atNSOh> z=c@AGm&)+%L>M2Awxz;iQR$Si4C4P32k@pH_r z>s9@z{}My?TrIR)S+7(BR| zpZVHU#G}R!gG1$ZPfE~xvtw|Vrja=RF`<{(T#H&B58DEf&d-%&P1D4~+C?s1N&>1V zoTwL7(pPf_5414zNX-pu%GV8SvcR+6yPI`;N+5M)EOd!|^TuM!To==~vc@YwfeYNV zv){l5v|U_aP9hUL&*!)^Hr5iP6`)({c?Qdy02)lxG*V#5d=(nKql`Z za7p3ya%e}D6){OK9VA8a=1Xu&}1(IR!!XR%HtPF*w1kGTowgqrNT%J4$*0goSc z8FsB`KMxrS)2(C5;)U$k`lLGoT&Eup2dSwnP|zGv$&XDhQpbU;6lE@jT-?4?GtvS6 z)btPwcqZbG9>Z6Lv{$I<73!HzKX<_1*6VYWMZnv)nj{TF(IZ@zn}#;eG+STE-OYBjwqq4)uVekctUr%Q2 zvI>s2x_&+j;1&F%YPK&MutT9&Oaig{*86MSK;6@h_}x^i>AvmCE!-J-+?g*|-$jlV@{{t~&#aAw7J&6d?d?5D&taWbAQ> zB@)W8%ORi>|Nrl4qJ*D+zYHYeeeM8SaUHu8K-2k0Wtw7k_v^UMa_HQY_9(CMM3IP% zcThr{6@bz{g*?>VGeERyE1&)Q-YC7=8Y?nj;PtloxXg8CdTA7s{?Rohl2P98%_SM3% zdLV9@E%SL&T90sLLxgOcMz+04ry5s zo2W*NtJZ32+IOjT2N5dIWO5E6IEEpY_N@Wrc1tEyWpg(mS>coA9}TllmgOm)o5EtD z`!BiRviok{yAGt6$8WE6(PO==wbolGZH<~Q|4H~Kdt4n3h=s0F5R=ZbY&nTd4q(LD zR`;pvAw^b=uI)N<;bdg1oz9^6oag@KI$=+=f|6DVojeS8I&c4bWc0|q%vpXu(;%tn zYthZJ2NZx1r?Fc3zCKBH$y>9xN}=f27~2(qg#IrcYViV+_zp5jNwqeKHr9}b4)6|t zqmOeihE-(A77)mN)haoWIcY1UGD_Xgladg`5XwT_l|4PE=`CK%25X4L5;#r`tL zHJKuPS5zwBzA`vffl5p1J@+DF?Bi_tvYk;)xGC~Qfxpe=nnkd-Aei6whQi8P=UcQ@ zT{c3Bn4jU1tlgzwX;zt|Rp$D_Aua7%z+Y_W_fDyvwK0RcKkJ@hDI3fyp+o((Vk$h} zL8Rk4^T8EcO4e~z_o)LoH>AsmZSKH?-#?B&EN&JdI+NZzP)u6kJ`QeJDPhk?Z+FIA zXx4P7NzV9;YaaQUumv}b%=XPk`zL?Nm}=h6@9^}MbEsSk%0T<0^`n-O-xO|{=s*>A zm+OuitN>-u-9?YS*6uYi0NtzrE`585W%E7Hhbh0)fJzPLumd%}eKty9b=&8}L-$s{ z@$Xny+ob}_irpXbu6(kCF?t&aVnm)=6wL7-Mnv-PRdIKT->m_J<<2W>;3=lu^9y5? zJKkUVz4iHt&=4j zn0*1pylwCCL3fcUnuv;ymS!8z!9>f(-`>{B=%wN*`jKEGgN9}V%Wf3#N*58t?KbuI zdYM#S(Yk8lU|dK3M2a0kfV(aGnyasLox_-83s0>#KjEBMKDF&yj@JlI-$!M;i)_0> zduFJ+AthI6n1#}COA)k((;@H!iZzVWz3H6r1&#X=xxu41A$y9D9qnAh(elt|d&6sA zv%aN4E4=}6_>ov=X)g(K?ROVd+^03?!@D|Bn)QMdSu2!51z)Hm>a;_7qaRp-8C&g` zA^ZGMKLAmCeBy@r0rx`Oz@}z*^Ffj4flO>oq z;z(^TZr|f&7w*rY;>glJd_-}tVjye8ni&Fsu1PbbVxq(1^ZAW&m6HP4+tarAo~GO* zBdn0P$dO4uq3pn+VI`+(ZWEcXS-DNdU?gwnf8M(X7_042s7kf!#P8IZZ-~wM_o#w{ zt)efnLPXe5kC(hLI6~Xe{WH5~Vfa<|k;4Vk1x5C-$~>#K5a$*nsR|q=C08`Hz`p{< zpz;Ex$Ww_oVJprhwwte=-b;5=@~d34vmArU8oMly$BEI$bsz259W8b<4lSK-)KS)8 zl~d4~gl^$mA>J!JnqUZ+HQ~f#v%Kw7!c=q#Zt}EJ>!QYSbQ015+G+RrWXFB8@bK6< zb1|uYU-}=12fxdcg23ZPWqi`Gf?#o(zmgi&mD9Y#6XMogm%+RgOpqGmesPgu0s5az zC+^6eaJJXNU4gkbB6#hOn~+BmBHKzu!{107>pnL6Fgi9%hQ32oJXO4lR?&qI*XxBj zc`i*&b?{)=k;0m6LcquMJH+4PW+l>Kvkyn*&vbcMK+Hlfip+h-&s~D3U+=iQ)NjpM z=#!?G`Xx_x{v&z-hw@clCMb+e9g_mAosxOJk{q$ADHk}fN@d!f;>u2}(B5={%c!g` zfBica>AtHF16g2E0P$6}mlD^)v7x(?dWypMgYmm}f3k#Bj0T3L@&`Dk*@66U-+z7- zql7X~r2(3V2SbzM0y0Dz7;KyV)GkM@UEzYal!$HWgSCfp0jsu4i8KKa$-&u5siMZV zl5u86F61MhJMeEa!YEJ~bd1WX`2Vr>)?rNmYS_030@5nNCMBW*(p>`-1e6p|LSS@v zjRuiY86eW#AuZhl2BW)2GrC8P{^p7IJ@0qUU%N((>*9L$?1}sSJ)Kdk=K{AjTl+=D zbvliS-UZ={fRTd09E*|Y5E>X^diyVY0rVFAyVi@x+e zuwznY9Y5}klNS5A?vvuSAU~jQ?-#Ec=%Cx)?30Nfa@*C(CEBBI1@^j)hu01T$c#}} z+2gj0UBln*)oQkbPTfOl!+&bST0OlodqLXe6_B0wG7Yv^p#^tqEsyJB!y^-5fpuov zclk4|NRzf<$l*yof5fuSanvVUBWth3**)rF4j-KoF6hisq4`$)eVZ+hX2~%QS3L$x zF@7{iomwT?0s8uKLO8$L6V@{``hWa)|5tkIJ4?vlG_aNLCvcjPmCm(D_rUC4*}Z3t zXz~=s6bik4d*7p^r4yuh=-vcimmotO;}|N<<@1laRG1R)bncEKPv_4E@OxR=1M>N( zL#R=*nyPu{#?f*p7nClZtdw;pVnN7#M~F!D9sX~C@RjepE(vMb@tfD$@~juvXS<4~ z2ttIuvNo_GNwu(gf_=7$nH0UOJW-tl{oqYmj6tYZ@=^&fg^YjNEz;U-zvGmp@kx~e zrO&qp<1YDnB*ySk!Uf}<4IioSc|~Pgbek7)U{O z31620Oa@b{Mz&Y9l+W9YV7-LK60$N*yF#8r^5CVuFZp4Fl0(iEoLB-^V7P|gOzie= z$Mag;3h{$!8GCA@ieIfl%nVh98I zE-h?+e(!nVqEojm1V+S{>h|w8&c#)qJ?hc->0b$}jNCgi>9*>i5vu%S+v|;Bk9r20 z9L#v!yy5XgVxFz9f^5*)gZ97PCugz}i2Um6*>}ss{j3Z; zrTZDUM@d(soC>s~lC)0|mn1RgB4LZU{d@weDTH!qT)5j_9t+~+R*n8Pj_6)Z5LY`J zYp8sqE~Qp8vZk1}J6Q$F-oKRYDrDG-eb2L{j=Xn<^cbk=^nCaJS2x|L;5G}YNx$}g z4sq7Waf}}u$8F$m1OQx%52|F2v4_Ynu>i9RUeA!;IIakDJiotQX}_yZKL+3HZGH0f z!L&ktMU4f&rs<;)i@e%@tv={OTAFFTux_$+0;>Qo`_;-{ynJzkY^uOvy>x*GQ#ge0TKtivJrr=T-jHHv()-Xk2UY%-)Nac3*mP%<>jD( zrJ9K1-%hnlC(nsnP-;HM6)Y1=xOrot)lY6NFf)AU!v};6T0soa%h9tuQaL0M1FmN( zU7u)0jpD6Nm{cHCo|2WGOr}w>5t_VriNVd@%Qj;~60n#QkfT?Ip||6n%3(qeH*QL! z2!CG5TUj0P1OB69O zZUE)!;zg4URXbrqojP-KfjnDP{BY>hlLmCjc!D6#YTwkF$3O_yk2Nqvc{9vh=Fa*?jY+%IOuZuiSj#(x#z-kAX+@Ec+y+U%_5;!Ex!T>~p|m z4*3A7wQKA!V$~iCI16joq)FexWRaANKjD{lgq90LSXLY$*}WB5tk2fBO68{QGq!70 zpY3(uOQ!BT@+!0|oOk7TZ??Rd(5&?1R~y!i0!*kWuu1C3>;D|)z24yr53`CWogi8i z8(=O0Y3|gjX7Gh{#&pFBid<+Y`_cGI8>S9>8fh&S zyGq=4Wqz`}- zVnGXj`fl3^&i+`k4@=&@0B`~uM3&A+)Tnl2QGLt*FuNFt;hm1(Q3T5Q=Nl(t#ZyEh zxmq@Ce#IN0rqw-F^~Qa z1Umz9^kDQ5&r{F1jIWMCNw*STlt}1!AXBn2UmxFkTbP7eddPS3ab|$pO-Z^TRg|?G zEyiqFZN?t7v0h`HAEM_>+;WfS8441eE|w}3jPZgVNHaVU2B~uybSx@lU}YKA=lR5t zOX(%}@0R;8MZ#}O%c@i2SEm7P(IIbQqGFw<=HqAEz9fH`)mhzyYEG&r5OI*_)}QG+ zn1O!QkXxLK=}-7nz7pz7xeg`w;yANoZCCdwEM>N)ndUQ3^v`vy+^Khg8gOgAiW!@y@$f6KwYemXm|9fsgSAmIL0)c!g!tEC!Ln}Z&k{Fv3s2>5dxq*YvDLJ zQfJ#Uuz63H&v0DRtOcG&GNBVY4t zw#xu}Qc$yqcLZi&p$Vh|ga}5+sV)E@56FqL_Q=XT+|qm7?)iML&es2f`QEq8NfWX6;E2&{7w`HCEWF#}6~Hvpls3+@cOtP#3B(|*osra@e6iWL z;KKg>d)IohOhbhHcf(%)=fljK7TwUjHeE#Hux_w#i|$C%U-Ith`Fa`_k+xHznrGn1 z-UR=v&~juxa2^yFLPW_m$fiHAz(TSGZj^Vdcz z>DfX*c@)*=FO?$cS1 vp-C1EgLpk8r5CHL;ghcC0+kVV2>L#>Hia0+Fmzbl# ztY1d21fEG{B@eMF)@`d-Pcf@H^^RjX0?P8gA}-(^C2k8u9ToP?hD9*p#kNK5A2zG) z80rA==JDQC%iV6>%h2>aCj}mrIpF` zxk6c&LfNIq%XvtO6WYWT_FSc0?&WZga2#)q4g!vl!-Xm*3rjq~8*f6&LwS%3Cx4nQ zV+HCQ+KXH^g=&6~(qaJqF^@@x()YTL47V#{TzWJ+D<3z$hvha!qbI}Lk(7MhYcr4j9jqY}st%4@a8`OaASg%M54{mm{EW0<8 zA{K8d2eF+TsujK2TF?nJt0aoE#O%Gk-1U!}47tZ96nsxuh~R=;{PJq&dmK2G&dXPL z-m_MchRS#rNL5Y?oVSMtVBUqJc_*cIp(GofmD-05I!<*Ri8oI_Uwnn4w#w4TB#>Vz zz^x>y-XyRR;>*uA{&rxWTzBi+&^_GKM`@f5{|uvlMbqC0dJeok%|5RUJ}eMC2%QKH zPW|GC9kh1Z-yMys%~j{7E`N7gH3?2?;_v%Jci(pOo{#GPjm94>QY0s^Lbh+gzy(l`g#)5DdapVap~x<`o#^ecsz8z6X51n8h1;}*v-Wi-%D zIoaLFTjcvNX}`sS0`(17ec#xqTV&n>*Z9k^v^QUVC5DvNTR(D_aonx3H=a46F&@ga zRP@EPXP9Cn!6?4^XpY(Y$|F{1$@Se0CcmK;;UQ<@;6p~v^R=tBXQd`~%r0FDbtW!H z>zBCyW&v2;AtN7C2d+3;y^XdjrF{}zoVpb;ah$PHxz{i=cC%mucD|?RS{lr0%WVU$a!tsi2YX~btp|(?yo3=)6MBh_;n#B?D*PoDfD-)4 z?hY2h^2tkQNQaf9@eER3ItWUi0Sa?Vd-8GwZd9eNA}%iGG4Zu3sv^cPu0YU;9l=EG z11;S&K8WkpddhERwSb%~M?aoJXZRGgNL&Sw+5|*a2fdsZhn+lt=s8~y8ON<}4j$7% zCag8P&7rfm*sS#*;r5SbTD*9?<~-z?)Qf%g8~FX!JBL2o#WiMsLC>|Ui(G!^z4>hA zj2mr1_Gb2t=3W3=~t5I8$HVT5A2cQb5(*_fGpV zoEd#)N(g-rdN^wLaX~=X>vYz@f%V0!pm|;r<*f=uPK=rr!okx}SYq_)VC@|&v1ZcP8sZM~fcI?JO(cBZ( zeoccLPW{9(hH+(O>Fk-FiA~LllHPb!dD?KNV<#BVe0`eq0QU?Y(pDIL6Z8gokBQ2A z#7yewnPdD~mB!7%60icK&o;mxQLNjUA1{N4A>oSWK5#6_1N^`xSe4_Xk99j-tpXx& zoqkXs#^y1V8ozx$*rW5dsphNFa=P^N7D*^?@Wfe7p6xrjk??j>E( zr)BP&r$a(u1_T81Pq^DE-lqa*VQCzIJju(@*J!kl>NHsYSD?ZeB|Vh8e9vRYU0`oR&k%DF z?R~jBBzhG_&*94z5WpnE%fw~_^vw%?ILInTx)VJNCInCb9vYCIvHWILpkB(XjnzC1 zjJu4Ui!O`)vk^|MNjn(0QBpr%Bi_Lz1fAS!%bFw8I?;)iW-{eQRctrvay;|X%CGTU zq>j*p)V2jheqr9<3giO!(Dq-Csjnj-trWE0)Y|)DTOkbS4TZYU_Lr-j--KdlCVK*@ zSDO~3$gmqBiTRGFKS4DQ@x7chf@{v*>{s<=Q$!^I`hbUSSvNWvkHvdlW+Aze+J##i z2fUvPac$ZaycmTdH%~0m4uQFc1L8ha$3cG{XNB4`ApP7Ig+0YqMoY0%L9X=obZU9* zRKt=RsLG_Bs}8PsjsT`kP--ASD?h^9kPc_iAx9-&hB0#ZI8C!;Y!k3m6n>~E9(Be$ z<}t%h(kO~u(OvbVI9G_l-=1zb6de|)HH$XzK^<$FZ|xvQ4fbX=!GkojwDYWX-eJy(c*f4E5X3B+12O7a}(Uu4sYKMhFw%MF|OUPB;dP zKDeAH!^NzXB^^&pN>9Vv0(AmtvEO6Tz~4bHV#Foha>giYi1>8Hu$^=h^M%Vo||C<2~-ap`$%O>F2|4!fD7>wOv!Y=1_&S1CKJJ>^aDL#kY%vs^R>o~BBt-@*8 z%{FY{W;5-^@)YZJ#x(m{yf2(G5%_0Oxx;vOM(~b$k!k^t)CV*5#dV!Z$b<(XW~3sV zznD&^ifQ~QqD=04ll~7I1lh6pJL!)dUf*t>$jCTqQ&^Dg8zuYuUEDK7zH@&D-lC8$sJCQL<{uht36f)DnD)>T zbz`FwF>-k*I+D<;lX8LzA@`H)$)al!nNL(~Gp=Wg&-gGGgptz7GoG{?ZZ<#vHQDOm z>7G9s=?`?V;p3{U1Nja#g|=RGHI_#Ah;qU@7!X*9wW{R*?*XpR16Xaq!BP3 zM7}8@BS)8zUI`zr##KmTqgE^~n56rl41h=8o$P>Yo`o}%7pPq9HJl5jE96!cBX@0S zJB`myWRQZ?=a1Jsz02O-#`<&C!nNF2-qBTocVSlIPD2$ql(ag?{HieX=7>(RU60S!}0$vqw2`;3w-TYsLT0mGt&_)uwmo zk1fvJK9B7c+smO!QOucB{6m0m?nFXAl*MT2w3m=~suy~cSLGrVGMd@LGkN9v05U+5 z#a{PCdT;3le-QpdSxD+IBiB9kWIbyAHF>Ku$X4UGF6z0Bh+j$NRJTDJCJvd|C&|>3 z!7Sx)%pYEstq2B5!6zWldQJrBK9gjtf!MJ^0F}qfwCpsa{e*?>CBCpi&Mki-a3g#0 z;`q3a>xUAMIt0Q!(e^EGZ&I}pyV-#62L-SuBpePl9T;0>2W>`kYKdyh5_8Zyjo7Ya zQ>Q_-e?IkV{O-K-hkA>*jl2PO|3t;3S$~O=sdBQ{8|dGiEZV~1bEn>rh}spb0GW$u z?0Lkg%dL?sSa|Euq(QIKfm_OpeqCsveKAq$+jsZ-&a47WWU1(s$Ij@T-_)Ngqr92K zu9S7A?}zCW_rlwynZeopdx}hHrqNPnnB}Dh;3Aea ztb)~!yxhZ>duJZ7vbOdVS7;zPMGr`?3-UCAocDE1R~b4^r{E+tz&RJ00v=$xDC|vt z-nKp$6B7mCMbLqP2Xtk0Bt2~K^i4D^~{UG^_Dc(wDlp7QvCXr)zmM}~G|8~m%c*f3nca5`A zByZ5bG+b82Na)}%{NeHdPA+%-BP*jnXhR1Oe7mZDV~V{MUK)nZ9&EI@UpW2z-wBfU z?hOB(!HDTg>46qsg6iii+F2YU`pPI7BUbEYlV=*Kuo2n$+w4& zb8o#c>6C3b?BR^Vi%NCfEU*1p!$n)B2DrI!NS;?I^!@pDa;@f=J7E7qt$_~cL8Wb9 z`x5plk8%x4MPeNe;s}tVyX>KOD^kMgO`^WF9u#zjWifKj^I7o8kMk^BXrArX59PCO zvi{84a3iOSJ^=;XdEvWNsi7TyWRh-}|ED1|@0bg&0o+>cWu=+Jm^{GKy_$Fl_&&rm z;9EabugTw{;dh7F72Aq-3Bm0ogI##PyuA9tG5z$>3Sn^B><`*rX)q>JX(@66Q>;7H z*|qU)*mP0G{SH&Dg|v{}EbXSO*G5QKGfuc}w<|F7S112RbIWcH_NWNqP4(PhL`Y1x zK?%t&laCfObuUXCp}(5Xb`cW++k(QjA|x9S^Y@xdE|?mbHSfwXxK0|Feg?a%pYi*}^uFBjFSOHL(e6F{0qs zF>{B>}Uas4u2%- zK<<`*8lnP5IQ3u>#b}@+AF^R$pFeLERXe2+NK=~O1Qhq3syb0Cf;)1*6^9+GwtpT zeUe2bbDLmjKGPj_WKZYS44eyH8%CVRL}pna=ZxQXe|I_vDEhhkhC{OFu15>`HMuV9 zN$*pQ;2~DCNdHZ7*Y?tEMtjT(3)q9tZt;&3ni+u!`!ju+SN4V>AYVrCVxcR&J_q*Y z4fjWTEqO85Jvg>dAznaouygvdC`imiD!4c}xE7PRu;Q*kFQ|N2RFd1(Uy8<9zX|SO zZ6>#0qVToY-pF4M6}oxl_lj?Ho7GONNm)GLPjg?bW#mT;9$Q29i68e0+n3)EwDh4D6h9AThHt%l>3$+K9~r0kk%`OLL;7)1-#{X^)c2MgpI@awPRSLn@He}ZFv4-`=R$RS6OmpgB^|m|p$p=h z9=2TPZ>b*HeYk3)m)Se`#x?~dXb>ZV2HB$0)OC(kM=sJ)Ri1!Y%veqJIxz|vtn~LJ zn6mwu#W(;QSK;M$+IIvEo(K=GdP)+&SoE+I?9-Y3U_G{lh~N$uz9o$X-y%AH=(lDD z1$2MeJ4agFJ3(uomFbQ$DPA1eu}Tb6h(>2LMu%ze`rEm#vEF(#&;o_C88xAdQnH`W zUHT*+F>%!NjCtX#ZX6^UoxscpWe?2ai|=tY3x#x_hguFoh1zua#k@*0di2G?=W^ok^rVBZlf|U(M1ROSv4{5!B#kLeU6^!A3T?3v;?YP+chWaVYcwf z7v`>472cK1SBxr_l1beIT3z(F>MDmuZoKdZ9%^}3T&~{S#%yqHq<~`fC`>6uZ~K4= zelS!rLeNs;{=ruBqPVt_&Q^MU0>X9I%8TVKU}a!k=g+LTuyeQ#!~`H#ibQVJ5TB z80qb+a89Um!%NW9%LKbKUeOnOkGYm;BVv#5Q~0C6#&wUCTVA5_F%}cK#{p%^40&Lx z0Shtr=c&~JTq~X8j{h^Lb_h-8->(}h+i>=cmL@V_-I+QSf9c7mHLz>jvFV1~hP+!3 zRG5(2-=hoe&nxSO!2LpTbfdYY{}{(~;`o!2w%n<8&I^CVKlDLuqGoq%CQvmw#;H1d z|CsJ>ry92>)>6eod7w-A1r^aPDc^>f%hm&O2eNh4=)v$UemL|P_Gk?bzc%bv zr;t3Gtw5zKMc%(`#8WINTYCX+e^;4wl1NoTyPByw9euWy?n`+cy-ZoXwbw9G_N_d& zb!#An_e+bp>FTn0*85^e6uCC);2{Q*szjeX;tV;euNBJAmtf2b?DXGN1o@E zL0w{=je*k{*R#%pq{q|RBDZ@8@KTzmjR0*r&3P4F9nxxkyF(#~U8ICsGq||TyI!m@ zTrMK=nJw-b*ca}#T1&;{6kJM@@19R^60drl5Xk72HvskO~YJj=?ZAEz%Q&0{bvQ)fO=pi?(@?N;`2%7E3>_Pr-6QD{bE zWx1c~npCE~az&^4s^2bW6F3z|pcSvH#IIa9`j!c8*EjP@NhyJ_0Vulg=A@*2##LG+ zJVB*lewUXTM-tkFpD^^Y>v5ff6sbt&2H`ySOXE0BJ>YUGpws-SEerBL3OianyuMNQ zqo)_L&d-ik;=rDkr(1=k12>njTd&i-hW&8Q-oHM%Ggm?g?(LQ)Eb$s8d4t-)?nz*h zZsLTlc28*j*;hk?TY~Wou;?Oud4(T*L{f73^=m9h_a9zZhdMuzY7;XHwPJ{2z*JsrGz*<^MFVk!S2G;nP9I_ltsh$-{3levJH6x1`(y9>-~k#vyRtdOvs7#25oOOMKQ>8 zf}~7PJ>?ZU3}7}rV9QDum4j3ze15JfCXXhIwRGnGp%_|ty)rchm^OGiZ$?%PQbd27 z1jm#zC@^S3Y9N z!D*b&`H)}gIjxgqG|R}t5LB**dY5dPYuBm>@~e+-$}?kJzq5R;YG&SE-1FJ4RGC() z(=wUoCQ~+HL7{tk{$%KlMJ}H-f4F{8v_H?$*!@Xaitr{hyZFfJe~eUwD7gK2%&S=u zjlrq$jPVllCx4;F^!Kl)&C|k;K+cZDW}84TR*XAcF(@H6Al9$G`SRac5L8cCWSNme z0nMW{Vc~xIAz8J=5&yn~?E3%`2GiX)A9H{6$uLR>qh7ihKZSl(6TzPcD3Y|3FjHP^ zq#x%@@u#bMnp2o_X8=yU^OQx@sZ)vFlKfWQ1Gn-y!CH+!^ChKm*bSEJyq4QI8L!Ov z+#iQiwmA5YTdmfCY6DRbt~W6cYDvC1u%P63)y&c(GD3%?X3Ct^^t$AGBzzJL|1`rh z#IsAbDeJgu;MVc=YX-e20`_itWX;!^%vTwpaFDylYINy7BegDi74gn`SfiZLcBD`f zS$+zQI9$wbEd@kJSM8AL4;3+d5IR{p>EGlF41YEW8IdC#*YvD?PlKDeum>j@44C_@ z^{$g=j3<6E=mv{TwWqR4zrWYBSYU&n*d`XQ(n)l(92#d_u6LVPvXZ38GIN%0_=kbB zaojI^xAp!$l$=U(s%apnxQ+ToYARI67+v>g|2Nv&SF{~G5muBQMV_KP`%%__nIoEK z%9$4`an(r;_A8NiSz;nX)4_ap-c&RQ?+Ls}2XYNtx8mG9U=JO2CKNoo;4gtk?ZVVE9NP|!$?{^O>+=8W8}7$e9J%Od_Mo571e(X-pHQZ zUHdjXGmI0DYf5HCzuC~j;CF?tja*g1I+%nB1SYekG3SH&G~t21mdTPYA_BMvB`iQz zp8rTQTKIVMWzW>`WmRMK9z^@+P-MHaOGn}a<&~NJ1o_RQy-bgJH!#g>Z)kvB0COFVwBaP#c`}orG!GmF7y`JlaO2%V@#u#O;o^v5fI%A*g1C~P*K#gyNmQ66gp;X5w~N?3PU_r*s`$mm|-es|e`sOVy^^eTZ(U9=h?s+cC2pS)^$FXT@ z$kL#$OS)7rIh3-fHXiJ(#JW$UB`3YfUYC~m_GllXCL}1NHxX(*HU|Wl7HN@ zUvCI*bV=tS*QvmmMf`mL9!RJ1u5gb&|J0j!R0FG;+stob741S$YG#t-1TmqF(c-~Z zqe&W3l5&%{LZ?TuOWoogs(qa;2=}F$ayXM?rj4vI(!abd zk0o=p&W22uhc;3UHab8Yx7_JFqC7AhXir-w3@M^gz>s-Rp1X%J?C^&dPP$Fw$Oeyv zHs)ttE_c@)zLK8dJ+kDeyT9u&j6e21zvTWnaDVL6b>Pb5RLkvU=b+9j76@8H%yKag zR!%d%{Mgij`hvLOz<4b5N(<2XvwI_yVWS@pPf5LABd$ghHe8UVT{z$+1FxiYIat!W zXp3T2346pBZ{9aV?T7))M+F_cm&EfzRa`AL&4efa#C4f4DJL0SX&2x92|ZkPa@*(i z6|27bp21M8{?-ViOxN{*{j}$k-!B;+v3(em{+40U2iHji)m0JN%?B_AXh!Wqu0?PEf3y9+2}gs; zU=N;fHi|P8k|5cP?Y>ZMUvIJ1i}C5a*M8W-Jwbw;sGFIE8^O!NUM};$mqa_6GO~o^ z!G*mW3;!yW2&nxDNLmWsh$wvTErno#GpftPVFC>~@w!UzH&?cunR?=s5s*H;T8E|P z<+wKbHEw~$wy2Di*}4l~T=;#N+Dpo$rPfSGgSW5K=mH^ldpT|5uBtU-!(?ypbzP=; zc4^|kMwrY|<=P~a^AFwBzFhj~tz|Q2U~xNhtx;%h%dDqny3i$RQjvm>^zI$p za0^GQ?Gv4^CU1VG9^APTR4o}_f$tv|UR>ESvSLO90++e#cybzoXJ_^LwUuuS=~ ziYZa|k|Uz+59Il;YpmEF+92FZsEYudD;-Hur`}hu?qEZP3|$|f(+!&+`PvF`*enK8 z9|W$RY#;4E_foD#-@B<|YKAnTXhaMg9wXve$v1zw9WHR%j$(RZB}-?c`^zk)zRT_& zU!2h12Vc8ve5e^y@$)+^>M$`!T&yKf6niao`OIE<`f?4@3x2fsW@%pgW`w%ucMiT} z$MvY%JpT%s%Dg{;jBH$abX&%68*BH#sT`}%MbplK&WB4|>2g7RYgcn&BVvR9BRo#& z{S&QAX45oB;qhWlE(U+SvvOIb#u@!#8{r$S8|1#&FAS!7?bWHeMcu3N(huPL^RI=s z5Cz5`C!UO7e(r=Q8dq`U@G^ z+1Yo@4|-JFNW}3MSiIeEVVQp@F+2s4{?`s*t+AMh^P7_j2R}R zhz@u(CnNMRtE;Y7fewTATIQM=weBuwdofD|%CBlYtHQ}Tog3RFEh}GmhvH~~3HmeY zRt^TVsGSNUSefiOSPWf8J830-9os|u;NQ}!ZN&@>?~>aR%YH9ZYE`)@E1AoKEDlB} zlS&SKJWr;z5OtM=Jz~BpkzsH3oSy0A?ZSl~f4WHi-N^+*vo*Fdc!woNxlUr@CHOAWD)qRJP&ml<2imYOWd4o|8b%z z!@#g3IPZ7F2QPKa1%ip@uPzT{#8tVK89e-4Bv8EpLf_5(hi!be zMscD0JOAoS{&Vd&MUB@t=YF)4m+EPCN`8Al&P2Bs=@R#sfV2~(A^{X)ZaNweL(z^g zCv6lgxTC_R*-9IEx3V_L$dDih{X6?o|9Da1JA_4scLs(-B(o)Y_=p7Xapd1msz_{J zMnR@x48La9=rP{mlb`bFu%|ptbtGYmE`oj^l)SwXW>JT#k2DPK2eHB5 zP!4*jE+b6cr_*W4@xiY%0p^QO1HfvHML%Wm*&LUwG?Tq@2uo1b0eNc1Zy_A13*FM5 z^Y*KRA|7cVZ8-@q$7LYrkbr;|G%^mOKVAq)?D$Ywv|>er=APheto=pWSgiNcbjPT@ zbnaAWA1J<0X1l*7E-hch*Z6B*ikPb%E9s%?5AUZV`$e}c1z|dZbT~Vdb+rmm@KU8kTjse@BEPwCG2^xMb*Or@rt0hfw zG;=;CR8st}?HXu;FupUvzWJby7Q+6IB{-K zr&l65hp(!M0NP(utQHT6GbT4qajQ+IbP@We9h}YDd;HW!ypsKM(B(XtyluIWXw#Lp z)YeOmE8qO-ySaNv1i^4lGl4(EyCnedjpeAYpZ*E-S=|1a+-BT?SmR^)!MfORo**Xa zr3LbtC-alf@EpZeBz*Vtq>1Z}AF7abdqQQTPF&hrV%UNLM6>j6+3k|O)%>O`*~-4- z)GD*ZquA!6sXN2z7{XvYMLLF7hJg#Me1<(c4wr;2$;_qDUH91Pr(=Q#bhif&ZjFWe zn$ER+oS{+Ox)<*)C!D)gu!1iYXe6}Pr2YA@HZbgaV*Wn&^ z+9sw<>=ST{!n1K6SA_bcd%mJ^bDwVVRef#2yzFY-@j|$p)dX zg>J=@ZS57e_18VrEYXVp5PaNqq2V!({?Byq4=rc<1L1ta_}<|dq{T`idXl*wBYCw% zj*7(6!2de;<|p+=4U<&954zJfN%s?zzj~|UOxCMmSS2=w!JxjrCE(*vsJjF#$KSaRsZQnI~SAH zE{lMJFV>uj8h%p7^R4Yiz=IB9Z-62TydrCCPr~J1T5&9F&b=Y!7P2`lf5qAlrB{*A zUVxg!F9J&pl>GPHAa4iGySepwp_-#tMucQ^$UF2NhULbTegG~2M_2XXfK2PZJliyq49=8gUhK{O`$$ zT_ROn&7V6RSBOSk2Oetbqk#m#cUL8sCv#_&3?3gPT(6uj*wHaGS0_41DP+I`GN9UD zayfY5Px?&_H(nQGk;qlVn-~xlxKR_Ji(TR4UZE3de`5c;=sc3ExXvJU6Z0Na)i*^? zkLWkW&BYukGD3)(&+a^Ng_`<)5zP8gGVezW3K-gb}XvOVc+SC zES-K%JcX^sRwyk-Q`F1%Iu{pv)<8kKAT_9U@2EQe$<}wz97bHb`6O9a=-e!Ui{$ z@G1CI=zS8PG@#sW{@7OjP_q*kg(GplF0in)JJ-9BWr-NKDN9HtrQk|j^YkMGK|;O( zTXdkFA77f1;Vi5IXyecZ8l4D}kcp=v*#}#v6}8_=SzMGjAlm&Ewj+ z))UZ^N#+g;SIv7F)hV0Z02~>5hzsIF zyaXvC(#^dC(~D`3Gvr!$KJHhAb~EYWyn%;!!+>e*A9&_}62n9EA~3)80@rzdc68Z? z)ZTx3W7gV|B6j4fO3f;M9;x9=#Xr5PVy;mZys-qx6s7&U{4ErCr z)6Z)z*zlc=eMw+t*msSO1E=ox+wWF#*UbVQ`KA9=8Y~V=wa|9Wc3v%bN2P{xu4AWF zDc6&J*ORq0Q=A4z*MGI)$@`M?e;L zwr1J;j1&dX{&Y7+%qX(*nhMGZObFji_j90#_+zEK5Z=D&?%0@_R1-u;+UPv#JB{00`WlYgZvBo!7pW#C!KCw z#f{Y~80`jqg45fU9I*Sql=kiwf`!>KN-lh=N>pVFS#hjw(rWKpKXjSpI^H@bcI4xm}695>t? z`IZr+gjsq{5^7|ydu`MJKp8gm#^`DhmK6{qsTZZF>prPCDV<(TsNBCExCS7`Wsq&o z^DumMV&7w9%BOo(pgm%*hN1uJ4W^jz`aJqNg9I7t1gSG6xw$T2x0kSKIR+p8f#P|; z+iS-gnK%Opt3T&|%R@U|QOB=j8^fdD_a4yH$N%HiPVf0M93$~@e&{asCpF8}@b0l2 zXY+q}yCnFjO(~32l{3z%goG$MsnOd9#*P2MLyfAFh22l=o0UPL-=m+r&NV5#tR$>W z!vpaj<=ev)G~DRvDfjT@3bO%ztn5o2G0W(w4`-+|G{|l5HyWUf%h`CAnMyOcW*`~F z;PLeZ3b%RDf9_4Q;Wuhfv)vlLBVe>EssdV45Kd)yOv{QRk>EEtw2(O{9@iF9hgckv(U6Yurq;e;n)Ppx`_DVLmmFWU?^D zyip?aVu7Kg;G^<|()H?=cUPs?;X&g;7w5vcQ3$JGNzRcP7l+NL;0QyE>R@0xq;APWYpT^x&Mbvlp&z31(i8}FC1wN(~ zmF5;xsA+9Dda`Z4$8{RttZp0Zb}`;lLv;dNKSk!;vWh&9I70Py+eed^G}+5gJt`n5 zZ8lMk_x(ip$oB2+YMr&M48ugpKij?k7+yZ{#~$46BhG?5R#sR$KNIu6-P^yhJH5SG zxJ_!h+-rb8J0M26`ETL^{3Nk160CJ(5ZhKxhjKLwZ&mjH<_+|qf zwcal+Vr|Z*t6k{^g(zCq0TLonw;mCq8s38eH$#lALwdYIa)TSN-^%Snv?G3ed(=xr zAn)hCh`AFn+)?lyx(-7NO}R5cr&K;7aPv+>LR{yZDoG2-H0Q!`3wu!-m+0R4=BP?| zVNqt~ph2Um$F+?!o`I4wI)Z)qjiFA@Qonlv9=fB~=nj$j8A}&B)Q0!V{khUBp*&k{ zqmOevi&@I*im`Q^mPwcb@?nJ2nA?dMO^qg|uuxQayRp8Q&0M^ON`gf2>a()V&d^tiCtN{(&3~BFQrTp4WjSA=&lT zTh5c!l9S%8b)nL|3-8HgrR|b%^&MVWIsBy-Yho!MS}0#I10FOH@n8AC0*}i7OI=jm zPn8EFJPDGCok?5?Y}e=rKiaTnKddjaQv^Wgw)seY{dPowi=Pka1etTb8aSs$Cd&qr#v1@M7H;zafBk1zW9K5%~o zye*#*77JhvkAY9U_AvkOOVi>B-)xp&&s^8<&^HIz^SN}IGD@T{o>#3(bR_xB0bMj& z;~e;DVLcn>^Lku14|+l$%&)G#+vwO#ulpu&o-*lL zXPv>38FQHSprz*hL5!+F&*TYm$4a7jJnbC~jQ)xB>OOeIwAg!9fJ;)$lwn5)q>>z1 zX!&i}sF-&awY%5oYJFonG48Q)_W2|lJPp3+u9Fa!)xUOniL3rONIlh z|A{sxI0X6qbeSIyJd@VLajv&J@ynH0iVQdm9hESC>L=!xV)sTiS}f+1CDN80C%zR> z%`I@cXxe-nlI=z5ID^fLxy>7tS1U?o zKN{dTb1QVmqlQ;7O3Bb6!6(sd@c8mx8DfB6)hPjdf#wH|u@_ z64?50np)qRhm)m-4TIGJ)44kS-GQ28OSTHbo0DVVeeYz4?Rvq#>R$(n2U??d8tb0{ z0W3qAijP9n!u^)NCj~@SK(xkc#=WB|!o#7<${Sv;kjmNS{@0Gq{DNI#Kjh`Du2slq%gj4Baqg_%D; z$_<|O$}9n!_o(SY+2hn|Oo||RC{j}qT<)Ahm&u_@UBEjUkuH13*$BsBdyhpih7Nw< z3F*g%y{>%kz}~H~ZuH>q5Qj#ASsg)YT)CxPortRKIGm|obBI8JI%uab{1c5wU=5Pi z{!Os2$=0uz!9nALAZC5t4Nq<|4-W_C)b(y5$Byqw5>e~Qvz1CJM+vb!O_EKqRCeR~ z;*NeeWT^XtL+e0V^#T6tEC?OgdLN`M^3Ii9a+In|>_%z7FbXYyJ@IRO9Ha!xE$wyl z&BI@WTC&PrbiUEhKvi}vaECBUAVSD}L;O4#4Bxtjr7fc`iVpOj*s*yVJ}Ooxe#HO_ zqY-nBtb&ebXy)q+f%Ej4lRVPoMOWp*$GP?cq`-RJMkYsNzemp&lyagX%6-(e6aFoV z{m=f-J^2B5DQ|=)R#3(;L{n=I?%1$SMF5gX^^c3!?6E|u(4}`9y!4U-0La`w*G~{U z`pU01{-5P5StwX3Nr^!BG8Urkd48&vsV)O)S=fN1psX)hCR`{yxI9q4eVz3>+wdyq z&Z;qq*@vppt~)uiwL{U|XEhIHdFr)ihoD%8zE}Z<vKlSn+i{=~ ztE&2)D`h}J?>>S0?SbZn-IP|oRO&h4bVUD(do|0AAfhX!xiwPCps-f z!=-;6(HuES4$P}G_lCm`ocQQJHEszpu_fgIiBqnK_3BpLE>!an7#sYHo}t2pBDao< zUGYEAX_IJm-<7zcPcubXh?8}bva;XJ^Wve8bDe(we{8*HJlk*E2TZlJwW<^`t7+}p zHG`r?QK4FDQxsKuj~KP8M(iy%Rf^gpV(-0IjSyQ9TdXJj-`Dj#&wXFltGtrrBj@ip zkK_0*9_$87(SIXC2;CyMwWbRfyYAy{0vV=mOCR%DI}QO9nznKZxRer`D- zTSeMNXpADJrb-uSw;Y|g6=0TG;guKdB99odCRRL35%BXsdf4y8)P@53Lec}-Ejp2uf>uYbk-QGF&SW!)y%@C8#m?ia(ESSwm zHWYX(riO(_NGG6-_<%LhHZBWxAqi)NGK)MHw0_4F@Dts|E|BoPEkaMt>mAK`u2D0A z&D$H~vxF=`Z*Y1~yY3*Q@)azwb%W^$fCJQ8UI?ZxAu{*ZKaN49#|nc`iGr3c=ZZC`->Qd66wA|*auPn;WG4p1t|ngQkWg_N%~1KKiaGSoJ#ukZ zJ#7;*&y@*liD*4YwevnaO+{iy`KIG#=6b!QxB|6`67Ve3BF;Thy?e-iv$!xft)u)9Ee zk+9XYeRvPWF0jcMg{e`K|AA1=KtXyxyg`I_ZBSz)d`xy*n)e2_gl>)hH>suNZ680s zx|}-doYLXTFpWg~B*X4MIQG0W!#ZrQ@pR#bQ%=VE-(utON7DObrw;Qp-+a{fCNmq7 z^Un;@MdEMiNMmS|-q_ND_ayg+;5T(L0Yg3n|CYM0Ap-6=RIAxQ!9kwm%oGFdB-#9! znYj^LfFCOI7^B60j;=eXv-*}$cqpMf_y;=rXOI1D{C0P%N+Kcyay+5EQe%!YV^&!W z$QS=~_*V!tXe0#SJ7>E5y5AOpe1i&*Nm!oiBh+z(tSU2-sv5S3NHE3TyL=o_0%1;K zvHSUyChMj&VnduDgyVr@Q{r{l2rZSNX%6eWe{k1_VRWvosZRnuL0oCECYXNe|@3d(hI4& z3uGL_f)5=S8HRZbWF1vM^^^y3|K;6dC$UToSe1h3Pa&-n=gg?Zvb$h%UCC}491OB`kvtsUq>#ZwHGi%Ib?i!9bYq3{4XGCN&pLiR--4A*=qY+~kv@FU~&LV|C0s|0>W^vlV z&T(6j zTJ1daX4aD90vZl7-yi7Pzzw}*gx8wD9ug*ZH`KQrL=jW(_i*Bx?InM^(fd~RmsI)H9nGU*5>7O~>nCFgfSEg!m_{qQ>ZHKs(`re-*$#Yga0TvsxH~LKxkXd=u6Nvu7 zo<0BF-1HW0iI5sEcR$75Z4rz?lW|&kRC_j+TH3PCamX^;uM1?Odm6lt@1hO!GHt8L z`qJq+Zx+8m*yXUCZFl(k^fy;{#^?q+<#4@u(Ht3ajkfcZxai>Z z;qQFJ>luXB9O3v^qf8ytj7aeisKMWKArYJm5>BeZWrQabI3p_P$)ORu*G= zTvFP)2GarpVyS8>!f&2aYhKp(yX^Rv>^c39xGwjnP?Ark`LVt*2g~1@K^ScqPHsBV z8m_r3AI(uBJ{{C%{MW4$nsvbboI{Ab*SKI;N|SpK?hVN(ObJ7N6bnv z5&E|mz;deS)-5l13o$P@qD|GmKZ=W7d9BJ_vt0MSm3P&!9|@B8nK00vWUzOTVu>R$ zn~`zGBmNGV*uy_=S@HZYq<9HB3r`J4r>@Dn1y?r%{X~D#pF3#M#P^_Ln6uz6Be6&<9hQuxnqP&U4=RIo`fso zFDh|4BBy673(`ZQkvrqDJrCx8HnJzr0LKv%0KP`JPxeePRT_BQ5UVjU-?8r{sI zQ{1w*m_O^cyP?HarX%QIux^QnvFWIugBBRBZN^vM->4Ip9oW9=><+SkFJj|pv*TN$ z$sJp}x~>3e{B74$|0%V32`qbXTOdQk$Y~2Emh6!_w3QCh@tmw# z@U%X`1*#4FW03;2U{bQ^#bxnqmkt?vZswUdjn}b6Xi|vWsIJJ~-BbP73G(r4hSBE1ucS*GB zx~D3$`RskS=2e)vO0G40iz5u`zLHbF(`W2E($_Cfca0H#B=)die)q`(m=*6VnW0W* zw(mGBTxU0oEpoW^TUsUs>>2ZT3fOd>$l#p_3m^cj6*!w-`zC@#X zDBJXRH#I_>cajG5)g+wvh6(=RSXCU0J)SCsAM`>X#bSp4Uc@vi8XJ)`7v}qamED(d za}(Nf@2u5S_$JPpke&QB+U-?gdP`h1Ni&1IIVi|9ZaiF7L!s*jw-Bv72WO*De5At` zwlmk4r(D<~hLa?s6z-bfaBtICws9J0W%N^rXQwM5(8rroJ_ zO;v6iFiAk6ox?Zm3pgf^6mu_sOXNlNROHzIGhMKc_s2=Ck=e1>65pHB~)I6SUafL67FV91Y%&C+Q(r z?0`CXLuO$Xix4-5?x{kC;{nTH8E1Add!)5hn(NXBSKNlJ`-z*nnXI;Iq~L;H6}-Is zx;4wVnwdo$N#ZsI(Br;koHk)N2E(u)tfZ(e>CBe~i4+pdumc)ECnE=Zk#$`S2{r1T zr@0ioWRmbZPpR%$t{e|p2HTa46=a6O8K`t#8%TWlPbT<3*lPG-*Pj9Sz%9c=@b%v? zM$6lu&W;U?3*MdwE(Z}C4f&k+84ViZn$VfQL$?p-?{#-*wzG3Ou5uX9P<*g~%)5DV z5O5Haa)y6lFn@Ljc;|)uvmn-h=oQoLyM~>i3{D>!(z3&;qzOaWn^qY+YP@qu9tp70 zM{zEun&QHdE!N{INf53@sBT#TmiinN6D3oo?|x2YUh^BsX_&Y7O9IdRbDWa3u1Q5m z@vCA>xVCrPk*moRrrAP)NuqwTf<1Qis;mT6jvJT9_-j#Y0gW_;Xp86z};8wU9s zqosM3QR88;H0-A%g$z7G(%g-yd2{!uQ&-d1kt=_q)EhP%AK+r(f&&GFl?7MXR`9;G zYN7`v&)Q!`IX+Z2@=n<+i!6Qz>9bEbBYHtnG8>Y(gOxgWlk=(*=!Mm{vNN&nip?_d zeyuo>i5$xC_1wAWF1_r1EPXRsRXNIkvH?8mIB1XE`6Cy*h;pA@bJdF^=OnLD5nh>6YOgMQW3Dc^A_m z>Fq#%0~C~Xs66i0Tn3wS6B=PWlJ2c;>i+N+iuNCt-{l_s_%7q*(Xw(^&3{4RGbuih z-4*}~mgW$POi_uio#V768CN(`(8Za7@gn~9QULiUBX3N{UxrpP9Xr+48mZ8X!^6C)MNrVwp<({_af*P~ELP1A6LZF? zjPz}X4HlZzJWul^JjX@I)ku2x*@$weR`zCOq74@>;@4$d_E)nR2KTOhlK(N?v3T0g z!`f*S>@hT=3*zVy2yzS$5~EA{sFNm-_%O{Vp|k<9d=lIHByl72afYV=T~Gt?eSv`D z$$0#-AvQ3Y?PxEUICx{Z^-!L3VKp6Fm~)4oBrZIhTA5W7Y{vm#^s>H+ZYSm`NS z@%oy4w!91#W*gt_bqDS7#>+%{2hcKOJ|r7%VbnHG$D5rVU<|2KF!#x6KSmgxksfk` zIHU&LY^{miQxP0C_wDp!BUZXHXn(p{&HKctMiCWo@J;e>EL-(zA<{cZTFmex#GZ&c zrW`z>*@)SbvEM+M+*O$h+X2#qwp8wo345G68W~03dAE5Jgp@xE$=_F#{zaY`vVJyb zz2|*gXnyvdNzw3$(}*zCF>|SoJIS#4@U!?)M*d6C^(-#`#`oWt(Msj8wC(>w@3W`DCv2a_GKx;;6k%M z0cm-7Y`NGAneIGO>0IK3dmbM&gCQx1(T|T5C8jv;lmWf=X||X#zFQ`_^Ghu~u?3y* zCtbadbFlBs`+!!M2XA^K@jrN&iGs#i*DsU$_TzZ<3NKb@*=%0lwWjUb2xH@K{$!$x zrM=3ievqR_-DRn{$sEKW^`(>8hQlTbA3Ab6nzy%C^;^!gAySo(kbJ;9Dt2peALoCy zY`NE~x>#Kdm(Qv1vI`y)7zYXwnKl*qPO$m7fj^bZ?-lfDojt_Px0!}Xj6>Wt=~jxF z1VORVQuz_FvEhC0CFD4Q6~mRD+Q||riYIAh&wl>%cJuN}FKPW`9+(Sv zm{29`YU&Gc0+iS*0b=aThgWjShqTYxc{>W8f|-gQWgMi5D=VARPajCW>M}`i=q;&x z>-RsWqM4>ERNx8nQ4ZlssVNs`Ows{PwQq)3iqYvF4rBvMd3at%Sp0D{d=lfv&PJo> z5KSuN;So*NX!!BZ3a>%=3f%Qer@GU+TF-Ocj-e;Pt=Zw-TMD}# zo~)s0*pN{T*{lJw74^*(EoL!x+8-Yd$px-1{9rAy^#wCuFr-AA53p}TA?Itm#B z{WRFt{5%q~n5OR2BYhPR#YPYRom{-xWe{6q%x0s%yXuBZF#RuMZy)sKTF?>cUuLQ( zxwFl+;?2v_Qyk%c0D&WJV%ROQB!^(EzsQ2S>B(5ewev|UF>g4gpJwjg+gYYtL_ZTF z%K3U#%hZ(=TG(^#!&$zMrhOE@?{pvBYcbdiw4q8}8F0DQ`0_TtZ|QvaiMuL}=nV`# zyVE_*yFLM4eJ1kk`3y;nW(o2BPP1Z1lD)M9^LE=+PByYJUa#xHhmJpMpv1(Sra~#W z&}wv-$_-yBfe3kOb8a&@r|Igr@#A>~GARrM+4dV{fL!nn40TU*ksf3f5+W z4XcuJEM3~U4BKe~he}pwY)x-3ZB8HItcmCMXfVucAjDi&vH|*xWJ`jGBzfOX5fvEASf}Zo|+-aJiajH0X14u?Y3#UL?W+ zy1tTLIO3&+G*$ymm@o;~@cB1LNFCPfUt_FL_d4q}Qk9}d!}x7x*YuLusuQRqAGZRl zFL+?F-}CY*qLRNp*V|-Sb?o$b_HOe7-=*#!E$lB@27aujwA`2OXlr1PF@1L|+rqx( zW=K_CWJb0Z6nQ`Yht{OpIXff{i2_R&cnHoGR@7UZ!VK!#m}X_9>>`vs9LAHsGLc!D z?U?)_p^lp8_{GokYalOTFPj6zY5E@Ew)3Y`#pPv_g+mJs6Up6u6a9XQ1$U0Y%K2w# zE!oW_%F61(lsMQ z5i96nzc~~`NSbzl>IvPZOE`E;oL0Mx(JoD3QEEzMY=f;p;c_(x%U!BW6~4$jUzWNH zj4H?Gcswu3GFr(c#EI0xz5UiJC6P_S!HSz~fkg)H5j3fo=EHr}AF71%EbH`}y={BL z;!3ku){DGayaxhGGwfXP2-m3ISWUHtbl}U9?)%Wwvt07#90q99qvE_b*yTD(Q8hA3 ztnSP&-idq+uY*WzUiwst)4xc&|NCXy?sorGzu@NMe&Wq%Y8gHU2*W`){~Mg`Lci42 z(U=BUiS0o;1!NTLa}cY+#*WrnE4VONr-#3&^EsO~BS`}%BpB|@gvi}BZ>J6BR-3!WaA6W=?pS>2e83)9A^sy)Jc`SvRYbeI;_a0&3mF^P zCGlcCj=R|HTlJeyR1M<*lgUn~VP9Cnw)`noTg)MQ@M$m0tfwfO&YDX6p(D`e_mv7|(0O z7j&C2oR{@pr{mpr@U&6L`9b{1eyJ@=)+1W+z<#xN_2LSz?rkEfPAeH==XJN4LApDx znp2e-a`@?(8QG;P7E7vTq+GrK&D)$?Sz^+sC;RMmg_aNGf9wtZ4>@OPMDDRTk<+UN z-vRUxOj3}E933dW3&n~5eoT4d%+tH%cU^Dk?bw!J|N0VPxi`Jk&Nq4#r+(mm`4gPB z>v{f#N?)sr2wwd10qP1r@YcLW92Zw)VewvXNgm$7(z9H6q(gu}e7PnfE;IZwhVWvnw*(3GNOGnN;MWYaRwwyG4{BuHOO{}b9BAx zR9dQYm*}7&IcOc*cP;Qx`zbZ5C`>ENJ_Kmn2{fJlt(hPL)%VzBvECx*n%Wh-RG-a> zcnI?!8Z^LUyC;f-?1rpbjIyRpvP|`&iWuW5n6GGf#p@efg}tbOOOFkJ)g65TSjpq@ zbBA?WZto(hT}5bu|CxyuIYjmYJNScl8nbm+39Ve^;*#*2Chn=06#b}25=8|Ps2-)+ zd)!Vt71oZ~wlFrPG~}&VFW2_8?kOZuUUV}}wr2TSPc}d}pK0?@|KgKS!Qkf9_!|ZZKlIaMlE$q^fa&mS z{;_M3lOAKG3?v=QOsU~1I2?_GDF?l$3!v0?zz~|*V&RlKtY>JLRL9|#CX>(3%#TZ- z|Kc5lBkJ%y;1dx77r)`Fvi!r4QJ`{QVC?w|C&%$lYf4ESr5p*k+_CVL_QG_~bh;;7 zFoo-i#Q)P^aEsi6R^rnhQDw(%Q)Li7>U9oYWS68Y>0l*DT#rNcbS+VJScJRoYE;q< z({ckUKBDZwSTy_iRJM8aX?F21{0W{-qNc-|?(!HKrhQk0VV&dgf(Wn)K%$6{`_Q>a zD?0o>*nbwY^{k~Yz^)x81^Miq9JTj^KVBR87Ww2*fy-m5hjMT32aZV97gaA169qq;&c<~&(`J_#AB~QHj z6nh+FTG{?!72wm3$BmLJs)c5^&25oepT5Yc^LgM~l~>7jwp?|_7yKe^O!~7NN%Pt6 z0{m)=pgNcVrX^9hCw_4{ybd;FgLLH7kCy6a$(FzFS|y*3baS$3w=fvpy3R0gFr-}0pZ$OTOTI954C+Obm;HdEq&E~uLk%YCqG!djA}!&B+C#i zVDqcwnG6?>8!Xr3fqQ`nHwao6@T)scN>gf6uqUEJNG`UCH>_8su7o^WjHF>3NTx?wg; zd>MR9P^CBBcswhuBjm$1bo@&XObRMIv4k(Vriz%dT>bYe=;h;=iYA6&u)Gl!W4hO0 zIDcmaDh-32uO_bOPl95l0t?8`H^IK*TMu(q#2-AeeeyqKvbVRHUK7}dg9yojf6^AS zC#uv9o=J#gtD7me-Qy787*#pHY|lJOqxU9NUT#-3;gz!U%PC8kte71Ux+%$8$MnX2 z;x&k?w#>YgbpFO-X|0ff9tFsy&ijxwYN&O&Z;0WzUL&&6{U4S({6?a9<%a*T1A>lS zt#qo-wxVg0DcO1-w?4QeI2_Dk|D;AGPS- z%$9x;jR~A3TM#Re@BR_RXucf#3#h1!7=b2g${`kaxqzTV+Zz2|rTMs(GY17_w7aBf zm+eSJytf>s&n$=U=IE*E&HFB{sn+<)N9d$S!2?DpH~Y zV5hl0LAX@;;wZml>(~5J%?TsWqm!*+hf=#XL+#uQA9{4hGQ;z@?D5OR&LX>rQr8S^ zX`<9_{Niy5$0#_B4%jAATWdr!ctSqmH#;oTiBn}Gy*exW_kMsKRxE7#3Ek`{mEs$w zljY7r2`IEzvjo%;8eYGCT4|KHC$OC0=`#JF6$OW&iQG-1PXQ`u9~T*2jqPuiA694^ zdYGRyEMD0j?cr9gKa46VlXe$IhL4QaQZ<40&IVp`9*Lv>RFj;bW}p>bew>go-@AJr z4cggop{Q5*y&ErkUZ3|l5pr}*V)OIu797m&i{{(nib<&Xjoo?d)DR@5FwI@TIF7d6 z=fMwpy`=7=`A3*;!oF%HZOg|#kc+}kBmczT+D69QZu;1dLVpRe)<1)+N0@$&g0^~& z2<^K0lxd6bD8#gdkVhymb=uLkSo5@Lch#Cju+=Q9AB7REP_pgBm855d2e^KUshWr! z%?R*K>%cpBmH5Dyf!_1{AaBG{4hFER%q!%7$+SE-VXb{os98Y7Bqeq*=HkjJc>VMy zt}fNYOfNOu^hX`oq+Zi&+cDlBcGM#5 zyzqIRUl)&zBqMld%Uyd{9I$P)%pEJ^UM_Z2S{xN1Zgp$G z?49KJT#~Ujt_L#aB*)UwMiXpyd%7m`#@x(mx(Co)wpIE!wlk~Qk3|{>uECouEjCjF z3dCEBu^ZyL5?4VM01MQ;uy!^*EZr$8UaHk@s#lf(VY#kWt|Zp_-?yC+es%2Wcn~{h zhP7y)e`tsQC{J;TmIG3_Xf_S-OKoF|eOzMr_6#pBD;1+;iCG=_mo~xp;x0&l&{(;T zot@(qM7r%lfnvx0CI{=2m*3xHkPFM<3#O6#H{C=TC){s+y{$2jnqJ0MFO>$MpXP4WvDR`pgw=CGW^6wV5CZ%kH6{fMUp0|mL> zm0~AOU9G%6+)q`FvQSH>cdl@|R@Pp$DuL3n;AjmtQUdjn@$-!IBBT4KyuQXi7I?ey^`Bd&kaigHUX zvWH8|FM8c9fcti7eF;YMhKOybJs!r;B69__mMAQQ;|%u_@{E*HUxGnmU&+r$6y1j$ z(p__TG_ggEI%gUUzavN&B)K{LOgkft@l468VTV}4u6i!*g;Dk~yQ$r*D(_=?t91#a zN`cLPLTi~6?m`dvrcj%AylF(8)I7;NfeK519pc6%W=U1aqk<0Cwxq8y(5{ZIwaT^B ze=jwvBb$LHc=>P?$5Re@QxHeMdjMePQcy{~m|mYfi}VpBkC(&%O^rAaw;KpPQDJY+D|-qKC8U z@Mj&?TR6^kAHCU*CjeKrE4gE`O{*amb%@na^8HEaW?_j2h_=pLsD^#xWx?qx5Rsld zCbc%09+N6>vTP26I+41WiyQdMgn}?;syCT-{kuE+-FvfD24O7YiTeEEFi{iy2t+ou zi0XE%V+~#KWIBrfIq?;MKAd<~9oycQh|VnCoBdYsWp$aDDFd___YGTJDx6xKw=i~X zqPrkqR5TZ7+XN&&+c?B4yU&9%V1B={aVh%AD*PFWXfK`Tap0U9V_m7EHGiwxq24Rc zt6Tb`>)Xuk2Ph^FWnAdi8H0BZ75LLp&*nvs_C6)}+CKe2k%{k(5imm)9$)lJnLyC- zIrFOCgAg{H+0|9nLMh1le-kj3=jJl}wfA?ibT8*Ywv zAE)3u&7JZ%nX%~d_+jm7+~5!J`P=hio`SN@OT`KzD5%G7t`>2I=ymHb=C#^95#RCO zTiAa#rDg25T}#9asGgB0lgmE^b11()#}zE{fVLov_;+O;dNbN0b~%7L%ya8969p3B z6eMNm;v%Qx&aS0W5aY~Me<7NuZw2U&dm~1dCmpmg9=d0#DWu`9S=JjSvXs@=%hs#q ze7`{GtT8oGU@CGDExtMa2Evhp%t<-k8D#YWBVF z1-GCIVd3tX#jKD7E=Fkd=>Pc>#j+dW<)G5Ze$+#Y6HgvcW;hL4EB1b)8G3QOTyZul zGxBcHdJ@*E7)&U%;xzlla&G%U#4|f{s^lpr+npKf6s<%eFjMC&8BBajfqv9=NsVmO zttENN^$0Lakv67XJm`znV@Oh!+p)Opn45RDeCkV5Z7~?f9j$l#e(ESg#5Ruq-t%ZT z7Vhr%_K&+zgBlpOy@dWd1TLrpugl*(O~&P~D_xjFpq4I-Ii;R&w$~5w)MOt(RrDS* z;e@1?83kRM5B6z&$07w-i&dJxGXH3^6?1tJyv!y=C$i*xv{6H#6{28hO>XH&*}waz zPBiit?zqWaOV&jBrykfzcqeK}p)#}$-B)G|#e{MZz0SY(j%{1E=|AqcF#p05iazt< z<3o7X+(XRX+mp;e6;k^tWn7#0qZXviLlh%d97){-L_u_z=tw!@bJo2L2}nIjuSdox z_1Jp1TLZjK@h#E+-o&c}H=o&x3=46SX3PT?4sA*IM%rfQX9iesdZB$ecPDSRBiMFe zvPm@3_()PfznJ8D!~XkNuYKEbG%&!#{j9NpuJjo}S&!9iCez#f6a(7>A_JN^i~K_( zr)GCQ9bMswvt1snE4=g39tCw9f5Vx!sQT@^BF|}w-)cAFHapef&HgX&H2pj`bMefT zz9FMAQ_U~=Uq`EWSlMThMBwlIsVg7^Dsx2T#TuqXq z)wA+Qp1Zs&g?}86Qez-U#%8`azkj7=NL5Hba$YusvJ1@@zcV**$SFsM1=N)47ur31 zd-rfl`y469I913)LQjH6=s^I-&p0h6+9T3{{%HvY0?ocsdRjecLxu0`2Z`m_Fw%IU zbs6oHSut9$xMNMJ6=^_t*rfu~A2#1`JWCCp41-n3qNBM&(3I6D?OZ5ue1*5 z)ZpWCbsWTuXJ1(%oFr%6j@UPjoQ;d4>tZ@?ypWJfrsBCZg(a3bTxxXJn^Gsc96p=d zO~Y;5in0h648KnC<9@OTU4nAWl_8yPGF zycJ#$tyqpH5th4OH~Zx|-rc5o@WrF$n=S9^KDnbkEr>`ft9cBj8(OAzzwX)(f7<;% zfx~(B%#*L@)Axy{^D`!;W7!;60p7?`eNk*9wbt^7s7z>x-E3iPc%NnRp<;%vqTF27 zKxiq`C{JG!-^0oOL%62?>L)g^uPk=mzz-+z@r`JDadC1GG2^BkBEQ|X*C%2-STbMM zJbJ55t|GQe>l0Y2g}fj&T~u7c>0o-NfB$0K{$@jivLYyIGWqXZkN>h+f81NpN&E1_ zp`z0V4i*!=3T({*E4K|CqEn4gtE8E7MGtOsjU8 z?|uZr`C@_tz5$=HPpSa0?U|~Lze{d8OHOBVKRO`fUcJjei>;-j8%hyH^HVA<6?sL)wyHb#-)26YJU0lAa z+lAlbBu+7{3~6WC)}#~p$wcRV)bbF$QRriD+do-ygxTP+sIhzgRMrX7HFJx$LGOIH z36q^0VL7*1G5-9+MWbb+k392NZNzyvbYJijp`th0U>31hcqFT@S@#(%^vQYT-2FvL zH<7I*xOT{)=R4+1W+iF0$WiI3+liO&GG0#ZKNa8{S8P_lI;NDhxs^ZbZy}4x-_#nb z#Mab~_Vl@6exN4Zp+twCW(C54QgMFJp&96iUC!{|jn}_;kYqf!76=-TBlcEmcF71A z=_{HH;QSXybJi75Uj1Zx1|*6gwvN)r?I+TEe7pc#ty zwYr<(;W$h=&$w3DCMzcq$YyO!&ZG3k1Gm%q^8F=_5`H9&9f5Y9?-29C`38XlF9skG znlqf$CcVq;wXC&1;ku-Y*?V8EGwOEp@3;p3vrK2wyiFE|KaKZNLpfQEzt>*&HN#4& zf3s7-H~h!F;QJ$m$Y|Md5m|`dTXqDzW;<7tP+s^B+tu}aLyaPKSSf2e8UJ2mT+Qxb zi5LML0Y10|Hw5Zih3#q<>|pEoIUOcKr5#^=kcg=r8Z_J9a1xrR1~ zuQPSS9!K+{1_Pgyf#=73L|6CCViKjntk1Le%kvoP*2O#%LPIoXdvLiU;;ld*cpdo0 z_}5VHE$SC@-?nbEV8N_{z=oSEb838tTK7#R7u+Y-yG!)CU`|{+wYK&qauCb1svpl@x^iZft%H;1LJq=XXX!FP|m8r+{)Icm!_{GJ><U_^76OThUC4(%-!93i9DZk&zH8q_tY8dMlKL^MCknV_R@8}ZPS$7?S2ymbV2z=t z80t=Nf7iT-k``-c7GQmINr@TUb1u&XF8y%kU1mBDxM%RV^**bt_(z_vC6}ye@ib)2 z1ni=|MZhqr>CKH_s}@^U$^H%ST!Lp~o-;Y8`vVX45%SP_*4%6V=<;;zn)#SikCXc= zpSPqtyOZ$u;stWHMGV$|Vpo0&o>~ONSPb%aLDK6eJSv~=zbgRtaIYtMU%=dFmr@Z# zY(mFC-7%JXW0$OmES5fv(L7LH}~#^rTQPE{v)vi2#Arh9fsUaC{a zBF0817wrChBwzk>LPd>k*ZY`ppMsj|-%Am9?HM&0@GwIfKSsmdJ(U@WEI5uhL zm5NFe=N|k}tx>^ zz>#Q^(PFXqz?t`TsEWni!gqrLAnX2;3SWTZog=6E57oDxPek`l>sj3H%K?f093K6F zo=GX)nocPF^~+kipX8^<$vh%@a!=-tpjSV&JUPK}Z?9ulK-w=YD5NgXFvni%J@J-*C&Nd@huK)oNqhq|9+8THN(aS~Fdmbv6) zNY~)&P_4D@+uoCtpTyH+KD6X+r5>MY8L%>B3{|8#UiZ|1#uzPo6(s9NREwSt%L8R#mXPl%UBQ>Un*}jlPzqbBnYw_is!?7i1~&=Q2>N(lyzZ z?9kmFXkym(d+*N72pR5oSLxW; zIy(R4<)~j5`q~BxL+=;5^%69}uN7aFniAtmkc@DeT7`0KA?8-I-p-=Ff5scW7)kY~fF87`V-3*kT#?;x=Kp-?ho? zez|Xvbg2>V_0^s)Z?)P5P6E_$o#(^G#y59Fgv)!xrJ{Vkq33gWUiZ)UwGXAB{Y=Cs zXGu3!HNHC2B*g0 zHNslhgt|=!Un#Gf&=roA`5JnQa^GycNp|o|Mh}@iPgjiGUkBMclY<>Yo#CcYiEfwT z+)Ge5`OPIgm(J;eO1evOFSidR79KJ;QUmY7nZJ9R&ozmC&8N5Sh(+BoigPIcW|ZA& zLuQP0A6osgkIHRn;NU_aL1REcx}i_ZoMU`#r-x*g%3_^4C`O;`kimkmgENo?ANLsY z)u5!x;;71m)%(QkAes1p9RB&4nMk3ZV+%FN6{VXzwO2$WnkC)o{z_+Ssb`_V&ez!; zrxnHNB7<$%#<-C<0!7i8pDh%@p&pa*p$(=7>D()!<#&85T1gFGH@f4rL`1I%Qif9$ zg+dQxB4gI#7%R;Y6$~*DfiY-Vl*o`-_d!|{5#(uUpjmlH*yqs>vsYV-K-!D-eO(n4ezeEV}lNAO4m$Z zeks01d85#kvnO1k_sMoA!J5M2lUv`>#6ugYKIxD{(SFzMqP*ggcHt+)Ip**6BOf_V zDrA$^X&}BOx6mVR3x7x<5)HQP@@eMJbP~`y{G57=JSyjTVQ{lOFcZvG4s60P?&dKI zjb8IUO@y*H*QZU}CwH!K!2Rc-H5ovVNhHroK(r*tm=JSxWacS(K` zBxyurqHr47#cxbNNPm(k$o$V6MJu|e06Duw#Kgcg5@aG|9+!J2>7>CDF>7fb$wa7r z9t#ypS}V>R8L28b1(Am#qUXZdyqG-=nch1_GR%wEEo>o>jU4*qPCnbRp%g?ia@fkOv%mh&m;e5vKAtrdYEc1$9Sl`Vl| z#L{B$;e4sg*zr4CcZQw?Bk)y*Rw+7B&7iLPrTPYUZGScJL@7J{o&OW)#^%5Or z+U2mMd)lkOV?J431b<76bk5oC&GqhyUDtD$y2ba90li8facnrLcqT3IcKgZD#KC(; zjD!Tr?AMBz&kFtzB&nN26pOh+%3x3XERMidG(Z{!Nsvl5K5D30}VUdQ|C zd=iuK`*(eD<9jk5+2FT>Jugx!uHD`#poqy}n!*?bM0_f@#H?jbPR06GbFjnzt%AHz zy!F!Lrm){ThXqirz6^vud((wC%cpCegu0-z=R3BE$=hD$C%cAq9(E0X;Emd!O3(>C zMP4JYh?!=7f)8U7DIvd^?M3~kPI_mzY<2XQo)bF(&3ETU%8zQ}B53U|uJkLXR&*qD z86n5}cW#a*E&Fc^KR#NuvIPs{y1_(dd{;c-Od@h7XNbc37r8Iu%syu(=Nmatar!E$ zYN>o53v@_nJnjUSR^V@BRR6orMKaSVJfI~TQ&LVATym0f#B+M7DEry9IqG8fmU+ptuU)-^uT?;fd(T{eh%y!k{{;Zuv=zEtdPP5d-wXpA7~1Tb#`YRC`RgcX_7(6?k@ro z%8x+|Vy`y{y`JVsuks$U*`+O;nl8^2$}VaezD-O%SIKaQ%arN9`i`7)yLP6?(Y*qiwLSq%8??;xR?qI%o$AomN55?LOIFAUO~mI zDrQw}FeXyBGLAQZVMD{Cu;TyW>OK6~{@?ELqD5Py+S)HaSCVI**LALQu5-G!+?&RJ zWln+bOnC8IBh!i}D&>7)ZUBYKw}=X}>R!HuQ+=J4DIZhl_)`T;L$t0)(>)tsjDKTR(vqHPAEsQXyl&X4VifXnkaq3n8D z2^2Jo%}=qAC#RFuLpF#|g)+R+@pGwa)IB+}KgyFa4gP~oi&aNDYtZ|--B14~uTeeA z+znLHcxDMjT~kKX`1sQ%W6*67o8{|fWv61)q22Hr5u8=Ecp70&N8jb^v>M85SDL#{ zz)BU9d6${BDFZ(OmNKxsW*%v({mmU%Smo7QL-G7hEFT}A_vp)2XL|M=Lgs@nzPXp6 zob$%$sbGqt@zUa!eZA+4=^zzpA=@$`r)ZB$BEl1>v5{}lISd7dX=%D#Cs|iYKk0#$ z1ac?HGUcAmC~NBulIJq#r~7s4-;F$sVwck}=GR&a^f>~vB6AxeI6IXYFo1o@)KK*zSJ)Miq+MftT0pAC;7b(wT2)n% zW&KaNLG1h%N7??1y}1YUCviisf@k=??RLC%5KEVdEk;+xE|xf%Gc~y+JXTM}0YVPy z{tE22YeTb3^Yxw0u-LF$POksbke3^C>L&GmOW?<(6WD6fYLJ~4qt?18<-OiYM2VmX zm{t+!`$>#F`!MqvNjPnJPV%a#pJO($Hn;YiJ{>KixG>{nCyfG@AKN$r+MI6Nv)JFZ z4=Ah_aHYEyp^CfwSve;9wrphYLZgp73L$-`CE5dh>6zVjpMtVu4c@`%sgxdc7e$Q@ zDXPl0)GJgUq>c!mX^Ea=Y%Dpk1l6<`vH|%!7~~gZg>B$HZ<*FN-z@l)v-M`zbT-0A zgHp?V;<(w5V<&tE+$=#HMIZS2HnHr|E*2PdTlZ7(74h@a7Lb_?*JVksQPxmvaf?E($px( z=H)@{f)wY$c}^^2w;Zo^`U-I%y>&wD709VWcV@&_>dT0}sT$67-VscAZjMmJ z-+S{kQp|9{fWsac2UxX(e~S&7$*wmeQ*?UdFU%_yC#sh|V49l_(hwK9fX5zMZl$Jf zewZ(d+>5)VrHu~!QzutUkfG--NDb#h)j@X}n*6Zni)f6BLVyHD-r-D3?|Et_61x-_nBkGM@ikk>&~MkUsz z8NmL@O~K-EeWXh6H^V;jaBP{_%qkI#ph08UG22k~+Rdz1I~Wc}_1sTqDoA1yC=q5C zndO02S%3qjp^1y1cG15(M$)b}S#m0w3TNxYrIal;83lO<%V)wzTw>GzG~cCyEkLbE zP+l~TdYyUGy7HnGzs3%OnO{gC7hmT8j~4)yz9%^;Q)mjtYtpK4Mm=~m6^u>F_Nw_( z{i-%-End7KVS@DM%48*1UA^RBsH6I35V>+`O=j8mb=%Y>phaG_fM0G9i#F@RnGqR4 zBLO`c6F$d6lI|$};&v{1AIF%pKoGx9#%x6nNmK)a7nFi@YZM4vtqz$s4#QXA6W)3py z>s_j^<-YB4v?gJYt#Sr@Ji-LyUHY4v^*_5e_uQ=Ut0!=o=$IelRM=)N8-1LbQ2`Ps zME-W8I{ZqL$vOb*yK1&lR_t~>YI~O6`ilR^i4zbm%24E4AeZ;RRrZg1_9nw2y>m|Y zQ=%EVEZMmddGW5B5hu*ZxF%d$lT7-Dq4-m&dDHMe7s{w33 zI6qo%q8t2PMe?zBd1^ZAFZXe~5_ti^j+RROJ6rr0K-XLA944%BD(avXd{)S}%O?q{UP@_L_46`6vIjxJ%$COQduUn%(FSnu3iw zakI!<;-FE{8`qL0fdenTQ~_NU8aN`x8|+uyW5T18kLQX~G^Fm*Qyidpb6J}lk&ZW5 zUM!OfdZ9n^O`-T>remG9b#r~$2FK!QJ-K0=rHy<#PAI}IL74CSfk{>ANJ>f>p&O;5 z@tENG`tqJOemQ>WC!*$0ZgRt=x+l71hn@sx@nke&=(lE>UBL#EV0ixU|yw-QjlYrea-d z1#d3pjS3Vh5G|PX9FsF&XmS6RZxPWiRW&L0NVp-j$v*It@M02Y{WE-jLsFCdU5(KJ z5VFI61xT|FrNSqO9O-zMFN863+Owu;n0WLEW-!)%&K9P8tvR3HwJMG+ADRE}QhSGC znvQ<&rO*Y@(Wy$P^SsGiOwGssZJG8^S4%6s_v;O`+xg<0@T%P@6hGO=B?ZadFezR5 z=aoR#PaTBfJK`laIAaT_xw?2Ta|&>Ra+iT7rLcXsyfA)8@^Wo^h__WMpjX&* zQ5|eHd^8>v+nOpKNOsjYx}mr}FRdVm+_(9%gIi+IJYP~|E$~Ui*ps;?qTxuDW)z$0 zi(LiRUmt|7pI{*GZfR|3O}V1{fWTk!YvQY>4#P=6tuF+9LjL5G6POi-dKv&J8|#zru#4j#Lm+-(;i=biJpIZ*3Uf%Wt;&p<{+vX_uZ zbIWbPsXt6=aUFQ#08t&XdTL*P%b)B&+{Gd7k;GAvY)CLkLkd0vCkZb4ZIxgnm5E=? z>CBX^vaN&1ZjO*vphGMm=y0Xl*mpP zb$9gW3p@uCRu;G1?sz@htHHYYP4C#|W!+rJsE^5)ol_eIP0n;F;EyppzJBm~R)Dp2 zS(Ub8s(5MBeQ7|9FI?cqwiC^S&9OPE9wd9Om(i}-ORfE2^q%TOh&68Po`3Wa-05s^ zKy=OXtzm8uT$6K4dI;kR-61NSjtEUEzNT8;lWdf9mxxz0Wb(wg$f`$q6uZCSYo_+p z?aIRxC#ZzoGfT0p&SA9Xs z#caT=->ZvB*4a&7nTEBjN0BD*iP-GkRqZN{zs2Ui#>0b5p*v~&jnx$foZX{Cea^Ez zjmwu}S=*L#V9{s(xz9*BPBLo2-#p1R#@quuYAu={v2AFW2P(d%xgBtmZVAIY)wgo0 zUH!*yY3V7=BZWV;gG?1rKT_-Dwn)8h{e@O&-L49<>2pEq-i4uIlS9OV?2Gvsl*gS) zXH4rw5D2H;I06}4X!&=HICv}6)8~@JUj9h(DC&;b19Wdvz3AygpvKrGbC|J1)?~hu zY=~z8;NHL;U$)gBKCfsVTtz%bw?o92>JU$Ozo-pTQ9Ap6*=ej{^3T2e(8)gB74ZUA z=dYoe3(k&cGO8${^H878klrbBEAlivf^nvjRRx_tJdjMW|{dvWG-`@D@=nZ+{1WV*$ zNn<{VoZSadR>ZB811}rF>!R`WK+p}cU8oppFMnze7!>rCuwyQ&5|%y!Xc1j=?7lU9 z6&+5igv8QIA>1OK_%8KYb2|IZ%ZQpetL}*fOKRmOaN~0*uVAvnOyv#eyhR$4)U&u)Yi2175y4g5NnTSg-GKFv%+yws6RGaiTHRYCmSLF>ygm4aTPy(yazrA2Eg& z0CWF&E(Nuvd5*RXU$LtAuukn8?(g0mQGv9R$_WOF5X_`UQNpFC6xo-;{)=5k*;A^}0iwnN|8eXJAVo{;LX9x9R}O;XA!*qSQ&V&P2svQ`nSmHI{=U z>NKyhx0Dcv?HtbD#Q%P^D%p2<#}T5>Ccp)FV1HTX2L*~3)vvD|1mlkpfp_#Rriv&) zMY;iPkCjlu!1MCMV?>lbdU-rDTymdAd7(AB?(o1IHVj%m@TpEhJ z<^3+ODq4HHQ)t0$w2Q_@OT`(wA-heRL%35?v2Q}|=U1q09m9y}viqibqrB;+{|%83 zXS}h_=BI^X-)HYER1F0Yp8UOFp4}MM7;g>OTT+?AfGCz8Md%TF~P3>#nQ_f#`|LGq8K$^q&;EZJSV&+acv$f=^*#57( z!u|QeZx;D?eeWSLyBY)ux675=hxlH{b7XJQpsx!bZy^-@G{V2@Cs>(od5Nl#s?t4iaZo~8+sD4)u7%f;sf)1QdIkWN_Ht*0BKPVl4c zx0amq(hENQXo3@sMCp1zHVabf&^%@!Y&osP{BUqN8DYS;0Z^F(y1M3*JdV%|{mmi{ z(}hxH)pq}I=KsH{!--*-$qEt8=>8gyJ{p*QbI)NtR&N^TQyU%k=kYXITwj#f+&!kg z2T5bLQy&j~aNf_oR^ddf1Ei@*f9>_3Mss7kKd_3kW4zPB^gqnJ7479i`lIWf;fjGe zf#5#Xi|$~ehBW&L$(aC*aXM24}<4(*sr_Ko8CYBekK1^u( zRd?iOdki8El{B)dkB`0O(cjQ)BBze9fqIYjlNc%okBs_B5qUrnoY`tA*wU(Qw<81i zT`st=p)%#X^hP8zB{ngZPFzZ9(AOH&BDTnGTd3`NwT;#Hb)JnGD+t zUY&;Z0o=0uem2&-*(oF~=y&fA`%dqhM(n`ewy=@4+AVT6Aua`ZXQ{9Z%j(Kd;A_Gm zEFxmHMaxR&c!RoIiT+fapFZmzRjP2j3id~|eRJ+0cNsRt537cMuF$WEq|s^yiPCZ= zqCVS!U7GJV+cv~u4k=HCaj`=VeXS43$~u3x{#2cW#DE=SSoaB{ic49S*mrLD^<83z zJ*!)8^{jYp0!uP2!1|hss=0QljAgz{E;d%zaOPhChmi@_mNf0A%D(F$*|27xHoGic z=@08)+G)AvJ6v6J_>a)%f7tA%UF!Ao&JT0t8c!QdQz4z$K8D<@-h2b)>k(c~Td_~g z^(5w_5d*@p>nvUz-3xUl=IAncAG7nnJx>_*diSRDrbx@#@tkEa%(8k`z5pJ{6=X;< z=;(8KGC-;=-7e%*@>X;-((Gwx)w615)(3Z5c6|O`H4p|F&!Ql?_xHy)Phj-jm?vnV z((o?h~Bf)ECmYL2=rjGun@eX%bUY!6F5K(m*0>!!3;D8)XqjoI+|!4vwW( zR=>Xo`mp8uZPuy%g79|UwwXc5wP3oFhT^>dV{Z#j`m&`sdNwIGL5F^4q($?ai{8zX z1@u^NgVrx@@V(IvpYC)J!1>_7Qzf+>AQk9!FEG~hyt&ZA^Ml8GkLYWJLt3WpmP~^B zR8n-Sz^Wtf7C-IcpX;%I>g(~2j|Y94R&2DJjqo1A@WGv7XP+Rq_j;D!b+rPuYR%*p zF(eerpO716r7PP9ia7hey%g$UXY}a&doYdR^n9_z8j5?1Q3KMShD~ebkp0$wH!B;l zF^B zc+i-?M7*@BbwzxtEV2vo26rp{+A03;R-|p~(_^9Ah7G3m6`!Z4Q&{e@h;D!2_4NTA z8V0Vbj?8m>0%otW&z(AeU#y&*IHrH0A#`|Ev-0N-ER2k7>qWkvb|Ga%*j+xH3*W{a z2$n-kW8!GB=Vt_zPb^ z>1R+B$}OPfr~pAreYTXl#X?EyL!Tc!RmTQob3aNQ)u!+*V!8EejB9MYWP3b4Ul2yo z*LIcIX*`r?@Ecol62cF-1&>XyVUu<6IfnTcejUW^nL>(VzBhbu1M`Tlmw8nu&?hwI zjESMT!RXg=EX~;-ci-*j2xTSjYHLu$Q*>{4?d$|<4Cx-)q(q`qKIOLju;>XR8lqhn zhB7KFZ3se<8<04uJ2|K zJF(XYfiI$io6cmlvqR8CT~I|pQrKsmln$kbC$J4;OOxP2E3Xf!=~&8VzQ&rY03(_a zQ&i4F3YZtYU^D;M>zF-b$USy@d9Z%)i=Gj`kgV@TDLG`;%g|VDajESlrK{ececjh+ z&BbxS!DV_4AaigsaOw?f(KLTo4SPuQDeqQ}vA*{Z`32PB|CE+gmB({${8paV%iW5d zlG*)}*gt2^JCYSEEdNO3o2yr4J8FnflU&2wd^9kksSIeZNQ1Tzo>teoT4e~;g1Y*) z^Gb}W>$6jzG*13A9XVzgHZD6(mmBGSyn857p8AFCE%=X~5 zbBc#~2gqKQc_66(g&Of3gG5TbV`UZE*?luqqNq0PJEJnCf{jp-p;m{1h#Racy=iAn ztQgO({D3@wY$Eqzql+lD*+^M`F3eN1Ym3$pI{bXdEkfR`!Pu1b6RJqYYZ#mvkB_JF z(@~OHD;j%U)t4=Pi3=jZJ69})K1o3#We^HcAOcEq<6;i#>5(JIa@X2p+glMk@ikqfgw?&yYPGS$Ui^e{}z{c>gYeWmz)hI z$mAs$1)o+>m4s9H0`s2wh&hm>lM0p9YnwbzU5b+{TL5%RZkOY_aG)~XWPfRX_>LR- zkakyFd)=dX#iB90k(Yn_7|O86v-XD)Gb__vGjF%A7jxlB-uyMw%qK- zHbYD&gMeMt8q0#n=*RA9K@YYU$BwK_-2*D2VfAUTG$~B|tor+*BXThljQ(#C*+=UO zo#s}r5^bNv5RI)o5+QsXZKKHQ)KY5xjkU&4DR$RM$_UPO6It8&tPFo_M?a#$xW=E{ zN`+%5WNkNENJC1nhQc$dYy~5Tl;i7yB3GG= zrd3ukaQe*3Nq*R4^}xu?=V60I*tbreezk)Sz#OzG1q-{)^MkqKl?k`=(uXlm>=O*)AzW!6)n(mU%NQ34oMD~6;Pc`P}%!nM_yV#3VPA1U;-U$~gB!(1| z*}kocFTE-qR;kx=cV?&JpXrY1i_4UommETJ?~e7rZw#$}q4b7J#RSrTZ$DHs1L@3^ zjbqcp%qx%cG<&I5dBa-M1If|)4=$1l{FyLcQ@E3JDN3TE9L^@wTi5mYV_l2NySik) zKDc+1&}9(tEHX0TMOMo0=%@!eUeejar&bOdAd!2hhUnH)=$tc><;o^_R_xBg$^ItI^iJRc5bd_I4#_zfK?s#hKomMXYmq# zFfWB?+qW(n@V#N(m+!lxlqfB}0+EYVSoSFaIgkC^C!p?$ZqbMJCF`}yen@gX^S--y z8pD6GF5U8=$Tz1+YTKHVaBTm73KN=Jlxe48s{*$RoB5RXN#2U{VYIhINNR^lBa;N! zZYoE-`BvbYDi6|9JEXU1&rF&i-PPdg5)DoH!&YlYxpz38;^FUIIo~R_Fz|GZsQ3qD zrK#cnS1a!eW*Ba@pCTQtN89qsJEw_nrRX^o?*GkvFeUBk29u;i5+RCxr5)#Xz@L8& zP6g|;%g_I(qp9R}dob|lgfGuFStV0{{5z|z4LaFDs(M#RD*9zZCQl|WDItbBEC37; z|NXh+#&Ex8|M#@PP+R@OJto#HR;4k4cJ3<&ov;eC5P{jk!a^Pq@Kv)WY$=H4`75`h z^o>FHe4gassXVj-2j^laeMf`yu2`3N%Vz+WFO4)ttC7_%SZJbGRm1mzARDu6$Tv*e zZ&jJ!lCUTM-3Bqd$~Qp3BBl>bnuO9Z&4r$VIXJtrKo>!?76te3q*Zs`?h3thYcL*7O)#ZosTRDM2SG~Wrp6$58U_+lh zj;VFoh35wUh7r1KIEJMh8JJ&SB`q8=e+6;qn6@8)wvRfw_rvdt*NAs!-22ty0uE}67z5E2qdE(%oTxq~< z`}&!giZXi+$4k~>{D6J_n3?;!N=rImn}zkgaCbS82(neL?~aBE@)}bB*)o*YT|F!) z!U>*;V725$$C6}j;sdK5!#D|ANj!|ZuO3r}_PGdBLMvJ31eneS*?y&SOQ6TC{PN8X zYCJZqb-!#Jx%@|NO@cm>13X^Vi8VuNNJgbtOa_1#upL&-@ms!6b#1aKXk<=2F43H+ ziU>#u1jAz@{93o;H3Zq0aJIn00{ztY$J%g8%O6SyfhcK?DA9vhOp>(*Lo@t=T+i$4 zVQL}TZH@47MzO4gs7zfQ&iu^P;LR(j+oZ5C;%|+1siBYX@H0mV4n%RK5!KI=9Yx%} z?3R+aZ(0B?Q@AnjuTBfoFc<=|D{ZxsRGEPigv3$F3d%#`i9u4sPWAsgq4^8P-GZpo z+~wt^*!o1{x^MQc0u?BKmv#$T5)KEIquVQtb1{IxJP+kT5KUH0&9qo%+lW^bFk8zs zHb0*$P~s(LkfIqBtsXVgYBz%T5`8Zl<0TQo57!}Yo(KHF zy?2er?E#gjnt*txL<{>pJ4!pbviTy)`i7@M{CTFW4%X?cK=lW_8~T(dQEh;MC!8od z6Y?*oX+_C0L9#rfKcHSk9}S-a=pF8QGkc@yVZ)qN581 zm5)XLWO%vJvL~+dDIoeA4tjFm4y z`-B?N;>r;QTt~L;N^o}RIYhXl+-k$E>=gKe5JM#}geCVxC58=$T=EN#ram~hZYgV= z?WbE`;P1gCjkW`yPDvIijMC;OY2os=Ao{1iFkp$Er@S&-s8H)kE}(-kdpyMrqXEpO zsWSo}y&)~AEl`cCbQDL%sefH~_uon(H+O2cOV+SzDz|>}7S`jB({Vm_yhe{_=O122 zY)NYjiOpK`8fy!Ev{T?(E0Brvy*xA1NRy;t`bjaED_GjB1y6jA-}R(hN;_-3m2{(E z3p+$#s+T-B#n;#WAv9DY->;KuuH;_=P4zLC9ko+&DS*jqTO8=8z5lM=&?hC2?L493InqkH00W81xYXoR1uK4vM@V3U?rhNc?-Hc_0Cz0>dgoZ|k=WjahJ zjKR$QaX5Ioyb+|}pXP22Oruk$G>m0zy@J~Va3Dk6Io?f>8Q@m!y+9v<$&9k1`xz=6 zw4;yF<(I2-`m{CaDypuz{nn~8eE?mB7eivf1Zf;c>w4%65^0#6zS*f4sU~NnDA7+A z=y*>asjuCf^VJaeeUqUso>3!#Sf^JiGcKO^&S@nD?mJ`bBz?;EH%R)bY`P8&B)Tt?9Ux<%xhTaG-&SXK2smB8Hjr8vg>Jp<34{P_vjgkNjwSwbS8u0O3b z1J&fF1{mU>E1FO}9Z7Xm1zB@O>gXcL&XCruPo2G8B0`O-^ILM*$Dd8?H%@b$c`rzi zpD!y~C0vhH6JORW)QscQ3|!_wV`HpSE?#A`em4LcgB5;ja+t<}Z$x39ClMjp+RyDw zyq;jC-IJ}SB0_5&Rj43Eegbp6t9o-nhwe49NV4Nt@T*U7&(>d3`^IvCi>K=UuLeDm zH>XTO_7PiEFh87tD@_qWL<_%o{VG$#vk3U^nRTcz51@wfMmM<}ZgF0?YARQ;_sqPz z@m$7z5i#fv&{FQc1CJCtz(wh)_jL?);0eg*+Y}bBYcM8|gF$WlQu{CL@y_~?PFLrL zoO|d0;qoaXLX-+yPGR!3^75fAb_+kTe#@87NwV_>vL3ErqC1Ep;AGDhecR#s2`PwY zMCaTwus^gS_uk(dIFp;ayXHfo?VL8d?hT38qwAZQBj!1p0#9^PGp|a>I|rNeksE_- z*i?r^gUgP$pN$ju5G;4L{m{n&)d2PT&H|Nxvu$h^}0=-ASaE} zrLJtGzEtNV!uN~BSL}CkZB-A>9WMC&t*p<6Pnpd=XcLxjLxfu5XRHZ_eB_alu7)Xz zC3DjyMWF>CJH>Ozv&UYMivMMJW&_}2iw<3Tk^biZ}=Y&Y}S45z;CMBJVpy0{uyGDM+pC_L2^ zg*GlbKgn?XabzhhvY5ar`=TH~grofjJpoZqtsvpLt}WY4Ef;&r7yY!!K>dNkE6j>{ zO=$6(#M3$a=*_cNRJT~)qOus-gvJnmIkf+x>Dv0Z+YoGamUgV`71-T{4RPGyQ6=M} ztOZyz)|Z=)yLdMlKV9o%e|NU+D0pUiUNEWRcJ*$I`_V#8b3(k4hvd+=1t(Ny!r(~b zjjF&_{M%}Ub8$X_eoF!Q4C99M7Lq+XE*sHc6|_J37ILF1PWEf=v*~}ILFU%wX|n0K zLou~hjw4l4JX9-FEP|AJ`*RDiwYsHT#r@Z9UBtC%UmfRycnINpTJ!WD6+@fA4H@XY zsh0TL9AVsHMa`nLrrsp^KI{Fl@%bytSuY+# zUg8_jUI6h#A07YNq>Fxt+6^6TGj0TF&rHZzW)or2+kcp?>?`RfL0cN=HYU6Lo!tI% zx3O+TQ)KL$%VoN8#W%)AdM~*crX22b>O2V=+UHUIA`EPs2Kb0cj)xknM7z=4N;yooGOyl^tr}$zn8kp>JgHaOO#yL zR9tUyyd0Ich@ckIIvI*ZeWaYqTb{!&cwNe6EW3;#QTJrQG9f9=dHMd1Jr_Ovrdm|x z3Rgu#)Rg%iqSNzw^<^Zo2jr8yx)T(RrP zcIS3POV*6(9f#fB-RNW!A%WSRTwvft6)$k3*D>8+#tixzfq;=HMLB3j&<%;;i=72_ zl(BNNzEWLq$$SIbar(4+H|{_91{8Wpv3v0A5CpT>?BZQ^?(oYFA@CRC^hqNE#!9Gr zxchf)UXyq4l?5FYVgF8ikNGkGQA0&Agr-&^#i3%QVs+*GpuBt7xR6>W}X{TDj=< z+$OEUhafYx-Vn}Kv=`}Zo+V_N93 zc1+fhD}wRWB$Vpc-Q7DBLVIGM!U9x9Stai~Q{z z7|r1k7YK&E8;k@FlLgs7a!+pYtQLAW$=Z&bS-S7RC*pQ{m^Tiq?mhek>(5l}&84`U z9fVgsP`iTQi{i29{eXS;5Fj`SX1o$`r$~UgoUw${=2*(qeaMrFf~Xd&*6w3#bKyXI zq}k*Ddh@O1F#QR>xKuo?(+UkWLhK?v{rvb^tc{VHcv;O32oWk$?ZApN58&iOs|@u8 z@QM{4B#E3f)yd5CQV=)x$G7b7R`|eZma=Pfg~P&1wygQ+chdjsq>>iBu7>KrTTJWn zw{vJBR`(}Q3xD4R>#Wa;_*Sw=gc`rz+j4k|sctf7;_9}!aBc*yne|`JiVZrjhh1&D zRTU&Xsj-rtP}v}EHu>7T@>l*yWj&Mk&*=jn2fuF$b&8hfQh?SA-jyLcJi69J_YY_1 zTfNk)73$7^F_|gDu+O-)bWy7Cr@&q$d0@Bl*@hnMmI(qeI=oFEDBnr437yjU{W^G5 zgJUh|2#C_lZ6wtI8Ci0X>Y#Ml_Tes--*tQi`%<)}(eHjN$=Jx0uvCvhQq)fhF2y;W%(j9Qb|I^8^)J(zgIc;g0zY3Y;R zY9{bc*Fk~glmI3;MVOLBGrfd~RpTReaZ}?vzF7*-=%Jqqy?Vd8=Jl^hc^MYw1_q}# z5?ac%)15Hp(yo)(hzPH>lP)0jrz`amd)$3rw~*5AFB~L--Q@d-_yX6}@b$SfV0P7D zuSXcCoTjP1cmHXLmf(~}l7g&OP#(bZxvbA^+t0@-qHgx4Lrv~X@UYzV7XOJ}6Zz`` zxu8!t(-rZL)wYQYR!D9tiedWlt-cQ+=Xzt22f4p=^SFAhaOAf5C0MjItyuMWtLBW_6nl^Jch&fTS<{C>)A;firvm`ODwZJ3$3$8 z3|!rvz(&=A`htVe4tTV5Sqhcd>WP_xUGC=Q7xQw6C@={!j(f9XOF9#PdFY8D?p9 z@bmJaBdIZ)mu9lBLQKLvhu3?*$LMWb7FS&>zccXWZHYwjPqANe888uH9R(@xLedA5 zr#(X6KUm2mgKhgx;d-CTy`sytji0)ed%AGC)8svh$ve@nX~c1IOjxkiJ*hs-l;i@PaVkZzY1&_UByhbniOQqH{fSXB?Z}(U>=hBoTkva; z_l0(F29Q$ZkP75IaK#jyiSpaxY?InKQ~Z*mIA|>~wfgI!@P?o>X`d*#p}*X@C21o| z$|dYMSF?k4E*Cvf_bjo2S}#!qer6gz9_)L6)@L$@Sz$Um^d03p@N`aiao%pD`>F#v z-beU|+H5F{KTy^v);8T^M*&zZQuu0ev;UyM!VBiE!}aZ=>A=k>K+&l|fF3y<)B+DE zVNU&B;X=RuM_0OSM8b5C;L$$wg<@ps%h9B*n^m<}vS&j-xH6H>9+MrsWRp6y>8N~x$=;6gg(-xXpBqhjP4`~q zG@QqQ8$H(K`hV#+M+OW3$Jph6^d5kiOIyRf)6p*0*Bj$%OfrY27o9wc1F$LKvxn~M%I7GN;EftS!b+5g zT*imci*G?KfuR^gD`JM`$aJWK6O7HQk^b9pZN3&G$Z!Kozi?T@ug?n zNc?Mi!+aV7!RF=X*KFu7qy80|ubQ?vD~{`tLdbyE{o4JC6b51(5t;ftoZoX!W5YUH z9&jY6n3?&eCF~P`YO&55hyH^&nM2~5p}{kcr5sBn(QqWO=pZ?r zXvAsFcQNG82Vt~F8q~gq#+;Z38ghbgh{~?XdT1&PX_@C z#gcL0fG(;qt39%zk;3^LW&Aem;F{wt8&oEZAOf3&PvrN|(1=$Ivy-7J$y|~Z4?ZY3 zi*gRyQ>*((^x|sCQ5FamxaB24vz!X1rctC~_Z5tCI6bBUEs>@B>a*$uaI6NWI;8ZT zk!k(#f1C(L*t3*oqJLhJb&N`yg|cR3{3@OB{-#msk~7q^volxQ=ywOmzais1J@M)Z z=g_G?C_!m{AK*YqlQ;?Z$`Abj(B0|o;o)?^> z!l>xsu0aPG<%$arU7L@LaD>02l;ul7hwJ)Nwf4BP?W!U81z!20kXUwc)CwmF+nALS z=R~Si0moBe41vS-Nc9tu< zKj2^@p9w7gP?1)Z$s#P9!y@L%q{UXxnm!=+UbfIxj+Rx7RhczmEI#1GI6Ih1Sq~f3 z(yA%kaP1 z7uJ9FF-|lr!L%h)5gwODSKKMtH(QPld~pbD*=JYU>sj});#KBpDoQGN*!X-fIbDuW zx>-6fuvsU0I$ibt@L(P+(b2R;cp@Bp-O?kF$Hn#f)1S(DsugL)bdH$pi;oG_Na#RM=vWdbaEu^BniTL2g3jSb3ne*-6~4I zak~^}@oQtr)~7s2kxifH=FAiHig?FO3+zQ9o;=?kwrfctCVr4M5++CTH&wy8&Y##7 zddS~$q-f~A@>u?!)fpu;#UFad_(`wp@z~y(HdpX?pwXCU5vPup*6PqYuYytRdPXrt zQqB0i(Pvhzo5Wo^2&o4WAiz!j1O+qFpRlsz!BlGYh99d3P%{Uw?=^UIK5JcA{D0_X zZkwMWilLwmyu1_>MGc4#Zcf^+o!>M9UlMUi*60%x^#>LSb^ZDkWAaXL*80}!A}b~f zO>Ab5U7DMc3F%-3I9X)JGPd*mR==5rAQkh4yq~CAZqX*{b%V|9jEN$|55&U)t`B3W z%`2pQ0?b=eC$yOF8AzF6O437tn&&3& zMg{377SP}=hqgRgk>pu!mZlZKKbu2JG+%JE!?hmHne|Po8>`!B#cm3f%h`#xq9Ahg zL-YJ`a4Yx^qWePu=M9r5kI`zkR$n^bjeoeU2_40%QKo~LFHELU02 z0n#l|g^ur!`lIuAixxX5j`RkJ_xL+*-ZT*BZ>!nt*wC%@^hlDf6uQ`3oV!lZYgS^1 zn(Idc)>U_rdJSbBA>kg^neoP4Y}88@#i&~7(Ky429+OSVh!nc}$1VB}Mjd(i3HPmZ zA@;$2UPvO5J1H~akb-R-Wj`ynMW!`4Cg1CiFM&MvSx{x$!N=_8ok1Rw??pC?*VG#0 z0=?;!fu(eS`+8vi37l6DhwmgB?WsKc@GnF6UyC9NVQt?Zxp_60MyvZfzZG%V{=%rB zzZlKsBJ#zZ=q+7e%xAC7Uwiq;j<`44J+|)I0#?wzW8evMA~`WcAyA8S&rnGko~ch zeZG<1VA`>LIkRol>0e<)rZhPfpl#v=&fR-SSoFo`v-k+9E}cGRwyUZe^}6Z#iQBDX zgCs-KZgnYd?tT zg>C)r^~_p82EYk>&pvDP#;(r-ySo5D$=Om#7T3er@fM!cgu;LNB%jNSQVEjbml51c zXt!39sSzJq?-q$A>uWR@D?SHkzDyKT36S z3)`=NpSM!9G*~)>-IYr%00AvfimD3S)@p9Ky20q*A6M`F$aeqrk5eseDOGLlRYjHBd$yO=qLdc3_Z~4~OHeIs?LA|U z+Iz(=wI%i@l++d?L1KM#UDx~m-1qzY7bHKN*YljmIFB=nWr;jwv0Y#zB|h8t?~E*D zS_@4T#zKG3pqKv{w*FIFt50u##_}u}2#tx^lEi%B@O88lusw}VA(Oyxlwi3mv5Dx>h@%i@3GjNsJmsjELqBU|m0^PVnph1ZqWaJ}^_9|VXH zyZI*rM%l%`l>HG+h@J8QfkC?P|75BVmW&9U5NA=hP1i>m2JDh5Qj8B7t?lI&Yi7CV z+eOPjSTdQP*yY-Dy<_-JV;5$gA0atU-%@4PIew|M#ZSaNNrx|f(;2tIXoE$@!G?It}e^Bjd!!MdDOkaa+1jTQ1b|@25I5RwRlZ& z5AFiR;6U3chhMb*(HHcwUBu-Szd5DHu%$Qs*h2}|?UCO}+KXY&g_rub>iuBC(NsgX zK{@WudgY!rL#Od5rcV7TJ#KlqC%^BsfBj>zNrLa43fHeX@M8Wl6}};1^@mxUC*qLH zv0BaKH9v1>n8LN{V1#UZcn8b=Z1@nt0$cy)CK5JtLoYc;Mj4%B{F7@pJYh&_#;963 zgD9XZyUlq(lxaL8uvdiO>n2Kms@G{_P`z+BUCwA&8A8n$v_pZZKlHd=pc%}~%w8I> zmcB^z6mWdz!P8XyU$2em&8+a?6Az49-YA2QpKo^9Oc>~{vWx=(5%SC3z^CFfoT&gE zINMo$y9jfEwt!PtT+lV@I*D*0r#9nWISTOmyZyUnxz7aOLC|+QfEVamol0f+AKAL( zzHc;1Gr~MTTp-dWGW}te+`%&i6^(ORk0C+tq9YLmX3;Z+GskO8r5o(Otzj`I&YL{h z(=zb#j#lcOL+iE=xv9)gi%50~NG<9cFW3+NCkw!O@A$L(!YMjc6q7BrEoDewQ&^I> zF<`!-f9I!+oliHZOD6F_RTaRSlAWWBPXI>DjZxL$gluwJ4XRT%fzrL{PyJ={&fTyo-FElik)$= zFR>}2+?1nBxGC=6#=)y!k+hF$xrV! z*OH*x?dF5Wj1oInjVtSW5Al-5q_T-Z+E+?`38<;u!yLt=dFfQEs-C;18?VyJN$ed# zKV01*ZI~L#%JQF@AIQ?(qZ_BlCeY`S#O;60fb2)QIU2x=vu~J2hCTy6;+a^$ygptz z>dc&cLG=72RS7e7@>~FXzrQJ&X@RqS@xdNNN0iSD&S_iXp9V$Co>OcRu&6-s@w`qY8RPaQQ1ppZEQ}CN%Fe=Q}6Ydx{9^tOL|g6^xo6 zK5TsWud+~g`(l82#C}G?U;fN0^V; zjBRc;Y;bIbrvWJ1x6gtF4e7p1Wq5?qY?9?SAtJj#iigL(z`2GEfC9XuctVF5qRg3y zJG$qm7AnUuPLj~e2Jxg=<=}8DIS+OP=x;Kog@)7*q`T?xK~uC2$)dJiiu7~Hd;IY< zZ2prK$Qgw$6B_d|>>{4oe0zSURt8w*2Kz~MJxY<8UP{U4(dYNZdm!;E?O8*s6aBhf z-6vIg*#u&((znFTQ=Jy4&cZ(`&}F_;c&lWK1qjm{jwb$j3p)9pmO6<1F(y-w*Q@b1f<>7H_;? zsLP7!>OVfbvgziq36ZsyLf$V_eR1i`OXOcKKt&4D(9-huA~Q)R$*bib5cV^qkTfcc z+tw}Da#hkY;Dnc;3VA?6e)l4#bcbG>#Dh1tJ!ND>md_{NEb!;=W#1Y-EJtq4>na)N z+YRWL&1UPVz@AY32bsAU--M>~T=mA5+SB$zUyK(lM>f-V9;%i9(aBrk%crq%l1T1G zL{D?d-XAUcf&AVs(|SBSA1TfMVITKj(2hj)Wv9+{X2ptB21Q1dP40Z~KDqN7dxA~w z!piR4{92giOurMaD>42V#Ov}3&hah)UO+(}?{HjWe((#RIx7r(+seA&XA(5)XG}5a z@E`S8aaEOaHQ((`PlX-b%-(E&vn?s@x-G*#kI>ziqpXld2HhAnoFz&-)*;qwg=d5~ zK9N-IV;Zt|ti8H=Zd4CA%F=AR#L0ZP%h+sjdl(4LOq3`6Q}E^0R7))4R}Zc3%i<8u zsI_lmesL0-A1H~`t`41)%>G^HLD)x$XipNouno)`{=_WbPV z-11olQNKN$BC1y4EWX83M04~*?MfEyKHvGu_I=hC?WQ27mIH>HHxJ=Ek%G%dYsnWD z^R3deOxRUP!#9jr?yb<%&+lRWvi#$lP80;ylv+FcMY}l!mX=8hKorv^(rO}%u|#G` z+=1Qa2|Hbr8y2ysgW-dYb%-k);2Rb5dt|a^3AA%AF8gxAL%A+502k0!7)wBvQOLZERX_^!(pX?^sc2XUDBm~a1 zCi1NaCylr{BXWi8u!66J-58Io8n-%ns-^W-bKBh04gXk)(*&$Mq=XnUiF5}Xx;@J64htGCfZ|4)J;>z6(qrR|n z`1#H?X?e)i^k|VHjZf$Wj^ZxzzlC<4T0GOr)H}1s8HzrqJ%HSb;vP)#8Jlpj%M?u` z51_gPLE@p|6nD0b>&tfrzLM&=yl($$zJ1sC`{stGVM!GleC55@-*%mcq8J8Y@(B6N zVi^SO`Qj(<`Wt&)TP00jn?e}ccn`L_ngX45kyc7#B;;&%@X9cZ0?k)Cots&{q_tse zQYb$M{h6j#nP&g!Ucda;^cN%MAf1#RI`5T!RR<~>y&>(PzbJ1C-hSC1ZahV7vrH?U3%p8wH3e;KOuI;)wIeIt z6S#JH6j^SR_^VvCV9n%6m#QT6In|Ci3wi@8OeBMKo9XA#YKU6J;mbGIzR)%bY4?Sd zWVY=DI^+JP0W`yd@o_AR!h+tsr0-n_;WF5Lw69-XU}v@7)s=PANR-^O_kimdkM%!> zJg11~*_ETo-{5+~v}G|v`%W~-lM$sBF%gzcp=L+_D$kqYAVG@IorKBp*%jCSYo)i+d8wk`(KNM3XYpYJHO z(D!e<-G~XVkfp3ZokQ=~4FeQ&!n=sc+#pejVO!8^Q!jg=WcMp!Xj;;5*(ktts-E4b zd!k^65L!BYt!L{Ey^j5areZ_BXjl)Cgm0)+`7kP7;!Hu`i*0ba( z(@{c<+ss92pOB;gJvYnX9u z56&p6`CQ$4D8k8lq|WU@d%$DiTV<>e?x?$_$9k6s#}|x zu1{ASE-23gY+f7u6==D;CEcFqu1l8pVSfIumBC7YcG%H-f{w(h0DdT-@R=%yUmUz-D~4! zwxHX%4;iA7Mt(VX=(M7jpJ{NbM~$jgA+ZqZ|EZQ&>xscY8>Ca#e)q#jj1eimyvpmc z!!xTgo>n?Ea~ArGZwpkcpivun=3Q}Iep~nw_%04;hK-esO(5**aqG`lZa2x@TPPvv zKhc+dbCDzv`fG$O{CYPSQO3{uB8b446Ngl;PzB@}u#r0%K_*j(57#DCaHg4Nyk-gu z{8~fp!nl(l0ST+l<8iuogd^9}wHJeGxQ!$478x1sgO$|hr@wtseby}sG6n}>?uUB4 z^CerIz2&Q}ep|D|W66I<%Kfjmh2$@`^TcRd?9O@}S)Ij}XZjZQ7i~5H5e~l!BHT*U z0^P))FZgj$Muop{_4KLdt8h)?cFI5={kFxq`pJ>vUBYOZDbE6$@AF#m*XI#(Ir zfgg-)d~BiKZFUut-c>4cSfE)7lhf2*h$K^XQ*gu-U@RFyA<7- zG04C&PSBHDiAj@E@903hs?0=`C!2?l$T_rMM|vbD41KC$bj>>t?Na{o^PS`NTNUfD zN%QrXpKKl2d?l)uRU=E7{lZFR-&Io5v|FCs_Ca@)bFMzigm%~5a80k9W|pL}Zt66> zgya%>(QUo$r+R+F1bc#q0PC4DY~1s2zr(hj$P8Tu*{^=Z9N80_HdPVmDxLr~)#!8T z1|A!f1USxw@Cpp^8YGZ1|5+;6ZF?lVFAF_j%&PkQKw9Q~$IXwc0Xsl{ z6VPocob;}2;Rqp2VPtmQ9AiCHe=)%87yiZH28gks;49TcY&4+rSTK=RmidY$?a3FK z>1Kr-OYg(P#dmfXtw9zR@*69rD7~~2lE77EGj3NLzwAJiea@SM_P6kE1ol7MTGbpm z;Du;VAnOa4(t0Sw%{}_Fo|9WD=civXRs7jM-c^^2Z?afEb?0U-+tJl{!bfG5sHM=~y z#D4wluSoO#_9oO@RU<&-#gpIg1Cx7X?wD_j9%KD>&H?!Zn>8DuxKnE%l;t{?d!nW7 zzW!NqgEjZjjgE2s*(2}oI2uK1#DwTrcRi#pmm+!ABWixYI+|Fn5_I>t_7)xHcmUTO z(p!=iFeaoiBw)u*@|20L#dGj|r-j7UyL%BHq zX9yGOdOEzRElI(#|K|NpUMN8eJLI-omgx_`1scS0TYWm!;pQ^6{xFhe?aNoB$x*lQ zL~+R5G7D9_Cz++}2S;^|P`lU)CKwFcc-A&^(T&^)H>9M1{ZK#rL*V&43?x>GFQm#P z8xt9A=0Jf7X4`H*3$E73(jj7#buj#w$=%1L#?vA1ce=X!OUL&WXXY@X`Z1W6&K09#YDEcw6Di6z33?>F)|O+52&nY`D-!A_poid&44S zjuTI^KDCYJgs1uRPw@~8Tc5Ok$IlJ&`we*{?(@xcEskGyjBwhf+%8pdBs`>t4D9z` z%#Pt|5Ju&e$AkpC3*7E6G;202r4!unu>(~9n9}repYEmD<1+im{iH!gnVP9=;)qtE zjM<6c1$Pb`3Cxy1-9!DyD#MC>KjV0j!@gr9@r777rv9!2$nw0aw_yI-YCvuk^`xQR zKk)nCV)w0}9;32Zw~HA!^Wm?hS)@IS5a`%)wkEJT*{$*@opLa4f621tJb`K`u)beD zYcVT1!VICem8*apZfZ z_h&h7TU*5L%53jVCJ!sChq^}}RWf`T{rzz_(}BVxt%yUh>XHz4X8Yq_gz$embYcM=s-bE>oFnWo}OiXvQD_QJ_Wv=Ns2dl<|)VsEMc zCG*qTuZ5p>DC8w5gNRc>uu=ejz|${ z@(q2zA3)Q66~B@xP^?x$63Macgjg0iA=eY+;2)m# zBm=|dJpCf?7#R3Q2Io)r_+VXor==%L#+MoJtD{nvtY`)1@m&wT;d5xz4j`4heDj#% zZffdk8_b}StW*39vGrzYO*yDJ87+4va8P_3fI9&}lw?C0FAiyJtA8a(DwQu%`Kr)A zn3fre5ml;>=wWy;n@HceeZS6sdJ=Pwr9iWIR{5i(zxZUZ8Cn2K&JxejEcsI``?zuy z>hvGKf`w97hpWuEw_&saE8<0YO6RXg#5HR23wjeyJJi!cm%~7EGPLEImipYrgX`qD z{js}klSbbsQ5u?YTGnqNisLr(3rswOxMmxWUqN|AWMWjqcrCL7KR+r_>&azBrRDez z24%?ih&dEv$#rOt`4!g8K(CT4mi}L)sqB8jZVIB4KxVmb2c%=(cG0+XuI+Rb%?i z6~HTQM5;|K&Pqmrw?+cLXACiAv#P^Omi5PZyRFRoa<1w7TV&T4SI+g=C+#08{V#?N z7s%7;{!Y*gRVLVW+-4s|!dMj*kFMq~vE+241<)lMw+c zz%oapG(}m+#9pE!;c|tTYUh`*$V=`uX^JpQ(Hu^k3mcKtK)dd-bmW>^)+#)WJP2)d z@`N6jJ-&$}ZwSz@dVZi? z2QjRkZ#NyUa|CnW=&;_1+(_)b-g)+M+xORYD!#w&V0N}_ofe_w@O#~Y-KHAe6UdD? zHo`!_vEZF&vk*If>}%JZksyyxDx$5MChXgyw|^D}BD_3O;6QE?{G?WfJZh37J9$ix zbQR)(n*65zr$+>{a&hrjBI9uVOd)tpuSSp@-jxmA>4wPoKx;`Nrm$((#5VgnTqGo3 zx8$d!L;1@C&h>Dm>WQ<&l+*Mo*M-rZ(cIg>@F4W``6mDq#Q_oRE_=k(M~h?k|f>Yq9oZBcv!mda))l`F)6XEzolju)$ENr!?D>h2!Ct31J( z*p=tKnd0vnrlA}d5qjJ%@R?3nmIfifE-S>k$pV*vhU|@$?*z#VI5ZuRYZ_1>He1$=YJK% z|K~MYJ-fY?y%WAr8X?C`#=Tor%Mo;i)JGoubi{4!a@!zxdOSQ)+Vm~r291@*FJvsJ z+8(&n%x4537b^BWu(mux3eOh;7Hy?(ggmz2^%E}_GRY7qPg^b($j`U%bbQ;sF49QIBxwG8n`xVfmaSjW`1 zsn9|XOwZ3FAQDCQjGluYOE)(m^&aAJJ{&{{rV5dc0e*0eoRp{_By5v< zpnj}MU2r-v*n{=we|V^n7Q9N9e1S)}uTY&M9fMS|Ff&%x*?=)GV3?=qpJQ-DmKQ{0 zoGSXprLSJM#Q1psNYi0Xj62vY%Y=|tU0+i6>Vy0~dMD3*vGb|vP#O*FxlAqsx z%9SM0AkRf6SQb5<1Y4`59P-FxT8+5$DpPc+=#jM}(Vw3f3UXIxMVLOUrTB5azaPQx z0YSf%SAx#gWu{qwq<>HKr;8rbqHdaDJ0HMzo*$3@}pD-Ui%`L42aFT|SqrvUsCm+o8_fE)2ZJ_&e|A?evWFhuuzno)LYx+@$ z4io;)OY4q{qXcfG3=A=ryZ*ivxiAVr&jiRIqrT2o_G?6Me|#)h8doFu*zj@eRm@Sm zHb9A$d*ZGbqe!rNT9Bw=#|5xF@Y-PHfx*%@@g-ZF=tGxMB9A{?kEFq6Vzp>eCgFC0c4o01n!Qa%{s3=ahD1m&&}YdL}c8e z4e;E*rS_5Le6^x+T4V@V;$$d8VevVjqwakr;`_9))gJ**w*JGUk5>j9FZ#&6hhM7B z5PkBe92R2oxcK&4Qd`&30$Ot|pxf&lNvyP<9!{m=U8 z2C7xx`0HB_X!J*69lIa~ z-)dAFWPhSNW#cVc)V*5*Mh@d^EB9zsa3g+UouyG)|6)0=E@CVRxmJ!ldtRK4tOx=| zrx1>T7)5i!h^5)FH%x!$zcx+ezR07|5wNE2y9OTyDxB>vXNDXs$#f(|^L36FGNncB zwU*EpBy~bgtIl6Qo=@sSWpl-XP941YJ={JNvyz2_Cht9-pQQyY$2q)#`>hcfZozSYDb=_3*O&&HUEzFW4uXE3d@JEjWT%tg{h2u1d;rN%-N0M zM4J8$eRNn`-21ah?AeBCGIgpt$pMJo?<7LtinD#HwIgJ6=+DK4@gCOcq$xxsiL(A_ zcAcg^8N=-^i|tHGY~+Qpb@1RTh7Db}k>k3YaUY9Vui5@>Feo8=o z`0hiUNKLfsn!J6bL(WgBP;kX8C8$vovnl3*cB> zTUTn6K|sePw(kUU4R*J~Utf8*W_Dr&pp_MnAZZi-PFvTDi$TmFLJlH-^=s0hJvmrj zm$WUN54~j38kjOuBi}L<_)+A`tavG)^7Jz~0<3M6x>TChWi*MI-Ni;}+hp< zEwZBpYqL6}6eT#rHl5x_muVHB%9nJ5kr$V%oA4raBnAJh`X$#&)KTMmy0g#^RzV{7h@Jw?Fhlzn$YD=4@*5-lV$=+o3D_ zp&_ODyLxtiB$LgaRj_pqjhCym6lrH+Nc^}C@I{||KLzkcKIA;hNACRRFJER7HoLEK zyjFq`R{0!-$T-W%S?1Dc#-PaM%m^ly{nX!*^$65VAS4=zqJspG=XXT6{CHPj?vl1%xJ z&TRcSIV}qet*LNkg%L&VJ0~@{=dhk%tK4D6u*Jc?+DE{)MDlnK3eCjEhK0}E1|m)U zZ-hdGP!^{RcRs$bX_l2&Gq|E#S-<+H@aFCjSJ?zKEHC+sUT#VlO?C#k1MqnhWMXqz z=TUS!=9Ls^nC|RIAWH)k#0ngRHEqQh$yq8E}G&5AZ5}teVQ7Omj9bu7#_Od*RYQV0S!F?HJQ z7y&@|jhz;Ud|R4q=KRYOzMeRDw!_9JhYOVEkpfXpLWUl)f)hd~B0EB)!h1q^p);We zp3OoGGCl$!AutggxX|OF;t?g%w{dH5zC2)ox}nYrcyfxBlys3hIs72YEh=yofUptH6A*eL z5H&Q;+6)g%+6=R;R}zrh>=3Q}oIrnI{RT0D2VGyD+A)kh08xReelGeJQL~XXCnV7q zPSo?(K21@=XVP5^d@Y|47^4w+TOn(%UI3kWtnnf%9CaDop1tZh*miqV2jqAwvR? z%+i=S5DeoiG8xojSy4tm51(}IWXGF#C7iM`4-gTdoS+Zn>zkpFF`*#R!zzuUSlpaw$Ff6C;NW!PJUVNSYHa5taryvVcd=ffzUry z#v2!xepDyN6?O;&Udjv+64i%pYtt1p?lTG?qrnXF7HMk2?f>4`-`LtmwL z$7>5}K2Yg4|celj_-W4$T;S#1B)D|ygGe*`IRez?i(WZZGcbpsrw^u!H4-;8+^_E zb0cFTYwUe&2c|$BQ#e=GmkV!GE23g6pjh-{QZEw9%uXJuu!APCC`xY`R9dZrowaJ1 zgMJ+6ye~g{ZQ@Dr_biLowDqm^axngVPbVkO+;bIpMe^g#$fxRf^dY-H^g5U3$-?K# z{{96jMa&*%d%6~zrOUPOi!VhTp)|Xs4;FNPYi~OG)$}OSaC{*;-Fu=Sd!3@OKvw!F zW)q`~?$1qFPh2;qmm!F!4K&T?_kf0_Np5S>F6y}pr=G&qGI?YSA#b6{w4}7x8(;M z=k`(JRIi{EIcytuo5@ZBc zP}al?_n%Fe!e<3kK_+h8yUTyg*8D!VL4WIbW~QOA`Vpa`uLP35d|51eP<)jb!!N70 z?Wu##QCMjqrF@-FIJwL^yuN(KF#GTOyZGs46g>SPx#zTOad9##0L$2t3_1yz+e7fO z5+)rSW*#HIiTdR~n+1}W@tJn%Oni%q-ErKU=j3+EHYe?72o;fAs5D^DfESUSI)3X~ zPzyiCEe22(#W+5$wz)CN&tmca#+!dfE%W=nhnQX<>S%DgyROzQh4~0GA3llyQam|L zRlL2fm94=FMms}&znR!*BTPH`vx0UZKVq7A_21$xV={-pKD8%gU~v}(e{q)?pFd3* zR7JZ@teUK*<%3>u{dj{ZQA#pGXYrv3QS>AtD=yUL@6(-S5^)rMz~%8w@V=T=*8ylv zukSAv#X4mcg#+#3$eApQ$mqDlqj%O%M>IG#|Jr)PAnj9B6ZM>M>9ZVJbI@=sQ3n|t zviQtTs@|tYIyB-v9GT>~DQ=q;RK5ZMGHv)pHVj$6e(jqe`Xx;N&G_3Gy6{`VMP$|- zHoziAw9sb}=Y+y>y)z#ddP_cd1KrA?n^Z(xq*Yt;smm{cKo)Q4lnh#HFOUVXV?9n&INF6HRR&3vB;oB1qd#jST- zSBFRj=&ucT6X1)sTQN2uiZ7p>7NRd30kc=^3(20?*UMS~A1XOr_{};*Wr72`KDTQw z;HEgEJIO+b{J7j2$v5nS*Y%4O1DY>7t~7sK|ZLdvEJxX)%^uFW2@EPa0E6WV(H~J`+!5in<-Ul?#(<2`b#HeV#XW*F~f#&uEW6+yLKr8d_wx zzg025$EkqMwYnic=wj#gVirkDU+`;0)+378sAHM>>$S069V+CY`8e=w!nyW59NE6{6SJo@C)qj%=6 z^83*%lPdbohC~D|{f;mS=VWG@{l4nx%`ZWFs#UC^pNz=Y>-GE~??}fI8c2 z@O$^V$ONsEvn5mC%-gumNjOHM9!K(VLBwSt zwk?0l%3Y08s7npf8KpA4!rj13j(HwPn46_;Nwddpo8DUya!qI_Cc-4Z#@IFMkC9-RMdX+-G;i|z|t|gpz5h- zZ3_Gtqbaj}>IlaqO86%m;M^}5jMwPowj>YyV^706m>)}pbFys9QLL`91Qx0?|HWwF z1h;n^-63mootH6TJuxpbV2sK{a%iDBsAQ$Q_mx9>bYu0it>AW`=Pku>kIW8lr{S*V ztb1ADp5vXz*zM$!)2MJ#A=t@*qW{ag5JJO_`j`3utKFt!1D%5Dk&Xaym2PeZ^kc3uZI zD>1aC@ok$)BbINY4u^dbW(f?Wn= zjZ_A`8wHTdm=3y6HC$3(V`F+_~PIKU57c^B?&xiOihc(s?xj#bD*ColEaQ>6<&DY1Sg ztIrXU{C%ft_y-?*^NIUVZK5X%X($M%BSo#2tVsF_ciD2k^}L1UhOe$&;5j6vDs0R~S#%W-3_?I!sgdF~b>I-WgK$ee|TxG<9 z!%8UWD|e#&Tg-q6mU?-g&QDD@Kdv!9w)9Q5OB29R$tV|BH=B6laHlCVhp2T&ZHNt~I14xBtr%238b=QQW$ zWsAJ78er?S6$1J&aPw1N_CHVRA&ufo0e|?4v(3Y$(t7Z+#xCQ@#S3nis3ZTYyOMMt zc699?S0f8&ok*(2NW>JHzmoR#n5&hp!2)@aC2{4d^5LHFi` zb%%cFp6kqmu?#T+m-5YSa^B;DkT*X6NB9k_+fM%)3cgnmxLaXh3eD_lykCOqAj{Bl zinX{WUXBM$n=2yx?dCt;6Ap|j?aTjXB2ZqPlMH^<>&w#{oSI0Sz;3X#ePIr?{+ie* zRF}dWxi;BeXc5Pr$?;s}o!9ehE6%WYo4Gwg9NdOX5s?X5b==E+Dva$f{2bHNMegpi z(yec12vWj(QD-!GdV6}$BjS{%mVkbev;-|6Q4oxNdr->%zR3ddFu4|zHmQ)M1Wi|3 zM{5BT)}*WrD-lJOnp~=z%^^z5acF<}uc0Jfa|%OE|d* zm9Oy0Q~O;^;~VZI#(BmM7JBWw%Z&&YxtuDXjJs|9RoBm#qWe7if|8tY?c&@T1aFza z@WOhZ3aa8jhPzf1;Y1IR^<|-IFE}nm*qb^b`X^}o20kj}QW>8V`!#uY<||xZ$**qZ zkyrw?4e(k7HV-J;#&;fpJkqw3*7rU@%do*Nfjzezblh$Z&0D^~m@1%#J-sE~_<{pMu)veHmpPxhNQXv>#NyrL79hvGu zHL~R9PzMPPWlV4hR{*>&SSnP)@ey5u#Rlu&sL%KGzN8-IY8PV$o~0@Hiq1um(J<7rvi-&O#4||y2M*Oh59hDwH97PmIbjbXx_i_!`KE%Ohf^{j zlTk-|;6W=UxW;HfGqpju@@r=JCa;{#X3*kw7njG_mGEK;Q?l?^ruqh($b*W^+LIXM zOX#88CNa~b>FGpcY5M%yAaP!M8EeIm19u=i`F)j>@9K}QB&l@|FTb5pV_$4A%(H&J z`1ERGc?cMDkn<>N+`%uj*h=>9R-a7TSHYK^o00_e<#A@u&}^Z{3C%$F%di3d=q&SN zVerX&_`td2ZN5bf;9|M@`RPityOsB!!pn)!f3t$pm} z*~9Yivy`Cu?C@(&(jjULIsP^DC88ILjUvR1-aC-@4>%lX&F2<5UjGj)BDx7IrgCgZ zKDVI@Jo}MZE7tV~;}Dv=I~N};roO>OcE}LpzoRkj-bng#`Y6G0baSo8PK+FPB+J{& z;x!AK9f_U9E;gDmlXW4VS^gIi(xM5$8CBUXuLOPc?#It$?3}~2@E!y!L?@Z7euN?} zv3Az!$y^%4O;cU@awuvgNO-xtFb9xKa)xeUC{!>HU*w*N-8XytsCWKhH z&-pYt?4!tQI>M;J-2bL$@Mue006^EnX=Rg@BtZHO*&mzsL2h_`EI69aY=C}r)qm|% zA%%o(PjO(sQ11XQD6ZyOaw19(t**ueD~z0QcY8Am{Jo_HZsUqox2|i;I)AfR(%`XG z+F#q3CeiG83C^VV<)Mw3iS4$G?N)tTK*iwa{P3Q3KR^ z2fRK_wJBI=6(JJN3A&r^zcxAkGK0lAK|D@ah0tHe7*o{;KRIuQHY)2?#x)SgEmKo{ zP2f1&W0ahK(Xtz68!-{Y%x|aqUfNhMcTsVnZwG%Q`D9ZGy&v+tJ+r~;k`@OT*{Von&GG*XV>u?R zCr))#8EG9zbcG*#lKg(XCli|vm|w0862tMA-ni@M&Cf`>OQ4@pJOMw7P-{YA#HX>HGC#iWt>Fw^^2-MEWQ4JWA=iwn^iWz|r-}6}Rp08+PntF6Upu-jwc1+9Xnk ze-m}z{t;Oxgl+$N1v&M}>fCCX#`cj4d^>pI7g{H-%=Lm+_~U3aQZg!#q0IZL2*QtZ z><^Y>3t%-q?Unq&6yT~5n3F`|y>nAOu~0+(by<)5Q1TxZ=)j#I>mM3{h!#&f*t$Hk zyBwVN`o~Y0v`fpY)DGmmDc+3hr*HwnOeP)JBF#`>Ix!E`NEVRU2(1ouZCaOAt;DDSNA7Hy?wC!i zLeIp%aJG-mE-HdfJu{D&VVSC$wzmKPM79@utw#`#0G^Fs$c?|5t5Xza3M$z$dR;)J ze))Pii$?Wd-IFAQ^;M2(no|P>0`GsXbiPu)sXSPVb=r}FY6oO$<+<=x--cyw}zN#=~^(VuWNXYR{B6`BPhbsLnOQqQB@=y2XX)Y^#)<%GS z`Fq}WEAp+QEV(T6e`AZkRx3P+1UMg)6gWlGvspDK3fp@wq+%@%76_@!@_};!2rRnN zg<`g5s8ckUf7gIT#8lYX!}bSiZ@!_$mC_Dw!~i|@Hlcr$0%z@CrvplnFm-+-l0oCa zLvgRdY#+PAG&yTGGJji-2sg$-M2T5#xgeS00`6+{f$JOZ;1l=T1I2}H2W(fP37(^n zC%#}^0crhV!lebTZ{77D+`+Ej>Yz&iyK4IQc2QfI5B}A}aw4lQFSBg+aUH2!hMhl> z3P%o;kJGl~F1l0v57|yuVk;JHzu}*?_yEc>^P94Vt;#m)JkG-GbW4n6b$26ksA5L- zWz5%{8c~Jnq}rHBCHR-C%ZUR6VyX&}{Q|DK!%4~rk>i)t*dEVsk5s>G%B{m)@HOIx)bOqre8{DNa&Pi3- zTRv(%ERM8St-%~qr@vj2h-DS&S+|-2$YWw3(g)ww_okw zY4bx_w>#|yz@Q+qhl#!0MpmIk`=bd+^Gd*p$BF3=8=@*xX&Do_Aa7|in7K%ZR-^+v z*=PJS+yB!EvxRSf>9frgbVK)s|KibPtrXJ-b1GkBgg+Gl zcV4yEB4qb;fATwLLMlyUW!h0jaP!UuGV2R#g=bTLGcxPpT}Hb^rhg6A)KR#rxy=Z^ zRFeWq^88*Ej1cN`n>~535bHX>Rv{%5t}4^8(DIAjna5E@TeRf7Ih=2lf#WhGC&hTc zGR@;zSH}Bpc{tODL#{IKr`YnPF~)TuQpVZ}>_5!95ZhKrdUoG=ppsRtCQCuH z(Zp-QwOEvr#->2id);4loiShjh&0n(Xq2;`5Fy+RXP(BBuThQBX`Y7lX(Z^5CX}rN zaH8J-{!ziJe8}>8=YO&QbkjYN-;eB+JrzsBwyt0zN1=*tKlfdw z`kUA8(X?DT#;dG;y#|fe=}u|E*)eP$dWjIShFO#qb%Vb66S8b284eKeT;G9e+`6WhZ8hr*q?FL9N>E=@(7 zV7f)Kv#AOa`_hwU6#RYabk#d6%W2%=sSoe0aa#TT4*uscJq+P{rCgq`X%ES>U-X+E zla-?2%Jsn{orJ)u`^ApGx1f^cO&#d>;A!S8d|P2j45mI`c|4Pgcz=c1@Qv&y3daUmh%uJ5NcXj8Otme`@=U(!h4pt|qf8R;N%3=Y>9TfM zbB2gIV`-?n<~49Z5}NCIbg-Y-)>InzO)jsC8=bw9EAz8CjG3>~B355n``&jxmYt;f zc-zYQPQWAWwYa-Fds7iCL{cRpNr81cVW`~3vIaLX|G{Z_OV^7l*cmz~qu4%ogAerv zq%v_*)iUAwWN$FSTN`B6g?X3Qd}HFp0<*@Gl^`AKv&>Lc%uAh33}{@p!sY%Sm7<7_ zyU+%wuRQzq_(6WStEEl80^~wI$S-4+f^d|Zb{hVvW`oi4)u6)zHr}a5ENJ%KRFWS6BQYNc zU?l}Oe0ifn-=y=~EjPkJ$m-chr}4eg8T{~P(&#{Ux6i%-jEB*;@WS5>_~ikW1-@Y zH0L^#J|PPB%p+wmlCJ>N!9N;yqjM$XUd`|80#yA|Z@YqMl&$6j_LI!4)Xi2R_SBGU z%kIMAdTo1sxfgvEIr^uTF)tEjpEjc3*h6X0o2ixW323@pW$eTiNKDQZ^ALroomYa; zem2l>y(ow6s@R#8UngrfRfFre!8IyOI z1uHWBAyJ8pMuS5?^&OKW<$S&?E_X%iyy;Wf`xRRps1(T)BZ3f)#k{_x;MNw&7M69a z+h0D4m=KohoNG;sF8N=c!XWpPD#Q&s2g!{9i=(C3v`K&ADNV_UjtXEI~i z=+;U&`OnJ7ss*3E#EO%suQFbru?>s;efu&R&%3{XavVR4?s_uJxL$}=S(rsY&C&a@ z%)yN!SL>LDNyNvQacaf?^!$I{b?bLCgenPJ?TONPXeS3990dY#?d?bT=Nr)08KU`? zP(JpzGRR@mzdA6D4~x^eDo@H!mypDmK&kbGoj{H&u(Jh+n~#JRpNOad4G=S|Kl%3l zeeVBtn9@mPPeUx;jkn6}4}E4K4v_JV%6|;{ej|jPY zIP$yM)%jOf9e?M~&;cuon-wRac};&bBdqfE&#(ObgX_ba6jm>Qz6!TlBj{*eA1BT< z!t<>^&m@Is(P!1OQ)s=H$r6i|GLGW|5LKbTY6)53{L6O_!ubNRAp?&jGu={mBOa=G zaa~w*;PVCCZII~VWt1vNdCj5jMMzF#*J$lx=i>9EpVahut$y3)7JG)AHGB3uj^!t* zS1f;Lsx7TSMKeCDj+GnDC+=z9Q6>HlDRTBevJ7!jlgOq~FQJ>h(RJOl zov$tq@H;2`kW13ln-Yj+SI2W)OuzVm^Y(LYJPRS(%4K$=kEa3Y!42e6JG}KIeYgLU z`r?(+6@Hybqj1{SY4?E3HG%QZZqulEE4d1CVz{iY9MG_TQufHYoMsaeYbPT=70Arf zaakM5FJL94hhuJB^yQ?U*?z*h>Tm6X4d{@0+XSeQF4<%oIVd)(m$q0_3X_eEA14oY zGbRSX^DTAh%|tXVEi#!Dqr?U(^3d<3#9pCGp*=3OLP| zvBHVHc~|-bwP5@CP%-&y6ZH%p{%NG=WazH*^xIWx*k4)BfQoL_8KmU)W85npgn()v z4*#$)JF5A+#Xk)p*X@helb|2^P^E?jC9{I0n*24CECFjG33WzzxRJ>}2$}iV+(OJ6 zXHPxMKkks@dpZ}9L0YTYDfL?;*+c|*=;)ZFC#kb0B~z3xCuLSCVA}iQ*Lew!`9Edw z?=#Cqe-Qxz|6s4-H8o8kQ5|fO7G8@`!IxK|d+U1G#6-WMv~R@?=a%xmd5taPbEHr@ znz&Yde6ZBHx>Sv&Xo}XSkCy)If2X-g&NJOBGQ`1nhe$KE$y9!8mZR0n*VNl6m-lRu z>TH_V1<6km36f87bsqM0u)Ptlz6iFi=ORJ&?O}!D(E7f&y*8U;z@XP{{cImC-dcUr zk#k&G`o3Y5lxm@+iOqiL(E<1)wxwv*Bg44ORHp_7sA8MHZLcYBCt9_ra$ElpXH$rz zXDg8FXDgEPH)VL!ezeA3HUQ6UE5S?(t#vN{r2v_R${=W zJS|;PeP4z~-+G;`L@0jTvs$=r{osj4D!d>+-Ik;C&S*=ZTh=H_*aqVkoZFEpDzBZE znQ4_A!>II`89DoWCSrhzvn-%ix`T>7F!6JRmi+DfUv9&9+X_A#5<4PsElWFAj|hvP zg%Db{-0(j~oIUeDTUcRq1Giw8PJWk7;yxSY$E_wW=ZXX)*||1i)>z{NX=JQ^V9OUS zyOX%{P4_zh&g4(kRLATUW@o~aq7GT*(eXDKQ@`Jv4lFb}8TVI!VP(FzNy$nXq!tS` zeB_;aN|YX%1}U!B-Er>1$hCvJ+BwN<^%< zIAR}aC~ic_>jIDy7tY{{jIj~3j2c7%53~9^k^~vTjk>#9DIxR=T1_ldEwSreZw%Jl zdf_m=AbXmjepGL7kzFXMv0fvnlegzzpzz-lKZu*Eq&AdOAV1O$TtyP;HI#hhG`xY+ zkkTV95hW(l3ca9HTw|b3_ z${P98m3}aPVCufVx6oYSIzI;`f671Dy;ZBRq+a!R8N9u>?WWW5>n|ALskoDqV^RRL zIu%{rz2ogG9VhWjQkG7BhD|I@@{_zym$}c`$!9ld&^Jh?U~IHLyDp6r&6_seW;o`B z4ibvu_7(qBQbgQPS!`qL`(hWw+0G8pSWBn#J6jeDE9{nF=RDxtPWs?4+jOhM1v2JU zBtC!1iO+2t1H?R}1BR4_@Lj#XJ$LD23O;ptX7GC2ZifIP%V=Dh8<5s{bVwwKr(I+j znf6`uNU_{x#f_@QjggRmk?Lbv#H+$eRZQk}{SzKF--2%`Bz#47ORl&y&?9ZhWcxXa zobII!=GxlxhvyOtKW65PMFugK^bDah1(KoG+^KwHy;*wjkH zV$&2#Rke(Ef0Sl3lhhP<0q4{5hw41vt~(BG6)Oz54a1uF1@@|?hgC8M&JzLAQ9fTx7iY`(d6 z%M?G2q++pkXx^`L2A^K5Puo5Y0#Bl*;D(U4Z) z{l2jg%mB>q9bAhe$(|V!9>P*0WnJsfnKqFui*!0PbrsY{`#*IK#jgY?4ygBOd69_4 zx#{38*!|+O2gezK62rqp?rZSiG~jnwatwQgrfrP4e@cF>lU6=-Fi}s(b-#ZnxD<%LhM2&(&f*_B?+r z>;)cMnKp=PjiMhc6Tm+j0Coq?BIkZ}Gsmpmb0?jZ?pO^ezC|~Y=iXI6!vPQX^6w`$ z6aK5q34GjCJ#0*&&kf2yC^r}sHV##fo(5yOu9_C^PZx`fYnPYAo8@d&6O@5QI3KJ0 z0)6l|n>9(-(OHv7x#oueCb^jIx#M9RrGiqOOaZj+n^Y$q2Jcd2@{eVJY{>qt|f_APg;AO$JSD4p@L91qCu!T5d{^3 zocb8rQ=^ljyE2lmTR7-q?%&6(=ZL!rxdSx)TJNOZ?2FjxzQYhXi|rdl7SIH;#Ux^W zu(nx`{h)Z^dnYWvTU$nCCIwyq*(B&t-Ubz5Qgi5S@is>o5aZ2FTWY_u!{ws}O@6m- zq+K@Tez4J<$TSnm)sxB(mM|=N@LjJ1wv{=}(~{8RNss?CQkYx*47TY)$vpzi#0u=? ze<)AF#HGo{%Gj2A%#_*W)A#s{5Eo-Qj|kAWNb{#iF<{pR-aaPDM(3%T*N*P)BLO3; zvHW|UHlSKJ+XNtF40KUx!^~kj_&~EgTgUP`-1ZbGzCHr#f>TIF`MQc)nDZ7BXQ8kA zd246;TrlhACS|>O;r{z*5iJmdhj(bnLZ8P6-)U$g15onul+7$!5kS6lpN@dD!ulU6CHde4 zjpnPPQ>Fs^HQ28W=$;_PLQKnYb^NTpJR z)#2$G(PKSCF`M_f8Nn-tWD6+ZIem+8jxyW7hoOmFp@FIA&16DV_NS_G2!(D@D=2UO zk(r)#mp;0#(`eHDxXF3V*JrRgXp$2->isrTd>hx^x5nb)OT+lik>O( zC)>+?An0H>lY4h^$jcg&QvJoZtqWw{z*&KXNli21#A1Zf9SDMRYaZ+(!@%{a;F(tT30e>OlZv22mn+>BO zqhj=cL>~=|{UN)Ehg(=ySZY`g{jQ0L5Ffzee(=DcijcBJ1!S^+Izp}w-?JdWmrv5x zAF-1*49ga;STkpzw3t%M-?exaK4-u)+REmsH&XcBs_R*8ShYA8`g;Rg?wrl-yLdPS zG^2UP_O;I)S1xv&3$O5c`Y`6JwL|i2XkAdbvqMF*JZaz?>!9|Ti0X@jRCP;6y=Cad zh^|JzqumB)!Erea>bm|yMmJk|UqMT&j`oh;KW^9W`U%n923*_9VUkPm$l|gIl(r$EGv$FTYY`t z_2M1(2{s&i_AW|MB$DSPp8NLC{>Qw7I?pc4!tN6khy#1RB%gEpC-|52uUPr?0sH0k{jPKs!! zE68ro>qnZavM=XY=>s=oXcjNUn!lS3Re4h+aC)Zc8(>AIK7ln_`Ior_dHA!;8J@)2+S60Z0EJ*{%k%SeN`~!Jh<)M-3UXUL>Nkbw+rfhbk>UjXrGTl4D>l2c-B{Jbfa#nQNJTL`EKeh zP}fa)$Kgh_*WV-C(bPkLfPH)-))%UqcVeW!;*iCi;b|E=w*$b4nK#n40{lq4AIp{f! zThOcWZ^a;#Jf{e|KCu1z5BkNcee37$_!YY)LB91`cVK9cp4Rl*ws0UURfzukR;!D! zqlG;Hopijm{HRa(-6IL7_U{ybkP@`DDUy}3`$Sep0EIpL(P*_oo*XOoYxD44I9ec# z=WKp((V9MFVUOJDc+8FWINUHALX{L*P-)Q*J?C!sj+7CP;5=#lHr;JdWs!e0JzX=k zPjt((mNx!z!_g)vQi45S&P^_WyATYtOsZpVffyp58Cg6Dg6sVJg5PU+9O~p!fcyin#>$m)>aU@PN8J_;a*A-d|gu znk~yjGdC=(@ADu^Z$c;a-oOs3e?;~thArtc1ZF!rXk8g#{>0y8bRxPkahFL!2iih! zs(A%K`^P1Y^VJ=uB)fBiJ7RmJ-9^tcj>8*p?8r{?WB-*Ks9lE%UFf^&n+Llb-#>QCM93;tlrEN2JvfkZTS=R@Czd3 z{#MLNb%kh`>fh8nM6+(h z1n?KGaN7D~p-(pJ94ld=^v|DbG!w4Xkxq0Gz(V2ni*<4Mql&wHF({$_g_Jh0HwOjz z%HD&)vbQDqrjK77b(y@EHGFjTKV$=vS&S2JyxF1^N8jSe)>q`e>{v>ZBNF2QQ_ zaV$h+gK^)?`9Wvv>iNlV{31y0wcq#X-#9tDQC`2sd4*lxf z_a;}n0q9i68xBkc%2pQd{MpgVB%y(5|2r;z%--wVP4tQKfyTET zdQlL}7Uoe^fU;zRPo4y|D`&`L0kefS=C7p_n_yS@l^mf7pQ_=Q#MywEp;e{EiJHk8 zYe5~TG{a`kmsrlNE!b`40@b9IE7mr*(?TQg-iuG~&{q7VEH{M5p`gE6rV{QxD&#!- zn{4s8V0JhwY@1Zn%V@4`PMlR{6AoW811Z#G86FxS-9F`L$}{3+ALS`k@Naldk>lZp zlUM0kPKr_;i2OT)7f4P*sZPOp{RVk7R9QD0+%ax zxoJU_VS{Mzs-hphUe|&SZZ*30SGGv{eYS3}@tVju<5P6~=>Ba^$LRe+CSwJSiTDJrm?J#jwT=%T}W+@~yMR%n%eK8X?4KHu){#u5;oFmmhg zM2wB_DHn6te>-C`?>1>$w8q=BYQIDyJl~z27L}FNj8OKi=W$lsgJGO);vaj(~xQe@ggFXuKl^{{~xD95vrdazK_5LXS6qu-0THnHEi7>gB< zl08{KLU?4*S2-#U!^FS3*_hRPI!e3ALsBihBV1*D=OhqqVs$q? z!jg6cWFu4(?j}>kzm8LRMB}7xr#|C(MJy*-3LC*u(2%tp$C|u78qupj3{=wmi{!xD zW~3=S5qrx_Gh1|GNW|?^dyQy%jl^Hov43jUZC(ikqE4T1hk~wjMJe!Tfk1f5t#0sP3~a@?1LN@rJy;t&JB zgx>-tY?-&T_s_B;m6FrYWRV8-nTZN^T;JlTOmg#z{1jHE$+G$Yy})w6S?k|(^0NMHO-U)6(hJcJQccI0d=kY zng}tqP`BX%9v@^`1#e9*oF5J03`B-7fIS`vG=F&`WcWa6H+-u9SDcZ>IO8iTy5?tV zwc8(P{MHD-V5jAK@Eh3CSSb$k5NWFh?Z@4Si**B6h2({4&X>|98z9Ftc=Ncr{-4uH z@hJx}2yXx4=Ev98wdeZDrLlxX*qAE=qR0z4t7f$Dw90GCVF=kQvwm{mS|Ynba*ul7gR) z>FG`yd8?5B;xcfqVQq;d&hj2k7~1`y*UC~UGi4m_WrsRQQ}DMYZ{X>$%6>k!BqLmEL$com^#qw3JWuJvM@` z1BGdeZ<%(*ekOZd(`0&+oAuGx6aDU}# zZwa$v7<+2V-*J8r1rjeMnSZ>hJ%8}vD=juZ9U(t?W&GmUBs^txCRdxX0;B{1Z##>U1b%gE5BIlZP!4prt z#k{|F*MW&%a?x_N>w0pdm9d_Fm3$cBqO|rYqiY1uC$idf zLlgxqd?$ssi)v5D_7cN}Sh#XC;UPkDUz@d)nq!M?B3DWAr0sXkl2IqSqLF;Gqkj_A z6sFR$=hUdo3a>1W2#n6&Za}GSO-nxRRItnSf_dsAn3k?7Kks}>51uKsOz?V`%%aG* zMZcCs$iiD~HDx^|*JG`EPwUT%f`D*5^xp9R!2a{pe#GOb!k|lgS zRWO)9Hg=qJX{51;4%s2CB7NNP|6$~~FE$c; zE+Nk6CmQzJlgL5!b*`S|8m<}{Y5T$sj_vB&)0{?9SAJ=$s2)pV*ImW)gW?9rNd(Tk zUaUv;`TS#IcNWlhtm9>=&O52 ziyH^?OE?vWH6!czw$TT(!@EX>&dTf2?pyw{8b&R7?Hyx7Lb{2P8byN-`XVgER{Dp>O&~`|` z?CaAY*nM__1cLBvGr7f?YF!x)%1>($0FS(jY@S7l(K7 zK-q>&2=#b2X$Cc{lviA-U2NTvGVqKE6z_x?FdDK_)al>RQXM|y0@L4AT!J%i#Z5_R zySj;xo;CxG#`enqAS6T&8-(WKWvWKY6u=+8Io1X1lW!FTk?ZDaz0+ z@X>pyTG|?;nT_dMh`W&gx8V(0`NgBe%N0K)30_b``?D?PM-PMuZXVZ)1=1U@C(Hzw zGBD{j0|T44H3jxXY>1|%sge=O|AsV6nJ(FBM)(N$zYS`lvl=_rXWw^nR7!5Fs|Ugn zduRKLMVqUDQD+^0pH~FZrjMavVuNRK)uB=M%!p8UY6~_I$np0VvsDm?xndoyTMsus~;QNeGY=yjvvI-U# z=ol}ZM1}5}(J|7tc87ZV4X>A~2qjlWQ*vM8`EnT!y8hzS=84eqK|`;=5*nLsCOiR1 zPRgQekpoX@Y!-Tc^PUn1J^_42v|~JxYK@Y7$0yl}>&fvW7d_C`7h!A)~Vq zYN)wLRk4VdWgRmGD+Ayxz$2LU!sCT6*+N~dp|kAXf(k1BlW;et2P!(=4BVNYErd_) zx~_nlMdd^CSFE_|H)W-sWkT3})z5Mw1|GuGK1eItE(_7RkSw~?6C3ZqbKL{B=%5ek za=2uhdXek9O$K$m(}{-Dx^PL3MCPTLKpQ7H=U(D>FF~gL%f5o+nwuqseo)QqmbL6X zuJ7B136Kr}A3gy6M|hWx88RU7y6Heoj->2o1FKI;#HTuO0gY#jMhu`iZvmFNi@f_D zjcvm1x>l!eU*#teEw8HXe+FP=M1>&b_LLVEq|47IiKYocw#ZOaSfHV{leX9SN$Y;T z@;MH>S)YQ%_@9NYmY?tO=HpIzd9~9K-bM5uAbCQZ5W76W_^L6t`(NoI78(3B8i@@u za$%tJa*Dv4Wv+UJLw-bbKHNt+B-ds~v zS@5{Ad7l$f#E4fYF@P1E7-C8&@d%D2103AGe6tWSsw_Z$Grs9awOp;N5QsbE^*`C! zcRoLG#`>Qv`}f82pHU_{cwaB0`ze{YN?Bxax<83K^F%(LC!PF*o=#Gv(u)_I_z;+v zQh}j->I?LxVd8u_+CRCu!s-)biuf7rLiG9~dJ>``wtmo_!(u#3V!%5vO5DZgKwqID zuPAZFY-H{&H+`?oyA`v(d+$qoc^Z>e+oC4hEc?QxK|%s;!?`=gsEdJs_GgF%dGt88fbnar>ad1>zWuK& z%im?_hJM)}+K*Rj%L{1iI-K|jj;@R&Y~(u{7McfGm!l4zq^}D4WT!90jgw0B&=T=h zw>gEmAm%|n!%SeofT?;+t$amVRvKz|7_SIXnsk^N$+vv6kOSe0zi^-D8U;H%5J~J}#MeU){TB(Gd z2H609ce%K%D;{k1sHD5WCPw)%s(v?j;?4dACOHlF6>apYA}qd^9uV6tf$NS)$emm1Hz@QwE&1#le>E7rOsv0cyy{J6EjaFCS-g7gn`y%H%l54tc(~BvZ3{0@Y>+k+ z{MV?}UnT>R?-zJ@I{L$QXMZX(&X2@{P9FnHcZCsC?xNRpJ!4Y1R1~) z$EZn0tI@gGgS-t;-n4m+M)}^i2#N{){eKD#L`BusTuxlJJoN;c5!UD^TI*zC31Fj? z*7?Cg;p*J-IR?63=$w~c@;3rOhG3P?vl6_|T8CjYzfS$xZ;w)Fb90-{<^f*x$Lno; z|6Np9sq(%hUlbc&>mwffCifMkrz&~ZNW*<9HwG*B_xPkEUueDCHnW*ziU1v-6%Px) zAE-v=X4oe?=p_~i{JMk5q+|#_}Hv* zjNbI0ec%p2bpK7MF-JJvodVpk+QKef^NEE$;1X92ZrFy)Zq z;~7;<(GGj(c?;RwX02|v_~+GTk|9GqusiApezBCY&G?B&h2xa};SAS!(YPrQ07!Au>Ll5sIn?`c2XyJRlU^4r6&1dtyy!&2$ zA6>+YA%p1zu4S8Uiijt%$0JOzwB6wLr&fl2(lM*Xn|v%(jx)Ccg4J4 zBn^1&Hsi~fnmCQKvlpPR9?{6umH3hKo!~m#5$<1AwGeX|YfR?~*oxEs7IETcHO@d8 z=I;5dHiBl8lAN{q^XrF5RL9_6X^zY^q(V=4^CCkqdjgwX_C-)XpBeFT5esyr{-a-= z^9sM$o>Fv{QEfA(^3y_#{hGGYa_xP72(!{XMJ#CL>t5RFds5^y#AiwDxO=IR_VB6l zPJDpsnmV6Ze;aXej)^B?(G}+#UmPl?GXxk^knI4JK#jCZ;YM{mC4F&oYIw!M-h)$*TFD)F>12S-xAsV?Z%$?D9`CgF*Loy zg!kPmj-O9YqE&JEnj(q(X3cyJ4KKdl$6Z{3HsC(+z^^3rvl3W^LiTk}P)~xq#8S6^ zB0JiT+n9RYmsiyN5u#R&U}N>Of3fO%Pcv|rvCuqW#KD)s&bxZ2FH&YEzq8-bv9rpr z2fx&DI&+jq!90A0km75MhTy4Ggo`Tv=sBro}`|MCGADz6LJhvte`fZ(+GKWe$C`mv~oF{WW)j z5t`D1d8fU?dlje6ZQo&=Rki2cRd;(cVI<*Fu>z}Mj-W_^7|H12@(fYdxfMoo~cQS z;hfn{8q2}lv%fpIG?+l9`1Ve^UOM`;K2?18N{j}gY^%)o_S;(uoZX!PTLS?r!#B{0 z@$fiOhjEH6zJXuPH{()LwpqP-m^1BmuF(tznf5I`I@tXRvg>Nwz~}8P^r=0)O~cyUnUB@05TT{R{8C zCBrDuYYDtZQS6F6CyRer(%K8oCD`p)ps9^`AxA!a& zzR9yBG0<9Q)n9|m-HP_1?`H%Rh)?870xcG7r*={22!bu_+AqOW88&aN;J!KvA@ibwnNIkA)L>$phpgW6(-Pu;ZF6*tc zL{*mA67nmFulpybEho`;RSgD}70+`cf92v18!iSggaPgWxDy(}(A*PaJr}qF%gBsE zIeSw^N~%S^s~Lvso6?HzE@Gu^M{(}ZcJs#ap49r123d)m=H1_)_l9>!beZDPbTtRp z9|!~}ZVt(^wLn+K?Y}xHrof&8WO>=X?Ys@b#~SV`y&wFM1n?;Kj%TiZJ4@as|xn^*Ld9dh@tEA2iXaQ~))vKbJFscaTc zZR#6PRXUJgoK+?LaBdL8erZH?^gm{j2rf9ge0zfW^l_kf+}*n12&)gD?H3|I1gbs^ zz0DVvn@XD8Of>a7b4Up_I7lg~)621lw56YZJfSg|8{0$dZ^$7%i0JI_9Ri_%V&?V< z+@OK4eH&7mjrFUa{F-kT7vWRaH3c?C!oo>g*&55}mbp9LZ_b?p8svED!FEb3sP%ol z7htvBpupo*Og3831o(cxnV5@EIQaQSZb(V8z>Fme;9`1^=#mXEFmW;aWVSMlmz}m?GVMp)Q;eTl zUw8cby!kN&WS>4c1`Xpa|4S_Uc=p@9*=k_@Cmc!ncpS52agaI2c)kcevm&4DVFdcX z=)Kbjh%@vAcYf@jjvy9-d(rFT66$}?7!fiT+xw_`GCIsVo^`zK?riz?V9f?98y0er z+LHb!{h)jSWgV-(HhWp3dhh9%OmdUN{8vY)dL*00DxypNOM|>sTB){F#e+mtl8RIx zSet?Idycqg_j>L0$FjLUR~S^qBY65)nA>(QVHSTaN6Pmz%Qt=ZKlbEIS-mR!{#zTZ zz@4-VI`1*MqTQ$YiutK4T=c`w0VAWnFe8|0aHs1PXvMG9+#jpdKo{jFW2W73v9d*K7 zzkHtmb>BrAj39&^$oq5V=KX4!rJ%2xXZgYl?p!`X~LV2gZR zCPTmYQ9J@&bug@&Wg(1In)@3Mp!w}KuulB#hFynfrw4kcnNW8%k| z{F&!?(CcyiKD@ z;~Qi$fRa{B2D(>;{Xjt%kM>x*j9{*wZzaka?b@?9q~BIEmoemRLfyg|*<>PhbLg|h zuLIVtn!l;=a4(U&*JM zqTbEQ+}C#k(kY?b%tgBr>b}z2fHpgTtcNmUO8fGoCIishug($~48V!2&PnpDPU+s?|3!K>M;p8Z-?1padz-)+5J0*AvhaJ+-;GB0EYmkP~^u-!cfncvbOd z3F$+~w&$xMiebh*644x0K77`-&op8)pOFWc$YCQhevF_{;)BX=XU54^%NN*vFgs6? zNk^g9qa;2_MG`$4#9;<+u6&DxjWDiqE6(~yooum6deAAr6ye6a1AS|r*Cq@yCO5jt z(8XpE>i63Z^3oM;jt%;IKTOXNU3?l{_OP_ab$53iiZ2LI1@0iLhH_rjH$+N2^h8w6FS*xeYMy~C8g zYovu3T%5h64W@!%zSycNbSq8modpem=Wg*r=k#sGkL4vx=St(KK&Zf#RQ}^i;25of zhkTwSS9_zBA`7>oDVO@{|2aMX7DTdLdEDd-L${AJCVFO(W_+EiKD%B5qY-fOd?>)W zX^i>hlXt#nz0L?p_-?0wyAtLfUpJTXrI{M)xB1ciL8BVwRO7mNVI4qwNM%o9<%m(CrBtsK9bCn$da&Y zA4C0NzbyV+{=m=r6R7?GlvZ*e5Dv7Fd5WpEAf$lR=jTYO+<{?075pMD|zMQl0lNh$nzqT>&)^(c>1x z`BRQ=CG-kmhBSz%2Xe~#X);O9ibFGmBwWp=7tE#e;`rE3gH>2kx3}1OV| zYM_rfT989z(vq4U|D{2`q|+W9ZNYZUyG>zcA{ybSv;`cLYna&xTTXlzMjNd?`#R-0 z@9m_)IavTHi*q|F9V8gr=XxUJX+ZBSyZ#sb>V>qx^x28mG><+D*sd?<63ExbqR^h* zwrK&@-trzlj{QjBn;+j{z9=c9Rf)7~0YX2wg>NnDDB1}pD9#qp7VYbfWAx#DABzn$ zMf~O`L8H33dzR_DE4*p1{mBnkmzE4xvAJ2RyJ4Bj9c}L09RHtw?|%mywWu{YyHv4M zm5jZT{V?u7=5@Awev-boz{2wCto{6uw_Np`mPBkM;;0+khh7D8PPWhKD!$MAfqu36W- zv`kghrb5vd*+4c3Mn)@UBK}`z_@%j6jppSWnnuHNp(A~fCSS03%Ujq9oxv}+G21;? zbN~}AacoQ3Hsc zsA;XnB5DZ4Z0-$)UbLpAhG<`i1j^y`5-tdlD~Emswq0aci^R(?UWTU04{PoxS4Lnq zZ2kHlCD_UzN+k4G(ru=mESEC!i(U7MBySJs`lf-L9Hv=T!A?9iyWh?s@ zSai0m^As|byk7w&T&3GoPstp0>3718wp=fn551VSLeln+v?KU*6`AcWr;4=w@kK=x0dhadVPu68q<467{3jloX zgH%(bblMSw8u{zqdRH1=(~99iVMFrtn%$HLw~&?#^^XSEy$7!n>D!Py-LE3gpRw_XlZpKQFq>{ccTC_kKE4qDg(aWd$yuvWJ#HUfKz5_QR%=8MlsP z6NF#?q^zwG_vLRXhpiv2Y)a1TMrb>ia1d*J24sm$G$i=SRt)vJ3e$ zSaZwz!-ceQP4KGG5oL|`GyfP8UjtX6Ci?Cma6r;oKEt1VaI^?9wI4IE8|6C#fYA_2 zZ{>7%tR_*t8OT=jQpCnvP}JBFAhal|E0fcJx5M|%B#RDmDtVG+qe9s+bf#(I7vf}) ze`nrQ-DX^{-jsLsKZoOg1u6WCR-z5Qz!`ws=S3XOImnPHTfW6lHz3L>{`hjj3E}({ z4Vg^N&D47Fjyj&4<_tEky6<_PdUL%0pI&)J_@eWldxfgz+xCzk)Cx}z_vQB7?^qX| zn^4iPUM_ZdW^H88HdLqmFP=B%4KKe0RC99zO3TKIg3K?6c24duwouAnr2m%vN4*oS*nJUf32(JnxvFPlmPo`2_s7A+zI_GE0_i zb_llAs5p6mu@?Vr|=~M_-%wF#yeB) zz4{}kQT+>`@~*r2!QPjs%oB#VOgjII6Kz6g!1LU!A)d@k$GM%OqEe3s!WM7$sZaZf z`)6uap`a=xh?=JwWVg-|hd+D0qAWbZb5WR}{8Ee~h9 zsC~UMa?bO>)A4&)!0og^FdY7^2zVEInnwzsoTvP)(!E5$NldfK54`qGr`afW`5N(>A0ZKz zBjZ7RsglKP+|1#1yNdtV?Ela9^FKa)KzyWeN#-o`@_Z*mrN9Zc`4rYp3V2;uy(>Dy zYPzCwfl&#r7Zp>GGMynjY*XmMtgE66uRyGr!I3J=QZ(-(y}3Uo!qY6pXbfqzGCGI% z`f&Y_jF$H-*GjyeIn%D7aW-@(QXKVh37(V-ZsF{+62dp2u$S;F`oI^k#}%G)wp*sA zTce)HMfYPD-*w=YekQQo#%$=Roxg4BluZlljvqQs1U^T*nym$BIONKt_TE^aE94c#1Vb>a|6YZOx_*0{NFDu zljMEXk~}^+hX}U?6MbY--Sdb*LcJUH}*hnQ?+v#3R@#K>sS6ug^MV>kA~ zMdHgo>Q`O+M`9D?HCD1_TJJI_|AW^(Lo#tTF!7D@Z0r6}L#rp&XK#d3X%`idC`)c6 zi*O(oNhs+!q4foojJr;=0hD8!WYuNaZ!Lbgy2V7DcWVdhxmEWsK5aV;^WqB{T>TkF z5A*$g$HMucTS{Qtvnj%jy$>wLhrUl0ZdY-P*?l?byXBBWHm#E zrF(R|M9`v^D*j*Xe6*AD^y%yHp^`=xsjjVze?t}CZu$YaTiCrZH z^8D)*#YVA79UPa=^dR;;A*)OLGQ9i3`ti;5e8TUAa~C3hMBmO-YG&lcOs^3zCXZBl z=x&niI4BnywkKL0ELXmy3O?K5v^7E2Or(Wek}^fqgJ3M$c`It4JRAyN@!ZT*b{5iP z%pcs!2fUaIOT5Y-VtXM`@<*EHHFpVTJkV;Q?Crxdk>s#eyP>X6u`-jA{u}+0X&_E9 zWo8;9dCMC-7)85B9TkrDAW6F?uo}SH?(H8Wn+O_tMyo_anLt^hYyub{yjN)c9>Q)( zp1kt1yjFEhC#o*oMNbX-SvKG(H_+|luWV-j&U=xrXZ1+@aKpM$9g$hx;w3LAy89OU z`3JuZ)t&l)MERNOdt5@*gK}+|%3DVu8MLO#5ACL-h!>Cv3*x7$58{k93wV<))P_J% zPby`KBq4hxo``GsREGlbqMiuFsjC8}!7QRdKY|i^_@&Znw0c4bx=_M#TY>;B(#+}yv_UhN3jOJF#)?Zh@!A@qe;69epo3ubB3eY;)xSIW$ zt&WRxt(vlA$V_%q+7O}wd15W9EosDw9YDQPwKi5N`3k)oX?ln&c_1U4!tDd3;J-(y zGAnUlP!#d88r(J9r3vFw;{R&!=|xh9Iw!=cP~Q(Kr=3V`2SJ3M{v>FcD!BVk+2P%v zG(n}2Dw;O(!;&vpTvY6d?OJ~u0g}vY9611_uF-}E<0bAh54WJL__uTigk_irUgKi= z3bwrPp`4xSf@8Zn(9E`Gk!^LFLMcxH23xk|16(ADHu+xRxC>D6dVB6}-}v(k^;CZ` zc(kck91hozL0P+fB&Wv-^5SnMhDpN#`q1Os0A@jE#VzrGiTU3XeJB1rZ8R$Q{srx7 zOfqXiGmAD0zumpFz4!T4XCra)L6}+-gXGLrr3lp~U00lR{}b6dpxhD9K%l+p z^5j-2cLt5A+eH9LH)i(do2wV*EtiJE6pAj0vuUrW^e6XLGGIR{$0JDti=L53Y1g^B zxFjJLGBy&7AQ|$<+L*YND5JjLr&2+`b`tP;)9n6xKY2TanrlFVN)S|p8(tr;?YG}C zRf&Z*=@Z2>=RoNVj6;-bYBVeG(AKBP5PNmonPY|Xq1nNatZi-7gx5DveQj*xz#p0O zLA7D|-kbkZ>-qnAQ_xYge`%~uk!_c!ZCOG$r~IKxc#De_i=Qf&Cxg{nTPz`j4n?)k z8I!I-Z97xciuD%hIF?@=|M90XQUmYIXB*vX$^0B2{~|7a^djl|lC|nq{+F55)mG#k zZj#D^y%+84zWu!4+#2$T5^>(a;7r(*H~go{lm;?xL@cK>i#cOFceHy@EQ1^`hKfCF zHw9;9HC4`bBc?)~>&7vN0z0!LbwP2T0AvXl@|xzG$W0DMOAl1!V$0Ge5oX4~uJ{CY z+9r+&CgyCRn7=sX!ce;viw5x8rjR5P{BO&qHdkI7IRg#d6I~Vt$*PFYVb`riyY4ZG zN(EH$vW0HB`W*K;!Uy?8<^G(t{_I2jRcDtPBdj-MF4;3|!Y#Z#d|ETo@ zm9J!nQ4*#kDeq?vFw6MU3wwEf%2$F5F(0EF6f;m!l08gck1CF*!eC=aJa+zH5c^M8^+w&>? zliw@(EJGc#lZPx`iDm1&-D*63oiec_-&hEfFZp&*^VqXXyB)om71=K}?IjmbMKW)5j{uv!0k8|JHAMv8w!TfwUzeFY7+o>b+p@qM|FIDcTWh zm4S@_{b7acTB(X9&#(0-V0JML=Eqc5dEZgXQ7P&^T_FYiJ^+!X&L@}ZAnMyLQ1n+a zR-xY#$0*lpH)=2sT6{_=@&p~A!;*H&JgicUv{z{F&$R>u7$Vo+sIgX|%tNi$?Uh`* zI)vY<2@6$v!l?suOAYPVN@0f-jKw;1#vGtX{^qq(FuOmBLKq&QuTuNWDM$@EnG|(T zhpGYClhs1aj@OA;it_%3;T`OHL=&74D>R8Q_Ywg~2fQ-*8bU#K(C$gidFc8;G#Zwe z`Dc{gY{5`N=sYjMDcYqy8rhYZs1P;bvfnNf-1E93KBl_mcb#=iNMJhuIqJTN1?S4| z!=URkC|5UMoyV+cHuCXF0o&!#-(!@Na@8Xxx!FehwE3Mzl<-e@DiV}Dao2)0R1}Ov zB|bq(M^00gqXU828G*27y%VGy5jX2q_Tl6847KXUAU08Yv{BnCK(wvBhfueX)f=|` z$4Cj}EG;l(BE8OXjkLp8sytUISwH^ddg>1sGQB<#7;s?QGW(O)`7lgnGEuL+05VV2 zx@Rc;=GrI5ypEh8?tMDJE{Tu|bvmW4*LqRUXbzp+MMkVR@+_n$G?Ve9yQcqLB>$I~ELDBE#z4<14$%9TrMpb?o5O~YbB ztVXnm_CT9ukLww?Lc)TL(^c@UK)8n0=nZUgRA#y)^bh96p??vt;T<7+asct`iC$x< zyLCLqD=^TJe^yi7fgns=OFW?U{e0m`rM01S zSfuxGRSY6c@_lDEZ;Axh-XEIHAN?U-UA`-8zvRTKR6X$-rPciMgj65>oxk4U1oiv3r`8Vb#tLw@`eVR)d&~lzKR2^ z`?lx3W{J2e$zNXW+t&;~Ppn(~e*g5MBEFkP)QNnDIFkIMW%D>9`4w(hP@pFF?PI&} z17sZkSc*BiQF`QKH6`ysAoY^#fLHzM_x_yiF~1fL^@aWrx4G*<^31dTG5__+(L~?5 zie`u>&A2`U80_Fg@f<(GPkV+?xp05b4I%ATqv8@mdY8V3oKJ+z5lM%+N`Z}MFA*yd zvRcjlo0{k!SB?G1Quv_>B6NF_+bb7Z4NXL$Z%p6QzrX&oHY->zi*zR3{v5WqyA06--^Qb_ zZW}}e!r-ulaG;>AULbN(HYzUQWtV5^(+e;a*$_tF7?tjUoRHCXMl>O_DQ2nKsABGO z_`1se!V=A)4o$^n&FfF}x}u$M6eoFrot3AeH(5EblPdQ`AeO8{54|cZG2fze?5JM+ zpqK50zE471+7p%&=J zBxzmj!!Je<+>3K3-?h%M^!1LlW2QC6kZ?*PeZdm3rzX}>;K!Ne1+NvC3>lq$;rS^5 z@WVm~b{QA+q!j8pHVd$zT-r-q+V-4m7cVImK)Dyi-o8?zc#>Jc& z+9R!+aPhM!Wv^bmhGFEqXdv8hg{|Q@0#?>ekpaqo9T1cn9h)K7GnwSbWpDM3$+Ylf zkzjEpmItBAkfcltjwbT*D4yIMb_DS0;64a?v3qx}bt|CHrVV0U|MJkN zILtEJb*-==PLFwy*WWtuDee<9_ITWVNRtKZC~|y_CNMXhH_*)oN6(qV{?l5syj09r zv%Qgz8J?@yfFDIGMM|^zKYn%xKapM1WKA3BE6FLC-xTdr+54Mdl|$dQvJ-N7 zT6uFaen)`e?I!9t*7dBfu;6^uXn*jN)xj)n30GJWAXJVGv%C_BrD_SDD}ug(vqwpF z$#Qeb1AdPIJ%Ib}tDPoIE_`^=hL_NV>7U;WJXSq{NRY4zVOegj~LT2f6J&8 zd7Dc~$7s&QQ5qgeMfW~`d5lxLmQAGKES9TwKQ>Q!|Ed!`&GH@YL@2IVHQl+ll!_fZ z6sN z-lE23*{a#pg~y|3+-Y&JMQma-RUH5q6fe{vmJ0 zdiy8!?9>ufkHwKF*>fFcV2OLT=h?kz^9O0-%oPgnCqRUz?R~VAt5dBSd77Q zy6+Sr9;t2Mi3wd z!1@_h^860xKUY3(vr7k3(UokSm;v+GMX6YMY>E z!r2-V35R}Pg9{W(*I_Q`M-a5d^UnjhOuW|lCHT5l3x~5`WsX<{PCE1VEJo)E<#NMu z_x6((Z^jsP_PLy+J0TUmPbNz2@9bYIDagWAUAs6tIe}H0wt-pz9nBvs%fP(mibbv- zgKg2e%7^{GRPPdfpFsqK1LMPj*A_{aZW6t@>C5*6)C7(yM_|84j6n}U{0cu*s=$J2 zNg#8RN39|mpIuV;m5gxPQM`ueGOxV4k^+TCMsI--?xf?68W2ki75myV>LTpIGwC=% zvIiWW&ChgM%`Bfq;j%9JUnBG4>Rsk|j@RN#25QPXl?%?xF~GMYQrx_}zo$BC=86Vm zH#&a_8?EQZ(^E_wkM{KTQDt5p#_Z|b4JfdZsH?K-)3R!Q@6^=x-+LoC;p!)qur^F1 zHj_(q_@Hg?l8~N}^&D-qTJ5oHb#Sb#@{ylc$fA8zzp_VB#yPg#;W1c%9Ng8r=U}QF zc?Jg@wu}ezCss<@-b326l4I{tvX^)TzeFBrgwgHV?0bmTOw@;Bi-T{>loI6=_zJM2 zCM^wbdZ>ga_q+LPzuf!|-0k)Cz@uf$^2XCoI%A$$X1agZHw`kWMBt6K(;D?ugY zc{->Vx0g}0)dPNZU3H6~hx>=YW#Fp0ec+|P?IhC+uM_FLKk9Ve z{M2z-XFI&JwX-zj+>aBzJ@@8ZUq!KcF~O|qmLI7L^*}mAxFzHYQe=$z15av)0dC_cl-ONC$fl9Tu2}L%3jVG zwGqb_`7xIj5sRY1d(ovTXNxQyuE!H?7v3BH==mcDasPD1@o3T3hQmJ$qE04E{RN}{ zOag|{?eUcDz)!Fp*srO+j0B_ASKgvXO{9Go|3Yy;y)<-0c0=d7yK>q0fr!IM=yJ`n zJ*-hXs#@Fz;V$J8uI}1)epHtf=Ju#kkiam4rrT(#@Z!yK?@qUtGd@g5C*)-e?TLEv-ric+5|9Ov6!Utayo9aWYohM2p|S_TH1)#~DrO#c`2rWC z(+v>Z9N?(S8y7_=z3ILp$Sz_AglFZ&G_w9gAD!C}@}i-+1%~#nv7vDrsiwiGP{Ep^ z*AAj-c&&Laq~g+DaGu!=(Z#w&HFt;VI|wUu#!H;!IUDdc{}RSR9Qat)GtkJ$+C1#N za9Wzw#&%XJS77Kf!oMJ2_mN%!QC}Be*(f6WjQQYX`q2qG;UW5=geg1I8oOQ>YvRWo z?3MFA!XwZdP76~$hHFEd9@F{~`ok6t0W`RY-X(e(*VxLQIP-ByWUry=#AdLnhOOxGy z8TGO*y|KppORn(mA%MQ(X+&fhE)SA1(;{ce$vtG@^{nmpVat1+a9=1<=AzN_km9P6 zNpkRJ6njm37nU+SzcKNAij#aU6W}!Hm&uwL(W{iuoU&}dQ9S~makpybRsOB_e*mlh z2W{{*Q=^4=w%2tG|pg5>Ef-hf~=BUgxmu4j_gROwIsP4zDFnn^&E-vSXNN! zxej^+YGQk0SWkC_t?Zb_7Fb8I4!@om<K-en;`m-d}i8+#9;rYRs(Vz>^}YCBw^V z9kl{)2nOS6Th54tV5=W0rjT=w%Sz<5#k zDAC5QmZF*Bxfl6E*z&Sa!0+Dg=+m($H@<0tW1hj84Wf zr`yB<;4Db|xT2%Wy8}G1yzAMw z#%ANGb%`s;Q>uU9s#`c`$rt3bfSSqBD|jmgWmokW06Po2+Jt+t9AnGLvfP@?xEIX= zGO-Yd@b?pzf9K>OCeyCf<^bZEE+g5g>_Rhfx?RQkPZKjMViR=Wdw-~lE44$0J_LJp z#LnVgPPMWBeTGQ z__KD8arb8TAGYaFX!_}PxPHO1+&QwOu5d0azth;t*RI$63eM1*ifP>B2$cIp9kjSH z`}b}KQ&~7u_?lshtdSr(_^WlF_v+E}=lGIkn_dm>MxF8xlUl`ZV>opy`YU+MKJ1J5oOVm;%;WP+bWn6A~x z3kg9E{$(1svWwr3@DQrUme-9<1e)2V-E(Ke5w_W2w#C|L9AIWn5O z_6?Vwp%<})q7m{F7^T-CEOA?CP}=lW$1ou?YxS;IKqk%LVGU6`UI?b06#?#woxo4D=IrLtah zxjhy_!BMQ)i?p_AkMKmskP$`>CBYj=&9G#Rg3Zy-1M$rw#MqAb!Nz+Hd-DO84LeUG zm4qJ3Q}c%lgM@VE)F;%w5lue-2!T^^GOZXNZgrVbvgo<*OECv_o0x0-sV6f5j=`FN zO)#vV8=8}eO{zf=@-}hgzWr1w3xw`*Zp27xLY5*5ss~~bO)(_<*@|H7i+HCoXw3re z{%CHzCx!T7PL)k*-LcJFMEQH~_lOc^gi_)bOJGMw{Pt5Q#Y0?9mIuyMP==$2cm)Qp zS5BhiV_1hvc}6SagPxoDF0B==;8a<3x^=IF2jA^br+(*@EK2aQoBUd3T7O?GFV-Lb z%L~!FF#QmI1Jx`2abj~5j3Afzw)ax8zirU(l@9w%2k0li)1N-^s*}g5Ng?<@?U zq!YIuo+6g5P`J7Kp=jjSgq@@WhvA}1dcjqGtAMiUFKIzHlY_>q+kF1)DhM3BvY*~6 zZ21veXE1kVS=xdN!0e|M>Vh8WQ!sau^K}WTf~&~g0k3!F)6GUeahpYz3rzLrv+DY* zEyRoFq|HNTzvJb8C3Caiex9wj%^N?+1j+jRJ0Z@G-Z>;hWd;-177Z|22XqgM1B2KJ zV@4Kp|KY`t!%mzC&n-gE4@I6|#ft_8+A4}WkC=jvtIK#v+;6T2d{ctyrzBuIF#ngcw{W)um(f0_HScK%VfDEnAhitgT!7<)kHiyUAul)i zPpvxQS6}6_EMK#$PrgoNLPbmchU&+V7mP*o3~hnx=+)kjh*ai$)yFtTj+PK}wU(F8pq$(5ok{vtmo&HItN(eZ1a(+nGzkMGZX6N0_ z66e?0!R6`%D;YV);XYjO52gt@@?3j$zT4q>e5fM*{0tf4Uwo&2b%}m;NH}$SY`nZy zg2z0Se+sm#@QF!eSO>cNOxivh%SI%2cPXB5J*RpJB0l{ z(KxLJ4WSzm)WT~WQM}{yZ)WoU2w07F zRJRs?YQD$ZI8V2S5W)j!Qb00LzIE+K5W;S#>2_N zr3^E8UN201WNpl0iW_2)|0Z`W4pP0o)6Y4RjC?F!{V;k&MEYr2@bxj$+q7@}R*JV~ zp*us-T2$f5cS6E@w#6>!P`#YFW0lB zEXCN2cGfp}I~0Ufd(Tk!2wi9&LEfGdHiZ88!~e#FZ^L1P9wv7zkU9GGZkxr;JuPfc zk=GCN@9tZE;V%CAE;d+Rmeia8?w*FO+yaUIYY#+&esPoRgVva*StQ%+^OUCUfL3iT zYqi6(mD20wCym8!^WHn02%}6-WFL`7m;pELPE@viGntZ2g=fTcEG)@!4Fs;U(uFVd zxyjNy&(;0+7H3cOo%A9>S^=#=!B?<*b0@#&eZxq@+CrRaMZiTF){~X-V%wJl^GSL* z_nNU)v5T~oSKbc%yMtlvW#nMyXEda0cIZtVa9C9|b@7<@@RCqw*3s-=?9Y~)U-2lK z4&K@9;`*f}=qI1Eo4Pc29|TFHJUxJpb`$B%s(JVsb2SEBeonTMee+kg;D z9_*eaVuE==(0cz`^HcB&GQ;Ehl4yC9iVI0LVk_7$$yQ>`_AQ`!;0IgWk2iq9bSy!)Jtr5UP_WNyx( z#z-zBTfwT>EijX&j<)G642`n#LR3yCLFbxN*~#vcm1HD8>wjoyv0W2RXz&|^KoWa| z03-)sPmtV-f=DVRsP_5=uzBwi% zT9Ssu#k_7)ICt6G|FS^Z0GX!`1xf|<%>w1(wWu3~jR!BB>4FYc=QzvReiRt2S9+gq zSdIN!&376wZ+rV5mKHTGzFOp$ZG`74h2n*YOPLEl!&@q~{8t4uCa$Gce6BH~IrwK$ z`(Ih{3UjKnhuf~c%Gq|Aezt^ALYUbB*Iw-8MQZtA5jv1}^3b>SAfr??m#&`Ksp+I^dhyF1Hogthr=;ZHZgD2GkwY zeswg=6~;EhS>T-PFfum^F0t<=H}IuTc=e(j>w=}_y2$-s`7fE(K91~og$nn~WF=j2 z)<_t*sn_kBK6hdBSV?)LM~wWqhaVV<9#p)(&pnv8A251EiX(wl2|Sqjy2qOOO@K2e zy~F=S{f)J!rYRj^>NDbc&Rd5G=r3DuEvt>%qA?}=@=|mSCS#Gd_$b?hPp@6wcC)+U zPAGy2W6DGgEcgbusvWW5G~8u__WBlprA9=%cigYlb5GFyZ^7K5|mA5AW31?1zAs>!R-`{I2Ecz`K4@gC@A`ii(-p;e7Vnak{-(a znR@Y4eV*~gvdqpO#ox(+gvFLUoiOo!C50YMm0tOOVUuFpiC4Q9@PWJ+g4irHVyWZh z5$T}UYePSTII_ENwig!yJU)pfc%CU;k{G1fWVV44h{;Vc3K<}2 zfPf7E9o_jP3?qA=%8gQqIGw`ybYWfr2~~cNmW*KrGzs*O!9Hj(ja^C_Dv)4C)&NYQ z;HrIg7rE>>@&2{9p&^3Y-|K!6;M_fQp(VgZwo|t(AFxs)bUaf($V{BYRK&$_vm{&t z>$P{kNOj-ip7U64c)OmAHyp$I?Hy5hxK_b-OZ)OYkU@4Z6W*c%;lI2$9+B2L?wmi;bT?e3*WR{253bDHP1jkMbtEW z_s5Dt{*;`*V_6}e*vZ|4+!(n&dQjDO>Sz3z&fuc}CQ{~3qAu+|?U8I0%Nx`#O1<{+ ztmISG!3H>_&1$P4Q+Y4R`l3r%Dc&rd0W}~(RdBl_Z{6AJc9U(eSZ3uAHNaCn{4=La z4G&gaK0LEqbcQ!iMmFba=4v<9ow)n;I2~(s9*J3!@9(*oi+R!g-|4PXLB=JhGS@)A zTdVP)b%84@6Xk>0E1t8bI~G}s&x^a~lGhlB&?4cSkf!u#zb_B&oO8Lp##lFFWNCOo z#dQaNA{-mixpvu8oZ9Q2X7cOs>cqgD7Yp)^JhWy84q*N#?(1Xx=78`Oi=;j8f0c20LN*gFb z)_+xSuEmu3F;a3t`;>sG?r`YN>2mLb-za#9-6nA{gN!@tb|<}VMNJ`T2EaUmSSqa( zI%r*0>3+ys9BWp`@DoARE=v==_vA+h9a^cblW+y(N*=VWM9G{wOiptsiW$Ug0JS<} z&`W~|z-95kuCSsukMN1QiSWCepb&SY5IRG3M50MQH^wEKm6syXq~``VoU25(pvOz) z^A_C)!EWz^RYh7?MHY4PGNSTkl4VpBJXoa$_=EW-3P1@j=og^y9^!(G_IA_D7rJu2 z0v#@P-2mHe4;ARNb+_V!TZG3^_qnn}=#jMMzoBMxcC1w&j;4<$=|O51ml*HnU%hW(zgV<9}8AF)(jYP(uufTaq3{7pHq2oE_R!t z33GbjWOdU`Bf@Wwg!8z=7MdS~myzTMr#TJ}tP;4D*UI_dR^FV2l|jdbs^6<;Ms<>l zR@_x6n!62lQe3gm6<+0k|#BlDpg{@@Yb2IWm6pjmr0xh~Lrh z8!M=ar#lYKKNtGXHm9_YZ5)wz4C+AJUQC0jZI%=h{vzcU`K=?LtVU-4+Xk3~poJ(d zMB-FLm2ZN=(3i)T7YnphZAa6Nrr~X(E%;$$v13wE1#OTR%Sr#ePIkn5@CB*9ZZ#RknZWnM0-NwWiBp)PJ%6Wu);yu1(`E;naDSBsO zc%@s_=l~}bS{CrMh;Mlk$X+Lh_fEzhDGY@IWKQoCiaY~lnmS~#vfQ5{GWq9}Y=A}K z;y6A}=&O4TTjQ5_9!6>p{KpWiJ8~(D-?zxLH>OgHPIm<-T2QSTd1q49Vte-2>uj++ z1v)o-8QmdK(+_{%eC^xoU=b$MVYh}lOM`@X{BhQliUvea7nf|7A$QrodwTP1vt{5U zwvhE=?VUx9g;66x`$#)~KGApI#eEglLC_YF-{bRc6b9SL88h$d4Sj~SZQ_4<9u*Jb zH)J20O8=}PxpxE!eR^uwUtqn}eWQhT$%din2A7hSscIDP+&3}8VwpCf<0qKIX+Oxz zliKu8h?D5xZAdErM23XVz|i4bfWL5FvQG82n{yQ}WK?wae4d|ZAYv93rdFe?}B!uTB_FPr5-T)qTX0`iI zS-TYkER!evD>!nKpiLaaE$w=TY?viFd=m}g1A<>ec{`PUy#dm$iuuIa{CDB-; z-?bNj`e)!%j%$~WvvXcBDSlGoQ|e49hbWmZBBRS&zPln-%eGPLc&PLy(&wb=wN!x$ zLE&Rhy>Gs(j@;MkD%UqV*;p9V-JgM!#wOR5>Z)kW@RiPK68Q=m;W>w#mVGhg@P{oB z^Gf4@G4|@R*wB4!4f|I&3wc^+!lCFM z!&)sG_b;5X11J?%)&=iAW&z(9dfFk#oPhsGgYWM0c#;qR?e)kwHQcA~&b#N~t)C98 zO|`{$(tsDuU-lN*Y&VW)xl2gw_ZE0<;PO2es{o#4PV z(7YLFdp<-ibnfKEQ+?c=yJbX()e7j|Nj!U+z*!!*v{S27Zg}j_#|SVb3uL$xr)mCF z0>H^H9U+3@v4usTYO^_Gi8cu*lJRC!eeC*K!|(vg*DOU9!o z783PeSL7>(vG|kr*8FKsurd}xzS>@Z zryBE>ycbqbX0-UD-#Fb1HlTFOintf0j6Hmj5eaLD5yCSKqo(wxmOJm2xaw&yOau`Y zg{_Jg0tY1|8uUlg^dy+0?w_PR;TC98)BmYPiw$3aodL9niz(O?UG(1%yalE1l0LvC zz}jWQdTuHc?UTh{;gY=2#kFWhk1i6c2=-Lg^$KS$6zX`DY6f{lc2Am}Q}=W-(eq3I zA}SUYRh4malqcqg&F}?eRgluVZ!L8EjSlX%;0*^6KX?yID8RnU#gz?9ru6zbkn0ZF zNfqtLvMxTzd!1b$p7PopzGPB6bzY>BPwhOSqnY$R-A&=Xj=^@+D(Z@9DBw54cRT}g zmHSV%s(T_M;^RSjK#Hdle$)ruTo;Qw*){fkf=+S56VH%U3_+C)#wolJy5Xt-?hUa+ zOQ;<=*i)vZH(D`XprwOSF89S-50%1mk)<@O)VUW6_hxsrv6x%SJvu$F$=Q`o32B@G zz;1A!^Uj}VU%x93WoB<$dZ*2&_{Qd0c;v*n6^Xw;wZnX+n*#cjoP$eTG2dD~DEq7V z*n2)S&3|SzDxe}qY<^F~vo}=&XfjKFx63kL9GXUaZ9rc__p&cSH#gEY5cO-7QKy8IjnDKJIwN1O+9rl zdVTs_kL$axE5DcqIDqQC59n)xq@lSEFp;raysMLL%Z#&tD@p*H@6UK#BZ$XzRvMCH zDk+pDeUg`|dCeE8OrZ{86vfk2r?NpwCQO_lafDYLk&Q}nDhJ!}tun@8f8{Q=;zlT3 zowQn;rm9?nPgNi4PPf>PnrE{t7yy)OEhYb5CY<#`D!H zB3Kobn!6?M9Z|A+gBcShZ_KwaX1f+|FJ9x)=1upxBYZ>&koX%-`nM3}%V+(ZrYCQd zM8MuYh6oueM?H8Rqj0lA)6bBZi0I8q!_0LB$SO<^ZsFEB-s?3!*^9@t=KXM$lhPZs z3V>9zd9L{Jv9v`WSa=y;*0t82*Y4eE{#uNV{xJ*55t7PDnjbY>s{M0)ix66#v}oRp zvREw{S`)}NR| zvjShv5C}DD&Zp-7EHWIGo`cj?iI!f^Vfds*uls!yn#! zaZI|m-QO*+|BvvOK5URW6mxf$j_+7*oaz@)?!H{69LedM*B{rrX$+6eAj&eW2m+an z;cQ{|km_`oQM%JzT0LqH$sX{Lb$Gm*=SIGT&|mmtG{{m8>M4{EZMh80*3rybZh$T8 zI9@MIL|$ff8uMmS&B!2t_tkR%&Ef*Y9b$Sf09agolJykA%(L*bkX$6NEKos zMfrw05)TmICvQl2Xv>x(iSndj(l>7$=QQr|3{D45w$CD|6?T(A-Mzm6DkY8LW$dhbmX!n7Ky1>hEwy>8M- zEnJ71^%WEOZ$i_1hWq7g4PJN8I&z&#fcR-T{5{{8RyeXlNlk2WNPVhBo}SQ8+1{0S zm}7x`Ny@Ca>DfwDv57C`Kk2m~gq!W_i5WisTq1#88!4GFG+zW-ThFy0HX&nZad_lje#>C5SJSMfr# z*%I&`w40ML=vWVov3MrmZN^1176%opm@mQ?EX)+cc7w{&{(_>M0}$Ws#x>v;{zFNw zXF$9pVwu>k5dyz1NQ_aYj&30;em?z}kZeNFC2TqM;O!oNW{K-;Az20cL$FkYkHx(v z{z90mW`~xXDY)8CZ)GKSvb&YWSWVyzoBGUUxwkBj-$tek>tk)ah0H2npal%MpFbmh zi~zQ9%IGbIK)(LbN1iM1nekmJ@?WE3zAVT%hC?p@r8g>~X?KHmKkjDP*oZFdR}U)x zKD4+zwD9t)F!+DH0IUSWRMIE^gj^nnuw>0}xi(iG=JB4}Z;)(AkH!xMRaDMIiL#$~ zSIDDkr%r{QfNznR&Aj*E>2oi0|JwB#m*N3J_F3zhA*GQ6Ycrg{hO)z+MbZTg6T~jO z-FMHtcvqG+q9^zyloj!#M{70v`Y0;d9c@6K0Ya?bfxd5mt9Whtmb@M(1&L&957})X z11E0K;Nmc2Kl&Y9ZIXNhryRZ@QAs7ki`f&PF?Mhrs!gA2F(_mx-+Z3JH*OO9H zwz~+0*0s>~8&2Tf6VYxBp;-ga?n?_NM29o6WozUJ{kXh6<@K^y`$WLbKtx3EkI4~y zS`fr!X>&@3=7v{T87=d07F9^nm|+&1n>Y8InV^gm&M~zr9`*j1!UdPs=P^L7Z98r2N<`8{PKAu*V_gWTl;Fa-s_UsES<`=Ji@M$%mMP7z0nfDA z^=;Yk64S{^i-*Jc4AtyiJm*fqKQ^$+BU^9aCl{v^c7ZFW2R=#0gkM!Caqj51?dFk^ zFx+(*+EkR;jHiygI$=0HH$T&J)ran3CWF1uhN6|h1h5FX(r4qTu+~Q*g^`e^&AXFA zl}yTI73A$PK$@v{WwJWyaGn9NgS4XTqjh*fxT*7k#ev+s!oQNAwzu2ktl<&-7BdO@ z%8$;#f#7n|u_rCrCCS#4JD9BX#RVCtHOww6$Ys^2K0}HZb;QwW>oN1{5k)ZwoNkn4 z5F;5wK1GDoE$(o{hxKfelq-U(g^%Ux9bXIaV}88KvPw5d%QFRc#E-mgJo@JUtyOLn z-$KXSh^l}rKV{sC*bO?1D)5+J;AEaB1uF)W=snA(q7h>qy@Kkl8(bz!Kvl%$jK86d zU3M6L2sjK}`36qx@ow#OC?&ZMj>rL|f>LSf@d86CMEDRl_Dl^n>u7U9mXVO2?Hr!K zBRj;|%wP|HX*d`}j`p4Rv-2shd)g(_5?UY1*8*0b1|}<`Q@uR_OUc2lj| zw?KyKMrx@anQ&N?wHE15q;|YROY6f(ZI5hkrl=2e_|xlEmzU`9Ayav27!h zixy-EdQ{29qjGeB^k_^RebtO}xGs9|z`B4mu}|luX|i{ZvFH?E9K3rR{=78^i4=X? zr0j+8ZCSjQk-=P|(-lHpcfTQtbXoywUA;PJw7-D=U@PI-?1}A#Y!7)WB8|C8bHDel z4KmcRVoqy(y80^V5FlbT*{PAo^dRQ2)OLTUP1$#SN7n5L=;D*Oxs!m$adZ1%XY}DO zrj(rIegSM$zJPiDCd{I!wN#D>AAzfiT@PW_^=@8CNRLFw9*W88#XR%WRk zLNV3PUESD4;@?mon4Dah;X))>uNBBJLVAGp15JSYBxvXHe-rfl)7R2eo(BGTT+D6} z=w8BO7{?OHt14e2Y7O`eSO)*2!e%F?kjj{4Jc3akWV37m!DQ_&^lXTTsJ#e2< zZ(VkVD!!Cz#cKs-73$tR&cSvU=?C;q4+Zk9rh2x9Cjv+5-ft%B$-*^4HJ_{3#a4}l zc8SINu?moXkfo3PY?ZH`qpHHA7) z76K@neAiyKJP>1g6RW4!6A~|UK`kmT+qsMvCuWGmG z9^g7QJ7(FYq(|Yxdf=w@6oAO;!!0r%PJmk}B_GB;kv-d#vSl#3SlQ**$Jb zfVRxJ9+iqzj@4Q!Zgb-0s{@wZQEcYGRcI&wDqAC?fc}+q)I_f)Xr$_-?UuQCHzD1B zwZ)eJ3$)Ji5=hU`3#^f8uwE($v%V#T(yK=G5eA&K_QU$h*jCTWTB_@OBUKhnsyDv2 zr88I9Qv*lK6bvi6`C=y@gS`BpqO^S_g%J&%F`LWn8sGQq{a^a^6E{+zsC z9P>ruJe8^h2m$uOp$b8vJxdk09clGrT9&C>!Y%IE_DTx$mV2~XI=s3=gZErav3_Xe zr^~8{>}0y=2#P3Zkz8)Bo0J(<_=~S0G`y+EXqZeAa+hi^^C$SMOX;*~iOZnyIQwe3 zt}Qo1cYP+Z@zMGw$5`lvxHAdZ!Rex-)lzZGMdbxS*y!?;gxE;N#PT$cL@ls+$JuNn z`QT23*z`*KNdB(Ng(14lp{>)y^}88U)h;st>lG6m4{MCd0jVE6o>BD<>KP9Mb`!tQ zlYA;1cBgBN>6rNr7UyY)EOG-wg(Pi7{l46N{k7+3yy`%jpcb`GXJ)-fJc9kq`cOUI zs&_`OnOv})d}r$RYJ{rxaY`1Nzaa-@u9*7KqN3b*nEBQs6-4vU`6#=o0I{3FY1wNj zw(jBo@=%fy;Hx7^-^@EUZH(u>J0#T^-oQXR=n>U5x=)(Rw?~cnTv(0eA%`~4WWsnOE<$9tk-OOfmsT)IUST*celuQ*%dgw z7Pd0y^npWrB@P(5tyDgT*{k{$VqXkUSOBRBC!&xnEsV{ zWo!6_jF50s>A1T3u{b}aXTms1J~Khm-Ca0|^l;qNVONMOC`{1W>z z-74=oW+Z3S0%sYWM)kAy^TJidVO5|2x(G0V=c|>p?W~)y!f(G@7S`|vE&iyXU7HHb zgO+eTW3@0n13{q9D$G@*9M7vGi7PpH@jFw=#!)g`#PtckKeo5Q z^IEx*O{A|~I&iYEp-28rhgDjX#53@g=T_6f9=CJblK{`J;3|Q-eab(>XglYu!o}+b z)?VO!{RuZ;JDe)a+Ga}=o9FR<*Zy*rYKJ|C*bsz0&t@pd=bFoy3GtU`s>t(ft+~jM zl|RV-2NC^|TZ8dO4zJ}7Da*?dXY2XzSqW4hYhQr~j{Yg`ht@gimNo9P znfoe{J8Obv<{AP{vEx=SYm|K1T}#WiNSM1xxL=ofcVIP|1;1DRc<6~)d@~d@UGKB0 z%IIsoym4Le@ghw*Zvu?MQd-muW6OIrzrsG{pR1&FepXh(jS%=kJ@B z{s4MW=YNT8#ymU2deG?Pb6C*P5*t<3N5^yLXQKv9lnj;2GBgshkSlDfE?V=tmFU zpuIb+PGqQv^>SCqb6EYaCi5DG-V$%voZgh4FgnUe*djwZ@G-exzOFJh51WASb{vJ$ zfrid2nlsR+D^4-zL>8>V4nKNV-SZ*8mmb70_v~nwQ0S1Z=;<-T*hhLFuf-KtDoRXq zHh@4GvwkJllYe^40@ArBE*~kRnRMq6=Gte+dn-Mnlt;Qu)vGh+>gDG`Fg5hruChq0 zvKo3psG?{22^G`y^opx#j@JRlxWRr&sdh^62;YZhs)B6sL&vNhPe6Ur8+bH8(!}&jM zMbT0oQRQzlkxEu8Angu)^&BN-rM~@J87C3?$fq1#_1kCovrZUtlc*a%ycCkt5?-xO zbRJ}ii5HhA+#64MzN!YS*1v;kWqJ+|$k#Aa?&t-(72>i*sCgMb3~=-!_V<|6y*dvS zTHetakwciDv5(m)sFF;6gH`4~rCDN!)L(VO!K3OWi z!2ft}$gg=TKY02SsMEYaz9Rqq*$%KijZ>oV7G(%vIN$;1_ z#PfbWK5X+cm1>8;HbLQVei2x#m#!Q0HkD>+s(N|uv3OKBKOh=RV{ZL`bznq0l%8vk z-`Ur@=M9lQl6T^8+0zq`HT~XmUHo{d%WxnS-}0^jhw>Bj5ITxO)pnR_&`U>fZtvQ% z&F1mM%CL0X6Bs9ClJDM*X~J=Y>tD`kP1^YH6SsFA=Ms1pOo?dvlQh_2xJbOr(LW{| z{1SzG1JY>t1VsXV_2$l<5ah9=0}Ik{ddhFnbB3tUv?xiLW5VmYQnAky{_tYk7k=jl z!@zqP*iy7vMt~bFAtl{f5={#H z1ERQ&3FpubuI30Y+|~`0R}%ih8R^M$q!^I_BrTi0FyP>7GV-&l)G_pZjM_!zRTg>` zpg_Pzsg!;EzPUnid~?o0v_Tz=48yPlY8bSp`*+2C5j&x6wa7JN@4lhwo1aV-;vUHK zt2J5t%`>}w*;hrq6{w15sp~T@NY8DBw~VqTano<6_2hS{o1#^!ck0WJzIG->M|(Rv zLA8>*Zwuf&w|>#h?Pt=9`s5tm*q&$Z>nI8RsMQBZtB9|7pYO;6t~*e1yI`TnHWMtL zp0N6^%1ad>{&Sr^-tTd^Jl`1lY^gC$k(@LTX4{d{5nC>Fb^HTWl^^Ehve{^|*@b?! zS-)%T0Pra)iI(0&$jS04!m_6*?BlM*<)C?1kZ(&ap?gs1BwwU|i8oGdEXcazW6gWe zI4*fc(;)0VF$7H}{w}T+=b5Q-^T>nlJMXMqHw%xiZLK{>kJ2Nli`IV4+{k^Dx%1U* z&-yCy_gs+gJ1ftjJFBNvN(HQ?NB(an_}`o2a0?H`Z-*I1VxO@+94&H(C^Z`zTN0WDPS z6wdt%o|&BQfX++zDGPglI5&w>uC&WQ{f`1T=Z}w;4@Yc8P@MZjAtLDU$;IQHA5L=D zwatV|_(Rm`gV8g;`xE|vxtFViL?9y0Ksd5<`kBSMkSD-*oxl=(eRtPoRM9<&M(|M=s zE_!;vpG(R`uN-~VC;-9+k=?24!i^uV%&dvBtF7LIo%ZFYJs_`i-))K*bFjRTC3g z`hU}5KX1^w$)d-xM13(1EhQ)Q-T?l&zF?y})!!(5vmLV`soWAZ-TiUz-KJ^d+7idn zfuXL5FT;A8%YY<6gZYZdrRAm(AA*6A;9G%vLq2r6dD0ri>wn$}z`+`0OksTprWPRT z6@n11%spHj)bDOXi=ZRsh4k83Neq_V9<$a`U9_evKf;l{l!T|R`eTARf(wRoM67=R z#mj0FHm=jispR@Ydm6v+BlGjZUXTR=(wu;Anr}*O>b50wvbpi{o0?ihJy=i zGfvZ80zuq~QO+^2zK|2)mlDnc9{>&D82(a#v<=jo;dv3#ih!!f{5!q;UshY9#q}0Y z3#wxb6XUx%IWo_zEBt>LCmX6O8Gum0M?`4x!qGCSc`gZ(ttUhjyjBuNC8?&c%5#+- zs2;xnUnDjK)>pZBLJ9qZ8f&LSuvC}skBn<=JCu9R1=*?4##`nQ_-Dsw3%Cq(o^pb3 z0@7*WGI>^Yp8&F~PnEAm3=M+K>0}l1xee;q=zB8igi*9cKhIl-{0#+S23ZLultweK z$4w3qr}meEowAvNF1{_{a7*EJb&Cj@G2NM*cIQqG#jjzDGTOChrycXPS0*7N?sjNp z?8<{8{*gZ*<&_6}eCGqP_NO+>c0=ZT7-&fU?Z(M3ckLu zPN}{YEgyN|p=0)n3z55=66{*nTNR649$=5UbpZhBKh=eNl_K(El8R9cNtSQeHs(RE0;umkNBtJrlmZu07egpN87X41?`$ALP(;`%T)*nDO>shC^43^l@(loU8zh{scP4dpAjamO`&vFwLq>U=ljWPo zaxZJp4(jO7Q=9~R9u%h8FceG7XLULeeu7i5`Y9wa>9_?Vq}0*|N}tM#o1yWcqn(M_ z+NbS3VE;GJq~kg@Bn6Yu73BGi5JB!qwtZQt#PVk*@4td50yk(E!aS4_v#kCG;i%}C zgqV3i`SyioN-KcXBUgC*$(56MialO~zV*4|#vJ5W?R9i);!45Ubk7yOf&3N+*uEq2 zUN05jpU?9FLbup$B{XH4=G#j7Y+X9)sSDSB=?RL3@H?m#gUhto>b+O@G^0-3{RpeL$kO_EJA>Ep~%8R3x&-Z{OT)@?ZPn1!HjG9`HD@UsusQBg{QS z5BNt<`Kt({j`lVfii%t+iq^~TUbhL|%hsO!k)y1$`X^{u-DC~AEgIjDQ6eU(@>b{U z+3AykWgT?Q!|J}Q{i?x}fNIxB9gIY;tFz5*n_fK~om$l2HOHnUr?s}Xe?LE~^^SOg zNxjSbvLvxxeJ-@yph)?i{>E(yrA(JVKK{YcDZ>?Z9+uOHY_s13O>c66VWyG}^S2Rb;*dXX5r z3dn>M^8Cpgzihff*Z5;jy(IPgjWmRO8e*`&%6Re>)|>bY(<a zDC=~QTar%a{>FNjH`LVOt#mSp)h+N&i&UTBUm;DKwO>|G1ITMu|8q9#Utmg)mINTN zi%HkIW>eP{akS!WDX8$Xs{K(Dm*^T=(8W2Xx$sAK`cw|5iMnkl`OW%1zL24JEv2-< z+!sF5#FWcnjCBw?k9wbmx2@39fm`XAD&`GeqSuTPjYMTAGMgOB3$wNiHQMECn%@Bk zgXhj?feruE&uCs_^kG!rj{OU@V#mEn8S`L=wa;8%+H!*1@G%fo;JKa2=(cCnkhcI< zWwrw#PTfMy=lg!(-k;J!{@S?R;roR}a-9mvbVixb_~RckcYU&&UWj1r8#5=xM~z0k zjcs2ob8hrh1J|b_JX3e4S{ae9cpzGD=?XV|>dcM&Ilr?t)XIixY&TdflEeKb==?>g=v_`q25@i9Wo?;F~$)UWnJv}82D=&IEcIz`$56?^3lraEO1<(mrh1|E4%8ZI3zpZWWVM-0kmi*Pgo-W|Z3nZ%-aHLPS znRJbV7iP4%oy#y+QDyR}R#5s?pVuTZ{;c@F9?7dAfr2f?Er=6}TDSG2*?1T- z9#i>#3Iv8^B)-Uq1O{a!1K$B>sOcER-Nl5l6Fd<)sufGmlV=RZYMpJs${KOeppm81~c>awCI;b)wu zdNxl*vl+*AtY4&RTgqu__aPqQ?9LKBbmlJMSySy4HEg0B7oA|$>r=0jsgT2ueloS9 zJHyd(%N9;a9My0Xwtv!L+UpM_KR914kaB=eS&jNUnD`*4H;MMlTm-9j2>;FHD{F}k zSYeIXkiP%cgvC))rIWv4@ERb|Rv^$LsioMZ?}D`r?!nOUaB&S$B!74Ik7qSG8UCXDmAay7JTsjE_@ zE;;|k+WbwVMQdKecU{F--dV2>)*ey{w8vKh(BD)yR9eRyRZY=RGv)Ra0M!J=AFn~6 z(RA9epPhw{m*<}4V*9Ahq?BJoWFlYimc(We;tb(KFR(*QsH9V+5=i;P$nUCCRTqUsA&IuZp*@{{H+BsnpvG9@W-^Q8~kJ+S2pK=NLeG+05nUxpu=PAkRLH8M6==B+1C zF%;uA(wBlPM=;wTuVqhXSQ*|Q=zr1V#4}f%8n2sY_V<*pJU$^2PAjDf$<9{~2aW?* zhQ4J6EVVRA5?NwA`_zT<1&4GHFYJ7ZP)ydtku(AiiV~SW*~PoSMB|5I4$>2@8&I^? z=wW8w6>Aqaa;rGziROh?+AA&J8fo>G^kWvLc&NkE*=aQZ;B@A%a~nSv<&q6L%J<$% zdUv1mg3c-@d(&N$!)LzojoKXwiR@mT-jPcD;aFw?ASMf8A9)Yk&{tlqqh3tKf2E%w zr}m158Lf#ORQpC3h2@1+f$akK62##Ot+z#ms*8Vy%d0xC2W?HCn76q{Wh#l#OAiS1 zfal&_Nn25;J6g+4Z0%oO;>9ekaAgod{J)DGjY4Dn2AOGtBur~u-KN9FUQb45HE!7| zV^4?8fafJ+ZK3o^9VfbhBku(v*BDmA4NBvEJ*-h z?}CZ{oOU)hi7u3ej8c!>%-*1ba+I?XqZ79xb~|u8ASb#C&J7>i`O&SpQm$bk!!}++ zC7HtW92n;In9x4YWBV<~-%ZWkwM~lG)*6^VwpnC($@Lxg?n>}*uUE!rsn-`(E~$Na zrV%MOc{M$3xK`@s=AKB+2?-xFGgqY7eC+l1s=N`Zty>B?aoc(KI46w@%!{3dX0P}6 z{)hxQvxLQ1e3W<+IFW*pJ0UdXcxU(R>)hVQN#!~#`Vo||d%4jCaDNwXaD7pWvvrCh zI4|a(XcibhUr_xLq{3;T9Es2F1CwnJ&{)ln+w3FW2D}b z;GnVxF8t6e4Ia!L_b=reMwdI}LnO=_RO6v^cI_7k?i-`JTvWY2KMM)vnfXmbn77#l z5uRH^8h+AR?a|tdP7~Bz+No9tgFAaNDhoaP=C{4vr}KlhwyT@`NnhwOms!hbnNu_% zc@5&o*nr6tgT3^!ey>5zy%Ni^1gn^cY>xA$+k6Fs5q}fj&siiMwG1##bc24_s&aqU z8nm6vb9$Szi?iEWQs5WyT$)vkY3l^?PFh|&zI)~PlIli}X=fIZH~oRtfC?gr(4^?u ztqUR0C^Q|;LfV+GRSs4+ISQEQLlLfwaw`eZ(c#K{-RoKQgwx?CQ(ql38NBEI>wppa zkW`4o8RMfnq;HwK2JQdqQmf3<3oll&rvTnTV?aok-}}ucUCq-jUBv@G*c2`?I924i zvn1uXv)TYFfZb8UT&4QVZW_{0r`Ys^eVazaYzZ^s+_m z29z4*3-e90lC(7kt4#wrV@8BAw$95_8V)9>KTHCl$9h}^Rmq4mCay)nr4-{@+gH=W zmZ-XtcjX`TXRJ>b%{$8Vx!q2lmH#}9mwSP%jdcuMg8LWiuO;RvEg{#g%6MW-Q>g%f zd!K`4Px@=d5vz8E`e>~C;C0p8b9+KTI}*OQ^kVABfk(=WSNz*m$tzanxVhFTSGHj< zXs8hXd$Ya7OSd9!)+dgqQBK;*4d}fb`MS$96-sL6FBR;KqoG_KoC$0%tJD5Y;;uow zXAu+!115z+C4cq#?%#V*h3dcx)r@%EEk1f-cK8k7&mQKUUjQZ9GKA*FxFCn_qtS|? z9dE~C0slQVfA9QlbF%le%ZtN!=$-FeQL0vmQBYIw)PAgJ?GZ>6Z@YF^qvR7pit<8mSmTR z^NBmS;=oNu6H4Q{MD^J&h)AKO}{G*82=& zrK7`Y72a3cb-#lIjt4^$XKFnHDlX}h2LnHXU4F`VaFEk}9&3_GOv^-H-(mO_F;gxtkb4Ojb#nP4>{KESF05wz^0Uak} z0@^6MidoUz<}`q#&a;W2$+U~iF}IyZVs`cu8wwzY!(9y!b(iqDvb3o#2UC3ev0X{y zQAm-rOPr$8Ke`q^rUwp0-UA| z3^LE^a+yT5xxLJ4_#hHw)LGa9n_iSeUnL-U!Wz7ksKv98C|4*gD{{_3^YA)j>Vvl4=5+sXGtm#fT zr90a1U)q=_KLjtMi(Lr&_s*8z&2E-9q4ISmJw!$l1kh{>EYxU9q`jXf?{{g+?4&JL+CA6sKPwVb)6)~+z_`L(? z3)4_d&}4VotV{mP>)>ylgsJehSjX-gR^bwX25Izwyge{$a`rh9}shjnaJcin6{4PzGq%`U_QxoGDl(BYTZoB88M<`#4>znZEBI$x?_3D zw1I>XtT%U}&@8^zAkeSa?Ps%J#G1jZ*N2WCzo{qlA<%)V(|PWb`8oahvq8Qy`ORT7 zsP!StWbVOPNh>$Jn{m%hYUzl&dNGyjZGN7qt8|}`^WafE!8Dph~(r?VQ!{qK8J!Yx@jpgowb$r@rXXxr4R#R z{j3Org%%ftV#*WBR+d91KV$mfQX{M^VsTz&_l;D zfz)Vkm#W;~0Ycw3ldtg zLLA8s@T?^_$XdGqLzpzZ=KfMg^gnOf_g`Co*fsW zyw?@J(rA?JHV$3^>oWrZ{=Sa zd402bPM}nvDPHXHf}Y>}d+w^Ne?YSMQ7Br&V(7AhitdNN>)6K}rt=M+y`&de+uG!y z;>0(=FIDlUD>=rPB#TU;FgeBzdB!V<6R8NtLc(HHBD+(T;_GCvEgJuOCrz65)$Khe zNRqmeSKdCcNO>Qh@=9E^*n28-!5-gK@Rr$q%xo}JRclNuBc0l! z4A8>U0Wc`s4QbXnQiV_F+D z{mfh#Rfo;{dor@_{b&GLupR?&KRX%ic!j1evupGlLUL4c9wZd^XXFG(#^svkbkz#Y zbZ+NGa!bshZ+hf|!4fkY`_j<1&HsAYx76dT>#S5l34M7s5;hy&ugXgOSzDXXGF)xmKTkZ+S0f z_s1`-W&3UK+^Rw^8ab>Gi}p(Bh_oL7Hw-P}>eC3(tAWd9s_u&qduvDPgfkV~qcb~L zxG*>G@u(krEGI#q|46n1r*zqGDRoG)ptgQQgim}gHx)hWCkRAo$Jsq6_-@Z088r^2 z6UCp;+fdgf215t%OpQ zM0qbQvd~|!pj;IWiQ5T-ZO`Z!fs_Mcvs@-vKJqHTcC5!F0f0ls_4xlgt^B{`P&&NSaG}>%R3F)~#Q;G~IfBG= zm!{gA3_#F#DoI55zg=@7CGg};YQWoqZ8qd<0k^0Do>VE_3Ys=Zo$$4k?rgE==nS{6 zsAN6!%j%O|7nJYxoDHGto^-L8r6%B~?TwLUm}sZc48_&rj54FU3FM`USJk8|#GhPl zOxPz~y7^hhRXL6DqinW<=S5o!z9Y|8GAT_{z@6^R|c# z+Mh`etU`IopOc1U-a0QLR^%pzL@=LLp0Dasqmr?A^Z|er*Nj%0^Uea-KTX>|g8p`B zhCvlOvx{Mv8~K(w%;^_tS**)6T&PWaZ$RPU27i+dg(xAPyHwf5w2HV*<*~MS+#TBn z{4ZvHU(IAIPhRbfv~HQPFRK;8(zj+C7VnEVK5`(i+muU0ZFLB+IL!VWiB3KCcI26M zpMHjzP98x6+NMN*Kr$g6&dXr;*>tI|0Rs@5F1vRim7VLY!*2#n2BN&DUMHKaiu$HY zG{m-tJG`BHf^tyRZbmPCSZ4avhmx{Gyu$NgWlZ4VOP{neq8E1pQgM zWPkkUc*tM>xKAU!hq6m#+^%aLhZ2hS@Rhy!mcX?Ehj?962!dU!V2;{}yT_CDOyJfUVm3a>T+%k*X}j*^%47 z?q>J@J>fFP{*#WPgI)D$&Q~-clVtK(v+B-RAlG+rq1wF}04+5DPNnc7P4NlZh9!;W zbTBvKO};6G%d4EjnQ;Yf;+d4^j2sHWzw?qwG|3s zi%ZKKY_|lVUxajKOdYxDi>0lg+s@mF!+eEey4g@8YEN=yppCvi69ZXI(KPIbppmPN zqy${2bUO1>PYrYARP}aL$N7xU96yHH@G&)qQR7<3wf<*q?5cEPaDajY|8(PV$3{aa zpX(04<$ko~ADc-etK16YB<=^!XUVu$Yc>}^fe+B%;#d9sUWdY>T(FW;yr? zt^1C!(Jul+3Xt2}6eHqIiNqUJPLT$;_we_<123N)KEu|n&&Ovi#LoZOCSkeFwv% zay+^wAHl}&O?St5WZs^+l_uJsmt{?HrcOL3Fyp_A-sN+gR(OAoxlzYu-YTSOxxmo% ztGo%dW!fL7>X%h#t~Dg5I#42(Yle*U>VNpgDP%K87hkW_|GGv<%WA>R(a_%%w$f)(YQf*Y zqow5PAj(z^sYXPdpDfRt%!B+XIFYI#Vi+iDqy?&av}o5?JxCFQp3t7zQ@3=f5!%Hf zgl$Ea{R-t4EVy4Tl+47G>t*`E^noJ5lCVd|Dmpp{R-kE&GK^hyMw?n{P!RoKd>WuCuI^9?{*Bj?t8 z7b0kxRnI7nyy}a>0*b_rI|Y4RfsOF3(E#f;OL@SW%lUx>3$3d&zt$GL_TKdnCc`$3 zRZHTFi^aRkb0DklAQeb=3Vk*kzo-9GgGyVE-7i^X+Ho`H%5itiSP@l(Mz3`OLj`ly z&@nBBSZwY)?2Wd5%TCPgBQT~S3tG>T`{KK9M>;)yv#WR;mFxuZfZ#X&&?v7mnk0w8 z$fWa)nd4;sKVEWYv7e*1rtiyE`mBIwqrlxNN zf8J9;O)4uE?xd#5$k@K=eO%9#yESB%+=yz-_xJTSs9gSK6~lO)Ph{Vn29%uG?6*70 zW1Gqh^oiTPZ$Ea(eIC2Ylw&=H0qh8wzf`n!Ep^;r}{S>YK0D_$6xo zp@a(hG!?13fec0%MH3#O(ekzSs?XP6_(-Q?-cq-B@-CJ;Sx_3=cq9S8NB5cDyrQaO zaB#i>E#4kJ*Ey^fYWDeAztZ%iz_nb(jqZdtr0|6KD2QBf7ugpTjQlvD-_Jf1J6+}t zv@8k|*17)$A4g)~$GNVL_LN?ILG?nCd&{XWkNVzYuM4LBIyAf2<_h0kDItC-NgJ1| z^VxPV`F#5OdmlC-)}q#73K@P#1eh>+8eVdE^}W>E@g?bVeD6sMO?=?#tn*VP@*o#% zs7bIkXKo2fO{nzOgJEu+RZayZ--ZfH6KPU`LG?jv3142((XR@ElCPNd#5V1!@NXMk z5G(m}P}LHhwU-o%xgMAp(^K&49%~c;Pp45j^|da-Yg5qr11jZ^U0DkkH=8OE<&i?X z>6^#W5G^B-UgLtCpW4p=i&?YgfyS*>b94N@!Sl`Ud?~K2aFv=By(It%({2MXCNj(A zS1frp1XT4jADt#kC_e<1#d+vTn@XeZ-ibfs8tIYUUzG@W(mHo9a`NfXsxH|5mvJEe zvU!P8yPwA$b(H-7Tx~*mnVxm^J^H^afReWixGAC+iLF7o$f#|%tBLvK?0DP7kTHq_ zo4jzWdVaDS-F%eZ%xj_v*&o&m>ob<0G0xJY3DK0JihBMi<$4O+s(u;x>X)Kx>NZPN z&$fh~UV?{BR8iUXj(1jswyf!VT+V>f0E;?`QeV0^nKf(rxjf|(`4B=C!95ZAtvc5_ z@D{%u=lBoKKBH?_`ADaf#TlGWET1z3vwv%U`p0&AA53e@oleZ*+3Tt+-8+)O?{^grQ%%bX?9v0lJ{J6p5GZho~dRP-6=X_wE={!3|OwjX`Txn_G z@ofZc{?xV6JmE*;scEc4SDQv#NzP(j!rY`Bf^-SAD-5v|u>lO~tA7?EV^i|vwW2xB z){TjwA$R8~sc3~W1y2+N{Pg`)PpXPelt1wWeK=OdrU`F*W*4qU-2%Uka7w3nq0hVf znz|q;U33WxDo$p!D1V9=Ok(jVD|vFFs9AMuthn^E3!RIt(B{j=!tHd^Y*oz=*uVRnVFBF1J zGT(N?Zg1PaCxs2>zukB!r%J+wxgjC{9vpfJWNQEqsa~_^3~M&0d50=WQb!|CNRf>= zR&?!IG3(#qFE1}jrD1y7gSsNw2lWLP4>p;ungp&yUtV1On&8cT+34k)%wi0EP$+>q z$n~Ls$$$@ePkCGfm;B0!apn7Rnj)@%)3h==kLu^$xMuR&1_M=LS_OnbD|Uag7L6`G21hStiarp31SiP`3Adh?0_yTwOk#&F-MPFcXXwGDu}e*DSY#C+6lMvo+eBmG*6sNjuF zY-c?@jznqH8|7O8KtfL;@jZ>1ib0f_BD8cTE?CMXD=Nm%Thxl#Zj6+tW>@07QF`^b z#Movbz9h-#Df~=O&sFBox?m#@nu5_$l0}TLUMva-VNCMgmu!kDNAQ2URJZwG6NN8{ zt$l%0Gb4i((FZ%jB2KV|mncwmPz=unoj(iV0LY1}7(8Gp(LfFk@vZy5I9yia#2RXJYC_ z+mB*i4Ko@Eh>_U-nqF_dTcW*2G3#)J-b)X(yhCp`fAcdVjjzHleHfzyF~8i_F<_ju zT9MhREW)Rx(~K8WODSas>a&qD*XT4Ah(e?|^%7~5(l-Ts%WXF{Y*q!~PtVJO@MAXX z^ackmw&y>BA_9AxZzzthO@MBt3en9MkShOjH+g1o@-?wM3(4MHE;NP6Z_HnXy+Uf= z2x2<_yRBr!+7wWI@(>)zL_u2hUo3D3Ml0VqCj!WXT6IKSC;Y0$avuz+>09#Ak#PC` zVY>W0%p|MTK&d1?K}vXZq_0ZGvMt81uY7N^a(#{rExgSAj#8LPczNIAcAvoRH*RhR zouXtLlFrDF<>-SLrsUR@F%SHD@p?e3WOquq9ytO-NC-g6R&8HGz2GXU%+(F#9#@b@ z%82Xvc%+}!|F^Fug7ZQHL($eBZWz!F`CF0bU)+2~ZleT>6hoVe8xJON8^2k_irC~y zvxiOc3v`_erxcbkeRPXDh)N^$x@_!L`(IiFuuW; z<4uQy!(No!IyI7QZx%PJlP!6S;=`M<+Zxsq1xs)leyZqCF!_BVz(t0kf9nuC2f#pQyczy@vc#Tl%poX8y{cvz z4dx~i;cfEu0$=ED3zLW@l||RNUVE zdDCx*T31YRennv6Wv`knu{VpeK}BjyC{aD-`e)H&!t26NH`wS!b`!|O@+VZWX`DuY zR*O6#v#@J%D*owQg${jE%m8R4ph@7y{O#ZX`1^WJ@q z2QA*{>xkc%y8@(G`a7~YraJQBRuCrZlFQh1wd9sCD#U^GdE^Ipm?b zs(~tLK66R!Kpy&5FRZx#(nN;{t@IIq-{JxvPdDl=XSZzio1#UJM35=JGm@Y_8M^8A z>y5}1rnekxC`%t8w+jgRRV{7Kf9lPzv4)|oDqHkFxo1c&+z{JPI(Y?YtFz@Wu{P(s zvRIkp?MAMMb(~h}1@oR=PK8G>qP0z&*d$ zb^qw+e|W_+&UqZIV+nLoO6pchW;wkh0lN!FJu}DqTP(L8i(1sVDvrCe#V=??n(&sH zxbw^0IsKsM^Sb@Cp`H@VKBMhMX?LH`Y?2vs@90;1(pI6)@=qZ-*b8(t_#HB}+b_Kx zaxWH;FSAp@HS~iezw$rY{(QHASO?Y#beNxoR=hoknvSLN`+@IRLcYIXL^R7gW1T+~v6n~G zzRf`9)ltZ<+e_7ViQyIM&Q+f0^QX4e22pD#nnE6TiK+1c>EYXVjf4V{M9!CcsxJ(% zCB0t4pr&7dRy(nA*=ygGH;c^MVruq1Q->!8(N?&5%xeL;x)ho1uc^!>R-*#!dY}V2 zBq?WT>Z0FVnrAxOYg;>VQonNdkp!cuwpZpO&db}u8-_{h9ao>M+JjJ04}!UBIe6WV zjg%8yht`@cBjzW#G`waGNr7h2xfB0$&t+=Wa|ga257 z-l0`vm!sc(#mL2`^EXg+7J?_9tbDI3DpNE07D%_NZ8{!AJ3}Nj8k=c3Vy-=f%!Th9KBauiw zuJ!*C^p%Px7kPiCNp42-oZ(EOJTqp)$zbBX(0q`q6rmwRg!3gsFgIRazZMi-s2ybX z)3Y->ZQq-ra)xUN%UbI}KUZ6xopPwY*A)$@Cr&)sS!SYH_Ropu@@I8NL-~vLCi>xq zy)3i3?Z>NxIlNuvYl*5PeidVa*IgYm@rjaQhf+Cr2zDuCPtQL_6X(@ts@Mzfjm`c< zQlpZ)AmcA;nk$=}>!;)r0MxB@pAaYSxVLPXOi7UDGxSLZaWV>ZVyirOESS@$jHSAztOg%dGfcS5S6W1P{}SvePYi$7Ux z3qJey0r`LGEpvY$wxwrGIdRj!>}7g{)btg4&W~0IK#6z!5^gPG;=>AI65s2rEu4@0 zF~Q;KNEjPca?F8fI-^s4on5t5;Ox@*uOtCK?xL~|Q`f}K&nTg&B`O9t;t`Jdi|5G^ zox}1L-J`e>rHxm;9T!*t*Irf2s95KZntyS;@F#|i1kD@F-ny6qJ}F5$0H3!AP*bfQ zd&>gAnC0HEgEmms7N5*nV_h=9Tj(iX!94s$h@wZMo1 za(&B;#$h%kDA2lc@41!0>N7!^RmEtH>1r!(!jjM^wckxdivG{U`_HM5L=a)+^un$WRxQp9{d;$tQjG$EXF1lsy3qyT;6b$itM zV`?i zAt%CNbB7@@2v&f!z{guAB?TeEgS^H6I@igXUOP{us9p!J;v>Si*Bjnro^@6QC^b&K*ShLr5&(VTH;3LOyQsv&MQre#J2;D zX`y7b_1Z75MA)KV7EwHRh#=KgTsWxa;-{Xv;k$^V4F9zYAJTkC^ zh%{IL=DUDb+*P^6Eznp*|H}$k4DtMJ&b6$dqqvuF2T&&>SUP#Otk-ka{e3R4L@tTU z@}05{wguE`2@zC!dMNzmWv&|+z2YAWAvPOnKz%OM5F}?WAy*49cT^FDN)-rL*{r#t ztFaOY+UiLp$3b++h@%IZaj!h%aJck7gC)@HZUyj+Kil4YeaT1L&$9jY>SWGoW%{NA zIHs;-caDD%3FWC>K}4_3F`~!GFLi4tt&>__$$oxA(PDimjA| zl=8r(1?hgSK;zfsL$h_6{S>L`#)6If(EjTFxd(k{bu+iP1DNSlFMote^-R;kzY7!h zI0Er*YAmn=cZ59hz7yTjaeZ1NyHw~wnv@rgFHPI81QCslU7a0wz0y7hLrrkVz^k*i zC$@}4eJTW8_{P)?%`3=!OZ^?cNT%9d0Rh@V5*`|%H>D+sKQtW5-!1|y>^3xP{ON~1E zHIi}4nH^>DlB$0u4d7z}?^7U+eWZfZhH*s)c=q0H1k(~#P^>d{r{j93F8raj=AvN| z6wD|WXzlRyjko_p3DNAE-3BA__{8G;^j(6-bOOAL9q;@E>-O|Xr*Ja7i(1jHMyUo2 z@?S#X$NVMSXL%x6zt6KX^W|+CKL^jMJc(t&5yy3|oS|u9R4@|X zLyn{FCQPO*XtTj)EU$Vl7HDak8mC4P)Lss7OvBY5$LM;)ebay0#lbf+cTUC65Wxd8zfnWYW$kUBo zW*fc)d7a-uJa_9a{CU`o3&S_*s3TG_#9h?fIPqiq_v*-eIUR^e zF0+{SAg=KO4tZHr+u7W?QqwB?@lrJM*bVU9S5>afPWt1r$g!P$c43tM zC|?dxDx&jgOIfLyh{BE;%uq&Fe3?`>z*eY=+S=dN*}m6uKvkI>c_*y^7;557ZU4*t zj_TEr;^~o=iS}raP-IHT{dJ~Wu}ME(wydIVUlB{?CT$&WsNRIkd`y8&B(TEva-HuJ z>^6OAxczkVng5^umy_BtY^gw?;`+hAtg1ipAt!PNdGd3xKgh_fQ@sQ6-!)?pkgFMdo~ z4s@aT;z~#BXb6NESeb4`DcPvK5EMH41C`JQHJuOTVyA{F&Pik$@+d|b#&cT}aiOhKI?*Ju*PSPD|lN#=dN<(c1O4 zF<~b_cQ@(Vj~BnNT4rrA2G+jFR-Sn&fq;D5jWc`8{n^5XZ!c)PPtteyg^(HO^d*)o z*Y@#}KJ)~shl|W#TRiAiI!92sLsi?ggsw73lP}g<$a67`Dl@U77pQ}3$3!$?J(N!^ zCgy|7v-w)1$f2$P8BkwNYe)m+w-9iav>)?)*7IOq>i8w(ceOzNk3sPxJE8ho%1iXK z4S#7ZstX7A!y-6a$7$cYmtUi0Q1BVX!olrlem10Ko3!MFXP8d^-K^2t$@m9BoraL4 zDzV;!MX4K;)Tg%h5HZ6uubZxt>tY}VyJ^|)nZ6Is7(SQ_X_Zig)Whmb8G&6YAc zRENlV)qf)38Cna_Im{S31ii5JRR~1-p!C~{*FlN^koR?2RU)=w;~<{7(VoaMG43`% zmV60CxmVo+sIx$UAj1eHj*b1Ww9cu~lj=hYAWN;H<(>1*-LLOAE3IbS*p@)lOWX3d z8wRqJM;3}KNI(s*75$0}_`bO0ZH!DBid>V8qXGlDGB1n%N0CEB(pidpjJ{vLNXK18 z2f1_dw-8==WkMR)#I$kommPojmnQGdT?N9+#cC)j=>=M2$o!(8MRrkTxy6vMbnEbz zN0T>3KU{O92y|%X6?i=%O-SkZjgaz-Bja`xS($jG$UOn)Vg*AT`xx`Ei+42do<`Ad zPC%B&*S16lUDx8Ek-VrJAeW#C&v$9u>g{J zMH!~=TgS%PLsyZ`_p?Ws1Wfyd_kUHROSeU)>pX($W=>UtEp-%(HT)APGnC(R`vVF zrnx%VdMPk76?o0wF%8I_d2H2TZ*=x5Xn}sbchU4;>sY0HiZ@*++_tT7W+Thn^GcUj zb8a;r{}&QhS0al5`FV>UblhCe#80jy{}m^K*w}#$bgfHWE}!BoDoWyi?=l&8OVqO; z-i7kTz0rt%dom^Z{LdrFy9~wJ4jfoBjTU6@O7Rnlu<(BP5C>4nP0Gs!nYJ}`9f`KGl>Dj|0Zk*w|>!}0E{w%WyRO`*S) zNuKjuAv6kUA~&gLbu(JOu_5w)A53J%4XK=54scY9YScu!@d z*aE3ErjCuO+Nwn%+4}j@x0buzP0Jd|j?qF}&ba~{Bv0|oafwD_BJyl;9xvHEU+wRh;qGNaLHRmOZCY>Ql)?b0{`!;&Z1v@4#5E8ZewQqI!x&l=*`8kIi!Qv~c49_G%=0I$@{ z!7WR;I;QYe8GNx*C~<) zcor8c4{fdl_+>%vsL4%#P#n;3@{0>mK33*zXsgo#)(_y)!m~4T!P4Y~Mc84GEW=Mk zbH>I;mczzhEHZPZMz0`6UA@57Xkgt|rif{u5?93M7@r+%s#wDw=y8#QWS5XaMF|+i zc-=4TC#G<}5AmAQaV%M7_W2@)4>A5W|G>Hh)!zKgB)~M)T(JUdsJX8q^UwWnEgc2Y z2@R-cCsH91-n3+x(MA4chuKS`$?=bBksIt_;QzAZ&i*W$cG*|Oc#3sh2za{_L8A@N z9&3T$dTU7VvzEfhi2H4G$b=aOwDmN;5kk286aEuB@@@ZU#9OiL#5qh(>A&Y<%CEer{&s9U@2i*^LIqC1-eubMAOF7DPQ zL_~8h%-o$>Xb<>w4-I?q`M| zUr!l){84@pP+JHDLEJ4xO0bccmw&ftQ0Jymt@Y6YynQNuIfH}wVlt(U@9?Lwp2Cm(UlZP1`dO>4am_9)01G@B8&GRR}1WKmPVXr|YjVJw`(&?)1k#QP&{ zVP6>j^vf5ot0~qvvb0Ei2p_*DEw4t2uLa}Yg-$i}6=Uu;N6y>>-iiWpVyG=0M-A@``+Djf>$t_T+O}BI%uvw(Em+@r9^Rk&_4uTrNV;Y!~`a5 zw@7ZiVL_^oWH6gt8r1%d1E1zjT373=GhbA_{M!58tzt8*qn^#P@s20}HD4>qIymj7 z|0LzY@av>!i$y=J8;8lo7u6dH6C`pDoN*>4KJ-j7@0c`#9q#@mQJ*z@aLtYlY_~wg zad|iTdzOnlV^&1Net$)(KE%f< zIrbiS6>jaF)tKuRqQYL2+wen=yu}o%dYmIUzR_dd*ZJ7)^7X%d!G}a{ZwU;kZdmr& zgQ6{9d&t^re0%4%`d5kHIt#c)$H6Aw>6u|p{|2e9{$&8nsN8OvDPuGvi)y4M5Fk@$ z*bpOEqtg)U48Dylw$--R@FLSq>(i{}e99->L?kHq6>^&7O-uNGLLnTU0pAz6YtCNF*P8q?$Z)bC4}{w)SVp_*qrsTz@5 zZ<_I36IsLq&MJOeJdka(^l{mgkQc%~3U-XvB;|E?yeu|?s;Npa1f#~uc zH`FBAb4@XF1tf(eY$8xqda?q=po8m~g)$=#?PN)P46!KJtVc&Yt)vi2CBzRtEJXQh z0{3$MX`f7Phh*HL#qn2x`8_R_i*)MhG#FPQNd$YUUG9VDXCEW7bCLw@Zz^i;7k391 zlCO=J4JAC>I=`C&dt(&hB;WatRsgs=D*&r$OMVs%Q&XHv^cZ&ry-i7tHS#tEDs1}I zT29 z2c}xt5o`dqCDSGP>H7IVr@8q?a(~|Ci-?bQne{kgao@RF%ZO6MoSu`j1@sju96)Nu zHQTAYD&xm$6%L#ZmJE97y;(N<9x?ZEexcj&kDstSq{T?(>NsVHO+x4W=(f}hYU#7R z!vJQi{e{9*xyiWk9V%FTsN zQC-@`QGW)@EmOm(QvVMsx3K;4J-Z3O>cj`5S^IzJJ$F5um~To_ZwO~}!P8Q}?|nSE z)Tb}6pNm8_b`+$%uwYSYI(~z_*{Lbwnh!0l4uLfXVg(fCoWm+Qc6yRSDWTz^{dH}> z{t0Wvi>%BTp;5>$;x_F{tLnRVL!4IevWo@G=nZc4(CYsZLb^3T!t5Ixey;VCP&|VA zoP4^Ch5n@W^;GB{U6cSl0kdqkKz%Kd0Ytv?Wd~nEW^Q_+w!ecjk#{4Laq5(A`eM~D zk;nBHQ>y&Wsj%^uMNHj_wB;lU3^)ob32|y6+4kOi&;j|xCSO_vH{3AFL__}d6r&w= zkV0N+YA@{LuA<$84;CwcJ+m^Gis#{-oXHms^gru{%Zy9={&-D~M5H^F6 zlTu>i!SHV388%kukqHY~J?Ylb#}`i^J8XvL+`Ug6Sh;K!AAN}@wc@NAMf|~;SURbaa zuTRu{&iAZ+OW3+a%{+ZVP99~j-lp{0vEtbA@)Zl&T>LOx$J#t{X;9Ndxs&)BryJOQ zU-3U-HMvoa@Gc6Iy1#k>+Ay#kcrpUd;L8lwpMTGN?7lpR7gbR!J3NRm>$$DESfdZi zYo808hzMuq5I?S4|J95~>i1s0$nH{bR;>6h{7Glf09G-tUKrr)r3hr7ci1p?K#0RW zBoA=vnJ^F5#kyTM0Awt_8OUV=rjO?kO6k8GvX(6(ZYE|X5oN}W__55UtGKjRfvU~f zO3D7-G(DuN$!3{Bs)xgS~dd~9MbC{DxRStbBQE``c)3e`rXCi`mzaaYD#72vw^-<>- zw>dR6CZkQ_JIkwg_G&?bSLKe%A@z_E77{uadSS^PBa+u5wMUb8{TLkD+E2<3UVZhq zKk4_ZW1R0KqMP+SmU!oSMUCd0?eBjQZR?PcbO%hzc1_iHCFo(o`#IVJ)aB*UV6!>M zu0+Fi_L(^ZJGIziM8l0?q>16oqc-^+CElwH$S&0hIh{EFOr<{&P_Qq#ODcisM_r6V zWQw$Sv^?r-$Xh25C@+5X%9aMc6WbJqdn68A2$P3weqFe~r*5dCB@~=GD6M02WIYD5 zoVL`-w&lWY(T5?R-r_}ahuyz}CPT$bh@0UQt|Q;s9%i`&}nYP zy)UdDErqU`sE9G_8dvkbpBXcB|7;@*O_d zw&dZ>2Ni8=z>a(`J43HK5}C}JznZIxpqr2K++kl zZr^i2qPx=NVn6FcV8L5Wps=71T@R1iSlUuv~QB6E^EpkC97K|6^=bF~o0NvqPb+50HE!gB> z_YUKE#l_Mh$Vh(K2Bp4}#1Lxuww^cRf6|b|2S;~1%CCdcy^h0WqVq(W9j3I`6sNk4c4qoUtxwIfYxY?Wu3UB+j3^72HASG5WW-BT1-`p-f9@We&(4+ z9|d@yC_tHOr=vC_j_Bg9e#7R6Bd>>f37%N45}a!cGv7B zv6#u&g`c#(sGV=OwF`S1{G}@Fd_d^pTSQXVoZ(q9=yj8?mucZ>ZHeu;v5~Se=zH%q zs8MieNbe+mShfi}EXz_k3?hy2s93$b$C{GZwdHEF*JWKek}wGlr_K|Xv=DrUie-{n zDO!uySFdHc?%IIUs^{KhUetasHn>0}(5y8L@3n;)(UrNKI-T0PId-&tDbC-}LAlOo zowJm;co_RT3m<>qU676!EqqB7h==d`dQ9HCzQDWV7mMguWOF&It=l9EJr2DB&R*v^ zI;2FT^7*CvwRd`*3_FEHbxQ>`tvU(I{|MS&$ThDk)tYx0IBpv8qDMp#=B36~(NSgW zt=*w_uNUaY9ef6AHP)Li_r&4oBL!%JVl4c>)`b3o387Sv3Cw{ku`zNq%&Azm#kv#uyfhd{Iw< zJe{^dFkr6GUG(HZFaD%Lm={f_bs#gzQzP4?TYUm zG>>k7I8lfIUvp1(@hfbldV4gxjA^<8dK`4Mg4x+jh7QGi8*&9y4Ur6gtVQ06 zn6-(j)JDp7M8@T-j71PZP5ygz7+}eS6=4r@5vt!qh(L8WFa!%9N(90hlr8#}OpdyU zReA$@6N)!}ECl9|*atZ7p8 zN*)1P4PI;z%qj33^{_s5IN=FVbvpNxZ>!piF{v*85F}tVA7S=sHzYrM#Zp)c`z#zB z2@K(But9w#HSi3(*Iw4HVoS(8Q=5kUbMjy(bXsTLA_=X}lN#$$xlP zjv08adV}+eiJ{qO`gR{;7WW4FNyCHTJ*6(+!?aMz=y67QOAYsMudD{&r(f)%_4!6* z$>q*sm>)mu80Sj=WBa&z;DRQ%dHy;zpX~n8EOLUa(^wTO@Gt@0CJnd7yg>?fsio&# z2*q5hLzY_QZ)5}t`VAwP=|thTRsx&ML@lf@qqWZWw=Rb^vq5WOt)8Raxi$KCvK1tA z&(mMigUf-0T;Q!xZFe)lcdNndX6|39bKU>+*N}t?w)bR7e2%MIr{(?WzsRH3`)J9;Ni-yegKne`z5WA>S(;d57+3kn{X z+WX42*mJPM(`mDkCblR%xfM3q613yU((bZPV`#1YG^LHsp2tyGW=$&D-PCu4*mf-? zd?hBVCu}G5;&`ZRFN`!8Xn8krh}N55#6}8I)%&85zHSn{`$Jm@OvpTXQTcu<;^ILN z1={iDiQ24g1Sm%J_auVZBz3wK_ z?-D<~dWgBjl>kK>;kDOEf9G19h^zge^B(RhW>&GmB}Td51QIKBx#y?T@I(H5RqR@Z zny0V!d1|8e>$3dYe{L|mvWx|AyDt&%bTts=6sm-87z#|%(y~SQ5*T|N9zEZV01B2U z@VOMQ@vwXmIl_)mu>T}y{sJOOI(gHt_I1m(D7B)=6MOCJF|0$!E*M9Hpr&h?j9P-J z-Mm9Ez#3N$_J5*6NqG|%Qmz8WixlQi36P9QAte%V!Ft}je!jcBsl?QBTx6^X{(ro1 zy0!U$WA1uAT%ziqgoAW$!!+4GO^+`1@F)roiY4e{0O>ppP&QK9Vsyt_?-b5Y8*LlyjQm^k7xE7W&H}|Vqt7+TkxL+E~J>2Jtsahl?*-x}E zzgde4S+<*9!G$nd?3!k|gkNn}!LSh7_=Ph^%Ez{K>a!5?H&KDl5KefXsRNmhkv z&9FmNRd?pHpYcu9?0t6@a|}@n+D&EO@zzFlS0oJ@ohVI)g}9N&r?6b~wyNNR=SSR4 zuJhzSMG9VNyr=$b#^@O)!iSo7k;! zRNmm)X8&{B?|N95y;i3kOCFQ@Ln0V=D5aj&C1`d^Dy8uN1UKo!4!AfpOYSxn#nT*G z3;Kn(7^~u#>7of(f-A%V4SrSEsDExCAqL<7zS+_SySJL`xvO)Q*ra(hZf+GUn9~Ea zw5Jb{dP03ZNrGYR_x(M+Nv!%)=adMVtsb;dTijAiys(DJopgbj$(x7eDso*J`r71q zOHWg{q8CY|soYk*+CR#z+H^Rq#kl`x{ZNRBKnD;Pp18y!SWXb+fD|T51;yfOb5_!P zTja}Yl#hjIFpz9BB_mgrQ9Wwe{YyETQbgur4Nbz@S5~TPXgI0#-C%yy(aaCIUG~I#p-+cYy~{QdtVp&s<1t76*0(#kk*X$& z7Ge>HuZMlC`Qc{5QXENoW~q8-kK=yW=tGS45VgO2znWa9^965ZCt+GUs1w60u0-UN zi|iq85yx%j8LJ1>?PWIMx!D*ha}rxA8+j-3xrGtW2rag~!$wS=0ANkH&<-NLp}N-p z09>gx`c2Xp`C;rKRYb}hg#V|>Nwy1b5|3OsqGR!DP=cD8^+2;1?o>a zWQ4Yqxp=C|ZqtFLWS7m&J14JrilK&FC~Gv&@(>-x1~r>F-bHeCR-CZ*(K?1h9zzm> z9htV7ZlYY)1PgkThMZkn{TDbb6A>FL(2vDF!EFm*32ttRykm6O^7LLT;> z8m0*b4Wxy|Rxzlznk9zvG1Nx2wmOcch=BrOLGaoNEd^ncV*sUY8QFjtl`tgX%Vg^3 zAAA5)>0#r$A1~8olDq;_J)}jR0%u^Q6>V7R2Pi6VU-g9^bQ+{#jpaqf^6fI+Xn6T@ ziX1kTzw%qO9BJDttj%O6@AqYklBJ#y81adr-szsO}ri{VWGeaKjf7)BCbPOTgt%4S^88mwrc zEJbXpZ~=5(SHFCAp=7yvo23?zf&3m5P;jQbmg?88_}PWCZZx?hyf?i=YbfI|Z>SNh zD9o8lQrqtZ76e%IJdyW|4YTOx_qX`it+$3;aV5o!XzZv&8k>kE~5=Pmi?^kwh$H3Ruka<}6& zuYHxie6uaF1w5zs@oXHquhVx=pG-y{1XUtZLo@IC<#lT z@C_B1#V$9xnf5i;ODZYZo@7M+`7D!_7GgEz8TxVzZ5n)#_rJ0k&2C87i)NlHJOK*RSd9-8Iet zeP5A0IEtjuA1Sh?957&JY4tmkmL~$YM3bS{0NxNG*@Ck6J`C%z>E}<2voguFEmmdU zG)gu&{S*=S5IDK;Y#zZgl@o6>o@sbq1a<%2zRy{5}~-)p)) z)JzF-x_@hrmYcmzO!{)9Nf-YJZZEt4>!BgJec#Wi$1RI zlW}LTNL~Fd6l*J_ZM$Qb!D*4k9mqFI%4unA80p?Ca*)F$x>B?~T|V^cQ?*U=g|bww zH~0g-19-aj5X`ViB;Lywb_8JO8do9W3SW)H?r$DPuAqnNG9uP9tGGZbf1=CoT;gWDPp zITsM`bb9)J{ddIqXhetjs6PsgR)jh}haG-&BD&2>x1#N$P zx79(VW8l!uvi1|fhkSWTnUhjQ4v*OIRG^ecoM>BrXI!fW)W&%wNtMJX|9b(EP=hsplpEOY5~;x!^=lN$$zg2~e`Zz>P+ z$J46)&qT{Z#;JKu!%v0^99G76$rK|*);UU*75<$&`UGjGPH+&_z(~SMeMqUKM9HIv zo)&NT>yAPG?DSJ?KN=9>1h!+w%p4+_JA3>?e=^QUmGpml+&-(z5g&p_4$Pj#nv!iL z*RHW@wmvG}RN}O1-I>aBq8QfY%t$kan8_m;VsUyvf z=0K1M0uzxOt((!c^pFOIiR7zq;-V9@th-QpgPaQ**116Cz=gUP_4|)_>U$x(T1BaA zjt6Jy30&1KMN2&QCG}5WvX$(3>+cmt(Tcfs#eTYmI(^dBuU(j3 zEoeOkc(uyLQ9{Hd*)b%8nKOZAz{Q?m`^^MtkO1h27XX9}~7;R&lGikA>z)_24V;LHeS8fVzD)|*&vEmeqyoZUh1XnvfT zIyMC0`pwF$h*1{f`;DV*Qzb1vJLV#X>g~H^Zd^767z^61I5--fHmrjlx+xkBxFquZ(27HIHeei+OlP3aH-ktoHK z@j~`KTETx*R?gUu%U1U-wiNsR7e>O!?Uxdg*4|$moQx7AYfg+9l zFfXY-m^@I}(bJo@ciY8YRVM=UXuf@ei^j=n0T73KXO%R3b=G8Rewx=DRn!mq7%>K; z3IZFjO=GQQYfPSsi^#eU0$sspkCOtGM+MvMc%tG6Bsf!d?lKj??RUek0@@}X2enI` z^WiOAg^obI;f~V!@diiXaO4Lt-rw(BSNB0a&i$Hfxnf;?y`h4~$ou!VYgE+Kg(r_z}=_B^I_@>?xWXIo%yy5U<+=%wtVKRT*r{~!2Lm1m`#X;xf z`xhf!It)H0Ro?t-F7M>e)AE_3*>Z({`z&{2ll~&>P-aH-&&6T1j&y_l{A~3S8lt7b zevHM93Y3(F)iM0k>QB;%4->u%#vmkpjS&tK?+P|#EzkMc!cU{Pq><~XBWTrt`xdd* zzW^tK8`c;6tL5p}q}1Zp8YV^TU=y`$U>xmi3XlJzv(Q1(w})j_Yei&n7#~t~ru>S@ zSd(G%s2-KM`SPllTfd3|S412j^(j^MHoxjG@v_N|)8khG11Kh%EgRS%)ix}36iv8x z`FG4-i%fw9svcF_Tb+Fc06q&`Ex&H}qf@UqU5LpQg_Wb*@SB*Vf|=g(akJ(z0DY1*jSD*J*Ot?8M>vNvGoD2Q2*ry%!)QJ zp|1V4mzuGCuN*bmg?#uN9sMbPQk~z#@qhg<5Ls{8Y?z@bUSnDuzfv1(XnzKmGaPXs4P|K}z4f4w`R6v#?%gnDaFHW1Ac6S+|p{%?ax%mNZS9@#LOytA4-ifF1 zD{a#lX7T8aHLAm1t}K}R8Owx#cl6#El7KCEbitNHsIvXB%HYK-VNsc#3>J{Z|Eq50%kTaa$jl#CP%P%CBNV`I<4q{;Ucgq33 z{k1hdmjw?xQe*apMp2e$ALk6Yr#+Ml{VySG54IiE{h~Wu{+X00fSk63rOdX ztAJ$HDx~4$jtJM|DdFD?txOWmdhJixHpUuGD02@Vu_I zTzy-}V2rWyPx)_2T;pUNzO8Bo}~2gRE$!0I|p{Y-nl$Bq6gvEu=cWqqmDC&U6>U4 zKEr#pzI(hG;9<3kmGP5v{k4tWfZ0ZC9;xgCm2gba8(sm6!@QY90Cn*+;`1qG98Rn+ zu*qw>RDAaZf&GO+c*+ee3q8|<=l?*}s6QgG;a^sCCk|if_KPv@#NrV}f49V|jnmfi z!RL!XCZT~v4hW}zo9@E11IOC)Y z(enh)!;fWQ#w2{g)N0w#c;1ggKKJ3z5V(2T<#t^W-iM4aluZ1jjD?#1CdK?D%}9X8##GG^NWhzFw;H-lLFEE~ z(c}g6yiN<(oer&wH1H^JVaYz!Gs-b9OIh2v@qf!5ad!owdp$R1iY9-H6Nfnj>mOPQ zb}3le8-><2`niPq7q*&PPfxC!j*w319b`!1%DJaY?|I1IHuk19kyvZM4OsqX_;6}Q zOFp+IE+{ZA;`b+>CN6E#4Bes7Lc0mwQ0X3R9FnoiJE3L}6mF0#T3u zA75wr*7X1WeYzz?1f)w+QfW32r9(hU8a5E=?p8s8(IusVAl;*52&21mAThdoFs}JK zj_c<4^9OM6eX#R&o{#6_8QeKio6*QS(()pPsxt zP(ftzI5WHdwbrTHrh!eY>2h#2^zH-}Ggc>Zsv#1!}^myuKGymF=Wz<-YtOKERj?E-$s zN}otaZ)Ad5KMFzKa4!1T4(r3jKrZ3$iS!g6y*kn0ZUSBB<^TLmya%&oBW!H3?a&YEuuRqr-R$VnV5N+@@= zo2t*13A?f=1wLIP33jw%PPW=k_p>d5PG3vQ?Z1nck4AVF=;421z8yZW+Uks3?Qg4! z2)6N14jD{0nd=>3%TN}(Jmf4Czls=PCR(8fZfl!3I*|Vp+V;rSK~8z3hK_Sa{0N*K zO_}`H{cHrkb7X=1F-OVLx;#kQ2icNA?s;89%8dJgO#}4mjr357XUXw9n4t$D(8|Fd z6ioIMr?&Y{kxmO|EjI++eV5XH%PmQaCh46CbaR_VuMScx2)UQ@nkEnFM@FY>$ z5vk!>5-GH&SOscPzBE1>RWm?bzZUeUlq4=RiF~UNO|r-80zpF=&CJ+=#vIveT?#WV)Y zXxWnE+P31Hn4$uB)(ttkvWwnYhDAwKNfnk{tbCJyZEo)BVpcWVkB7NHn9ZhB5P^Ct zF+RoJ8F(XWM0Gzayo{j5r^4W@nVfJT;e$iF&1@DMICxIr{ua&i!r3r|&~U-Iy#Bi0 zd+QH096PY{h199>t$bttq=!>5+VW`eJp19T71wu8VJnS*N?Slo1(QVk*Ja`O>+v%c zA%LQbayx~IazmzaEEu`xm}99o_d!eO6(}Z4`h`W1=5ltRX~1U62=G4eHX#}7hrg$- z3rt}|0rNNav+oOST>Ve_3JC<^L7Q6Mzi62vs570<9Y2;hCE_b@INq6#(B;zpes+!- zdCJcGZ=Y4tb6iNUBzhbOZODKxP1d*suJCBn1#E2g!GIgg3x@!D%j0zX2UGV8Y0tjB z0kgKxIs z7{Ly(K`yIbJNP6i_Aulg6+ucuSX1r~HC^C1lE*S~ee~t?^BSkpM<*IbR6k5U{tC6H zTJDwL=Z!xQ4Ug9Ydkww^#iIM5)4lRdYEeKfmcNuzzO%d^pUUDd#Qy=wVp5znDjJ-> zcH1hV7;SMEXq{ib%}EsvOGHYjxEXcKYJ0hH z?9-JF7pq6Nc)XU_nUqI3jPv2RzzY=5t)+f&Pwtkyo#ZiXI!rJ)Y!YcwB^8o%m2yMB zuyZ&gG02g!+x*RyJ5m6g<0f}$>XVbdceZ@yKi~Ia;|e=h{>H(=-Rxo^$Rh`l*vPiu zaM;qNXD7JJ(=r51NDAq5t*dT=r=-AoY-rBeX|@SQ`e_(RZ3E$wYy8CKOc$mYke)w1jHC)FV~1Kg5!$QRSSr%@x?{}e_!*?Z<5 zN=}GUjU1V?r1}$j|C5Z)8t60>H}YaF?WXR@(tz5$*WzJdvq>OF$QfJGu{@@QhF%C% z5b3acTqG6tE%8Cm&j^fb349bP z$ex`lseP;tB8k%WbU&ycvsAlDo|jmu3RuF%w~NOY#Z-mHE-Tv`)>v ziA|}X%5OloO!Ct%$Io9y;?`>3m%YZb+Ck!j8+vX5xWbHtS4AcvdV4MbKfNUL#FbKhWS%WTRR_CsiSLT*q1k09d&CtS1;sNK&2;6 zlHF;H_@RnF31$3C3R{}0p_YJLik(3E7}3qPoBqph4!_tergPVgs%NY91R0u?mwU6k z84I_EnXnhH>zbUhMk0oIbDOqJ7RohynjKVma}fiK69v`bcJnI%m=InTzOUeLc@EPZ z?D@VnDmO=H0%4WP<`VvWVnua(wL6BS<*5GF%`N@pmrzguv+)w`{Zp6Q;RGkVi=~Q` zBAVVc)LF(n8{nH=UTC_umGRaqz-czJa;gJVKp{t(y=(Fd7+Nh`_dy(viDKav{ zQ%eG3ObI7ZK_;uxw2$m>I0SCvYpQ?)jg<}X0uw%m5vGVmhj+P9?7crx4}=B(iMj? z12x#|8#UC??>{@rs-Fl zfe~^E57SvB!kLFgzJQKGDTz33C z)=Xrf!OrlJ(wGafHn%^}uDY)V0XNj|KexC4xS|M=<;!Ym=`c9)1QbY+fuvP2e6AL} zn*$vg_vF%UI8e-$le~TX4=A<;bod`NNO>QznAO@`SI1|U>4D+YbsgliXPD%il>mFK z?*RsyWN~|xMY60t_qU4gF%4uxr}MC3rz!pi0>Y@MVIUZ3bwwB0?63TQ630VpWu#t| zQ|ubwEIPDoN=unb$T&WIxh?*ye2&YIsySXQ%^^DC*Ixx zwm=wazIc+=&;r5~r*^q?F>qNb&>XaI@w2X*hvAPv1B^IBs4=oZoBrlQo?+=ig1hO9k-DaLW>;MA#Z#!-j%)0Lkk{FH{{6cyCGsy1 zW()?Vymw@pa?yP$0rmkm0gtlq@0iJmW=NTchq*d_J~OVaQ2-;?#yk4%@DvNG-+m#y z*EA_tD#UwIm$2^{TaWiH2KLU)sI7;)Pr_*zW)3-^Wf<@AhIxOn99hv=w#T~q?ZrwV z;3Sjfq}hVChML(_gyzQqty_k~QBs>q3c{F<%ek>Ew+*%ZeAf6h5w{aiYzn4sCPre5 zF>b=NUny{8A*9Ms*ezz{L~?`{d|lQ>QQiDe0>_GkzX8?}{raB~?Y&9%iWFbPF>sx; zLMjO$3cTEl&&s6T?$u5ns*(5r&Uy1#(6BtvErga_h*$Oewpf4XU%&R&$Y~4{ggpZl zV{uBg(2e%|9+&6Pw{BsWnHU`i&bvXur9!;p0RJ@)KccF<>VQ;AK5ORwX8`Abf26p{ zy}!2#D5Je zUpFRarw*Jik}^9AZq$2Jk5-%&VMXmmCtgfy8a(x`|5fLKR(1w6%|(p#8DqbfP3#Ub z4y}UvTf|wCYQ$h-ygjoeu4Pz!*Li=~OUZZVZL@^TiqlvR7K`K`-`l2Z7Tb#ZK^jNp}wi_{?1Bsyk+~{LL0Rx z0VF~{#@OQ;-lrD)=P(1ea-&v3Y^zUB$xPqA3{GccK(2#d*SKF-XGmk8>V9{C}Q zveJmWavjnu8teJrI4!dip6i>{pRNiGMJ%@~gf-f&fSTibG~#~2_jE{t5P6AdU$%8M z0aS6_FSOq+z%A~kEFPe@#*~h(-nX-2nTC<^v0hW!O*}do*OA9<+?M5kMzsI45_lQ&XhKIwMTq%FMmdjmU zBo#o_+F>Cc&E@CE;a=659Xi_r&fq&D<@j&r>}^(t2{p z$mLOx@%Jz*bF9@GR>Ou&KX?h|a>*=Adwf4jPu0uG@f4}&aTu`M7-HG!X{W{#4A4K4 zYcldCVNYLilauGYt?UjQyOEt91ZKUMfcT8Y*nYrH1 z9-G~{ja3Q*!GO;l9ejQ#ov&K+G~m{;V+%Gh)#^hfb!(B=nE=O^=8gZ=Ng<7M)pRu6 zt+T2Xjrc= zRe{gLMo2z%V0#PejbsYKUdF4qhhRkWL9AJQ;ZfdNslBpJ3opR&JN-^+wXISv`sU5X zP9?*8NR9HFVP|2Zw}!1UKE09v@$DD*~d9+wd67lIRU4qC->V1Ek%V| zu~Rq0r6Q#{c>#`m{7K$=Gj3xqyz;aU0^B;LI}C!faETgo#q;veF@`oI&TuA{BVC+5 z{6qZ22woYUJSPQ`g^KBVJ%^a_)y2klpMDF4)o$(hjNAIT-?2hGHC?+!(rGTv<<>HI zr}swf-DG6}y#kTOBCxd=kQ+Mv%%*86)3cq2%VsPr1 z7)hKwJ`spdcsa!K?^(P@f7hLkxPCyEJRmmfErV7fQBo)Nk^j`IWY?6LG#hVPuFQS< z2*qdD{NY0G>#H14aIeH%cwqQ}U(ShU*skm;BbT&R+?w+J#QzStaeT&t;9YV+PdZ73 z9B=>9w$t50uX6TGIWvXc`t9 zWnVm(eTTHba_z%k!ToeeFOYBJHH`UHchmJ@b-L+V^)7~3sND+fI6t+~FD}bXULG+U zc;@555D>8-1$)zt#c|wtYoHFoQJ!46eTMgS+e9HtF8%^vRF7aEoT=6E*u+C&E?qF( zGQ&o!U}~bkvbAxNMbWVp(j?>%Y5B?mTU&Cp$h-fjQ>S&({q82#%5DvtJm)xYUJAv) zVE*oC`a5#k4gL`TXT)gWcKtFfg*E;%oN0|VyEeYaf#D>=T{gXK45Vf|R2FVVXQVmZ zyC9%4m(H0QYJ#(KANiFp`2)!UQ&)@)|mo_womSXE$a-WEAiKlAjK$YWg?Eh@jvGirzp1lPS&qc z!yPbAt<+Qfh`fEuNSey>P;%wzLYra3rOV*?Xvf$6C_%)pumI?iEiSaOH9tium|xuj zcT|p(cPSx<;D^(j2aA}dkrd+vtMcq@-5nu4??Py5<4F6~r=wq)`7Vt(J~Xd>xs*=; z+lpm@X^Y50&(Nah&m;sj(5eAaTF!E=#Sh${@(XQ9KHGcOUsV4)=0q@&m3ikWq385t{>lTthr_s$py|{u3N20 zGg>D483h4W=ud?$tp&!2$;al5p0^(}-TVo2>4+5?Wnpf+E-5`Wp_^{`o^`Rp|He7T z_1T*DhqydhZf&%nD1oTZcqU+sg@BO1*$#Q@r%4V#9x`CIqkS9{eUCC*Gg9%l)>xu z=g<^mZtYY-iy&|_a-RL2RC>(=nJJRdo8|WjlXY_ShtYiX`qsHCn}H?C?j}pQ=7{oa zdnsgef0I&35-CnPWMZA!w6`^g?`1~FLZ_+Bd}@73X27joLf{0T@UjruU%CCWw$Zeo zr(HkWo*oH5{8>Gpx=ksk>*N0x*cCFb761uvpKu!AeOGq7ZgJ}(oimZM8_v9mJ@fe2 zS|z%mhP?UF3jc&3f!Dhz=wz<^Co<*zqP#3X@8bZe>WRnB;`)BtNYG>j z`j~x z5~_QoU?0toeq@S}R*?MmYnvH(<+@tmzxkv!Lg@bEmqR48kH%Gvz;T!d5+jd~!Jai* zCFLLCO7DO#!Xo!1afCKjiy0lSV$DcaNIA|ith(}r59?i@5Cd+t$SO51M)qh^IZ=-0A2QR4Jt8J1Zd>x|0s9euAK0#q3J)|%_Gi259xr%#b14_=Z}(TaNV4VbS+k=?9E z5!VjBVko)+${6qy|CGI$^(P3kN|b*HvwB8q*-5uqg9*pVQz*|Y{^5@tRhH!@{i`bc zF4-EfV|U#D)=QD(k9P^QmZkkou#TEp&-&1Yd$t@{R7(%!CKPtKeV4`G)6Sk`I}WuO zw`Cb@P1bB&V!_vqKGJ59a(0g1|HUYQxHK^nPfc0Sct4R={wZ@mmOq{*sKDt7F5D05 zG+JC<0J4qo1Q_;#$`k55`?Vbdy&gGDMRBt;H{s7{9gYgDa9$Q}8*$unGL znK%7D!{&DWT9W0hCI8H&Wg2|o*Vgd~a+}n?)NJTMWx7Qt$0P=4O8S7m*vhXzsw3E>tcV>>81i1sOp`u=+aGjW+?gxiUPfEZ z{BPnPBgOn^K}Ga<((4~@&~x2>k7{>mIfgStsNelxLT>wC(e)apZgS}g8G=T}{;R5D zz&M{Ml*x*v(pukH)}3R1L0z2v;lGA-@k8S6ap+VO;ELmHEAijUKjnK2$#Js1B$wiz zsUxZU7^v9E@d{&$vrZ;fNW)5WzxkHfp9x;vme6IOGQqPp=z6U4+f16+cZ}joJA{|6 zgA@V+1c<|m*lo>#eh&}o+?9n%uq(=Cxd16(?wNYEy|nLdiKd6ZbF``@&-_Yi=O`Yh z=sleaLPkHF<0|>iqM;86(p>PbG`;(JU@ruA54u^X8=CO|_AJ&v5rr)+q6XG12to_N zaEgmodouC_+3}~4Q8cY55A!LmKg)2kewavqtnsqD1@s7<-TK*Ea4uL!6r7c zUG}h$I!%%&sNV3zhwPwsGJty1Eq|>=loLD+Mv0zXJV0yM zA-NPDv39rE0fUwdHkGk3ftTtI3OF#mb`t08aW|pDW^EsqFTLt>bzrd4B2|W$r!v?; zu0(C*i96wX}e9^QQbm8VI6;5~vR=arvrh&ej&cLOiRtpocEK4&7EQ#51T;I9|( z!pw3nw4I(Ttf(Hue4)2%9rQf@tG9OkgFDVCzSXfQ2m7jZW%lwv3OCg7j-GwVG}aWa zf(@hz#Ub#6F*u9zGCXnAm*F;c4t8>hnHAk0;^k~wL0nQEdYcWfRytw%zQa~zo5iDX zr1H9u!ckH2bFf-^P_Yif}Il=skw&qM5NPvlm(+1{>(YJjQfe!G-(3GS^iU(E4! z2k$JF15Ub`GpAAlXzMdmyaYEMSM+E@o5}tmBhxwD-Cr&2GuO+PrR=C?6f5;E#i^Sm{r zW;d>13MM{)MT)k)o));%@LAKfRr-T#Fw8|Lwt&ZzoM80`VcbOpcifaNjm^7Zx;^Ke zbGw+z6}Kz_ToQxcmA}|HTiCwJI(`ml;_31B{)sDvlr|V0@N+L2@O|aIFH3^(i_)}w z?C7{nNJSjUUrzj9-d7-IA)Pf2xGAoc%#+t{mx_k zQ?^}9(;3&*!TG1qm}lEE6BnsVhRTlF0lF@bv^lNAsu3i(dQAT!2-I^FMz4_{^TQTR zqVxnfj!d&h@$~0w=K@2l_9*I|ml)mhsS&*{d_nL-sv8ZFcLtkRnztIQ^oQf0Q^>@Y6U&gG|Cj?YjT%%$BM}^(b+V|vjWE&@ zeHu;YhQRCbJZatYki`l(Iz%5dbL2uQh~q9?`GY*^i1z5P zZ1?E0i;M zS6`Srz>B{a94?Wd9Gom+{e{BU=ndJ_2+B+*pO+kb1*pbLvtO9-xBzDpc^~j5o=!$s zb{m}IIjCm_-yTnm37#!Fe_0<)R1MHGE)bpf(PXfoYcmYU{$U} zq`kJpD3UU<$Yod70}_uZ6i6jI-`*=19j>xV?1Q0>dj0B%%jO< zQV^x4H~2AD<#B&lg5mw`W>(+d=@`y!O&niu2Hyz%ZA{WwFf(k=FIz=m7mh1)Tpl`9 zn8%aYf~-(iX9k@-7PHsnsMa48PGons=#zefODCTkb$HsvU+uw{HLJCIDH8g2b_p4M{4C+YI+587en2PE1Gv zw^n~(xS5_ZkfHXDXwL5ux>LZEOeMSO?zK-a-79`XW?vTtWYJ&g3O^rt&~M70Py6etE6l(4k1M9 z`g69^$!4-`=5QU#*RIOh^KavfKVUwgVJ4-Y5{(7;9hbd%uC^v{dEao zLqZ)Eday&;rSP$Mpswst@zsdx&ZHbyp`Ld6+~$qJLb8_}*wQ5z_^f};wAUPLUAS1% zwuM7+wb;7b9p1^cuUT);kG98(CYx{%6aXX!6ztm~TC1_O%?|qN?1KX45bAO;O6Jtv zsrtQ{`Vju#yuQXYr;rCos}~feCo}-1+~PG?TlNF|+`DDPnJxaK%(h<@9n4xdWH_YZ zzmI8_hWsdG0d|ABIYLb{Rmc43nv9Uw-ZNK{A?mrMZT>E`3UJ;1nvKOAklosKb@v`u zK*y6cJe8P`Mr|g~w|4V`zQsY(0ym7=ld3E=jH@&(dAQe8FpH~Xe+p6iOxa&Dh*CE) z+mpA@m5gVNdxVH5LI;3!D;2{a+vfb3d}dK2b6={O{R71IJ5aW>Pm>+Z%=MWiI`SxU zr^$?g*YJw?8Vk7G!NFO3mYt6Po51^1pxr-keedoP!P2<(@1%9n14O%BgrG<6v+wro z?h$*t7WX&3r$vPmtL&8(Si(994l47UN}do!R)V4R*Jo^G2?a0sXA^^c2*N9Hw26E` zEI+l)E~t}rC_3M+yjD8vn>U7AO>#IaKy~|KR+7_-xNr9D)Z4d|9wSH|#b*bLy}66h zok^)bWaj-?<8+{}w9NZUaAT5}BH+)3%OR+Je?0k(nSe>p(Nu;*vyswLuP?NmRUiM7 zc7Fu`et9uJEl}RrJ{I9D{8EMV?^1h+Q*Yhint}h@C2lyq@jpYb{1c!oZkB+3E_1kS z^hpZyCmN}Zc$7(9fD!VVh@~lLp`O~oSd*^GCkS~td9*n+H%2}svCA-g5V16B)&pS3 zl@Vy9s9|c$V{vj^q(f+lqBJU>2YqVAryiUagZPzv2@ozd6&e^uk>_q%BK>e$no`lqO^I&i|&-P5e%9(J|R8T+Xkvd_J{S#T8_Waf& z#1P+?%zZUfNz3=IA?KSEb3~<;{&qZZeXECwPkrHl(gOT5SYYqt;g> zmn-{NF2{rbe|;tTS_c-BMCT3)V!NwRbv@3YH{!l7QwPpF>SmeSwHk8UK3wXtYtdfM z0aV0ypEQe4?}^09*79Yka2+eMmmd9eLOv4iadvayyXb)dg3&3#^g{@g)y zB*ddCTBKLf&M|$bRo|q)qvN#Kqi^;_kksqkivSh+^IaQJDNC)#HmQgZOkaS81%Jbp zSvrE~(}L_(bBaJv+yBOXlq@faR_ZjqN(bFIaP(}@&BU}{BQS~6Im~xABLd(cpfe|o zMD_Dm47Qz@xx^~im=5c>nl;Z{95>h?uvcEw^G7ORZP#^2(%epKIZAmXr3gK8%i`(a0h+FSvB6XYtchGU=0& zSZX35lI=x{Q zEXt|=)Zve>DN#a^;polYnaX61w0AmK6LQS8)W7B4*dpYY{0x%lc;&LuOHIFXEBn60 z83C3JK`-*C@0cxW9UHf#u7UgW_Y|DBd(*Du1O|(%S#qDT-wjrR{!DO)<3xbk1L_0S zSWa~b?lF(~x3*@Urue}x#HSL^4a-gaD)TGo>)?2j#$obDhNEE=TDVQ+r^k2(eR!xH zq)%jqBSVCX;hUbIW>weC-D>Zo$)TAV)8bwDR17z``3bFBdo_zmq8@N`ruP6p8!z>N zkT$^Yen6z^CZxZZ8x1NQSGu8Mjn*iS@->-2A!?hIacJC!@+4hLphC~MPojbsn_ zRSzV36mjoMYsYQBKtk2}RSy! z@F94BU|kI_fvG~eV^aKoIklg^M)U?I}UZp-%zxt zrP}(?nB&mad$uU2d-uF_c!0@Z`?m`tgWmdCSvSfO_a3wn!;&*`J=`Rs+CG%7TXVR} zMJm1S=R(S|mU1}Qd!e2CS^L>>)ow$+ye zX$sMmG`_x@8Q&5zSMb>>b)+9yew2U3Xv?x1C0uH$fv-XtX8bw+R8v*^vTrAT?Yr#^ z=aJ;qUim{Q{3nBe663+TTC4f=hdK7ZlL;Z??+fGc(6g7N1*V|k<8r*LM}j};wO&ig zK%8_3MNqv_)07jgivmvG_qC>TO;KBW+7%1AP-F24v~|FXhz8H!8|hOLDWm{L7&qmB ziucvi6s;E?M#eMN+yffbVEo%1a`$IDX-&+(p2?j*L)6j)u9TdGGclNaQ?S%ysjRr? z9iZUX$D-4zkj;IZUU}cJqG(8G?C$v_s&bOI{YOPd1udQ>=cusnfui%9HW`Z0g7zDO za?8k4$X$L>`+~N-Q9CQGT!C@s4K96*_VH!!X1d%2%Nh2~DL$rP+Mr$hIw=^lQ~xDo z+nfZkpSfH2DmC|$wk_uFfl5KSYEY93k1y4Rizce>I8kF$t<}j+{b2PO(*f}r$BD@5 zY|K`u-Kd372`*vcErS8joT@m0Pm#{3XLr|$B2yOQl5pIUaVa^Z zk2`6p$+rHTCBQ3G!a;|Wylg85A75s|kWCKu1FaAV^{Ob-Dtp+l|y4{ zEKrgq+Bb2N0+wlm#oU2J+&-g>yC%JO+KWF-jsUw(K;mf zb#X2eiqsKg1e5pkE$)dXhFBq`9oJto$bRtMHW5~1eF=Ol5Q{i^Ax#?mL=Vr^iXdXh z(+6;s4-BZ{STnvs6}yfbINILY2sy=DWCog!YI(;BH89UrXD`1d7mWJQqPB_lZCzJB3 zt%XVF|9pu5QNR+4K>a~{tcT@c&bH3$Ddr(}=Wd-D^d0S}r9&lWsl^rU+}pdofBoAw z{=T`JzU0HU%{HGdc?hjt)DAxJyheY@!jx)|Q4LK95TzJ9rpBa7sxc1Asl5Kk;Vyd4 zMnn}$Gs@RF-WvX!k(#$$fPT>~nzG!uL5-a|dgTF?bk1F3!&EtzF4Z@cb&{q84!k01 zE)&0ZBfeHAkpNh)eUFrK8fa#PI(tG%*vm|AV%@xkb|^o=N>0;$=9=BY;pvLCT=b|9XDGw0!*R6r9()biY ze4{4eVc0axxAH8mWc-(%V*-|vL>EW)cRgN+_E?IFm(zKr5#@oFkg+nM^Jncp+6hx4 z4Tk_FU?Yj7jEY|PBgyR=_yZfP#X7P5%*?5(1rK_L+M)xH(}y_Cxo`I}sn?&3SIl)Y zAVplrRt4|1IC@N-+9m_s__BbxEgtYF+i?muqLtkwVx8cYWIo}3lT`|t)D*lVWuKC? zP>{OhW5^v4KW{|4S`*sjn%dakxSjR;KDo8*vh4@U_Qu8A%M{to=Xl({vgmKvUbHsu zu{R8G+-&Q1pJ+0ystDf46vIjS3z|r@*f5Be2&H$8Fv+mU_+9r`?J@87ufKr?mO17I z=pvoh-7A{dS&V%$YcuzPy#$jA{NLW^v`bb_-R)6Cz{Ch0lhf2~&##x*QsUAm;<(#x zakY78r=d4H$7|;OMHwCQt2R@YYYxWY=+zX4WG?ONPfd5rzE|Lq#Ktz#VF)Hg_mu#S z=i7JDD(`{1*dAlPX$u|%Dg0nW(B;w`hJ+A?TXtD>*Fn<}`j!(K!B#2z8^%BhgC0#2q618?cn9nD{?bY`!Uy%1^p|Dwi zO(9_`W7{Nu>z1Km-5^9*70ZAAv%hZ0@In)XAd!C8&U0QCsTB_80{cd<`NAam$EayC z4)1bW>@8dwSo0w3&t{j^>Kd+)2x77!c|&y9mv^FG*=LKf0=Ln@1f&0Oj}EZS(Zn~l zo&wL0k#l}fdLyg6k;a_6tJWL5?)ck4w3~`&9(5K7rhdn9*RfZFAveheCV^rXw6jhr zi%9^EP#8BRzXIT(wVhYDSS-$I&6#N{4ZfIk>9a8f+wC*V%%)W^$eeulVrlK;W&t`g zmQ+EQ{idQl!pKg4BOpVLIS~i7Q|>ijs*TDLlc@6FN=AoegTfv>G8N9?~GoY z$9$@&7I-%>^+-#8K&tIQ?hdl9rIfYaC5jK(yvM*G(G#o)?cHClP4TEZe|DXe7t%q$ zOoPSL?Z2hH6Xm3fQ2a!`61w!$1!Pn}?>lgu-7W8M9dPH#BU4?41hu}^6PkRxGS*LB z6$|adt{-x2igE1kA`cWe7YI14HO1hkBd&%>w8XQ_p#5z^dKt!vfaX{CS1fl(_fsc+ zu}L257_%z|#mBg^A<+Hv*js}p|0vo*aM=j-}k zt#jVuCCI|2tIr~z7NtIG$I_UOo-`NRKCoN-ZUUN0Z91*iY<0D1MBX^!OM$8hBC39% z|2NWunO4P#R-9ZVC3F5=j941Z3vCfM)AhFZ$1L|EsBWQPkpK*9*z?71wGe?3TDyID zpOuKxzI?khf{#8suU{=U zOHi1)@zo3^r%}%87ufa}@#lNvjK8KF!KFI*Lr?2x(pBmootI5rclPA>+;JeL_OI5< zNo!GB(7KgqA-Ryy@#XM%_Fg!nDz5{-Lk$rqECsKWzc=qeHs57F#IaAuYkly>Y1=@& z9&|h;63QRdWB!mybcN_Iz5LdYQsr|7|4_HCt%Id+#Qh`jBRdZuyO2MVq8l@HrB(6< z;eW>>(cxz1Sn;cG!Xnw%t}{aE$j&0qaM7D4u{Z?;?;ARIbdHjE0T))Bp{gulWI_}~ z=A#MP`YRDEla~n*)O%1Z8qcsou4#VxcM2AC{qz-+)QI_}wpKIMR_MGHw{*8q4E9hAK~=ZGaS=|!vzkE%V4pk1>C4@Wt7}|@sMc@PFq4?S0}Z*;kyjAOG@M#0 z>}s~_h11>(%|o-Zvb*WVY^U0DOl3KRknAF(g@5l=k>=%?HoL`%ul3a$#%(Rt<9=TE z&X2PRR6-7T4D<;0FLPaq_7Kp6&QI9}Q_C(Y|D|=b0^V^1eH`H?rDT}-kd<`_uHK@6 z>jM57(YM(Q*!6D7nw2~g;u^Hj7$vX}-OQ0O9C;eVO9$RX|A$iHInHh@7DSa&GKf*GuY>k(bCaV11YDG?`p@vYr3)m52fS4ScWPN_bCF)X!~qS5EtxAj>8 zPBlOSz%5(IiR<$m0~gyLU;<4X;$BTA)~3(1o+FQ3dB%8T@%Z_ zE6h^o$`?cf6eXn>DbIHYB1wOF2Xrs?{tNp-CW*r9)_T1m=IewtSbC5lEvw);9mGkunL?3TJin+F`;>& zRxwM^DHhuIgbHONAnRS)CNzRLw@2=srkpISQ4C9s#DT7e^G_NBC&U58S^1_1Zl%t% zgdsDNNnDFecGE3)_TKllymwu7y)p=Yx1Wx$#G$q}GgJFu-s*UD_6k79u>R-Usr$Zd zX5RCXI2Kw?3N1V!hdkKW05)*AvJs7#mS9X(xQ#OW# zJsck*6;7^B9pm-RM~3)JAWf;YqlC~AJ!Cxh57HdFxtdWPDncZI=iQ^vE{0JHlnby!+ zh##@v)tO^YS%uNYkA;heKREkUZ|vI(;;g~YI3Y$b0_-939bp@~oSrzlj5YsVJn=m+ z>Nh9a(w1M~1Kb(E=2}P&ud6UW;JQ!tO?R9nha{0<7>jCqXtoE={xK4K>$6n3CUbP0 zZA0<+E|f)bWck+fWV^9v~U)x%&sD0KrbIvEmqK)s5KjsmKHTi`aK78|| zg8(!Wd41&R5Hc3m1AmOpAIcgQ$qv@rqyP{>ZF_YCJ76SFL+J8fUgc_ znZlz59Q@+*o|$n-4Fv4Isp+_mITjUq4-RxY==$Q{*c)eFqI*O?+r?5i`+j5=)(+aA zIxRMz|9ydM_p42UIws9NRn4~N_x29*2Y~eiO^_)AK~hii1bAi2qT7@A@sqS;*Ggy| zZ=>SSHx*fK*7M6o_V@Pxv5)uVr0S^PP7Rgl{<8YVJYc`>xVfXj=$6fym^(Vx>-JX9kUa^M;mFYj+yF7 zRO|jVI)%okzYgT6G*kTGVcs(lu(%5VXKDMHNGYUm2OZ4ueRBMz9`0@{Na8PD_{?jY zEWE$kdns)=;`v3ke0qa+4|^`^rM$}&S~@3=ncyS8VW3ZKCEeDxLLtc!;Ozh5Bkq~67;c1PJQlq?@%-}3 zb@lGeLxD*SqWs*V=m*TdUJ+)H``OFKXPLXE1ETPrT6R&S*0sA6YwQ^Aysalwbn1kJ zd~lfar@*oC)>1>zbups8pc7Y8ogB5i{Z%}_J#8xH_A-7vBW3ecF3BuX6DPdUF4*FF z?JV%Zp;YtD)oPl<#n)eeKXC(qbL*HOqxzc~^~B};L0@Wl z+`F&sfG#Gq>a1;2xnq-{sL*~*k-$)KU>Sw_?@i}}}Zr<1&o6efSVJbDHmhOaqN zh}|5~j99e&HHFjDbyZwtwsjd^_55{-8anC~8{GR~BW*gx;Sg!scTiuUF+7K??_a1e z#SQ=$c;(+MX0Gi+545W(NSpeCEi}aL!{X4ZEjAlhTL1a5?jgmNr9$`YSp<&$qa6eM zhz>9=(&(Ch{ErRm)gKCA7Dm<8o;`=&)(&}MM|eMgaS`=0eUkaZR8%stOz8_U`taG- z6RyO^@iQSKN;6C*OtXmS4QFsdW^`qPgb)F4=FCT-e5U}Wp{m}2iY!keS&(NEF z2$~@S6)?K(`HRUC*Oebkn$gw0jk-hV&s9}o6P{6V_59cDsN7kUBz(hL%VP6oU5cVd zNwX(|W%4iWnzW-#;k~2?w%VCEK+_cbO5b6-uVJ7}Fe&*u<6xjObZ;vG3fr@nE6n}- zzul*Je>{eKF|Z?eW;xRB6`G4Jf2IvifyKlAqq9?veKh8bEH1Bi!BV*F(?L0vVDJMnYj^=E13sR)4a0Akr~*U8djz5#>A0tigAni)l?; zDh79ByL)5y8?Wq}90ihuzolA)P!ZK39fDaldY(erAA|KYY7?gv#br}Qis#10$fCCHC%4!~h1sYbiG(5t+PCd=5m&z-9)j+1)c+g*sRdF*E&bnhOd(mt%CRL>gLoSGUNsam}XUyv4EU=$bS8&|FUK@0$QM zp%BCPWqezIr3AR@9%-=$Tn*6ETTIhUh|rF-X=iRAD!f}?QO+UTet-0rt2rb0{dMfhUqL1Ck1!Ctlj*CqP^QvAeMxAl2i?t*i+pk%)Libc& zbTo9Vq9gz4>zT8Wy&~S#h2KXN*0~azdKm=NR`@P|rrd4QZred0;hUj5yYdy_=OAjI zx8!Jwzr#`USdE~LS9faNtPfgvE{^2SdMPU2>gmS2gFXTfigq`CeGdswGPlrm)kHu& zMCNe@Ret&F;ols{B1VpO#H6pl+_<-~Y3)}V3!Wt)B4c{E`YZhP8`t!Nq}#m@@GbVn zZrSsXBEdE*@vFI-TwDCG07E~!kEA%WW42FJtXD5Jx}*8qd3}7(JG?Tjh#ic7IyBxn zZM5mEMSSrKUngZA8pRBX1VnRHd^Liyw&|mKBoHMFBzjBRvQm3wzEIb&Ze5)1kz7OK zO5MoX$q;Gej;s}Ifai+n{MDsu3s}v&Rn<1&2jbJEcX&4|2et_HVr$2OdPy+0=f5xy z8jHmdk7d-di`qc&pXlG2!x#93f#3O{{6Tav7LGfg1KxZI{quF9-aX*lJMhB0dLy?w z`9pvax;SF-uOyU*xNTfr6v#IKou96kO-vl*lI69vdHQmLE>nyAlmd0(HNHeK#82k24#PTU)`}>W}!RAJcXxL_y`~t1J{f=#M2&_z9`)UJd=S zRsQLRgayU0jI@Ug+FRU;nr6I}HPbEYrPeQ))uux#M=J9E^SgF78A1LcS91mcr>iaO zRwdFnJvorvdPL&7GU>McCnMAYlnMrjo#+7-!ifRCITfFwwlo@NdG%tqzJk{k6wu18 z!EybQrk6U~3ofkl6IA?r6|XU#AtG}V?gmrb`IQ|$z)qct-l|~?wUbjy3a^}|X7^nl z1!?P|lAS8sEYFqCs@IINF}#pjpC{cIj#CJWFBGh;Q<2oqfZG}{ng@ZU%$4pNB4}_4 zWsoS)CU7SkEzoooE2BNSkyEG%FV%%fIOMW9E7ar%ctt$7G6hYL9Ox+(Ey}PhE{ze} zYsufP-HFs&ok|OhdQGPQB++T{=`yPFBcP5J{P3&t&q36s_R%{xvjD7?SDcfwKmcEN z(?X+VfNiiRMli>==)Ak-NG9+VAGCdHA_4?Oa??ltZwq_+ z+Xt#v=RJswRy8*%N4Zw%htCU-1y%XG9%awRxoJEubm^A+;%{eM@5;_N6MuLL-oU@; z;{0TXYMscVGAROFx*X)q7dM;}qL>_gEvA1d?{PLW5*R8+PYEO>u~Q{w{&{L&n~D^A zpzA{XO*kh_%S{5EEAQ>~^Jc%kTxnwi?&*IDA{4JGu^B}z0pkTY)09YnjRt^B&^sz1 z&Z=B1hv>=n#Kmu>{$rwB*vY$~DhhB%-xp%Z+{rq3t0&SDY?nk%OPd@5#ygrvDl0D` zw{P#ngY^spz7zS?Y2*mz84VHj8B<*&06$iK1t@hKT;9W#n`eqYvUk# zv&kuwiF=bUt>Z_oyh&K-^{$A20zw>vZ=&`a8!C$5B<*dmB&E@y8HEa`_nETBHGeGd zU=sMD`_PZF$~r};2D6inNR;(uOnXE>cU{VVU=)YRAs^}6_?L_YZ@IfH#<*!n_6T9q zdB5Hqr?o;@fK7@X20jh{R58`A(331$!(;6BxBBMwKJ~EF@`D%8xbG*7;}a4YEjQO! zz=U4H_>?j(LHZcDv=7#YR52$lp?qKc1+X@uJj8q_5h=r)Q;uif^xi*Cx8Rx+eBtgj z4s5^Y_W&4VRXjE<`P{AXb}<|9ob=Ir`AMmbwM5?rcYjX~nBRA1)=9kGrO$87uJAF3 zdEa{KR<;eXpz}NaPqJ*6J#xGr#}VjClW3=h?VlC~s#X9Y%m1*$R~_PV!&&g{Vc2fx zbAO2bi;cx4Xz6eCYLSJC1qxpK8L09`Fict7QUQmp#HRHg)s46s%>7GZ3x8O{6kn1lw0%< zfQ09a3vRCD?vV_$w8fewo6E`_-^E;tydR(}4U&O*#+FLxHfhd$)E2e!2eGcHe@5#4 zonDCI!BCjrV_e8)B9PRD$$LZDj8<4{6D!vcF&KA#&duC`ZPSvQpRp2y$9HiZ)#d`T6MoffQI`}3l3XN$K%;m6=$J21` z*R`VmfDrYl2mn;(xc&fswa-k4urv+W|DFa{L?})MYnpmfT?=P5As8aeN*?EByg%C; zi?331_)s871h9(vZD7H2@w_%Rp^U4rn@STKVHP<_V)GE~@0d*AaDO5Gh{*qL{V%(_ zOzL`MPwFX;9}12bnb&4eIIxCz<;c;<&P3v*q=Z6+>t9v>+!UwL;#ceg zt@j0YLuY=l?e+$`-1eDg1$FWUyktGJbwrIR1vFZS8b>HGm^*FJH&vRKeiNgeUN^~1 zA*nqvncDO{S`MR6!t6W8=*$MkNiAmkNqEJR*6t*tNliO$@nOyLP`*+FuP!m62lH|k zznvj}PNsycFwa@4CtTSkE*1&$KW_ug!r z!#^gp!@rD~rptEmrx}-z<|1!u=ibofDXajQ18yc7QR2&YmNxHKF%U*YtJQnlC#13! zBoYrUrW-+Ot-2t4>5|DfF|S@H3d$wQw%@%i?CzEUwHF>eSpHL}A?}ypqZ`@_eDjgn z_$@J){|%J%Avh0O&@8v;H7=uezNn%kAv16;b@J%^OX(IVm0X9t^yjiev7c}GKjIm~ z4nSWT!1e3rsn^2oty#5(FYocGcV)E)e54jVx(fxSC>0{Wp>ajPxeFV;3;VW-ix66t zkeEesYAXQ1Jgn@h2pAkm`Sx{u=I*PWHz4&kO}e3mQp|9bM?v|PYDI7slT0@LVRIrD z?2j^txe+nFQAzIeu_+npR?zNwkoT?uZ8h#YtPHjbZxM!AJ+F)Y3Q3B^jzq~qB62G} z>dfS8R}#*}FZA(P6u9LIlbn(K=(mteoksQZZ*qTJ6GG-Hfhryz3%&Z+osDH3Rw70pWIAk;fzYT%EtDryWiMgMiH+ zwvLf3OZSe34Hxhux+#0SS9pCllvat^fut1=d8S4G=u%JaTwBiUC{jER+I!MoIx}x> z;4!RDUl=(m@BO|u8VnwYZBeA#m&{Lbk1~cHs|1agWQ`RLMHe)Ghw9TZFjPim81T=|0h8B~6{>ea%BDmM!w`e17g)eMQ$mv6_BX7|H{# zHqRk*-Wk_(5a&)IeHFhdDPL;8oLV{*O{nlmTs)UnNU+I+{DKmbeZ`R0p_cb#PW^hS zM5oXHy}r_~F1;SFtJ=rQh;+d=kHGP)K;zp@SeqR?r?dos668r<_|PBk-vCH<^=Y|D zAPYF{Paq4+`KwzRtG_r=r6Yl(-7~RqJJKJHMZdz}HD3y#D>_7~scNanE*SE=p6Tcl z*y@UAm=T5v5HS(MI@O(~i)J)&R8Uk}Cgxv>I2u>FI+48a``X2Pw>2;S$d-dsUiQ2) ze_z_^F+N=D-sW0ZoqZWp8DwtTZHfaUWs>0StD z^Ek46YpWEadE^r1gJ;22IjxPU8_5A@?Lo>q0bMmd zdGN;mW_!a;?A$qJbGz|~Fa773({gk^b_6+eNvOW#vi?eGXl(^P&q-?Z?*JIe6)>?{#MDn6+fm%Q8-15b7xUFCtVG!)J<*VLo{&%Enrrl#H41Bmz=o*i4Q4hSr7vol zB)?o~G8eQhtK{N@?iwFEKdUwu7Vz619~{)?{{%Um6eFRHV{ekkRo#@+bXZ%I%woq~ z#BZ^UnrNoZn6~kGJ#!0jCUrsT#VvertH1wL97r|dYM;l_Rx$Nsv06^`4L{m*T8W4e zuC387m_E(Vf4Rs-^|T_NfGwkr(t3|4aQlw-x-ujza25e$>nyA&%7DmE_zzE6CBG&@ z-it<3Q=wGvRUB&2x0-wmyl~dv`)O1QXa;u|BGq*F0Ix^k?zDzPwY9rFFrKQZ^pkOP zZ3;mJykpWLdl-ezBs)1}t;Y!Cn%z1z8975cT`=pv+=5$XQdoAPy;p&Sj<(;T0E|_O z3JczelDJOA?UxSrLxx!w-JY|dS?*JPWc#K+u3vApzE<4Twm&v8`D*Vx+4sWk3KL#` z4TDxO^1TzBuAgG{aXJV~K{KJo$~Meq7DppLdrfh%I9^6MRET}r&84^f9_2oHKrv)} z?%m8THPV;9>$}Fmyb0W{0lfpIuYTt{b1}M5S&|I=JAMH_V`>L8CkL*o=VR`W0(z>u z;Rn?fN2fFQO(wo7T@%LTkBS|i*8WFOdU2D!jecpyO=Fo=W?};t2sK-0frWcwRsc6L zgCq#~jJsHT_kHMk4|VN)UJb)Jo#Xci%H%{5aq@npu@)gUw+Vn6^kE@Hxk3jnoomQHoG=G z6x^#VJ^B%V9dQX^AR;At2FWzPY*1<&3Z+oYM(K^#Ef&+@p0kF8Cwdae-Lk7c${A9I z4P`1g;Q{O9wic}x5(q`|Q?4pRxr=m&C@}w^3q3pYtJk%>qyLT=5j3Don_jb?! z{w@w&Xl@WYt=#esERJgrTd=b07t5WcwZO#W3BVRzAu25the!H;ltSxxh9Vnaz)7Re zgmojDUwpv|v~g*rPy}FbNZpra$=ad?IJc?TJ9>G?0&-<-Qb<9h{jCv=rgNoL3M_>- zLb5AyzAjb5EvE+yvAk|!4u^*&YfQ62Y3F4YrD=}KK#YL)_f8Jw5aF5Wm>YZ-eEoqS zfP3ykb3V+y>oR9G3?^pcyP}8b-+-Z5#76m)KVKh?rCzP(Y{y}XXA#OS3$x5?zZ?dz z`otF4MS!TNp^wy4Cl=PEx%7B=p6=)U_8D22G4f=);*5=STlv3oP>#U_F67F5S;mR= z#7YA~s2fcA&HYvyA;SkQwhST0pTUR!psh1_+PHGG%8Hwp)hIFweIGB$qX5 zfZeB(?+-~`c}akY$tr>`j{2WI^Pt|C2!0xq&ncifX^69L`^$msi%DqfSB%hl!u=#+ z1!+0>UJx1X#z*!f1sfuaG(^qk>qjoz;aSIA?@8krehcPV_kH%S!L?kepp1nd^K zn|=IB$}K~hZD!?Y`&=2?Qhlt~)=saD=#QsUkMxQ3*NI^D$j=o4tJI#1)kx0t*_ zBZPwVls2rMxDbEsAG~Vkah~O)Yv=!M)v(dzy&lF*O-C)jQmf)0pg8l}dwNE8}@NkkwObZN=p>Ea$^%d)qW^isJ zAasfpI6+w9j0*ZLI#~Ve>zJl^xc0|j3f9UNZI_KrrHRjg_y7~_(OWleu&c{(0yIA? zn{DpU>A5I+eZUXeNs8}a#c_XkW!|v@vffAx-eST9D<`ptV8Mk2(N+6RZc9bWuRu9&4vVr{zSK(G?Zu3+YWd= z`~~=*TXfzTWC%=RS3c?r1CDs!DY*IH9p7Q{5_TdVK85)x5M0J1+DF5TQDn;-p91Z7 zuwJvgK28I+3fM2>DHZ)oEytOTWL-+6Z{`Tx=<{LG8ju^@MRy+4@vwNCI`ibN+-iOv zQ$8gTFh`YB!UySi7WVTK%Q8KoAi*~_YpH^LB{6f1mmlY|f#l~wra|0tiRMyNeaA!D zUeX0826XAe2iQxh(7zcuhJ;@z7ssRd&rFx^_OP-Qp0Od6d_Newx>dw65k8c8DN$kV zI!8Bjl@NuSNO~-9`8n_>lf_-m;+fe&b}1=QdNyPq-D<`;G5n}sLN6}hF+n>)!!I?X zkMBGCC?K_%jRkr#T%3m(tazONlnWX|oz2`I2WdW*!?iJkC(G+fNIdW1v}7?9uV#Mf z2Oz|>MEi_|GtM#}i^CLz%)1d0%C=GEiIs>cO8np(o3Sv|I>3O6iSFeC7YgGHShrx3 zaMb;s@myYH4c>;xVxG2;3K(Y?ZvQkt=o+r2$mq3^-%iSRx$cE2a3>NeYwtCtRV7^H z&z)YVn@^kY&G0zAC^>o+RhdewIoYwciq22Mh4i>U!peQ=)sHg>eSB&UhxC+7!9UNp z)l24VOx;J}Xyd~iPksP|CdFL7T$sIn)GpvZqzMw;w*8RP|!iz789{>(@ z0&zQ*4tM|utv#sabQI~jQUULUjAb{NGTuCl+- zKnf&*-HX{uujb@i05(}Ji$=PBoC{AjgjVJrh2OmqSgx~|1-9eYDiYgI%SaONwj3dw z=VdL(bq*A#fnGwnea&Ci9m?C}CWJ<-UXj~(i<_N4R+0)$H{1Wk=a#?U`wa|?bf`5` zw{{JN_1jacl)7BMJ!f$0e;S@*q8FjsYxFoIXOWP}LxvB?f$n5>j5`Ex7%m^GV4R^w^seW={@rTM{^3*TV@flyfz6+m5f@vlIlrT?_P;5`WddKc zTOPkpa(!PH@>EhH8PtPSkUgK(9eQm(R@-*Z)a3nNrQQDNn0~~t&?U8?pEj{VLRid# zD)eGAjmY6L)d>^t>6EBcEOOCslgAjnrKz`a-_$mGgV>h);!jjfeIv=nqig@$6(HRCm*U0h0bbOC1_tqWsQ>Hb=2z9{cSUB?9sY60D2c)) zihJcEHaq|#`xOm{kCpvz@a$#<%InOY2qC7D$jYGbAhl-kDwftXkkMfpqmx}1x0_>; zZkKS#Yg6PD-PvGR-sGSPnZR#z5=YWK}ooO1{((Nz>k z=(V5g=A)^IbG;b34gWgwH_mVMny%it)*V-pDNJWA^mIstkQ_ceOk0?7OCfQeup}mH zVtznUI(iG=qX9@<^>BI~ueJ{vhzojt>G=)n(xh9@U{|66H^6^&d4oAvD`Q+8x#1?%CaUJP@W%BTb#I%no=u92sU`K zn5O6_p<^qs`YoullVtVKXfrmacpU9!PyLKSo0o2-`F93nFo7M8`R;BPX&UqK*G2VE zwEGD`iC?rJ+2>X%9w>zaW}WxjblVyB#bIsw(cqE2+`}gQFG}0U=M0dsi_RWGs;Wc1 zss}fJn9>k=>A05KrX;hdDIirKPm~#9gHWewF{fGmi((yHEGiCiI!3#XYL&5WzZtW? zL}KUaAe}Ou8>_hAO+T-6yDOH;E5rtSu_oVCiN>*JH;X6!N#&Sm_otj0Fk6Kn&D4;4 z1d~5JFy8{+xjM(ziJV1HS5h^UXe`&;-xwbH$;Gw`2_ z|2%|q2@G8nlx_n+=l>ZkD<>h6;Z~TT0yT>s+xn=@-{0RdYQ;?K?$x04H&A-QsNd46G-3~e7_8&JChU^isreJN4f4LI z%tM8$2Fri4C4IObOUUBP4OZ=-q(gFf(V2fmGRlJDKy%K%{QPE~k5B@HF!|k*^%T_7@)!24)U9DIp}s6NQTd z2Ue$7{H-hc5It)qk3W2n%_vZ~fUf0_(6&N|Cr8&PfP|Mp!Ae@ZL+x=#Y9QMuA+D1N za~XpQ>X+pQ2E(iCGUU~?Gqg`)7juMf79}90Qnrk4Jo*?qvuQ!-3RZ<5YI|#~5SGgt z;#Bk7?=XnQa>EpBJZy1krc6HbJ5B1+OL)gGpi9dii%2H}(hi^*8>W4l)Lha#(iKUf zqaA0f`<*Soi^aVx`lCa&#onz`ArdHLlp011mB;9d)V4J3mfvd3(cb?KV8fvw2=)7v znv`$x80xQ8(8Y-FltZSNP2Lt~5Tk zxQk!7XW^D;1DTbDx2vm`NoDwwg53W4G?d?;`h5|({AGcN&}Rj4CbpRcW?~riC9xv1 zfLr-*jY`-YrhTOkr>-;iSinX0Wu_RSU{qU?hiV<%c?lDJ;|=Ei^5*$*GwMW)_A3-V z_~c_b+lzQLaL2AaN`yD*JJ&_lI86kJ|7N)kdwZ?@>Ui|(huc;48=UgtwLKwD_QcMe z#7F&JyTRlRt~0N?$o@e)v2et zZL#xYytE26rqkn8l!KKC+1~?~JeVnzW|#Rf32l6HT_SL+0S5)TMH?8FEN2mPb?b-J znPhr`QC0H8j2P*%Elccf-m4izKZbSXVmzjF)+<+=BPca>s(g_Ltm+~zJk~v`98?WihPJ%`g%oy?}VJ`3795Y1uS&=ZZ+_Tr-n46zXrIkCPs2x#i z4U2kQ;kgE~i2doFda&Jh#eT6R(n#f#<-{n*oZ$H@Pc4ey8g;eCC>=lrGKYo*Z%ji z?v<)rIDsL5VhWI5ZIt7i! z2IhNPFN)s>zSP)DB)*0xYoYblD~4LK)tkg0@>y|fQ>?%=DXFW}^FN|03QC^w9u z(cXkTwhAzpGb>GSDlZ85R!wTyqG~<*IYRD*99lvWn8+SRGRn^;hL!ge>$dX; z7*>Rs|MtiF1h~E$)&Q$3Cte<_AgeN5AWuy3GZjClsY-3QP~G6r(gP$Hxd+|nA<9i= zQ&RIE5>_=vv^|$X9zK84Qui!(ON4H0m@dYm%BnoEGVPKW%GfL&a=bNFNN5ExI}zdB zvwUBk=g>a27RShMSUoQkAa3zKE~ZA0!}Oe-LvnI~rLS|Jvmza15a9h$Df}HkM0CVU zRBXQoLsepE2m9Tw9PMn+u~W^mVTErwl`hS=-ufxl3a?}}Gvw{QleC)@EJWeg5tdW1 z)yw5(g?f!-Xqi^BA&^DW2-ymLOD__BC$SQVTRmE)ys3zCX!W9sIHq+z`Rut-^25!2 z^PunMyjQ}EE~9m1AeGiW`e|ShOGixzNi;q%Y-UNiFZk(K@%#S>{K#;VbVx2w;OCaD zfQEsRQ}nE3c}#WCk?FruG{QJmE4}_F47xQ!kHhFEvo$2}s5CQ*w9 zT9Q5yeC+P2pkdr(q4H&nc*_{|m$6@f$irLZ&Fa?~b@C|^sf0`})1F0z#3@;l!zz_{ z_LtXHj}sa*f@{PWN@v4@)i`1`!%1f7O1Yw1OYALKWjJl=k7n1Xz|baJVVfj^yz$4zbd(+Y9E5D#W2x0 zq^gF}H=J#^sC>VgE6&88l|>iZ0+;mj?xG4OOZcs?l45Ej8lkhgs0NRgWC9`5-iLE# zcqe^>RZjS{D?h9NPV1`}+o3%$u^wbgb%%Fk7*C~Yk7%k4P(>N7A;yr<<`3p;#!vL7 z?-&36x_7#8$|&_f$b}k;_mVDv;aOFX_WqMoJ<}DuNr)Zks9=?L-^M74%GWBNeXlCU z3;b2t|1Xn>boU}RWLl#&#pqqWfY$_IXN*yDa?qjW2W=;bl&$5O%oG0fpD?!FSJ!V= z)P$1)yvG%7-XO*o&PR#{P4_k$lHf@PMQPb*9>lV`u(H>$QfoeYBxL2(5Sz~Uv@zw3 z87*?IH3rl>de5BC|91xHNIehzYuO593H4f>-qwHb!;>u}(t8o4BNebyTBmWF^59cc z2O;#pAC>j*ZZ5cSHA#Q8Achm1B-n~LeMCCvEkN4*WLko}Dy5R-fl!2yMBa%%*JD`? zS^ismqQ5e`4o8K(5oG};^K)=ql|c9pJnN|mI+Sy7@kg+xU*zoe(R z{%w|ACUO)9*m9H2w}iEmK^R#$X2U3!r{-8QXa+1k$owpT`Z?jouZ4k9zpm1WhPSO;0D!p%(C7^kWBH zr&x)^Eqnjn>71_zliF5OIOZuO+5ZsL4dY*LDg@Hu)g6vsD5mdq`&zBSgeZj1(f<-- z%|Bg9R-!vq1+ugN^}o8s*tH0lmmbQ1?SbDoW}+Z9yVW!9qec3u)@2zGxBp2CwKK#n^c zBfPfK*qWYer%qRE)%5r{%ZH&dmMLcX+Q%BbE&gNQ-#FfD@}i|m0y8!ZrV2zeJiQ&C=Gxm!=2MQi|}E78fDFnGU0ADy63}Hs2OFIoE3nkOU59Y zU8bZ4y}zt;N6jOAka2t(f=}Uh>lDiJwb6p5k_jx2xkT>z-Z-D~A)EVxuityi(QB3S zng8$2nTrleQy1R!MDX$si-^|sS$UwM|J7byH$`MUKMVicC(HkcgEMt_#>`Ptb?<(f zgQ@1?ZApUYabnGzDUbih0&q)cmfVr3W^-(4$J`cC<&CsS&3|kfBJ0l!2p$UB*IW;W zXh?A@^o04SlK=}+R1ve>To*~-JfE7K0de%X2^0clikQjW-`v?3WBXng@28IQXSL%C zMAMTh;D4eacftBD%GH5Cst$=8siNCdY7es2q}X)}b3|GiEakQBrr)=^74cT~v>l+y zsp*!(CiYa|W3)uKRueB)vQ}RPLe%nZ@x{)lFJRPdpCC_c_7X2EMh$N7B~b_foRHSH zF30qys&ds=({wI?`F_)c9GEz%(}^vi8b*E+fMW((yHKrZnEClbX(1Bt=`UusVT|Ve zhbzyWSfiaT9G?e}i(vU}97%(A!tR~hl;df&F*Y%E*~f14u5(8;psHaLKB}Ca@3g-4 zRbPd1OZf}9+MLSgEf^gPEi7Twd$SjGj6>mSn^Ig!r~)hv`}|x_JB@I zFUp>k9oKZQ^I>jh8Cw`Pt%j0nM+>{*e_lT4Y-Lw_S5luIq_UG0_}0Zl@d=8EWdkW# zO2oQ%s0=4!oV&kKY;NpxuI+#*|F%%-_MLSusZZ(3w!|%V0R3gv4?`n#0W`vf>iHER zs;8l|>r}ZPE8=IYmG{)4Hle7GTm1MAGPa$Hb=IC$A~=GS;}&WW564vQnh6~og|0CR zZvE%RB#xA*p1XO33Z$TXJUXQ0?|Z&mJrrBqhr{o9VYthoKn~yXDa*hBd%nYew)z=m z+?aCAC7ynsq4-ZKqZjM%pY2nqNqJ!E-t) zt^xa1KC)(8+lKE=3##QfB(psEw6oK=wxWbZjmh!2cgCfb{gcvfdb@}pr#4i3+pL(# zH9O^-=8(+8#i6Y+h}J8p@^st1dto}I6GIMQVEf8^!!b)h)&kOf8XesMx#Tx)|E!RD z96rHhIo?N7VdW`DGPZ?lnu&Z}@ce}lcx(w?_khctr7XDW>H4K3k3W_yc7%T=6|0bY9b%;=D+_^=IHz{R*N+jK1*RU zc+Y0w&_CGF%s*M;)nO;CLuv#fY^kg3C-gKQFo0Lm9Z;L)O`8RT>?OQ}u&U4s6GS6b z#fkLsaYbeM2p{!TE>ij|qQHNFxLUoK0vqyU=Tl=01OHR`*=L8USID<&Jg?I8IUn@2 z07gx6BG-4O%41MM-%+{IWQ13vF$S7OLN9DaSXkmqDy(jeM=`KVhf5asNz&(3r)@ezxz6pMeywlRkA zfjhxU4E;H6&RDBicC4C>WWOmdoIvOgvttDi(#M-ayY15Fvwy!0nz9$eVrTiN{FA8e zoiACzK>oK$`Oo&IM8ZD1*V@;2knXPzYmR}e62-jeE?y)7UOB0RD=^0RS2~cEN^_jr z8JCT^%#P<)3Zm$Zl%1wK(NZ*i9FP7vC7F#@TCtx>VlThIla6%ofqZ|^aeJn67wts3 zaM9`!w?XN#D9(8qpOOch|L!0+pHO#QX@Zu3hNYP+l3d}AQ&ho6GcB9*|AF4cw|@ST zFZLZCf$;q?q#`B3O0L_pR@|Pe!@rCqQZ<7nnyPbz|LahU5t*S{z<KVBi%)eLJFV`nZi|a2sq{vF`xi#9kWtK~+Hz|7pavl~ zx!6tl6cJ%&>pAc=G{z)hRv%r zKf9ZLNFlQW6cyW)vE+da@bFMo&EFGfwIqTnzo^n8oyheIqHXF35?=ZqcjDl2-|Zst z6~O7C@%x!Wzt2zPR~IEV26NcEX;i@7noAN<7(26kc_)V7S`CX`>u!k`iQ^I%BYq9H z&M_s95R>o`Jm&puk(WqDwso7t-{#8^UNGix9p9B2Vmxc8TMNkAn=C(L#GKFu>-r#= z3Z+B`t4QT{Yh#e`IcKbX)7FYD&;~N+p37)qE8|^eahrR^Vy&ccqgd#WZ13qd4^zf8 z(x+-Ot7*cse65C6Ihc^;l8mL#+l2fn8>KypJ)u%xdf(>x%bvsh8^CxbOFT!Jd}tegalah-tc8?k`j(d?l!w zY)K7RQ%JQb1v?BN$CRE(s_2?}$h2m8r6$-li6^K=(78$XdD!Hqz6<-jQvp`a&_U89 zweWoGP@&W7ej+2Uxj}aTAs}>VZ1L1gK&pC6(Qp3djbdrQPDa126`tQ_h4ofnx$G7y z;H-q660dMCMWJi^3-cgElDA6GJuep%rRdKfOY^e9bsZ7&r$tJZgwW|q8;sw+rG1uC zfyMNuCR~5ZIKXx>YIPAL8WMN16OUHu@p=E-WOp61n_KyEF^+@9F*QZmhqd^$xZ^E6 zxwsbnv#~`X&y}=r0ligq{6N#eui&8IrXDdhaHmju?#O$}rf(ru5c^na@|XT(8XCL= zTU=@e9MsZy9Pm%bSl>fCB%6H*$Ohrq zS{1bezb2i735i>&P92Z`O!bsRpY*niURRlFzbZs2SaeyFZJ-O~&a7;bm|}l7%wg)P z0tP$h(U0mJVlrlziZ6c?2(dlS{k#u!IMuT>sevR^|0jnhj)O>shXr)~&px!`4b|c7 z^jxC2IgG%kO~49Sc3%Ukqy(!PX{YY!-i(aFdH$N-aiwrh_$a=tdw44-q}4uylZBA_ zu`LH3DQ|yBj>rMoYUs0B4YzxhW+acS)0os)MYrO3e4^5qxKlYvP#bU!j$6DvXt(X`VqO9{A%R-XE zB>o*!)cKj@iC4+xU+Lk>)(!}`#y+ICJp*WDiv`);xAJ`3>Q8d@mtGMr&eiRFXGnjVYB9LYh>7mE&`kJU954jKGZN)p zPNvJT4 zJ%ob#ObiNVb-#>kM1R{bsd)+NC>pDODX!qVc&*~#cb^O|v`W&0dln*OJp5D^qd>7V z9#dafpcNYzn(Q7>f}?D-0m6rF>`f%GWoSOOye3~nD&W$O9EuT?9NasP+|!g zw4ls{ltBrE?Y>9fShDY8KjvcXNfRs=rEY)2iVI+XX|DJzR*$2~lZ}bH9+K7f=wTGQ z4bW+=tl0>~j-0{WaJp0y{%rkQVgpKCOKB-JqNNAs++}voTs|K;;CU9}pZYEC9oX4T zKbNf<$%;Y#@m{NPZ{Yz?K7u5_-XAYo!+zS|eyCjJiccpvRdv)85n_;kzV3Gffc)6H z6z%FV)nNo~A<`Jx){%&57K;xbhpM#9w-*K1l1>ivQ_a_(%Vf)Mgb_-Nrp;I{cT;7%%c_Y`mV2x- z(j@qYU;8HrHspZn(7~zFT&f7D!u9bdRj!-+K%Y9|4r=g6UE>x>l zEhKIj^A?w%n&z%=72<$!uV`XorP+!P6vP(Ij15q-H6L2~wq=Di?V))CR=8v`9GBgu zj>Tn?o(pZ2t(2RhN^u^LSU>G>&wMfNkJhVJO2{El zrasnXowc@oZYTaAgE9Gz8dtSALkCAgJtJ3iwmKMSn2>6}G7;VUW}UgGNVoCVScxv` zFAYU26L9|`7aWXMFW{a|7z#-sw~`8@Y1kl~&CIQ39MmZHfw}tb(n|BE`g391 zYl1ZHY@^os)#+)G8y?X%LtCkn$ha;&^eIB)l7h_!Wd~s{+kQ!Q6B=Vv|1*My`XR)? z?UOmOT6>|%z*Fx}PeL9=6UC>K0KX9~OnZz)Z=(at<%B-2&@EVJ$rAN@E$WC#NtQOY z+=RsEv6NJPD@&1+;BaBu2htDE znbDd{4fx@Jm`0N|J=Bz1!{1T+#b3wSjkoiYXb)@}q-8``yezz4S% z8?WlWn;nyL@-3*6&tvC#lNO5+dMQU<(xM?y>F*?!E>XfDJE_P!eakQ{2GqG}SisEK z0i|8aN%qe+pHlI7IgbN-QyX=x8X&|M6Dzl5X44%;co2GHuCYG-6%le-S8>KF)o1(; zR^p4O5H#VnTeB0LrcP7(-@Y__62*r*D66{;UpKInc~H#oMJJPDx2a8LLi(?d&FVKd zd!O0=YY#nuUNm(wjDo1MO>`>!4C)J0NP`mG#jB)(v;MS^RNbyn51FbvkM|*$;?8gzndWTT9~6u?A+v@DR+tX2sxh55 zjS%7mQpil7WPw6U|0I>yhe*Y`4h{3;N1|o>;BO)Ya91nfvK?W`cvDV)#K#zyRW7DW z1_O5`45@^~;u&zwn{swjwLuTCEPk_!C`WTlaY(@KN;-8JKx6c_>5-MrHb24u%KZn?OJR@* z%Z|P5@$%>hD%*d#5yL7;Y@9a}5LUxvI2cEJcnatX2Yh7sB&ktBBcBQye}z6LmD?f< z%@l)U`|U1#-8I=mmPI3~AMF*Nt*pO=OQ%y8c%`yuN0j_Wf$%*gC2N1<h2)MT5&Sl;$*Wn*|{jY|VbOgwwBRce34m+r5|8P&{ zguZ##MWQ9}BJ{{!)7{cH zwJNybN%uS3?pCchKoFxm^=i&m(`YNARyzBl5%@EkT@1hHJ8h1Vs@()SIZ`j4jA#zO zQeHWzHSOsO#1nRu$f#gUKi$6*74A>vHiBi7~bsSRbI7GS+idDKSa7!Y0 z0G{CQps=C-@VtOn{vdhTaX$|BRs#Be$oi|OHoLBE7{-cAad$877TjHnYjL+y+?@sw z?k>e0iaWu*NRbkxNP*z~aoz9pZ~bFrGb3j*vgVp{$SlTOJ5SFGaH(kf=AReXI`M6x z<>gV8FW7yMPjEh3y@8f;HgM5@EcO4=-q^=b3#Q!o`ny0O7r*yCT6X(GzUSv$GOeHg z|B>M_eAs8g8H|eSGuL3pos=11KvitD_}jy*?SI<4DS^;!-^09Q{~^UV&p-5mg!g3` zrX)gBUc0*O&5KHK{R+Y|Vp60ZDTALck)r|+KYA(%mYR;MBzwV%4QJNP?+^;dw zz;kg2;rAM67c(syRl{Fh6o!AwCNX!=*x6Ad^M65B&T#!sJI`HZ_X^hpDxChS=rzz( zR5_F_!Ki&*zkV6wP|EPAweJn_uAS;3h{vdQ2j8YY zi+S2uUI*^CkrFK?HUZg!L-{Db7G$lghr|aB>wOSg5gH*JpH3gmoRW#uenh6+A>{mB zV^${4d`OSZ@r!llIZ|`2Bt4jaOGjMvp5C~<88+|Q^YvX&r+5xQ{qmb=48LpA=si6z z!A2w0YgPDPYbtwRv;rA(;@37N{F7E`Xdiw>Cz2|&a!?vOJ&3;i+w2tGp?3Qj*w6pE zYsx`1POP`U0I(u*j=q#U?lbvq+P2GRnpE9bm`~~Z+SGiAOqoa#;3)D`9{iW(eOgBz zK0Y9{M<_z1y|Q~ZP9x@&VQXcf)u#;bhsIlV%}1K_aGGxi=Ir8#hcc5vc1QtB@RoO2 zZwYiGw(-PTe@!_Q1EGqwf_r3?hq&70n?Dl*-xNYl<=!d2JB>2^@2kr)hQ4s`HSeta z-W{1xkLJ4kb@BFVkgatX1sB118;nt0 zuZ=PlX$}Y!O2{j}6+tfb4?_oQ<+jTeBUy8hEuGf*;};I+qB34mP0(-p(WX!#;$& zi?U&H^YgW~op;IPf+Ycl9bNw2%jD0u-6i8I6Z3bngZjk1;AYmghoA^qwtt(FbmQfl z^CR>y=mdlO{?%5x;9HIQ$&$30ZukgG0nuwN*=ryFT&XmLpjaQQ*R5!Ipsd;`WlcCJ zM!>4I%zauxT8;*SFk~#v3y)5nAyHr_tPzT*aaTFi>mu!z63>dFw%MT>!Ss$Dd=-<9 ze@5|Bi~TG}rD;LMX_=l}ORO(vb>kV)5^8s#e{zt%6{h$o)|FmpN0G` z(`1biXhA<-n=a|u`G!7|qBz;flefLAy=_f)VyCW^-Z(d|ZzcG%mXR~|#-`^2JeE2W zPDtaw3ttj|Y_~ zu*g9$dr3McGHV_T5!*Mt(IK@RbwACrt>M<#{;XFa<`0T>dW7Gg_fame|2WALUIQNZ z#I5dL7~YG7WEtlVR6Nf9VjhX|vP6_Fv7&h_?wljG$OU@Iz2b)PUr;Y5G`d2XoI^Wh zyUkiszPs0mZ@$`pN(*(&7Z2dPXaAD(nBbr+-sC5#B(bUAzw#_Dygry%Fx-}NLoD3E z@%l#yvS!RvcgSJbPxI?uw7AY|kUo>>{7B1^PUUzJHDFul1@@aMCpJ$Rp-DOO9t5DWIRk=>?NSh{jhm$S>(<}&t)^~=HO#m7azkC%cE!(>asDU2tu~AR(9~Pt_D8TlOq&UQ75kna=LSU~{)M#szF(|`T4 ze{*fsC<^k#13gaLXLHFPFFI4D#VLY#umT@8|L(q_GDa0P1Oc8gkN>YJzp$gBdgTF7 zjAn#%qhC*4yl*W`Rkzi14HW*#1;7=f$j9A#{T&KVWcvCuiM$T=h>mtUDrhG%Wv8gF3-~f&zE7_6+@^&q|)0xK_^=mBI?1f zPDiUlmvi+3QLm@CC0kD-d^Iq>|E_U|-hQi1vp>CUT;!Z*dBV>MTpuFtk^>B=F zKfgsjKlWo7(&or|nW9u$!Cn#t#`T3jS`^y9<2+v@s! z^As(7G>wrYnnQ+A3EJ8Krh#{CVFVhcabrlYtsz^bj68Gg~jH&tUq-LNGC z1AuO^JBw{oMyQg3Tu`OJIGXZn(A7mRfYv%%7)K4nn0}0a1eS*8SD1#vMp@yES(?ud zh2Pl%925FRGo7xQoWbdglMFF_&thvq?z4Ew|!Il z9sIkElkNYE>%&78J}gNT22l7Tu4Ee59Qac_^XKf63p4MeD#(5}u&iu#gv` zt`WOIy4&?zR=EpP{)F4p6S#JD;r;4z^^MTF-~%G)jrStP8BzeKt&_i{q3o?d$qYf+ z#DVR#Jr06I6)ORiu?6|H;~LjIfDWR<20%2+G@|&D`Jjy-C5m!oqyOpzMOMjqW~XG{ zj=o&q;T8A&_!yp7>)!E`53%`!bD6xS+%xnjhW@p6^m2Yy@^Ygq{B!N;qd97=1d!EP$B<4|+iv=Od zGXP?@Ug?jP(@l=w7&9~2&|PuEWmuaT8H{2VOFD~Tte0)CES8HId6K2GVts8H#eVeU zM!d7|-kAy0z$*WY%MeTj3pJ z86_kDxLZU`A-kG^&fOX40yOu zhk4|HrZ09)Dm>6}gS3N~P9RtW%x25ROzNzh`+n8L+`hZn_DK@lE~QtFY06*1CDRYb z+(KY8BWcuL?=e^iw#2>Q(WfqBptV_I7hG zMVP0a@qLg2M&1}FMH^#OW2UTPwHV$b%A}I+e1Dp!MX+y~WjQij}&V{&~D3c1DM5BV3iI|$sMI!zYV1<#9a zH|m0Al}h-!#tEb!?&!Wn&y4KG(T;Qs4a!$6wA#iw9)p*hMK%56J>Rd%{96y!ptc4R z=o=u|{P(qTesmm!GFs*okAQ5%2gO*&q+mu|PFUPZc{mma=pQyg>d5V8+UCo&8$wGTDa2AIh>!Ahi@-<- z9;!FlU!Z@2*GN^+O>hn`rx8WOe?cW89iod2e*8cj5?wm}2EM3)_=>S7%uW*39I--= z3Nlz{C!f4c^Qo+v-w63K!#P8yxsTN*7Vnzy-lPq^ZSwoHjwe|l_eHlIMjipPjWdGl zCCKbYHcN6I+_3-q0UU7Ffs_nOHvSe)V)?|`-|K;&z}2t$i+2`vbb(lofwW-jzcSpG z*fUf|0VI|l<@8YulUavU@KIe>cw$0x$*nj4#A@2MLe~BAj_;nHG|VCg)qkEKr1XC5 z`E|KBR(}L;u-x~%V=M^Z_6#AXpqRO?KgybGEb^D(h#YgPGjfXaZQYYASHA3iv{X0A zjlFWXQU$~N*idJjL>80fF5M1=R?uKs(7>3NpLOO~(D5kEWVv{wUcG)R!sKxLnHf)}OcqFsA zSr_lS1RTL^++b>C26&r^Xo5va*VIajmw}$f5fAJ%W;cR1#uPe8LeIki!2byJl)^I78Sc)V%WV)vg4#385?V$)xTR zdSKF1!Hh=)Y5Px%ZhJ&^Sjy|-v4_Xr&3eICK*)Dji4@=bWN*3N2~yhfY$pPvJ4&RDwB5$tz@&LYwT zF>x3g?*E;iV>%0M8;N^lJWl;WmH*j1*;e}-FD1J*e<8v)8 zDr8PSVn4ZyTYsd-_{cUr{t-|s8HgahAQ^E>27=90fN6=m_~UA)vBc~PXNmmn|Kc+c z?%FbIBjaLbHj#ap&@?kn+~0zx*FzWkd?{*=G$oi+XH0;L(~jP7{ib$~0)Y7WX)=Z` za861Z2o*RJEgRx~H0`csB-L5!r?L;EC6X8}qzR_>kb7N4SfLGhMb4uZ=3WsM?a}j6 z{%>)JafciAcetlWj(}YyI=NhTs6zjkS}yQF%HMe9I@4^v@HdB;IKG*m4NVmLk7>rN z^4XQj-gTvwe~Y-hJO!L7YB}|i+OH8(vMkR}Kw-B>QfB#geQ5)a-0by)k$$pQ^O0(H zweH6LX7JG0MMQIwbfzVZrXr`&3laWrLfXPj7$am#oep~(7L1;=E&18npQK_kz&y=# zLwJ3E$x`)9&ACs@8nWHY6~RlJbBZyF)17o5SgJI6c(pY&^tJT$8D+h`NyNXxV}S+$ z^-Y=kd2`)Fhg!Xw9mP6_f z=XLmp2AD{`B2a-WeBDBT%`Z;d49Hg3(GIM*+FTqL$jewiCE&J}0& zgAr`-dY|JL(Up#Xw#D%4u1G8GBZxs_k6=2x znONhXDlZeg-MJ7=x^dEtcSqh`09cz{V3h`ycRVeuOK7?MB9!oO#o^DIPXXW%tfZbU zU=rFlE3OD9h7`tP`h`cX^dMGA~}biY>ygF9EViq!X;GP#tW>5zQUb#=}ifmY=R zPA79zKV5D#*R2so?Mlm=PGz;YW$+Gf*z%l#DJ%QM1k4!aHoAZQUhz~*d)2(|;`-Q@ zNaZoBm}3NEp6o9_2&wJ}!;N!~ZeQVET@H_|-4{ddFFm!nKFuZ+1G>_eus*dYWvx~{ z1c_uc%c|zvtq}QJwG{WOAH&JH*KrXX&<$Nd|H-#as;==-q|U(9n*o5AR6@-4K?iZ3 z{};2)Z~>H@ub3>)Z+eiMr?O_;%Zsa2cNcw3n*d7QB&;Eg=3bNlO5vrIR1?LGQe`b8 z^=4fq_2MHOhdq2gg-XHtw(T${;_n#lzEZ+Tne*+T=hAhwLbO>%>p?(D~Zn^$38=G1HphIe@QFnlPyZIA0k{N}bH;R}5RLx{w)t|b6 zJtSc2%c-EWeC)q+?3!P2=fh(6fE^rA3 zmHI{DR*3YB5`Ha?lX)_*50t}e7ZSK6N#u8b&pD3RsbpQDd$I<4>vrknKmYU)^?@Rv zsDs!otXpFYGFo-u6#ON*yKpxNjM6j&D9X$Gt=Grb3NGrZNfP(Dc;?(8PYt$;@ECwY zIws!|7^Ajjg(O1ZGjzlj1Y%zPil|sd`mT2BiE@Tw%_>qP`GWZ$mQH3MVcQK#P*_4h zy7{nFr$SRCHC~W??``)hyH(SmZ&iMnYHh`Egl!axbwoGx9~UC6ywl#@`|^e6Qw@Rs z>5Dnh-Qp(v{7w8vfAqt+b<~`7RM| zcsHYHpn?|OA9Ag#aSb~9oiKpZf%QdR#^KI0Fx`F{MZ6DZG28pNvnb%T1H$HGL)FA- zS^HSGGEmVNml>Qb;fy2ED9(blt*njqzOL@CkG@hrhgoI<7jdwCeOvMK;=*z>-kB&i zxk-vWTNbPGjQyJpyigny9Q~LU;>;}T*d_??g~wq#O}EK0P$<=4TA-q#P?$ySmYF-{ z5TR~bYPaHlF^f&bJ={(6Cw_AA{I4?iYktlYB2u3APuE`kbR_CC5w=IMua$YL^Q803 zwXTute&{exNk~OvT#uOJ@I;pLWZO|J&SJgTP_f(6oxXH(L9Kz;ysw%4kfRP|$@-V1;$1bps`geZ?JP+gg2r~eO;;jJS#q8W@zsSI=ejIq z^A}o~_;oiB*Jo44H?AVT^ow z@*HtE`8>oSp?@q{HI8OYjTNCLGms04g|IQ}F7hW>ipZgY>REHc|0Dr>=`~RHHy+^jKx3%{fJXH(dMTN z`QXY7$khDAD9f{<_^^EiJ^=#Jh)6ute^pf}GM6xNi(Swp2j9~$c7`_J;$N(V*I%ip z6m1sHD z{Eeu`=R(HRdx)Qd(uBCgkBM~I*vE8>{vkwG7PVIAFy*dWh1F`CwD)}4x zm7qc_AELU{q$kB)6(c`@XP<7F7?Rjs-UTm2{h5b)8$@|*dTd!I{AmyK?^F zMX=R1N*VBpk%oe zuE0s|N3{eytIh+w{B-VJp=sH58ug@fn;Z916hKu{lPWnBvue>!gzx3ciyKmcgkoH$ zCPth2zkl-9FhNR&1DX?Fib`(;7;WdmIolU!~xa%LFEb{UK@qt0?g@vzrI>|WvT zS?{$hhP{qj`$FB+1=y&p%H?VB67eUlTWU^|^Ov@gq%4l3F6CdldKzhyOH47hoji;G zb*k=gX-+fSO8g^ZB_v085d?^j(;Of^%V?QC;l83LPsEEGRr+OaB!cqas<@g^Evuscc=pS9_Ct8a6u}ADp!{68wnP`^E4l=Vea@4=!X&^@WF-a$taxk993oz9 zJ`wK+_0U5zpedx;7vJ(VD`@W?>BWhznXufb5}A%3NXuBBcVv_XLun{!F&q=rQ8!Kt zg&(4AZLX0a{rlIotj{q9qZ!p_?=P8d+>n1tV! zY6~=&I8yGB7E)?TTWyU%kG7yF#wRYGg2>IjyGujm@^>XDJSuR=n>1 z8b-8aRBr4@y4?L4HlNre*%Pla*h6H=U7$RM;`^X4|D%+r&wvQ81V1>!E)yl344Q}GA`a{i+7AH&Gq19XYNMebrA*z zw^~}D34qan%seXc{rs8B+JAf}keJ`LAj$amd0@2MaZ)IZ^!tU^mC-cpUi!7RJNIkl z=F%$&9l|&v>E{hejBF}s7bQ|j!6GSAQ}o>zXp#^GU!(tTRI2eE;oA4R5V1e|r?1<4 zP&~TRD;`1{OP3-%RiD>e@I6cTe5^?N-n}yvHMyOtXgJ%d|1*9T{jpNrPK-aC+fa%j8W&gfd8J%sA~Wk*T(<@?R?IxIw40=IsuY4DhyHi^;aMFlgd~wAkEwx| z=U)MU>W83$q`UJE#9@TXa?C9p^0N~3n9A5b8|2FF_YqQEKYUj=WlAfI(^CPse-rO# zJT|pD)Mb&9q%N8u?XpTkqfrN$T00pZFo=W%iXRT$F0~xkD%H2DdsBde*R`wjNH$}S zl>fymXXtNwi5y4C$1Air#LI?WEG%(xY!17i`-eZp=(60HUhnwPS7x=XPQ0<}yrbjK zN4Co+$It@;N(zC`r`5NY3^wc*=!xlyJ2m!SWnBiC?os$g$~5~R)UhxE+;}9GIOg}=XeB3MnbIIKf+C2xw8LPdP=Q!enuyqu4x(P05dlTJT1Tzj~W;c1lDwN)S32 zCJ86zOSG{WPL>slZH=J*%VFrlYA7tKACY#fTb>^~hufcr3ET(8(XHXc$1vysSA&8z zvQRa@lKIr`^JYhuXVq9!3N&w}s*cVTLOJBE1j;kcFK_1aVnc(DG&ZFASX(0s(X_C5 zv3W!W478XMy|r{Cd?>y}wMHB;}Vqzt}<5_6{k|3E0&jnRgfy-@pv+9=j8Hho_A8Vy-Lf${*} zgan55E3F`W$iX_`h6MHpGqcBc;Vg368BrA-^sMlhbww+OqQ-0^j$ZOU)h2~Ljy z2WG@X+=J9_26gDhY?F#PrS23S_?naoO*xb-LN4i1;@OsfD^6yXslwMK_o+*tVm<7? z|A8^aMxc?A|5q7Az--47`#y+Pz)E3>ixAJUAYA9J2VtmoUfx|yly#idl?l@9xq4$I zQ+r6yAD>HuF-P<8r*D4LH6SAVaT{)z^rL<0WmVrvnIgsI+4oVxwiaH-q5w4>`6QNy zY7re_6pxlq`a8ohP{AoiN3mm?kOus%{>Na6hB1Ao(EmMz?i2a2Ew8SvW9vE652zcEz z=D(rEyW14+)Dkl z7|Juou2MOmNq8|3!pKixZBt&35Fr;$CL0b~Z8@Ac-n%Jfr3t@@H^UEfdcE2Wq|JAt zA~~~sF*I2Sq+kR`A9nySB^i;uVesgCN;W;Y-mLMs$d)t+3o7SZWZX~9#u+A?k_8c( z4$3U`OeO@QubTV!Fhcu9)ZSCS4J;-9hW^P-RW#iFpge; z%=9&)HMTEuo>PAn0FA0#j{p5z5MZR#mx?*_+tYaI-I461!Xn~YG#(=oO2z!a7*OI?0}#UfG*L8d2L%d)<1_{yTVrCH%i4!;R1JghGx`tma|Hz#L}j0DmY{ z3i;@glX8A+QgHd+|IwL`=4vQ{DIulJY`&7Oo%yX*9H*Hj$cHnLsMwR zvB{15f*Ycw(%Qe>{UqSaOUb4H(km;pOE~=E-%*zEUKN_>Xb8E^%znoNp1ebu~v6dz9$K1h&3BGFD`}QaaI;eq<_ZUFZ$o- zr~Ssjsq5ig7uCZNKw?C6?=D6_$bSfIX1^LPRW10s)h9vpN5?QW$}I-8SBzp-kg9v_4h|D zP{to)bn>$}=0J|FjZ3(?`WQO_$PT=Uc{EC4su-RWF&)Wwc-vb9+aVl55jRvCaww_UQY0wz5OYbGm~HiJZKkDl z&{NKF4li>{berbuDyetJ;sy*bQ+gTVsoO(`0o%_G zL(!tDOZ8=w(UCw?ZU##M{7m|au_$EBq)b_<3q7Wj^66YJLn4QPJhs>U{Sr2XiePJ> z3(|Vp`+f%ILZJfBOXHf`^m^MYMHQ_rrn~OLmX8i;U=#unsZ?qyGMtlqlt;MCzfJ|; zP!FV=iV2)~j#0*oAb$FL@=EO4s_vUniZo>;FG50F@ttB0UUm)apy{e@!emZG_<< z;ZO;oBH+#?nh3!$QCnl;aHpu~?==CYjJ!>znbs4ovco8}{nC2%lB2pM;;JnLW6p1F zEs)(JZ3Ai==^Jk*;?b&{6;I|il8W-OWb-u}Th3@>>J$l;EUEWeG#$d1b6#9bh|=v)wM%DX{$y~Wd{6dIaUtj(2;cz zV{UEcRo~1lW&}=1TNzV~!E=+fI()o%H*deC3_Ki1Xp4q1$!xN63<%#U|M&ghsR9k{2zDpa)wKfUoOLbjO3?SpZgruthFRMAoNm)b{f2600lLYcJ;jg9RRWog0KB~Se&*J%vOH6SeWRnx58f%iXJ8|%b zq-P=nlEn#3eYDCw0BEBu-Sxln6Q+Zf{)#gfFvayHa89p-o{!F-?fO(@UM z3heBf%pQ^7?%pVpPjW5&y!awAb{N$Im=c3mNnu^~Czm$min2U4(;q)XU^s{5@L7j< zMFtGgrr{ssAD3*xZ05a0;l_HN@LisAQoDBBLh}i%#Vx~ZSvItULUB>#K)8_Tt`B>< zJsFAD6u7uhStW{Ibiv}+NF;08G+aR~Q$db2e5sVqh_2)-rbLkWOW z9oey?fnz_ln})(?MoSkNcjhbN%?wSCt-j77eZ4r;FJe0&!(b@XGWFCd%b8+r)_ z_PD}65{4{a=PMp@{3oqn)>~wGlk?s_%!rtdTN=J_?Ja+Q&U&AYygXre4lwg(tm7$t z95HvdFz{5gH!Qgv)n~01FL_c`^5taTy9&^>aL7XP8DjB!XW;ZZz_qk0eMkMtOl-qB z)(z}qfvz}D48kZ4)DMus%ku^cyVz;o&w*E0${WP3f@@DF8&m zy{~Ut*KLg7b#6XCZy>0cHzSZ_m+3j4e`lEf{aZg%Yuj0j#AttD`zOxJaUX_K`A^>E zXdPDpw#C)=fj@#SdE?j2zt|ajP}!S}11n{XCy%01*y!w;X#VYaF$^-(lDk_Pcussx zt)^7XpnBb;&n()Syd_p@QD!spyZZGgBh+9?XddZbVeUw3bSS-EsqP`x2Ub)aePf;} z$Y|X1Y4z-n_H8#w3*bPcH_!r*hJX9{5I;eYD-Vnuyz2j;|1vX<725V} z&gUWdMfEiasaF;hzj@;2Y*5%;>M8^s>ZAkf_e^3wjGv%^9#n}Fc`uOJSwZo}qk_Wf zxkHx$;lje}JPaTqupYbm-|P7O%Yz|rNW1b4yz>MF27y7QW1K9;fyo?| z>0?3${VINBMxvBUM)k~q7os_yt)hL*7hYzJwfs+E4)4cR4|L14Cxo?6joRv`4#{|K zmUCBm)nKYi+Zhl8oiULa+>`GA3F0;$pkd>*Fi2GV1Hzjkx;9r>Q`l!B*FHZPrejXm z_LcZ{pLg5LFaZ1zbb1H?qe7btw7>#n<18Mbml*)Fy_CbuK8rzN;@e6+LBd3b1Mf}O z*zU`%*y@nmgzkDZPMIhz-%bWk-%301l;L4*uUhS!s+jhJ`h)68OOG&CRW2TC=OrO= zv6JSvl-$phX0CnO6il?NbUvk#FMl(yNg0F)%T33TTy|C2jr??jj^hX7^D|sg0GtUG zT>_1Uf$YYD>B1j~Y36m;utv8*dSKWGc|>!m*QD4b3gvxz@>$^t>_c7!>WRju_kk7n zdry&QZ?5=7hfUAXy~+l%{lCObh@iW~PX}C$0fj9>F$a>Cs*}u2ppVWOgq#K3y*EaD zucp(fbwvl>OiKDK6Vjz7;D{`gKrDicGCbBvc1>?`6ra`ANWo_{NB!l z#Ugcy{RJ0m$IdX0f5M{z(Y>-WJrZU!!NrANJoh@l*}0R9cDBrbxRAat!}iK81Z_bM z$46OHEbl)&>U|0x(ho%MCvv<%C^uXG1n(vi{(PM`hnH^Pr?PVN=b=Iq0ux zD-!=x{urXOQC4oydh)oZQARP}$(C&Em7Ocj2+Ea~i+u;h@BdDfB@;|44JY%0Mscm0 zlcl)QQmLKsNyqZx^5nKo$W%@=4L(DJ$QDzPL?qJKAUsFg%P{SJ9=Dc>*urh=3iI3Y zA*c6#kV^MmWMnHwC!|lj7urLYXwvrEBIfiu9iVz zfbkDYy$nL4hIfd9g$~{DiFqI#ptW6>_Nz}=Q(jwbfvn?6HENtk`4KVs&B3>lozY%o ztiqLhgY)0nm<)OH!AG+aJL74OPXY}}H>h4NDJ4IU{)JQentEnY^*yT+SDNbCrk)9n zY2Cgs6DY5y)gN1)TzcpCInKkICqqgpuJ&yCVQ~co5iVffNgSW*fdPbmSse@sFIH8{7cH#ywflIRlsQuBeaj!%q{}RH1_H$DGgbjN+ri}!RfUTJaT=JRq;K20m6LNN)!D4wzu2-6_ z@nG=ZHL}x>J;zAh%ez2yI7VV=A-4LV4SbSuF8v+Y8XsR>fv=_ew(T)kIN3tIb|*i& z&*01OM}><8{vt9t_Wrp*bp#?roPrnA#RZA*ob}2QAq?e9>wvwi81}LF6n_X{fVF!JBYm$v|oCyfqJd8D-`Q z9dlrS@THN1=9EdcW=SkpB^4SJZiXt90T)f9LzKdlf{ zp6>R9Cp7q?TcIfRRv*g%XLksRbm9=c{myLMKF#&PNXtd8r##g^DNv*72xnFh;V~#& zXM511=bXoyre2#9Z!uxxyo_#^qq7uH+QpZa^-|z}IQRa4*CAIj>r;a=0Em<5#mhqi ze7KLqC7S;*n)22=ZD!K`Y;G#3h>PPTvSZ3m{%N653M5#sV*M}f zNOAOC>|#69#e5Ba6F1kk+fz8(-_n~gZSm}j-rPZYg?0?ON`-D#_HqPPfejul-LyjVv|gGqL0E=>*G!4p-K~9%}?K zw<%eK9c$I!4!)!J1Mmoy(Sl1@mC^L{O^9n>b3AXQ!B6cZA4;ApKrCxlt8%@U4dBDM za3?kIK4_(l1Y>x>5WFn69IMtBxaO!IyR@dpHVdt{tJy+ER{=bNaIjX?^z6?zy>|Bl z(JkAPXuig#Gf3Zc4*7^3QtoU@j7b(=TMjl~vZ2q1SI;S9I=a8|Gd1Kg;U5eQcE`K( zcUOZ{RI~jf9!u6)gwxWl$%_L@g%J_Q7lR-v!QtbS)?t7{ikpkV?*7p2nyN%*0lN$j zirn_#NhMPTPLG2d#QjiLY-1eUw$GDV36|nKl9*6v7&j%ReTd>ap$;Y8IQ@S5a&=ws z0sr`In@*%EYuYQ)60?~N<^m6?k1d>5 zB6@<_Usiex|KH&60EL&gUG`A)&FpKQeS88fc{WWUpX2wUnO)LQu&c<1{~9A>>)qD} z{J*M1Wa2!0I2?ed2Yn(x)^uAr%g$0}(%&l^&)=_;8DL<&N(~cwc)QMhYOT8T=5q|2 z^2xY2b8qUuD!9mP@|#}&jzLXZChYoTBKOrC|D}+!Q`c}6W@M@PO#IZ$aMQ7505m6cENaHWy9eP#qJJN_UMt)|A(G6+SI zW6}CDbgrXY>H2O(imB^6aaim+XUybQr3S)!XY|La-n_m%l4APY9Y8@DS<4=vOfm#w zC0}(wrFU{!OP+^@i7sY#BNk@or2r)>OyV#i`?3?Jl&|80`hH~Fh9nCvr`tRIrZNzY z2~7j0jo+~b;&pPrt9lh(Jlib(o-b={$;tCurDcObddq?teb`mEN(?FG;4SY#eA(ie~sfz z9aB!9!3g?5f1K2CT~l)yLPR=j3#v5Am4>1j>yIC9CMB5}A$gHq5%gGS3D}u)au4m5 zh6$D4n5d-C>IeM2}Ig~2#+vUYL4H(ex8eD{`8oO?!|!-sNz66bxwlL3p1v7XSQHU;b z9R|<;{9;|mL1I`&m=0T^ER! zA>4TRuNt?3NnSpr=RGFA7hWobUu@j@?&b#DM{+wY&er9=v_5g|6Ok?pX}xKBTZw zQH~_D(1)=Mn)*_d&74t`tKNHN{+#nmr(S!eo`cc1a;3$!uYOn3pi}ql09q1UpIUN# z7j!83s`WbsjOtV^KE`Y;xPMSc4_5j!C|s8N!HfMYz57gSnw7lWY*jJgU1#Ho8r~f= zF%(HzdaIm53oSrYJzc#!4|vDxml$Ei41S+YbIonw@Sw4AaqOKJc=}SYYnc(vBGwpU;_Zt}GLJf88RMHzX|nNMh_&h7tVT`}!|~8x=CE zVwQN%63L-b-sQ8g5pcTF3>SYQE8PIYkhLgD@5$8f%{kfHtC4R@eaqNTM|}rlVSbGu zd`$R{ie7N8OR&K;Uq*?+tc0E2|AamNAA4^Z6j!&cjbZ^3T!K3Z65QP_36?+-LeSs@ zNJDUKBuLO8!CjN!kU+3*+@T@3HtyC)<-TS=zoW1XN&!7A6t6D{M74%}RImaC1 zd7d@q82kZEKrXV$@DC&FbJ>3P_TWvnpQn##nsq;&Q{(@vi%l$Ao-`<{bPe$Ff2K4J za1WZXal7a})@!Gd2EM&*2oJUa#j)>D=trV>z_6P&N#s?#xONe(ifZW@c2UE3CBBt# z2=2_rP5VYoH8v)Hs!_@G6vQU)MUyVNF!Oumt3`MM(&_SEuF^C|alNqFi_#L_Vnr*`qtAh7zSBYsIqcJ`$4KV-u!Lk=tJ zBOfr75P5m(M+_)%vyWM}S{9~u{)E#yRnoO=Uhw`_NX&ato`3RFC*el2d-V-3{xFBheO&q4n<}7d@p}qo{IHrAPYw2 zI9MqJXnM{J5=h@Z$6i2=uZcVTlG>9Sqb_eOW;kj# z9lRO|%fpLi!s!#Ev=Ji$z8z;$Vh!m%qPk#y6ffDjL9DG&5U01zk*4;e?|=xQe*fqB zy#c5ETGk6G^7}e@pC;-%03Uw%NimW*?#~GS2)(yM{pZ!7gl1&oZWkf#k2fqc&%(+- z&m>6I^Hqr*`XI=mcrA=|0p}XY^N^G18TUJ@yPU)y_Dxj3nj7-|u*LFpH=twOh$2%X z$G&*xEy{>U+*^*0wQmd0xH(W&a6B=;cs? zL)OurMB`G)4;%d!?(_XQ_^=@=gr`@y=%vMD)lBv8>}!P^j8ET>t=WCiyD_cJ z74O0HkkPLxI4v|O)xOO^`X5)o?!zG_OwIB&OR3=z2AF$)mx{g@7tLxDQ{M2gN1m!T zS)u;0^JoNnt6pJQ!`%$}-XM#sj3gGvcPwVA6YY4vay^yqGP`}PCJr*XGr&5=@=#Hh zU=+FbTTdw9S`#hkeOmgX&v|W4rH7q7%59bdyJ0|iFj`%*!{dGH)VMD;BcqKe)_a=0 z0((#ow=aEM0<3qI6Ut&j_4H5f2+lK~(3c~ zR1qU1^Q3CWQKoa*HS?r!oZz6$%-4g{mJYiF%m!M*_ARE$1~DLI6;*a@dd(=Y_7aGU zipnR`3X_OwFRJk92j9;*uAd-`QE+!}7 z(i_n{8N4eNn~X;fgX>d+`GDgb&L*~zpB4-I`8zD9??oM=B@REG59Hv-eR7+n>FA6_ z+~>xL8JkBYh<4gdTl-BRNP^tTS2esD5B5|HT1CbF-sDpYYu_*j>w#wY2V*{RJu{sU z_z_IBqhmcaAAgh^T8}f&XcPy})7d-iYaZfV&9*#Wo6m{)1N|~s{40OzVZX-SJhmM& ziN~HH8UM+_w@`VcIYpP*r~XCUPt~Cb=`#c$@F4g-ZV+3vkRXl4*EB>$nW<|4N~n7* zqT-K@`*ZVBINNjST-D{PQC&@)P0@$_?bK!zi@f$XP3Gjwv9&(zmo`K64rMCAAF^U| zkiVU|4llllq2@?1f1E!UAw5rf+AVy9(ux#mKVMH>{(U6Ks}A8hJODY^_OG0Mole8Q z;3`=j0AU_zGM~2mmrMEkL&Y`LvwOLb=2+(rm<~>U*{o|6j|8L)BB?#mVuXi%O@8}m z6F8lneQ-G`>9*4gzax1$MU41vt;pIU>SjC8jaUk7^b;}j*&%(}QrQ2sktrtLs^h`- zm&McL*uh_#Z?lMc%qw5cydURy>FRzX9Du2gCSmpJXW3`5u*P$3`n@pq_#++cNB9eh z5}l!|`Z2WN7v!yV0@#G=J#gO+GOB_FuPPtQiMRxR=XMjezjab1770f4J3Df`5e36-G4#oYr#psgkmt%W6z5{eQ9UWEEUhhUY zCEI&-so<$b@^U8G3^x;p!lt{NWsriQ-D8e@d@TNuPmI(oHEt??NbLCPi!}a zN9_(l8BT^rD2BK$Gj#O?Ibv@Ujw>uz&1{tqqfwN+yX9mV0)htNeLpV4)dfUS#kP}2 z(rl$JaFX)kMH!FYmyfL#vnV(_)>V;KhmQ(NOfz{VB2Ep>H3$Vfl0;3M>0W^m$EHcx zbTumO4Uw>Imw9`%GK}r4zZdGC(SWUj5^JbsaV)~Rdoy5=N(w?%UGOyB;7znyT?w(@ zy^$h@#zNP=$a*d=b%o?+t5!wzSbqj|72~%1c)t(B{cIH~yVIWw=@JNhsALYwm!^V_ z<`4ZAJS-Dd(bF@S^(&FulNlysCnTwQ#lW#0$pps(`lj6-B|~4K(&y%=Ig-~?pMAKB zI@92!$j7ClH;Gmu*h;2}P2bA4w8f-diT%k^TY_;U^Aw@o4bwq~{} zg*V5wN^9H5cUP=n~f zj9z;Z-o_aNR(~pzbIWHA5bv0i_8-%p+IBNks-`EMabkC3P!Q54St2rURTp$vvgPi%tU#ERku=hm)2rm`=xG=`8(_i|+)_qOS z!^zJc%};;~B=A3?&n=-eVwaz+C{xr;PyFy6GI{@~KqYwBAUdZ{aEX`ODkSfrr@QI> z*5cY~S{Sh>hFuSSi$0ObcPw)JX>Hspl>yA!?4dy2WlaGWV*n%2ED}`ZE^cJp6Y=^Z9sQ>;j$vyI+r8hFpfB88>q*;@zocQ^68YxXZ9PfUiq@Uf24I>0%;vTYejo8fAKI#kC9mpz;a+pk(w(( zK856)1vq*cS#(#)!=Su>FHvHFQh1+3m%uPC z$L0lgUM}{90C7dNk}hfY(W##=BVfGu)mC{P8-Qd$EpzNkQmOLSq|IRwln2b3%SWUH zUwL{y7z{7WJnUI(KUSm&u=UwUB}rDO%aA$Gj!wkbmAO6CMmnZZm{L}hdtR@;1tp>J zTQRG~z7nySW+1qiqT8UwdZ%I3L@KX^j_>7l0Q%Wy7Kpv@0t|cMg2%+~!@oy2UseAh z|1R?II{n^{fopC{`+ScZ9N&Aeg*!(a61U`;Kjbw5vL%gqd`l3-`h#s)y-N8kK{~cM z%vMFT=C3lL{r5Y(jJNLulNuy`s5D?5gLOYU9?I}V^hyzSWatpO^_d2fwgD-f3*&dQ zP37j`u>&}v?4StzpD|e(33}aC7SBUWJe~Tr&H7bB?r)Llzxo9mYEF9+nJW=~vXGINX;xdJ_L-{ATy z*NxcbCH`c5__Y7JX}t95w6Oa|R#UcwY^as64M-x90&zTY)zo%4KX#f^%$K|WnFY#! zpskw6_Va{dEV1oCs#w9ddgR^F@O;`Rs5C-I+5h>AlzGKjW*8g?_O;aA8$4UKuVf-B z<3Hmig)sIV2zr7By5Obu-@t4Fo5=me(~U zMC?=V_q%Zp%^q8o!S4_pD-~L^J(x-TZtZ5cZab5^g^3+=%=Pi|`rT2J;&tt%HnNji zg>*ybhCqAeB#xkYI~L*gZ_9{IHff0wxv-b8SgSB!r+$yDCO>vX$OEGfZ{@JPu`!TK zKzG!~i7MFQ@mBI@76sKjk=?@AkN^H}MpKj`l$=vgys zaR~1=2~y0l!{9R_@B?Ot>RtCFlNwNM`Cb07yy8;k=qEkktd-i5&oI2htv5Ov>(rhY zNmg7_((j$)MyPu}tbepH>AkMu?Wt-Epe>{F7dR#zCtK#rnV~E=FnRTOgRO&n=j9}{ zVP*KFDqhA3R;d+?w4acVrtn7XZO5(l-x6&p^l2~pdu{y}^LgQiI&bS^!liE#%{_d0 z*VefNio^IG5=`5r>Da9IJS3oc7cP36A~QVBs$7EKO!Gikj7MoWf9)dUE&=gq`hg$| z;(GH{!(RRx&g!KjRQe7`ZkFL%5LNTLv&7xs&yVaYGX@pNV5Mh&v{#e{WX8>QV^32Zx!GUd=lf9mF$LWlug5XvR$seX{y+5^}zd}RR2gvpPI zt|vU1m;Dvp_wcGo*SOQ96rG+=WP z-%`(m+?pA(auQDYHH)U<9r;nY*02_Ia!C7+oO^H5EbKnR_#Qst{ zAw+4te3-Bn8XxGWf2g0HXy&L8vWVcSn*EX9Bd|D|^eE~c&UXoa*V!s%=#vSK?gpym z{kg*(uZ=P##7p*uWl?Id)Ej!FX9GN^-1?RjN-4;{^!%~m?fBaDTwSle3TaS1ZENx> z?50|&`tYFC;;21o?Y>q`Nf?O`P>BPilm}p*>e6nsMxe|aP|KsN=HxiLpJ=)mxtzk9 zO0f`atP-*jm1Hwyk|j+ppfjxH0!Xftei+@aymKUu_W10G%jvGF>pZjU$B*d+G5Q#Q zSYF)lwS{IicrBTFM7nvaVR2a7_jB#}A$mjK7F6Kn_XSbBKhGJ&=P3E) z=E&HEjh=}GJr+k`_h2v3q8+~f4~sLYiE+G|cEB(iQ@E#?APgI+YQ&bZY^2}eY(F!U z2rnq$=rPadj)^@qdl;@l9Vgst7#ds{`ukin#jH{@JWNrK!MMUGJP_TJ0?wn|avAO3 zMX!U)uoWj3rbzPV6o?$U1@#@UNfF!WmuVx?RL*tpa}Z?78p_UV7sN29}^YKqfF z*Rgp&o({kB^L)+RD<@qgu;=3aA=0`@xCkBm?r_uO=ee-I((W&cjFCb&5V=)dKK?Zc& z4pFQ+qR5`3q}VMaYA(yNtL{5J2L1v^Up)8~HXNu=Wths_+3mt<&{@`f_^U?yai+D% zg!?xRJrmATgNI!iaU;eAvs4L5lm07IDyX*vSQ3w@WeXj;1&`eGX1lWgku3Vm1S{-V zuxNvq>_Rni>(cRwgA9bkT&RO8%c$SaB=b>cq@q%i2oJ7Szn)RGwV&ekGYa zI&tnhtt8YwF=oeKS~gxYKK&@liLt85QOuXgek&OP0?|I65C7-YJ3WZ}1V1V;pHb{G z3FoyMyGVr+rsUegK7u$HA@&ERKE2gnBJt~aal5jdSW?21m>?2w*WE#>W24(anHJ#= zjT^i;4h_$(>+fM|mzTqD!ACWG1+{e`%ryGH9Q%H?VelBB{az2%jb-FNWU%D_Jng}L zTxv?FliS4qP+mdRjOcLYo7fsaVK1<%M6)g|?qj1p`rY@-!kvS5HV2Zn;;9_6@Vw{r z*j`}mCs;)=s%xLwlZa6@QKYoX33x#DLL$2bMu!$RO``VZn6zEU6j~$7`;g&3nCMq( z3=SNDgTxaU%c5BU2R9eKOYpNH9jaW5=H_>>IV`5 zrupRuS=eo^)c@vs7wKPg_gf|9QrCarF#pbKZi!7PX$87R@rqC8pV9qwUgH1wbCe35 z*57U?_{`~lGonBCTa0CoHvdQ>>ra^c56t<$DD*!+h^RILNWq)gkM7@Q{Xaeh5Evf; zqpE#6xDG(4TgU(ZdC5nSRG|OrG!A3z`d>{g@E|o$fl-yl9eMt59^v+Ho|yv=UiN>N zm4|EIGGSflY~kc<9*F~Md+lGpnBpQfg!lC!d65)%_`K%kiM@o^jb zSq8>{;NV~miU_BTp&a_&06w5D*+2c$?FUCz3{fa`4eQ*={Vi@a81Qae;i2 zn5bwXwflsD`B?#eyfLyW$%v;*>ckLI_V=3Y2%~$W>5+62tFwPvt6$h*LE#}GAyL}Ds*;8tr=Q+dXEA`>TtemcfL?l<8QVb`rVV#BfD@gQ z%(;2(k0)-t(XZ zXPMn^iG7I&EXjlbx-BP-`B0b?e9r0Uz++^El~>fisWh zgWQ=q8#B2c>)*KS;PZ3p<3lq?u*;qI*fVS3hs;8+Yj50K+}%MQ1B^EaM(De%)#h*C zz7fQnYLQK9VYqCWocHQkslv(EY=kCmAp4h)vtsZ``TMnJjOPE{L;)+UP{LyHT!}ry zxmjRrzd2*PSq^b;EURAt`<6q)L_n)J4%6JO_XSPJOjG# zf(R}G$NGGiyLrdNI0|EY?M;+ZjNN3Tzm#5d^BIEEuz3T`!^lMCf8d(dDk7-Dt57O zL8CzG%*e#`E*!P%Ab>_@d`*N}AQHTTxj1^$YjV!zG-2dEcYJh)_4gwDWz6D_u>f;f zlG*pvzUnQ%>J4Fl4h#&WRBrBHWkAVHE`ORdd_%#LfTGrClU=eDj2AL7Iaez`}-*sjOL(!;A!pj+r%ClP)p^jID0GADZT7NbGazhXsf`=FAZIXlHV zt?tLoHu$>S&WhT11%7i01`qho+x)#;GYSjMo@jcHzMQR^pjJJAUhA}Zd3m&g78cx5 zKPQ^@T&JW(?V>)cVtkCtac)1XgZb`#S2zu(G{#juzRm+5#{@omOckr!>VG8zKa$al z(VS@#4G2>7=l?Bt)h0)GbaXUfnSxH1bun60BVB}ar98UL;{R_~1q|2ph3{ztJcB^P zgwHN0CxSI=hbp zKET23iUnPDf@VL>T&Dg#B4V6g%(GLV?P|4z*N9JpUDHijS=m|i{#o?d{QmVkkLQx? z#YP_Dk5}=Ao_bFhG31SduE#+tU@*Am+GyWvB9-;+F1ioB=uKrC78P;8lK-nl;EmQG5jHueTZOFU$5X%Ix3NpCG*({`PmX_X04@(NO1EH|PEQ z>Y=tx$2{;uo)#yy7zU&L&zc}>KcYrj1cufo>T(~pw(7Z4*|nqz^3t95nVZI5*mgXN zkzqO5hN89+4sfKyb_i+1eN29Oo>m#5u2I!b5+%vBU4Lo~{40Vdlnemst(+l2H^^+h z8sproVD|$tpEj`)_wK~nkr>wcDQ(n>wsDiHl2Tj9^8tG_NO-T@yU%DB^-}wd&YDeK zr8NEsK`WX%+Jbm?ZJ@Q@I>;sYUxH(EBChcJ%@Rq;yFq-cFZIWTP=e)r*fTLe_uLt? zt2;0;-x0Bnb)Zd2bG*Pqd?=C3@#nUN2TaBj+~|$YK)v`+$NfUE*`c#OU&N&QpW6PHLp4 zr_c7kl`ZVNOZ+O`b5tLfWc{zVF8{UvDm*dpv#*`Od$11H80o6LC*@va#e&O@+S;)C zF8c|>!s?5utm~=W`t)*h4DY9=4Xyd*gYA7LsKd$rgjZ_Obo##EZ{~5ZzBkpUSPlGh zWs%{{5D~PP=x8fe3-G$TpS4lV$0SSM-w+7IHKuM1@agnZGRX$*z=V8i)^h#G;IR;( z`F4_EwWE-s9cPXd9Ule0>H??pFrIg-z2AHzJM~X*{s+wxk_G^<$-d%ZXlST@su0|9 zEYZ}|w9QaGC*^m51Lnt5Ynq!lIngk!y}OejOT4^KJAV*DYqbvavRx*KL7<t{!SvT33`y2U}aSOfG!RDof7i z*`qG%9UdbTAj3WcheKImj%Npprm{P<4;7Oo#^li5eYS4sC2{`VzknR0?SIe@cQ*jZ#+$By0CIodci($r zZlC@{z1i#Yg|GWx?~^7$SjYnOvrzC^=rRzej_dcgM9MuieYSM7?ln5Qa|zI#PJpi` z+)pwazKFrC!K9`Oty%?ue>a(TJm|Rnm3P@rMj*6r!nMmfDd5uWUq^cx*nByE3gJ$j z^h#-I`>e40*XF06o1dDZh9d2ti33h`d18khn%P=+(*Z;m_VjTWa%?jVI3c(sly$BF z6hbSVUxl8cqi-u9Thv`B{&4Xu;z@Vxg_{FLR9lEMYRUJkN83-ZzM;YW`aWsuW|7}k zk=r!{l5=;I27N8)A>9E`rbV?5eAdQT_EQacWFPAspwloR!JPn!>Y{v)`mBw~Y7kA1{ zWSoP!;bE2F)ZOur9s6TtrUrL~LEB@Z zsB=VHu1POO=#Dn>pS1uME>nSWeI7G2^AsSjk+h{-yeNItFVvFW78xnyyr!WkoyBP8 zjhik9_VealDgJL-K{GlNzo;k${CW-!G|21QUPBf`FN&AvfL3qym+sD8a+lUO+_D$L zF{*Wj^8+&%#%#~TuyBP2Orx3@DxQlqZ(S*TYs>OQPD#Ro8UKPmrcmNZF@|P5JiI^N z7=Xm%zG47wG^jEkmocSu6BZN0$w|M>j$pz2gz6N72+W@kx_63!kHluq8i?@zI7Q!N zF6)18?7!yTEu{I@A$P8?)wfgHoJn#v2h5{PLoLYu zA4sG4?hYR2!RY9VTbl7YqjnpG>I6c+$9bQL-&{@81*Z8AsmI$4>THa9nKL0irC=?TGY zvI20K%3xf!qFn)vkVgb$Wg*54)w=+Mk*irm&CQ=9YoRjJ)6;I3HIS@7x1b5QMVi-T zbA4j}Ez$&du^p_$Yj=jq9_J8L4~>m|(afk`RPg?BBn3T^I^7tAl-_=S6g%MNjPb_2 ze{gWTv+a!YA9E&;wKb0>4WN&kC6lWN0+Y2lcQ}2y_uRIqv{kJ;^7yzNXjZv42PxhE zBa}5L`qzQwE~j97y-hx3{}Swg%zJl?eNULTnXRpDn|F~b{B`6l;Krf!cYgn89iGMC4&(}T3YA-1TNC|gP|W(=?xari<7URK z1FE=-0l?2oQKtl=|3S=|a;N?PHR5(DfU?puRO{i;Nx5+wBf|A|#&&&8{@9By#;vnl zp0duG8?inZ_~-nK1k{V72}vT`0O-6W-LwHx%^f%MTBe0lMMb$@-+M<=oCTPeY0O=p z<2=Tw81U7y_Z2y$>2^B*>l(!g0AM~Gl5+|IaNJb^^f>9Aq*5l%uR@a;#zElQp}1EF z#v7-r9T;kd&}c5{_9)>Wk(2DJ-8So@N>^v6X#e$ap4xH&pYLW!*Us4B-rn9XAQqf% zAtB|r|H)n|;AkDz1;1_pyU&zw&)tr}|@t%Gq_9oc4wB$3R?z6jndR+5E(w zIeB8;?(Jo1`H)J*5cJKES4~}AU07InbSCf8Q`1!KE)#9A;#;--%HfVI&$X1ZKJYnT z*T%+%YUtPwMCThh09Qp2J`oWSQ_jyO9N3($tYYT+PkbW(p0?!XJ>qQo(_7X7T^x94 zRI7mfiq?NvVn_Lnv2pY*KZp!v^b@D@_X0Eu`+;NAP(u3fmX;QArzPdaJ=gLG=o#gW z*#gxw^}D>{!dIJFC|l(0N`R%C8*=N2Oy}}vxvvBAYQ?g41lZZ*lyCv z&v41e$ee)wXQsYu{VDcSni&MXixHH3odxPifrn08qu<0m4=pqY)n#O4G9;>-k!1~g z;Q;{w1XJ@nTD_F}G2149+Ce2|r;n z{yc6542eRaN+J)_M-?_6)TC{C?fY*K+}aC+kdV+ey^ixt?8vQOkE*tYSqb)Cs=jy9 z+1lQYSni6kc4ddB&w!x5YFSX7Zx$yDH|KIU?3vzsbqg6fR-Ozi$rAfc>Ge0L%jIIo zR&k*9o6@6;TNcpHch$;gaj7pRBC@+7wBO$Gjf`W$$jHbEa7)VG-j|6WOrcgth%0`udUwU4b!Y@j{L&s72+ZhjN z*n!Xktw*+jMqWv(FkVh}Emd|gG)xQR1}>XV&&;H`M%(m{2n15TEqJ#W^hqEjnxEi1 zrLo82yRNVhZkSro-oauUVj+mg3a0sZ7ihEMo%XfVmzu^^ICms4Cju^<06F!By6?vS z_~I!KNHKht1l(l`tXr0R-ulu9&6s@e8cV!md3O94^&p2|c9yj<{ezXQ!?dUwf6csa zaKO`>&(yWq8RmE*4U_`D5<_*uaV2SM<2aUu{eHWSqw$nw*4&(Yy8gkW0bysRI_N3bGFD4+wxkcL1^6*EL7_ccl{VM!s(6{BfaJ$As_P zgyp@@^d1StNmncEaw$D%uIi=iG+xr6?*<-S98uvNW^6GWQJ*7TumcsJK$Eej8s|4l zlu)Xy^M303sZOTB7J@}{b58w+%Spu}d7b5|Or>b|&O-tDmjyZO84cw%P8goIa zX(^jlL!em=Xpq~n6#RVfY!DEfO7pG7AQX(Uf*EX! zN7@{-Zql;*s&26tL2c!V(7zcj16U4B#dy|?W9%X^y?HA^kpBUQCzjudvgxu7yx^Df zNz_cmrw(193oQ+)<1_$*AvW@2ti0~@K6Y(g3=rMFMWbD(KCn{@2l&?Y%yk-s{yM4M zxk*H|FJS{Z7pZk{8xk{4V#XUpXFS2jBDxo!vd%tvz`W<WjStoqHXS8_8z?>9cHv>{s3#ob$SUqeG8uyWH6 zyV9@BjQslv~XV7U^nui`m?3E^koq8`}Q1Nc08<(yG(j_>Z_nJH5wI zSDI!E_+Iz6N&x20*nNx?>m_m(5Ip>*?fWQxd8|uFd`SwjEVZNtK2|$@fzxD_4zx~Ll#vM^3U`69JslG{=#^V zpL-~f$Ffj7%lC1+lRMcFa!276xxlCF;V(xrP=_^fYk11kNxJu7-Hmmr_o;04X}|Ol z+#yr4V>SSU-NLnz(WjhvzoH8l)(`{=eT>_G2Lt&#>xp0SOf<8% zZ2az*Cg6OqsSU0dGq&kY;Kd}X$Js7xcu&C&OS?-H#2PK0J8UwsE5h_@*Q8=;^8CpysKLg$>MI zYwg|d5lyia_0#GXmU1I2Ech@b!!9In9!SQ=iS$#i+%x&WMJd|Zs z_dhSg)0J@g%j^3~YbMPixEYy^{owe`c>EQ(t#3YX3W7^ef!KEBOnlkJiVO#hB2%eB z$7pj3k2!q_)b_Y5E6L1->`a!f>BtJae`QjF?IG-ElTCu>tW+lxPs`E+GukFIEw*|h{HjCVLR z8$PS}5cUfR*`Apnnm>;Tnsb{eJxe}pc|y(1{m8=+Q1l5GoJc<^n9n%WMj7j|v8`KL$rC9!f4RLFXi_Ax@4FKZ$s(Fe_baFwvNB2eqEp4=@1}5wj>0TuHLqc z92YB}2=GiI@+97J#f$efdd)8~z+ z?!bQX_vU{%^m@&I>Fky#p<^qQS=vkE(ytj!_egXK>M76E{@jYN3v+zOFo|ifl+CZf zV!?csaOXPtIhlg(tDanD8YynX{HiZK>pUZFRpmAnml7iO9oIODJArv;`Pb+AeI+_a z$JVd&IQm=P161^5OifU#$l;i2z^3JKanYIi`EXxIK+i!nDtBS+pLwFz7k;br(HnZM ze!*Nx=53c|kYE?hQt<2Onapj&=4g@0fyyV!tS0E*>oSco`PCtC-+I@HOlzD%qPE!s zov+)T>gL%V+tWe4xozB;$V5McC#4bu%|n=Hvgu!E)TMV^ot1H?;5HLiPmXU=aF&iSU z(>j5|`>{Id24$ela2#J1wl3_Ru9zOrewz*pG$kYP7Q7kxp=FhfL$rq% z#hf)p1kE0gmhMw6b+24p9l;p60SuonEgc%8Ma%MG7f?^Ny^i%CEwto>GQ2s~d_cw6 zV(`AsvUw$fV^MIAs=3+w8?}Fmeegukr;%3%4lg~r0w`Mp3lbkW_Nz1s4sXR14<1P3 zdA2#z=ZX1v2Ki31KPAdM9bHMjYe88q#}>;hw>-Q54vno|NHjp{Q@i)@_}sl5+C8BZ zwm50g8p_6nJD3U2H9z%O>U*jv3r4ABv=1YJp~F9w`>b*W2eu}vaQG#Cxrf`8b6C2Ss&V9$n|F>17We18 zNA_`vtL&E<`kD`3z3MF4ozH@eu(SZ*)N-f?*`FN|Fr|oQZhSTny_>gU^sYUfXRRc< zDm|=dXd|sHM8ah%g*5Vc;H`#K_dO$;WHW@fz(*z)hreWOfT_broNZ#5Fr>aPK`8Ev z=Lxh8*BDvuKC`W$C5a3OkIf7Eh6g<~%^|z07c96hG^T#=h zrdG7|HfHsYHFuIlo-Mxa7ir&QQti%B9=JT}Gl=Y@QoCeXfjmIujlu^i@HOINa|sK7HMS{>^fhMsH0cubMOYGe zXE_=@@5y(L!Ki|$&IOkNk%?nMcEKaL=%CpydVJ@@4Uav4JuyRrT&O6%ITP(ca|+F-2!Gb7qG9w^Gs|TuaTn zEkgGZvJu#(bZm--9!YDFpYzv}L zLwXb+ewkcJ_^F4N^0pss%{&4*$&%hh|0f*D!#(hgwshkJt0{Rp{|G+63ihECT4FMB zF5x8klqSd$^5N}>o9;T9r=FYWN^0EFk8j+XjNQSO>$2b&{;X(;J4GJmS|RgY;|p|? zUa=}(hR1dSbv>tx1kF@VKGa@ueSA=#d|C@-uyhT9D=X`LGC4;qf~YTV(>Ayr9n00F z?KUD?yH$_LzTr-YVw*-UX6G{)Ui z{fG5;ejkDGyC|DwPuW(?RKi`(+(Ln8T zEpDMvE_UAphLRn3YSbr%_$N;$d1GA!_Kn$)%0FtD*<_Uc;*5LEpU-;*T$NN0(qsl@ z>%8({J@~R60!_<@wb*g4k!X5zAhx~8y)|TS&S7dY5lW~lKiZtJ(>9764$Id^zQO`% zp$^qC{*jI}N57D}-U@P!R^pOOSQE@F<@)TCwUqBu?0hJ`hi;I3PByGy+?V+yf^M_)eaJj{;OUL|}qG1Gckjt$f4dWelR+ zDRY<6=V}D7qjjOAjjD0isqFn3OM?lghn>Z}e}QIs+MZv4el!Jn{3=WoQS9m(cm z*w8X{p8^Xn7j}W77SZHoaYlofSeyL%=aJw1K8;4sv05M%Wp@>+Sj-%BJEb$c$F_w& zYnrPHuWY`cO<2x0NDA}mbP^k%zt}E^Ul_~Rk_inaUD}$XMMn|%>hw}Q$I1%znRV8kB_?gS|@To7) zbjIe>aZ=mmJ)wp*fuM~K13h&<#w*osHs` zVrJN#5X}bk!;ZsX2q z5D#W(im0;uOR9wG7dsjb6*?K4e?q>%9mn%vRWF!lQM{HU=Y=BND$OC6F|OVt`=hqz zo|f$SO8vkCSX+Ey`uMnsT*8FW1}*%o6JuX+TJ?1c@krtaGIyY4UviTkZD219j5>-f zJF5uoyel{FXpkf){Zl8l$01MhEk!0tiBhK7B>)B(lG8u`?m*j_>5`J}l(VGrf8www z!%EUEpdrTmG5y6Q)vpHP&XNx^((xeQZ3Eh(*Gu!PKi%tO{Dl1Wiezmo37X$3yNg?q zKXK5J&B1?qS0_(#@)Hgj-IY;(XAFPo7bNC_@fItO5%Zo6eyY*kx(5#@-r{a3 zQhgSP^vrDI!Cv5h%w#FfglF=)ywOB&Lg~dje6?wF3AQqG%GPt40&Rr!sU=#7cH}B# z?y!arlOJ2Ve1_vR09`yGR=_M9{_ZI^yYBm$8&&P$;Gy92nqGr>utT6h*cn&tD)`i) zI|Un)|M@j%25aYW%|{a1ggKcId%5dPZR<1@IoeE^AK8@LggD7^jzB_9(G*%F;d*6^ z?+$TH!eI6LdM7%t4opB2BDl8-uiRLso3D1{PGp$1mbdAZi$3PQp;+oPd|>qhG+i@D zi4m`A%0|#EZNHl2b0&Y`n_IJ%Ld;|)zL4?zfr#xrR`Q;F5~RlkkFV&HpJaA&1s;2L zZ(VhYz5LpEzF9SRAW6~bYt~N%HVzOcP~CgS2^Fd`jUUg4^hgvfB{G8dlYX=t$*F1# z>9i*97x7^_@(#GX6MPY@eJ&oDwk|bmhK3~Bm>qG5%FY?)w1;Xw-T!<#Dx}C*vZ}vs ze0N4EJKXd42*dLuBZ9cMCK0x1osO9_?6!_Gq=A|qzSpw%zQ3-ghZEV>^agsEknJ9N zzkh|_yl~&^NX$q~ioM&}=rJYkp1`!na#Y^Lun9~*rtEH>q7Fj`1LY0s$ozEX^~#U( z_!+@{4)``ib3Eo>LL(kYH#NbPd%`Yn!%kJjVfq*1x}(t|SrJJ+JF>dOz))9{wz{uf zDV`dXtUR%boYub}_zaPsHY$d~7S63_UTX1`$8XPc=8VCP__K>Fx?U%;z_CxZmF44W z67b(cjDI~Oe!%WsQ07^3Rn^CdzcCDt-614aadTE?zfP z?0hdSd((H(j@*W+%)IK^O1VHLc&OvA;?rhb(EiD|u^1tBn$+p<{p$tmV#29+t@r z$JV=ey))#=?%%70v+%x8zd;*hOT_Elrby1dFEhq=JQzvZAz*+xnIa(Wm02+LDN)yk zjM6%@rDvJ0VzhHGw;@Awk}};IBfR0D6)!`xo085>$JDM>JS|!H+wTj*y-KHe6{KoI zh4AvAG&sUsl+$%>>b^|*_s`oTd4Q-5B!J1feSMX(&f`{9nz7RFE$POgZ^hY@;R#WR zNh56^UMq>$+)3wTPnYoIrn(0!<9tAoFu}v02k5iifg_$oYxA5|;%;jR0y;6)B}7Xy zLZ7U^5*fFNA}7s>tTAk!TWARkRz3X~%5|#gKagp@4VTpQQ-+-*V!(7fr@?Fe%kI|i z?RqO>LB*cu>`q9fJR8Mt{Oz;YO**56^K2 z542>~>5D?tx?==gTP37BeKtd-jmIYXJeInbPEdumN<=3^#f9(dJ5_3H!WdwhDOOf! z)>;IN6y_k@#ahQNEVTJXCUryy>AvQz3k()XuW}BXCti%EEIS=1^W_s+q$kk%4oa+x zN9Z7n+^63|uaUvV#k#B_Tt$wh`b|jNHC%d`iNrXXUXw(U9{qbe8=fzN6LqFi7CF79 z0SRmLjoRa&L?fQ*GCpNB%f7Mmte>@OOli`T*Heu{z+3C}{uUNVy1w@d-z_$5I*|Zf%W=EdyQZDjc>xvwYoCet=##3+;<%<(~ z-=QlobQVYU0Nr}{>sv%OggQyhFA4m5C`70z>H|XKMi%I`NqGQD5lAnsYs{9`Yj*y) zCtN^TxkFO7CCP?WNE(nLjCMp^Xq>>@dvx{eu(BD~kj)@oSb~`=%V52>v}Mt(Go0~i z0Vn#2vTprywAAdp_db1T=f{T+A1iacAivFg7#8AosHwiX88&|z%$bJ~?tT==^WDJf zw}sF_JEAIfe7xP!I@8mtDpRg`W$ZWec^0dIy2|#24!-@*u~&pj$X~XkfzQ4Zfp8Vk zKiBJRMS`cQEPF<{w?sX;-TmFuOBpkyI`ofSkRCfs(X^bYIEy$+xzMszCkX1K++E{C z!;qcvQL2sW$LH!#?#o!&?ocG86|DtUiQZ}Cb1+&JeMwnLc)HsqheG6nA{;i%iuQq>-XgQKRV7K{p#~OKI>}b z!}C(Oz~a1K0{SFtPU)?L3CKMG&#|@!wJ#Im)g+RmO|mX$*V8R)KM9T$Atv1YwOVxw zF0$Hq!r`-qA3V%#yI5jW=@6}LiBmlSYP<2xSgi6XLnQh?-q!s>?thoZP)8Vw=NHlZ z*w6{pT~NTGf6=cZaK=*p`iH}~?Rc&GunMI_U;ipN+McI=I;UtO{zABa{j8N=>h870 z)6+%IYJ7RZt~K6|N=lLZ^9B}%JI_i54WhZd8MNj(F|EsTEj^wxtU=Oo6xAO4D@EEH z?P*0HKr}7XGxw>QZu3;{Q(9v6C44K*ECINaL&}fWh|w?lA-L9@!J$6-$|sJ{M(3je zv7`u9zbudchpDshiz@8aHV7gh(%mH`jdUs9NJ@8z^w2SMH`0wrNOyNPNJuvf-8D4d z<~_&ve18D^7-sM1S?gZceXotsu`1Ju_yq6MlARDP>HfHSKh+SwgpamA zE>Bs8wCrF)-^RzIX8-YTA4kT0&x|Xx%h!jxn&XLcP5K_X8$jIU7-B|{Xt`|$vQunH z)Uer7+RukR{2J{KSOa7NN_U$y5pB3)`C9Q}(HDWQ-)N#=U9F@I7hlY)a4<*BPJ(RISLkdM+KhCk>2H*#Te@PAZ9 za`;5#S87Upq`}E3N719*iMxOB4L=?jlj_?Ly|-ZiMert+a_f}+cm&eu1Bi_*G0hI@ zctecczw3G2LX!Bg=d6Dp{?@aBGj{&VD+a{~4a9)+CrQZ0 zxbaE5zdy_j@5nAeR2p@)Np9!zWu)}1RG;#CN3&?=wJF4p3l?oxSo!=NEW^NgwL;y~ zIjcy!04^~r>nrHz!ib=(n;zO9W4(!~?w@COt(7Md-YS&QkyB|UY>J9wVeyW5{PFH@ zoHh1U&%{XorW`;e$MBn>L^NB5aq2anhF|bCz)qZArmRZhVWcV6hI&T7UUc&T!G3xo zwhrw0NXZ(9u$Ek4jI!i*6Vu<9fEgua8FN7yR;yMpGD9RoI1s{9B%7NOnHQfgWTAba zH{0}RPf8zSBo{C*6 ztM1=V7)}=GOPAqck=wzVxhS0MVxR2gmR~2CL4z)?yfGw-TcF*?enS%ieFWy%+K1ea zk_chgXRSjRtMKVbGaAN`8yTUPu;qq13anD&3>1zYfp24R8&OaNcIXg{16XBDBvra7 z0tb@tWBFQTl<FYd^qEsX)|sdkv2521 zb<5upC*tjWFtu+yYP(^nPrJ|1dZPPUaLl&FivnWn3hDo$37%?^oC$WNK!e5#GC&3D z{(5(qGb<-;iY@0+e&NmhrL%tqU;=_)o%W+ChzhD`J023XZRQv8m7!>#wF+Ha8MS^m zSj+F^PBhVXuY)IC>H_mya>vjzKp-ezki8=o{f40CPU~w_lN2#%05ic3$^MU@sFE>m zapNkQLdFEQ%5!(;s^6_H`)xfI7auGZkbP4`UP^E$m4cC9F=Fw0$y}5ziyGln^$4F_ zZQ{V#SB1MIu7l#nfsbnmxY}uP4$3TZ6<%qNI?eRPj%i+=8TLqGB~hc`ow12ugVWOU&@UcB#e!+rmHn$l%P;f8K=Zx%Lsci70|W< z`q6HgQjCLlX^^N8W;(2gDhXctu_oo4^r+3p)r9s6z-N*r{2<*U&XD(Xn%jeF+1QWR zAG+kQc@RVI&)H;;*=;x2%xO9Yb;<`5@qP5QR>*F?+b<68+c-$divD%Cm>J(8_ zWz@6(Tkd6K0L;WXls{*e!Mf^YEH;ki=Ez|X)b)uMx(PnUGUb&Cg}%>MuF-gi%h=^^ zzm*RwRfm-HrfaR%tNDL^Pg$=qMk~%^RhRNBe?dD8f`1Z|)TBI;y#tIMCCba2Z@1IT zGwL+`xo9_UoQ)RaQ3D)|37UkrR5t0=vpFz5}sl(;STa zjEGE=K>Q>ShVAA?MtptY>s7WQ^-_)>go-8US6G>65#~LpPRzrlg`dUDZ7^3FFL-Up z@!o%RnQOe9pbrk_vySWHG}{v2rLcC=_E%H5IXeiRS+`9cqYz&#_kKK}mZewxYZ5r( z8~?|D4L{8>pC+V*U)o%9|5_(33*|#E#mq;FTC~hofRB65c*p| zJk?KpA53P6w-fEAM13ZB5ieuD8@k?)8_C^Kx6>f&>T&+4X(3OdyN`}Z_j{Z5 zibz4m3X6jr^q$I@5LwR2c-xe$6Y@_x?D}hTv3Hr-)7pS&uBE#lpB?5$Uf-rvJf0{2}w5_?#mYH_cyjyK=aM~6&5q99A>^B73aM$K3MH^ zQxMrCM!0Q{!LAgQdol1+E>Sno z>1y#*-$S~Mc7VfZ1o_qSg*W4*l(h5%;3N=U^uR;QvFZ+YJZ)Zmv|0E4u`dMelKoq# zovB^FEh&7bgb|x?fjCM~7MgxUg(Lr+k#{9j=EbR^qDGVuElb`N&b0IHzGX+S93zYG zmIcx7Br=Zm)QN&7ta*X3_d(t-6`z#0Q*l`cgkYdNCk&9rWs9m1w??SdA#X2?MA-FG zlYpZPvc*%#F%2dx73ugjpi=6~UG7i}kp&YavKbs*)WvHp23{wAH-SNZM=ajpeQE<~ zjiqdJqksPaW6xUZ;JNOzywgAV^nn1D{l^+Ho&z-s+ui)QmpTv93>$9nRX$j_fYt{p zv~$MB2%3+L=?-0TpX(;YE!K*c=XhpJ^NTaEi5T=1M~#qO^&KH*Hdj8r>qPUiGbCn6 zI&k5D?<>9k)+c{wm0mExw0#-Aw=fz#&56Ki>-NA2Kz>b!d`+9KW)s0Z?4Z0?UUsZ2 zCUNq_E!!c`j?(%Stp^Nns9gB^y9~s=yZQ5^x8DY8+mrkMNK+JV4%8ku9nfgP!lj29 z^|*wbg>N9Lz6QsLLjZt`=}7~P1We>@!Vj@sa){)aWx#nAC;BqybVX3h+oE_+yCMd> zw%xSByZ9cItDaHHg*+gqebQn~LI98@Gok&)yV5_%y*YfQK=?+eiZ{?rH$r(YX@5pB zBT4IGK1(=CI>XjurG69Fuc00{ob^2BNAky=_Pf93K=qXzUqBOo+L-)M*Nc>?V%arm zwmL3pW0Z{Pj&9%@bx>w2%8y^$YDgqbwkm*|>-a|R z(NpDx>8%#8r2s=)Qa4Le|5QFH{8bl&1n)o16)eSCn44Y#Y%(2ZM2DKpm}WNzZ5sKn z9m>2rd`lY}#rqc(ki>E|pRQlnsc1p5R=d8X2%K{cx{GOgw9{J!C7ckEI$#{*r{DdV zy?IL9cV22jv(se+zdGj_XJ|ruYRC$S5`WsB<8C{PY-~Bq%^#iMq4ZI)xKL?AzX5zc z7hxq|3gz@F+3Z-@gq}S4JRI*$1gVA>#`sSJRGPdJ5oDRrw)@8gI?S)nO}%6dV8&Q; zcwWg@i9G;}HPfZT&$5h>pCw7H!_3Vl9F{#EUklNbz2MCjV07N-<@gi`K9Wli3Wd;J zqVcTxY^4TlWsOhpyem|*=9nK+ih>r^IULRKCR%23DoV>P^z&hCVuln|kR+`)qSjS= zjWH5V7$pP61Zr6{Wp5?yo8(^14kLl6Vw6tir0>W(@uS?Uo;u6XHECLD@A6(xl)nI< ziL^1aR}kU5rc?A0NNrM+htZL_$+4Bg9vxqA~0TgcBRzk!h`d9lw(qzH(6Gt zR&@#lwQrpc`k$7Ukp%vWKz@3S2=*WA5kFXb+K1Nbg<@6>GT?WKBliNb-BX6k3c(Zc zytxhcamWq>90y2!3?_n^R{XTB3;9DXDpXl7*gI$EF57;O9|VQ*WZ`rxh_=MB^r!0) z`c~Oc;*s&^c563+W6aJx3+#Lx-`D@=XJ3d@e)TyPVXX%eubcJWh0fhSDiV93M~ml-xZtm4k`G|x0NXWu_QSVs#r=Si z8+?cgvyz`Ca6kYEkGB%8t*EP<{a`<&O$&d)25XQ$Pj+W(X;?p+7HM&F%H8 z%0Ub9ghJj20En2mazzNWfoit*SpN2w0yl6 ztwQg5a2>hk0034vmd{4$E5N7USI^kH(6AxLAt4tvzRGJotQ!77`?%QtsC};S*Ec>} zMr^2IwzYUezW={s*{fGhJ8X1xpuZ#YKdENOVc3a~ zSLGV}O`q!gq~cjHgf|ScG$YN%iJCA@^GY9}wwBK!!*3rY6V|7qV;mk^r@PDoOGh{AO86UUd2XZY!CFuu*`@f!G>EaQIRP#({b8Cs*d`M z_cRe}NOuAn-|Vr2Bz$c;C~sc@0|$}g3lM>qsQMLA?%gX6OBkA>IP_;C+ZMLBG!r7a zGejd?D^s5%rZYkGY(*#}o0n0g-}%j9^yJz)Yf(=co$w!O3m3L$5K4>E`1MSe4u<16 z`u(Hi-@KAD854vqQ35T|vCP2xgS>1jO^>5m5-5!~qA*W7vG>E-dLc)vzT~dqXo@|i zWyJXwC~ht|*MPqrhi&8uGbIM!SH;~SL>x*t{(z7pzVF(``3SNuYXo&*0DiH(G*~KLR%gn zEG|6XoG31da|zqGe#kCG@gL9S(f`GHrQ+K$Lg@23`Vzwlr9;KnF(~xJ`}w~6SEIC3 z!cVFlYtF-Lh=ST8Z}*ka`KVp<=?Z+AJrWJ?1FOIpZK^jsU?z`l@JADxgG?40@Afnd zZ1E>B6w64nT1suN2u47Fx<;H0DLv6XcH?9_&6XMd3;g`jRmm`i(pqj+JJ3Syxa%fQ zLo;2-MY8B3VfK)uqj7)Xwcqq6q_7)Z(M{d8)0?O=!~f4+pH1*;mn%eX5My;&HEdL; zRhrBg30JYvO0BRK6}&8MRqXh>aYV3s%p1$IvkbV8IN!n@%;6qlkVeNzYJ@jOYVGI%Fztq?#Ie=S+yVZv?Nr}!Jc$IteML66aCN6Q5YjFhlGn|!- zDG-)*o#%Tg@WFReSZFMdJE9%sBJp!`?@ zq{!*K(8BUGb{Jz-+Ay_v379uOR0CudclF(e#ZBASUb9GXZ%Z!sPs+v_DJOfA6$^?sGe+e_oc%E*c(H+wo=PhcIXl&x+@<2p~ z`3%1rL}a6}%VR|4x^j`Z!`%J=asdcLoM8&c3Pjs84xP1oADN47i3hPbkF02e}2D)&)89r4x5f zMd`{2SE=39^dBitfg*CIa)mc&8Nak?zbH!8uB0*$!-^gge~Yf5X7F!X4_msI#@n42 zJe#8B>0w9MrDV#z2SXBjwQk9Svu`!UJX2H5q%UgJogfOm@Y0U`qq_dG>Ycejs6DHN zEdA$%+mRQuW!-2|=0DB(eQ-yW>G0Bvl|?m*=vRM@$~TxXrZ`p3=#$j0N>l|k@K(Bf z?36^@kI*$=DI9^*u1qxMF+1OfBL>Jr9k^ z(&Y8E6O z;j17&BNnG@k5(5zML5SgL(?6`>|YKU5?L>d%hMq47K${sspty;YLKY3DSj4wt9{8+ zs5<9quCb^-O$zJy1eCeen~jtXln!rK-t&-7kM{IeSpvw;FycrHEHEzSb`F5B-#>4rfkNxiu4A^Tt; zp+HaUI=?UGgQP_rP;oVVC~ujp%p|nPbUJ@;qj9pwM$Yd+{V9ItW(OSR0SZpo{@lHLgw2HxA6l#ww#Mn8WJ#=Ti{OT}>qV{4na@J&vwE$lEWk zo+sAxuzzFLZ(9;P&>SD)3WR%P#E|`(f4Ol`TAv9Ar{s-zDzpw3-M60{zyd!-mY~l@~FCvZn=`t zu14_o^OH@cpZ$Jo2L3y0C`krfl`MDrGDmVquK+^HM^@Z9jxu=K)>Sg>DdN*H!DqvY zxoNn~;F{h+sQ(+I(>2l_4QU}xajjat5?nRg3^ z<85pTZ&~q6c&{0FRWMkVtbM=@_0sy0ZSjXAxI+iuNB{gsQo~W*BCt?|z&u^4gf>Rd zqU%jLaG)CokkKP)tddKrS$YOp9&IgHI7GajR@rhmD2P(YBqFj12T3gGG&@B>T%VJ? zZ<9(YlnNg0vo1!=g*X;p9}t9Wzk!Wt<}H5$++NG24I5!tB&-ujC8FsvRQyV2lo{5* z85TP!jE8YM_xCi_s-@5ObU9HgxK@ILs$dP?M=APu82;mFuy6#GBi6YG!nR4s`@CJc4=xn#)-+$jt!T_La3w7S&Q+Q{&Z`S6>nM0+p*Y+nF#2Gu@z@WfATT~pfmrdt;@DRL<9`bv zgp9akVouxXT6IgHVWX5>>5E{m1SjEJs&{7}G2LO6jSF^xa?P0+4pgL<1<@lDp?0_d z?@qq4Y}mlA0E}-EX@(<(sv8r?;X27biVef1)F$X&Ey+rfforI!4!;+dZgVX=s<^BN z;zeanpW<0SCeSJo+#-|-{u=ER$sx*7y>c*wL6`#~pk^U6p!fa!u_{wyhN|ZZ{70&d zdZa^7=|BCiF#5z_+Lbu@azJmHueJRxg*>(7?gOaGbO&V5H~rEp`j1W?GjiG zvB24ngR`|GcM`7flvuo~E}D6^?#NWY`Coy99R3x2h#lYkVRdyC$Hf>R?~i^i-J1g} z#jE`3Si;Bl(Zl=90{!86wAtS5uiZ8Sc4(JoCU9bMIJvV3lQQ9iQoeR2xxv72%t(uU zR*in7j%82U#9wpZ!yik*r7U6*$9L!pH7?RmP(*;8xs)fkY4lbEj6`D*xeMc*BZMux z`nUIhR*}K)G!Yd$5##bD%u;}6abg-Rmg{sE>a_kRZ(Up9|EU5PP zNBt_llJ=*&sgCXGQ#-(}gR_?^jiivv9prT>{sN4Xq`)_!UzEoS;RZ7Rim@sDb{|Z{ zEEXwQBhoQ_L3-6LnXq?tOwLq+sfm({a=^^bSs%dUqV{=LAb=~RFwOtfxcP5jx4C(5(G*zP zZZ;^{t+g7=+U&cKXi?^Q0U(c9NlQ(PCeiz8$6Fzji&+qsWIKI{S5I3wiSoc9d1 z+#cWl`MBHErxNc-Jw|csSv2|Dg7dvkKKI;7?+<{uBO8{KK;`p4j@cD4;V&xJ+qYQn zc}dvRK=Tkxc`k-NpXUKdp~={k>adq|2D4R7wJYQPJ>l&Djt{fxP*;XUf^$B1nu#n7 za^$4xRlR7HJ_ztk={Np9JBg2iPYe1_5$0eFvrUOk@>1W?l)s6!MN}4hVx$3VabPM> z!26RqzYB@^IupCKNk|nT2`0qzB=d|>-s8Bz&l4!~1hqOIFh!OV zO)GC_aP5rSNtD0T*TBw%D=Rym!W^Miy**2ydGTO4OKrO@mwRMVZvO3H2d@xW5leazWxaDHZ z=y9d!B9*v5G-O2G)Tr^7W_G$x>E-yZujqoxHjNyIxb((%-(>gnquoY~b2P6jxI+Uv z7^zslA{a2kTfofdc^qwV8a@X7XSnZ)`DSf`==)2K7hj9<0p`vo2>}&NIp9*)JN!~m z1sP7FJs`8|fUS-E?HZ6bQ$XJJ!PG>-S^DQ2-m~<(H@o4tZ0=iI<6J{QH3C zX`Wv=-*MSfu;g)l(_!&Nzs}N$!=n-N^~rlfUA*y*azcNJ?EZzmWLQmHcZp<1PrJ#z zVrf|OJH6Dqwt&8PW9kyLn}@RERi(bDaPKmXI-yWA$4Kdg>AJsVk0c{3= z_vXsn0V-hJ5lWjkH&V)!MI>B!E&|J0P%~V+8GVLI1EE+ob6s#hD1A#+|2%eofom*F z4VJN3fCxz=6^Z2;C*%De;ku08LEhKGwlfzD$8&yTge9RhV|*!w+^h4kKzQ7C0xLKD z&aQ^~dx?|gqz{!67DJW9x50cK(4`Y2ItHVY$noIYE^5%@NQ&mgaR$ngULR5DxPs4uHppjSEVt6 zOsM(TH}${H$2?=FE1iMw-yVEfy+gl?U`m-4pDE>tY8#Ut{97aZE~OT62CzD=Y&~7+ zKmR2G5Ub-<%Q6COJ8_)+5l)cUniPWp^H&xDXF%IQ%b54%?c_kZ(mcKDwz& zKTCJmqCbe;cj31gSEZy^neb_h{n)xf{~Fa#a=8vT$n{Y)-5)l|gqIYLva@-CTpE?& zWs8E08ISAW>M_3I$77fF4|igF)qsP5_8$5sdF?Aw)6){4HVbjk&J0dl7vJX6s`v9_ zxUCIuaR&e}b4U*569*3UoVyj5HGOaVJ#+GsAr&&WZK8btQdAeIu{dLr9=Q7FREQu+ zV&BjTorQJ{$lsAG2e8nbjY=W47w*)AtpfVQ^5cE`v&ZE}H+o4!rJw(*C3VC##(o_{ zh;i79co=(VRCv*+HkMA(TamTd?JyRDw+SZ-0b(rh`BmdvcLYzQNi98mP(GJL6Z`_q zo7_Z^T4nykegc^}_NR(mz>3q5iIV6%f8|Yrue=un-ggDwVO)w_v@`dIX?=zf`)U1d zHo$^VVorN%=~{nSOU$6Bcq{==wMdSw3_49kr%Uqm{}^isUk|gH*f~;wu@n~YeFV=) zev9rVbvyYUOc(OeCLS?u)9L>m%Z+xhR-S)1P?QvYNXlKl+t^V4$LYnr8c2l&#Xwcu zRqVQVTxz+w28s;ZyX9Ty45yjGqXr!74&+Lzc%)61*zN!6G%{e5!z+QB9M^(bUB|w6 ztCoT=l+%}1n(j$6dFicW3lAFqVMQOKf$Mt)ZW_dM%wvwp$ZrtVN2viuy-N93%Nw6u z%H+^&83LxB2BM~QeDkxmdt zBMlk0P75JiR~%BK?<2z4V6}`>y8xHi`^4F zpteOXVa(p!vkOcQ99~L8qhPHBL(dKjVTlnmX^Vw;=M^`AqDlCjCp5b*mN{Tr>+jvi zW*Ol1HaJ+78q&OSRW@@mi;pXoRB#M8rf5nLR-0GljJOq%UvqP0>)ou|{kgQxz3TLC zXOjQEjFl%p$4Rp;a;FY8kT0tVuoDHoNFmEqq-P=D@ODG)6Q$Xn?$%zRT)m8cYED2D zV?EX@l@RByRS2WYuBQrLVa1Bk$PL{=$+1)yMTETV7EM_!CzTBcf~d)oIpmF8%OY$es6d z;xXQ(IsA|!z%)!m@;r8(I-yk}1t|I97_yZVU3k%e8=Yxh<4=Etfck!3_oGbf*9A|O z5cYF~%Q>I?y_N8@|3kW}LtsF{edS9_Z~Bj<&3LFcj zoHu2lu;MbkQZZ%l=8a+%V=v--F@wjK61|d$nhyTs24nSdjG@j-uGIJmedKmkx47%a z#>Oj0hknmTzQwkMpXJjR8@CO6`DqU}#YcdStPVfE#Za*F!7#`tL0yY}R?HrS%KkgA z$RzbFr*JcQV>MTL)gX>Q?keF35lWD^g6t$%2XG!gQM*b^8;YwJ(@9jUl}j- z1EpewY+wa&i#T{*73-5&_;s|(bIqIN$_WQ_$Wa=^?KRSb>yc;>`uOUmZ)N566C{7O zwBpeKUT^WSclY&4Qyndz_@U-;A-;LZ#C1eb6GBgLSgcx5!%P7<*;Q=oMfemaBbZSI?4Rpjb~_CiT)tj`zrNaTaLcu8*S{3xBKCi;SHK-F1kY%!4te+nM5~f&%w(Lg88T6EXdw^8-UgO_o|nx^ zTyQlAyN|7VO#ijF^u7<>9dUR8%X*bPp||KG!!TfbYbexFITql0hTbH9ZgaS&=ZzH_ zsjM6soAW9#p}T2#I3MPRT5A5vf%^1M+K!U1G_nv@9I6jK#hl&e#G{P4j?7KVa&M2s z5Qh^45MKETm`$V(UR%+p!8QeQ^;Dbra)>Vu9O7CNAJOJ{qujDnfthd_-B}mj+-P4{ z3~}xDM~rrJE$kM%D&F1Kw}?kiB#dAf8|>KygOg+34J77Fs&%^A$sT}Xr8Ledm3Zwg zVX?j=lt!L$p)qmY81}@A(eo`{ILKXVoJ@Pm+rcIUKkdowTHpnRhjZ8^)VLlR6X>}- z++C)BfSRl*_>(x#QQR6qAf1wfGnBhHZ^QG64gp@B>hb)Q#RY~U zTacYOFa*ClWf2Wv5BHN-lTY*p0&Yo?Y4vJGcYr`bxQK2rI*$O*F-Bc?_v9W^f7t4! zY>Io8;np2gz_qf|ZKkK8c6mN`Q!1Y9V$r6gd#O`LYKPs8 zqpo52r?CUZGR;b`-Yq9DQakDU&#o2FUu zIdnakEVC!5E|zu?{qx(*dZ4DQwu`@R?`A^XFr`WqUq?MSxBC13RC;gkPpvBNYwe+B z!*+P~8j7vvKWDteAMSUx7J-!Yn|@)^#-}>3`!xUn9;`}Xhv^O%w>CRaC)vu-aK`VV z}CFThfTd3lq}VJ?rH@rmU^f%)wM z9Rgys6I(XRX%BuFY$zJCA7vaQ9tQK=ias16QQfg4I8>SnK}z;n7m*IEf1mYuXbvZ< zPe@Xow??uA)bvi-AI2y|7$XjiCd2GVqDot$*P<&i6&-A z6m<4(wsglyX*lf*hHwmUwh4?Zjgs7#&QSZgI~)je*s9zdlap4JF3Lh;Dz#RES0@!CZr*rO`E8!2<9 z&>TJw<&~uFYn0itCESyA29_tFiI-!wc?r;Dqx)fs&oVqlhd=X@h)#XLI0Gvi$la2; zF4z%}YHYgU9yi#L75=5C88uKs4nqS6wu75G!elM8$|-Pox$bVXo-$AD^5Omn=oqJp zqT3iSmQUP}>ecktMgpxewsMWt<`VP3hvB-lRR24j|Ac6Q{^=TNhkG5$v(#@NduvA) zaA7h+aZ=HZTAYqnzem={_`WI;y$~J_r%) zr;a_x4l75E;t!+_SeUNFqQ%w%*hF31-WtH$IIK%)ehp%P{@vn+g{9X-*4rQIX;Zv( ztYcgp;G{sF&`+Af9UZ;yua(CtDb;`>XbNNEgur;_qYw7}-LnRUuY zCD@S?EVv3`f+~l_xOIObUeUA;y+`CNUuu80rne^Ik1|Gi`zy{ZD@V92Cq5QSk9CDB zk`VfM)=~n z3odrekVG5Jm>P^pU)R04E;Oz(UtJ#w8@_{E{-?saef*-MXA%oaKRZKa?y=_k=B~T6 z9>3YaPcTl97{*mNDY7v)tS^P?+Dj%cjDdqtMT`7*z&O0?rmo&q>w1$>Hp|;G10Bg5 zh6}FH)m+2~L4G>=Au)AC;=BjJj(XaUGYeWx-NsMEIe?w{d;S2al&T5 zR4&7??^cB7?zco1eIY3(BzP|QNPabe;QrV><>BuX#Z=wweb{WmRG>@VaW@4=p+3$v zQo3Q*!fQ|7bND`yOJT9BzU_U|o$183L7QO4z=^QkzU1`d`@<@EUiL1cpf(0$J_)#E z|EjjP#;g+S)A+-XB^I9d*~VQ1nlz3aYceuACaJ1J>!9X!+by!YPh_D=JQ5>&d;Sif zzS@fAbDo_*mq-`rccp$32*uQCv$ z=E01$$ww{y{=2qDvw>A}lU9Pxy7SmjbB0B+6!SLPxLj@9Rwt82?iG&R`&2U>Q9J_e zGL+>d>R+j}p&55t3y6%oaI8sb(fDLtd}Ne*HgZ~D&M{w$)=*(c=5BXXzl9^h>W`Ns zi!-`o@Lub8T8wSuHATN<`A&m{pOgs%G191D-8!6|TE4=EDzXilmeS?aNIYVN~A#{pBx|^>6X4|`!h?FJVZ;O%L z0~(R&Ilqn4aT(FM4fN15gkSc;&5eKz7~(?!wdifkZ4_@X!o)uB3Lx?Q zNR9n^32WW05UiZQsm6HIrXfsSOUm+i<`uXDS{38GglM9k$Zb6E4M5r+Y;U%fZvZ&O zTMXu+fBrn`J39p;>JbVce{Lwr~YL! z`wI5mdyEsxwql+S0YUn9Yi)>;?U};FDGevxmR+{Qngap8Fd_kN$rC;fN~A$u?Y89y zxCKS=M(kS{E4XQPLF7g>Tf-+D!4#&86v4#Gh|_G6ycH0y3#TroA&md8cW{HZLpM2E zIDZg+P`C$Ql8rPg2tQtmC>=wD#yNvfiJL+^=YbnL4x?lwY0!}qsS8nrT6-v@vmw^$ z8c-1_f1nibqZAK_^ZH{}At?22(wMN`(2vVMa{79sxSN!B(c?VD&a*Wo?ew>yYHv5o zDy|0?70lV&pwzb_t4{oBRuzBZgLtgp7b^dksD-aLvz#+IMA`oIUJPp zA;oBAlnuGPn4_#;bzZclN(vQHhAL?!fg{rKg%{DGA_`C+4gu7)T}C#MK+QZ?+8Bv8 z7E0Nr@dHnW4n?46$L(G&kbB4rT7!nCN1;sP%nPvywKiWxG)B~5NNHnJ- z^@z0Kh^AdESMKviWRjLgp1$`71%1mg%u})kr(M-Mm zAe}vKWqdNg>@<78SnGje@}m~6tDJn93@-4qq7jt1qJ_VcFpwtn5ez}(@my0T{Rv5u zj$8F?`Eqk!rHRtj9EIl0aL3Gzo0E&qb9$Zeks`pz)kGwIlg%k&kQj@8a;+vW9yS?? z9E$^m4KWVUM9%9=$OWt+rKky69JPS^u-*@Pw6QwR!~+Uq9p`z|K-T0gTJ@-o04zAN zo|wCjF#R<1av$0F*4B|T4G_H^@&(=lYvsbvau}l{&0_{B#$fQ{8iby-Cdg)E4>a2p zYE-yi@i;5~c>|uHJ?emKiN7tz^m(ZLRM>4otTSY-`Y3@&%g1io((48jDE2*)f&I-T zhGrPIIU|U?R~W%M;LIMqOYHmdCAM&U+%e*>LtF3rMG33Ql^9z*QI}oAaDxH(kJvX4 zjcVGNc*=D3_8^OoKA8$;RU{mj{e7XBj0ue}&QinCu)ON^Izc~R0zavYAJKGQ$IkyG zhxJA*(zEXev%U+EWA5t}i_!2VIb8Ut4dt;PC)J`B&J8i_WZG0*5<4I$!uOM0>le;Lp9@pQgfFQn0 z1rz(r9(D_BM~Y0z{hVI}1tlkLM;=5|hV0Ca>-3Mhs{*RE!E8dfi2iUt+HH9B7!hJi zqopjiS)RPUHJc)}(R?NiXVbf)hi{@hg(0j6HW`c~;Li|;@?F$`a3`h+(ZZ)e{6{r$ z9B@G#y|xF=cSYZVzL*zsWw?p(UD!D#YW1YR8qc*Lk&g)t^k#{}^K&TkT|9vjuMJ$s zjE?4dmgbw%UY{gpb}j>1{$n#31XacoGk&%lgnZ$1A6)A>`GWfwkLUX9ItC+lUZWax zW+6>QrhTO7O;K7*nOsik0vk1?!hNz|ZrsMb+O`r2sFv((mv2fZFv%b=PM2q1I&MBW z?x>LCT6fxpRl`oJI2keEJ2yudj9qn)ugs>53O?M@D*L_R9AbQ%!jiGf-~Hf zf=2P~&C>BL+DE$mkU#qpjE4&~wBK;#1#$c&=jrCf!Va^)z3+^tjyy&RHzV2WMo~f4 zIlvT1EokKs1>1YG>t&kD`fh$BV(+f24q4k6&$&$}xXwT#PS8#M6;@rNF(zOVez0}& z?n1(eYrVKc9||vfv^9dRAuzRFsVzX%R^}GOck#pN{40S<^d)ax)g7(a&Kz2K#oQVnEJ(C}N`_ zuZF(N!W9!rIG#j+lOfK7?Oiuk&jHIOV7(7@t6y+m8G{!zPkA49KifX#me15IdM4x! zWRWU|a$2W!hgW~|*=XZblsE4?-B>s~1TA+ART1)J)=I|`+=RQtpG?IUz1Ck6%`ZvA zCQ5ibRj8|-47X(*hk>>~OPn5W3DsVX_qL)%wY&k0hm7VEFcWovQ@eWLYL^Y?A0LJe zm}g)JI&(I|giQj45a)dwBTQ*QBlCE1e~?&DSgDlQf}s~sVnwq{Cdb#ie1B$ZVhTqw6{=9$V{ZSLq=L3aT~E8 z5xn(gJ8|85BiPis_dJP({w!)zdr%Ck8HPM{4w^u~v2dCPO;5z3$ zKljAP@iP?4cDGjFRlg4xRxB!A+*Rm{b3*Jw;CP7JaJK5&@#4GsHncLb3zssY*HqyKy%k*8s1zrM3227RYb8-!}ENsG7mGIVEV0>tIIS6hYtUx!o$yEEF@ny z$xjGt12}zu{MRFdBjDvG*>bgN)Y;r}kcYlUm_7WYt91+=qg=wpkE9%BamVN@1wzmZ zlF`pA85Qa9GCEP<7(a+tG8YBIV1debyO>2}bvKNoJGN-AoeuU|1}S`CBF=(# ze#*FJ5P!XL7qRFF$O@&7LJF5}0Rp?%mi`pjC!9#exiIDWt-UH%_fN_pZXLr`a#;>sv;!C!r;S@|FZ-u*%}cB@G%$U0y`U)U}n)eYePk4 z8{a+R{+AuP6ZdJvP*~%M$(jA+7H;)5iE&D8eJ;v@U!i+SY9xgT$HcJXjE`u0oCjp| zdo9|2?Li|0N|Jf^$$ZIz;2qxT`#y^oQj5r9`j2i>2DkU+Yw)eR-VW2#(*f3gm}sg)y}ShZr6`{<+E;xEgC8d zek>B-5JsOX@dg|Gue9|h|5$G>w*upb3_M*{=*KZRU|F0ZF)9p?)JWLzn@3zOOk&(* zV>!692w!^F4VWFcwFd8-Os%>xqhXKk1B-lL+cR=_8ebojj(1-qG)E-~ZR<4w78L*g z$FAH(U|?5ge$s1IUy2W*`$ z_6LY$Z`*#Eu<+M!ZjlZ*d=&hJLHmyj3g|E*M>kU-=Xfn)^-{P_MSi;QOq>$TtONzq z{-o6DL#`zJXKrJ~L(Dd~GO?7pUrt%_+7%@WBlIRfiT(V48Oa7s7@v|p&#*s<{rC6# zpnvoK^n2$EwKWmEnk1qeDJ+2xZFHkM_J1FWZDLsEJ2%SGS?bVB&5~a|O#-=Ew0Zb@ zM^bDv@lq6SfaO5EIF?WjVU6x1!~gx*KZoQ?g6&tt7^8WWS?u*Tl9w4LKFce1m}orx z+JCh3Cq%~2@Gm5=(R7LSW%`bQxe+1&9`hdiz@gfem_zmeVmhZ8P~yWm3sR9SavhDV zoA6_2QceF~d)F4!)D=Yy@<>Nwq*lOANO+9Wit-QlT_2kxw)8(q6!L#AKI5*Tqg8EqfG=G>C*KczxKmh2*u zdS=EBAs228-+`#0PtKVZY^-g&qEam0bfOZVfI7A4@{-O|S^4skAFjR|14X>AnX5JD z`xMRg?JI{ma;TXWIIpv}GfcBlEmDY_Il|k1X;lmx%gH^A@O8A6S_5*}dZMF>D1ed% zDk55#2~7b?g6}#soEBA-Wouyc2e4-41pMY%8=mNopCw<-yr8~S{9MPcnCR;^MpVHv zn;yWt8nBHM>MJJb-;`_K%=uBKO?jB=ylI(~GK0vo);c$s>!JPBQz_V38Qz4|DZ38w z$ls$P-iM6a&xg12aei=}NvA`0pfWz4nH(9sK+1utfy^{yi__3Ki}CZ;Si<|lqznw7 zJ;D^={@tZ_4~&K^66bbm>Xj3?ckb2Xnpi++gWJ5;UE3t;!Ib1FSv<$fVp#&uAYn z9@iw3lEifo?U|*W{R&e`T7H(l`^AoaPkM4DG-SeDoeT*?ZA&--zBI>H(@NzkA-W6| zRhWk+9^VmqZwD{n13N>nXaf5WMhhMdPJ-a+v1ik-xJxarWDKUc7}^ zfTV>bS!HASQOFR0Hho0~Fp9wu9Gs_zY_E5*z1lmcSahg+%0q|FV@y?5R}^c{XgGR? zpa)%qjOHqB&3%@AX0BVIp6;+?HtjqiNZ4d&Lzl6d*B`|Z3 zdV-^kY-5|neP4CM)6>6QYd1#?l&jjJBel0xC7Gz&T`Sj`b5onT0gQWm0W7)R#AA`E zAZzkTAIFRWAV%_}$c_hGcCSzR-I)FFaR#N^WzM<1#{8=@Kb`AlP|yQ`zR$&7XN&Fs ze*N4{+)!+!(54JFKJfUIeR+qq7$Mjo=ef+Wa+FZnRn|TujB1WV*mP4T1|6sBFT5XF z@T=eQW-_4)3?daW`%lKj2Nl<=|NLJ4*|%GM1eir(C&DJA?>!tR%Kc`fzI-CCAdTBn z+nw{`K&@~Xj;fv)P)P_aCZ6oMO(cP}UeFX9ik0Ia6+oUDF%k7A~3YjJ?|FbqY;Y_qz( z!Hz|+JfWh{OTf+_rgw_pJopq|Pe3?n zj1|0P84HTYMW`Z}#o(Ec=drE6Tm@;3$J`|YfqW1?DhOnueVg%O+d(Fj~Z9(ShtpG;y-5k&`T;}{Qa zVHHs0O9#QdY9c=jl_cY;3)UzGS2PajJnuDTlZ-B;2wK!5gG!FNk0S#Re*vv~uMz&g z$kK9htWi&3kk0qNVUaAyQXNLEq_Sg=<(N49+Xu(pb(6dfG)LgAc-;K|@j_7Kg?Hql za>j-a|AT!KBfUzr3GZnN&O}5^Lg1bZG7J|FGyW6*#?Dw2A z?j7Uq@8A7%dUTIoy=v8xS&z(TR&}s~ocJ3=JVY26m^YFVB1$kYui{}~U|+$%0`}<1 zHul57yf!iy7FLiH7A8?}ur)EaGKPVX2#!;S(@^fkPSaMBH1ma*KxhgkWBU?|s`cVo z{?|M(MU=uP8F*S3C(W0WjARDF>Y|vsy3aI`$Xswb7jTeh>2_CW*;N+6FP!Gpn_Zi2 z5AL`eHv}kIFMq@Q7;Q`Fbx_oWImy00sXa270LQ9eZzFt!LF{RLm3Z_L@hvqwJL1Q; zdykB^#ln{F)OA#J9tj>xGMO-GUciu;qng5FedP^Ge%2cL;=LO`Ob2RSOy zD+gSXjtW&y>2UQty8t{}{8GuFRiQa}nD1Si{S`2OZ2aBTd`XZ_%mf0aRB2-+p8a9@ z!ugS81Bq1b3rIw7K?N%frR;fSf?y-YCzmeu6iuJiA>5VC(~5vn?viJuffAVIIu8Sn z6(1h8PaNX>`1cI5g4faP3+@cx*lx&#s~F;S%#Va^;i?vqdQ+nn>>|TRVbPJJk6+~F ze{AzVe=ZZG>wgy|5hP2B{B1)_-2CkA_ZViP4!f!!tQ6OcF9zp2$wbW>11hBW*%(bw zP5bHy2Ish&JzGoqnpMAl>lr>;#0&-b-IXA9BJ`pvKWoi<8Ix@mR7J|Ju+|}7V9i`8 z#KPhJN31wZxzqMJi#Ej@6tz<$^Y166oZ(IM@+^r=YV`3(nQXPZ`YEUx#VFO%t;9i# z@GI`ovEMj*$dzP*@CHQRAtI=5MpOl72Pb)!-Im`iaSqNAY1;hiBBBm;XjgTo3zEfr zd7M;tmFQW^IerIupdTQkUgr>nZv1Fe(6!xxDcn8K%D;lxCL!0ZUTF&~%5iQ;0`VrC|XYnxic2IboE5%s2b4$+xR6QKJ|r zUH7CspS!--BG|R@{UAmrg6H!PVo=AZp>>^T>2-YPS7K3ImQ|~y(8nx=+POUYeMW93 zO_;tQ#9Nox`PW-v)pg`>&)xJ})l~n|$h!%2?J&YtIiv2fiYdci&q_;;G{{|^@nk}T zEw_$a@$k;DIZ)-1*P`#*iS<{NRVDo`i!2j%#RqYFa0YwSt(gy0re*3Vq*I1gT1&nJ zb$&w>i!i9GtFL?Z6k+d-(!vKY*r&%xp0<9aA#Il`CcId;j5SD6** z&-LNDpK&VFDD)wXaqFCuwAT0{&nb4b5@>^Mx<`F9apv z2@OfQf?j?KUS7;@9 zO%$92&I!)RvrYv(i!VtTE?e(n!yW!ee0Y`$Hpv+MBjkiu|C&L(aCqK~&z*oTQcsxY z&!!pED`tkUV9igAxcIA|STtzkgL}*BG!WDRRE?Z9Fz#|o3z;_>6?ho~>{9J@DSwR{z5^*9=O!QB?SBy&W01djo)3El>O5_)UMvrMu~F(;b} z<`5x^maL?9Z=X*T8ld`3#z<*HazM$BF&i8i)I@>ao46)(Lfsj4mF=m-V$NsIv5mX^ zKL6WU#4piml7{H^p8U@=bwN5}3!?l|%`)Cn2U%N6Ry57AxFJ#Rzm=zyhmVNVNo;4I zDW2zDsQ6gGvL)Al(UL35O3PlzX&xCFDIYl*#w(#5PAX9?u9Dvkn|NMy`N1m*BV1ZK zi^ja)jK^%SQoB;!iF-bRNJKtob2MSta*KNFa{I9I?F@O9+lCS zjUxSQGTAU$HhEuhZbCg!Klpt^aASJIav(CvRg;+>mYxFJl0HK7?)Ur8_8N7+9MtFv zyGO>}LzK+xI?D&khx!(1hYNZvO2+vt3)p74N8Q7nL!BeT{RcUdr`fC6YpiLit+dPb zxo1bKZTI)~WA>YCEK5C1Y(EcGFjbaRwd{U$g?CEaP}sK{kKXEW8L*#Q0`(#|pE#lO zsB-H%iKRBBQ2xeGnH5JBy9$en$Ro0E_uqin)7a%ZyD`Uby|?&0+!GMZBsLu;MOfu9 zwyl`1%ctw8TT{32wn)HzZ!2?HHtW&B(E+1YwO-dbw;`}@$kEoxXM1^%^kizwe)QWi z*Y8u0A?zV}y#+mo67CX4Tl_<(L)t@ptLHBC9yGUMC~eeJrfEZl>6guV&DYJhUXN#v z$Nk5%>z7tx_qfA})<#6v+SjM|HCL`LN?}Kyv%@*P(0X<9yzn{kD@`~AziK$XbxwzJ zt_CiqueyHgZE${z4qkPRwS%M@5+Dgl3GF;@vrlHCTldU`rN2sNO4ICyjx?7C(ZE4H zL2+mtAQRqaB>|JH6CQghWku1IJy$&;J%NgHiYIwL?YC;nR@EXK@U8I~!fk?{u{0)* zvs`}KH_GjNc%R0}@8Y?BMQxw8YSNt=VcH=dyomKkMapUD21ykO6fyoJ9V4ftr6fBt zyB4*k+DnKbCY#8*>=_~%LXpD~7n>AY&sXL8X{)0OgJ+a?G-R|`zC8Vd(a3Z!)i+0K z;_sQP{sQYCxk>rBywq>RySu+ ze9$bcsPFJyd2e3>rpu3N9Ej*yh`nd0rZN?m^RaO_Sm1Tgb6+6MZ~h=Y!#(b~6PCaK z-c+;fmr>GTW!0$rTJ*_2q6mxRaH1^?${|iHa^GPr3L-2bEz*Lle3G|8z{2b8FeKJg z6UOh?mCV16x;3xp+kVAQ$5-GCcrypGn)d5_w&|LScbhoH9^6eK=J(lz-T9jGvIV;i zyNK4kiP_C?l&nJZ6o>DI@vdR!)BY#7JG2o8_INPFy*F{u5`bY z03#MX-(~w2ai7nYetg|8>$=I4aJnG6Y`Wr-*E)5MaSH_y)kw8SZQYiDs-K?+cdL{q z(il$P%~nR#%heTU@fI}NHx1rk?Fy&`(G{z{Qa>nqU!Hjywv|^ogZb<>@wC8%700w*{rxENc0@#~J&(3!qosw*_X91x z& zSIL;yIevl!7Z$B*&&r9V@jBA(jRlXUjCTLNO6T&NxZKNd+;e=h+4Or-|ESUKNPS2j zrP{4(T>q?j3e>x)qVf=J5v!qI2zR~+sY$iM+8In9?v%cW& z*0AKVn0oDs;3|Evy+GGs>)vw1(Y<)#0&*sBLp@o7v|k0f5+M-r`TPRil{pS$+$+I*`F8p9(7Kmr)s<(lVln+8>TcP5@hmbsay^|ufXyr7&a+0Kq(#3g;S??c z7T3zmgbK!IALdIMEX*o8uYioo;`OT+ii^r{s8{kDUQ7h2OfWkJx!lE$$@F0H_5i$?^!!7Bi zI3Jy?5#LH}-np%4{M&|~t%w)OJ#DwG$B&TK=bp2VNb_MKAUBl7P@w7vG1ibYk(Gs^ z1-9W~UOdBtc?oPi13vuE@c(OD?Abe*=TG}#VPFEyVP5=mj2!R{eMJEuXrI5|&tn2$ z;DBG~zz6gL_CH6zivRKaKija-iU&qeSy)mM_*OP@FgCVvG_!RoV+~9Mb|BbEXgb2c zU{gXr&m@&7j)3z|nyY9yX~@cO8`)Yj8h*C@WXuS%wu7Drh8M&QY+4&T8Ipjkt!x~* zL40ISM{on%(A`XABu|GpS@Mx-$SRNs+d3GNurYpMWG3TBBq1T;b@*(;tt2A$Pj}!K zADNkxlN~n`ldG#Mqbn<;t%E5O3l|p`6Z3nf_wN~iBN!arY@7^13^tDBe^2tC^N1Kb z8abHTIhotqkU-CC_{rAUiI0p7dZGV%{k>0PkokXK$;R=Y#{wRZ3EINM!pO|@U*`t8 z@ z|Idz3*VO#)YqGI${?AMPkCuOW@-jgm{eM957w4zF0MPu1yiET!X#9wCL)$aJI1-qP z$g2R~fR#aC&!9H;orE;wi$lbh zUf6GKuVn0CFpArnmlj>EeGHO6M=>~bQBk8&WTa5WR!m(leFFG=OD5D=i&Er{Z}3@27;`DBr){C2+w1-st}#`mY8G9Pqz3 z`oCWPF9`f^c>4b{;9m`cb1bT6gj?>o6t`hswJ>-x_0#Byahn$F4yX>O^oH+hH z%P`X;RO)JQyPbT_OyjgCBjj`cK*-}lPblEc>-BhlncvXB*dYj;$p!nLyZGm zeCvO)B`Ri%r~7bNlgK1n+naCTnDm1~F)2fc&aJ3mMdA+P#?i48Ok%gzDozpCz@xWE zUcz0US!{)L#Mei9tGrtm?`~@NL|MMMY z0c(vGPu4*|B)RBysf+#XVsHAJ%i%&QC)w6gn@A@eJQFEx=I<0P$C0@@M~qBlJ(;ml z217XUE?&E(kJZMz6Gg!x);d}5ANHmz98oHsYSC64o@hQi2RI6`tV1jjUxv1J-?p5G)o?C9M!@PHz-qi8N$ z96LMXg&0^ooPjl%E&=M8;*di{w8VG@?RdtiD5w2$x-%i$tCjfr{SmUhRWU3DFM(VJ~~pQPgEn;oKK z(;q*!lT+lzY8JhD4EuA_y_5Dy_K1u~DOeb<)8V6QEGLUA4cfjsjmmPYhxB08CA{Kp zp8eNxNo=))LPGO`@PxMMW~Z=@Y%5lH5N#(y>UWm)Z1wsdCr@PCTzs2a()$&h775_u z9@yTfKB&I0lzP@h;CX3X8c+J@wpSwsd;LCy(Jc7jG zHG|YtPTq+|e09mifT| zQL56Cou8l2_gr%Xr_u#h3V$J^#(>4(ic0f5={>t_dE`UlYPlINDX;zDcCscyc{%bC z(Jghs=kfk*!Q=3JF5nU)bEIlgFWEn*_M;JSgM!;vV?|g+xGP(pQYS8e%_Qk!0)AZCrgH~c;I_oH&b1aIlGnRHy{2l zczAmhFjzTD=wFrY2FmDZk69rj`O3NOyz!`Uc>?#_@)f1vN%V{()c99;h=)Zr3sOvt zM?zY44#rybPUaU1D-ypcB3Mm-cYt-^C&eEqX){jYL&eRScS~CM=Uo@Q>f-r|R``i! z|Ft4A$VN9SEFD7>IicI1tzp^+0T^27`H3RJxFDX&iXi=#Drq=Nv13h?up! zWi?qNP#HYH|Fvr@U+H4A&{n>956vd6W>iauN5hRbX$`;+JBp>l{pDJV>Zh_25%vN3 zQVv=P`Ywx-G}i=<@*KKMbFYCZU&O)lben>)coU0(_;41ge@8a&GHcDZeEJG;yAwxW zMxO6n#T{@rAW+W7(yfgA(yVYu1ro{7Z+@3OjmS;Ry6+F?B|hu!(BQTB_;9(6;&UbZ zyX=DkzWXb)qi6DzJHF51MsV~!qxpexs`R?Oc*WoYqUEja;lj$eHyKL1Zx=JY&RxEW zN;Rf9Sb)a7fS1pFd{9D-%cG%u;g4|Z;w<00ySAq$!e>5#C=HYqZ9r32N~_)N0&)>q zgsJ0o0JzlYWUZIrCj7`2pWRA=*yqk3SwI|@vjg3M2CdxY`ec2&eap$01aKl!Mzj&+ z!z>fP&#)mQ0*}{2I%vRvz0%fzC?lYSOI`6bR^@^0mcu^)Nt@uHczAAz=dh6gFKSMC zA3GjYTbjChVH8)nZzj$kkh!5Dm89pj#rnbhE?nKZv^;* z40{}k)_pa=M5s7x=-2(XD97dWy=qE6v}vvg{_!WGShp6V)9d%acA=4={J^QEOW{I;+j&Q2rqW!w7@xyt0Cx7~d>6y&C_D2aj)MkF zDN-vMik;ILierlMYjpiX)Ges?s2uVTdExTY_0s7lO7pI22vvmS_Qu-+R^_BWaU-)l zq3#h$b`RL&y>f7DsB3@If~g3JH&=l`7n5ZBGENRF>{2q+?+tJx^-l~!T>(#agcJLhhRv<8-Jul>p?I3 z{e4cZrO+}omQ14XUy&5))V&XcwD%*}QbLxG6KdPENE)l*eZ>8rksjsUji6=RB>H51 zEfwjkuv~`t*TtCT6Z*rwo<)m)D9d5JcOFeV8;CEa2&5>JG{2dOeJHKXQy!AtX4+M9 z*Ktk(=ZITunp$dAjz40wI2?Q6bT@|(q&wU?Xdi_0-_#Fn{*8elEo1SIpYYQg>g(^m zj^KAZ+4hq;EVlJ>;V;e$&siluQM9ahm=??K!`a5g<=f;-iN+smJf5WsG~rsUX|+(h zNTG!FG(BxjUTmScJCG&ZS)83xpP>K!vq>PSw1fEP8ag-V$N*bGNQ3MQ|649&{N|vl zx^5hu8~A9-@R@wg6Cs&4O_zPV>J}IoSJzK1uG>g*>cmn%0}08da#!VA^7=!mCzOIZ z@O%9MFLJ&c z6`K1(*0A=mqz)z6ig*%7ZiK^ga!$wLta0*Pc5yz;6!U1v+NW6>DWv@)v*Do!wM=zI z>&IUa_|&Zr>Ek?!3ceYVUs_ldt`9c+DSXtIZfE~;Dg!h0rOUmO!}&&}tPX+KM}UDj z&RfMn;rxIee|10vpa?HXO4WI6RkRUFMSqNw3E0@0R8I|%gWjuSZ)S!vN&z9wUaQnV z5ZQ~v^mht<%2C2kR?WsqeIGt(LNf0R!P+kGXY7wt@Bm#iPn>Nl30SNHRf&0b1Yw=` z&35iKP`60hw%oh?9z0v}L!sLFK83#8QASS>_%dT)tMD9IxV^%~XD-C2Aj=`-isl!&=UN&i|;QEUDAnN*W>^*MQgP3Ps7 zwNFn$=ugl`c**sarGV0obV_f*>7b;c@6bdODgWhg=L$|2JKp>5y!7Q$j1B{Qbv-1n z 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�*T8)wZIdMZT*ATi6Hj)YNS_BZgpd{h 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%0ArIqvM4zr(GIv% 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

S%B3Kzb8!d=9j_PTt8x2MaTIW_zEYylqX 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

  • 8U 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≤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%0DIdnM(kkB11}RTd_4O%goQZJp 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 z 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�+f|c~q9i!3AENGv8bjUSB*egx4h8GDXU**@q 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 P0SG)@{an^LB{Ts5@Evtd literal 0 HcmV?d00001 diff --git a/v1.1.5/assets/test_ck45.jl b/v1.1.5/assets/test_ck45.jl new file mode 100644 index 00000000..3fa771d2 --- /dev/null +++ b/v1.1.5/assets/test_ck45.jl @@ -0,0 +1,29 @@ +using Plots +using StartUpDG + +# Brusselator +B = 3 +f(y1,y2) = [1+y1^2*y2-(B+1)*y1, B*y1-y1^2*y2] +f(Q) = f(Q[1],Q[2]) +p,q = 1.5, 3.0 +Q = [p;q] + +dt = .1 +FinalTime = 20 + +res = zero.(Q) # init RK residual +rk4a,rk4b,rk4c = ck45() +Nsteps = ceil(FinalTime/dt) +dt = FinalTime/Nsteps + +plot() # init plot +for i = 1:Nsteps + global res # yes, I know...this is just for simplicty + for INTRK=1:5 + rhsQ = f(Q) + @. res = rk4a[INTRK]*res + dt*rhsQ # i = RK stage + @. Q = Q + rk4b[INTRK]*res + end + scatter!([i*dt;i*dt],Q) +end +display(plot!(leg=false)) diff --git a/v1.1.5/assets/themes/catppuccin-frappe.css b/v1.1.5/assets/themes/catppuccin-frappe.css new file mode 100644 index 00000000..32e3f008 --- /dev/null +++ b/v1.1.5/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.5/assets/themes/catppuccin-latte.css b/v1.1.5/assets/themes/catppuccin-latte.css new file mode 100644 index 00000000..63160d34 --- /dev/null +++ b/v1.1.5/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.5/assets/themes/catppuccin-macchiato.css b/v1.1.5/assets/themes/catppuccin-macchiato.css new file mode 100644 index 00000000..a9cf9c57 --- /dev/null +++ b/v1.1.5/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.5/assets/themes/catppuccin-mocha.css b/v1.1.5/assets/themes/catppuccin-mocha.css new file mode 100644 index 00000000..8b826525 --- /dev/null +++ b/v1.1.5/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.5/assets/themes/documenter-dark.css b/v1.1.5/assets/themes/documenter-dark.css new file mode 100644 index 00000000..c41c82f2 --- /dev/null +++ b/v1.1.5/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.5/assets/themes/documenter-light.css b/v1.1.5/assets/themes/documenter-light.css new file mode 100644 index 00000000..e000447e --- /dev/null +++ b/v1.1.5/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.5/assets/themeswap.js b/v1.1.5/assets/themeswap.js new file mode 100644 index 00000000..9f5eebe6 --- /dev/null +++ b/v1.1.5/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.5/assets/u.png b/v1.1.5/assets/u.png new file mode 100644 index 0000000000000000000000000000000000000000..59004243c142a1c367852c6147f9ab6bc62e97cd GIT binary patch literal 85926 zcmaI71yo$kvIdF;m*DOMcXtT{2^NC8>)`GK0RjYfcXxMpcXxMp80?Y%oO|zCXTA4k zt(obn{=Tm2s#o*Wg;sJM*Go*1%m>I27~-)frCMO{Gk224gS%l{y%-7IT+MG7%(uwkAE;Q$V~A6 zLuNw!PcOK1CglINt^NWnJ+$?}z#w+bmDC*7WMy~_ZLApejcg2z8C|Vx{{q1HU3ov6 zR>qF{B(7GL)(*U`0%ZRnct6^I)l6h0|3Dl80%U5kKS)Gv?2Sn{7}*(_$pqm^NJ#kY zjZAodii!W5{vipFnK?Sz@-i{GxVSL7urb=$n=-NR@bEA(vof)=GJGHy9NerO^<5dP z9mxMR$p4HZX6#^SZ*J>oZevaIcU*k~8z)BrGP1vh{`d1QKON0Y{?C%N!@sBXF+rxk zJxnZ&%uN4pG-Fru{}0;Vo`2E)nb*I}@&6r+_lKE{qs>P!?9C0OtR0Q*ZS6k-^Vdm1 zR{np?{r@2T&-H(eC2wzT{4x1|*ew5M|EKQ1@uD_XALbk!{#yGV{D12H8~@YT!N$_* z@9@gj=8pgC;D4$AgY|dbyg$rcjV;y1%&m;A|FOiz$-&R`|Jw84Oi>$48+%1teM95F z?)^jg57mF8|FNU?A9mROhxFe)|7P+t{jG!lsEdCU-9OrosuP6gXZqg?7KG=sW0qv4VJ z$*4>V9F(F}E{`td2IdVbbIN_GQVh>6F5LcZ*;fq(K_LvGZze1|a|?#F#%>6?cDwr8 zyx|yFx&bi=}oLX^Okk}-2Z zoH!KGZU0NE{Np387e}v(u8--f45fmqMgmb{)Fd3KLjM4y>yx;o5>pnVOdO2^5oh%ABCDuykM-pl)Q zJ3MX%MdWc>b$(_8^mw4_xTedw-FQ3OPyrFYbP4#+l%KRfN-p`$9{zOY08d+KJ9Xv#-sZ`nOGc@y*FS z_V((wKVW2+_#IdHYilkWYhIUr#HZd@*gyrpUu91f@1P2ol$4aUir3|eGKjiAoyHNJ z%f~6xOwT-OJS3={*!RF~^o+@}hpU}|yYg%03U}p)QML(3d4W5nz~%iS#R8Qojc=RP z-##+Uqd>2@JP%J^zRtf6*2BHFeice^bGz z`8PAw0p7;0|70frZ*b-u>s8vz|7ONGXA!W=Pjl+{Ma@VN0dc9(8eP zY3jmEOU|Ot3RSIdf~=~6e4csPg7AXDI}$I&Z!B$Zsm8RWtgNg}Q(elr#O7grgF>y( z26)wCyY)4&LwUsms(*ho3sBLE=Kg0^l}xkL6p%v$(2$E_?Ug;_tjwP+iR>J_4h=eBi>-{8#4A{2K}IPxg5x ze*rqnf2W#o|D+ve{Z~e&hQJ5vCLe)73B+gX5AR;B&(jCQM>=oCDJ@h)9{C>c9nCq< z-EF#O)?R&KYcUZ*1-CHgq%Wf}6D}9eYka(&Of6@i^QHpb!*!;T5gHQjUT*1hKQfEiOb;QrQme}eWxn%hL9rJ1C1aO3&tL(&0OKOZL$oxQc_z6GwmKWh@7h7<9vu3cZ_$GxZX5ucVfo%;*Y zf_u0CkGsxyIR;w7!kp?JlH|P=HVxOZdIDjA+X!pHF%m80DS^iPE{-m1SHdnYy;IgV zi>Oz+n-M}JAg&feDo&>t7w^-Xwf!k_GKbRVoQ-F(hXdl*)ECatt@B-)?hLfY%ER@g zrL(tjrjC;5wD+^NwHmaLhSpc4H5l*rm^CUv&y2_FDQ%aXqH{>#Wzl)KP+Nm$!a$96 zKLY&x>YfF2|>4ss!g&5Ss*An4%m~L(AAz}DJP40UDo%z=kl+`t_-H7w!bdUXj z^ZSMM>}H{BZ{G~TwY9fq&E5r%W|WSL8N%_`5?x?Q=-K+Y{QC3J`4Lt6iO#D41aMc- z_u@3&{Y5>iqxE@K;v#|NrD^m_XMzAwNo^ zc#2M3Ef8Tn)-^bz0IyKD-Wx~jZ0KI;P`niPI$k!pIEdc2x!xO}pF2Pkjzq7UC>YH{Lc{HlEW^=w2U#4Ts-(g3p~RmCqgTLmtNC)-DzAZ>r~jv9#uU|It8s=Zsjlz`HR1ss)a~ zDji@C$6CujUtF*adt1rizpz0wKB- zQIPVozVpBX#3Dt%a?MYQMt~QMkS^Put*jP3QvSl{5`URb(ZKQKqJqV;jG9HRzqw08 zKLj&`1Q&ambskBPi0$FJGwI&YR+q!>A@b{2gjpc6jiW>a(Yc%uP-QDj6o0L1M}h(_ zm6X0YJY)4VJpnA!*IO%k3oOKnqURvpOXTR}1h7UU)j1*PbwFJ8#|kgr{u@`BDvNq3YO~Xj@Yk^*0NKPNZ0>A$4-You_NP~uz|-1JhYC&5TE2Z|*f zBX-24j&qy{>lqO>wK_D9K#&Kp!DC>ewN6vW3skFBmcjcd797=HYv`JnIqp&Jd2jx(nzmmJiA@kc zg@Vwih0KwL{V_Ow1_m=|LcXf|EuVgq7=_Eblul#ioaHyrq`Q^W%+=jf$O*;*8{kAj zDUk0QB+mb;f~_2JzmWGE7vDmrN*T21iUuThfJ&oia{`24j4w~h-Qx^WVz;}G@2cEH4j0LR*GaU<0ic{p%}cr>6q z2@vi&AW)x{_F^I~9jNlWlYqkA%GY|O&nrvB2Knyn7>?slp6lixs7XUOV8-n->bUQbBm?m++u2yuLDomg-UoSa6JV(ZaSWR!GcwwWs9A)Ja_>K)U zcvCwr6}BQtbz#7SB8o>Q%WnI`v={JnFHuxZED$K36hP`wdlx~b`b5{%iAleGO_;Fc zt!aZR7g%gz@w@J~+N~@MiO1rjs>PqVjr@JpQ&r#s=e4UjlT7mIIEB*00>$cMg6!;- z{D4jO1HYC+0;&%ynv9bi?JBKEZ;knhU(w8vGhvg>> zltz7~p0{MDG=5~kVV{u@lt;{;IW)W$_bZi7&M#gW05qq?w7FH72#pYx_BL{cnB^x6 z{nlP(iop>G$HzAopr(jEdlr0-xSP=z9kbWT_TPfUI~NJlSDMJXoU&ZR9Nbh0+$VXU z<&rR#UoP2iY+Qq{HHIe{7_IK-;!K^P05yRBg1&5&i*b;8`0`LVrK63kh040Nn;X7J zC3JOf!3w=#m?wX??2XfklVG=FhUOevYYf^s0Cs4Yx-wf^Lf>>{ zUj0TDd<)~8rN5f0Rra6}(_0GW1wzZ21CAId#hq4{J(H+6?i1p)<1>m}+-PptBe+HT z*`B$FI$Q=!@U<0wLM12f@xAxU@3suM$DgVct11e|L*^jjkd@jak@3tyJnz`#F4)W3 zIwE!jiwjOp?(M^C-7hdx^co>mJ}%6HNsm>7GD3?~jiEm6K3&am9_bdrD8J830AiQu z8ld?bjysRq^zLjL-?NbCUA09OBWT~|@Bjfk-pA>8#}9=DE@M^^S2M&1TQ9bWHx$zO zq$6;$`1fL?_K>lz*=4@uPG~JZXbDiiBOqeR{V@d-@l4HOWu+i#MJWD-&f&*XVIkD}?v>J!-klBQoP-_%e+E%Wiw(W2=BK>1x4T zw?%RHXdix=N=co&>=2#rS2@*LS2m&F43(ba4;^!PK;1=16N?(w*Y=p2bG0%P$hUTX z?p%>}%?ByN;d(xuYuk(6_IaP~=p11iiCFl{{8Ltx>#>U3cHFzMn_$5Z0@$85SM613 zB7;RWEVat5=&x4$)3YQhla%Hw4LmVG4-YbfXf4JdTvn?{X15e0xL}BSom?*>)GLm= zmz+IXx@$NqK7h2By&kl>?{{tWa8+pm3RcF_l-^z-ROM z3JG5R@U?e6nF_#gjDZ>^68YmXhP`@aOb9TsYXKZ<#-UD+S{90U4e~GcNFH+w5x+2j!AFN zbPu-YvA046=Vn`jT5onyWO%(*Y^o$f9l{Jv)it)T!@$}HFs&AUzjG9+_p5yWbcgz_ zDKmaea9)iZgX26;sLD2^ZCC&f`-uj{tCv>|*ShWpJBEE(!ECZ_Sy7o(7%QVsb~z59 zOGDI>hxPaUn!z2)8=o?ze38O7CEfIMO1Y6y!N$Eo3!F#%pX*m;G+ZA}K_0T4+d;Hv zzxh?EH_5PQZ+)dz64P_Ur*jv(#hFg!uT7UtwZ1)6TX#h3~@cHW$4)*J#aT@JhjdV&Qn&RgOW_m0wX* zbU|;a&B(ryQ2I1UF z!%Y%6Mm15|U8STKm6s~(!VnljG(j^WPdLdVnTBiRl!AysFAIEh3dkJNbO!yttx6!n zf{LbJ`CTe-otOzw_uw)oY5P7;qj98@Hx%Ig%a-umv~eSgMnm94*G~q)_LS&$3ZmzV zDOd5eq>yY@79KvPmnEjNg)eQj=6h=-nSIGaNN5%t;_?XoGKTH=5d=vSXDH2t961Z= zdv@Z)@7!MTR5gvJTUMhrhpNOxT%S?a-<_PaV!jCChi5RW)#0KRI_SZtXYG?rj$IeF z--?@LqI3tq5zevBgglLjfu+aWd}SF@wj|A3lDVaL-Vsb*-98$jc;Viw{MP@)!iMEU z(OKrCR$xbq5Z70={oZ&Pw|)zFmS8{jGX$IEErGoM#^!yv4dcA5I;QSzGX14n7bn(& zB{JtY0}}g63MdY+6p=aswo5C#cYijJ#V`|$hYLKaZ6cD%wT^|!@|6y=f4OZGJzV-a zU}q)z`86JQ#h72EnS90kttq3jOcp~dgF~lW2aw+X#}Iv@Ut~(9e!c~;*gOLxL;MJ_ zQE4UdEko0jdH^gr-(Y!}JW1TDN5YC955q|;)grl?=Uc>Zo=~5l zEEB;ONhc&FS9O$P&os6=x%YlzSEs<{FUyhiLi8OFiFlOC1QMa{2CYHDNsDu6TCCV^ zyOckkNy3NyEP#_{uRm>2pJ;VXa53coQhQrs8(;$<_)RrMg3V3&&jnZ;yAb8O_4{f( z?z$kzBG2V&px_gfBuwA+Osu0v(YeXv*qp=je0;iznFpcqD?R zcrS$MC#O6{zq)`sFthb6S`&G>GB6nL%qgW&0yp?p-1kO1)jPsWX|FROzpD?E9ex}V zSlQ9~ssnSF%B7-89B#8<#4X}=JrZ?olTNk12&aDDw{H^01#J`CS#Lk7W2Ij*7mt@F z{lrdJ7$fwnK^EQ(x~3FeM>O`PbT}RlF05k<_tkzrAm|0lKS$&fL#80vEX6&=dEEc} z)Nc}H9web5+AT(IbnjEL&W-JEImP!qR1vY|!H{r|ELo;MJY=v{$xR#(|ENBtd_q1s z5#8)bX6eO8q;`7GFS>?aZ0jo2zGu8edL_tU ztVxjb#RY`_dL+SYL1A4p6uFb0rSeUB0C~XE_U+K_R6@vM!`PvsF7fEumofkR^-h1PXukgjh*0qGe@wU1PRG#ZjY*7rIjN&2f>P&BDxtea~agc&uwGwh4h%^ zFVfv3B_n8ivEK(-y@u0<1waJGdc_Xy<5gUPZ1InB(zW^=uS>*hX|I2!&uXOVn z9Gj%_&HB$dPx=zy8d9sogZE+pKGnT}$vH=X-G#Nfjshxx*zK6to8&LMpZG!-xC=ux z`iRhs&0bC$$*bGz1$%q@7#L!Tsc0$a4{MBITmhyCY7eRw$?-43R7}xi{1m6_%ytrq z9b2NI-w}7t?7S@5u`HAw5Anr9VM=cdrUoPc)rTqko}C%r5CuY#?CwV02e~7F6NcG- zlKaGyUJ_*%VR9b7;tX*O=gd|is&%zwtrXrT693YgZFFww*6Np ziqK`)mWMZo`ZkyAsf61;kNuaa_?FGuV9KyOac)#o@UqXPiy6|SRuJ;Uv~5!cuzbjP zF#aVv*$H{zsE{3&S6|m2otxq~XZ%hVwG&tv9CMKl4I%7OdcipXy@?u>Bu2=`NAM(n7j^1u*A-%iJ( z`&o7JmAz%_e-KsEyO~8TUs*Vp+AzoTSrVt(a86jlmnF$wstX-+5Zp1>JxRh%)JM^L znVt$|#cJNBo$(C09ra3|NNWRRu>dv7`w9nV7Yo(< zw^tK@*wt|7lgQJ(yaBQO{Nvr+lqUgKNYzw7iN4al_Q%+-<6f*J&AYMY!mfgsiNy1 zYzNH4x=~14sC}Kn^US?&C83bGgirXxYyztnsqT5#`-3E4u`)SL%(q{D>qHQfVR}_R zv>&tA=JkG?qc1B2yUxlK^&0olDeDkhRzBcK#wv#MK-sUZ3l!f9VFBZA zb`29ZC3Xx5MjxOAs;I6w% z|5@Ka{dxiEL~FEG1|ZQOh8Ip@3E^4YJbB8}?KkMq{9m4V3R>~(>OCrpmv=!>y%b{b zrKCqqt$767l2j-ZU^mur*CFlosDv@>0PgB7*dS()UZgkk?$f8a(5V6XQy4BA#J1Ph z!gt2lJ{XpE+Y42vUD2`YW_&pv)T~68W|Z+RX+vY1xA99Wdm+U=*cG%QrJFIVrY@~b zTm>9%*8e$nC}T6@4)?(IOtSy{wzMPKBSC(4MONikW-Eas!H;60>2jB|L5YtH zCv$cEM@PnNUl~3NOp!y_0~#{|r;GTx2gBccc~GJUKg=$=Cd=i)*%@53o9n_B%F8)L zJ}*^0v8<1}J|8jO5dKH!!`de~b2N)t%ujY<-50Q;QyMg$1ss&OYB&B2FK^=yZF?Nk z=*jKFBZNTr3a4j7WW(R^Cpe8kon-ue)+xVPw7&WJa%*%X1S-WsH5V0NBx!tH)0ID4 z^?F}?HQcy#4t*1DpO?265RaED)HmqVaqt)Kbh}zKFm&BjMikd7or*%!sjB42LR!D) z;O)M2sTOZa1EfB_4K4DsbYY?4qT$EH=5xsU%an^hY)qlHYfJfLiBNKS*RQgavY6n+ zmvxC-`aBIZG8b9Hg}-%Uhx;;<$PO3BC`5p4!}sgH*I_abD*fInpR??WxZ(^SP#?8Q zWx5e7)FzKwzTZi;DPqXKDxeO!cS7R0wU?X0>+a*!d>j_tI41Jim2xsFRQG-g*{~Ey z=`^ZCA4T8ob6gtgoqGFa5GLoNxL|~Soeee>?S^X?f}8e7a-O>{%!8Z#+W0)kZ@#%# zcz~kRC42IK;l#1^j#WU^I%X&cE-Jc{S%2Dtl1y(ZRyP_WhVsiTMUg$#$;m6beH38cRRd&SZVs*KU=A$1e z$b6ipwr}uhoXocLf*jDgVx0F`!+Lzk$1r~kv5xB8O{B&SVv&BJmDbh5<2%H6L(tlx zLH8;5uM;(C!`sRs^}6m#KD1ESa~+R$ecaiS+6={x%47;6Ps=LYkGDB_Z$4rhmu5t8 zoF^TBF3naR+hwLD-J8}=mbb4hua4~ap5(|sZ}x3@Qob4Hw0K5BuiB*PM`S@aZd|W7 zlWCzNyRaM74{lPJ5+vu{TtileuUxAdZ1}NKFnbY$eeQwgkva1c*@9XC64bote%RXA zO!+$GZ>ZJVxXcadCp4R8fY@^w_gr%7nxDq%en0T=DC|@RCS*d8uO`lmZP^ox;2m>? zS15B#;N1A%{Dfv<_W(<^@`&j*y%OwI0z}?u*^3i!zJ_r0QbNZ*D_NAm?wQ>dkoSFn zs=AP~R_mnzp~b+4#bLmjqN`)=Fv1H2hq6C zbez?I29L)`ZxSZ1L&}|iGdABGG`PtPV>9wCTSgOas7%V4N6a#9;?&ih)BT>vOO@01 zv5LH|GJ$Ja0KU_GTwth#>~&|0e5HcmN$eFFu6y4Qn?|Gk*eRnQJ-~jxap_9X%Tt^F z2%?ySBAq;v|CT5~F!0Ebw#N;w$6t;+O4iOzS=)KQ}#$6sOryCjwKkb%7cY9vEC zU~@7S(IHf_fI>NIi{cmhHa6h`(P-WqI8@!l$1OquG1)nb_{&~KjKh_VuC{fKhE0KM zuyAgQ=TNxjTKp!uFy^*QEc+D1@zyl2gir6KztvZMLW;8~`*i8iWYq53JH=r%>C4Z0!r(dtOCZo%%C2>OF~klR6@999QJjOF)7VOx3pef8E<{1ow3`=13)a=fVSWhe~pC5f(pln|M+3IoIx5 zb5dIk1)GFIyXDki>(5wM@1wXPV!J{Ek+{5jE%9Qg8kRO$zRtUpp~gIQLE^6)Y*d{- zxj_-|7z&}%l4E);w6BA{3!1vYqIR~wGQDg9n)w7%8@6+%hN_5-lLAt)&Uk1I1IC1T zS5jfqLBjre`mE|ds;qw4+vo|ln2jLT3adA4x9M3N-p6Ci1HMj_yDAe)Y&ORlX<#tm zXdVClb~-Y=ObM2e%qr6_{4RShEtmGO(wLRL444K z!~7Ev8NyurXVG0#6T7hk5_7isgp2h=_VXusv=Lx>q zb6ZEJj8w3Y&LhO7H596_O(4ytUzUKP48}XWV<49|OzQ`fRcmYx6exH15H&-0jJIm? z_ij1NHzdci$a4Px9r4F32_*X5O|Zn`E_hS)n<8zO>*O6nj*;h@c*x(IvoD-ozCJ6& z7y;;DQg7b~4`C<=XH|wiR!`q_Qe`uV|@g4WlYLIszPoN(5%^qOT zl3G^mIuhMqu7y?^dwo&p){#uD9lzD%wa><|3J{|F?iva3mh^ZGWZ-(sa?uH2_wkLb zOQiO#5lcGSUAPREOMnIjh&Un7OR1Cn02=Xo_Q2ZX5bFRC5+^yzLm@C&s%+4%f)ski z-4?nVlg5VyD28>uNk=rxO83itRTNEBs-zd?P}?fC5v)6r6M8Usm_qRs54dH0DytAA zrSketkKeTWgFmKAS;E5xbt8Vqgf)F0q3mA5dRZhJQ4WDdv~0imRO6|bw8!ve)3$9q zLMO#6b=@6CCf{_hFuV-ks^AA-dqt2&lxwLt9HVQ${92?#)k4vY<{49d+?Ah1YmW)* zG(`wPSL_tr?|XaRqDs4zo$ithb5`X>R6-G>XIwn}44jR`-Z>wS38DAG=AxnN_?3!| zYfl|_P9~~Kf(C}SSAQD$I>b8nlWz0ZF+A4U8>eUBa6^z$l7=%E91hLxx)g(cztqdmL{Go1>v&PRki4y@5_C zsZ3y%ZLMj&ofUYzct7fMjI%&O{y|9e{ZAfgg*fu(I68n_P2t6N0S3Szb2jEt61>;0 z?O6AeKQ|dGFt;)Msm&Z0e~n(?=4fO+gd?Jg-DP7==QkTvhJ(6a#-|9wA+)>mwA2}e zKX?v8Clj?L#2QA9C-^68z`KpNU&zjlsk#n5!6VEdS29CjFD9<~ZqTbtmL(F@BTdW~ z33{Z$!KTvFOru&zE1tE_f3Sv7`?}CqG!%D29W8o)NzgxH=NMq}{(O|wjg5%c3SX@` zml_OQ;F!Irtu>?xOgFL#^5cBjaY)<+lOtAI@E74FqHrm`{lSJYI=Rau6AB*|L85)Q zA&f?J6@XG$0}bzrV1u>Pv!4xU0g|+-lCT!aS2M!X)rk+oPDAF@AWLV=>fQzG+$71A zAoLJF{t^m}2YHE2jsr8J<%-*@D5(&IpkWa6_A)(p^W?t!{t^fJ8afd9(EuC;j(OOd zHNW%2*}lSgeS)Yl@o;n!6;!{vMW3MkzJVn4yxnx(_1r<^#`v9Be-ybsvEP>1Bc>+j z2Dd*v7sp6qhf1qTyzC8^;K^`f59_3^ngd)#AaZbq$uM%4-!%D+TEtru+Sxy?bjX+t zrBni^ZW7ioSVFBR+Epfn;YVN%e`e$6jNb`P3%$xq4OUFlwtwt-M{I|@B<*i`m^%Up zNRHMi3NW6H-Z9GLHoaW>*1J66JwP%|u>*l=P&Y4^qT3?{C z{%}SR9(|m9vR_qaBytjZ4H?l2OLelY-xy2uJWo!*Z#I=MI?}e=vi{+WP$5{^?T&quCH7!_--eTsW!gjSj zakdxatl08j+}{9S2N*?TDdn_mT~i$h0FdTIxG|(r#ps&2sU_NKCg%NBhcgGfkO0yX zhYbBe2ozUvDsFi!{N_zRLqPMk5J{4%7()m{hpU}p<}k!SNB;W+TO@Dcwm63jnrD1 z43D2#jM@x-Y?)F30W-J3p#}aPGUL_?Qhchq#i#rsT@0*Bp@Q<}>60M3wsF!0qc%Z< z*Da@w=RfDqz{|StvsT>h8Lu}mVb8)5XG4FEQQL3{a(q8kpqdPh&Ep^eI;L`i^vGq! z)HvaS95hfB8-&}!MRYHmm;_}c13YrgdgEtG=_0yU#g5F<;uLxgwBj;*t|o8w_@`KD860zi%RhyK4P*w3s(VtfO<^eGm8iB*Zxv8-G^#Hr`;vQq@++ z@+(-=g8H-Yi*OhUHf&u1?bD|&8RnlXvlICUb-Lh>vP75H*<|=SS19%1A&odbR@0dM z&YJyym=vHxud>ep*k3&F2|@DFYd%^`wBL zRw%eiaZhSisrwM?nPw)rLcGo5JOwH@Iiln5FCy`9gT1SCpRHf;lPSMZAQ?!W!~|s~ zR>D}%g*6zo2H$7O)k#O!L8EQNvd9GVJ#X6V1qw!>J8gy$3d;J__#*tOU5D|Huz88Z zzP=iQJig#S{?%6brxwdMcua2qufH*sm7DWWoNAox5`q)gugm2~^Y(OFGo#-1Z8hNB z;p0K=l9f%&4ej6kxKh)(_=wIv!6nYTwHmA)c3p_yZ0{Bj%~d?99QI1h{A3Z z4xrw2an9}vcGYvlX}ELiHpR`3jU$zmtIvwLfKs}FQN;puhe$G=F55oJ3NDM?DCU$d8;(hUAZvsH9Z>0hEQ z`b|?bgX5wkwJYwu&c@a4;Z^8X;|mJM$b{GaNPkBKd4D+AJWk`ZdHAR_^>GP^kaI28 zT+S$hL^W+Oa_AbCz^Ubv1rhK|hk9A$AWjkXf%RukGZK^Em6{ZR=R$rF%>m=Ag3$Aq zN|Dn&fJtUGrPSG(Y|avW4T8$HPl0oTmo00%2d}6WL29k}x0 zZ+^O9CNL4jW`ZJO=C>aZm3WkfD@e?qF7Ki6+Vhful$TpU`>ahuDIxZ*d5kl=j{^6_ zWWiFFpJF48-FLrrOf%%i*svk!xVgn&rsjE>uF!uO+1x3@NmwD4 zh;zpAg)#z`ImxAS_mQC#;1~9btXY%VAGF(4Bh|A4@>Xhl-HXl-nY( zaAS=0z51=&8GlN??ZI#zf+!;>4eouZkd)Gkd>a}J2xJ!gEyLjv@I}ociDWC5F++R$ z;{(Wcy>3q@*ppsTbLbL#9F1ef)7mE2HZ~-Wmxaf!dy76<#3z_tre>dswXy4Kk6Mq^ zso5?MHE$>ww`hr<`CGpdHl)Y9HgA3e%6|a=h?%7rqG?dAu9b+DCWt-VI z;+Uav_!BTh!OTvMk%KoI6!(cJ@tv)0dU~Hbjef6F*6(mNDM21<*!T1})>hi{xHgmj z%GGwN5%+Os$!cQabwG%>%*@~t-Dpavi}YZbXBk~+PtPHb0b=Zzr3JrrTM#X*MXRFG zScn>P?er%_!oo_8E9^)`3?=Pu+YkVmuP&EgR=>F>pJAT@I>41Gb;s_tvVzisblNQt z4kP0Rv2xkP?Q&MkaDyaQ(=u4-ql%MBE@nyC*xP0tyecyoIge9kVrsJe-;kHxxx-;= z5qH8Byk;{>JGE&94TAZU-wX2q{*JK;g5ROCjCmgm4i$9g!?ghOwz=o30mlZju)^=3fKyO_ttQ4X4^Lf;v@AtAC+} zzga356tF8W<&zc2rNvrf6K#PQ26)+a8N1m>uT!Qc=j{hIkjKiOz?G5yfZg4#|MC2Z zT1tJ;xuHqCMfFL80(mLx)`L9s=j|8;gLicn(Qfb!AHAQ|jcmnL3Xg@NC^Q3$1r(UOwbh&jAUf5G8`al#po=9Q-|~j17?dIF><}Px-XP zby*^CwB0005{Y#Mjg;PETKc+)0&WRt6Q)x;ad@hv0?u^zEx+h##dv8qt8clIvHdqN)W7!9B!XjaB9a$2Xj0`ulq4;GxCBPYZMnjC-fp?*WhmPhtUl< zfs3jVc)dX$n_WZcUcZEsBm#davxa#(`-~}C2 z{=$s6&d;J78{V9yuZO}R`rYiOFWz&1>RDWoF!ELmg*Vc;H%)1`>H;1XUtG5V&(azV0d5%yASKA zh4mnPl1t=c!BgmRKl*gu-a@1TNT#ndal2mp!b&{qKj^B3WIoUd{O0^{auDm8=aKsv zS?0D%C5Dy}ZpR8MeO39H{^K2kKf2iY6#l22o3!S5BUO!jUpT%6-e0lw?Xqi1+nG`f z&kz{<=a2|6YeVCXDulv^yRwfO*tK_Yk{Z3mr{9@Sk3bY(Z%zPrI{|xEb-|WJ9JX9XB883|@ipIl-2>fq zYg&~C9DODybiU$(sBH=eE-Q7)`^_cC_=?hPK09rHR$Q!s+uDiKFOE)ZeoI z00uTs*VM+s9uuI3T_Qx)c*u!CwKJQ5>&6u!U^Wq?k|PGF6aDBfoPzWmT4saVK{9DS z>)seoD!t&aX)Js81)ew+&-|fU!$#SpTdu~vS*p~Z#-||=;TZR^ZcZ}Q8g`=<0Bveb z!B$q;8`j!c=UfK`_kA+fQ1gIP-t)N0g=cNdiDB(5uIeuCi*jY0Oi@D)hVnL28zog3 z1lB|lau*wbl1vr+lfT5Lhlw_{9#edA-gRj=Z+q}P7GquhB_G;zfBw`ZAbIM)fe8a1 zOwHNpN{My^-F_lOn4`zcxm0f9w{xj&5zn0+>%)=BAr+vY%C2VSYOB?6eN{POT_Sh+ zFlLbs?SYhllb4fUd@q~P3kb^~4D2xT^A6sxe{AzT;EbbSN-k|W{diuFH=({f+GXsI zDRU@7VbZYK%ql{B+~8`05tbn}P*Xga&ux$feA2lKU000g z`!ty-@VY*0EOTGQf|`O}vuPuAt@JReSkQvMM`$O2U#PwgTu2B7P7H7lsz~8l==bL) zEeNMgh#b)nEpBzF&mRuOrmL?fT3e8+&SG9&f{par?huJAzjcaOUBz&9#@lk@@V}JG z_Eybj3SDg?^U%_E9-Qq`6w^N>AxkVCXwdVVY9KT=p zH0u`qRr4#3b#lpkMWuR)V~=j=P7~WfuF249;m1o;bM&GMoRUU<5u3CpgR9$P zAf+=@dtyV+F_Q6wg6%qPZy<)yXJUl)!}@I&hpR2JPsGvD09i@yv=kNXh@0q)&GL%a(0>#BS`IKS^@-EIKwhULw9hfJ2P#oM3L9c1_SFnFMK@e4G!5FTb_ z8(Mzm@zX|siSxcK++_UC4OsKYaUh;OIBQ%nQ=XtHa3l3cc9?hQ@?wgWzt|Z**-fXp6O>C7h5k; zrtZqfi{FiNYz)H{(v#R)yD%RW`&DsbZN-q_YPhV5;gF$7AsQO-*vXEL5r=}haGG+u zkY^bOs$#`T3ayv4>-QN$>6zqL^pqdjEBbS$%(s3Sf}~ibp>vilVq0=}6^$mDIwkgS88U1C0e zF-_5k^uROEgEvU}*q?IbXz3RUu$n`vI7f@qZ{U+qpm`g$K>6Wk8ILH?W{ zhFtPp#awZR;+Wy&0D{EM)P>c;m9#g)-{}gC)gGiSKSkHx5SI~ign6(Q zJ-j3L{Y^Maa1|2*rt!U>tZju1vDK=f#>Hgr0+u7|w-@GZ&v2Y#j3poz2MRrHLmTpUMJV}zB!Ns4 zcBuOVzGu){e}^Q&5z|P9a-u1&M-{2q^W`{)7 z$38wCiZ`7D0~iBl^0rcmx1gUkP_rorcSeMOQY3%eFVmsDk6xCTU;hsSQuq>vwJ$zy zA1>C&;A0WW2uXdj3Y)eoy5A4TQ7hMZn2}n!)*Ho|u1qw)y&@l?2EGaf2tuKgFynHL zF1=`u@3!C3`7>H5AZH-ZF)Xi$XTYDn#AQ;#b-gjoQ}|Xedq1SK7W)njbR*41hDu^X zdIbg|!nMreyRl@UxM$&5f(_JKyloAJ1V16VJ^E8(BeZpj2L`EDx6TGwYd|+UfeiCz zaz=X}d64--8b;GTPEQyPB_AlVU5E%*V#oUw*YXG)GWiw0$n)RJJgn9*Q9u8vX+0R< z1H}7vP07K@+F2+WF;*Yq?^%Tj(-ve>HwKLlUcBC;Vol##E3O@)=dU~63)Y?&eSUF} zXEnk~kh@+|pPqJLDC5DGz0viZj_G%A+PniQvp)$EfeQD(7ul$<+q!1hS(BWGq&exUekP&<(;ThL zYFZ^(%FVr6&Jh0=GthDm9!!b>j zGwX4v@>SS5(aTg?2hRQ~M^6z(O&BVWb!7dGiKx0^tq8rpl$B@R=rOItoF0we^pM{m zm>%;Lg9vF#Sn?ep?}%IrsD4+6M1eabZf(SZ)V>)<$|+qi_=m>NJ;R>-Nf0p{yE9XN zm8-mjeG!LGUB;Cm^Pe`T9~`|udK8-a+}9}k@nBrUlb4TC0Y_c&u`08TV~uOAS=O+l z)B=C-iG}(V002M$Nklrfz*lnU`<1sAfOz_MIy{US!tF@0;zGkFm`He3>wzQ{t@N{*ilFU59 zmPe7H$etBtz6@o~s3Qb#KxbK?8~KC)kPw5Wp;O5Pt`@N%QVWR!_*!qt+#((LK?|UN z{B1A*4o)pDMDlAL4T6JmcEGdMU65BSP?BSf5|{{MY&pSLa!_$q5b3bOt$c4-5lB|x zCvF!t#ePugv-Xv7P#R+z^@BlSs#1O%OD}Ay4K%X@tnm%80gMvB&_p+IYNF@!bAr?Z z@7zPc!JVEyXp?p8yu?Os=gYmw)BBPc5;TvaT2F!kOwlX<#ew5^amosu!SQn%9m9DG z4Zpv0`uQ`88ETfF{nQr&%f;_zmlm;Sr^b#ZgDJ;n5vElcjV&tmO|S}Ml#Em4 z(*!Dr`c8NVcCUThrukUq8~=?_;{Xp35grFp13P85KI5tW8UD&R){!2BS1-PBwyjxi z9zD|PK1k~&&IN33Ut~-jT7?_)jl+`?jS5ASTAeXXPgLXVkB#|?DDVusMJv~QLiT!! zx|(O|8f?ww0NOX>n5lNlXOyX9b!?o!a`}@BwAu~mr*kK3`NI#5;dv@AHLxLSI} zR9L)eQG;vy?JTRh#(2N>tNg{%fAU)XKG{&S{F(n?q-Hr`J(HIU-4yo}y#{Jg7(Vka zTj1izBT704cGu7>j3h7vD6@A^3%`o_ybY6d$}gx?#ds$*(vfU447#4)-Vysb)!>)d z(^}nt!hMK)gdQrCiV^4HcP-*BC+gS!@O_uP4jmBsOoeOm^A3ar1ON3*&^Y@g03bE- z>UC2ry^cr=-R$Rd%u%^6_6%kmY)efI$tFP@)#sYWdabo(HH>Lp5?7q4Ye**PT!js}AYSq6o4Ysl-)A|j zrf+`j@wrMXv2~%vB$*P&mOC@F^rWo^=5b*fWO|0GK2Wm{i9>~}hB^F6xB}FZrDZ84 zgrx6)Q1A42!+Tvqi*%%d49jT3Vq=<${!3qP{|YX|U{`9CLrlcCtRINDxW$9uA1*%m z?os>=bWs*84OUX1G#q_QaL5v1?TNiqhNkH`efCPC&a!Z5FI$06hQTpH{B0kPulIUe zML#YdsTB~ZZhkXQBG(v>bgmHB>Afg_h4;(w!jhrm4I+=HAs586@?DnLilYrR%gAJpZzTM`=#09x5;a?OCyKb9z zK5oZ;yo;Y%aUJ^m-_9oLJuLvuq~ZLeJKWIKg-GW;EHL&*bBIL5xbLLz@m17hO&O}x zeyQ}v%pW=S7Yty~246K14)-D?7K_mathaL@%eNQ*>T_=<9n3Q#=^y)5UlJ1_OIGTY z2VV?-@#fCGcb3nFZ_4MxFKS!lyaopjdf-#~Ch5ulDef?k8Qpl729~Mh*i7BVh2&ss zwc$6GOehytV=Csw)|9z&*VG7Pv!ZT7p?fmYtFlwDcvG%6HU4qH(1wTR$6A}gi z=o=4U7znWa?N1#BZklGDws{Mz%2*&>XXP;1InoG#M*U3xK&i_lanA;N9hytbDb*$~ z0oJi47%CkBd56%C5O{NIws=a$d$%_3o?rY!?Q=tZDgpI4=+%Gn(+KPlho5H!pZ()c zBLD&&kkm+ZkeFh?iG1KU-Ly)%-h*_gkM|fqM~^YvxUD}10|!6E4t#)LJsS?NZV2@Y zRytA9SG+G|IUFu^*4JA&-+BIC&;@F zM%B24qM0tx%dE=M!apQK>S*XC0QQ_E&YS(CB<}JAv*$Y`A44(egwY_D#ia_T3?phi1`q7euvpC8Il zUb1u{Ucuo1^}oKSL!MmU+}!N0zvVRW`AdW@rQX*)m6BzgLe2uBAagpRKii!2Y%CQ$3R-9JK;|ozie+U-F1%` zZmwQgenbLSlmU%io2&-1cAPuo=R(1+D&N96NK^jIwfhnx-hAr~9rEP*#>Pf>^5n7Z z)G0oAd8x)&Pn0d%S@!FlRpnb=U)IpdPte0e&zv)$FloV&r)3LQE%h!yZeuD-f-8T0 z*PG0K|A;%x*a!!l-q|@!{Q=f3qibO8GQwqy>VJ^eTA%ZK&(4hVI&F!bsxe)ZYoUy( z$!yG;-%Uy^)1y?F(OF-m=eh*=YfZAkMPI|8>F_s3txbNJzopj^XZ{RTYgP6Vz^y|E zV)VcK)nDk4Cx`p;H@@YyODUfAYnme(1ov_hQ5yX`HK~spt)KOKqHs;lPkkm~csq&& zW}*C94g^K}!|W6cZl4Ai8ok9nZ5hody@4JLEE5#zs3ESK@t&3wBGQ#@9bq9j5_GzQ zcnc;z5g~8ktO2GRlIJ0L(+5eKo&k1#uj@NNqs|+vy|nM-0%aujhb( zzG>9+(=K>TgY?$zO(S6CpZYUQVSzzc1=M1W3|cS>*T=5ekfVfl@K0o|bYUu4!|dgS zjznqtV3;$or;AM{KaLkEVQc``Tq{rmwN z2CRPy6v!xMk39MsP@&uF%9tP(EJf_W^>Mlnx*a=lv^%oNb)>)ce(vmr?(R>1;h^n^ zJ_Ig|0NoJF(Cuv({vL}%&=Rn<+sfw&*wUjz(I4+ykH;}6*wyED$_?PC6kjV*XH;S>+LQ^7|bOQl{VGfLdYEA3m49E(sIgGL8ms)+M3Y z9hAaII{h7xdb=z9L4E^txg*oWAb3f^sz(*d3*Ypx@xX|W4?OS?IBSrP3NXS5ONJXj z_(NEGR3RrbCKzzT1~~W*KiTY6=}6Lj!)P^W3rwvtfE2#9m{h6tm|Xuy1l?fxbwO5IBUs$E@U9Y3ZO|IXjln zmWMc3@J#>N@E`x_ACf3bJ9KzMvZtS*xzd5Sw39)0ynC_28Lb_>*HQca`!xpH-weUp zg8Z%E{#}KJQjVy#$i~PFclWsd8ugQi5{DV?3~HRca+1aAy+~nOeq2St;K_KWu|Ljs zMPRQOUzZDUckBdzpG=eG#>RU0Q$PRqr31R8&877(E3lY9i*dm=uiEa#!Jq8b7rQHT zt8;oP9=sAbK+<<8-#xfayX#Yotn4JC`uwgFc{$NFLeU2AdK@Pb(DY%r z+?o>8CL(aeR$-xypyo-qR~WgE)nsrdo}1t0Dn4#I1Tk#$dm-Kvx(2sLT;;F!>RqF2 z>gB8bCIC4g8G?=$Q*B&acuD*1q}Z2xFTedJ`Q7mEQ60nW8cfP2YMe~KWtiMhO|_YBx{T`F?3pWcjcFuKeRCPyWByP}e047%Ve;lxN>ouS z^nEM=*>^SXm{Q=xT;#_>#8=!}!(E?3I-$f1-Ew+@1V1)y7FVUq=7X^5M?{c75qbHC zZLw^_*_R@?^mTozFGwV)%!yWUOt<)QG=6MHbpvnPc&Tab?8J}Ul(1AAzES~CtjzI)eToWhwHFkIbH_ium z*_5a6I~E9xL&jr_J&((R8&0BuNgb~2Jyw}!yc7csSE19)z*WG;p3)N&0B?yT=u8D7 zV=BLEVsDC$k2{_}cR_yr_6Un3s9E0mvCmgM3&Gj7Dl+0qiDi{&ho1#>qP9W-Q#rB^ zl^O*5ZsuTGh+KKZ#+|)%esafG&`iqttOq^O0+(IHWV*@uF)j)$3ocG3=6-ppI(lr2 zSLFpy*tKD?TMZIe)-ZjvsISFOiD(TI$+TzDH+jOl#2XF2$+K>`jyG*mV**o@=)?&0 zjh>zd@P;NN6A};IJw;}^yb+b|2D3hmSbXD3^sgf+%0JDR;=igl8%W|36(Z?F9s`r4 zv4aCKhz%D7qvMS`t9gSM7~Nxl%Xuioh*cY>j~i(Q_BM8Q59U(d07ywTU9D z-X)8|S!a0MYxjT`JBOQIGoWdWSx2KFlN)Hh{$;f_>aPaG{17xFIC{L+EPw884b!rS z{RVn`4A45Rd7R(9wkxhNDlM?q z95p%a=++Rj91|ZUTHodL(%;G!Tlz@M?gh1}&n(LJncBEDUX!G>Ep-0gw`g0J8s^TH z)EqCUZESDh&(4nUh`tS}AwswQ{AzKg}hW9RUX@Q)E6ZN zuqj8?FUM`ES%MGp>-y}dl0_Q+Z4GfnNdjAD{5lb8nAolZCmtdA8Xv&+TjB5s|HMNb zH{uDLy=jF^Ud0w;Np-FJ8JdC=5i1`;~Gw=GwTNpd}46K0Gyj+-wrpE|B_8LUn0*)o|ULlQ1Y z1`)?TaS@LNIs`Wu!}nZ9KBjP=GFa%54m}apXCzfOl~UdkGAvepNYfV{O%Cq4oVysU z0Snmui(QwQ->Y|fVP%OR&N$|pydqgSa%w74(ploDZO8 zd9i{Jmd1gb$fy0l)$dzjJNE2xN*rR%sovYS6G_38-qzzJJ|nx$DjnLrx9MoKPq|}) z{juaf!Da;xRZC8ZDl1n#9}T@CqOyhh<9;k8Dopz}zo?;?5Z~reeo~FeQl7JX$G`X1 zD`$8zAMB)Rfn8z4%yV;p6KS4iqv3AI@2(6Y&Uj`WTkj^uR0R|+G7Sg>?iJ*p-o>!* z8{X{Qyu}T3nT{=>-~Cm3g<&bn%Y}Juv)f!dDV4zEy6ru@c3j|7-I4VZ>T~vv8Vsky zH^7c*{FS4^5E{doGJFJcvpc$es@q&YsoUHmYsb2y;@{@liBZ}1`z-U_C!!x)y<4q! znGJswRu4o%${Xvt{pPvFovCi;3opT9zxq?)srZbVxRl5|oC9#TD)iigVWDRE=C^*2 zj&P`1+V4zUtZ{Qr$Ejemyg1u~xC1bbai44%QYU%+J_NAUc}$)-ha85{Rv+cT&pMHD z0E0el0%Bt#fi4aL9GuSN#D*4&gW5Pga+*B(0jYjGMk4R(DSLQ8UD6&o{M3h&m?Xupw^(p&q%tdwzg-<(bQYz9G*+ z%J2Ma_4Gr+k1~P7QUjHN@9gyQ`rKqU(Bbc)9tV3!y4;-7e|BgRvghzBmUI3J8rtZ@om-n`in<)jNoUk4^P zuxuvJbA_{j2CsSE3FlWzSwp(Q}K!d}HQ(KuIy2dT2Rk9z0{FA(4dEz%7Wtwg%^`{5BE#}+xM$@O?IbB*yu zouJp&Vj@STW+?J4+Q)GBuVqnd(|rHuAN*SPWB;zzEM*&xk31f9yBq_)95xR!Zgtro zlx`-iR@+p(T7N1g!&RTbG2zk+qqIInjNjcyZ0u+IdtYXY`4cT`zY(j53Ri#U!}+{r zT^VXT8%69zW>nEdL|$n=9zMbixW3{Io}ZMO8Jjz_bVm!x6+2>MVQ7X|!eh2Yqc8Pit`1s(!|T94616%w7n zX3w~VqB?|SXsB;lQ~m%0Z#srPRj3He;`upFY~hql1{n5KjTpi|d;CM8rba1rJeGp- zLaROVC>m5&E!m4P8JwMkABYfAKkwG)2bUiQZQIN~l9D8(9;ctnW=(Bf7VVbQ=d8xI zAz!zK!C(>Vq84~d>UG<~g=*ZP-6L}38y?WT+2KtRHYCiW-AMz5d!swHdyOVk$b%n= z4E4VYyXTaCSTyXcNrg~g=tm+$J@7(zR$%c?-i$%Lldz;bd5~O_^e*U9b5wr(8v0p* z@RSd6k2-iyvfWH{0poHpb@#^aRRJN*q4p0h-)63;}pGVuy#ghh{{ z07=3ceP}%)hw~YKJVrec-}YV4l-_ytX?t!5K4hr%$}x*`x{UYcOV6jemaC`toA3Vh z?l1l2x5&j!8h#2Fe+S*F#&(Jxw8fX6zQtpfIWvT~)U&}@wb(3~Atbzt$uW1T_rQ^% zaZJ|KL;FdTsv?h&ch#+>*1wi#F-*2MrFV+Hn9VDNE06u4yt>>mLYWe6s9FBR&%Cw! z(7Qi%P~#ib!%*7L0a>5y8EREbUuj#JWii~SV!O=R5wa3BLL`AZb*$6ET!`jE&a0YY!ap9qvvxrkk?;KBQ5*uy(FH zvMWFIB>(Ucz;kP7x}#FVcevIQL%?- zJaJx6uRq@%+c_qS05#R!?#1;Nx+6jdjM$x76IeFihje?}buX-)R=)WbgTwO~mD&$& z;9Qq&IclajlZeTh#0KXDd|L`*mT{)>qpCjdP@)(+$Aj_%=|qpm#_IEj=D;6uQGPLp zmX|PlCOHEZG)j9OGvP-txBBtD{3fWNQnbkBtomxcJN@294zx;bA7L zC}mtrgwc;J!x@Tv-jCL8fbPvW#^}(G1%j!C25$T#j1d9yg`XdDK}w(o6_%Guhb$_4 zF{wfZQ{9p*I9OML7O{uBCatmZgwY?1E;Qz3XOv!A>t*O$t1+~CC+HdnS%`dtif0k^ zTRg*uf9Nxb!6k?BjhOl-m(cN>IjCV`Q9>Wyc+lq_6_y&K)a+1qLqlAT?)s15LHCJW zf3O?y@oleJqW*cZJ0%I~MNO=TBNFNMI-a~dPkn&#B<4C`&{4Alj2foYKtUH@&aJVA z2^cXyCrKM;W>XUNk)cMp-d(ekYm_H;PO0yFS(B9N{vr0qcTcKrdv5Y@|4in2@euLD zZxW#feIE7zOMKwxdDJZBqjA$t3LK)Z09Tm+}uP%vEJ!VplQ9Ad*lr3Aj$=B2qy2F&NS{HgL1_$RxePVT za}ax%oTK!zlYaBvf6r@{xE00S=c--J5y%r2_l~J$@<1wFRchdy?qp5XT&A|#Du2td z7^do(ZMSkRrvLJCU5!3p-iRH9b$bR~_e}V~vLE{^Kh*u{AKrNoy65V!(~U{YK3{QH z5@Ftz;95)0c-J!5z!F5*W8H__Mu^(>+P2f&n!^ihSKy;ugo1UzOGM}YxU#tOd*D1~YH_#ZI1iHqNOPKo-OQ_FPBWh*ROMb!9ElSEAo zFt*@`+j)VH$m2uUTw?2o?eNh7-jN4*bp!cA1KoPr+Y<~76${-B+cM~V;&e(oEOI9&iFXOHv?Lg%dGnMTZUj(|hkl7EeV zBq@FTC3~2mc1DAazj3wmV=->OU}q~Yj1HR5<32ebdQ%=&`i-|-+r9birDj?8>e)nw z>UhjqbH=zM-f(s#%{iKrJe+pp#Pr3~U`W8vo(&I)jFSg8Op5&E2Ava&GL{&@ANz~I z&=tLp4-6X~Ix+bj-qyroV@0B6-H9V{7#`SV!lVTg>M4!|FC$~GhDqC85x}ytaWay$ zYttWfL>(1sG_uvuH)`;v0qpkht|Y*1JP#_*e{O1`<3h$b@n()SjO%!MMsTe=x$B<= zhpm(HXYH^g_G{!xNBPAQ`TRA{6A~E`!a4aoIL_NKNqnf8o|U8knDpK5ywI^bIwpx4 zKeKyQ;Z71Wp3LO4pm^f(TKTLwqR{{Eu94?3tsx$##J)9nc0&BM2;q22YMy7L{)og5 z{!Q^8p*h<>H>tnUB3T$o4@PhqK<)CZ$Uq(!75vsa=ztM}LsH|kh6|0KS9~@d-_L1O z)GWm-b4WUfd2EO|F6K7B;3H=d&Z8YAp4YMWZQR0awUyA`AlR7tGGA_cTI$hy@@{jAIcHX%}IY~oduw#0$L}%fn z&(Lj+{08ypRs|M-7qZL)DDf4jrML2i3B&5=NyNw*&!F%)f^Ypf9Cb!M^eb1qtYThK zSL{(+=EDU%YqC$1x$Qz%{){u;c+4JV2z&!3PJ~{;eC_+8Mi2Ma&+}w&I>w}a>pg$3 z`_Z53pR*iexZJol?0XGGs|jPn;=M9j@vjF9_7b|9E!QaFUIlGfP=jYxE=yMaOr3o` zD&JtP?@ZAvzroXTc|4x>O~d%H&Z|1^n)=7JjAN_rs>{yJxHPeORKQI~!t^z=4Pw5o z`BbxVv7mct_wsxwJ z&tFZGW7;0J%V^k=^4d*54aTE1q>FvI)xeen7~Cb1g6q9Ka)c3J+avm9J5?X$P(_n3 z7^k;gY{fnUQ0)OeN=cb2;~D{&Pfdwu-$>5l_(PCIl+dXXPNK? zlox~>IQ&CRnDdS{F6i8KTkh5DUgZW1-SBx=cP7M8gREb=LQwiuo&hEpz6;3D0PFB_>@uFIsVEy~8e@kOJ=8KxdVCC(-jkH+V8>cMN>gcvV} zXL@*I_0;0@%HZuD0NWj}QG(`)2K?9znNCn;p@wY-=wTNt5R6GRP6BcV&w5+(FQ_Yr(EC^WJ8jYO+Kw*%A7J7HN(wA zdk~gf*2@aN#2)899 zXQhq_e~w9#L$X6d!oKcscurC5HSnQ87ny71jm|!@a##~M&_(`~_>Y9HHA@N9rd$XR zuQQUwFj)`}oXRuuyFqf0F|x*ZMxNCJd`O6>Q=*SQd3;~xrK?SApa#ehZ=E6j)==|| zu)a|>&{1Q?!~K{goF_=am?FT@CSUD_0bbyY$64hw2E4G1Bby~rgQt$>xgDqY4}ukSQ~`mM63R(?@(O-QJ~L+%8UPTw|# z@nqC2@ClVRj{O|n%NRRqM1o%HPHcF>2OfNf!$kx0=#c!-nl;c5^>n;f9b1NMemh4? z&zL%ALFM^GG`)HBh_gFcLO9!&E~`e@p}lZ3p)d@3$O`k7501H>BiwaQJoc>qZupP< zJ8$MJ!co_G+#_DxRz14d_U4bKrpEc)Ew#q$;72nRuWYd{yDD8*Sxe^_ zTYR?DMq*J+t2s)xR$5Ht_x@sh^R1h<%2jn&*yLs(tH#JVk4C<1Pp-eEWep9va9=H; zy&FE%EPqsLmVZ`imU-y2hGtw??$+m0h_GR@7H}Y>_DU)+_~Z2sIvIApl83Ku&#@WD zEr{Uc4hnW`dy6eAtlL-in}2p^YWGnF<7x~qZToHaW1zz#>Xq@1%=`h({q~;Gv8hve zx%;3E>cd@^K3Az!u`K@D^MAYtfi;c^y11EgALtWo^S%-ASc~@{@Gg!4Flvyvw}e-S z9kzj93;(q(Q+*BV|nCJTR zmS`-F3TtWw>`uxIJ}!S-qWgJK3K%s=)I^_?CwQR$h`^Xj&&j6>!HeDYj>Pwwv%B4K zsRw``kE1?&0scZ>=CZ)gh(E`LrZr2Ef9ibeAJ0W_u?zsRsOutDFUS@ivA`d;?Jr6c z^h?}u=P7b$1V;Q3Z!|oI>UaM5zD<726m*0M&tbB9j&sa%3GC!n;Y@}9n0GjGy|r|k z!J0I}35hEnR^WSUzv|lyY-7OLw|>=QGsEb{Yxv4fO_9qa!D;v#ZbHrS4Js^Cht0kX z*x)E=xc2B=HAqe|sfsZP;v?1j)^nb?n6Us21_w0abYZCI+ZI=)QBzbJU+s+)cxSR) zQox|+{D8gA0|<26J{yc@=P+q8{Y@UVG=!M`ATjcHT8sl;s&{HHPBmP$ zDL*CP8ETlkv_gjGPv2mdOLe_et0z&VSS zS;1v`O~PPsMtYWv2AP zJ{7t$hn++_nl&ahgDgpjw9X92xB4Otr>|k6p$BCjfFUZyyVZbwrv1smVNAFJg$=Eom>y1VDo4|PBCjyEx`J8~u5Y0u2Td$xqe zI*2&2mr%1XYn>?7UWKdT+4M}wP}SmaOfHuivKe)X@F zuM#f}cw2tm5l!zbk8B?9-u`3X*L~u{_b)Iygot6Q!D>%uR%Z*4cR9S0+8v#p2=LH? zQ2>)_JXvdmgjcq!SSYZ;J3Z6LEn$W1&Q$Nzxo!s%~If_q5v?S zYlLsdWJcL@l-QjD#%>lhMci|r5dK4Q*DvKj+0NqKWo%bb-(2fn=pP)YK1TS|p&i+J zOH_panG5T(wU=i-MIQbFK6!{RY%6_Zr^D|}!QQjy zo`k&gwZ?I>1CJUeYM;a0)Y(!!1gAGp@fa3nhwZ)q z0p@4Tm7*}tCr3gK9V>QhW`bztA}0_=9MCgxk)Hd|V5+TeS|dJ75i)v)Od448F>{i? zeLZ>2@$Luz?eA5Be%ukgx83r~-SlsVN29hp%|N6X&X1&K9%zVd9t=)PvXB8UanyjN zYBfq?z{At+u-l`2hVzLo-YBc_UxHO z)hUQgEaKh(5+{-%j%YaIv7Vs`jHJ_(6@6HeRE9HsT^8bVlCUmFh>%oHN@7F*><%tP zc+PRBJ0X9unSJ0m4yPia#`MOg4V~VX8VAIdCXoS@1RteYJ3W0t9-tQ&U>9!&!JE^P z1Tike1Ig0bc_GGRiVFt#t!)W0Zs^8gpQCubGwQpCU-(rdkA&;9 z?=m%isLko<#d(f?f}vcaP7RcF`G}32Di$OSjy#lI{x#}aOnSZq&hv*q|4+MHZoi4E z@yzKnOD0N$Xugrw(Hz7Wbns5WV&DnZDK9_W#7p6$)N>l#~buuQSlDPbs$;AMtR48GbSpR zB#+XaUF&^OWu@b?fIG|^H+iRSym%7_m0rMn4;V08v=5BQ^kjkSIWtOoj7i9-RT}SN zUt4ObNOtx<5R#)c$X1Tibqo^D)6_GWB~R1WGfziaYN znNV4?e1^t-O4uS$ZsH^pIzt>euz;6Ie97*DKux?=j8&_O4Y0ef$T$Y$inzi)DpO-r zWuiXXs2sqK;mAEVkMu0@(AaB&Rynfm3`NZst3ThLxv>c@oj=2Gw%25N!_C)r_0gfg zyI{9Emc`~%Gw&EQDzA5y-|QJajdfLgzdbX}|gQTfL%k+t*?#C1mz z;VR$G>Ef@4N7dB$W!+VKrCtg+`@e`qNc^q8^G;zMQk?!Ka+8v8y zt2|(nx1)1wPbRBfT^kM&&o*$XB3HJD6JM!PupJC$Zk$*ca5{_O!_rXS^Oxzuy7NPE zgxL4{6O;+;%^`3i)x~Eyp$io#YZXTF96ma!wnT^gUX3;I>knM@2o&$LN3!k381)ZK zu;(75hZ>r-|DU>d>$PmT?)%nS`+n&@rwAr?6dj*dBFZ1A36NyK4puS+2|ir0uC+_p-(eAWhoLvPMICA~$R<~$3$^1w@`D~d zk2Ew5Iq|}CjYWK2V6?gpq`pb%&-#CgU&Je9%N1(_*FxHW?qwm zPw}ZvMr_bzu8w=?u5tnQxW}&@FFyLw51J772x)5kpZufW+ai_BcgB7fq$8f#P7?*y zV;rAhXfh0cGDsARDxfvQ93RPBdQKlw=8MIXJkbw$sUHR}_(`7%8eAJYq#?mFU=tpG zTSu7`D!28`&Ya^=YLbu9n$j~o6fNj>s^Be}sU6RWOOFbVztpS0_k$=~@JCxfvP+?F27;HiA|OhZ01 z;}|?-?%KwI(8RA8t85_Q%LWq7GdyymQO_GVRLjqVdltG!U{dH>f1w}nrT(PG;z|=u ze8P-Zk~JJ%nXtaPRjD@yRs~$$D9wOnkS|lOnI3p7vL{WGuk=Gp7Pd2i6oE;#tJG~@ zYXUK^-<0^pwQX2H7ixwghCmJN0;vnWNWBq>r@vx}(@Qgy5rh{szr?*{x;#ib1pU~i zN4V-ndUu6Po9<1w1W)W9=f5cf!jI6zkZ$gl_w3o(;&*=g%Zp$BSAWVM>8+*(Z`xX- zBw=>@aH2Do_ZjhUiez(JR$n#YZT$J+Bj+Lb{Hhd^Sr`P zPH80pvPEMMoY2;i2a*ApH}ry@2#^`wlUag8M9J`g1DK^SqsS2tNqg@Sv-BVI{#CSk zb=g;!$!Ezr%U}8R&u`&=zlm1<3U5jB&ZzlAd`Q}8mT34R2Mu`)HDZJ-{}xj+iZiI| z?ROpCLOeu4nT;p+GdRt9J2o{%sqbs>Ft1}?JR$WPQm>MB67+@_uJx4|Vl`L*csN(OU!vq?JAE6=^^`%s;(_zIg+5BzkM$FhBZ?R}toI{oek6ZhKd zr;DHcrB564)UsZC!Z)4o4`V@51icvMoO4{}ckWE%F)pWJ)3D6FdY#@WvJVi74x^h* ziZmAE*Dy6yMwhjHD%F#^jj)>>d5fwcLCb|iqbTf>LW!1<6a z$xrlFtrOn#lZ@QBEkBW?SaAMNQdUHKIW6D+@?!5W@FIlPcx&YLs% z$NTz#*sc!}4L-Qkf^=WG0sPwjm0-tX$X?sOP@1h5ApIUgzaKF2gb#k{`$+t!34bcy zW9djCArDz6yW$6yl21g78-V~!+Q+-CPKf?cKF%Z7fi`*;yC1f7q0r+KJ=7lo7#ByB z4>0Zw;v(SRoYrj$$BPX&Nd#c`fqERzH@uR>a32$R@K6WbZ|M@CsV`rrbG+a8^g?FG z&hN(B2!0+j=kl0N8F$%YRGKE4x7axEV=ys@p&$98 zle1b}WM^K>5A>JoUjD!r;*b2fkFpmaK2GFh{JDIbkv_WP(~JN=r!_?|d1|l0PyLJa zomXvlSXV5IFlRfqR<-5}Z0Uz`acX0jCUj)bNW=W2iBa z+mR}u`?1@pUX90j|EquSHy6M3YoAjMP~aeq8y%tlPhB@u1Q{{H&nt?9{{U?fbXu5*hMmj#+Xt6RvcY)AttXw zRILD=v)zpn2VSF?$BZII{t@?Z>vH;s(x_5@xbQ1Bg-MBvbMHi&u{=23Gs`()@3^UN zj7nCE^(1#_P0x2S?}XcbzWBalc+)spoPfu8isQ58YK$ zQma+P=UyeU{TtJs3cMLlrLg5Cie+ouEQq1^foQZbtZS6Q=cO*luP{BmDTpA3=@w`3 z`0Q4x*9pxd4V6D|e5N7##b^YY&}HehRKwWFUingeqe**{LC-LUeJ#iO!14Lwjl=V; z`h`z3cq-icbWYK>dk4AodM7|Pb9}~vA2ntqhC78JeDA+@o(og_feX(&80~-|K(Z> zG}3T~6mJw~W5SmHt-+zQBoumc5wtS!{EbbGxF{sQAFH8Zr@h@eKT+Sw4&!OVTs5j( z#I`Q489U-Jgkd~^59J>V?xj5SMw>3M#AkV= zJVrPYO@{Gd9;TPWzV2~TMBqRV+!PU5M;dta!Tph4Ae4RhgyG@kX8#oLFFJhCA&oNe zzlec0p0CG2oEThMkUOrtJTf(ebtKkv=VB`CvHf?zSIa(;Wh(9~?1UDp=RObH;u23{ zsFP%;j}8|HhrY-4UZ3UmB*xfiw2|KZaK$RymboqyBSgrCt;3zph>Wfn6d9mQrA1Le zYS)?1(k59tNyW3yG6(dtT$Bep&slJd)r;zy>!%yDPP3yg|K&q`cXSYk@icLJ%>YIo z_cw=<*nMV)g7H!Ev8(-bkj5cjF^q&^Zb{;!%!m5gN#<&0p^=>&-o?up$Uv%5cl=uX z-KWR|&VDig2Qnagf};n5(ZS&Ci080P#*j4(=3X;A6fMRg;#Vf$bG#HCOLaotbWM%K zhRzK}*2a92&QH(pRxp7y*79H8$S2uht#iE9;vkV<+{E-1GVnDv*hN_x-e@(##Wf|X zNXfeu{L*}!CQ=Lgmy7co`8?qgs0e<>U6kK!~x`8KV?z43Kwl=XX4jJ!1 zcv*(`7E!mMxz4RUCcRw@qTG|c5X{w0(Xpug{SJ^XITrCq^uw98Rx2iM3m;vv%`D~vX2KtzO#8j8# zccaff z&jXm@dNs6g)W=@s)izQ`bVVIkBK_ug z54}EPpNkt~YC%`EM(R0s>IIqVm>#NvOXW9AC!9Vs=n?}Dj$qV7%?No3FDVi5Gmc9l zpzpnFlNX<{ZSpy8&C(U`M#FcEr0eKLa~!fm$-2tWnLFqsxQu|v!RP{T$-QyIPx<7k z(6Pul-W>G?ql8!zs_TRYY;JA8Z?y*FeSAIbRa$Os+CH~9ML3%ddz9$qgV%V=`%{95NI`h)N}ivQ#k zxceNBfs>E&Nbvq)!k@g9+zXed-y^{XGRhHgbbOKI$pA^G6Zu7V$cNTjz9D_^aqcRg zxCowze@{39`NfTJIQclmZ$8Xk#}34En0%V-O~;QJfwIA6fh+XS66?gmpgEoob5 zP60N<8wukMyPpl<%>o|+0rlw#L*}nqPHTWDZuNH zPvEe>JMj1`_mhwEK$AK&@W3-6;|9PrKGLG@JsCiZ&C!8Ro_MxtKtJS)GJkqa2jk512QX%af(zdSiPR|Y*#>qEhs z2twQItK_3pM4mav?T4TBH5pSlJ-dj5F-V-*Z;FFx_Q&RnnNqG7kd9W&kK zXYY|?%m{6hnU$Tywwn<*La1964*rqyE~=n@uh&^yodk^OPSNG&ec zjNZ!XnW}MF?@oS6dYJS$mQ2YS?8c9sHxDG%@L3_xd5@tyJA}N^$l;gjZ+$fP@1N5{ z=4IEGIEarPvsT}kG$h_=^suW>vF1QS^`$+YCU7PJwq8>(P4q1Sd>fVrNerWbgt6B+flERT{P?Kc^T4^970LY5*Y~c6LlSOOg%SqhoSW2 z=X#Wy760xB7W+rqa;Z3-cel9to?s30ciHl&a=-Zg8+zvCs)u#UN5oX0HwPrsc|Kp`Ou)bQUot`KfH%UJFX4!UMsR9P@{9G@Yo)p9O+AOWKp`O ztU|)b*9qtGV+nW4AN0;saBDTn5XO4qp~F1oM~{vcKl6o88JihP?mqmH4~%jQ3L#ri zDuhvV6iTM;{M_-^d1MOPk_4yfh7k$bPzKz2-N^KHmHtS^VL+Gf{9wC3$+hjUOXx6$ z^G53^O=~I0zV9wy+-qO?iEP5HhSwSdsp5Lgh8Dxhc0~f|;ltc%1})O}0VnyHmk`5x zDnCZcuuLNLLeO`nj|37yURz~=&|=i6g3)5!|0tW;AR1ja&PXwzCHw+_Id9QU)M+}f z29T|bjYR%89WRIR0G)Hw)jd2+G1 zcz&{2vy?{s2coBEb*rU0^q>z<&uyvCt%l3s_aABatgV7Kmj?##30`0CEN;%V+)BFd zK`#S*eJ(utlTY*Za({94^3d=*@@MWJxsOxm#p5@hx-|ljKCeA_YDUyRVEIsATpTWL z+fpO^skF7Lw!{dZC8cx4(j$d^y#y#Lwo9S_?h5dixBgO#vI-3-Bj{}`&K0GVKn&v# zCHAUUQOV=`IuLolox%XH`0iC6dNWGtFBr8URh$m1PQ3AGaeQ)ULhPyHv;2)O z{^Krnx|C5N&)xhR}zjG<^+>lB&_9(bzF{h{K;IYs#m`gjkjYl+V?Yi$O{5^^3t z{GwC%;TK&K|Ar1}QDvqCC%uERVCVlAPb@{g#Tr*nEVLr)@HXgtT80fqg+`cnz zGv19~K35F#-i8I|y{EXl(W6XCvCcBXEGXw64Jrq`p&ZU&I*6YJi_r|7@Y78TrNy`} z|Ks4Z)D9PXl;KrnLW7BoJsA#ql@V6ZBp+q?A}72iRCf2p_W>CwIohZzWMHNEmC~dL zF_j+FOwHJ-@`B&PDQvwN%AB%ROHe$t z1fE40s~0l-IplLLiH{dw(4bdL$VD94W{eRD@Pf22bBcg8F^`z^NZ(_6L0~-GYdT5P zjpOZ0su8U#C7eTTDKUp4zaHJnW@R@$G_{P`1BcJ70H1hr| z)egt@&Eo1JO?-^>TcD7*U8OAy9!0H~Lda;SQq&_>G_#0FP(e`zdr9vds(k0% zSq9jw`8GI9m?=9v0ZC56hxL!!1RL$ZU`gfSxwBObM~y0dU{Nh|R+wc-;DZKD%y3Nt zuw6+%QDV5pICwHmFz0K>`xeIr>tcqk@w*E|jdhZz^cbp7ux@RajPs+t59J#yI^f7p zXfQk?MP~B>O*bEsPg*TKbOVku@%zLL4rwjHxQ|+z%a(L9>>3l>LWw9~P>oj-ZfS#P zYUe070wY(4wj`3ob-Mpw+-=FsE9m{=-IqpXJzDL1%h86yO(;E8ujra> zrbl7xE6J0J@}XK}_(T*fC=}M!2SPn!G;-oquZwi~{`jswbP$1E7(gza-iaFoj0G)( zPekO?h2SH3W?QFV@C2E#*nSwXvAuDE%`iEHq!X>9wBO(J*S!jmb414Ki z(rW|1&rn=PxotG`Ubo?G$mUvomTm|WMYR4Dm2ayNTpp+={6s!VrFZ$QHx@e@`tQi6 ziauxG`oLoMNZT7ZwoUN$)tfq=OZrPc3ghBi8jh7pcynX@jVVbxv1o$m{S|zLnXXQO z7QqrD9u9M^vm&%wN`ea?>-l+l`TI;*^r-$-ce%jDxEV=vW$KR5% z{C(YJ_Fytv{fuxFRL5rghy}ArKFSg65;8Y>b|1x7%t6|IPyR+fB1B9@y#$v$INtys_% zAJ_yd(%^5-7)x@8He7vHcK1rec9?F3n$FZRk$K_?1 z^D;T!%^tb%%JR@_1h$v&M4%Y2#KJ)D{|qo##Q`mh7N~U-vqeuR!+X7L#JYeD`X2jU z?l9K9UWcqP)hutsh@OfRY$7E8xszn*gdbJb+Tb@IFHSYdL$H?0jM{Jf57}p#xgi5a z4gNYVzgdJ3mcnv_;&3nA?QbZkB6PVP)8zo0e$nsWe4QYSDY6iMTxKGt#NNnN= zAEljR*?m~-^v)sg11FwSET=RCAIV4~)jE<0ZbilwqZk2Ifq9YymfhHg!5RUJ&@q~Z z7p?gx<)dVQ_M<}|u0Xn@$)3p&0;_kH;iU{ghFAN7Wqgi4__m79d!=MxDL*DX(M20t zFF8zC=}tp!=}J-C${q};aOSflPrxGITw@?blzV}^SUiiUt9!x8P#T;JB{*jKPh~J! zr%27SvQob7d`{#m>}lrQdxA<*aqNW$CFw?wfi&5QByLwPU|;vRS-fkj0g&S1D!u%O zsk?i&!TF#Kcs5cp&$#0rxk2$3nDDr@PJqX;als6D!&BpU-GQa$;* zUWYK^J8Fz~h!k~a|B2~3`<+uEgOVh!QxHo~OeZrq8%ijmnR0KTMEu!TzisO*f8kd? z>&B9AOk7^Xg5g1WlQ37KAs)EEw@u!hts18p*DNB-sK^R;+U@B;UwDe@1=|J2T_zX` zT!@U@A~y^ZqIj6*6KitOHw;rG<=63qm3IIOI6k z=jrD{K;{TfHC?)m$FeB`i`N20yTV{bpuGA!#A54EeQ6eRmSRY-E56ViDx5zDkteFO z6JX4Hyl9#@%4P6$Fap4Ow&3e1y;crsie#upqMtvjkn-wRH!GbUHNBG)abr0+HgMw= z%AON{rWq!tQjG8@Z-hokBj1P%jfstWmsMj%c%&Uu&(OP1+3MPQmiR1x?w9}4;gYjfPkH!lss%rFV(P$-zFh^l)Qnp zF2(ZTd}slz%55@vCrbkxp3^`?k8Z%a)jXu>7`pW>X+ck{K(Zh2PT_LuQrDFbLjdIgxsuEElo@OvxdC?z1E| z1$vP81+5`oo~Rct`?~p#mUkViO!d7C>r8!9GxW#mN9`+7;aOI+qwSLTHJ8%oR>Sv| zU}ofb$k#8ADE%Samfqm4+yFV;v}HsQS7CZ_^v(${)%&+%)ICpRPde~g@X-LDl+Z#Q z>0z)4cxNyp9z{@xm|~q7*m@qO*LWyB0Ow#MLZ!*GrLN{SRpG4D3Z0O! zF~e$iMu5+fE>29)c>2r=d*iX3(5q-w+hDcWrH*8?V9yUcW#kWaC7jVIW^Mb_TU8bs z_d~PSM$VAPWK&z9*PpME6tU6M$l9cpQK-Wvc+A-A3xCuTt+XZ+??_jab4;A8m`bsk}a)rTk*FCURF zc7H_A%&ewU9K7|cgL*6nAJj4?`9vcey#9P~_5679S?;pfUdHgc4a#=qqr6W3$6e*k zkAL%L%x5#MZD>C=JEb3Gu7)Z8%f!$3d@hY%8mPPuHO9W|Rn*qOUUl^xrXDqg6DqPm zF{Pl|*6It9jtg$&V4Pcm&0r?xi6i3R@7&0%79wMVYm6JAptF6;{d%KM(e3&kQUo$GaMVkEZVcI_Kl;+&QU8+H*h<$bxB?b=i zrC#JyhD?-b`1Uu?&iU!-I3scHv!s%F91WhegUooprkU>uOlC}mQjzR>2}23Z%6yp3 zPzqiO4nqlk$$Cmn@T?AeW;%S3OPv<6(KK+t+Fql3DNJ`t8CtHIF~sTvlS%7taZQ$m zL~?92V6IR?GT#(a_!z2q>9GYJ4z?kb#xbDu4t!J|GS zBypueFzFP*Tmwx%@@apq#&+1LF`$lb+%~!(HT})fh!h%ncrv{Br$R8oRBaODcpK#! zoaj?S;E2!nmCkERj-AWO*m{4z>`MJG{7~wV_q!y$sy@%2zAzEiv&3h~xcr~}Uw?R) z+!kNe+XfSd8g3Fsg@WF*;qNV{g~vH)o`O{QNo7@5pmt?ZL_zDh0iYd z=WKoAf}y8Pc$m>p&q;XS!ssQkW9uqa<{Da4&bxw_dnz+UnGrdmhp7@~=)Elr3W~sd z3yE+tk{-7?JYH;09xFZdQosLQ-D@e*fyzz$09W7r_F{9aA=SQy=jwefFTbN@0>TMi zGK2F{j{GC(O(z|FUdpE_|D~-16@2q9-^HCNbW}Lzv8nc)DK)r5illBZ z`Ougly6+2i3go#71G{5~ak%`o4)EB)gReA*iEoTMmP(AzQn(hunp3L^2D@SRb(T)R z@(>RDh(*ejBONqf(}y+~N*O!9wO=N8LVM`>X3nu4D#3HmvKWS(%}0qY2N=c#?`a+6 zRsEQS_0FXBM1;RrXp;gMsG_lM^1Jl(}nsA6ak$zq80L_P*%FWhMsw?3K zZlJLTCU>T%swlqAlXYa>Wju5^_H>@52&QmQ_)pXwp=w*N1-h0LGP=*wMX{EOV~$4xudA&X0MFkPlrd{59uZ4)I$G%`LurNC45iUfFwIaJtR5l5 z@4d$_MCx8=mJQMCw3igaYn3T8|2BkgJ#AYFKrdDQpT2mMACcyzx}hYEtC-BO1m`}= zYviO*eVEkH{PKeoFCSEsc6#;tt z@rKdWX${4lnqq`HI1utss5H{S^k7)cLYng1`i9E#$_7@Oov5<*%mK@RMsb49E zdEtQZS-SI07e!uaD7&W-8`jELa8vB&EBn&qXYNb&npbVPt{e(ss)zg5^Cp-|h<45El6M@X=y@@yu-&Nq-j$CM{GNKJD!=7-zOmRGoh&xM@@ei|XglPgN^O^3xn2n8+UcWS zEPqSt!Sm-B z6QA%Ya?%qpK26^(0UT zau_~jdwfcPNw56kfG~whzfHfn#z{cBbuIn3^B|EB@o{gF?I&mgm*JrEJb8_dIKLj9 z?9Y9cf9Z1{-C``q>}@kxA=;A*h%3C!u(ar)3DrhC^uD3WGY?g8aObHvQFh5bOQ-1R z!D)Uz-MAzqxIDXJpwf`p7MBk&wBE=`%nY-2FI+}XuftxQa>Iu|!$E5jRp~Y4lpX|M zH>u%fz_z4F4Y|R54uf@%4K!of4Y>Ga#7GIemAr0fRFR@L*AA0r^;vROWjCkV>#b!x zoLNbrcf`lMe3`UG$;MnuhT}vR}hx+(!tbffujv&^&bU>%MCbgjmbn66DC9B%KX ziF^b(u#IRYgl?=6xX#c;Cn$Jw8*zToMk7*5<Xm}^ENP(s z(|`AmI>jA#Rq#kQ<-nrzf^;IxKqZFi7`7f>#!ne)k-X`rGI33KcJAsa@6ML7g(pgqR*$$8>F!|-PqUQ#E1EU64HF@jbt=|v{~WH^yzy~yn>b(R@EVPd3}Ulb#nVu$ci296xC7yLxMpvUcFT5BqPJadaQ0OxvLj0|v+1N*TiSo?ajv zKBA%cdjAB@9-5)_2o+9bln6cFFqDSpc_%|jL6{MCX5qx245d9*%~tQ~fMJX!_1lNs zyg>9Ml@_plkc`7U1iyGkv+}Ld@~E<*B$+rQIFhtOf&(yoe{~Uk)r@qIWM3q4^h)y! zlI+tPWhDgZ1Mkb&vVM}l_r!^hFha`afJH`neqx%n*+TEBhIAk_$SHPQzPpP8?iqU_ z&TZbv3w~%6MVx6@=)d-rZ)%<8mlr?xm)kna%kwL(n&{4Z5_ve7>i3Y1sXk0S(hn7# zRH8LoiX&}?s*w%_XX`#QQxM&IeTX6B^F2Zzg2#4kY77luF+={Ls3khW*+mI;^lwKh zw+UG^HUgR)2fw}1xoH6dk;801b{U=xem)p$0vN*OJxdrnM~zDPtsmCo`4%rnFYZ9b|3FS@t5!zlB|;Brxfib zq&ozwK z5Nc2BBbn*G(q|_28TzxOQu#dB%(i;18;r5aXZhk8U1Xa;!biD$rp3tge&y?3={c|8 z={uG}r%hTaL>%R?t6sNqsSdE7sp?I-Z=sS6gnRD85^M ztK~XT_wi}os9fVkXt2pAVHLAvQ2leL>nho;W6woI(1WMcO<&!GBaAqPmWCM6d^U_oy#*d}oKI=| zM%}eGBbexs8~Ql?$Pc|6%wE_%&N=vp$W~w2`czd{7fZ z?xVC^KY2}SI=jzurL!dDH9Rvldn98Qf&Jh1F|rn6K1(cQ3wta` zH{TmOK*R;kn8cXi_W%~|p*tEjFobB1MTl3^r`KDpyc&3u-vckkFOK1&&|9C)5g z+RD~JT(1JDhlfVM*dMA zwD*NMzQ$DeK533)&F_EypZr||c3-@BvG~r{zkdf8!bgQW;fNa{s7Ai|J7>gqxqde< z_y_3AgSUo~SZuhEVDo*YMCa)xq}?Xwt#GB!FubF299uH9QpkpoXxtb%RAXE5 zJ~=b;z#qdlhSNDj4>ID0GaMB;^(Y%bUTa8Hg^RifXq#gQ z&{7!qy}pfQHV~MxOfguN6d0E0F!N!iQ!B93Q=q3sZ`_tn_4K{J)M4nekJ6ua!ZV~z z#t(kBI_411%4C_mjP3WCD~8;LHF;CX_A;JWJ8p`~H|b@Wqwl;&Tvp~z!XFl5RKPob z?_Hrk{_-~#*vZwYwv2t^vmevYA=iM1m9I&93>0gXlBHeyljQKP{(5Q2-n5fzlW}RgYeDyJhTb*y2gRQen5tqHF zQmkBvtr(bT%_P@pcnJeDw>b+pS^|^l?Q^v$VvR2^*8$EFOL%>YflN-iY#4rT3-T{o zP%qFcdn2mGZ^k=5Uv+a;DN-CW>IKd{Q`;pJlTOIi&Z2E$bKPX>Ws?sj=J`%831gI- zB3u#yr=B@(jC@uod9C~MGfZp2XZcXbKFeBV>3!x<+sHUJp-rXo6Ju>7MH~zzJgjeF z7{EFAn7|xAun*O5#M}@4jsNhkEwGbQ?tksC{>+Rc_qM9>@sjAug6|O63X@c)s1L>* zYDoh-2QoJ{oL!|frnC0M=kl_AJTM(*!FM)@7}t!i=^LDC7ZoM*=e)SuMY$ojP>ekn zjA8bfvS7Y1nxn_3&1bgE$fe)tyX3ca{-(oPk+-;7_6dh8P54}_5-el#G7U3dsArU) zCsOzhb*$dGQqSl`I=GgtchA$Xk#ibfT*bj1@_h+Dd)b%naG=D+3*SSF?2X{-cN45p z@8%iLqdgP3ewJGF9bqNkAPdEF*sL_`EuW6r@yoajSI&YM15f{cDlZn?EY(A zyq@j)_zkJk^wDMgXoNSfX|gEvh4Uy6`vvQfug|&>-Fxj_k@tFVq)+Z<`1trt$#wiA z9dVc8(>*?e-0`QH9LomnLB)WY&;q^}>pSR7a*7LV|c9zWNC8amzqVd6P@ z{e>o@IY7f@?mjt_&5{wv2#99+n)ZL6$iUF66aPj&%8ho>;GevC9;2n%lS6bx&_n26cTaql^z&H0v8p z(p<{z1P(dZ+NE>$9pR9tDUXYH7c1@ju?zw0B%;+j!b{iXcfUs_nI+MWA|!$dpY`|K z^HQGqINIg+AA6@&KD`@F@SMMckw(Xjt+jmd?6HbM^+zJEwd3cVvqzQ(MDtR5=Uhf! zIEs|Rf}dWicWp`Pm8uTJQ}x=-T_^%nc~{>ThxT1n%{){`9`IReVu(4@2}}`y&v{94 zqcpi(mQl=QOq@a>itBWk22o5l=HQ2M^q81Ls`C;-;cY0OZC6jXV}N^bDAU}9cb=h> z)WuA975}&Ym;ZS2v%mCd9=8fd>nzV+^j^utWkuJadY9F!IA9XZ1p$3Gt=l>5iB0MD zOiyxnn)il6FjKNb(6dOx!7=@93BjLp5$T28fP;4%ocW>aG(ObqFfWMQW3u6S^50Pr zyXi!;QMMl>va4lBp^xV*`5E2!K;x@Ek^)K@9kan4ju?@|$ zzmkTkb(7O%jg08+LGQ7eFLAf`5Y3mU7eE9a-*V_ds@5$#-i+RKlpT4KKQzfRqZvbe zgf=4`@@>s0d(k=hC_*YsdlcE4|5+cCPa8y>Z!B` z0?ux+j^NuL_r2Btd5Dg4!1db1PVy%>5fayHM4|8sV-$(yFZgy_&T0~O)0m2t{5`;L zf7d6!t;i3x&hjUJ_7e}XPX=qEyjwv?9;P4poxaCq{^}puCcpaqtojUw5ZPTmMsnmS z_)JTJ783tfe9+x>&6O?RH~Q>HQ&gU~;pM{?$q2wZ{=SQ-p;t*{tgW0K-PJhQNRvY> z9f~++#dC=7#Y7zESLU$8y2=!6FL;K-Ng8pSEvc})(VEHOSv3NBl{wJEOu?0 zTU>T^SX3P;*s*;{0D7dbyl${2ovinnaNH)(h+#JA$TlMCH+pW$d6(D8^#T1&nE{XW zuHXpQ<@9u3W)bR%L&RsFC2$bEI}$8$nR+6*=VtVIiqPs#uRts7aV1!J&OG4rGgyI7{Yw0{?z?p* z_)d8AQf|hq8v!`>gA+*A)?cSG#6Iwu*9feu+|gRV2=tmb{5JwHYb_%zcU6Nlte*m{ zS)YlBz%2JhhhA8qhe?8|E5u^)4GYR6@TrZ|D_kxG>o3Ae!{*!z=a{=(ez-hX3Ni&5 z-X-7ci2(mi*Oy72jNcrLh8kV%`#_DK9{DC2L*T(!3eF!aqs(vCT_&T7(Kw2~7*Bfk zIb>tlU!$EOy+|hA(xTR+vMw&5ga_%g83T(UH=n&f+MP6!P;Un!VdO6wsSg zBB=QKG99H+{jyhfvG~Zx-&%a&EqvGBi#H?nKmMJ6n3C9jyY0oFDVMRyzeRe(ra1i1 z9l%jMnBuM~ceNn0+BN}_6NBC=PM7cW9VP`Hmd60ay38=dRJ=}4L3Zk>CK(^pAr*x( ze%n1X9(WlH|1`wr-5oO4G8h~FT9227=;o_!TsMNlr%OtF@sU~aNR@SQ*J)Oq1AnhA z4fz)Ly|kmmx$-!Gx?ewf(}u?wNBd)^&5meT(zC0H zqFwF8*}<^NW4m)Aqb)z5;FS#C&d#yL;qTqm5Pethu6TBYH#+$_cjWtBX}G>R(C#1M zmf~NEZgKpUbkTZF?K5Y1zCQh+t?e`;t>O9l^oi*zK{BK=tb57~r#Ep3C_8%|sa%y; z8+t3>JC9!4Ju~6N9q{!^UF}chbY%Wq!72-e=STa(%ZQrmL)YUrsT0HTL%oc6sZmq8 zaa+kdUatYv;V!By#9 zddQ=uj)63XP)KSAs`iYjlQ}rpBP%}IT3l(5LnsV?{4c(-_`QGj6(g~dz-Rg5xsInQ z0n?E~wbEljko-uWdB^*pt3?%$EvPd-cmj9Vwey&MrgY*haD8)8l@hfQ>GJMM(c?$1 z`)NCN&Nar=%0h2EQ{>(`Qb%lu{i}_hZqAXKY*$8i(G!VM;3&3C;zx#c7W;Tt(#Q_R zRilpp-X?ciGG_duwTsBU&ZxKf+9qq@B0Z{QV_?D$I4U2N*+vVWmWO(wLC_cUPEtHI=1Q?P@DhxDSin|+p+mZxv55;M(uV+6^6Q-6_{2U&8w9DDHf zs%Y(H=2yRmYI<%>UWkq2u(TiyM7s?z=pZ3b8ad42jP?7Gqu^6k3+9!=&QqUi+*>(Cq5`${coz50g(X456-9)G(ZV@~f-6)>)1|%VqId z=Fx|xQ>;UMzIFZT=63YCF0aP}WtLaqWx{kK(qNHVrZ!~(YaWI}vQ9^`0T07+!OVu| zP}jGP!*X6`<8x$o90O~ABg(|a%P-QX!|?iYtv*cJSgsKxM2i?>GA(J2*ewbgO=$Nj z*X=Uy<9t<)ZFGC)v;3rq_t&Xzf9{t*GfQvYl*ghNAr(wXZH6x?%Q$4#Dn3>&6JtbD#@X6Z<^s+eocM76k9&~Ib5zsW12rbf#Ex! z&b#DUj=CVH8q56ITgQ()wYBD zh)V!DtLcAKK1;sCL$Ie$0sZ~I^S@if_%jxa>1m>~L3AG_ zTpqIFjJRw#pu})+jlY(?AXj>-h=J7A3zi5154LKw4URaylbb)#`6J#T{|(spK!mUoyvD1kZL2CFjS-2i4vrLEsHGq#~x#YDPAQ=uR~J?Jz;q z?zygX_=d|tmQL9@)S5`ebHDTUx1?xm{K~w!5Wr1;x;>E|kP~!W9p~9}9nhj3 zLJ!BD?4eF5^3+_+QF{5ncN~W&Hz9}S3-;&n;+idyU3&dS514!szQduc^X;~Bb%ldn|HZrC__9USIQ_-Is^&4Iwxw z9&{M>4y<4A(y_+hCu5YDp~^LGI+SMBzz)?G#_OM*LCuFHio4wh!#*j4`H8n2)+<5cxk(kQbcT8Xi;8%{uH;c z+w&c(z&LQvTO5tQ8CO5Pr#~H=+=&Fzb^5kZsHn-DAr!ct`#G#h6(bWnIaD~3fl9B5 zOuF^HQWWts31dl86>3aLMvBxlf`ZrH7%J@8yZ8s*N|a!`P4K`cV0)_QeHUhw@ZE2{ zV-fb6IMNYBpZWa9MvAS8JRp3g@JL?`;D{wtJ;vTp9TajVe4s~pH!PjW>=_;ie;{DYm7v+1y7vxAp!zI#)9xJ}fA}ozJWCjwx|h*IA})p5vPVr& zmMrj%7{uk+dpZ@@K>Fao9ZjMvr#e`WVQ+!4o+quD)nVhtWU|eVpR4byyxR+u#AtHGYIB-+4^%hHiJm@cUn< z`HR1sKQ&_Jrn2S)P4=|<;irE7lcvw}TF0zDTf` zt_L5c+#tzVV(>0?U`Y zDHO9d(yOl}lS`@gNh=(B4c8)XY-5#6jjxgTGI`XOo!w@qeo+vm6C=& ze40){nZ(}t!_DF1aNTE)4>824p*-62bcu>Tod1{6(b7F5?3?#UYPxh5nyI*h+t z?H;+%x=Dwnncyq=Bm>U^?dvo71R1*H`_#VX%?lX|vca(X^|ZiTJ9lg=VJn-p4g&Tw zC1pUFq2>@?8PDZ~4y9(B3==WB-rhV_Z|O>Z`ZA;TfZyDnshk9hhxprD?JI{)_*>!G z%fD{0odcjcf!}j2dBn5lob)i1yYGBe+O%iFbGYb}J;d8koI+t4QTww4jmayk4OAX0 z`6RtOly{Zc9zIKZtSUp%?8!$tm6ytRUp;f|7pYR_`|?rhVlZ+0OsFXW+%wIrOAEz% zxGXCiwrxDHcazAGN$4N=Bu1MEEVlpDPD!3HgsQ?m;`92*yu#3iEf-z3=PJYA`i7WL zv_;l7mgPf2xr||q7$NC7Mu@*h(8e;1+^_uM*B8J4fB&&1p{J|{BA?~EPhZ7nX*|PE ze{@6#x}X zK1zCzW3Sc^2JRVIUM4)z4P{;vgIoUaQBrvuo^_P=1QXn|t=GM+E`Z+o**o4yjf{1c z0oP?irIXmjrn{!q6yw{5L!#X z_$)vDxgY-lv?^*usof!|KXxa`a6FU{5mzYfz9bbA{2CBMozUdBMiLa!Xn--$qmdr@ zorm9UR9#Or3Jvpp=eYYW_?%(}6{A*ryLlK2ukQ`#xc||J#uxk|M`bzSq+az|&emO~ zr9&|76(8oFeGYaKH}hexn7!4RkIRc@u;`JorSPSOzbb!vYwW+?In(iGTf&C#>!jeP zH06k9j3cU)-#8jjlEo-4ueIZbHJ-%F^0D10TE&LAXtK;M5%Z5C`jb@~Cn6Ins z+Zmy&-xaSuOHLiifu%w!IWxGnG)NDWD$R4ylul8{u%tQD5%kvJaMZRQq6A*Xd>bZmNX%I!iAT ze$6MDCV23H4eKg_(*zH8sZQ|ZMe3^~4R1xy@N>F2J=s)(!A6@*&hjq@Wg0(byS6}>FziAQq2NMy6Lvds{ z)5U$oJKRePgA>EZxCXB+C{NGL)9n#HYlp-hxOX3pYiBdbZ8!rJ>BaZyoDZ1cltWf9 zMjyE&zux><=Q;E`RYp-3$TmYyO&vnkZa^4-yxdb{UF8xBWy!0dscJH#8AjEc208TJ z1}`K0mKf1}9Xqza={~@NjT&WA$G;oiBOYnNT|j8bJq_tXhK%zpf$@2r>lBiIYPYmS%+mDlY{rLxDt27*-b4t*KYo9~m^E|ufEUytP7UwYXmdl;rKFA_|87klz%?Jq zLudMNy(DYlg4#AA-N~2kx_EM%-%a4*-oo za=-4g^atFv9N{sWor=3$$c8DzGkjejW=xS@zQ%p44tm@67%`Q%ufIt;MW^m@mQ<<~ z+hLD=_;<{xJ*=eDwAZ%@nmtS!tpb%ghpKJuhv(zFvIf;h$=W^eQORhm2DdXO0rUU> zKmbWZK~%(UnY1whp5oeIr-1|?B|WTsrX%szDd#3a@mcaMa0?P{J-jwbv2~X84sEha z6kIuGZR!DG6j`j_nzZ;c%=7dfCx%Xeo;vc{R~$W3zahUx*bIFxsOvBpilhL-VW<}i z`3)<;ff*U593bb9U_MN<7+z*(KvE5jb(eZg42BZkNRoR(Hl)Cj2KNzY;8RT$i3B31!+1hUHF}c8`es3ipB)m-krYt!tef&+|(yxEr32c<@=a6-AaHKFa(N zEIwklpNGz(+F!LEn(pZ!W#hTW=Wp?=skeD6W4V5*<@tqw zgXdDlOMb!Ci>ESL4BOK)(qzlpJ|SW1$-rU2k}=W{ylr4If{ljQdC|GUGISBNrgHiG z&y=1|>Z~sG#XfyTg2OW~kn9V$@0QDeVnjC#yDwzaG3fTE40rWp!Sw%Se_rffx_#M~ zZ*c;XZU1cP)8o8OK1$%LbkGL7rJh~tTj{Dz;Ml!`u`}Z-n3-{mrWr@cq{hWPYGJ&x zdfZo6_4w*gJt{8&cm0U5h2CO4;x>I!!dqC+zrANWXstp&DGY$cD_bQ*oA>C_iWNCB zj1YC&`6GVngqb)=OE!k6?9;^Ftb!5slAinoiOk z8M{jk#pn%jZy~=}Dr|g~S-k@+XNm})r^-N(0LXHS};U+ych1lxDR`@&ou)Och@Yexpr zK7FemAq&>`-ue3C_T-5_Hw~X{l1AUq`QxmRdiIEl%{6T4Hi9gwwh45 z)mi(74pfx=Ro9oEYI~YtFapdlX7o4T-3>*Q53W3LG>3+}IKS}+ZKxDij|=0#m49&}v-iw0E%Xt_6ivVMW^p)Zxr#oqcz#p_GPHEh`RDpk zES@Imk2*A*S!l#LKhj?!8 zT2uW7PaTHm?T*M`!s3R{-ZH~0c&+NCr9(vFXB0FqU^_jPd0~j+P+9Up9szYpJWcKt7Jd;tqiO$4Pxh({FK0Y zaiSwno);AB`mK!hLp5j8j%y6fv)s6^C-b#Z4|Lf43HCNIfx`EgKFp7nGnU5)Ap>oD z7@;2jUhn4VxCD>S*nAI7g(GF+x8v|x{^Za6gb_}|@L&Dce{S(*O_SdhyuqgIB0GW3 zH%8=d;y8au2ciel-%Z|g>W`A1Qb>au{Dxs%L|W!Ly-7}n5_rtMpouqbsfJMLm+!MM z?hG2f-@>q?$y8Mp4RA=-jV=2jLNaKy)}TTF(Zr=ZYDvtf;@EH)(`B9awJ$m*fb1wX zrN=M<8htQA;$?W+u;JQ#mP*@_)8`)O{;07B{!HtFj`iTPeEc=T-ftoEd6w9UY8*4X zr$aLADXPI=p6@KK&X4ty^Zc%Fj2Tkr)^#rJ zKo29=5KF$yyv336>&x!*@UVBZWGh*{Q<; zlQwRLJoIK>BH9T2EUj9nq4+1%iTu%zzG(?e#`25*?QeRD={IMNgfeXTW7tr%r#Og= zqr*a6Eu;$9$J`%Lm*5Y}iL91Ev<3!X7#^Rv%hv+W}peQ&hl;fS(F*|&mD}9V>M?TAVs8G** zmRfn4Gqk_a#7cVTr|OoFzsLef(op!O^pR{!ke+F__Gs7h&T#U%7E!a#(uR)WdG}I2 z%iSxR*g4ksVfuq`S~KG_*R$wBqQp{a0)tbHk1bU z{8(WnLrK|gn+`7U1 z-iuSoq0V@?D80~&(hKE#N%8#Ps9$=FLo=*82@fslhlj#o#ZvE`#`lJ+BrP~z?f_A6 ze?6E=<&%a5qJ;{p(1lL~$Vs5Jp{d@3a4oF8PD&?+mJX;+-6HK$45Q?YZL+8%d^VJ% zpW6r`v!Mk3qu=|}#g~5PtC|u2340lt&+_Tpy<$Q1N+B}Xh`pJY$U6m%h2jO-iAOB) zJtk7<2B-5`9IulgG891ksj};~rZ+rQORcBp(ktw-^WR7(Fcn4<;vyh7!MvF<>dYLZ zKr_n$qnks;*8>si-tfo`MluW~@>q8X9R4z9Xx&HYsj(LvIDZQp3`58qSZ|oaeBEWr zGlbC_WMYS*FtberT^TCdv1z~d@Ruh9auEbl&md_&^qM-+fRC<0u-3iek9|+qiMh!hj zcMDR97vu>7X^Fb_$+@yQ{?YI^u!}!uKwpSaqk9$-+q_Vcj{iiPL(OR z@98--!WD1a5^O_Tdq7BSK1mD|1a@t4fE1A#E{Y0faOz<|tKh@rhV!Tgej{g%Y^W&c zz))F@ZEDQK(MQ90!0Uf`bpbJsZ!&=!KYCJ$@(gIF8kY_cU)Npc?T+A?kif_0OJ20r zK)s)9ot|#HQiR7x$EOso>}WC>0QFRFhe*?M0Z%HqGYr9=qilZ5hLZZyfbEo|%@ z$%JV}b&8pK?jB>k&*%6k-3N+qa!1ROd}doEsov!Bg?yF_w<$Q*P@X++y-YZ&*W`!)@seR-fgyj$q?+xX_v5l!3HKGZ{~oZDBBPbkEf$ ze|Yx9=|SROcBATsH2W|yoMfklu_qJd<7u+(bQy#a^dn#m3i zU2Dmz%DPbq4+-Xh0ZM;#Zp0k+V!=SgfWfsK^s_WPK7Q+q5FcuMt`{HV%6yQnGixS& z%cWo?=srq}R(r(4^9fk%<_m9ovUN2)3MzQ{^fK^wQLdh2!=eoQQ5(A&4?}OKSxeVF z4M$^`z$YZ!N9nXo=(vBz({rDtbZE)xkg~<8Yq z?9)83Pa0_WuAbA4d~fGkM&wJeG)HrLv^cawGh2^PKFg~Y>iso^I0Sd+U44GGSshMK zTWXtRz_y<8NIk}r?z3cVV?Le8);=Ek)Ohk{Er#Bsy#xYQxm+h7CcVi^mJzkE z)=TD@{J7J}O;U3@I79cciQ0O|i&sG~ZKhAm2~r%B_F;5*e#4@3!DM~XPh#8$s>l}N z)5w6t<{5V4SRUkwE9L{M%6s0Mvb zZ}d@0BVIVEOU~NjJoK*kPkiR1iy!;gTc-15EWh~Q{I3=fKj`NVrDs=AYbv#V3M9x4#h3rhmG?sEz} z@ByY~rc%e}HQ>=B;Vm^YbfOX~57h&e2^feUHDFi2!JZEm-LEvM6aizLA1doCllt;m zvcDKX9`*}sv8lD2dy#wV2INPH=xwunu!FjKbTuwx{(tieN#YCRnVeM{km0xE6))T*+WQmXXCu zXn4LnKU=I%fPJ{m1kmO{d&6afZTK!x5yDU!tjrFElFVmAX@$}AN9MbsM1o%C@;zeo z!v(=&dko@DGl;hJQ{`?4{)*p*-pbbXB|gjL;_VlYY=|EEovTNl!^~%?9%c@#tK^wP zz=xSb7|u*%lR}M-couEPxeNwNFZW`)q0Fr~;v)@S;8_7W7r72v3rUHatOR?%cFa@A z&ewrr;PbE(dtinVMSSNvqdEV{~s8s?pLIQphv)DZ1ZQ`jVe{ z4uVywPll4XfSVo`#l6Gv>)RMXddRsVroSix-+CYpPD`yCsHR=;DS1jFO2hVs3kaBX zl?(v`b|0locUhn}ea|}5FY7Gv)#WhvSw;$tDqhKJ$S`drwAdyOo+*?vLrxAA&N%LS zN^?w&c@;SHzKixDeJbBw^1ksk_gPvM#b^2PPkngt)i3{f;jhV6*vUzRH>W=a;wTmx zT&M5Ypbq>TCWaxD%zTsO60h}@okq@3lmx_gtPURQ z48u?yZgh${unYy08T+T|6>{3QU}m%TAM3R8OI1P1-l1D`P@kW)?MHi?>Pz_z1}YiV z<(algif*G%>)O&E)^5_JI@GK<+Z6@d)>Xcnfgx6JwH3DRWt{bA`@)r3+yjd%$>Qap zJo0H<>rJ-ut>stORZfQ;H^Lh&nc{P|6g@sjz6(wnQv2E4ecj5Ba^?j@SyP?{3(qjx z%NIP)LS<~S@oDOLNX^O4lgLmw;KqoFw&_QGad}>ExJL|vsB7SnKwQ9J2{pM9hMG1N zv2k_Y@psg5!~xyM8~8bw7Y4lBL*xr=q(F`xavp~1pZ)2N8xZgF#b5omzOeW&|FbU| zsbR$JZ@!$75b1)vK>Z%yL4FWk)UGZR-ZS!ocV(zBZlEUE#Cv+|K=Fs@^4++VaYr7P zdLlVNqpSEB z2KYn|OKd`d(+sfrC`}#vS>dB3&g9b=G+YaQU3aq2Qp3z$8GtC`>chlmX{)4EL}eHNzQpLXXKR{=Yrp8lFu!yZA6=aHl|L@=+S9G9La46UyJ@q291&J_7bVw;AFw zzEk<=E+5C{>ERCJ4(ZTFoAmm?doXk}8f8A}sC6tfqG*p)Eln+2^a0b#>=Z2*Zz)7t z$l4x8eQ9Sdk9g^n(noAvSLt>r@-xyKfAU!(5n~ubZ{WP{68ca5KhE|Oflye@g}5~^6ZTWbr@WuMH6~`G7^@M3Xy6a zd(pk8*EO)zI;bjvA#_RnW`AbDSwmkCpBRj1gqajV8L6TWC56H1uxV)#%zAqxGAt8J zNujyVQVlmHw`+UDO|bp!vnDgGEwS?~6T_({LJU;e)@cdd#uJ{n4PZh7@= zv3#U*B5#`TS-up(i43Os4@T3F4J8kEG?bE?4JG-_9~+ZZ$cB>ccs7*eX{{OkYxynl zw_+8h-AZ~9@VpI{@r&~+pFV$0`S7O?Ki@OT;i7z;>_TOq!{rR_vY?wzjcZJd9(aa9 z#l0_OqU|`&d#7Mj94h2)8Znb&c^b}1jULxkuA}a=G?e{7pB}N|Brov;xIykb+<7|- zt%>RPqdd_L5n)K-@i5vU@Ph(+9v!xxa)ObN@xcG$_rA9HgWvtC^)Bt{;IsVxcb|b9 zLRZXXc0fke=5 z8Ln3!XO;(ey=bzJnH^T^<`7E7v z`Ym=~%96=yR9^pjcBv(Sj{$fHBtC}+CEOZD71bH0Hz}DGknLtO$Si%(lQD{^8tDSL5mFZFxuxJ=dF;zn!e<#}b}b9I zKUvJqn3oO_i>r@?=vP=#^`P*VQA(FG5}JdyVIA;FGr6Y+7q;{Te_W8QHAck~v$<3TFC{}4b`-HIhvBy$x-41^z0nz% z$H2XvN$CYY>LO@btlluJJB?%4!f@iopw7_Cvt?H*OR6U?q-))qPg4Bmvs8IAd?#2h zP<%1rHu@})$1vMOBi{7onnUeb@gfWwS_03Fz%Tg?oWneOm4gswm?3DP(i7dKIZ>9^ z*k0)peDxa4t~a_y`woof!6CGH|AArpXFmTi6Euwr_VsDfUSxMAl9Nv*CvrDI9Z%1u zL&D3U*0(@{bB;*KKj(mP^1!J&6TOuh6=*a_@t}jppQu-~mBw;0DFS}A8R1>EoV<`5 zdfO@qvC_kYWqyX((+s-s7`5rmY(;@T69blWJ?e}fG|uHD_r9jmm?hBRC>5l{LBFVk z@ng5T)m($|74=fQR>Nlq(xjF$39-Bgt3z^^}LQW=@R5G zRDMS`!|nOIzTICOu&uC#>$N^}p)q~f6b#0mmKS*{vS%_veln3uywRd{n;~z*RL+59 z=)QBxINSq9YR5j1=4tY&-SxYnk&MW>{EvMhq85{@OcK1Y37wF}lhHH8ShlcMo>&eP zVIxC#o4)hSusW6nL4(h7U&ql!CYi{()K{-3-q-70eOkE7XEFcF)^L!_trRXVz*wP3;a6Tx*O9@O5sW^=O0$+ARQ`d4E^19at=2m<4K#g9R z1V0Sb?TyphWR>U7K2mf3oE~a)Y}c8)DARfkjK>God28H=4Vuv|SweRyAr{Vb{pe5p zh%ryb@{hjsr;3=1kC-ZNEM{a?3X?zmOonfYsr21YLed{uFwpROMJJYrqvl~(&cDnO zs}Hj3H~KaZCOLzEQJ;)*jYhm_W9uYckC;_=g9t6XiPTM^M=H%D(0}yG>M=WXgA$&} zp8+=0+4=X~l!iD>)Zi2C;Y6qPumG7jtJJzDPwunS^p!Ht9`OkK>e*&~;9Q3JKn-|y zbtrHyzg=6v-X-jq|Fgrk9WwdzSf_cTZ;oTE?63+MB8=r)3*C24b*QhBkM)hA<6tP! zE?WkO(p(Oi&8M0x`=g;0oDC&qlMSURnysI_VR60k#t@sKI74twU81Y{^!bTiV7-oB zO8*=#lA$Dic0Oe}!HC{`4ouwVP_ui}{BKdplz)%P&N`1GqxDo+!zz1lSp$g zltfOWAEzL_F^n-IFzIY*5zx)i+$pUU&~Wd%1J7Qz8w-=&6!7 z1zbbl!nlpP$Bhl6=gTQ#Fdp^_&($NuAf@2L<{Xjkx89EVvvGK$i=ACl zR54Vy>V*<)5xQIn7)f%>-taJ(*-+wt%sxo!OMbn=JHCzzOx{T_h4gN**lhR`nehcL z&xLz_D}8MP!4tBSg?qz{zED^EJV%A$eS;4uY$eeXd5AhF|LH&eL%X#W`r(hisYm&$ ztRbS(&xv!x0Lu`>s{j0+$Jh`WBzT zEQ3nnp}HnU6Ek1LqeAFaHr{tdY`}@Qg>9T7`WI zscSKFLFWuKvYe}0rz>2`Y>T*_xb7;x!UM6&yJ`vDbcJqe1fbSNPPrWKHY8tZw`!r^{Q;d{(Mfsgg6jjYl!TSQaHOSOpRlf;?+aC|>44g_bs`LvTfZut^Mggs{O zQs6t|nZKT{?{KH^Z%B0kzF8x|{nqYA>GQ{1$nOAq`gahd=vskKBLnY+J7mDda;E6_Uc1!=^}@5(SbV z0T4H^I2L=~bN%OX{xUneGPC--{>SXhVru69b>*E^U6o&Tc6EP}J5z}fmLP*kyBp5i zTWnJ?!H~gzMjzRrHFlwUM)>u{i4G)r?w8+j5e4RrTuRAZbMmA6^scsCf=N(w{j^DM z5{a+=HX?1m!Zy-rE029PUM082Sc7P<4c82E<3zp)m>5^cCU;gNs#(ZP)$8Q39;Q1BJs!WlUhXmzXT% z4wuVa^E2{g$urVd$#01tIU;w#$Nh+x%Tql^Dp>lrIPWf{=hN^tfMz30l)rJIc>F zXgy5Wv>P{u}K?8l-% z5S9?#po-L)dghNeVPN*3X>h^mu+P{yiQ==cyXUC^gBsnwoX*QU>qH*2Fs#aIFV^6SxwY(Gi^CZld z4yOI-*>H)JyeVxe!jPWak^VRo#sn{)i0`{R%jLfAi!==ihu<0JQk-o!UbsBn&u`jD zA!xmF~hCD5S=|p(#8mWo+EI8vm?V}W(F)s`~Zx<4Hyn*CCoruv= ze2M!m?PA_J?dUIob}X0iQ;|lc8-oI;U@EX(xl9scnk~YuPA#6F3dgbCr0CgJx;fZL zTI=X_j&^X-U-VUwFB~LX>b}?CKHPryE0t}!Uitlh`Ue^t=}ToC2ch?^ADbF#oSqi) zFk=DEOc~uKgLhOI+iHjRO*%Kymcw)mxgOg|3B>}%CP-Am zHR#GIyn?rUqe>K++0&3m9%D0vTVqF(H^EV#oJcDp3@m zsoXP`|b34p$^az3+rcm{Lm(+Rk=d!a`>hFrP zf+DAR_UttR%d3c`&ZcZ~beEGel;dd$T&Luw4LMEDB&*OZxuo4kPEh!H+Gp#SY<9nb zoTl&#y#L@8!@2mo_fYhIgkoMpk0hhK*HxAFsi+lNLTiqxxbbU)a0akRub6SEgZxPa+1ITN8 ztsjgoGUE3Zc~Oy|Pv|#N9l-j+5|v{t(!UnG$Xil$+zF1Sb`<7AVBg7bTm+QU*p;Sw zU=qDPH|%T*3Zkl@0*`|Fp}Ydy9OgcNk?TsF`Cvv(R>yo$WUg3y+%4n8m|=oh@hL(& zMT~v?G`edQpQfetsB3~pD+1$_d2c*PVF8MHc`p2+;al?C;jg*>wwAMe{E??sEUR-P zMPmRnKZJ}iM}t7BLXG@AjK1te<|nMgv&_j&@EDBTtkR62ig#ce~p^=AJ#c@ZMt7VnZW;kU?Rj)mZHQa98af}d2_+G++_J#NWM zKn_TNq#?k%q8#N3UU9{FR-WQHRo*^+D!eI3SEzwbkT`w3ibZ``xF)t%mou9_vK8@EtT?iD{O(nLg-9WbQDAx>J?sW%_xz- z@h+}qe)UaOUkgidyM;NI$PB*Xb!r_{mF}0>&L3~?fNQJJ?Dxc<0>1>x?2f=$E?t(3 z65i1mOV6L_(@K35LOVA^w!-CX)W=FLmYTCH?h0$>kFr|l+b5LDtv7N4om9bb@h#p| z3S?OcWqmQQ!Pn(53;(zloK(j9$SOZktP%qw7_Qr}S@Fi*<9$`>^cX0?S%1V{iFM~_ zIOH4TbdFvcHTRU$FYF`p?bY|+s!mQ{c^~@ZJ6W(yg=$_wNk;}cj2Q&V9h19J!bDxx zWCcMQ?G#%=Td*V`6@lomQY#%DR-hDWYA;-s-Z2yoR)B2v;WD^Bo`}At3LFT3h<(-g7Bmef%2*6uTlSwojfA>#kQhE zh8$)5X$ads)p!VeC-HeKwD&|ucVW3T^gz=S5o-=jq8Ii3oa84$h z<`CUs&aO_b#zSXYfJmoNfM z?(u3zk<-Qso#lhn=|u`{;m-pm`AROk$$O%g-wyY3MD~R;q4>f=nkMphLX2p@6oB6& zIUvS(p$1dttSng+mhUM71LpZ+;C+|)dRi`t_sQ?&07K*Q@!Z+N^1I{WiCnI7Nq+X+ z74q9Xw(pYFndU5IUn6~SAp8^sLG;-1%QavgkZnZRJ1sX`2&6|2pHzN*8OH(nVKjkN zKQHHy%lAXNPf~J&!p|8#=sD4GwaRar>pn=ydD8j=_#?iZ(k({PQ*1UDd#6O6{G;uw zl;2E0eudhVuF!H^>}|<8##d>sl>=Pd5fN{bN9&e4Vzd*no8H-^ZvT@>&dDI}Ssi;|Nu(v_92_2m#E540wRFr(w zcRZYv@jQAq$~mVWo3GXfjyF5V$MQA#&G2u3?T5pw@4L0-EFXRNsmP=C)^KyTV_1o3 z8X9ZW)nE%x2FKHbtToYSO@amr6c7XwJCSD50!iy2d(vk*0}?#Ki4qYBdGgWtHJC;H z5_D|P!PEH6nuvycBe)LsP&eu%279nG9o7r3k6^AojR;Gqx78yztm36OFDxNIM;xO1 zthm^!UbCer-atGplOsM?&IBh<<^|Y)js_h0xOi#JO`Z6{2UctB&Gd3w0t&w}yI%rj zx)VS4C96IDyih+`p8VlWKVFo6qV)&873uUYH;twu9gy@19CMV6yDbTd1nag~U{ab5 zR?Fm3y>R|cgeQx*8jCqhx-Rac1g<$ud5fGB>tx2S-@s9P4n!2wp-P zL)!c!kXbNm{#K0*?s=+y*XuGlkYYaTz?WETB`cGA%q60qzj`_4GW9ZMf7PGWr@)Gi z7)TAyE$UJ^5`?&%^?<@1WL{$y1FHMRvC2o9(kr6E*&XSN+<)V;eUjqR8-KRO%W;A| z+kv=IHCM_)MAu}IkDwb%2j_)Mw^Aw#DWS``lrJ=n_MJ{$R)6wWn}*%~GC6lhoiXNX z<1u=KRjaX$pN(2$K%^v*Jq2=)FEeGFtN8DhRV8H_0U!SK&lRomjZ(D4d1R#48HKgz zngJ0gLYx>!6D0f(Mtkxm>nY+zolt|r%3A~q*iWQvPFIOMO~VU($v3hO5}3dJ{H#Oq zAU=76Dtkn-DMd#Nj_jk1g&bwn$$BvcPYc@9DU?fg+lR?n;lh_4DtdV*EjvceGAc*2 zbU?hJ!;gU_SeBeIhe>3NIZ7gD%t3Mi6gQ<47!HOTG}u2Xf#{g5#GaKL;BzOh8lID! z<*`$evy|WOiF*`rl@(kJ#%Cn05QC?zO<|h~k0i!m1b@6?!>Z69HAF~rlpzQLKPlUT zj>-+EqgzMB*Tdr9rYhZJZ2wNZnut&o$X{dpgyZwoRP8QmvzIoRO%?6#h_IOzlt z=|~-uYkV%lb>FPOTM{I>8u0By=_CsuPjF2|PB`OXD$*3Tm&Kw#cN-A;!)*~R{59D6 zIu#Mdc9?<+2US{ay*W|}!k;{Ix%%baU%3?pF6ipjA$W|>^}7^#`dIj}vb*lNMN!je z``7>MKSUm>%c+%qj9qD$C5Ew26gy1UP&XU{gK+03C%fQc($(sG?Q)@)Vu6&)Gi>l@ zLBdat2OZviO>x*X8^6t4_XzKVZ)~LJ7&QkX1e52}+5mU;k}vaCM$#7Wde#t3DWg8G>O)t5=m^04Ia zc=CkY+d27dpv&bFTXSz*vI?Hx9cS#sr+L^?6Mt-ryX-GW;5;c`7zAJf(Mh@aa`4pY zY2W6_Q}TB8{f7r$P(cvneUS&`IrT&Gd*&LrWCh5mID8OTa)T0>8N`QpR-NuLUzj1s^wT*Mph4ajjvEVs5Suczy=eJ|yg~$6M^1D5yD3GNb5sgl5+J#TO z7mA#f;&x+8HMBIX&5|+A!;Qa%8slfR7B5xmHx>NcQeue35u zz`VDTn?zm+j*(6fXKN6>9{YuQgzdHg!AiaWctg@yIF%>l(tRp|uubNM;WR`TNqY*% z1_9^W_FWo3=Sg3bF)D=1zw=_CRC4Y@L3y|e1ll40yl}SSST-1{@t9W)HaW0OhvC|1 zqh_8AHGUsEV47^CZ(5HtXnk4yYwcYu_q}gO&QgMWh4GUThOU-3J1LUJj4$87)i}7o3i*9iXa*nF>dn zh(K<~SeOZx1WHB*rxhOlbO*(FZfR%MJX$IJCt|7eFqnq5T7#3Y0*o#% z(F5v@;vD^P9iColb4>Kj#!bd7)_B)zU!}z9GW;W-e%J6n|KooVB--*Cq&B^@U(frZ zw#rDe3)rA?rs~0f?JhpBIlpJ8)sq?EF1BsUX$G^0I4KS`ve*v*wmW)psACUPAN%T< z$q+E*Q5JC&z2Ia|9~q!ANP!`+MVOqWZ!LmuTaBn$(S4V}2Mx-mTp2W98eo2E!tY%3 z_R7ol%U#@Y8FEUtWF3;6=(!O-E?G=|K383Jg95}GI_$GdKVT;Pbs#P)fy3m(RW7H! zP@@-OIWB>bazds$)7>w<`K2A!nhqb8fXRmQBjMR{0!z%1!oNSfvy+_VW#@Q>o|=$= z0=-=%a;eSf@H{7hP!`e?KlCSMdk_JW!mfZ5A!wsF!lVighwV)GxAe4hV_Y3&xUH znWi(*Lw|zrum478gr;*@`oPCLU*tMx8jElxK&2v%G*!G5CZ`xL#p~~S=hlk4QuGTY zm_%RHzsept%e(I_!SY}K^FJzP?3)TZ?hy0B>>9@ANjpXElge=B85rYaLV~}@(;%sZ zL4zX%I_Fhb=$s7IJ?a5&Qv*|+9!{tEhZdQh=EjKQaYgJ}kk-?QdgX+Lp`@;;ispfO zlg63Q63mK|fFMY1v#mx|PGPYq{$bJV%TfLHHi__*sdA<4+yH z&6kY_N`)m5L|C4x9#|m6D2qb@!9ODO?Jcmhsh+yo`inF?*1-cJY1c<}5 zhk%B>=HukD{0P5MBa|5Eu8-%}R?LBLVJ+@Ds?$d2%ieNdWeoCX@G&1U&pZI_|r~AIixP zC>0Jje}Iol&h&(w4{lm<>RD})r}e`ANzww^wW(`9Ppb8IhmDEj3#))gV07fdQ@*+=XmxA?tnkPKqPs^};U}OW9Y5P{d})qSZUk|RgEAFGDbGQlQ1r6~H^uYdN40wP&pe9&=Zd+38PFQJbF4Er?92x~r;ywt*mIpf% z2Bz32r!1#*jBEB2=Qk?NuO^m8yP|tc<9;z}-~GA;OFgTavwYRdcI=0D`*KCr!?8nR zpSQYk=;vG?i;*7PW2!H4f>atX_AG$ffS=%T;uE;ytZMS7+RMfB%l zp|!QtB-#XkLI5-l@cfIbgQ#y_d*krSe8==b&M9`(6`TYp-||8r;5B0&AP9E6hRg#D zt5Gi1V}Ohr>zJzj!%A{l3Gq(Z@b5S|Qt^Yr4I^@vo|7aPYEE@b9{>~lcmeNRY3ISH z^$N*v47qGrC@QM+Pq2Jp>8f2!avFU#>TP9Z%K3GV^b1eUarka>bArvKjgyRbsPa2L z9!-aQR_7y=)OGF_-1!6P9q*y-SZ%U*-dnZ~efTr)9{$Nc{y!$Iu;z}d-$<|q4iVsy zFF#{$DsXT*M;SZD&g2r7H8}iG^I|0GiQWYB$;!sM`i8%zEywwEB9a+Gq3c{VH;_G=Eac~CdEV>7lupF@{E zp4E)))K$MeK7XU);AwJ|_ml%gA9y2c#Zh zCVtFe;+MUDQ5a>3N&8Q^eSvwFTy_FY<%~FRY79chBskq5H?3n%kU(`P!qZ~P)vwwCf!f;y7I{}qq8^cDx zP$^AiJeh8DVq}(sUAQ;6e#tsNTIgqum!nF?R?Sf|zI=`_V_m*k$Tig&T&y|8%smH* zQ=x2{qs%$c%ZB?UXUUy#%5;P0-~MlZEMPO#{PmiJI)rGjO}fx{Vbg}Hj>ZAE$+S;J zl#lKtshHaqEfTeC1!vvulO7K!cn;1_E_MEyUTVh0FOG0REeuJpk+W^jmkYg_Gg-dE zLun`7kP+4pCc(Kd*l(<0PiGkASc2-&Sa-9T9R(nU~3+4*RIg-O< zHOk9Hj!4dt^Tu8F1AHk+9+S3^!{j_18J{iZce%N|C&2lNl6Fxzo(zE!oZhUVGM23n zC~5F9IhR~g+q2;Wdg)`~#U}a)g!pL?u;l?63-q1mB;n;R!ongeUgU)^mYCxOb=toP zN4h?E5cu2JHwId}{2l-RKmbWZK~y6#1DvUiPUqk}8rH@HemDldBZQU!nLuX0I8QxD zE0ce?DTQr}&5~3%%-Co`RcFm9x~~41^*FuCS2)fYe5v%mmYn7H8l&k)UJu(r~{GE0+;!ec-SC#`9iul23LK?@o_ z$V_rv9Zvoe#-xm}9iq?T9g$=#*r5$wJ8C<}6{pKJ4Tc%5Y73+9z?~@eJtYB(QyZV12PVi8 zB)I&JC7!2<_j*UCTSP_F!dQ<1&R819C}M&r7JudcSbRJif7GK4($-iyel4E^Dz3+mrXoY@sHHu<)VJm3zXVI2733^mar5=-Xxosdb*9(M6+Yc5KW5dAb=Z}bs=3JZ=a2oI#_<6QFR=LT85%79o(H%>ZwK@>2n%x9y-$|AX! zVD*Z=$fd%WS|PaouhNF$4hfW$=_~kSpL@6Lv;3EZGdP8=0HRx$tl$?GKb>5vFyZag znMe)*Y^#YA9+ft|n(}($vqO!q)v9x`0n$A()BG;79>dw!0Ezf0!h0MQ9AWZ{T;jFG z0IxukpIi;aa+b{|Im(!`M8{-6YFvW19%H2@mz8oi*b8*KOrY;%*P%o%zl_ia4&_;L z*G~?U-{|pIPMs9r*k@^j!Zgwz+UbRN1;%}s;Nzt=a1546`YK6&j8=&3qh$I^z~Oug z952OXUy@wvDp_voNI(^yn6qOaWBiRDfD{?VV;*$p;Ns{BhV?FnKstgryi%Qlt~iRhRH;DT6|2vMW$NInfBp&{7$gM@6!t z@h=Smsru|TXw&!)38sDgc?i`NMj>It110=uPA6Sp50ud5DQXEb^g}DOhx;cQghlr` z33TTqKp&Kds4E;{#V4K(x77_TVV|Mth=G(-;eiq=K{W!8N29aBTY63O9+3&pI3Q=~-HZMhC=DJP z0w5*c%mLQGNo6c-5GTj0&&sQRwnvhn%Bf*>ir;9(E`d)2q4-2`SV8$XG2P5@I%lL6 z_EjcWpon3gWu#lLFmlWwbB^&yUx86r1UMSUC@p{uE%*tD_Jsg7T0kxrp(a#?QIHr$ zyFtrD#v=g|zj#6SsL>2b~|Jq7Av_{NvNKRop99}joDI^-;W z^w6T5r8|tOxw48rCquU^Zm>z9H}jY!`E;}#V}1`g4M5?PFm###95$3Jr~!L%r3P2) z6?Un5Gk=C$DHJRF;ZVLKR`0f{a^0**YBV?y%D>XRQ8^Fk2xr-HzdLrk!!JvMq4 zn&ILLkMKtRSVze3t#DZ`?;B}FT(unlBT8UjZG+)Uq2?@Gjafknf&zWM_V zmO2W_S>E`{b#j)gm9OI~Cs0?0%DhUa)BU)Pg~-#Natl1@Q%~ebH@JSsnGS>6WYtUe zaaE`iGGOARtVu2V?EQ({X3uEB-)1uFk zPqR%ZnqO%{#P)>w?3AN8Y?mD};p9@(a+dJR9a>qh$wjW{k2bAGCZ9##FX6x;8NUb^ z1Dd0gfJsZqah}$trUV#)X|G>;lfyhG*XgIiGS!})ZvLMQIZd7wzgD_5J|aoe3cmzQa+dlVIHQ2VK_1vs5a?%Y z#6>1zAtkDIEB%=Chuy3ZZt2jLlQg4xX{}Z01o8Ma$Ex4>)V_S^ZicCaw7b#aiP8r1 z*-E9y@u}VDzK96tAD`3(j@Sx;f#BL?up#5i`2n?L|Ik-l9{K!`8GvG8eA*X@Ve7t3 z#%R3sZgkUBbCfn`eNGL-eUh`h=YiW*`INK#KmX;QL?6Z;X{d0H8gi_8b5b_|gn?We zX+gC~Xh%oQK^8QV7#WkWPx5%0krCz8DgLT2Jy8OCv*RF8M%C5qYpsFGlG`l$1ETU{ zo%dOC$zxtxIJN$vKt`S z#Z&W$5KVjFCqZwSK!L>`Uo8wsBw`>%zXwXG>ZI^MIl&=NGHJHPz&giYk8YFa_m?&AqUZ z+0$J^43yyFoIzs@ls%m>p8GI9L<0ZUC1?5l?>sWxe)lWw1`qozfAHN$p{*$1gvJ&d z*sxMtNN}#Ks|L@-orio=uG2WEvVhYN7G&pbI@UEdsX5GYs!POxr#PZS@Ye!P^xtNh zg(D=qG#*GKWTV2RRgr#}^aOYP+w2%mg(u0e zvY1{~uY#-Qy@L6I_~uu>ufbAB89B?B-*nv?_G%Lri`Zmd%l<>ME--isM}mhhDis#o*%*P0)jn4^ zh}xL*L?5tk>2cU|rW1^y6miY`8M{aQ5np^!42&$t*;4#NUo5PAtiSAPf_|i_;5oCv z)D1RCf>{e_-uJegfCC!;ycpEzj-NX=sgWxFgEM??OoJLn)7fd7MsbsC+NeU?nldg8rH=M37Eo^#F}M=H~O)z@SjFHt<6et6mdG7q{v zU51`MO|JwrG0T>iX2*hD^hN_B<|m|B4}G8y(h0(YkOtqx&!cbUx{bVMSmwJw?jZTe zc-Nc!N?_N0mUdZT{jxvgU+9~>XG|_kd4Hu`N^28%5255ZJ%_2!iibU$_<+{xQ~F{M z27knkOYX}gY3DFc!Sn3A!$d#cIeNIr;MuAkN3D8Lq}Es26Y&JU1d6?uo* z#|qsIaQPkm6O|fB87E$}`2jvI`uy@4KD*Q&9gxOZ5H}bxefE1KbAs$k$oct_8Ke4W zkbRb3;EMeN-g27G!Ljih1ndUw=n!-rB#z)HDG+DJU;SB_vBRiqR$f@3d2#Wq%&E(d zY9p|4@4)9E==?0VxHrua^PuG@O-aphu7dA-{hhqT2#yL$q2jT#!C#oFkqj#T9;T z&=_j;cD#H9hkyKw^t>V!S{TQ5UnR0J|59Q4BIjS=Zwj$RzG@soQ@_y;|I(r_p%cLM zIQkC{aNI|!6F&wPHfS-flH;KrpV%O};&QpOYx&oCW@dOV1^*{+G->k_r zrPC^v1u}lC*(a;dSZrTq!>}G@)ymkQa6XanIpP@C!Y_a}nu;jD)!@$l=xlRg)yqdi z@Dni&LcSI-_~u8a_neC;c@8pXqHLZc=*V;#H^E=%tKe^Z^`YVWlA^r*uA5rUk|gGO zWgHnZU9q10cDcM$+`j4Yf#F*HMo&I%Q2iuLoKkU}j$3?O#c6c+ruj&aYLE|P_#)Qv z&3>jfyw@syrM@wzX@0iW)YZDdyw3*<%}TG|JsFRvZ0xbB3|s|7hQO+H4KRZA{GKA^ zgLoY01M$xHITElJl`1Z|b_I!;KfAuLI{E0#{a3S-3oJ!wiJthfEqoOFvOcxZy0_B@uen^9*uG-02zU&p( zZqvzi8(vS%ytzJ%INy49d{S3#Khae`e1>xg!?cOrB%If1#&7nt8{N?rN7vuj@(L3? z1KR0sf3&CFsNeC5E2(Sz%EW7Jl~!{|IiLFcHyYzry&* zrE?5?=$#4zu?P&W+k*^@zchuOiZG(kygjwQjc#&`1oSx%G>YR&S1GOH{0jyhCK*2? zH*|xk&6P#?Io{22(HEp6Og+MzYhNZ&HQy?$O3HK@e)qk%4o^PzY|AI1jm}eGP@g;f+Twk=yp0Ckq#3d(a8eK1-Z_N92oLT1= zf!eC<+;FwPabG2(eu;|&nvO}7Q=h~k_E8cz-Gc6`bVr5vko1S<91)h{IZ1=;=QIek z<|2<-N{$jh724&s`a2pRhsjTF#BxT*QNtXQ)Q4p!n*69v(+g8hQjnefyvP@T)H0jw0bgeoVv$NNt%* ziE#v0@mD$?xEEG8$fmp3-BK6$l;H9fm>Pul5rP@G;i@;#{E}Z)%Llh>?6RAzAOGy8 zlH<6c;|0#9y&vStSB)lEz8c!{(|ieZ)gDGM-Vi_;{`{k6e@w<8I68=LZK`N%r$9Ke zEQOJeff6_dN_4b93B(p4e#e{uXPd*1$?}Ys;S%sp%HL6mY|&Hr5}e~m3Y6&gn@!Xy zDjyWYn>o<+j((&|6g)0}_)R_&|Hz9fEV$?8u_X(XNLzb@xV1kZVqk>7xUXRiyq6j% zE$B6coKbZ8x%Il9afx(i<))v>n8w_jZlxXToKQ>6oQ~fx#G2qnHJ=3>{cn8*tLz7N zJEd;9BLu|J7fuYn|4;u=G5el>{(0F)^iY}@&g;rJE;H)`!vIa+OLM|q|GK<0ZwkjiuR6xSsuM@8(O&D-xp3Lrb5HD8x@Se} zL}pwSyOsh@D@Xz=L5l!{hjP%z5#wG)*Rk}tViuLNy>fulM-==~|3p720rX7%2BlO3 zi0IhcT2)%5SBai(vi@1=2IG_cQ+;xx*jC2B7${vwKF(`&p77o5sHMlMZ838lO^Z2S z49dUxU;o2EoIG&#)mIN!zwYWi_kr%no!4Wc6Fs%ZME=d|EA-(kEMsA?EiWtdEf?-q zsVmq!G83Y%bUUUE5Vf_|{?H*M+ExD4d16=ZVn&(TzXjgF)dj4}&qqh?5Lqo>b#>*J zIWiP_DicNs`U;b?a?6nR1y|0*(tgbz6v-J=nZIXPt)Z8B@i0rfCb;#}?|fh&PEO06 zyYI0d;mRLr>(sNnNiYCuOs-amRe|?w+nqyXRIUF`Kv3drm>?ZZN}HUbA1g{<(uYMYv-fa82O~G zjm!KQs^NSF?gW~@ZjF_um-t-(Zkk*pgXf$ley@zjyl(>e?0}yu7pwFND<6r*vDB-Z zti6qe#$Pz(oG&khe>w9-LEV2~|L~iC{}bx#bc1JAH^5C-Ea&sif-BZd+T=|`q*~oR z+azUZ5F-5oh^(7WXs4mq>D1u>HaZySvL7|pO2)ULJgl<*&tdwysy;!juz|0OSS8ya1RMZ2`+oBKw_kHk_Z8J(uX0_K7STzz<2C8!^D-6%PnM z`ywgGvx(V$7v1Q>s{Hgb{A_XJMvvK(^Co@dFGM~mH*aX0sF1=-FgOF_K1&hMeUzfl z&($euudvCDH4%{GX<#Wvmz!H64FPr7vztAPH!zGv=!_8KK$@QLn~i22pGCP8&q%s` zeB++Ptd>BGmxBDyi+i|I74CULD8CF9N~)Vy2IDi3+^`pQ?` zaig4jDLfm_kMitZiQN?II%a|y3m5?*)yf}X_#13B8w#$&29`n487j_aSO#7zI?)?A z4&;W|$3TxI1vMeaQ!&QDFc9lH8p4g7AderHm8WP_R&;u?TC=G#qlL`lkl9s8g=Inn zee{5Fm}VwW{9R~!`GV2VAwLZ^^%yV{EcP%H(x;sAOOT87Qv&Oa3+)F2s05X;sNIs_ z6MwOgSEX?$okHL`rc1R^Sa4?~z{H=NV57ag+sSyy7xL#t>j{qD3fClW65ND}H+}?6 zH=ek=uXo6Wou1sn*P@cm=u;7S<#B|=&BZZDHULqoMxZp*X2jc2$ni4*=KqE%eIlX zya0M_XD;kaI(PCWryxsaXj46fKLyIHc|9oW%TTYO_Mm??^_cCx;8CgKK^U($-d6?TI_Zu z2cA&PdiD_N;=*`2GMNnd8gO+YS9sMO+ez<&O4a9=N6ubhp6!l>OT<`s*IxWu=egHd zD%>?+rOie>cTq?58GoWjJXag-16O+V$oQLfxq?po0O=-FP=g5?aH`F&M4T2%gK4{YRjzv8i*1Cc28+NXt_ z{S{)TFS}DtsDR}h$O*0{HiE0Zs($XAMgw&WdP=A9qdEjXWyI>4b$Q{@s$CSS#7N=*9H)AaLZOu~ zQsCv1%(8Rt4_aK(^cmzA`{FbJ=Um+b^>4b|9A#X8 z0PX#JCdCDF(}q_fAfr(Om<)1qZUkt}X$s6Gs{D$$rY4wlPP(#ftfh zANUVU4w<9n!=XbR$AZ!utTm|s)MxUO0Wiff<9?$2->T;FNPDjL&=47+wEVRQVyqyUy`T(6zbriZQoAh#`q&Td*Fcjk-Zq48f zIZr!&=W9P4e*A+c23D6-&hoq8c(`$_s3qrxx5CTCS93=WpNP3pnWNfkRFiIS>%@j@ zHT1YWtG7>Tlt?$YeHwL6U&FN;a+Hke^=G{e z9K4XTY`3^bg}w$?+x3gLUbaL@>b3@| z*a+9QRXF!h4ffT)dIpdtpto=nZCCD01IpGnr`Oh04d$P(=_(cbSwn`PR}XuRthMql zhtUs5Z^yJ&|EjjtJ(#`Q7StQvmYNq!=;qsAuBNAy)5kvlp5jYBsTnG)Be)JvmR!|~ zXpDbZx- z{w)eeO@rkmGaTDAm(z?M)O-=`Z`yE<^W8A`#j22%8NU$}*K^o~-neNS*iZzHDB7Mz zR1xU)F2dI_a?b;|4fnnA zPGz5RmVfl`|Dwp}MrWw7E&yq$%f)(QcWmquBqD6w@gzr`P)$N)q(W!fBr_dt5INoS zsSX*5a83LwZxZdKm>#4|x63!YVVZ=&@;T;j%!Yi9{yE*|UeKfdxX03tX=WIY=PX^G ze9Vkh3>!ph36c>0NXxLvXCRJj*Pxa{iFm;%?XNfuw3$T$v@>Nr9;U7xjyXEGX~q`c7x46 zjzXvS<+#J-D2*R`&QE{X)-SeEf%n3`N&3oD2KWcnbCRSK_~&%bSy~E&_BT2&%GDs} z=TICmTcVM1ApLEpznx=~c5jT|WDIAQ=WRro=k7l(bqvP_tMmjq4Xn#5$0TjgqR&au z$dGkZDQSK#0=ou|wZ!%+jXX>!eU35^*Qi$c??`&`ksm%eu)3Ubmf!jMkJeC?S#Yy9 zXc_FCkhLt6$ea#ki8eSIJ#xf490o^h*02mhI!d}lKlU`|cZ$PJ!YPX|mF|3YWbkC2 zBslsB#%PzhL~Kdh)UfQ99N3 zJd4Vfp>`JM{A<+7!dNklO>e7BLt2NLjgu%HI3s#b>*~s$T3Ao{8QCQK*I)Xs221_Q z-EPiuPa0IuOoi8L<9Xwv5B8)VrWP#kfE*~pRPg{eI%jLON$J{^Dp&1cF_+~qR3^Va z-pPa~SU8+@_1bsZ*VVgfLH*NJUE}1bs~WJXpABwu;4%cq4*$Y&8&&U| z++L5>d7BqI_LaB3Oq(zz(LVCocc(V(bWkQ`YXaD0(UNRWz*L#Et%I4ERdPoED~dpirRGB_+~+8fZ#u$)ZdBW7Ak3bHH>M8z9Ca$ml%k*xelSr26PPQEm^moN4USi7t1zm@uXiwRT5biHrzn)`1X?tjx= zDl_FQ|KtDr<)ozRgG5~eKtXN!h^nLtqaD%Shm5V?t;jXWY+RwB&|$MZ@(N&~rpbDZ zK^7;z+6ns1vU95=rTGLFYm;%wr`iLuAxw_aAdXT?^U(NBb1`hl)L*J+HlO3IFq>u% zoUHJK->8N?BQW_zAUv`hBsI%9a`Q+7CSM&==kincX$l9qC?+ZI*uGM|=b$zvgC znmw^73V5y_S#T6Cj~UFiPm?V>mcz8o``EWfHTUVa1ef3J(=>T(M2&3m{&zQ5-oTSK^ytG$Opu=QaMWfhrek{_%-lGQNl7GROZCYzJ zKSy>3fDEJEp?&O}VCZvT<8BlSC_;qpL`jHPT1}^`c^v$!GPxCazT00*-B( z$l`G3C}3b*uUd1IB z2%eFk+=^%u9qSekxXM5Jct%#B84llaLhzTV7?X!cgXm$}6ib%2FP%tVRnOYO*&Y1_ z;{{YZ`-W{)=UVr;eaUq#oNqpImS6pg?`W{puk0gN92%~@e)D~nQ{V4G3zDwT=ZX*T z&Q0x>vfa|NvlgX(3#u031IwD#owXBbCS#kB)CdPnFYtE#ZCciBPGMsm7X2}QE#w=k zd%wuiB78Bl5M17J)1GZ)Xrbb55%yB|wj8`h#yCim)LC-!; zj{a8!oOL>O&!($Ct&?g_RXSjj)k*=uu?pn!*e*%AG&YzccYROmE=%@WlCxZ1YJb)C ztQseC`tgQ8UQfqeYWy)Am)!2JVfY2a0tdft3mTm{$t0^2>tDsBUjOu6c<5Afh?6Agirb1LC_( zuBnXfo;^zdlmBB*&Yl$)#0c}cH2V=Xm`p!|3w~Ib__l}AG^fjBL6M^rwyF609StF` za+80S;e-oq^ppLA=PdU1pYPiwr^>!a`%-{zyCm%l+U0xLmnr%zhiP6A!s!z)Chw43 zu9uuD{_;ykWF0BqK0UVrd;dF(c8YRKM_G&LFY!YA3+v=Kt&8>i2)~{hp__d3uhmrT zNVmFu3Wq5+aI|6mxOQO~MXJ82sjtKBl8xHwsE9CUnpCS*_C~QxczEo`lCykO$XR~lE8lPW*R0`2-+gNe7q)eDEwWYd%V4AVaCRq}gwvg} z?h(0mTB5#IM_1Kf;W3OZHJdd$>pa$}epDYrpkxY7Cvj8}1F6wl%b4(SwE!jZdjN5J zeq7f(4=^sL_8pL;!DEh4U@qumP7^3*B#~fU=mq`AY`2(yO&@yZeQXxweJRT27+oDY zAjf!@-THI;9@_Z|%B9-;v-8-_X69QAxr84VolU1N)^xE^PM?x}mVfbG4VL<)N6zw^ z>#p3m9gDhbxuPm%aK;Lh`aM&Z>)!=xvMu^5JVlq)wmQ+(B1<_I_rz{nTI$9^qI#jh zxcNgcZIE@+Tbg0xj}iyD}>92kACKS<}71J;s=)~;QWuO*PYjo@UK@kmq4#b zjkfLC?FKvEtjp?Da)Qlg_>2-iBTCfEUtd}ihI>y^w;ihS~YHrE(d4tSTYvfoLAMKjWc{s+p>xf6E8!kg4-A$S(OT9{f z0cU?EAK^A<)!P(jnA43H9j|`vt^GdBFaF8bM+4qD2vI6ranRwdNBAgn^59)R^$HoT z`_$aooW5$?cq{nRsaA z3XUnJ!XP8g>-9LQOT3QT=21aH~73Z$;IpkvfthwIw(XaO%sjjOu}BlcsEV>OsV9;?+6Gj>~rCtcg9 z&|XU$G+|b#Q_<^Wg$X1DT&cP_Zaurq76tInwtbfiXR$KA9994o(fq3i)ry;54~SXL+sDxzx0^v+(9 zFQBGXTqFKYdHYfAUH86f%2{f#g!xN<`c0Sli8v1l#8pc~b>vVpn+3+}2wpQ0@Cu2zmvjOsixB{iq#SPd7#6X*nx5d*g70C}IK z7p0%g7s%{mbZzien84~1XZn-a!k-y@;Rd|-=^g*k)awtv7TZM^PN=Woej)|@Z> zo%~hHw9ze?zXp4lb^pvOJhGa@99@H-1M?8CGsf`CKck0c!};A(gL~~!+WD3rvqXln zB;(n9$oL3#@)c1Bc@)-q7U=91`2xzAZ}RwC^ZY-0=&|9+$DUP78Z0em`8`Gaqoqj|k_4sYa%>jdr%jk1~a%cXuA&~We?`aKV^adksp~rAe?*?Tyvj&uHm>rv3 z7WS~vf*wJ~3OHNs`BaQS(qt@D_7>J~YXwWwPtE$$0-^^|@a-S!8e|?B%sJl+51T!+ zZ9Yaz?svq&yYmu9{(9Ormsn5lZgFj$JT-hpa+VYgmgFq2y5@@A(*F|BQ%_-qchJOb zs9H~CcZPm%E9-6ajE_A+Fo=NwIF=0AWRCP$Z}uWK)~hyXbGRroSI;sTn&aOYZZrLx zaqrBti(h)Td+WxVuG3D@U`ej(!B4;RbCygz|LcZ?^zf7eRHATdg2Sh)tOqC9w6qoC z0sh+F5>Pyjbc%^sO3b7Wj+{d$vllPriEnvXiwP z{pW#Fj}zUvI2pbwbGhnO^oKs^1EFDEj$Ekykt3B=sN5O%KXR0wq2x#w#MiFs-w3-; z?jJD!X7^dT;WdxeQ>;Ss<+<9IOTzfi+Uh;PF;Z1RFqvyjHzu~+dlR}<+z&Tr_%5>kjG8hYfh3Fk8HIoZb3IBcRi zFM48*5`2YY4iJr%UUP_Mp?yw4YYY;0@ohm1E`p+N+mRrs|8&bx^IZd6b9l_jIzsxo z?3tD$xvX%_ZXs<(ZhNYo4Vm7hr zK!uy~*;<(r(#cstH%B^pR%>Um;U50MPHy_*^Cad`*pVE1@QgKe#vNy-YErQ~Iy=|u~ zmhWZeF-1cG=VdNz?8y_ShA)o`NnKfzv%K=^HFB00bK_S=o5-+-4UJ|PCl#K?P9|*X zQI?*Rc9mXlmh9=KqT(}LA%aCMhFP_ms#1Fe_x`yhr})wF3y!(_G;l89oavKAoa^C> z>GgyH*G}cT!Mt;Y!Mhi)`tny?tHw20avlHRr+;>}H+$XqHOJ#>M~$O*7fkrm{Ds3K zNkv`KkFHN(eDptbd410JEN)8X_>3}>Pss|pe9M$X8T|`6OE8%~>l!8OkUkeXh(22* z8Bd1grjD9$d4pLOdM7n{lgBixL|-W;SLOg$KhoSEj?o`rN~SkkY7c*>OL;Eog**JU z*0O3vUonn>HH!OCSuyW4(_cB7Rkgf5^HphvgU(RRJWHWCuC}LPsro{+G1QQGj5FpN zjheo`A)snbvI)trr z_*yMnbBRXJwahK;E#t*{AL z_sEZ)7@mIedDW$B6ZTnt_0PVoh?m00>?y0gxM@RIp2YldX@H^ z;hZbxpi!c`kvG;mV>5_VfuMd-Oe(~2^his| z`{L@qpw7bFC|ce5V(Zj~#~~jAmBK!f4h__?H*w zm^rEgGx(_u?vEeg4S(JMj$ZGa$%G7LX7i-_(|E>SX$Y+ae+nh}s(yD28zG`4udkzE zS)139Uzf*wF7X%RYfi06MG>FyUb$9YivGH{+^wJnOKN}ge}Bp87u}Ht``@lQ-<_Qf z(af#t^=&w~#G1|BWem-;u?DmMIWa4!leOk=BrE8GqpkqXRI_%muGgrJm7`Z@WE*N( z$5sUeZr8-4x=hc|f_NCr_c=qjL!$mQ_RR)i-=3!F z#i-5tQ@W@-+?iEkot_Hi_aT{X6wqgXPO_vG=uIgzZ@0ucU4&I@~_RqwiBSbC*fHB|+L-@(NJ zW=#dIs5@r)#dbQu3mEZYx1!iD;04@qOI^G5j+>OO!E*op{loPywsiW1U)$i+!z}i{N=L7IF9Zoyzwb zH^c0*{aseKSzC;o_aFS$fAh-xdt7B< zT|JBVc31zdWY2cs5_{19@;`q|8>_+c(BXr_k;@M+YW;w!_Op)iD7x}DZ(Y8*!m2XTwTFYsP;Ek?X6&{mv5R^-G-u^t+C3|X*abAu+HDea9yiE(QRbE_L-z?_2xG1$h>M5*ymg^X(aM$`} z-6_ns-F4IO`nSGX#ipF)cfav)r{{blR`}hy!_e^I5$he}LWD~jLxx7(IOTr}^=yw& z^D%W_V-FWQ)!{;}VC-MQR)pb=&z37(94w$bi=8LG`D{NbDGfUZOf0Q95-CO#11>70S;vM;kN1qvra$46M1Cw?f6 z$_dGs81J0oN7K}xm8VmcHGY%dG|C|PcCWp9=Jvxd8AA^%U}G&+nn|iKJLMwN9CGo`+Q68>Y87vF!`DJNA9wo2(=J2 zWn3Cr{BCqXYdadI`dj@0ZrmcS0uj?pEvjkvNuw@1w{K-PuJWf-&P z_@>x`pExo;LooH2Npz;dTb7oUx>Aq&H|zOjR(3*L?*A&yo%9Ms?T?PV_J8f9Dp30W z);ni%mOuRNW2@S6!P8fNE7Mc{M{{b=t=UBHU_T-j>kHJVwIzIgj)J=hDhH1+GzOv^QxL1x-@wLU)?t zn*mdoxIqb*^Pp?AH(FbGh&D2lx8AVoLuOE@$!Gp1W$o%kT{3d^Tp5#PGHsEa$`xSm zuYlS~wNtkUG2*8ymkF-ci-OwxLat+&-`{!R`Qxf|%31!!fBbs2vN2rkZmeL30y4HY zDBJYbZTNAOMfm*Bc`NMrT{$jtY*BkNzd?%~%-rU%al53;I;Vxn)-=aAOslzU!_aw# z&2kRKqt~M}^@yi#9@W4UxTLEBRMi#O`nB{Rc{hV9-Xe>=A>NW`MPT7=(bBi8NX z-t2mktK>GPSBbXT+g=x}*N*M!7O7Ev^?I?sJ@#jzVLaT9?d`}cbmAw1aMiW;`(#tj z@&liEd*AR&{o41*BFtQ0flK%Vj5)rbFq7*RGF7!~5}UYjXg%d$7D+bzTu!oGmr7HT zKH%W{n$@^Us`^T2bsD>zXtm$L6@kh*Tr*{t-gxPJ9R08Hc`avc9lQR~tt^sQOz$b} zOfJ#}em$;b8qO!Jj66=s_VG2{+a`94x3=5XX#G4h!>8OLtNxs!zXr8Z}ubI^^YO1%X`Ei=;fc?Bjsp+ zN*%k&vF)@>m`V4@I>Dx=ft#u8$br@e zVBAro0R=`>KglfvMFcz{*V96Zs@(BbZmMOdgqsGsQHfN+~Wcx8mR&mj=XEsYYs50%aE&! z*i|{fs^4|QW4$awzx~O2Y+7L%X5R?=$}#Ghtw(2J=-`T&(~@}%;?rx{8>bj`PG6q7 zJztN>S~7k0WjFl(XPPpUwf9iA*VA``$$haCP0M6s3u1kljMF%~xfHm7uex1wmi5{2 zM}PEG*0B?4S)VPV?ZoB+SvSYg>kC*%bmWTlUaIChmUD~!%Fw|Tk$tYz3`>|Q1~R?( zA57$_^6iq=WQ+P)g^V>HZ}rP0%j0k3MVSp`AI=uE%*d#5x+FJl{7d#kp-Y=K_r&?; z;D~GW(Sn&@^4aW}jm(<$HJagL3!N4vs7Kg&{J4tleCZ@l$i1j6^L8)n z-#phM>awovThL?Xt<7l#H-|?<#T%~%k)_Ew61cPnUU>eP(g-KDAZn`gWJwtG3qHTP61f-nl<3G?Y16z~ScGUM@My*J$H3SW=y3cQH{`oO!y=|MsR?escU+t+@4(zKE@gt%P@`$h*ysd^#r9 za@|~N0V)o(oqH4QHyfncEoiu>PBSb%8OG%u0(PAG(l!1701J^xL_t(}zP(S=<62FJ z>$Yo+N&{}I>}u6-N-0+%?uNh1&xBLG1;v34!QJq8Lz8>V{=B^SH@(mDQqFRZdwiMt zT^nCnQHF59r^Pa7=D4z^UW;S=X!^5MZ!>fE^u?I%OD@*Ao0JRPzueYU=P7YtTun=^ z?*zE~O8b4XDQEe<5C3H5EII!^2E6WY>fl*q;#dRNXlQo&s&oezM9w)DVy9gYB?12m z0QF&G66-V^PFeA(JazkXcv@)%{Ue8S$`QY@vi3BTxXS72G{YnjCTob12wBz3r7XZn5>(jdE9a9-?V!2#6GBk-q@?9;d5A)yX>WR(M^-T{j`b!$_-V zjE5+bY5bUUD0^;{>{8E>>GM$Y({;MV8U87tH(SQdXDvOZa;%15HSjxIb64 ztOyoxmm9yrmtD5jsoUGeb>_|&;>Z;>XZheyoiE!Lg&iMu9BbWS8WQQN8@992G`ALM zHbuAmci;4AsF@XvOF6f}n|eo15*hy^=js1+eHZdSsyonCa*{VG_iEu$m1Ljic_)v8 zcXPO2+WlAmMzYn_crUP|ca1swn;}={zV%e6EVABu-#K09ddJ0j*OR}{xxx@MS8IbS zTpD!KEidbz4S!yio0m%NfjD$y9WLOAi}gs4SElUDjC{2oVRY1zq&sHG7z)nMJxAL& zX<8hgbt)H}itcibiCK6$CE1B;ukHh#-WxgUHU6fwhD<0iXr<0m9ZeQa^FQNK6FQkp zjgnBzpNOUIuphIIMrV99ey?RI$GVQ5>XeJ)n8(9~;B%aR>Q8mC!o}&6vd8k&R>)bB z!2FXx_;O*p1a8^`^t=B}vNHZFF2b=s$*fb!^GYOakKZCu>?|*?(2vdyJmRX73cJX{ z<2nK!qTFtkas2302}lb~uSIa3tC*e7kCh*M3-gP(s?_H2_B5M!(^=iz>`#!yGf%%T zd?~)qlE)nn9N53BT~LSkt}4HzY!7?jC*#cZt=wMV=}$zjx#w9AvwND>vv-MWz6TB; zv3LF2K1&Id@A=T~<}7z>=*_$TQpNVYmL^Og=Y5pYCxss2N?P25nGO#ZC9u5L}uKr%^k7f`1mX3hFj)=`@M{3o>saAgj_Wl$ zS5J9yF^fGuUw%~&5-gLc%VE|*D~`rFchfC53~#9Kv-IDYIA4vrWM{4i;%PE^J=syJ z&k07V)O&S>VGe9Ubzn8hC|3~$jyX&MM3+CBGw--bSL*=}bk4%jeS{18vQp`D`m(%f zbzGGPA8}@VnGcZ`CCx&ly3KrqV>MTnIiJvU($1&RWUG3RVClMk3?>fM6?^!EY^ywV z`i$arWvMyK|L3og(M!O^*8}}&Z*5pcYh1b34Xh27Y{;IChY?$Yn!|m#$tv~&iniUp z<2-cYy8rEk4=;6{I~q5;+&Rxa^?crENzRhL-7FVUgLkuC7ptxid$!et-9MkZuW?%q zyCihM^}tTY>TWma;33Zm3#IEACF!hB6OuF;GTB<8AFOZL?jIFH$BJQa@iO(tR@_nas5 zxM(|SFyEYN(7c9>-CQEeXJ~!9S#CXOZ?&)IL(V=`k1CvW&dj+RZ@yk~mgRkxfAvNC zxyK}Y3E0yfsB5bPb5;|ghjUI)c3~F&0Atn!gU zy}@Hh4FZkUkP#Q_aAY_`m73wo+w8?!2j_hbJF>Cdpj_F8m(I=QR$I-uKMg)4|kW zTL(^*T1Q_u@|Gx!8@S^Xr&Ye%ThC_n^1`YwKSO)ttM{4ps#KuRsJpaX1VT5)brH? ztIp#2@?&@H@ZJpKfv)=_@&{# z*WEEZCYS5i-Eh_L+28!7;r=(>H9Y?4)5EpbUp0K@zj(hsaQ?W^uet8Z;ZuL>{lgpI zcF*wGkDnf{zV?dYSN_)fhPQ~(#~yilxayiKhEM+bdxoES*Zsre0$+Lc<-;d_?Y+a> z-u*h^e`>hmDuF-$^TRuS;SIxM4?i_re&vzj!Oy&Fc;<=c2i`A7gRi;%%HcDA`xl3& z1$X4~L&JlgewS>lf9t^Sp96pBQ$H&|!uB%?A3A(+_@K1!mp<|K3I2f8KOi{x`R4e= zkH2mB@MqqsFztW;N8dJl^mFf4c%SSPc;ACRJ$(FE-y`so1Mqug6aOdw#(RfH#Xo`u zeMLKHFVp()kwe4hzwp7~#IX|!zw`ZXRG9X#N_xlp-Z1>y-}#WX_uScY!`t8c`r+4p z=Rxg{vuDl@KlAPfhQIk=epujV24MQ?H~y=S$ZsV*JDfgsdibe#-aq{2fBmuH$;Y3S zXID=TZI2JAC0E{POVBlh5h<_}=t0_YU{VOH9A_&4=Z3 z`Z*`GGg8oIJ6mKg#smzxPQw|3~#VM_%{lyNBQYy-y9iR-fM>dEiZV4}a$$ zeM*0mqm{JV#5{`C*EzxgV8&Hc9zKmWnEDE-Ept{;Bm?|yW6)g3qLoI&ny{_cl| z+wXp*!Y{k=+Tm~f?t{af_uMi(A#>!08?TY`|KLEopO86p!^^K3e)YFLINbBVZA!mR z=iCQ$&M~L1l{xo0nR5@wd0`GQ=RW-#@7J3T%t7Yd$3FX>;m1FGVmQW_lSzUPpZxXr zs(&`;-YetgzP0BZ
    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.5/conventions/index.html b/v1.1.5/conventions/index.html new file mode 100644 index 00000000..382dc7cd --- /dev/null +++ b/v1.1.5/conventions/index.html @@ -0,0 +1,2 @@ + +Background and conventions · StartUpDG.jl

    Background

    Most high order finite element methods rely on a decomposition of a domain into a mesh of "elements" (e.g., triangles or quadrilaterals in 2D, hexahedra or tetrahedra in 3D). Each "physical" element in a mesh is assumed to be the image of single "reference" element under some geometric mapping. Using the chain rule and changes of variables, one can evaluate integrals and derivatives using only operations on the reference element and some geometric mapping data. This transformation of operations on all elements to a single reference element make finite element methods efficient.

    We use the convention that coordinates on the reference element are $r$ in 1D, $r, s$ in 2D, or $r, s, t$ in 3D. Physical coordinates use the standard conventions $x$, $x, y$, and $x, y, z$ in 1D, 2D, and 3D.

    Mapping

    Derivatives of reference coordinates with respect to physical coordinates are abbreviated, e.g., $\frac{\partial r}{\partial x} = r_x$. Additionally, $J$ is used to denote the determinant of the Jacobian of the reference-to-physical mapping.

    Assumptions

    We make a few simplifying assumptions about the mesh:

    • meshes are conforming (e.g., each face of an element is shared with at most one other element).
    • the geometric mapping from reference to physical elements is the same degree polynomial as the approximation space on the reference element (e.g., the mapping is isoparametric).

    Initial experimental support for hybrid, cut-cell, and non-conforming meshes in two dimensions is also available. Please see the corresponding test sets test/hybrid_mesh_tests.jl, test/cut_mesh_tests.jl, and noncon_mesh_tests.jl for examples.

    Code conventions

    StartUpDG.jl exports structs RefElemData{Dim, ElemShape, ...} (which contains data associated with the reference element, such as interpolation points, quadrature rules, face nodes, normals, and differentiation/interpolation/projection matrices) and MeshData{Dim} (which contains geometric data associated with a mesh). These are currently used for evaluating DG formulations in a matrix-free fashion. These structs contain fields similar to those in Globals1D, Globals2D, Globals3D in the NDG book codes.

    We use the following code conventions:

    • variables r, s, t and x, y, z correspond to values at nodal interpolation points.
    • variables ending in q (e.g., rq, sq,... and xq, yq,...) correspond to values at volume quadrature points.
    • variables ending in f (e.g., rf, sf,... and xf, yf,...) correspond to values at face quadrature points.
    • variables ending in p (e.g., rp, sp,...) correspond to equispaced plotting nodes.
    • Dr, Ds, Dt matrices are nodal differentiation matrices with respect to the $r, s, t$ coordinates. For example, Dr * f.(r, s) approximates the derivative of $f(r, s)$ at nodal points.
    • V matrices correspond to interpolation matrices from nodal interpolation points. For example, Vq interpolates to volume quadrature points, Vf interpolates to face quadrature points, Vp interpolates to plotting nodes.
    • geometric quantities in MeshData are stored as matrices of dimension $\text{number of points per element } \times \text{number of elements}$.

    Differences from the codes of "Nodal Discontinuous Galerkin Methods"

    The codes in StartUpDG.jl are based closely on the Matlab codes from the book "Nodal Discontinuous Galerkin Methods" by Hesthaven and Warburton (2008) (which we will refer to as "NDG"). However, there are some differences in order to allow for more general DG discretizations and enforce certain mathematical properties:

    • In NDG, Fmask extracts the interpolation nodes which lie on a face. These nodes are then used to compute interface fluxes. However, in StartUpDG.jl, we interpolate nodal values to values at face quadrature points via rd.Vf * u. These operations are equivalent if the interpolation nodes which lie on a face are co-located with quadrature points. Similarly, in NDG, the LIFT matrix maps face nodal points to volume nodal points. In StartUpDG.jl, the rd.LIFT matrix maps from face quadrature points to volume nodal points.
    • in NDG, there are connectivity arrays vmapM and vmapP, which directly retrieve interface values from arrays of nodal values. In StartUpDG.jl, face interpolation nodes are not guaranteed to be co-located with face quadrature nodes, so we do not provide vmapM and vmapP. Instead, we expect the user to compute face values and use the md.mapM, md.mapP arrays to access interface values.
    • in NDG, the mass matrix is computed exactly using the formula M = inv(VDM * VDM'), where VDM is the generalized Vandermonde matrix evaluated at nodal interpolation points. In StartUpDG.jl, the mass matrix is computed using quadrature. These are equivalent if the quadrature is exact for the integrands in the mass matrix (e.g., degree $2N$ polynomials for triangular or tetrahedral elements).
    • in NDG, the geometric terms rx, sx, ry, sy, ... are computed and stored. In StartUpDG.jl, the scaled geometric terms md.rxJ, md.sxJ, md.ryJ, md.syJ, ... are computed, which enable us to enforce the metric identities on curved meshes. Similarly, NDG provides Fscale = sJ ./ J(Fmask, :), while StartUpDG.jl only provides md.Jf, which is equivalent to sJ. Fscale, as well as the NDG geometric terms and can be recovered by dividing by md.J.

    Internally, NDG uses arrays EToE and EToF to compute the interface connectivity array mapP. StartUpDG.jl uses instead a face-to-face connectivity array FToF. However, EToE, EToF, and FToF are not typically required for the matrix-free explicit solvers targeted by this package.

    diff --git a/v1.1.5/ex_dg_deriv/index.html b/v1.1.5/ex_dg_deriv/index.html new file mode 100644 index 00000000..3dd20c99 --- /dev/null +++ b/v1.1.5/ex_dg_deriv/index.html @@ -0,0 +1,28 @@ + +Example: computing DG derivatives · StartUpDG.jl

    Example: approximating derivatives using DG

    MeshData can be used to compute DG derivatives. Suppose $f$ is a differentiable function and the domain $\Omega$ can be decomposed into non-overlapping elements $D^k$. The approximation of $\frac{\partial f}{\partial x}$ can be approximated using the following formulation: find piecewise polynomial $u$ such that for all piecewise polynomials $v$

    \[\int_{\Omega} u v = \sum_k \left( \int_{D^k} \frac{\partial u}{\partial x}v + \int_{\partial D^k} \frac{1}{2} \left[u\right]n_x v \right)\]

    Here, $\left[u\right] = u^+ - u$ denotes the jump across an element interface, and $n_x$ is the $x$-component of the outward unit normal on $D^k$.

    Discretizing the left-hand side of this formulation yields a mass matrix. Inverting this mass matrix to the right hand side yields the DG derivative. We show how to compute it for a uniform triangular mesh using MeshData and StartUpDG.jl.

    We first construct the triangular mesh and initialize md::MeshData.

    using StartUpDG
    +using Plots
    +
    +N = 3
    +K1D = 8
    +rd = RefElemData(Tri(), N)
    +VXY, EToV = uniform_mesh(Tri(), K1D)
    +md = MeshData(VXY, EToV, rd)

    We can approximate a function $f(x, y)$ using interpolation

    f(x, y) = exp(-5 * (x^2 + y^2)) * sin(1 + pi*x) * sin(2 + pi*y)
    +(; x, y) = md
    +u = @. f(x, y)

    or using quadrature-based projection

    (; Pq ) = rd
    +(; x, y, xq, yq ) = md
    +u = Pq * f.(xq, yq)

    We can use scatter in Plots.jl to quickly visualize the approximation. This is not intended to create a high quality image (see other libraries, e.g., Makie.jl,VTK.jl, or Triplot.jl for publication-quality images).

    (; Vp ) = rd
    +xp, yp, up = Vp * x, Vp * y, Vp * u # interp to plotting points
    +scatter(xp, yp, uxp, zcolor=uxp, msw=0, leg=false, ratio=1, cam=(0, 90))

    Both interpolation and projection create a matrix u of size $N_p \times K$ which contains coefficients (nodal values) of the DG polynomial approximation to $f(x, y)$. We can approximate the derivative of $f(x, y)$ using the DG derivative formulation

    function dg_deriv_x(u, rd::RefElemData, md::MeshData)
    +  (; Vf, Dr, Ds, LIFT ) = rd
    +  (; rxJ, sxJ, J, nxJ, mapP ) = md
    +  uf = Vf * u
    +  ujump = uf[mapP] - uf
    +
    +  # derivatives using chain rule + lifted flux terms
    +  ux = rxJ .* (Dr * u) + sxJ .* (Ds * u)  
    +  dudxJ = ux + LIFT * (.5 * ujump .* nxJ)
    +
    +  return dudxJ ./ J
    +end

    We can visualize the result as follows:

    dudx = dg_deriv_x(u, rd, md)
    +uxp = Vp * dudx
    +scatter(xp, yp, uxp, zcolor=uxp, msw=0, leg=false, ratio=1, cam=(0,90))

    Plots of the polynomial approximation $u(x,y)$ and the DG approximation of $\frac{\partial u}{\partial x}$ are given below

    u dudx

    diff --git a/v1.1.5/index.html b/v1.1.5/index.html new file mode 100644 index 00000000..432813b3 --- /dev/null +++ b/v1.1.5/index.html @@ -0,0 +1,20 @@ + +Home · StartUpDG.jl

    Overview

    This package contains routines to initialize reference element operators, physical mesh arrays, and connectivity arrays for nodal DG methods. The codes roughly based on Nodal Discontinuous Galerkin Methods by Hesthaven and Warburton (2007).

    A short example

    using StartUpDG
    +
    +# polynomial degree and mesh size
    +N = 3
    +K1D = 8
    +
    +# init ref element and mesh
    +rd = RefElemData(Tri(), N)
    +VXY, EToV = uniform_mesh(Tri(), K1D)
    +md = MeshData(VXY, EToV, rd)
    +
    +# Define a function by interpolation
    +(; x, y ) = md
    +u = @. exp(-10 * (x^2 + y^2))
    +
    +# Compute derivatives using geometric mapping + chain rule
    +(; Dr, Ds ) = rd
    +(; rxJ, sxJ, J ) = md
    +dudx = (rxJ .* (Dr * u) + sxJ .* (Ds * u)) ./ J
    diff --git a/v1.1.5/index_refs/index.html b/v1.1.5/index_refs/index.html new file mode 100644 index 00000000..79934a22 --- /dev/null +++ b/v1.1.5/index_refs/index.html @@ -0,0 +1,105 @@ + +Reference · StartUpDG.jl

    Index

    Functions

    StartUpDG.BoundaryTagPlotterType
    BoundaryTagPlotter(triout::TriangulateIO)

    Plot recipe to visualize boundary tags by color. Usage: plot(BoundaryTagPlotter(triout))

    source
    StartUpDG.CurvedMeshType
    struct CurvedMesh{T}

    Mesh type indicating that the mesh has been curved. Stores the original mesh type as a field.

    Fields

    originalmeshtype :: T

    source
    StartUpDG.CutCellMeshType

    CutCellMesh is used in the MeshData field mesh_type for cut cell meshes.

    The field physical_frame_elements is a container with shifting/scaling information for each element. We evaluate the physical basis over each element by applying a shifting and scaling of the physical coordinates. The resulting shifted/scaled coordinates then fall into the reference element and can be used to evaluate a reference element basis.

    The field cut_face_nodes is a container whose elements are indices of face nodes for a cut element. In other words, md.xf.cut[cut_face_nodes[1]] returns the face nodes of the first element.

    We assume all cut elements have the same number of volume quadrature points (which is at least the dimension of a degree 2N polynomial space).

    The field objects contains a tuple of the objects used to define the cut region.

    The field cut_cell_operators contains optionally precomputed operators (mass, differntiation, face interpolation, and lifting operators).

    The field cut_cell_data contains additional data from PathIntersections.

    source
    StartUpDG.MeshDataType
    MeshData(rd::RefElemData, objects, 
    +         vx::AbstractVector, vy::AbstractVector,
    +         quadrature_type=Subtriangulation(); 
    +         quad_rule_face=get_1d_quadrature(rd), 
    +         precompute_operators=false)

    Constructor for MeshData utilizing moment fitting. Does not guarantee positive quadrature weights, and is slower due to the use of adaptive sampling to construct

    !!! Warning: this may be deprecated or removed in future versions.

    source
    StartUpDG.MeshDataType
    struct MeshData{Dim, Tv, Ti}

    MeshData: contains info for a high order piecewise polynomial discretization on an unstructured mesh.

    Example:

    N, K1D = 3, 2
    +rd = RefElemData(Tri(), N)
    +VXY, EToV = uniform_mesh(Tri(), K1D)
    +md = MeshData(VXY, EToV, rd)
    +(; x, y ) = md
    source
    StartUpDG.MeshDataMethod
    MeshData(VXYZ, EToV, rd::RefElemData)
    +MeshData((VXYZ, EToV), rd::RefElemData)

    Returns a MeshData struct with high order DG mesh information from the unstructured mesh information (VXYZ..., EToV).

    MeshData(rd::RefElemData, md::MeshData, xyz...)

    Given new nodal positions xyz... (e.g., from mesh curving), recomputes geometric terms and outputs a new MeshData struct. Only fields modified are the coordinate-dependent terms xyz, xyzf, xyzq, rstxyzJ, J, nxyzJ, Jf.

    source
    StartUpDG.MeshImportOptionsType
    MeshImportOptions

    This struct allows the user to opt for supported features when importing a Gmsh 4.1 .msh file.

    Support

    • grouping::Bool | On import would you like to include physical group assignements of 2D elements?
    • remap_group_name::Bool | On import would you like to maintain or remap physical group ID? Remap results in groupIds in the range 1:number_group_ids.
    source
    StartUpDG.MeshPlotterType
    MeshPlotter(rd::RefElemData, md::RefElemData)

    Plot recipe to plot a (possibly curved) quadrilateral or triangular mesh. Usage: plot(MeshPlotter(...))

    source
    StartUpDG.MultidimensionalQuadratureType
    MultidimensionalQuadrature

    A type parameter for Polynomial indicating that the quadrature has no specific structure. Example usage:

    # these are both equivalent
    +approximation_type = Polynomial{MultidimensionalQuadrature}() 
    +approximation_type = Polynomial(MultidimensionalQuadrature())
    source
    StartUpDG.MultipleRefElemDataType
    struct MultipleRefElemData{T <: NamedTuple}
    +    data::T
    +end

    Holds multiple RefElemData objects in data where typeof(data) <: NamedTuple.

    Individual RefElemData can be accessed via getproperty, for example rds.Tri.

    source
    StartUpDG.NamedArrayPartitionType
    NamedArrayPartition(; kwargs...)
    +NamedArrayPartition(x::NamedTuple)

    Similar to an ArrayPartition but the individual arrays can be accessed via the constructor-specified names. However, unlike ArrayPartition, each individual array must have the same element type.

    source
    StartUpDG.NonConformingMeshType
    Experimental implementation

    This is an experimental feature and may change without warning in future releases.

    This is a proof of concept implementation of a non-conforming mesh in StartUpDG.jl. The intended usage is as follows:

    rd = RefElemData(Quad(), N=7)
    +md = MeshData(NonConformingQuadMeshExample(), rd)
    +
    +(; x, y) = md
    +u = @. sin(pi * x) * sin(pi * y)
    +
    +# interpolate to faces
    +num_total_faces = num_faces(rd.element_type) * md.num_elements
    +uf = reshape(rd.Vf * u, :, num_total_faces)
    +
    +# interpolate faces to mortars (`uf` denotes mortar faces for `NonConformingMesh` types)
    +(; nonconforming_faces, mortar_interpolation_matrix) = md.mesh_type
    +
    +u_mortar = reshape(mortar_interpolation_matrix * uf[:, nonconforming_faces], :, 2 * length(nonconforming_faces))
    +
    +# construct interior (uM = u⁻ "minus") values and exterior (uP = u⁺ "plus") values
    +uM = hcat(uf, u_mortar) # uM = both element faces and mortar faces
    +uP = uM[md.mapP]

    The mortar_projection_matrix similarly maps values from 2 mortar faces back to values on the original non-conforming face. These can be used to create DG solvers on non-conforming meshes.

    source
    StartUpDG.PhysicalFrameType
    `PhysicalFrame{NDIMS} <: AbstractElemShape{NDIMS}`

    PhysicalFrame element type. Uses a total degree N approximation space, but is computed with a tensor product Legendre basis as opposed to a triangular PKDO basis. Stores fields shifting and scaling to shift/scale physical coordinates so that they are on the reference element.

    PhysicalFrame()
    +PhysicalFrame(x, y)
    +PhysicalFrame(x, y, vx, vy): stores coordinates `vx, vy` of background Cartesian cell

    Constructors for a PhysicalFrame object (optionally uses arrays of points x, y on a cut element).

    source
    StartUpDG.PolynomialType
    Polynomial{T}

    Represents polynomial approximation types (as opposed to finite differences). By default, Polynomial() constructs a Polynomial{StartUpDG.DefaultPolynomialType}. Specifying a type parameters allows for dispatch on additional structure within a polynomial approximation (e.g., collocation, tensor product quadrature, etc).

    source
    StartUpDG.RefElemDataType
    struct RefElemData

    RefElemData: contains info (interpolation points, volume/face quadrature, operators) for a high order nodal basis on a given reference element.

    Example:

    N = 3
    +rd = RefElemData(Tri(), N)
    +(; r, s ) = rd
    source
    StartUpDG.RefElemDataMethod
    RefElemData(elem; N, kwargs...)
    +RefElemData(elem, approx_type; N, kwargs...)

    Keyword argument constructor for RefElemData (to "label" N via rd = RefElemData(Line(), N=3))

    source
    StartUpDG.RefElemDataMethod
    RefElemData(elem::Line, approximation_type, N;
    +            quad_rule_vol = quad_nodes(elem, N+1))
    +RefElemData(elem, approximation_type, N;
    +            quad_rule_vol = quad_nodes(elem, N),
    +            quad_rule_face = quad_nodes(face_type(elem), N))

    Constructor for RefElemData for different element types.

    source
    StartUpDG.RefElemDataMethod
    RefElemData(elementType::Line, approxType::SBP, N)
    +RefElemData(elementType::Quad, approxType::SBP, N)
    +RefElemData(elementType::Hex,  approxType::SBP, N)
    +RefElemData(elementType::Tri,  approxType::SBP, N)

    SBP reference element data for Quad(), Hex(), and Tri() elements.

    For Line(), Quad(), and Hex(), approxType is SBP{TensorProductLobatto}.

    For Tri(), approxType can be SBP{Kubatko{LobattoFaceNodes}}, SBP{Kubatko{LegendreFaceNodes}}, or SBP{Hicken}.

    source
    StartUpDG.RefElemDataMethod
    RefElemData(elem::Pyr, 
    +            approximation_type::Polynomial, N;
    +            quad_rule_vol=quad_nodes(elem, N),
    +            quad_rule_face_quad=quad_nodes(Quad(), N), 
    +            quad_rule_face_tri=quad_nodes(Tri(), N), 
    +            quad_rule_face=(quad_rule_face_quad, quad_rule_face_tri),
    +            Nplot=10)

    Builds operators for pyramids.

    source
    StartUpDG.RefElemDataMethod
    RefElemData(elem::Union{Line, Quad, Hex}, approximation_type::Polynomial{Gauss}, N)

    Builds a rd::RefElemData with (N+1)-point Gauss quadrature in each dimension.

    source
    StartUpDG.RefElemDataMethod
    RefElemData(elem::Union{Tri, Tet, Pyr}, approx_type::Polynomial{<:TensorProductQuadrature}, N; kwargs...)
    +RefElemData(elem::Union{Wedge}, 
    +                 approx_type::Polynomial{<:TensorProductQuadrature}, N; 
    +                 quad_rule_tri = stroud_quad_nodes(Tri(), 2 * N),
    +                 quad_rule_line = gauss_quad(0, 0, N),
    +                 kwargs...)

    Uses collapsed coordinate volume quadrature. Should be called via

    RefElemData(Tri(), Polynomial(TensorProductQuadrature()), N)
    source
    StartUpDG.RefElemDataMethod
    RefElemData(elem::Wedge, approximation_type::Polynomial, N;
    +            quad_rule_vol=quad_nodes(elem, N),
    +            quad_rule_face_quad=quad_nodes(Quad(), N), 
    +            quad_rule_face_tri=quad_nodes(Tri(), N), 
    +            quad_rule_face=(quad_rule_face_quad, quad_rule_face_tri),
    +            Nplot=10)

    Builds operators for prisms/wedges

    source
    StartUpDG.TensorProductQuadratureType
    TensorProductQuadrature{T}

    A type parameter to Polynomial indicating that the quadrature has a tensor product structure. Example usage:

    # these are both equivalent
    +approximation_type = Polynomial{TensorProductQuadrature}(gauss_quad(0, 0, 1)) 
    +approximation_type = Polynomial(TensorProductQuadrature(gauss_quad(0, 0, 1)))
    source
    StartUpDG.VertexMappedMeshType
    struct VertexMappedMesh

    The default MeshData mesh type, represents a mesh which is defined purely by vertex locations and element-to-vertex connectivities. For example, these include affine triangular meshes or bilinear quadrilateral or trilinear hexahedral meshes.

    Fields

    element_type :: TE <: AbstractElemShape
    VXYZ :: TV
    EToV :: TEV

    source
    StartUpDG.VertexMeshPlotterType
    VertexMeshPlotter((VX, VY), EToV, fv)
    +VertexMeshPlotter(triout::TriangulateIO)

    Plot recipe to plot a quadrilateral or triangular mesh. Usage: plot(VertexMeshPlotter(...))

    source
    NodesAndModes.equi_nodesMethod
    function NodesAndModes.equi_nodes(elem::PhysicalFrame, curve, N)

    Returns back Np(N) equally spaced nodes on the background quadrilateral corresponding to elem, with points inside of curve removed.

    source
    StartUpDG.MeshData_to_vtkFunction

    MeshDatatovtk(md, rd, dim, data, dataname, datatype, filename, writedata = false, equidist_nodes = true)

    Translate the given mesh into a vtk-file. md holds a MeshData object rd holds a reference element data/RefElemData of a TensorProductWedge data holds an array of arrays (of size num_nodes by num_elements) with plotting data dataname is an array of strings with name of the associated data write_data, flag if data should be written or not (e.g., if data is not written, only the mesh will be saved as output) equi_dist_nodes flag if points should be interpolated to equidstant nodes

    source
    StartUpDG.MeshData_to_vtkMethod
    MeshData_to_vtk(md, rd, dim, data, dataname, datatype, filename, write_data = false, equi_dist_nodes = true)

    Translate the given mesh into a vtk-file. md holds a MeshData object rd holds a reference element data/RefElemData object. data holds an array of arrays (of size num_nodes by num_elements) with plotting data dataname is an array of strings with name of the associated data write_data, flag if data should be written or not (e.g., if data is not written, only the mesh will be saved as output) equi_dist_nodes flag if points should be interpolated to equidstant nodes

    source
    StartUpDG.build_node_mapsMethod
    build_node_maps(FToF, Xf)

    Intialize the connectivity table along all edges and boundary node tables of all elements. mapM - map minus (interior). mapP - map plus (exterior).

    Xf = (xf, yf, zf) and FToF is size (Nfaces * K) and FToF[face] = face neighbor

    mapM, mapP are size Nfp x (Nfaces*K)

    Examples

    julia> mapM, mapP, mapB = build_node_maps(FToF, (xf, yf))
    source
    StartUpDG.caratheodory_pruning_qrMethod
    caratheodory_pruning_qr(V, w_in)

    This performs Caratheodory pruning using a naive QR-based algorithm. Returns (w, inds), where inds denotes sub-selected indices for a reduced quadrature rule, and w is a vector of reduced positive weights.

    The original Matlab code this was based on was authored by Akil Narayan.

    source
    StartUpDG.ck45Method
    ck45()

    Returns coefficients rka,rkb,rkc for the 4th order 5-stage low storage Carpenter/Kennedy Runge Kutta method. Coefficients evolve the residual, solution, and local time, e.g.,

    Example

    for i in eachindex(rk4a, rk4b)
    +    @. res = rk4a[i] * res + dt * rhs # i = RK stage
    +    @. u  += rk4b[i] * res
    +end
    source
    StartUpDG.connect_meshMethod
    connect_mesh(EToV,fv)

    Inputs:

    • EToV is a num_elements by Nv matrix whose rows identify the Nv vertices

    which make up one of the num_elements elements.

    • fv (an array of arrays containing unordered indices of face vertices).

    Output: FToF, an length(fv) by num_elements index array containing face-to-face connectivity.

    source
    StartUpDG.connect_meshMethod
    connect_mesh(rd, face_centroids, region_flags, cutcells; tol = 1e2 * eps())

    Connects faces of a cut mesh to each other, returns FToF such that face f is connected to FToF[f].

    Inputs:

    • rd::RefElemData
    • facecentroids = (facecentroidsx, facecentroidsy), where `facecentroids_x/y` are vectors of coordinates of face centroids
    • region_flags, cutcells are return arguments from PathIntersections.define_regions

    The keyword argument tol is the tolerance for matches between face centroids.

    source
    StartUpDG.construct_cut_surface_quadratureFunction
    construct_cut_surface_quadrature(N, cutcells, quad_rule_1D = gauss_quad(0, 0, N))

    Constructs cut surface quadrature using a degree N geometric mapping and a reference quadrature rule quad_rule_1D. Returns xf, yf, nxJ, nyJ, wf which are vectors, and face_node_indices, which is a Vector{Vector{Int}} of global face node indices (which index into xf.cut, yf.cut, etc) for each face of each cut element.

    On boundaries of cut cells, the surface quadrature is taken to be exact for degree N^2 + (N-1) polynomials. This ensures satisfaction of a weak GSBP property.

    source
    StartUpDG.construct_cut_volume_quadratureMethod
    construct_cut_volume_quadrature(N, cutcells; target_degree = 2 * N - 1)

    Constructs volume quadrature using subtriangulations of cut cells and Caratheodory pruning. The resulting quadrature is exact for polynomials of degree target_degree.

    We set target_degree to 2 * N - 1 by default, which is sufficient to ensure that ∫du/dx * v is integrated exactly so that integration by parts holds under the generated cut cell quadrature.

    source
    StartUpDG.estimate_hMethod
    estimate_h(rd::RefElemData, md::MeshData)
    +estimate_h(e, rd::RefElemData, md::MeshData) # e = element index

    Estimates the mesh size via min sizeofdomain * |J|/|Jf|, since |J| = O(hᵈ) and |Jf| = O(hᵈ⁻¹).

    source
    StartUpDG.findlineMethod

    findline(word::String, lines)

    Outputs the line number of word in lines.

    It is assumed that the word exists at least once in the file.

    source
    StartUpDG.get_boundary_face_labelsMethod
    function get_boundary_face_labels(triout::TriangulateIO, md::MeshData{2})

    Find Triangle segment labels of boundary faces. Returns two arguments:

    • boundary_face_tags: tags of faces on the boundary
    • boundary_faces: list of faces on the boundary of the domain
    source
    StartUpDG.get_node_boundary_tagsMethod
    function get_node_boundary_tags(triout::TriangulateIO,md::MeshData{2},rd::RefElemData{2,Tri})

    Computes node_tags = Nfp x Nfaces * num_elements array where each entry is a Triangulate.jl tag number.

    source
    StartUpDG.get_num_elementsFunction

    returns the number of elements in a .msh file of a specified dimension

    Notes: Gmsh includes elements in a .msh file of multiple dimensions. We want a count of how many

    2D elements are in our file. This corisponds to the number of elements in our tri mesh.

    source
    StartUpDG.hex_vtk_orderFunction
    hex_vtk_order(corner_verts, order, dim, skip = false)

    Compute the coordinates of a VTKLAGRANGEHEXAHEDRON of a hex of order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. If skip is set to true, the coordinates of the vertex- and edge-points aren't computed, which can be used to compute points of a VTK_LAGRANGE_HEXHEDRON

    Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py

    VTK node numbering of a hexagon:

                8+------+7
    +            /|     /|
    +           / |    / |
    +         5+------+6 |

    z | 4+–-|–+3 | y | / | / |/ |/ |/ 0–> x 1+–––+2

    source
    StartUpDG.hybridized_SBP_operatorsMethod
    function hybridized_SBP_operators(rd::RefElemData{DIMS})

    Constructs hybridized SBP operators given a RefElemData. Returns operators Qrsth..., VhP, Ph.

    source
    StartUpDG.hybridized_SBP_operatorsMethod
    hybridized_SBP_operators(md::MeshData{2, <:CutCellMesh})

    This constructs hybridized SBP operators using the approach taken in Chan (2019), "Skew-Symmetric Entropy Stable Modal Discontinuous Galerkin Formulations". https://doi.org/10.1007/s10915-019-01026-w

    This function returns hybridized_operators::Vector{Tuple{<:Matrix, <:Matrix}} and project_and_interp_operators, projection_operators, interpolation_operators, which are all Vector{<:Matrix}, where each entry corresponds to a cut element.

    source
    StartUpDG.make_periodicMethod
    make_periodic(md::MeshData{Dim}, is_periodic...) where {Dim}
    +make_periodic(md::MeshData{Dim}, is_periodic = ntuple(x -> true, Dim)) where {Dim}
    +make_periodic(md::MeshData, is_periodic = true)

    Returns new MeshData such that the node maps mapP and face maps FToF are now periodic. Here, is_periodic is a tuple of Bool indicating whether or not to impose periodic BCs in the x,y, or z coordinate.

    source
    StartUpDG.n_verts_betweenMethod
    n_verts_between(n, from, to, dim)

    Compute the coordinates of n equally distributed points between the points given by from and to. dim is the dimension of from and to. Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py

    source
    StartUpDG.quad_vtk_orderFunction
    quad_vtk_order(corner_verts, order, dim, skip = false)

    Compute the coordinates of a VTKLAGRANGEQUAD of a quad of order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. If skip is set to true, the coordinates of the vertex- and edge-points aren't computed, which can be used to compute points of a VTK_LAGRANGE_QUAD Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py

    source
    StartUpDG.read_Gmsh_2DMethod
    read_Gmsh_2D(filename, args...)

    Reads a 2D triangular Gmsh file. Mesh formats 2.2 and 4.1 supported. Returns (VX, VY), EToV.

    Examples

    VXY, EToV = read_Gmsh_2D("eulerSquareCylinder2D.msh") # v2.2 file format
    +VXY, EToV = read_Gmsh_2D("test/testset_Gmsh_meshes/periodicity_mesh_v4.msh") # v4.1 file format
    +
    +# if MeshImportOptions.grouping=true, then a third variable `grouping` is returned
    +VXY, EToV, grouping = read_Gmsh_2D("test/testset_Gmsh_meshes/periodicity_mesh_v4.msh", MeshImportOptions(true, false))
    +VXY, EToV, grouping = read_Gmsh_2D("test/testset_Gmsh_meshes/periodicity_mesh_v4.msh", true) # same as above

    See also

    https://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format
    https://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format-version-2-0028Legacy0029

    source
    StartUpDG.read_Gmsh_2D_v2Method
    read_Gmsh_2D_v2(filename)

    Reads triangular GMSH 2D file format 2.2 0 8. Returns (VX, VY), EToV.

    Examples

    VXY, EToV = read_Gmsh_2D_v2("eulerSquareCylinder2D.msh")

    https://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format-version-2-0028Legacy0029

    source
    StartUpDG.read_Gmsh_2D_v4Function

    For brevity when grouping is the only supported feature.

    example: VXY, EToV, grouping = read_Gmsh_2D_v4("file.msh",true)
    +example: VXY, EToV = read_Gmsh_2D_v4("file.msh",false)
    source
    StartUpDG.read_Gmsh_2D_v4Method
    function read_Gmsh_2D_v4(filename, options)

    reads triangular GMSH 2D .msh files.

    Output

    This depends on if grouping is opted for or not

    • returns: (VX, VY), EToV
    • returns: (VX, VY), EToV, grouping

    Supported formats and features:

    • version 4.1 'physical group support 'remap group ids

    grouping application

    When modeling the wave equation you might want wave speeds to vary across your domain. By assigning physical groups in Gmsh we can maintain such groupings upon importing the .msh file. Each imported element will be a member of a phyical group.

    VXY, EToV = read_Gmsh_2D_v4("eulerSquareCylinder2D.msh")
    +VXY, EToV = read_Gmsh_2D_v4("eulerSquareCylinder2D.msh",false)
    +VXY, EToV, grouping = read_Gmsh_2D_v4("eulerSquareCylinder2D.msh", true)
    +
    +option = MeshImportOption(true)
    +VXY, EToV, grouping = read_Gmsh_2D_v4("eulerSquareCylinder2D.msh", option)

    https://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format

    Notes: the version 4 format has a more detailed block data format this leads to more complicated parser.

    source
    StartUpDG.refineFunction
    function refine(triout, h, href = h/2)

    Refinement of a previous mesh given the current mesh size h. Preserves boundary/volume tags.

    source
    StartUpDG.remap_element_groupingMethod

    remapelementgrouping!(eg::Vector{Int}) GMSH uses integers for naming conventions. This function remaps the Gmsh ids to a list of ids 1:numGroups. This just cleans up a little after Gmsh

    Example output

    remapelementgrouping([16,16,17,17]) -> [1,1,2,2]

    source
    StartUpDG.sort_by_axisMethod
    sort_by_axis(corner_verts)

    Given the points 'corner_verts' sort them in a lexicographical order and return the permutated points.

    source
    StartUpDG.sparse_low_order_SBP_operatorsMethod
    function sparse_low_order_SBP_operators(rd; factor=1.01)

    Constructs sparse low order SBP operators given a RefElemData. Returns operators Qrst..., E ≈ Vf * Pq that satisfy a generalized summation-by-parts (GSBP) property:

        `Q_i + Q_i^T = E' * B_i * E`

    factor is a scaling which determines how close a node must be to another node to be considered a neighbor.

    source
    StartUpDG.subcell_limiting_operatorsMethod
    Δrst, Rrst = subcell_limiting_operators(rd::RefElemData)

    Returns tuples of subcell limiting operators Drst = (Δr, Δs, ...) and R = (Rr, Rs, ...) such that for r where sum(r) = 0, sum(D * Diagonal(θ) * R * r) = 0 for any choice of θ. These operators are useful for conservative subcell limiting techniques (see https://doi.org/10.1016/j.compfluid.2022.105627 for an example of such an approach on tensor product elements).

    Sparse SBP operators used in an intermediate step when buidling these subcell limiting operators; by default, these operators are constructed using sparse_low_order_SBP_operators. To construct subcell limiting operators for a general SBP operator, one can use the following:

    Δ, R = subcell_limiting_operators(Q::AbstractMatrix; tol = 100 * eps())
    source
    StartUpDG.subtriangulated_cutcell_quadratureFunction
    subtriangulated_cutcell_quadrature(cutcell, rd_tri::RefElemData, 
    +                                   r1D = gauss_lobatto_quad(0,0,rd_tri.N))

    Constructs a quadrature from subtriangulations. The degree of both the quadrature rule and isoparametric mapping are specified by rd_tri.

    The optional argument r1D specifies the nodal points used for constructing a curved mapping via interpolatory warp and blend.

    source
    StartUpDG.tag_boundary_facesMethod
    function tag_boundary_faces(md, boundary_name::Symbol = :entire_boundary)
    +function tag_boundary_faces(md, boundary_list::Dict{Symbol, <:Function})

    When called without arguments, just returns Dict(:entire_boundary => boundary_faces)`.

    Example usage:

    julia> rd = RefElemData(Tri(), N=1)
    +julia> md = MeshData(uniform_mesh(Tri(), 2)..., rd)
    +julia> on_bottom_boundary(x, y, tol = 1e-13) = abs(y+1) < tol
    +julia> on_top_boundary(x, y, tol = 1e-13) = abs(y-1) < tol
    +julia> tag_boundary_faces(Dict(:bottom => on_bottom_boundary,
    +                               :top    => on_top_boundary), md)
    source
    StartUpDG.tag_boundary_facesMethod
    function tag_boundary_faces(triout::TriangulateIO,
    +                            rd::RefElemData{2,Tri}, md::MeshData{2},
    +                            boundary_list::Union{NamedTuple,Dict{Symbol,Int}})

    Here, boundary_list is a Dict (or NamedTuple) whose values are the boundary tags for a TriangulateIO mesh format. The output is a Dict or NamedTuple with keys given by boundary_list and values equal to vectors of faces on that given boundary.

    Example usage:

    julia> using Triangulate, StartUpDG
    +julia> triout = scramjet()
    +julia> rd = RefElemData(Tri(),N=1)
    +julia> md = MeshData(triangulateIO_to_VXYEToV(triout)...,rd)
    +julia> tag_boundary_faces(triout,rd,md, Dict(:wall=>1, :inflow=>2, :outflow=>3))
    source
    StartUpDG.triangle_vtk_orderFunction
    triangle_vtk_order(corner_verts, order, dim, skip = false)

    Compute the coordinates of a VTK_LAGRANGE_TRIANGLE of a triangle or order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. If skip is set to true, the coordinates of the vertex- and edge-points aren't computed, which can be used to compute points of a VTK_LAGRANGE_TRIANGLE Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py

    source
    StartUpDG.uniform_meshMethod
    uniform_mesh(elem::Line,Kx)
    +uniform_mesh(elem::Tri,Kx,Ky)
    +uniform_mesh(elem::Quad,Kx,Ky)
    +uniform_mesh(elem::Hex,Kx,Ky,Kz)
    +uniform_mesh(elem, K)

    Uniform Kx (by Ky by Kz) mesh on $[-1,1]^d$, where d is the spatial dimension. Returns (VX,VY,VZ), EToV. When only one K is specified, it assumes a uniform mesh with K elements in each coordinate direction.

    K can also be specified using a keyword argument K1D, e.g., uniform_mesh(elem; K1D = 16).

    source
    StartUpDG.vtk_orderMethod
    vtk_order(elem::Hex, order)

    Construct all node-points of a VTKLAGRANGEHEXAHEDRON of order order. The corner-nodes are given by the reference hexahedron used by StartUpDG in the order defined by vtk.

    source
    StartUpDG.vtk_orderMethod
    vtk_order(elem::Quad, order)

    Construct all node-points of a VTKLAGRANGEQUAD of order order. The corner-nodes are given by the reference quadrilateral used by StartUpDG in the order defined by vtk

    source
    StartUpDG.vtk_orderMethod
    vtk_order(elem::Tri, order)

    Construct all node-points of a VTK_LAGRANGE_TRIANGLE of order order. The corner-nodes are given by the reference-triangle used by StartUpDG in the order defined by vtk

    source
    StartUpDG.vtk_orderMethod
    vtk_order(elem::Wedge, order)

    Construct all node-points of a VTKLAGRANGEWEDGE of order order. The corner-nodes are given by the reference-wedge used by StartUpDG

    source
    StartUpDG.wedge_vtk_orderMethod
    wedge_vtk_order(corner_verts, order, dim)

    Compute the coordinates of a VTKLAGRANGEWEDGE of order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py

    source
    Triangulate.triangulateFunction
    function Triangulate.triangulate(triin::TriangulateIO, maxarea, minangle=20)

    Convenience routine to avoid writing out @sprintf each time. Returns a TriangulateIO object.

    source
    diff --git a/v1.1.5/more_meshes/index.html b/v1.1.5/more_meshes/index.html new file mode 100644 index 00000000..0bad4cd2 --- /dev/null +++ b/v1.1.5/more_meshes/index.html @@ -0,0 +1,52 @@ + +Additional mesh types · StartUpDG.jl

    Additional mesh types

    In addition to more "standard" mesh types, StartUpDG.jl also has experimental support for hybrid and cut-cell meshes. Both are currently restricted to two dimensional domains.

    Hybrid meshes

    Experimental implementation

    This is an experimental feature and may change in future releases.

    There is initial support for hybrid meshes in StartUpDG.jl. The following is a short example where we interpolate a polynomial and compute its derivative.

    rds = RefElemData((Tri(), Quad()), N = 3)
    +
    +# Simple hybrid mesh for testing
    +#   1  7______8______9
    +#      |      | 3  / |
    +#      |   4  |  / 5 |
    +#   0  4 ---- 5 ---- 6 
    +#      |      |      |
    +#      |   1  |   2  |
    +#   -1 1 ---- 2 ---- 3
    +#     -1      0      1
    +VX = [-1; 0; 1; -1; 0; 1; -1; 0; 1]
    +VY = [-1; -1; -1; 0; 0; 0; 1; 1; 1]
    +EToV = [[1 2 4 5], [2 3 5 6], [5 8 9], [4 5 7 8], [9 6 5]]
    +
    +md = MeshData(VX, VY, EToV, rds)
    +
    +# test that the local derivatives of a polynomial recover the exact derivative
    +(; x, y ) = md
    +u = @. x^3 - x^2 * y + 2 * y^3
    +dudx = @. 3 * x^2 - 2 * x * y
    +
    +# compute local derivatives
    +(; rxJ, sxJ, J ) = md
    +dudr, duds = similar(md.x), similar(md.x)
    +dudr.Quad .= rds[Quad()].Dr * u.Quad
    +duds.Quad .= rds[Quad()].Ds * u.Quad
    +dudr.Tri .= rds[Tri()].Dr * u.Tri
    +duds.Tri .= rds[Tri()].Ds * u.Tri
    +
    +@show norm(@. dudx - (rxJ * dudr + sxJ * duds) / J) # should be O(1e-14)

    The main difference in the representation of hybrid meshes compared with standard MeshData objects is the use of NamedArrayPartition arrays as storage for the geometric coordinates. These arrays have "fields" corresponding to the element type, for example

    md.x.Tri
    +md.x.Quad

    but can still be indexed as linear arrays.

    The mapP field behaves similarly. If we interpolate the values of u for each element type to surface quadrature nodes, we can use mapP to linearly index into the array to find neighbors.

    uf = similar(md.xf)
    +uf.Quad .= rds.Quad.Vf * u.Quad
    +uf.Tri .= rds.Tri.Vf * u.Tri
    +uf[md.mapP] # this returns the exterior node values

    Cut Meshes

    Experimental implementation

    This is an experimental feature and may change in future releases.

    Initial support for cut-cell meshes is available via PathIntersections.jl. By passing in a tuple of curves (defined as parametrized functions of one coordinate, see PathIntersections.jl documentation for more detail), StartUpDG.jl can compute a MeshData for a cut-cell mesh.

    circle = PresetGeometries.Circle(R=0.33, x0=0, y0=0)
    +cells_per_dimension_x, cells_per_dimension_y = 4, 4
    +
    +rd = RefElemData(Quad(), N=3)
    +md = MeshData(rd, (circle, ), cells_per_dimension_x, cells_per_dimension_y, Subtriangulation(); precompute_operators=true)

    Here, the final argument quadrature_type = Subtriangulation() determines how the quadrature on cut cells is determined. For Subtriangulation(), the quadrature on cut cells is constructed from a curved isoparametric subtriangulation of the cut cell. The number of quadrature points on a cut cell is then reduced (while preserving positivity) using Caratheodory pruning. If not specified, the quadrature_type argument defaults to Subtriangulation().

    Quadrature rules can also be constructed by specifying quadrature_type = MomentFitting(). The quadrature points on cut cells md.xq.cut are determined from sampling and a pivoted QR decomposition. This is not recommended, as it can be both slower, and the cut-cell quadrature weights md.wJq.cut are not guaranteed to be positive.

    The interpolation points on cut cells md.x.cut are determined from sampled points and a pivoted QR decomposition.

    The optional keyword argument precompute_operators specifies whether to precompute differentiation, face interpolation, mass, and lifting matrices for each cut cell. If precompute_operators=true, these are stored in md.mesh_type.cut_cell_operators.

    As with hybrid meshes, the nodal coordinates md.x, md.y are NamedArrayPartitions with cartesian and cut fields. For example, md.x.cartesian and md.x.cut are the x-coordinates of the Cartesian and cut cells, respectively. Likewise, md.mapP indexes linearly into the array of face coordinates and specifies exterior node indices. For example, we can interpolate a function to face nodes and compute exterior values via the following code:

    (; x, y) = md
    +u = @. x^rd.N - x * y^(rd.N-1) - x^(rd.N-1) * y + y^rd.N # some random function 
    +
    +# interpolate the solution to face nodes
    +uf = similar(md.xf) 
    +uf.cartesian .= rd.Vf * u.cartesian
    +for e in 1:size(md.x.cut, 2)
    +    ids = md.mesh_type.cut_face_nodes[e]
    +    Vf = md.mesh_type.cut_cell_operators.face_interpolation_matrices[e]
    +    uf.cut[ids] .= Vf * u.cut[:, e]
    +end
    +
    +uf[md.mapP] # these are "exterior" values for each entry of `uf`
    diff --git a/v1.1.5/objects.inv b/v1.1.5/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..bec85223c28433f8eddf11d986bb8d43563550b7 GIT binary patch literal 2816 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 literal 0 HcmV?d00001 diff --git a/v1.1.5/search_index.js b/v1.1.5/search_index.js new file mode 100644 index 00000000..176b27ab --- /dev/null +++ b/v1.1.5/search_index.js @@ -0,0 +1,3 @@ +var documenterSearchIndex = {"docs": +[{"location":"MeshData/#MeshData-type","page":"MeshData","title":"MeshData type","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"MeshData includes fields such as","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"xyz::NTuple{Dim, ...}: nodal interpolation points mapped to physical elements. All elements of xyz are N_p times N_rm elements matrices, where N_p are the number of nodal points on each element.\nxyzq::NTuple{Dim, ...}, wJq: volume quadrature points/weights mapped to physical elements. All elements these tuples are N_q times N_rm elements matrices, where N_q is the number of quadrature points on each element.\nxyzf::NTuple{Dim, ...}: face quadrature points mapped to physical elements. All elements of xyz are N_f times N_rm elements matrices, where N_f is the number of face points on each element.\nmapP, mapB: indexing arrays for inter-element node connectivity (mapP) and for extracting boundary nodes from the list of face nodes xyzf (mapB). mapP is a matrix of size N_f times N_rm elements, while the length of mapB is the total number of nodes on the boundary.\nrstxyzJ::SMatrix{Dim, Dim}: volume geometric terms G_ij = fracpartial x_ipartial hatx_j. Each element of rstxyzJ is a matrix of size N_p times N_rm elements.\nJ, Jf: volume and surface Jacobians evaluated at interpolation points and surface quadrature points, respectively. J is a matrix of size N_p times N_rm elements, while Jf is a matrix of size N_f times N_rm elements. \nnxyz::NTuple{Dim, ...} and nxyzJ::NTuple{Dim, ...}: normalized and Jf scaled outward normals evaluated at surface quadrature points. Each element of nxyzJ is a matrix of size N_f times N_rm elements. ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"These are the main quantities used to construct a DG solver. Information specific to the type of mesh used is stored in the md.mesh_type field. ","category":"page"},{"location":"MeshData/#Setting-up-md::MeshData","page":"MeshData","title":"Setting up md::MeshData","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"The MeshData struct contains data for high order DG methods useful for evaluating DG formulations in a matrix-free fashion.","category":"page"},{"location":"MeshData/#Generating-unstructured-meshes","page":"MeshData","title":"Generating unstructured meshes","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"For convenience, simple uniform meshes are included in with StartUpDG.jl via uniform_mesh","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"using StartUpDG\nnum_cells_x, num_cells_y, num_cells_z = 4, 2, 8\n(VX,), EToV = uniform_mesh(Line(), num_cells_x)\n(VX, VY), EToV = uniform_mesh(Tri(), num_cells_x, num_cells_y)\n(VX, VY), EToV = uniform_mesh(Quad(), num_cells_x, num_cells_y)\n(VX, VY, VZ), EToV = uniform_mesh(Tet(), num_cells_x, num_cells_y, num_cells_z)\n(VX, VY, VZ), EToV = uniform_mesh(Pyr(), num_cells_x, num_cells_y, num_cells_z)\n(VX, VY, VZ), EToV = uniform_mesh(Wedge(), num_cells_x, num_cells_y, num_cells_z)\n(VX, VY, VZ), EToV = uniform_mesh(Hex(), num_cells_x, num_cells_y, num_cells_z)","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"The uniform triangular mesh is constructed by creating a uniform quadrilateral mesh then bisecting each quad into two triangles. Wedge meshes are constructed similarly. Tet meshes are constructed by dividing each hexahedron into 5 tetrahedral elements. Pyramid meshes are constructed by dividing each hexahedron into 6 pyramids. ","category":"page"},{"location":"MeshData/#Initializing-high-order-DG-mesh-data","page":"MeshData","title":"Initializing high order DG mesh data","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"Given unstructured mesh information (tuple of vertex coordinates VXYZ and index array EToV) high order DG mesh data can be constructed as follows:","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"md = MeshData(VXYZ, EToV, rd)","category":"page"},{"location":"MeshData/#Enforcing-periodic-boundary-conditions","page":"MeshData","title":"Enforcing periodic boundary conditions","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"Periodic boundary conditions can be enforced via the is_periodic keyword argument ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"md_periodic = MeshData((VX, VY), EToV, rd; is_periodic=true) # periodic in both x and y coordinates\nmd_periodic_x = MeshData((VX, VY), EToV, rd; is_periodic=(true, false)) # periodic in x direction, but not y","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"or by calling make_periodic, which returns a new MeshData instance","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"md = MeshData((VX, VY), EToV, rd)\nmd_periodic = make_periodic(md) # periodic in both x and y coordinates\nmd_periodic_x = make_periodic(md, true, false) # periodic in x direction, but not y","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"In either case, the MeshData indexing arrays fields mapP,mapB, and FToF are modified to account for periodicity.","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"One can check which dimensions are periodic via the is_periodic field of MeshData. For example, the md_periodic_x example above gives","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"julia> md_periodic_x.is_periodic\n(true, false)","category":"page"},{"location":"MeshData/#Creating-curved-meshes","page":"MeshData","title":"Creating curved meshes","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"It is common to generate curved meshes by first generating a linear mesh, then moving high order nodes on the linear mesh. This can be done by calling MeshData again with new x, y coordinates:","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"md = MeshData((VX, VY), EToV, rd)\n(; x, y ) = md\n# <-- code to modify high order nodes (x,y)\nmd_curved = MeshData(rd, md, x, y)","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"MeshData(rd, md, x, y) and MeshData(rd, md, x, y, z) are implemented for 2D and 3D, though this is not currently implemented in 1D.","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"More generally, one can create a copy of a MeshData with certain fields modified by using @set or setproperties from Setfield.jl.","category":"page"},{"location":"MeshData/#Unstructured-and-pre-defined-triangular-meshes-using-Triangulate.jl","page":"MeshData","title":"Unstructured and pre-defined triangular meshes using Triangulate.jl","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"StartUpDG.jl also includes additional utilities based on Triangulate.jl for creating and visualizing meshes. Several pre-defined geometries are included in StartUpDG.jl. A few examples are SquareDomain, RectangularDomainWithHole, Scramjet, and CircularDomain. See triangulate_example_meshes.jl for a more complete list and field arguments. These can each be called using triangulate_domain, for example the following code will create a mesh of a scramjet:","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"meshIO = triangulate_domain(Scramjet())\n(VX, VY), EToV = triangulateIO_to_VXYEToV(meshIO)\nrd = RefElemData(Tri(), 7)\nmd = MeshData((VX, VY), EToV, rd)","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"A quick plot of the face nodes via ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"using Plots\nscatter(vec.(md.xyzf)..., msw=0, ms=1, aspect_ratio=:equal, ylims=(0,2), leg=false)","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"shows the following figure (Image: u)","category":"page"},{"location":"MeshData/#Unstructured-curved-quadrilateral-and-hexahedral-meshes-using-HOHQMesh.jl","page":"MeshData","title":"Unstructured curved quadrilateral and hexahedral meshes using HOHQMesh.jl","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"StartUpDG.jl also reads in .mesh files generated by HOHQMesh.jl. The following code constructs a MeshData which represents a curved quadrilateral mesh generated by HOHQMesh.jl. ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"using StartUpDG\nrd = RefElemData(Quad(), 4)\nhmd = read_HOHQMesh(\"test/testset_HOHQMesh_meshes/easy_example.mesh\", Quad())\nmd = MeshData(hmd, rd)","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"We can visualize the mesh using ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"using Plots\nplot(rd, md) # can also use `plot(MeshPlotter(rd, md))`","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"which yields the following figure:","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"(Image: u)","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"The boundary faces are also automatically tagged with the labels provided in the HOHQMesh file. Each boundary tag and the faces that lie on it are stored in md.mesh_type.boundary_faces. ","category":"page"},{"location":"MeshData/#Tagging-boundary-faces-and-boundary-nodes","page":"MeshData","title":"Tagging boundary faces and boundary nodes","text":"","category":"section"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"One can \"tag\" boundary faces (or boundary nodes) by specifying boolean functions which evaluate to true if a point is on a given boundary segment. ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"rd = RefElemData(Tri(), N=3)\nmd = MeshData(uniform_mesh(Tri(), 1)..., rd)\non_bottom_boundary(point, tol=1e-13) = abs(point[2] + 1) < tol # point = (x,y)\non_top_boundary(point, tol=1e-13) = abs(point[2] - 1) < tol \n\nboundary_face_dict = tag_boundary_faces(md, Dict(:bottom => on_bottom_boundary, :top => on_top_boundary))\nboundary_node_dict = tag_boundary_nodes(rd, md, Dict(:bottom => on_bottom_boundary, :top => on_top_boundary))","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"You can also specify a list of boundaries using NamedTuples ","category":"page"},{"location":"MeshData/","page":"MeshData","title":"MeshData","text":"boundary_face_dict = tag_boundary_faces(md, (; :bottom=>on_bottom_boundary,:top=>on_top_boundary))\nboundary_node_dict = tag_boundary_nodes(rd, md, (; :bottom=>on_bottom_boundary,:top=>on_top_boundary))","category":"page"},{"location":"RefElemData/#RefElemData-type","page":"RefElemData","title":"RefElemData type","text":"","category":"section"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"RefElemData contains the following fields","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"element_type::AbstractElemShape: element shape. Line, Tri, Quad, Hex, Wedge, Pyr, Tet currently supported.\napproximation_type: approximation type. Defaults to Polynomial(), but SBP() is also supported (see RefElemData based on SBP finite differences).\nNfaces: number of faces on a given type of reference element.\nfv: list of vertices defining faces, e.g., [1,2], [2,3], [3,1] for a triangle\nFmask: indices of interpolation nodes which lie on the faces\nVDM: the generalized Vandermonde matrix, a square matrix whose columns are V_ij = phi_j(x_i, where phi_j are orthonormal basis functions and x_i are interpolation points.\nrst::NTuple{Dim, ...}: tuple of vectors of length N_p, each of which contains coordinates of degree N optimized polynomial interpolation points.\nrstq::NTuple{Dim, ...},wq, Vq: tuple of volume quadrature points, vector of weights, and quadrature interpolation matrix. Each element of rstq and wq are vectors of length N_q, and Vq is a matrix of size N_q times N_p.\nN_{\\rm plot}: the degree which determines the number of plotting points N_prm plot.\nrstp::NTuple{Dim, ...}, Vp: tuple of plotting points and plotting interpolation matrix. Each element of rstp is a vector of length N_prm plot, and Vp is a matrix of size N_prm plot times N_p.\nrstf::NTuple{Dim, ...},wf, Vf: tuple of face quadrature points, weights, and face interpolation matrix. Each element of rstf and wf are vectors of length N_f, and Vf is a matrix of size N_f times N_p.\nnrstJ::NTuple{Dim, ...}: tuple of outward reference normals, scaled by the face Jacobian. Each element is a vector of length N_f.\nM: mass matrix computed using quadrature. Size N_p times N_p\nPq: quadrature-based L^2 projection matrix. Size N_p times N_q.\nDrst::NTuple{Dim, ...}, LIFT: differentiation and lifting matrices. Differentiation matrices are size N_p times N_p while lift matrices are size N_ptimes N_f.","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"This list is incomplete; other fields are stored or accessible but currently only used for internal computations.","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"Mass, differentiation, lifting, and interpolation matrices can be specialized. For example, these matrices are dense Matrix{T} type for lines and triangles, but could also be stored as sparse matrices for quadrilaterals and hexahedra.","category":"page"},{"location":"RefElemData/#Setting-up-rd::RefElemData","page":"RefElemData","title":"Setting up rd::RefElemData","text":"","category":"section"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"The struct rd::RefElemData contains data for a given element type. All common reference elements are supported: Line, Tri, Quad, Tet, Pyr, Wedge, and Hex.","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"To initalize a RefElemData, just specify the element type and polynomial degree.","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"N = 3\n\n# 1D elements \nrd = RefElemData(Line(), N)\n\n# 2D elements\nrd = RefElemData(Tri(), N)\nrd = RefElemData(Quad(), N)\n\n# 3D elements\nrd = RefElemData(Tet(), N)\nrd = RefElemData(Pyr(), N)\nrd = RefElemData(Wedge(), N)\nrd = RefElemData(Hex(), N)","category":"page"},{"location":"RefElemData/#Specifying-different-quadrature-rules.","page":"RefElemData","title":"Specifying different quadrature rules.","text":"","category":"section"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"By default, RefElemData initializes volume and surface quadrature rules to be the minimum rules which exactly integrate the unweighted volume and surface mass matrices. If different quadrature rules are desired, they can be specified as follows: ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"N = 3\n\n# create degree N tensor product Gauss-Lobatto rule\nr1D, w1D = gauss_lobatto_quad(0, 0, N)\nrq, sq = vec.(StartUpDG.meshgrid(r1D))\nwr, ws = vec.(StartUpDG.meshgrid(w1D))\nwq = @. wr * ws\n\nrd = RefElemData(Quad(), N; quad_rule_vol = (rq, sq, wq), \n quad_rule_face = (r1D, w1D))","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"This results in a DG spectral element method (DG-SEM) discretization, with a diagonal lumped mass matrix and differentiation matrices which satisfy a summation-by-parts property. ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"By default, RefElemData is constructed for a nodal basis (in order to facilitate curved meshes, connectivity, etc). The interpolation nodes are computed using an interpolatory version of the warp-and-blend procedure. ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"note: Note\nWhile specifying the quadrature rule changes the discretization, it is not reflected in the RefElemData type and thus cannot be specialized on. The following constructors produce RefElemData where the quadrature structure is reflected in the type parameters:rd = RefElemData(Hex(), Polynomial(TensorProductQuadrature(quad_nodes(Line(), N+1)), N)) # tensor product quadrature rules\nrd = RefElemData(Quad(), Polynomial{Gauss}(), N) # (N+1)^d point tensor product Gauss quadrature","category":"page"},{"location":"RefElemData/#RefElemData-based-on-SBP-finite-differences","page":"RefElemData","title":"RefElemData based on SBP finite differences","text":"","category":"section"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"It is also possible to construct a RefElemData based on both traditional finite difference SBP operators and multi-dimensional SBP finite difference operators. The traditional finite difference SBP operators are built using SummationByPartsOperators.jl. The multi-dimensional SBP operators utilize nodes constructed by Tianheng Chen and Chi-Wang Shu, Ethan Kubatko, and Jason Hicken. ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"Some examples of traditional finite difference SBP operators on tensor product domains:","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"using StartUpDG\nusing SummationByPartsOperators # this package must be loaded to enable extension\n\nD = derivative_operator(MattssonNordström2004(), \n derivative_order=1, accuracy_order=N+1,\n xmin=-1.0, xmax=1.0, N=20)\n\nrd = RefElemData(Line(), D) \nrd = RefElemData(Quad(), D)\nrd = RefElemData(Hex(), D)","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"Some examples of multi-dimensional SBP operators:","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"N = 3\nrd = RefElemData(Quad(), SBP(), N) # defaults to SBP{TensorProductLobatto}\nrd = RefElemData(Quad(), SBP{TensorProductLobatto}(), N) \n\nrd = RefElemData(Hex(), SBP(), N) # defaults to SBP{TensorProductLobatto}\nrd = RefElemData(Hex(), SBP{TensorProductLobatto}(), N) \n\nrd = RefElemData(Tri(), SBP(), N) # defaults to SBP{Kubatko{LobattoFaceNodes}}\nrd = RefElemData(Tri(), SBP{Hicken}(), N) \nrd = RefElemData(Tri(), SBP{Kubatko{LobattoFaceNodes}}(), N) \nrd = RefElemData(Tri(), SBP{Kubatko{LegendreFaceNodes}}(), N) ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"Quadrature rules of both degree 2*N-1 (up to N = 6) and 2*N (up to N = 4) are supported on triangles. For Line, Quad, and Hex elements, RefElemData(..., SBP(), N) is the same as the RefElemData for a DG-SEM discretization, though some fields are specialized for the SBP type. These SBP-based RefElemData objects can also be used to initialize a mesh (for example, md = MeshData(uniform_mesh(rd.element_type, 4)..., rd)). ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"On triangles, we have the following SBP types with the following properties:","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"SBP{Kubatko{LobattoFaceNodes}}: degree 2N-1 accurate quadrature rules with N+2 Lobatto nodes on each face. Nodes for N=4: ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"(Image: klobatto4)","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"SBP{Kubatko{LegendreFaceNodes}}: degree 2N-1 accurate quadrature rules with N+1 Legendre nodes on each face. For N = 1,...,4, these are the same as the nodes constructed by Chen and Shu. Nodes for N=4:","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"(Image: klegendre4)","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"SBP{Hicken}: degree 2N accurate quadrature rules with N+2 Lobatto nodes on each face. Nodes for N=4:","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"(Image: hicken4)","category":"page"},{"location":"RefElemData/#Tensor-product-RefElemData-on-wedge-elements","page":"RefElemData","title":"Tensor product RefElemData on wedge elements","text":"","category":"section"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"warning: Experimental implementation\nThis is an experimental feature and may change in future releases.","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"There is experimental support for RefElemDatas created from tensor products of triangular and 1D RefElemData objects. ","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"line = RefElemData(Line(), N_line)\ntri = RefElemData(Tri(), N_tri)\nrd = RefElemData(Wedge(), TensorProductWedge(tri, line))","category":"page"},{"location":"RefElemData/","page":"RefElemData","title":"RefElemData","text":"This new rd::RefElemData can then be used to create a wedge-based MeshData. The individual RefElemData objects can be accessed from rd.approximation_type::TensorProductWedge. ","category":"page"},{"location":"conventions/#Background","page":"Background and conventions","title":"Background","text":"","category":"section"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"Most high order finite element methods rely on a decomposition of a domain into a mesh of \"elements\" (e.g., triangles or quadrilaterals in 2D, hexahedra or tetrahedra in 3D). Each \"physical\" element in a mesh is assumed to be the image of single \"reference\" element under some geometric mapping. Using the chain rule and changes of variables, one can evaluate integrals and derivatives using only operations on the reference element and some geometric mapping data. This transformation of operations on all elements to a single reference element make finite element methods efficient. ","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"We use the convention that coordinates on the reference element are r in 1D, r s in 2D, or r s t in 3D. Physical coordinates use the standard conventions x, x y, and x y z in 1D, 2D, and 3D. ","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"(Image: Mapping)","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"Derivatives of reference coordinates with respect to physical coordinates are abbreviated, e.g., fracpartial rpartial x = r_x. Additionally, J is used to denote the determinant of the Jacobian of the reference-to-physical mapping. ","category":"page"},{"location":"conventions/#Assumptions","page":"Background and conventions","title":"Assumptions","text":"","category":"section"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"We make a few simplifying assumptions about the mesh:","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"meshes are conforming (e.g., each face of an element is shared with at most one other element). \nthe geometric mapping from reference to physical elements is the same degree polynomial as the approximation space on the reference element (e.g., the mapping is isoparametric). ","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"Initial experimental support for hybrid, cut-cell, and non-conforming meshes in two dimensions is also available. Please see the corresponding test sets test/hybrid_mesh_tests.jl, test/cut_mesh_tests.jl, and noncon_mesh_tests.jl for examples. ","category":"page"},{"location":"conventions/#Code-conventions","page":"Background and conventions","title":"Code conventions","text":"","category":"section"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"StartUpDG.jl exports structs RefElemData{Dim, ElemShape, ...} (which contains data associated with the reference element, such as interpolation points, quadrature rules, face nodes, normals, and differentiation/interpolation/projection matrices) and MeshData{Dim} (which contains geometric data associated with a mesh). These are currently used for evaluating DG formulations in a matrix-free fashion. These structs contain fields similar to those in Globals1D, Globals2D, Globals3D in the NDG book codes. ","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"We use the following code conventions:","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"variables r, s, t and x, y, z correspond to values at nodal interpolation points. \nvariables ending in q (e.g., rq, sq,... and xq, yq,...) correspond to values at volume quadrature points. \nvariables ending in f (e.g., rf, sf,... and xf, yf,...) correspond to values at face quadrature points. \nvariables ending in p (e.g., rp, sp,...) correspond to equispaced plotting nodes.\nDr, Ds, Dt matrices are nodal differentiation matrices with respect to the r s t coordinates. For example, Dr * f.(r, s) approximates the derivative of f(r s) at nodal points. \nV matrices correspond to interpolation matrices from nodal interpolation points. For example, Vq interpolates to volume quadrature points, Vf interpolates to face quadrature points, Vp interpolates to plotting nodes. \ngeometric quantities in MeshData are stored as matrices of dimension textnumber of points per element times textnumber of elements.","category":"page"},{"location":"conventions/#Differences-from-the-codes-of-\"Nodal-Discontinuous-Galerkin-Methods\"","page":"Background and conventions","title":"Differences from the codes of \"Nodal Discontinuous Galerkin Methods\"","text":"","category":"section"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"The codes in StartUpDG.jl are based closely on the Matlab codes from the book \"Nodal Discontinuous Galerkin Methods\" by Hesthaven and Warburton (2008) (which we will refer to as \"NDG\"). However, there are some differences in order to allow for more general DG discretizations and enforce certain mathematical properties:","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"In NDG, Fmask extracts the interpolation nodes which lie on a face. These nodes are then used to compute interface fluxes. However, in StartUpDG.jl, we interpolate nodal values to values at face quadrature points via rd.Vf * u. These operations are equivalent if the interpolation nodes which lie on a face are co-located with quadrature points. Similarly, in NDG, the LIFT matrix maps face nodal points to volume nodal points. In StartUpDG.jl, the rd.LIFT matrix maps from face quadrature points to volume nodal points. \nin NDG, there are connectivity arrays vmapM and vmapP, which directly retrieve interface values from arrays of nodal values. In StartUpDG.jl, face interpolation nodes are not guaranteed to be co-located with face quadrature nodes, so we do not provide vmapM and vmapP. Instead, we expect the user to compute face values and use the md.mapM, md.mapP arrays to access interface values. \nin NDG, the mass matrix is computed exactly using the formula M = inv(VDM * VDM'), where VDM is the generalized Vandermonde matrix evaluated at nodal interpolation points. In StartUpDG.jl, the mass matrix is computed using quadrature. These are equivalent if the quadrature is exact for the integrands in the mass matrix (e.g., degree 2N polynomials for triangular or tetrahedral elements).\nin NDG, the geometric terms rx, sx, ry, sy, ... are computed and stored. In StartUpDG.jl, the scaled geometric terms md.rxJ, md.sxJ, md.ryJ, md.syJ, ... are computed, which enable us to enforce the metric identities on curved meshes. Similarly, NDG provides Fscale = sJ ./ J(Fmask, :), while StartUpDG.jl only provides md.Jf, which is equivalent to sJ. Fscale, as well as the NDG geometric terms and can be recovered by dividing by md.J. ","category":"page"},{"location":"conventions/","page":"Background and conventions","title":"Background and conventions","text":"Internally, NDG uses arrays EToE and EToF to compute the interface connectivity array mapP. StartUpDG.jl uses instead a face-to-face connectivity array FToF. However, EToE, EToF, and FToF are not typically required for the matrix-free explicit solvers targeted by this package. ","category":"page"},{"location":"index_refs/#Index","page":"Reference","title":"Index","text":"","category":"section"},{"location":"index_refs/","page":"Reference","title":"Reference","text":"","category":"page"},{"location":"index_refs/#Functions","page":"Reference","title":"Functions","text":"","category":"section"},{"location":"index_refs/","page":"Reference","title":"Reference","text":"Modules = [StartUpDG]","category":"page"},{"location":"index_refs/#StartUpDG.BoundaryTagPlotter","page":"Reference","title":"StartUpDG.BoundaryTagPlotter","text":"BoundaryTagPlotter(triout::TriangulateIO)\n\nPlot recipe to visualize boundary tags by color. Usage: plot(BoundaryTagPlotter(triout))\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.CurvedMesh","page":"Reference","title":"StartUpDG.CurvedMesh","text":"struct CurvedMesh{T}\n\nMesh type indicating that the mesh has been curved. Stores the original mesh type as a field.\n\nFields\n\noriginalmeshtype :: T\n\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.CutCellMesh","page":"Reference","title":"StartUpDG.CutCellMesh","text":"CutCellMesh is used in the MeshData field mesh_type for cut cell meshes.\n\nThe field physical_frame_elements is a container with shifting/scaling information for each element. We evaluate the physical basis over each element by applying a shifting and scaling of the physical coordinates. The resulting shifted/scaled coordinates then fall into the reference element and can be used to evaluate a reference element basis. \n\nThe field cut_face_nodes is a container whose elements are indices of face nodes for a cut element. In other words, md.xf.cut[cut_face_nodes[1]] returns the face nodes of the first element. \n\nWe assume all cut elements have the same number of volume quadrature points (which is at least the dimension of a degree 2N polynomial space). \n\nThe field objects contains a tuple of the objects used to define the cut region.\n\nThe field cut_cell_operators contains optionally precomputed operators (mass, differntiation, face interpolation, and lifting operators). \n\nThe field cut_cell_data contains additional data from PathIntersections.\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.MeshData","page":"Reference","title":"StartUpDG.MeshData","text":"MeshData(rd::RefElemData, objects, \n vx::AbstractVector, vy::AbstractVector,\n quadrature_type=Subtriangulation(); \n quad_rule_face=get_1d_quadrature(rd), \n precompute_operators=false)\n\nConstructor for MeshData utilizing moment fitting. Does not guarantee positive quadrature weights, and is slower due to the use of adaptive sampling to construct \n\n!!! Warning: this may be deprecated or removed in future versions. \n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.MeshData-2","page":"Reference","title":"StartUpDG.MeshData","text":"struct MeshData{Dim, Tv, Ti}\n\nMeshData: contains info for a high order piecewise polynomial discretization on an unstructured mesh. \n\nExample:\n\nN, K1D = 3, 2\nrd = RefElemData(Tri(), N)\nVXY, EToV = uniform_mesh(Tri(), K1D)\nmd = MeshData(VXY, EToV, rd)\n(; x, y ) = md\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.MeshData-Tuple{Tuple{Tuple, Matrix{Int64}}, RefElemData, Vararg{Any}}","page":"Reference","title":"StartUpDG.MeshData","text":"MeshData(VXYZ, EToV, rd::RefElemData)\nMeshData((VXYZ, EToV), rd::RefElemData)\n\nReturns a MeshData struct with high order DG mesh information from the unstructured mesh information (VXYZ..., EToV).\n\nMeshData(rd::RefElemData, md::MeshData, xyz...)\n\nGiven new nodal positions xyz... (e.g., from mesh curving), recomputes geometric terms and outputs a new MeshData struct. Only fields modified are the coordinate-dependent terms xyz, xyzf, xyzq, rstxyzJ, J, nxyzJ, Jf.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.MeshImportOptions","page":"Reference","title":"StartUpDG.MeshImportOptions","text":"MeshImportOptions\n\nThis struct allows the user to opt for supported features when importing a Gmsh 4.1 .msh file.\n\nSupport\n\ngrouping::Bool | On import would you like to include physical group assignements of 2D elements?\nremap_group_name::Bool | On import would you like to maintain or remap physical group ID? Remap results in groupIds in the range 1:number_group_ids.\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.MeshPlotter","page":"Reference","title":"StartUpDG.MeshPlotter","text":"MeshPlotter(rd::RefElemData, md::RefElemData)\n\nPlot recipe to plot a (possibly curved) quadrilateral or triangular mesh. Usage: plot(MeshPlotter(...))\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.MultidimensionalQuadrature","page":"Reference","title":"StartUpDG.MultidimensionalQuadrature","text":"MultidimensionalQuadrature\n\nA type parameter for Polynomial indicating that the quadrature has no specific structure. Example usage: \n\n# these are both equivalent\napproximation_type = Polynomial{MultidimensionalQuadrature}() \napproximation_type = Polynomial(MultidimensionalQuadrature())\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.MultipleRefElemData","page":"Reference","title":"StartUpDG.MultipleRefElemData","text":"struct MultipleRefElemData{T <: NamedTuple}\n data::T\nend\n\nHolds multiple RefElemData objects in data where typeof(data) <: NamedTuple.\n\nIndividual RefElemData can be accessed via getproperty, for example rds.Tri. \n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.NamedArrayPartition","page":"Reference","title":"StartUpDG.NamedArrayPartition","text":"NamedArrayPartition(; kwargs...)\nNamedArrayPartition(x::NamedTuple)\n\nSimilar to an ArrayPartition but the individual arrays can be accessed via the constructor-specified names. However, unlike ArrayPartition, each individual array must have the same element type. \n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.NonConformingMesh","page":"Reference","title":"StartUpDG.NonConformingMesh","text":"warning: Experimental implementation\nThis is an experimental feature and may change without warning in future releases.\n\nThis is a proof of concept implementation of a non-conforming mesh in StartUpDG.jl. The intended usage is as follows:\n\nrd = RefElemData(Quad(), N=7)\nmd = MeshData(NonConformingQuadMeshExample(), rd)\n\n(; x, y) = md\nu = @. sin(pi * x) * sin(pi * y)\n\n# interpolate to faces\nnum_total_faces = num_faces(rd.element_type) * md.num_elements\nuf = reshape(rd.Vf * u, :, num_total_faces)\n\n# interpolate faces to mortars (`uf` denotes mortar faces for `NonConformingMesh` types)\n(; nonconforming_faces, mortar_interpolation_matrix) = md.mesh_type\n\nu_mortar = reshape(mortar_interpolation_matrix * uf[:, nonconforming_faces], :, 2 * length(nonconforming_faces))\n\n# construct interior (uM = u⁻ \"minus\") values and exterior (uP = u⁺ \"plus\") values\nuM = hcat(uf, u_mortar) # uM = both element faces and mortar faces\nuP = uM[md.mapP]\n\nThe mortar_projection_matrix similarly maps values from 2 mortar faces back to values on the original non-conforming face. These can be used to create DG solvers on non-conforming meshes.\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.PhysicalFrame","page":"Reference","title":"StartUpDG.PhysicalFrame","text":"`PhysicalFrame{NDIMS} <: AbstractElemShape{NDIMS}`\n\nPhysicalFrame element type. Uses a total degree N approximation space, but is computed with a tensor product Legendre basis as opposed to a triangular PKDO basis. Stores fields shifting and scaling to shift/scale physical coordinates so that they are on the reference element. \n\nPhysicalFrame()\nPhysicalFrame(x, y)\nPhysicalFrame(x, y, vx, vy): stores coordinates `vx, vy` of background Cartesian cell\n\nConstructors for a PhysicalFrame object (optionally uses arrays of points x, y on a cut element).\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.Polynomial","page":"Reference","title":"StartUpDG.Polynomial","text":"Polynomial{T}\n\nRepresents polynomial approximation types (as opposed to finite differences). By default, Polynomial() constructs a Polynomial{StartUpDG.DefaultPolynomialType}. Specifying a type parameters allows for dispatch on additional structure within a polynomial approximation (e.g., collocation, tensor product quadrature, etc). \n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.RefElemData","page":"Reference","title":"StartUpDG.RefElemData","text":"struct RefElemData\n\nRefElemData: contains info (interpolation points, volume/face quadrature, operators) for a high order nodal basis on a given reference element. \n\nExample:\n\nN = 3\nrd = RefElemData(Tri(), N)\n(; r, s ) = rd\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elem; N, kwargs...)\nRefElemData(elem, approx_type; N, kwargs...)\n\nKeyword argument constructor for RefElemData (to \"label\" N via rd = RefElemData(Line(), N=3))\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Line, Polynomial{MultidimensionalQuadrature}, Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elem::Line, approximation_type, N;\n quad_rule_vol = quad_nodes(elem, N+1))\nRefElemData(elem, approximation_type, N;\n quad_rule_vol = quad_nodes(elem, N),\n quad_rule_face = quad_nodes(face_type(elem), N))\n\nConstructor for RefElemData for different element types.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Line, SBP{TensorProductLobatto}, Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elementType::Line, approxType::SBP, N)\nRefElemData(elementType::Quad, approxType::SBP, N)\nRefElemData(elementType::Hex, approxType::SBP, N)\nRefElemData(elementType::Tri, approxType::SBP, N)\n\nSBP reference element data for Quad(), Hex(), and Tri() elements. \n\nFor Line(), Quad(), and Hex(), approxType is SBP{TensorProductLobatto}.\n\nFor Tri(), approxType can be SBP{Kubatko{LobattoFaceNodes}}, SBP{Kubatko{LegendreFaceNodes}}, or SBP{Hicken}. \n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Pyr, Polynomial{MultidimensionalQuadrature}, Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elem::Pyr, \n approximation_type::Polynomial, N;\n quad_rule_vol=quad_nodes(elem, N),\n quad_rule_face_quad=quad_nodes(Quad(), N), \n quad_rule_face_tri=quad_nodes(Tri(), N), \n quad_rule_face=(quad_rule_face_quad, quad_rule_face_tri),\n Nplot=10)\n\nBuilds operators for pyramids.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Union{Hex, Line, Quad}, Polynomial{<:TensorProductGaussCollocation}, Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elem::Union{Line, Quad, Hex}, approximation_type::Polynomial{Gauss}, N)\n\nBuilds a rd::RefElemData with (N+1)-point Gauss quadrature in each dimension. \n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Union{Tet, Tri, Pyr}, Polynomial{<:TensorProductQuadrature}, Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elem::Union{Tri, Tet, Pyr}, approx_type::Polynomial{<:TensorProductQuadrature}, N; kwargs...)\nRefElemData(elem::Union{Wedge}, \n approx_type::Polynomial{<:TensorProductQuadrature}, N; \n quad_rule_tri = stroud_quad_nodes(Tri(), 2 * N),\n quad_rule_line = gauss_quad(0, 0, N),\n kwargs...)\n\nUses collapsed coordinate volume quadrature. Should be called via\n\nRefElemData(Tri(), Polynomial(TensorProductQuadrature()), N)\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.RefElemData-Tuple{Wedge, Polynomial{MultidimensionalQuadrature}, Any}","page":"Reference","title":"StartUpDG.RefElemData","text":"RefElemData(elem::Wedge, approximation_type::Polynomial, N;\n quad_rule_vol=quad_nodes(elem, N),\n quad_rule_face_quad=quad_nodes(Quad(), N), \n quad_rule_face_tri=quad_nodes(Tri(), N), \n quad_rule_face=(quad_rule_face_quad, quad_rule_face_tri),\n Nplot=10)\n\nBuilds operators for prisms/wedges\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.TensorProductGaussCollocation","page":"Reference","title":"StartUpDG.TensorProductGaussCollocation","text":"TensorProductGaussCollocation\n\nPolynomial{TensorProductGaussCollocation} type indicates a tensor product \n\n(N+1)-point Gauss quadrature on tensor product elements.\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.TensorProductQuadrature","page":"Reference","title":"StartUpDG.TensorProductQuadrature","text":"TensorProductQuadrature{T}\n\nA type parameter to Polynomial indicating that the quadrature has a tensor product structure. Example usage: \n\n# these are both equivalent\napproximation_type = Polynomial{TensorProductQuadrature}(gauss_quad(0, 0, 1)) \napproximation_type = Polynomial(TensorProductQuadrature(gauss_quad(0, 0, 1)))\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.VertexMappedMesh","page":"Reference","title":"StartUpDG.VertexMappedMesh","text":"struct VertexMappedMesh\n\nThe default MeshData mesh type, represents a mesh which is defined purely by vertex locations and element-to-vertex connectivities. For example, these include affine triangular meshes or bilinear quadrilateral or trilinear hexahedral meshes.\n\nFields\n\nelement_type :: TE <: AbstractElemShape \nVXYZ :: TV \nEToV :: TEV\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#StartUpDG.VertexMeshPlotter","page":"Reference","title":"StartUpDG.VertexMeshPlotter","text":"VertexMeshPlotter((VX, VY), EToV, fv)\nVertexMeshPlotter(triout::TriangulateIO)\n\nPlot recipe to plot a quadrilateral or triangular mesh. Usage: plot(VertexMeshPlotter(...))\n\n\n\n\n\n","category":"type"},{"location":"index_refs/#NodesAndModes.equi_nodes-Tuple{PhysicalFrame{2, Shifting, Scaling} where {Shifting<:(StaticArraysCore.SVector{2}), Scaling<:(StaticArraysCore.SVector{2})}, Any, Any}","page":"Reference","title":"NodesAndModes.equi_nodes","text":"function NodesAndModes.equi_nodes(elem::PhysicalFrame, curve, N)\n\nReturns back Np(N) equally spaced nodes on the background quadrilateral corresponding to elem, with points inside of curve removed.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.MeshData_to_vtk","page":"Reference","title":"StartUpDG.MeshData_to_vtk","text":"MeshDatatovtk(md, rd, dim, data, dataname, datatype, filename, writedata = false, equidist_nodes = true)\n\nTranslate the given mesh into a vtk-file. md holds a MeshData object rd holds a reference element data/RefElemData of a TensorProductWedge data holds an array of arrays (of size num_nodes by num_elements) with plotting data dataname is an array of strings with name of the associated data write_data, flag if data should be written or not (e.g., if data is not written, only the mesh will be saved as output) equi_dist_nodes flag if points should be interpolated to equidstant nodes\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.MeshData_to_vtk-Union{Tuple{DIM}, Tuple{MeshData, RefElemData{DIM, ElemShape} where ElemShape<:AbstractElemShape{DIM}, Any, Any, Any}, Tuple{MeshData, RefElemData{DIM, ElemShape} where ElemShape<:AbstractElemShape{DIM}, Vararg{Any, 4}}, Tuple{MeshData, RefElemData{DIM, ElemShape} where ElemShape<:AbstractElemShape{DIM}, Vararg{Any, 5}}} where DIM","page":"Reference","title":"StartUpDG.MeshData_to_vtk","text":"MeshData_to_vtk(md, rd, dim, data, dataname, datatype, filename, write_data = false, equi_dist_nodes = true)\n\nTranslate the given mesh into a vtk-file. md holds a MeshData object rd holds a reference element data/RefElemData object. data holds an array of arrays (of size num_nodes by num_elements) with plotting data dataname is an array of strings with name of the associated data write_data, flag if data should be written or not (e.g., if data is not written, only the mesh will be saved as output) equi_dist_nodes flag if points should be interpolated to equidstant nodes\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.SUD_to_vtk_order-Union{Tuple{RefElemData{DIM, ElemShape} where ElemShape<:AbstractElemShape{DIM}}, Tuple{DIM}} where DIM","page":"Reference","title":"StartUpDG.SUD_to_vtk_order","text":"SUD_to_vtk_order(rd::RefElemData, dim)\n\nCompute the permutation of the nodes between StartUpDG and VTK\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.boundary_face_centroids-Tuple{Any}","page":"Reference","title":"StartUpDG.boundary_face_centroids","text":"function boundary_face_centroids(md)\n\nReturns face centroids and boundary_face_ids on the boundaries of the domain given by md::MeshData.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.build_node_maps-Tuple{Any, Any}","page":"Reference","title":"StartUpDG.build_node_maps","text":"build_node_maps(FToF, Xf)\n\nIntialize the connectivity table along all edges and boundary node tables of all elements. mapM - map minus (interior). mapP - map plus (exterior).\n\nXf = (xf, yf, zf) and FToF is size (Nfaces * K) and FToF[face] = face neighbor\n\nmapM, mapP are size Nfp x (Nfaces*K)\n\nExamples\n\njulia> mapM, mapP, mapB = build_node_maps(FToF, (xf, yf))\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.caratheodory_pruning_qr-Tuple{Any, Any}","page":"Reference","title":"StartUpDG.caratheodory_pruning_qr","text":"caratheodory_pruning_qr(V, w_in)\n\nThis performs Caratheodory pruning using a naive QR-based algorithm. Returns (w, inds), where inds denotes sub-selected indices for a reduced quadrature rule, and w is a vector of reduced positive weights.\n\nThe original Matlab code this was based on was authored by Akil Narayan.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.ck45-Tuple{}","page":"Reference","title":"StartUpDG.ck45","text":"ck45()\n\nReturns coefficients rka,rkb,rkc for the 4th order 5-stage low storage Carpenter/Kennedy Runge Kutta method. Coefficients evolve the residual, solution, and local time, e.g.,\n\nExample\n\nfor i in eachindex(rk4a, rk4b)\n @. res = rk4a[i] * res + dt * rhs # i = RK stage\n @. u += rk4b[i] * res\nend\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.connect_mesh-Tuple{Any, Any}","page":"Reference","title":"StartUpDG.connect_mesh","text":"connect_mesh(EToV,fv)\n\nInputs:\n\nEToV is a num_elements by Nv matrix whose rows identify the Nv vertices\n\nwhich make up one of the num_elements elements.\n\nfv (an array of arrays containing unordered indices of face vertices).\n\nOutput: FToF, an length(fv) by num_elements index array containing face-to-face connectivity.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.connect_mesh-Tuple{RefElemData, Any, Any}","page":"Reference","title":"StartUpDG.connect_mesh","text":"connect_mesh(rd, face_centroids, region_flags, cutcells; tol = 1e2 * eps())\n\nConnects faces of a cut mesh to each other, returns FToF such that face f is connected to FToF[f]. \n\nInputs:\n\nrd::RefElemData\nfacecentroids = (facecentroidsx, facecentroidsy), where `facecentroids_x/y` are vectors of coordinates of face centroids\nregion_flags, cutcells are return arguments from PathIntersections.define_regions\n\nThe keyword argument tol is the tolerance for matches between face centroids. \n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.construct_cut_surface_quadrature","page":"Reference","title":"StartUpDG.construct_cut_surface_quadrature","text":"construct_cut_surface_quadrature(N, cutcells, quad_rule_1D = gauss_quad(0, 0, N))\n\nConstructs cut surface quadrature using a degree N geometric mapping and a reference quadrature rule quad_rule_1D. Returns xf, yf, nxJ, nyJ, wf which are vectors, and face_node_indices, which is a Vector{Vector{Int}} of global face node indices (which index into xf.cut, yf.cut, etc) for each face of each cut element.\n\nOn boundaries of cut cells, the surface quadrature is taken to be exact for degree N^2 + (N-1) polynomials. This ensures satisfaction of a weak GSBP property.\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.construct_cut_volume_quadrature-Tuple{Any, Any, Any}","page":"Reference","title":"StartUpDG.construct_cut_volume_quadrature","text":"construct_cut_volume_quadrature(N, cutcells; target_degree = 2 * N - 1)\n\nConstructs volume quadrature using subtriangulations of cut cells and Caratheodory pruning. The resulting quadrature is exact for polynomials of degree target_degree. \n\nWe set target_degree to 2 * N - 1 by default, which is sufficient to ensure that ∫du/dx * v is integrated exactly so that integration by parts holds under the generated cut cell quadrature. \n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.construct_physical_frame_elements-NTuple{4, Any}","page":"Reference","title":"StartUpDG.construct_physical_frame_elements","text":"construct_physical_frame_elements(region_flags, cutcells)\n\nComputes physical frame shifting and scaling parameters from the vertices of cut cells and the background cell location.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.estimate_h-Union{Tuple{DIM}, Tuple{RefElemData{DIM, ElemShape} where ElemShape<:AbstractElemShape{DIM}, MeshData{DIM}}} where DIM","page":"Reference","title":"StartUpDG.estimate_h","text":"estimate_h(rd::RefElemData, md::MeshData)\nestimate_h(e, rd::RefElemData, md::MeshData) # e = element index\n\nEstimates the mesh size via min sizeofdomain * |J|/|Jf|, since |J| = O(hᵈ) and |Jf| = O(hᵈ⁻¹). \n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.findline-Tuple{String, Vector{String}}","page":"Reference","title":"StartUpDG.findline","text":"findline(word::String, lines)\n\nOutputs the line number of word in lines. \n\nIt is assumed that the word exists at least once in the file.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.get_boundary_face_labels-Tuple{Triangulate.TriangulateIO, RefElemData{2, Tri}, MeshData{2}}","page":"Reference","title":"StartUpDG.get_boundary_face_labels","text":"function get_boundary_face_labels(triout::TriangulateIO, md::MeshData{2})\n\nFind Triangle segment labels of boundary faces. Returns two arguments:\n\nboundary_face_tags: tags of faces on the boundary\nboundary_faces: list of faces on the boundary of the domain\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.get_node_boundary_tags-Tuple{Triangulate.TriangulateIO, RefElemData{2, Tri}, MeshData{2}}","page":"Reference","title":"StartUpDG.get_node_boundary_tags","text":"function get_node_boundary_tags(triout::TriangulateIO,md::MeshData{2},rd::RefElemData{2,Tri})\n\nComputes node_tags = Nfp x Nfaces * num_elements array where each entry is a Triangulate.jl tag number.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.get_num_elements","page":"Reference","title":"StartUpDG.get_num_elements","text":"returns the number of elements in a .msh file of a specified dimension\n\nNotes: Gmsh includes elements in a .msh file of multiple dimensions. We want a count of how many\n\n2D elements are in our file. This corisponds to the number of elements in our tri mesh.\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.hex_vtk_order","page":"Reference","title":"StartUpDG.hex_vtk_order","text":"hex_vtk_order(corner_verts, order, dim, skip = false)\n\nCompute the coordinates of a VTKLAGRANGEHEXAHEDRON of a hex of order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. If skip is set to true, the coordinates of the vertex- and edge-points aren't computed, which can be used to compute points of a VTK_LAGRANGE_HEXHEDRON\n\nInspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py\n\nVTK node numbering of a hexagon:\n\n 8+------+7\n /| /|\n / | / |\n 5+------+6 |\n\nz | 4+–-|–+3 | y | / | / |/ |/ |/ 0–> x 1+–––+2\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.hybridized_SBP_operators-Tuple{Any}","page":"Reference","title":"StartUpDG.hybridized_SBP_operators","text":"function hybridized_SBP_operators(rd::RefElemData{DIMS})\n\nConstructs hybridized SBP operators given a RefElemData. Returns operators Qrsth..., VhP, Ph.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.hybridized_SBP_operators-Tuple{MeshData{2, <:StartUpDG.CutCellMesh}}","page":"Reference","title":"StartUpDG.hybridized_SBP_operators","text":"hybridized_SBP_operators(md::MeshData{2, <:CutCellMesh})\n\nThis constructs hybridized SBP operators using the approach taken in Chan (2019), \"Skew-Symmetric Entropy Stable Modal Discontinuous Galerkin Formulations\". https://doi.org/10.1007/s10915-019-01026-w\n\nThis function returns hybridized_operators::Vector{Tuple{<:Matrix, <:Matrix}} and project_and_interp_operators, projection_operators, interpolation_operators, which are all Vector{<:Matrix}, where each entry corresponds to a cut element.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.inverse_trace_constant-Tuple{RefElemData{1, Line, <:Polynomial}}","page":"Reference","title":"StartUpDG.inverse_trace_constant","text":"function inverse_trace_constant(rd::RefElemData)\n\nReturns the degree-dependent constant in the inverse trace equality over the reference element (as reported in \"GPU-accelerated dG methods on hybrid meshes\" by Chan, Wang, Modave, Remacle, Warburton 2016).\n\nCan be used to estimate dependence of maximum stable timestep on degree of approximation.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.make_periodic-Union{Tuple{MeshData{Dim}}, Tuple{Dim}, Tuple{MeshData{Dim}, Bool}} where Dim","page":"Reference","title":"StartUpDG.make_periodic","text":"make_periodic(md::MeshData{Dim}, is_periodic...) where {Dim}\nmake_periodic(md::MeshData{Dim}, is_periodic = ntuple(x -> true, Dim)) where {Dim}\nmake_periodic(md::MeshData, is_periodic = true)\n\nReturns new MeshData such that the node maps mapP and face maps FToF are now periodic. Here, is_periodic is a tuple of Bool indicating whether or not to impose periodic BCs in the x,y, or z coordinate.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.n_verts_between-Tuple{Any, Any, Any}","page":"Reference","title":"StartUpDG.n_verts_between","text":"n_verts_between(n, from, to, dim)\n\nCompute the coordinates of n equally distributed points between the points given by from and to. dim is the dimension of from and to. Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.quad_vtk_order","page":"Reference","title":"StartUpDG.quad_vtk_order","text":"quad_vtk_order(corner_verts, order, dim, skip = false)\n\nCompute the coordinates of a VTKLAGRANGEQUAD of a quad of order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. If skip is set to true, the coordinates of the vertex- and edge-points aren't computed, which can be used to compute points of a VTK_LAGRANGE_QUAD Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.read_Gmsh_2D-Tuple{String, Vararg{Any}}","page":"Reference","title":"StartUpDG.read_Gmsh_2D","text":"read_Gmsh_2D(filename, args...)\n\nReads a 2D triangular Gmsh file. Mesh formats 2.2 and 4.1 supported. Returns (VX, VY), EToV. \n\nExamples\n\nVXY, EToV = read_Gmsh_2D(\"eulerSquareCylinder2D.msh\") # v2.2 file format\nVXY, EToV = read_Gmsh_2D(\"test/testset_Gmsh_meshes/periodicity_mesh_v4.msh\") # v4.1 file format\n\n# if MeshImportOptions.grouping=true, then a third variable `grouping` is returned\nVXY, EToV, grouping = read_Gmsh_2D(\"test/testset_Gmsh_meshes/periodicity_mesh_v4.msh\", MeshImportOptions(true, false))\nVXY, EToV, grouping = read_Gmsh_2D(\"test/testset_Gmsh_meshes/periodicity_mesh_v4.msh\", true) # same as above\n\nSee also\n\nhttps://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format\nhttps://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format-version-2-0028Legacy0029\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.read_Gmsh_2D_v2-Tuple{String}","page":"Reference","title":"StartUpDG.read_Gmsh_2D_v2","text":"read_Gmsh_2D_v2(filename)\n\nReads triangular GMSH 2D file format 2.2 0 8. Returns (VX, VY), EToV.\n\nExamples\n\nVXY, EToV = read_Gmsh_2D_v2(\"eulerSquareCylinder2D.msh\")\n\nhttps://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format-version-2-0028Legacy0029\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.read_Gmsh_2D_v4","page":"Reference","title":"StartUpDG.read_Gmsh_2D_v4","text":"For brevity when grouping is the only supported feature.\n\nexample: VXY, EToV, grouping = read_Gmsh_2D_v4(\"file.msh\",true)\nexample: VXY, EToV = read_Gmsh_2D_v4(\"file.msh\",false)\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.read_Gmsh_2D_v4-Tuple{String, MeshImportOptions}","page":"Reference","title":"StartUpDG.read_Gmsh_2D_v4","text":"function read_Gmsh_2D_v4(filename, options)\n\nreads triangular GMSH 2D .msh files.\n\nOutput\n\nThis depends on if grouping is opted for or not\n\nreturns: (VX, VY), EToV\nreturns: (VX, VY), EToV, grouping\n\nSupported formats and features:\n\nversion 4.1 'physical group support 'remap group ids\n\ngrouping application\n\nWhen modeling the wave equation you might want wave speeds to vary across your domain. By assigning physical groups in Gmsh we can maintain such groupings upon importing the .msh file. Each imported element will be a member of a phyical group.\n\nVXY, EToV = read_Gmsh_2D_v4(\"eulerSquareCylinder2D.msh\")\nVXY, EToV = read_Gmsh_2D_v4(\"eulerSquareCylinder2D.msh\",false)\nVXY, EToV, grouping = read_Gmsh_2D_v4(\"eulerSquareCylinder2D.msh\", true)\n\noption = MeshImportOption(true)\nVXY, EToV, grouping = read_Gmsh_2D_v4(\"eulerSquareCylinder2D.msh\", option)\n\nhttps://gmsh.info/doc/texinfo/gmsh.html#MSH-file-format\n\nNotes: the version 4 format has a more detailed block data format this leads to more complicated parser.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.refine","page":"Reference","title":"StartUpDG.refine","text":"function refine(triout, h, href = h/2)\n\nRefinement of a previous mesh given the current mesh size h. Preserves boundary/volume tags.\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.remap_element_grouping-Tuple{Vector{Int64}}","page":"Reference","title":"StartUpDG.remap_element_grouping","text":"remapelementgrouping!(eg::Vector{Int}) GMSH uses integers for naming conventions. This function remaps the Gmsh ids to a list of ids 1:numGroups. This just cleans up a little after Gmsh\n\nExample output\n\nremapelementgrouping([16,16,17,17]) -> [1,1,2,2]\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.sort_by_axis-Tuple{Any}","page":"Reference","title":"StartUpDG.sort_by_axis","text":"sort_by_axis(corner_verts)\n\nGiven the points 'corner_verts' sort them in a lexicographical order and return the permutated points. \n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.sparse_low_order_SBP_operators-Union{Tuple{RefElemData{NDIMS, ElemShape} where ElemShape<:AbstractElemShape{NDIMS}}, Tuple{NDIMS}} where NDIMS","page":"Reference","title":"StartUpDG.sparse_low_order_SBP_operators","text":"function sparse_low_order_SBP_operators(rd; factor=1.01)\n\nConstructs sparse low order SBP operators given a RefElemData. Returns operators Qrst..., E ≈ Vf * Pq that satisfy a generalized summation-by-parts (GSBP) property:\n\n `Q_i + Q_i^T = E' * B_i * E`\n\nfactor is a scaling which determines how close a node must be to another node to be considered a neighbor.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.subcell_limiting_operators-Tuple{RefElemData}","page":"Reference","title":"StartUpDG.subcell_limiting_operators","text":"Δrst, Rrst = subcell_limiting_operators(rd::RefElemData)\n\nReturns tuples of subcell limiting operators Drst = (Δr, Δs, ...) and R = (Rr, Rs, ...) such that for r where sum(r) = 0, sum(D * Diagonal(θ) * R * r) = 0 for any choice of θ. These operators are useful for conservative subcell limiting techniques (see https://doi.org/10.1016/j.compfluid.2022.105627 for an example of such an approach on tensor product elements). \n\nSparse SBP operators used in an intermediate step when buidling these subcell limiting operators; by default, these operators are constructed using sparse_low_order_SBP_operators. To construct subcell limiting operators for a general SBP operator, one can use the following:\n\nΔ, R = subcell_limiting_operators(Q::AbstractMatrix; tol = 100 * eps())\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.subtriangulated_cutcell_quadrature","page":"Reference","title":"StartUpDG.subtriangulated_cutcell_quadrature","text":"subtriangulated_cutcell_quadrature(cutcell, rd_tri::RefElemData, \n r1D = gauss_lobatto_quad(0,0,rd_tri.N))\n\nConstructs a quadrature from subtriangulations. The degree of both the quadrature rule and isoparametric mapping are specified by rd_tri. \n\nThe optional argument r1D specifies the nodal points used for constructing a curved mapping via interpolatory warp and blend. \n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.tag_boundary_faces-Tuple{Any, Nothing}","page":"Reference","title":"StartUpDG.tag_boundary_faces","text":"function tag_boundary_faces(md, boundary_name::Symbol = :entire_boundary)\nfunction tag_boundary_faces(md, boundary_list::Dict{Symbol, <:Function})\n\nWhen called without arguments, just returns Dict(:entire_boundary => boundary_faces)`.\n\nExample usage: \n\njulia> rd = RefElemData(Tri(), N=1)\njulia> md = MeshData(uniform_mesh(Tri(), 2)..., rd)\njulia> on_bottom_boundary(x, y, tol = 1e-13) = abs(y+1) < tol\njulia> on_top_boundary(x, y, tol = 1e-13) = abs(y-1) < tol\njulia> tag_boundary_faces(Dict(:bottom => on_bottom_boundary,\n :top => on_top_boundary), md)\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.tag_boundary_faces-Tuple{Triangulate.TriangulateIO, RefElemData{2, Tri}, MeshData{2}, NamedTuple}","page":"Reference","title":"StartUpDG.tag_boundary_faces","text":"function tag_boundary_faces(triout::TriangulateIO,\n rd::RefElemData{2,Tri}, md::MeshData{2},\n boundary_list::Union{NamedTuple,Dict{Symbol,Int}})\n\nHere, boundary_list is a Dict (or NamedTuple) whose values are the boundary tags for a TriangulateIO mesh format. The output is a Dict or NamedTuple with keys given by boundary_list and values equal to vectors of faces on that given boundary.\n\nExample usage:\n\njulia> using Triangulate, StartUpDG\njulia> triout = scramjet()\njulia> rd = RefElemData(Tri(),N=1)\njulia> md = MeshData(triangulateIO_to_VXYEToV(triout)...,rd)\njulia> tag_boundary_faces(triout,rd,md, Dict(:wall=>1, :inflow=>2, :outflow=>3))\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.triangle_vtk_order","page":"Reference","title":"StartUpDG.triangle_vtk_order","text":"triangle_vtk_order(corner_verts, order, dim, skip = false)\n\nCompute the coordinates of a VTK_LAGRANGE_TRIANGLE of a triangle or order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. If skip is set to true, the coordinates of the vertex- and edge-points aren't computed, which can be used to compute points of a VTK_LAGRANGE_TRIANGLE Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py\n\n\n\n\n\n","category":"function"},{"location":"index_refs/#StartUpDG.triangulateIO_to_VXYEToV-Tuple{Triangulate.TriangulateIO}","page":"Reference","title":"StartUpDG.triangulateIO_to_VXYEToV","text":"function triangulateIO_to_VXYEToV(triout::TriangulateIO)\n\nComputes VX,VY,EToV from a TriangulateIO object.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.type_to_vtk-Tuple{Hex}","page":"Reference","title":"StartUpDG.type_to_vtk","text":"type_to_vtk(elem::Hex)\nreturn the VTK-type\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.type_to_vtk-Tuple{Quad}","page":"Reference","title":"StartUpDG.type_to_vtk","text":"type_to_vtk(elem::Quad)\nreturn the VTK-type\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.type_to_vtk-Tuple{Tri}","page":"Reference","title":"StartUpDG.type_to_vtk","text":"type_to_vtk(elem::Tri)\nreturn the VTK-type\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.type_to_vtk-Tuple{Wedge}","page":"Reference","title":"StartUpDG.type_to_vtk","text":"type_to_vtk(elem::Wedge)\nreturn the VTK-type\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.uniform_mesh-Tuple{Line, Any}","page":"Reference","title":"StartUpDG.uniform_mesh","text":"uniform_mesh(elem::Line,Kx)\nuniform_mesh(elem::Tri,Kx,Ky)\nuniform_mesh(elem::Quad,Kx,Ky)\nuniform_mesh(elem::Hex,Kx,Ky,Kz)\nuniform_mesh(elem, K)\n\nUniform Kx (by Ky by Kz) mesh on -11^d, where d is the spatial dimension. Returns (VX,VY,VZ), EToV. When only one K is specified, it assumes a uniform mesh with K elements in each coordinate direction.\n\nK can also be specified using a keyword argument K1D, e.g., uniform_mesh(elem; K1D = 16).\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.vtk_order-Tuple{Hex, Any}","page":"Reference","title":"StartUpDG.vtk_order","text":"vtk_order(elem::Hex, order)\n\nConstruct all node-points of a VTKLAGRANGEHEXAHEDRON of order order. The corner-nodes are given by the reference hexahedron used by StartUpDG in the order defined by vtk.\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.vtk_order-Tuple{Quad, Any}","page":"Reference","title":"StartUpDG.vtk_order","text":"vtk_order(elem::Quad, order)\n\nConstruct all node-points of a VTKLAGRANGEQUAD of order order. The corner-nodes are given by the reference quadrilateral used by StartUpDG in the order defined by vtk\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.vtk_order-Tuple{Tri, Any}","page":"Reference","title":"StartUpDG.vtk_order","text":"vtk_order(elem::Tri, order)\n\nConstruct all node-points of a VTK_LAGRANGE_TRIANGLE of order order. The corner-nodes are given by the reference-triangle used by StartUpDG in the order defined by vtk\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.vtk_order-Tuple{Wedge, Any}","page":"Reference","title":"StartUpDG.vtk_order","text":"vtk_order(elem::Wedge, order)\n\nConstruct all node-points of a VTKLAGRANGEWEDGE of order order. The corner-nodes are given by the reference-wedge used by StartUpDG\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#StartUpDG.wedge_vtk_order-Tuple{Any, Any, Any}","page":"Reference","title":"StartUpDG.wedge_vtk_order","text":"wedge_vtk_order(corner_verts, order, dim)\n\nCompute the coordinates of a VTKLAGRANGEWEDGE of order order defined by the coordinates of the vertices given in corner_verts. dim is the dimension of the coordinates given. Inspired by: https://github.com/ju-kreber/paraview-scripts/blob/master/node_ordering.py\n\n\n\n\n\n","category":"method"},{"location":"index_refs/#Triangulate.triangulate","page":"Reference","title":"Triangulate.triangulate","text":"function Triangulate.triangulate(triin::TriangulateIO, maxarea, minangle=20)\n\nConvenience routine to avoid writing out @sprintf each time. Returns a TriangulateIO object.\n\n\n\n\n\n","category":"function"},{"location":"tstep_usage/#Time-stepping","page":"Timestepping","title":"Time-stepping","text":"","category":"section"},{"location":"tstep_usage/","page":"Timestepping","title":"Timestepping","text":"For convenience, we include a commonly used explicit Runge-Kutta scheme. For more advanced time-stepping functionality, we recommend OrdinaryDiffEq.jl. ","category":"page"},{"location":"tstep_usage/#Carpenter-and-Kennedy's-(4,5)-method","page":"Timestepping","title":"Carpenter and Kennedy's (4,5) method","text":"","category":"section"},{"location":"tstep_usage/","page":"Timestepping","title":"Timestepping","text":"ck45() returns coefficients for a low-storage Runge-Kutta method.","category":"page"},{"location":"tstep_usage/#Example-usage:","page":"Timestepping","title":"Example usage:","text":"","category":"section"},{"location":"tstep_usage/","page":"Timestepping","title":"Timestepping","text":"using Plots\nusing StartUpDG\n\n# Brusselator\nB = 3\nf(y1, y2) = [1 + y1^2 * y2 - (B+1) * y1, B * y1 - y1^2 * y2]\nf(Q) = f(Q[1], Q[2])\np,q = 1.5, 3.0\nQ = [p; q]\n\ndt = .1\nFinalTime = 20\n\nres = zero.(Q) # init RK residual\nrk4a, rk4b, rk4c = ck45()\nNsteps = ceil(FinalTime / dt)\ndt = FinalTime / Nsteps\n\nplot() # init plot\nfor i = 1:Nsteps\n global res # yes, I know...this is just for simplicty\n for INTRK = 1:5\n rhsQ = f(Q)\n @. res = rk4a[INTRK] * res + dt * rhsQ # i = RK stage\n @. Q = Q + rk4b[INTRK] * res\n end\n scatter!([i*dt;i*dt],Q)\nend\ndisplay(plot!(leg=false))","category":"page"},{"location":"more_meshes/#Additional-mesh-types","page":"Additional mesh types","title":"Additional mesh types","text":"","category":"section"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"In addition to more \"standard\" mesh types, StartUpDG.jl also has experimental support for hybrid and cut-cell meshes. Both are currently restricted to two dimensional domains.","category":"page"},{"location":"more_meshes/#Hybrid-meshes","page":"Additional mesh types","title":"Hybrid meshes","text":"","category":"section"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"warning: Experimental implementation\nThis is an experimental feature and may change in future releases.","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"There is initial support for hybrid meshes in StartUpDG.jl. The following is a short example where we interpolate a polynomial and compute its derivative.","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"rds = RefElemData((Tri(), Quad()), N = 3)\n\n# Simple hybrid mesh for testing\n# 1 7______8______9\n# | | 3 / |\n# | 4 | / 5 |\n# 0 4 ---- 5 ---- 6 \n# | | |\n# | 1 | 2 |\n# -1 1 ---- 2 ---- 3\n# -1 0 1\nVX = [-1; 0; 1; -1; 0; 1; -1; 0; 1]\nVY = [-1; -1; -1; 0; 0; 0; 1; 1; 1]\nEToV = [[1 2 4 5], [2 3 5 6], [5 8 9], [4 5 7 8], [9 6 5]]\n\nmd = MeshData(VX, VY, EToV, rds)\n\n# test that the local derivatives of a polynomial recover the exact derivative\n(; x, y ) = md\nu = @. x^3 - x^2 * y + 2 * y^3\ndudx = @. 3 * x^2 - 2 * x * y\n\n# compute local derivatives\n(; rxJ, sxJ, J ) = md\ndudr, duds = similar(md.x), similar(md.x)\ndudr.Quad .= rds[Quad()].Dr * u.Quad\nduds.Quad .= rds[Quad()].Ds * u.Quad\ndudr.Tri .= rds[Tri()].Dr * u.Tri\nduds.Tri .= rds[Tri()].Ds * u.Tri\n\n@show norm(@. dudx - (rxJ * dudr + sxJ * duds) / J) # should be O(1e-14)","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"The main difference in the representation of hybrid meshes compared with standard MeshData objects is the use of NamedArrayPartition arrays as storage for the geometric coordinates. These arrays have \"fields\" corresponding to the element type, for example","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"md.x.Tri\nmd.x.Quad","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"but can still be indexed as linear arrays. ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"The mapP field behaves similarly. If we interpolate the values of u for each element type to surface quadrature nodes, we can use mapP to linearly index into the array to find neighbors. ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"uf = similar(md.xf)\nuf.Quad .= rds.Quad.Vf * u.Quad\nuf.Tri .= rds.Tri.Vf * u.Tri\nuf[md.mapP] # this returns the exterior node values","category":"page"},{"location":"more_meshes/#Cut-Meshes","page":"Additional mesh types","title":"Cut Meshes","text":"","category":"section"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"warning: Experimental implementation\nThis is an experimental feature and may change in future releases.","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"Initial support for cut-cell meshes is available via PathIntersections.jl. By passing in a tuple of curves (defined as parametrized functions of one coordinate, see PathIntersections.jl documentation for more detail), StartUpDG.jl can compute a MeshData for a cut-cell mesh. ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"circle = PresetGeometries.Circle(R=0.33, x0=0, y0=0)\ncells_per_dimension_x, cells_per_dimension_y = 4, 4\n\nrd = RefElemData(Quad(), N=3)\nmd = MeshData(rd, (circle, ), cells_per_dimension_x, cells_per_dimension_y, Subtriangulation(); precompute_operators=true)","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"Here, the final argument quadrature_type = Subtriangulation() determines how the quadrature on cut cells is determined. For Subtriangulation(), the quadrature on cut cells is constructed from a curved isoparametric subtriangulation of the cut cell. The number of quadrature points on a cut cell is then reduced (while preserving positivity) using Caratheodory pruning. If not specified, the quadrature_type argument defaults to Subtriangulation(). ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"Quadrature rules can also be constructed by specifying quadrature_type = MomentFitting(). The quadrature points on cut cells md.xq.cut are determined from sampling and a pivoted QR decomposition. This is not recommended, as it can be both slower, and the cut-cell quadrature weights md.wJq.cut are not guaranteed to be positive. ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"The interpolation points on cut cells md.x.cut are determined from sampled points and a pivoted QR decomposition. ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"The optional keyword argument precompute_operators specifies whether to precompute differentiation, face interpolation, mass, and lifting matrices for each cut cell. If precompute_operators=true, these are stored in md.mesh_type.cut_cell_operators. ","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"As with hybrid meshes, the nodal coordinates md.x, md.y are NamedArrayPartitions with cartesian and cut fields. For example, md.x.cartesian and md.x.cut are the x-coordinates of the Cartesian and cut cells, respectively. Likewise, md.mapP indexes linearly into the array of face coordinates and specifies exterior node indices. For example, we can interpolate a function to face nodes and compute exterior values via the following code:","category":"page"},{"location":"more_meshes/","page":"Additional mesh types","title":"Additional mesh types","text":"(; x, y) = md\nu = @. x^rd.N - x * y^(rd.N-1) - x^(rd.N-1) * y + y^rd.N # some random function \n\n# interpolate the solution to face nodes\nuf = similar(md.xf) \nuf.cartesian .= rd.Vf * u.cartesian\nfor e in 1:size(md.x.cut, 2)\n ids = md.mesh_type.cut_face_nodes[e]\n Vf = md.mesh_type.cut_cell_operators.face_interpolation_matrices[e]\n uf.cut[ids] .= Vf * u.cut[:, e]\nend\n\nuf[md.mapP] # these are \"exterior\" values for each entry of `uf`","category":"page"},{"location":"ex_dg_deriv/#Example:-approximating-derivatives-using-DG","page":"Example: computing DG derivatives","title":"Example: approximating derivatives using DG","text":"","category":"section"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"MeshData can be used to compute DG derivatives. Suppose f is a differentiable function and the domain Omega can be decomposed into non-overlapping elements D^k. The approximation of fracpartial fpartial x can be approximated using the following formulation: find piecewise polynomial u such that for all piecewise polynomials v","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"int_Omega u v = sum_k left( int_D^k fracpartial upartial xv + int_partial D^k frac12 lefturightn_x v right)","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"Here, lefturight = u^+ - u denotes the jump across an element interface, and n_x is the x-component of the outward unit normal on D^k.","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"Discretizing the left-hand side of this formulation yields a mass matrix. Inverting this mass matrix to the right hand side yields the DG derivative. We show how to compute it for a uniform triangular mesh using MeshData and StartUpDG.jl.","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"We first construct the triangular mesh and initialize md::MeshData.","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"using StartUpDG\nusing Plots\n\nN = 3\nK1D = 8\nrd = RefElemData(Tri(), N)\nVXY, EToV = uniform_mesh(Tri(), K1D)\nmd = MeshData(VXY, EToV, rd)","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"We can approximate a function f(x y) using interpolation","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"f(x, y) = exp(-5 * (x^2 + y^2)) * sin(1 + pi*x) * sin(2 + pi*y)\n(; x, y) = md\nu = @. f(x, y)","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"or using quadrature-based projection","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"(; Pq ) = rd\n(; x, y, xq, yq ) = md\nu = Pq * f.(xq, yq)","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"We can use scatter in Plots.jl to quickly visualize the approximation. This is not intended to create a high quality image (see other libraries, e.g., Makie.jl,VTK.jl, or Triplot.jl for publication-quality images).","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"(; Vp ) = rd\nxp, yp, up = Vp * x, Vp * y, Vp * u # interp to plotting points\nscatter(xp, yp, uxp, zcolor=uxp, msw=0, leg=false, ratio=1, cam=(0, 90))","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"Both interpolation and projection create a matrix u of size N_p times K which contains coefficients (nodal values) of the DG polynomial approximation to f(x y). We can approximate the derivative of f(x y) using the DG derivative formulation","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"function dg_deriv_x(u, rd::RefElemData, md::MeshData)\n (; Vf, Dr, Ds, LIFT ) = rd\n (; rxJ, sxJ, J, nxJ, mapP ) = md\n uf = Vf * u\n ujump = uf[mapP] - uf\n\n # derivatives using chain rule + lifted flux terms\n ux = rxJ .* (Dr * u) + sxJ .* (Ds * u) \n dudxJ = ux + LIFT * (.5 * ujump .* nxJ)\n\n return dudxJ ./ J\nend","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"We can visualize the result as follows:","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"dudx = dg_deriv_x(u, rd, md)\nuxp = Vp * dudx\nscatter(xp, yp, uxp, zcolor=uxp, msw=0, leg=false, ratio=1, cam=(0,90))","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"Plots of the polynomial approximation u(xy) and the DG approximation of fracpartial upartial x are given below","category":"page"},{"location":"ex_dg_deriv/","page":"Example: computing DG derivatives","title":"Example: computing DG derivatives","text":"(Image: u) (Image: dudx) ⠀","category":"page"},{"location":"#Overview","page":"Home","title":"Overview","text":"","category":"section"},{"location":"","page":"Home","title":"Home","text":"This package contains routines to initialize reference element operators, physical mesh arrays, and connectivity arrays for nodal DG methods. The codes roughly based on Nodal Discontinuous Galerkin Methods by Hesthaven and Warburton (2007).","category":"page"},{"location":"#A-short-example","page":"Home","title":"A short example","text":"","category":"section"},{"location":"","page":"Home","title":"Home","text":"using StartUpDG\n\n# polynomial degree and mesh size\nN = 3\nK1D = 8\n\n# init ref element and mesh\nrd = RefElemData(Tri(), N)\nVXY, EToV = uniform_mesh(Tri(), K1D)\nmd = MeshData(VXY, EToV, rd)\n\n# Define a function by interpolation\n(; x, y ) = md\nu = @. exp(-10 * (x^2 + y^2))\n\n# Compute derivatives using geometric mapping + chain rule\n(; Dr, Ds ) = rd\n(; rxJ, sxJ, J ) = md\ndudx = (rxJ .* (Dr * u) + sxJ .* (Ds * u)) ./ J","category":"page"}] +} diff --git a/v1.1.5/siteinfo.js b/v1.1.5/siteinfo.js new file mode 100644 index 00000000..25ac5e09 --- /dev/null +++ b/v1.1.5/siteinfo.js @@ -0,0 +1 @@ +var DOCUMENTER_CURRENT_VERSION = "v1.1.5"; diff --git a/v1.1.5/tstep_usage/index.html b/v1.1.5/tstep_usage/index.html new file mode 100644 index 00000000..d28f5f5e --- /dev/null +++ b/v1.1.5/tstep_usage/index.html @@ -0,0 +1,30 @@ + +Timestepping · StartUpDG.jl

    Time-stepping

    For convenience, we include a commonly used explicit Runge-Kutta scheme. For more advanced time-stepping functionality, we recommend OrdinaryDiffEq.jl.

    Carpenter and Kennedy's (4,5) method

    ck45() returns coefficients for a low-storage Runge-Kutta method.

    Example usage:

    using Plots
    +using StartUpDG
    +
    +# Brusselator
    +B = 3
    +f(y1, y2) = [1 + y1^2 * y2 - (B+1) * y1, B * y1 - y1^2 * y2]
    +f(Q) = f(Q[1], Q[2])
    +p,q = 1.5, 3.0
    +Q = [p; q]
    +
    +dt = .1
    +FinalTime = 20
    +
    +res = zero.(Q) # init RK residual
    +rk4a, rk4b, rk4c = ck45()
    +Nsteps = ceil(FinalTime / dt)
    +dt = FinalTime / Nsteps
    +
    +plot() # init plot
    +for i = 1:Nsteps
    +    global res # yes, I know...this is just for simplicty
    +    for INTRK = 1:5
    +        rhsQ = f(Q)
    +        @. res = rk4a[INTRK] * res + dt * rhsQ # i = RK stage
    +        @. Q =  Q + rk4b[INTRK] * res
    +    end
    +    scatter!([i*dt;i*dt],Q)
    +end
    +display(plot!(leg=false))
    diff --git a/versions.js b/versions.js index a84163f8..ea4e961e 100644 --- a/versions.js +++ b/versions.js @@ -19,5 +19,5 @@ var DOC_VERSIONS = [ "v0.3", "dev", ]; -var DOCUMENTER_NEWEST = "v1.1.4"; +var DOCUMENTER_NEWEST = "v1.1.5"; var DOCUMENTER_STABLE = "stable";