You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
760 lines
46 KiB
CSS
760 lines
46 KiB
CSS
7 months ago
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||
|
/* Document
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* 1. Correct the line height in all browsers.
|
||
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||
|
*/
|
||
|
html {
|
||
|
line-height: 1.15;
|
||
|
/* 1 */
|
||
|
-webkit-text-size-adjust: 100%;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/* Sections
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* Remove the margin in all browsers.
|
||
|
*/
|
||
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Render the `main` element consistently in IE.
|
||
|
*/
|
||
|
main {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Correct the font size and margin on `h1` elements within `section` and
|
||
|
* `article` contexts in Chrome, Firefox, and Safari.
|
||
|
*/
|
||
|
h1 {
|
||
|
font-size: 2em;
|
||
|
margin: 0.67em 0;
|
||
|
}
|
||
|
|
||
|
/* Grouping content
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* 1. Add the correct box sizing in Firefox.
|
||
|
* 2. Show the overflow in Edge and IE.
|
||
|
*/
|
||
|
hr {
|
||
|
box-sizing: content-box;
|
||
|
/* 1 */
|
||
|
height: 0;
|
||
|
/* 1 */
|
||
|
overflow: visible;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||
|
* 2. Correct the odd `em` font sizing in all browsers.
|
||
|
*/
|
||
|
pre {
|
||
|
font-family: monospace, monospace;
|
||
|
/* 1 */
|
||
|
font-size: 1em;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/* Text-level semantics
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* Remove the gray background on active links in IE 10.
|
||
|
*/
|
||
|
a {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Remove the bottom border in Chrome 57-
|
||
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||
|
*/
|
||
|
abbr[title] {
|
||
|
border-bottom: none;
|
||
|
/* 1 */
|
||
|
text-decoration: underline;
|
||
|
/* 2 */
|
||
|
text-decoration: underline dotted;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
||
|
*/
|
||
|
b,
|
||
|
strong {
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||
|
* 2. Correct the odd `em` font sizing in all browsers.
|
||
|
*/
|
||
|
code,
|
||
|
kbd,
|
||
|
samp {
|
||
|
font-family: monospace, monospace;
|
||
|
/* 1 */
|
||
|
font-size: 1em;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Add the correct font size in all browsers.
|
||
|
*/
|
||
|
small {
|
||
|
font-size: 80%;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
||
|
* all browsers.
|
||
|
*/
|
||
|
sub,
|
||
|
sup {
|
||
|
font-size: 75%;
|
||
|
line-height: 0;
|
||
|
position: relative;
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
|
||
|
sub {
|
||
|
bottom: -0.25em;
|
||
|
}
|
||
|
|
||
|
sup {
|
||
|
top: -0.5em;
|
||
|
}
|
||
|
|
||
|
/* Embedded content
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* Remove the border on images inside links in IE 10.
|
||
|
*/
|
||
|
img {
|
||
|
border-style: none;
|
||
|
}
|
||
|
|
||
|
/* Forms
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* 1. Change the font styles in all browsers.
|
||
|
* 2. Remove the margin in Firefox and Safari.
|
||
|
*/
|
||
|
button,
|
||
|
input,
|
||
|
optgroup,
|
||
|
select,
|
||
|
textarea {
|
||
|
font-family: inherit;
|
||
|
/* 1 */
|
||
|
font-size: 100%;
|
||
|
/* 1 */
|
||
|
line-height: 1.15;
|
||
|
/* 1 */
|
||
|
margin: 0;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Show the overflow in IE.
|
||
|
* 1. Show the overflow in Edge.
|
||
|
*/
|
||
|
button,
|
||
|
input {
|
||
|
/* 1 */
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||
|
* 1. Remove the inheritance of text transform in Firefox.
|
||
|
*/
|
||
|
button,
|
||
|
select {
|
||
|
/* 1 */
|
||
|
text-transform: none;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Correct the inability to style clickable types in iOS and Safari.
|
||
|
*/
|
||
|
button,
|
||
|
[type="button"],
|
||
|
[type="reset"],
|
||
|
[type="submit"] {
|
||
|
-webkit-appearance: button;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Remove the inner border and padding in Firefox.
|
||
|
*/
|
||
|
button::-moz-focus-inner,
|
||
|
[type="button"]::-moz-focus-inner,
|
||
|
[type="reset"]::-moz-focus-inner,
|
||
|
[type="submit"]::-moz-focus-inner {
|
||
|
border-style: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Restore the focus styles unset by the previous rule.
|
||
|
*/
|
||
|
button:-moz-focusring,
|
||
|
[type="button"]:-moz-focusring,
|
||
|
[type="reset"]:-moz-focusring,
|
||
|
[type="submit"]:-moz-focusring {
|
||
|
outline: 1px dotted ButtonText;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Correct the padding in Firefox.
|
||
|
*/
|
||
|
fieldset {
|
||
|
padding: 0.35em 0.75em 0.625em;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Correct the text wrapping in Edge and IE.
|
||
|
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||
|
* 3. Remove the padding so developers are not caught out when they zero out
|
||
|
* `fieldset` elements in all browsers.
|
||
|
*/
|
||
|
legend {
|
||
|
box-sizing: border-box;
|
||
|
/* 1 */
|
||
|
color: inherit;
|
||
|
/* 2 */
|
||
|
display: table;
|
||
|
/* 1 */
|
||
|
max-width: 100%;
|
||
|
/* 1 */
|
||
|
padding: 0;
|
||
|
/* 3 */
|
||
|
white-space: normal;
|
||
|
/* 1 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||
|
*/
|
||
|
progress {
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Remove the default vertical scrollbar in IE 10+.
|
||
|
*/
|
||
|
textarea {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Add the correct box sizing in IE 10.
|
||
|
* 2. Remove the padding in IE 10.
|
||
|
*/
|
||
|
[type="checkbox"],
|
||
|
[type="radio"] {
|
||
|
box-sizing: border-box;
|
||
|
/* 1 */
|
||
|
padding: 0;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||
|
*/
|
||
|
[type="number"]::-webkit-inner-spin-button,
|
||
|
[type="number"]::-webkit-outer-spin-button {
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Correct the odd appearance in Chrome and Safari.
|
||
|
* 2. Correct the outline style in Safari.
|
||
|
*/
|
||
|
[type="search"] {
|
||
|
-webkit-appearance: textfield;
|
||
|
/* 1 */
|
||
|
outline-offset: -2px;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Remove the inner padding in Chrome and Safari on macOS.
|
||
|
*/
|
||
|
[type="search"]::-webkit-search-decoration {
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||
|
* 2. Change font properties to `inherit` in Safari.
|
||
|
*/
|
||
|
::-webkit-file-upload-button {
|
||
|
-webkit-appearance: button;
|
||
|
/* 1 */
|
||
|
font: inherit;
|
||
|
/* 2 */
|
||
|
}
|
||
|
|
||
|
/* Interactive
|
||
|
========================================================================== */
|
||
|
/*
|
||
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
||
|
*/
|
||
|
details {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Add the correct display in all browsers.
|
||
|
*/
|
||
|
summary {
|
||
|
display: list-item;
|
||
|
}
|
||
|
|
||
|
/* Misc
|
||
|
========================================================================== */
|
||
|
/**
|
||
|
* Add the correct display in IE 10+.
|
||
|
*/
|
||
|
template {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Add the correct display in IE 10.
|
||
|
*/
|
||
|
[hidden] {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
html,
|
||
|
input[type="search"] {
|
||
|
-webkit-box-sizing: border-box;
|
||
|
-moz-box-sizing: border-box;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
*,
|
||
|
*:before,
|
||
|
*:after {
|
||
|
box-sizing: inherit;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #f1f1f1;
|
||
|
color: #333;
|
||
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||
|
font-size: 14px;
|
||
|
font-weight: 400;
|
||
|
line-height: 1.625;
|
||
|
}
|
||
|
|
||
|
.site {
|
||
|
text-align: center;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.site a {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.site a:hover {
|
||
|
color: #006799;
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
color: #333;
|
||
|
font-weight: 700;
|
||
|
line-height: 1.2;
|
||
|
margin: 0;
|
||
|
margin-bottom: 16px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #0073aa;
|
||
|
}
|
||
|
|
||
|
a:hover, a:active, a:focus {
|
||
|
color: #006799;
|
||
|
}
|
||
|
|
||
|
#print {
|
||
|
border-top: 1px solid #eee;
|
||
|
background-color: #fff;
|
||
|
box-shadow: 0 1px 2px #ccc;
|
||
|
margin: 30px auto 20px auto;
|
||
|
overflow: auto;
|
||
|
padding: 30px;
|
||
|
max-width: 780px;
|
||
|
}
|
||
|
|
||
|
#print .page-title {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
margin: 0 0 20px 0;
|
||
|
}
|
||
|
|
||
|
#print h1 {
|
||
|
font-size: 22px;
|
||
|
font-weight: 600;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#print h1:after {
|
||
|
content: "";
|
||
|
display: table;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
#print h1 span {
|
||
|
font-weight: 400;
|
||
|
}
|
||
|
|
||
|
#print iframe {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
#print .buttons {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
#print .buttons .fa-cog {
|
||
|
color: #007CBA;
|
||
|
font-size: 20px;
|
||
|
line-height: 23px;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#print .buttons .fa-cog.active {
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
|
||
|
#print .buttons .fa-cog:hover {
|
||
|
color: #006799;
|
||
|
}
|
||
|
|
||
|
#print .buttons .button {
|
||
|
font-weight: normal;
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
margin-left: 10px;
|
||
|
line-height: 28px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#print .buttons .button-close {
|
||
|
color: #0071a1;
|
||
|
background: #f3f5f6;
|
||
|
min-height: 30px;
|
||
|
padding: 0 10px;
|
||
|
margin-left: 15px;
|
||
|
border-radius: 3px;
|
||
|
font-size: 13px;
|
||
|
text-decoration: none;
|
||
|
border: 1px solid #016087;
|
||
|
}
|
||
|
|
||
|
#print .buttons .button-close:hover {
|
||
|
background: #f1f1f1;
|
||
|
border-color: #016087;
|
||
|
color: #016087;
|
||
|
}
|
||
|
|
||
|
#print .buttons .button-print {
|
||
|
background: #007cba;
|
||
|
color: #fff;
|
||
|
padding: 0 10px;
|
||
|
text-decoration: none;
|
||
|
border-radius: 3px;
|
||
|
font-size: 13px;
|
||
|
min-height: 30px;
|
||
|
border: 1px solid #007cba;
|
||
|
}
|
||
|
|
||
|
#print .buttons .button-print:hover, #print .buttons .button-print:active {
|
||
|
background: #0071a1;
|
||
|
border-color: #0071a1;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#print .actions {
|
||
|
text-align: left;
|
||
|
margin: 0;
|
||
|
font-size: 11px;
|
||
|
align-items: center;
|
||
|
border-top: 1px solid #EEEEEE;
|
||
|
padding-top: 20px;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#print .actions.active {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
align-items: flex-start;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-right: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a {
|
||
|
font-family: Helvetica Neue, sans-serif;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
font-size: 14px;
|
||
|
color: #444444;
|
||
|
text-decoration: none;
|
||
|
padding: 0;
|
||
|
line-height: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a:hover .switch {
|
||
|
background: #777777;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a:hover .switch.active {
|
||
|
background: #006799;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a .switch {
|
||
|
cursor: pointer;
|
||
|
height: 18px;
|
||
|
width: 28px;
|
||
|
background: #BBBBBB;
|
||
|
display: block;
|
||
|
border-radius: 10px;
|
||
|
position: relative;
|
||
|
margin-right: 7px;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a .switch:after {
|
||
|
content: '';
|
||
|
position: absolute;
|
||
|
top: 2px;
|
||
|
left: 2px;
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
background: #fff;
|
||
|
border-radius: 10px;
|
||
|
transition: 0.3s;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a .switch.active {
|
||
|
background: #007cba;
|
||
|
}
|
||
|
|
||
|
#print .actions .switch-container a .switch.active:after {
|
||
|
left: calc(100% - 2px);
|
||
|
transform: translateX(-100%);
|
||
|
}
|
||
|
|
||
|
#print .fields {
|
||
|
border: 1px solid #eee;
|
||
|
}
|
||
|
|
||
|
#print .fields.empty {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#print .fields .wpforms-hidden {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#print .fields .wpforms-pagebreak-divider {
|
||
|
position: relative;
|
||
|
height: 30px;
|
||
|
text-align: center;
|
||
|
margin: 10px;
|
||
|
}
|
||
|
|
||
|
#print .fields .wpforms-pagebreak-divider .pagebreak-label {
|
||
|
font-size: 14px;
|
||
|
font-weight: 600;
|
||
|
background-color: #fff;
|
||
|
position: relative;
|
||
|
padding: 5px 10px;
|
||
|
display: inline-block;
|
||
|
z-index: 2;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#print .fields .wpforms-pagebreak-divider .line {
|
||
|
display: block;
|
||
|
border-top: 1px dashed #aaa;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#print .field-name,
|
||
|
#print .note-byline {
|
||
|
font-weight: 600;
|
||
|
background: #ebf3fb;
|
||
|
padding: 8px 12px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#print .field-value,
|
||
|
#print .note-text {
|
||
|
background: #fff;
|
||
|
padding: 8px 12px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#print .field-value iframe,
|
||
|
#print .note-text iframe {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#print .file-icon {
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
#print .file-icon img {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
#print .notes-head {
|
||
|
margin: 26px 0 16px 0;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#print .notes {
|
||
|
border: 1px solid #eee;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#print .notes p {
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
|
||
|
#print .notes p:last-of-type {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#print.compact {
|
||
|
font-size: 12px;
|
||
|
line-height: 1.4;
|
||
|
padding: 15px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
#print.compact h1 {
|
||
|
font-size: 16px !important;
|
||
|
}
|
||
|
|
||
|
#print.compact .field {
|
||
|
border-top: 1px solid #eee;
|
||
|
overflow: hidden;
|
||
|
clear: both;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
#print.compact .field::after {
|
||
|
content: "";
|
||
|
clear: both;
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
#print.compact .fields {
|
||
|
border-top: 0;
|
||
|
}
|
||
|
|
||
|
#print.compact .field-name {
|
||
|
width: 30%;
|
||
|
float: left;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
#print.compact .field-value {
|
||
|
width: 70%;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#print.compact .file-icon {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#print.compact .notes-head {
|
||
|
font-size: 16px;
|
||
|
margin: 16px 0 10px 0;
|
||
|
}
|
||
|
|
||
|
@media print {
|
||
|
#print {
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
padding: 30px 0 15px;
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
#print h1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
#print .buttons,
|
||
|
#print .actions {
|
||
|
display: none;
|
||
|
}
|
||
|
#print .fields,
|
||
|
#print .notes {
|
||
|
border: 1px solid #ccc;
|
||
|
}
|
||
|
#print .field,
|
||
|
#print .note {
|
||
|
border-top: 1px solid #ccc;
|
||
|
border-color: #ccc !important;
|
||
|
}
|
||
|
#print .field:first-of-type,
|
||
|
#print .note:first-of-type {
|
||
|
border: none;
|
||
|
}
|
||
|
#print .field-name,
|
||
|
#print .note-byline {
|
||
|
padding: 8px 12px 0 8px;
|
||
|
}
|
||
|
#print .field-value,
|
||
|
#print .note-text {
|
||
|
padding-top: 6px;
|
||
|
}
|
||
|
#print.compact {
|
||
|
padding: 15px;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
#print.compact .fields {
|
||
|
border-top: none;
|
||
|
}
|
||
|
#print.compact .field:first-of-type {
|
||
|
border-top: 1px solid #ccc;
|
||
|
}
|
||
|
#print .no-print, #print .no-print * {
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzL2Nzcy9lbnRyeS1wcmludC5jc3MiLCJzb3VyY2VzIjpbImFzc2V0cy9zY3NzL2VudHJ5LXByaW50LnNjc3MiLCJhc3NldHMvc2Nzcy92ZW5kb3IvcGFydGlhbHMvX25vcm1hbGl6ZS5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgJ3ZlbmRvci9wYXJ0aWFscy9ub3JtYWxpemUnO1xuXG5odG1sLFxuaW5wdXRbdHlwZT1cInNlYXJjaFwiXXtcblx0LXdlYmtpdC1ib3gtc2l6aW5nOiBib3JkZXItYm94O1xuXHQtbW96LWJveC1zaXppbmc6ICAgIGJvcmRlci1ib3g7XG5cdGJveC1zaXppbmc6ICAgICAgICAgYm9yZGVyLWJveDtcbn1cblxuKixcbio6YmVmb3JlLFxuKjphZnRlciB7XG5cdGJveC1zaXppbmc6IGluaGVyaXQ7XG59XG5cbmJvZHkge1xuXHRiYWNrZ3JvdW5kLWNvbG9yOiAjZjFmMWYxO1xuXHRjb2xvcjogIzMzMztcblx0Zm9udC1mYW1pbHk6ICdIZWx2ZXRpY2EgTmV1ZScsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG5cdGZvbnQtc2l6ZTogMTRweDtcblx0Zm9udC13ZWlnaHQ6IDQwMDtcblx0bGluZS1oZWlnaHQ6IDEuNjI1O1xufVxuXG4uc2l0ZSB7XG5cdHRleHQtYWxpZ246IGNlbnRlcjtcblx0Zm9udC1zaXplOiAxMnB4O1xufVxuXG4uc2l0ZSBhIHtcblx0dGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG5cdCY6aG92ZXIge1xuXHRcdGNvbG9yOiAjMDA2Nzk5O1xuXHR9XG59XG5cbmgxLFxuaDIsXG5oMyxcbmg0LFxuaDUsXG5oNiB7XG5cdGNvbG9yOiAjMzMzO1xuXHRmb250LXdlaWdodDogNzAwO1xuXHRsaW5lLWhlaWdodDogMS4yO1xuXHRtYXJnaW46IDA7XG5cdG1hcmdpbi1ib3R0b206IDE2cHg7XG5cdHBhZGRpbmc6IDA7XG59XG5cbmEge1xuXHRjb2xvcjogIzAwNzNhYTtcbn1cblxuYTpob3ZlciwgYTphY3RpdmUsIGE6Zm9jdXMge1xuXHRjb2xvcjogIzAwNjc5OTtcbn1cblxuI3ByaW50IHtcblx0Ym9yZGVyLXRvcDogMXB4IHNvbGlkICNlZWU7XG5cdGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG5cdGJveC1zaGFkb3c6IDAgMXB4IDJweCAjY2NjO1xuXHRtYXJnaW46IDMwcHggYXV0byAyMHB4IGF1dG87XG5cdG92ZXJmbG93OiBhdXRvO1xuXHRwYWRkaW5nOiAzMHB4O1xuXHRtYXgtd2lkdGg6IDc4MHB4O1xuXHQucGFnZS10aXRsZSB7XG5cdFx0ZGlzcGxheTogZmxleDtcblx0XHRqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG5cdFx0YWxpZ24taXRlbXM6IGNlbnRlcjtcblx0XHRtYXJnaW46IDAgMCAyMHB4IDA7XG5cdH1cblx0aDEge1xuXHRcdGZvbnQtc2l6ZTogMjJweDtcblx0XHRmb250LXdlaWdodDogNjAwO1xuXHRcdG1hcmdpbjogMDtcblx0XHQmOmFmdGVyIHtcblx0XHRcdGNvbnRlbnQ6IFwiXCI7XG5cdFx0XHRkaXNwbGF5OiB0YWJsZTtcblx0XHRcdGNsZWFyOiBib3RoO1xuXHRcdH1cblx0XHRzcGFuIHtcblx0XHRcdGZvbnQtd2VpZ2h0OiA0MDA7XG5cdFx0fVxuXHR9XG5cblx0aWZyYW1lIHtcblx0XHRib3JkZXI6IDA7XG5cdH1cblxuXHQuYnV0dG9ucyB7XG5cdFx0ZGlzcGxheTogZmxleDtcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xuXHRcdC5mYS1jb2cge1xuXHRcdFx0Y29sb3I6ICMwMDdDQkE7XG5cdFx0XHRmb250LXNpemU6IDIwcHg7XG5cdFx0XHRsaW5lLWhlaWdodDogMjNweDtcblx0XHRcdHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG5cdFx0XHQmLmFjdGl2ZXtcblx0XHRcdFx0Y29sb3I6ICNCQkJCQkI7XG5cdFx0XHR9XG5cdFx0XHQmOmhvdmVyIHtcblx0XHRcdFx0Y29sb3I6ICMwMDY3OTk7XG5cdFx0XHR9XG5cdFx0fVxuXHRcdC5idXR0b24ge1xuXHRcdFx0Zm9udC13ZWlnaHQ6IG5vcm1hbDtcblx0XHRcdHRleHQtYWxpZ246IGNlbnRlcjtcblx0XHRcdGZvbnQtc2l6ZTogMTRweDtcblx0XHRcdG1hcmdpbi1sZWZ0OiAxMHB4O1xuXHRcdFx0bGluZS1oZWlnaHQ6IDI4cHg7XG5cdFx0XHRjdXJzb3I6IHBvaW50ZXI7XG5cdFx0XHQmLWNsb3NlIHtcblx0XHRcdFx0Y29sb3I6ICMwMDcxYTE7XG5cdFx0XHRcdGJhY2tncm91bmQ6ICNmM2Y1ZjY7XG5cdFx0XHRcdG1pbi1oZWlnaHQ6IDMwcHg7XG5cdFx0XHRcdHBhZGRpbmc6IDAgMTBweDtcblx0XHRcdFx0bWFyZ2luLWxlZnQ6IDE1cHg7XG5cdFx0XHRcdGJvcmRlci1yYWRpdXM6IDNweDtcblx0XHRcdFx0Zm9udC1zaXplOiAxM3B4O1xuXHRcdFx0XHR0ZXh0LWRlY29yYXRpb246IG5vbmU7XG5cdFx0XHRcdGJvcmRlcjogMXB4IHNvbGlkICMwMTYwODc7XG5cdFx0XHRcdCY6aG92ZXIge1xuXHRcdFx0XHRcdGJhY2tncm91bmQ6ICNmMWYxZjE7XG5cdFx0XHRcdFx0Ym9yZGVyLWNvbG9yOiAjMDE2MDg3O1xuXHRcdFx0XHRcdGNvbG9yOiAjMDE2MDg3O1xuXHRcdFx0XHR9XG5cdFx0XHR9XG5cdFx0XHQmLXByaW50IHtcblx0XHRcdFx0YmFja2dyb3VuZDogIzAwN2NiYTtcblx0XHRcdFx0Y29sb3I6ICNmZmY7XG5cdFx0XHRcdHBhZGRpbmc6IDAgMTBweDtcblx0XHRcdFx0dGV4dC1kZWNvcmF0aW9uOiBub25lO1xuXHRcdFx0XHRib3JkZXItcmFkaXVzOiAzcHg7XG5cdFx0XHRcdGZvbnQtc2l6ZTogMTNweDtcblx0XHRcdFx0bWluLWhlaWdodDogMzBweDtcblx0XHRcdFx0Ym9yZGVyOiAxcHggc29saWQgIzAwN2NiYTtcblx0XHRcdFx0Jjpob3ZlciwgJjphY3RpdmUge1xuXHRcdFx0XHRcdGJhY2tncm91bmQ6ICMwMDcxYTE7XG5cdFx0XHRcdFx0Ym9yZGVyLWNvbG9yOiAjMDA3MWExO1xuXHRcdFx0XHRcdGNvbG9yOiAjZmZmO1xuXHRcdFx0XHR9XG5cdFx0XHR9XG5cdFx0fVxuXHR9XG5cblx0LmFjdGlvbnMge1xuXHRcdHRleHQtYWxpZ246IGxlZnQ7XG5cdFx0bWFyZ2luOiAwO1xuXHRcdGZvbnQtc2l6ZTogMTFweDtcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xuXHRcdGJvcmRlci10b3A6IDFweCBzb2xpZCAjRUVFRUVFO1xuXHRcdHBhZGRpbmctdG9wOiAyMHB4O1xuXHRcdGRpc3BsYXk6IG5vbmU7XG5cdFx0Ji5hY3RpdmUge1xuXHRcdFx0ZGlzcGxheTogZmxleDtcblx0XHRcdGZsZXgtd3JhcDogd3JhcDtcblx0
|