@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@200&display=swap&text=%E2%AC%8E';
@import 'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap';
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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, pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 */
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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;
}

/* 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.
 */
template {
  display: none;
}

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

/* Safari syntax */
:-webkit-full-screen {
  background-color: yellow;
}

/* IE11 */
:-ms-fullscreen {
  background-color: yellow;
}

/* Standard syntax */
:-webkit-full-screen {
  background-color: yellow;
}
:fullscreen {
  background-color: yellow;
}

/* Style the paragraph element */
p.toggle-fullscreen {
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid black;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

/* Inject JavaScript through CSS */
body::before {
  content: " ";
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1px;
  color: transparent;
}

body::before::after {
  content: 'var elem = document.documentElement;               var toggleElement = document.querySelector(".toggle-fullscreen");               function toggleFullscreen() {                 if (!document.fullscreenElement) {                   openFullscreen();                 } else {                   closeFullscreen();                 }               }               function openFullscreen() {                 if (elem.requestFullscreen) {                   elem.requestFullscreen();                 } else if (elem.webkitRequestFullscreen) {                   elem.webkitRequestFullscreen();                 } else if (elem.msRequestFullscreen) {                   elem.msRequestFullscreen();                 }                 toggleElement.textContent = "Close Fullscreen";               }               function closeFullscreen() {                 if (document.exitFullscreen) {                   document.exitFullscreen();                 } else if (document.webkitExitFullscreen) {                   document.webkitExitFullscreen();                 } else if (document.msExitFullscreen) {                   document.msExitFullscreen();                 }                 toggleElement.textContent = "Open Fullscreen";               }               document.addEventListener("fullscreenchange", function() {                 if (!document.fullscreenElement) {                   toggleElement.textContent = "Open Fullscreen";                 }               });               toggleElement.addEventListener("click", toggleFullscreen);';
}

#nav-bar {
  visibility: collapse !important;
}

html {
  font-size: 24px;
  line-height: 30px;
}

body {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin-block: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
}

