@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600;900&display=swap");
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

:root { color-scheme: "bunch"; }

* { box-sizing: border-box; }

html { font-size: 16px !important; scroll-behavior: smooth; }

@media (min-width: 31.25rem) { html { font-size: 18px !important; } }

body { font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji"; font-size: inherit; line-height: 1.4; color: #5c5962; background-color: #fff; overflow-wrap: break-word; }

ol, ul, dl, pre, address, blockquote, table, div, hr, form, fieldset, noscript .table-wrapper { margin-top: 0; }

h1, h2, h3, h4, h5, h6, #toctitle { margin-top: 0; margin-bottom: 1em; font-weight: 500; line-height: 1.25; color: #27262b; }

p { margin-top: 1em; margin-bottom: 1em; }

a { color: #87649f; text-decoration: none; }

a:not([class]) { text-decoration: underline; text-decoration-color: #eeebee; text-underline-offset: 2px; }

a:not([class]):hover { text-decoration-color: rgba(135, 100, 159, 0.45); }

code { font-family: "SFMono-Regular", menlo, consolas, monospace; font-size: 0.75em; line-height: 1.4; }

figure, pre { margin: 0; }

li { margin: 0.25em 0; }

img { max-width: 100%; height: auto; }

hr { height: 1px; padding: 0; margin: 2rem 0; background-color: #eeebee; border: 0; }

blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padding-left: 1rem; border-left: 3px solid #eeebee; }

.side-bar { z-index: 0; display: flex; flex-wrap: wrap; background-color: #a2bf8a; }

@media (min-width: 50rem) { .side-bar { flex-flow: column nowrap; position: fixed; width: 15.5rem; height: 100%; border-right: 1px solid #eeebee; align-items: flex-end; } }

@media (min-width: 66.5rem) { .side-bar { width: calc((100% - 66.5rem) / 2 + 16.5rem); min-width: 16.5rem; } }

@media (min-width: 50rem) { .main { position: relative; max-width: 50rem; margin-left: 15.5rem; } }

@media (min-width: 66.5rem) { .main { margin-left: Max(16.5rem, calc((100% - 66.5rem) / 2 + 16.5rem)); } }

.main-content-wrap { padding-right: 1rem; padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem; }

@media (min-width: 50rem) { .main-content-wrap { padding-right: 2rem; padding-left: 2rem; } }

@media (min-width: 50rem) { .main-content-wrap { padding-top: 2rem; padding-bottom: 2rem; } }

.main-header { z-index: 0; display: none; background-color: #a2bf8a; }

@media (min-width: 50rem) { .main-header { display: flex; justify-content: space-between; height: 3.75rem; background-color: #fff; border-bottom: 1px solid #eeebee; } }

.main-header.nav-open { display: block; }

@media (min-width: 50rem) { .main-header.nav-open { display: flex; } }

.site-nav, .site-header, .site-footer { width: 100%; }

@media (min-width: 66.5rem) { .site-nav, .site-header, .site-footer { width: 16.5rem; } }

.site-nav { display: none; }

.site-nav.nav-open { display: block; }

@media (min-width: 50rem) { .site-nav { display: block; padding-top: 3rem; padding-bottom: 1rem; overflow-y: auto; flex: 1 1 auto; } }

.site-header { display: flex; min-height: 3.75rem; align-items: center; }

@media (min-width: 50rem) { .site-header { height: 3.75rem; max-height: 3.75rem; border-bottom: 1px solid #eeebee; } }

.site-title { padding-right: 1rem; padding-left: 1rem; flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #27262b; font-size: 24px !important; }

@media (min-width: 50rem) { .site-title { padding-right: 2rem; padding-left: 2rem; } }

@media (min-width: 31.25rem) { .site-title { font-size: 32px !important; line-height: 1.25; } }

@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }

.site-logo { width: 100%; height: 100%; background-image: url("https://cdn.bunchapp.co/images/bunchsitelogo_sm.202410060723.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }

.site-button { display: flex; height: 100%; padding: 1rem; align-items: center; }

@media (min-width: 50rem) { .site-header .site-button { display: none; } }

.site-title:hover { background-image: linear-gradient(-90deg, #9aba80 0%, rgba(154, 186, 128, 0.8) 80%, rgba(154, 186, 128, 0) 100%); }

.site-button:hover { background-image: linear-gradient(-90deg, #9aba80 0%, rgba(154, 186, 128, 0.8) 100%); }

body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }

@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }

.site-footer { padding-right: 1rem; padding-left: 1rem; position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; font-size: 12px !important; }

@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }

@media (min-width: 31.25rem) { .site-footer { font-size: 14px !important; } }

@media (min-width: 50rem) { .site-footer { position: static; justify-self: end; } }

.icon { width: 1.5rem; height: 1.5rem; color: #87649f; }

.main-content { line-height: 1.6; }

.main-content ol, .main-content ul, .main-content dl, .main-content pre, .main-content address, .main-content blockquote, .main-content .table-wrapper { margin-top: 0.5em; }

.main-content a { overflow: hidden; text-overflow: ellipsis; }

.main-content ul, .main-content ol { padding-left: 1.5em; }

.main-content li .highlight { margin-top: 0.25rem; }

.main-content ol { list-style-type: none; counter-reset: step-counter; }

.main-content ol > li { position: relative; }

.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; font-size: 14px !important; }

@media (min-width: 31.25rem) { .main-content ol > li::before { font-size: 16px !important; } }

@media (min-width: 31.25rem) { .main-content ol > li::before { top: 0.11em; } }

.main-content ol > li ol { counter-reset: sub-counter; }

.main-content ol > li ol > li::before { content: counter(sub-counter, lower-alpha); counter-increment: sub-counter; }

.main-content ul { list-style: none; }

.main-content ul > li::before { position: absolute; margin-left: -1.4em; color: #959396; content: "•"; }

.main-content .task-list-item::before { content: ""; }

.main-content .task-list-item-checkbox { margin-right: 0.6em; margin-left: -1.4em; }

.main-content hr + * { margin-top: 0; }

.main-content h1:first-of-type { margin-top: 0.5em; }

.main-content dl { display: grid; grid-template: auto / 10em 1fr; }

.main-content dt, .main-content dd { margin: 0.25em 0; }

.main-content dt { grid-column: 1; font-weight: 500; text-align: right; }

.main-content dt::after { content: ":"; }

.main-content dd { grid-column: 2; margin-bottom: 0; margin-left: 1em; }

.main-content dd blockquote:first-child, .main-content dd div:first-child, .main-content dd dl:first-child, .main-content dd dt:first-child, .main-content dd h1:first-child, .main-content dd h2:first-child, .main-content dd h3:first-child, .main-content dd h4:first-child, .main-content dd h5:first-child, .main-content dd h6:first-child, .main-content dd li:first-child, .main-content dd ol:first-child, .main-content dd p:first-child, .main-content dd pre:first-child, .main-content dd table:first-child, .main-content dd ul:first-child, .main-content dd .table-wrapper:first-child { margin-top: 0; }

.main-content dd dl:first-child dt:first-child, .main-content dd dl:first-child dd:nth-child(2), .main-content ol dl:first-child dt:first-child, .main-content ol dl:first-child dd:nth-child(2), .main-content ul dl:first-child dt:first-child, .main-content ul dl:first-child dd:nth-child(2) { margin-top: 0; }

.main-content .anchor-heading { position: absolute; right: -1rem; width: 1.5rem; height: 100%; padding-right: 0.25rem; padding-left: 0.25rem; overflow: visible; }

@media (min-width: 50rem) { .main-content .anchor-heading { right: auto; left: -1.5rem; } }

.main-content .anchor-heading svg { display: inline-block; width: 100%; height: 100%; color: #87649f; visibility: hidden; }

.main-content .anchor-heading:hover svg, .main-content .anchor-heading:focus svg, .main-content h1:hover > .anchor-heading svg, .main-content h2:hover > .anchor-heading svg, .main-content h3:hover > .anchor-heading svg, .main-content h4:hover > .anchor-heading svg, .main-content h5:hover > .anchor-heading svg, .main-content h6:hover > .anchor-heading svg { visibility: visible; }

.main-content summary { cursor: pointer; }

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content #toctitle { position: relative; margin-top: 1.5em; margin-bottom: 0.25em; }

.main-content h1 + table, .main-content h1 + .table-wrapper, .main-content h1 + .code-example, .main-content h1 + .highlighter-rouge, .main-content h1 + .sectionbody .listingblock, .main-content h2 + table, .main-content h2 + .table-wrapper, .main-content h2 + .code-example, .main-content h2 + .highlighter-rouge, .main-content h2 + .sectionbody .listingblock, .main-content h3 + table, .main-content h3 + .table-wrapper, .main-content h3 + .code-example, .main-content h3 + .highlighter-rouge, .main-content h3 + .sectionbody .listingblock, .main-content h4 + table, .main-content h4 + .table-wrapper, .main-content h4 + .code-example, .main-content h4 + .highlighter-rouge, .main-content h4 + .sectionbody .listingblock, .main-content h5 + table, .main-content h5 + .table-wrapper, .main-content h5 + .code-example, .main-content h5 + .highlighter-rouge, .main-content h5 + .sectionbody .listingblock, .main-content h6 + table, .main-content h6 + .table-wrapper, .main-content h6 + .code-example, .main-content h6 + .highlighter-rouge, .main-content h6 + .sectionbody .listingblock, .main-content #toctitle + table, .main-content #toctitle + .table-wrapper, .main-content #toctitle + .code-example, .main-content #toctitle + .highlighter-rouge, .main-content #toctitle + .sectionbody .listingblock { margin-top: 1em; }

.main-content h1 + p:not(.label), .main-content h2 + p:not(.label), .main-content h3 + p:not(.label), .main-content h4 + p:not(.label), .main-content h5 + p:not(.label), .main-content h6 + p:not(.label), .main-content #toctitle + p:not(.label) { margin-top: 0; }

.main-content > h1:first-child, .main-content > h2:first-child, .main-content > h3:first-child, .main-content > h4:first-child, .main-content > h5:first-child, .main-content > h6:first-child, .main-content > .sect1:first-child > h2, .main-content > .sect2:first-child > h3, .main-content > .sect3:first-child > h4, .main-content > .sect4:first-child > h5, .main-content > .sect5:first-child > h6 { margin-top: 0.5rem; }

.nav-list { padding: 0; margin-top: 0; margin-bottom: 0; list-style: none; }

.nav-list .nav-list-item { font-size: 16px !important; position: relative; margin: 0; }

@media (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 18px !important; } }

@media (min-width: 50rem) { .nav-list .nav-list-item { font-size: 14px !important; } }

@media (min-width: 50rem) and (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 16px !important; } }

.nav-list .nav-list-item .nav-list-link { display: block; min-height: 3rem; padding-top: 0.25rem; padding-bottom: 0.25rem; line-height: 2.5rem; padding-right: 3rem; padding-left: 1rem; }

@media (min-width: 50rem) { .nav-list .nav-list-item .nav-list-link { min-height: 2rem; line-height: 1.5rem; padding-right: 2rem; padding-left: 2rem; } }

.nav-list .nav-list-item .nav-list-link.external > svg { width: 1rem; height: 1rem; vertical-align: text-bottom; }

.nav-list .nav-list-item .nav-list-link.active { font-weight: 600; text-decoration: none; }

.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active { background-image: linear-gradient(-90deg, #9aba80 0%, rgba(154, 186, 128, 0.8) 80%, rgba(154, 186, 128, 0) 100%); }

.nav-list .nav-list-item .nav-list-expander { position: absolute; right: 0; width: 3rem; height: 3rem; padding: 0.75rem; color: #87649f; }

@media (min-width: 50rem) { .nav-list .nav-list-item .nav-list-expander { width: 2rem; height: 2rem; padding: 0.5rem; } }

.nav-list .nav-list-item .nav-list-expander:hover { background-image: linear-gradient(-90deg, #9aba80 0%, rgba(154, 186, 128, 0.8) 100%); }

.nav-list .nav-list-item .nav-list-expander svg { transform: rotate(90deg); }

.nav-list .nav-list-item > .nav-list { display: none; padding-left: 0.75rem; list-style: none; }

.nav-list .nav-list-item > .nav-list .nav-list-item { position: relative; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { color: #4c566b; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { color: #4c566b; }

.nav-list .nav-list-item.active > .nav-list-expander svg { transform: rotate(-90deg); }

.nav-list .nav-list-item.active > .nav-list { display: block; }

.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #eeebee; font-size: 12px !important; }

@media (min-width: 31.25rem) { .nav-category { font-size: 14px !important; } }

@media (min-width: 50rem) { .nav-category { padding: 0.5rem 2rem; margin-top: 1rem; text-align: start; } .nav-category:first-child { margin-top: 0; } }

.nav-list.nav-category-list > .nav-list-item { margin: 0; }

.nav-list.nav-category-list > .nav-list-item > .nav-list { padding: 0; }

.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link { color: #87649f; }

.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander { color: #87649f; }

.aux-nav { height: 100%; overflow-x: auto; font-size: 12px !important; }

@media (min-width: 31.25rem) { .aux-nav { font-size: 14px !important; } }

.aux-nav .aux-nav-list { display: flex; height: 100%; padding: 0; margin: 0; list-style: none; }

.aux-nav .aux-nav-list-item { display: inline-block; height: 100%; padding: 0; margin: 0; }

@media (min-width: 50rem) { .aux-nav { padding-right: 1rem; } }

@media (min-width: 50rem) { .breadcrumb-nav { margin-top: -1rem; } }

.breadcrumb-nav-list { padding-left: 0; margin-bottom: 0.75rem; list-style: none; }

.breadcrumb-nav-list-item { display: table-cell; font-size: 12px !important; }

@media (min-width: 31.25rem) { .breadcrumb-nav-list-item { font-size: 14px !important; } }

.breadcrumb-nav-list-item::before { display: none; }

.breadcrumb-nav-list-item::after { display: inline-block; margin-right: 0.5rem; margin-left: 0.5rem; color: #959396; content: "/"; }

.breadcrumb-nav-list-item:last-child::after { content: ""; }

h1, .text-alpha { font-size: 36px !important; line-height: 1.25; font-weight: 300; }

@media (min-width: 31.25rem) { h1, .text-alpha { font-size: 42px !important; } }

h2, .text-beta, #toctitle { font-size: 24px !important; }

@media (min-width: 31.25rem) { h2, .text-beta, #toctitle { font-size: 32px !important; line-height: 1.25; } }

h3, .text-gamma { font-size: 18px !important; }

@media (min-width: 31.25rem) { h3, .text-gamma { font-size: 24px !important; } }

h4, .text-delta { font-size: 12px !important; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }

@media (min-width: 31.25rem) { h4, .text-delta { font-size: 14px !important; } }

h4 code { text-transform: none; }

h5, .text-epsilon { font-size: 14px !important; }

@media (min-width: 31.25rem) { h5, .text-epsilon { font-size: 16px !important; } }

h6, .text-zeta { font-size: 12px !important; }

@media (min-width: 31.25rem) { h6, .text-zeta { font-size: 14px !important; } }

.text-small { font-size: 12px !important; }

@media (min-width: 31.25rem) { .text-small { font-size: 14px !important; } }

.text-mono { font-family: "SFMono-Regular", menlo, consolas, monospace !important; }

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

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

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

.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; font-size: 12px !important; border-radius: 12px; }

@media (min-width: 31.25rem) { .label:not(g), .label-blue:not(g) { font-size: 14px !important; } }

.label-green:not(g) { background-color: #009c7b; }

.label-purple:not(g) { background-color: #5e41d0; }

.label-red:not(g) { background-color: #e94c4c; }

.label-yellow:not(g) { color: #44434d; background-color: #f7d12e; }

.btn { display: inline-block; box-sizing: border-box; padding: 0.3em 1em; margin: 0; font-family: inherit; font-size: inherit; font-weight: 500; line-height: 1.5; color: #87649f; text-decoration: none; vertical-align: baseline; cursor: pointer; background-color: #f7f7f7; border-width: 0; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); appearance: none; }

.btn:focus { text-decoration: none; outline: none; box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); }

.btn:focus:hover, .btn.selected:focus { box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); }

.btn:hover, .btn.zeroclipboard-is-hover { color: #825f9a; }

.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active { text-decoration: none; background-color: #f4f4f4; }

.btn:active, .btn.selected, .btn.zeroclipboard-is-active { background-color: #efefef; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn.selected:hover { background-color: #cfcfcf; }

.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover { color: rgba(102, 102, 102, 0.5); cursor: default; background-color: rgba(229, 229, 229, 0.5); background-image: none; box-shadow: none; }

.btn-outline { color: #87649f; background: transparent; box-shadow: inset 0 0 0 2px #e6e1e8; }

.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active { color: #7d5b93; text-decoration: none; background-color: transparent; box-shadow: inset 0 0 0 3px #e6e1e8; }

.btn-outline:focus { text-decoration: none; outline: none; box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); }

.btn-outline:focus:hover, .btn-outline.selected:focus { box-shadow: inset 0 0 0 2px #5c5962; }

.btn-primary { color: #fff; background-color: #5739ce; background-image: linear-gradient(#6f55d5, #5739ce); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-primary:hover, .btn-primary.zeroclipboard-is-hover { color: #fff; background-color: #5132cb; background-image: linear-gradient(#6549d2, #5132cb); }

.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active { background-color: #4f31c6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-primary.selected:hover { background-color: #472cb2; }

.btn-purple { color: #fff; background-color: #5739ce; background-image: linear-gradient(#6f55d5, #5739ce); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-purple:hover, .btn-purple.zeroclipboard-is-hover { color: #fff; background-color: #5132cb; background-image: linear-gradient(#6549d2, #5132cb); }

.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active { background-color: #4f31c6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-purple.selected:hover { background-color: #472cb2; }

.btn-blue { color: #fff; background-color: #227efa; background-image: linear-gradient(#4593fb, #227efa); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-blue:hover, .btn-blue.zeroclipboard-is-hover { color: #fff; background-color: #1878fa; background-image: linear-gradient(#368afa, #1878fa); }

.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active { background-color: #1375f9; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-blue.selected:hover { background-color: #0669ed; }

.btn-green { color: #fff; background-color: #10ac7d; background-image: linear-gradient(#13cc95, #10ac7d); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-green:hover, .btn-green.zeroclipboard-is-hover { color: #fff; background-color: #0fa276; background-image: linear-gradient(#12be8b, #0fa276); }

.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active { background-color: #0f9e73; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-green.selected:hover { background-color: #0d8662; }

.btn-reset { background: none; border: none; margin: 0; text-align: inherit; font: inherit; border-radius: 0; appearance: none; }

.search { position: relative; z-index: 2; flex-grow: 1; height: 4rem; padding: 0.5rem; transition: padding linear 200ms; }

@media (min-width: 50rem) { .search { position: relative !important; width: auto !important; height: 100% !important; padding: 0; transition: none; } }

.search-input-wrap { position: relative; z-index: 1; height: 3rem; overflow: hidden; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); transition: height linear 200ms; }

@media (min-width: 50rem) { .search-input-wrap { position: absolute; width: 100%; max-width: 33.5rem; height: 100% !important; border-radius: 0; box-shadow: none; transition: width ease 400ms; } }

.search-input { position: absolute; width: 100%; height: 100%; padding: 0.5rem 1rem 0.5rem 2.5rem; font-size: 1rem; color: #5c5962; background-color: #fff; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }

@media (min-width: 50rem) { .search-input { padding: 0.5rem 1rem 0.5rem 3.5rem; font-size: 0.875rem; background-color: #fff; transition: padding-left linear 200ms; } }

.search-input:focus { outline: 0; }

.search-input:focus + .search-label .search-icon { color: #87649f; }

.search-label { position: absolute; display: flex; height: 100%; padding-left: 1rem; }

@media (min-width: 50rem) { .search-label { padding-left: 2rem; transition: padding-left linear 200ms; } }

.search-label .search-icon { width: 1.2rem; height: 1.2rem; align-self: center; color: #959396; }

.search-results { position: absolute; left: 0; display: none; width: 100%; max-height: calc(100% - 4rem); overflow-y: auto; background-color: #fff; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); }

@media (min-width: 50rem) { .search-results { top: 100%; width: 33.5rem; max-height: calc(100vh - 200%) !important; } }

.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; font-size: 16px !important; }

@media (min-width: 31.25rem) { .search-results-list { font-size: 18px !important; } }

@media (min-width: 50rem) { .search-results-list { font-size: 14px !important; } }

@media (min-width: 50rem) and (min-width: 31.25rem) { .search-results-list { font-size: 16px !important; } }

.search-results-list-item { padding: 0; margin: 0; }

.search-result { display: block; padding: 0.25rem 0.75rem; }

.search-result:hover, .search-result.active { background-color: #9aba80; }

.search-result-title { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; }

@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }

.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }

.search-result-doc.search-result-doc-parent { opacity: 0.5; font-size: 14px !important; }

@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 16px !important; } }

@media (min-width: 50rem) { .search-result-doc.search-result-doc-parent { font-size: 12px !important; } }

@media (min-width: 50rem) and (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 14px !important; } }

.search-result-doc .search-result-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; color: #87649f; flex-shrink: 0; }

.search-result-doc .search-result-doc-title { overflow: auto; }

.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }

.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; font-size: 9px !important; }

@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 10px !important; } }

.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; font-size: 12px !important; }

@media (min-width: 31.25rem) { .search-result-previews { font-size: 14px !important; } }

@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }

.search-result-preview + .search-result-preview { margin-top: 0.25rem; }

.search-result-highlight { font-weight: bold; }

.search-no-result { padding: 0.5rem 0.75rem; font-size: 14px !important; }

@media (min-width: 31.25rem) { .search-no-result { font-size: 16px !important; } }

.search-button { position: fixed; right: 1rem; bottom: 1rem; display: flex; width: 3.5rem; height: 3.5rem; background-color: #fff; border: 1px solid rgba(135, 100, 159, 0.3); border-radius: 1.75rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); align-items: center; justify-content: center; }

.search-overlay { position: fixed; top: 0; left: 0; z-index: 1; width: 0; height: 0; background-color: rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms; }

.search-active .search { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; }

.search-active .search-input-wrap { height: 4rem; border-radius: 0; }

@media (min-width: 50rem) { .search-active .search-input-wrap { width: 33.5rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } }

.search-active .search-input { background-color: #fff; }

@media (min-width: 50rem) { .search-active .search-input { padding-left: 2.3rem; } }

@media (min-width: 50rem) { .search-active .search-label { padding-left: 0.6rem; } }

.search-active .search-results { display: block; }

.search-active .search-overlay { width: 100%; height: 100%; opacity: 1; transition: opacity ease 400ms, width 0s, height 0s; }

@media (min-width: 50rem) { .search-active .main { position: fixed; right: 0; left: 0; } }

.search-active .main-header { padding-top: 4rem; }

@media (min-width: 50rem) { .search-active .main-header { padding-top: 0; } }

.table-wrapper { display: block; width: 100%; max-width: 100%; margin-bottom: 1.5rem; overflow-x: auto; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); }

table { display: table; min-width: 100%; border-collapse: separate; }

th, td { font-size: 14px !important; min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #fff; border-bottom: 1px solid rgba(238, 235, 238, 0.5); border-left: 1px solid #eeebee; }

@media (min-width: 31.25rem) { th, td { font-size: 16px !important; } }

th:first-of-type, td:first-of-type { border-left: 0; }

tbody tr:last-of-type th, tbody tr:last-of-type td { border-bottom: 0; }

tbody tr:last-of-type td { padding-bottom: 0.75rem; }

thead th { border-bottom: 1px solid #eeebee; }

:not(pre, figure) > code { padding: 0.2em 0.15em; font-weight: 400; background-color: #f5f6fa; border: 1px solid #eeebee; border-radius: 4px; }

a:visited code { border-color: #eeebee; }

div.highlighter-rouge, div.listingblock > div.content, figure.highlight { margin-top: 0; margin-bottom: 0.75rem; background-color: #f5f6fa; border-radius: 4px; box-shadow: none; -webkit-overflow-scrolling: touch; position: relative; padding: 0; }

div.highlighter-rouge > button, div.listingblock > div.content > button, figure.highlight > button { width: 0.75rem; opacity: 0; position: absolute; top: 0; right: 0; border: 0.75rem solid #f5f6fa; background-color: #f5f6fa; color: #5c5962; box-sizing: content-box; }

div.highlighter-rouge > button svg, div.listingblock > div.content > button svg, figure.highlight > button svg { fill: #5c5962; }

div.highlighter-rouge > button:active, div.listingblock > div.content > button:active, figure.highlight > button:active { text-decoration: none; outline: none; opacity: 1; }

div.highlighter-rouge > button:focus, div.listingblock > div.content > button:focus, figure.highlight > button:focus { opacity: 1; }

div.highlighter-rouge:hover > button, div.listingblock > div.content:hover > button, figure.highlight:hover > button { cursor: copy; opacity: 1; }

div.highlighter-rouge div.highlight { overflow-x: auto; padding: 0.75rem; margin: 0; border: 0; }

div.highlighter-rouge pre.highlight, div.highlighter-rouge code { padding: 0; margin: 0; border: 0; }

div.listingblock { margin-top: 0; margin-bottom: 0.75rem; }

div.listingblock div.content { overflow-x: auto; padding: 0.75rem; margin: 0; border: 0; }

div.listingblock div.content > pre, div.listingblock code { padding: 0; margin: 0; border: 0; }

figure.highlight pre, figure.highlight :not(pre) > code { overflow-x: auto; padding: 0.75rem; margin: 0; border: 0; }

.highlight .table-wrapper { padding: 0.75rem 0; margin: 0; border: 0; box-shadow: none; }

.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 12px !important; min-width: 0; padding: 0; background-color: #f5f6fa; border: 0; }

@media (min-width: 31.25rem) { .highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 14px !important; } }

.highlight .table-wrapper td.gl { width: 1em; padding-right: 0.75rem; padding-left: 0.75rem; }

.highlight .table-wrapper pre { margin: 0; line-height: 2; }

.code-example, .listingblock > .title { padding: 0.75rem; margin-bottom: 0.75rem; overflow: auto; border: 1px solid #eeebee; border-radius: 4px; }

.code-example + .highlighter-rouge, .code-example + .sectionbody .listingblock, .code-example + .content, .code-example + figure.highlight, .listingblock > .title + .highlighter-rouge, .listingblock > .title + .sectionbody .listingblock, .listingblock > .title + .content, .listingblock > .title + figure.highlight { position: relative; margin-top: -1rem; border-right: 1px solid #eeebee; border-bottom: 1px solid #eeebee; border-left: 1px solid #eeebee; border-top-left-radius: 0; border-top-right-radius: 0; }

code.language-mermaid { padding: 0; background-color: inherit; border: 0; }

.highlight, pre.highlight { background: #f5f6fa; color: #5c5962; }

.highlight pre { background: #f5f6fa; }

.text-grey-dk-000 { color: #959396 !important; }

.text-grey-dk-100 { color: #5c5962 !important; }

.text-grey-dk-200 { color: #44434d !important; }

.text-grey-dk-250 { color: #302d36 !important; }

.text-grey-dk-300 { color: #27262b !important; }

.text-grey-lt-000 { color: #f5f6fa !important; }

.text-grey-lt-100 { color: #eeebee !important; }

.text-grey-lt-200 { color: #ecebed !important; }

.text-grey-lt-300 { color: #e6e1e8 !important; }

.text-blue-000 { color: #2c84fa !important; }

.text-blue-100 { color: #2869e6 !important; }

.text-blue-200 { color: #264caf !important; }

.text-blue-300 { color: #183385 !important; }

.text-green-000 { color: #41d693 !important; }

.text-green-100 { color: #11b584 !important; }

.text-green-200 { color: #009c7b !important; }

.text-green-300 { color: #026e57 !important; }

.text-purple-000 { color: #7253ed !important; }

.text-purple-100 { color: #5e41d0 !important; }

.text-purple-200 { color: #4e26af !important; }

.text-purple-300 { color: #381885 !important; }

.text-yellow-000 { color: #ffeb82 !important; }

.text-yellow-100 { color: #fadf50 !important; }

.text-yellow-200 { color: #f7d12e !important; }

.text-yellow-300 { color: #e7af06 !important; }

.text-red-000 { color: #f77e7e !important; }

.text-red-100 { color: #f96e65 !important; }

.text-red-200 { color: #e94c4c !important; }

.text-red-300 { color: #dd2e2e !important; }

.bg-grey-dk-000 { background-color: #959396 !important; }

.bg-grey-dk-100 { background-color: #5c5962 !important; }

.bg-grey-dk-200 { background-color: #44434d !important; }

.bg-grey-dk-250 { background-color: #302d36 !important; }

.bg-grey-dk-300 { background-color: #27262b !important; }

.bg-grey-lt-000 { background-color: #f5f6fa !important; }

.bg-grey-lt-100 { background-color: #eeebee !important; }

.bg-grey-lt-200 { background-color: #ecebed !important; }

.bg-grey-lt-300 { background-color: #e6e1e8 !important; }

.bg-blue-000 { background-color: #2c84fa !important; }

.bg-blue-100 { background-color: #2869e6 !important; }

.bg-blue-200 { background-color: #264caf !important; }

.bg-blue-300 { background-color: #183385 !important; }

.bg-green-000 { background-color: #41d693 !important; }

.bg-green-100 { background-color: #11b584 !important; }

.bg-green-200 { background-color: #009c7b !important; }

.bg-green-300 { background-color: #026e57 !important; }

.bg-purple-000 { background-color: #7253ed !important; }

.bg-purple-100 { background-color: #5e41d0 !important; }

.bg-purple-200 { background-color: #4e26af !important; }

.bg-purple-300 { background-color: #381885 !important; }

.bg-yellow-000 { background-color: #ffeb82 !important; }

.bg-yellow-100 { background-color: #fadf50 !important; }

.bg-yellow-200 { background-color: #f7d12e !important; }

.bg-yellow-300 { background-color: #e7af06 !important; }

.bg-red-000 { background-color: #f77e7e !important; }

.bg-red-100 { background-color: #f96e65 !important; }

.bg-red-200 { background-color: #e94c4c !important; }

.bg-red-300 { background-color: #dd2e2e !important; }

.d-block { display: block !important; }

.d-flex { display: flex !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-none { display: none !important; }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 20rem) { .d-xs-block { display: block !important; } .d-xs-flex { display: flex !important; } .d-xs-inline { display: inline !important; } .d-xs-inline-block { display: inline-block !important; } .d-xs-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 31.25rem) { .d-sm-block { display: block !important; } .d-sm-flex { display: flex !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 50rem) { .d-md-block { display: block !important; } .d-md-flex { display: flex !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 66.5rem) { .d-lg-block { display: block !important; } .d-lg-flex { display: flex !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

@media (min-width: 87.5rem) { .d-xl-block { display: block !important; } .d-xl-flex { display: flex !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-none { display: none !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.flex-justify-start { justify-content: flex-start !important; }

.flex-justify-end { justify-content: flex-end !important; }

.flex-justify-between { justify-content: space-between !important; }

.flex-justify-around { justify-content: space-around !important; }

.v-align-baseline { vertical-align: baseline !important; }

.v-align-bottom { vertical-align: bottom !important; }

.v-align-middle { vertical-align: middle !important; }

.v-align-text-bottom { vertical-align: text-bottom !important; }

.v-align-text-top { vertical-align: text-top !important; }

.v-align-top { vertical-align: top !important; }

.fs-1 { font-size: 9px !important; }

@media (min-width: 31.25rem) { .fs-1 { font-size: 10px !important; } }

.fs-2 { font-size: 12px !important; }

@media (min-width: 31.25rem) { .fs-2 { font-size: 14px !important; } }

.fs-3 { font-size: 14px !important; }

@media (min-width: 31.25rem) { .fs-3 { font-size: 16px !important; } }

.fs-4 { font-size: 16px !important; }

@media (min-width: 31.25rem) { .fs-4 { font-size: 18px !important; } }

.fs-5 { font-size: 18px !important; }

@media (min-width: 31.25rem) { .fs-5 { font-size: 24px !important; } }

.fs-6 { font-size: 24px !important; }

@media (min-width: 31.25rem) { .fs-6 { font-size: 32px !important; line-height: 1.25; } }

.fs-7 { font-size: 32px !important; line-height: 1.25; }

@media (min-width: 31.25rem) { .fs-7 { font-size: 36px !important; } }

.fs-8 { font-size: 36px !important; line-height: 1.25; }

@media (min-width: 31.25rem) { .fs-8 { font-size: 42px !important; } }

.fs-9 { font-size: 42px !important; line-height: 1.25; }

@media (min-width: 31.25rem) { .fs-9 { font-size: 48px !important; } }

.fs-10 { font-size: 48px !important; line-height: 1.25; }

@media (min-width: 31.25rem) { .fs-10 { font-size: 48px !important; } }

.fw-300 { font-weight: 300 !important; }

.fw-400 { font-weight: 400 !important; }

.fw-500 { font-weight: 500 !important; }

.fw-700 { font-weight: 700 !important; }

.lh-0 { line-height: 0 !important; }

.lh-default { line-height: 1.4; }

.lh-tight { line-height: 1.25; }

.ls-5 { letter-spacing: 0.05em !important; }

.ls-10 { letter-spacing: 0.1em !important; }

.ls-0 { letter-spacing: 0 !important; }

.text-uppercase { text-transform: uppercase !important; }

.list-style-none { padding: 0 !important; margin: 0 !important; list-style: none !important; }

.list-style-none li::before { display: none !important; }

.mx-auto { margin-right: auto !important; margin-left: auto !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-right: 0 !important; margin-left: 0 !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.mxn-0 { margin-right: -0 !important; margin-left: -0 !important; }

.mx-0-auto { margin-right: auto !important; margin-left: auto !important; }

.m-1 { margin: 0.25rem !important; }

.mt-1 { margin-top: 0.25rem !important; }

.mr-1 { margin-right: 0.25rem !important; }

.mb-1 { margin-bottom: 0.25rem !important; }

.ml-1 { margin-left: 0.25rem !important; }

.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }

.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.mxn-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; }

.mx-1-auto { margin-right: auto !important; margin-left: auto !important; }

.m-2 { margin: 0.5rem !important; }

.mt-2 { margin-top: 0.5rem !important; }

.mr-2 { margin-right: 0.5rem !important; }

.mb-2 { margin-bottom: 0.5rem !important; }

.ml-2 { margin-left: 0.5rem !important; }

.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }

.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.mxn-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }

.mx-2-auto { margin-right: auto !important; margin-left: auto !important; }

.m-3 { margin: 0.75rem !important; }

.mt-3 { margin-top: 0.75rem !important; }

.mr-3 { margin-right: 0.75rem !important; }

.mb-3 { margin-bottom: 0.75rem !important; }

.ml-3 { margin-left: 0.75rem !important; }

.mx-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; }

.my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }

.mxn-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; }

.mx-3-auto { margin-right: auto !important; margin-left: auto !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-right: 1rem !important; margin-left: 1rem !important; }

.my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.mxn-4 { margin-right: -1rem !important; margin-left: -1rem !important; }

.mx-4-auto { margin-right: auto !important; margin-left: auto !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-right: 1.5rem !important; margin-left: 1.5rem !important; }

.my-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.mxn-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; }

.mx-5-auto { margin-right: auto !important; margin-left: auto !important; }

.m-6 { margin: 2rem !important; }

.mt-6 { margin-top: 2rem !important; }

.mr-6 { margin-right: 2rem !important; }

.mb-6 { margin-bottom: 2rem !important; }

.ml-6 { margin-left: 2rem !important; }

.mx-6 { margin-right: 2rem !important; margin-left: 2rem !important; }

.my-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; }

.mxn-6 { margin-right: -2rem !important; margin-left: -2rem !important; }

.mx-6-auto { margin-right: auto !important; margin-left: auto !important; }

.m-7 { margin: 2.5rem !important; }

.mt-7 { margin-top: 2.5rem !important; }

.mr-7 { margin-right: 2.5rem !important; }

.mb-7 { margin-bottom: 2.5rem !important; }

.ml-7 { margin-left: 2.5rem !important; }

.mx-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; }

.my-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }

.mxn-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; }

.mx-7-auto { margin-right: auto !important; margin-left: auto !important; }

.m-8 { margin: 3rem !important; }

.mt-8 { margin-top: 3rem !important; }

.mr-8 { margin-right: 3rem !important; }

.mb-8 { margin-bottom: 3rem !important; }

.ml-8 { margin-left: 3rem !important; }

.mx-8 { margin-right: 3rem !important; margin-left: 3rem !important; }

.my-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.mxn-8 { margin-right: -3rem !important; margin-left: -3rem !important; }

.mx-8-auto { margin-right: auto !important; margin-left: auto !important; }

.m-9 { margin: 3.5rem !important; }

.mt-9 { margin-top: 3.5rem !important; }

.mr-9 { margin-right: 3.5rem !important; }

.mb-9 { margin-bottom: 3.5rem !important; }

.ml-9 { margin-left: 3.5rem !important; }

.mx-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; }

.my-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }

.mxn-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; }

.mx-9-auto { margin-right: auto !important; margin-left: auto !important; }

.m-10 { margin: 4rem !important; }

.mt-10 { margin-top: 4rem !important; }

.mr-10 { margin-right: 4rem !important; }

.mb-10 { margin-bottom: 4rem !important; }

.ml-10 { margin-left: 4rem !important; }

.mx-10 { margin-right: 4rem !important; margin-left: 4rem !important; }

.my-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; }

.mxn-10 { margin-right: -4rem !important; margin-left: -4rem !important; }

.mx-10-auto { margin-right: auto !important; margin-left: auto !important; }

@media (min-width: 20rem) { .m-xs-0 { margin: 0 !important; } .mt-xs-0 { margin-top: 0 !important; } .mr-xs-0 { margin-right: 0 !important; } .mb-xs-0 { margin-bottom: 0 !important; } .ml-xs-0 { margin-left: 0 !important; } .mx-xs-0 { margin-right: 0 !important; margin-left: 0 !important; } .my-xs-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mxn-xs-0 { margin-right: -0 !important; margin-left: -0 !important; } }

@media (min-width: 20rem) { .m-xs-1 { margin: 0.25rem !important; } .mt-xs-1 { margin-top: 0.25rem !important; } .mr-xs-1 { margin-right: 0.25rem !important; } .mb-xs-1 { margin-bottom: 0.25rem !important; } .ml-xs-1 { margin-left: 0.25rem !important; } .mx-xs-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .my-xs-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .mxn-xs-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } }

@media (min-width: 20rem) { .m-xs-2 { margin: 0.5rem !important; } .mt-xs-2 { margin-top: 0.5rem !important; } .mr-xs-2 { margin-right: 0.5rem !important; } .mb-xs-2 { margin-bottom: 0.5rem !important; } .ml-xs-2 { margin-left: 0.5rem !important; } .mx-xs-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .my-xs-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .mxn-xs-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } }

@media (min-width: 20rem) { .m-xs-3 { margin: 0.75rem !important; } .mt-xs-3 { margin-top: 0.75rem !important; } .mr-xs-3 { margin-right: 0.75rem !important; } .mb-xs-3 { margin-bottom: 0.75rem !important; } .ml-xs-3 { margin-left: 0.75rem !important; } .mx-xs-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } .my-xs-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .mxn-xs-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } }

@media (min-width: 20rem) { .m-xs-4 { margin: 1rem !important; } .mt-xs-4 { margin-top: 1rem !important; } .mr-xs-4 { margin-right: 1rem !important; } .mb-xs-4 { margin-bottom: 1rem !important; } .ml-xs-4 { margin-left: 1rem !important; } .mx-xs-4 { margin-right: 1rem !important; margin-left: 1rem !important; } .my-xs-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .mxn-xs-4 { margin-right: -1rem !important; margin-left: -1rem !important; } }

@media (min-width: 20rem) { .m-xs-5 { margin: 1.5rem !important; } .mt-xs-5 { margin-top: 1.5rem !important; } .mr-xs-5 { margin-right: 1.5rem !important; } .mb-xs-5 { margin-bottom: 1.5rem !important; } .ml-xs-5 { margin-left: 1.5rem !important; } .mx-xs-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .my-xs-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .mxn-xs-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } }

@media (min-width: 20rem) { .m-xs-6 { margin: 2rem !important; } .mt-xs-6 { margin-top: 2rem !important; } .mr-xs-6 { margin-right: 2rem !important; } .mb-xs-6 { margin-bottom: 2rem !important; } .ml-xs-6 { margin-left: 2rem !important; } .mx-xs-6 { margin-right: 2rem !important; margin-left: 2rem !important; } .my-xs-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .mxn-xs-6 { margin-right: -2rem !important; margin-left: -2rem !important; } }

@media (min-width: 20rem) { .m-xs-7 { margin: 2.5rem !important; } .mt-xs-7 { margin-top: 2.5rem !important; } .mr-xs-7 { margin-right: 2.5rem !important; } .mb-xs-7 { margin-bottom: 2.5rem !important; } .ml-xs-7 { margin-left: 2.5rem !important; } .mx-xs-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } .my-xs-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .mxn-xs-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } }

@media (min-width: 20rem) { .m-xs-8 { margin: 3rem !important; } .mt-xs-8 { margin-top: 3rem !important; } .mr-xs-8 { margin-right: 3rem !important; } .mb-xs-8 { margin-bottom: 3rem !important; } .ml-xs-8 { margin-left: 3rem !important; } .mx-xs-8 { margin-right: 3rem !important; margin-left: 3rem !important; } .my-xs-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .mxn-xs-8 { margin-right: -3rem !important; margin-left: -3rem !important; } }

@media (min-width: 20rem) { .m-xs-9 { margin: 3.5rem !important; } .mt-xs-9 { margin-top: 3.5rem !important; } .mr-xs-9 { margin-right: 3.5rem !important; } .mb-xs-9 { margin-bottom: 3.5rem !important; } .ml-xs-9 { margin-left: 3.5rem !important; } .mx-xs-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } .my-xs-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .mxn-xs-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } }

@media (min-width: 20rem) { .m-xs-10 { margin: 4rem !important; } .mt-xs-10 { margin-top: 4rem !important; } .mr-xs-10 { margin-right: 4rem !important; } .mb-xs-10 { margin-bottom: 4rem !important; } .ml-xs-10 { margin-left: 4rem !important; } .mx-xs-10 { margin-right: 4rem !important; margin-left: 4rem !important; } .my-xs-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .mxn-xs-10 { margin-right: -4rem !important; margin-left: -4rem !important; } }

@media (min-width: 31.25rem) { .m-sm-0 { margin: 0 !important; } .mt-sm-0 { margin-top: 0 !important; } .mr-sm-0 { margin-right: 0 !important; } .mb-sm-0 { margin-bottom: 0 !important; } .ml-sm-0 { margin-left: 0 !important; } .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mxn-sm-0 { margin-right: -0 !important; margin-left: -0 !important; } }

@media (min-width: 31.25rem) { .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1 { margin-left: 0.25rem !important; } .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .mxn-sm-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } }

@media (min-width: 31.25rem) { .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2 { margin-left: 0.5rem !important; } .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .mxn-sm-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } }

@media (min-width: 31.25rem) { .m-sm-3 { margin: 0.75rem !important; } .mt-sm-3 { margin-top: 0.75rem !important; } .mr-sm-3 { margin-right: 0.75rem !important; } .mb-sm-3 { margin-bottom: 0.75rem !important; } .ml-sm-3 { margin-left: 0.75rem !important; } .mx-sm-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } .my-sm-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .mxn-sm-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } }

@media (min-width: 31.25rem) { .m-sm-4 { margin: 1rem !important; } .mt-sm-4 { margin-top: 1rem !important; } .mr-sm-4 { margin-right: 1rem !important; } .mb-sm-4 { margin-bottom: 1rem !important; } .ml-sm-4 { margin-left: 1rem !important; } .mx-sm-4 { margin-right: 1rem !important; margin-left: 1rem !important; } .my-sm-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .mxn-sm-4 { margin-right: -1rem !important; margin-left: -1rem !important; } }

@media (min-width: 31.25rem) { .m-sm-5 { margin: 1.5rem !important; } .mt-sm-5 { margin-top: 1.5rem !important; } .mr-sm-5 { margin-right: 1.5rem !important; } .mb-sm-5 { margin-bottom: 1.5rem !important; } .ml-sm-5 { margin-left: 1.5rem !important; } .mx-sm-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .my-sm-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .mxn-sm-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } }

@media (min-width: 31.25rem) { .m-sm-6 { margin: 2rem !important; } .mt-sm-6 { margin-top: 2rem !important; } .mr-sm-6 { margin-right: 2rem !important; } .mb-sm-6 { margin-bottom: 2rem !important; } .ml-sm-6 { margin-left: 2rem !important; } .mx-sm-6 { margin-right: 2rem !important; margin-left: 2rem !important; } .my-sm-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .mxn-sm-6 { margin-right: -2rem !important; margin-left: -2rem !important; } }

@media (min-width: 31.25rem) { .m-sm-7 { margin: 2.5rem !important; } .mt-sm-7 { margin-top: 2.5rem !important; } .mr-sm-7 { margin-right: 2.5rem !important; } .mb-sm-7 { margin-bottom: 2.5rem !important; } .ml-sm-7 { margin-left: 2.5rem !important; } .mx-sm-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } .my-sm-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .mxn-sm-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } }

@media (min-width: 31.25rem) { .m-sm-8 { margin: 3rem !important; } .mt-sm-8 { margin-top: 3rem !important; } .mr-sm-8 { margin-right: 3rem !important; } .mb-sm-8 { margin-bottom: 3rem !important; } .ml-sm-8 { margin-left: 3rem !important; } .mx-sm-8 { margin-right: 3rem !important; margin-left: 3rem !important; } .my-sm-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .mxn-sm-8 { margin-right: -3rem !important; margin-left: -3rem !important; } }

@media (min-width: 31.25rem) { .m-sm-9 { margin: 3.5rem !important; } .mt-sm-9 { margin-top: 3.5rem !important; } .mr-sm-9 { margin-right: 3.5rem !important; } .mb-sm-9 { margin-bottom: 3.5rem !important; } .ml-sm-9 { margin-left: 3.5rem !important; } .mx-sm-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } .my-sm-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .mxn-sm-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } }

@media (min-width: 31.25rem) { .m-sm-10 { margin: 4rem !important; } .mt-sm-10 { margin-top: 4rem !important; } .mr-sm-10 { margin-right: 4rem !important; } .mb-sm-10 { margin-bottom: 4rem !important; } .ml-sm-10 { margin-left: 4rem !important; } .mx-sm-10 { margin-right: 4rem !important; margin-left: 4rem !important; } .my-sm-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .mxn-sm-10 { margin-right: -4rem !important; margin-left: -4rem !important; } }

@media (min-width: 50rem) { .m-md-0 { margin: 0 !important; } .mt-md-0 { margin-top: 0 !important; } .mr-md-0 { margin-right: 0 !important; } .mb-md-0 { margin-bottom: 0 !important; } .ml-md-0 { margin-left: 0 !important; } .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mxn-md-0 { margin-right: -0 !important; margin-left: -0 !important; } }

@media (min-width: 50rem) { .m-md-1 { margin: 0.25rem !important; } .mt-md-1 { margin-top: 0.25rem !important; } .mr-md-1 { margin-right: 0.25rem !important; } .mb-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1 { margin-left: 0.25rem !important; } .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .mxn-md-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } }

@media (min-width: 50rem) { .m-md-2 { margin: 0.5rem !important; } .mt-md-2 { margin-top: 0.5rem !important; } .mr-md-2 { margin-right: 0.5rem !important; } .mb-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2 { margin-left: 0.5rem !important; } .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .mxn-md-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } }

@media (min-width: 50rem) { .m-md-3 { margin: 0.75rem !important; } .mt-md-3 { margin-top: 0.75rem !important; } .mr-md-3 { margin-right: 0.75rem !important; } .mb-md-3 { margin-bottom: 0.75rem !important; } .ml-md-3 { margin-left: 0.75rem !important; } .mx-md-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } .my-md-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .mxn-md-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } }

@media (min-width: 50rem) { .m-md-4 { margin: 1rem !important; } .mt-md-4 { margin-top: 1rem !important; } .mr-md-4 { margin-right: 1rem !important; } .mb-md-4 { margin-bottom: 1rem !important; } .ml-md-4 { margin-left: 1rem !important; } .mx-md-4 { margin-right: 1rem !important; margin-left: 1rem !important; } .my-md-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .mxn-md-4 { margin-right: -1rem !important; margin-left: -1rem !important; } }

@media (min-width: 50rem) { .m-md-5 { margin: 1.5rem !important; } .mt-md-5 { margin-top: 1.5rem !important; } .mr-md-5 { margin-right: 1.5rem !important; } .mb-md-5 { margin-bottom: 1.5rem !important; } .ml-md-5 { margin-left: 1.5rem !important; } .mx-md-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .my-md-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .mxn-md-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } }

@media (min-width: 50rem) { .m-md-6 { margin: 2rem !important; } .mt-md-6 { margin-top: 2rem !important; } .mr-md-6 { margin-right: 2rem !important; } .mb-md-6 { margin-bottom: 2rem !important; } .ml-md-6 { margin-left: 2rem !important; } .mx-md-6 { margin-right: 2rem !important; margin-left: 2rem !important; } .my-md-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .mxn-md-6 { margin-right: -2rem !important; margin-left: -2rem !important; } }

@media (min-width: 50rem) { .m-md-7 { margin: 2.5rem !important; } .mt-md-7 { margin-top: 2.5rem !important; } .mr-md-7 { margin-right: 2.5rem !important; } .mb-md-7 { margin-bottom: 2.5rem !important; } .ml-md-7 { margin-left: 2.5rem !important; } .mx-md-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } .my-md-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .mxn-md-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } }

@media (min-width: 50rem) { .m-md-8 { margin: 3rem !important; } .mt-md-8 { margin-top: 3rem !important; } .mr-md-8 { margin-right: 3rem !important; } .mb-md-8 { margin-bottom: 3rem !important; } .ml-md-8 { margin-left: 3rem !important; } .mx-md-8 { margin-right: 3rem !important; margin-left: 3rem !important; } .my-md-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .mxn-md-8 { margin-right: -3rem !important; margin-left: -3rem !important; } }

@media (min-width: 50rem) { .m-md-9 { margin: 3.5rem !important; } .mt-md-9 { margin-top: 3.5rem !important; } .mr-md-9 { margin-right: 3.5rem !important; } .mb-md-9 { margin-bottom: 3.5rem !important; } .ml-md-9 { margin-left: 3.5rem !important; } .mx-md-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } .my-md-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .mxn-md-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } }

@media (min-width: 50rem) { .m-md-10 { margin: 4rem !important; } .mt-md-10 { margin-top: 4rem !important; } .mr-md-10 { margin-right: 4rem !important; } .mb-md-10 { margin-bottom: 4rem !important; } .ml-md-10 { margin-left: 4rem !important; } .mx-md-10 { margin-right: 4rem !important; margin-left: 4rem !important; } .my-md-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .mxn-md-10 { margin-right: -4rem !important; margin-left: -4rem !important; } }

@media (min-width: 66.5rem) { .m-lg-0 { margin: 0 !important; } .mt-lg-0 { margin-top: 0 !important; } .mr-lg-0 { margin-right: 0 !important; } .mb-lg-0 { margin-bottom: 0 !important; } .ml-lg-0 { margin-left: 0 !important; } .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mxn-lg-0 { margin-right: -0 !important; margin-left: -0 !important; } }

@media (min-width: 66.5rem) { .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1 { margin-left: 0.25rem !important; } .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .mxn-lg-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } }

@media (min-width: 66.5rem) { .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2 { margin-left: 0.5rem !important; } .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .mxn-lg-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } }

@media (min-width: 66.5rem) { .m-lg-3 { margin: 0.75rem !important; } .mt-lg-3 { margin-top: 0.75rem !important; } .mr-lg-3 { margin-right: 0.75rem !important; } .mb-lg-3 { margin-bottom: 0.75rem !important; } .ml-lg-3 { margin-left: 0.75rem !important; } .mx-lg-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } .my-lg-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .mxn-lg-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } }

@media (min-width: 66.5rem) { .m-lg-4 { margin: 1rem !important; } .mt-lg-4 { margin-top: 1rem !important; } .mr-lg-4 { margin-right: 1rem !important; } .mb-lg-4 { margin-bottom: 1rem !important; } .ml-lg-4 { margin-left: 1rem !important; } .mx-lg-4 { margin-right: 1rem !important; margin-left: 1rem !important; } .my-lg-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .mxn-lg-4 { margin-right: -1rem !important; margin-left: -1rem !important; } }

@media (min-width: 66.5rem) { .m-lg-5 { margin: 1.5rem !important; } .mt-lg-5 { margin-top: 1.5rem !important; } .mr-lg-5 { margin-right: 1.5rem !important; } .mb-lg-5 { margin-bottom: 1.5rem !important; } .ml-lg-5 { margin-left: 1.5rem !important; } .mx-lg-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .my-lg-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .mxn-lg-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } }

@media (min-width: 66.5rem) { .m-lg-6 { margin: 2rem !important; } .mt-lg-6 { margin-top: 2rem !important; } .mr-lg-6 { margin-right: 2rem !important; } .mb-lg-6 { margin-bottom: 2rem !important; } .ml-lg-6 { margin-left: 2rem !important; } .mx-lg-6 { margin-right: 2rem !important; margin-left: 2rem !important; } .my-lg-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .mxn-lg-6 { margin-right: -2rem !important; margin-left: -2rem !important; } }

@media (min-width: 66.5rem) { .m-lg-7 { margin: 2.5rem !important; } .mt-lg-7 { margin-top: 2.5rem !important; } .mr-lg-7 { margin-right: 2.5rem !important; } .mb-lg-7 { margin-bottom: 2.5rem !important; } .ml-lg-7 { margin-left: 2.5rem !important; } .mx-lg-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } .my-lg-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .mxn-lg-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } }

@media (min-width: 66.5rem) { .m-lg-8 { margin: 3rem !important; } .mt-lg-8 { margin-top: 3rem !important; } .mr-lg-8 { margin-right: 3rem !important; } .mb-lg-8 { margin-bottom: 3rem !important; } .ml-lg-8 { margin-left: 3rem !important; } .mx-lg-8 { margin-right: 3rem !important; margin-left: 3rem !important; } .my-lg-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .mxn-lg-8 { margin-right: -3rem !important; margin-left: -3rem !important; } }

@media (min-width: 66.5rem) { .m-lg-9 { margin: 3.5rem !important; } .mt-lg-9 { margin-top: 3.5rem !important; } .mr-lg-9 { margin-right: 3.5rem !important; } .mb-lg-9 { margin-bottom: 3.5rem !important; } .ml-lg-9 { margin-left: 3.5rem !important; } .mx-lg-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } .my-lg-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .mxn-lg-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } }

@media (min-width: 66.5rem) { .m-lg-10 { margin: 4rem !important; } .mt-lg-10 { margin-top: 4rem !important; } .mr-lg-10 { margin-right: 4rem !important; } .mb-lg-10 { margin-bottom: 4rem !important; } .ml-lg-10 { margin-left: 4rem !important; } .mx-lg-10 { margin-right: 4rem !important; margin-left: 4rem !important; } .my-lg-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .mxn-lg-10 { margin-right: -4rem !important; margin-left: -4rem !important; } }

@media (min-width: 87.5rem) { .m-xl-0 { margin: 0 !important; } .mt-xl-0 { margin-top: 0 !important; } .mr-xl-0 { margin-right: 0 !important; } .mb-xl-0 { margin-bottom: 0 !important; } .ml-xl-0 { margin-left: 0 !important; } .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mxn-xl-0 { margin-right: -0 !important; margin-left: -0 !important; } }

@media (min-width: 87.5rem) { .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1 { margin-left: 0.25rem !important; } .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .mxn-xl-1 { margin-right: -0.25rem !important; margin-left: -0.25rem !important; } }

@media (min-width: 87.5rem) { .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2 { margin-left: 0.5rem !important; } .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .mxn-xl-2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; } }

@media (min-width: 87.5rem) { .m-xl-3 { margin: 0.75rem !important; } .mt-xl-3 { margin-top: 0.75rem !important; } .mr-xl-3 { margin-right: 0.75rem !important; } .mb-xl-3 { margin-bottom: 0.75rem !important; } .ml-xl-3 { margin-left: 0.75rem !important; } .mx-xl-3 { margin-right: 0.75rem !important; margin-left: 0.75rem !important; } .my-xl-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .mxn-xl-3 { margin-right: -0.75rem !important; margin-left: -0.75rem !important; } }

@media (min-width: 87.5rem) { .m-xl-4 { margin: 1rem !important; } .mt-xl-4 { margin-top: 1rem !important; } .mr-xl-4 { margin-right: 1rem !important; } .mb-xl-4 { margin-bottom: 1rem !important; } .ml-xl-4 { margin-left: 1rem !important; } .mx-xl-4 { margin-right: 1rem !important; margin-left: 1rem !important; } .my-xl-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .mxn-xl-4 { margin-right: -1rem !important; margin-left: -1rem !important; } }

@media (min-width: 87.5rem) { .m-xl-5 { margin: 1.5rem !important; } .mt-xl-5 { margin-top: 1.5rem !important; } .mr-xl-5 { margin-right: 1.5rem !important; } .mb-xl-5 { margin-bottom: 1.5rem !important; } .ml-xl-5 { margin-left: 1.5rem !important; } .mx-xl-5 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .my-xl-5 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .mxn-xl-5 { margin-right: -1.5rem !important; margin-left: -1.5rem !important; } }

@media (min-width: 87.5rem) { .m-xl-6 { margin: 2rem !important; } .mt-xl-6 { margin-top: 2rem !important; } .mr-xl-6 { margin-right: 2rem !important; } .mb-xl-6 { margin-bottom: 2rem !important; } .ml-xl-6 { margin-left: 2rem !important; } .mx-xl-6 { margin-right: 2rem !important; margin-left: 2rem !important; } .my-xl-6 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .mxn-xl-6 { margin-right: -2rem !important; margin-left: -2rem !important; } }

@media (min-width: 87.5rem) { .m-xl-7 { margin: 2.5rem !important; } .mt-xl-7 { margin-top: 2.5rem !important; } .mr-xl-7 { margin-right: 2.5rem !important; } .mb-xl-7 { margin-bottom: 2.5rem !important; } .ml-xl-7 { margin-left: 2.5rem !important; } .mx-xl-7 { margin-right: 2.5rem !important; margin-left: 2.5rem !important; } .my-xl-7 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .mxn-xl-7 { margin-right: -2.5rem !important; margin-left: -2.5rem !important; } }

@media (min-width: 87.5rem) { .m-xl-8 { margin: 3rem !important; } .mt-xl-8 { margin-top: 3rem !important; } .mr-xl-8 { margin-right: 3rem !important; } .mb-xl-8 { margin-bottom: 3rem !important; } .ml-xl-8 { margin-left: 3rem !important; } .mx-xl-8 { margin-right: 3rem !important; margin-left: 3rem !important; } .my-xl-8 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .mxn-xl-8 { margin-right: -3rem !important; margin-left: -3rem !important; } }

@media (min-width: 87.5rem) { .m-xl-9 { margin: 3.5rem !important; } .mt-xl-9 { margin-top: 3.5rem !important; } .mr-xl-9 { margin-right: 3.5rem !important; } .mb-xl-9 { margin-bottom: 3.5rem !important; } .ml-xl-9 { margin-left: 3.5rem !important; } .mx-xl-9 { margin-right: 3.5rem !important; margin-left: 3.5rem !important; } .my-xl-9 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .mxn-xl-9 { margin-right: -3.5rem !important; margin-left: -3.5rem !important; } }

@media (min-width: 87.5rem) { .m-xl-10 { margin: 4rem !important; } .mt-xl-10 { margin-top: 4rem !important; } .mr-xl-10 { margin-right: 4rem !important; } .mb-xl-10 { margin-bottom: 4rem !important; } .ml-xl-10 { margin-left: 4rem !important; } .mx-xl-10 { margin-right: 4rem !important; margin-left: 4rem !important; } .my-xl-10 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .mxn-xl-10 { margin-right: -4rem !important; margin-left: -4rem !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-right: 0 !important; padding-left: 0 !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.p-1 { padding: 0.25rem !important; }

.pt-1 { padding-top: 0.25rem !important; }

.pr-1 { padding-right: 0.25rem !important; }

.pb-1 { padding-bottom: 0.25rem !important; }

.pl-1 { padding-left: 0.25rem !important; }

.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }

.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.pt-2 { padding-top: 0.5rem !important; }

.pr-2 { padding-right: 0.5rem !important; }

.pb-2 { padding-bottom: 0.5rem !important; }

.pl-2 { padding-left: 0.5rem !important; }

.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }

.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.p-3 { padding: 0.75rem !important; }

.pt-3 { padding-top: 0.75rem !important; }

.pr-3 { padding-right: 0.75rem !important; }

.pb-3 { padding-bottom: 0.75rem !important; }

.pl-3 { padding-left: 0.75rem !important; }

.px-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; }

.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.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-right: 1rem !important; padding-left: 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-right: 1.5rem !important; padding-left: 1.5rem !important; }

.py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }

.p-6 { padding: 2rem !important; }

.pt-6 { padding-top: 2rem !important; }

.pr-6 { padding-right: 2rem !important; }

.pb-6 { padding-bottom: 2rem !important; }

.pl-6 { padding-left: 2rem !important; }

.px-6 { padding-right: 2rem !important; padding-left: 2rem !important; }

.py-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; }

.p-7 { padding: 2.5rem !important; }

.pt-7 { padding-top: 2.5rem !important; }

.pr-7 { padding-right: 2.5rem !important; }

.pb-7 { padding-bottom: 2.5rem !important; }

.pl-7 { padding-left: 2.5rem !important; }

.px-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; }

.py-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }

.p-8 { padding: 3rem !important; }

.pt-8 { padding-top: 3rem !important; }

.pr-8 { padding-right: 3rem !important; }

.pb-8 { padding-bottom: 3rem !important; }

.pl-8 { padding-left: 3rem !important; }

.px-8 { padding-right: 3rem !important; padding-left: 3rem !important; }

.py-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.p-9 { padding: 3.5rem !important; }

.pt-9 { padding-top: 3.5rem !important; }

.pr-9 { padding-right: 3.5rem !important; }

.pb-9 { padding-bottom: 3.5rem !important; }

.pl-9 { padding-left: 3.5rem !important; }

.px-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; }

.py-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }

.p-10 { padding: 4rem !important; }

.pt-10 { padding-top: 4rem !important; }

.pr-10 { padding-right: 4rem !important; }

.pb-10 { padding-bottom: 4rem !important; }

.pl-10 { padding-left: 4rem !important; }

.px-10 { padding-right: 4rem !important; padding-left: 4rem !important; }

.py-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; }

@media (min-width: 20rem) { .p-xs-0 { padding: 0 !important; } .pt-xs-0 { padding-top: 0 !important; } .pr-xs-0 { padding-right: 0 !important; } .pb-xs-0 { padding-bottom: 0 !important; } .pl-xs-0 { padding-left: 0 !important; } .px-xs-0 { padding-right: 0 !important; padding-left: 0 !important; } .py-xs-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .p-xs-1 { padding: 0.25rem !important; } .pt-xs-1 { padding-top: 0.25rem !important; } .pr-xs-1 { padding-right: 0.25rem !important; } .pb-xs-1 { padding-bottom: 0.25rem !important; } .pl-xs-1 { padding-left: 0.25rem !important; } .px-xs-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .py-xs-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .p-xs-2 { padding: 0.5rem !important; } .pt-xs-2 { padding-top: 0.5rem !important; } .pr-xs-2 { padding-right: 0.5rem !important; } .pb-xs-2 { padding-bottom: 0.5rem !important; } .pl-xs-2 { padding-left: 0.5rem !important; } .px-xs-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .py-xs-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .p-xs-3 { padding: 0.75rem !important; } .pt-xs-3 { padding-top: 0.75rem !important; } .pr-xs-3 { padding-right: 0.75rem !important; } .pb-xs-3 { padding-bottom: 0.75rem !important; } .pl-xs-3 { padding-left: 0.75rem !important; } .px-xs-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } .py-xs-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .p-xs-4 { padding: 1rem !important; } .pt-xs-4 { padding-top: 1rem !important; } .pr-xs-4 { padding-right: 1rem !important; } .pb-xs-4 { padding-bottom: 1rem !important; } .pl-xs-4 { padding-left: 1rem !important; } .px-xs-4 { padding-right: 1rem !important; padding-left: 1rem !important; } .py-xs-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .p-xs-5 { padding: 1.5rem !important; } .pt-xs-5 { padding-top: 1.5rem !important; } .pr-xs-5 { padding-right: 1.5rem !important; } .pb-xs-5 { padding-bottom: 1.5rem !important; } .pl-xs-5 { padding-left: 1.5rem !important; } .px-xs-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .py-xs-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .p-xs-6 { padding: 2rem !important; } .pt-xs-6 { padding-top: 2rem !important; } .pr-xs-6 { padding-right: 2rem !important; } .pb-xs-6 { padding-bottom: 2rem !important; } .pl-xs-6 { padding-left: 2rem !important; } .px-xs-6 { padding-right: 2rem !important; padding-left: 2rem !important; } .py-xs-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .p-xs-7 { padding: 2.5rem !important; } .pt-xs-7 { padding-top: 2.5rem !important; } .pr-xs-7 { padding-right: 2.5rem !important; } .pb-xs-7 { padding-bottom: 2.5rem !important; } .pl-xs-7 { padding-left: 2.5rem !important; } .px-xs-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } .py-xs-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .p-xs-8 { padding: 3rem !important; } .pt-xs-8 { padding-top: 3rem !important; } .pr-xs-8 { padding-right: 3rem !important; } .pb-xs-8 { padding-bottom: 3rem !important; } .pl-xs-8 { padding-left: 3rem !important; } .px-xs-8 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xs-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .p-xs-9 { padding: 3.5rem !important; } .pt-xs-9 { padding-top: 3.5rem !important; } .pr-xs-9 { padding-right: 3.5rem !important; } .pb-xs-9 { padding-bottom: 3.5rem !important; } .pl-xs-9 { padding-left: 3.5rem !important; } .px-xs-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } .py-xs-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .p-xs-10 { padding: 4rem !important; } .pt-xs-10 { padding-top: 4rem !important; } .pr-xs-10 { padding-right: 4rem !important; } .pb-xs-10 { padding-bottom: 4rem !important; } .pl-xs-10 { padding-left: 4rem !important; } .px-xs-10 { padding-right: 4rem !important; padding-left: 4rem !important; } .py-xs-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } }

@media (min-width: 31.25rem) { .p-sm-0 { padding: 0 !important; } .pt-sm-0 { padding-top: 0 !important; } .pr-sm-0 { padding-right: 0 !important; } .pb-sm-0 { padding-bottom: 0 !important; } .pl-sm-0 { padding-left: 0 !important; } .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1 { padding-left: 0.25rem !important; } .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2 { padding-left: 0.5rem !important; } .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .p-sm-3 { padding: 0.75rem !important; } .pt-sm-3 { padding-top: 0.75rem !important; } .pr-sm-3 { padding-right: 0.75rem !important; } .pb-sm-3 { padding-bottom: 0.75rem !important; } .pl-sm-3 { padding-left: 0.75rem !important; } .px-sm-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } .py-sm-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .p-sm-4 { padding: 1rem !important; } .pt-sm-4 { padding-top: 1rem !important; } .pr-sm-4 { padding-right: 1rem !important; } .pb-sm-4 { padding-bottom: 1rem !important; } .pl-sm-4 { padding-left: 1rem !important; } .px-sm-4 { padding-right: 1rem !important; padding-left: 1rem !important; } .py-sm-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .p-sm-5 { padding: 1.5rem !important; } .pt-sm-5 { padding-top: 1.5rem !important; } .pr-sm-5 { padding-right: 1.5rem !important; } .pb-sm-5 { padding-bottom: 1.5rem !important; } .pl-sm-5 { padding-left: 1.5rem !important; } .px-sm-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .py-sm-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .p-sm-6 { padding: 2rem !important; } .pt-sm-6 { padding-top: 2rem !important; } .pr-sm-6 { padding-right: 2rem !important; } .pb-sm-6 { padding-bottom: 2rem !important; } .pl-sm-6 { padding-left: 2rem !important; } .px-sm-6 { padding-right: 2rem !important; padding-left: 2rem !important; } .py-sm-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .p-sm-7 { padding: 2.5rem !important; } .pt-sm-7 { padding-top: 2.5rem !important; } .pr-sm-7 { padding-right: 2.5rem !important; } .pb-sm-7 { padding-bottom: 2.5rem !important; } .pl-sm-7 { padding-left: 2.5rem !important; } .px-sm-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } .py-sm-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .p-sm-8 { padding: 3rem !important; } .pt-sm-8 { padding-top: 3rem !important; } .pr-sm-8 { padding-right: 3rem !important; } .pb-sm-8 { padding-bottom: 3rem !important; } .pl-sm-8 { padding-left: 3rem !important; } .px-sm-8 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-sm-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .p-sm-9 { padding: 3.5rem !important; } .pt-sm-9 { padding-top: 3.5rem !important; } .pr-sm-9 { padding-right: 3.5rem !important; } .pb-sm-9 { padding-bottom: 3.5rem !important; } .pl-sm-9 { padding-left: 3.5rem !important; } .px-sm-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } .py-sm-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .p-sm-10 { padding: 4rem !important; } .pt-sm-10 { padding-top: 4rem !important; } .pr-sm-10 { padding-right: 4rem !important; } .pb-sm-10 { padding-bottom: 4rem !important; } .pl-sm-10 { padding-left: 4rem !important; } .px-sm-10 { padding-right: 4rem !important; padding-left: 4rem !important; } .py-sm-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } }

@media (min-width: 50rem) { .p-md-0 { padding: 0 !important; } .pt-md-0 { padding-top: 0 !important; } .pr-md-0 { padding-right: 0 !important; } .pb-md-0 { padding-bottom: 0 !important; } .pl-md-0 { padding-left: 0 !important; } .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1 { padding-top: 0.25rem !important; } .pr-md-1 { padding-right: 0.25rem !important; } .pb-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1 { padding-left: 0.25rem !important; } .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2 { padding-top: 0.5rem !important; } .pr-md-2 { padding-right: 0.5rem !important; } .pb-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2 { padding-left: 0.5rem !important; } .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .p-md-3 { padding: 0.75rem !important; } .pt-md-3 { padding-top: 0.75rem !important; } .pr-md-3 { padding-right: 0.75rem !important; } .pb-md-3 { padding-bottom: 0.75rem !important; } .pl-md-3 { padding-left: 0.75rem !important; } .px-md-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } .py-md-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .p-md-4 { padding: 1rem !important; } .pt-md-4 { padding-top: 1rem !important; } .pr-md-4 { padding-right: 1rem !important; } .pb-md-4 { padding-bottom: 1rem !important; } .pl-md-4 { padding-left: 1rem !important; } .px-md-4 { padding-right: 1rem !important; padding-left: 1rem !important; } .py-md-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .p-md-5 { padding: 1.5rem !important; } .pt-md-5 { padding-top: 1.5rem !important; } .pr-md-5 { padding-right: 1.5rem !important; } .pb-md-5 { padding-bottom: 1.5rem !important; } .pl-md-5 { padding-left: 1.5rem !important; } .px-md-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .py-md-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .p-md-6 { padding: 2rem !important; } .pt-md-6 { padding-top: 2rem !important; } .pr-md-6 { padding-right: 2rem !important; } .pb-md-6 { padding-bottom: 2rem !important; } .pl-md-6 { padding-left: 2rem !important; } .px-md-6 { padding-right: 2rem !important; padding-left: 2rem !important; } .py-md-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .p-md-7 { padding: 2.5rem !important; } .pt-md-7 { padding-top: 2.5rem !important; } .pr-md-7 { padding-right: 2.5rem !important; } .pb-md-7 { padding-bottom: 2.5rem !important; } .pl-md-7 { padding-left: 2.5rem !important; } .px-md-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } .py-md-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .p-md-8 { padding: 3rem !important; } .pt-md-8 { padding-top: 3rem !important; } .pr-md-8 { padding-right: 3rem !important; } .pb-md-8 { padding-bottom: 3rem !important; } .pl-md-8 { padding-left: 3rem !important; } .px-md-8 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-md-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .p-md-9 { padding: 3.5rem !important; } .pt-md-9 { padding-top: 3.5rem !important; } .pr-md-9 { padding-right: 3.5rem !important; } .pb-md-9 { padding-bottom: 3.5rem !important; } .pl-md-9 { padding-left: 3.5rem !important; } .px-md-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } .py-md-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .p-md-10 { padding: 4rem !important; } .pt-md-10 { padding-top: 4rem !important; } .pr-md-10 { padding-right: 4rem !important; } .pb-md-10 { padding-bottom: 4rem !important; } .pl-md-10 { padding-left: 4rem !important; } .px-md-10 { padding-right: 4rem !important; padding-left: 4rem !important; } .py-md-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } }

@media (min-width: 66.5rem) { .p-lg-0 { padding: 0 !important; } .pt-lg-0 { padding-top: 0 !important; } .pr-lg-0 { padding-right: 0 !important; } .pb-lg-0 { padding-bottom: 0 !important; } .pl-lg-0 { padding-left: 0 !important; } .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1 { padding-left: 0.25rem !important; } .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2 { padding-left: 0.5rem !important; } .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .p-lg-3 { padding: 0.75rem !important; } .pt-lg-3 { padding-top: 0.75rem !important; } .pr-lg-3 { padding-right: 0.75rem !important; } .pb-lg-3 { padding-bottom: 0.75rem !important; } .pl-lg-3 { padding-left: 0.75rem !important; } .px-lg-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } .py-lg-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .p-lg-4 { padding: 1rem !important; } .pt-lg-4 { padding-top: 1rem !important; } .pr-lg-4 { padding-right: 1rem !important; } .pb-lg-4 { padding-bottom: 1rem !important; } .pl-lg-4 { padding-left: 1rem !important; } .px-lg-4 { padding-right: 1rem !important; padding-left: 1rem !important; } .py-lg-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .p-lg-5 { padding: 1.5rem !important; } .pt-lg-5 { padding-top: 1.5rem !important; } .pr-lg-5 { padding-right: 1.5rem !important; } .pb-lg-5 { padding-bottom: 1.5rem !important; } .pl-lg-5 { padding-left: 1.5rem !important; } .px-lg-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .py-lg-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .p-lg-6 { padding: 2rem !important; } .pt-lg-6 { padding-top: 2rem !important; } .pr-lg-6 { padding-right: 2rem !important; } .pb-lg-6 { padding-bottom: 2rem !important; } .pl-lg-6 { padding-left: 2rem !important; } .px-lg-6 { padding-right: 2rem !important; padding-left: 2rem !important; } .py-lg-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .p-lg-7 { padding: 2.5rem !important; } .pt-lg-7 { padding-top: 2.5rem !important; } .pr-lg-7 { padding-right: 2.5rem !important; } .pb-lg-7 { padding-bottom: 2.5rem !important; } .pl-lg-7 { padding-left: 2.5rem !important; } .px-lg-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } .py-lg-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .p-lg-8 { padding: 3rem !important; } .pt-lg-8 { padding-top: 3rem !important; } .pr-lg-8 { padding-right: 3rem !important; } .pb-lg-8 { padding-bottom: 3rem !important; } .pl-lg-8 { padding-left: 3rem !important; } .px-lg-8 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-lg-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .p-lg-9 { padding: 3.5rem !important; } .pt-lg-9 { padding-top: 3.5rem !important; } .pr-lg-9 { padding-right: 3.5rem !important; } .pb-lg-9 { padding-bottom: 3.5rem !important; } .pl-lg-9 { padding-left: 3.5rem !important; } .px-lg-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } .py-lg-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .p-lg-10 { padding: 4rem !important; } .pt-lg-10 { padding-top: 4rem !important; } .pr-lg-10 { padding-right: 4rem !important; } .pb-lg-10 { padding-bottom: 4rem !important; } .pl-lg-10 { padding-left: 4rem !important; } .px-lg-10 { padding-right: 4rem !important; padding-left: 4rem !important; } .py-lg-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } }

@media (min-width: 87.5rem) { .p-xl-0 { padding: 0 !important; } .pt-xl-0 { padding-top: 0 !important; } .pr-xl-0 { padding-right: 0 !important; } .pb-xl-0 { padding-bottom: 0 !important; } .pl-xl-0 { padding-left: 0 !important; } .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1 { padding-left: 0.25rem !important; } .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2 { padding-left: 0.5rem !important; } .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .p-xl-3 { padding: 0.75rem !important; } .pt-xl-3 { padding-top: 0.75rem !important; } .pr-xl-3 { padding-right: 0.75rem !important; } .pb-xl-3 { padding-bottom: 0.75rem !important; } .pl-xl-3 { padding-left: 0.75rem !important; } .px-xl-3 { padding-right: 0.75rem !important; padding-left: 0.75rem !important; } .py-xl-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .p-xl-4 { padding: 1rem !important; } .pt-xl-4 { padding-top: 1rem !important; } .pr-xl-4 { padding-right: 1rem !important; } .pb-xl-4 { padding-bottom: 1rem !important; } .pl-xl-4 { padding-left: 1rem !important; } .px-xl-4 { padding-right: 1rem !important; padding-left: 1rem !important; } .py-xl-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .p-xl-5 { padding: 1.5rem !important; } .pt-xl-5 { padding-top: 1.5rem !important; } .pr-xl-5 { padding-right: 1.5rem !important; } .pb-xl-5 { padding-bottom: 1.5rem !important; } .pl-xl-5 { padding-left: 1.5rem !important; } .px-xl-5 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .py-xl-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .p-xl-6 { padding: 2rem !important; } .pt-xl-6 { padding-top: 2rem !important; } .pr-xl-6 { padding-right: 2rem !important; } .pb-xl-6 { padding-bottom: 2rem !important; } .pl-xl-6 { padding-left: 2rem !important; } .px-xl-6 { padding-right: 2rem !important; padding-left: 2rem !important; } .py-xl-6 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .p-xl-7 { padding: 2.5rem !important; } .pt-xl-7 { padding-top: 2.5rem !important; } .pr-xl-7 { padding-right: 2.5rem !important; } .pb-xl-7 { padding-bottom: 2.5rem !important; } .pl-xl-7 { padding-left: 2.5rem !important; } .px-xl-7 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; } .py-xl-7 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .p-xl-8 { padding: 3rem !important; } .pt-xl-8 { padding-top: 3rem !important; } .pr-xl-8 { padding-right: 3rem !important; } .pb-xl-8 { padding-bottom: 3rem !important; } .pl-xl-8 { padding-left: 3rem !important; } .px-xl-8 { padding-right: 3rem !important; padding-left: 3rem !important; } .py-xl-8 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .p-xl-9 { padding: 3.5rem !important; } .pt-xl-9 { padding-top: 3.5rem !important; } .pr-xl-9 { padding-right: 3.5rem !important; } .pb-xl-9 { padding-bottom: 3.5rem !important; } .pl-xl-9 { padding-left: 3.5rem !important; } .px-xl-9 { padding-right: 3.5rem !important; padding-left: 3.5rem !important; } .py-xl-9 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .p-xl-10 { padding: 4rem !important; } .pt-xl-10 { padding-top: 4rem !important; } .pr-xl-10 { padding-right: 4rem !important; } .pb-xl-10 { padding-bottom: 4rem !important; } .pl-xl-10 { padding-left: 4rem !important; } .px-xl-10 { padding-right: 4rem !important; padding-left: 4rem !important; } .py-xl-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; } }

@media print { .site-footer, .site-button, #edit-this-page, #back-to-top, .site-nav, .main-header { display: none !important; } .side-bar { width: 100%; height: auto; border-right: 0 !important; } .site-header { border-bottom: 1px solid #eeebee; } .site-title { font-size: 1rem !important; font-weight: 700 !important; } .text-small { font-size: 8pt !important; } pre.highlight { border: 1px solid #eeebee; } .main { max-width: none; margin-left: 0; } }

a.skip-to-main { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999; }

a.skip-to-main:focus, a.skip-to-main:active { color: #87649f; background-color: #fff; left: auto; top: auto; width: 30%; height: auto; overflow: auto; margin: 10px 35%; padding: 5px; border-radius: 15px; border: 4px solid #5e41d0; text-align: center; font-size: 1.2em; z-index: 999; }

body { line-height: 1.6; }

body { font-size: 14px !important; }

@media screen and (min-width: 480px) { body { font-size: calc(0.7692307692vw + 10.3076923077px) !important; } }

@media screen and (min-width: 1000px) { body { font-size: 18px !important; } }

.main-content .fs-1 { font-size: 9px !important; }

@media screen and (min-width: 480px) { .main-content .fs-1 { font-size: calc(0.1923076923vw + 8.0769230769px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-1 { font-size: 10px !important; } }

.main-content .fs-2 { font-size: 11px !important; }

@media screen and (min-width: 480px) { .main-content .fs-2 { font-size: calc(0.1923076923vw + 10.0769230769px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-2 { font-size: 12px !important; } }

.main-content .fs-3 { font-size: 12px !important; }

@media screen and (min-width: 480px) { .main-content .fs-3 { font-size: calc(0.3846153846vw + 10.1538461538px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-3 { font-size: 14px !important; } }

.main-content .fs-4 { font-size: 14px !important; }

@media screen and (min-width: 480px) { .main-content .fs-4 { font-size: calc(0.3846153846vw + 12.1538461538px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-4 { font-size: 16px !important; } }

.main-content .fs-5 { font-size: 16px !important; }

@media screen and (min-width: 480px) { .main-content .fs-5 { font-size: calc(0.3846153846vw + 14.1538461538px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-5 { font-size: 18px !important; } }

.main-content .fs-6 { font-size: 18px !important; }

@media screen and (min-width: 480px) { .main-content .fs-6 { font-size: calc(1.1538461538vw + 12.4615384615px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-6 { font-size: 24px !important; } }

.main-content .fs-7 { font-size: 24px !important; }

@media screen and (min-width: 480px) { .main-content .fs-7 { font-size: calc(1.5384615385vw + 16.6153846154px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-7 { font-size: 32px !important; } }

.main-content .fs-8 { font-size: 32px !important; }

@media screen and (min-width: 480px) { .main-content .fs-8 { font-size: calc(1.1538461538vw + 26.4615384615px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-8 { font-size: 38px !important; } }

.main-content .fs-9 { font-size: 38px !important; }

@media screen and (min-width: 480px) { .main-content .fs-9 { font-size: calc(0.7692307692vw + 34.3076923077px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-9 { font-size: 42px !important; } }

.main-content .fs-10 { font-size: 42px !important; }

@media screen and (min-width: 480px) { .main-content .fs-10 { font-size: calc(1.1538461538vw + 36.4615384615px) !important; } }

@media screen and (min-width: 1000px) { .main-content .fs-10 { font-size: 48px !important; } }

.main-content p, .main-content ol, .main-content ul, .main-content blockquote, .main-content figure, .main-content dl { margin-top: 1em; }

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { line-height: 1.1; display: block; }

.main-content h1, .main-content .text-alpha { font-family: "Roboto Slab", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 2em !important; font-weight: 900; margin-top: 0.375em; }

.main-content h2, .main-content .text-beta { font-family: "Roboto Slab", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1.51572em !important; font-weight: 600; margin-top: 0.4615384615em; }

.main-content h3, .main-content .text-gamma { font-size: 1.31951em !important; margin-top: 0.5806451613em; }

.main-content h4, .main-content .text-delta { font-size: 1em !important; margin-top: 0.72em; }

.main-content h5, .main-content .text-epsilon { font-size: 0.87055em !important; margin-top: 0.9em; }

.main-content h6, .main-content .text-zeta { font-size: 0.81225em !important; margin-top: 1.125em; }

.main-content pre { margin-top: 1em; }

.main-content .bogus-wrapper pre, .main-content .bogus-wrapper code { margin-top: 0; }

.main-content p, .main-content dd, .main-content li { hyphens: auto; }

@media (min-width: 768px) { .main-content p, .main-content dd, .main-content li { hyphens: none; } }

#home span { font-size: 10px !important; }

@media screen and (min-width: 240px) { #home span { font-size: calc(1.4285714286vw + 6.5714285714px) !important; } }

@media screen and (min-width: 800px) { #home span { font-size: 18px !important; } }

#home i { font-size: 12px !important; }

@media screen and (min-width: 240px) { #home i { font-size: calc(2.1428571429vw + 6.8571428571px) !important; } }

@media screen and (min-width: 800px) { #home i { font-size: 24px !important; } }

.devicons { font-size: 1.4em; vertical-align: -0.15em; }

@keyframes termIn { 0% { opacity: 0;
    position: relative;
    left: -100%; }
  100% { opacity: 1;
    left: 0; } }

@keyframes definitionIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

.main-content dd { opacity: 0; animation: definitionIn .5s ease-out .5s forwards; }

.term { opacity: 0; padding: .2em .5em; border-radius: 6px; display: inline-block; font-size: .9rem; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 3px 3px rgba(0, 0, 0, 0.08); animation: termIn .2s ease-out .3s forwards; }

.term code { background-color: transparent; border: none; font-size: 1em; }

.term-red, .term-section-red .term, .frontmatter .term { color: #fff; background-color: #c16069; background-image: linear-gradient(#c16069, #b84a54); border: solid 1px #c56b73; }

.term-yellow, .term-section-yellow .term, .items .term { color: #fff; background-color: #d29a21; background-image: linear-gradient(#d29a21, #b8871d); border: solid 1px #dda326; }

.term-orange, .term-section-orange .term, .sub-items .term { color: #fff; background-color: #e2bd45; background-image: linear-gradient(#e2bd45, #ddb42b); border: solid 1px #e4c252; }

.term-silver, .term-section-silver .term, .comments .term { color: #fff; background-color: #86898c; background-image: linear-gradient(#86898c, #777a7d); border: solid 1px #8e9193; }

.term-purple, .term-section-purple .term { color: #fff; background-color: #956096; background-image: linear-gradient(#956096, #835484); border: solid 1px #9d689e; }

.term-green, .term-section-green .term, .actions .term { color: #fff; background-color: #70895c; background-image: linear-gradient(#70895c, #61764f); border: solid 1px #789262; }

.term-blue { color: #fff; background-color: #5d80ae; background-image: linear-gradient(#5d80ae, #4f719e); border: solid 1px #6788b3; }

.term-bright-blue, .term-section-bright-blue .term, .snippets .term { color: #fff; background-color: #0088ac; background-image: linear-gradient(#0088ac, #00708e); border: solid 1px #0094bb; }

.term-secondary-blue, .term-section-blue .term, .fragments .term { color: #fff; background-color: #00b3da; background-image: linear-gradient(#00b3da, #009abb); border: solid 1px #00c0e9; }

.term-section, .items, .actions, .snippets { background: #f2f4f8; border-radius: 8px; padding: 0 0.7em 0 0; }

.btn { padding: .3em .5em; }

.btn-red { color: #fff; background-color: #c16069; background-image: linear-gradient(#c16069, #ab434c); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-red:hover, .btn-red.zeroclipboard-is-hover { color: #fff; background-color: #cf858c; background-image: linear-gradient(#cf858c, #c16069); }

.btn-red:active, .btn-red.selected, .btn-red.zeroclipboard-is-active { background-color: #d6979d; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-red.selected:hover { background-color: #d6979d; }

.btn-yellow { color: #fff; background-color: #d29a21; background-image: linear-gradient(#d29a21, #a67a1a); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-yellow:hover, .btn-yellow.zeroclipboard-is-hover { color: #fff; background-color: #e2b045; background-image: linear-gradient(#e2b045, #d29a21); }

.btn-yellow:active, .btn-yellow.selected, .btn-yellow.zeroclipboard-is-active { background-color: #e5b95b; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-yellow.selected:hover { background-color: #e5b95b; }

.btn-silver { color: #fff; background-color: #86898c; background-image: linear-gradient(#86898c, #6d7072); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-silver:hover, .btn-silver.zeroclipboard-is-hover { color: #fff; background-color: #a0a3a5; background-image: linear-gradient(#a0a3a5, #86898c); }

.btn-silver:active, .btn-silver.selected, .btn-silver.zeroclipboard-is-active { background-color: #adafb1; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-silver.selected:hover { background-color: #adafb1; }

.btn-purple { color: #fff; background-color: #956096; background-image: linear-gradient(#956096, #764c77); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-purple:hover, .btn-purple.zeroclipboard-is-hover { color: #fff; background-color: #ab7eac; background-image: linear-gradient(#ab7eac, #956096); }

.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active { background-color: #b58db6; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-purple.selected:hover { background-color: #b58db6; }

.btn-green { color: #fff; background-color: #70895c; background-image: linear-gradient(#70895c, #576a47); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-green:hover, .btn-green.zeroclipboard-is-hover { color: #fff; background-color: #8aa275; background-image: linear-gradient(#8aa275, #70895c); }

.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active { background-color: #97ad84; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-green.selected:hover { background-color: #97ad84; }

.btn-blue { color: #fff; background-color: #567bab; background-image: linear-gradient(#567bab, #456289); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-blue:hover, .btn-blue.zeroclipboard-is-hover { color: #fff; background-color: #7895bc; background-image: linear-gradient(#7895bc, #567bab); }

.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active { background-color: #89a3c4; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-blue.selected:hover { background-color: #89a3c4; }

.btn-bright-blue { color: #fff; background-color: #0088ac; background-image: linear-gradient(#0088ac, #006079); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }

.btn-bright-blue:hover, .btn-bright-blue.zeroclipboard-is-hover { color: #fff; background-color: #00b0df; background-image: linear-gradient(#00b0df, #0088ac); }

.btn-bright-blue:active, .btn-bright-blue.selected, .btn-bright-blue.zeroclipboard-is-active { background-color: #00c4f9; background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-bright-blue.selected:hover { background-color: #00c4f9; }

::selection { background: #89b464; color: #3b4253; }

#skiplink { background: #4c566b; border-radius: 4px; box-shadow: none; color: #fcfdfd; font-size: 16px; margin: 0; padding: 10px; position: absolute; top: 10px; z-index: 10; }

#skiplink:not(:focus) { border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

#skiplink:not(:focus)::before { display: none; }

html, body { max-width: 100%; overflow-x: hidden; }

.search { z-index: 100; }

#main-header { height: auto !important; }

#main-header .search { height: 60px !important; }

.fit { width: 100%; display: inline-block; }

.aux-nav-list-item i { font-size: 14px; margin-right: 5px; }

@media screen and (min-width: 800px) and (max-width: 955px) { .aux-nav-list-item .site-button { flex-direction: column; } }

@media screen and (min-width: 800px) and (max-width: 860px) { .aux-nav-list-item .site-button i { font-size: 20px; } .aux-nav-list-item .site-button span { display: none; } }

.main-content a:not([class]) { transition: background-color ease-in-out .2s, color ease-in-out .2s; background-image: none; background-color: transparent; border-bottom: 2px solid #e0d7e6; }

.main-content a:not([class]):focus, .main-content a:not([class]):hover { background: rgba(236, 232, 239, 0.2); color: #7733a5; transition: background ease-in-out .2s, color ease-in-out .2s; text-decoration: none; }

.main-content dd a, .main-content dt a { white-space: normal; }

.main-content dd { padding-top: 1.2em; }

.main-content dt { padding-top: 1em; }

.main-content dt:after { content: ''; }

@media only screen and (max-width: 950px) { .main-content dl { display: block; } .main-content dt { text-align: left; } }

@media only screen and (max-width: 799px) { body { overflow-x: hidden; } }

ul li { overflow: hidden; text-overflow: ellipsis; }

code { font-size: .85em; }

pre { tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; }

pre code { font-size: .75em; }

table { min-width: auto; }

table.reference { border-collapse: collapse; }

table.reference td { padding: .1rem .75rem .1rem .75rem; }

blockquote { background: white; border-left: .5em solid; border-left-color: #5d80ae; border-radius: 4px; clear: both; display: block; font-size: .85em; font-style: italic; margin: 1em 0 1em -1em; padding: 5px .75em 5px 1.25em; }

blockquote.tip { background: #f4f6f2; border-color: #7D9866; }

blockquote.tip.important { background: #eff3eb; border-color: #709450; }

blockquote.warning strong { text-decoration: underline; background: #f5e8d4; }

blockquote.alert strong { text-decoration: underline; background: #f7ecd5; }

blockquote.warning { background: #f9f4f5; border-color: #c16069; }

blockquote.warning a { color: #493655; }

blockquote.warning.important { background: #f5edee; border-color: #d92f3f; }

blockquote.alert { background: #fcfaf6; border-color: #eccc87; }

blockquote.alert a { color: #bc8a1e; }

blockquote.alert.important { background: #faf6ee; border-color: #fdca5c; }

blockquote.important { border-bottom: solid 2px; border-left: solid 1em; border-radius: 8px; border-right: solid 2px; border-top: solid 2px; font-size: inherit; padding-left: .75em; }

h2 .tag, h3 .tag, h4 .tag { font-size: .6em; font-style: normal; display: inline-block; background: rgba(236, 204, 135, 0.5); border-radius: 4px; padding: 2px; position: relative; top: -.2em; }

#markdown-toc a .tag { font-size: .7em; font-style: italic; display: inline-block; background: rgba(236, 204, 135, 0.5); border-radius: 4px; padding: 0 2px; position: relative; top: -.1em; }

div.betafeature { background: #fcfaf6; border-radius: 8px; border: solid 2px #eccc87; left: -.6em; padding: 0 .5em; margin: .5em 0; width: 101.4%; position: relative; }

div.betafeature .alert { font-size: .8em; left: -.5em; margin: 0 0 0 -1.1em; padding: 0 .5em; }

div.betafeature .alert strong { background: rgba(236, 204, 135, 0.5); }

i.betafeature { background: #eceff4; font-style: italic; }

.betafeature .notification { background: rgba(252, 250, 246, 0.5); color: #bc8a1e; }

.site-header { border-bottom: 0; background: #a3c387; width: 100%; justify-content: space-between; }

@media screen and (min-width: 800px) { .site-header { justify-content: flex-end; } }

.site-header .site-title { transition: background-color .2s linear; justify-content: flex-end; padding-right: .5rem; flex-grow: 0; }

@media screen and (min-width: 800px) { .site-header .site-title { flex-grow: 1; } }

.site-header .site-title:focus, .site-header .site-title:hover { background: #97ad84; transition: background-color .2s linear; }

.site-header .site-title .site-logo { background-image: url("/images/bunchsitelogo2.svg"); background-repeat: no-repeat; background-size: contain; height: 64px; width: 160px; position: relative; }

@media screen and (min-width: 800px) { .site-header .site-title .site-logo { background-image: url("/images/bunchsitelogo2-inv.svg"); background-position: left center; bottom: -19px; } }

.aligncenter { margin-left: auto; margin-right: auto; }

picture.mx-auto, picture.aligncenter, figure.mx-auto, figure.aligncenter { display: block; text-align: center; width: 100%; }

video, img, picture { max-width: 100%; }

video.alignright, video.alignleft, video.float-right, video.float-left, img.alignright, img.alignleft, img.float-right, img.float-left, picture.alignright, picture.alignleft, picture.float-right, picture.float-left { max-width: 50%; margin-top: 0 !important; margin-left: .5em; }

.download.button { display: inline-block; background: #709450; border-radius: 4px; line-height: 3; text-align: center; color: white; padding: 0 1.5rem; box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2); font-weight: bold; transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out; }

.download.button:focus, .download.button:hover { background: #496e2a; box-shadow: 0 8px 2px rgba(0, 0, 0, 0.2); transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out; }

.download.button:active { background: #629338; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }

.keycombo { white-space: pre; }

.keycombo.combined { padding: 0 0 3px; border-radius: 4px; background: #eceff4; border: solid 1px #d8dee9; }

.keycombo kbd { font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; }

.keycombo kbd.symbol { background: #f6f7fa; border-radius: 4px; border: solid 1px #e5e9f0; color: #4c566b; display: inline-block; font-size: .85em; line-height: 1.4; margin: 0; min-width: 2.4ch; padding: 0 2px; text-align: center; }

.keycombo kbd.symbol.key { background: #fcfdfd; color: #2e3440; }

.see-also { background: #434c5f; border-radius: 5px; border: solid 1px #2e3440; clear: both; color: #e5e9f0; margin: 5em auto 1em auto; max-width: 85%; padding: 0.5em 1em 0; position: relative; }

.see-also::before { border-radius: 8px; border-top: solid 2px #eceff4; content: ''; display: block; height: 10%; left: -1em; padding: 1em; position: absolute; top: -2em; width: 100%; z-index: -2; }

.see-also h4 { border-bottom: solid 1px #d8dee9; color: #fcfdfd; line-height: 1; padding-bottom: .5em; text-align: left; }

.see-also ul { list-style-position: inside; list-style-type: circle; padding: 0; columns: 1; }

@media screen and (min-width: 900px) { .see-also ul { columns: 2; } }

.see-also li { white-space: nowrap; margin: 0; }

.see-also li::before { display: none; }

.main-content .see-also a { background: 0; color: #fcfdfd; border-bottom: 1px transparent; }

.main-content .see-also a:hover { background: 0; color: #fff; border-bottom: 1px solid; }

.news { border: solid 1px #eceff4; background: #fcfdfd; border-radius: 5px; padding: .25em 1em; margin-top: .5em; }

.news li { color: #4c566b; display: grid; gap: 0px 5px; grid-template-columns: auto 1fr auto; }

.updates .news li { color: #e5e9f0; }

.news li a { border-bottom: 0 !important; }

.news li .spacer { border-bottom: 2px dotted #d8dee9; padding-top: .39rem; height: 1.2rem; }

.news li time { font-size: .7rem; margin-top: .3rem; color: #7D9866; font-family: Menlo, "Fira Sans", Courier, monospace; }

.news li sub { line-height: 2; }

#top .aux-nav .aux-nav-list { flex-direction: column; }

#top .aux-nav .aux-nav-list a { color: #fcfdfd; font-size: 1.2rem; }

@media screen and (min-width: 800px) { #top .aux-nav .aux-nav-list { flex-direction: row; } #top .aux-nav .aux-nav-list a { color: #7E5D94; font-size: 1em; } }

#menu-button { justify-content: flex-end; }

#menu-button:focus, #menu-button:hover { background: #97ad84; }

.side-bar { background: #434c5f; }

.nav-list .nav-list-item { font-size: 18px !important; color: #e5e9f0; }

.nav-list .nav-list-item .nav-list-link { border-radius: 20px; color: #fcfdfd; margin-left: 5px; margin-right: 5px; transition: background-color .1s linear, color .1s linear; }

@media (min-width: 900px) { .nav-list .nav-list-item .nav-list-link { border-radius: 20px 0 0 20px; margin-right: 0; } }

.nav-list .nav-list-item .nav-list-link:focus, .nav-list .nav-list-item .nav-list-link:hover { background: #57627a; color: #fcfdfd; transition: background-color .2s linear, color .2s linear; }

.nav-list .nav-list-item .nav-list-link.active { background: #3b4253; color: #be9ad7; }

.nav-list .nav-list-item .nav-list-expander { color: #7D9866; }

.nav-list .nav-list-item .nav-list-expander:focus, .nav-list .nav-list-item .nav-list-expander:hover { background: #57627a; border-radius: 100%; transition: border-radius .2s linear; }

.nav-list .nav-list-item .nav-list { background: rgba(76, 86, 107, 0.5); }

.nav-list .nav-list-item > .nav-list { border-left: 2px solid #576a47; border-radius: 15px; }

.nav-list .nav-list-item > .nav-list .nav-list-item { font-size: 18px !important; color: #e5e9f0; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { color: #d5dbe7; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link.active { background: #3b4253; color: #be9ad7; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { color: #7D9866; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander:focus, .nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander:hover { background: #57627a; }

.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list { border-left: 2px solid #7E5D94; }

@keyframes widen { from { width: 0; }
  to { width: calc(100% - .8em); } }

@keyframes revealtoc { 0% { opacity: .7;
    max-height: 2em;
    max-width: 10em; }
  30% { opacity: .7;
    max-height: 2em;
    max-width: 100vw; }
  100% { opacity: .95;
    max-height: 100vh;
    max-width: 100vw; } }

#markdown-toc { border-radius: 8px; border: 2px solid #d8dee9; counter-reset: mdtoc; list-style-type: none; padding: 1em 0 1em 1.5em; }

#markdown-toc ul { margin-top: 0; }

#markdown-toc > li { counter-increment: mdtoc; white-space: nowrap; }

#markdown-toc > li ul { margin-left: 2em; }

#markdown-toc > li ul li::before { content: '— '; margin-left: -1.2em; }

#markdown-toc > li::before { background: #fcfdfd; border-radius: 100%; color: #7D9866; content: counter(mdtoc, decimal-leading-zero); display: inline-block; height: 2em; line-height: 2; margin: 0 .2rem 0 0; position: relative; text-align: center; transition: background-color .5s linear, color .5s linear; width: 2em; }

#markdown-toc > li:focus::before, #markdown-toc > li:hover::before { background-color: #7E5D94; color: #fcfdfd; transition: background-color .5s linear, color .5s linear; }

#markdown-toc a { border-bottom: 0; }

#markdown-toc.stuck { background: #fcfdfd; border-radius: 0 0 10px 10px; border: solid 1px #d8dee9; margin: 0; max-height: 2em; max-width: 6em; opacity: .7; overflow: auto; padding: 1em; position: fixed; right: .5rem; top: 0; transition: all .2s linear; z-index: 10; }

#markdown-toc.stuck:focus, #markdown-toc.stuck:hover { animation: .6s revealtoc forwards; }

#markdown-toc.stuck::before { background: #fcfdfd; content: 'Contents'; display: block; position: relative; text-align: right; top: -.8rem; }

.section-contents { margin-top: 2em; }

.section-contents h2 { border-top: dotted 1px #4c566b; text-align: right; line-height: 1.2; }

.section-contents ul { list-style-type: none; counter-reset: tocli; padding-left: 0; }

.section-contents ul li::before { display: none; }

.section-contents ul a { font-size: 1.25em; counter-increment: tocli; white-space: nowrap; border-bottom: 0 !important; background: 0; position: relative; z-index: 1; }

.section-contents ul a::before { background: transparent; border-radius: 90%; color: #7D9866; content: counter(tocli, decimal-leading-zero); display: inline-block; height: 2em; line-height: 2; margin: 0 .2rem 0 0; position: relative; text-align: center; transition: background-color .5s linear, color .5s linear, border-radius .3s linear; width: 2em; z-index: 10; }

.section-contents ul a:focus, .section-contents ul a:hover { background: 0 !important; }

.section-contents ul a:focus::before, .section-contents ul a:hover::before { background-color: #7E5D94; border-radius: 100% 100% 0; color: #fcfdfd; transition: background-color .2s linear, color .2s linear, border-radius .5s linear; }

.section-contents ul a:focus, .section-contents ul a:hover { background: 0; color: #7E5D94; }

.section-contents ul a::after { content: ''; display: block; position: absolute; z-index: -1; bottom: -9px; border-radius: 0 20px 0 0; left: 0; margin-left: 1em; width: 0; height: 2em; background-image: linear-gradient(rgba(126, 93, 148, 0.05) 0%, rgba(126, 93, 148, 0.05) 85%, #7E5D94 86%, #7E5D94 100%); }

.section-contents ul a:focus::after, .section-contents ul a:hover::after { animation: .2s widen 150ms forwards; }

@keyframes slideIn { 0% { left: -100%; }
  50% { left: 5%; }
  70% { left: -2%; }
  90% { left: 1%; }
  100% { left: 0; } }

@keyframes progressDown { 0% { width: 0;
    opacity: 0; }
  10% { width: 90%; }
  15% { opacity: 1; }
  100% { width: 0;
    opacity: 1; } }

section.product-hunt { display: none; }

body.product-hunt section.product-hunt { display: block; }

body.product-hunt section.product-hunt .inside { position: relative; animation: ease-out 1s slideIn; }

#home #menu-button { display: none; }

#home .site-button:focus, #home .site-button:hover { background: #7E5D94; }

#home .aux-nav-list-item .site-button { flex-direction: column; }

@media screen and (min-width: 700px) { #home .aux-nav-list-item .site-button { flex-direction: row; } }

#home .main-header { display: flex; height: 60px; border-bottom: none; background-color: #434c5f; border: 0; justify-content: flex-end; }

#home .main-header a { color: #fcfdfd; }

#home #top { display: flex; justify-content: space-around; background: #434c5f; display: flex; justify-content: space-around; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }

.webp #home #top { background-image: linear-gradient(to right, rgba(67, 76, 95, 0.7), rgba(67, 76, 95, 0.8)), url("https://cdn.bunchapp.co/images/grapes.webp"); }

.no-webp #home #top { background-image: linear-gradient(to right, rgba(67, 76, 95, 0.7), rgba(67, 76, 95, 0.8)), url("https://cdn.bunchapp.co/images/grapes.jpg"); }

#home #top img { margin: 1em 6%; max-width: 90%; width: 90%; height: 100%; }

@media screen and (min-width: 1024px) { #home #top img { max-width: 1024px; width: 100%; } }

#home header, #home section { padding: 3em 10%; margin: 0 auto; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { #home header, #home section { padding: 1em 2%; } }

#home section.lead { padding-top: 0; }

#home header { padding: 1em 10%; }

#home section { margin: 0 auto; }

#home .inside { max-width: 800px; margin: 0 auto; }

#home .main-content section.dark { background: #434c5f; color: #eceff4; }

#home .main-content section.dark h1, #home .main-content section.dark h2, #home .main-content section.dark h3, #home .main-content section.dark h4, #home .main-content section.dark h5, #home .main-content section.dark h6 { color: #fcfdfd; }

#home .main-content .product-hunt { text-align: center; }

#home .main-content .product-hunt .inside { max-width: 500px; }

#home .main-content .section-contents { border: solid 1px #eceff4; border-radius: 8px; background: #f9fafb; }

#home .main-content .tour { background: #f9fafb; }

#home .main-content .updates { background: #434c5f; }

#home .main-content .updates .news { background: #434c5f; color: #d8dee9; border: 0; }

#home .main-content .updates .news h5 { color: #fcfdfd; }

#home .main-content .updates .news a { color: #e0c4e0; }

#home .main-content .updates .news .spacer { border-bottom-color: #7b88a2; }

#home .main-content .updates .news time { color: #b0cd97; }

#home .paypalform { padding: 3em 0; margin: 0 auto; }

#home section.callout { background-position: center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; }

.webp #home section.callout { background-image: url("https://cdn.bunchapp.co/images/workspace.webp"); }

.no-webp #home section.callout { background-image: url("https://cdn.bunchapp.co/images/workspace.jpg"); }

#home section.callout h2 { color: #fcfdfd; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

#home .callouts { align-items: stretch; display: flex; flex-wrap: wrap; }

#home .callouts .callout { background-image: linear-gradient(to right, rgba(249, 250, 251, 0.7), rgba(255, 255, 255, 0.8)); border-radius: 8px; flex-basis: 94%; flex-grow: 1; margin: 1%; overflow: hidden; padding: 2%; position: relative; transition: background .5s linear, border-color .5s linear, transform .2s linear; }

@media screen and (min-width: 600px) { #home .callouts .callout { flex-basis: 44%; min-height: 300px; } }

#home .callouts .callout .icon { height: 100%; left: 0; position: absolute; text-align: center; top: 0; transform: scale(1); width: 100%; }

#home .callouts .callout .icon::before { display: block; font-size: 6em; line-height: 2.3; opacity: .2; transform: scale(1); transition: transform 1s linear, opacity 1s linear; }

#home .callouts .callout a { background: 0; border-bottom: 0; display: flex; flex-wrap: wrap; height: 100%; position: relative; white-space: normal; z-index: 1; }

#home .callouts .callout .link { color: rgba(125, 152, 102, 0.1); display: block; font-weight: bold; margin: auto 0 0; transition: color .5s linear; }

#home .callouts .callout p { color: #6d7a97; transition: color .5s linear; }

#home .callouts .callout p strong { color: #000; transition: color .5s linear; }

#home .callouts .callout .progress { display: flex; flex-direction: column; width: 100%; }

#home .callouts .callout .progress::before { align-self: flex-end; background: #00acda; border-radius: 6px; bottom: 0; content: ''; display: block; height: 2px; position: absolute; width: 0; }

#home .callouts .callout.highlight .progress::before { animation: 7s linear progressDown forwards; }

#home .callouts .callout:focus, #home .callouts .callout.highlight, #home .callouts .callout:hover { background-image: linear-gradient(to right, #f9fafb, white); transition: background .3s linear, border-color .5s linear, transform .1s linear; border-color: #434c5f; transform: scale(1.03); }

#home .callouts .callout:focus .icon::before, #home .callouts .callout.highlight .icon::before, #home .callouts .callout:hover .icon::before { opacity: 0; transform: scale(4); transition: transform 7s linear, opacity 3s linear; }

#home .callouts .callout:focus .link, #home .callouts .callout.highlight .link, #home .callouts .callout:hover .link { color: #7D9866; transition: color .3s linear; }

#home .callouts .callout:focus a strong, #home .callouts .callout.highlight a strong, #home .callouts .callout:hover a strong { color: #7E5D94; transition: color .3s linear; }

#home .callouts .callout:focus p, #home .callouts .callout.highlight p, #home .callouts .callout:hover p { color: #000; transition: color .5s linear; }

@keyframes arrowSlide { 0% { background-position-x: 50%;
    opacity: 0; }
  100% { background-position-x: 95%;
    opacity: .75; } }

@keyframes pulse { 0% { transform: scale(1); }
  80% { transform: scale(1); }
  90% { transform: scale(1.1) translateX(-3%) translateY(-1%); }
  100% { transform: scale(1); } }

.vcenter { height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }

.vcenter pre { width: 60%; background: #eceff4; text-align: left; padding: .5em; border-radius: .5em; }

.vcenter pre code { background: #eceff4; color: #3b4253; border: none; }

.hpad { padding: 0 1em; }

.carousel-wrapper { background: #434c5f; border-radius: 10px; color: #fcfdfd; display: flex; justify-content: center; margin: 0 auto; overflow: hidden; padding-bottom: 73%; position: relative; width: 100%; }

.carousel-wrapper .invert { color: #434c5f; background: #fcfdfd; }

.carousel-wrapper h1, .carousel-wrapper h2, .carousel-wrapper h3, .carousel-wrapper h4, .carousel-wrapper h5, .carousel-wrapper h6, .carousel-wrapper li, .carousel-wrapper p { color: #fcfdfd; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); margin: calc(.5vw + 2px); }

.carousel-wrapper h1::before, .carousel-wrapper h2::before, .carousel-wrapper h3::before, .carousel-wrapper h4::before, .carousel-wrapper h5::before, .carousel-wrapper h6::before, .carousel-wrapper li::before, .carousel-wrapper p::before { display: none !important; }

.carousel-wrapper .fit { width: 100%; white-space: nowrap; }

.carousel-wrapper span, .carousel-wrapper b { white-space: nowrap; }

.carousel-wrapper h1, .carousel-wrapper .text-alpha { font-size: calc(1.5vw + 15px) !important; }

.carousel-wrapper h2, .carousel-wrapper .text-beta { font-size: calc(1.25vw + 15px) !important; }

.carousel-wrapper h3, .carousel-wrapper .text-delta { font-size: calc(1vw + 15px) !important; }

.carousel-wrapper.untouched .arrow.arrow-next { opacity: .3; animation: 3s linear infinite forwards pulse; }

.carousel-wrapper .arrow { -webkit-tap-highlight-color: transparent; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M13.94,8.31c-0.22,-0.2 -0.51,-0.31 -0.81,-0.31c-0.31,0 -0.6,0.11 -0.81,0.31c-0.22,0.19 -0.33,0.45 -0.33,0.72c0,0.27 0.11,0.53 0.32,0.72l6.71,6.24l-6.72,6.24c-0.21,0.19 -0.33,0.45 -0.33,0.72c-0,0.27 0.11,0.53 0.32,0.72c0.43,0.4 1.18,0.4 1.61,0l7.9,-7.35c0.1,-0.1 0.15,-0.22 0.15,-0.35c-0,-0.14 -0.06,-0.26 -0.16,-0.35l-7.91,-7.35l0.06,0.04Zm2.05,21.68c-7.72,0 -14,-6.28 -14,-14c0,-7.72 6.28,-14 14,-14c7.71,0 14,6.28 14,14c0,7.72 -6.29,14 -14,14Zm0,-30c-8.84,0 -16,7.16 -16,16c0,8.83 7.16,16 16,16c8.83,0 16,-7.17 16,-16c0,-8.84 -7.17,-16 -16,-16Z' style='fill:%23fff;'/%3E%3C/svg%3E"); background-position: 95% 60%; background-repeat: no-repeat; background-size: 15%; display: block; height: 100%; opacity: 0; padding: 35% 0; position: absolute; top: 0; transition: opacity .2s linear; width: 40%; z-index: 10; }

.carousel-wrapper .arrow:focus, .carousel-wrapper .arrow:hover { cursor: pointer; animation: .3s arrowSlide forwards; transition: opacity .2s linear; }

.carousel-wrapper .arrow:active { transform: scale(0.98) translate(4px, 1px); opacity: .5; transition: all 90ms ease-out-quad; }

.carousel-wrapper .arrow.arrow-prev { -webkit-transform: rotate(180deg); background-position: 95% 40%; left: 0; transform: rotate(180deg); }

.carousel-wrapper .arrow.arrow-prev:active { transform: scale(0.98) translate(-2px, 1px) rotate(180deg); }

.carousel-wrapper .arrow.arrow-next { right: 0; }

.carousel-wrapper ul { list-style-type: none; margin: 0 0 5%; }

.carousel-wrapper ul li::before { display: none; }

.carousel-wrapper li { bottom: 0; hyphens: none; left: 0; margin: 0; opacity: 0; padding: .5em; position: absolute; right: 0; text-align: center; top: 0; transition: all .5s ease-in-out; }

.carousel-wrapper li.showing { display: block; opacity: 1; z-index: 5; }

.carousel-wrapper li p { margin: 0; padding: 0; }

.carousel-wrapper li img { width: 100%; }

.carousel-wrapper .carousel-progress { align-content: center; bottom: 2%; display: flex; flex-direction: row; flex-wrap: wrap; height: 10px; justify-content: space-around; position: absolute; width: 40%; z-index: 12; }

.carousel-wrapper .carousel-progress::before { content: ''; display: block; background: #434c5f; width: 100%; height: 20px; position: absolute; top: -10px; border-radius: 10px; }

.carousel-wrapper .carousel-progress span { display: flex; flex-grow: 1; height: 40px; justify-content: center; opacity: .6; position: relative; transition: opacity .4s linear; }

.carousel-wrapper .carousel-progress span::before { background-color: transparent; border-radius: 100%; border: solid 2px #fcfdfd; content: ''; padding-bottom: 20%; position: absolute; top: 10px; transition: background-color .4s linear; width: 20%; }

.carousel-wrapper .carousel-progress span.showing::before { background-color: #fcfdfd; transition: background-color .2s linear; }

.carousel-wrapper .carousel-progress span:focus, .carousel-wrapper .carousel-progress span:hover { cursor: pointer; opacity: 1; transition: opacity .2s linear; }

.carousel-wrapper.light { background: #fcfdfd; color: #4c566b; border: solid 2px #d8dee9; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.carousel-wrapper.light .invert { color: #fcfdfd; background: #434c5f; }

.carousel-wrapper.light .invert h1, .carousel-wrapper.light .invert h2, .carousel-wrapper.light .invert h3, .carousel-wrapper.light .invert h4, .carousel-wrapper.light .invert h5, .carousel-wrapper.light .invert h6, .carousel-wrapper.light .invert li, .carousel-wrapper.light .invert p { color: #fcfdfd; }

.carousel-wrapper.light .invert pre, .carousel-wrapper.light .invert code { color: #4c566b; }

.carousel-wrapper.light h1, .carousel-wrapper.light h2, .carousel-wrapper.light h3, .carousel-wrapper.light h4, .carousel-wrapper.light h5, .carousel-wrapper.light h6, .carousel-wrapper.light li, .carousel-wrapper.light p { color: #4c566b; }

.carousel-wrapper.light .arrow { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M13.94,8.31c-0.22,-0.2 -0.51,-0.31 -0.81,-0.31c-0.31,0 -0.6,0.11 -0.81,0.31c-0.22,0.19 -0.33,0.45 -0.33,0.72c0,0.27 0.11,0.53 0.32,0.72l6.71,6.24l-6.72,6.24c-0.21,0.19 -0.33,0.45 -0.33,0.72c-0,0.27 0.11,0.53 0.32,0.72c0.43,0.4 1.18,0.4 1.61,0l7.9,-7.35c0.1,-0.1 0.15,-0.22 0.15,-0.35c-0,-0.14 -0.06,-0.26 -0.16,-0.35l-7.91,-7.35l0.06,0.04Zm2.05,21.68c-7.72,0 -14,-6.28 -14,-14c0,-7.72 6.28,-14 14,-14c7.71,0 14,6.28 14,14c0,7.72 -6.29,14 -14,14Zm0,-30c-8.84,0 -16,7.16 -16,16c0,8.83 7.16,16 16,16c8.83,0 16,-7.17 16,-16c0,-8.84 -7.17,-16 -16,-16Z' style='fill:%23000;'/%3E%3C/svg%3E"); }

.carousel-wrapper.light .carousel-progress::before { background: #fcfdfd; }

.carousel-wrapper.light .carousel-progress span::before { background-color: transparent; border: solid 2px #4c566b; }

.carousel-wrapper.light .carousel-progress span.showing::before { background-color: #4c566b; }

@media only screen and (max-width: 799px) { #changelog dl { grid-template: auto / 3em 1fr; } }

#changelog dd { position: relative; }

#changelog dd:nth-of-type(n+2)::before { content: '\27A4'; position: absolute; left: -2em; color: #d8dee9; }

.docdiff { border-radius: 5px; border: solid 1px #9779ab; padding: .5em; margin-top: .5em; }

.docdiff .folder { white-space: nowrap; text-overflow: ellipsis; display: block; overflow: hidden; }

.docdiff li { border-radius: 5px; color: #b7c2d7; line-height: 1.6; margin: 0; padding: 0; transition: background .4s linear; }

.docdiff li:focus, .docdiff li:hover { background: rgba(151, 121, 171, 0.05); transition: background .1s linear; }

.docdiff li:focus .changes, .docdiff li:hover .changes { opacity: 1; transition: opacity .2s linear; }

.docdiff ul > li::before { display: none; }

.docdiff a { background-image: none; border-radius: 4px; color: #7E5D94; font-weight: 600; transition: background .3s linear; }

.docdiff a:focus, .docdiff a:hover { background: rgba(151, 121, 171, 0.25); transition: background .1s linear; }

.docdiff a.docdiff-history_link { color: #7E5D94; font-weight: normal; }

.docdiff a.docdiff-history_link::before { content: '\279C'; margin-right: .5em; }

.docdiff .delta { font-style: normal; font-weight: normal; color: #647952; position: relative; }

.docdiff .delta:focus, .docdiff .delta:hover { background: #b1c1a3; }

.docdiff .changes { opacity: .25; transition: opacity .4s linear; }

.docdiff .changes b { font-weight: 300; }

.docdiff .changes ins { color: #7D9866; text-decoration: none; }

.docdiff .changes del { color: #c16069; }

@media only screen and (max-width: 599px) { .docdiff li { display: grid; grid-template-columns: 1fr 1fr .5fr; grid-template-rows: 1fr 1fr; gap: 0px 0px; grid-template-areas: "page page delta" "folder folder delta"; } .docdiff li a { grid-area: page; } .docdiff li .delta { grid-area: delta; text-align: right; } .docdiff li .changes { grid-area: changes; } .docdiff .folder { grid-area: folder; text-align: left; line-height: 1; } }

@media only screen and (min-width: 600px) { .docdiff li { display: grid; grid-template-columns: 2fr 2fr 1fr; grid-template-rows: 1fr; gap: 0px 0px; grid-template-areas: "folder page delta"; } .docdiff li a { grid-area: page; } .docdiff .delta { grid-area: delta; right: 0; display: block; text-align: right; } .docdiff .delta:focus::before, .docdiff .delta:hover::before { content: attr(title); padding-right: 4px; } .docdiff .folder { grid-area: folder; margin-right: 2px; text-align: right; } }

@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

figure.hover_vid_frame { height: 0; max-width: 100%; overflow: hidden; padding-bottom: 56.25%; position: relative; transition: opacity .4s ease-in; }

figure.hover_vid_frame video { height: 100%; left: 0; opacity: .5; position: absolute; top: 0; transition: opacity .4s ease-in; width: 100%; }

figure.hover_vid_frame:hover video, figure.hover_vid_frame:focus video, figure.hover_vid_frame.playing video { opacity: 1; }

figure.hover_vid_frame:hover, figure.hover_vid_frame:focus, figure.hover_vid_frame.playing, figure.hover_gif_frame:hover, figure.hover_gif_frame:focus, figure.hover_gif_frame.playing { opacity: 1; }

figure.hover_vid_frame:hover::after, figure.hover_vid_frame:hover::before, figure.hover_vid_frame:focus::after, figure.hover_vid_frame:focus::before, figure.hover_vid_frame.playing::after, figure.hover_vid_frame.playing::before, figure.hover_gif_frame:hover::after, figure.hover_gif_frame:hover::before, figure.hover_gif_frame:focus::after, figure.hover_gif_frame:focus::before, figure.hover_gif_frame.playing::after, figure.hover_gif_frame.playing::before { opacity: 0; transition: opacity .2s ease-in-out; }

figure.hover_vid_frame:hover img, figure.hover_vid_frame:focus img, figure.hover_vid_frame.playing img, figure.hover_gif_frame:hover img, figure.hover_gif_frame:focus img, figure.hover_gif_frame.playing img { opacity: 1; transition: opacity .2s ease-in-out; }

figure.animated_gif_frame { opacity: .85; cursor: pointer; }

figure.animated_gif_frame::before { border: solid 2px #666; border-radius: 8px; color: #666; content: attr(data-caption); font-size: 16px; font-weight: 700; height: 1.2em; left: 50%; line-height: 1.4; margin-left: -80px; margin-top: -1em; pointer-events: none; position: absolute; text-align: center; top: 50%; white-space: nowrap; width: 160px; z-index: 100; }

figure.animated_gif_frame.playing::before { display: none; }

figure.animated_gif_frame.playing img { opacity: 1; }

figure.hover_vid_frame, figure.animated_gif_frame, figure.hover_gif_frame { margin: 0 0 .8em; position: relative; text-align: center; transition: opacity .2s ease-in-out; }

figure.hover_vid_frame img, figure.animated_gif_frame img, figure.hover_gif_frame img { border: solid 1px #eaeaea; border-radius: 8px; opacity: .6; padding: 0 !important; transition: opacity .2s ease-in-out; }

figure.hover_vid_frame::before, figure.hover_vid_frame::after, figure.hover_gif_frame::before, figure.hover_gif_frame::after { content: ''; display: block; width: 50px; height: 50px; position: absolute; right: 10px; bottom: 25px; background-repeat: no-repeat; opacity: .3; transition: opacity .2s ease-in-out; }

figure.hover_vid_frame::before, figure.hover_gif_frame::before { background-image: url(/images/hoverplay-border.svg); animation-name: spin; animation: 6s ease-in-out infinite alternate spin; }

figure.hover_vid_frame::after, figure.hover_gif_frame::after { background-image: url(/images/hoverplay-arrow.svg); }

figure.animated_gif_frame:focus, figure.animated_gif_frame:hover, figure.animated_gif_frame.playing { opacity: 1; }

dd figure.animated_gif_frame { transition: margin-left .1s linear; }

@media screen and (min-width: 951px) { dd figure.animated_gif_frame.playing { position: relative; margin-left: -160px; transition: margin-left .1s linear; } }

figure.animated_gif_frame.playing::before { display: none; }

figure.animated_gif_frame.playing img { opacity: 1; }

.paypalform { clear: both; margin: 40px auto 0; width: 100%; text-align: center; display: flex; flex-direction: row; justify-content: space-around; padding: 20px; background: url("/images/hearts2.svg"); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; }

.paypalform .paypalbutton, .paypalform .donatebutton { background-size: contain; border: 0; cursor: pointer; display: block; height: 127px; margin: 0 2px; opacity: .7; outline: none; position: relative; text-indent: -9000px; transition: opacity .4s ease-in-out; width: 273px; }

.paypalform .paypalbutton:hover, .paypalform .paypalbutton:focus, .paypalform .donatebutton:hover, .paypalform .donatebutton:focus { opacity: 1; }

.paypalform .paypalbutton:hover span, .paypalform .paypalbutton:focus span, .paypalform .donatebutton:hover span, .paypalform .donatebutton:focus span { opacity: .9; transform: translate(0) rotate(0) scale(1); visibility: visible; }

.paypalform .paypalbutton span, .paypalform .donatebutton span { background: rgba(252, 253, 253, 0.95); border: 4px solid #fcfdfd; border-radius: 5px; bottom: 100px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); color: #434c5f; font-family: Georgia, "Times New Roman", Times, serif; font-size: 21px; font-style: italic; font-weight: 300; line-height: 1.2; opacity: 0; padding: 10px; pointer-events: none; position: absolute; right: -40px; text-align: center; text-indent: 0; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); transform: translate(35px) rotate(25deg) scale(1.5); transition: transform .3s ease-in-out, opacity .3s ease-in-out; visibility: visible; width: 250px; }

.paypalform .paypalbutton span::before, .paypalform .paypalbutton span::after, .paypalform .donatebutton span::before, .paypalform .donatebutton span::after { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid rgba(0, 0, 0, 0.1); bottom: -15px; content: ''; height: 0; left: 50%; margin-left: -9px; position: absolute; width: 0; }

.paypalform .paypalbutton span::after, .paypalform .donatebutton span::after { border-top: 10px solid #fcfdfd; bottom: -14px; margin-left: -10px; }

code, .highlighter-rouge { background-color: #fafafa; border: solid 1px #eee; }

div.highlighter-rouge { background-color: #fafafa; border-radius: 8px; }

.language-bunch .highlight span { background-color: #fafafa; }

.language-bunch .highlight .bp { color: #a97baa; }

.language-bunch .highlight .ch, .language-bunch .highlight .cd { color: #7e8aa4; }

.language-bunch .highlight .cm, .language-bunch .highlight .c1, .language-bunch .highlight .c { color: #8a95ac; }

.language-bunch .highlight .cs { color: #666666; }

.language-bunch .highlight .err { color: #0d7d9a; }

.language-bunch .highlight .kn, .language-bunch .highlight .k { background: rgba(125, 152, 102, 0.05); color: #647952; }

.language-bunch .highlight .kv { color: #6d6374; }

.language-bunch .highlight .na { color: #72786d; }

.language-bunch .highlight .nb { color: #7e90a6; }

.language-bunch .highlight .nd { color: #71bbd0; }

.language-bunch .highlight .nf { color: #a76067; }

.language-bunch .highlight .ni, .language-bunch .highlight .n { color: #894c51; }

.language-bunch .highlight .nl { color: #758396; }

.language-bunch .highlight .no { color: #0e90b2; }

.language-bunch .highlight .o { color: #6d6374; }

.language-bunch .highlight .ow { color: #a97baa; }

.language-bunch .highlight .p { color: #6ea9b9; }

.language-bunch .highlight .pi { background: rgba(113, 187, 208, 0.05); color: #4aa9c3; }

.language-bunch .highlight .vg { background: rgba(171, 67, 76, 0.05); color: #87343c; }

#tagbox { border-radius: 15px; box-shadow: none; padding: 5px 0 5px 10px; border: solid 1px #d8dee9; }

#tagbox-results a { border-bottom: 0 !important; }

#tagbox-results mark { background: rgba(250, 225, 172, 0.3); box-shadow: 0 -2px 0 #f3cf80 inset; }

#tagbox-results .divider, #tagbox-results .parent { color: #a192ab; }

#tagbox-results .divider { color: #c6becc; }

#tagbox-results .page { border-radius: 0 8px 8px 0; font-weight: 600; padding: 0; transition: padding .1s linear, background .1s linear; }

#tagbox-results a:hover, #tagbox-results a:focus { background: none; }

#tagbox-results a:hover .page, #tagbox-results a:focus .page { background: rgba(126, 93, 148, 0.1); color: #634975; display: inline-block; padding: 0 4px; transform: skew(-10deg); transition: padding .1s linear, background .1s linear; }

.tagbox-list a { border-bottom: 0 !important; }

.tagbox-list .hidden { display: none; }

.tagbox-list .visible { display: block; }

.tagbox-list .visible a { font-weight: 600; background: rgba(125, 152, 102, 0.1); color: #647952; }

.tagbox-list .contentmatch a { color: #7D9866; font-weight: 300; }

.tagbox-list .partial { display: block; }

.tagbox-list .partial > a { opacity: .5; }

#page_history { background: rgba(255, 255, 255, 0.95); border-radius: 8px; border: solid 1px #ccc; display: none; min-height: 200px; opacity: .3; padding: 10px; position: fixed; right: -300px; top: 30%; transition: right .2s linear, opacity .1s linear; width: 300px; z-index: 100; }

#page_history:hover { right: 0; opacity: 1; }

@media screen and (min-width: 800px) { #page_history { display: block; } }

@media screen and (min-width: 1742px) { #page_history { right: 10px; } #page_history:hover { right: 10px; } }

#page_history ul { font-size: .8rem; padding: 0; }

#page_history h4 { transform: rotate(-90deg); position: absolute; left: -84px; top: 50px; padding: 10px 10px 20px 10px; background: rgba(255, 255, 255, 0.95); border-radius: 10px 10px 0 0; }

#bottombacklink { border: solid 2px #bd9abe; border-radius: 8px; color: #434c5f; display: block; font-size: .85rem; margin: 1.5em 0; padding: .5em; text-decoration: none; transition: background .2s linear, color .2s linear; }

#bottombacklink:hover, #bottombacklink:focus { color: #fcfdfd; background: #835484; }

#bottombacklink:hover i, #bottombacklink:focus i { color: #fcfdfd; }

#bottombacklink i { color: #434c5f; transition: color .2s linear; }

.site-footer a { color: #fcfdfd; }

.littlefoot-footnote__button { -webkit-font-smoothing: antialiased; backface-visibility: hidden; background-color: #a4b794; border-radius: .5em; border: 0; box-sizing: border-box; color: rgba(110, 110, 110, 0.5); cursor: pointer; display: inline-block; font-size: .9em; font-weight: bold; height: 1em; line-height: 1; margin: 0 .1em 0 .2em; min-width: 1.5em; padding: 0 .5em; position: relative; text-decoration: none; top: -.1em; transition-duration: .25s; transition-property: background-color color; transition-timing-function: ease; vertical-align: middle; z-index: 5; }

.littlefoot-footnote__button:hover, .littlefoot-footnote__button:focus { background-color: rgba(110, 110, 110, 0.5); color: white; }

.littlefoot-footnote__button:active { background-color: rgba(110, 110, 110, 0.5); color: white; }

.littlefoot-footnote__button.is-active { background-color: #6e6e6e; color: white; transition-delay: .1s; }

.littlefoot-footnote__button::after { clear: both; content: ''; display: table; }

.littlefoot-footnote__button__ellipsis { padding: .35em .5em; }

.littlefoot-footnote__button__ellipsis svg { float: left; height: .3em; }

.littlefoot-footnote__button__number::after { color: rgba(110, 110, 110, 0.5); content: attr(data-footnote-number); display: block; font-size: .9em; font-weight: bold; left: 50%; padding: .35em .5em; position: absolute; top: 50%; transform: translate(-50%, -50%); transition-duration: .25s; transition-property: background-color color; transition-timing-function: ease; }

.littlefoot-footnote__button__number:hover::after, .littlefoot-footnote__button__number.is-active::after { color: white; }

.littlefoot-footnote__button__number svg { display: none; }

.littlefoot-footnote__host { display: inline-block; position: relative; text-indent: 0; }

@media not print { .footnote-print-only { display: none !important; } }

@media print { .littlefoot-footnote, .littlefoot-footnote__button { display: none !important; } }

.littlefoot-footnote { background: #fafafa; border-radius: .5em; border: 1px solid #c3c3c3; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); box-sizing: border-box; display: inline-block; left: 0; line-height: 0; margin: 2.01924em 0; max-width: 90%; opacity: 0; position: absolute; top: 0; transform-origin: 50% 0; transform: scale(0.1) translateZ(0); transition-duration: .25s; transition-property: opacity, transform; transition-timing-function: ease; z-index: 10; }

.littlefoot-footnote.is-positioned-top { bottom: 0; top: auto; }

.littlefoot-footnote.is-active { opacity: .97; transform: scale(1) translateZ(0); }

.littlefoot-footnote.is-scrollable::after { content: ''; position: absolute; bottom: .3875em; left: .3875em; z-index: 14; display: block; height: .78125em; width: .625em; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo="); background-size: cover; opacity: .1; transition-property: opacity; transition-duration: .25s; transition-timing-function: ease; }

.littlefoot-footnote.is-scrollable .littlefoot-footnote__wrapper::before, .littlefoot-footnote.is-scrollable .littlefoot-footnote__wrapper::after { content: ''; left: 0; position: absolute; width: 100%; z-index: 12; }

.littlefoot-footnote.is-scrollable .littlefoot-footnote__wrapper::before { background-image: linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%); border-radius: .5em .5em 0 0; height: .6em; top: -1px; }

.littlefoot-footnote.is-scrollable .littlefoot-footnote__wrapper::after { background-image: linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%); border-radius: 0 0 .5em .5em; bottom: -1px; height: .6em; }

.littlefoot-footnote.is-scrollable::-webkit-scrollbar { display: none; }

.littlefoot-footnote.is-fully-scrolled::after, .littlefoot-footnote.is-fully-scrolled::before { opacity: 0; transition-delay: 0; }

@media (max-width: 720px) { .littlefoot-footnote { border-radius: 0; border-width: 1px 0 0; bottom: 0; left: 0 !important; margin: 0; opacity: 1; position: fixed; right: auto; top: auto; transform: translateY(100%); transition: transform 0.3s ease; width: 100%; } .littlefoot-footnote.is-active { transform: translateY(0); } .littlefoot-footnote .littlefoot-footnote__wrapper { margin: 0; max-width: 100% !important; transform: none; width: 100%; } .littlefoot-footnote .littlefoot-footnote__wrapper, .littlefoot-footnote .littlefoot-footnote__content { border-radius: 0; } .littlefoot-footnote .littlefoot-footnote__tooltip { display: none; } }

.littlefoot-footnote__wrapper { background-color: #fafafa; border-radius: .5em; box-sizing: inherit; display: inline-block; line-height: 0; margin: 0; overflow: hidden; position: relative; width: 22em; z-index: 14; }

.littlefoot-footnote__content { -webkit-font-smoothing: subpixel-antialiased; -webkit-overflow-scrolling: touch; background: #fafafa; border-radius: .5em; box-sizing: inherit; display: inline-block; line-height: normal; font-size: initial; font-style: initial; font-weight: initial; max-height: 15em; overflow: auto; padding: .8em; position: relative; z-index: 8; }

.littlefoot-footnote__content img { max-width: 100%; }

.littlefoot-footnote__content *:first-child { margin-top: 0; }

.littlefoot-footnote__content *:last-child { margin-bottom: 0; }

.is-scrollable .littlefoot-footnote__content { padding-bottom: 0; }

.is-scrollable .littlefoot-footnote__content *:last-child { margin-bottom: .6em; }

.littlefoot-footnote__tooltip { background: #fafafa; border-top-left-radius: 0; border: 1px solid #c3c3c3; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); box-sizing: border-box; height: 1.3em; margin-left: -0.65em; position: absolute; transform: rotate(45deg); width: 1.3em; z-index: 12; }

.is-positioned-bottom .littlefoot-footnote__tooltip { top: -0.65em; }

.is-positioned-top .littlefoot-footnote__tooltip { bottom: -0.65em; }

.bunch-footnote { display: inline-block; padding: 5px; background: rgba(125, 152, 102, 0.25); border: solid 1px transparent; border-radius: 100%; line-height: .6; width: 20px; height: 20px; font-size: .8em; text-align: center; top: -.5em; position: relative; }

.bunch-footnote:hover { border: solid 1px #7D9866; box-shadow: 0 0 2px #7D9866; }

.has-toc .main-content { counter-reset: contentSection; }

.has-toc .main-content h2 { counter-increment: contentSection; }

.has-toc .main-content h2::before { background: #434c5f; border-radius: 1em; color: #d8dee9; content: counter(contentSection, decimal-leading-zero); display: inline-block; font-size: 0.5em; line-height: 1.2; margin: 0; padding: 2px 4px; position: relative; text-align: center; top: -.4em; z-index: 0; }

@media screen and (min-width: 800px) { .has-toc .main-content h2::before { border-radius: 0 1em 1em 0; font-size: .8rem; left: -2.1rem; line-height: 1.8; padding: 0 .3rem 0 .1rem; position: absolute; top: .12rem; transition: opacity .1s linear, background .1s linear, color .1s linear; } }

@media screen and (min-width: 800px) { .has-toc .main-content h2:hover::before { opacity: 0; color: #97a889; transition: opacity .1s linear, background .1s linear, color .1s linear; } }

.dark .text-red { color: #de9097; }

.dark .text-inverse-red { color: #fcfdfd; background: #f0b0b6; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-red { color: #f0b0b6; background: white; padding: 0 4px; border-radius: 4px; }

.dark .text-yellow { color: #eccc87; }

.dark .text-inverse-yellow { color: #fcfdfd; background: #fae1ac; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-yellow { color: #fae1ac; background: white; padding: 0 4px; border-radius: 4px; }

.dark .text-silver { color: #86898c; }

.dark .text-inverse-silver { color: #fcfdfd; background: #92a3b3; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-silver { color: #92a3b3; background: #fcfcfc; padding: 0 4px; border-radius: 4px; }

.dark .text-purple { color: #e4bfe5; }

.dark .text-inverse-purple { color: #fcfdfd; background: #f6e0f7; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-purple { color: #f6e0f7; background: white; padding: 0 4px; border-radius: 4px; }

.dark .text-green { color: #bdd2ac; }

.dark .text-inverse-green { color: #fcfdfd; background: #d7eac7; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-green { color: #d7eac7; background: white; padding: 0 4px; border-radius: 4px; }

.dark .text-blue { color: #5d80ae; }

.dark .text-inverse-blue { color: #fcfdfd; background: #7199cd; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-blue { color: #7199cd; background: #f6f8fa; padding: 0 4px; border-radius: 4px; }

.dark .text-bright-blue { color: #4fcff1; }

.dark .text-inverse-bright-blue { color: #fcfdfd; background: #74e2ff; padding: 0 4px; border-radius: 4px; }

.dark .text-glow-bright-blue { color: #74e2ff; background: white; padding: 0 4px; border-radius: 4px; }

.text-red { color: #c16069; }

.text-inverse-red { color: #fcfdfd; background: #dc7881; padding: 0 4px; border-radius: 4px; }

.text-glow-red { color: #dc7881; background: white; padding: 0 4px; border-radius: 4px; }

.text-yellow { color: #eccc87; }

.text-inverse-yellow { color: #fcfdfd; background: #fae1ac; padding: 0 4px; border-radius: 4px; }

.text-glow-yellow { color: #fae1ac; background: white; padding: 0 4px; border-radius: 4px; }

.text-silver { color: #86898c; }

.text-inverse-silver { color: #fcfdfd; background: #92a3b3; padding: 0 4px; border-radius: 4px; }

.text-glow-silver { color: #92a3b3; background: #fcfcfc; padding: 0 4px; border-radius: 4px; }

.text-purple { color: #9f6ba0; }

.text-inverse-purple { color: #fcfdfd; background: #c17cc2; padding: 0 4px; border-radius: 4px; }

.text-glow-purple { color: #c17cc2; background: #faf7fa; padding: 0 4px; border-radius: 4px; }

.text-green { color: #7D9866; }

.text-inverse-green { color: #fcfdfd; background: #96bc75; padding: 0 4px; border-radius: 4px; }

.text-glow-green { color: #96bc75; background: #f2f4ef; padding: 0 4px; border-radius: 4px; }

.text-blue { color: #5d80ae; }

.text-inverse-blue { color: #fcfdfd; background: #7199cd; padding: 0 4px; border-radius: 4px; }

.text-glow-blue { color: #7199cd; background: #f6f8fa; padding: 0 4px; border-radius: 4px; }

.text-bright-blue { color: #00acda; }

.text-inverse-bright-blue { color: #fcfdfd; background: #0eccff; padding: 0 4px; border-radius: 4px; }

.text-glow-bright-blue { color: #0eccff; background: #c1f1fe; padding: 0 4px; border-radius: 4px; }

#site-nav .divider { margin-bottom: .5em; border-bottom: dotted 2px #65738f; padding-bottom: .5em; }

h3.method { border-top: dashed 1px #e5e9f0; box-sizing: content-box; display: block; height: 2em; left: -0.5em; margin-top: 2em; padding: 1em .5em 0 0; position: relative; width: 100%; }

h3.method code { background: #4c566b; border-color: #5d80ae; border-style: solid; border-width: 1px 1px 1px .5em; color: #fcfdfd; display: block; padding-left: .25em; position: absolute; width: 100%; }

@keyframes flash { 0% { background: transparent; }
  10% { background: transparent; }
  20% { background: transparent; }
  30% { background: #eccc87; }
  100% { background: transparent; } }

h1, h2, h3, h4, h5, h6 { transition: background .5s linear; }

.highlight-target { animation: flash 2s; border-radius: 8px; }

/*# sourceMappingURL=just-the-docs-default.css.map */