@import url(https://use.typekit.net/irh5nqi.css);@charset "UTF-8";
/** Import Bootstrap functions */
/**
 * External
 */
:root {
  --bs-blue: #0c142c;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #00afea;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00afea;
  --bs-secondary: #0c142c;
  --bs-success: #198754;
  --bs-info: #00afea;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 175, 234;
  --bs-secondary-rgb: 12, 20, 44;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 0, 175, 234;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "massilia", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00afea;
  text-decoration: underline;
}
a:hover {
  color: #008cbb;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cceffb;
  --bs-table-striped-bg: #c2e3ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d7e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddde8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d7e2;
}

.table-secondary {
  --bs-table-bg: #ced0d5;
  --bs-table-striped-bg: #c4c6ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9bbc0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfc0c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9bbc0;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cceffb;
  --bs-table-striped-bg: #c2e3ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d7e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddde8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d7e2;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #80d7f5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80d7f5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80d7f5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}
.form-check-input:checked {
  background-color: #00afea;
  border-color: #00afea;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #00afea;
  border-color: #00afea;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380d7f5'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00afea;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3e7f9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00afea;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3e7f9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}
.btn-primary:hover {
  color: #000;
  background-color: #26bbed;
  border-color: #1ab7ec;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #26bbed;
  border-color: #1ab7ec;
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 199, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #33bfee;
  border-color: #1ab7ec;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 199, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}

.btn-secondary {
  color: #fff;
  background-color: #0c142c;
  border-color: #0c142c;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0a1125;
  border-color: #0a1023;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #0a1125;
  border-color: #0a1023;
  box-shadow: 0 0 0 0.25rem rgba(48, 55, 76, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0a1023;
  border-color: #090f21;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 55, 76, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #0c142c;
  border-color: #0c142c;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}
.btn-info:hover {
  color: #000;
  background-color: #26bbed;
  border-color: #1ab7ec;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #26bbed;
  border-color: #1ab7ec;
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 199, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #33bfee;
  border-color: #1ab7ec;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 199, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #00afea;
  border-color: #00afea;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00afea;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #0c142c;
  border-color: #0c142c;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0c142c;
  border-color: #0c142c;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(12, 20, 44, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #0c142c;
  border-color: #0c142c;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(12, 20, 44, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #0c142c;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #00afea;
  border-color: #00afea;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #00afea;
  border-color: #00afea;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #00afea;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #00afea;
  text-decoration: underline;
}
.btn-link:hover {
  color: #008cbb;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00afea;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #00afea;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00afea;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #008cbb;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00afea;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #009ed3;
  background-color: #e6f7fd;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009ed3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80d7f5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #00afea;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #008cbb;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #008cbb;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00afea;
  border-color: #00afea;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #00698c;
  background-color: #cceffb;
  border-color: #b3e7f9;
}
.alert-primary .alert-link {
  color: #005470;
}

.alert-secondary {
  color: #070c1a;
  background-color: #ced0d5;
  border-color: #b6b9c0;
}
.alert-secondary .alert-link {
  color: #060a15;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #00698c;
  background-color: #cceffb;
  border-color: #b3e7f9;
}
.alert-info .alert-link {
  color: #005470;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00afea;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00afea;
  border-color: #00afea;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #00698c;
  background-color: #cceffb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00698c;
  background-color: #b8d7e2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00698c;
  border-color: #00698c;
}

.list-group-item-secondary {
  color: #070c1a;
  background-color: #ced0d5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #070c1a;
  background-color: #b9bbc0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #070c1a;
  border-color: #070c1a;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #00698c;
  background-color: #cceffb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00698c;
  background-color: #b8d7e2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00698c;
  border-color: #00698c;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 234, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #00afea;
}
.link-primary:hover, .link-primary:focus {
  color: #33bfee;
}

.link-secondary {
  color: #0c142c;
}
.link-secondary:hover, .link-secondary:focus {
  color: #0a1023;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #00afea;
}
.link-info:hover, .link-info:focus {
  color: #33bfee;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #00afea !important;
}

.border-secondary {
  border-color: #0c142c !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #00afea !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

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

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

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

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

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

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

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

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }

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

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

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

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

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

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

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

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

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

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

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

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

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

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

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

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

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

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

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

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

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

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

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

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

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

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

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

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

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

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

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

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

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

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

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

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

  .d-print-none {
    display: none !important;
  }
}
img,
article img,
img.wp-post-image,
figure,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}

.entry-footer span {
  padding-right: 10px;
}

.entry-header,
.entry-meta {
  margin-bottom: 1rem;
}

.section, .section-features, .section-platform .col-contest, .section-platform .col-howto, .section-pickempool, .section-intro {
  padding: 9rem 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.section-form {
  margin-bottom: 8rem;
}
.section-form h2, .section-form .h2 {
  margin-bottom: 5rem;
}

/* Webfont: Hey August */
@font-face {
  font-family: "HeyAugust";
  src: url("../../assets/fonts/Hey August.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/Hey August.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Hey August.woff2") format("woff2"), url("../../assets/fonts/Hey August.woff") format("woff"), url("../../assets/fonts/Hey August.ttf") format("truetype"), url("../../assets/fonts/Hey August.svg#Hey August") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: HeyAugust-Regular2 */
@font-face {
  font-family: "HeyAugust";
  src: url("../../assets/fonts/HeyAugust-Regular2.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/HeyAugust-Regular2.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/HeyAugust-Regular2.woff2") format("woff2"), url("../../assets/fonts/HeyAugust-Regular2.woff") format("woff"), url("../../assets/fonts/HeyAugust-Regular2.ttf") format("truetype"), url("../../assets/fonts/HeyAugust-Regular2.svg#HeyAugust-Regular2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
h2, .h2 {
  font-size: 3rem;
  font-weight: 100;
}
h2 span, .h2 span {
  font-weight: 700;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
#brand-dot {
  width: 30px;
  height: 30px;
  margin-right: 0.75rem;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #00afea;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #adb5bd !important;
  background-color: transparent;
}

.navbar-light .navbar-brand {
  color: #fff;
  display: inline-flex;
}
.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

#wrapper-footer-full {
  background-color: #0c142c;
  color: #e9ecef;
}
@media (max-width: 767.98px) {
  #wrapper-footer-full .container-fluid, #wrapper-footer-full .container-sm, #wrapper-footer-full .container-md, #wrapper-footer-full .container-lg, #wrapper-footer-full .container-xl, #wrapper-footer-full .container-xxl {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
#wrapper-footer-full h1, #wrapper-footer-full .h1, #wrapper-footer-full h2, #wrapper-footer-full .h2, #wrapper-footer-full h3, #wrapper-footer-full .h3, #wrapper-footer-full h4, #wrapper-footer-full .h4 {
  color: #f8f9fa;
}
#wrapper-footer-full a {
  color: #fff;
}
#wrapper-footer-full a:hover {
  color: #e9ecef;
}
#wrapper-footer-full figure.wp-block-image.size-large.footer-logo {
  width: 15rem;
  margin: 0 auto 3rem;
}

#wrapper-footer {
  background-color: #0c142c;
  padding-bottom: 2rem;
}
#wrapper-footer a {
  color: #4f5774;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#wrapper-footer a:hover {
  color: #00afea;
}

.vimeo-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.vimeo-container #videobanner {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-media {
  position: relative;
  height: 25rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .hero-media {
    height: 37.5rem;
  }
}
.hero-media .hero-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .hero-media .hero-image {
    -o-object-position: left;
       object-position: left;
  }
}
.hero-media .overlay-txt,
.hero-media .overlay-title,
.hero-media .brand-wrap {
  position: relative;
  z-index: 3;
}

.section-hero {
  padding: 0;
}

.section-hero.dark .hero-media {
  position: relative;
  height: 35rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .section-hero.dark .hero-media {
    height: 48rem;
  }
}
.section-hero.dark .hero-media .hero-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.home .hero-media {
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 35rem;
}
@media (min-width: 768px) {
  .home .hero-media {
    height: 48rem;
  }
}
.home .hero-media .hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.home .hero-media .btn {
  margin-top: 1rem;
}

.overlay-txt {
  max-width: 42rem;
}
.overlay-txt h2, .overlay-txt .h2 {
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .overlay-txt h2, .overlay-txt .h2 {
    font-size: 2.5rem;
  }
}
.overlay-txt h3, .overlay-txt .h3 {
  font-weight: 500;
}

.overlay-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.25rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.brand-wrap img {
  height: 4.3125rem;
  width: 16rem;
  margin: 0 0;
}
@media (min-width: 768px) {
  .brand-wrap img {
    height: 8.3125rem;
    width: 34rem;
  }
}

#wrapper-static-hero {
  background-color: #e9ecef;
}

textarea:focus, input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

.gform_required_legend {
  display: none;
}

.section-form h2, .section-form .h2 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-form h2, .section-form .h2 {
    text-align: center;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 767.98px) {
  .section-form .gform_wrapper.gform-theme.gform_wrapper .gform_fields {
    row-gap: 1rem;
  }
}

.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text],
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email],
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select {
  background-color: transparent;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #00afea;
  border-radius: 0;
  position: relative;
}
@media (min-width: 992px) {
  .section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text],
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email],
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text]:focus,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email]:focus,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select:focus {
  outline: none;
  box-shadow: none;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text]::-moz-placeholder, .section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email]::-moz-placeholder, .section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text]:-ms-input-placeholder, .section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email]:-ms-input-placeholder, .section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text]::placeholder,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=text] option,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email]::placeholder,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=email] option,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select::placeholder,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield select option {
  color: rgba(255, 255, 255, 0.75);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield textarea {
  background-color: transparent;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #00afea;
  border-radius: 0.25rem;
  position: relative;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield textarea::placeholder,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield textarea option {
  color: rgba(255, 255, 255, 0.75);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=radio] {
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: 1px solid #00afea;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=radio]:before {
  content: none;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=radio]:disabled {
  background-color: var(--radio-disabled-bg-color);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=radio]:not(:disabled):checked {
  border-color: #00afea;
  background-color: #00afea;
  background-clip: content-box;
  padding: 6px;
  background-image: radial-gradient(circle, #00afea 0%, #00afea 50%, transparent 60%, transparent 100%);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield input[type=radio]:disabled:checked {
  background-image: #00afea;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-radio .gfield_label {
  font-size: 1.2rem;
  color: #fff;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-radio .gfield_label .gfield_required {
  color: #0c142c;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-radio .gfield_radio .gchoice label {
  color: #fff;
  font-size: 1.1rem;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .ginput_container_text,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .ginput_container_email {
  position: relative;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .ginput_container_text::after,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .ginput_container_email::after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background-color: #00afea;
  position: absolute;
  bottom: 0;
  transition: width 0.5s;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .ginput_container_text:focus-within::after,
.section-form .gform_wrapper.gform-theme.gform_wrapper form .ginput_container_email:focus-within::after {
  width: 100%;
  transition: width 0.5s;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .privacy-text {
  font-size: 0.8rem;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .privacy-text a {
  color: #fff;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .privacy-text a:hover {
  color: #00afea;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-consent {
  display: flex;
  justify-content: center;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-consent .ginput_container_consent {
  display: flex;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-consent .ginput_container_consent label {
  font-size: 1rem;
  color: #fff;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gfield--type-consent .ginput_container_consent .gfield_required {
  display: none;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gform_footer {
  justify-content: center;
  margin-top: 2rem;
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gform_footer input.gform_button {
  font-size: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
.section-form .gform_wrapper.gform-theme.gform_wrapper form .gform_footer input.gform_button:hover {
  background-color: white;
  color: #00afea;
}

@media (max-width: 767.98px) {
  .home .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-intro {
  background-color: #fff;
  color: #0c142c;
}
.section-intro h2, .section-intro .h2 {
  color: #0c142c;
}
.section-intro h3, .section-intro .h3 {
  color: #00afea;
  margin-bottom: 2rem;
}

.section-pickempool {
  background-color: #0c142c;
  color: #fff;
  position: relative;
  padding: 14rem 0 9rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-pickempool {
    padding: 6rem 0 9rem;
  }
}
.section-pickempool .img-ball {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-pickempool .img-ball {
    height: 30rem;
  }
}
.section-pickempool .img-ball img {
  max-width: unset;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-pickempool .img-ball img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-pickempool .container {
  position: relative;
  z-index: 1;
}
.section-pickempool .cols-borderright .wp-block-column {
  text-align: center;
}
.section-pickempool .cols-borderright .wp-block-column:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .section-pickempool .cols-borderright .wp-block-column:not(:last-child) {
    border-right: unset;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-pickempool .cols-borderright .wp-block-column.mobborder {
    border-right: unset;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1.5rem;
  }
}
.section-pickempool h2, .section-pickempool .h2 {
  color: #00afea;
  margin-bottom: 2rem;
}
.section-pickempool h4, .section-pickempool .h4 {
  color: #00afea;
}
.section-pickempool .wp-columns {
  margin-top: 4rem;
}
.section-pickempool .cols-intro {
  margin-bottom: 5rem;
}

.section-platform {
  display: flex;
  justify-content: space-evenly;
  background: linear-gradient(to right, #00afea 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-platform {
    background: #00afea;
  }
}
.section-platform h2, .section-platform .h2 {
  margin-bottom: 5rem;
}
.section-platform .img-footballer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  margin: 0;
}
.section-platform .img-footballer img {
  max-width: unset;
  width: 100%;
}
.section-platform .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-platform .container {
    padding: 0;
  }
}
.section-platform .container .wp-block-group__inner-container .wp-block-columns {
  gap: 10rem;
}
@media (max-width: 767.98px) {
  .section-platform .container .wp-block-group__inner-container .wp-block-columns {
    gap: unset;
  }
}
.section-platform .col-title {
  padding-top: 8.5rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-platform .col-title {
    padding: 2.5rem 2.5rem 0;
  }
}
.section-platform .col-howto {
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-platform .col-howto {
    padding: 2.5rem;
  }
}
.section-platform .col-howto .howto-box {
  margin-bottom: 3rem;
  position: relative;
}
.section-platform .col-howto .howto-box h3, .section-platform .col-howto .howto-box .h3 {
  color: #fff;
  display: flex;
  margin-bottom: 1rem;
  font-family: "HeyAugust";
  font-size: 2.5rem;
}
.section-platform .col-howto .howto-box.howto-box1::after {
  content: "";
  display: flex;
  height: 100%;
  width: 5rem;
  position: absolute;
  left: -5rem;
  background-repeat: no-repeat;
  top: 5.5rem;
}
@media (max-width: 767.98px) {
  .section-platform .col-howto .howto-box.howto-box1::after {
    width: 3rem;
    left: -2.5rem;
    top: 10.5rem;
  }
}
.section-platform .col-howto .howto-box.howto-box2::after {
  content: "";
  display: flex;
  height: 100%;
  width: 5rem;
  position: absolute;
  right: -5rem;
  background-repeat: no-repeat;
  top: 5.5rem;
}
@media (max-width: 767.98px) {
  .section-platform .col-howto .howto-box.howto-box2::after {
    width: 3.5rem;
    right: -1rem;
    top: 8.5rem;
  }
}
.section-platform .col-contest {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-platform .col-contest {
    padding: 2.5rem 2.5rem 12rem;
  }
}
.section-platform .col-contest .contest-box {
  margin-bottom: 4rem;
}
.section-platform .col-contest .contest-box .contest-title .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-platform .col-contest .contest-box .contest-title .wp-block-group__inner-container h3, .section-platform .col-contest .contest-box .contest-title .wp-block-group__inner-container .h3 {
  color: #00afea;
  display: flex;
  margin-bottom: 0;
  font-family: "HeyAugust";
  font-size: 2.5rem;
}
.section-platform .col-contest .contest-box .contest-title .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 0;
  height: 4.5rem;
  width: 4.5rem;
}
.section-platform .col-contest .contest-box .contest-title .wp-block-group__inner-container .wp-block-image img {
  width: 100%;
  height: 100%;
}
.section-platform:after {
  content: "";
  background-color: #fff;
  display: flex;
  height: 100%;
  width: 33%;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  .section-platform:after {
    content: none;
  }
}

.section-features {
  position: relative;
}
@media (max-width: 767.98px) {
  .section-features {
    padding: 2rem 0;
  }
}
.section-features::before {
  content: "";
  background: linear-gradient(133deg, #285caa 0%, #07a1df 63%);
  content: "";
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-features::before {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 30% 100%);
            clip-path: polygon(15% 0, 100% 0, 100% 100%, 30% 100%);
  }
}
.section-features h2, .section-features .h2 {
  color: #fff;
  margin-bottom: 3rem;
}
.section-features .wp-block-columns .wp-block-column .wp-block-columns {
  gap: 3rem;
  margin-bottom: 4rem;
}
.section-features .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column .wp-block-columns {
  margin-bottom: 4rem;
}
.section-features .feature-box {
  height: 100%;
  padding-bottom: 1rem;
}
.section-features .feature-box:not(.noborder) {
  border-bottom: 1px solid #fff;
}
@media (max-width: 767.98px) {
  .section-features .feature-box.mobborder {
    border-bottom: 1px solid #fff;
  }
}
.section-features .feature-box > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-features .feature-box .wp-block-image {
  width: 5rem;
  height: 5rem;
  display: flex;
  margin-bottom: 0;
}
.section-features .feature-box .wp-block-image img {
  width: 100%;
  height: 100%;
}
.section-features .feature-box .feature-txt {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
}
.section-features .feature-box .feature-txt h4, .section-features .feature-box .feature-txt .h4 {
  color: #212529;
  display: flex;
}
.section-features .feature-box .feature-txt p {
  color: #fff;
  display: flex;
}
.section-features .phone-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .section-features .phone-box {
    z-index: 9;
    margin-top: -15rem;
  }
}
.section-features .phone-box .phone-wrapper {
  border: 7px solid #343a40;
  border-radius: 2rem;
  overflow: hidden;
  background: #000;
  position: relative;
  height: auto;
  margin: 0 auto;
  width: 19rem;
}
@media (max-width: 767.98px) {
  .section-features .phone-box .phone-wrapper {
    width: 11rem;
  }
}
.section-features .phone-box::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(8px);
  border-radius: 50%;
  z-index: -1;
}
.section-features .phone-wrap {
  position: relative;
  left: -6rem;
  top: -3rem;
}
.section-features .phone-wrap svg {
  height: 40rem;
  margin: 0 auto;
  width: 19rem;
  display: flex;
}
.section-features .phone-wrap::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(8px);
  border-radius: 50%;
  z-index: -1;
}

.section-strategicfit {
  background-color: #0c142c;
  padding-bottom: 7rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-strategicfit {
    padding-bottom: 2rem;
  }
}
.section-strategicfit .img-strategic {
  position: relative;
  width: 100%;
  margin: 0;
}
.section-strategicfit .img-strategic img {
  max-width: unset;
  width: 100%;
}
.section-strategicfit .container {
  position: relative;
  z-index: 1;
  margin-top: -10rem;
}
@media (max-width: 767.98px) {
  .section-strategicfit .container {
    margin-top: -4rem;
  }
}
.section-strategicfit h2, .section-strategicfit .h2 {
  color: #fff;
  margin-bottom: 5rem;
}
.section-strategicfit h4, .section-strategicfit .h4 {
  color: #00afea;
}
.section-strategicfit p {
  color: #fff;
}
.section-strategicfit .wp-block-columns {
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
.section-strategicfit .wp-block-columns .wp-block-column {
  text-align: center;
  max-width: 20rem;
}
.section-strategicfit .wp-block-columns .wp-block-column:not(.no-border) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .section-strategicfit .wp-block-columns .wp-block-column:not(.no-border) {
    border-right: unset;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-strategicfit .wp-block-columns .wp-block-column.mobborder {
    border-right: unset;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1.5rem;
  }
}

.col-howto .howto-box.howto-box1::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77.27 165.67'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cpath d='M47.09,159.79c.01.05.05.37.09.4.04.04.32.02.37.03l.37.02c.06,0,.34.06.37.02.02-.03-.08-.35-.09-.4-.01-.06-.04-.36-.09-.4-.03-.03-.32-.02-.37-.02l-.37-.02c-.06,0-.33-.06-.37-.03-.02.02.08.36.09.4' fill='%23fff'/%3E%3Cpath d='M49.86,159.17c.06-.05.32.08.36.02.05-.06-.12-.32-.09-.4.03-.08-.13-.34-.08-.4.02-.03.36.05.36.02,0-.04-.05-.37-.08-.4-.08-.07-.28.04-.36-.02-.03-.04-.05-.39-.08-.4-.04-.01-.35-.04-.36-.02-.03.04.07.34.08.4l.08.4.08.4.09.4Z' fill='%23fff'/%3E%3Cpath d='M46.95,157.42c.03-.08-.13-.33-.08-.39.05-.06.31.07.37.02l-.08-.39c-.01-.06-.04-.35-.08-.39-.01-.01-.36-.04-.37-.02-.04.05.13.35.08.39-.04.03-.36-.07-.37-.02-.03.1.1.29.08.39.07.08,0,.32.08.39.08.07.29-.03.37.03' fill='%23fff'/%3E%3Cpath d='M49.64,156.42c.06.08,0,.32.08.39.04.04.31.02.36.02.05,0,.34.05.36.02.04-.05-.08-.32-.08-.39,0-.1-.05-.28-.08-.39-.01-.05-.04-.36-.08-.39-.01-.01-.35-.03-.36-.02-.05.06.11.32.08.39-.03.08.12.33.08.39-.05.06-.3-.07-.36-.02' fill='%23fff'/%3E%3Cpath d='M40.5,148.99c.07-.04.32.11.37.05.03-.03-.04-.33-.05-.39,0-.1-.07-.3-.05-.39.02-.07-.09-.34-.05-.38.04-.04.36.1.37.05.02-.08-.03-.29-.05-.38,0-.09-.07-.3-.04-.38.02-.04.34.09.37.05.03-.03-.04-.32-.04-.38l-.02-.4c-.07.04-.29-.12-.35-.07-.06.05.07.34.02.4-.06.05-.3-.12-.35-.07-.06.05.06.33.02.4-.03.06-.3-.11-.35-.07-.03.03.02.34.02.4,0,.04.05.38.03.39-.06.03-.3-.05-.36-.06l-.36-.07c-.06-.01-.31-.1-.35-.07,0,0,0,.39.02.4.06.08.28,0,.35.07.05.09-.03.32.04.39.04.04.32.04.38.05l.38.05.05.39Z' fill='%23fff'/%3E%3Cpath d='M31.91,141.91l.36.11s.33.13.36.11c.06-.06-.04-.33,0-.4v-.4s.05-.36.02-.4c-.07-.09-.28-.03-.36-.11-.05.07.05.35,0,.4-.04.03-.34-.16-.36-.11-.04.08,0,.3,0,.4v.4Z' fill='%23fff'/%3E%3Cpath d='M37.98,141.96c-.05.07.07.33.01.38-.05.04-.33-.13-.37-.08-.02.03,0,.33.01.38.01.04.34.04.36.08.06.08-.05.3.01.38.06.07.3,0,.36.07.06.08-.04.3.01.38l.72.14v-.38s0-.35-.03-.38c-.03-.04-.35-.03-.36-.07-.03-.1,0-.28-.01-.38v-.38s-.74-.15-.74-.15Z' fill='%23fff'/%3E%3Cpath d='M33.03,140.24c-.04-.09.07-.31.01-.39-.06-.08-.3-.02-.36-.11-.06-.08.07-.31.01-.39-.03-.04-.35-.07-.36-.11-.02-.12,0-.28.01-.39,0-.04-.02-.37.01-.39.07-.04.3.16.36.11.06-.05-.05-.34.02-.39.02-.01.36.11.36.11,0-.06.05-.33.02-.38-.03-.05-.31-.09-.36-.11-.04-.02-.34-.08-.36-.11-.03-.06.01-.31.02-.38l.02-.38s-.03-.35.04-.39c-.07.04-.28-.17-.34-.12-.07.05.01.33-.04.39-.06.07.03.35-.03.39-.04.03-.35-.15-.35-.12-.04.1-.02.28-.02.39l-.02.38-.03.77c0,.09-.04.29-.01.39.02.05.33.06.36.11.05.07-.07.33-.01.39.08.08.27.03.36.11v.39s.71.22.71.22Z' fill='%23fff'/%3E%3Cpath d='M33.49,137.64c.04.09-.07.3-.02.38.02.03.32.1.36.1.03,0-.01-.36.02-.38.06-.05.28.13.36.1-.04-.09.07-.3.02-.38-.03-.04-.31-.09-.36-.1-.05-.02-.32-.13-.36-.11-.06.05.03.32-.02.38' fill='%23fff'/%3E%3Cpath d='M30.66,130.69l.08-.38c.02-.09.09-.28.08-.38,0-.05-.3-.09-.33-.15-.03-.06.12-.33.08-.38-.08-.09-.24-.07-.33-.15l-.08.38c-.02.09-.09.28-.08.38,0,.06.3.09.33.15.03.06-.12.33-.08.38.08.09.24.07.33.15' fill='%23fff'/%3E%3Cpath d='M29.74,128.2l.33.15s.3.17.33.15c.07-.05.02-.31.08-.37-.05-.08-.29-.06-.33-.15-.02-.05.07-.32.08-.37.01-.08.1-.29.08-.37-.02-.07-.29-.09-.33-.16-.06.05-.01.33-.08.37-.06.03-.29-.2-.33-.16-.07.06-.02.3-.08.37l.33.16-.08.37Z' fill='%23fff'/%3E%3Cpath d='M25.11,124.13c.08-.01.25.22.32.19.04-.02.09-.33.11-.38.01-.05.13-.33.11-.38-.03-.07-.27-.13-.32-.19-.02-.03-.3-.2-.32-.19-.03.01-.1.33-.11.38,0,.03.31.15.32.19.04.09-.13.28-.11.38' fill='%23fff'/%3E%3Cpath d='M26.29,123.94l.32.18s.29.2.32.18c.07-.05.04-.31.11-.37l.11-.37c.01-.05.13-.32.11-.37-.02-.05-.28-.16-.32-.18-.04-.02-.29-.2-.32-.19-.04.02-.09.31-.11.37l-.22.74Z' fill='%23fff'/%3E%3Cpath d='M25.11,122.81c.08-.01.25.22.32.19.04-.02.09-.32.11-.37.02-.05.13-.32.11-.37-.03-.08-.27-.13-.33-.19-.03-.03-.3-.2-.33-.2-.03.01-.1.33-.11.37,0,.03.31.15.33.2.04.09-.13.27-.11.37' fill='%23fff'/%3E%3Cpath d='M26.08,120.79c.02.1-.14.27-.11.36.01.04.29.18.33.19.03,0,.08-.35.11-.36.07-.03.24.2.32.19-.02-.1.15-.27.11-.36-.02-.05-.28-.17-.33-.19-.04-.03-.29-.21-.33-.19-.07.03-.04.32-.11.36' fill='%23fff'/%3E%3Cpath d='M27.05,120.1l.11-.35s.08-.35.11-.35c.04,0,.3.22.33.19.06-.07.08-.26.11-.35.02-.09.12-.25.13-.36,0-.02-.28-.18-.3-.2-.04-.03-.29-.15-.3-.2-.01-.05.12-.31.14-.36l.14-.35c-.08,0-.23-.23-.3-.2-.04.01-.11.3-.14.35-.04.1-.12.25-.14.36-.01.07-.16.29-.14.36.02.06.3.15.3.2,0,.1-.1.27-.14.36l-.12.36c.02.1-.15.26-.11.35.04.09.28.11.33.19' fill='%23fff'/%3E%3Cpath d='M24.89,115.52c.08,0,.23.24.31.22.07-.02.07-.31.14-.35.07-.04.06-.33.14-.35.04-.01.29.25.31.22.06-.08.1-.25.14-.35l.14-.35.14-.34c-.08,0-.23-.24-.31-.22-.08.02-.07.3-.14.34-.07.04-.06.33-.14.35-.04.01-.29-.25-.31-.22-.06.08-.1.25-.14.35l-.14.35-.14.35Z' fill='%23fff'/%3E%3Cpath d='M21.54,106.3c0,.1-.21.24-.19.35,0,.05.23.23.27.27.04.04.23.27.27.26.08-.01.12-.31.19-.35-.03-.1-.25-.16-.27-.27,0-.04.21-.32.19-.35-.02-.04-.24-.27-.27-.27-.08.01-.12.31-.19.35' fill='%23fff'/%3E%3Cpath d='M23.06,100.81l.22-.33c.05-.08.19-.23.22-.33.02-.05-.24-.22-.25-.28,0-.07.24-.26.22-.33-.04-.12-.2-.17-.25-.29l-.22.32c-.05.08-.19.23-.22.33-.01.06.24.22.25.29,0,.07-.24.27-.22.33.04.12.2.17.25.28' fill='%23fff'/%3E%3Cpath d='M23.66,98.62c.08-.03.14-.32.22-.32.03,0,.22.31.25.29.03-.03.22-.28.22-.32,0-.05-.26-.25-.25-.29.04-.11.16-.23.22-.32l.22-.32-.49-.58-.22.32s-.22.27-.22.32c0,.05.26.25.25.29-.03.1-.16.23-.22.32-.03.05-.22.26-.22.32,0,.09.23.19.25.29' fill='%23fff'/%3E%3Cpath d='M25.26,92.19s-.24.25-.24.3c0,.05.19.26.23.3.03.05.18.3.23.3.03,0,.21-.27.24-.3.04-.05.23-.24.24-.3,0-.05-.2-.27-.23-.3-.03-.04-.19-.31-.23-.3-.05,0-.2.25-.24.3' fill='%23fff'/%3E%3Cpath d='M25.31,75.04c.08,0,.22-.28.3-.27.05,0,.12.36.16.35.08-.03.22-.2.3-.27l.3-.27.3-.27-.32-.7-.3.27-.59.54c-.05.05-.27.2-.3.27-.03.08.17.26.16.35' fill='%23fff'/%3E%3Cpath d='M27.51,76.99c.07.03.09.33.17.34.08.01.21-.26.3-.27.08,0,.22-.28.3-.27.03,0,.14.36.17.34.04-.02.29-.22.3-.26.02-.1-.17-.24-.17-.34.01-.04.3-.23.29-.26,0-.04-.14-.34-.16-.34-.04,0-.25.23-.3.26l-.29.27-.3.26-.3.27Z' fill='%23fff'/%3E%3Cpath d='M28.3,73.33c-.04.1-.27.16-.29.26,0,.04.14.32.16.35.02.02.26-.27.29-.26.08.01.09.31.16.35.04-.1.27-.16.29-.26.01-.05-.14-.3-.16-.35-.02-.05-.12-.34-.16-.35-.08-.01-.21.26-.29.26' fill='%23fff'/%3E%3Cpath d='M30.48,67.72s-.29.2-.31.25c-.02.05.12.31.14.36.02.05.1.34.15.36.03.01.27-.22.31-.25.05-.04.29-.19.31-.25.01-.05-.13-.31-.15-.36-.02-.04-.11-.35-.15-.36-.05,0-.26.21-.31.25' fill='%23fff'/%3E%3Cpath d='M33.09,58.96c.07.04.04.34.11.37.04.01.28-.2.33-.23.1-.06.25-.14.34-.22.05-.06.31-.15.33-.22.04-.1-.13-.26-.11-.37l-.67.45-.34.23Z' fill='%23fff'/%3E%3Cpath d='M33.99,56.59c-.05.09-.3.13-.34.23-.01.04.09.33.11.37.01.02.3-.24.33-.23.07.03.04.33.11.37.05-.09.3-.12.33-.22.02-.05-.09-.32-.11-.37-.02-.05-.07-.36-.11-.37-.07-.03-.25.23-.33.22' fill='%23fff'/%3E%3Cpath d='M34.65,50.03c.06.05.02.35.09.38.06.02.29-.25.35-.21.07.05.02.34.09.38.07.04.02.35.09.38.04.02.3-.19.35-.21l.35-.21-.09-.38c-.02-.09-.04-.32-.09-.38-.03-.04-.3.23-.35.21-.06-.02-.03-.37-.09-.38-.09,0-.25.21-.35.21l-.35.22Z' fill='%23fff'/%3E%3Cpath d='M35.89,46.69s-.33.16-.36.21c-.03.05.07.33.08.38.01.06.04.36.08.38.03.02.31-.18.36-.21.05-.03.33-.15.36-.21.02-.04-.07-.33-.08-.38,0-.04-.04-.37-.08-.38-.05-.01-.3.17-.36.21' fill='%23fff'/%3E%3Cpath d='M37.55,47.01c-.06.09-.31.11-.35.2-.02.05.07.33.08.38s.04.36.08.38c.07.03.27-.21.35-.2.03-.1-.12-.28-.08-.38.02-.04.36-.17.36-.2,0-.04-.05-.36-.08-.38-.07-.03-.27.21-.35.2' fill='%23fff'/%3E%3Cpath d='M38.5,47.73l.35-.2c.09-.05.28-.12.35-.2.04-.04-.11-.32-.08-.38.03-.07.34-.14.35-.2.02-.13-.1-.25-.08-.38l-.35.2c-.08.05-.28.12-.35.2-.04.05.11.32.08.38-.03.07-.34.14-.35.2-.03.13.1.25.08.38' fill='%23fff'/%3E%3Cpath d='M39.25,49.4c.06-.09.31-.1.35-.2.04-.08-.13-.3-.08-.37.04-.05.35-.15.35-.2.02-.1-.06-.28-.08-.37l-.08-.37c-.06.09-.31.1-.35.2-.04.08.13.3.08.37-.03.05-.34.15-.35.2-.02.1.06.28.08.37l.08.37Z' fill='%23fff'/%3E%3Cpath d='M39.95,41.03c-.06.09-.31.1-.36.19-.02.04.05.35.07.38,0,.03.33-.21.36-.19.07.03,0,.33.07.38.06-.09.31-.1.36-.19.03-.05-.06-.33-.07-.38,0-.05-.03-.36-.06-.38-.07-.03-.28.2-.36.19' fill='%23fff'/%3E%3Cpath d='M45.95,33.54s-.34.13-.37.17c-.03.05.04.33.05.39,0,.08,0,.34.05.39.02.02.33-.16.37-.17.04-.02.34-.19.37-.17.02.02.03.39.05.38.04-.02.34-.13.37-.17.03-.05-.04-.33-.05-.39,0-.05-.01-.37-.05-.38-.07-.04-.29.2-.37.17-.08-.03-.3.21-.37.17-.03-.01-.03-.39-.05-.39' fill='%23fff'/%3E%3Cpath d='M46.14,35.08c-.07.09-.31.08-.37.17-.03.05.04.33.05.38,0,.05.01.36.05.38.07.04.29-.19.37-.17.04-.1-.1-.29-.05-.38.02-.04.36-.14.37-.17,0-.04-.02-.37-.05-.38-.07-.03-.29.19-.37.17' fill='%23fff'/%3E%3Cpath d='M45.97,29.91l.76-.33-.07-.77-.38.16c-.05.02-.35.12-.38.17-.03.05.03.33.03.39l.03.39Z' fill='%23fff'/%3E%3Cpath d='M48.17,28.15c.06.06-.03.35.03.39.04.02.32-.14.38-.16.11-.04.28-.09.38-.16.07-.04.33-.09.38-.16.06-.09-.08-.29-.03-.38l-.76.32-.38.16Z' fill='%23fff'/%3E%3Cpath d='M49.63,26.74c-.07.08-.32.07-.38.16-.02.04.01.35.02.38,0,.03.35-.17.39-.16.07.04-.03.33.03.38.07-.08.32-.06.38-.15.03-.05-.02-.33-.03-.38,0-.05.01-.36-.03-.38-.07-.04-.3.18-.38.16' fill='%23fff'/%3E%3Cpath d='M50.94,22.25l.39-.15c.09-.04.31-.08.39-.14.05-.04-.05-.33-.01-.38.04-.06.37-.08.39-.14.05-.12-.05-.26,0-.38l-.39.14c-.1.04-.31.08-.39.14-.05.04.05.33.01.39-.05.06-.37.08-.39.14-.05.12.05.26.02.39' fill='%23fff'/%3E%3Cpath d='M52.12,22.2c.05.06-.06.34.01.38.05.03.32-.13.39-.14.11-.01.28-.1.39-.14.07-.03.34-.09.39-.14.06-.07-.06-.3-.01-.38-.08-.02-.32.18-.39.14-.03-.02.03-.39-.01-.38-.04,0-.37.11-.39.14-.05.07.07.32.01.38-.09.09-.3.06-.39.14' fill='%23fff'/%3E%3Cpath d='M53.71,22.4c-.08.08-.33.05-.39.14-.03.03,0,.34.01.38,0,.03.36-.16.39-.14.07.04-.04.32.01.38.08-.08.33-.05.39-.14.03-.05,0-.33-.01-.38,0-.05.02-.36-.01-.38-.07-.04-.31.16-.39.14' fill='%23fff'/%3E%3Cpath d='M56.01,20.42v.38s-.01.37.02.38c.08.04.3-.16.39-.14.08-.08.32-.05.39-.14.01-.02-.01-.38-.01-.38-.07-.03-.32.18-.39.14-.07-.04.06-.34,0-.39-.07-.04-.31.16-.39.14' fill='%23fff'/%3E%3Cpath d='M56.37,18.75c.08.03.33-.17.4-.13.03.02-.03.39,0,.38.04,0,.37-.09.39-.13.02-.03-.03-.37,0-.38.12-.06.27-.09.39-.13l.39-.13.39-.13c-.05-.06.06-.34,0-.38-.07-.04-.31.15-.39.13l-.79.26-.39.13c-.08.08-.33.04-.39.13-.07.09.05.29,0,.38' fill='%23fff'/%3E%3Cpath d='M57.96,14.77c-.08.08-.33.04-.4.12-.03.03-.01.35,0,.39,0,.03.36-.15.39-.13.06.04-.06.33,0,.39.08-.08.33-.04.39-.13.04-.04,0-.33,0-.38,0-.05.04-.36,0-.38-.07-.04-.32.15-.4.12' fill='%23fff'/%3E%3Cpath d='M61.71,10.28l-.02.39-.03.77.4-.11.8-.22.4-.1.05-.76-.4.1c-.1.03-.32.12-.4.1-.05,0,.07-.35.02-.38-.06-.05-.33.14-.4.11l-.4.11Z' fill='%23fff'/%3E%3Cpath d='M62.27,7.88c.05.06-.09.34-.03.38.05.04.37-.16.41-.11.05.07-.09.33-.03.38.05.05.35-.15.41-.1.04.03-.08.38-.03.38.09.01.3-.08.4-.1l.82-.2.41-.09c.06-.09-.04-.3.03-.38.01-.01.41-.09.41-.09-.04-.07.09-.33.03-.38-.04-.03-.35.08-.41.09-.11.02-.31.11-.41.1-.08-.01-.36.14-.41.1-.04-.03.09-.37.04-.38-.08-.02-.35.14-.41.1-.04-.03.08-.37.04-.38-.09-.02-.31.07-.41.1l-.41.1-.03.38-.41.1Z' fill='%23fff'/%3E%3Cpath d='M64.04,11.17l-.04.76c.05.06-.08.33-.02.38,0,0,.39-.09.4-.1.05-.07,0-.3.02-.38.03-.12.02-.26.02-.38,0-.04.05-.36.02-.38-.08-.04-.32.13-.4.1' fill='%23fff'/%3E%3Cpath d='M69.82.12c.04.07-.13.32-.07.37.04.03.41-.1.43-.06.02.08-.06.28-.07.37,0,.04-.1.36-.07.37.06.03.34-.05.42-.06l.42-.06.42-.06c-.04-.07.13-.31.08-.36-.05-.04-.39.1-.42.05-.04-.07.13-.32.07-.37-.06-.05-.37.1-.43.05-.04-.04.12-.36.08-.37-.09-.03-.32.04-.43.05l-.43.06Z' fill='%23fff'/%3E%3Cpath d='M71.81.59l.42-.04c.05,0,.4-.07.42-.04.05.06-.14.31-.08.36.06.05.36-.1.42-.04.03.03-.12.35-.08.36.04,0,.39-.02.42-.04.08-.07,0-.28.08-.36l.08-.36s.11-.34.08-.36c-.07-.05-.33.08-.42.04l-.42.04-.42.04c-.06,0-.38,0-.43.05-.08.07,0,.29-.08.36' fill='%23fff'/%3E%3Cpath d='M71.45,2.42c.04.07-.12.32-.07.37.04.04.35-.06.42-.05.11.01.3-.04.42-.05.07,0,.36,0,.42-.05.08-.05,0-.3.07-.36-.08-.04-.36.1-.42.05-.03-.03.1-.36.07-.37-.04,0-.39.03-.42.05-.07.06,0,.32-.07.37-.11.07-.3,0-.42.05' fill='%23fff'/%3E%3Cpath d='M73.06,2.58l.84-.08c.12-.01.3,0,.42-.04.08-.03.35.02.41-.03.08-.07,0-.28.07-.36l-.83.07c-.12.01-.3,0-.42.04-.08.03-.35-.01-.42.04-.08.07,0,.28-.07.36' fill='%23fff'/%3E%3Cpath d='M35.83,141.84c.08-.03.27.14.35.1.03-.02.01-.35.01-.39l.02-.39s.04-.38.02-.39c-.04-.02-.33-.11-.35-.09-.05.04.04.36-.02.39-.08.04-.28-.14-.35-.1-.06.04.04.35-.01.39-.06.05-.28-.13-.35-.1v-.39s0-.38.03-.39c.02-.01.35.1.35.1,0-.06.05-.34.02-.39-.06-.08-.28-.03-.35-.1-.07-.07-.3-.02-.35-.1-.06-.08.06-.3.02-.39l-.71-.2-.03.78c.04.09-.07.31-.01.39.06.08.3.02.35.1.06.08-.07.31-.01.39.06.08.29.02.35.1.07.08.29.02.35.1.05.08-.07.31-.01.39.06.08.29.02.35.1.03.04-.05.37-.01.4.03.02.33.11.35.1.06-.05-.04-.33.01-.4M41.56,154.19l-.74-.11-.12-.81.37.05.37.05c.09.01.29.08.37.05.04-.01-.09-.36-.06-.4.05-.06.32.11.37.05.05-.06-.11-.34-.06-.4.05-.06.3.09.37.05.07-.04.31.11.37.05.04-.04-.1-.37-.05-.4.07-.03.28.04.36.05.05,0,.33.08.36.05.04-.05-.07-.33-.05-.4,0-.04-.03-.37-.05-.4-.03-.03-.32-.04-.36-.05-.03,0-.35-.02-.36-.05-.05-.08-.04-.31-.05-.4l-.05-.39c-.02-.13-.05-.27-.05-.39,0-.06-.08-.35-.05-.39.02-.03.37.08.37.05,0-.04-.02-.36-.05-.39-.07-.07-.29.02-.37-.05-.02-.02-.35-.06-.37-.05-.03.03.09.38.05.39-.09.02-.27-.04-.37-.05-.09-.01-.28,0-.37-.05-.05-.03,0-.34-.05-.39-.07-.07-.29.01-.37-.05l.05.39.05.39.05.39c.01.1,0,.3.05.39.02.05.33,0,.37.05.07.08-.02.32.05.4.07.07.3-.02.37.05.07.07,0,.31.05.4l.11.8-.74-.1c-.08-.06-.3.02-.37-.05-.06-.06-.02-.32-.05-.4-.04-.11-.04-.29-.05-.4l-.11-.79-.74-.11.05.4c.01.1,0,.3.05.4.03.05.33,0,.37.05.01.02.07.38.05.4-.02.03-.33-.05-.37-.05-.09-.01-.29,0-.37-.05-.04-.03-.02-.35-.05-.4-.05-.07-.31,0-.37-.06-.07-.08,0-.31-.06-.4l-.75-.12-.05-.4-.11-.79.38.06c.09.01.29,0,.38.06.05.03,0,.34.05.39.07.08.29,0,.38.06l-.05-.39-.1-.78c-.09-.06-.29.02-.38-.06-.03-.03-.04-.34-.05-.39,0-.09.02-.33-.02-.41-.03-.07-.31-.01-.36-.07-.06-.08.03-.31-.02-.4-.05-.09.04-.32-.02-.4-.04-.05-.3-.05-.36-.07,0,0,.04.39.02.4-.01.01-.36-.07-.36-.07-.04-.11-.02-.29-.02-.4l-.02-.4-.04-.79-.04-.79-.02-.39-.02-.39c0-.12-.03-.27-.02-.39.01-.08-.06-.32-.01-.39.04-.05.32.12.36.08.03-.03-.01-.33-.02-.39,0-.02-.35-.05-.36-.08-.04-.04,0-.33-.01-.38v-.38s-.75-.16-.75-.16l.02.38c0,.06-.02.34.01.38.02.02.37.06.37.08,0,.05.04.36.02.39-.06.05-.31-.13-.37-.08-.06.05.07.33.02.39s-.3-.11-.37-.08c-.04.07.08.34.02.39-.02.01-.34-.06-.37-.08-.02-.02-.02-.35-.02-.39,0-.06.02-.34-.02-.39-.06-.08-.29-.01-.37-.08.04.12-.04.27.02.39.04.09-.04.32.02.39.07.08.3,0,.37.08.06.08-.05.31.02.39.05.07.33.01.37.08.04.07.02.32.02.39,0,.1-.02.3.02.39.02.05.33.03.36.08.03.04.02.34.02.39,0,.02-.34-.09-.36-.08-.03.02.02.35.02.4,0,.1-.02.3.02.4.02.05.33.03.36.08.07.08-.04.32.02.4.06.08.3,0,.36.08.06.08-.02.31.02.4.05.09-.04.33.03.4.04.05.34.02.36.07.04.1.02.31.02.4l.05.81-.72-.15-.03-.41-.03-.41c0-.08.01-.34-.03-.4,0-.01-.35-.09-.36-.08-.03.03.06.4.03.4-.05,0-.32-.04-.36-.08-.06-.06.03-.34-.03-.4-.05-.06-.33-.01-.36-.08-.04-.08-.02-.32-.03-.4l-.02-.4-.02-.4c0-.06.01-.35-.02-.4-.06-.07-.32,0-.37-.08.01.02.04.39.02.4-.01.01-.37-.08-.37-.08-.03-.13-.02-.27-.02-.4,0-.07-.06-.35-.02-.4.02-.03.33.08.37.08.05,0,.34.11.37.08.06-.05-.07-.33-.02-.39l-.37-.08-.37-.08c-.06-.01-.33-.04-.37-.08-.03-.04-.02-.35-.02-.39,0-.1-.05-.3-.02-.39.01-.04.34.11.37.08.03-.02-.02-.34-.02-.39l-.02-.39c-.08.03-.3-.13-.37-.09-.07.05-.3-.13-.37-.09-.03.02.02.34.02.39,0,.11.04.29.02.39-.02.1.02.27.02.39,0,.06.06.36.02.39-.03.03-.36-.12-.37-.09.03-.11-.04-.28-.02-.39l-.04-.79-.36-.1c-.05-.02-.32-.06-.35-.1-.02-.03,0-.37,0-.41,0-.03.33.13.35.1.06-.05-.05-.35,0-.4s.29.15.35.1c.03-.03,0-.34,0-.4,0,0-.34-.08-.35-.1-.04-.06.02-.32,0-.4-.02-.12,0-.28.01-.4,0-.07.04-.33.01-.4-.02-.03-.32-.09-.35-.11-.09-.02-.28-.04-.36-.11-.04-.04.05-.34.01-.4-.05-.08-.29-.04-.36-.11s-.3-.03-.36-.11c-.05-.08.07-.32.01-.39-.07-.09-.28-.03-.36-.11-.06-.06.06-.32.01-.39-.04-.06-.3-.08-.36-.11,0,0,0,.38,0,.39-.02.01-.34-.09-.36-.11-.05-.04.05-.34,0-.39-.06-.08-.31-.03-.36-.11-.06-.09.07-.31.01-.39-.03-.05-.35-.07-.37-.12-.03-.1,0-.29.01-.39v-.39s.09-.8.09-.8l.09-.79.04-.39c.01-.11,0-.29.04-.39.01-.03.32.15.34.13.07-.04,0-.33.05-.39.05-.06-.02-.35.05-.39.05-.03.31.17.34.13.04-.06.04-.3.05-.39.01-.09,0-.31.05-.38.02-.04.3.16.34.13.04-.03.03-.32.05-.38,0,0-.33-.11-.34-.13-.04-.07.06-.3.05-.38-.01-.11.03-.27.05-.38l.1-.75.35.13c.11.04.24.11.35.13.08.01.27.15.34.13.06-.02,0-.34.05-.37.03-.02.3.1.34.12.02,0-.07.34-.05.37.03.05.29.1.34.12.06.02.3.07.34.12.02.04-.05.33-.05.37l-.05.38c-.01.09-.07.28-.05.38.01.05.31.07.34.12.05.08-.1.3-.05.38.05.08.29.04.34.12.05.08-.09.29-.05.38.06.08.29.03.33.11.02.04-.04.34-.04.38-.01.02-.32-.12-.35-.11-.07.03.01.34-.03.38-.02.01-.34-.09-.35-.11-.02-.02.05-.35.05-.38l.05-.38c.01-.08.08-.3.05-.38,0-.03-.31-.11-.34-.12-.05-.02-.31-.07-.34-.12-.02-.04.04-.33.05-.38.01-.09.07-.29.05-.38-.01-.05-.31-.08-.34-.12-.05-.06.09-.31.05-.38-.05-.08-.28-.05-.34-.12l-.05.38c-.02.11-.06.26-.05.38,0,.07-.09.32-.05.38.02.03.34.09.34.12,0,.12-.03.26-.05.38l-.05.38-.09.77c.09-.02.25.15.34.12.06-.02,0-.34.05-.39.03-.02.3.1.34.12.07.02.28.06.34.12.01.03-.03.34-.03.38,0,.05-.05.33-.02.38.02.03.32.1.36.1,0,0,.02-.35.02-.38,0-.05-.01-.35.02-.37.03-.02.31.09.36.1l.36.1c.07.07.3.02.36.1.02.03,0,.34-.02.37-.01.04-.32-.13-.36-.1-.06.05.04.33-.02.38-.06.05-.29-.14-.36-.1-.03.02-.02.33-.02.38l-.02.38c.05-.03.32.15.36.1.04-.05.01-.3.02-.38,0-.05-.02-.35.02-.38.06-.05.28.13.36.1l.71.2-.02.38-.04.76-.35-.1-.35-.1-.35-.1c-.05-.01-.32-.13-.36-.1-.05.04,0,.32-.02.38-.03.09-.01.28-.02.38l-.02.38c.11,0,.24.11.35.1.09,0,.28.13.35.1.06-.03-.03-.35.02-.39.06-.05.29.15.35.1.06-.05-.03-.32.02-.38.04-.05.3.14.35.1.06-.05-.03-.32.02-.38l.7.19-.04.76-.02.38-.04.77c.11,0,.24.11.35.09.07-.01.3.13.35.09.06-.05-.03-.32.02-.39.05-.07-.04-.34.02-.39.02-.02.32.07.34.09.04.03-.05.34-.02.39.03.05.33.04.34.09.03.09-.02.29-.02.39,0,.07-.05.32,0,.38.04.07.31.01.36.07.06.08-.05.3.01.38.06.08.3,0,.36.07.06.08-.04.29.01.38.04.07.31,0,.36.07.06.07-.04.29.01.38.05.09-.05.3.01.38.05.06.32,0,.36.07.05.09-.05.31.01.38.04.05.34.02.36.07.04.09,0,.29.01.38,0,.12-.01.27.01.39,0,0-.33-.07-.36-.07-.05-.01-.33-.1-.36-.07-.03.03.01.33.02.39v.39s.35.07.37.07c.05.01.32.03.36.07.04.05,0,.32.01.39,0,0-.34-.08-.36-.07-.03.02.02.34.02.39,0,.1.04.3.02.39-.02.07.07.35.02.39-.03.03-.34-.11-.36-.07-.03.08.02.3.02.4l.02.4c.1-.03.27.11.36.07.02,0-.02-.36-.02-.4,0-.06-.05-.36-.02-.4.06-.05.3.12.36.07.06-.06.3.12.35.07.06-.06-.07-.34-.02-.39.06-.05.3.12.35.07.04-.04-.02-.33-.02-.39.01-.12-.01-.27-.02-.39,0-.1.02-.3-.01-.39-.02-.05-.32-.02-.36-.07-.06-.08.04-.3-.01-.39l.71.13v.39c.02.05,0,.35.03.39.03.04.3.06.35.07.04,0,.34.04.35.06.04.07.01.32.01.39,0,.11-.02.28.01.39.01.08-.02.33.03.38.07.07.29,0,.37.05,0,0-.05-.36-.04-.38,0,0,.36.03.37.05.04.04.03.32.04.38,0,0-.35-.06-.37-.05-.03.02.04.33.04.38.01.11.06.28.04.38-.02.11.04.27.04.38,0,.06.08.35.04.38-.05.06-.3-.09-.37-.05l.09.77.37.05c.1.01.28.07.37.05.03,0-.07-.35-.05-.39.02-.03.32.04.37.05l.36.05c.04-.07-.1-.33-.04-.39.02-.02.36.07.36.04,0,.12.03.26.04.39.01.09.07.3.04.39-.01.05-.33-.08-.36-.04-.03.03.04.33.04.39,0,.12.03.26.05.39.02.12.01.27.05.39.03.09,0,.31.05.39.05.07.31-.02.36.04.07.07,0,.31.05.39.08-.04.28.09.36.04.05-.03-.08-.34-.05-.39.03-.06.32.09.36.04.03-.03-.04-.34-.05-.39,0-.07,0-.33-.05-.39-.04-.07-.3.02-.36-.04-.02-.03-.05-.36-.05-.39,0-.01.34.04.36.04l.36.04.05.39c0,.05.01.35.05.39.04.04.31.04.36.04l.36.04c-.02.12.07.28.05.39,0,.04-.32-.07-.36-.04-.03.02.04.35.05.39.01.11.06.29.05.4-.02.11.04.28.05.4,0,.06.08.36.05.4-.04.05-.32-.1-.36-.04.03-.05-.04-.33-.05-.4,0-.06-.01-.35-.05-.4-.01-.01-.35-.05-.36-.04-.03.05.04.33.05.4,0,.06.08.36.05.4-.05.05-.32-.1-.36-.04-.04.06.05.32.05.4,0,.12.04.28.05.4l.06.39c.02.09.1.3.08.38-.01.05-.35-.07-.38-.03-.05.06.13.32.08.39-.05.06-.32-.08-.38-.03-.02.02.07.34.08.39l.08.39c.09.06.3-.04.38.03.07.07,0,.33.08.39.09.07.28-.03.38.03.07.05.02.33.08.39.03.02.34.04.38.03.03,0-.1-.36-.08-.39.03-.06.33.08.38.03.05-.06-.11-.32-.08-.39-.09-.06-.3.04-.38-.03-.04-.04-.07-.34-.08-.39,0-.02.36.04.38.03.02-.02-.07-.34-.08-.39-.03-.12-.04-.26-.08-.39-.03-.09-.02-.31-.08-.39-.05-.06-.31.03-.38-.03-.08-.07-.01-.3-.08-.38.09-.04.3.08.38.03.05-.04-.12-.33-.08-.38.02-.02.35.01.38.03.02.01.07.35.08.38.02.09.02.3.08.38.03.05.33-.02.38.03.08.07.01.3.08.39l.74.05c.03-.07-.13-.33-.08-.39.04-.04.35.08.37.02.02-.07-.06-.3-.07-.38,0-.06-.1-.35-.07-.38.02-.03.33.02.37.02.02,0,.05.36.07.38.07.07.29-.03.37.02.09.05.28-.05.37.02.04.03.07.34.07.39.01.07.03.33.07.39.05.07.3-.04.37.02.07.07,0,.32.08.39.07.07.29-.05.37.02.04.04.06.33.08.39,0,0-.35-.03-.36-.02-.05.06.12.33.08.39-.05.06-.32-.08-.37-.02-.04.05.09.32.08.39,0,0,.35,0,.36.02.03.03.08.35.08.39,0,.03-.34-.05-.36-.02-.04.06.13.34.08.39-.03.03-.31-.02-.36-.02l-.37-.02-.08-.39-.16-.78-.74-.04.16.78.08.39c.02.06.04.35.08.39.05.05.34-.03.37.02.06.09.06.3.08.4.01.06.04.36.08.4.08.07.28-.03.37.02l.17.8-.37-.02c-.05,0-.32.02-.37-.02-.05-.04-.03-.37-.09-.4-.09-.04-.28-.02-.37-.03-.09,0-.28.02-.37-.03-.05-.02-.04-.35-.08-.4-.04-.04-.32-.02-.37-.03-.05,0-.35-.06-.37-.03-.03.04.13.38.09.4-.07.03-.28-.02-.37-.03l-.37-.03c-.11,0-.26,0-.38-.03-.03,0-.05-.36-.09-.4-.08-.07-.3.04-.38-.03-.08-.07,0-.33-.09-.4-.08-.07-.29.03-.38-.03l-.09-.4c-.01-.07-.11-.34-.08-.39.01-.03.34.03.38.03.05,0,.35.06.38.03.02-.03-.07-.34-.08-.39,0-.02-.35,0-.38-.03-.05-.04-.03-.37-.08-.39-.09-.04-.29-.02-.38-.03-.04,0-.36,0-.38-.03-.05-.07-.07-.31-.08-.39-.02-.11-.09-.28-.08-.39,0-.07-.1-.36-.06-.4.01-.02.36.05.36.05-.01-.06-.02-.36-.06-.4-.07-.07-.29.03-.36-.05-.07-.08.01-.33-.05-.4-.07-.08-.28.02-.36-.05l.11.81.12.81.08.39c.02.07.03.33.08.39.02.03.34.03.38.03.06,0,.34,0,.38.03.07.07.03.31.08.39,0,0-.37-.04-.38-.03-.05.06.12.32.08.39-.09-.06-.3.04-.38-.03-.08-.07,0-.32-.09-.39-.08-.07-.3.03-.38-.03-.04-.03-.08-.34-.09-.39-.02-.1-.03-.3-.08-.39-.05-.08,0-.34-.07-.4-.04-.05-.34,0-.36-.05-.05-.1-.04-.31-.06-.41l-.12-.81-.37-.05c-.05,0-.34-.08-.37-.05-.05.05.08.33.06.41,0,0,.35.04.37.05.01.01.07.4.06.41-.05.06-.3-.1-.37-.05l-.06-.41Z' fill='%23fff'/%3E%3Cpath d='M46.31,152.41s-.34-.06-.37-.03c-.02.01.06.37.07.38.03.03.34.04.37.03.04-.01-.1-.35-.07-.38.03-.04.36.07.37.02.02-.07-.06-.29-.07-.38-.01-.05-.03-.34-.06-.39-.01-.01-.34-.05-.35-.04-.04.04.06.33.05.4-.02.11.09.29.07.39' fill='%23fff'/%3E%3Cpath d='M35.83,141.84c.08-.03.28.14.35.1.03-.02.01-.35.01-.4v-.39s.05-.38.03-.39c-.03-.02-.33-.11-.35-.09-.05.04.04.36-.02.39-.08.04-.28-.14-.35-.1-.06.04.04.35-.01.39-.06.05-.28-.13-.35-.1v-.39s0-.37.03-.39c.02-.01.35.1.35.1,0-.06.05-.34.01-.39-.06-.08-.28-.03-.35-.1s-.3-.02-.35-.1c-.06-.08.06-.3.01-.39l-.71-.2-.03.78c.04.09-.07.31-.01.39s.3.02.35.1c.06.08-.07.31-.01.39.06.09.29.02.35.1.07.08.29.02.35.1.06.08-.07.31-.01.4.06.08.29.02.35.1.03.04-.05.37-.01.4.03.02.33.11.35.1.06-.05-.04-.33.01-.4' fill='%23fff'/%3E%3Cpath d='M57.95,19l-.39.13c-.05.02-.36.08-.39.13-.03.05,0,.33,0,.38,0,.09-.03.31,0,.39,0,0,.38-.13.39-.13.03-.04-.03-.36,0-.38.04-.02.37-.14.39-.13.01,0,.01.37,0,.38.08-.08.33-.04.39-.13.03-.03,0-.34,0-.38,0-.03-.36.14-.39.13-.07-.04.05-.32,0-.38M51.29,28.04c.06.07-.04.33.03.38,0,0,.37-.14.38-.15.06-.09-.07-.28-.03-.38-.06-.06.04-.34-.03-.38-.04-.02-.33.13-.38.15-.09.03-.3.09-.38.15-.04.03.06.33.03.38-.05.08-.35.08-.38.15-.01.03.01.37.03.38.01,0,.37-.14.38-.15.05-.09-.09-.3-.03-.38.07-.09.3-.07.38-.15M49.18,25.74s-.39.16-.39.16c0,.06-.02.36.03.38.04.02.33-.14.38-.16.1-.04.29-.15.38-.15.08,0,.33-.19.38-.15.07.04-.03.33.02.38.07-.08.32-.07.38-.15,0-.02-.01-.38-.03-.38-.03-.01-.37.18-.38.15-.04-.09-.02-.28-.02-.39,0-.03,0-.38-.02-.39-.08,0-.3.12-.38.16-.04.02-.36.11-.38.15-.06.1.07.28.02.39M42.79,39.14l-.36.19s-.34.14-.36.19c-.05.11.09.27.06.38l-.36.19s-.36.19-.36.19c0,.05.03.37.06.38.04.02.31-.16.36-.19.09-.04.28-.18.36-.19.08,0,.3-.21.36-.19.07.03,0,.35.06.38.07.03.29-.22.36-.18.07.03,0,.33.06.38.11-.08.25-.1.36-.19.06-.05.32-.11.36-.18.01-.02-.05-.37-.06-.38-.04-.02-.31.16-.36.18l-.36.19-.12-.76-.06-.38ZM38.63,42.57c-.07-.06,0-.34-.07-.38,0,0-.35.18-.36.2-.04.1.11.28.08.39.06.05,0,.35.08.39.04.02.3-.18.35-.2.09-.04.28-.12.35-.2.04-.04-.09-.32-.07-.38.04-.08.34-.11.36-.19.01-.03-.05-.37-.07-.38-.01,0-.36.18-.36.2-.04.09.12.3.07.38-.06.1-.29.1-.36.2M37.23,45.49c.06.05,0,.35.08.38.04.01.31-.18.35-.2.05-.03.33-.15.36-.2.01-.03-.08-.38-.08-.38.05-.02.31-.22.35-.2.06.03.01.37.08.38.08.01.27-.17.35-.2.11-.04.25-.14.35-.2l.35-.2.35-.2-.08-.38s-.04-.37-.08-.38c-.08-.02-.26.2-.35.2-.03.06.11.34.08.38-.07.08-.27.15-.35.2-.04.02-.32.22-.35.2-.03-.02-.04-.39-.08-.38-.09.02-.26.15-.35.2l-.35.2s.07.35.08.38l-.71.41ZM33.11,54.95l.67-.45c.1-.07.24-.13.33-.22.03-.03-.12-.33-.1-.37.02-.05.3-.18.35-.22l.34-.22c.07-.05.29-.14.35-.22.04-.06-.12-.3-.1-.37l-.34.22-.35.22c-.1.06-.26.13-.35.22-.03.03.11.33.1.37-.01.04-.31.19-.34.22-.08.05-.27.14-.33.22-.06.08-.3.14-.33.23-.04.1.13.27.11.38M31.41,58.78c.02-.1-.15-.27-.11-.37.04-.1.3-.13.34-.23.04-.1-.15-.27-.11-.37s.28-.14.34-.23c-.07-.04-.03-.35-.11-.37-.05-.02-.27.21-.34.23-.1.04-.24.16-.34.23-.06.04-.3.17-.34.23-.04.08.13.28.11.37.09,0,.25-.25.34-.23,0,0,.12.35.11.37-.01.03-.34.23-.34.23.02.05.07.36.11.37.08.02.26-.23.34-.23M29.78,63.63c.07.04.05.34.13.36.06.02.27-.28.32-.24.03.02.11.38.13.36.04-.02.31-.2.32-.24,0-.02-.13-.36-.13-.36.08-.02.26-.26.32-.24.08.02.05.34.13.36.08.02.25-.26.32-.24.03.01.1.38.13.36.03-.02.31-.2.32-.24.03-.1-.14-.26-.13-.36-.07-.04-.05-.34-.13-.36-.08-.02-.24.24-.32.24-.08,0-.25.26-.32.24-.04-.01-.09-.38-.13-.37-.09.03-.24.18-.32.24l-.32.24c-.07-.05-.05-.33-.13-.36,0,0-.32.22-.32.24-.03.1.15.26.13.36M29.15,61.8c.07.04.05.35.12.37.08.02.24-.24.32-.24.08,0,.25-.26.32-.24.05.02.08.38.13.37.1-.02.22-.2.32-.24.11-.05.21-.18.32-.24-.07-.04-.05-.35-.12-.37-.04-.01-.28.21-.32.24-.08.05-.24.23-.32.24-.05.01-.08-.35-.12-.37-.04-.01-.28.21-.32.24l-.32.24ZM26.97,80.04l.28-.28c.08-.08.19-.22.28-.27.06-.03.22-.28.28-.27.02,0,.18.34.18.34.04-.05.27-.21.28-.27,0-.04-.16-.31-.18-.34-.02-.02-.24.28-.28.27-.08-.01-.11-.31-.18-.34l-.28.27-.28.27s-.27.22-.28.27c-.02.1.18.24.18.34M25.47,82.05c.07,0,.22-.3.28-.28.05.02.15.27.18.33.04.08.12.29.18.33.04.03.23-.29.28-.28.05,0,.14.35.18.33.08-.03.21-.22.28-.28l.28-.28.28-.28c-.02-.12-.18-.21-.18-.33,0-.07.27-.2.28-.28,0-.02-.17-.33-.18-.33-.02,0-.28.26-.28.27-.02.1.18.23.18.33l-.28.28c-.07.07-.2.25-.28.28-.04.02-.13-.32-.18-.33-.07,0-.21.3-.28.28-.05-.01-.15-.28-.18-.33-.02-.04-.15-.34-.18-.33-.09,0-.19.26-.28.28-.03.1-.27.18-.28.28s.18.23.18.33M26.61,86.17c-.05.01-.15-.34-.2-.32-.07.02-.2.22-.26.29-.03.04-.26.23-.26.29,0,.02.19.32.21.32.08,0,.18-.29.26-.29s.18-.29.26-.29c.07,0,.14.33.21.32.02,0,.26-.29.26-.29,0-.03-.18-.32-.2-.32-.07,0-.18.27-.26.29M23.11,94.35l.24-.31s.24-.27.24-.31c0-.08-.24-.23-.23-.3.02-.1.24-.21.24-.31,0-.09-.24-.23-.23-.31.02-.12.21-.19.24-.31-.08-.02-.15-.31-.22-.31-.02,0-.24.29-.24.31,0,.04.24.29.23.31-.06.11-.17.21-.24.31l-.24.31-.24.31.45.61ZM23.26,111.91l-.29-.24s-.25-.25-.29-.24c-.04,0-.14.31-.16.35-.02.04-.18.32-.16.36,0,.02.27.25.29.24.06-.02.1-.36.17-.36.09,0,.2.22.29.24.01.08-.19.28-.16.36.01.03.27.24.29.24.03,0,.15-.31.17-.36,0-.03-.28-.2-.29-.24-.02-.1.17-.25.17-.35M26.66,128.81l.67.33c-.03-.1.12-.29.08-.38-.02-.04-.34-.14-.34-.17,0-.04.05-.37.08-.38.04-.02.31.21.34.17.05-.07.06-.29.08-.38l.08-.38.08-.38.16-.74c-.08.02-.27-.2-.34-.17-.04.02-.06.32-.08.37-.02.09-.02.31-.08.37-.03.04-.29-.19-.34-.17-.04.02-.06.32-.08.38-.03.12-.04.26-.08.38,0,0,.33.15.34.17,0,.02-.06.37-.08.38-.06.03-.29-.21-.34-.17-.07.06-.02.31-.08.38-.09.01-.26-.2-.34-.17,0,0-.08.37-.07.38.04.09.28.08.34.17M25.38,127.74s.34.14.34.17c0,.04-.05.37-.07.38-.02,0-.33-.15-.34-.17-.05-.07.1-.31.07-.39l-.34-.17.07-.38.07-.38c.02-.11.03-.28.08-.38.04-.08.01-.33.08-.38.05-.04.28.21.34.18.07-.03.01-.32.08-.38l-.64-.37.11-.38c.01-.06.13-.33.11-.38-.01-.03-.29-.18-.32-.19-.02,0-.1.35-.11.38-.02.05-.06.37-.1.38-.07.03-.24-.2-.32-.19-.02-.1.14-.29.11-.38-.02-.06-.32-.14-.32-.19,0-.1.08-.29.1-.38.02-.08.12-.29.11-.38-.01-.07-.3-.13-.32-.2-.04-.1.13-.28.11-.38-.02-.1.14-.28.11-.38-.04-.1-.28-.1-.32-.2,0,.01-.09.37-.11.38-.03.01-.29-.17-.33-.2-.02-.02.11-.34.1-.38-.02-.08-.29-.12-.33-.2-.02-.05.09-.32.1-.38,0-.01.31.21.33.2.07-.03.03-.34.1-.38.07-.03.25.22.33.2.03,0,.09-.33.1-.37l.1-.37c-.09,0-.24-.21-.33-.2-.06,0-.04.35-.1.37-.07.03-.25-.2-.33-.2-.06,0-.05.35-.11.37-.03.01-.3-.17-.33-.2-.02-.02.12-.33.11-.37-.04-.1-.28-.12-.33-.21l.1-.37c.02-.1.07-.3.13-.38.02-.03.26.22.3.21.03,0,.12-.33.14-.37l.14-.37c-.1-.06-.2-.16-.31-.21,0,0-.12.35-.13.37-.02.05-.09.36-.14.38-.02,0-.29-.19-.3-.22-.02-.04.12-.33.13-.38.02-.06.15-.32.13-.37-.03-.1-.27-.12-.31-.22-.04-.1-.26-.12-.31-.22-.04-.08.16-.29.13-.37-.03-.09-.3-.14-.31-.22-.01-.08.11-.3.13-.37.04-.1.13-.26.14-.37,0-.04-.29-.17-.31-.23-.02-.04.12-.32.13-.37.02-.05.15-.31.13-.37-.01-.05-.27-.2-.31-.23-.08-.06-.26-.15-.31-.23-.03-.05.15-.3.13-.37-.02-.08-.3-.15-.31-.23-.01-.09.11-.29.14-.36.02-.05.15-.31.13-.36-.01-.05-.32-.2-.31-.24.02-.12.12-.26.16-.37l.16-.36c.03-.07.17-.28.16-.36,0,0-.27-.25-.29-.24-.04.01-.13.38-.16.36-.04-.02-.27-.19-.29-.24-.03-.08.18-.28.16-.36-.02-.1-.27-.15-.29-.25-.01-.06.14-.31.16-.36.02-.04.18-.32.16-.36-.01-.04-.3-.22-.29-.25.04-.12.11-.25.16-.36.03-.05.12-.35.16-.36.04,0,.27.28.29.25.07-.08.12-.25.16-.36l.33-.7c-.08,0-.21-.27-.29-.25-.05.01-.12.36-.16.35-.08-.02-.22-.19-.29-.25-.08-.07-.23-.16-.29-.26-.03-.05.18-.29.16-.35-.02-.1-.25-.16-.29-.26-.07.04-.09.34-.16.35-.01,0-.29-.26-.29-.26,0-.09.13-.28.16-.35.04-.09.1-.3.16-.35.04-.03.24.27.29.26.02,0,.17-.33.16-.35,0-.02-.26-.26-.28-.26-.07,0-.12.34-.18.35-.02,0-.28-.23-.28-.26-.02-.08.2-.27.19-.35-.01-.1-.26-.17-.27-.27,0-.11.19-.24.19-.35,0-.09-.26-.18-.27-.27-.01-.11.19-.24.19-.35,0-.09-.26-.18-.27-.27-.01-.1.19-.24.19-.35,0-.12.19-.22.19-.35,0-.08-.26-.19-.27-.27-.01-.11.2-.24.19-.35,0-.05-.23-.24-.27-.28-.04-.04-.26-.22-.27-.28-.01-.11.2-.24.19-.35,0-.11.19-.23.19-.34,0-.08-.26-.19-.27-.28,0-.06.17-.29.19-.34,0,0,.25.26.27.28.04.04.23.28.27.28.04,0,.17-.29.19-.34l.19-.34-.27-.28c-.07-.07-.19-.24-.27-.28-.03-.02-.15.33-.19.34-.03,0-.24-.25-.27-.28-.05-.06-.24-.2-.27-.28-.02-.03.19-.31.21-.34l.22-.34c.05-.08.19-.23.22-.34.02-.05-.24-.23-.25-.29,0-.11.22-.23.22-.34s-.24-.19-.25-.29c0-.09.23-.24.22-.33-.02-.11-.24-.19-.25-.29,0-.07.24-.28.22-.33-.03-.1-.19-.22-.25-.3-.03-.03-.25-.25-.25-.3,0-.07.18-.28.22-.33l.22-.33.22-.33c.05-.08.2-.23.22-.33,0-.02-.22-.27-.25-.3-.03-.04-.24-.25-.24-.3,0-.06.19-.28.22-.33.03-.04.22-.28.22-.32-.01-.07-.21-.25-.24-.3-.03-.05-.23-.25-.22-.31,0-.11.22-.22.24-.32-.01-.1-.23-.2-.22-.31,0-.02.23-.32.24-.32.04,0,.2.27.22.31l.23.31.48-.64c-.09-.04-.14-.28-.23-.31-.06-.02-.18.32-.24.32-.08,0-.15-.29-.22-.31-.06-.02-.18.31-.24.32-.03,0-.2-.27-.22-.31l-.23-.31.24-.32c.06-.08.21-.22.24-.32.02-.06-.23-.25-.22-.31,0-.1.21-.23.24-.32.03-.09.24-.22.24-.32,0-.08-.24-.24-.23-.32.02-.1.19-.24.24-.32.03-.05.24-.26.24-.32,0-.1-.2-.22-.22-.32-.02-.09-.17-.25-.22-.32-.02-.03-.23-.29-.22-.32.02-.09.19-.25.24-.31.07-.09.19-.2.24-.31.03-.07.26-.23.26-.31,0-.03-.22-.3-.2-.32.09-.1.18-.21.26-.31.06-.07.19-.27.26-.31.04-.02.15.32.2.32.08,0,.18-.29.26-.3-.08-.04-.12-.31-.2-.32-.08-.02-.12-.32-.2-.32-.08,0-.18.29-.26.3-.08.02-.19.31-.27.31-.02,0-.2-.29-.2-.33,0-.06.26-.24.26-.31-.02-.12-.2-.2-.2-.33,0-.09.26-.22.26-.31.01-.11-.21-.22-.2-.33,0-.1.25-.21.26-.3,0-.09-.22-.25-.2-.33.02-.08.21-.25.26-.3l.26-.3c.06-.07.23-.21.26-.3.02-.05-.2-.27-.2-.33,0-.09.25-.21.26-.3.01-.1-.2-.23-.2-.34-.04.12-.23.18-.26.3-.02.08.21.25.2.33-.01.11-.24.2-.26.3,0-.08-.22-.27-.2-.33.04-.12.23-.18.26-.3.02-.08-.21-.25-.2-.34,0-.1.23-.2.26-.3.02-.08-.21-.25-.2-.34,0-.08.22-.23.26-.3.07-.11.2-.21.28-.29.08-.08.22-.19.28-.29.02-.04-.19-.28-.18-.34,0-.04.25-.26.28-.29.05-.05.26-.22.28-.29.02-.09-.2-.24-.18-.34,0-.07.29-.23.28-.29-.01-.1-.14-.26-.18-.34-.01-.03-.19-.33-.18-.34.06-.1.2-.21.28-.29l.28-.29c.09-.09.19-.22.28-.29.05-.04.23-.29.28-.29.05,0,.14.36.18.34.08-.03.21-.21.28-.28l.28-.28-.72-1.38c-.04.11-.26.17-.28.28-.02.1.2.25.18.35,0,.02-.27.29-.28.29-.04,0-.16-.3-.18-.35l-.18-.35.28-.29c.09-.09.19-.22.28-.28.07-.05.22-.27.29-.28.07,0,.1.34.17.35.07.01.22-.27.3-.28-.03-.13-.13-.22-.16-.34-.01-.06-.12-.33-.16-.35-.06-.03-.23.29-.3.28-.02,0-.17-.33-.16-.35.03-.1.28-.17.3-.28.02-.07-.19-.29-.16-.35.05-.1.23-.21.3-.28.06-.05.27-.2.3-.28.03-.08-.18-.27-.16-.35.02-.11.27-.17.3-.28.02-.1-.18-.24-.16-.35,0-.04.26-.24.3-.27.05-.04.28-.21.3-.27.01-.04-.14-.31-.16-.35-.03-.06-.17-.28-.16-.36,0-.04.26-.24.3-.27.04-.04.28-.21.3-.27.02-.1-.16-.25-.16-.36,0-.09-.13-.29-.16-.36l-.16-.36c.07,0,.23-.3.3-.27.07.03.08.35.16.36.08.02.22-.28.3-.27.08.01.09.33.16.36.03.01.26-.24.3-.27.04-.04.27-.27.31-.26.04.01.12.3.15.35.02.05.11.35.15.36.06.01.23-.24.3-.26.09-.04.23-.19.31-.26l.62-.52c-.06-.02-.08-.35-.14-.35-.07,0-.08-.34-.15-.35-.08-.02-.23.25-.31.26-.1,0-.22.25-.31.26-.07,0-.08-.34-.15-.36-.08-.02-.23.25-.31.26-.1,0-.22.26-.31.26-.07,0-.08-.34-.15-.36-.08-.02-.24.28-.31.26-.08-.01-.07-.32-.14-.36-.06-.03-.25.28-.32.26-.08-.02-.07-.32-.14-.36l.32-.26.31-.26s.3-.21.31-.26c.02-.06-.12-.31-.14-.36-.02-.06-.16-.3-.14-.36.02-.09.3-.18.31-.26.01-.12-.16-.24-.14-.36.01-.09.29-.17.31-.26.03-.11-.16-.26-.14-.36.02-.1.27-.17.31-.26.03-.08-.17-.28-.14-.36.03-.1.28-.15.31-.26.03-.1-.15-.26-.14-.36.01-.09.29-.17.31-.26.03-.1-.17-.27-.14-.37.02-.06.27-.22.31-.26.05-.04.29-.19.32-.26.04-.09-.16-.27-.13-.36.03-.1.29-.15.33-.25.03-.1-.16-.26-.12-.36.03-.1.29-.15.33-.25.03-.1-.16-.26-.13-.37.03-.1.3-.15.33-.25.03-.11-.15-.25-.13-.37.02-.09.3-.16.33-.25.03-.09-.16-.28-.13-.37.03-.07.27-.21.33-.25.08-.06.27-.16.32-.25.03-.05-.13-.31-.12-.37.01-.09.3-.16.32-.24.02-.06-.16-.33-.12-.37.07-.09.24-.18.33-.24.08-.06.24-.22.33-.24.05,0,.08.36.12.37.07.02.24-.24.33-.24-.01-.13-.12-.23-.12-.37,0-.05-.09-.35-.12-.37-.05-.03-.26.26-.33.24-.02,0-.13-.35-.12-.37.02-.09.28-.16.33-.24.04-.08-.15-.29-.12-.37.04-.1.28-.15.34-.24.07-.11.28-.12.34-.23.04-.08-.14-.28-.11-.37.04-.1.29-.13.34-.23.04-.09-.13-.28-.11-.37.02-.08.31-.15.34-.23.04-.1-.14-.27-.11-.37.03-.1.3-.14.34-.23.04-.1-.15-.27-.11-.38.04-.1.3-.13.34-.23.04-.1-.14-.27-.11-.38.04-.1.28-.14.34-.23.04-.08-.14-.29-.11-.38.04-.1.29-.13.34-.23.04-.1-.14-.28-.11-.38.04-.1.3-.13.34-.23.04-.1-.14-.28-.1-.38.02-.07.28-.18.34-.23,0,0,.09.37.11.38.07.03.26-.25.33-.23.07.03.03.35.11.38.02,0,.31-.2.34-.23.01-.02-.1-.35-.1-.38l-.09-.37c-.01-.05-.12-.32-.09-.37.02-.05.3-.19.35-.22l.7-.44s-.04-.38-.09-.38c-.08,0-.27.17-.35.22-.05.03-.31.23-.35.22-.04-.01-.08-.33-.09-.38-.02-.06-.11-.31-.09-.38.03-.09.3-.14.35-.22.03-.11-.14-.28-.09-.38.03-.07.29-.16.35-.22.09-.09.24-.16.35-.22.05-.03.33-.17.35-.22.02-.06-.08-.33-.09-.38,0-.04-.11-.35-.09-.38.05-.08.28-.17.35-.22l.35-.22c.09-.06.28-.13.35-.22.04-.04-.12-.32-.09-.38.04-.09.31-.12.35-.21.04-.11-.12-.27-.09-.38.02-.09.32-.13.35-.21.04-.09-.1-.28-.08-.38,0,0-.34.21-.36.21,0,0-.09-.36-.08-.38.05-.1.3-.12.36-.21.03-.07-.12-.33-.08-.38.07-.08.27-.16.36-.21l.36-.21c.11-.06.25-.17.36-.21.09-.03.28-.22.36-.21.06,0,.02.36.08.38.07.03.27-.22.36-.21l-.15-.76-.08-.38c-.01-.06-.1-.32-.08-.38.02-.04.32-.18.36-.2l.35-.2c.05-.03.33-.15.36-.2.05-.1-.12-.29-.07-.39.03-.06.35-.14.35-.2.02-.1-.06-.29-.08-.39-.01-.08-.1-.3-.07-.39.02-.08.32-.12.36-.2.05-.1-.11-.28-.07-.38.05-.1.31-.1.36-.2.02-.04-.06-.34-.06-.38,0-.05-.09-.33-.07-.38.03-.05.32-.17.37-.2.1-.05.28-.11.37-.19.03-.03-.09-.33-.06-.38.02-.04.32-.17.37-.19.05-.03.34-.14.37-.19.03-.05-.05-.33-.06-.38,0-.06-.09-.33-.06-.39.03-.06.31-.15.36-.19,0,0,.04.38.06.38.07.03.28-.2.36-.19s.29-.22.36-.19c.07.03,0,.33.06.38.03-.01.35-.18.36-.19-.02-.08-.01-.34-.06-.38-.05-.04-.3.22-.36.19-.05-.02-.04-.33-.06-.39-.04-.1-.04-.27-.06-.39l-.12-.77.36-.19.37-.19c.09-.04.3-.11.37-.18.04-.04-.07-.32-.05-.39.03-.08.33-.1.37-.18.02-.04-.08-.36-.05-.38.11-.08.26-.12.37-.18.09-.04.29-.18.37-.18.05,0,0,.36.05.39.07.03.29-.2.37-.18-.05-.1,0-.28-.05-.38-.03-.06,0-.36-.05-.39-.07-.03-.31.22-.37.18-.07-.04.02-.33-.05-.39-.05-.04-.31.21-.37.18-.07-.03.01-.33-.05-.39l.74-.36.37-.18.37-.18c.09-.04.28-.17.37-.18.05,0,0,.37.05.39.07.03.3-.21.37-.18.07.03-.02.35.05.39.07.04.29-.19.37-.18l-.05-.39-.05-.39c-.02-.12-.01-.28-.05-.39-.03-.08.01-.34-.05-.39-.05-.04-.31.21-.37.18-.03-.01-.05-.35-.05-.39,0-.03.34-.14.37-.18.06-.07-.09-.31-.04-.39.04-.06.32-.13.38-.17,0,0,.02.37.04.39,0,0,.37-.15.38-.17.06-.09-.08-.28-.04-.38.02-.03-.02-.37-.04-.38-.05-.04-.32.2-.38.17-.02-.01-.04-.35-.03-.38.02-.06.34-.11.38-.17.06-.07-.08-.31-.03-.39.06-.09.33-.08.38-.17.06-.1-.09-.29-.03-.39.04-.06.36-.11.38-.17.03-.1-.03-.29-.03-.39,0-.05-.06-.34-.03-.39.03-.05.33-.14.38-.17.05-.02.36-.12.38-.17.03-.07-.03-.32-.03-.39,0-.06-.07-.34-.03-.39.05-.08.35-.09.38-.16.05-.12-.08-.27-.03-.39.04-.08.33-.09.38-.16.04-.07-.09-.33-.03-.39.06-.07.31-.13.39-.16l.39-.16.39-.16c.05-.02.35-.11.39-.16.03-.05-.02-.33-.02-.39,0-.06-.06-.34-.02-.39.06-.09.34-.07.39-.16.04-.07-.03-.31-.02-.39,0,0-.37.16-.39.16,0,0-.03-.37-.02-.39.03-.04.38-.12.38-.16-.02.14.04.26.02.39l.39-.15c.09-.04.3-.16.38-.16.05,0-.02.36.02.39.06.03.31-.16.38-.15.08,0,.32-.19.38-.16.04.03-.03.39.02.39.09,0,.29-.12.38-.15l.38-.15s-.02-.36-.02-.39c.07-.08.32-.06.38-.15.01-.02,0-.37-.02-.39-.02-.02-.34.14-.38.15-.06.02-.34.18-.38.15-.06-.04.05-.36-.02-.39-.04-.02-.33.13-.38.15-.02.01.04.36.02.39-.02.04-.34.14-.38.15l-.38.16-.08-1.56.38-.15c.06-.03.35-.1.38-.15.05-.07-.07-.34-.02-.39.08-.07.33-.06.39-.15.04-.06-.06-.35-.01-.38.09-.07.3-.11.4-.15.04-.02.37-.11.39-.14.04-.06,0-.32,0-.39,0-.04-.03-.36,0-.39.07-.06.31-.11.39-.14l.39-.14c.11-.04.28-.07.39-.14.04-.02-.04-.34,0-.39.04-.05.34-.12.39-.14l.39-.14s.04-.39,0-.39c-.09,0-.29.11-.39.14-.11.04-.28.13-.39.14-.07,0-.34.17-.39.14-.03-.02,0-.34,0-.39,0-.02.37-.11.39-.14.06-.09-.06-.29,0-.39.08.02.33-.18.39-.14.04.03-.04.39,0,.39.09,0,.3-.11.39-.14.08-.03.32-.08.39-.14,0,0,0-.38,0-.39-.03-.02-.38.17-.39.14,0-.04-.03-.35,0-.39.05-.06.32-.1.39-.14,0,0,0,.38,0,.39.03.02.34-.12.39-.14l.4-.13v-.38c0-.06-.03-.34,0-.39.06-.08.34-.05.4-.13.05-.08-.02-.29,0-.39.03-.11,0-.28,0-.39,0-.12-.02-.26,0-.39.02-.09-.05-.3,0-.39.04-.08.34-.06.4-.13.07-.09-.05-.29,0-.39l.4-.13.4-.13c.12-.04.27-.11.4-.13.07-.01.36-.16.4-.13.04.03-.06.38,0,.39.09,0,.3-.1.4-.13l.4-.12c-.05-.05.07-.35,0-.39-.07-.04.08-.34.01-.38-.06-.04-.33.15-.4.12-.08-.03-.33.17-.4.12-.04-.03.02-.33.01-.39,0,0,.39-.1.4-.12.07-.08-.04-.29.02-.38.07-.11-.05-.28.02-.38.05-.07.35-.05.41-.12.07-.08-.05-.3.02-.38.08-.08.32-.04.4-.12.06-.1-.05-.29.02-.38.03-.04.36-.1.4-.12l.4-.12-.04.77-.41.12c-.06.02-.36.07-.4.12-.01.02-.03.37-.02.38.06.05.33-.15.4-.12l.81-.23s.38-.07.4-.11c.04-.1.01-.29.02-.38,0-.12-.01-.26.02-.38.02-.09-.04-.3.02-.39.05-.07.34-.04.4-.11.07-.08-.04-.29.02-.39-.09-.02-.32.15-.4.11,0,0,0-.37.02-.39.04-.04.35-.1.4-.11.02,0-.04.37-.02.39.05.03.33-.11.4-.11.11,0,.28-.08.4-.11l.4-.11c-.04-.09.08-.3.03-.38-.04-.06.09-.34.03-.38-.05-.04-.33.12-.41.11-.1-.01-.3.08-.41.11-.06.01-.37.14-.4.11-.04-.03.02-.33.02-.39,0,0,.38-.1.41-.11l.41-.11s.39-.08.41-.11c.02-.03.04-.36.03-.38-.04-.05-.35.15-.41.11-.02-.02.01-.35.03-.38.03-.06.36-.05.41-.11.07-.08-.04-.31.03-.39.09-.09.31-.03.41-.1.07-.06-.03-.32.03-.38.08-.08.33-.03.41-.1.09-.07.34-.02.41-.1.07-.08-.04-.31.04-.38.09-.08.32-.02.41-.1.07-.06-.02-.31.04-.38.04-.05.35-.08.41-.1,0,0-.05.37-.04.38.05.03.34-.1.41-.1.11,0,.29-.07.41-.09.09-.02.34-.11.42-.09.05.01-.07.34-.04.38.04.05.36-.13.42-.09.06.05-.1.32-.04.37.05.06-.11.33-.04.38.06.05.34-.12.41-.09.08.03.35-.13.41-.08.04.03-.05.32-.04.37,0,0-.4.07-.41.08-.08.08.03.29-.04.38.13-.05.27-.04.41-.09.13-.05.28-.06.41-.08l.41-.08.41-.08c.11-.02.31-.03.41-.08.02,0,.04-.34.04-.37,0-.06,0-.33.04-.37.03-.03.36-.07.41-.08.06,0,.37-.11.41-.08.06.05-.09.31-.04.37-.11.07-.31,0-.41.08-.07.05.02.31-.04.37-.07.07-.34,0-.41.08-.07.08.04.3-.04.37-.03.03-.4.05-.41.08-.01.04-.06.35-.04.37.06.05.33-.11.41-.08.06-.09-.04-.28.04-.37.03-.04.36-.07.41-.08.07-.02.34-.03.41-.08.07-.05-.03-.31.04-.37.08-.08.33,0,.41-.08.07-.08-.04-.3.04-.37.05-.05.34-.06.41-.08-.02,0-.02.34-.04.37l-.08.74-.41.08c-.06.01-.36.04-.41.08-.07.07.04.3-.04.37-.07.07.04.3-.04.37-.08.08-.33,0-.41.08-.08.07.03.29-.04.37-.03.03-.36.07-.41.08l-.4.09c-.05.01-.37.11-.4.09-.06-.05.09-.34.03-.38-.07-.05-.32.12-.4.09-.06-.03.08-.34.03-.38-.06-.05-.33.12-.41.09-.08-.04-.34.14-.41.09-.06-.04.1-.34.03-.38-.08-.04-.32.13-.41.09-.06-.02.09-.34.03-.38-.03-.02-.36.08-.41.09-.02,0,0,.35-.03.38-.06.07-.36.02-.41.09-.07.1.03.27-.03.38l.41-.09c.06-.01.37-.12.41-.09.04.03-.04.32-.03.38,0,0-.39.08-.41.09-.03.03-.03.33-.03.38,0,.07-.06.33-.02.38,0,0,.38-.08.4-.1.07-.05-.03-.31.03-.37.02-.02.38-.1.41-.09.02,0-.03.34-.03.37,0,.09-.06.31-.03.37.02.04.36-.12.41-.09.06.05-.09.33-.03.37.06.05.34-.14.41-.09.06.05-.08.31-.03.37-.09.07-.33.01-.4.09-.07.08.05.31-.02.38-.08.08-.31.02-.4.1-.07.06.04.31-.02.38-.02.02-.37.1-.4.1-.02,0,.02-.34.02-.38l.02-.38.02-.38c0-.05.06-.35.02-.38-.05-.04-.33.1-.4.1-.1,0-.29.07-.4.1l-.4.1c-.06.11.04.28-.02.38-.05.07-.34.03-.4.1-.06.07.05.31-.02.38-.06.05-.32.08-.4.11-.06.02-.36.06-.4.11-.06.07.02.3-.02.38-.02.04-.04.35-.02.38.04.05.34-.15.4-.11.03.02-.01.33-.02.38,0,.07.03.31-.01.38-.04.07-.34.04-.4.11-.07.08.04.29-.01.38l-.4.11-.8.22v-.38c.01-.05.06-.35.03-.38-.07-.04-.32.14-.4.11-.05-.02-.33.09-.4.11-.11.03-.3.12-.4.11-.04,0,.05-.35.02-.38-.03-.02-.35.1-.4.12-.13.04-.28.06-.4.11-.03.01.01.35-.01.38-.04.05-.34.1-.4.12l-.4.12-.02.77c.1-.08.3-.03.4-.12.06-.06-.05-.31,0-.38.07-.08.32-.04.4-.11.06-.05-.04-.31.02-.38.03-.04.35-.1.4-.11.11-.03.29-.11.4-.11.04,0-.05.36-.01.38.05.03.37-.16.4-.11.04.06-.01.29-.01.38,0,.05-.05.35-.01.38.06.04.32-.13.4-.11.07.02.31-.09.4-.11l.4-.11c.12-.03.28-.1.4-.11.09,0,.32-.14.4-.11.06.02-.07.34-.01.38.02.02.36-.09.4-.11.01,0,.01-.35.01-.38,0-.06-.03-.33.01-.38.07-.08.33-.03.4-.11.07-.08-.05-.3.01-.38.04-.04.34-.09.4-.11.05-.01.36-.13.4-.11.01.01,0,.36-.01.38-.05.07-.33.04-.4.11-.05.11.05.27-.01.38-.04.07-.34.04-.4.11-.07.08.06.3-.01.38-.07.08-.32.04-.4.11-.07.06.04.31-.01.38-.05.07-.32.07-.4.11,0,0,.03-.37.01-.38-.03-.02-.36.09-.4.11-.03.02.02.34-.01.38-.07.08-.33.03-.4.11-.02.02-.02.36-.01.38.04.05.34-.15.4-.11.03.02,0,.34-.01.38,0,.03-.37.07-.4.11-.07.08.06.29-.01.38-.07.08-.33.03-.4.11-.07.08.06.3,0,.38-.07.09-.31.04-.39.12-.06.06.05.31,0,.38-.07.08-.31.04-.39.12-.05.09.06.3,0,.38-.02.02-.37.13-.39.12-.03-.01,0-.34,0-.38,0-.06.04-.36,0-.38-.07-.04-.32.16-.39.12-.07-.04-.3.15-.39.12-.06-.02.05-.35,0-.38-.07-.04-.31.15-.39.12v.77c.05.08-.06.31,0,.38.04.05.34-.16.39-.13.03.02,0,.33,0,.38,0,.01-.37.1-.39.12-.05.06.02.31,0,.38-.03.12,0,.27,0,.38v.38s-.78.25-.78.25l-.39.13c-.1.03-.3.06-.39.13-.02.01,0,.35,0,.38,0,.06.05.33.01.38-.03.04-.34.12-.39.13l-.77.27v.38s.37-.13.4-.14c.05-.02.35-.16.39-.13.03.02.01.33.01.38,0,.08.05.3.01.38-.02.05-.34.09-.39.13-.06.06.07.31.01.38-.05.07-.31.08-.39.14-.09.07-.28.09-.39.14-.06.02-.35.09-.39.14-.06.09.08.3.01.38-.03.04.01.33.01.38,0,.07.05.31.01.38-.04.08-.33.06-.39.14-.06.08.08.29.01.38-.06.09-.33.05-.39.14-.05.08.08.31.02.38-.05.06-.31.12-.38.15-.09.04-.3.08-.38.15-.04.04.05.33.03.38-.04.08-.33.07-.38.15-.03.04.06.36.03.38-.1.07-.27.11-.38.15-.09.04-.3.15-.38.15-.04,0,0-.35-.03-.38-.04-.05-.32.18-.38.15-.07-.04.03-.33-.02-.38l-.76.3.05.77c.08.02.31-.19.38-.15.07.04-.04.34.03.38.07.04.31-.19.38-.15.07.04-.03.32.03.38l.06.76-.38.15c-.1.04-.28.15-.38.15-.04,0,0-.35-.03-.38-.03-.02-.34.13-.38.15-.05.02-.36.11-.38.15-.03.05.02.32.03.38,0,.09-.01.31.03.38.02.04.33-.18.38-.15.01,0,.03.38.03.38-.06.07-.29.12-.37.16l-.37.16-.37.16-.75.32c-.04.11.09.27.04.38-.03.08-.33.08-.38.16-.01.02.02.38.04.38.02,0,.35-.14.38-.16.06-.07-.08-.3-.04-.38.03-.05.32-.14.37-.16.05-.02.34-.18.37-.16.07.04-.03.34.04.38.07.04.3-.2.37-.16.05.03-.02.37.04.38-.1-.01-.27.16-.37.16-.04.11.09.28.04.38-.02.04-.33.14-.37.16-.09.04-.29.09-.37.16-.09.08-.3.07-.38.16-.05.07.09.3.04.38-.03.05-.32.14-.38.16,0,0-.02-.37-.04-.38-.03-.02-.33.14-.38.16-.12.05-.25.12-.38.16-.12.04-.26.11-.38.16l-.75.33s.01.39.04.38c.11-.02.26-.12.38-.16l.37-.16c.12-.05.26-.14.38-.16.09-.02.3-.18.38-.16.06.01-.02.35.04.38.07.04.29-.18.38-.16l.08.76-.38.16c-.05.02-.33.18-.37.16-.03-.02,0-.39-.04-.38-.11.02-.27.12-.37.16l-.74.34c.06.05-.02.35.05.38.07.03.3-.21.36-.17.07.05-.01.33.05.38.05.04.31-.2.36-.17.04.02.05.33.05.38,0,.02-.35.14-.36.17-.03.05.05.32.05.38l.05.38-.36.17-.37.17s-.34.13-.37.17c-.03.06.04.32.05.38,0,.03.05.38.05.38-.1.08-.26.12-.37.17-.1.04-.27.16-.37.17-.04,0-.02-.36-.05-.38-.03-.02-.32.15-.37.17l-.37.17.05.38c.02.1,0,.3.05.38.02.03.33-.19.37-.17.03.01.05.33.05.38l.05.38-.37.17-.37.17c-.12.05-.25.1-.36.18-.02.02.08.35.06.38-.02.04-.32.17-.36.18-.03,0-.03-.37-.06-.38-.02,0-.34.16-.36.18-.05.06.1.31.06.38-.03.06-.35.13-.36.18-.02.1.05.29.07.38,0,.05.09.33.06.38-.03.05-.31.15-.36.18-.05.03-.33.13-.36.18-.04.09.09.28.07.38-.02.1.05.29.07.38l.07.38-.36.18c-.07.03-.3.2-.36.19-.03,0-.06-.34-.07-.38-.01-.05-.02-.36-.07-.38-.07-.03-.28.2-.36.19l.07.38c.02.1.02.3.07.38.02.03.32-.2.36-.19.03,0,.06.33.07.38.02.12.07.25.07.38,0,.03-.34.15-.36.19-.03.05.06.32.07.38l.07.37-.7.38s.1.36.08.38c-.1.08-.24.13-.35.19l-.35.19c-.11.06-.24.15-.35.2-.02,0-.05-.36-.08-.38,0,0-.34.18-.35.2-.04.08.13.3.08.38.02-.02.33-.2.35-.2.02,0,.09.34.08.38,0,.03-.32.17-.35.2-.05.03-.32.14-.35.2-.01.03.06.35.08.38.01.02.32-.18.35-.2.05-.03.31-.21.35-.2.02,0,.09.35.08.38-.02.05-.3.17-.35.2-.09.05-.26.18-.35.2-.04,0-.05-.35-.08-.38-.03-.02-.31.17-.35.2l-.35.2.08.37.08.37c.02.08.1.29.08.37-.02.06-.31.14-.35.2-.05.07.12.29.08.37-.04.09-.31.1-.35.2-.04.1.11.27.08.37-.03.08-.32.12-.35.2-.04.1.14.28.09.37-.04.1-.28.11-.34.21-.04.07.13.29.09.37-.04.1-.3.11-.34.21-.04.1.12.27.09.37-.02.08-.31.13-.34.21-.04.09.14.29.1.37-.04.07-.28.17-.34.21-.05.03-.32.15-.34.21-.04.1.12.27.1.37l-.68.42-.1-.37c-.01-.05-.12-.31-.1-.37.02-.04.34-.18.34-.21-.01-.12-.06-.26-.09-.37-.02-.05-.05-.36-.09-.37-.07-.02-.27.2-.34.21-.11.01-.24.19-.34.21l.1.37c0,.06.12.32.09.37-.04.09-.31.12-.34.21-.02.05.08.32.1.37.01.02.32-.22.34-.21.07.03.03.33.1.37.07.05.02.34.1.37.07.03.26-.22.34-.21l.2.74-.69.42c-.02.11.13.26.1.37,0,.02-.33.22-.34.21-.03,0-.07-.38-.1-.37-.11.05-.24.14-.34.21l-.66.44c.07.04.04.34.11.37.07.02.26-.25.33-.22.08.04.04.32.11.37.05.03.27-.24.33-.22.03.01.11.33.11.37,0,.03-.31.18-.33.22-.02.1.15.27.11.37-.04.1-.28.13-.33.22-.06.11-.27.11-.33.22-.04.07.14.28.11.37-.03.09-.28.14-.33.22-.06.08-.26.17-.33.22-.08.05-.27.14-.33.22-.03.04.12.31.11.36-.02.08-.3.14-.33.22-.03.07.11.29.11.36,0,.05.08.34.11.36.05.03.27-.24.33-.22.03,0,.11.32.11.36,0,.02-.31.2-.33.22-.05.04-.31.17-.33.22-.04.1.13.26.11.36l-.33.22c-.1.07-.23.19-.33.23-.06.03-.27.25-.32.23-.03,0-.1-.38-.12-.37-.11.06-.22.16-.32.23-.09.07-.24.14-.32.23-.05.06-.3.16-.32.23-.03.1.14.26.12.36-.05.1-.29.14-.32.24,0,.02.13.36.13.36.06,0,.26-.19.32-.23l.32-.23c.06-.05.26-.23.32-.23.03,0,.11.33.13.36.03.09.07.3.13.36.03.03.27-.24.32-.23.07.02.06.32.13.36l-.32.23s-.28.24-.32.23c-.07-.02-.06-.32-.13-.36-.02.06-.32.18-.32.23,0,.1.1.27.13.36.04.11.11.24.13.36.02.09.15.26.13.36-.01.08-.29.15-.32.23-.02.06.16.31.13.36-.06.08-.24.18-.32.23-.05.03-.28.25-.32.23-.06-.02-.07-.36-.13-.36-.09,0-.23.24-.32.24-.07,0-.07-.34-.13-.36-.08-.02-.24.24-.32.24l.13.36c.02.05.15.3.13.36-.03.09-.3.15-.32.24,0,.03.11.34.13.36.02.01.29-.22.32-.24.05-.03.28-.25.32-.24.02,0,.14.33.13.35,0,.04-.29.21-.32.24l-.32.24c-.1.07-.24.15-.31.24-.02.03.15.31.14.36,0,.04-.27.22-.31.24-.05.04-.28.18-.31.24-.03.08.16.26.15.35-.01.08-.28.16-.31.25-.03.1.15.25.15.35,0,.12.16.23.15.35-.01.08-.28.16-.31.25-.03.1.16.25.15.35,0,.08-.28.17-.31.25-.02.04.13.31.15.35.03.06.16.27.15.35-.01.08-.28.16-.31.25-.03.1.17.25.15.35-.03.1-.28.15-.31.25-.02.08.18.28.15.35-.04.08-.25.19-.31.25-.04.04-.29.19-.31.25-.01.05.17.31.15.34-.07.1-.21.18-.29.26l-.29.26-.58.52c.07.03.09.33.16.34.05.01.26-.29.29-.26.06.05.12.26.17.35.04.09.15.23.16.34,0,.02-.27.24-.29.26-.09.08-.22.16-.29.26-.04.06-.28.19-.29.26-.02.1.17.24.16.34,0-.01.28-.26.29-.26.03,0,.15.3.17.34.02.05.18.29.17.34-.02.1-.26.16-.29.26-.03.08.18.26.17.34-.02.09-.25.17-.29.26-.04.09-.28.17-.29.26-.01.06.2.29.17.34-.05.09-.22.2-.29.26-.05.04-.28.2-.29.26-.01.04.15.3.17.33.03.06.17.26.17.33,0,.04-.25.24-.28.27-.07.07-.23.18-.28.27-.03.05.19.27.18.33-.01.09-.27.18-.28.27,0,.07.15.28.18.33.04.08.17.23.18.33,0,.06-.27.21-.28.27-.01.1.2.23.18.33,0,.06-.24.23-.28.27-.07.07-.23.18-.28.27-.02.05.19.27.18.33-.02.1-.25.17-.28.27-.02.09.2.24.18.33-.02.1-.26.17-.28.27-.02.1.2.22.19.32-.01.08-.24.2-.28.27,0,0-.17-.32-.19-.32-.03,0-.24.24-.28.28l-.28.28.19.32.19.32c.04.08.17.23.2.32.01.06-.25.22-.26.28,0,.1.21.22.2.32,0,.1-.25.18-.26.28,0,.09.22.24.21.32-.02.08-.21.22-.26.28-.04.04-.25.23-.26.28,0,.04.22.29.21.32-.07.1-.18.2-.26.28-.08.09-.17.22-.26.29-.07.05-.19.27-.26.29-.06.01-.14-.31-.21-.32-.08,0-.18.27-.26.29.07.03.13.31.2.32.05,0,.22-.31.26-.29.07.04.16.24.21.31l.21.31s.21.26.21.31c0,.05-.22.25-.26.29l-.26.29c.01.11.21.2.21.31,0,.04-.23.26-.26.29l-.26.29-.21-.31c-.05-.07-.14-.27-.21-.31-.03-.02-.21.28-.26.29-.06.01-.14-.31-.21-.31-.08,0-.18.27-.26.29-.06.02-.14-.31-.21-.31-.06,0-.2.26-.26.3-.09.05-.19.21-.26.3l-.48.6s.18.33.22.31c.07-.03.17-.3.24-.3.05,0,.18.33.23.31.07-.04.18-.23.24-.3l.24-.3s.2-.29.25-.3c.03,0,.18.27.22.31.05.08.15.27.22.31.04.02.19-.3.24-.3.08,0,.15.29.22.31.08-.02.16-.3.24-.29.02,0,.22.28.23.31,0,.02-.22.27-.24.29-.03.04-.24.24-.24.29,0,.05.2.26.23.3.02.03.23.26.23.3,0,.07-.2.24-.24.29-.03.04-.24.25-.24.3,0,.06.19.26.23.3.05.07.2.21.23.3.01.05-.23.24-.24.3-.01.08.23.21.23.3,0,.09-.22.21-.24.3,0,0-.21-.3-.23-.3-.06,0-.18.26-.24.3-.08.06-.17.22-.24.3l-.24.3c-.07.08-.2.2-.24.31,0,.02.21.27.23.29.04.05.22.22.23.29,0,.04-.22.27-.24.31-.06.08-.2.21-.24.31-.02.04.24.24.24.29,0,.04-.19.27-.22.31l-.22.31c.09.03.16.28.25.29.08.01.17.29.25.29.08,0,.14-.29.22-.31.08-.02.13-.29.22-.31.03,0,.22.25.25.28.08.09.18.18.25.28.01.02-.21.27-.22.31,0,.08.24.2.25.28,0,.08-.19.22-.22.31-.03.1-.16.22-.22.31-.03.05-.22.26-.22.31,0,.1.25.18.25.28,0-.02.2-.31.22-.31.03,0,.23.24.25.28.02.03-.22.27-.22.31,0,.09.25.18.25.27,0,.06-.18.26-.22.31-.02.04-.22.27-.22.31,0,.05.26.23.25.27-.03.1-.16.23-.22.31l-.22.32c-.06.1-.17.21-.22.32-.01.03.24.23.25.27,0,.07-.17.25-.19.32-.03.11-.14.22-.19.32l-.19.32.27.26.54.52.54.52c0,.1-.21.22-.19.32,0,.06.28.21.27.26-.02.09-.14.25-.19.32-.03.04-.15.32-.19.32-.02,0-.27-.23-.27-.25,0-.05.17-.28.19-.32l.19-.32-.54-.51-.19.32s-.2.27-.19.32c.01.1.24.16.27.26l-.19.33s-.2.27-.19.33c0,.07.23.2.27.26.07.1.19.18.27.25.07.06.19.23.27.25.04.01.15-.32.19-.33.03,0,.25.22.27.25.02.03-.19.28-.19.33,0,.08.26.17.27.25.01.1-.2.23-.19.33,0,.1-.2.22-.19.33,0,.04.23.22.27.24.02.02.29.22.29.24-.01.1-.12.24-.17.33-.04.09-.1.27-.17.33-.03.02-.25-.24-.29-.24-.03,0-.15.29-.17.33l-.17.33c.08,0,.21.25.29.24.05-.01.12-.34.17-.33.08.02.22.18.29.24l.29.23c0,.11-.17.22-.17.33,0,.08.27.15.29.23.01.05-.14.29-.17.33,0,0-.27-.22-.29-.23-.04-.03-.24-.24-.29-.23-.01,0-.17.33-.17.33.04.09.27.14.29.23,0,.04-.19.31-.17.34.03.04.25.23.29.23.06,0,.1-.32.17-.33.02,0,.28.21.29.23.01.03-.15.3-.17.33-.04.08-.16.24-.17.34,0,.05.27.18.29.23.03.07-.18.26-.17.34.02.07.29.16.29.22,0,.08-.13.27-.17.34-.04.09-.15.24-.17.34,0,.04.27.17.28.22,0,.04-.13.3-.14.34-.05.11-.08.24-.14.34,0,0-.29-.2-.31-.22-.05-.03-.27-.23-.31-.22-.07.02-.07.3-.14.34l.31.22s.27.23.31.22c.04-.01.1-.35.14-.34.1.03.22.15.31.21l.62.42-.14.34c-.03.08-.14.25-.14.34,0,.05.29.15.31.21.03.09-.15.25-.14.34,0,.09-.16.26-.14.34.03.09.29.12.3.2.02.1-.15.24-.14.35.01.08.28.13.3.2.02.06-.13.28-.14.35,0,0-.29-.21-.3-.2-.02,0-.14.32-.14.35.01.08.28.12.3.2.02.06-.17.31-.14.35.05.08.23.15.3.2.06.04.27.13.3.2.03.06-.16.28-.14.35.03.09.27.1.3.2.03.09-.14.25-.11.35.01.04.28.16.32.19.04.03.31.14.32.18.02.05-.1.29-.11.35-.01.05-.13.3-.11.35.03.07.31.11.32.18.01.09-.14.27-.11.35.02.06.32.13.32.18,0,.09-.08.27-.11.35-.04.12-.09.23-.11.35-.01.06-.07.33-.11.36-.05.04-.26-.2-.32-.18-.05.02-.08.3-.11.36-.05.09-.08.25-.11.36l-.22.73c.1,0,.22.18.32.18.05,0,.06-.34.11-.36.04-.02.29.21.32.18.05-.06.08-.27.11-.36l.22-.72.63.35-.22.72c.01.11-.13.25-.11.36.02.08.29.1.31.17.03.08-.11.28-.11.36,0,.11-.09.27-.11.36,0,.05-.1.31-.08.36.04.08.28.09.34.16,0,0,.07-.35.08-.36,0,0,.33.14.34.16.02.04-.07.31-.08.36,0,.02-.31-.17-.34-.16-.07.03-.02.31-.08.36-.06.05-.01.33-.08.36-.07.03-.26-.17-.34-.16l-.16.73.34.16c.1.04.24.14.34.16.07.01.27.18.33.15.03-.01.07-.32.08-.36l.08-.36.67.31c.02.11-.11.25-.08.36.02.07.3.08.33.15.02.04-.07.31-.08.36,0,.01-.31-.16-.33-.15-.05.03-.05.31-.08.36-.05.09-.06.26-.08.37l-.08.37.33.15c.06.03.27.16.33.15.06-.02.03-.34.08-.37.02-.01.31.12.33.15.02.02-.08.33-.08.37-.02.09-.1.28-.08.37,0,.05.3.1.33.14.04.06-.12.3-.08.37.04.08.27.07.33.14.07.09.26.05.33.14.05.06-.09.29-.05.36.05.08.28.05.35.13l-.05.36c-.02.11-.02.26-.05.37-.03.08,0,.31-.05.37-.04.05-.29-.16-.35-.13-.06.04-.01.31-.05.37-.05.08.01.3-.05.37-.02.02-.31-.12-.35-.13-.05-.02-.31-.15-.35-.13-.07.04.02.33-.05.37-.07.04.02.33-.05.38-.06.04-.29-.18-.35-.13-.07.05.01.31-.05.38-.04.05-.29-.17-.35-.13-.05.03-.02.32-.05.38-.04.1-.03.27-.05.38l-.09.77-.09.78-.09.78c-.07.03-.28-.18-.34-.13-.04.03,0,.39-.04.39-.08,0-.26-.1-.35-.14l-.35-.14.09-.79.09-.78c-.1,0-.25-.16-.35-.14-.08.01-.29-.18-.35-.14-.04.03,0,.39-.04.39-.08,0-.27-.1-.35-.14-.05-.02-.32-.09-.35-.14-.03-.05.04-.34.04-.39,0,0,.33.13.35.14l.04-.39c0-.06,0-.36.04-.39.04-.03.33.18.35.14.04-.07.03-.29.04-.38.01-.09,0-.31.05-.38.02-.04.31.17.35.14.07-.04-.01-.32.05-.38-.06-.08-.3-.05-.35-.14-.04-.07.1-.32.05-.38-.03-.04-.31-.14-.35-.14-.02,0-.04.35-.05.38,0,.05-.01.36-.04.38-.04.02-.31-.12-.36-.15-.04-.02-.33-.17-.35-.15-.04.03-.04.32-.04.38l-.04.39-.71-.3.05-.39.07-.4c.02-.12.08-.27.07-.39,0-.04-.31-.12-.33-.16-.03-.07.08-.32.07-.39,0-.12.05-.28.07-.39.01-.06.1-.33.08-.39-.04-.09-.29-.08-.34-.16-.04-.08.12-.32.08-.39-.05-.08-.26-.11-.34-.17-.1-.07-.23-.12-.34-.17-.05-.03-.31-.11-.34-.17-.02-.04.06-.34.07-.39l.15-.77-.68-.35c.03.1-.12.29-.07.38' fill='%23fff'/%3E%3Cpath d='M67.74,5.55l.41-.08c.06-.01.38-.11.41-.08.03.03-.04.33-.04.38,0,.03-.06.38-.04.38.04,0,.38-.05.41-.08.06-.06-.02-.33.04-.38.08-.05.32-.06.41-.08.1-.02.31-.02.41-.08.05-.03,0-.33.04-.38.06-.06.37,0,.41-.07.02-.02.07-.36.05-.37-.06-.05-.33.1-.41.07l.11-.74-.83.14c-.07.08.03.3-.05.37-.08.08-.33,0-.41.08-.08.08.03.3-.04.38-.05.05-.34.05-.41.08-.12.05-.29.06-.41.08l-.41.08-.41.08.09-.75c.09-.07.34,0,.41-.08.06-.06-.03-.33.05-.38.1-.07.32,0,.41-.08.08-.07-.03-.31.05-.38.04-.04.39-.04.41-.08.02-.04.08-.36.05-.37-.01,0-.4.06-.42.07-.02.02-.05.38-.05.38-.06.01-.38.11-.41.08-.06-.05.09-.32.05-.38l-.82.17-.83.17-.09.76c.08.03.35-.13.41-.09.06.05-.11.33-.05.38.06.05.35-.13.41-.08.04.03-.05.32-.05.38,0,.12-.05.26-.04.38l-.41.09s-.39.11-.41.09c-.05-.06.11-.33.04-.38-.06-.05-.35.14-.41.09-.03-.03.09-.37.05-.38-.03,0-.39.06-.42.09-.08.08.02.29-.04.38.08.03.35-.14.42-.09.06.05-.09.31-.04.38.08.03.35-.14.41-.09.04.03-.04.32-.04.38,0,.09-.08.31-.04.38.03.05.37-.12.41-.09.06.04-.11.34-.04.38.07.04.32-.09.41-.08.07,0,.36-.12.41-.08.04.03-.09.36-.04.37.09.02.31-.06.41-.08.08-.02.35-.03.41-.08.03-.02.04-.34.04-.38l.04-.38.04-.38Z' fill='%23fff'/%3E%3Cpath d='M68.91,2.77l-.12.74s-.08.36-.05.37c.07.02.33-.06.41-.07.05,0,.38-.04.41-.07.02-.02.05-.36.06-.36.05,0,.39-.09.42-.06.06.05-.12.31-.06.36.06.05.36-.11.42-.06.06.05-.11.3-.06.36.03.05.37-.1.42-.06.04.03-.06.31-.06.36l-.06.36.84-.11.12-.72c-.08-.04-.36.1-.42.05-.06-.05.12-.31.06-.36-.06-.05-.36.11-.42.06-.06-.05.12-.31.06-.36-.05-.05-.37.1-.42.06-.04-.04.12-.34.06-.36-.07-.03-.33.04-.42.06-.11.01-.33.08-.42.06-.08-.02-.37.1-.43.06-.06-.05.11-.3.07-.37-.08-.04-.37.11-.43.06-.05-.04.13-.34.07-.37-.09-.04-.33.09-.43.06-.09.06-.35,0-.42.07-.02.02-.07.37-.06.38.03.03.36-.07.42-.07l.42-.07Z' fill='%23fff'/%3E%3Cpath d='M75.36,1.33h.43c.05,0,.39.01.43-.01.04-.03.05-.33.09-.34.11-.03.31,0,.43.01.07,0,.37.04.43.01.08-.04.02-.27.1-.33h-.43c-.1-.02-.32-.05-.43-.02-.06.02-.04.3-.1.33-.09.05-.33-.04-.43,0-.1.05-.34-.05-.43,0-.09.06-.02.27-.09.34' fill='%23fff'/%3E%3Cpath d='M54.09,123.52s.17-.13.17-.15c0-.02-.12-.02-.14-.02l-.14-.02s-.11-.03-.14-.02c-.02,0-.15.13-.17.15-.03.02-.16.13-.17.15,0,.01.12.02.14.02l.14.02s.1.03.14.02c.02,0,.15-.13.17-.15' fill='%23fff'/%3E%3Cpath d='M52.65,123.66s-.09-.04-.14-.02c-.05.02-.12.12-.17.15-.05.03-.12.13-.17.15-.02,0-.12-.03-.14-.02-.02.02-.17.15-.17.15,0,.03.13,0,.14.02,0,.01-.17.15-.17.15,0,0,.12.03.14.02.03-.01.14-.13.17-.15l.17-.15.17-.15.17-.15Z' fill='%23fff'/%3E%3Cpath d='M52.94,124.4c-.05.03-.12.13-.17.15-.05.02-.09-.04-.14-.02l-.17.15s-.16.13-.17.15l.14.02s.13-.14.17-.15c.03-.01.11.04.14.02.06-.04.11-.11.17-.15.02-.03.16-.12.17-.15,0-.03-.13,0-.14-.02' fill='%23fff'/%3E%3Cpath d='M51.32,124.69s.16-.12.17-.15c0-.02-.12-.02-.14-.02-.02,0-.11-.03-.14-.02-.04.02-.13.12-.17.15-.06.04-.12.11-.17.15-.02.02-.16.14-.17.15l.14.02c.05-.02.12-.12.17-.15.05-.03.12-.13.17-.15.05-.02.09.04.14.02' fill='%23fff'/%3E%3Cpath d='M51.64,127.82s-.09-.04-.14-.02c-.03.01-.13.14-.16.16-.04.04-.11.12-.16.16-.04.03-.11.14-.16.16-.03.01-.12-.04-.14-.02-.05.03-.12.12-.16.16-.04.04-.11.13-.16.16-.03.02-.11-.04-.14-.02-.03.01-.13.14-.16.16l-.16.16s.09.05.14.02c.05-.02.11-.14.16-.16.05-.02.09.05.14.02s.11-.13.16-.16c.04-.02.1.04.14.02.03-.01.13-.14.16-.16.02-.02.14-.16.16-.16.04-.01.12.02.14.02l.14.02s.11.03.14.02l.16-.16s-.14,0-.14-.02c.01-.03.16-.13.16-.16,0-.02-.12-.02-.14-.02l-.14-.02.16-.16Z' fill='%23fff'/%3E%3Cpath d='M52.77,130.47l-.13-.02s-.11-.03-.13-.02c-.05.03-.1.14-.16.17l-.16.17s-.16.16-.16.18c0,.03.12,0,.13.02.05-.03.11-.15.16-.17.03-.02.11.04.13.02.05-.04.12-.13.16-.18l.16-.17Z' fill='%23fff'/%3E%3Cpath d='M49.81,130.78s.11-.15.16-.17c.04-.02.1.05.14.02.03-.02.14-.15.16-.17.01-.02-.14,0-.14-.02,0-.03.15-.14.16-.17,0-.03-.14,0-.14-.02,0-.03.15-.13.16-.17l-.28-.05-.16.17s-.16.16-.16.17c0,.02.15,0,.14.02-.03.04-.11.12-.16.17l-.16.17.28.05Z' fill='%23fff'/%3E%3Cpath d='M51.58,131.28s-.15.14-.16.18c0,.03.14-.01.13.02,0,.03-.15.14-.16.18,0,.02.15,0,.13.02-.03.05-.11.13-.16.18-.02.02-.14.17-.16.18-.05.02-.09-.05-.14-.02-.05.03-.11.15-.16.18-.01,0-.14-.02-.14-.02-.02.03-.15.16-.15.18,0,.02.12.02.14.02.02,0,.14,0,.14.02,0,.03-.12.14-.15.17l-.15.18s-.1.16-.15.18c.05-.02.1.05.15.02.05-.03.1-.15.15-.18.05-.03.1-.15.15-.18.03-.01.13.04.15.02.05-.04.11-.13.15-.18l.15-.18.29-.35s.13-.14.16-.18c.01-.02-.14,0-.14-.02,0-.03.16-.16.16-.18,0-.03-.12,0-.14-.02l.16-.18-.27-.04Z' fill='%23fff'/%3E%3Cpath d='M50.36,132.5s.15-.14.16-.18c0-.01-.12-.03-.14-.02,0,0-.14.16-.15.18-.05.02-.09-.04-.14-.03-.01.04-.15.14-.15.18,0,.02.12.02.14.03.02,0,.11.04.14.03.05-.03.11-.15.16-.18' fill='%23fff'/%3E%3Cpath d='M49.59,135.42l-.15.18s-.13.14-.15.18c-.01.02.14,0,.14.02,0,.02-.16.17-.15.18.02.03.12,0,.14.03l.15-.19s.13-.14.15-.19c.01-.02-.14,0-.14-.02,0-.02.16-.17.15-.18-.02-.03-.12,0-.14-.02' fill='%23fff'/%3E%3Cpath d='M49.43,136.45l-.14-.03s-.12-.04-.14-.02c-.05.03-.09.15-.15.19,0,.03.14-.01.14.02,0,.02-.12.16-.14.19-.03.04-.14.15-.14.19,0,.03.14,0,.14.03.05-.04.1-.16.14-.19.04-.02.1.05.14.02.05-.04.09-.14.14-.19l-.14-.02.15-.19Z' fill='%23fff'/%3E%3Cpath d='M50.96,137.58s-.09-.05-.14-.03c-.03.02-.12.17-.14.19-.02.03-.14.17-.14.19,0,.03.12,0,.14.02,0,0,.12.04.14.03.02-.01.13-.17.14-.19,0-.02-.14,0-.14-.03,0-.04.13-.15.14-.19' fill='%23fff'/%3E%3Cpath d='M50.26,137.89l-.14-.03s-.12-.04-.14-.03c-.05.03-.09.15-.14.19l-.14.19s-.14.17-.14.19.12.02.14.03c.02,0,.12.04.14.03.03-.02.12-.16.14-.19l.29-.39Z' fill='%23fff'/%3E%3Cpath d='M50.67,138.18s-.09-.05-.14-.03c-.03.02-.12.17-.14.19-.02.03-.14.17-.14.19,0,.03.12,0,.14.03,0,0,.12.04.14.03.02-.01.13-.17.14-.2,0-.02-.14-.01-.14-.03,0-.04.13-.15.14-.19' fill='%23fff'/%3E%3Cpath d='M49.68,139.33s.14-.16.14-.2c0-.02-.12-.03-.14-.03-.01,0-.12.18-.14.2-.05.03-.09-.05-.14-.03-.01.04-.14.16-.14.2,0,.02.12.03.14.03.02,0,.11.04.14.03.05-.03.1-.16.14-.2' fill='%23fff'/%3E%3Cpath d='M48.97,139.86l-.14.2s-.12.19-.14.2c-.02.01-.12-.05-.14-.03-.05.05-.1.14-.14.2-.04.05-.12.15-.14.2l.14.03s.14,0,.14.03-.12.17-.14.2l-.14.2s.09.06.14.03c.03-.02.12-.17.14-.2.04-.05.11-.14.14-.2.02-.04.14-.17.14-.2,0-.02-.15,0-.14-.03.02-.05.11-.15.14-.2l.14-.2s.14-.16.14-.2c0-.04-.13,0-.14-.03' fill='%23fff'/%3E%3Cpath d='M49.45,141.5s-.1-.05-.15-.03c-.05.03-.09.16-.13.2-.05.04-.09.17-.13.2-.02.02-.13-.04-.15-.03-.05.05-.1.14-.13.2l-.13.2-.14.2s.1.05.15.03c.05-.03.09-.16.13-.2.05-.04.09-.17.13-.2.02-.02.13.04.15.03.05-.05.1-.14.13-.2l.13-.2.13-.2Z' fill='%23fff'/%3E%3Cpath d='M50.48,144.64s.13-.17.13-.21c0-.02-.12-.02-.14-.03-.02,0-.12-.04-.14-.03-.05.03-.09.17-.13.21.01.03.14-.01.14.03,0,.02-.13.21-.13.21.01,0,.12.04.14.03.04-.03.09-.17.13-.21' fill='%23fff'/%3E%3Cpath d='M49.37,147.49l-.13.21c-.03.05-.11.16-.13.21,0,.03.14,0,.14.03,0,.03-.14.19-.13.21.02.04.12,0,.14.03l.13-.21c.03-.05.11-.16.13-.21,0-.03-.14,0-.14-.03,0-.03.14-.19.13-.21-.02-.04-.12,0-.14-.03' fill='%23fff'/%3E%3Cpath d='M49.01,148.62s-.08.18-.13.21c-.02.01-.13-.05-.14-.03-.02.02-.13.2-.13.21,0,.02.15.01.14.03-.02.06-.09.15-.13.22l-.13.21.28.07.13-.22s.13-.2.13-.21c0-.02-.15-.01-.14-.04.02-.06.09-.16.13-.21.02-.03.13-.19.13-.21,0-.04-.13,0-.14-.03' fill='%23fff'/%3E%3Cpath d='M48.33,151.83s.12-.19.12-.22c0-.02-.13-.03-.15-.03-.02,0-.12-.05-.15-.03-.02.01-.11.19-.12.21-.02.03-.12.19-.12.22,0,.02.13.03.15.03.02,0,.13.05.15.03.03-.02.1-.18.12-.22' fill='%23fff'/%3E%3Cpath d='M50.41,158.03s-.07.2-.11.23c-.03.02-.13-.07-.15-.04-.04.05-.08.17-.11.23l-.03.06.06-.09-.12-.02-.17-.02-.32.41.17.02.34.04s.04,0,.07.01l.08.02.38-.69c.03-.05.06-.11.06-.13,0-.04-.14,0-.15-.04' fill='%23fff'/%3E%3Cpath d='M48.89,158.41s-.1-.07-.15-.04c-.04.03-.07.19-.11.23-.04.04-.07.2-.11.23-.02.01-.14-.06-.15-.04-.02.02-.12.21-.11.23,0,.04.13,0,.15.04,0,.02-.11.23-.11.23.01,0,.13.05.15.04.03-.02.1-.19.11-.23l.11-.23.11-.23.11-.23Z' fill='%23fff'/%3E%3Cpath d='M49.12,158.06c.05-.02.11.05.16.03.02-.01.15-.18.16-.2.01-.02-.16,0-.16-.02,0-.04.15-.16.16-.2-.05.02-.11-.05-.16-.02-.03.02-.14.18-.16.2-.02.03-.16.18-.16.2,0,.04.15,0,.16.03' fill='%23fff'/%3E%3Cpath d='M46.05,159.31s.13.06.16.04c.03-.01.15-.17.17-.2.03-.03.16-.17.17-.2,0-.02-.14-.04-.15-.04-.02,0-.12-.06-.15-.04-.03.01-.15.17-.17.2s-.17.18-.17.2c0,.02.13.04.15.04' fill='%23fff'/%3E%3Cpath d='M41.25,161.44s.18-.15.19-.19c0-.02-.13-.05-.15-.06-.04-.02-.1-.06-.15-.07-.04,0-.11-.09-.15-.07-.06.02-.13.16-.19.18l.29.15.15.07Z' fill='%23fff'/%3E%3Cpath d='M39.91,161.88c.05,0,.09.09.15.08.02,0,.17-.16.19-.18.01-.02-.15-.06-.15-.08,0-.04.17-.14.19-.18-.05.01-.09-.09-.15-.07-.03,0-.16.16-.19.18-.03.03-.19.16-.19.18,0,.04.14.04.15.08' fill='%23fff'/%3E%3Cpath d='M36.29,163.91s.19-.13.2-.18c0-.04-.16-.05-.15-.09.02-.05.19-.13.2-.17.01-.05.19-.13.2-.17,0-.03-.12-.07-.14-.09l-.14-.09-.2.17s-.17.13-.2.17c-.02.03.15.06.14.09,0,.04-.2.14-.2.18,0,.05.13.04.14.09l.15.09Z' fill='%23fff'/%3E%3Cpath d='M34.35,164.51s.11.11.14.1c.03,0,.18-.15.21-.18.03-.03.2-.15.2-.17,0-.02-.13-.08-.14-.09-.02-.01-.11-.1-.14-.09-.03,0-.18.15-.2.17-.02.02-.2.15-.2.17,0,.03.12.08.14.1' fill='%23fff'/%3E%3Cpath d='M34.4,163.61c.05,0,.08.11.14.1.03,0,.18-.15.2-.17.03-.02.2-.15.2-.17.01-.04-.14-.05-.14-.1-.06.02-.15.16-.2.17-.02,0-.12-.11-.14-.1-.02.02-.2.15-.2.17-.01.05.14.06.14.1' fill='%23fff'/%3E%3Cpath d='M34.74,162.9l-.13-.11s-.08-.1-.13-.11c-.03,0-.17.16-.2.17-.04,0-.09-.12-.13-.11-.07.03-.13.13-.21.17l.13.11s.08.1.13.11c.03,0,.17-.16.2-.17.04,0,.09.12.13.11.07-.03.13-.13.2-.17' fill='%23fff'/%3E%3Cpath d='M35.62,161.96c-.05,0-.07-.11-.13-.1-.05.01-.16.17-.2.17-.03,0-.1-.12-.13-.11-.05.02-.15.12-.2.16l-.2.17c.05,0,.07.12.13.11.05,0,.16-.16.2-.17.03,0,.1.12.13.11.05-.02.15-.13.2-.17l.2-.17Z' fill='%23fff'/%3E%3Cpath d='M30.94,164.42c.05,0,.07.12.13.12.02,0,.19-.14.21-.16.01-.02-.14-.1-.13-.12.01-.05.18-.11.21-.16-.05,0-.07-.12-.13-.12-.03,0-.18.14-.21.16-.03.02-.2.13-.21.16-.01.04.13.07.13.12' fill='%23fff'/%3E%3Cpath d='M26.3,163.88s.1.13.12.13c.03,0,.18-.13.22-.15.04-.03.2-.11.22-.15,0-.01-.11-.11-.12-.13-.01-.01-.13-.11-.12-.13.01,0,.22-.15.22-.15-.01-.02-.1-.13-.12-.13-.03,0-.19.13-.22.15-.03.02-.21.12-.22.15-.02.05.13.08.12.13,0,.05.14.08.12.13-.01,0-.22.15-.22.15' fill='%23fff'/%3E%3Cpath d='M27.18,163.29c.05,0,.07.13.12.13.03,0,.19-.13.22-.15.03-.02.21-.12.22-.15.02-.05-.13-.08-.12-.13-.06.01-.16.15-.22.15-.02,0-.1-.14-.12-.13-.03.01-.21.13-.22.15-.01.05.13.08.12.13' fill='%23fff'/%3E%3Cpath d='M24.2,165.06l-.25-.27-.44.29.13.13s.1.14.13.13c.03,0,.19-.12.22-.14l.22-.14Z' fill='%23fff'/%3E%3Cpath d='M23,164.55s.21-.1.22-.14c0-.03-.11-.11-.12-.13-.03-.04-.08-.11-.13-.13-.03-.02-.08-.14-.12-.13-.06,0-.16.13-.22.14l.25.27.13.13Z' fill='%23fff'/%3E%3Cpath d='M22.05,164.29c.05,0,.07.14.12.14.02,0,.2-.12.22-.14.02-.01-.13-.12-.12-.13.02-.05.2-.09.22-.14-.05,0-.07-.14-.12-.14-.03,0-.19.12-.22.14-.03.02-.22.12-.22.14-.02.05.13.09.12.14' fill='%23fff'/%3E%3Cpath d='M19.29,165.12l-.13-.14s-.08-.12-.13-.14c-.03-.01-.19.14-.23.14-.04,0-.08-.16-.12-.15-.08.02-.15.11-.23.13l.12.15s.08.12.12.14c.03.01.19-.14.23-.14.04,0,.09.15.13.14.08-.02.15-.11.23-.14' fill='%23fff'/%3E%3Cpath d='M19.14,164.55s.21-.09.23-.13c.01-.03-.11-.12-.12-.15-.02-.05-.08-.11-.12-.15-.02-.03-.08-.14-.12-.15-.05,0-.17.13-.23.13,0,.05.14.1.12.15,0,.02-.23.12-.23.13,0,.02.1.15.12.15.05,0,.18-.14.23-.13.06.02.06.13.12.15' fill='%23fff'/%3E%3Cpath d='M19.12,163.69c.05.01.06.15.12.15.02,0,.21-.12.23-.13.02-.01-.12-.13-.12-.15.02-.05.2-.09.23-.13-.05-.01-.06-.15-.12-.15-.03,0-.2.11-.23.13-.03.02-.22.11-.23.13-.02.05.12.1.12.15' fill='%23fff'/%3E%3Cpath d='M17.73,163.18l.23-.13s.22-.11.23-.13c.01-.05-.12-.1-.12-.15-.05-.01-.06-.15-.12-.15l-.23.13s.14.1.12.15c-.02.05-.21.08-.23.13s.13.1.12.15' fill='%23fff'/%3E%3Cpath d='M16.7,163.55s-.14-.1-.12-.15c0-.02.23-.11.23-.13,0-.02-.1-.15-.12-.15-.02,0-.22.14-.23.13-.05-.04-.08-.1-.12-.15l-.12-.15-.12-.15s-.21.08-.23.13c-.02.05.13.1.12.15l.24.3.12.15c.05.01.06.15.12.15.06,0,.17-.12.23-.13' fill='%23fff'/%3E%3Cpath d='M14.15,164.1c.05.01.06.15.12.16.02,0,.21-.11.23-.13.02-.01-.13-.13-.12-.15.02-.05.2-.08.23-.13-.05-.01-.06-.15-.12-.15-.03,0-.2.11-.23.13-.03.02-.22.1-.23.13-.02.05.13.11.12.15' fill='%23fff'/%3E%3Cpath d='M10.95,163.87l.23-.13.46-.25-.13-.15-.26-.31-.13-.16-.46.25.13.15s.12.11.13.16c0,.03-.22.1-.23.13-.02.05.13.11.13.15l.13.16Z' fill='%23fff'/%3E%3Cpath d='M9.44,164.47s.21-.08.23-.13c.01-.04-.15-.12-.13-.16.03-.05.21-.07.23-.13.02-.04-.15-.11-.13-.16,0-.03.23-.1.23-.12,0-.05-.1-.12-.13-.16l-.26-.31-.13-.15c-.07,0-.17.13-.23.13l-.13-.15s-.22.08-.23.13c-.01.03.11.13.13.15.03.04.12.1.13.15,0,.04.15.11.13.15-.01.03-.23.1-.23.13,0,.04.15.11.13.15-.01.03-.23.1-.23.13,0,.05.1.12.13.15l.13.15.23-.13.13.16Z' fill='%23fff'/%3E%3Cpath d='M11.1,162.43l.47-.25s.22-.08.23-.12l-.13-.15s-.18.1-.23.12c-.08.03-.16.09-.23.12-.03.02-.23.1-.23.12-.01.05.13.1.13.15' fill='%23fff'/%3E%3Cpath d='M3.38,164.18s.21-.08.23-.13c0-.03-.16-.14-.14-.16.04-.04.17-.1.23-.13.02-.01.23-.11.23-.13,0-.04-.11-.13-.14-.17l-.13-.17-.14-.17s-.21.08-.23.13c-.01.04.16.13.14.17-.03.05-.21.08-.23.13-.01.05.15.12.14.17-.01.03-.23.1-.23.13,0,.05.1.13.13.17l.14.16Z' fill='%23fff'/%3E%3Cpath d='M3.15,163.1l-.14-.17s-.15-.14-.14-.16c.02-.05.22-.09.23-.13.01-.05-.15-.11-.14-.16,0-.03.24-.11.23-.13,0-.02-.12-.16-.14-.16-.06,0-.17.13-.23.13l-.23.13s-.23.11-.23.13c-.01.05.14.11.14.16l.14.16.14.16s.1.16.14.16c.06,0,.16-.12.23-.13' fill='%23fff'/%3E%3Cpath d='M4.29,162.47s.21-.08.23-.13c.01-.04-.12-.13-.14-.17-.02-.06-.1-.12-.14-.16-.02-.03-.1-.16-.14-.16-.05-.01-.18.13-.23.12,0,.05.15.12.14.16,0,.02-.24.11-.23.13,0,.02.11.16.14.17.05,0,.18-.14.23-.13.07.02.07.14.14.16' fill='%23fff'/%3E%3Cpath d='M3.98,161.68l-.28-.33s-.09-.13-.14-.16c-.04-.02-.09-.15-.14-.16-.06,0-.17.12-.23.13l.28.32s.09.13.14.16c.04.02.09.16.14.17.06,0,.17-.12.23-.12' fill='%23fff'/%3E%3Cpath d='M50.8,130.75c-.05.02-.09-.05-.14-.02-.02.01-.14.15-.16.17l-.16.17s-.16.17-.16.17c0,0,.12.03.14.02.04-.02.12-.16.16-.17.05-.02.08.05.14.02.05-.02.11-.15.16-.17.05-.03.09.04.14.02l-.16.18s-.14.16-.16.17c-.01,0-.14-.02-.14-.02-.02.03-.15.16-.16.17,0,.03.13,0,.14.02,0,.03.14,0,.14.02,0,.03-.14.14-.16.17l.27.05.31-.35s.15-.14.16-.17c0-.03-.14.01-.14-.02,0-.03.15-.14.16-.17,0-.03-.13,0-.14-.02,0-.03-.14.01-.14-.02,0-.03.16-.14.16-.17,0-.03-.14.01-.14-.02,0-.02.16-.17.16-.17,0,0-.12-.03-.14-.02-.05.02-.11.14-.16.17M53.56,125.73l.29.03-.32.32-.14-.02-.14-.02s-.1-.03-.15-.02c-.03,0-.13.14-.16.16-.05.02-.09-.04-.15-.02-.05.02-.11.13-.16.16-.05.02-.09-.03-.14-.02-.05.02-.1-.04-.15-.02-.04.02-.12.15-.16.16-.05.01-.11-.02-.15-.02-.02,0-.12-.03-.15-.02-.04.02-.12.13-.16.16-.02.01-.16.15-.16.16,0,.01.13.02.15.02.01,0,.15.02.15.02-.01.03-.12.12-.16.16l-.16.16-.16.16s-.13.15-.16.16c-.02.01-.13-.03-.15-.02-.02.02-.16.16-.16.16,0,.03.14,0,.14.02,0,0,.13.03.15.02.03-.01.14-.16.16-.16.05,0,.11.02.14.02.03,0,.13,0,.14.02,0,.01-.16.14-.16.16,0,.03.14,0,.14.02l.16-.16.16-.16.16-.16s.14-.12.16-.16c.01-.02-.15,0-.14-.02,0-.03.16-.13.16-.16,0-.03-.15.01-.15-.02,0-.03.15-.12.16-.16l.32-.32.29.04s.15-.01.14.02c0,.02-.14.13-.16.16-.03.04-.11.12-.16.16l-.32.32.28.04.16-.16s.14-.12.16-.16c.01-.02-.14,0-.14-.02,0,0,.15-.15.16-.16.02-.01.12.02.14.02.03,0,.13,0,.14.02,0,0-.15.14-.16.16-.01.03.14,0,.14.02,0,.03-.15.13-.16.16l.28.04-.16.16-.32.32-.14-.02s-.13,0-.14-.02c0-.01.16-.14.16-.16,0-.03-.14,0-.14-.02l-.16.16-.32.32s.14-.01.14.02c0,0-.14.14-.16.16-.03.03-.14.13-.16.16-.01.03.15,0,.14.02,0,.03-.15.13-.16.16-.01.04-.15.13-.16.16,0,.02.12.01.14.02,0,0,.15-.16.16-.17l.14.02s-.12.12-.16.16l-.16.17-.32.33-.32.33-.16.17-.16.17c-.05.05-.11.11-.16.17-.04.04-.11.14-.16.17-.04.03-.1-.04-.14-.02-.03.01-.14.15-.16.17l.14.02s-.14.14-.16.17l-.16.17.28.05.16-.17s.16-.15.16-.17l-.14-.02s.13-.16.16-.17c.05-.02.09.05.14.02.05-.02.11-.14.16-.17.05-.02.09.04.14.02.05-.03.11-.14.16-.17.01,0,.14.02.14.02,0,0-.14.15-.16.17-.02.02-.15.15-.16.17,0,.03.13,0,.14.02.03-.05.13-.12.16-.17.02-.04.15-.14.16-.17,0-.03-.14.01-.14-.02,0-.03.15-.14.16-.17,0-.03-.15,0-.14-.02,0-.03.13-.14.16-.17.04-.04.14-.13.16-.17.01-.02-.14,0-.14-.02,0-.02.14-.15.16-.17,0,0,.12.03.14.02.02,0,.14-.15.16-.17.04-.04.13-.13.16-.17.01-.02-.14,0-.14-.02,0-.03.16-.14.16-.17,0-.03-.14.01-.14-.02,0-.03.14-.13.16-.16.02-.04.16-.14.16-.16,0-.02-.15,0-.14-.02.02-.04.12-.12.16-.17l.32-.33.28.04-.16.16-.16.16s-.15.14-.16.16l.14.02s.14-.16.16-.17c.02,0,.14,0,.14.02,0,.02-.16.14-.16.17,0,.02.15,0,.14.02-.02.03-.13.13-.16.17-.05.06-.11.11-.16.17l-.16.17s-.16.15-.16.17c0,.03.15-.01.14.02,0,0,.15-.16.16-.17l.14.02s-.11.12-.16.17c-.03.03-.12.15-.16.17-.02.01-.12-.02-.14-.02-.02,0-.11-.03-.14-.02-.05.03-.11.14-.16.17l.14.02.14.02s.14,0,.14.02c0,.01-.14.15-.16.17-.04.04-.11.13-.16.17-.02.02-.11-.03-.14-.02-.02,0-.14.15-.16.17l-.16.17c.05-.02.09.04.14.02.05-.02.09.04.14.02.02-.01.14-.15.16-.17.05-.05.1-.13.16-.17.06-.05.11-.12.16-.17.02-.02.13-.16.16-.17.03-.01.12.04.14.02-.06.05-.1.12-.16.17l-.32.34.14.02s.14,0,.14.02c0,0-.14.15-.16.17-.02.01-.11-.03-.14-.02-.05.03-.11.15-.16.17-.05.03-.09-.04-.14-.02-.03.01-.13.15-.16.17l.14.02s-.14.14-.16.17c-.04.05-.11.12-.16.17-.03.03-.15.15-.16.18,0,.01.12.02.14.02.03,0,.12,0,.14.02,0,.01-.15.16-.16.18,0,.03.12,0,.13.02.01.02.14,0,.14.02,0,.03-.16.15-.16.18,0,.03.13,0,.14.02,0,.02-.15.15-.16.18,0,.02.12.01.14.02l.16-.18s.13.02.13.02c0,.01-.15.15-.16.18,0,.03.15-.01.14.02,0,.03-.15.14-.15.17,0,.02.16,0,.14.02-.02.04-.11.13-.15.18l-.15.18-.3.35-.3.36-.15.18c-.04.05-.1.13-.15.18-.02.02-.12-.03-.14-.02-.05.03-.1.15-.15.18-.05.03-.1.15-.15.18-.04.02-.11-.05-.15-.02-.04.03-.11.14-.15.18-.04.04-.1.14-.15.18-.03.02-.12-.04-.15-.02-.03.02-.12.15-.15.18l.15.02s-.13.14-.15.18c-.03.05-.11.13-.15.18l-.29.36-.15-.02s-.09-.03-.15-.02c-.04,0-.1-.04-.15-.02-.04.02-.11.16-.15.18-.02.01-.13-.02-.15-.02l.15-.18s-.13-.02-.15-.02c-.02,0-.14,0-.15-.02,0-.01.13-.16.15-.18l.15-.18s.13-.14.15-.18c.01-.02-.15,0-.15-.02,0-.03.15-.15.15-.18s-.15.01-.15-.02c0-.03.14-.14.15-.18-.01-.03-.14,0-.14-.03,0-.02.14-.16.15-.18.01-.01.12.03.14.03.04-.02.11-.16.15-.18.01,0,.14.03.14.03,0,0-.14.16-.15.18l-.15.18s-.13.14-.15.18c0,0,.13.02.15.02.02,0,.14,0,.15.02,0,.01-.13.16-.15.18-.03.04-.13.14-.15.18,0,.02.14,0,.15.02,0,.02-.15.15-.15.18,0,.03.14,0,.15.02l.15-.18c.04-.05.12-.13.15-.18.02-.03.15-.16.15-.18,0-.01-.16,0-.15-.02.03-.06.1-.12.15-.18l.15-.18.29-.36c-.05.02-.09-.04-.15-.02-.04.02-.11.16-.15.18-.02.01-.13-.02-.15-.02-.03,0-.14,0-.15-.02,0,0,.14-.16.15-.18.02-.03.15-.16.15-.18,0-.01-.12-.03-.14-.03,0,0-.14.17-.15.18-.02.03-.13.17-.15.18-.03.01-.12-.02-.14-.03l-.14-.03s-.14,0-.14-.03c0,0,.14-.16.15-.18.02-.02.11.04.14.03.05-.03.1-.15.15-.18.05-.03.09.05.14.03.02,0,.14-.16.15-.18l.15-.18s-.1-.05-.14-.03c-.04.03-.12.14-.15.18-.02.03-.13.16-.16.18-.05.03-.09-.04-.14-.02l-.27-.05.15-.18.31-.35.14.03.14.03.14.02s.11.04.14.03c.04-.02.12-.15.16-.18.05-.04.11-.13.16-.18l.16-.18c-.05,0-.08-.03-.14-.02-.04,0-.09-.04-.14-.02-.04.02-.11.16-.16.18-.05.03-.09-.05-.14-.03-.05.03-.11.14-.16.18-.04.03-.1-.05-.14-.03-.05.02-.11.14-.16.18l-.28-.05.31-.35.16-.17.31-.35c-.05,0-.08-.04-.14-.02-.04,0-.1-.04-.14-.02-.05.02-.1.14-.15.17-.05.03-.11.15-.16.17-.02,0-.14-.03-.14-.03,0-.01.15-.15.16-.17,0-.02-.15,0-.14-.02.02-.04.12-.13.15-.17.03-.03.15-.14.16-.17,0-.03-.14,0-.14-.03,0-.03.15-.14.16-.17,0-.03-.14,0-.14-.02,0-.03.14-.13.16-.17.01-.03-.14,0-.14-.02,0-.03.14-.13.16-.17.01-.04.15-.14.16-.17,0-.03-.15,0-.14-.02.01-.04.16-.14.16-.17,0-.02-.15,0-.14-.02.02-.04.12-.13.16-.17.05-.05.11-.12.16-.17l.14.02s.11.04.14.02c.03-.01.14-.14.16-.17.05-.05.11-.12.16-.17l-.14-.02s-.14,0-.14-.02c0-.02.14-.14.16-.17l.14.02s.14-.15.16-.17c.04-.04.11-.13.16-.17.04-.03.11-.15.16-.16.03-.02.11.04.14.02.05-.03.12-.12.16-.17l.16-.16c-.06.01-.08-.04-.14-.02-.02,0-.14.15-.16.17-.02.02-.13.15-.16.16-.05.02-.09-.05-.14-.02-.05.02-.09-.04-.14-.02-.05.02-.11.14-.16.17s-.09-.05-.14-.02c-.03.02-.13.14-.16.17l-.16.16s-.14.13-.16.17c-.01.02.15,0,.14.02,0,.03-.14.13-.16.17l-.29-.05.16-.17s.16-.15.16-.16c0-.02-.12-.02-.14-.02-.02,0-.15-.02-.15-.02.01-.03.13-.13.16-.16.05-.05.12-.12.16-.16.02-.03.16-.14.16-.16,0-.03-.13,0-.14-.02l-.16.16-.14-.02s.14-.14.16-.16c0,0,.13.03.14.02.02,0,.14-.14.16-.16.05-.05.1-.12.16-.16.06-.05.11-.11.16-.16.02-.02.13-.15.16-.16.05-.02.09.04.14.02l.32-.32-.14-.02s-.1-.03-.15-.02c-.02,0-.13.15-.16.16-.02.01-.13-.02-.15-.02l-.14-.02c-.05.03-.11.14-.16.16-.02,0-.13-.03-.15-.02l.16-.16s.11-.13.16-.16c.03-.02.11.04.15.02.03-.01.13-.14.16-.16l.16-.16s.11-.11.16-.16c.03-.04.15-.13.16-.16.01-.03-.15,0-.15-.02,0-.03.15-.12.16-.16-.06.02-.09-.04-.15-.02-.04.01-.12.14-.16.16-.04.02-.1-.04-.15-.02-.03.01-.14.14-.16.16-.03.03-.15.13-.16.16-.01.03.15,0,.15.02,0,0-.14.14-.16.16l-.15-.02-.15-.02.16-.16s.16-.14.16-.16c0-.02-.13-.02-.15-.02l-.14-.02c.06-.05.1-.11.17-.16.02-.02.11.03.14.02.02,0,.15-.14.17-.16.05-.05.11-.12.17-.16.06-.04.12-.11.17-.16.03-.02.14-.15.17-.16.04-.02.09.05.14.02-.03.02-.14.13-.17.16-.02.02-.16.14-.17.16l.14.02s.14-.13.17-.16c.03-.02.14-.15.17-.16.05-.02.09.05.14.02.04-.02.13-.13.17-.16.06-.05.12-.11.17-.16l.17-.16s.12-.12.17-.16c.03-.02.1.04.14.02.05-.02.12-.13.17-.16.05-.02.08.04.13.02.02,0,.15-.14.17-.16l.17-.16s-.14,0-.14-.02c0-.03.17-.13.17-.16,0-.03-.13,0-.13-.02,0-.02.16-.13.17-.16,0,0-.12-.02-.14-.02-.02,0-.14.14-.17.15-.04.02-.1-.04-.14-.02-.05.02-.11.13-.17.15,0,.03.14,0,.14.02,0,.02-.15.14-.17.16,0,0-.12-.03-.14-.02-.02,0-.15.14-.17.16-.05.05-.12.11-.17.16-.03.03-.15.12-.17.16-.01.03.14,0,.14.02,0,.03-.15.12-.17.16-.05.01-.08-.04-.14-.02-.04.01-.12.14-.17.16-.01,0-.13-.02-.13-.02,0,0,.15-.14.17-.16.04-.04.14-.12.17-.16.01-.02-.14,0-.14-.02,0-.03.15-.12.17-.16l-.27-.04c-.05.03-.12.13-.17.16-.04.02-.1-.04-.14-.02-.05.03-.13.12-.17.15-.03.02-.14.14-.17.16-.02.01-.12-.02-.14-.02l.17-.16s-.13,0-.14-.02c-.01-.03-.14,0-.14-.02,0,0,.15-.14.17-.16.03-.03.16-.13.17-.15.01-.03-.14,0-.14-.02,0-.03.16-.12.17-.15,0-.03-.14,0-.14-.02,0-.02.14-.13.17-.15,0,0,.13.03.14.02.05-.02.12-.13.17-.15.05-.02.09.04.14.02.04-.02.13-.12.17-.15l-.14-.02s.15-.14.17-.15c.02-.01.12.03.14.02.05-.02.12-.13.17-.15.03-.01.12.02.14.02l.14.02-.17.15-.34.31.28.04.34-.31.17-.15s.17-.14.17-.15c0-.02-.15,0-.14-.02.02-.03.13-.11.17-.15.02-.02.16-.13.17-.15,0-.03-.13,0-.14-.02l.34-.3.14.02s.14,0,.14.02c0,.02-.18.14-.17.15.01.02.1.02.14.02.03,0,.12,0,.14.02,0,.01-.17.13-.17.15,0,.02.12.02.14.02.02,0,.11.03.14.02.03-.01.14-.15.17-.15.05-.01.1.02.14.02l.14.02s.11,0,.14.02l-.17.15s.14-.01.14.02c0,.03-.16.12-.17.15,0,.03.13,0,.14.02l-.17.15s-.13.14-.17.16c-.02.01-.12-.02-.13-.02-.02,0-.11-.03-.14-.02-.02.01-.15.14-.17.16l.13.02s-.18.15-.17.16c.01.02.1.02.13.02.01,0,.13.02.13.02-.01.03-.13.12-.17.16-.05.05-.12.11-.17.16-.04.03-.13.14-.17.16-.01,0-.13-.02-.13-.02-.02.02-.17.14-.17.16,0,.03.14-.01.14.02,0,.03-.16.13-.16.16s.14,0,.15.02l.32-.31.33-.31.17-.16s.16-.13.17-.16c0-.01-.12-.02-.13-.02-.02,0-.14,0-.13-.02,0-.03.15-.12.17-.16l.13.02c.05-.02.12-.13.17-.16,0,.02.14-.01.13.02s-.16.13-.17.15c0,.03.13,0,.13.02,0,0-.15.14-.17.16-.04.04-.14.12-.17.16-.02.03-.16.13-.17.16,0,.02.16,0,.15.02-.02.04-.12.12-.16.16l-.32.31.14.02s.11.03.15.02c.04-.02.11-.13.16-.16l-.14-.02.16-.16s.09.03.14.02l-.16.16Z' fill='%23fff'/%3E%3Cpath d='M50.62,126.39s.1.04.14.02l.17-.16s-.12-.03-.14-.02c-.02,0-.14.14-.17.16-.04.02-.1-.04-.14-.02-.05.03-.13.12-.17.16-.02.02-.16.14-.17.16l.14.02s.13-.13.17-.16c.06-.04.11-.12.17-.16' fill='%23fff'/%3E%3Cpath d='M50.8,130.75c-.05.02-.09-.05-.14-.02-.02.01-.14.15-.16.17l-.16.17s-.16.17-.16.17c0,0,.12.03.14.02.04-.02.12-.16.16-.17.05-.02.08.05.14.02.05-.02.11-.15.16-.17.05-.03.09.04.14.02l-.16.17s-.14.16-.16.17c-.01,0-.14-.02-.14-.02-.02.03-.16.16-.16.17,0,.03.13,0,.14.02s.14,0,.14.02c0,.03-.14.14-.16.17l.27.05.31-.35s.15-.14.16-.18c0-.03-.14.01-.14-.02,0-.03.15-.14.16-.17,0-.03-.13,0-.14-.02,0-.03-.14.01-.14-.02,0-.03.15-.14.16-.17,0-.03-.14.01-.14-.02,0-.02.16-.17.16-.17,0,0-.12-.03-.14-.02-.05.03-.11.14-.16.17' fill='%23fff'/%3E%3Cpath d='M16.68,162.69l.12.15s.09.15.12.15c.03,0,.2-.11.23-.13.06-.03.19-.09.23-.13l-.12-.15s-.22.14-.23.13c-.02-.01-.13-.13-.12-.15l.23-.13c-.06-.01-.06-.15-.12-.15-.02,0-.21.11-.23.13-.02.01.13.13.12.15-.02.05-.2.08-.23.13M22.67,163.05s.2-.09.22-.14l-.12-.13c-.06,0-.16.13-.23.14-.03.05-.21.09-.22.14,0,.03.11.11.12.14.03.03.08.12.12.14.03,0,.19-.14.22-.14.05,0,.08.14.12.13.02,0,.22-.14.22-.14l-.12-.13c-.06,0-.17.14-.23.14-.06,0-.07-.12-.12-.14M21.5,164.84s.11.12.13.14c.03-.02.21-.11.22-.14.01-.03-.11-.12-.12-.14-.03-.04-.12-.09-.13-.14,0-.04-.14-.1-.12-.14.02-.05.2-.09.22-.14-.05,0-.07-.14-.12-.14l-.22.14s.14.12.13.14c-.05.05-.16.1-.22.14-.02.01-.23.14-.23.14,0,.04.1.11.13.14.01.02.1.14.13.14.07,0,.16-.13.22-.14M29.71,163.62l.13.12s.1.12.13.12c.06-.01.15-.14.21-.16l.13.12.13.12s.21-.14.21-.16c0-.03-.11-.1-.13-.12-.03-.03-.12-.08-.13-.12,0-.04-.14-.08-.13-.12.02-.05.2-.11.21-.16.02-.04-.14-.07-.12-.12.02-.05.19-.11.21-.16-.05-.03-.07-.09-.12-.12-.03-.01-.08-.12-.12-.12l-.21.16s.11.1.12.12l.12.12-.42.31-.21.16ZM31.88,164.56c-.03.05-.19.11-.21.16l.13.11c.06,0,.15-.15.21-.16.02-.05.2-.12.21-.17,0-.03-.11-.09-.13-.11-.03-.03-.08-.1-.13-.11-.02,0-.18.16-.21.16-.05,0-.08-.12-.13-.11-.02,0-.21.16-.21.16l.13.12c.05-.01.16-.16.21-.16.06,0,.07.11.13.11M33.58,164.28s.2-.12.21-.17c0-.02-.12-.09-.14-.1-.02-.02-.1-.12-.13-.11-.01,0-.21.16-.21.16-.02-.02-.14-.08-.13-.11.01-.04.21-.13.21-.17,0-.04-.11-.07-.13-.11-.03-.04-.09-.08-.13-.11l-.13-.11-.13-.11-.21.16s-.21.15-.21.16c0,.05.13.06.13.11.03,0,.18-.17.21-.16.05,0,.1.08.13.11.02.01.14.09.13.11-.01.02-.21.15-.21.16.01.04.09.08.13.11l.13.11s.19-.15.21-.17l.27.22ZM39.1,162.88l-.3-.15s-.09-.07-.15-.08c-.02,0-.17.18-.2.18-.03,0-.13-.07-.15-.08l-.15-.08s-.1-.08-.15-.08c-.03,0-.15.16-.2.18l.14.09.15.08s.09.07.15.08c.02,0,.17-.17.2-.18.03-.01.13.07.15.08.03.02.1.08.15.08.05,0,.1.09.15.08.06-.02.14-.16.19-.18M41.29,162.27c-.06.03-.13.17-.19.19-.06.02-.1-.08-.15-.06-.06.02-.13.17-.19.19-.06.02-.1-.08-.15-.07-.02.05-.18.14-.19.18,0,.03.13.05.15.07.03.03.11.05.15.07.03.01.12.08.15.07.05-.01.14-.17.19-.19-.01-.04-.15-.02-.15-.06l.19-.19s.15.06.15.06c.03-.03.18-.17.19-.19,0-.04-.15-.02-.15-.06M43.99,161.21s.18-.16.18-.2c0-.04-.17-.01-.16-.05.01-.01.18-.2.18-.2-.01,0-.13-.06-.16-.05l-.18.19s-.16-.02-.15-.06c0-.04.17-.15.18-.19,0-.04-.16-.02-.15-.06,0-.02.19-.18.18-.19-.01-.01-.13-.07-.15-.06-.05.02-.12.16-.18.19-.02.04-.17.15-.18.19s.15.02.15.06c0,.04.16.02.15.06,0,.02-.19.18-.18.19.02.03.11.04.15.06l.15.06c-.02.05-.17.14-.18.19l.16.06c.06-.02.12-.16.18-.19M43.09,162.18s.18-.15.18-.19c0-.04-.15-.02-.16-.06,0-.04-.16-.02-.16-.06,0-.03.19-.17.18-.19-.02-.04-.12-.03-.15-.06-.04-.03-.12-.03-.16-.06-.02.05-.18.15-.18.19,0,.02.13.05.16.06.03.02.14.03.15.06.01.02-.18.16-.18.19,0,.02.14.05.16.06l.16.06ZM48.72,157.09l-.12.22c-.03.07-.07.16-.11.23-.03.04-.08.2-.11.22-.01,0-.15-.04-.15-.04-.01.04-.12.2-.11.22,0,.02.13.04.15.04.01,0,.1-.21.12-.23.04-.03.1.06.15.04l.12-.23.11-.22s.12-.2.12-.22c0-.04-.14,0-.15-.04M49.26,155.71s-.08.2-.11.22c-.03.02-.12-.03-.15-.04-.04,0-.11-.05-.15-.04-.02,0-.09.2-.11.22-.03.02-.12-.06-.15-.04-.04.04-.09.17-.12.22l-.11.22-.11.22s.13,0,.15.04c.01.02-.12.19-.12.22l.15.04.12-.22s-.13,0-.15-.04l.11-.22c.03-.05.08-.18.11-.22.02-.03.12.05.15.04.04-.03.07-.2.11-.22.03-.02.13.03.15.04.02,0,.13.05.15.04.05-.04.07-.18.11-.22,0-.05.12-.18.12-.22,0-.04-.13,0-.15-.04M48.12,154.7s.12.06.15.03c.04-.04.09-.17.12-.22.02-.03.12-.2.12-.22l-.15-.03s-.07.18-.12.22c-.05.03-.07.19-.12.22-.04.03-.11-.07-.15-.04,0,.01-.12.22-.12.22,0,0,.14.04.15.03.04-.03.08-.18.12-.22M49.44,150.15l-.12.21s-.12.2-.12.21c0,.03.15,0,.15.03,0,.05-.12.17-.12.21,0,.03.15,0,.15.03,0,.05-.11.16-.12.21.05-.02.11.06.15.03l.12-.22s-.16-.02-.15-.03c.04-.06.08-.15.12-.21l.12-.21.12-.21-.3-.06ZM49.95,142.71l.15.03s.12.04.15.03c.02-.02.11-.17.13-.2.01-.02.13-.19.13-.2,0,0-.13-.03-.14-.03-.04.03-.1.18-.13.2-.05.03-.09-.04-.15-.02,0-.03.14-.18.13-.2,0,0-.13-.03-.15-.03-.02.01-.12.18-.13.2,0,.02.14,0,.15.03,0,.04-.12.16-.13.2M51.29,135.7l-.28-.04s-.15.15-.15.19c0,.01.15,0,.14.02-.01.02-.12.18-.14.19-.03.02-.12-.04-.14-.02-.05.04-.11.14-.14.19l-.14.19-.14.19-.29.38s.09.05.14.03c.03-.02.12-.16.14-.19.04-.05.1-.15.14-.19.03-.02.11.04.14.02.03-.02.12-.16.14-.19l.14-.19-.14-.02.14-.19s.1.05.14.02c.06-.04.09-.14.15-.19.05-.02.09.05.14.02l.14-.19s-.13,0-.14-.02M51.7,135.98s-.15,0-.14-.02c.01-.02.12-.18.14-.19.01,0,.14.02.14.02,0,.02-.14.16-.15.19l.14.02-.14.19-.15.19c-.04.06-.1.13-.15.19-.04.04-.1.16-.15.19-.04.03-.1-.05-.14-.02-.05.03-.1.16-.14.19l.28.05-.14.19s-.14.17-.14.19c0,0,.12.03.14.03,0,0,.13-.18.14-.19.02-.03.12-.18.14-.19.05-.03.09.04.14.02-.01.04-.14.16-.15.19,0,.02.15,0,.14.02-.02.05-.11.15-.14.19-.03.04-.13.16-.14.19-.01.03.14,0,.14.02,0,.04-.13.15-.14.19-.01.04-.14.16-.14.2,0,.04.13,0,.14.03l.14-.19s.12.02.14.03c0,0-.13.18-.14.19,0,.03.14,0,.14.03,0,.02-.12.17-.14.2,0,0-.12-.03-.14-.03-.05.03-.09.17-.14.2-.05.03-.09-.05-.14-.03-.02.01-.12.17-.14.2l-.14.2c.05-.02.08.05.14.03.04-.02.1-.17.14-.2.05-.03.09.04.14.03.03-.01.11-.17.14-.2.02-.01.12.02.14.03,0,0-.14.18-.14.2,0,.04.13,0,.14.03l-.14.2c-.04.05-.09.15-.14.2-.02.02-.11-.04-.14-.03-.02.01-.13.17-.14.2l-.14.2c.06,0,.09.01.15.02,0,0,.13-.18.14-.2.02-.03.11-.18.14-.2.01,0,.15.02.15.02,0,.01-.12.17-.14.2-.02.03-.14.18-.14.2,0,.04.14-.01.15.02,0,.04.13-.01.15.02,0,.03-.14.17-.13.2,0,.03.15-.01.15.02,0,.03-.11.16-.14.2-.03.05-.11.14-.13.2,0,.02.14,0,.15.02,0,.01-.12.17-.13.2-.02.03-.13.18-.13.2,0,.02.13.02.15.02.04,0,.13,0,.14.02.01.01-.14.18-.13.2,0,.03.15,0,.14.02,0,.04-.11.16-.14.2-.02.03-.13.18-.13.2,0,.02.15,0,.14.02-.02.06-.09.14-.13.2l-.13.2s-.13.17-.13.2l.14.02s.12-.2.13-.2c.02,0,.14,0,.14.02,0,.03-.14.17-.13.2,0,.04.14-.01.14.02,0,.02-.11.17-.13.2-.02.02-.13.19-.13.2,0,.01.15.01.15.03-.04.06-.09.14-.13.2-.02.03-.11.19-.13.2-.02.02-.13-.04-.14-.02-.05.05-.09.14-.13.2l-.26.41s.1.06.14.03c.03-.02.11-.2.13-.21.04-.01.11.02.14.03.04,0,.12,0,.14.03.01.01-.13.18-.13.21,0,.04.13,0,.14.03.04-.04.09-.17.13-.21l.14.03s-.1.16-.13.2c-.03.05-.09.16-.13.21-.02.03-.11-.05-.14-.03l-.13.21.14.03s.09-.18.13-.21c.01,0,.14.03.14.03,0,.02-.13.17-.13.21,0,.04.14-.01.14.03,0,.04-.12.16-.13.21,0,.04.14,0,.14.03,0,.04-.13.16-.13.21,0,.04.14,0,.14.03,0,.04-.12.16-.13.21,0,.05-.12.16-.13.21,0,.04.14,0,.14.03,0,.04-.13.17-.13.21,0,.02.12.02.14.03.02,0,.14,0,.14.03,0,.04-.13.17-.13.21,0,.05-.12.16-.13.21,0,.04.14,0,.14.03,0,.02-.11.18-.13.21l-.14-.03s-.12-.04-.14-.03c-.02.02-.11.18-.13.21l-.13.21.14.03s.09.04.14.03c.02,0,.11-.19.13-.21.02-.02.12.03.14.03.03,0,.13,0,.14.03,0,0-.12.19-.13.21l-.13.21c-.03.05-.11.16-.13.21,0,.03.14,0,.14.03,0,.04-.13.17-.13.21,0,.04.14-.01.14.03,0,.04-.14.18-.13.21,0,.04.14-.01.14.03,0,.03-.14.2-.13.21.02.03.11.02.14.03.02,0,.14.01.14.03,0,.03-.11.18-.13.21l-.13.21-.13.22c-.03.05-.11.17-.12.21,0,0,.14.02.15.03.02,0,.15,0,.15.03,0,.02-.1.18-.12.21-.02.03-.12.2-.12.21,0,.02.13.02.15.03.02,0,.15,0,.15.03,0,.04-.12.17-.12.21.01.03.14-.01.15.03l-.12.21s-.13-.02-.15-.03l-.15-.03-.24.43c.05-.02.1.06.15.03.04-.02.08-.19.12-.21.04-.03.1.05.15.03.03-.02.08-.19.12-.21.02-.02.13.02.15.03l.15.03-.12.21c-.03.05-.11.17-.12.22,0,.03.15,0,.15.03,0,.04-.11.17-.12.22-.01.04-.12.18-.12.21,0,.03.15,0,.15.03,0,.04-.09.17-.12.22-.02.03-.12.19-.12.22,0,.04.13,0,.15.03.02.03.11.02.15.03.01,0,.15.02.15.03,0,.04-.09.17-.12.22-.04.06-.1.15-.12.22-.01.04-.12.19-.12.22,0,.01.15.03.15.03l-.12.22c-.03.05-.08.17-.12.22-.02.03-.12-.05-.15-.03-.04.03-.08.18-.12.22.05-.02.1.06.15.03.05-.03.1.06.15.03.04-.03.08-.18.12-.22.04-.04.07-.19.12-.22.01,0,.15.03.15.03.01.02-.12.19-.12.22.02.04.13,0,.15.03.01.03-.12.18-.12.22,0,.04.14,0,.15.03,0,.04-.12.18-.12.22,0,.04.15,0,.15.03s-.1.18-.12.22l-.12.22c-.03.05-.11.17-.12.22,0,.03.14.01.15.03.01.03-.12.19-.12.22,0,.04.13,0,.15.03.01-.06.11-.17.12-.22,0-.04-.14,0-.15-.03,0-.04.11-.17.12-.22,0,.03.15,0,.15.03-.01.06-.11.16-.12.22,0,.04.14,0,.15.03,0,.04-.11.17-.12.22,0,.04.14,0,.15.03,0,.03-.1.18-.12.22-.02.07-.08.16-.12.22-.03.06-.1.16-.12.22,0,.02.14.01.15.03,0,.02-.1.2-.12.22-.02.04-.11.19-.11.22,0,.04.14,0,.15.03,0,.03-.13.21-.11.22.02.03.11.03.15.03l.15.03c-.02.06-.08.16-.11.22l-.12.22c-.04.07-.08.15-.12.23-.02.04-.09.2-.11.23-.03.02-.12-.06-.15-.04-.04.05-.09.17-.12.22l-.12.23.58.15c0-.06.12-.18.11-.23,0-.04-.14,0-.14-.04l.11-.23s.13.03.14.04l.15.04-.11.23c-.04.07-.07.16-.11.23-.03.05-.07.19-.11.23-.03.03-.11-.06-.15-.04-.04.03-.07.19-.11.23.04.03.11,0,.15.04.02.01.12.05.15.04.03-.02.08-.2.11-.23l.15.04s-.12.18-.11.23c0,.03.15,0,.14.04-.01.05-.09.17-.11.23-.02.04-.11.19-.11.23,0,.04.14,0,.15.04,0,.04-.12.18-.11.23,0,.04.11,0,.14.03l.23.18-1.18,1.21h-.02s-.15,0-.17,0c-.03,0-.14-.04-.17-.02-.02.01-.14.18-.16.21-.03.04-.12.18-.16.21-.02.01-.15-.02-.17-.02-.03,0-.14-.04-.17-.02-.05.03-.11.17-.16.21-.05.03-.13.17-.17.21l-.16.21s-.18.01-.17-.02c0-.04.17-.17.17-.21,0-.04-.17.01-.17-.02,0-.04.16-.17.17-.21,0-.02-.15-.02-.17-.02-.02,0-.17,0-.17-.02,0-.02.14-.18.17-.21.02-.03.16-.19.16-.21,0-.03-.14,0-.16-.03-.03-.02-.12-.02-.16-.03l-.33-.05s-.17.18-.17.21c0,.03-.17.17-.17.21,0,.04.15,0,.16.03.01.04.15-.01.16.03,0,.03-.17.18-.17.21,0,.04.15,0,.17.03.01.04.15-.01.17.03,0,.03-.17.18-.17.21,0,.04.17-.01.17.03,0,.04-.16.16-.17.21,0,.04.17,0,.17.02,0,.04-.16.17-.17.21l-.17-.02-.17-.03s-.14-.04-.17-.03c-.03.02-.14.18-.17.21s-.14.19-.17.21c-.05.03-.12-.06-.17-.03-.07.04-.11.16-.17.2-.04.03-.12-.06-.17-.04-.06.03-.11.17-.17.2-.05.03-.11-.06-.16-.04-.05.02-.13.18-.17.2-.06.03-.11-.07-.16-.04-.06.03-.12.17-.18.2-.05.03-.12-.06-.16-.04-.06.03-.12.18-.18.2-.03.01-.14-.04-.16-.04-.03,0-.13-.06-.16-.04-.05.02-.12.18-.18.2-.06.03-.11-.07-.16-.04-.06.03-.12.18-.18.2-.06.03-.11-.07-.16-.04-.06.03-.12.18-.18.2-.05.02-.11-.07-.16-.04-.06.03-.12.17-.18.2-.05.02-.11-.08-.16-.06-.05.02-.13.18-.18.19-.04.01-.13-.05-.16-.06-.04-.01-.11-.06-.16-.06-.03,0-.15.18-.18.19-.05.03-.11-.08-.16-.06-.03.01-.16.19-.18.19-.05,0-.12-.04-.16-.06-.04-.01-.14-.03-.16-.06-.01-.02.18-.17.18-.19,0-.04-.15-.02-.16-.06-.07.06-.11.14-.18.19-.03.02-.18.17-.19.19-.01.04.16.03.16.06,0,0-.17.19-.19.19-.05.02-.11-.07-.16-.06-.04.01-.14.18-.19.19-.06.02-.11-.07-.16-.06-.07.01-.09-.08-.16-.06-.04.01-.14.18-.19.2-.06.02-.1-.08-.16-.06-.05.02-.14.17-.19.19-.05.02-.11-.09-.15-.07-.06.02-.13.16-.19.19-.05.02-.1-.09-.15-.08-.06.02-.13.17-.19.19-.06.02-.1-.09-.15-.07-.06.02-.13.17-.19.18s-.1-.09-.15-.08c-.04,0-.14.17-.19.18-.06.02-.09-.09-.15-.08-.06.02-.14.17-.19.18-.06.02-.09-.09-.15-.08-.06.02-.14.17-.2.18-.04.01-.12-.07-.15-.08l.2-.18s-.16-.03-.15-.08c0-.04.19-.14.2-.18,0-.01-.13-.08-.15-.08,0,0-.18.17-.2.18l-.2.18s-.17.18-.2.18c-.03.01-.13-.07-.15-.08l-.3-.17s-.21.16-.2.18c.01.04.11.07.15.09.02.01.15.06.15.09,0,.03-.17.15-.2.18-.03.03-.16.16-.2.18-.05.02-.1-.1-.15-.09-.06.02-.14.16-.2.18-.04.01-.11-.08-.15-.09-.06-.01-.1-.06-.15-.09-.02-.01-.12-.1-.15-.09-.03,0-.17.15-.2.18-.02.02-.18.17-.2.18-.05,0-.12-.07-.15-.09l-.15-.09s-.09-.08-.15-.09c-.03,0-.17.17-.2.18-.06.01-.09-.11-.15-.09-.06.02-.14.15-.2.18-.05.02-.1-.1-.15-.09-.05.01-.15.15-.2.17l.15.09-.21.18c-.06.01-.09-.1-.15-.09-.04.01-.17.17-.21.17-.05,0-.11-.08-.14-.1l-.14-.1s-.11-.06-.14-.1c-.02-.03-.14-.06-.14-.1,0-.03.2-.13.2-.17.01-.04-.14-.06-.14-.1l-.41.34-.21.17s-.17.16-.21.17c-.02,0-.13-.09-.14-.1l-.13-.11s-.1-.11-.13-.11c-.06,0-.15.16-.21.17-.04,0-.1-.13-.13-.11-.06.03-.16.12-.21.16-.04.03-.16.15-.21.16-.05.02-.09-.12-.13-.11-.06,0-.15.16-.21.17-.06.01-.08-.12-.13-.12-.02,0-.18.14-.21.16-.03.02-.18.16-.21.16-.03,0-.11-.1-.13-.12-.03-.03-.08-.1-.13-.12-.02,0-.18.15-.21.16-.03,0-.11-.11-.13-.12-.02-.02-.1-.12-.13-.12-.03,0-.18.14-.21.16-.03.02-.18.15-.21.16-.04,0-.1-.1-.13-.12l.21-.16s-.13-.07-.13-.12c0-.04-.14-.07-.13-.12.01-.05.19-.11.21-.16l-.13-.12s-.19.12-.21.16c-.02.04.14.08.13.12-.01.03-.18.12-.21.16-.06.05-.15.11-.21.16l-.43.31-.13-.12-.13-.12s-.08-.11-.13-.12c-.03,0-.18.14-.22.15-.05.01-.08-.13-.13-.13-.02,0-.2.16-.22.15-.05-.03-.09-.09-.13-.13-.03-.03-.12-.09-.13-.13,0-.02.21-.12.22-.15.01-.05-.13-.08-.13-.13-.06.06-.16.09-.22.15-.03.04-.2.11-.22.15-.01.04.15.08.13.13-.02.05-.19.1-.22.15-.02.04.14.09.13.13-.01.05-.19.1-.22.15l-.26-.26-.13-.13-.13-.13s-.12-.09-.13-.13c0-.02.21-.12.22-.15.02-.05-.14-.08-.13-.13.02-.05.2-.1.22-.15.02-.05-.13-.08-.12-.13l-.22.15-.22.15c-.07.04-.16.1-.22.15-.04.04-.19.1-.22.15-.02.04.14.09.13.13,0,.02-.2.14-.22.15-.02,0-.1-.13-.13-.13-.04,0-.17.15-.22.15-.04,0-.1-.11-.13-.13l.22-.15-.13-.13c-.06,0-.16.14-.22.15-.02,0-.21.13-.22.14-.02.04.14.09.13.13,0,.01-.2.14-.22.15-.04,0-.09-.13-.13-.13-.04,0-.17.14-.22.15-.06,0-.07-.14-.13-.13-.06,0-.16.14-.22.15-.04,0-.09-.15-.13-.13-.06.02-.17.11-.22.14-.03.02-.19.14-.22.14-.03,0-.11-.12-.13-.13-.01-.02-.1-.14-.13-.14-.04,0-.18.12-.22.14-.03.02-.19.14-.22.14-.05,0-.08-.14-.13-.14-.07.01-.15.13-.22.14-.05,0-.08-.14-.13-.14-.05,0-.18.15-.22.14-.04,0-.1-.11-.13-.14l-.12-.14-.13-.14s-.09-.14-.13-.14c-.03,0-.19.12-.22.14-.03.02-.19.14-.22.14-.05,0-.07-.14-.13-.14-.05,0-.18.11-.22.14l.13.14-.22.14s-.11-.15-.13-.14c.08-.04.15-.1.23-.14l-.13-.14s-.12-.1-.13-.14c0-.03.22-.11.23-.14.01-.04-.12-.1-.13-.14,0-.04-.14-.1-.13-.14.01-.03.23-.11.23-.14,0-.04-.09-.11-.13-.14l-.13-.14s-.21.13-.23.14c-.06,0-.07-.14-.13-.14-.02,0-.22.12-.23.14-.01.02.11.12.13.14.02.02.14.11.13.14-.02.04-.22.1-.23.14,0,.03.11.12.13.14,0,0,.21-.13.23-.14.03,0,.11.12.13.14l.13.14-.9.55-.13-.14s-.1-.14-.13-.14c-.04,0-.19.15-.23.14-.05-.01-.07-.14-.13-.14-.04,0-.2.15-.23.14-.05-.02-.1-.11-.13-.14-.02-.02-.1-.14-.12-.14-.04,0-.19.11-.22.13-.02.01-.21.14-.23.13-.04-.01-.09-.12-.12-.15l-.12-.15s-.07-.12-.12-.15c-.02-.01-.2.13-.23.13-.03,0-.1-.13-.12-.15l-.12-.15s-.23.11-.23.13c0,.05.09.11.12.15.04.04.1.1.12.15.01.03.13.12.12.15,0,.02-.2.11-.23.13,0,0-.1-.15-.12-.15-.06,0-.16.13-.23.13,0-.05-.14-.11-.12-.15.01-.03.23-.11.23-.13,0-.05-.09-.12-.12-.15-.03-.03-.08-.14-.12-.15l-.23.13s.14.14.12.15c-.02.02-.2.13-.23.13-.04,0-.09-.13-.12-.15l.23-.13s-.11-.14-.12-.15l-.12-.15-.23.13s-.19.13-.23.13c-.05,0-.07-.15-.12-.15-.05,0-.17.11-.23.13-.07.02-.16.09-.23.13-.07.04-.15.1-.23.13-.06.02-.17.13-.23.13-.05,0-.07-.15-.12-.15-.06,0-.17.12-.23.13l-.12-.15-.12-.16s-.1-.1-.12-.15c-.01-.03-.14-.12-.12-.16.01-.03.23-.1.23-.13,0-.05-.09-.12-.12-.16l-.12-.15s-.22.08-.23.13c-.01.05-.21.08-.23.13-.02.05.13.11.12.16,0,.05.14.11.12.15-.01.03-.19.11-.23.13,0,0-.11-.16-.12-.16-.06,0-.17.12-.23.13-.07,0-.16.12-.23.13-.05,0-.08-.15-.12-.16-.06,0-.17.14-.23.13-.06,0-.07-.14-.13-.15-.07.01-.16.13-.23.13-.03,0-.11-.14-.13-.15l-.13-.16.46-.26.13.15s.09.15.13.15l.23-.13s-.13-.11-.12-.15l-.25-.31s-.09-.16-.13-.15c-.07.02-.17.1-.23.13-.07.04-.15.1-.23.13-.06.02-.17.12-.23.13-.05,0-.08-.15-.13-.16-.06,0-.17.12-.23.13,0,.05.14.1.13.16l-.23.13s-.11-.13-.13-.16c0,0,.23-.11.23-.13.01-.03-.11-.12-.13-.15-.02-.05-.09-.11-.13-.16l-.13-.16c-.05.05-.19.07-.23.13-.03.04-.21.08-.23.13-.01.04.12.12.13.16,0,.05.1.11.13.16.02.02.14.13.13.16,0,.03-.2.11-.23.13,0,0-.12-.15-.13-.16l-.13-.16s-.11-.16-.13-.16c-.02,0-.22.11-.23.13-.02.04.14.12.13.16,0,.01-.21.12-.23.13-.04,0-.09-.15-.13-.16-.06,0-.17.14-.23.13-.06-.01-.07-.14-.13-.16-.05-.01-.18.13-.23.13-.06,0-.07-.14-.13-.15-.06-.01-.07-.15-.13-.15-.06,0-.17.14-.23.13-.07,0-.07-.14-.13-.15-.05-.01-.18.13-.23.13-.03,0-.11-.13-.13-.15l.23-.13s-.12-.12-.13-.15c-.02-.05-.09-.11-.13-.16-.03-.03-.13-.11-.13-.15,0-.03.21-.1.23-.13.02-.04-.15-.11-.13-.15.02-.05.21-.08.23-.13.02-.05.22-.08.23-.13.02-.05-.14-.11-.14-.15,0-.05-.15-.11-.14-.15.01-.03.2-.1.23-.13,0,0,.12.15.14.15.06,0,.17-.12.23-.13-.05-.04-.08-.11-.14-.15-.05-.04-.09-.1-.13-.15l-.14-.15-.14-.15s-.08-.13-.14-.15c0,0-.21.11-.23.12-.03.02-.19.12-.23.12-.03,0-.12-.14-.14-.15-.02-.02-.15-.13-.14-.16.02-.05.2-.08.23-.12.06.02.07.14.14.15.05.01.18-.13.23-.12.06,0,.08.15.14.16.06,0,.17-.13.23-.12.03,0,.12.16.14.15.03,0,.23-.11.23-.12.02-.05-.14-.11-.14-.15-.07,0-.17.12-.24.12-.03,0-.12-.14-.14-.15-.02-.03-.09-.15-.14-.16-.05-.01-.18.13-.23.12-.06,0-.08-.15-.14-.15-.06,0-.17.13-.23.12-.04,0-.11-.13-.14-.16,0,0,.22-.11.23-.12l.47-.25.14.15s.1.15.14.15c.06,0,.17-.13.24-.12.06,0,.17-.13.23-.12.06,0,.07.15.14.15.06,0,.17-.12.23-.12.03,0,.12.13.14.15l.13.15s.14.13.14.15c-.02.04-.22.08-.24.13-.01.05.14.1.14.15,0,.04-.22.09-.23.13-.02.05.14.1.14.15,0,.05.15.11.13.15-.02.04-.22.08-.23.13-.01.05.14.1.13.15,0,.04-.22.09-.23.13,0,.02.11.14.13.15,0,0,.21-.13.23-.13.05,0,.08.16.13.15.07,0,.16-.11.23-.13l-.13-.15s-.14-.12-.13-.15c.01-.03.2-.1.23-.13,0,0,.12.15.13.15.03,0,.21-.11.23-.13.04-.03.21-.09.23-.12,0,0-.12-.15-.13-.15-.05-.01-.18.13-.23.13-.02,0-.13-.14-.13-.15,0,0,.21-.12.23-.13.05-.03.2-.09.23-.13.02-.03-.15-.12-.13-.15.02-.05.22-.08.23-.13.02-.05-.15-.1-.13-.15.02-.05.21-.08.23-.13.06.01.07.14.13.15.06,0,.18-.13.23-.12.07.01.07.14.13.15.04.01.18-.13.23-.12.02,0,.13.14.13.15,0,0-.21.11-.23.12l-.23.12-.23.12s-.22.1-.23.12c-.01.04.12.12.13.16.02.05.09.11.13.15l.13.16c.07-.01.16-.12.23-.12.05,0,.08.15.13.15.05,0,.18-.14.23-.13.04,0,.1.13.13.15.02.02.09.15.13.15.05,0,.18-.11.23-.13.03,0,.22-.11.23-.13.02-.04-.14-.11-.13-.15,0-.03.2-.11.23-.13.04-.02.18-.12.23-.13.05,0,.08.15.13.15.06,0,.17-.12.23-.13l.13.15.25.3-.23.13s-.22.1-.23.13c-.02.05.13.1.13.15,0,.03.1.12.13.15.03.04.11.1.13.15,0,.02-.22.1-.23.13-.01.02.11.13.13.15.04.05.07.11.12.15.01.01.21-.13.23-.13.03,0,.1.13.12.15l.12.16.46-.26c-.06-.02-.06-.14-.12-.15-.04-.01-.18.13-.23.13-.06,0-.07-.14-.12-.16-.04-.01-.18.13-.23.13-.03,0-.11-.14-.12-.16-.03-.04-.11-.1-.12-.15,0-.02.22-.1.23-.13.01-.03-.15-.12-.12-.15.03-.04.18-.1.23-.13.03-.02.22-.1.23-.13.02-.04-.12-.11-.12-.15,0-.04-.1-.12-.13-.15l-.13-.15s-.1-.1-.13-.15c-.02-.04-.13-.11-.13-.15,0-.04.22-.09.23-.13,0-.02-.11-.14-.13-.15,0,0-.22.12-.23.13-.04.02-.2.13-.23.13-.06,0-.07-.15-.13-.15-.06,0-.17.13-.23.12-.03,0-.11-.13-.13-.15-.02-.02-.14-.13-.13-.15,0,0,.22-.12.23-.12.05,0,.08.14.13.15.08-.01.16-.12.23-.12.05,0,.08.15.13.15.06,0,.17-.13.23-.13.06,0,.07.14.13.15.05.01.18-.13.23-.13.05,0,.09.13.13.15l-.23.13s.11.14.13.15c.01,0,.21-.13.23-.13.06,0,.07.15.13.15.02,0,.22-.11.23-.12.02-.04-.14-.11-.12-.15,0-.02.21-.12.23-.12.02,0,.1.15.12.15.06,0,.17-.13.23-.12.06,0,.06.15.12.15.06,0,.18-.13.23-.12.06,0,.06.14.12.15.04.01.18-.13.23-.13.06,0,.07.14.12.15.06,0,.17-.13.23-.13.01,0,.12.15.12.15,0,.02-.21.11-.23.13-.03.02-.22.1-.23.13-.02.05.14.1.12.15-.02.05.13.1.12.15,0,.04-.22.09-.23.13-.02.05.13.11.12.15l.46-.26s.2-.07.23-.13c.02-.04-.14-.11-.12-.15.01-.02.2-.11.23-.13,0,0,.1.15.12.15.04,0,.18-.11.23-.13.07-.03.16-.09.23-.13l.23-.13.24.3.12.15s.07.13.12.15c0,0,.21-.12.23-.13.03-.02.19-.13.23-.13.03,0,.1.13.12.15l.24.3.23-.13s-.11-.14-.12-.15c-.02-.02-.13-.12-.12-.15.01-.03.2-.11.23-.13.05-.03.17-.12.23-.13.04,0,.08.14.12.15.04.01.18-.13.23-.13.05,0,.08.13.12.15.05.02.08.11.12.15.02.02.09.15.12.15.06,0,.17-.14.23-.13.03,0,.2-.11.23-.13.04-.02.18-.13.23-.13.05,0,.07.15.11.15.06,0,.17-.13.23-.13.06,0,.06.14.11.15.05,0,.18-.14.23-.13.04,0,.1.12.11.15.03.04.07.13.11.15.02,0,.19-.13.23-.13.05,0,.07.14.11.15.03,0,.21-.14.22-.13.05.03.08.1.11.14.03.04.11.1.11.15,0,.02-.21.11-.22.14-.03.04.14.1.12.14-.02.04-.2.09-.23.14l.25.27.45-.28s-.14-.09-.12-.13c.02-.05.21-.09.23-.14.02-.04-.14-.09-.12-.14.02-.04.2-.09.22-.14l.45-.27.12.13s.11.09.12.13c0,.02-.21.11-.22.14-.01.02.11.12.12.13.02.02.1.14.12.13.04,0,.19-.12.22-.14.05-.03.19-.1.22-.14.02-.02-.13-.1-.12-.13l.22-.14s.1.1.12.13l.12.13.12.13.24.26c.07-.02.15-.13.22-.14.05,0,.07.13.12.13l.22-.14s-.11-.13-.12-.13c-.04,0-.17.14-.22.14-.03,0-.11-.11-.12-.13-.02-.02-.13-.11-.12-.13.02-.04.21-.09.22-.14.02-.04-.14-.09-.12-.13.01-.03.22-.11.22-.14,0,.05.11.08.12.13.07-.02.16-.13.22-.14.03,0,.11.11.12.13.03.03.07.11.12.13.05.02.06.12.12.13.04,0,.17-.14.22-.14.03,0,.1.11.12.13,0,0-.21.14-.22.14-.01.02.11.11.12.13.04.04.09.08.12.13.03.05.08.09.12.13l.24.26s.22-.13.22-.14c-.02-.05-.09-.09-.12-.13l-.12-.13s-.1-.08-.12-.13c-.02-.04-.13-.09-.12-.13,0-.04.21-.11.22-.14.02-.05-.13-.09-.12-.13l.44-.29.12.13s.13.1.12.13c0,.02-.23.13-.22.14.02.05.09.09.12.13l.24.25s.2-.1.22-.15c.01-.04-.14-.08-.12-.13.02-.05.19-.1.22-.15.02-.04-.14-.09-.12-.12,0-.02.19-.13.22-.15.01,0,.1.13.12.12.03,0,.19-.13.22-.15l.22-.15.12.12.12.12s.09.13.12.12c.04,0,.18-.13.22-.15.02-.01.22-.15.22-.15.05.02.09.09.12.12.03.03.11.08.12.12,0,.02-.21.12-.22.15,0,.02.11.11.12.12l.12.12.22-.15c.06-.04.17-.1.21-.15.02-.02-.13-.1-.12-.12,0-.02.19-.13.21-.15l.21-.15.12.12.12.12s.08.09.12.12c0,0,.19-.15.21-.15.02,0,.11.1.12.12,0,.01-.21.14-.21.15,0,.01.11.12.12.12.04,0,.17-.15.21-.16.03,0,.09.13.12.12.06-.02.16-.12.21-.15.03-.02.18-.15.21-.16.03,0,.1.1.12.12.02.02.09.12.12.12.05,0,.16-.14.21-.16.06-.02.16-.12.21-.16l.21-.16.12.12s.13.09.12.12c0,.02-.19.14-.21.16-.03.02-.2.13-.21.16-.01.05.13.07.12.12l.21-.16c.06-.04.17-.11.21-.16.02-.02-.13-.09-.12-.11,0-.02.18-.14.21-.16.07-.05.14-.11.21-.16.02,0,.1.12.12.12.03,0,.17-.13.21-.16l.21-.16.25.22s.21-.16.21-.16c.05.03.09.08.12.11l.12.11s.1.07.13.11c0,0-.2.15-.21.16l.13.11s.16-.16.21-.16c-.01,0-.12-.11-.12-.11,0-.01.19-.16.2-.16.02,0,.11.1.12.11.02.01.09.11.12.11.02,0,.19-.15.2-.16,0-.01-.11-.1-.12-.11-.02-.02-.13-.08-.12-.11l.2-.16s.11.09.12.11c.03.03.11.07.13.11,0,.02-.19.14-.2.17,0,.02.11.09.13.11l.13.11.2-.16.2-.16s.15-.15.2-.17c.03-.01.09.11.12.11.04,0,.15-.16.2-.17.06-.01.07.11.13.1.05-.01.14-.15.2-.17.05-.02.08.11.13.1.05-.01.15-.16.2-.17.05-.01.08.1.13.1.04,0,.15-.16.2-.17.06-.01.08.1.14.09.06-.01.14-.15.2-.17.05-.02.09.1.14.09.05-.01.15-.16.2-.17.04,0,.11.07.14.09.02.01.1.1.14.09.05-.01.14-.15.2-.17l.28.17-.2.17s-.16.17-.2.17c-.02,0-.12-.1-.14-.09-.06.05-.14.12-.2.17-.03.03-.19.15-.2.17,0,.04.13.05.14.09.01.05.12.05.14.09l.2-.17s.16-.17.2-.17c.05-.01.09.1.14.09.03-.01.17-.15.19-.17.01-.01-.14-.07-.14-.09.01-.04.17-.13.19-.17.02-.05.18-.13.19-.17,0-.04-.14-.05-.14-.09l.39-.35.28.16c.06-.03.13-.16.19-.18l.14.08s-.19.18-.19.18c.03.03.1.05.14.08l.28.15s.18-.14.19-.18c0-.04-.15-.03-.14-.08.01-.05.17-.13.19-.18.02-.04-.15-.04-.14-.08,0-.02.17-.16.19-.18.02-.01.12.08.14.08.06-.03.13-.16.19-.18.05-.02.09.08.14.08.06,0,.08.09.14.08.04,0,.14-.17.19-.18.05-.02.09.08.14.08s.11.06.14.08c.03.02.09.08.14.07.02,0,.15-.17.18-.18.04-.02.1.09.14.07.04-.01.14-.15.18-.18.03-.02.18-.16.19-.19.01-.04-.15-.03-.14-.07,0-.01.16-.17.18-.19l.14.06s.11.08.15.06c.05-.02.13-.16.18-.19l.15.06s.12.03.15.06c.02.02.15.03.15.06,0,0-.18.19-.18.19.04.03.1.04.15.06.04.02.09.06.15.06.04,0,.11.08.15.06.06-.02.12-.16.18-.19.05-.01.09.08.15.06l.18-.19s-.12-.05-.15-.06l-.15-.06s-.14-.03-.15-.06c0,0,.16-.17.18-.19.04-.05.15-.14.18-.19.02-.03-.15-.04-.14-.06,0-.04.16-.14.18-.19l.15.06s.15.04.15.06c0,.04-.16.14-.18.19.03-.01.12.08.15.06.05-.04.13-.14.18-.19.05-.06.11-.14.18-.19.05-.04.12-.16.18-.19.04-.02.1.08.15.06.03-.01.15-.19.18-.19.05,0,.11.04.15.05.02,0,.15.02.15.05,0,.03-.18.17-.17.2,0,.04.14,0,.15.05,0,.03-.17.16-.18.2,0,.04.15.01.15.05l.18-.2s.14-.18.17-.2c.05-.02.1.07.15.05.02-.01.17-.18.17-.2,0-.01-.14-.04-.15-.05-.02,0-.15-.02-.15-.05,0,0,.16-.18.17-.2.02-.01.13.04.15.05l.15.05s.1.05.15.05c.02,0,.15-.18.17-.2.02-.01.13.04.15.05.02,0,.12.06.15.05.05-.02.12-.17.17-.2.04-.03.11.07.15.05.05-.03.12-.16.17-.2.06-.04.1-.16.17-.2.04-.03.11.07.15.04.05-.03.11-.16.17-.2.04-.02.11.06.15.04.02,0,.14-.17.16-.2.03-.04.13-.18.16-.2.04-.03.11.06.15.03.05-.03.11-.17.16-.2.05-.03.1.06.15.03.04-.02.12-.19.16-.2.04-.02.12.02.15.03.02,0,.13.05.16.03.02-.01.14-.2.16-.2.05,0,.11.02.16.03l.16.03.32.05s.16-.16.16-.2c0-.02-.17,0-.16-.03.02-.05.12-.15.16-.2.04-.05.1-.15.16-.2l.16.03s.1.03.16.03c.04,0,.12.05.16.03.05-.03.1-.16.15-.2l-.16-.03s.14-.18.15-.2c0,0,.02-.03.04-.06l-2.5,3.55s-.1-.02-.1-.03c0-.04.11-.17.11-.23,0-.04-.15,0-.15-.04,0-.04.11-.18.11-.23,0-.05.12-.18.11-.23,0-.03-.16,0-.15-.04.01-.05.09-.17.11-.23.02-.04.11-.19.11-.23,0-.02-.13-.03-.15-.04-.03,0-.14-.01-.15-.04,0-.02.1-.2.11-.22.03-.05.1-.17.11-.23,0-.03-.15-.01-.15-.04,0-.04.12-.19.11-.22,0-.03-.12-.03-.15-.04-.04-.01-.13-.01-.15-.04-.01-.02.12-.2.12-.22,0-.04-.15,0-.15-.04,0-.03.1-.19.12-.22.03-.05.1-.17.12-.22,0-.03-.15,0-.15-.04,0-.04.11-.17.11-.22,0-.04-.15,0-.15-.04,0-.04.12-.18.11-.22,0-.04-.14,0-.15-.04,0-.03.1-.18.11-.22l.15.04s.1-.2.12-.22l.12-.22-.15-.04-.15-.04s-.13,0-.15-.03c-.01-.02.12-.19.12-.22,0-.04-.15,0-.15-.04,0-.04.12-.18.12-.22,0-.04-.15,0-.15-.04,0-.04.1-.18.12-.22.02-.03.12-.2.12-.22,0-.02-.16-.02-.15-.03.03-.06.08-.15.12-.22.04-.07.07-.15.12-.22.03-.05.08-.18.12-.22.03-.03.11.06.15.03.05-.03.07-.18.12-.22-.05.02-.11-.06-.15-.03-.03.02-.09.21-.12.22-.04.01-.11-.02-.15-.03l-.15-.03s-.15-.01-.15-.03c0-.02.1-.19.12-.22l.12-.22s-.14,0-.15-.03c0-.02.1-.19.12-.22l.12-.22.15.03s.11.05.15.03c.02,0,.09-.2.12-.22.04-.03.11.06.15.03.04-.03.08-.18.12-.22.03-.03.11.06.15.03.03-.02.09-.18.12-.22.04-.05.09-.16.12-.22l.24-.43s-.13-.06-.15-.03c-.04.04-.08.19-.12.22-.03.02-.13-.06-.15-.03-.04.04-.09.16-.12.22l-.12.22s-.09.2-.12.22c-.02.02-.13-.03-.15-.03-.04,0-.11-.05-.15-.03-.03,0-.09.2-.12.22-.04.03-.1-.05-.15-.03-.04.04-.07.19-.12.22-.01,0-.15-.03-.15-.03,0,0,.11-.2.12-.22.02-.03.12-.19.12-.22,0-.02-.13-.03-.15-.03-.02,0-.15-.01-.15-.03,0-.03.1-.18.12-.22.02-.03.12-.19.12-.21,0-.02-.13-.03-.15-.03-.04,0-.13,0-.15-.03-.01-.01.12-.19.12-.21,0-.04-.15,0-.15-.03,0-.04.11-.17.12-.21l.15.03s.09-.18.12-.21c.04-.05.09-.15.12-.21l.12-.21c.03-.06.1-.16.12-.21l-.15-.03s-.14,0-.15-.03c0-.01.11-.19.12-.21.03-.06.11-.16.13-.22,0-.02-.14-.02-.14-.04,0-.02.11-.19.13-.21l.13-.22s-.09-.06-.14-.03c-.05.02-.1-.07-.14-.04-.05.03-.08.18-.13.22-.05.04-.08.18-.13.21-.02.02-.13-.03-.14-.04-.04-.01-.11-.01-.14-.04,0,0,.12-.2.13-.21,0-.04-.14,0-.14-.04,0-.04.11-.17.13-.21.02-.06.09-.16.13-.21.02-.03.13-.19.13-.21,0-.04-.14,0-.15-.03l-.13.21s-.13-.03-.15-.04c0,0,.13-.19.13-.21,0-.04-.15,0-.15-.03,0-.03.11-.18.13-.21.01-.03.13-.2.13-.21,0-.02-.15-.01-.14-.03.02-.05.09-.15.13-.21l.13-.21c.04-.06.1-.15.13-.21,0-.02-.14-.02-.14-.03,0-.03.11-.17.13-.21.03-.06.09-.15.13-.21l.13-.21-.15-.03-.29-.07-.29-.07s.13-.17.13-.21c0-.02-.16,0-.15-.03.02-.05.1-.16.13-.21.02-.03.1-.19.13-.21l.15.03s-.11.18-.13.21l-.13.21.29.06.13-.21s.13-.18.13-.21c0-.04-.13,0-.15-.03l.13-.21s.13-.18.13-.21c0-.03-.12-.02-.15-.03-.04-.02-.1-.02-.15-.03-.04,0-.1-.04-.15-.03-.03,0-.1.19-.13.21-.02.01-.14-.02-.15-.03,0,0,.13-.19.13-.21,0-.04-.14,0-.15-.03,0-.04.13-.16.13-.21,0-.04.13-.16.13-.21,0-.02-.13-.03-.15-.03l-.15-.03c.02-.05.1-.15.13-.21.04-.05.09-.16.13-.2.02-.02.12.04.15.03.02-.01.12-.18.13-.2l.13-.2s-.1-.06-.15-.03c-.03.02-.11.2-.13.2-.05.01-.11-.02-.15-.03l-.15-.03c.01-.05.12-.15.13-.2,0-.04-.15,0-.15-.03,0-.02.11-.17.13-.2l.15.03s.12.04.15.03l.13-.2s-.15,0-.15-.03c0-.02.13-.2.13-.2-.02-.01-.12-.04-.15-.03-.04.02-.09.18-.13.2-.01,0-.15-.03-.15-.03,0,0,.12-.18.13-.2.03-.05.12-.16.13-.2,0-.02-.14-.01-.15-.03-.01-.03.13-.17.13-.2,0-.03-.16,0-.15-.03,0-.04.1-.16.13-.2.04-.05.11-.15.13-.2,0-.02-.14,0-.15-.03,0-.02.12-.18.13-.2l.13-.2.15.03s.12.04.15.03c.05-.03.09-.16.13-.2l-.15-.03s-.12-.04-.15-.03c-.02.01-.12.2-.13.2-.05,0-.11-.02-.15-.03l-.3-.05.13-.2s.12-.15.13-.2c0-.03-.15,0-.15-.03,0-.04.12-.15.13-.2,0-.04.14-.16.13-.2,0-.03-.15.01-.15-.03,0-.04.12-.15.14-.2,0-.03-.14,0-.14-.03,0-.03.12-.16.14-.2l.14.03.14-.2s-.14,0-.14-.03c0-.02.15-.18.14-.2-.02-.03-.11-.02-.14-.03-.03,0-.13,0-.14-.03,0-.02.14-.17.14-.2,0-.04-.14,0-.14-.03,0-.04.14-.16.14-.2,0-.02-.12-.03-.14-.03-.02,0-.14-.01-.14-.03,0-.02.12-.17.14-.2.02-.03.14-.17.14-.2,0-.03-.15,0-.14-.03.01-.04.14-.16.14-.19,0-.02-.15,0-.14-.03.02-.05.11-.15.14-.19.05-.06.1-.13.14-.19.02-.03.11-.17.14-.19.04-.03.1.05.14.03.03-.02.11-.16.14-.19.05-.05.1-.13.14-.19l.29-.39c-.05.01-.08-.05-.14-.03-.03.01-.11.17-.14.19-.03.02-.12-.05-.14-.03-.04.04-.11.15-.14.19l-.28.39-.28-.06.28-.38c.02-.05.13-.14.14-.19,0-.03-.14,0-.14-.03,0-.03.13-.15.14-.19.02-.05.11-.14.14-.19.02-.03.14-.17.15-.19,0-.03-.13,0-.14-.03l-.14.19-.14-.03s.12-.17.14-.19c0-.01.13.04.14.03.05-.03.1-.16.15-.19.05-.03.1-.16.14-.19.05-.03.1.05.14.03l.29-.38-.14-.03s-.09-.03-.14-.02c-.04,0-.1-.05-.14-.03-.02.01-.13.16-.14.19l-.14.19-.29-.05s.13-.14.14-.19c0-.03-.14,0-.14-.03,0-.02.12-.16.14-.19,0,0,.13.03.14.03.04-.02.11-.15.14-.19.05-.05.1-.13.15-.19l.14-.19-.14-.03s-.11-.04-.14-.03c-.04.02-.1.16-.15.19-.01,0-.14-.03-.14-.03,0,0,.13-.17.14-.19.03-.04.13-.14.15-.18,0-.02-.14,0-.15-.03,0-.02.15-.16.15-.18,0-.03-.13,0-.15-.03-.01-.03-.13,0-.15-.03,0-.02.15-.15.15-.18,0-.03-.14,0-.14-.02l.14-.18c.04-.06.1-.12.15-.18.04-.04.1-.15.14-.18.04-.03.11.05.15.02.04-.02.1-.15.15-.18.05-.04.09-.14.15-.18.02-.01.13.02.15.02.02,0,.12.04.15.02.05-.03.1-.16.15-.18.05-.02.1-.15.15-.18.05-.03.1.05.15.02.05-.03.09-.14.15-.18.04-.03.1.04.14.02.04-.02.11-.15.15-.18.05-.05.1-.13.15-.18l.29-.36.29-.36.29-.36s.1.05.14.02c.03-.02.12-.17.15-.18.05-.01.11.02.14.02l.14.02-.29.36-.29.36c.06-.01.09.04.14.02.04-.02.1.05.14.02.03-.02.12-.18.15-.18.04-.01.11.01.14.02.02,0,.14,0,.14.02,0,.02-.13.16-.15.18l-.14-.02-.15.18s-.12.17-.15.18c-.03.02-.12-.04-.14-.02-.05.04-.11.14-.15.18-.04.04-.1.14-.15.18-.03.02-.11-.04-.14-.02-.05.03-.1.15-.15.18,0,.03.14-.01.14.02,0,.03-.15.16-.15.18,0,.01.12.03.14.02,0,0,.14-.17.15-.18.02-.03.12-.17.15-.18.03-.01.12.02.14.02.02,0,.12.03.14.02.03-.02.12-.15.15-.18l.15-.18.28.04-.15.18-.15.18c-.04.05-.11.13-.15.18,0,.02.14,0,.14.02,0,.03-.13.15-.15.19-.03.05-.1.13-.15.18-.02.03-.14.16-.15.19,0,.03.14-.01.14.02,0,.03-.15.16-.15.19,0,.03.11,0,.14.02.04.02.1.02.14.02.02,0,.14,0,.14.02,0,.01-.13.17-.15.19l-.29.38.28.05s.14-.15.14-.19' fill='%23fff'/%3E%3Cpath d='M7.01,162.84l-.14-.16s-.15-.13-.14-.16c0-.02.2-.11.23-.12.02,0,.23-.12.23-.12,0-.02-.12-.16-.14-.16-.05,0-.19.14-.23.12-.05-.02-.11-.12-.14-.15-.03-.04-.09-.13-.14-.15-.03-.01-.19.13-.23.13-.05,0-.09-.17-.13-.16-.02,0-.23.12-.23.13-.02.05.14.11.13.16l-.46.26.28.31c.07,0,.17-.13.23-.13.06,0,.08.15.14.15.06,0,.17-.13.23-.13.04,0,.11.13.14.15.06.04.1.11.14.16l.14.16.14.16-.46.25c-.06-.02-.08-.15-.14-.16-.05,0-.18.14-.23.12-.06-.01-.07-.14-.14-.15-.06,0-.17.13-.23.13-.03,0-.11-.16-.14-.15-.02,0-.22.11-.23.13l.14.15s.23-.13.23-.13c.02.02.15.12.14.15-.02.05-.2.09-.23.13l.28.3.27.32.46-.25s-.15-.11-.14-.16c.02-.05.21-.08.23-.13.02-.05-.15-.11-.14-.16.01-.03.2-.1.23-.13l.23-.13.14.16s.14.14.14.16c-.02.05-.22.08-.23.13-.01.05.15.11.14.16,0,.03-.23.1-.23.13,0,.02.11.15.13.16.06,0,.17-.12.23-.13,0-.05-.15-.11-.14-.15.02-.05.2-.08.23-.13,0-.05-.15-.11-.14-.15,0-.03.2-.11.23-.13.05-.03.2-.09.23-.13.02-.03-.15-.12-.13-.16.01-.04.22-.08.23-.13,0-.05-.12-.11-.14-.15-.01-.04-.15-.12-.14-.16.01-.03.24-.1.23-.13,0-.05-.1-.12-.14-.16-.03-.03-.09-.14-.14-.15-.02,0-.21.11-.23.13l-.23.12-.23.12Z' fill='%23fff'/%3E%3Cpath d='M5.11,163.43l.46-.26s.23-.12.23-.13c0-.04-.11-.12-.14-.15-.02-.02-.11-.15-.14-.15-.02,0-.23.13-.23.13-.02-.02-.14-.14-.14-.16.02-.05.22-.08.23-.13.02-.05-.15-.11-.13-.16.02-.05.2-.08.23-.13.02-.04-.15-.12-.13-.16,0-.03.2-.11.23-.13l.23-.13-.27-.32-.47.25s.15.11.14.16c-.02.05-.22.08-.23.13-.02.05.15.11.14.16-.02.05-.21.08-.23.13-.02.04.15.12.13.16-.01.04-.23.09-.23.13,0,.04.1.13.13.16.03.04.12.12.13.16.01.04.16.11.14.15-.02.05-.2.08-.23.13,0,.05.16.11.14.15-.01.04-.23.09-.23.13,0,.05.13.1.14.15.06.01.08.15.14.15.01,0,.23-.13.23-.13,0-.03-.12-.13-.14-.15l-.14-.15Z' fill='%23fff'/%3E%3Cpath d='M.74,162.29s.21-.08.23-.13c.01-.04-.17-.12-.15-.16.02-.03.23-.1.23-.13,0-.05-.11-.13-.15-.16l-.15-.16s-.09-.14-.15-.16c-.03-.01-.19.13-.23.13-.06,0-.09-.15-.15-.17-.03.05-.22.08-.23.13l.15.17s.23-.13.23-.13c.05.05.1.11.15.16.05.05.11.11.15.16.02.03.16.13.15.16-.01.04-.23.09-.23.13,0,.06.14.11.15.16' fill='%23fff'/%3E%3Cpath d='M2.57,161.26l-.15-.16s-.12-.16-.14-.16c-.04,0-.21.14-.23.13-.06-.03-.11-.12-.15-.16-.02-.02-.11-.16-.15-.16-.06,0-.17.13-.23.13l.15.16s.09.14.15.16c.03.01.19-.13.23-.13.06,0,.09.15.15.16.06.02.08.16.15.16.06,0,.17-.12.23-.13' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.col-howto .howto-box.howto-box2::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.61 159.07'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M11.88,156.06s-.27.12-.3.16c-.03.04,0,.26,0,.31v.31s-.03.29,0,.31c.02.01.26-.14.3-.16.05-.02.26-.12.3-.16.02-.04,0-.27,0-.31v-.31c0-.05.04-.28,0-.3-.02-.01-.26.14-.3.16' fill='%23fff'/%3E%3Cpath d='M12.44,158.2s-.05.28,0,.31c.05.02.24-.17.3-.16.06,0,.25-.19.3-.16.02.01-.03.32,0,.31.03-.01.28-.13.3-.16.05-.08-.04-.23,0-.31.03-.03.29-.13.3-.16,0-.03.02-.3,0-.31-.03-.01-.25.14-.3.16l-.3.16-.3.16-.3.16Z' fill='%23fff'/%3E%3Cpath d='M13.65,155.4c.06,0,.25-.19.3-.16.05.02-.04.27,0,.31l.3-.16s.26-.12.3-.16c0-.01.01-.3,0-.31-.04-.02-.27.19-.3.16-.03-.03.04-.3,0-.31-.07,0-.22.15-.3.16-.06.07-.25.08-.3.16-.05.08.04.22,0,.31' fill='%23fff'/%3E%3Cpath d='M14.51,157.37c-.06.07-.25.08-.3.16-.03.04,0,.27,0,.31,0,.04-.03.3,0,.31.04.02.24-.15.3-.16.08-.02.21-.12.3-.16.04-.02.27-.12.3-.16,0-.02.01-.3,0-.31-.05-.02-.24.17-.3.16-.06,0-.25.19-.3.16-.05-.02.04-.27,0-.31' fill='%23fff'/%3E%3Cpath d='M19.49,147.73s-.04.29.01.31c.03.01.25-.15.29-.18.08-.04.22-.17.29-.18.06-.01.24-.2.29-.18.03.01-.03.31.01.31.07-.01.22-.14.29-.18.07-.04.22-.17.29-.18.04,0-.02.3.01.31.03.01.25-.16.29-.18l.29-.18s.04-.29-.01-.31c-.05-.02-.24.2-.29.18-.05-.02.04-.29-.01-.31-.05-.02-.23.18-.29.18-.05,0,.03-.29-.01-.31-.03-.01-.25.16-.29.18-.03.02-.27.19-.29.18-.03-.03,0-.25-.01-.31v-.31c-.01-.05,0-.29-.02-.31,0,0-.28.16-.29.18-.05.08.05.22.01.31-.06.08-.24.1-.29.18-.03.05.01.26.01.31v.31s-.28.18-.28.18Z' fill='%23fff'/%3E%3Cpath d='M22.74,138.31l.03.31s0,.3.03.31c.06.01.21-.19.28-.19l.28-.19s.26-.15.28-.19c.04-.09-.06-.21-.03-.31-.06,0-.23.21-.28.19-.03-.01,0-.31-.03-.31-.06.01-.21.14-.28.19l-.28.19Z' fill='%23fff'/%3E%3Cpath d='M24.29,142.8c-.06,0-.23.21-.28.19-.04-.02.02-.31-.02-.31-.03,0-.24.16-.28.19-.02.03.04.27.02.31-.05.08-.24.1-.29.18-.05.08.06.23.02.31-.04.08-.23.11-.29.18l.03.61.29-.18s.27-.15.29-.18c.02-.04-.04-.28-.02-.31.07-.07.21-.13.29-.18l.29-.18-.04-.62Z' fill='%23fff'/%3E%3Cpath d='M24.21,138.28c.05-.08.24-.11.28-.19.04-.08-.07-.22-.03-.31.04-.08.23-.11.28-.19.02-.04-.05-.28-.03-.31.07-.08.2-.14.28-.19.03-.02.26-.2.28-.19.05.03-.02.29.03.31.05.02.23-.21.28-.19.01,0,.03.31.03.31.04-.04.25-.14.28-.19.02-.05-.03-.26-.03-.31,0-.04-.05-.27-.03-.31.04-.06.23-.16.28-.19l.28-.2c.05,0,.23-.22.28-.19-.05-.03.02-.29-.03-.31-.05-.02-.22.2-.28.19-.06,0-.23.21-.28.19-.03,0,0-.32-.03-.31-.07.03-.2.14-.28.19l-.28.19-.55.39c-.07.05-.22.12-.28.19-.03.04.05.25.03.31-.04.07-.25.12-.28.19-.04.1.06.21.03.31l-.28.19.06.61Z' fill='%23fff'/%3E%3Cpath d='M26.18,137.24c-.05.08-.24.11-.28.19-.02.03.02.28.03.31,0,.02.26-.2.28-.19.05.02-.02.27.03.31.05-.08.24-.11.28-.19.02-.04-.02-.27-.03-.31,0-.04,0-.3-.03-.31-.05-.02-.22.2-.28.2' fill='%23fff'/%3E%3Cpath d='M29.9,131.14l.27-.21c.06-.05.21-.13.27-.21.03-.04-.07-.25-.04-.31.03-.06.25-.15.27-.21.02-.11-.06-.2-.04-.31l-.27.21c-.06.05-.21.13-.27.21-.03.04.07.26.04.31-.03.06-.25.15-.27.21-.03.11.06.2.04.31' fill='%23fff'/%3E%3Cpath d='M31.07,128.87l.04.31s.02.3.04.31c.06,0,.2-.2.27-.21.03-.09-.08-.22-.04-.31.02-.05.23-.18.27-.21.05-.05.23-.14.27-.21.04-.06-.07-.24-.04-.31-.06,0-.21.23-.27.21-.04-.01,0-.31-.04-.31-.07,0-.19.19-.27.21l.04.31-.27.21Z' fill='%23fff'/%3E%3Cpath d='M31.35,123.41s0,.29.06.31c.03,0,.22-.19.26-.22.04-.03.24-.17.26-.21.03-.07-.06-.24-.06-.31,0-.03-.04-.3-.06-.31-.02,0-.23.19-.26.22-.02.02.07.27.06.31-.03.09-.21.13-.26.21' fill='%23fff'/%3E%3Cpath d='M32.03,123.9l.06.31s.03.3.06.31c.06,0,.19-.21.25-.22l.26-.22s.24-.17.26-.22c.02-.05-.05-.27-.06-.31,0-.04-.03-.3-.06-.31-.03,0-.22.18-.26.22l-.51.43Z' fill='%23fff'/%3E%3Cpath d='M32.06,122.46s0,.29.06.31c.03,0,.22-.19.26-.22.04-.03.24-.17.26-.22.03-.07-.06-.23-.06-.31,0-.03-.04-.3-.06-.31-.02,0-.23.19-.26.22-.02.02.07.27.06.31-.03.09-.21.13-.26.22' fill='%23fff'/%3E%3Cpath d='M33.65,121.46c-.04.08-.22.13-.26.22-.01.04.05.28.06.31,0,.02.23-.23.26-.22.05.02.01.27.06.31.04-.08.22-.13.26-.22.02-.05-.05-.27-.06-.31,0-.04-.03-.3-.06-.31-.05-.01-.2.22-.26.22' fill='%23fff'/%3E%3Cpath d='M34.53,121.41l.26-.22s.23-.23.26-.22c.03.01.03.32.06.31.07-.03.19-.16.26-.22.07-.06.2-.14.26-.22.01-.01-.05-.28-.06-.31,0-.04-.07-.26-.06-.31s.22-.19.26-.22l.26-.22s0-.29-.06-.31c-.03,0-.22.19-.25.22-.07.06-.19.14-.26.22-.04.05-.23.16-.26.22-.02.05.09.26.06.31-.05.08-.19.17-.26.22l-.26.22c-.04.08-.22.13-.26.22s.08.22.06.31' fill='%23fff'/%3E%3Cpath d='M35.65,116.78s.02.29.07.31c.05.01.19-.22.24-.23.06,0,.19-.24.24-.23.03,0,.04.32.07.31.07-.04.18-.17.24-.23l.24-.23.25-.23s-.02-.29-.07-.31c-.05-.01-.19.23-.25.23-.06,0-.19.24-.24.23-.03,0-.04-.32-.07-.31-.07.04-.18.17-.24.23l-.24.23-.24.23Z' fill='%23fff'/%3E%3Cpath d='M37.38,108.01c-.04.09-.21.14-.23.23-.01.05.07.26.08.3.01.04.05.3.08.3.05.01.18-.23.23-.24.02-.09-.11-.21-.08-.3.01-.04.24-.21.23-.24,0-.04-.06-.3-.08-.3-.05-.01-.18.23-.24.23' fill='%23fff'/%3E%3Cpath d='M40.12,103.72l.23-.24c.06-.06.19-.16.23-.24.02-.05-.1-.24-.09-.3.02-.06.22-.19.23-.24,0-.11-.09-.19-.09-.3l-.23.24c-.06.06-.19.16-.23.24-.02.05.11.24.09.3-.02.06-.22.18-.23.24,0,.11.09.19.09.3' fill='%23fff'/%3E%3Cpath d='M41.07,101.89c.06,0,.17-.26.23-.25.02,0,.07.32.09.3.03-.02.22-.21.23-.25.01-.05-.11-.27-.09-.3.05-.09.16-.18.23-.24l.23-.25-.18-.6-.23.25s-.22.21-.23.25c0,.05.11.27.09.3-.05.09-.17.18-.23.24-.04.04-.21.19-.23.24-.02.08.1.21.09.3' fill='%23fff'/%3E%3Cpath d='M43.59,96.33s-.21.2-.22.25c-.01.05.09.26.1.3.02.05.06.29.09.3.02,0,.2-.22.22-.25.03-.04.2-.2.22-.25.01-.04-.09-.26-.1-.3-.01-.04-.08-.3-.1-.3-.04,0-.18.21-.22.25' fill='%23fff'/%3E%3Cpath d='M44.99,80.96c.06-.02.15-.27.2-.27.03,0,.09.31.12.29.05-.03.15-.2.2-.27l.2-.27.2-.27-.25-.58-.2.27-.4.53s-.18.2-.2.27c-.02.07.13.21.12.29' fill='%23fff'/%3E%3Cpath d='M46.56,82.49c.05.02.07.29.12.29.05,0,.14-.25.2-.27.06-.01.15-.27.2-.27.02,0,.1.31.12.29.02-.02.19-.23.2-.27.01-.09-.12-.2-.12-.29,0-.04.21-.24.2-.27,0-.04-.1-.29-.12-.29-.03,0-.17.23-.2.27l-.2.27-.2.27-.2.27Z' fill='%23fff'/%3E%3Cpath d='M47.02,79.13c-.02.09-.19.18-.2.27,0,.04.1.26.12.29.01.02.18-.27.2-.27.05,0,.07.27.12.29.02-.09.19-.18.2-.27,0-.05-.11-.25-.12-.29-.02-.04-.09-.29-.12-.29-.05,0-.14.25-.2.27' fill='%23fff'/%3E%3Cpath d='M48.17,73.83s-.19.23-.19.27c0,.05.11.25.13.29.02.04.1.28.13.29.02,0,.17-.24.19-.28.03-.04.18-.22.19-.28,0-.04-.11-.25-.13-.29s-.11-.29-.13-.29c-.04,0-.16.23-.19.28' fill='%23fff'/%3E%3Cpath d='M48.74,65.67c.05.02.09.28.14.28.03,0,.15-.24.18-.28.05-.07.14-.19.18-.28.03-.06.18-.21.18-.28,0-.1-.14-.19-.14-.28l-.36.57-.18.28Z' fill='%23fff'/%3E%3Cpath d='M48.9,63.42c-.02.09-.18.19-.18.28,0,.04.12.26.14.28.01.02.16-.28.18-.28.05,0,.09.26.14.28.02-.09.18-.19.18-.29,0-.05-.12-.24-.14-.28-.02-.04-.11-.28-.14-.28-.05,0-.13.26-.18.28' fill='%23fff'/%3E%3Cpath d='M47.84,57.84c.05.02.1.27.15.27.05,0,.13-.3.17-.29.06.02.09.27.15.27.05,0,.09.28.15.27.03,0,.15-.25.17-.29l.17-.29-.15-.27c-.04-.06-.1-.24-.15-.27-.03-.02-.14.29-.17.29-.05,0-.1-.29-.15-.27-.06.02-.11.25-.17.29l-.17.29Z' fill='%23fff'/%3E%3Cpath d='M47.74,54.76s-.16.24-.16.29.14.23.16.27c.02.04.13.27.16.27.03,0,.14-.25.16-.29.02-.05.16-.23.16-.29,0-.04-.14-.24-.16-.27-.02-.03-.14-.28-.16-.27-.03,0-.14.24-.16.29' fill='%23fff'/%3E%3Cpath d='M48.87,54.42c-.01.09-.16.2-.16.29,0,.05.14.23.16.27.02.04.13.27.16.27.05,0,.11-.27.16-.29-.01-.09-.16-.18-.16-.27,0-.04.17-.27.16-.29-.01-.04-.14-.27-.16-.27-.05,0-.11.27-.16.29' fill='%23fff'/%3E%3Cpath d='M49.67,54.65l.16-.29c.04-.07.14-.2.16-.29.01-.05-.16-.21-.16-.27,0-.07.17-.24.16-.29-.02-.11-.13-.16-.16-.27l-.16.29c-.04.07-.14.2-.16.29-.01.05.16.21.16.27,0,.07-.17.24-.16.29.02.11.13.17.16.27' fill='%23fff'/%3E%3Cpath d='M50.62,55.72c.01-.1.16-.2.16-.29,0-.08-.17-.2-.16-.27,0-.05.17-.25.16-.29-.02-.09-.12-.21-.16-.27l-.16-.27c-.01.1-.16.2-.16.3,0,.08.17.2.16.27,0,.05-.17.25-.16.29.02.09.12.21.16.27l.16.27Z' fill='%23fff'/%3E%3Cpath d='M48.52,48.82c0,.1-.16.2-.15.3,0,.04.15.24.17.27.02.02.13-.29.15-.3.05,0,.11.25.17.27,0-.09.16-.2.15-.3,0-.05-.14-.23-.17-.27-.02-.04-.14-.27-.16-.27-.05,0-.1.27-.16.3' fill='%23fff'/%3E%3Cpath d='M49.33,40.53s-.15.26-.15.3c0,.05.15.22.17.26.03.05.13.25.17.26.02,0,.13-.28.15-.31.02-.04.12-.3.14-.3.02,0,.17.28.17.26.02-.03.15-.26.15-.3,0-.05-.15-.23-.17-.26-.02-.04-.15-.26-.18-.26-.05,0-.08.29-.14.3-.05.02-.09.3-.15.3-.02,0-.16-.28-.17-.26' fill='%23fff'/%3E%3Cpath d='M50.02,41.57c0,.1-.15.21-.15.3,0,.05.15.23.17.26.02.04.15.27.17.26.05,0,.09-.28.15-.3-.02-.09-.17-.17-.17-.26,0-.04.16-.28.15-.3-.02-.03-.15-.27-.17-.26-.05,0-.09.28-.15.3' fill='%23fff'/%3E%3Cpath d='M47.85,37.9l.28-.61-.36-.51-.14.3s-.14.26-.14.3c0,.05.16.22.18.26l.18.26Z' fill='%23fff'/%3E%3Cpath d='M48.32,35.56c.05.01.13.26.18.25.03,0,.12-.26.14-.31.04-.08.11-.21.13-.31.01-.07.14-.24.13-.31-.01-.09-.17-.16-.19-.25l-.26.61-.14.31Z' fill='%23fff'/%3E%3Cpath d='M48.46,33.82c0,.1-.14.21-.13.31,0,.04.16.23.19.25.02.01.11-.31.13-.31.05,0,.13.24.19.25,0-.1.14-.21.13-.31,0-.05-.16-.22-.19-.25-.02-.03-.16-.26-.19-.25-.05,0-.08.28-.13.31' fill='%23fff'/%3E%3Cpath d='M47.1,30.08l.12-.31c.03-.08.11-.22.12-.31,0-.05-.18-.19-.19-.25,0-.07.14-.26.12-.31-.04-.11-.15-.14-.19-.25l-.12.31c-.03.08-.11.22-.12.31,0,.05.18.19.19.25,0,.06-.14.26-.12.31.04.11.15.14.19.25' fill='%23fff'/%3E%3Cpath d='M47.66,29.4c.05,0,.14.26.19.25.04,0,.09-.27.12-.31.05-.07.09-.22.12-.31.02-.05.13-.25.12-.31,0-.08-.18-.17-.19-.25-.05.03-.07.3-.12.31-.03,0-.17-.27-.19-.25-.02.02-.13.28-.12.31,0,.08.19.17.19.25,0,.11-.12.2-.12.31' fill='%23fff'/%3E%3Cpath d='M48.53,28.64c0,.1-.13.22-.12.31,0,.04.17.23.19.25.02.01.1-.31.12-.31.05-.01.14.24.19.25,0-.1.14-.22.12-.31,0-.05-.17-.22-.19-.25s-.16-.25-.19-.25c-.05,0-.07.28-.12.31' fill='%23fff'/%3E%3Cpath d='M48.69,26.01l.19.25s.17.26.19.25c.06-.02.07-.28.12-.32,0-.1.13-.22.12-.32,0-.02-.19-.25-.2-.25-.05.02-.06.31-.11.32-.05,0-.15-.26-.2-.25-.05.01-.07.29-.11.32' fill='%23fff'/%3E%3Cpath d='M48.01,24.71s.06-.3.11-.32c.02,0,.19.27.2.24.02-.03.12-.28.11-.32,0-.03-.2-.22-.2-.24.03-.11.08-.22.11-.32l.11-.32.11-.32c-.05,0-.15-.26-.2-.24s-.06.29-.11.32l-.23.64-.11.32c0,.1-.13.22-.11.32.01.09.17.15.2.24' fill='%23fff'/%3E%3Cpath d='M46.67,21.27c0,.1-.12.22-.11.32,0,.04.18.22.2.24.02.01.08-.31.11-.32.05-.01.15.23.2.24,0-.1.12-.23.11-.32,0-.05-.17-.21-.2-.24-.03-.03-.17-.25-.2-.24-.05.01-.06.29-.11.32' fill='%23fff'/%3E%3Cpath d='M45.8,16.25l.21.23.41.47.1-.32.2-.64.1-.32-.41-.47-.1.32c-.02.08-.06.27-.1.32-.02.03-.17-.24-.21-.24-.05.01-.05.29-.1.32l-.1.32Z' fill='%23fff'/%3E%3Cpath d='M44.65,14.54c.06,0,.16.24.21.23.04-.01.05-.32.09-.32.06,0,.16.24.21.23.05,0,.05-.31.09-.32.03-.01.19.26.21.23.04-.05.07-.24.09-.32l.19-.65.1-.32c-.03-.09-.19-.14-.21-.23,0-.02.1-.33.1-.33-.05-.01-.16-.25-.21-.23-.03.01-.08.28-.1.33-.03.08-.05.27-.1.33-.04.05-.06.31-.1.32-.04.01-.18-.26-.21-.23-.04.04-.05.31-.1.32-.03,0-.18-.26-.21-.23-.04.05-.08.24-.1.32l-.1.32.21.23-.09.32Z' fill='%23fff'/%3E%3Cpath d='M47.23,15.26l.41.47c.06,0,.16.25.21.24,0,0,.1-.31.1-.33-.02-.07-.17-.18-.21-.24-.06-.09-.14-.16-.21-.24-.02-.03-.19-.25-.21-.24-.05.03-.05.28-.1.33' fill='%23fff'/%3E%3Cpath d='M42.56,5.44c.06,0,.16.24.21.23.03-.01.06-.34.09-.33.06.02.16.17.21.23.02.02.2.24.21.23.04-.03.07-.27.09-.33l.09-.33.09-.33c-.06,0-.17-.24-.21-.23-.04.02-.04.33-.09.33-.05,0-.17-.25-.21-.22-.05.02-.04.31-.09.33-.03.01-.19-.26-.21-.23-.04.05-.07.25-.09.33l-.09.33Z' fill='%23fff'/%3E%3Cpath d='M43.42,4.22l.09-.33s.06-.33.08-.34c.05,0,.17.25.22.23.05-.02.03-.32.08-.34.03,0,.2.26.22.23.01-.02.09-.31.08-.34-.02-.09-.19-.14-.22-.23l-.22-.23s-.2-.24-.22-.23c-.05.03-.03.29-.08.34l-.08.34-.08.34s-.09.28-.08.34c.02.09.18.14.21.23' fill='%23fff'/%3E%3Cpath d='M44.5,5.36c.06,0,.17.25.22.23.04-.01.06-.29.09-.33.04-.08.06-.24.09-.34.02-.06.1-.27.09-.34-.01-.08-.19-.15-.22-.23-.05.04-.04.32-.09.34-.02,0-.2-.25-.21-.23-.01.03-.09.3-.09.33.02.08.21.15.22.23.01.11-.09.22-.09.33' fill='%23fff'/%3E%3Cpath d='M45.06,4.24l.17-.67c.02-.1.08-.23.08-.34,0-.08.1-.26.08-.34-.02-.1-.19-.14-.22-.23l-.16.68c-.02.1-.08.23-.08.34,0,.08-.1.26-.09.34.02.09.18.14.22.23' fill='%23fff'/%3E%3Cpath d='M23.87,141.13s-.03.28.02.31c.02.01.25-.17.28-.19l.28-.19s.27-.17.28-.19c0-.04,0-.3-.02-.31-.04-.02-.24.22-.28.19-.05-.04.03-.28-.03-.31-.04-.03-.23.21-.28.19-.05-.02.02-.27-.03-.31l.28-.19s.26-.2.28-.19c.01,0,.02.31.03.31.04-.03.25-.14.28-.19.04-.08-.06-.22-.03-.31.03-.09-.07-.23-.03-.31.04-.08.23-.11.28-.19l-.05-.62-.56.38c-.05.08-.24.11-.28.19-.04.08.07.23.03.31-.04.08-.24.11-.28.19-.04.08.06.22.03.31-.04.09.07.22.03.31-.04.08-.24.11-.28.19-.04.08.07.23.03.31-.02.05-.27.15-.28.19,0,.03,0,.3.02.31.05.02.22-.19.28-.19M15.73,150.29v-.61s.58-.33.58-.33v.3s0,.3,0,.3c0,.07-.03.25,0,.3.02.03.26-.18.3-.17.05.02-.05.28,0,.3.05.02.25-.19.3-.17.05.02-.04.27,0,.3.04.04-.05.28,0,.3.04.02.27-.2.3-.17.03.04,0,.24,0,.3,0,.04-.03.29,0,.3.04.02.24-.16.3-.17.03,0,.28-.14.3-.17.02-.03,0-.27,0-.3,0-.03-.02-.28,0-.31.05-.06.23-.14.29-.17l.29-.18c.09-.06.2-.13.29-.18.05-.02.26-.19.29-.18.02,0-.01.32.01.31.03-.01.27-.15.29-.18.05-.08-.05-.22,0-.31.01-.02,0-.3-.01-.31-.03-.01-.28.21-.29.18-.03-.06,0-.23,0-.31,0-.08-.04-.23-.01-.31.01-.05.26-.13.29-.18.05-.08-.05-.22-.01-.31l-.29.18-.29.18-.29.18c-.07.04-.22.11-.29.18-.03.04.04.26.01.31-.05.08-.24.1-.29.18-.05.08.06.23,0,.31-.04.08-.23.1-.29.17l-.58.34v-.61c.03-.08-.07-.23-.02-.31.04-.06.23-.12.29-.17.08-.07.21-.13.29-.17l.57-.35-.02-.61-.29.17c-.07.04-.22.11-.29.18-.03.04.04.26.01.31-.01.02-.27.18-.29.17-.02,0,0-.27-.01-.31,0-.07-.04-.23-.01-.31.01-.04.25-.13.29-.17.05-.06-.05-.24-.01-.31.05-.08.23-.1.29-.17l-.02-.61.29-.18.57-.35v.31c.02.07.05.22.02.31-.01.05-.26.12-.29.18-.05.08.05.22.01.31l.29-.18.57-.35c.03-.09-.06-.22-.01-.31.02-.04.25-.16.29-.18.06-.04.24-.11.29-.18.04-.05-.05-.25-.01-.31.05-.08.23-.1.29-.18.06-.08.24-.1.29-.18.03-.05-.02-.25-.01-.31,0,0-.28.18-.29.18-.01,0-.01-.31-.01-.31.07-.07.21-.13.29-.18l.29-.18.57-.36.58-.36.29-.18.29-.18c.09-.06.2-.14.29-.18.07-.03.23-.19.29-.18.05,0-.03.29.02.31.03.01.25-.16.29-.18.01,0-.03-.28-.02-.31.03-.05.25-.15.29-.18l.29-.18-.05-.62-.28.19s-.25.14-.28.19c-.01.03.03.3.02.31-.04.03-.26.19-.29.18-.05-.02.04-.29-.02-.3-.05-.02-.24.2-.29.18-.05-.02.03-.27-.02-.31-.06,0-.24.2-.29.18-.01,0-.03-.28-.02-.3,0-.02.26-.16.29-.18.04-.03.26-.14.28-.18.04-.08-.06-.22-.03-.31-.07.08-.21.1-.28.19-.05.07-.24.11-.28.18-.05.08.06.22.02.3-.05.08-.24.1-.29.18-.04.07.06.24.02.3-.04.06-.23.15-.29.18-.07.04-.22.11-.29.18-.04.04.04.26.01.31-.02.04-.25.16-.29.18-.01,0,0-.3-.02-.31-.02-.01-.25.16-.29.18-.07.05-.22.11-.29.18-.03.04.04.26.02.31-.05.08-.24.1-.29.18-.05.08.06.23.01.31-.04.08-.23.11-.29.18-.06.07-.24.1-.29.18-.03.05.05.27.01.31-.06.07-.22.13-.29.18l-.57.36-.03-.61.29-.18.28-.18c.05-.03.25-.12.29-.18,0-.01,0-.3-.02-.31-.02-.01-.28.2-.29.18-.01-.03-.03-.26-.02-.3.03-.07.25-.11.29-.18.03-.06-.06-.25-.02-.3.05-.06.23-.14.29-.18l.29-.18.29-.18s.26-.13.29-.18c.04-.07-.06-.24-.02-.31-.01.02-.27.18-.29.18-.01,0-.02-.3-.02-.3.09-.07.2-.12.29-.18.05-.03.24-.18.29-.18.02,0,.01.27.02.3,0,.04-.01.29.02.3.05.02.23-.18.29-.18l-.02-.3-.02-.3s-.04-.26-.02-.31c.02-.04.25-.16.29-.18.08-.05.21-.17.28-.19.03,0,0,.29.03.31.02.01.24-.17.28-.19l.28-.19s.03-.28-.02-.31c-.05-.03.02-.28-.03-.31-.02-.01-.24.17-.28.19-.08.05-.2.16-.28.19-.08.03-.19.14-.28.19-.04.02-.25.2-.28.18-.02,0,0-.32-.02-.31.09-.03.19-.15.28-.19l.55-.37-.03-.31s-.05-.26-.03-.31c.02-.03.25-.18.28-.19.02,0,0,.3.03.31.05.02.22-.21.28-.19.05.02-.02.29.03.31.03.01.23-.17.28-.19,0,0-.04-.29-.03-.31.03-.06.23-.14.28-.19.08-.08.2-.13.28-.19.05-.03.24-.13.28-.19.02-.03-.02-.28-.03-.31,0-.07-.05-.22-.03-.31.01-.05.25-.14.28-.19.04-.08-.05-.22-.03-.31.03-.08-.07-.23-.03-.31.04-.08.24-.11.28-.19.04-.09-.06-.21-.03-.31.03-.07.24-.12.28-.19.03-.06-.03-.25-.03-.31,0,0-.27.2-.28.19-.02,0-.04-.28-.03-.31.01-.05.25-.13.28-.19.04-.08-.07-.22-.03-.3s.23-.11.28-.19c.03-.05-.06-.27-.03-.31.06-.07.21-.14.28-.19l.28-.19.55-.39.55-.39.28-.2c.08-.06.2-.16.28-.2.03,0,0,.3.03.31.05.02.22-.2.28-.2.06,0,.22-.22.27-.2.04.01,0,.31.04.31.05,0,.21-.16.27-.2.07-.05.2-.19.27-.2.04,0,0,.3.04.31.03.01.22-.18.27-.2,0,0-.05-.29-.04-.31.03-.07.22-.15.27-.2.07-.08.19-.15.27-.2l.53-.41.04.31c.01.1.01.23.04.31.02.06,0,.28.04.31.04.03.23-.22.27-.21.02,0,.04.27.04.31,0,.02-.26.17-.27.2-.02.05.03.26.04.31,0,.05.06.25.04.31-.02.04-.24.18-.27.2l-.27.2c-.07.05-.21.13-.28.2-.03.04.06.26.03.31-.04.08-.24.11-.28.2-.04.08.07.22.03.31-.04.08-.23.12-.28.2-.03.09.07.22.03.31-.02.04-.25.18-.28.2-.02,0-.01-.29-.03-.31-.03-.03-.24.21-.28.2-.01,0-.04-.28-.03-.31,0-.02.25-.18.28-.2l.28-.2c.06-.04.23-.13.28-.2.02-.02-.03-.28-.03-.31,0-.05-.05-.25-.03-.31.02-.04.25-.17.28-.2.06-.05.22-.13.27-.2.03-.04-.05-.26-.04-.31.02-.07.24-.13.27-.2.04-.09-.07-.22-.04-.31l-.27.2c-.08.06-.19.12-.27.2-.05.05-.24.14-.27.2-.02.04.06.29.04.31-.08.08-.19.14-.28.2l-.28.2-.56.39c.04.05-.02.26.03.31.03.03.23-.2.28-.2.02,0,.03.27.03.31,0,.06.05.23.03.31,0,.03-.25.17-.28.2-.04.03-.26.15-.28.2-.02.03.02.28.03.31,0,0,.26-.18.28-.19.04-.03.25-.21.28-.2.03,0,.02.27.03.31l.03.31c-.03.09.07.23.03.31-.02.03-.26.19-.28.2-.03.01,0-.3-.03-.31-.05-.02-.23.21-.28.2-.05-.02.02-.28-.03-.31-.02-.01-.25.17-.28.2l-.28.2s-.02.31.03.31c.05,0,.22-.16.28-.2.04-.03.25-.21.28-.2.05.02-.02.27.03.31l.05.62-.28.2-.56.39-.03-.31-.03-.31-.03-.31s0-.3-.03-.31c-.04-.01-.22.18-.28.19-.07.03-.2.14-.28.19l-.28.19c.03.08,0,.23.03.31.03.06-.02.27.03.31.03.03.24-.21.28-.19.05.02-.02.29.03.31.05.02.22-.19.28-.19.05,0-.02.29.03.31.05.02.22-.2.28-.19l.05.62-.56.39-.28.19-.56.38c.03.08-.01.24.03.31.02.05-.02.29.02.31.05.02.22-.19.28-.19.06,0,.23-.21.28-.19.02,0,.03.28.03.31,0,.04-.25.15-.28.19-.03.05.06.27.02.31-.06.07-.21.15-.28.19-.05.04-.24.13-.28.19-.04.06.06.24.02.31-.04.08-.24.11-.28.19-.04.08.07.23.02.31-.04.08-.23.11-.28.19-.05.06.05.24.01.31-.05.08-.23.11-.29.18-.06.08-.24.1-.29.18-.04.07.06.25.02.31-.06.08-.24.1-.29.18-.03.05.05.27.01.31-.06.07-.22.14-.29.18-.09.05-.2.11-.29.18,0,0-.01-.29-.01-.31,0-.04.01-.3-.01-.31-.03-.01-.25.16-.29.18l-.29.18s.01.29.01.31c0,.05.04.26.01.31-.03.05-.24.14-.29.18,0,0,0-.3-.01-.31-.02-.01-.25.16-.29.18-.07.05-.22.17-.29.18-.06.01-.25.2-.29.18-.03-.01.02-.31-.01-.31-.06,0-.22.14-.29.18l-.29.18c.04.06-.03.25.01.31.01.01.26-.16.29-.18.04-.02.26-.19.29-.18.05.02-.04.29.01.31.05.02-.04.29.01.31.05.02.24-.2.29-.18.05.02-.04.29.01.31.03.01.24-.16.29-.18.09-.04.2-.12.29-.18.07-.04.23-.11.29-.18.04-.04-.04-.26-.01-.31.05-.08.23-.1.29-.18l.03.62-.29.18s-.26.14-.29.18c-.03.04.01.27.01.31,0,.03.03.28.01.31-.05.06-.23.14-.29.18-.08.05-.21.11-.29.18-.05.05-.26.12-.29.18-.04.08.04.23.01.31,0,0,.28-.18.29-.18,0,0,.02.29.01.31-.03.05-.25.15-.29.18,0,0,0-.3-.01-.31-.02-.01-.25.16-.29.18-.08.05-.21.15-.29.18-.08.03-.2.13-.29.18-.04.02-.26.19-.29.18-.05-.02.03-.27-.01-.31l-.58.36v.31c.01.08,0,.25.02.31.01.02.26-.18.29-.18.02,0,0,.27.01.31v.31c.07,0,.25-.2.3-.18.02,0,0,.32,0,.31-.09.05-.19.12-.29.18-.07.04-.22.17-.29.18-.04,0,.02-.3,0-.31-.03-.01-.24.15-.29.18-.09.05-.19.12-.29.18-.09.05-.2.11-.29.18-.06.05-.23.11-.29.17-.05.06.04.24,0,.31-.05.08-.24.09-.3.17.04.06-.04.26,0,.3.03.03.25-.17.3-.17.05,0-.04.29,0,.31.03.01.26-.15.3-.17.05-.03.25-.11.3-.17.05-.06-.04-.24,0-.3.02-.03.26-.17.29-.18.01,0,0,.29,0,.31v.31s-.3.17-.3.17c-.04.02-.27.13-.3.17-.03.04,0,.26,0,.31v.3c-.09.03-.21.15-.3.17-.03,0,.03-.29,0-.31-.02-.01-.26.15-.3.17-.09.05-.22.15-.3.17-.09.02-.21.12-.3.17-.04.02-.27.18-.3.17-.04-.02.05-.3,0-.3.04,0,.25-.14.3-.17.04-.03.27-.12.3-.17,0-.02,0-.3,0-.31-.04-.01-.25.14-.3.17-.04.02-.27.18-.3.17-.05-.02.05-.29,0-.3-.05-.01-.24.14-.3.17-.09.04-.21.11-.3.17l-.3.17c-.07.04-.23.16-.3.17-.04,0,.03-.29,0-.3-.05-.02-.25.19-.3.16-.05-.02.04-.27,0-.3-.02-.01-.26.15-.3.17l-.3.17c-.04.08.05.23,0,.31-.05.07-.25.09-.3.16-.05.09.04.21,0,.3-.03.07-.26.1-.3.16-.02.03-.01.28,0,.31,0,.02.27-.17.3-.16.05,0-.04.29,0,.31.05.02.24-.17.3-.17.04-.08-.05-.23,0-.3.03-.04.26-.15.3-.17.01,0-.02.3,0,.31.02.01.26-.15.3-.17.09-.05.2-.1.3-.17.07-.05.24-.1.3-.17.05-.06-.04-.24,0-.31.05-.08.24-.09.3-.17.04.06-.05.26,0,.31.03.03.26-.19.3-.17.02,0,0,.28,0,.31,0,.02-.27.15-.3.17-.07.04-.23.1-.3.17-.04.04.03.26,0,.31-.05.08-.24.09-.3.17v.61c.05,0,.24-.19.29-.17.04.02-.05.31,0,.31.06,0,.23-.13.3-.17.04-.02.27-.18.3-.17.02.01,0,.27,0,.31,0,.02-.28.14-.3.17-.05.08.04.22,0,.31-.04.09.05.22,0,.31-.02.04-.26.15-.3.17-.05.03-.26.11-.3.17-.05.06.04.24,0,.31-.05.08-.25.09-.3.17-.05.08.05.23,0,.31-.03.05-.25.13-.3.17,0,0,.02-.3,0-.31-.05-.02-.25.19-.3.17-.05-.02.05-.28,0-.31-.04-.02-.24.15-.3.17,0,0,0,.29,0,.31-.02.03-.27.15-.3.16-.02,0,.02-.3,0-.31-.05-.02-.26.19-.3.16-.03-.02,0-.26,0-.31v-.31s.3-.16.3-.16l.59-.33v-.61s-.59.33-.59.33l-.3.16s-.27.12-.3.16c-.03.05.04.27,0,.31-.06.07-.22.12-.3.16-.04.03-.27.12-.3.16-.05.08.04.22,0,.31l-.59.32v-.31s-.02-.26,0-.31c.03-.05.28-.11.3-.16.03-.08,0-.23,0-.31,0-.08-.03-.22,0-.31.02-.05.26-.11.3-.16.03-.04,0-.26,0-.31,0-.04.03-.29,0-.31-.03-.01-.28.19-.29.16-.03-.05,0-.23,0-.31v-.3c0-.09-.02-.21,0-.31,0-.03.27-.13.3-.16.05-.08-.05-.23,0-.31.05-.08.25-.08.3-.16.05-.08-.04-.22,0-.3l.3-.16c.05-.03.25-.17.29-.16.02,0,0,.27,0,.3,0,.04-.03.29,0,.3.02.01.26-.14.3-.16.02-.01-.02-.28,0-.3.03-.05.28-.12.3-.16.03-.08,0-.23,0-.3,0-.03-.02-.28,0-.3.05-.06.24-.13.3-.17.09-.05.21-.14.3-.17.05-.02.26-.18.3-.17.01,0,0,.31,0,.3.04-.03.27-.12.3-.17.05-.08-.05-.23,0-.3.05-.08.25-.09.3-.17.05-.08-.04-.22,0-.3l-.59.33-.59.33-.3.16c-.05.03-.25.11-.3.16-.02.03,0,.27,0,.3,0,.05.03.26,0,.3-.05.07-.24.1-.3.16,0,0,.01-.3,0-.3-.05-.02-.24.17-.3.16.04-.08-.05-.23,0-.3.05-.08.24-.08.3-.16.05-.08-.05-.22,0-.3.02-.03.26-.14.29-.16.08-.04.23-.1.3-.16.06-.05.25-.1.3-.17.03-.05-.04-.27,0-.3.06-.07.22-.13.3-.17l.59-.33v-.3s.03-.29,0-.3c-.04-.02-.24.16-.3.17,0,0,.01.29,0,.3,0,.01-.29.17-.3.17-.05-.02.04-.26,0-.3l.3-.17Z' fill='%23fff'/%3E%3Cpath d='M17.51,153.56s.04-.29,0-.31c0,0-.29.16-.3.17-.02.03-.01.28,0,.31.01.03.27-.18.3-.17.04.02-.04.31,0,.31.06,0,.23-.13.3-.17.04-.02.27-.13.3-.17.01-.02.01-.3,0-.31-.04-.02-.24.15-.3.17-.08.02-.22.17-.3.17' fill='%23fff'/%3E%3Cpath d='M23.87,141.13s-.03.28.02.31c.02.01.25-.17.28-.19l.28-.19s.27-.17.28-.19c0-.04,0-.3-.03-.31-.04-.02-.24.22-.28.19-.05-.04.03-.28-.03-.31-.04-.03-.23.21-.28.19-.05-.02.02-.27-.03-.31l.28-.19s.26-.2.28-.19c.01,0,.02.31.03.31.04-.03.25-.14.28-.19.04-.08-.06-.22-.03-.31.03-.09-.07-.23-.03-.31.04-.08.23-.11.28-.19l-.05-.62-.56.38c-.05.08-.24.11-.28.19-.04.08.07.23.03.31-.04.08-.24.11-.28.19-.04.09.06.22.03.31-.04.09.07.22.03.31-.04.08-.24.11-.28.19-.04.08.07.23.03.31-.02.04-.27.15-.28.19,0,.03,0,.3.03.31.05.02.22-.19.28-.19' fill='%23fff'/%3E%3Cpath d='M48.86,23.93l-.11.32s-.12.27-.11.32c0,.05.17.21.2.24.05.06.14.22.2.25,0,0,.12-.3.11-.32,0-.04-.2-.22-.2-.25,0-.04.09-.31.11-.32,0,0,.2.23.2.25,0-.1.13-.22.11-.32,0-.04-.18-.23-.2-.25-.02-.01-.09.31-.11.32-.05.01-.14-.24-.2-.25M49.91,33.85c.06.02.13.25.19.26,0,0,.13-.29.13-.31-.01-.09-.17-.16-.19-.26-.05,0-.14-.26-.19-.25-.03,0-.11.27-.13.31-.03.07-.12.22-.13.31,0,.05.18.2.19.26,0,.08-.15.24-.13.31,0,.02.17.26.19.26.01,0,.13-.3.13-.31-.01-.09-.18-.17-.19-.26,0-.1.12-.21.13-.31M47.78,33.37s-.13.3-.13.31c.03.04.16.26.19.25.03,0,.11-.27.13-.31.04-.08.08-.26.13-.31.04-.04.08-.3.13-.31.05-.01.13.24.19.25,0-.1.14-.22.13-.31,0-.02-.18-.26-.19-.25-.03,0-.11.32-.13.31-.06-.04-.13-.18-.19-.25-.02-.02-.17-.26-.19-.25-.04.04-.1.24-.13.31-.02.04-.14.27-.13.31.02.1.16.15.19.25M49.59,46.17l-.16.3s-.16.26-.15.3c0,.1.15.17.16.26l-.15.3s-.16.3-.16.3c.02.04.14.27.17.27.03,0,.13-.26.15-.3.04-.07.1-.26.16-.3.05-.03.11-.29.16-.3.05,0,.11.27.17.27.05,0,.1-.29.15-.3.05,0,.11.25.17.27.04-.11.12-.18.16-.3.02-.07.16-.23.16-.3,0-.02-.16-.27-.17-.27-.03,0-.13.26-.16.3l-.16.3-.33-.53-.17-.27ZM48.24,50.53c-.06-.02-.11-.26-.17-.27,0,0-.15.28-.15.3,0,.09.15.17.17.27.05.01.11.27.17.27.03,0,.13-.25.15-.29.04-.07.13-.21.15-.29.01-.05-.17-.21-.17-.27,0-.08.16-.22.15-.29,0-.02-.15-.27-.17-.27-.01,0-.16.28-.15.29,0,.09.17.18.17.27,0,.1-.14.19-.15.29M48.23,53.33c.05.02.1.27.16.27.03,0,.14-.25.16-.29.02-.04.16-.24.16-.29,0-.03-.16-.26-.16-.27.03-.04.13-.29.16-.29.05,0,.11.29.16.27.05-.02.12-.24.16-.29.06-.07.11-.2.16-.29l.16-.29.16-.29-.16-.27s-.14-.28-.17-.27c-.06.01-.1.26-.16.29,0,.06.17.22.16.27-.02.09-.12.22-.16.29-.02.03-.14.3-.16.29-.03,0-.14-.29-.16-.27-.05.05-.12.21-.16.29l-.16.29s.15.25.16.27l-.33.58ZM47.99,62.31l.34-.57c.05-.08.13-.18.17-.29.01-.03-.15-.23-.15-.28,0-.05.15-.24.17-.28l.17-.29c.04-.06.16-.21.17-.29.01-.06-.15-.21-.15-.28l-.17.29-.17.29c-.05.08-.14.19-.17.28-.01.03.15.23.15.28,0,.04-.15.25-.17.29-.04.07-.15.2-.17.29-.02.08-.17.2-.17.28,0,.09.14.18.15.28M47.59,65.95c0-.09-.15-.19-.14-.28,0-.09.18-.19.18-.28,0-.09-.15-.19-.14-.28,0-.09.16-.19.18-.28-.05-.02-.09-.28-.14-.28-.04,0-.14.24-.18.28-.06.06-.13.2-.18.28-.03.05-.17.22-.18.28-.01.08.14.2.14.28.06-.03.12-.27.18-.28,0,0,.14.26.14.28,0,.03-.19.27-.18.28.02.04.11.28.14.28.05,0,.13-.26.18-.28M47.23,70.43c.05.02.08.28.13.28.05,0,.15-.29.19-.28.02,0,.12.3.13.28.02-.02.19-.24.19-.28,0-.02-.13-.28-.13-.28.05-.03.14-.28.19-.28.05,0,.08.28.13.28.05,0,.14-.28.19-.28.03,0,.11.3.13.28.02-.02.19-.24.19-.28.01-.09-.13-.19-.13-.28-.05-.02-.08-.28-.14-.28-.05,0-.13.26-.19.28-.06.02-.14.28-.19.28-.03,0-.11-.3-.13-.28-.06.05-.14.2-.19.28l-.19.28c-.05-.03-.07-.27-.13-.28,0,0-.19.26-.19.28-.01.09.13.19.13.28M46.57,69.03c.05.02.08.28.14.28.05,0,.13-.26.19-.28.06-.02.13-.28.18-.28.04,0,.11.3.14.28.06-.04.12-.22.18-.28.07-.07.11-.2.18-.28-.05-.02-.09-.28-.14-.28-.03,0-.15.24-.18.28-.04.06-.12.25-.18.28-.03.02-.11-.28-.14-.28-.03,0-.15.24-.18.28l-.18.28ZM46.08,85.27l.21-.26c.06-.08.14-.21.21-.26.04-.03.17-.27.21-.26.01,0,.11.29.11.29.03-.05.2-.21.21-.27,0-.04-.1-.27-.11-.29-.01-.02-.19.27-.21.27-.05,0-.06-.27-.11-.29l-.21.26-.21.26s-.2.21-.21.26c-.02.09.12.2.11.29M44.94,87.14s.17-.28.21-.26c.03.01.09.24.11.29.03.07.07.26.11.3.03.02.17-.27.21-.26.04,0,.08.31.11.3.05-.03.16-.2.21-.26l.21-.26.21-.26c0-.11-.11-.18-.11-.29,0-.06.2-.2.21-.26,0-.02-.1-.29-.11-.29s-.21.24-.21.26c-.02.09.12.2.11.29l-.21.26c-.05.06-.15.23-.21.26-.03.02-.08-.29-.11-.29-.05,0-.16.27-.21.26-.03,0-.09-.25-.11-.29-.01-.04-.09-.3-.11-.29-.06,0-.15.24-.21.26-.03.09-.19.17-.21.26-.02.09.12.2.11.29M45.4,90.88s-.07-.31-.1-.3c-.05.02-.17.2-.22.26-.03.04-.21.21-.22.26,0,.02.09.29.1.3.05,0,.16-.26.22-.26.06,0,.16-.26.22-.26.04,0,.06.31.1.3.01,0,.22-.25.22-.26,0-.03-.09-.29-.1-.3-.05,0-.16.24-.22.26M41.7,98.02l.23-.25s.22-.21.23-.25c.01-.07-.12-.23-.09-.3.03-.09.21-.16.23-.25.02-.08-.12-.23-.09-.3.04-.1.18-.15.22-.25-.05-.03-.05-.29-.1-.3-.01,0-.21.24-.22.25,0,.04.11.28.1.3-.07.09-.16.17-.23.25l-.23.25-.23.25.19.6ZM36.31,113.2l-.07-.3s-.04-.3-.07-.3c-.03,0-.21.2-.24.23-.03.03-.24.19-.24.23,0,.02.06.3.07.3.04.01.21-.25.24-.23.05.03.02.26.07.3-.03.07-.23.16-.24.23,0,.02.06.3.07.3.02,0,.22-.2.24-.23.02-.02-.08-.27-.07-.3.03-.09.21-.14.24-.23M29.39,127.46l.09.61c.05-.08.23-.12.27-.21.02-.04-.06-.29-.04-.3.03-.03.24-.21.27-.21.03.01,0,.32.04.3.06-.02.2-.16.27-.21l.27-.21.27-.21.53-.42s0-.29-.05-.31c-.03,0-.22.19-.26.21-.06.05-.2.2-.27.21-.04,0-.01-.29-.05-.3-.03,0-.23.18-.27.21-.09.06-.18.15-.27.21,0,0,.05.29.05.3,0,.02-.26.21-.27.21-.04-.01,0-.31-.05-.3-.07,0-.19.19-.27.21-.05-.04,0-.28-.05-.31,0,0-.26.19-.27.21-.04.08.07.22.04.3M29.47,126.04s.07.28.05.3c-.03.03-.24.21-.27.21-.01,0-.05-.28-.05-.3.02-.07.23-.14.27-.21l-.05-.3.26-.21.26-.21c.08-.06.18-.17.26-.21.06-.04.2-.21.26-.21.05,0,.01.29.05.31.05.02.2-.21.26-.21l-.11-.62.25-.21s.24-.17.26-.21c.01-.03-.04-.29-.06-.31,0-.01-.23.2-.26.21-.04.03-.22.22-.26.21-.05-.02-.01-.27-.06-.31.04-.08.22-.13.25-.21.02-.05-.08-.26-.06-.31.05-.08.19-.16.26-.21.05-.05.21-.14.26-.21.03-.05-.08-.24-.06-.3.03-.09.21-.13.26-.22.04-.08.22-.13.26-.22.03-.09-.08-.21-.06-.31,0,.01-.25.22-.26.22-.02,0-.06-.27-.06-.3,0-.02.24-.18.25-.21.04-.07-.08-.23-.06-.3.02-.05.22-.19.26-.22,0,0,.04.3.06.3.05.01.2-.23.25-.22s.01.28.06.3c.02.01.22-.19.26-.22l.25-.22s0-.27-.06-.3c-.04-.03-.21.23-.26.22-.05-.01-.02-.27-.06-.3-.03-.03-.22.23-.25.22-.02,0-.06-.27-.06-.3,0-.03.24-.18.26-.22.03-.09-.08-.21-.06-.3l.26-.22c.07-.06.19-.19.25-.22.03-.01.03.29.06.3.02.01.22-.19.25-.22l.26-.22c-.03-.09-.03-.21-.06-.3,0,0-.24.2-.26.22-.04.03-.22.23-.26.22-.01,0-.07-.28-.06-.3,0-.04.23-.19.25-.22.04-.03.24-.17.25-.22.03-.09-.09-.21-.06-.3.03-.1-.08-.21-.06-.3.01-.07.22-.15.24-.22.03-.08-.1-.23-.07-.3.03-.06.2-.18.24-.22.06-.06.19-.14.24-.23.02-.03-.08-.26-.07-.3.01-.04.22-.2.24-.23.04-.03.23-.18.24-.23.02-.04-.06-.27-.07-.3-.02-.07-.08-.22-.07-.31,0-.05.22-.17.24-.22.02-.07-.1-.24-.07-.3.03-.07.19-.18.24-.23.04-.04.23-.18.24-.23.01-.04-.09-.27-.07-.3.06-.09.17-.16.24-.23l.24-.23s.21-.16.24-.23c0-.01-.06-.3-.07-.3-.03,0-.23.25-.24.23-.02-.03-.08-.26-.07-.3.02-.07.22-.15.24-.23.03-.09-.1-.22-.07-.3.02-.05.21-.19.24-.23.03-.03.24-.19.24-.23,0-.03-.09-.29-.07-.3.07-.08.17-.16.24-.23.04-.03.21-.24.24-.23.03,0,.05.32.07.3.07-.04.17-.16.24-.23l.49-.46s-.02-.29-.07-.3c-.03,0-.22.26-.24.23-.04-.05-.06-.23-.07-.3-.02-.08-.08-.21-.08-.3,0-.04.22-.18.23-.23.03-.09-.1-.21-.08-.3-.06,0-.18.25-.23.23,0,0-.08-.3-.08-.3.04-.07.18-.18.23-.23.06-.06.18-.21.23-.23.03-.01.05.3.08.3.01,0,.23-.21.23-.24,0-.02-.07-.3-.08-.3-.04-.02-.19.24-.23.23-.01,0-.08-.28-.08-.3.01-.07.21-.16.23-.23.02-.09-.11-.22-.08-.3.03-.1.19-.14.23-.23.03-.07-.1-.23-.08-.3.03-.09.2-.14.23-.23.03-.08-.1-.22-.08-.3.03-.09.2-.15.24-.24.04-.1.19-.13.23-.23.03-.07-.1-.23-.08-.3.03-.09.21-.14.24-.24.01-.04-.07-.26-.08-.3-.01-.05-.1-.25-.08-.3.03-.09.21-.14.24-.24.03-.1.2-.14.23-.24.03-.07-.1-.22-.08-.3.02-.05.2-.2.24-.24,0,0,.08.28.08.3.01.04.05.29.08.3.03,0,.2-.2.24-.24l.24-.24-.08-.3c-.02-.08-.04-.24-.08-.3-.02-.02-.21.24-.24.24-.02,0-.07-.26-.08-.3-.02-.06-.09-.22-.08-.3,0-.03.21-.21.24-.24l.24-.24c.06-.06.19-.15.24-.24.03-.04-.1-.24-.09-.3.02-.09.2-.15.22-.24.02-.09-.11-.21-.09-.3.02-.08.21-.16.23-.24.02-.09-.11-.21-.09-.3.01-.06.23-.19.23-.24,0-.09-.07-.23-.09-.3-.01-.03-.1-.26-.09-.3.02-.06.19-.2.23-.24l.23-.24.23-.24c.05-.06.19-.16.23-.24,0-.02-.08-.27-.09-.3-.01-.04-.1-.25-.09-.3.01-.05.19-.21.23-.24.03-.03.22-.2.23-.24.01-.06-.08-.25-.09-.3-.01-.04-.1-.25-.09-.3.02-.09.19-.16.23-.24.01-.09-.12-.21-.09-.3,0-.02.22-.25.23-.24.03,0,.08.26.09.3l.09.3.45-.49c-.05-.04-.04-.27-.09-.3-.04-.02-.18.25-.23.25-.05,0-.05-.27-.09-.3-.04-.02-.18.24-.23.24-.02,0-.08-.26-.09-.3l-.09-.3.23-.24c.06-.06.19-.16.23-.25.02-.05-.11-.24-.09-.29.02-.08.19-.17.23-.25.04-.07.21-.16.22-.25.01-.07-.12-.24-.1-.3.03-.08.17-.19.22-.25.03-.04.21-.2.22-.25.02-.09-.1-.21-.1-.3,0-.08-.08-.23-.1-.3-.01-.03-.11-.27-.1-.3.03-.08.17-.2.22-.25.06-.07.16-.16.22-.25.03-.06.2-.18.22-.25,0-.03-.11-.28-.1-.3l.22-.25c.05-.06.16-.22.22-.25.03-.02.07.29.1.29.05,0,.16-.24.22-.25-.05-.04-.05-.28-.1-.3-.05-.02-.05-.29-.1-.29-.05,0-.16.24-.22.25-.06.01-.17.26-.22.25-.02,0-.1-.27-.1-.3,0-.05.2-.2.22-.25,0-.11-.11-.19-.1-.3,0-.07.2-.18.22-.25.02-.09-.12-.2-.1-.29.01-.08.2-.17.22-.25.02-.08-.13-.22-.1-.29.02-.07.18-.21.22-.25l.22-.25c.05-.06.18-.17.22-.25.02-.05-.11-.24-.1-.29,0-.07.2-.18.22-.25.02-.09-.11-.2-.1-.29-.04.1-.18.15-.22.25-.02.07.12.21.1.29-.02.09-.19.16-.22.25.01-.07-.13-.24-.1-.29.04-.1.18-.15.22-.25.02-.07-.12-.22-.1-.29.02-.09.19-.17.21-.25.02-.07-.12-.22-.11-.29.01-.07.18-.2.21-.26.05-.09.15-.18.21-.26.06-.07.16-.17.21-.26.02-.03-.12-.24-.11-.29,0-.04.18-.23.21-.26.04-.04.19-.2.21-.26.02-.08-.13-.21-.11-.29.01-.06.21-.21.21-.26,0-.09-.08-.22-.11-.29,0-.02-.12-.28-.11-.29.05-.09.15-.19.21-.26l.21-.26c.07-.08.14-.2.21-.26.04-.03.17-.26.21-.26.03,0,.08.31.11.29.06-.03.16-.2.21-.26l.21-.26-.45-1.16c-.03.1-.19.16-.21.26-.02.08.13.2.11.29,0,.02-.2.26-.21.26-.03,0-.1-.25-.11-.29l-.11-.29.21-.26c.06-.08.14-.2.21-.26.05-.05.15-.25.21-.26.05-.01.07.29.11.29.05,0,.15-.25.21-.26-.02-.11-.09-.18-.11-.29,0-.05-.09-.28-.11-.29-.04-.02-.16.27-.21.26-.01,0-.12-.27-.11-.29.02-.09.19-.17.2-.26,0-.06-.14-.24-.12-.29.03-.09.15-.2.2-.26.04-.05.18-.19.2-.26.02-.07-.13-.22-.12-.29.01-.09.18-.17.2-.27.01-.09-.13-.19-.12-.29,0-.04.18-.23.2-.26.03-.04.19-.21.2-.26,0-.04-.11-.25-.12-.29-.02-.05-.12-.22-.12-.29,0-.04.18-.23.2-.27.03-.04.19-.21.2-.27.01-.09-.12-.2-.12-.29,0-.08-.1-.23-.12-.29l-.12-.29s.16-.28.2-.27c.05.02.07.28.12.29.05,0,.14-.27.2-.27.05,0,.07.27.12.29.02,0,.18-.23.2-.27.03-.04.17-.27.2-.27.03,0,.1.25.12.29.02.04.09.28.12.29.04,0,.15-.24.2-.27.06-.04.15-.2.2-.27l.4-.54s-.08-.3-.12-.29c-.05.01-.08-.28-.12-.29-.05,0-.15.25-.2.27-.06.02-.13.25-.2.27-.05.01-.08-.28-.12-.29-.05,0-.14.25-.2.27-.07.02-.14.25-.2.27-.04.01-.08-.28-.12-.29-.05,0-.15.27-.2.27-.05,0-.07-.26-.12-.29-.04-.02-.16.27-.2.27-.06,0-.07-.27-.12-.29l.2-.27.2-.27s.19-.22.2-.27c0-.05-.11-.24-.12-.29-.02-.04-.13-.23-.12-.28,0-.08.19-.2.19-.27,0-.11-.13-.18-.13-.29,0-.08.18-.19.19-.27.01-.09-.14-.19-.13-.28,0-.09.17-.19.19-.27.02-.07-.14-.21-.13-.28,0-.09.18-.18.19-.27.01-.09-.13-.19-.13-.28,0-.07.18-.19.19-.27.01-.09-.14-.19-.13-.28,0-.05.16-.23.19-.27.03-.04.18-.21.19-.27.01-.08-.14-.2-.13-.28.01-.09.18-.18.19-.27,0-.09-.14-.19-.13-.28.01-.09.18-.18.19-.27,0-.09-.14-.19-.13-.28,0-.09.19-.19.19-.27,0-.1-.13-.18-.13-.28,0-.07.18-.2.19-.27,0-.08-.15-.2-.13-.28.01-.06.16-.23.19-.27.04-.07.16-.19.19-.27.01-.04-.14-.23-.14-.28,0-.07.17-.2.18-.28,0-.06-.16-.24-.14-.28.03-.09.14-.21.18-.28.04-.07.13-.24.18-.28.03-.02.11.28.14.28.05,0,.13-.26.18-.28-.03-.11-.11-.17-.14-.28-.01-.04-.11-.27-.14-.28-.04-.02-.14.28-.18.28-.01,0-.14-.26-.14-.28,0-.08.17-.2.18-.28.01-.07-.15-.2-.14-.28,0-.09.16-.19.18-.28.03-.11.16-.17.18-.28.01-.07-.15-.2-.14-.28,0-.1.17-.18.18-.28.01-.08-.14-.2-.14-.28,0-.07.18-.2.18-.28,0-.1-.15-.18-.14-.28,0-.09.17-.19.18-.28,0-.09-.15-.18-.14-.28,0-.09.18-.19.18-.28,0-.09-.15-.18-.14-.28,0-.09.16-.19.18-.28.02-.08-.15-.2-.14-.28,0-.09.17-.19.17-.28,0-.09-.15-.19-.15-.28,0-.09.17-.19.17-.28,0-.09-.15-.18-.15-.28,0-.06.15-.23.17-.28,0,0,.14.28.15.28.05,0,.12-.28.17-.28.05,0,.1.28.15.28.02,0,.16-.25.17-.28,0-.02-.14-.25-.15-.28l-.15-.27s-.15-.23-.15-.27c0-.05.15-.24.17-.29l.34-.57s-.12-.29-.15-.27c-.05.03-.13.22-.17.29-.02.04-.14.28-.17.28-.03,0-.13-.24-.15-.27-.03-.05-.15-.21-.15-.27,0-.08.16-.2.17-.28,0-.09-.15-.18-.15-.27,0-.07.15-.22.17-.29.04-.1.12-.2.17-.28.02-.04.17-.24.17-.29,0-.05-.13-.23-.15-.27-.02-.03-.16-.24-.15-.27.01-.08.14-.23.17-.29l.17-.29c.04-.07.15-.2.17-.29.01-.05-.16-.22-.16-.27,0-.09.17-.2.16-.29,0-.1-.15-.17-.16-.27,0-.07.16-.21.16-.29,0-.09-.14-.19-.16-.27,0,0-.15.29-.16.29,0,0-.16-.25-.16-.27,0-.09.15-.19.16-.29,0-.06-.17-.21-.16-.27.02-.08.13-.22.16-.29l.16-.29c.05-.09.1-.22.16-.29.05-.05.11-.27.16-.29.04-.02.11.27.16.27.05,0,.11-.27.16-.29l-.32-.54-.16-.27s-.15-.21-.16-.27c0-.04.14-.26.16-.29l.16-.29s.16-.24.16-.29c0-.09-.16-.18-.16-.27,0-.06.18-.24.16-.29-.02-.09-.13-.2-.17-.27-.03-.05-.15-.19-.17-.27-.01-.07.16-.22.15-.29,0-.09-.16-.17-.17-.27,0-.09.15-.2.15-.29,0-.04-.15-.23-.17-.27-.02-.04-.16-.21-.17-.27,0-.05.13-.25.15-.29.04-.08.13-.2.15-.29,0-.04-.16-.22-.17-.26,0-.04.14-.26.16-.3.02-.04.16-.24.16-.29,0-.05-.14-.22-.17-.26-.02-.04-.16-.21-.16-.26,0-.06.13-.24.15-.3,0,0,.15.26.17.26.05,0,.1-.27.16-.29.05-.02.1-.29.16-.3.05,0,.11.25.16.26.01-.02.15-.29.16-.3-.04-.05-.12-.25-.17-.26-.04-.01-.11.29-.15.3-.04,0-.13-.23-.17-.26-.06-.06-.12-.18-.17-.26l-.33-.52.15-.3.15-.3c.03-.07.13-.21.15-.3,0-.05-.16-.21-.17-.26-.01-.07.15-.22.15-.3,0-.04-.18-.24-.17-.26.03-.11.1-.21.14-.3.04-.07.1-.26.15-.3.03-.02.14.27.17.26.05,0,.09-.27.14-.3-.06-.06-.11-.21-.17-.26-.04-.03-.13-.27-.17-.26-.05,0-.1.3-.15.3-.06,0-.11-.25-.17-.26-.04-.01-.1.29-.15.3-.05,0-.12-.25-.17-.26l.29-.6.15-.3.15-.3c.04-.08.1-.26.15-.3.03-.02.14.26.17.26.05,0,.09-.29.15-.3.05,0,.12.27.17.26.05,0,.09-.28.14-.3l-.17-.26-.17-.26c-.05-.08-.11-.2-.17-.26-.05-.05-.13-.25-.18-.26-.04,0-.09.3-.14.3-.02,0-.16-.23-.18-.26-.01-.02.14-.26.14-.3,0-.08-.17-.18-.18-.26,0-.06.12-.25.14-.3,0,0,.17.26.18.26,0,0,.14-.29.14-.3,0-.09-.16-.16-.18-.26,0-.03-.16-.25-.18-.26-.04,0-.09.3-.14.3-.01,0-.17-.23-.18-.26-.01-.05.14-.24.14-.3,0-.08-.17-.18-.18-.26,0-.09.15-.21.14-.3,0-.1-.17-.16-.18-.26,0-.06.15-.26.14-.3-.03-.09-.14-.19-.18-.25-.02-.03-.18-.21-.18-.25,0-.05.12-.26.14-.3.02-.04.14-.26.14-.3,0-.06-.15-.21-.18-.25-.02-.04-.18-.2-.18-.25,0-.08.15-.23.14-.3-.02-.11-.16-.15-.18-.25-.02-.07.14-.23.13-.3,0-.07-.19-.18-.19-.25,0-.08.1-.24.13-.31l.13-.31.13-.31s.13-.25.13-.31c0-.05-.16-.21-.19-.25-.03-.04-.18-.2-.19-.25,0-.09.14-.22.13-.31-.01-.07-.15-.19-.19-.25,0,0-.12.3-.13.31,0,0-.19-.23-.19-.25,0-.04.14-.28.13-.31.05.1.13.15.19.25l.13-.31c.03-.07.08-.26.13-.31.03-.03.15.26.19.25.05,0,.09-.27.13-.31.04-.04.08-.3.13-.31.03,0,.16.28.19.25.05-.04.1-.23.13-.31l.13-.31s-.17-.23-.19-.25c0-.1.14-.22.12-.31,0-.02-.18-.25-.19-.25-.02,0-.11.28-.12.31-.02.04-.09.3-.12.31-.05,0-.14-.27-.19-.25-.03.01-.11.26-.13.31,0,.02.18.22.19.25,0,.04-.11.27-.13.31l-.13.31-.75-.99.12-.31s.13-.26.12-.31c-.01-.07-.19-.18-.19-.25,0-.09.13-.22.12-.31,0-.06-.2-.2-.19-.25,0-.09.09-.23.12-.31.02-.04.13-.27.12-.31-.01-.06-.16-.2-.19-.25-.02-.02-.19-.22-.19-.25,0-.08.1-.25.12-.31l.12-.31c.03-.09.1-.21.12-.31,0-.04-.18-.2-.19-.24,0-.05.11-.26.12-.31l.12-.31s-.17-.27-.19-.24c-.04.05-.09.23-.12.31-.04.09-.08.24-.12.31-.03.04-.08.3-.12.31-.03,0-.17-.21-.19-.24,0,0,.13-.28.12-.31-.01-.09-.17-.15-.19-.24.05-.03.06-.3.11-.31.03,0,.17.27.2.24.04-.05.09-.24.11-.31.02-.07.11-.23.11-.31,0,0-.19-.24-.2-.24-.02,0-.1.33-.11.31-.02-.02-.19-.21-.2-.24-.01-.07.1-.25.11-.31,0,0,.19.24.2.24.02,0,.1-.28.11-.31l.11-.31-.2-.24s-.19-.19-.2-.24c-.01-.08.13-.23.11-.31-.02-.08-.16-.17-.2-.24-.04-.09-.14-.17-.2-.24-.06-.07-.14-.15-.2-.24-.04-.07-.17-.15-.2-.24-.02-.07.13-.24.11-.31-.01-.09-.17-.15-.2-.24l.11-.32.11-.32c.03-.1.06-.23.11-.32.02-.04.08-.31.11-.32.03,0,.18.27.2.24.04-.05.08-.24.11-.32l.11-.32c-.05,0-.15-.26-.2-.24-.05.02-.15-.25-.2-.24-.05.01-.06.29-.11.32-.05.03-.06.3-.11.32-.03,0-.17-.21-.2-.24,0,0,.11-.3.11-.32-.02-.09-.17-.15-.2-.24-.03-.1-.17-.13-.2-.24-.02-.07.12-.24.11-.32-.02-.09-.19-.15-.2-.24-.01-.1.11-.22.11-.32-.03-.09-.18-.14-.2-.23,0-.04.1-.28.11-.32l.1-.32.41.47-.11.32s-.12.27-.11.32c0,.02.19.24.2.24.05-.01.06-.29.11-.32l.22-.64c0-.05.13-.28.11-.32-.04-.08-.16-.18-.21-.24-.06-.07-.15-.15-.21-.24-.04-.07-.18-.15-.21-.23-.02-.07.12-.24.1-.32-.02-.09-.18-.15-.21-.24-.05.04-.05.29-.1.32,0,0-.2-.22-.21-.23,0-.05.09-.28.1-.32,0-.01.19.24.21.23.04-.01.07-.27.1-.32.04-.07.07-.23.1-.32l.1-.32c-.07-.03-.14-.22-.21-.23-.05,0-.16-.25-.21-.23-.04.01-.07.28-.1.32-.05.05-.07.24-.1.32-.02.05-.07.31-.1.32s-.18-.2-.21-.23c0,0,.09-.3.1-.32l.1-.32s.11-.29.1-.32c-.01-.03-.19-.23-.21-.23-.04,0-.06.31-.1.32-.02,0-.19-.2-.21-.23-.02-.05.11-.26.1-.32-.02-.09-.2-.14-.21-.23-.02-.1.1-.22.09-.32,0-.08-.2-.15-.21-.23-.02-.09.11-.23.1-.32,0-.1.12-.23.1-.32-.02-.09-.19-.14-.21-.23-.02-.1.11-.22.1-.32,0-.08-.19-.15-.21-.23-.01-.05.09-.27.1-.32,0,0,.19.23.21.23.04-.01.07-.28.1-.33.04-.08.07-.23.1-.32.02-.07.06-.29.1-.33.03-.02.17.23.21.23.04,0,.06-.31.1-.33.05-.02.15.24.21.23.06,0,.16.25.21.23.05-.02.05-.29.1-.33.05-.04.05-.31.1-.33.03-.01.17.2.21.23,0,0-.1.31-.1.33.02.09.18.14.21.23.02-.12.08-.21.1-.33.02-.11.07-.23.1-.33l.09-.33.09-.33c.02-.08.09-.23.09-.33,0-.02-.2-.21-.21-.23-.03-.04-.2-.17-.21-.23-.01-.04.08-.29.09-.33.01-.05.06-.32.09-.33.05-.02.16.23.21.23,0,.11-.1.22-.09.33,0,.08.2.15.21.23.02.09-.11.24-.09.33.02.1.19.14.21.23,0,.04-.11.31-.09.33.02.03.19.24.21.23.05-.02.04-.29.09-.33-.04-.1-.19-.13-.21-.23-.01-.04.08-.29.09-.33.02-.06.1-.26.09-.33,0-.08-.2-.15-.21-.23-.02-.09.11-.24.09-.33-.02-.09-.19-.14-.21-.23-.01-.06.08-.27.09-.33,0,.02.2.2.21.23l.43.46-.09.33c-.01.05-.1.28-.09.33.02.09.19.14.21.23.02.09.19.14.21.23.02.1-.11.24-.09.33.02.09.18.14.21.23.01.04-.09.29-.1.33l-.1.33s-.07.32-.1.33c-.05.01-.16-.26-.21-.23-.05.02-.05.29-.1.33-.04.03-.17-.25-.21-.23-.05.02-.05.3-.1.33-.05.03-.05.31-.1.33-.05.02-.16-.26-.21-.23-.05.03-.05.29-.1.33-.04.03-.16-.25-.21-.23-.02,0-.09.28-.1.33,0,.02.2.2.21.23.02.08-.12.25-.1.33.03.1.17.14.21.23l.1-.33s.07-.32.1-.33c.03-.01.17.2.21.23,0,0-.1.3-.1.33,0,.04.18.21.21.23.04.04.17.23.21.23,0,0,.09-.3.09-.33,0-.08-.19-.16-.21-.23,0-.03.08-.31.1-.33,0,0,.19.22.21.24.05.05.16.22.21.24.03.01.06-.32.1-.33.05-.02.16.25.21.24.05-.02.05-.31.1-.33.05-.02.15.23.21.24,0,.1-.12.24-.1.33.02.09.2.15.21.24.02.1-.1.22-.09.33,0,.08.19.16.21.24,0,.03-.09.31-.1.33-.01.01-.19-.22-.21-.24l-.21-.24-.21-.24s-.18-.24-.21-.24c-.04.01-.06.28-.09.33-.04.07-.07.24-.1.33l-.1.33c.04.1.18.13.21.24.02.07-.11.25-.1.33.02.08.2.15.21.24,0,.07-.08.26-.1.32-.01.05-.11.27-.1.32.02.08.18.17.21.24.02.04.18.24.21.24.04,0,.06-.31.1-.32.03,0,.18.2.21.24.04.04.19.17.21.24.02.07-.12.25-.1.32.02.09.18.15.21.24l-.1.32-.22.64-.2-.24s-.17-.25-.2-.24c-.05.02-.06.29-.11.32-.04.02-.09.26-.11.32-.03.09-.06.26-.11.32-.02.02-.17-.24-.2-.24-.02,0-.1.28-.11.32-.04.1-.09.21-.11.32,0,.03.19.2.2.24,0,.05-.1.27-.11.32l-.11.32.4.48c0-.11.11-.21.11-.32,0-.08-.19-.16-.2-.24-.02-.09.11-.23.11-.32,0-.07-.18-.17-.2-.24,0-.04.1-.28.11-.32.03-.09.07-.25.11-.32.02-.02.17.25.2.24.04-.01.07-.33.11-.32.05.01.15.19.2.24.03.03.17.25.2.24.05-.01.07-.28.11-.32.04-.04.08-.25.11-.32l.11-.32c.03-.1.06-.24.11-.32.04-.06.06-.29.11-.32.04-.03.16.25.2.24.02,0,.1-.29.1-.32,0-.01-.19-.22-.21-.24-.03-.04-.2-.18-.21-.24-.02-.09.12-.23.1-.32-.02-.09-.19-.15-.21-.24,0-.05.09-.28.1-.33.01-.04.07-.32.1-.32.01,0,.2.21.21.24.02.08-.11.24-.1.33.04.1.17.13.21.24.02.07-.11.25-.1.32.02.1.19.15.21.24.02.1-.11.23-.1.33,0,.08.19.16.21.24.01.08-.1.25-.11.32,0,0-.19-.24-.2-.24-.02,0-.1.28-.11.32,0,.03.2.2.2.24.02.09-.12.23-.11.32,0,.02.19.24.2.24.04,0,.07-.31.11-.32.02,0,.18.21.2.24.02.03-.12.28-.11.32.02.09.19.15.2.24.02.09-.12.23-.11.32.02.09.19.15.2.24.01.1-.11.22-.11.32,0,.08.19.16.2.24.02.1-.11.23-.11.32.03.09.19.15.2.24,0,.02-.09.31-.1.32-.02.01-.18-.22-.2-.24-.03-.03-.18-.25-.2-.24-.05.01-.05.3-.11.32-.05.02-.05.29-.1.32-.04.02-.16-.25-.2-.24-.05.01-.06.29-.11.32l.4.49c.06.02.14.24.2.25.04,0,.07-.31.11-.32.03,0,.17.21.2.24,0,0-.12.29-.11.32.01.07.17.19.2.25.05.09.14.17.2.24l.2.25-.23.64-.11.32c-.03.08-.1.22-.11.32,0,.02.18.23.2.25.03.04.19.19.2.25,0,.04-.1.28-.11.32l-.24.64.19.25s.12-.3.12-.32c.02-.04.09-.31.12-.32.03,0,.16.21.19.25.04.05.17.17.19.25.02.05-.12.26-.12.32,0,.08.18.17.19.25,0,.08-.11.24-.12.32-.01.1-.09.23-.12.32-.02.05-.13.26-.12.32.01.09.18.16.19.25,0,.05.17.22.19.25.04.05.18.18.19.25.02.08-.13.23-.12.32.01.1.18.16.19.25.01.1-.14.22-.12.32.01.08.19.17.19.25,0,.07-.1.26-.12.32-.03.08-.11.22-.12.32,0,.05.18.2.19.25.02.07-.14.23-.13.31,0,.05.19.22.19.25-.02.11-.09.23-.13.31-.03.08-.08.27-.13.31-.02.02-.16-.25-.19-.25-.04,0-.08.31-.13.31-.05.01-.13-.24-.19-.25l-.26.62.38.51c.05-.03.08-.3.13-.31.05,0,.14.27.19.26.05,0,.08-.3.13-.31.05,0,.13.25.19.25l.37.51-.13.31c-.03.08-.08.26-.13.31-.02.02-.16-.26-.19-.26-.02,0-.11.28-.13.31-.02.04-.14.27-.13.31,0,.06.16.22.19.26.05.06.13.23.19.26.03.02.1-.31.13-.31.01,0,.19.25.19.26,0,.08-.1.25-.13.31l-.13.31-.14.31-.28.62c.03.1.16.15.18.26.01.07-.14.23-.14.31,0,.02.17.26.18.26.01,0,.14-.28.14-.31,0-.08-.17-.18-.18-.26,0-.05.12-.27.14-.31.02-.04.11-.31.14-.31.05,0,.13.27.18.26s.08-.3.14-.31c.04,0,.14.28.18.26-.06.04-.08.26-.14.31.02.1.17.16.18.26,0,.04-.12.27-.14.31-.03.08-.12.21-.14.31-.02.1-.13.2-.14.31,0,.08.17.18.18.26,0,.05-.12.26-.14.31,0,0-.17-.26-.18-.26-.02,0-.12.27-.14.31-.04.1-.09.22-.14.31-.05.09-.09.21-.14.31l-.27.61s.17.28.18.26c.05-.07.1-.22.14-.31l.14-.31c.04-.09.09-.23.14-.31.04-.06.09-.28.14-.31.04-.02.14.27.18.26.05,0,.09-.28.14-.31l.36.52-.14.31s-.11.3-.14.31c-.03,0-.16-.28-.18-.26-.05.07-.1.22-.14.31l-.27.61c.06.01.12.27.18.26.05,0,.09-.31.14-.31.06,0,.12.25.18.26.04,0,.1-.3.14-.31.03,0,.16.23.18.26,0,.01-.15.28-.15.31,0,.05.15.22.17.26l.17.26-.15.31-.15.31s-.15.26-.15.3c0,.06.15.23.17.26.01.02.18.26.17.27-.03.11-.1.22-.15.31-.04.08-.09.25-.15.31-.02.02-.15-.26-.17-.27-.02,0-.13.27-.14.3l-.15.3.17.27c.05.07.12.23.17.27.02.02.12-.29.15-.3.02,0,.15.23.17.27l.17.27-.15.3-.15.3c-.05.1-.11.2-.15.3,0,.02.17.23.17.27,0,.04-.13.28-.15.3-.02.02-.14-.27-.17-.27-.01,0-.15.27-.16.3,0,.06.16.2.17.27,0,.06-.17.25-.16.3.02.09.12.2.17.27.02.04.16.22.17.27,0,.05-.13.26-.16.3-.02.05-.16.25-.16.3,0,.08.15.19.17.27.02.09.13.21.17.27l.16.27-.16.3c-.03.05-.12.29-.15.3-.02,0-.15-.24-.17-.27-.03-.04-.14-.27-.17-.27-.05,0-.1.28-.15.3l.17.27c.04.07.11.23.17.27.02.02.12-.29.15-.3.02,0,.15.24.17.27.05.08.12.17.17.27.01.02-.15.26-.15.3,0,.06.14.23.17.27l.17.27-.31.6s.17.25.17.27c-.04.11-.11.2-.16.3l-.16.3c-.05.09-.1.22-.16.3-.01.02-.14-.27-.16-.27,0,0-.16.28-.16.3,0,.08.17.19.16.27,0-.02.15-.3.16-.3.02,0,.15.24.16.27,0,.02-.15.27-.16.29-.02.05-.16.24-.16.3,0,.03.14.26.16.27.01,0,.15-.27.16-.3.02-.04.13-.29.16-.3.01,0,.16.25.16.27,0,.05-.14.26-.16.3-.04.08-.11.25-.16.3-.02.02-.13-.27-.16-.27-.02,0-.14.26-.16.3l-.16.3.16.27.16.27c.03.06.15.2.16.27,0,.06-.16.23-.16.29,0,.08.16.2.16.27,0,.1-.16.2-.16.29,0,.1.15.18.16.28,0,.08-.16.21-.16.3,0,.09.16.18.16.27,0,.1-.15.2-.16.29,0,.08.16.2.16.28,0,.1-.16.2-.17.29,0,.09.14.18.15.28,0,.07-.17.21-.17.29,0,.09.16.19.15.28,0,.07-.14.24-.17.29-.02.04-.17.24-.17.29,0,.09.14.18.15.28l-.34.58-.15-.28s-.15-.22-.15-.28c0-.04.18-.27.17-.29-.04-.1-.1-.2-.15-.28-.02-.04-.12-.28-.15-.28-.05,0-.12.26-.17.29-.07.04-.11.23-.17.29l.15.28s.15.22.15.28c0,.09-.17.21-.17.29,0,.05.13.24.15.28.01.02.15-.29.17-.29.05,0,.1.26.15.28.05.02.1.28.15.28.05,0,.12-.27.17-.29l.3.56-.34.58c.01.1.15.17.15.28,0,.02-.16.29-.17.29-.02,0-.14-.3-.15-.28-.06.08-.12.2-.17.29l-.34.58c.05.02.1.28.15.28.05,0,.12-.29.17-.29.06,0,.09.26.15.28.04.01.13-.29.17-.29.02,0,.14.25.15.28,0,.03-.17.25-.17.29,0,.1.15.19.15.28,0,.09-.16.19-.17.29-.02.11-.16.18-.18.29-.01.07.15.2.14.28,0,.09-.16.2-.18.29-.02.08-.14.22-.18.29-.04.07-.16.2-.18.29-.01.04.14.23.14.28,0,.08-.18.21-.18.29,0,.07.12.22.14.28.01.04.11.27.14.28.04.01.14-.28.18-.29.02,0,.13.25.14.28,0,.01-.17.26-.18.28-.03.04-.18.23-.18.29,0,.1.14.19.14.28l-.18.28c-.05.08-.12.22-.18.28-.04.04-.14.28-.18.28-.02,0-.13-.3-.14-.28-.06.08-.12.19-.18.28-.05.08-.14.18-.18.28-.03.06-.18.21-.18.28,0,.09.14.19.14.28-.02.1-.17.19-.18.28,0,.02.14.28.14.28.04-.02.14-.23.18-.28l.18-.28c.04-.06.14-.26.18-.28.02,0,.13.26.14.28.03.07.09.25.14.29.03.02.15-.28.18-.28.05,0,.09.27.14.29l-.18.28s-.15.28-.18.28c-.05,0-.09-.27-.14-.29,0,.05-.19.24-.18.28.02.09.11.21.14.29.04.09.1.18.13.29.02.08.13.2.13.29,0,.08-.18.2-.19.28,0,.06.15.24.13.29-.03.08-.14.22-.19.28-.03.04-.16.28-.19.28-.04,0-.09-.3-.13-.29-.07.02-.13.26-.19.28-.05.01-.09-.28-.13-.29-.05,0-.14.26-.19.28l.13.29s.14.23.13.29c0,.09-.19.19-.19.28,0,.03.11.28.13.29.02,0,.17-.25.19-.28.03-.04.16-.28.19-.28.01,0,.13.26.13.29,0,.04-.17.25-.19.28l-.19.28c-.06.08-.15.18-.19.28-.01.03.13.24.13.29,0,.04-.17.24-.19.28-.03.04-.18.22-.19.28-.01.08.13.2.13.29,0,.08-.18.2-.19.28,0,.09.13.2.13.29,0,.11.13.18.13.29,0,.08-.18.2-.19.28-.01.09.13.2.13.29,0,.07-.18.2-.19.28,0,.04.11.26.13.29.03.05.13.22.13.29,0,.08-.19.19-.2.27-.01.09.14.2.12.29-.01.09-.19.18-.2.27-.01.08.14.22.12.29-.02.08-.16.21-.2.27-.03.04-.19.22-.2.27,0,.05.14.26.12.29-.05.1-.14.19-.2.27l-.2.27-.4.54c.05.02.07.29.12.29.03,0,.17-.29.2-.27.05.04.09.22.12.29.03.08.11.19.12.29,0,.01-.18.25-.2.27-.06.08-.15.17-.2.27-.03.06-.19.2-.2.27-.01.09.12.2.12.29,0-.01.19-.27.2-.27.02,0,.11.26.12.29.02.04.13.24.12.29-.01.1-.17.18-.2.27-.02.07.13.21.12.29-.01.09-.17.18-.2.27-.03.08-.19.18-.2.27,0,.06.14.24.12.29-.03.09-.15.21-.2.27-.04.04-.2.2-.21.27-.01.04.1.26.11.29.02.05.12.23.11.29,0,.04-.19.24-.21.27-.05.07-.17.18-.21.27-.02.05.12.23.11.29-.01.09-.2.18-.21.27,0,.06.09.24.11.29.03.07.11.2.11.29,0,.05-.2.21-.21.27-.02.09.13.2.11.29-.01.05-.18.23-.21.27-.05.06-.17.18-.21.26-.02.05.12.24.11.3-.02.1-.19.17-.21.26-.02.08.13.21.11.3-.02.09-.19.17-.21.26s.13.2.11.3c-.01.07-.18.2-.21.26,0,0-.1-.29-.11-.3-.02,0-.18.23-.21.26l-.21.26.11.3.11.3c.03.07.11.21.11.3,0,.05-.2.2-.21.26-.02.09.13.2.11.3-.02.09-.2.17-.22.26-.02.08.13.22.1.3-.02.07-.18.2-.22.26-.03.04-.21.21-.22.26,0,.04.12.27.1.3-.06.1-.15.18-.22.26-.07.08-.15.2-.22.26-.05.05-.17.25-.22.26-.05,0-.06-.29-.1-.3-.05,0-.16.24-.22.26.05.03.05.29.1.3.03,0,.2-.28.22-.26.04.04.08.23.1.3l.1.3s.11.25.1.3c-.01.05-.19.22-.22.26l-.22.26c0,.1.12.2.1.3,0,.04-.19.23-.22.26l-.22.25-.1-.3c-.02-.07-.06-.26-.1-.3-.02-.02-.19.25-.22.26-.05.01-.06-.29-.1-.3-.05,0-.16.24-.22.26-.05.01-.06-.29-.1-.3-.04,0-.17.22-.22.26-.06.04-.16.18-.22.25l-.44.51s.07.31.1.3c.05-.02.17-.26.22-.25.03,0,.07.31.1.3.06-.03.16-.19.22-.25l.22-.25s.19-.25.22-.25c.03,0,.09.26.1.3.02.07.06.26.1.3.03.02.19-.26.22-.26.05,0,.05.27.1.3.06-.01.17-.26.22-.26.02,0,.1.27.1.3,0,.02-.2.23-.22.26-.03.04-.21.21-.22.26-.01.05.09.26.1.3.01.03.11.26.1.3-.02.06-.18.21-.22.26-.03.03-.21.21-.22.25,0,.05.09.26.1.3.02.07.1.21.1.3,0,.04-.21.2-.23.25-.03.07.11.22.09.3-.02.09-.19.17-.23.25,0,0-.08-.3-.09-.3-.04,0-.18.22-.23.25-.07.04-.16.18-.23.25l-.23.25c-.06.07-.18.16-.23.25,0,.01.08.28.09.3.02.05.1.23.09.3,0,.04-.2.22-.23.25-.06.07-.18.16-.23.25-.02.04.1.25.09.3,0,.04-.2.22-.23.25l-.23.25c.05.04.03.28.09.3.05.02.04.29.09.3.05.01.17-.25.23-.25.06,0,.17-.25.23-.25.02,0,.08.27.09.3.03.09.08.2.09.3,0,.02-.21.21-.23.25-.03.07.11.23.09.3-.02.08-.19.18-.23.25-.05.09-.17.18-.23.25-.03.04-.21.2-.23.25-.02.09.11.21.09.3,0-.02.22-.25.23-.25.02,0,.09.27.09.3,0,.03-.22.21-.23.25-.02.08.12.22.09.3-.02.06-.19.21-.23.25-.03.03-.22.21-.23.25,0,.05.11.27.09.3-.05.09-.17.18-.23.25l-.24.24c-.07.07-.17.15-.24.24-.02.03.09.26.08.3-.02.07-.2.19-.24.24-.06.09-.17.17-.24.24l-.24.24.08.3.16.61.16.61c-.04.09-.21.15-.24.24-.02.05.1.26.08.3-.05.08-.18.19-.24.24-.04.03-.21.25-.24.24-.01,0-.08-.29-.08-.3.01-.05.21-.21.24-.24l.24-.24-.16-.61-.24.24s-.22.19-.24.24c-.03.09.1.21.08.3l-.24.24s-.22.19-.24.24c-.02.06.08.25.08.31.01.11.06.21.08.3.02.07.04.26.08.31.02.03.2-.25.24-.24.02,0,.08.27.08.31,0,.03-.22.2-.24.24-.03.07.1.23.08.31-.03.09-.21.15-.24.24-.03.1-.2.14-.24.24-.01.04.07.27.08.31,0,.02.09.29.08.31-.05.09-.17.18-.24.24-.06.06-.17.21-.24.24-.03.01-.05-.3-.08-.31-.02,0-.21.21-.24.24l-.24.24c.05.03.02.3.08.31.04,0,.22-.26.24-.24.04.05.06.23.08.31l.07.3c-.05.1-.2.13-.25.23-.03.07.09.23.07.3-.02.05-.21.2-.25.23,0,0-.06-.28-.07-.3-.01-.04-.04-.3-.07-.3,0,0-.24.22-.25.23-.02.09.1.21.07.3-.01.04-.25.2-.25.23,0,.05.05.29.07.31.04.02.2-.24.25-.23.01,0,.08.28.07.31,0,.03-.22.21-.25.23-.06.05-.2.15-.25.23-.02.04.08.25.07.31-.02.07-.22.16-.25.23-.02.07.1.25.07.31-.04.07-.19.18-.25.23-.07.06-.19.15-.25.23-.02.03.08.26.07.31-.01.04-.22.2-.25.23-.08.08-.16.17-.24.23,0,0-.07-.29-.07-.31-.01-.04-.04-.3-.07-.31-.05-.01-.19.22-.24.23l.07.31s.04.3.07.31c.03,0,.23-.25.25-.23.04.07.05.22.07.31l.14.62-.25.23c-.06.06-.2.15-.24.23-.03.05.09.25.07.31-.03.09-.2.15-.25.23-.04.08-.22.15-.25.23-.03.08.1.23.07.31-.04.1-.2.14-.25.23-.03.07.09.23.07.31-.02.06-.21.18-.25.23,0,0-.06-.31-.07-.31-.01,0-.24.21-.24.23-.03.08.09.23.06.31-.02.06-.25.17-.26.22-.01.09.04.23.06.31.01.06.07.23.06.31-.02.07-.23.15-.26.22-.03.09.09.22.06.31-.03.09-.22.14-.26.22-.02.04.05.27.06.31,0,.04.07.26.06.31-.02.05-.22.19-.26.22-.04.04-.24.17-.26.22-.02.07.09.25.06.31-.05.08-.22.14-.26.22-.02.06.09.26.06.31-.05.08-.19.17-.26.22-.08.07-.18.14-.26.22-.04.04-.22.22-.26.22-.05,0-.01-.3-.06-.31-.04,0-.21.19-.26.22-.08.05-.18.15-.26.22l-.51.44c.04.06,0,.26.05.31.03.03.22-.23.26-.22.03.01.02.32.05.31.06-.02.2-.17.26-.22l.51-.44.11.62-.52.44c-.06.09-.21.12-.26.22-.04.07.08.24.05.31-.03.08-.21.15-.26.22-.06.08-.19.15-.26.22-.04.04-.24.17-.26.22-.03.08.07.23.05.31,0,0,.25-.22.26-.22,0,0,.06.29.05.31-.02.04-.23.2-.26.22-.02.01-.04-.31-.05-.31-.05-.02-.2.21-.26.22-.06,0-.2.23-.26.22-.05-.02,0-.28-.05-.31l-.52.43.04.31c.01.09.01.24.05.31.02.05,0,.29.04.31.02.01.24-.18.27-.21l.27-.21.09.62c-.06.09-.21.11-.27.21-.04.07.08.24.04.31-.02.05-.23.18-.27.21-.01,0-.03-.3-.04-.31-.04-.01-.22.19-.27.21-.08.04-.19.15-.27.21l-.27.21.04.31c0,.06.01.28.04.31.04.03.23-.22.27-.21.01,0,.05.28.04.31,0,.03-.24.19-.27.21-.06.05-.22.13-.27.21-.03.04.06.26.04.31-.02.07-.24.14-.27.21-.04.08.07.22.04.31-.03.11.07.21.04.31-.02.07-.24.14-.27.21-.04.09.07.22.04.31l-.27.21c-.08.06-.19.16-.27.21-.06.03-.21.21-.27.21-.05,0,0-.3-.04-.31-.05-.02-.21.19-.27.21-.07.02-.2.2-.27.21-.02,0-.03-.28-.04-.31,0-.04-.01-.3-.04-.31-.05-.02-.22.22-.27.21-.05-.02-.22.22-.27.2-.05-.02.01-.3-.04-.31-.06-.01-.2.2-.27.2-.05,0,0-.29-.04-.31-.04-.01-.22.18-.27.21-.08.03-.19.14-.27.2l-.53.41-.54.4-.53.4s.01-.29-.04-.31c-.03-.01-.25.23-.27.2-.03-.05-.03-.23-.04-.31l-.04-.31.53-.4.53-.4c-.04-.06,0-.26-.04-.31-.04-.04,0-.29-.04-.31-.03-.01-.25.23-.27.2-.03-.05-.03-.23-.04-.31,0-.05-.06-.26-.04-.31.02-.05.23-.17.27-.2,0,0,.04.29.04.31l.27-.2s.24-.21.27-.2c.03,0,0,.32.04.31.06-.01.2-.15.27-.2.07-.05.2-.19.27-.2.04,0,.01.3.04.31.05.02.21-.2.27-.2.03-.09-.08-.22-.04-.31.03-.07.24-.13.27-.2.01-.04-.03-.28-.04-.31,0,0-.25.19-.27.2-.04.03-.24.21-.27.2-.03,0-.04-.26-.04-.31,0-.03-.02-.3-.04-.31-.04,0-.22.17-.27.2l-.27.2-.08-.61.27-.2.27-.2c.08-.06.19-.12.27-.2.02-.02-.06-.27-.04-.31.03-.06.22-.15.27-.2.07-.08.19-.14.27-.2.04-.03.24-.15.27-.2.04-.08-.08-.22-.04-.3.03-.07.24-.14.27-.21.03-.08-.04-.23-.04-.31,0-.1-.03-.21-.04-.3,0-.05-.06-.25-.04-.3.01-.04.23-.18.27-.21l.53-.41-.1-.61c-.04.08-.23.12-.26.21' fill='%23fff'/%3E%3Cpath d='M45.27,9.61l.09-.33s.06-.32.09-.33c.03,0,.18.2.21.23.02.02.21.24.21.23.02-.02.1-.3.09-.33-.02-.07-.21-.16-.21-.23,0-.08.07-.26.09-.33.02-.08.09-.24.09-.33,0-.05-.2-.17-.22-.23-.02-.07.11-.27.08-.33-.01-.03-.21-.23-.22-.23-.05.02-.04.29-.08.33l-.43-.46-.17.66c.03.09.2.14.22.23.02.09-.11.24-.08.33.02.09.19.14.21.23.02.07-.08.26-.09.33-.01.11-.06.23-.09.33l-.09.33-.09.33-.43-.46c-.01-.1.11-.24.09-.33-.02-.08-.2-.15-.21-.23-.01-.1.11-.22.09-.33-.01-.09-.2-.14-.22-.23-.01-.05.1-.3.08-.33-.02-.03-.2-.23-.22-.23,0,0-.09.31-.08.33,0,.03.22.23.22.23-.01.05-.06.32-.09.33-.05.02-.16-.23-.22-.23l-.18.65-.18.65.42.45s.04-.31.09-.33c.05-.02.16.24.21.23.05-.02.04-.31.09-.33.03-.01.17.2.21.23.07.06.14.17.21.23l-.09.33s-.07.32-.09.33c-.05,0-.16-.25-.21-.23-.05.02-.04.31-.09.32-.03,0-.19-.26-.21-.23-.02.02-.1.29-.09.32.02.09.18.14.21.23.05-.03.04-.31.09-.32.05-.02.16.23.21.23.05-.04.04-.31.09-.33.03,0,.18.2.21.23.05.05.16.22.21.23.04,0,.05-.31.09-.33.05-.02.17.26.21.23.05-.03.06-.27.09-.33.03-.05.05-.31.09-.33.03-.01.19.26.21.23.04-.05.07-.25.09-.33.02-.06.1-.26.09-.33,0-.03-.19-.21-.21-.23l-.21-.23-.21-.23Z' fill='%23fff'/%3E%3Cpath d='M43.94,7.36l.43.45s.21.24.22.23c.04-.04.07-.26.08-.33.01-.04.09-.29.09-.33,0-.03-.21-.22-.21-.23.01-.04.07-.32.09-.33.05-.02.16.25.21.23.05-.02.04-.32.09-.33.05-.02.16.23.21.23.04,0,.05-.32.09-.33.03,0,.18.2.21.23l.21.23.19-.67-.42-.46s-.04.32-.09.34c-.05.02-.16-.25-.21-.23-.05.02-.04.32-.09.34-.05.02-.16-.24-.21-.23-.05,0-.05.32-.09.33-.04.01-.18-.26-.21-.23-.04.04-.07.26-.09.33-.02.08-.05.28-.09.33-.04.05-.05.32-.1.33-.05.02-.15-.23-.21-.23-.05.04-.04.32-.09.33-.04.02-.17-.26-.21-.23-.05.04-.05.28-.09.33,0,.09-.11.24-.09.33,0,.02.21.23.22.22.03,0,.07-.28.09-.33l.09-.33Z' fill='%23fff'/%3E%3Cpath d='M44.81,1.86l.1-.35s.1-.31.09-.35c-.01-.05-.21-.19-.21-.24,0-.11.07-.25.09-.35.01-.05.1-.29.09-.35-.02-.09-.18-.15-.21-.24l-.09.35c-.02.08-.09.25-.09.35,0,.06.2.18.21.24.02.1-.1.25-.09.35,0,.1-.11.25-.09.35.02.1.18.14.2.23' fill='%23fff'/%3E%3Cpath d='M42.84,142.75s.16,0,.17,0c.01-.01-.01-.13-.02-.15v-.15s-.01-.13-.03-.15c-.01-.01-.15,0-.17,0-.03,0-.16,0-.17,0-.01.01.01.13.02.15l.02.15s0,.13.01.15c.01.01.15,0,.17,0' fill='%23fff'/%3E%3Cpath d='M42.38,141.58s.02-.12-.02-.15c-.03-.02-.14.03-.17,0-.04-.02-.14.03-.17,0-.01-.01,0-.15-.01-.15-.02,0-.16,0-.17,0-.03.03.04.12.02.15-.01.01-.17,0-.17,0,0,.01,0,.14.02.15.02.01.15,0,.17,0h.17s.17-.02.17-.02h.17Z' fill='%23fff'/%3E%3Cpath d='M41.78,142.64s-.14.03-.18,0c-.03-.02.01-.12-.01-.15h-.17s-.16,0-.18,0v.15s.17-.03.19,0c.02.02-.01.14.01.15.05.02.13-.02.18,0,.03-.02.15.02.17,0,.03-.03-.03-.12-.01-.15' fill='%23fff'/%3E%3Cpath d='M41.16,141.48s.15.02.17,0c.01-.01-.01-.13-.02-.15,0-.02,0-.14-.02-.15-.02-.02-.14.01-.17,0-.05,0-.12,0-.17,0-.02,0-.16,0-.17,0l.02.15s.14-.02.17,0c.04.02.14-.03.17,0,.03.02-.01.12.02.15' fill='%23fff'/%3E%3Cpath d='M38.41,144.71s.02-.12,0-.14c-.02-.01-.15,0-.18,0-.05,0-.13.01-.18,0-.03-.01-.15.02-.17,0-.02-.01.02-.14,0-.14-.04-.01-.13,0-.18,0-.04,0-.14.01-.18,0-.02,0,.01-.13,0-.14-.02-.01-.15,0-.17,0h-.17s-.02.12,0,.14c.03.02.14-.02.18,0,.03.02-.02.12,0,.14.03.02.14-.02.17,0,.03.01-.02.12,0,.14.02.01.15,0,.18,0,.02,0,.17-.01.17,0,.02.02,0,.12,0,.14v.14s0,.13.01.15h.17s-.03-.12,0-.14c.03-.02.15.03.17,0,.02-.01,0-.12,0-.14v-.15s.17,0,.17,0Z' fill='%23fff'/%3E%3Cpath d='M36.25,148.01v-.14s0-.14,0-.15c-.04-.02-.14.01-.18,0h-.17s-.17-.02-.18-.01c-.03.03.02.11,0,.15.04.02.15-.02.18,0,.02.02-.02.14,0,.15.04.01.13,0,.17,0h.18Z' fill='%23fff'/%3E%3Cpath d='M35.48,145.53s.14-.02.18,0c.02.02-.02.13,0,.14.02.01.15,0,.17,0,.02,0-.02-.13,0-.14.03-.02.14.03.17,0,.03-.02-.03-.12,0-.14.03-.02.14.02.18,0v-.29s-.19,0-.19,0c-.02,0-.16-.01-.17,0-.01.01.02.14,0,.14-.04.01-.13,0-.17,0h-.17s.01.28.01.28Z' fill='%23fff'/%3E%3Cpath d='M35.36,147.55s-.15-.03-.18,0c-.03.02.03.12,0,.14-.03.02-.15-.03-.18,0-.01.01.02.14,0,.14-.05,0-.12,0-.18,0-.02,0-.16,0-.17,0-.03-.03.03-.12,0-.14-.03-.03-.14.02-.17,0,0,0,0-.14,0-.14-.03,0-.16-.02-.17,0-.02.01,0,.12,0,.14,0,.02.02.14,0,.14-.02.01-.14,0-.17,0h-.17s-.15.01-.17-.01c.03.03-.03.12,0,.14s.14-.01.18,0c.04.02.14-.02.17,0,.02.01-.02.14,0,.15.05.01.13,0,.17,0h.17s.35.02.35.02c.04,0,.14.02.18,0,.02,0-.02-.13,0-.15.03-.02.16.03.18,0,.03-.03-.02-.11,0-.15h.17s0-.28,0-.28Z' fill='%23fff'/%3E%3Cpath d='M34.14,147.35s.15.03.17,0c.01,0,0-.13,0-.14,0-.01-.16,0-.17,0-.03-.02.02-.11,0-.14-.04.02-.15-.03-.17,0-.02.01,0,.12,0,.14,0,.02-.01.13,0,.14.03.02.14-.01.17,0' fill='%23fff'/%3E%3Cpath d='M31.52,148.63h-.18s-.14-.04-.18-.03c-.02,0,.02.13,0,.14-.02.01-.16-.03-.18-.01-.03.04.02.1,0,.14h.18s.14.04.18.03c.02,0-.02-.13,0-.14.02-.02.16.03.18.01.03-.04-.02-.1,0-.14' fill='%23fff'/%3E%3Cpath d='M30.62,149.12v-.14s.02-.13,0-.14c-.03-.03-.14,0-.18-.01-.02.03.03.12,0,.14-.02.01-.15-.01-.18-.02-.04,0-.15-.03-.18-.01-.03.01.02.12,0,.14.03.02.15-.01.17.02.02.02-.03.12,0,.14.04.02.13,0,.18.02v-.14s.18.02.18.02Z' fill='%23fff'/%3E%3Cpath d='M29.83,151.17s.04-.11,0-.14c-.02-.01-.15-.02-.18-.02-.02,0-.16-.03-.18-.02-.03.02,0,.12,0,.14,0,.01-.02.13,0,.14.01.01.16.02.18.02.01,0,0-.13,0-.14.03-.02.14.03.18.02' fill='%23fff'/%3E%3Cpath d='M29.5,150.71v-.14s.03-.13.01-.14c-.03-.03-.14,0-.18-.02l-.18-.02s-.16-.03-.18-.02,0,.12,0,.14c0,.02-.02.13,0,.14.02.02.15.02.18.02l.35.03Z' fill='%23fff'/%3E%3Cpath d='M29.29,151.26s.04-.11,0-.14c-.02-.01-.15-.02-.18-.02-.02,0-.16-.03-.18-.02-.02.02,0,.12,0,.14,0,.01-.02.13,0,.14.01.01.16.02.18.02.01,0,0-.13,0-.14.03-.02.14.03.18.02' fill='%23fff'/%3E%3Cpath d='M28.25,151.01s.15.04.18.02c.01,0,.01-.12,0-.14,0-.01-.16,0-.18-.02-.03-.03.03-.11,0-.14-.04.01-.15-.04-.18-.02-.02.01,0,.12,0,.14,0,.02-.02.13,0,.14.03.03.14,0,.18.02' fill='%23fff'/%3E%3Cpath d='M27.73,150.67l-.18-.02s-.16,0-.18-.02c-.01-.01.03-.13,0-.14-.04-.02-.13-.01-.18-.02-.05,0-.13-.03-.18-.02,0,0,0,.13,0,.14,0,.02,0,.13,0,.14-.02.01-.15-.02-.18-.02l-.18-.02s-.04.11,0,.14c.02.02.15.02.17.02.05,0,.13.02.18.02.03,0,.15.04.18.02.02-.01-.01-.13,0-.14.04,0,.13.02.18.02l.18.02s.15.04.18.02c.03-.02-.02-.11,0-.14' fill='%23fff'/%3E%3Cpath d='M26.42,151.93s.04-.11,0-.14c-.03-.03-.14,0-.18-.02-.03-.02-.15,0-.18-.02-.01-.01.03-.13,0-.14-.05-.02-.13-.02-.18-.02l-.18-.02-.18-.02s-.04.11,0,.14c.03.03.14,0,.18.02.03.02.15,0,.18.02.01.01-.03.13,0,.14.05.02.13.02.18.02l.18.02.18.02Z' fill='%23fff'/%3E%3Cpath d='M23.93,154.27s.14.05.18.03c.02-.01.01-.12.01-.14,0-.02.03-.12.01-.14-.03-.03-.14,0-.17-.03-.03.02.02.12-.01.14-.01,0-.17-.04-.17-.03,0,.02-.02.13-.01.14.03.03.14,0,.18.03' fill='%23fff'/%3E%3Cpath d='M21.56,154.44l-.18-.03s-.14-.04-.18-.03c-.02,0,0,.12-.02.14-.02.01-.16-.05-.18-.03-.03.03,0,.1-.02.13l.18.03s.14.04.18.03c.02,0,0-.12.02-.13.02-.01.16.05.18.03.03-.03,0-.1.02-.14' fill='%23fff'/%3E%3Cpath d='M20.65,154.55s-.15,0-.18-.03c-.01-.01.03-.13.02-.13-.02,0-.16-.04-.17-.03-.02,0,0,.13-.02.13-.05,0-.13-.02-.18-.03l-.18-.03-.04.27.18.03s.16.04.18.03c.02,0,0-.13.02-.13.04,0,.13.02.18.03.03,0,.16.04.18.03.03-.01,0-.12.02-.14' fill='%23fff'/%3E%3Cpath d='M18.05,155.03s.16.04.18.04c.02,0,.02-.11.02-.13,0-.02.03-.12.02-.13-.01-.01-.15-.03-.17-.03-.03,0-.16-.04-.18-.04-.02,0-.02.12-.02.13,0,.02-.03.12-.02.13.02.02.15.03.18.04' fill='%23fff'/%3E%3Cpath d='M13.3,158.4s-.15-.01-.17-.04c-.02-.02.04-.12.02-.13-.04-.02-.13-.03-.17-.04h-.04s.07.02.07.02v-.11s.02-.14.02-.14l-.32-.17v.14s-.03.29-.03.29c0,.01,0,.04,0,.06v.07s.51.16.51.16c.04.01.08.02.1.02.03,0,0-.12.03-.13' fill='%23fff'/%3E%3Cpath d='M12.98,157.22s.05-.1.02-.13c-.03-.03-.14-.02-.17-.04-.03-.02-.15-.01-.17-.04-.01-.01.04-.13.02-.13-.02,0-.16-.05-.17-.04-.03.01,0,.11-.02.13-.02,0-.17-.05-.17-.04,0,.01-.03.12-.02.13.01.02.15.03.17.04l.17.04.17.04.17.04Z' fill='%23fff'/%3E%3Cpath d='M13.25,157.33s-.04.1-.01.14c.01.01.14.08.16.08.01,0,0-.14.01-.14.03-.01.12.08.16.08-.02-.04.04-.1.02-.14-.01-.02-.14-.07-.16-.08-.02-.01-.14-.09-.16-.08-.03.01.01.12-.01.14' fill='%23fff'/%3E%3Cpath d='M12.19,155.12s-.04.11-.03.13c.01.02.13.08.16.09.02.01.14.09.16.09.02,0,.02-.12.03-.13,0-.02.04-.11.03-.13,0-.02-.14-.08-.16-.09-.02-.01-.15-.1-.16-.09-.02,0-.02.11-.03.13' fill='%23fff'/%3E%3Cpath d='M10.3,151.84s.12.11.16.1c.02,0,.03-.11.03-.13.01-.03.04-.08.04-.12,0-.03.06-.1.04-.12-.02-.04-.12-.07-.15-.1l-.09.25-.04.13Z' fill='%23fff'/%3E%3Cpath d='M9.86,150.93s-.06.09-.04.12c0,.02.13.1.15.1.01,0,.03-.12.04-.12.03,0,.11.1.15.11-.01-.04.06-.09.04-.12,0-.02-.13-.09-.15-.1-.02-.01-.13-.11-.15-.1-.03,0-.01.11-.04.12' fill='%23fff'/%3E%3Cpath d='M8.04,148.68s.11.11.15.11c.03,0,.02-.13.05-.12.04,0,.11.11.15.11.04,0,.11.11.15.11.02,0,.04-.1.05-.12l.05-.12-.15-.11s-.11-.1-.15-.11c-.02,0-.03.12-.05.12-.03,0-.12-.12-.15-.11-.04.01-.02.1-.05.12l-.05.12Z' fill='%23fff'/%3E%3Cpath d='M7.4,147.41s-.06.1-.05.12c0,.02.13.1.15.11.02.02.13.11.15.11.02,0,.04-.11.05-.12,0-.02.06-.1.05-.12,0-.02-.13-.1-.15-.11-.02-.01-.13-.11-.14-.11-.02,0-.05.1-.06.12' fill='%23fff'/%3E%3Cpath d='M8.06,147.27s-.07.08-.06.12c0,.02.12.1.15.11.02.01.13.11.15.11.03,0,.02-.11.05-.12-.02-.04-.13-.07-.14-.11,0-.02.07-.11.05-.12-.01-.01-.13-.11-.14-.11-.03,0-.03.11-.06.12' fill='%23fff'/%3E%3Cpath d='M8.6,147.37l.06-.12s.06-.08.06-.12c0-.02-.14-.09-.14-.11-.01-.03.07-.09.06-.12-.03-.04-.11-.07-.15-.11l-.06.12s-.06.08-.06.12c0,.02.14.09.14.11.01.03-.07.09-.06.12.03.04.11.07.15.11' fill='%23fff'/%3E%3Cpath d='M9.39,147.81s.07-.08.05-.12c-.01-.03-.14-.08-.15-.11,0-.02.07-.1.06-.11-.03-.04-.11-.08-.14-.11l-.14-.11s-.07.08-.06.12c.01.03.14.08.14.11,0,.02-.07.1-.06.12.02.04.11.08.15.11l.15.11Z' fill='%23fff'/%3E%3Cpath d='M6.98,144.99s-.07.08-.06.11c0,.02.13.1.14.11.01,0,.05-.11.06-.11.03,0,.11.11.14.11,0-.04.07-.07.06-.11,0-.02-.12-.1-.14-.11-.02-.02-.12-.11-.14-.11-.03,0-.03.11-.06.11' fill='%23fff'/%3E%3Cpath d='M6.49,141.71s-.07.09-.06.11c0,.02.12.1.14.12.03.02.11.11.14.12.01,0,.05-.1.06-.11,0-.01.04-.11.06-.11,0,0,.14.11.14.11,0-.01.07-.09.06-.11,0-.02-.12-.1-.14-.12-.02-.02-.12-.12-.14-.12-.03,0-.03.11-.06.11-.03,0-.03.11-.06.11-.01,0-.14-.12-.14-.12' fill='%23fff'/%3E%3Cpath d='M7.06,142.17s-.07.07-.06.11c0,.02.12.1.14.12.02.02.12.11.14.12.03,0,.03-.11.06-.11-.02-.04-.13-.08-.14-.12,0-.02.07-.1.06-.11-.01-.01-.13-.11-.14-.11-.03,0-.03.1-.06.11' fill='%23fff'/%3E%3Cpath d='M5.27,140.55l.12-.22-.28-.23-.06.11s-.07.09-.06.11c0,.02.12.1.14.12l.14.12Z' fill='%23fff'/%3E%3Cpath d='M5.35,139.66s.11.11.14.12c.02,0,.05-.09.06-.11.02-.03.05-.07.06-.11,0-.02.07-.08.06-.11-.01-.04-.12-.08-.14-.12l-.12.22-.06.11Z' fill='%23fff'/%3E%3Cpath d='M5.32,138.99s-.07.07-.06.11c0,.01.12.1.14.11.01,0,.05-.11.06-.11.03,0,.1.11.14.12,0-.04.08-.07.06-.11,0-.02-.12-.1-.14-.12-.02-.02-.12-.11-.14-.12-.03,0-.03.1-.06.11' fill='%23fff'/%3E%3Cpath d='M4.15,137.4l.06-.11s.06-.07.06-.11c0-.02-.13-.09-.14-.11,0-.03.08-.08.06-.11-.03-.04-.11-.07-.14-.11l-.06.11s-.06.07-.06.11c0,.02.13.09.14.12,0,.03-.08.08-.06.11.03.04.11.07.14.11' fill='%23fff'/%3E%3Cpath d='M4.47,137.2s.11.11.14.11c.03,0,.04-.09.06-.11.03-.02.04-.08.06-.11.01-.02.07-.08.06-.11,0-.03-.13-.08-.14-.11-.03,0-.03.11-.06.11-.02,0-.13-.12-.14-.11,0,0-.07.09-.06.11.01.03.14.08.14.11,0,.04-.06.07-.06.11' fill='%23fff'/%3E%3Cpath d='M5,137s-.07.07-.06.11c0,.02.13.11.14.11.01,0,.05-.11.06-.11.03,0,.11.11.14.12,0-.04.07-.07.06-.11,0-.02-.12-.1-.14-.12-.02-.02-.12-.11-.14-.11-.03,0-.03.1-.06.11' fill='%23fff'/%3E%3Cpath d='M4.94,136.01l.14.11s.13.11.14.11c.03,0,.03-.1.06-.11,0-.04.08-.07.06-.11l-.14-.11s-.03.11-.06.11c-.03,0-.11-.11-.14-.11-.03,0-.03.1-.06.11' fill='%23fff'/%3E%3Cpath d='M4.43,135.44s.03-.11.06-.11c.01,0,.14.12.14.11.01,0,.07-.09.06-.11,0-.01-.14-.11-.14-.11.01-.04.04-.07.06-.11l.06-.11.06-.11s-.11-.11-.14-.11c-.03,0-.03.1-.06.11l-.12.21-.06.11s-.07.07-.06.11c.01.04.12.08.14.11' fill='%23fff'/%3E%3Cpath d='M3.38,134s-.07.07-.06.11c0,.01.13.1.14.11.01,0,.05-.11.06-.11.03,0,.11.1.14.11,0-.04.07-.07.06-.11,0-.02-.12-.1-.14-.11-.02-.02-.13-.11-.14-.11-.03,0-.03.1-.06.11' fill='%23fff'/%3E%3Cpath d='M2.59,132.04l.15.11.29.22.06-.11.11-.22.06-.11-.29-.22-.06.11s-.03.1-.06.11c-.02,0-.12-.11-.14-.11-.03,0-.03.1-.06.11l-.06.11Z' fill='%23fff'/%3E%3Cpath d='M1.78,131.28s.11.11.15.11c.03,0,.03-.11.06-.11.04,0,.11.1.14.11.03,0,.02-.11.06-.11.02,0,.13.12.15.11.03-.02.04-.08.06-.11l.11-.21.05-.11s-.13-.07-.15-.11l.05-.11s-.12-.11-.15-.11c-.02,0-.04.09-.05.11-.02.03-.02.09-.05.11-.02.01-.02.11-.05.11-.02,0-.13-.11-.15-.11-.03.01-.02.11-.05.11-.02,0-.13-.11-.15-.11-.03.01-.04.08-.05.11l-.05.11.15.11-.06.11Z' fill='%23fff'/%3E%3Cpath d='M3.51,131.83l.29.22s.11.11.15.11l.06-.11s-.12-.09-.15-.11c-.04-.04-.1-.07-.15-.11-.02-.01-.13-.11-.15-.11-.04,0-.03.1-.06.11' fill='%23fff'/%3E%3Cpath d='M0,127.79s.12.1.15.1c.02,0,.02-.12.04-.11.04.01.11.08.15.1.02.01.14.1.15.1.02,0,.03-.09.04-.11l.04-.11.04-.11s-.12-.1-.15-.1c-.03,0-.01.12-.04.11-.03,0-.12-.1-.15-.1-.03,0,0,.11-.04.11-.02,0-.14-.11-.15-.1-.02.02-.03.08-.04.11l-.04.11Z' fill='%23fff'/%3E%3Cpath d='M.51,127.43l.04-.11s.02-.11.04-.11c.03,0,.12.1.16.1.03,0,0-.11.03-.11.02,0,.15.11.16.1,0,0,.04-.1.03-.11-.02-.04-.13-.06-.16-.1l-.16-.1s-.14-.1-.16-.1c-.03,0,0,.1-.03.11l-.04.11-.04.11s-.05.09-.04.11c.02.03.13.07.15.1' fill='%23fff'/%3E%3Cpath d='M1.26,127.93s.12.1.15.1c.02,0,.03-.1.04-.11.02-.02.03-.08.04-.11,0-.02.05-.09.04-.11-.01-.03-.13-.07-.15-.1-.03,0,0,.11-.04.11-.02,0-.14-.11-.15-.1,0,0-.05.1-.04.11.02.03.14.07.15.1.01.04-.05.07-.04.11' fill='%23fff'/%3E%3Cpath d='M1.58,127.58l.08-.23s.04-.08.04-.11c0-.03.05-.09.03-.12-.02-.04-.13-.07-.16-.1l-.07.23s-.04.08-.04.12c0,.03-.05.09-.04.11.02.04.13.07.15.1' fill='%23fff'/%3E%3Cpath d='M35.68,146.4s.02-.11,0-.14c-.01-.01-.15,0-.18,0h-.17s-.17-.02-.17-.01c0,.01,0,.13,0,.14.03.02.16-.02.18,0,.03.03-.03.11,0,.14.02.02.15-.02.17,0,.03.02-.02.11,0,.14h-.18s-.16,0-.17-.01c0,0,0-.14,0-.14-.03,0-.16-.02-.18,0-.03.02.03.12,0,.14-.02.03.03.12,0,.14-.03.02-.14-.02-.18,0v.29s.36.01.36.01c.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.03-.03-.03-.12,0-.14.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.02-.01.17.02.17,0,0-.01,0-.14,0-.15-.03-.02-.14.02-.17,0M40.68,144.55l.02.29h-.35s0-.14,0-.14v-.15s0-.11-.02-.15c-.01-.02-.16.02-.18,0-.03-.02.02-.12,0-.15-.03-.02-.14.03-.18,0-.03-.02.02-.12,0-.15-.02-.03.02-.12,0-.15-.02-.02-.16.02-.17,0-.02-.03,0-.11,0-.14,0-.02,0-.13,0-.15-.02-.02-.14.01-.17,0-.02,0-.16,0-.17,0-.01,0,0,.13,0,.14,0,.01.02.14,0,.14-.03.02-.14,0-.18,0h-.17c-.06,0-.12,0-.17,0-.03,0-.16.01-.17,0-.01-.01,0-.14,0-.14-.02,0-.16-.01-.17,0-.03.02.03.12,0,.15,0,0,0,.14,0,.14.02.01.17-.02.17,0,.02.04,0,.11,0,.14,0,.04.02.11,0,.15,0,.02-.16-.02-.18,0-.03.02.03.12,0,.14h.18s.17,0,.17,0h.18s.14.01.18,0c.02,0-.02-.13,0-.14.03-.03.15.02.18,0,.03-.02-.04-.12,0-.15.03-.02.14.02.17,0h.35s.02.29.02.29c-.02.03.04.12,0,.15-.02.02-.14,0-.18,0-.04.01-.13,0-.17,0h-.35s.02.29.02.29h.18s.14.01.18,0c.02,0-.02-.13,0-.14,0,0,.17,0,.18,0,.02.01,0,.13,0,.15,0,.03.02.11,0,.14,0,.02-.16,0-.18,0-.03.02.03.12,0,.15-.03.02-.14-.02-.18,0v.29s-.16,0-.16,0h-.35v-.15s-.03-.11-.01-.15c0-.02.16.02.18,0,.03-.02-.03-.12,0-.15h-.53s.03.12,0,.14c-.01.01-.16,0-.18,0-.04,0-.14-.01-.17,0-.03.01.03.13,0,.15-.03.02-.14-.02-.18,0-.03.02-.15-.03-.17,0-.02.02.01.12,0,.15,0,0,.17,0,.17,0v.15s-.12,0-.17,0h-.17s-.35,0-.35,0h-.35s-.18,0-.18,0h-.17c-.05,0-.12,0-.18,0-.04,0-.14.02-.17,0-.03-.02.02-.12,0-.14-.02-.01-.15,0-.18,0,0,0,.01.14,0,.14-.02.01-.15,0-.17,0h-.17s.01.28.01.28h.18s.16.02.17,0c0,0,0-.14,0-.14.02,0,.16,0,.18,0,.03.02-.03.12,0,.14.03.02.15-.02.17,0,.03.02-.02.11,0,.14.04.02.15-.02.18,0,0,0,.01.13,0,.14,0,0-.16,0-.18,0-.03,0-.16-.02-.17,0-.03.02.03.12,0,.14.05-.01.13.02.17,0,.03-.01.15.03.17,0,.03-.02-.03-.12,0-.14.03-.02.15.03.17,0,.02-.02-.03-.13,0-.14.03-.01.14,0,.18,0,.04,0,.14.02.18,0,.02,0-.02-.13,0-.14.01-.01.15,0,.17,0,0,0,0,.14,0,.14.01.01.16,0,.18,0,.05,0,.13.01.18,0,.02,0-.02-.13,0-.14.03-.02.15.03.18,0,.03-.02-.03-.12,0-.15.03-.02.14.02.17,0,.04-.02.15.02.18,0,.02-.01-.03-.14,0-.15.04-.01.13,0,.18,0h.35s.01.29.01.29h-.17s-.18,0-.18,0c-.03,0-.15-.02-.17,0v.15s.18-.01.18,0c0,.02.02.13,0,.15-.02.02-.15-.02-.18,0-.02.02.03.13,0,.14-.03.01-.14,0-.18,0-.06,0-.12,0-.18,0h-.18s-.16-.02-.18,0c-.03.02.03.13,0,.15,0,0,.17,0,.18,0v.14c-.05,0-.12,0-.17,0-.03,0-.15.01-.18,0-.01,0,0-.13,0-.15,0-.02.01-.13,0-.15-.03-.02-.14.02-.17,0v.14s0,.15,0,.15c0,.02.02.13,0,.15-.01.01-.15,0-.18,0-.05,0-.13,0-.17,0-.02,0,.01-.13,0-.15-.01-.01-.15,0-.17,0h-.18s-.03.11,0,.14c.03.03-.03.12,0,.15.01.01.15,0,.17,0,.05,0,.13,0,.18,0,.05.01.12,0,.17,0,.03,0,.16-.01.18,0,.02.01-.01.14,0,.14-.05-.01-.12,0-.18,0h-.35s0,.14,0,.14c0,.02.02.13,0,.14-.01.01-.16,0-.18,0-.01,0,.01-.13,0-.14-.03-.03-.14.02-.17,0s.03-.12,0-.14c-.02-.02-.15,0-.18,0,0,0,.01.14,0,.15-.02.02-.15-.01-.18,0-.05,0-.12,0-.17,0-.03,0-.15-.02-.18,0-.01,0,0,.13,0,.14,0,.04.02.11,0,.14,0,.02-.16-.02-.17,0-.03.02.02.12,0,.15-.02.03.03.12,0,.14-.03.02-.15-.03-.18,0-.03.03.03.11,0,.14-.02.02-.15-.03-.17,0-.02.02,0,.12,0,.14h.18s0,.14,0,.15c-.01.02-.15-.02-.17,0-.03.02.03.12,0,.14-.03.02-.15-.03-.17,0-.02.01.02.14,0,.14-.04.01-.13,0-.17,0h-.17s-.35-.02-.35-.02l-.35-.02h-.18c-.05-.01-.12,0-.18-.02-.02,0,.01-.13,0-.14-.03-.03-.14.01-.17,0-.04-.02-.15.02-.18,0-.02-.02.02-.13,0-.14-.03-.02-.14,0-.18,0-.04,0-.14,0-.17,0-.02,0,.02-.13,0-.14-.02-.02-.15,0-.18-.01v.14s-.14-.02-.17,0c-.05,0-.13,0-.18-.01l-.35-.02v-.14s.01-.1,0-.14c0-.03.02-.12,0-.14-.02-.02-.15.01-.17-.01-.01-.01,0-.13,0-.14,0,0,.16.02.17.01.02-.01,0-.12,0-.14,0-.02-.02-.13,0-.14.01,0,.15,0,.17.01h.17s.13.03.17.02c.02,0-.02-.13,0-.14.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.03-.02.14.03.17,0,.02-.03-.03-.12,0-.14.01,0,.16,0,.17,0,.01,0,0,.13,0,.14.02.02.15-.01.17,0,0,0,0,.13,0,.14,0,0-.16,0-.17,0h-.18s-.14-.03-.17-.02c-.01,0,0,.13,0,.14,0,.02.02.13,0,.14-.01.01-.15,0-.17,0-.04,0-.14-.02-.17-.01-.02,0,.02.13,0,.14-.02.02-.15-.03-.17,0-.03.02.03.11,0,.14h.17c.05.01.12.03.17.02.03,0,.15.03.17,0,.01,0-.01-.14,0-.14.05,0,.12,0,.17.01h.18s.35.03.35.03c-.02-.04.03-.11,0-.14-.02-.02-.15,0-.18,0-.01,0,0-.13,0-.14,0-.03-.02-.12,0-.14,0,0,.16,0,.17,0,.03,0,.16.02.17,0,.01,0,0-.13,0-.14,0,0-.16,0-.17,0-.02,0-.16,0-.17,0-.02-.01,0-.12,0-.14v-.14s-.04-.12,0-.14c0,0,.16,0,.17,0,.02,0-.01.13,0,.14.03.03.14-.02.17,0,.03.03-.02.12,0,.14.01.01.15,0,.17,0h.17s.02-.12,0-.14c-.03-.02-.14,0-.17,0-.03,0-.16,0-.17,0-.03-.03.02-.11,0-.14v-.29s.17,0,.17,0h.35s0,.16,0,.16v.14s0,.14,0,.14c0,.02-.01.13,0,.14.02.02.14,0,.17,0,.05.01.13,0,.17,0h.17s.01-.09,0-.14c-.01-.04.02-.11,0-.14-.02-.02-.15.01-.17,0-.03-.02.03-.12,0-.14-.03-.02-.14.01-.17,0-.03-.02.02-.12,0-.14-.03-.03-.14.01-.17,0v-.29s.34.01.34.01h.18s.35.02.35.02c-.02-.04.02-.1,0-.14-.01-.03.02-.12,0-.14-.03-.02-.14.02-.17,0-.04-.02-.15.02-.18,0-.01,0,0-.13,0-.14,0-.02.16.02.17,0,.02-.02-.03-.14,0-.14.04-.01.13,0,.17,0,.03,0,.15.02.17,0,.03-.02-.03-.12,0-.14.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.03-.02.14.02.17,0,.03-.01-.03-.12,0-.14.03-.02.14.02.17,0,.03-.02.15.03.17,0,.02-.02-.03-.13,0-.14.03-.02.15.03.17,0,.02-.01-.03-.14,0-.14.04-.01.13,0,.17,0,.05,0,.12.01.18,0,0,0,0,.13,0,.14,0,.02-.01.13,0,.14.02.01.15,0,.18,0,.06,0,.12,0,.17,0,0,0,0-.13,0-.14,0-.02-.02-.13,0-.14.02-.01.15,0,.18,0,0,0,0,.14,0,.15.01.01.16,0,.17,0,.05,0,.13-.01.17,0,.03.01.15-.02.17,0,.02.02-.02.14,0,.15.04.01.13,0,.17,0h.18s.02-.11,0-.14c0,0-.16,0-.17,0-.03,0-.16.01-.17,0-.03-.02.02-.12,0-.14s.02-.12,0-.14c-.03-.02-.14.02-.17,0-.03-.02.02-.12,0-.14-.02-.02-.15,0-.18,0-.05,0-.12,0-.17,0-.04,0-.14-.01-.17,0-.02,0,.03.13,0,.14-.03.02-.14-.02-.18,0v-.29s.16,0,.16,0c.02,0,.16.01.17,0,.01-.01,0-.12,0-.14,0-.01-.02-.14,0-.14.03-.01.14,0,.17,0,.05,0,.12.01.17,0,.03,0,.15.02.17,0,.03-.02-.03-.12,0-.14h-.17s0-.15,0-.15c.02-.01.15,0,.17,0,0,0,0,.14,0,.14.01.01.15,0,.17,0,.05,0,.13-.01.17,0,.05.01.12,0,.18,0,.03,0,.16-.01.17,0,.03.02-.02.11,0,.14h.35s0-.14,0-.14c0-.04,0-.11,0-.14,0-.01-.16.01-.18,0-.01,0,0-.13,0-.14v-.14s-.15.02-.18,0c-.01,0,0-.14,0-.14h.18s.14-.01.17,0c.02,0-.01.13,0,.14.02.02.15,0,.17,0h.17c.05,0,.12,0,.17,0,.04,0,.14.02.18,0,.03-.02-.03-.12-.01-.15.03-.02.14.02.17,0-.02-.04.02-.11,0-.14-.02-.02-.15.01-.17,0-.03-.02.02-.12-.01-.15-.02-.01-.15,0-.17,0-.03,0-.15-.01-.17,0-.03.02.03.12.01.14-.01,0-.16,0-.17,0,0,0,0-.13,0-.14v-.15s.16,0,.16,0c.02,0,.16.01.17,0,.01-.01,0-.12-.01-.14v-.14s.11-.02.16,0c.02,0,0,.13.01.14.01.01.15,0,.17,0,.05,0,.13-.01.17,0,.05.01.12,0,.17,0,.03,0,.16-.01.17,0,.03.02-.02.13.01.14-.02-.01-.15,0-.17,0-.03,0-.16-.01-.18,0v.15s.15,0,.19,0c.02,0,.16-.01.17,0,.03.02-.02.13.01.14.03.02.14,0,.17,0,.06,0,.12,0,.18,0h.18s.14-.02.17,0c.02,0,0,.13.01.15.03.02.14-.03.18,0,.03.02-.02.12,0,.15.01.01.16,0,.18,0h.18s-.04-.12,0-.15c.03-.02.15.02.18,0,.03-.03-.03-.11-.01-.14.02-.02.15.02.17,0,.01,0,0-.13-.01-.15,0-.01-.16.01-.17,0-.03-.01.01-.13-.01-.15-.03-.02-.14.02-.18,0-.02.03.04.12.01.15-.01.01-.15,0-.18,0,0,0,0-.14,0-.14-.01-.01-.16,0-.18,0-.06,0-.12,0-.18,0-.04,0-.15-.02-.18,0-.03.02.03.12.01.14-.03.02-.14-.02-.18,0-.02-.04.02-.11-.01-.14-.02-.02-.15.02-.18,0,0,0-.02-.13-.01-.14,0,0,.16,0,.17,0,.04,0,.14.01.18,0,.02,0-.03-.13-.01-.14.03-.03.14.02.18,0l-.02-.29s-.14.03-.18,0c-.02-.02.02-.13-.01-.14-.04-.01-.14,0-.18,0-.03,0-.16.02-.17,0-.02-.01-.01-.13-.01-.14,0,0,.16,0,.17,0,.03-.02-.03-.12-.01-.15.02-.03-.04-.11-.01-.14.01-.01.15,0,.17,0,.03,0,.15.01.18,0,.03-.02-.04-.12-.01-.15.03-.02.15.02.17,0,.03-.03-.04-.12-.02-.15.02-.01.15,0,.17,0,0,0,0,.14.01.15.03.02.14-.03.17,0,.03.02-.02.12.02.15.03.02.14-.01.17,0l-.02-.15s.15,0,.17,0c.01,0,0,.14.01.15.03.02.15-.03.17,0,.02.02.01.12.02.15l.02.15h-.17s-.35.02-.35.02l.02.29h.35s.17-.01.17-.01c.03,0,.16,0,.18,0,.02-.02-.03-.14-.01-.15.04-.02.13,0,.17,0,.02,0,.16,0,.17,0,.03-.03-.04-.12-.02-.15h.35s.01.13.01.13c0,.02.03.13.02.15-.02.02-.17-.01-.17,0-.01.03.01.11.02.15,0,.04.03.11.01.15,0,.02-.16-.01-.17,0-.02.01,0,.12,0,.15,0,.02,0,.13.01.15.02.01.16-.02.18,0,.02.03,0,.11.01.15v.15s.03.1.02.15c0,.01-.16,0-.18,0-.03.02.04.12.01.15-.03.03-.15-.02-.18,0-.03.02.03.12.01.15h-.17s-.15.02-.18,0c-.01,0,0-.13,0-.14,0-.02,0-.13-.01-.15-.01-.01-.15,0-.18,0-.01,0,.02.14,0,.15-.02.02-.17-.02-.18,0-.02.03,0,.11.01.15,0,.01.02.14,0,.14-.03.02-.14,0-.18,0-.05,0-.12.01-.18,0-.03,0-.15.02-.18,0,0,0,0-.14,0-.14-.03,0-.16-.01-.18,0-.03.03.04.12,0,.15-.03.02-.15-.02-.18,0-.03.02.03.12,0,.14h.35s.35,0,.35,0h.18s.15,0,.18,0c.01,0,0-.13,0-.15,0-.02-.03-.13,0-.14.03-.02.14.01.18,0v.15s.15-.02.19,0c-.02.03.04.12,0,.15-.03.02-.15-.02-.18,0-.03.02.03.12,0,.15-.01.01-.16,0-.18,0-.04,0-.14,0-.18,0-.03.01-.15-.02-.18,0-.02.01.03.14,0,.14-.04.02-.13,0-.18,0h-.35s0,.15,0,.15c0,.02,0,.13,0,.15.03.02.14-.02.18,0v-.15s.17,0,.17,0c.03.02-.02.12,0,.15h-.18Z' fill='%23fff'/%3E%3Cpath d='M39.5,142.54s-.01.13.01.14h.17s0-.13-.01-.15c0-.01-.16.02-.18,0-.02-.02.01-.13-.01-.14-.04-.01-.14,0-.17,0-.02,0-.16-.01-.17,0v.14s.15,0,.18,0c.05,0,.13-.02.18,0' fill='%23fff'/%3E%3Cpath d='M35.68,146.4s.03-.11,0-.14c-.01-.01-.15,0-.17,0h-.17s-.17-.02-.17-.01c0,.01,0,.13,0,.14.02.02.15-.02.17,0,.03.03-.03.11,0,.14.03.02.15-.02.17,0,.03.02-.02.11,0,.14h-.17s-.16,0-.18-.01c0,0,0-.14,0-.14-.03,0-.16-.02-.17,0-.03.02.03.12,0,.14-.02.03.03.12,0,.14-.03.02-.14-.02-.18,0v.29s.36.01.36.01c.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.03-.02.15.03.17,0,.03-.02-.03-.12,0-.14.03-.03-.03-.12,0-.14.03-.02.15.03.18,0,.03-.02-.03-.12,0-.15.02-.01.17.02.17,0,0-.01,0-.14,0-.14-.03-.02-.14.01-.17,0' fill='%23fff'/%3E%3Cpath d='M4.96,135.24l-.06.11s-.07.09-.06.11c0,.02.12.1.14.11.04.03.11.1.14.11l.06-.11s-.15-.1-.14-.11c0-.01.05-.11.06-.11l.14.11s.07-.07.06-.11c0-.01-.13-.1-.14-.11-.01,0-.05.11-.06.11-.03,0-.11-.11-.14-.11M6.27,139.14s.1.11.14.12l.06-.11s-.12-.08-.14-.12c-.04,0-.11-.11-.14-.12-.02,0-.05.09-.06.11-.02.02-.06.08-.06.11,0,.02.13.09.14.11.01.03-.08.08-.06.11,0,.01.14.12.14.12l.06-.11s-.13-.08-.14-.12c-.01-.04.07-.07.06-.11M4.83,138.75s-.06.1-.06.11c.02.02.12.12.14.12.02,0,.05-.09.06-.11.02-.03.03-.09.06-.11.02-.01.03-.11.06-.11.03,0,.1.11.14.12,0-.04.07-.07.06-.11l-.14-.12s-.05.12-.06.11c-.04-.02-.1-.08-.14-.12-.01-.01-.14-.12-.14-.12-.03.01-.05.08-.06.11,0,.01-.07.09-.06.11.02.04.12.08.14.12M7.32,143.98l-.06.11s-.07.1-.06.11c.02.04.12.07.14.11l-.06.11s-.06.11-.06.11c.02.02.13.11.14.11.02,0,.05-.1.06-.11.02-.03.03-.1.06-.11.03-.01.03-.11.06-.11.03,0,.11.11.14.11s.03-.11.06-.11c.03,0,.11.11.14.11,0-.04.05-.07.06-.11,0-.03.07-.08.06-.11l-.14-.11s-.05.1-.06.11l-.06.11-.29-.23-.14-.12ZM7.03,145.67s-.11-.11-.15-.11l-.06.12s.12.08.15.11c.04,0,.11.11.15.11.02,0,.05-.1.06-.12.02-.03.05-.08.05-.11,0-.02-.14-.09-.15-.11-.01-.03.07-.08.06-.11,0-.01-.14-.11-.14-.11l-.06.11s.14.08.15.11c.01.04-.06.07-.05.11M7.48,146.82s.11.11.15.11c.02,0,.05-.1.06-.12,0-.02.06-.1.06-.12,0,0-.14-.11-.14-.11.01-.02.04-.12.05-.12.03,0,.12.12.15.11.03,0,.04-.09.06-.12.03-.03.04-.08.06-.12l.06-.11.06-.11-.15-.11s-.13-.11-.15-.11c-.04,0-.02.1-.06.12.01.02.15.09.15.11,0,.04-.04.09-.05.12,0,.01-.04.12-.06.11-.02,0-.14-.12-.15-.11-.03.02-.04.08-.06.12l-.05.12s.13.1.15.11l-.11.23ZM9.07,150.52l.09-.25s.04-.08.04-.12c0-.01-.14-.09-.15-.11,0-.02.04-.11.04-.12l.04-.12s.05-.09.04-.12c0-.02-.13-.08-.15-.11l-.05.12-.04.12s-.04.08-.04.12c0,.01.14.09.15.11,0,.02-.04.11-.04.12-.01.03-.05.09-.04.12,0,.03-.06.09-.04.12.02.04.13.07.15.11M9.69,152.04s-.14-.07-.16-.1c-.02-.04.05-.09.03-.13-.02-.04-.14-.07-.15-.1-.02-.04.05-.09.04-.13-.04,0-.12-.11-.15-.1-.02,0-.03.11-.04.13-.02.03-.03.09-.04.13,0,.02-.05.1-.04.13.01.03.14.07.16.11.03-.02,0-.12.03-.13l.16.1s-.03.13-.03.13c.02.01.14.11.16.1.03,0,0-.12.03-.13M10.66,153.9s.13.1.16.1c.03,0,0-.13.03-.13.01,0,.16.1.16.1,0-.01.03-.12.03-.13l-.15-.1s0-.13.03-.13c.03,0,.12.1.15.1.03,0,0-.13.03-.13.01,0,.15.11.15.1,0-.01.04-.12.03-.13-.02-.04-.13-.06-.15-.1-.03,0-.12-.1-.15-.1-.03,0,0,.12-.03.13-.03.01,0,.13-.03.13-.02,0-.14-.11-.15-.1-.02.02-.02.1-.03.13l-.03.13s-.12-.1-.15-.1l-.03.13s.12.06.15.1M9.89,153.4s.12.11.15.1c.03,0,0-.12.03-.13s0-.13.03-.13c.02,0,.14.11.15.1.03-.02.01-.1.03-.13.02-.04.01-.1.03-.13-.04,0-.12-.11-.15-.1-.02,0-.03.11-.03.13-.01.03-.01.11-.03.13-.01.01-.13-.1-.15-.1-.02,0-.03.11-.03.13l-.03.13ZM13.97,156.77l-.17-.04c-.05-.01-.13-.02-.17-.04-.03-.01-.16-.02-.17-.04,0,0,.02-.13.02-.13-.03,0-.15-.05-.17-.04-.01,0-.02.12-.02.13,0,.01.16.03.17.04.03.03-.04.1-.02.13l.17.04.17.04s.16.05.17.04c.03-.01,0-.11.02-.13M15.04,156.87s-.16-.01-.17-.04c-.01-.02.02-.11.02-.13,0-.03.03-.1.02-.13,0-.02-.16-.02-.17-.04-.02-.02.04-.12.02-.13-.03-.02-.13-.03-.17-.04l-.17-.04-.17-.04s0,.1-.02.13c-.02.02-.15-.05-.17-.04l-.02.13.17.04s0-.11.02-.13l.17.04s.14.02.17.04c.02.01-.04.11-.02.13.02.03.15.01.17.04.01.02-.02.11-.02.13,0,.02-.04.12-.02.13.03.03.14.01.17.04.04-.01.14.05.18.04.03-.02,0-.11.02-.13M15.79,155.66s-.05.12-.02.13c.03.02.14.03.18.04.02,0,.16.05.18.04l.02-.13s-.15,0-.18-.04c-.03-.03-.15-.01-.17-.04-.02-.02.05-.11.02-.13,0,0-.18-.04-.18-.04,0,0-.03.12-.02.13.02.03.14.01.18.04M19.44,155.44l-.18-.03s-.16-.04-.18-.03c-.02.01,0,.13-.02.13-.04.01-.14-.05-.18-.03-.03.01.01.12-.02.13-.04.01-.13-.04-.18-.03.02.03-.05.11-.02.13l.18.04s0-.14.02-.14c.05,0,.12.02.18.03l.18.03.18.03.04-.27ZM25.47,152.93v.14s-.04.13-.02.14c.01.01.15.02.17.02.02,0,.16.03.18.02,0,0,.02-.13.01-.14-.02-.02-.16,0-.18-.02-.03-.04.03-.1.01-.14.03-.01.16.04.18.02,0,0,.02-.13.01-.14-.01-.01-.16-.02-.18-.02-.01,0,0,.13-.01.14-.03.02-.14-.04-.17-.02M31.46,150.32v-.28s-.14-.04-.17-.01c-.01,0,0,.14,0,.14-.02,0-.16,0-.18-.01-.02-.02.03-.13,0-.14-.04-.02-.13-.01-.18-.01l-.18-.02h-.18s-.35-.04-.35-.04c.02.03-.03.11,0,.14.02.01.15.01.18.01.04,0,.14,0,.18.02.02.01-.02.12,0,.14.02.01.15.01.17.01h.18s0-.12,0-.13l.18.02s-.03.12,0,.14c.04.02.13,0,.18.02.02.03-.03.11,0,.14h.18s-.02-.1,0-.13M31.26,150.87s0-.14,0-.14c.02,0,.17,0,.18.01,0,0,0,.13,0,.14-.02.02-.15-.03-.18-.01v.14s-.18-.01-.18-.01l-.18-.02c-.05,0-.12,0-.18-.02-.04-.01-.14,0-.18-.02-.03-.02.03-.12,0-.14-.03-.03-.14,0-.18-.02v.28s-.19-.02-.19-.02c-.03,0-.16-.03-.18-.02-.01,0-.01.13,0,.14,0,0,.16.01.18.02.03,0,.16,0,.18.02.03.03-.03.11,0,.14-.04.02-.15-.04-.18-.02-.02.01.02.14,0,.14-.04.01-.13-.01-.18-.02-.04,0-.14-.03-.18-.02-.03,0,.02.13,0,.14-.03.02-.14-.03-.18-.02-.04.02-.15-.04-.18-.02s.02.12,0,.14l.18.02s0,.13,0,.14c0,0-.16-.02-.18-.02-.03.01.02.12,0,.14-.02.01-.15-.02-.18-.02,0,0,.02-.13,0-.14-.03-.03-.15,0-.18-.02-.03-.03.03-.11,0-.14-.01-.01-.16-.02-.18-.02l-.18-.02s-.03.11,0,.14c.02.02.15,0,.18.02.03.02-.03.11,0,.14.01.02.16,0,.18.02.01.01,0,.13,0,.14,0,.01-.16-.03-.18-.02-.03.02.02.11,0,.14l-.18-.02s-.13,0-.18-.02c-.02,0,.02-.13,0-.14-.01-.01-.16-.02-.18-.02l-.18-.02c0,.05,0,.09,0,.14,0,0,.16.02.18.02.03,0,.16,0,.18.02,0,0,0,.13,0,.14-.01,0-.16-.02-.18-.02-.03,0-.16-.03-.18-.02-.03.02.02.12,0,.14-.03.02.02.11,0,.14-.02.02-.15-.04-.18-.02s.02.13,0,.14c-.03.01-.14-.02-.18-.02-.05,0-.13-.03-.18-.02-.02,0,0,.13,0,.14-.01.01-.16-.02-.18-.02-.03,0-.16-.03-.18-.02-.02,0,0,.12-.01.14,0,.04.01.11-.01.14-.01.02-.16-.03-.18-.02-.03.02.02.13-.01.14-.03.01-.14-.02-.18-.02-.03,0-.16-.03-.18-.02-.02.01,0,.14-.01.14-.05,0-.13-.02-.18-.02l-.18-.02s-.15-.03-.18-.02v.14s.16,0,.17.02c0,.02,0,.13-.01.14-.02.02-.15-.04-.18-.02-.03.02.02.12-.01.14-.02,0-.15-.02-.18-.02-.02,0-.16-.03-.17-.02-.01,0,0,.14-.01.14-.05,0-.12-.01-.18-.02-.03,0-.16,0-.18-.02-.01-.01.03-.13.01-.14-.05-.02-.12-.02-.17-.02l-.35-.05s-.04.11-.01.14c.02.02.17,0,.18.02.01.03,0,.11-.01.14,0,.04,0,.11-.01.14,0,.01-.16-.04-.18-.02-.03.02.02.11-.01.14.03.02.15,0,.18.03v.14s-.15-.02-.19-.02c-.04,0-.14,0-.18-.02-.02-.01.03-.12.01-.14,0,0-.17-.03-.18-.02,0,0-.02.13-.01.14.02.02.15,0,.18.02,0,0,0,.13-.01.14-.02.02-.15-.04-.18-.03-.03.02.02.12-.01.14-.04.02-.14-.04-.18-.02-.03.01.01.12-.01.14-.03.02-.14-.04-.18-.03-.03.01.01.12-.02.14-.03.02-.14-.04-.18-.03-.04.01-.13-.04-.18-.03-.03,0,.01.12-.02.14-.03.02-.14-.04-.18-.03-.02,0-.01.12-.02.14,0,.02,0,.13-.02.14-.03.02-.14-.04-.18-.03-.04.02-.14-.04-.18-.03-.03.01.01.12-.02.14-.02,0-.15-.03-.18-.03,0,0,.02-.13.02-.14,0-.02.03-.12.02-.14-.01-.01-.15-.03-.18-.03l-.18-.03-.02.14s-.03.1-.02.14c0,.01.16.02.18.03.01.01-.02.12-.02.14,0,.03,0,.12-.02.14,0,0-.16-.03-.18-.03l-.18-.03s-.14-.04-.18-.03c-.02,0,0,.12-.02.14-.03.02-.14-.05-.18-.03-.03.02.02.12-.02.14-.03.02-.15-.05-.18-.03-.03.02.02.12-.02.14-.02.01-.16-.05-.18-.03-.02.03-.01.1-.02.14,0,.01,0,.13-.02.14-.02,0-.15-.03-.18-.03l-.18-.03-.18-.03s-.14-.04-.18-.03c0,0-.02.12-.02.13,0,.02,0,.12-.02.13-.02.01-.15-.03-.18-.03-.02,0-.16-.04-.18-.03-.02.01-.02.11-.02.14,0,.02,0,.12-.02.13-.03.02-.14-.04-.18-.03-.03.02.01.12-.02.13l-.18-.03s.02-.12.02-.14l.02-.13-.35-.07s-.04.1-.02.13c.02.03.15,0,.18.03.03.03-.04.1-.02.14.02.02.15.01.18.03.01.01-.02.12-.02.13l-.02.14-.18-.03s-.14-.04-.18-.03c-.02,0,0,.12-.02.14-.03.02-.14-.04-.18-.03-.04,0-.15-.05-.18-.03-.03.01,0,.13-.02.13-.04,0-.14-.03-.18-.04-.03,0-.16-.04-.18-.04-.03.02,0,.11-.02.13-.02.02-.02.11-.02.13,0,.01-.01.13-.02.13-.04,0-.14-.03-.18-.03-.05-.01-.12-.04-.18-.04-.03,0-.15-.05-.18-.04-.01,0-.01.14-.02.13l-.18-.04s-.14-.01-.18-.04c-.02-.01.04-.12.02-.13-.03-.03-.14-.01-.18-.04.02.04-.05.1-.02.13.02.03-.05.1-.02.13.03.03.14.01.18.04.03.02.15,0,.18.04,0,0-.02.12-.02.13-.01.01-.16-.04-.18-.04-.03.03.01.11-.02.13-.02.02-.15-.05-.18-.04-.03.02.01.11-.02.13-.03.02-.14-.05-.18-.04-.03.01,0,.13-.02.13-.03,0-.14-.03-.18-.04l-.18-.04s-.14-.04-.18-.04c-.02,0,0,.12-.02.13-.02.02-.15-.05-.18-.04-.03.02,0,.11-.02.13.05,0,.13.05.17.04.03,0,0-.12.02-.13.03-.02.14.05.18.04-.02.01,0,.13-.02.13-.05,0-.13-.05-.18-.04-.03,0,0,.12-.02.13-.03.02-.14-.05-.18-.04-.03,0,0,.12-.02.13-.03.01-.14-.04-.18-.04-.05,0-.12-.03-.18-.04-.05-.01-.13-.04-.17-.04-.02,0,0,.12-.02.13-.01,0-.15-.03-.18-.04-.03,0-.15-.05-.17-.04-.03,0,0,.12-.02.13-.02,0-.16-.05-.17-.04-.02.03-.02.1-.02.13,0,0-.02.13-.02.13-.05,0-.13-.03-.17-.04l-.18-.04c-.05-.01-.12-.02-.17-.04-.03,0-.16-.02-.18-.04-.02-.02.04-.12.02-.13-.04-.02-.13-.03-.18-.04l-.18-.04-.1.53s.14.05.18.04c.03-.01,0-.12.02-.13l.18.04s-.02.11-.02.13l-.03.13-.18-.04c-.05-.01-.12-.02-.18-.04-.04-.01-.15-.02-.17-.04-.03-.02.05-.11.02-.13-.02-.03-.14-.02-.17-.04-.02.04,0,.09-.03.13,0,.02-.04.11-.03.13.02.03.15.02.18.04l-.03.13s-.14-.06-.18-.04c-.02,0,0,.13-.02.13-.04,0-.13-.03-.18-.04-.03,0-.14-.05-.17-.04-.03,0,0,.12-.03.13-.03.02-.14-.06-.17-.04-.03.01,0,.1-.02.12l-.13.24-.93-.72h-.01s0-.14.01-.16c0-.02.02-.12.01-.15,0-.02-.14-.08-.16-.09-.03-.02-.14-.06-.16-.09-.01-.01,0-.13.01-.15,0-.02.03-.12.01-.14-.02-.04-.13-.05-.16-.09-.03-.03-.13-.07-.16-.09l-.16-.09s-.02-.14.01-.14c.03,0,.13.1.16.09.03,0-.02-.13.01-.14.03-.01.13.1.16.09.01,0,.01-.13.01-.14,0-.02,0-.14.01-.14.02,0,.14.08.16.09.02.01.15.09.16.09.02,0,0-.12.01-.14.02-.03.01-.1.01-.14l.03-.28s-.14-.1-.16-.09c-.02.01-.14-.1-.16-.09-.03,0,.01.12-.01.14-.03.02.02.12-.01.14-.02.01-.14-.1-.16-.09-.03,0,.01.12-.01.14-.03.02.01.12-.01.14-.02.01-.14-.1-.16-.09-.03,0,.02.13-.01.14-.03,0-.13-.09-.16-.09-.03,0,.01.14-.01.14-.03,0-.13-.09-.16-.09v-.14s.02-.14.02-.14c0-.02.03-.12.01-.14-.01-.02-.14-.08-.16-.09-.02-.02-.15-.07-.16-.09-.02-.03.04-.11.02-.14-.03-.04-.12-.05-.16-.1-.02-.03.04-.11.02-.14-.02-.04-.13-.06-.16-.1-.02-.04.04-.1.02-.14-.01-.03-.14-.06-.16-.1-.02-.04.04-.1.02-.14-.02-.04-.13-.06-.16-.1-.02-.03.04-.11.02-.14-.02-.04-.14-.06-.16-.1-.01-.02.02-.12.02-.14,0-.02.04-.11.02-.14-.02-.04-.14-.06-.16-.1-.02-.04.05-.1.02-.14-.02-.04-.14-.06-.16-.1-.02-.04.05-.1.02-.14-.02-.04-.14-.06-.16-.1-.02-.04.05-.1.02-.14-.03-.04-.13-.06-.16-.1-.02-.03.05-.1.03-.14-.02-.04-.14-.07-.15-.1-.01-.03.03-.11.03-.13,0-.03.04-.1.03-.13,0-.02-.14-.08-.16-.1-.02-.03.05-.1.03-.13-.01-.02-.15-.08-.15-.1,0-.04.02-.1.03-.13,0-.03.01-.11.03-.13.01-.01.14.11.16.1.03,0,0-.12.03-.13-.05-.04-.11-.06-.16-.1-.02-.02-.14-.1-.16-.1-.03,0,0,.13-.03.13,0,0-.15-.1-.16-.11-.02-.03.05-.1.03-.13-.01-.03-.14-.07-.16-.11-.02-.04.04-.09.03-.13-.01-.05.05-.08.03-.13-.01-.03-.14-.07-.16-.11-.02-.04.05-.09.03-.13-.01-.03-.13-.07-.16-.11-.02-.03.06-.1.04-.13-.02-.04-.13-.07-.15-.11-.02-.04.06-.09.04-.13-.02-.04-.13-.07-.15-.11-.02-.04.06-.09.04-.13-.02-.04-.13-.07-.15-.11-.02-.04.05-.09.04-.13-.01-.03-.14-.08-.15-.11-.02-.04.06-.09.04-.13-.02-.04-.13-.07-.15-.11-.02-.04.06-.09.04-.13-.02-.04-.13-.07-.15-.11-.01-.02.04-.1.04-.13l.15.11s0-.12.04-.13c.03,0,.12.11.15.11.01,0,.04-.11.04-.13,0,0-.14-.1-.15-.11l-.15-.11s-.14-.09-.15-.11c-.01-.02.04-.11.04-.12l.09-.25s-.13-.12-.15-.11c-.02.01-.04.1-.05.12,0,.02-.03.12-.05.12-.02,0-.13-.1-.15-.11-.03-.02-.13-.09-.15-.11-.02-.03.06-.09.05-.12-.02-.04-.13-.07-.15-.11-.01-.03.05-.1.05-.12,0-.04.03-.09.05-.12,0-.02.06-.1.05-.12-.01-.02-.13-.1-.15-.11-.02-.01-.15-.1-.15-.11,0-.03.04-.1.05-.12l.05-.12s.05-.08.05-.12c0-.02-.14-.09-.15-.11-.02-.04.07-.08.05-.12-.02-.04-.12-.07-.15-.11-.02-.03.06-.09.05-.12-.02-.04-.12-.08-.15-.11l-.05.12-.15-.11s.06-.08.05-.12c-.01-.03-.14-.09-.15-.11,0-.04.04-.09.06-.12l.05-.12s.03-.09.06-.12c.02-.02.03-.11.05-.12.03,0,.12.11.15.11.03,0,.02-.11.06-.12l-.29-.23-.15-.11s-.13-.09-.15-.12c0-.02.05-.1.06-.12l.05-.12s.06-.1.06-.12c-.02-.04-.13-.08-.15-.12-.01-.02.07-.1.06-.12-.03-.04-.11-.09-.15-.11-.03-.02-.13-.08-.15-.11-.02-.03.07-.09.06-.12-.02-.04-.13-.08-.15-.12-.02-.04.07-.08.06-.11,0-.02-.13-.1-.14-.12-.02-.02-.14-.1-.14-.12,0-.02.05-.1.06-.11.02-.03.06-.08.06-.11,0-.01-.13-.1-.14-.11,0-.02.05-.1.06-.11,0-.02.07-.09.06-.11,0-.02-.12-.1-.14-.12-.02-.02-.14-.09-.14-.11,0-.02.05-.09.06-.11l.14.12s.03-.11.06-.11c.03,0,.03-.11.06-.11.03,0,.11.11.14.11,0,0,.06-.11.06-.11-.03-.02-.11-.11-.14-.12-.03,0-.03.11-.06.11-.02,0-.12-.1-.14-.12-.05-.03-.1-.08-.14-.12l-.29-.23.06-.11.06-.11s.06-.08.06-.11c0-.02-.13-.09-.14-.12-.02-.03.07-.08.06-.11,0-.02-.14-.11-.14-.12.01-.04.04-.08.06-.11.02-.03.03-.1.06-.11.02,0,.12.12.14.12.03,0,.03-.11.06-.11-.05-.03-.09-.09-.14-.12-.03-.02-.12-.12-.14-.12-.03,0-.03.12-.06.11-.04,0-.1-.11-.14-.12-.03,0-.03.11-.06.11-.03,0-.1-.11-.14-.12l.12-.22.06-.11.06-.11s.03-.1.06-.11c.01,0,.12.12.14.12.03,0,.03-.11.06-.11.03,0,.11.12.14.12.03,0,.03-.11.06-.11l-.14-.12-.14-.12s-.1-.09-.14-.12c-.04-.02-.11-.11-.14-.12-.03,0-.03.11-.06.11-.01,0-.13-.1-.14-.12,0-.01.06-.1.06-.11,0-.03-.13-.08-.14-.12,0-.02.05-.09.06-.11l.14.12.06-.11s-.12-.08-.14-.12c0-.01-.13-.11-.14-.12-.03,0-.03.11-.06.11,0,0-.13-.11-.14-.12-.01-.02.07-.09.06-.11,0-.03-.13-.09-.14-.12-.01-.04.07-.07.06-.11-.02-.04-.13-.08-.14-.12,0-.02.08-.09.06-.11-.03-.04-.11-.09-.14-.12-.02-.02-.14-.1-.14-.12,0-.02.05-.09.06-.11,0-.01.07-.09.06-.11-.01-.03-.12-.1-.14-.12-.02-.02-.13-.1-.14-.12-.01-.03.08-.08.06-.11-.02-.04-.12-.07-.14-.12-.02-.03.07-.08.06-.11-.01-.03-.14-.09-.14-.12,0-.03.05-.09.06-.11l.06-.11.06-.11s.07-.09.06-.11c0-.02-.12-.1-.14-.12-.02-.02-.13-.1-.14-.11-.01-.04.08-.08.06-.11-.01-.03-.12-.09-.14-.12l-.06.11-.14-.12s.07-.1.06-.11c.04.04.1.07.14.11l.06-.11s.03-.1.06-.11c.02,0,.12.11.14.12.03,0,.04-.1.06-.11.02-.01.03-.11.06-.11.02,0,.13.12.14.12.03-.01.05-.08.06-.11l.06-.11s-.13-.11-.14-.11c0-.04.08-.07.06-.11,0,0-.13-.11-.14-.11-.01,0-.05.1-.06.11-.01.02-.04.11-.06.11-.03,0-.11-.12-.14-.11-.02,0-.06.09-.06.11,0,0,.13.11.14.11,0,.02-.05.1-.06.11l-.06.11-.57-.46.06-.11s.07-.09.06-.11c-.01-.03-.14-.09-.14-.12,0-.03.07-.07.06-.11,0-.02-.14-.1-.14-.11,0-.04.05-.08.06-.11,0-.01.07-.09.06-.11-.01-.02-.12-.1-.14-.11-.01-.01-.14-.1-.14-.12,0-.03.05-.08.06-.11l.06-.11s.06-.07.06-.11c0-.01-.14-.1-.14-.11,0-.02.05-.09.06-.11l.06-.11s-.13-.12-.14-.11c-.03.01-.05.08-.06.11-.02.03-.03.09-.06.11-.02.01-.04.11-.06.11-.02,0-.12-.1-.14-.11,0,0,.07-.1.06-.11-.01-.04-.12-.08-.14-.11.03,0,.03-.11.06-.11.02,0,.13.12.14.11.03-.01.05-.08.06-.11.01-.02.06-.08.06-.11l-.14-.11s-.05.11-.06.11c-.02-.01-.14-.1-.14-.11-.01-.03.06-.08.06-.11l.14.11s.05-.09.06-.11l.06-.11-.14-.11s-.14-.09-.14-.11c-.01-.03.08-.07.06-.11-.02-.03-.12-.08-.14-.11-.03-.04-.1-.08-.14-.11-.05-.03-.1-.07-.14-.11-.03-.03-.12-.08-.14-.11-.02-.03.07-.08.06-.11-.01-.04-.12-.08-.14-.11l.06-.11.06-.11s.03-.08.06-.11c.01-.01.04-.11.06-.11.02,0,.13.12.14.11.03-.01.04-.08.06-.11l.06-.11s-.11-.11-.14-.11c-.03,0-.11-.11-.14-.11-.03,0-.03.1-.06.11-.03,0-.03.11-.06.11-.02,0-.12-.1-.14-.11,0,0,.06-.1.06-.11-.01-.04-.12-.08-.14-.11-.03-.04-.12-.07-.14-.11-.02-.03.07-.07.06-.11-.01-.04-.13-.08-.14-.11-.01-.04.06-.07.06-.1-.03-.04-.13-.07-.15-.11,0-.02.05-.09.06-.11l.06-.11.29.22-.06.11s-.06.08-.06.11l.14.11s.03-.1.06-.11l.11-.21s.07-.09.06-.11c-.03-.04-.11-.08-.15-.11-.05-.03-.1-.07-.15-.11-.03-.03-.12-.08-.15-.11-.02-.03.07-.08.06-.11-.02-.04-.12-.07-.15-.11-.03.01-.02.1-.06.11l-.15-.11s.05-.09.06-.11c0,0,.14.1.15.11.02,0,.04-.09.06-.11.03-.02.04-.08.06-.11l.06-.11s-.1-.1-.15-.11c-.04-.01-.11-.11-.15-.11-.03,0-.03.1-.06.11-.03.02-.04.08-.06.11,0,.02-.04.11-.06.11-.02,0-.12-.09-.15-.11l.06-.11.06-.11s.06-.1.06-.11c0-.01-.13-.11-.15-.11-.03,0-.03.11-.06.11-.01,0-.14-.1-.15-.11-.02-.02.06-.08.06-.11-.02-.03-.13-.07-.15-.11-.01-.04.06-.07.06-.11,0-.03-.13-.08-.15-.11-.02-.04.06-.07.05-.11-.01-.04.07-.07.05-.11-.02-.03-.14-.07-.15-.11-.01-.04.06-.07.05-.11,0-.03-.14-.08-.15-.11-.01-.02.05-.09.05-.11l.15.11s.04-.09.05-.11c.03-.02.04-.08.05-.11.01-.02.03-.1.05-.11.02,0,.12.1.15.11.03,0,.02-.11.05-.11.03,0,.11.1.15.11.04,0,.11.11.15.11.03,0,.02-.1.05-.11.03,0,.02-.11.05-.11.02,0,.12.09.15.11l-.05.11s.12.07.15.11c.01-.04.04-.07.05-.11,0-.04.03-.08.05-.11l.05-.11.05-.11s.05-.08.05-.11c0,0-.14-.1-.15-.11-.02-.02-.14-.08-.15-.11,0-.01.04-.1.05-.11,0-.01.03-.11.05-.11.03,0,.11.1.15.11,0,.04-.06.07-.05.11,0,.03.14.08.15.11.02.04-.06.08-.05.11.02.04.13.07.15.11,0,.02-.06.1-.05.11.02.01.14.11.15.11.03,0,.02-.1.05-.11-.03-.04-.13-.07-.15-.11,0-.02.04-.1.05-.11,0-.02.05-.09.05-.11-.01-.03-.14-.07-.15-.11-.02-.04.06-.08.04-.11-.02-.04-.13-.07-.15-.11-.01-.02.04-.09.05-.11,0,0,.14.1.15.11l.3.21-.05.11s-.06.09-.05.11c.02.04.13.07.15.11.02.04.13.07.15.11.02.04-.06.08-.05.11.02.04.13.07.15.11,0,.02-.04.1-.05.11l-.05.11s-.03.11-.05.11c-.03,0-.12-.11-.15-.11-.04,0-.02.1-.05.11-.02,0-.12-.11-.15-.11-.03,0-.02.11-.05.11s-.02.11-.05.11c-.03,0-.12-.11-.15-.11-.03,0-.02.1-.05.11-.03,0-.12-.11-.15-.11-.02,0-.05.09-.05.11,0,0,.14.1.15.11.01.03-.07.08-.05.11.03.04.12.07.15.11l.05-.11s.03-.11.05-.11c.02,0,.12.09.15.11,0,0-.06.1-.05.11,0,.02.13.1.15.11.03.02.12.1.15.11,0,0,.06-.1.05-.11,0-.03-.14-.08-.15-.11,0-.01.04-.11.05-.11,0,0,.14.1.15.11.03.03.11.1.15.11.02,0,.03-.11.05-.11.03,0,.12.11.15.11.03,0,.02-.11.05-.11.03,0,.11.1.15.11.01.04-.07.07-.05.11.01.04.14.08.15.11.01.04-.06.07-.05.11,0,.03.13.08.15.11,0,.01-.05.11-.06.11,0,0-.13-.1-.15-.11l-.15-.11-.15-.11s-.13-.11-.15-.11c-.03,0-.04.1-.05.11-.03.02-.04.08-.06.11l-.06.11s.12.07.15.11c.02.03-.07.08-.06.11.01.03.14.08.15.11,0,.03-.05.09-.06.11,0,.02-.06.09-.06.11.01.03.12.08.15.11.01.01.13.11.15.11.03,0,.03-.11.06-.11.02,0,.13.09.15.11.03.02.13.08.15.11.02.03-.07.08-.06.11.01.04.12.07.15.11l-.05.11-.11.22-.15-.11s-.13-.11-.15-.11c-.03,0-.03.1-.06.11-.02,0-.05.09-.06.11-.02.03-.03.09-.06.11-.01,0-.13-.11-.14-.11-.02,0-.05.1-.06.11-.02.03-.05.07-.06.11,0,.01.14.1.14.11,0,.02-.05.09-.06.11l-.06.11.29.22s.07-.07.06-.11c0-.03-.13-.08-.14-.11-.01-.04.07-.07.06-.11,0-.03-.13-.08-.14-.11,0-.01.05-.09.06-.11.02-.03.03-.09.06-.11.01,0,.13.11.15.11.03,0,.03-.12.06-.11.04.01.11.09.15.11.02.02.12.11.14.11.03,0,.03-.1.06-.11.03,0,.05-.09.06-.11l.06-.11s.03-.08.06-.11c.02-.02.03-.1.06-.11.02,0,.12.11.15.11.01,0,.05-.1.06-.11,0,0-.14-.1-.15-.11-.02-.02-.14-.09-.15-.11-.02-.04.07-.07.06-.11-.02-.04-.13-.07-.15-.11,0-.02.05-.1.05-.11,0-.01.04-.11.06-.11,0,0,.14.1.15.11.02.03-.06.08-.05.11.03.04.12.07.15.11.02.03-.07.08-.06.11.02.04.13.07.15.11.02.04-.06.07-.06.11,0,.03.13.08.15.11.01.03-.05.08-.06.11l-.15-.11s-.05.1-.06.11c0,.01.14.1.15.11.02.04-.07.07-.06.11,0,0,.13.11.14.11.03,0,.03-.11.06-.11.01,0,.13.1.14.11.01.01-.07.09-.06.11.02.04.13.08.15.11.01.04-.07.07-.06.11.01.04.13.08.14.11.01.04-.07.07-.06.11,0,.03.13.08.14.11.01.04-.07.07-.06.11.02.04.13.08.14.11,0,0-.06.11-.06.11-.01,0-.13-.1-.14-.11-.02-.02-.12-.11-.15-.11-.03,0-.03.11-.06.11-.04,0-.03.1-.06.11-.03,0-.11-.11-.14-.11-.03,0-.03.1-.06.11l.29.23s.1.1.14.11c.03,0,.03-.11.06-.11.02,0,.12.1.14.11,0,0-.06.1-.06.11.01.03.12.09.14.11.04.04.1.08.14.11l.14.11-.12.22-.06.11s-.06.07-.06.11c0,0,.13.11.14.11.02.02.13.09.14.11,0,.02-.05.09-.06.11l-.12.22.14.11s.06-.1.06-.11c0-.01.04-.11.06-.11.02,0,.12.1.14.11.03.02.12.08.14.11.01.02-.07.09-.06.11,0,.03.13.08.14.11.01.03-.06.08-.06.11,0,.04-.05.08-.06.11,0,.02-.07.09-.06.11.01.04.13.08.14.11,0,.02.12.1.14.11.03.02.13.09.14.12.02.03-.07.08-.06.11.01.04.13.08.14.12.01.04-.08.07-.06.11.01.03.14.08.14.11,0,.03-.05.09-.06.11-.02.03-.06.08-.06.11,0,.02.13.09.14.12.02.03-.07.08-.06.11,0,.02.14.1.14.11,0,.04-.04.08-.06.11-.02.03-.04.1-.06.11-.01,0-.12-.11-.14-.12-.03,0-.03.11-.06.11-.03,0-.11-.11-.14-.12l-.12.22.28.23s.03-.11.06-.11c.03,0,.11.11.14.11.03,0,.03-.11.06-.11.04,0,.11.11.14.11l.28.23-.06.11s-.04.09-.06.11c-.01,0-.12-.11-.14-.11-.01,0-.05.1-.06.11,0,.01-.07.09-.06.11,0,.02.12.1.14.12.03.03.1.1.14.11.02,0,.04-.11.06-.11l.14.11s-.05.09-.06.11l-.06.11-.06.11-.12.22s.12.07.14.12c.02.03-.07.08-.06.11l.14.12s.06-.1.06-.11c0-.03-.13-.08-.14-.12,0-.02.05-.09.06-.11,0-.02.04-.11.06-.11.03,0,.11.11.14.11s.03-.11.06-.11c.03,0,.12.12.14.12-.04.01-.03.09-.06.11.02.04.12.07.14.11,0,.02-.05.1-.06.11-.02.03-.06.07-.06.11,0,.04-.07.07-.06.11,0,.03.13.08.14.11,0,.02-.05.09-.06.11,0,0-.13-.11-.14-.12-.02,0-.05.1-.06.11-.02.04-.04.08-.06.11-.02.03-.04.08-.06.11l-.12.22s.13.12.14.12c.03-.02.04-.08.06-.11l.06-.11s.03-.08.06-.11c.02-.02.03-.1.06-.11.03,0,.11.11.14.11.03,0,.03-.1.06-.11l.28.23-.06.11s-.04.11-.06.11c-.02,0-.13-.12-.14-.12-.03.02-.04.08-.06.11l-.12.22s.11.11.14.12c.03,0,.03-.11.06-.11.04,0,.1.11.14.11.03,0,.03-.11.06-.11.02,0,.12.1.14.12,0,0-.06.1-.06.11,0,.02.12.1.14.11l.14.12-.06.11-.06.11s-.07.09-.06.11c.01.02.12.1.14.11.01,0,.14.11.14.11,0,.04-.04.08-.06.11-.02.03-.03.09-.06.11-.01,0-.12-.11-.14-.11-.02,0-.05.1-.06.11l-.06.11.14.11s.1.1.14.11c.02,0,.04-.11.06-.11.01,0,.12.1.14.11l.14.11-.06.11-.06.11s-.05.07-.06.11c0,0,.14.1.14.11,0,.01-.05.1-.06.11,0,0-.13-.11-.14-.11,0,0-.06.1-.06.11,0,.02.13.09.14.11.01.02-.07.09-.06.11.03.04.11.09.14.11.02.02.14.09.14.11,0,.02-.05.09-.06.11,0,.02-.07.09-.06.11.01.03.12.08.14.11.02.04.11.09.14.11l.14.11-.06.11s-.04.11-.06.11c-.01,0-.12-.1-.14-.11-.02-.01-.12-.11-.14-.11-.03,0-.03.1-.06.11l.14.11s.1.09.14.11c.02,0,.04-.11.06-.11.01,0,.13.1.14.11.04.04.1.07.14.11,0,0-.07.1-.06.11,0,.02.12.1.14.11l.14.11-.11.22s.15.11.15.11c-.01.04-.04.08-.06.11l-.06.11s-.03.08-.06.11c0,0-.13-.11-.15-.11l-.06.11s.14.08.15.11c0-.01.06-.11.06-.11,0,0,.14.1.14.11,0,0-.05.1-.06.11,0,.02-.07.09-.06.11,0,.01.13.11.14.11,0,0,.05-.11.06-.11.01-.02.04-.11.06-.11l.15.11s-.05.1-.06.11c-.02.03-.03.1-.06.12-.01,0-.13-.11-.15-.11-.02,0-.05.1-.06.11l-.06.11.14.11.14.11s.12.08.15.11c.01.02-.06.09-.06.11,0,.03.13.08.14.11.02.04-.07.08-.05.11.02.04.12.07.15.11.02.03-.06.08-.05.12.02.04.13.07.15.11.02.04-.06.08-.05.12,0,.03.13.08.15.11.02.04-.07.08-.05.12.02.04.12.07.15.11.02.03-.06.09-.05.12.01.04.14.07.15.11,0,.03-.04.1-.05.12,0,.02-.06.1-.05.12.02.04.12.07.15.11l-.1.24-.15-.11s-.14-.08-.15-.11c0-.02.06-.11.05-.12-.04-.04-.1-.08-.15-.11-.02-.02-.13-.11-.15-.11-.03,0-.03.11-.05.12-.03.02-.02.1-.05.12l.15.11s.14.09.15.11c.01.04-.07.09-.05.12.01.02.13.09.15.11.01,0,.04-.12.05-.12.03,0,.11.1.15.11.04,0,.11.11.15.11.03,0,.02-.11.05-.12l.29.21-.09.24s.13.06.15.1l-.05.12s-.15-.11-.15-.1c-.02.03-.03.08-.04.12l-.09.24s.12.11.15.1c.03,0,.01-.12.04-.12.04,0,.11.1.15.1.03,0,.02-.12.04-.12.01,0,.14.09.15.1.01,0-.05.1-.04.12.02.04.13.07.15.1.02.04-.05.08-.04.12.01.04-.06.08-.05.12,0,.03.14.07.15.1.02.03-.05.09-.04.12,0,.03-.03.09-.04.12-.01.03-.05.09-.04.12,0,.02.14.08.15.1.02.03-.06.09-.04.12.01.03.12.08.15.1.02.02.14.1.15.1.03,0,.01-.12.04-.12.01,0,.14.09.15.1,0,0-.03.11-.04.12,0,.02-.05.1-.04.12.02.04.13.06.15.1l-.04.12s-.02.1-.04.12c-.01.02-.01.12-.04.13-.01,0-.15-.1-.15-.1-.02.04-.02.08-.04.13-.01.04-.04.08-.04.13,0,.03-.05.1-.04.13.02.04.13.06.15.1.01.04-.05.09-.04.13l.15.1s.03-.1.04-.13l.03-.13s.02-.12.04-.13c0,0,.14.09.15.1.04.02.12.09.15.1.02,0,.02-.12.04-.13.03,0,.12.09.15.1l-.04.13s-.02.12-.04.13c-.03,0-.12-.09-.15-.1.01.02-.05.11-.04.13.03.03.11.07.15.1.05.03.11.06.15.1.03.03.13.06.15.1.02.03-.05.1-.04.13.01.02.15.07.15.09,0,.04-.02.1-.03.13,0,.02-.01.12-.03.13-.03,0-.14-.1-.16-.09-.03.02,0,.11-.03.13-.02.01-.13-.1-.16-.09-.03,0,0,.12-.03.13l.16.09s.15.07.16.09c.02.03-.05.1-.03.13,0,.01.15.09.16.09.01,0,.02-.12.03-.13,0-.02.01-.13.03-.13,0,0,.15.08.16.09.01.01-.02.11-.03.13l-.03.13s-.03.09-.03.13c0,.01.15.07.16.09.01.02-.02.12-.03.13,0,.02-.04.11-.03.13.02.03.13.06.16.09.02.03-.04.1-.03.13.02.04.13.06.16.09.03.04.12.05.15.09.02.03-.04.1-.03.13.02.04.13.05.15.09.02.03-.04.1-.03.13,0,.02.14.08.16.09.03.02.14.06.16.09.02.03-.04.1-.02.13.02.04.14.05.16.08.02.04-.04.1-.02.13.02.03.15.05.16.08.01.03-.02.11-.02.14,0,.02-.03.11-.02.13.01.02.16.07.16.08,0,.04-.01.1-.02.14l-.02.14-.03.27s.13.09.16.08c.02,0,0-.14.02-.14.04,0,.12.06.16.08.04.02.12.05.16.08,0,0-.02.13-.02.14,0,.04-.02.09-.01.14,0,.03-.03.11-.02.14.02.04.13.04.16.08l.02-.14s.14.07.16.08c0,0,.03.01.05.02l-2.76-1.24s0-.08.02-.09c.03-.01.13.05.17.04.03,0,0-.12.02-.13.03-.01.14.05.17.04.04,0,.14.05.17.04.02,0,0-.13.02-.13.04,0,.13.03.17.04.03,0,.15.05.17.04.02,0,.02-.12.02-.13,0-.02,0-.12.02-.13.01,0,.15.04.17.04.04,0,.13.04.17.04.02,0,0-.12.02-.13.03-.01.15.06.17.04.02-.01.02-.11.02-.13,0-.03,0-.11.02-.13.01-.01.15.05.18.04.03-.01-.01-.12.02-.13.02,0,.15.04.17.04.04.01.13.04.17.04.02,0,0-.12.02-.13.03-.02.14.05.17.04.03-.01,0-.12.02-.13.03-.01.14.06.17.04.03-.01-.01-.12.02-.13.03-.01.14.04.17.04l-.02.13s.15.03.17.04l.17.04.02-.13.02-.13s0-.11.02-.13c.01-.01.15.05.17.04.03-.02-.01-.12.02-.13.03-.02.14.05.18.04.03-.01-.01-.12.02-.13.03,0,.14.03.18.04.03,0,.16.05.17.04.01,0,0-.13.02-.13.06,0,.12.03.18.04.05.01.12.02.17.04.04.01.15.01.18.04.03.02-.04.11-.02.13.03.03.14.01.17.04-.02-.03.05-.1.02-.13-.02-.02-.17-.02-.17-.04-.01-.03.02-.1.02-.13l.02-.13s0-.12.02-.13c.02,0,.15.03.17.04l.18.04s-.01-.11.02-.13c.01,0,.15.03.18.04l.18.04-.02.13s-.03.1-.02.13c0,.02.16.02.17.04.03.02-.04.11-.02.13.03.03.14.01.17.04.03.02-.04.11-.02.13.02.02.14.02.18.03.05.02.13.03.18.04l.35.07s.04-.12.02-.13c-.03-.02-.15-.01-.18-.04-.02-.02.04-.12.02-.13-.04-.02-.13-.03-.18-.04l-.17-.04s-.16-.02-.18-.04c-.01-.01.02-.12.02-.13,0-.03.03-.1.02-.13,0-.02-.16-.02-.18-.04-.03-.03.04-.1.02-.13-.03-.02-.15,0-.17-.04,0,0,.01-.12.02-.13,0,0,.16.03.18.04.02,0,.16.04.18.04.02,0,.02-.11.02-.13,0-.02,0-.13.02-.13.03,0,.15.03.18.04.02,0,.16.04.18.04.02-.01.02-.11.02-.13,0-.03,0-.11.02-.13.01-.01.15.04.18.03.03,0,0-.12.02-.13.03-.02.14.04.18.03l-.02.13s.14.02.18.03c.04.02.13.02.17.03l.18.03s.13.04.18.03c0,0,.02-.12.02-.13,0-.02,0-.12.02-.13.01,0,.16.03.18.03.05,0,.13.04.18.03.02,0,0-.12.02-.13.01,0,.15.03.18.03l.18.03s.04-.1.02-.13c-.02-.03.04-.11.02-.13-.03-.03-.15,0-.18-.03-.03-.03-.14,0-.18-.03-.01-.01.02-.12.02-.13,0-.04,0-.1.02-.13,0,0,.16.04.18.03.03,0,0-.12.02-.13.03-.01.14.04.18.03.04,0,.13.02.17.03.03,0,.16.04.18.03.03-.02-.02-.12.02-.13l-.18-.03s.01-.12.02-.14c0-.01.16.04.17.03.03-.02-.02-.12.02-.13.02,0,.15.03.18.03.02,0,.16.04.18.03.02-.01,0-.13.02-.13.05,0,.13.02.18.03l.18.03c.05,0,.12.03.18.03.02,0,0-.13.02-.13.02-.01.14.03.18.03.05,0,.12.02.18.03l.18.03.02-.13.03-.27.02-.27s.14.05.17.03c.02-.01,0-.14.01-.14.04,0,.13.02.17.03.02,0,.16.01.17.03v.14s-.16-.02-.19-.03l-.17-.03-.02.27.17.03s.16.04.17.03c.03-.02-.01-.11.01-.14l.17.03s.16.04.17.03c.02-.01,0-.11.01-.14.01-.04,0-.1.01-.14,0-.03.03-.1.01-.14,0-.02-.16,0-.17-.03,0,0,0-.12.01-.14,0-.01.16.03.17.03.03-.01-.02-.12.01-.14.03-.02.14.04.17.03.03-.02.14.04.17.03.02,0,.01-.12.01-.14,0-.01.01-.14.01-.14.04,0,.13.02.18.03.05,0,.13,0,.17.03.02,0-.02.12-.01.14.01.01.15.02.18.03l.17.02s.04-.11.01-.14c-.02-.02-.17,0-.17-.02-.01-.03,0-.1.01-.14v-.14c.05-.01.14.04.18.02.03-.01-.02-.12.01-.14.02-.01.15.02.17.02,0,0,0,.13,0,.14,0,.02-.02.12,0,.14l.17.02s-.02-.12,0-.14c.02,0,.17.04.17.02,0-.02.02-.12.01-.14-.02-.02-.15,0-.17-.02,0,0,0-.13,0-.14,0,0,.16.02.17.02.04,0,.14.03.17.02.02,0,0-.12,0-.14.02-.02.15.04.17.02.02-.01-.02-.13.01-.14.03,0,.14.02.17.02.05,0,.13.03.18.02.02,0,0-.13,0-.14.01,0,.15.02.18.02l.17.02s0,.13,0,.14c0,.02-.03.12,0,.14.03.03.14,0,.18.02v-.14s.03-.12.02-.14c-.01-.01-.17,0-.18-.02-.01-.04,0-.1,0-.14l.02-.28.18.02s.14.03.18.02c.02,0-.01-.13,0-.14.03-.02.14.03.18.02.04-.01.15.04.17.02.03-.02-.02-.12,0-.14.04-.02.14.04.17.02.03-.01-.02-.12,0-.14.02-.01.15.02.18.02v.14s.16.02.17.02c.03-.01-.02-.12,0-.14.02-.01.16.04.17.02.02-.03,0-.11,0-.14,0-.03-.01-.12,0-.14.02-.02.15.04.18.02.03-.02-.02-.12,0-.14s.14.04.18.02c.01,0,0-.12,0-.14,0-.02,0-.13,0-.14.02-.01.15.02.17.02.03,0,.16.03.18.02.02-.02-.02-.13,0-.14.04-.01.15.04.18.02.02-.01-.02-.14,0-.14.04,0,.13.01.17.02l.18.02s.15,0,.18.02c.03.02-.03.12,0,.14.02.02.15,0,.18.02.05.02.12.01.18.02l.35.04s.03-.1,0-.14c-.01-.02-.15,0-.17-.02-.02-.02.03-.13,0-.14-.04-.02-.13-.01-.18-.02l-.35-.04v-.28s.36.04.36.04c.04-.01.13.04.18.02.03-.01-.02-.12,0-.14.03-.02.14.02.18.02.04,0,.13.02.18.02.03,0,.16.03.18.02.03-.02-.02-.11,0-.14l-.18-.02v-.14s.16.01.18.02c.01,0-.02.13,0,.14.03.03.14,0,.18.02.03.02.15-.01.18.01.03.03-.03.11,0,.14l.35.03v-.14s.02-.1,0-.14c0-.03.03-.12,0-.14-.01-.01-.16-.01-.18-.01l-.18-.02v-.28c.05-.01.14.03.18.02.03-.01-.02-.12,0-.14.02-.01.15.01.18.02,0,0-.01.13,0,.14.02.02.14,0,.18.02.05.01.12,0,.18.01h.18s0-.13,0-.13c0-.03.02-.12,0-.14-.02-.02-.15,0-.18-.01,0,0,0-.13,0-.14,0,0,.16.01.17.01.04,0,.14.02.18.01.02,0-.01-.12,0-.14.02-.02.15.03.18.01.03-.02-.02-.11,0-.14.03-.03-.03-.11,0-.14.02-.02.15.03.18.01.03-.02-.02-.11,0-.14h.18c.05.02.12.01.18.03.04,0,.14,0,.18.01.03.02-.03.12,0,.14s.14,0,.17.01c.05.02.13-.01.18.01.01,0,0,.13,0,.14,0,.02-.02.13,0,.14.03.02.15-.01.18.01.03.03.15-.01.18.01.03.02-.03.12,0,.14.03.03.14-.01.18.01.03.02-.03.12,0,.14.02.02.15,0,.18.01.05.01.13,0,.18.01l.35.02.35.02.35.02s-.03.12,0,.14c.02.02.17,0,.18,0,.02.03,0,.11,0,.15v.14s-.36-.02-.36-.02l-.35-.02s-.03.1,0,.14c.02.03-.03.12,0,.14.02.02.17,0,.18.01.01.03,0,.11,0,.14,0,.02.01.13,0,.14-.02.01-.15,0-.18-.01,0,0,0-.13,0-.14h-.18s-.16,0-.18-.02c-.02-.02.03-.13,0-.14-.04-.02-.13,0-.18-.01s-.14,0-.18-.01c-.02,0,.02-.13,0-.14-.03-.02-.14.01-.18-.01-.02.03.03.12,0,.14-.03.02-.16-.03-.18-.01-.01.01-.01.12,0,.14,0,0,.16.01.18.01.02,0,.16,0,.18.01.02.01,0,.12,0,.14,0,.02-.02.13,0,.14.02.02.15.01.18.01h.18s0,.3,0,.3h-.18s-.18-.03-.18-.03c-.05,0-.13-.02-.18-.01-.02,0,0,.13,0,.14-.02.02-.15-.02-.18-.01-.05,0-.12,0-.18-.01-.03,0-.16-.03-.18-.01-.03.02.02.12,0,.14-.03.02-.16-.04-.18-.01-.02.02,0,.11,0,.14-.01.04,0,.1,0,.14,0,.02.01.13,0,.14-.01.01-.16-.01-.18-.01l-.35-.03v.28s.14.04.17.02' fill='%23fff'/%3E%3Cpath d='M1.99,129.55l.05-.11s.03-.11.05-.11c.02,0,.13.09.15.11.01,0,.15.1.15.1,0,0,.05-.1.05-.11-.01-.03-.14-.08-.15-.1,0-.03.03-.09.04-.11.01-.03.05-.08.04-.11,0-.02-.14-.08-.15-.1-.01-.03.06-.09.04-.11,0-.01-.15-.1-.15-.1-.03,0-.01.1-.04.11l-.3-.21-.08.22s.13.07.15.1c.02.04-.06.08-.04.11.02.04.13.07.15.11.01.02-.04.09-.04.11,0,.04-.03.08-.05.11l-.05.11-.05.11-.3-.21s.06-.07.05-.11c-.02-.03-.14-.08-.15-.1-.01-.04.06-.07.04-.11-.02-.03-.14-.07-.15-.1,0-.02.06-.1.04-.11-.01-.01-.14-.1-.15-.1l-.04.11s.15.1.15.1c0,.01-.02.11-.04.11-.03,0-.11-.1-.15-.1l-.09.22-.09.22.3.21s.02-.11.05-.11c.03,0,.11.11.15.1.03,0,.01-.11.05-.11.02,0,.12.09.15.1l.15.11-.05.11s-.04.11-.05.11c-.04,0-.12-.11-.15-.11-.03,0-.02.11-.05.11-.02,0-.14-.11-.15-.1,0,0-.06.1-.05.11.02.04.12.07.15.11.03,0,.02-.11.05-.11.03,0,.11.1.15.11.03,0,.02-.11.05-.11.02,0,.12.09.15.11.03.02.11.1.15.1.03,0,.03-.11.05-.11.03,0,.12.11.15.11.03,0,.03-.09.05-.11.02-.01.02-.11.05-.11.02,0,.13.11.15.11.03-.02.04-.09.05-.11,0-.02.05-.09.05-.11,0-.01-.13-.1-.15-.11l-.15-.11-.15-.11Z' fill='%23fff'/%3E%3Cpath d='M1.02,128.6l.3.2s.15.1.15.1c.02,0,.03-.09.04-.11,0-.01.05-.1.04-.11-.01,0-.15-.1-.15-.1,0-.01.03-.11.04-.11.03,0,.12.11.15.1.03,0,0-.11.04-.11.03,0,.12.1.15.1.03,0,.01-.11.04-.11.02,0,.13.09.15.1l.15.1.08-.23-.3-.21s0,.11-.04.11c-.03,0-.12-.1-.15-.1-.03,0,0,.11-.04.11-.03,0-.12-.1-.15-.1-.03,0-.01.11-.04.11-.02,0-.13-.11-.15-.1-.02.01-.03.09-.04.11-.01.03-.02.1-.04.11-.02.01-.01.11-.04.11-.03,0-.12-.1-.15-.1-.03,0,0,.11-.04.11-.03,0-.13-.11-.15-.1-.03,0-.01.1-.04.11.01.03-.06.08-.04.11l.15.1s.03-.1.04-.11l.04-.11Z' fill='%23fff'/%3E%3Cpath d='M.05,125.92s.12.1.15.1c.03,0,0-.12.03-.12.02,0,.14.1.15.1.02-.01.03-.09.03-.12l.03-.12s.04-.08.03-.12c0-.02-.14-.08-.16-.1-.02-.04.05-.08.03-.12-.04,0-.12-.1-.15-.1l-.03.12s.15.1.15.1l-.03.12s-.01.09-.03.12c0,.02-.01.11-.03.12-.03,0-.13-.1-.16-.1-.03.01,0,.1-.03.11' fill='%23fff'/%3E%3Cpath d='M1.29,126.7l.03-.12s.04-.1.03-.12c-.01-.02-.15-.08-.16-.1,0-.04.03-.09.03-.12,0-.02.04-.1.03-.12-.02-.03-.13-.07-.16-.1l-.03.12s-.04.08-.03.12c0,.02.14.08.16.1.02.04-.05.08-.03.12.01.04-.05.08-.03.12.02.04.13.06.16.1' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
/*# sourceMappingURL=app.css.map*/