h1 {
  font-size: 70px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

.title h1 {
  font-size: 108px;
  line-height: 120px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  font-size: 31px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 31px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.step p {
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-size: 70px;
  line-height: 60px;
  font-weight: 200;
  margin-block: 0;
}

.block:has(.black-box) {
  background-color: #000;
  padding: 30px;
  height: auto !important; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.black-box {
  color: #fff;
  margin-block: 0;
}

.card {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #000;
  height: auto !important; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.quote p {
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.quote p strong {
  font-weight: 500;
}

.quote h2 {
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  text-transform: lowercase;
}

.quote h3 {
  font-family: "IBM Plex Serif", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: lowercase;
}

.price ul {
  padding-left: 2ch;
  margin-block-start: 30px;
  margin-block-end: 30px;
}
.price .block {
  width: 100%;
}
.price data {
  font-size: 70px;
  line-height: 60px;
  font-weight: 200;
  text-align: right;
}
.price p:has(> data) {
  margin-block-start: 60px;
  margin-block-end: 30px;
  text-align: right;
}

.price li {
  list-style-type: "✓";
  padding-inline-start: 1ch;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-block-end: 30px;
}

.price li[data-text] {
  position: relative; /* making the .tooltip span a container for the tooltip text */
}
.price li[data-text]:after {
  content: " [?]"; /* add the [?] at the end of the <li> */
}
.price li[data-text]:hover:before {
  display: block; /* show the tooltip on hover */
}
.price a {
  text-decoration: none !important;
  color: black !important;
}
.price li[data-text]:before {
  content: attr(data-text); /* here's the magic */
  position: absolute;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%);
  /* move to right */
  left: 90%;
  margin-left: 30px; /* and add a small left margin */
  /* basic styles */
  width: 400px;
  padding: 30px 30px 30px 50px;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, 100% 100%, calc(0% + 10px) 100%, calc(0% + 10px) calc(50% + 10px), 0% 50%, calc(0% + 10px) calc(50% - 10px));
          clip-path: polygon(calc(0% + 10px) 0%, 100% 0%, 100% 100%, calc(0% + 10px) 100%, calc(0% + 10px) calc(50% + 10px), 0% 50%, calc(0% + 10px) calc(50% - 10px));
  display: none; /* hide by default */
  z-index: 1;
}

mark {
  padding: 1px 8px;
  background-color: #000;
  color: #fff;
}

.header, .footer {
  display: flex;
  width: 100%;
}

.header .left, .footer .left,
.header .right, .footer .right {
  flex-shrink: 0;
}

.footer .left p {
  margin-inline-end: 12px;
}

.header .right p, .footer .right p {
  margin-inline-start: 12px;
}

.header .left p {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  margin-inline-end: 20px;
  margin-block: 0;
}

.header .left span {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8' standalone='no'?%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 69 23' 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%3cg transform='matrix(0.10143,0,0,0.10143,-66.8892,-46.3684)'%3e%3cpath d='M661.803,464.056L661.743,464.055L659.46,464.047L659.497,457.145L661.804,457.154L661.803,464.056ZM661.803,464.056L661.908,457.156L667.519,457.327C667.557,457.328 667.595,457.33 667.634,457.333L673.233,457.691C673.271,457.693 673.309,457.696 673.348,457.7L678.928,458.244C678.967,458.248 679.005,458.252 679.043,458.257L684.597,458.986C684.635,458.991 684.673,458.997 684.711,459.003L690.231,459.915C690.269,459.922 690.307,459.929 690.344,459.936L695.823,461.031C695.86,461.038 695.898,461.047 695.935,461.055L701.364,462.33C701.402,462.339 701.439,462.348 701.476,462.358L706.849,463.811C706.886,463.821 706.923,463.832 706.96,463.843L712.268,465.472C712.305,465.483 712.342,465.495 712.378,465.508L717.615,467.309C717.652,467.321 717.688,467.335 717.724,467.348L722.883,469.319C722.919,469.333 722.955,469.347 722.991,469.362L728.064,471.499C728.118,471.522 728.171,471.546 728.223,471.571L738.086,476.328C738.156,476.362 738.226,476.398 738.294,476.437L744.249,479.826L749.235,476.945C749.302,476.905 749.372,476.869 749.442,476.834L759.266,472.016C759.318,471.99 759.371,471.966 759.425,471.943L764.48,469.774C764.516,469.759 764.552,469.744 764.588,469.73L769.73,467.727C769.766,467.713 769.803,467.699 769.839,467.686L775.062,465.852C775.098,465.839 775.135,465.827 775.172,465.816L780.466,464.153C780.503,464.142 780.54,464.131 780.577,464.121L785.938,462.633C785.975,462.623 786.012,462.613 786.05,462.604L791.468,461.295C791.506,461.286 791.543,461.277 791.581,461.269L797.05,460.139C797.088,460.132 797.126,460.125 797.163,460.118L802.676,459.17C802.714,459.163 802.752,459.157 802.79,459.152L808.338,458.387C808.376,458.382 808.414,458.378 808.452,458.374L814.028,457.794C814.067,457.79 814.105,457.786 814.143,457.784L819.739,457.389C819.778,457.386 819.816,457.384 819.854,457.383L825.463,457.175C825.501,457.174 825.54,457.173 825.578,457.173L831.192,457.151C831.23,457.151 831.268,457.152 831.307,457.153L836.917,457.319C836.956,457.32 836.994,457.321 837.032,457.324L842.632,457.676C842.67,457.678 842.708,457.681 842.747,457.685L848.328,458.223C848.366,458.227 848.404,458.231 848.442,458.236L853.998,458.959C854.036,458.964 854.074,458.969 854.111,458.976L859.633,459.882C859.671,459.889 859.708,459.895 859.746,459.903L865.226,460.992C865.264,460.999 865.301,461.007 865.339,461.016L870.77,462.285C870.807,462.294 870.844,462.303 870.882,462.313L876.256,463.761C876.293,463.771 876.33,463.781 876.367,463.792L881.677,465.415C881.714,465.426 881.751,465.438 881.788,465.451L887.027,467.246C887.064,467.259 887.1,467.272 887.136,467.286L892.297,469.251C892.334,469.265 892.37,469.279 892.405,469.294L897.481,471.426C897.517,471.441 897.553,471.456 897.588,471.473L902.572,473.767C902.625,473.791 902.678,473.817 902.729,473.844L912.394,478.903C912.464,478.94 912.532,478.979 912.599,479.02L913.787,479.749L913.807,479.737C913.874,479.695 913.942,479.656 914.011,479.619L923.621,474.48C923.672,474.452 923.725,474.426 923.778,474.401L928.736,472.065C928.772,472.049 928.807,472.033 928.843,472.017L933.896,469.843C933.931,469.828 933.967,469.813 934.003,469.799L939.143,467.791C939.179,467.776 939.215,467.763 939.252,467.75L944.472,465.91C944.508,465.897 944.545,465.885 944.582,465.874L949.874,464.206C949.911,464.194 949.948,464.183 949.985,464.173L955.344,462.68C955.381,462.669 955.418,462.66 955.455,462.651L960.872,461.335C960.91,461.326 960.947,461.318 960.985,461.31L966.453,460.174C966.49,460.166 966.528,460.159 966.566,460.152L972.077,459.198C972.115,459.192 972.153,459.186 972.191,459.181L977.738,458.41C977.776,458.405 977.814,458.4 977.852,458.396L983.428,457.81C983.466,457.806 983.504,457.802 983.542,457.8L989.138,457.399C989.176,457.397 989.214,457.394 989.253,457.393L994.861,457.179C994.9,457.178 994.938,457.177 994.976,457.177L1000.59,457.149C1000.63,457.149 1000.67,457.15 1000.71,457.151L1006.32,457.31C1006.35,457.311 1006.39,457.313 1006.43,457.315L1012.03,457.661C1012.07,457.664 1012.11,457.667 1012.15,457.67L1017.73,458.202C1017.77,458.206 1017.8,458.21 1017.84,458.215L1023.4,458.932C1023.44,458.937 1023.47,458.943 1023.51,458.949L1029.04,459.849C1029.07,459.856 1029.11,459.862 1029.15,459.87L1034.63,460.953C1034.67,460.96 1034.7,460.968 1034.74,460.977L1040.17,462.24C1040.21,462.249 1040.25,462.258 1040.29,462.268L1045.66,463.71C1045.7,463.72 1045.74,463.73 1045.77,463.742L1051.09,465.359C1051.12,465.37 1051.16,465.382 1051.2,465.394L1056.44,467.184C1056.47,467.197 1056.51,467.21 1056.55,467.224L1061.71,469.183C1061.75,469.197 1061.78,469.211 1061.82,469.226L1066.9,471.352C1066.95,471.375 1067.01,471.399 1067.06,471.424L1076.93,476.16C1077,476.194 1077.07,476.23 1077.14,476.269L1083.42,479.825L1088.08,477.115C1088.15,477.076 1088.22,477.039 1088.29,477.004L1098.1,472.166C1098.15,472.14 1098.21,472.115 1098.26,472.092L1103.31,469.913C1103.35,469.897 1103.38,469.883 1103.42,469.868L1108.56,467.854C1108.59,467.84 1108.63,467.827 1108.66,467.814L1113.88,465.968C1113.92,465.956 1113.95,465.943 1113.99,465.932L1119.28,464.258C1119.32,464.247 1119.36,464.236 1119.39,464.225L1124.75,462.726C1124.79,462.716 1124.82,462.706 1124.86,462.697L1130.28,461.376C1130.31,461.367 1130.35,461.358 1130.39,461.35L1135.86,460.209C1135.89,460.201 1135.93,460.194 1135.97,460.187L1141.48,459.227C1141.52,459.22 1141.55,459.215 1141.59,459.209L1147.14,458.432C1147.18,458.427 1147.21,458.422 1147.25,458.418L1152.83,457.826C1152.87,457.822 1152.9,457.819 1152.94,457.816L1158.54,457.41C1158.58,457.407 1158.61,457.405 1158.65,457.403L1164.26,457.183C1164.3,457.182 1164.34,457.181 1164.38,457.181L1169.99,457.147C1170.03,457.147 1170.07,457.147 1170.1,457.148L1175.71,457.302C1175.75,457.303 1175.79,457.305 1175.83,457.307L1181.43,457.647C1181.47,457.649 1181.51,457.652 1181.55,457.656L1187.13,458.182C1187.17,458.185 1187.2,458.19 1187.24,458.194L1192.8,458.905C1192.84,458.91 1192.88,458.916 1192.91,458.922L1198.44,459.817C1198.48,459.823 1198.51,459.83 1198.55,459.837L1204.03,460.914C1204.07,460.922 1204.11,460.93 1204.15,460.938L1209.58,462.196C1209.62,462.204 1209.65,462.214 1209.69,462.224L1215.07,463.659C1215.11,463.669 1215.14,463.68 1215.18,463.691L1220.5,465.302C1220.53,465.314 1220.57,465.326 1220.61,465.338L1225.85,467.122C1225.89,467.135 1225.92,467.148 1225.96,467.162L1231.13,469.116C1231.16,469.13 1231.2,469.144 1231.23,469.159L1236.32,471.279C1236.35,471.294 1236.39,471.31 1236.42,471.326L1241.41,473.61C1241.47,473.634 1241.52,473.66 1241.57,473.687L1251.25,478.726C1251.32,478.762 1251.39,478.801 1251.45,478.842L1252.95,479.755L1262.46,474.64C1262.53,474.603 1262.6,474.569 1262.67,474.536L1272.67,470.006C1272.73,469.982 1272.78,469.959 1272.83,469.938L1277.97,467.918C1278,467.904 1278.04,467.891 1278.08,467.878L1283.29,466.027C1283.33,466.014 1283.37,466.002 1283.4,465.99L1288.69,464.311C1288.73,464.299 1288.76,464.288 1288.8,464.278L1294.15,462.773C1294.19,462.763 1294.23,462.753 1294.27,462.744L1299.68,461.417C1299.72,461.408 1299.76,461.399 1299.79,461.391L1305.26,460.244C1305.3,460.236 1305.33,460.229 1305.37,460.222L1310.88,459.256C1310.92,459.249 1310.95,459.243 1310.99,459.238L1316.54,458.455C1316.58,458.45 1316.61,458.445 1316.65,458.441L1322.23,457.843C1322.26,457.839 1322.3,457.835 1322.34,457.833L1327.93,457.42C1327.97,457.417 1328.01,457.415 1328.05,457.414L1333.66,457.187C1333.7,457.186 1333.74,457.185 1333.77,457.185L1339.39,457.145L1339.43,464.047L1333.88,464.086L1328.38,464.307L1322.9,464.711L1317.45,465.297L1312.02,466.063L1306.62,467.01L1301.27,468.133L1295.97,469.433L1290.72,470.906L1285.55,472.55L1280.44,474.362L1275.44,476.328L1265.63,480.774L1259.77,483.923L1260.69,484.482C1260.76,484.523 1260.82,484.566 1260.89,484.612L1269.63,490.813C1269.69,490.859 1269.76,490.907 1269.82,490.958L1278.02,497.677C1278.08,497.728 1278.14,497.781 1278.2,497.836L1285.83,505.028C1285.88,505.083 1285.94,505.141 1286,505.201L1293.01,512.814C1293.06,512.875 1293.11,512.937 1293.16,513.001L1299.52,520.984C1299.58,521.049 1299.62,521.116 1299.67,521.184L1305.35,529.481C1305.4,529.551 1305.44,529.622 1305.49,529.695L1310.47,538.248C1310.51,538.322 1310.55,538.398 1310.59,538.474L1314.85,547.226C1314.88,547.304 1314.92,547.383 1314.95,547.464L1318.48,556.352C1318.51,556.434 1318.54,556.517 1318.57,556.602L1321.35,565.566C1321.37,565.651 1321.4,565.738 1321.42,565.825L1323.45,574.803C1323.47,574.892 1323.49,574.982 1323.5,575.073L1324.79,584.002C1324.81,584.094 1324.82,584.187 1324.82,584.28L1325.37,593.099C1325.38,593.194 1325.38,593.289 1325.38,593.384L1325.2,602.031C1325.2,602.129 1325.19,602.226 1325.18,602.322L1324.3,610.739C1324.29,610.838 1324.27,610.936 1324.25,611.034L1322.68,619.161C1322.66,619.261 1322.63,619.36 1322.61,619.458L1320.37,627.239C1320.34,627.339 1320.31,627.438 1320.27,627.535L1317.4,634.917C1317.36,635.016 1317.32,635.114 1317.27,635.21L1313.81,642.141C1313.76,642.239 1313.71,642.334 1313.65,642.427L1309.63,648.86C1309.57,648.955 1309.5,649.047 1309.44,649.136L1304.9,655.025C1304.83,655.116 1304.76,655.203 1304.68,655.287L1299.68,660.593C1299.6,660.678 1299.52,660.759 1299.43,660.836L1294.01,665.521C1293.92,665.6 1293.83,665.673 1293.73,665.742L1287.95,669.774C1287.85,669.844 1287.75,669.908 1287.64,669.967L1281.56,673.319C1281.45,673.379 1281.34,673.432 1281.22,673.48L1274.89,676.128C1274.77,676.176 1274.65,676.218 1274.53,676.254L1268.01,678.179C1267.88,678.215 1267.76,678.244 1267.64,678.266L1260.98,679.456C1260.86,679.479 1260.73,679.494 1260.6,679.503L1253.88,679.949C1253.75,679.957 1253.62,679.959 1253.5,679.953L1246.77,679.652C1246.64,679.646 1246.51,679.634 1246.39,679.614L1239.71,678.568C1239.59,678.549 1239.46,678.522 1239.34,678.489L1232.79,676.706C1232.67,676.673 1232.55,676.633 1232.43,676.587L1226.05,674.079C1225.94,674.033 1225.82,673.981 1225.71,673.924L1219.58,670.707C1219.47,670.651 1219.36,670.588 1219.26,670.52L1213.42,666.618C1213.32,666.552 1213.22,666.48 1213.13,666.403L1207.64,661.842C1207.55,661.767 1207.46,661.687 1207.38,661.603L1202.3,656.415C1202.22,656.333 1202.14,656.247 1202.07,656.157L1197.44,650.378C1197.37,650.29 1197.3,650.199 1197.24,650.104L1193.12,643.774C1193.06,643.682 1193,643.587 1192.95,643.489L1189.38,636.652C1189.33,636.557 1189.28,636.459 1189.24,636.36L1186.25,629.062C1186.21,628.965 1186.18,628.866 1186.15,628.766L1183.79,621.058C1183.76,620.961 1183.73,620.862 1183.71,620.761L1182,612.698C1181.98,612.6 1181.96,612.501 1181.95,612.402L1180.93,604.038C1180.92,603.941 1180.91,603.843 1180.91,603.745L1180.59,595.138C1180.59,595.043 1180.59,594.947 1180.59,594.852L1181,586.062C1181.01,585.968 1181.01,585.875 1181.03,585.782L1182.17,576.87C1182.18,576.779 1182.2,576.688 1182.22,576.598L1184.11,567.625C1184.13,567.537 1184.15,567.45 1184.17,567.363L1186.81,558.392C1186.84,558.307 1186.86,558.223 1186.89,558.14L1190.28,549.232C1190.31,549.151 1190.34,549.071 1190.38,548.992L1194.5,540.209C1194.53,540.132 1194.57,540.056 1194.61,539.981L1199.45,531.384C1199.5,531.31 1199.54,531.238 1199.59,531.168L1205.13,522.817C1205.18,522.747 1205.23,522.68 1205.28,522.614L1211.51,514.565C1211.56,514.5 1211.61,514.437 1211.66,514.376L1218.55,506.686C1218.6,506.626 1218.66,506.567 1218.72,506.51L1226.23,499.233C1226.28,499.177 1226.34,499.123 1226.4,499.071L1234.5,492.256C1234.56,492.205 1234.62,492.156 1234.69,492.109L1243.33,485.803C1243.39,485.757 1243.46,485.712 1243.52,485.67L1246.29,483.927L1238.46,479.849L1233.6,477.626L1228.63,475.55L1223.57,473.637L1218.44,471.89L1213.23,470.312L1207.97,468.906L1202.65,467.675L1197.28,466.62L1191.87,465.744L1186.42,465.047L1180.95,464.532L1175.47,464.199L1169.97,464.049L1164.47,464.081L1158.98,464.297L1153.5,464.695L1148.04,465.275L1142.61,466.036L1137.21,466.976L1131.86,468.094L1126.55,469.388L1121.31,470.856L1116.13,472.494L1111.02,474.301L1105.99,476.272L1101.08,478.394L1091.45,483.142L1090.1,483.926L1095.78,487.681C1095.85,487.724 1095.91,487.77 1095.98,487.819L1104.45,494.293C1104.51,494.341 1104.57,494.392 1104.63,494.445L1112.54,501.414C1112.6,501.467 1112.66,501.523 1112.72,501.58L1120.03,508.996C1120.09,509.054 1120.14,509.114 1120.19,509.176L1126.87,516.987C1126.92,517.05 1126.98,517.115 1127.02,517.181L1133.04,525.333C1133.09,525.4 1133.13,525.469 1133.18,525.54L1138.5,533.977C1138.55,534.049 1138.59,534.122 1138.63,534.197L1143.24,542.86C1143.28,542.936 1143.32,543.014 1143.35,543.093L1147.23,551.922C1147.27,552.002 1147.3,552.084 1147.33,552.166L1150.47,561.101C1150.5,561.185 1150.53,561.27 1150.55,561.356L1152.95,570.335C1152.97,570.423 1152.99,570.511 1153.01,570.6L1154.65,579.56C1154.67,579.651 1154.68,579.743 1154.69,579.835L1155.6,588.714C1155.61,588.808 1155.62,588.902 1155.62,588.996L1155.79,597.734C1155.8,597.83 1155.79,597.927 1155.79,598.023L1155.24,606.558C1155.24,606.656 1155.23,606.754 1155.21,606.852L1153.96,615.126C1153.95,615.225 1153.93,615.324 1153.91,615.422L1151.99,623.377C1151.96,623.477 1151.93,623.576 1151.9,623.674L1149.33,631.256C1149.3,631.356 1149.26,631.454 1149.22,631.551L1146.04,638.706C1145.99,638.805 1145.95,638.901 1145.89,638.996L1142.14,645.675C1142.08,645.772 1142.02,645.866 1141.96,645.957L1137.67,652.114C1137.6,652.207 1137.54,652.297 1137.46,652.383L1132.68,657.977C1132.61,658.065 1132.53,658.149 1132.44,658.229L1127.22,663.219C1127.14,663.301 1127.05,663.378 1126.95,663.451L1121.34,667.803C1121.25,667.877 1121.15,667.946 1121.05,668.01L1115.1,671.694C1115,671.759 1114.89,671.818 1114.78,671.871L1108.56,674.862C1108.45,674.916 1108.33,674.964 1108.21,675.006L1101.77,677.283C1101.65,677.325 1101.53,677.36 1101.41,677.389L1094.81,678.936C1094.69,678.965 1094.56,678.987 1094.43,679.002L1087.74,679.809C1087.61,679.824 1087.48,679.833 1087.36,679.834L1080.62,679.894C1080.49,679.895 1080.37,679.889 1080.24,679.876L1073.53,679.191C1073.4,679.178 1073.28,679.158 1073.15,679.131L1066.53,677.703C1066.41,677.677 1066.29,677.643 1066.17,677.603L1059.7,675.444C1059.58,675.404 1059.46,675.358 1059.35,675.306L1053.09,672.43C1052.98,672.378 1052.87,672.321 1052.76,672.258L1046.77,668.684C1046.66,668.622 1046.57,668.555 1046.47,668.482L1040.8,664.236C1040.7,664.165 1040.61,664.089 1040.53,664.008L1035.24,659.12C1035.15,659.041 1035.07,658.957 1035,658.87L1030.14,653.372C1030.07,653.287 1030,653.198 1029.93,653.105L1025.56,647.037C1025.49,646.946 1025.43,646.853 1025.37,646.757L1021.53,640.159C1021.47,640.065 1021.42,639.969 1021.38,639.87L1018.1,632.789C1018.06,632.693 1018.02,632.594 1017.98,632.494L1015.31,624.979C1015.28,624.881 1015.25,624.782 1015.22,624.682L1013.19,616.783C1013.17,616.686 1013.15,616.587 1013.13,616.487L1011.77,608.261C1011.76,608.163 1011.75,608.065 1011.74,607.967L1011.08,599.47C1011.07,599.373 1011.07,599.277 1011.07,599.18L1011.12,590.471C1011.13,590.377 1011.13,590.282 1011.14,590.188L1011.93,581.327C1011.94,581.235 1011.95,581.143 1011.96,581.051L1013.49,572.1C1013.51,572.01 1013.52,571.922 1013.55,571.833L1015.82,562.853C1015.85,562.767 1015.87,562.681 1015.9,562.597L1018.92,553.65C1018.95,553.567 1018.98,553.485 1019.01,553.405L1022.78,544.554C1022.81,544.474 1022.85,544.396 1022.89,544.319L1027.38,535.625C1027.42,535.549 1027.46,535.475 1027.51,535.403L1032.71,526.925C1032.76,526.854 1032.8,526.784 1032.85,526.716L1038.75,518.514C1038.8,518.447 1038.85,518.382 1038.91,518.318L1045.48,510.448C1045.53,510.385 1045.58,510.324 1045.64,510.266L1052.85,502.782C1052.91,502.724 1052.96,502.668 1053.03,502.614L1060.84,495.569C1060.9,495.515 1060.96,495.464 1061.02,495.414L1069.4,488.857C1069.47,488.808 1069.53,488.761 1069.6,488.717L1076.67,483.932L1073.84,482.332L1064.15,477.685L1059.21,475.615L1054.15,473.696L1049.02,471.944L1043.82,470.361L1038.56,468.949L1033.24,467.712L1027.87,466.652L1022.46,465.769L1017.02,465.067L1011.55,464.546L1006.06,464.207L1000.57,464.051L995.067,464.077L989.573,464.287L984.092,464.679L978.631,465.253L973.198,466.008L967.8,466.943L962.445,468.055L957.14,469.343L951.893,470.805L946.711,472.438L941.601,474.24L936.57,476.206L931.624,478.334L926.798,480.607L920.592,483.926L921.818,484.678C921.885,484.72 921.951,484.763 922.015,484.809L930.74,491.028C930.805,491.074 930.868,491.122 930.929,491.173L939.115,497.908C939.177,497.959 939.237,498.013 939.295,498.068L946.9,505.274C946.959,505.329 947.016,505.387 947.071,505.447L954.058,513.073C954.114,513.134 954.167,513.196 954.218,513.261L960.555,521.255C960.607,521.32 960.656,521.387 960.703,521.455L966.362,529.762C966.409,529.831 966.454,529.903 966.496,529.976L971.453,538.537C971.496,538.611 971.536,538.686 971.573,538.763L975.809,547.52C975.847,547.598 975.882,547.677 975.913,547.758L979.414,556.65C979.447,556.732 979.476,556.815 979.502,556.9L982.26,565.865C982.286,565.951 982.309,566.038 982.329,566.125L984.34,575.102C984.36,575.192 984.376,575.282 984.389,575.372L985.655,584.299C985.668,584.391 985.677,584.484 985.683,584.577L986.21,593.391C986.216,593.486 986.217,593.582 986.215,593.677L986.016,602.318C986.014,602.415 986.007,602.512 985.997,602.609L985.088,611.017C985.077,611.116 985.062,611.214 985.043,611.312L983.446,619.428C983.426,619.528 983.402,619.627 983.374,619.725L981.116,627.494C981.087,627.595 981.053,627.693 981.015,627.791L978.127,635.158C978.088,635.258 978.044,635.356 977.996,635.451L974.513,642.367C974.464,642.465 974.41,642.56 974.352,642.653L970.314,649.069C970.254,649.163 970.19,649.255 970.121,649.344L965.572,655.215C965.502,655.306 965.427,655.393 965.348,655.476L960.335,660.763C960.254,660.848 960.169,660.929 960.08,661.005L954.652,665.67C954.562,665.748 954.467,665.821 954.369,665.889L948.58,669.9C948.479,669.97 948.376,670.034 948.269,670.092L942.174,673.422C942.066,673.481 941.954,673.534 941.839,673.582L935.497,676.206C935.381,676.254 935.263,676.296 935.143,676.331L928.612,678.233C928.49,678.268 928.367,678.297 928.242,678.319L921.584,679.485C921.458,679.507 921.332,679.522 921.205,679.53L914.48,679.952C914.353,679.96 914.225,679.961 914.098,679.954L907.369,679.629C907.242,679.623 907.115,679.61 906.989,679.59L900.319,678.52C900.194,678.5 900.07,678.473 899.948,678.439L893.397,676.632C893.276,676.599 893.157,676.559 893.04,676.513L886.67,673.981C886.555,673.935 886.442,673.883 886.332,673.825L880.202,670.586C880.094,670.529 879.989,670.466 879.888,670.398L874.056,666.474C873.957,666.407 873.861,666.335 873.769,666.258L868.291,661.676C868.201,661.601 868.115,661.521 868.033,661.436L862.963,656.229C862.882,656.146 862.806,656.06 862.735,655.97L858.122,650.172C858.052,650.084 857.987,649.993 857.926,649.898L853.819,643.551C853.759,643.459 853.704,643.364 853.654,643.266L850.097,636.413C850.047,636.317 850.002,636.22 849.962,636.121L846.995,628.809C846.955,628.711 846.92,628.613 846.89,628.513L844.548,620.793C844.518,620.695 844.493,620.596 844.472,620.496L842.788,612.421C842.768,612.323 842.752,612.225 842.74,612.125L841.74,603.752C841.729,603.655 841.721,603.558 841.718,603.46L841.425,594.846C841.422,594.751 841.423,594.655 841.428,594.56L841.86,585.765C841.864,585.672 841.873,585.578 841.885,585.486L843.054,576.57C843.066,576.479 843.082,576.389 843.101,576.299L845.015,567.325C845.034,567.237 845.056,567.15 845.082,567.064L847.743,558.093C847.768,558.008 847.796,557.925 847.828,557.842L851.233,548.937C851.264,548.856 851.298,548.776 851.335,548.697L855.476,539.92C855.513,539.842 855.552,539.766 855.594,539.692L860.458,531.102C860.5,531.028 860.544,530.956 860.591,530.886L866.16,522.544C866.206,522.474 866.255,522.407 866.306,522.341L872.557,514.304C872.607,514.239 872.66,514.176 872.715,514.114L879.62,506.438C879.674,506.377 879.731,506.319 879.789,506.262L887.316,498.999C887.374,498.943 887.434,498.889 887.495,498.838L895.608,492.038C895.669,491.987 895.732,491.938 895.796,491.891L904.453,485.603C904.517,485.557 904.583,485.512 904.65,485.47L907.113,483.928L899.606,479.999L894.756,477.766L889.787,475.68L884.735,473.756L879.605,471.998L874.405,470.409L869.143,468.992L863.824,467.749L858.458,466.683L853.05,465.795L847.609,465.087L842.142,464.56L836.656,464.215L831.16,464.053L825.661,464.074L820.167,464.277L814.685,464.664L809.223,465.232L803.789,465.981L798.39,466.91L793.034,468.016L787.727,469.299L782.478,470.755L777.294,472.383L772.181,474.179L767.147,476.139L762.226,478.251L752.586,482.979L750.942,483.929L756.905,487.887C756.971,487.931 757.036,487.977 757.099,488.025L765.55,494.516C765.613,494.565 765.675,494.616 765.735,494.669L773.626,501.653C773.686,501.707 773.745,501.762 773.801,501.82L781.092,509.249C781.149,509.307 781.204,509.368 781.257,509.43L787.913,517.253C787.966,517.315 788.018,517.38 788.066,517.447L794.057,525.609C794.106,525.677 794.153,525.746 794.198,525.817L799.497,534.262C799.542,534.334 799.584,534.407 799.624,534.482L804.21,543.152C804.251,543.228 804.288,543.305 804.323,543.384L808.18,552.218C808.216,552.299 808.247,552.38 808.276,552.463L811.394,561.4C811.424,561.484 811.45,561.57 811.473,561.656L813.845,570.635C813.868,570.722 813.888,570.811 813.904,570.9L815.53,579.859C815.546,579.95 815.559,580.041 815.568,580.133L816.452,589.009C816.461,589.103 816.466,589.197 816.468,589.292L816.618,598.024C816.62,598.12 816.618,598.216 816.611,598.313L816.043,606.84C816.037,606.939 816.026,607.037 816.011,607.134L814.744,615.399C814.729,615.498 814.709,615.597 814.685,615.695L812.743,623.639C812.719,623.739 812.69,623.838 812.656,623.936L810.069,631.504C810.035,631.604 809.996,631.703 809.953,631.799L806.753,638.94C806.709,639.039 806.66,639.135 806.606,639.229L802.832,645.893C802.777,645.989 802.718,646.083 802.654,646.174L798.347,652.314C798.282,652.407 798.212,652.496 798.138,652.582L793.343,658.157C793.268,658.245 793.188,658.329 793.103,658.409L787.87,663.378C787.784,663.46 787.694,663.537 787.6,663.61L781.979,667.941C781.883,668.014 781.783,668.083 781.68,668.146L775.727,671.808C775.622,671.873 775.514,671.932 775.403,671.985L769.173,674.953C769.061,675.006 768.945,675.054 768.828,675.095L762.381,677.348C762.262,677.39 762.14,677.425 762.018,677.453L755.413,678.977C755.29,679.005 755.164,679.027 755.038,679.042L748.338,679.824C748.211,679.839 748.084,679.847 747.956,679.847L741.222,679.884C741.094,679.884 740.967,679.878 740.84,679.865L734.134,679.155C734.007,679.141 733.882,679.121 733.758,679.094L727.141,677.642C727.018,677.615 726.896,677.581 726.777,677.541L720.312,675.358C720.193,675.318 720.077,675.271 719.964,675.219L713.711,672.32C713.599,672.268 713.49,672.21 713.385,672.147L707.402,668.551C707.298,668.489 707.198,668.421 707.101,668.348L701.445,664.081C701.35,664.009 701.259,663.933 701.172,663.852L695.898,658.943C695.813,658.864 695.732,658.78 695.656,658.693L690.816,653.176C690.741,653.09 690.67,653.001 690.604,652.908L686.247,646.822C686.182,646.731 686.122,646.638 686.066,646.542L682.238,639.927C682.184,639.833 682.134,639.737 682.089,639.638L678.831,632.542C678.787,632.446 678.747,632.348 678.712,632.248L676.064,624.718C676.029,624.621 675.999,624.522 675.974,624.422L673.968,616.512C673.943,616.414 673.923,616.315 673.907,616.215L672.573,607.979C672.557,607.882 672.545,607.784 672.538,607.685L671.901,599.181C671.894,599.084 671.891,598.988 671.891,598.891L671.971,590.176C671.972,590.082 671.977,589.988 671.985,589.893L672.797,581.029C672.805,580.936 672.817,580.845 672.833,580.753L674.386,571.8C674.402,571.711 674.421,571.622 674.444,571.534L676.743,562.554C676.765,562.468 676.791,562.382 676.82,562.298L679.865,553.353C679.894,553.27 679.925,553.188 679.959,553.108L683.746,544.261C683.78,544.182 683.817,544.104 683.856,544.027L688.373,535.339C688.412,535.264 688.454,535.19 688.499,535.117L693.729,526.648C693.773,526.577 693.82,526.507 693.869,526.439L699.793,518.247C699.841,518.18 699.892,518.114 699.945,518.051L706.537,510.193C706.59,510.13 706.645,510.07 706.702,510.011L713.932,502.541C713.988,502.483 714.046,502.427 714.107,502.373L721.94,495.343C722,495.29 722.061,495.238 722.125,495.189L730.523,488.648C730.586,488.599 730.65,488.553 730.716,488.508L737.511,483.933L734.982,482.493L725.304,477.825L720.366,475.745L715.316,473.816L710.189,472.053L704.991,470.458L699.731,469.036L694.414,467.787L689.048,466.715L683.642,465.821L678.202,465.107L672.735,464.574L667.25,464.223L661.803,464.056ZM744.271,487.785L743.394,488.292L734.67,494.166L726.46,500.56L718.806,507.428L711.746,514.722L705.312,522.391L699.535,530.381L694.437,538.635L690.04,547.095L686.356,555.702L683.396,564.396L681.163,573.114L679.657,581.796L678.871,590.381L678.794,598.81L679.409,607.022L680.695,614.962L682.625,622.575L685.17,629.808L688.293,636.611L691.956,642.94L696.116,648.753L700.728,654.01L705.744,658.679L711.112,662.729L716.781,666.136L722.697,668.879L728.805,670.942L735.05,672.312L741.376,672.982L747.727,672.947L754.048,672.209L760.282,670.771L766.374,668.642L772.268,665.834L777.91,662.363L783.247,658.251L788.225,653.524L792.795,648.211L796.909,642.347L800.521,635.969L803.59,629.122L806.076,621.85L807.945,614.203L809.167,606.234L809.716,597.998L809.57,589.552L808.715,580.955L807.138,572.266L804.834,563.548L801.803,554.86L798.05,546.265L793.583,537.822L788.419,529.591L782.576,521.63L776.08,513.995L768.961,506.74L761.251,499.916L752.989,493.571L744.271,487.785ZM913.824,487.869L908.413,491.257L899.949,497.405L892.021,504.049L884.669,511.144L877.929,518.638L871.83,526.479L866.401,534.613L861.663,542.98L857.632,551.524L854.321,560.183L851.736,568.897L849.879,577.604L848.746,586.244L848.328,594.755L848.61,603.08L849.575,611.159L851.197,618.936L853.448,626.359L856.296,633.376L859.703,639.941L863.628,646.008L868.028,651.538L872.854,656.496L878.059,660.849L883.589,664.57L889.392,667.636L895.414,670.03L901.599,671.736L907.893,672.745L914.239,673.052L920.582,672.654L926.865,671.554L933.032,669.758L939.029,667.276L944.8,664.124L950.29,660.319L955.449,655.886L960.222,650.852L964.563,645.25L968.423,639.116L971.76,632.49L974.532,625.418L976.704,617.946L978.242,610.126L979.12,602.012L979.312,593.661L978.802,585.129L977.575,576.477L975.624,567.765L972.944,559.055L969.54,550.408L965.416,541.883L960.587,533.543L955.07,525.444L948.887,517.645L942.065,510.199L934.636,503.161L926.637,496.578L918.106,490.498L913.824,487.869ZM1083.44,487.797L1082.27,488.474L1073.56,494.366L1065.37,500.776L1057.74,507.658L1050.69,514.966L1044.28,522.646L1038.53,530.645L1033.45,538.906L1029.08,547.373L1025.42,555.983L1022.48,564.678L1020.27,573.396L1018.79,582.076L1018.02,590.658L1017.97,599.08L1018.61,607.284L1019.92,615.214L1021.87,622.816L1024.43,630.035L1027.57,636.824L1031.25,643.137L1035.43,648.932L1040.05,654.171L1045.08,658.82L1050.46,662.85L1056.14,666.236L1062.06,668.957L1068.17,670.997L1074.42,672.344L1080.75,672.992L1087.1,672.934L1093.42,672.173L1099.65,670.713L1105.74,668.561L1111.62,665.731L1117.26,662.24L1122.58,658.108L1127.55,653.361L1132.1,648.029L1136.2,642.148L1139.8,635.754L1142.85,628.892L1145.32,621.607L1147.16,613.949L1148.36,605.971L1148.89,597.727L1148.72,589.275L1147.84,580.674L1146.24,571.984L1143.92,563.265L1140.86,554.579L1137.08,545.988L1132.6,537.551L1127.41,529.328L1121.54,521.377L1115.03,513.754L1107.89,506.512L1100.16,499.703L1091.88,493.374L1083.44,487.797ZM1252.99,487.867L1247.3,491.448L1238.85,497.612L1230.94,504.272L1223.61,511.381L1216.89,518.887L1210.81,526.739L1205.4,534.881L1200.69,543.255L1196.68,551.803L1193.39,560.465L1190.83,569.18L1189,577.886L1187.89,586.522L1187.49,595.029L1187.8,603.346L1188.79,611.416L1190.43,619.183L1192.7,626.593L1195.57,633.597L1198.99,640.145L1202.93,646.196L1207.35,651.708L1212.19,656.647L1217.4,660.979L1222.94,664.68L1228.75,667.724L1234.78,670.096L1240.97,671.78L1247.27,672.766L1253.61,673.05L1259.95,672.629L1266.24,671.506L1272.4,669.688L1278.39,667.184L1284.15,664.01L1289.63,660.185L1294.78,655.732L1299.54,650.68L1303.86,645.06L1307.71,638.909L1311.03,632.268L1313.78,625.181L1315.93,617.697L1317.45,609.867L1318.31,601.745L1318.48,593.386L1317.94,584.85L1316.69,576.195L1314.72,567.483L1312.01,558.774L1308.59,550.129L1304.44,541.61L1299.59,533.276L1294.05,525.186L1287.84,517.397L1281,509.964L1273.55,502.94L1265.54,496.373L1256.99,490.309L1252.99,487.867Z'/%3e%3c/g%3e%3c/svg%3e ");
  width: 69px;
  height: 22.6px;
  margin-right: 11.3px;
  background-size: cover;
  display: inline-block;
  vertical-align: -4.9787234043px;
}

.footer .left p,
.header .right p, .footer .right p {
  font-family: "IBM Plex Mono", monospace;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  margin-block: 0;
}

.header .leader, .footer .leader {
  height: 24px;
  overflow: hidden;
  word-wrap: break-word;
  font-family: "IBM Plex Mono", monospace;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
}

.header .leader:after, .footer .leader:after {
  font-family: "IBM Plex Mono", monospace;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  content: "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||";
}

.column .block {
  width: 100%;
}

table {
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  border-collapse: collapse;
}

th {
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

th, td {
  border-bottom: 1px solid #888;
  padding: 14px 0 15px 0;
}

table tr:last-child td {
  border-bottom: 0;
}

.border img {
  border: 1px solid #000;
}/*# sourceMappingURL=style.css.map */