/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --color-red: #f15b3c;
  --color-blue: #1c1d44;
  --color-blue-overlay: #343677;
  --color-bg-white: #f3f3f5;
  --color-green: #189046;
  --color-white: #ffffff;
  --color-black: #231f20;
  --color-copper: #a46b33;
  --color-mint: #eff5e5;
  --color-yellow: #fed536;
  --color-light-gray: #d9d9d9;
  --color-border: rgb(28 29 68 / 0.1);
  --color-bg-overlay: rgb(28 29 68 / 0.85);
  --color-text: var(--color-blue);
  --color-action: var(--color-red);
  --color-bg: var(--color-blue-overlay);
  --color-bg-alert: #fef7d7;
  --font-sans: "BrandonGrotesque", sans-serif;
  --font-serif: "Poynter Old Style", serif;
  --fw-regular: 400;
  --fw-medium: 450;
  --fw-bold: 700;
  --fz-base: 1.125rem;
  --fz-md: 1rem;
  --fz-sm: 0.875rem;
  --fz-h1: clamp(2.25rem, 1.9615rem + 0.9231vw, 3rem);
  --fz-h2: clamp(1.875rem, 1.7308rem + 0.4615vw, 2.25rem);
  --fz-h3: clamp(1.5rem, 1.4038rem + 0.3077vw, 1.75rem);
  --fz-h4: 1.125rem;
  --fz-h5: 1rem;
  --fz-h6: 0.875rem;
  --lh-base: 1.5;
}

@font-face {
  font-family: "Poynter Old Style";
  src: url("./fonts/Poynter Oldstyle Text Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poynter Old Style";
  src: url("./fonts/Poynter Oldstyle Text Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poynter Old Style";
  src: url("./fonts/Poynter Oldstyle Text Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "BrandonGrotesque";
  src: url("./fonts/HVD Fonts - BrandonGrotesque-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BrandonGrotesque";
  src: url("./fonts/HVD Fonts - BrandonGrotesque-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bg--primary {
  background-color: var(--color-blue);
}
.bg--secondary {
  background-color: var(--color-bg);
}
.bg--white {
  background-color: var(--color-white);
}
.bg--white-ext {
  position: relative;
}
.bg--white-ext::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0.8;
}
.bg--offwhite {
  background-color: var(--color-bg-white);
}
.bg--action {
  background-color: var(--color-action);
}
.bg--alert {
  background-color: var(--color-bg-alert);
}
.bg--grad-offwhite-white {
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(243, 243, 245) 49%, rgb(243, 243, 245) 100%);
}
.bg--grad-brand-white {
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgb(28, 29, 68) 51%, rgb(28, 29, 68) 100%);
}
.bg--grad-primary-white {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgb(28, 29, 68) 85%, rgb(28, 29, 68) 100%);
}
@media screen and (min-width: 768px) {
  .bg--grad-primary-white {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgb(28, 29, 68) 80%, rgb(28, 29, 68) 100%);
  }
}
@media screen and (min-width: 1024px) {
  .bg--grad-primary-white {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(28, 29, 68) 60%, rgb(28, 29, 68) 100%);
  }
}
.bg--grad-filmstrip {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(28, 29, 68) 60%, rgb(28, 29, 68) 100%);
}

.color--text {
  color: var(--color-text);
}
.color--action {
  color: var(--color-action);
}
.color--white {
  color: var(--color-white);
}

.text--sans {
  font-family: var(--font-sans);
}
.text--small {
  font-size: var(--fz-sm);
}
.text--medium {
  font-size: var(--fz-md);
}
.text--large {
  font-size: var(--fz-base);
}
.text--xl {
  font-size: 1.5rem;
}
.text--2xl {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .text--2xl {
    font-size: 1.75rem;
  }
}
.text--bold {
  font-weight: var(--fw-bold) !important;
}
.text--regular {
  font-weight: var(--fw-regular);
}
.text--semi {
  font-weight: var(--fw-medium);
}
.text--align-center {
  text-align: center;
}
.text--align-left {
  text-align: left;
}
.text--align-right {
  text-align: right;
}
.text--align-right-lg {
  text-align: left;
}
@media (min-width: 1024px) {
  .text--align-right-lg {
    text-align: right;
  }
}
.text--uppercase {
  text-transform: uppercase;
}

.hamburger {
  padding: 16px 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transform: translateY(2px);
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--color-white);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content--intro {
  padding: 5rem 0;
}

.content-grid {
  --padding-inline: 1.5rem;
  --content-max-width: 1600px;
  --breakout-max-width: 1800px;
  --breakout-size: calc(
    (var(--breakout-max-width) - var(--content-max-width)) / 2
  );
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}
.content-grid > :not(.breakout, .full-width), .content-grid > .full-width > :not(.breakout, .full-width) {
  grid-column: content;
}
.content-grid > .breakout {
  grid-column: breakout;
}
.content-grid > .full-width {
  display: grid;
  grid-column: full-width;
  grid-template-columns: inherit;
}

img.full-width {
  width: 100%;
  max-height: 45vh;
  object-fit: cover;
}

.button {
  align-items: center;
  border: 0;
  display: inline-flex;
  cursor: pointer;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--fz-sm);
  justify-content: center;
  line-height: 1;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, color 0.2s;
  text-transform: uppercase;
}
.table .button {
  min-width: 225px;
}
.button:disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}
.button--primary {
  background-color: var(--color-text);
  border: 2px solid var(--color-text);
  color: var(--color-white);
}
.button--primary:hover, .button--primary:focus {
  background-color: var(--color-action);
  border-color: var(--color-action);
}
.button--secondary {
  background-color: var(--color-white);
  border: 2px solid var(--color-action);
  color: var(--color-action);
}
.button--secondary:hover, .button--secondary:focus {
  background-color: var(--color-action);
  color: var(--color-white);
}
.button--tertiary {
  background-color: var(--color-white);
  border: 2px solid var(--color-white);
  color: var(--color-text);
}
.button--tertiary:hover, .button--tertiary:focus {
  background-color: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-white);
}
.button--tertiary-outline {
  background-color: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
}
.button--tertiary-outline:hover, .button--tertiary-outline:focus {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-text);
}
.button--light-blue {
  background-color: var(--color-blue-overlay);
  border: 2px solid var(--color-blue-overlay);
  color: var(--color-white);
}
.button--light-blue:hover, .button--light-blue:focus {
  background-color: var(--color-white);
  color: var(--color-blue-overlay);
}
.button--action {
  background-color: var(--color-action);
  border: 2px solid var(--color-action);
  color: var(--color-white);
}
.button--action:hover, .button--action:focus {
  background-color: var(--color-white);
  color: var(--color-action);
}
.button--icon {
  display: flex;
  align-items: center;
  font-size: var(--fz-md);
  gap: 3rem;
  justify-content: space-between;
  min-height: 3.75rem;
  padding: 1.5rem 1.75rem;
}
.button--icon[href] {
  padding: 1rem 1.5rem;
}
.button--icon:hover .button__count, .button--icon:focus .button__count {
  border-color: var(--color-bg-overlay);
}
.button--icon.button--small {
  flex-flow: column-reverse nowrap;
  gap: 1ch;
  justify-content: center;
  max-height: 95px;
}
.button--icon.button--small .button__count {
  top: 0;
  right: 0;
}
.button--icon-reverse {
  background-color: var(--color-white);
  border: 2px solid var(--color-border);
  color: var(--color-action);
  gap: 1rem;
  justify-content: center;
}
.button--icon-reverse:hover, .button--icon-reverse:focus {
  border-color: var(--color-action);
}
.button--icon-reverse svg {
  order: -10;
}
.button--inline {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--fz-sm);
  font-weight: 400;
  line-height: 1;
  padding: 0 0.75rem;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-height: 0;
  min-width: 0;
}
.button--inline-action {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-action);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--fz-sm);
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-height: 0;
  min-width: 0;
}
.button--inline-action:hover, .button--inline-action:focus {
  color: var(--color-text);
}
.button--display-inline {
  display: inline-flex;
  padding: 1.5rem 3rem;
}
.button--plain {
  background-color: transparent;
  border: 0;
  color: var(--color-action);
  font-weight: 400;
  text-align: center;
}
.button--plain:hover, .button--plain:focus {
  color: var(--color-text);
}
.button--plain.flush--left {
  padding-left: 0;
}
.button--left {
  text-align: left;
}
.button--flush {
  padding: 0;
}
.button--optical-flush {
  position: relative;
  left: -2px;
}
.button__count {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-bg-overlay);
  font-size: var(--fz-sm);
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  min-width: 2rem;
  position: absolute;
  right: 1.5rem;
  text-align: center;
  top: 1.5rem;
  transform: translate(50%, -50%);
  width: 2rem;
  z-index: 1;
}
.button--link {
  background-color: transparent;
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-serif);
  font-size: var(--fz-base);
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-height: 0;
  min-width: 0;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.button--link:hover, .button--link:focus {
  color: var(--color-action);
  text-decoration: underline;
}
.button__export {
  display: inline-flex;
  justify-self: end;
  max-height: 50px;
  width: auto;
}

.site-footer {
  overflow: clip;
  position: relative;
  z-index: 2;
}
.site-footer__primary {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .site-footer__primary::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 461.4 808.8'%3E%3Cdefs%3E%3Cstyle%3E .st0%7Bfill:%23fff%7D %3C/style%3E%3C/defs%3E%3Cg opacity='.2'%3E%3Cpath d='M118.4,238.3v1.2h-.6c0,0-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,242.8v-3.2h-3.7v3.2h3.7ZM88.7,190.6v-12.3h-7v12.3h7ZM85.9,255.3v-4.2h-4.2v4.2h4.2ZM59,177h21.4v-44.9h-21.4v44.9h0ZM57.7,227.2v-5.6h-6.7v5.6h6.7ZM34.1,232.2v-10.6h-15.3v10.6h15.3ZM17.5,177.1v-7.5H1.2v7.5h16.3ZM8.1,255.8v-7.5H1.2v7.5h6.8ZM117.8,71.6v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,69.1v-7.5h-6.8v7.5h6.8ZM61,39v-13.5h-6.9v13.5h6.9ZM44.3,99.3v-6.8h-7.6v6.8h7.6ZM35.5,119.7v-19.1h-12.4v19.1h12.4ZM34.1,14.4v-6.8h-7.6v6.8h7.6ZM34.1,69.1v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,49.2v-7.6H1.2v7.5h6.8ZM117.8,155.6v1.2h-28v-1.2h28ZM117.8,193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,201.5v-6.8h-7.6v6.8h7.6ZM105.1,107.2v9.6h-9.7v-9.6h9.7ZM103.9,115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1,99.5v-6.8h-7.6v6.8h7.6ZM198.1,149v-16.9h-29.9v16.9h29.9ZM196.2,36.1v-3.5h-4.2v3.5h4.2ZM189.2,58.8v-8.2h-8.7v8.2h8.7ZM135,38.2v-12.8h-12.9v12.8h12.9ZM128.6,130.8v-6h-4.9v6h4.9ZM218.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM217.3,211.7v-7.5h-6.8v7.5h6.8ZM209.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,185.8v-7.5h-6.8v7.5h6.8ZM198,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,238.4v-8.8h-15v8.8h15ZM158,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM136.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M237.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM208.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM198.1,372v-6.8h-7.6v6.8h7.6ZM198.1,421.5v-16.9h-29.9v16.9h29.9ZM196.2,308.6v-3.5h-4.2v3.5h4.2ZM189.2,331.3v-8.2h-8.7v8.2h8.7ZM134.9,310.7v-12.8h-12.9v12.8h12.9ZM128.6,403.3v-6h-4.9v6h4.9ZM218.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM217.3,484.2v-7.5h-6.8v7.5h6.8ZM209.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,458.3v-7.5h-6.8v7.5h6.8ZM198,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,510.9v-8.8h-15v8.8h15ZM158,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM156.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M117.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.7h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM100.3,515.3v-3.2h-3.7v3.2h3.7ZM88.7,463.1v-12.3h-7v12.3h7ZM85.9,527.8v-4.2h-4.2v4.2h4.2ZM59,449.5h21.4v-44.9h-21.4v44.9h0ZM57.7,499.7v-5.6h-6.7v5.6h6.7ZM34.1,504.7v-10.6h-15.3v10.6h15.3ZM17.5,449.6v-7.5H1.2v7.5h16.3ZM8.1,528.3v-7.5H1.2v7.5h6.8ZM117.7,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM92.1,341.6v-7.5h-6.8v7.5h6.8ZM61,311.5v-13.5h-6.9v13.5h6.9ZM44.3,371.9v-6.8h-7.6v6.8h7.6ZM35.5,392.2v-19.1h-12.4v19.1h12.4ZM34.1,287v-6.8h-7.6v6.8h7.6ZM34.1,341.6v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,321.7v-7.6H1.2v7.5h6.8ZM117.7,428.2v1.2h-28v-1.2h28ZM117.7,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,474v-6.8h-7.6v6.8h7.6ZM105.1,379.7v9.6h-9.7v-9.6h9.7ZM103.8,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M118.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,771.1v-3.2h-3.7v3.2h3.7ZM88.7,718.9v-12.3h-7v12.3h7ZM85.9,783.5v-4.2h-4.2v4.2h4.2ZM59,705.3h21.4v-44.9h-21.4v44.9h0ZM57.7,755.5v-5.6h-6.7v5.6h6.7ZM34.1,760.5v-10.6h-15.3v10.6h15.3ZM17.5,705.3v-7.5H1.2v7.5h16.3ZM8.1,784v-7.5H1.2v7.5h6.8ZM117.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,597.3v-7.5h-6.8v7.5h6.8ZM61,567.3v-13.5h-6.9v13.5h6.9ZM44.3,627.6v-6.8h-7.6v6.8h7.6ZM35.5,648v-19.1h-12.4v19.1h12.4ZM34.1,542.7v-6.8h-7.6v6.8h7.6ZM34.1,597.3v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,577.4v-7.6H1.2v7.5h6.8ZM117.8,683.9v1.2h-28v-1.2h28ZM117.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,729.8v-6.8h-7.6v6.8h7.6ZM105.1,635.5v9.6h-9.7v-9.6h9.7ZM103.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4 627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1 0 14.1 0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0 0 0 23.3 0 23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4 599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1 627.7v-6.8h-7.6v6.8h7.6ZM198.1 677.2v-16.9h-29.9v16.9h29.9ZM196.2 564.4v-3.5h-4.2v3.5h4.2ZM189.2 587.1v-8.2h-8.7v8.2h8.7ZM135 566.5v-12.8h-12.9v12.8h12.9ZM128.6 659v-6h-4.9v6h4.9ZM218.5 731.2v10h-8.1v44.1h-23.5v-44.1c.1 0-23.3 0-23.3 0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0 0 20.8 0 20.8 0v-8.7h9.3ZM217.3 740v-7.5h-6.8v7.5h6.8ZM209.2 784v-42.8h-20.9v42.8c-.1 0 20.9 0 20.9 0h0ZM206 714.1v-7.5h-6.8v7.5h6.8ZM198 705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5 766.7v-8.8h-15v8.8h15ZM158 638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8 647.2v-7.9h-6.8v9.3h6.8v-1.4ZM136.2 799.3v1.2h-18.4v-1.2h18.4ZM342.4 238.3v1.2h-.6c0 0-16.2 0-16.2 0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0 0 5.4 0 5.4 0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0 0-21.5 0-21.5 0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7 0 19.7 0v18h16.9ZM324.3 242.8v-3.2h-3.7v3.2h3.7ZM312.7 190.6v-12.3h-7v12.3h7ZM309.9 255.3v-4.2h-4.2v4.2h4.2ZM283 177h21.4v-44.9h-21.4v44.9h0ZM281.8 227.2v-5.6h-6.7v5.6h6.7ZM258.1 232.2v-10.6h-15.3v10.6h15.3ZM241.5 177.1v-7.5h-16.3v7.5h16.3ZM232.1 255.8v-7.5h-6.8v7.5h6.8ZM341.8 71.6v1.2h-42.1v-.6h-.1v-11.9s8.6 0 8.6 0v-9.7h-48.8c0-.1 0 19.7 0 19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0 0 0-33.5 0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50 .1 50 .1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2 69.1v-7.5h-6.8v7.5h6.8ZM285 39v-13.5h-6.9v13.5h6.9ZM268.3 99.3v-6.8h-7.6v6.8h7.6ZM259.5 119.7v-19.1h-12.4v19.1h12.4ZM258.1 14.4v-6.8h-7.6v6.8h7.6ZM258.1 69.1v-18.6h-24.8c0 0 0 18.6 0 18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1 49.2v-7.6h-6.8v7.5h6.8ZM341.8 155.6v1.2h-28v-1.2h28ZM341.8 193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4 201.5v-6.8h-7.6v6.8h7.6ZM329.1 107.2v9.6h-9.7v-9.6h9.7ZM327.9 115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,99.5v-6.8h-7.6v6.8h7.6ZM422.1,149v-16.9h-29.9v16.9h29.9ZM420.2,36.1v-3.5h-4.2v3.5h4.2ZM413.2,58.8v-8.2h-8.7v8.2h8.7ZM359,38.2v-12.8h-12.9v12.8h12.9ZM352.6,130.8v-6h-4.9v6h4.9ZM442.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,211.7v-7.5h-6.8v7.5h6.8ZM433.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,185.8v-7.5h-6.8v7.5h6.8ZM422,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,238.4v-8.8h-15v8.8h15ZM382,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M461.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM432.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM422.1,372v-6.8h-7.6v6.8h7.6ZM422.1,421.5v-16.9h-29.9v16.9h29.9ZM420.2,308.6v-3.5h-4.2v3.5h4.2ZM413.2,331.3v-8.2h-8.7v8.2h8.7ZM359,310.7v-12.8h-12.9v12.8h12.9ZM352.6,403.3v-6h-4.9v6h4.9ZM442.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM441.3,484.2v-7.5h-6.8v7.5h6.8ZM433.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,458.3v-7.5h-6.8v7.5h6.8ZM422,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,510.9v-8.8h-15v8.8h15ZM382,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM380.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M341.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4h-24.8v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.7h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM324.3,515.3v-3.2h-3.7v3.2h3.7ZM312.7,463.1v-12.3h-7v12.3h7ZM309.9,527.8v-4.2h-4.2v4.2h4.2ZM283,449.5h21.4v-44.9h-21.4v44.9h0ZM281.8,499.7v-5.6h-6.7v5.6h6.7ZM258.1,504.7v-10.6h-15.3v10.6h15.3ZM241.5,449.6v-7.5h-16.3v7.5h16.3ZM232.1,528.3v-7.5h-6.8v7.5h6.8ZM341.8,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM316.1,341.6v-7.5h-6.8v7.5h6.8ZM285,311.5v-13.5h-6.9v13.5h6.9ZM268.3,371.9v-6.8h-7.6v6.8h7.6ZM259.5,392.2v-19.1h-12.4v19.1h12.4ZM258.1,287v-6.8h-7.6v6.8h7.6ZM258.1,341.6v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,321.7v-7.6h-6.8v7.5h6.8ZM341.8,428.2v1.2h-28v-1.2h28ZM341.8,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,474v-6.8h-7.6v6.8h7.6ZM329.1,379.7v9.6h-9.7v-9.6h9.7ZM327.9,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M342.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM324.3,771.1v-3.2h-3.7v3.2h3.7ZM312.7,718.9v-12.3h-7v12.3h7ZM309.9,783.5v-4.2h-4.2v4.2h4.2ZM283,705.3h21.4v-44.9h-21.4v44.9h0ZM281.8,755.5v-5.6h-6.7v5.6h6.7ZM258.1,760.5v-10.6h-15.3v10.6h15.3ZM241.5,705.3v-7.5h-16.3v7.5h16.3ZM232.1,784v-7.5h-6.8v7.5h6.8ZM341.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2,597.3v-7.5h-6.8v7.5h6.8ZM285,567.3v-13.5h-6.9v13.5h6.9ZM268.3,627.6v-6.8h-7.6v6.8h7.6ZM259.5,648v-19.1h-12.4v19.1h12.4ZM258.1,542.7v-6.8h-7.6v6.8h7.6ZM258.1,597.3v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,577.4v-7.6h-6.8v7.5h6.8ZM341.8,683.9v1.2h-28v-1.2h28ZM341.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,729.8v-6.8h-7.6v6.8h7.6ZM329.1,635.5v9.6h-9.7v-9.6h9.7ZM327.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,627.7v-6.8h-7.6v6.8h7.6ZM422.1,677.2v-16.9h-29.9v16.9h29.9ZM420.2,564.4v-3.5h-4.2v3.5h4.2ZM413.2,587.1v-8.2h-8.7v8.2h8.7ZM359,566.5v-12.8h-12.9v12.8h12.9ZM352.6,659v-6h-4.9v6h4.9ZM442.5,731.2v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,740v-7.5h-6.8v7.5h6.8ZM433.2,784v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,714.1v-7.5h-6.8v7.5h6.8ZM422,705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,766.7v-8.8h-15v8.8h15ZM382,638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,647.2v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,799.3v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    content: "";
    display: block;
    height: 1000px;
    position: absolute;
    top: 0;
    right: -33%;
    width: 100%;
    z-index: 0;
  }
}
.site-footer__primary-inner {
  align-items: start;
  display: flex;
  flex-flow: column nowrap;
  gap: 5rem;
  justify-content: space-between;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .site-footer__primary-inner {
    flex-flow: row nowrap;
    gap: 1rem;
  }
}
.site-footer__secondary {
  grid-column: full-width !important;
  position: relative;
  z-index: 2;
}
.site-footer__secondary-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .site-footer__secondary-inner {
    align-items: center;
    flex-flow: row nowrap;
  }
}
.site-footer__link {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s;
}
.site-footer__link:hover {
  color: var(--color-action);
}

.site-header {
  background-color: var(--color-white);
  height: 95px;
  position: relative;
}
.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.site-header.content-grid > .site-header__inner {
  grid-column: full-width;
  padding-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-header.content-grid > .site-header__inner {
    grid-column: breakout;
    padding-left: 0;
  }
}
.site-header__secondary {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.heading {
  line-height: 1.2;
  margin: 0;
  text-wrap: pretty;
}
.heading--h1, .heading--h2, .heading--h3 {
  font-weight: normal;
}
.heading--h4, .heading--h5, .heading--h6 {
  font-family: var(--font-sans);
  text-transform: uppercase;
}
.heading--h1 {
  font-size: var(--fz-h1);
}
.heading--h2 {
  font-size: var(--fz-h2);
}
.heading--h3 {
  font-size: var(--fz-h3);
}
.heading--h4 {
  font-size: var(--fz-h4);
}
.heading--h5 {
  font-size: var(--fz-h5);
}
.heading--h6 {
  font-size: var(--fz-h6);
}
.heading--thankyou {
  font-size: clamp(3.25rem, -0.9231rem + 10.1538vw, 10.5rem);
  font-weight: normal;
  line-height: 1;
}
.heading--thankyou strong {
  font-weight: normal;
}

.layout--relative {
  position: relative;
}
.layout--hidden {
  overflow: hidden;
}
.layout--2up {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  grid-column: full-width !important;
}
@media (min-width: 1024px) {
  .layout--2up {
    grid-column: content !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout--2up-stretch {
  align-items: stretch;
}
.layout--2up > * + * {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .layout--2up > * + * {
    margin-top: 0;
  }
}
.layout--2up.layout--2up-flush-top > * + * {
  margin-top: 0;
}
.layout--2up-gap {
  gap: 2rem;
}
.layout--2up-gap-large {
  gap: 5rem;
}
@media (min-width: 1024px) {
  .layout--2up-bordered {
    border-bottom: 2px solid var(--color-border);
  }
  .layout--2up-bordered > :first-child {
    border-right: 1px solid var(--color-border);
    padding-right: 5rem;
  }
  .layout--2up-bordered > :last-child {
    border-left: 1px solid var(--color-border);
    padding-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .layout--2up-padded > :first-child {
    padding-right: 5rem;
  }
  .layout--2up-padded > :last-child {
    padding-left: 5rem;
  }
}
.layout--2up-padded-horiz {
  align-items: stretch;
}
@media (min-width: 1024px) {
  .layout--2up-padded-horiz > :first-child {
    padding-right: 5rem;
  }
  .layout--2up-padded-horiz > :last-child {
    padding-left: 5rem;
  }
}
.layout--grid-2-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .layout--grid-2-3 {
    grid-template-columns: 2fr 0.25fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "main . sidebar";
  }
}
.layout--grid-2-3 .sidebar {
  max-width: calc(100vw - 2rem);
}
@media (min-width: 1024px) {
  .layout--grid-2-3 .sidebar {
    grid-area: 1/sidebar;
  }
}
@media (min-width: 1024px) {
  .layout--narrow {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.layout--3up {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  grid-column: full-width !important;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .layout--3up {
    grid-column: content !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.layout--sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  grid-column: full-width !important;
}
@media (min-width: 1024px) {
  .layout--sidebar {
    grid-column: content !important;
    grid-template-columns: 1fr 3fr;
    gap: 5rem;
  }
}

.rte [href]:not(.link--nounderline, .link--plain, .link--secondary, .link--reversed, .link--color-text, .link--icon, .link--icon-reversed) {
  color: var(--color-action);
  text-decoration: underline;
  transition: color 0.2s;
}
.rte [href]:not(.link--nounderline, .link--plain, .link--secondary, .link--reversed, .link--color-text, .link--icon, .link--icon-reversed):hover, .rte [href]:not(.link--nounderline, .link--plain, .link--secondary, .link--reversed, .link--color-text, .link--icon, .link--icon-reversed):focus {
  color: var(--color-text);
}

.link, .link--default {
  color: var(--color-action);
  text-decoration: underline;
  transition: color 0.2s;
}
.link:hover, .link:focus, .link--default:hover, .link--default:focus {
  color: var(--color-text);
}
.link--secondary, .link--default--secondary {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-color: var(--color-action);
  text-underline-offset: 0.2em;
  transition: color 0.2s;
}
.link--secondary:hover, .link--secondary:focus, .link--default--secondary:hover, .link--default--secondary:focus {
  color: var(--color-action);
}
.link--plain, .link--default--plain {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.2s;
}
.link--plain:hover, .link--plain:focus, .link--default--plain:hover, .link--default--plain:focus {
  color: var(--color-action);
}
.link--reversed, .link--default--reversed {
  color: var(--color-text);
}
.link--reversed:hover, .link--reversed:focus, .link--default--reversed:hover, .link--default--reversed:focus {
  color: var(--color-action);
}
.link--icon, .link--default--icon {
  display: inline-flex;
  gap: 1ch;
  align-items: center;
}
.link--icon-reversed, .link--default--icon-reversed {
  display: inline-flex;
  gap: 1ch;
  align-items: center;
}
.link--icon-reversed > svg, .link--default--icon-reversed > svg {
  order: 999;
}
.link--nounderline, .link--default--nounderline {
  text-decoration: none;
}
.link--color-text, .link--default--color-text {
  color: var(--color-text);
}
.link--color-text:hover, .link--color-text:focus, .link--default--color-text:hover, .link--default--color-text:focus {
  color: var(--color-action);
}

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 2rem;
}
ul ul,
ol ul {
  list-style: disc;
}
ul.list--plain,
ol.list--plain {
  list-style: none;
  padding-left: 0;
}
ul.list--bordered,
ol.list--bordered {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid var(--color-border);
}
ul.list--bordered > li,
ol.list--bordered > li {
  border-bottom: 1px solid var(--color-border);
  padding: 1rem 0;
}
ul.list--striped,
ol.list--striped {
  list-style: none;
  padding-left: 0;
}
ul.list--striped > li,
ol.list--striped > li {
  display: flex;
  flex-flow: row wrap;
  gap: 1ch;
  justify-content: space-between;
  padding: 1rem;
}
ul.list--striped > li > span,
ol.list--striped > li > span {
  max-width: 66%;
}
ul.list--striped > li > .link,
ol.list--striped > li > .link {
  min-width: 25%;
  text-align: left;
}
ul.list--striped > li:nth-child(odd),
ol.list--striped > li:nth-child(odd) {
  background-color: #fff;
}
ul.list--striped > li:nth-child(even),
ol.list--striped > li:nth-child(even) {
  background-color: var(--color-bg-white);
}
ul.list--checked,
ol.list--checked {
  list-style: none;
  padding-left: 0;
}
ul.list--checked .is-selected,
ol.list--checked .is-selected {
  display: flex;
  align-items: center;
  gap: 1ch;
}
ul.list--checked .is-selected::before,
ol.list--checked .is-selected::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 14'%3E%3Cpath fill='%2303A1B1' d='M6.96374 9.36784L2.38901 4.92475L0 7.24221L6.9635 14L19 2.3147L16.611 0L6.96374 9.36784Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center left;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.has--tooltip {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  justify-content: start;
  gap: 2rem;
}

.tippy-arrow {
  color: var(--color-bg-white);
}

.tippy-box {
  background-color: var(--color-bg-white);
  color: var(--color-text);
}

.tippy-content {
  max-width: 300px;
  padding: 1rem;
  font-family: var(--font-serif);
  text-transform: none;
  font-weight: normal;
}

.component--padded {
  padding: 5rem 0;
}
.component--padded-bottom {
  padding-bottom: 5rem;
}
.component--padded-sm {
  padding: 2.5rem 0;
}
.component--padded-horiz {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .component--padded-horiz {
    padding-left: 0;
    padding-right: 0;
  }
}
.component--mt {
  margin-top: 2rem;
}
.component--mt-lg {
  margin-top: 5rem;
}
.component--padded-lg {
  padding: 7.5rem 0;
}
.component--border-t {
  border-top: 2px solid var(--color-border);
}
.component--border-b {
  border-bottom: 2px solid var(--color-border);
}

.page__header, .page__header-subhead {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .page__header, .page__header-subhead {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .page__header > *, .page__header-subhead > * {
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
.page__header-cta, .page__header-subhead-cta {
  text-align: left;
}
@media (min-width: 768px) {
  .page__header-cta, .page__header-subhead-cta {
    text-align: right;
  }
}
.page__header.is--bordered, .page__header-subhead.is--bordered {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 2rem;
}
.page__header.flush--bottom, .page__header-subhead.flush--bottom {
  margin-bottom: 0;
}
.page__header-subhead {
  flex: auto;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .page__header-subhead {
    max-width: 50%;
  }
}
.page__header-subhead > * {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page__header-subhead > * {
    width: 100%;
    max-width: 100%;
  }
}
.page__header-actions {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 1rem;
}
@media (min-width: 768px) {
  .page__header-actions {
    justify-content: flex-end;
  }
}
.page__header-actions-button {
  aspect-ratio: 1;
  border: 1px solid var(--color-border);
  padding: 1rem;
}
.page__header-actions-button.is--active {
  background-color: var(--color-text);
  color: var(--color-white);
}

:root {
  --controlDiameter: 24px;
  --controlDiameterVertOffset: -6px;
  --controlInnerDiameter: 14px;
  --controlInnerDiameterVertOffset: -1px;
  --controlHighlight: var(--color-text);
  --controlBorderColor: var(--color-light-gray);
}

.form--inline {
  border: 1px solid var(--controlBorderColor);
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  max-width: 400px;
}
.form--inline .button--inline {
  background-color: var(--color-white);
}
.form--inline.full-width {
  max-width: 100%;
}
.form--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: start;
  align-items: end;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .form--flex > * {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.form__2up {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .form__2up > * {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.form__elem {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  gap: 0.5ch;
}
.form__elem.checkbox {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: start;
  gap: 0;
}
.form__elem.checkbox--top {
  align-items: start;
}
.form__elem--b-top {
  padding: 2rem 0;
  border-top: 1px solid var(--color-border);
}
.form__label {
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  font-weight: normal;
  text-transform: uppercase;
}
.form__label.label__alt {
  font-family: var(--font-serif);
  font-size: var(--fz-base);
  font-weight: var(--fw-bold);
  text-transform: none;
}
.form .select-wrapper {
  position: relative;
  max-width: 400px;
}
.form .select-wrapper.full-width {
  max-width: 100%;
}
.form .select-wrapper.min-wide {
  min-width: 200px;
}
.form .select-wrapper::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M0.801629 2.11815L0.793614 2.11108L0.785908 2.10368C0.393427 1.72646 0.408094 1.11805 0.810946 0.757131L0.810951 0.757126C1.18505 0.42198 1.76602 0.414524 2.15006 0.734431L2.15698 0.740195L2.16368 0.746203L7.08603 5.15636L11.8302 0.752161L11.8398 0.743232L11.8499 0.734821C12.2338 0.414199 12.8156 0.422187 13.1895 0.757121L13.19 0.757556C13.5918 1.11852 13.6064 1.72658 13.214 2.10368L13.2142 2.10381L13.2041 2.11295L7.42859 7.36977L7.09727 7.67133L6.76128 7.37497L0.801629 2.11815Z' fill='%231C1D44' stroke='%231C1D44'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  border-radius: 0;
  content: "";
  display: block;
  height: 1rem;
  pointer-events: none;
  width: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.form .select {
  appearance: none;
  border-radius: 0;
  display: inline-block;
  font-family: var(--font-sans);
  height: 60px;
  max-width: none;
  padding-right: 4rem;
  width: 100%;
}
.form .select.is--tall {
  height: 95px;
}
.form .select--primary {
  font-family: var(--font-serif);
}

.input {
  background-color: var(--color-white);
  border: 1px solid var(--controlBorderColor);
  color: var(--color-text);
  flex-grow: 1;
  font-family: var(--font-serif);
  font-weight: var(--fw-regular);
  font-size: var(--fz-base);
  line-height: 1;
  max-width: 400px;
  min-height: 60px;
  padding: 0.75rem;
}
.input.full-width {
  max-width: 100%;
  width: 100%;
}
.form--inline .input {
  border: 0;
}
.input:focus {
  outline-color: var(--color-action);
}
.input::placeholder {
  color: var(--color-text);
}
.input[type=radio] + .label::after {
  border-radius: calc(var(--controlInnerDiameter) / 2);
}
.input[type=radio] + .label::before {
  border-radius: calc(var(--controlDiameter) / 2);
}
.input[type=file] {
  border-color: transparent;
}
.input[type=date], .input[type=datetime-local], .input[type=time], .input.select {
  background-position: top 50% right 0.5rem;
  background-repeat: no-repeat;
  /* removes the default calendar icon in webkit browsers */
}
.input[type=date]::-webkit-calendar-picker-indicator, .input[type=datetime-local]::-webkit-calendar-picker-indicator, .input[type=time]::-webkit-calendar-picker-indicator, .input.select::-webkit-calendar-picker-indicator {
  background-image: none;
}
.input[type=date]:--haf, .input[type=datetime-local]:--haf, .input[type=time]:--haf {
  background-image: none !important;
}
.input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0, 0, 0, 0, 0, 0);
  -webkit-clip-path: polygon(0, 0, 0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.input[type=radio] + .label {
  display: inline-flex;
  font-weight: var(--fw-regular);
  margin-left: 2rem;
  position: relative;
}
.input[type=radio] + .label.label--contained {
  max-width: 66%;
}
.input[type=radio] + .label::after {
  background-color: var(--color-text);
  box-sizing: border-box;
  content: "";
  display: inline-flex;
  height: var(--controlInnerDiameter);
  left: calc(-2rem + 5px);
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  width: var(--controlInnerDiameter);
}
.input[type=radio] + .label::before {
  border: 2px solid var(--controlBorderColor);
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: absolute;
  height: var(--controlDiameter);
  left: -2rem;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: var(--controlDiameter);
}
.input[type=radio]:focus + .label::before, .input[type=radio]:active + .label::before {
  border-color: var(--controlHighlight);
}
.input[type=radio]:checked + .label::after {
  background-color: var(--controlHighlight);
  transform: scale(1);
}
.input[type=checkbox] {
  appearance: none;
  background-color: var(--color-white);
  margin: 0;
  flex-grow: 0;
  font: inherit;
  color: currentColor;
  width: 1rem;
  height: 1rem;
  min-height: 0;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.input[type=checkbox]:checked::before {
  transform: scale(1);
}
.input[type=checkbox] + .label {
  padding-left: 1rem;
}
.input[type=file] {
  padding: 0;
}

.label {
  padding-left: 2rem;
}

.textarea {
  background-color: var(--color-white);
  border: 1px solid var(--controlBorderColor);
  color: var(--color-text);
  field-sizing: content;
  flex-grow: 1;
  font-family: var(--font-serif);
  font-weight: var(--fw-regular);
  font-size: var(--fz-base);
  line-height: 1.5;
  padding: 0.75rem;
}
.textarea.full-width {
  max-width: 100%;
  width: 100%;
}
.textarea[readonly] {
  border-color: var(--color-light-gray);
  color: rgba(28, 29, 68, 0.5);
}

::file-selector-button {
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-action);
  display: inline-flex;
  color: var(--color-action);
  cursor: pointer;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--fz-sm);
  justify-content: center;
  line-height: 1;
  margin-right: 2ch;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, color 0.2s;
  text-transform: uppercase;
}
::file-selector-button:hover, ::file-selector-button:focus {
  background-color: var(--color-action);
  color: var(--color-white);
}

.rhythm > * + *, .rhythm--default > * + * {
  margin-top: 1rem;
}
.rhythm--small > * + * {
  margin-top: 0.5rem;
}
.rhythm--large > * + * {
  margin-top: 2rem;
}
.rhythm--extra-large > * + * {
  margin-top: 4rem;
}
.rhythm--deep * + *, .rhythm--deep-default * + * {
  margin-top: 1rem;
}
.rhythm--deep-small * + * {
  margin-top: 0.5rem;
}
.rhythm--deep-large * + * {
  margin-top: 2rem;
}
.rhythm--deep-extra-large * + * {
  margin-top: 4rem;
}

.sm-screen-only {
  display: block;
}
@media (min-width: 768px) {
  .sm-screen-only {
    display: none;
  }
}

.lg-screen-only {
  display: none;
}
@media (min-width: 768px) {
  .lg-screen-only {
    display: block;
  }
}

.block {
  display: block;
}

.w-full {
  width: 100%;
}

.w-max-full {
  max-width: 100%;
}

@media (min-width: 640px) {
  .max-w-75 {
    max-width: 75%;
  }
}

@media (min-width: 640px) {
  .max-w-50 {
    max-width: 50%;
  }
}

@media (min-width: 640px) {
  .max-w-25 {
    max-width: 25%;
  }
}

.min-h-25 {
  min-height: 25vh;
}

.min-h-50 {
  min-height: 50vh;
}

.border-b {
  border-bottom: 2px solid var(--color-border);
}

.border-t {
  border-top: 1px solid var(--color-border);
}

.border-b--white {
  border-bottom: 2px solid var(--color-white);
}

.padded-y {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.is-error {
  color: var(--color-action);
}

.hidden {
  display: none;
}

.hide {
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.show {
  height: auto;
  margin: inherit;
}

.mt-8 {
  margin-top: 2rem;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.justify-start {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}

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

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

.wrap--pretty {
  text-wrap: pretty;
}

.stat__tooltip {
  padding-right: 1rem;
  position: relative;
}
.stat__tooltip .sr-tooltip {
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
}

.flex--start {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .flex--start {
    flex-direction: row;
  }
}

.split--two > * {
  flex: 1;
  width: 100%;
}

.accordion--full .accordion__header {
  align-items: flex-start;
}
.accordion__header {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  gap: 1ch;
  justify-content: start;
  padding: 0.5rem 1.25rem;
  position: relative;
}
.accordion__header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M0.801629 2.11815L0.793614 2.11108L0.785908 2.10368C0.393427 1.72646 0.408094 1.11805 0.810946 0.757131L0.810951 0.757126C1.18505 0.42198 1.76602 0.414524 2.15006 0.734431L2.15698 0.740195L2.16368 0.746203L7.08603 5.15636L11.8302 0.752161L11.8398 0.743232L11.8499 0.734821C12.2338 0.414199 12.8156 0.422187 13.1895 0.757121L13.19 0.757556C13.5918 1.11852 13.6064 1.72658 13.214 2.10368L13.2142 2.10381L13.2041 2.11295L7.42859 7.36977L7.09727 7.67133L6.76128 7.37497L0.801629 2.11815Z' fill='%231C1D44' stroke='%231C1D44'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: center;
  border-radius: 0;
  content: "";
  display: block;
  height: 0.75rem;
  pointer-events: none;
  width: 0.75rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform-origin: center;
  transition: transform 0.2s;
  transform: translateY(-50%) rotate(0);
}
.accordion__item.is--active .accordion__header::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__header label {
  pointer-events: none;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding-left: 2rem;
}
.accordion__content > * + * {
  margin-top: 0.5rem;
}
.accordion__content.is--active {
  height: auto;
}
.accordion__content > p {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1ch;
  justify-content: start;
}
.accordion--full .accordion__header {
  background-color: var(--color-bg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 1.25rem 1.5rem;
}
.accordion--full .accordion__header:hover .accordion__head, .accordion--full .accordion__header:focus .accordion__head {
  color: var(--color-text);
}
.accordion--full .accordion__header::after {
  background-image: none;
  color: var(--color-action);
  content: "+";
  font-size: 2rem;
  font-weight: 700;
  right: 1.5rem;
  top: 2rem;
  transform: translateY(0%) rotate(0);
}
@media (min-width: 768px) {
  .accordion--full .accordion__header::after {
    right: 3rem;
  }
}
.accordion--full .accordion__header .heading {
  max-width: calc(100% - 1.5rem);
}
.accordion--full .accordion__item.is--active .accordion__header::after {
  content: "-";
  transform: translateY(0%) rotate(0);
}
.accordion--full .accordion__head {
  color: var(--color-action);
  display: block;
  pointer-events: none;
  text-decoration: underline;
  transition: color 0.2s;
}
.accordion--full .accordion__subhead {
  color: var(--color-text);
  display: block;
  font-size: var(--fz-base);
  margin-top: 0.5rem;
  pointer-events: none;
  text-decoration: 0 !important;
}
.accordion--full .accordion__content {
  padding: 0;
}
.accordion--full .accordion__content-inner {
  padding: 1.5rem;
}

.account-menu {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: relative;
  transform: translateX(1.5rem);
  z-index: 100;
}
@media (min-width: 1024px) {
  .account-menu {
    transform: translateX(3rem);
  }
}
.account-menu__trigger {
  align-items: center;
  background: none;
  background-color: var(--color-action);
  border: 0;
  cursor: pointer;
  display: none;
  justify-content: flex-start;
  padding: 0;
  transition: opacity 0.2s;
  width: 265px;
}
@media (min-width: 1024px) {
  .account-menu__trigger {
    display: flex;
  }
}
.account-menu__trigger:hover, .account-menu__trigger:focus {
  opacity: 0.9;
}
.account-menu__trigger[aria-expanded=true] ~ .account-menu__menu {
  height: auto;
  visibility: visible;
}
.account-menu__trigger-content {
  align-items: center;
  color: var(--color-white);
  display: flex;
  flex-flow: row nowrap;
  font-family: var(--font-sans);
  gap: 1.5rem;
  justify-content: center;
  padding: 0 1rem;
  width: 100%;
}
.account-menu__trigger-image {
  height: 95px;
  object-fit: cover;
  width: 95px;
}
.account-menu__main-nav {
  display: block;
}
@media (min-width: 1024px) {
  .account-menu__main-nav {
    display: none;
  }
}
.account-menu .main-nav__menu {
  background-color: var(--color-white);
  display: flex;
  flex-flow: column nowrap;
}
.account-menu .main-nav__link {
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  width: 100%;
}
.account-menu .main-nav__link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.2023 11.6204C1.01635 11.7977 0.726685 11.7925 0.546814 11.6084C0.366943 11.4244 0.3618 11.128 0.535134 10.9373L5.57102 5.7849L0.535134 0.812325C0.361805 0.622064 0.366948 0.3252 0.546814 0.141155C0.726685 -0.0424109 1.01635 -0.0476732 1.2023 0.129683L6.81754 5.78489L1.2023 11.6204Z' fill='%23343677'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
}
.account-menu__menu {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border);
  height: 0;
  overflow: clip;
  position: absolute;
  right: 0;
  top: 100%;
  transition: height 0.33s, visibility 0.33s;
  visibility: hidden;
  width: 263px;
}
@media (min-width: 1024px) {
  .account-menu__menu {
    left: 0;
  }
}
.account-menu__list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
}
.account-menu__link {
  align-items: center;
  color: var(--color-text);
  display: flex;
  flex-flow: row nowrap;
  font-family: var(--font-sans);
  font-size: var(--fz-md);
  gap: 1rem;
  justify-content: flex-start;
  padding: 1rem 2rem;
  text-decoration: none;
  width: 100%;
}
.account-menu__link:hover, .account-menu__link:focus {
  background-color: var(--color-text);
  color: var(--color-white);
}
.account-menu__icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.account-menu__icon > svg {
  max-height: 100%;
  max-width: 100%;
}
.account-menu__user {
  align-items: center;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 2rem;
}
@media (min-width: 1024px) {
  .account-menu__user {
    background-color: var(--color-bg-white);
  }
}
.account-menu__user-info {
  font-family: var(--font-sans);
  font-size: var(--fz-md);
  margin: 0;
}
.account-menu__user-image {
  display: block;
  height: 40px;
  width: 40px;
}
@media (min-width: 1024px) {
  .account-menu__user-image {
    display: none;
  }
}
.account-menu .hamburger-menu {
  align-items: center;
  background-color: var(--color-action);
  display: flex;
  height: 95px;
  justify-content: center;
  width: 95px;
}
@media (min-width: 1024px) {
  .account-menu .hamburger-menu {
    display: none;
  }
}
.account-menu .hamburger-menu.is-active ~ .account-menu__menu {
  height: auto;
  visibility: visible;
}

.action-set {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 500px) {
  .action-set {
    flex-direction: row;
  }
}
.action-set--flush {
  margin-bottom: 0;
}

.address-card {
  order: 10;
}
@media (min-width: 1024px) {
  .address-card {
    max-width: 50%;
    order: 0;
    padding-left: 3rem;
  }
}
.address-card__heading {
  margin-bottom: 0.75rem;
  padding-left: 3rem;
}
@media (min-width: 1024px) {
  .address-card__heading {
    padding-left: 0;
  }
}
.address-card__heading::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='716' height='50' viewBox='0 0 716 50' fill='none'%3E%3Cpath d='M716 26H1V1H24V50' stroke='%23F15B3C' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 50px;
  transform: translateX(-3rem);
  width: 100%;
}
.address-card__addresses {
  display: grid;
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .address-card__addresses {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.address-card__addresses p:not(.address-card__phone) {
  margin: 0;
}
.address-card__phone {
  margin-top: 1rem;
}
.address-card__phone a {
  color: var(--color-action);
  font-family: var(--font-sans);
  font-weight: 700;
}

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.autoComplete_wrapper > input {
  transition: all 0.4s ease;
  width: 100% !important;
}

.autoComplete_wrapper > input::placeholder {
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
}

.autoComplete_wrapper > input:focus::selection {
  background-color: var(--color-text);
  color: #fff;
}

.autoComplete_wrapper > input::selection {
  background-color: var(--color-text);
  color: #fff;
}

.autoComplete_wrapper > input:hover {
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input:focus {
  border: 0.06rem solid var(--color-border);
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: var(--color-bg-white);
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: var(--color-bg-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: var(--color-action);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: #fff;
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
.badge {
  align-items: center;
  display: flex;
  font-family: var(--font-sans);
  justify-content: center;
  gap: 1ch;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.badge--high-priority {
  background-color: var(--color-yellow);
}

.banner {
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 1.5rem 3rem;
  }
}
.banner--flush-horiz {
  padding-left: 0;
  padding-right: 0;
}
.banner__dismiss-button {
  transform: scale(2);
  transition: transform 0.2s ease-in-out;
}
.banner__dismiss-button:hover, .banner__dismiss-button:focus {
  transform: scale(2.2);
}
.banner__content {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 2ch;
}
.banner__content--alert {
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 1rem;
}
.banner__icon {
  flex-grow: 1;
  max-width: 2rem;
}
.banner__icon svg {
  height: 100%;
  width: 100%;
}
.banner--inactive {
  background-color: var(--color-bg-white);
}
.banner--alert {
  background-color: var(--color-bg-alert);
}

.breadcrumbs {
  background-color: var(--color-bg-white);
  padding: 2rem 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 1ch;
}
.breadcrumbs__item--active {
  color: var(--color-primary);
}
.breadcrumbs__link:not(span) {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-text);
  justify-content: start;
  gap: 1ch;
}
.breadcrumbs__link:not(span):hover, .breadcrumbs__link:not(span):focus {
  text-decoration: underline;
  color: var(--color-action);
}

.callout {
  max-width: 100vw;
  padding: 2.5rem 2rem;
}
.callout--padded-lg {
  padding: 2rem;
}
@media (min-width: 768px) {
  .callout--padded-lg {
    padding: 3rem;
  }
}
.callout--bordered {
  border: 6px solid var(--color-bg-white);
  max-width: calc(100% - 2rem);
  padding: 1rem 0.25rem;
}
.callout--bordered.full-width {
  max-width: 100%;
}
.callout--large {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
.callout--bedazzled {
  background-color: var(--color-bg-white);
  position: relative;
}
.callout--bedazzled .callout__bedazzle {
  background-color: transparent;
  border: 2rem solid var(--color-yellow);
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  display: block;
  height: 150px;
  right: 0;
  pointer-events: none;
  position: absolute;
  top: -2rem;
  width: 150px;
  z-index: 1;
}
@media (min-width: 768px) {
  .callout--bedazzled .callout__bedazzle {
    border-right: 2rem solid var(--color-yellow);
    right: -1rem;
  }
}
@media (min-width: 1600px) {
  .callout--bedazzled .callout__bedazzle {
    right: -2rem;
  }
}
.callout__cta-lockup {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .callout__cta-lockup {
    flex-direction: row;
  }
}
.callout table tbody {
  font-family: var(--font-sans);
}
@media (min-width: 1024px) {
  .callout--square {
    aspect-ratio: 1;
  }
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100%/75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20%/25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20%/100%);
}

.carousel__container {
  padding: 2rem 0;
  width: 100%;
}
.carousel__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.carousel__count {
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  margin: 0 3ch;
}
.carousel__prev-button, .carousel__next-button {
  background: transparent;
  border: 0;
  color: var(--color-action);
  cursor: pointer;
}
.carousel__prev-button:hover, .carousel__prev-button:focus, .carousel__next-button:hover, .carousel__next-button:focus {
  color: var(--color-text);
}
.carousel__cell {
  height: auto;
  padding: 4rem 2rem;
  pointer-events: none;
  width: 100%;
  z-index: var(--zindex--hidden);
}
@media (min-width: 1024px) {
  .carousel__cell {
    margin-right: 2rem;
    padding: 4rem 2rem 4rem 0;
    width: 100%;
  }
}
.carousel__cell.is-selected {
  pointer-events: all;
  z-index: var(--zindex--content);
}
.carousel__button + .carousel__button {
  margin-left: 2ch;
}

.slide__body {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .slide__body {
    grid-template-columns: 2fr 1fr;
    gap: 5rem;
  }
}
.slide__head > * + * {
  margin-top: 1rem;
}
.slide__alert {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.slide__alert-icon {
  height: auto;
  position: relative;
  top: 4px;
  width: 48px;
}
.slide__alert p {
  margin: 0;
}
.slide__actions {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
@media (min-width: 400px) {
  .slide__actions {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .slide__actions {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
  }
}
.slide__footer {
  display: grid;
  gap: 1rem 0;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .slide__footer {
    gap: 1rem 5rem;
    grid-template-columns: 2fr 1fr;
  }
}
.slide__content {
  margin-top: 2rem;
}
.slide__footer-actions {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  justify-content: space-between;
}
.slide__footer-search {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 1rem;
  min-width: 50%;
}
.slide__footer-search .form--inline {
  background-color: #fff;
  border: 0;
  max-width: unset;
}
.slide__footer-search .form--inline .input {
  max-width: unset;
}
.slide__footer-search-label {
  color: var(--color-action);
  grid-area: 1/span 2;
}
.slide__footer-search input {
  border: 0;
  height: 3.75rem;
  line-height: 1;
  padding: 0 1rem;
  width: calc(100% - 6rem);
}
@media print {
  .slide__footer-search {
    display: none;
  }
}
.slide__footer-submit {
  background: var(--color-white);
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: var(--fz-base);
  font-weight: var(--fw-regular);
  height: 3.75rem;
  width: 3.75rem;
}
.slide [class*=-screen-only] > * {
  height: 100%;
  width: 100%;
}

/* Generated elements */
.flickity-viewport {
  transition: height 0.2s linear;
  pointer-events: none;
}
@media print {
  .flickity-viewport {
    height: auto !important;
  }
}

.flickity-button {
  pointer-events: all;
}

.flickity-page-dots {
  bottom: 0;
  left: 0;
  max-width: 100%;
  pointer-events: all;
  text-align: center;
  width: 100%;
}
@media print {
  .flickity-page-dots {
    display: none;
  }
}
.flickity-page-dots .dot {
  background-color: var(--color-primary-1);
  border: 2px solid var(--color-primary-1);
  height: 12px;
  opacity: 1;
  width: 12px;
}
.flickity-page-dots .dot:first-child {
  margin-left: 0;
}
.flickity-page-dots .dot.is-selected {
  background-color: transparent;
}
@media print {
  .flickity-page-dots .flickity-slider {
    position: static;
    transform: translateX(0) !important;
  }
}

.cart-item {
  align-items: start;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .cart-item {
    flex-direction: row;
  }
}
.cart-item__image {
  border: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 215px;
  height: 215px;
  margin-right: 3rem;
  overflow: hidden;
  padding: 1rem;
  width: 215px;
}
.cart-item__image img {
  max-height: calc(215px - 2rem);
  max-width: calc(215px - 2rem);
  object-fit: cover;
  place-content: center;
  width: 100%;
}
.cart-item__details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .cart-item__details {
    display: block;
  }
}
.cart-item__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  order: 100;
}
@media (min-width: 768px) {
  .cart-item__actions {
    float: right;
    margin-top: 0;
  }
}
.cart-review .modal__content {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cart-review .modal__content {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .cart-review .modal__content {
    padding: 5rem 7.5rem;
  }
}
.cart-review__body-item, .cart-review__footer-item {
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
}
.cart-review__body-item .callout__stat {
  text-align: right;
}
.cart-review__footer-item {
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 600px) {
  .cart-review__footer-item {
    flex-direction: row;
  }
}
.cart-review__footer-item .callout__stat {
  align-self: end;
  text-align: right;
}
@media (min-width: 600px) {
  .cart-review__footer-item .callout__stat {
    align-self: unset;
  }
}
.cart-review__footer-checkbox {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  justify-content: start;
  align-items: center;
  margin-top: 2.5rem;
}

.chart--donut {
  container-type: inline-size;
  container-name: chart;
}
.chart--donut.chart--donut--column {
  container-type: unset;
}
.chart--donut__body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@container chart (min-width: 40rem) {
  .chart--donut__body {
    flex-flow: row nowrap;
  }
}
.chart--donut__chart-container {
  height: 0;
  overflow: hidden;
  padding-top: 56.5%;
  position: relative;
  width: 100%;
}
.chart--donut__chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chart--donut__chart svg > g > g.google-visualization-tooltip {
  pointer-events: none;
}
.chart--donut__legend {
  width: 100%;
}
.chart--donut__legend-item {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.chart--donut__legend-item:nth-child(odd) {
  background-color: var(--color-bg-white);
}
.chart--donut__legend-item:nth-child(even) {
  background-color: var(--color-white);
}

.chart__hgroup {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  justify-content: space-between;
}
@container chart (min-width: 30rem) {
  .chart__hgroup {
    flex-flow: row nowrap;
  }
}

.contact-card {
  order: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-card {
    max-width: 40%;
    order: 10;
  }
}
.contact-card__card {
  align-items: start;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: start;
  position: relative;
  z-index: 1;
}
.contact-card__card + .contact-card__card {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .contact-card__card {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .contact-card__card {
    gap: 5rem;
  }
}
.contact-card__card p {
  margin: 0;
}
.contact-card__info {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  justify-content: start;
  align-items: start;
  width: 60%;
}
@media (min-width: 1024px) {
  .contact-card__info {
    gap: 2rem;
  }
}
.contact-card__info a {
  color: var(--color-white);
  text-decoration: none;
}
.contact-card__info a:hover, .contact-card__info a:focus {
  color: var(--color-action);
}
.contact-card__contact {
  font-size: var(--fz-md);
}
@media (min-width: 768px) {
  .contact-card__contact {
    font-size: var(--fz-base);
  }
}
.contact-card__image {
  height: auto;
  max-width: 250px;
  min-width: 100px;
  position: relative;
  width: 40%;
}
.contact-card__image::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 76 175'%3E%3Cpath fill='%23fff' d='M41.9743 61.1677V61.5939L41.7612 61.6112H36.0996V63.1489H33.9628V61.1677H35.6734V55.3278H29.2228L29.1882 65.1474H31.1004L31.0946 67.4799H28.7562V65.5736H27.3509V72.5481H41.767V72.9743H26.9247V65.1474H28.7678L28.8023 55.3336H21.2861V57.7237H18.1069V54.9074H20.8599L20.8599 40.2385L7.27903 40.2557L7.27903 54.9074H13.0385V59.4572H6.84131V55.3336H3.97883L3.97883 64.1971H13.0616V75.877H12.6354V64.6233H3.96731L3.96731 67.67H0.730469L0.730469 64.1971H3.54111L3.54111 54.9074H6.84131L6.84131 51.2099V40.2557H0.730469L0.730469 36.7771H7.26175L7.26175 39.8296L20.8427 39.8123V24.17H3.56415V23.7381H20.8484V9.89851H41.7612V10.3305H21.2746V23.7496H29.1421L29.1652 39.8123H32.0449V44.9668H28.7447V40.2385H21.2746L21.2746 54.9074H28.7965L28.8138 50.0177H29.24L29.2228 54.9074H36.0996V61.1735H41.9743V61.1677ZM35.6734 62.7227V61.5939H34.389V62.7227H35.6734ZM31.6187 44.5349V40.2327H29.1652V44.5349H31.6187ZM30.6684 67.0595V65.5851H29.1882V67.0652H30.6684V67.0595ZM21.2746 39.8065H28.739L28.7217 24.1758H21.2804V39.8065H21.2746ZM20.8484 57.2917V55.3278H18.5216V57.2917H20.8484ZM12.6008 59.0253V55.3278H7.26175V59.0253H12.6008ZM6.83555 39.8238L6.83555 37.2033H1.15667L1.15667 39.8238H6.83555ZM3.54111 67.2438L3.54111 64.6233H1.15667L1.15667 67.2438H3.53535H3.54111ZM41.7612 3.05647V3.48266H27.0917V3.26957H27.0399L27.0284 -0.865601H30.0233V-4.24055L13.0328 -4.29239V2.60725H8.78802L8.78802 12.7321H13.1076V9.94458H16.6094V13.1583H13.5339V20.248H8.36182V13.1583H3.08611V12.7321H8.36182V2.60725H3.54111L3.54111 -4.32117L0.730469 -4.33269L0.730469 -7.80554H3.96731L3.96731 -4.74736L12.6066 -4.71857L12.6181 -16.4214H9.54827V-19.6351H13.0501V-16.8476H22.4093V-13.4036H40.1773V-12.9774H22.4093L22.4093 -7.86314H19.1379L19.1379 -13.4036H21.9831V-16.4214H13.0443L13.0328 -4.71857L30.4495 -4.66673V-0.865601H33.2602V2.60725H30.0233V-0.439415H27.4603L27.5064 3.05071H41.7554L41.7612 3.05647ZM32.834 2.18681V-0.433655H30.4553V2.18681H32.834ZM21.9773 -8.28357L21.9773 -12.9716H19.5583L19.5583 -8.28357H21.9773ZM16.1775 12.7378V10.3765H13.5339V12.7378H16.1775ZM13.1076 19.8275V13.164H8.78802V19.8275H13.1076ZM12.6181 -16.8419V-19.2032H9.97448V-16.8419H12.6181ZM12.6008 2.18681V-4.28662L3.96731 -4.31541L3.96731 2.18681H8.36182V-1.22267H8.78802V2.18681H12.6008ZM3.54111 -4.74161V-7.37359H1.15667L1.15667 -4.74736H3.53535L3.54111 -4.74161ZM41.7612 32.354V32.7802H31.9931V32.354H41.7612ZM41.7612 45.5543V45.9805H41.358V48.768H37.8563V45.5543H40.9318V43.0087H41.358V45.5543H41.7612ZM40.9318 48.3418V45.9805H38.2825V48.3418H40.9318ZM37.3437 15.4735L37.3437 18.8312H33.9628L33.9628 15.4735H37.3437ZM36.9175 18.405L36.9175 15.8997H34.389L34.389 18.405H36.9175Z'/%3E%3Cpath fill='%23fff' d='M83.4373 12.7785V13.2047H70.1904V23.6924H83.4373V24.1185H70.1904V30.448H58.9306V24.1185H45.9544V32.3543H50.7176V45.9808H41.7615V45.5546H50.2913V32.7805H45.9544V35.545H45.5282V32.7805H41.7615V32.3543H45.5282V24.1185H43.3799V21.1755H45.9544V23.6924H58.9306V3.43117H41.7558V3.00499H58.9306V-4.24596H54.899V-4.67216H58.9306V-13.0231H48.1776V-8.13924H42.8385L42.827 -13.4493H47.7456V-21.8752H48.1719V-13.4493H59.3511V-4.67216H63.1869L63.1869 -19.0358L69.5223 -19.0646V-10.9325H73.7671V3.43694H59.3511V23.6981H69.7585V13.2105H66.6887V9.99676H70.1904V12.7843H83.4373V12.7785ZM73.3467 3.00499V-10.5063H69.5281V-8.86492H67.1955V-10.9325H69.1019V-18.6327L63.6188 -18.6039L63.6188 -4.66639H67.0746V-0.951645H63.1926V-4.24021H59.3568V3.01075H73.3467V3.00499ZM69.7585 12.7785V10.4172H67.1149V12.7785H69.7585ZM69.7585 30.0218V24.1185H59.3511V30.0218H69.7585ZM69.1019 -9.2911V-10.5063H67.6217V-9.2911H69.1019ZM66.6483 -1.38359V-4.24596H63.6188V-1.38359H66.6483ZM47.7514 -8.56542V-13.0231H43.259V-8.56542H47.7514ZM45.5225 23.6924V21.6017H43.8004V23.6924H45.5225ZM76.8657 48.8374V52.3103H74.0551V67.6645H65.8766L65.9227 52.3103H57.7557V67.6645H47.1755V61.5885H41.75V61.1623H47.1755V57.6837H53.2402V61.6058H47.6017V67.2384H57.3295V52.3103H47.0487V51.8841H57.3295V33.1203H70.1271V39.8069H72.9377V43.2797H69.7009V40.233H66.3892L66.3546 51.8783H73.6289V48.8317H76.8657V48.8374ZM76.4395 51.8898V49.2694H74.0608V51.8898H76.4395ZM73.6289 67.2441V52.316H66.3489L66.3028 67.2441H73.6231H73.6289ZM72.5115 42.865V40.2446H70.1328V42.865H72.5115ZM69.7009 39.8126V33.5523H57.7614V51.8898H65.9284L65.963 39.8184H69.7009V39.8126ZM52.8198 61.1853V58.1156H47.6074V61.1853H52.8198ZM55.7859 16.3896V20.496H52.5548V10.325H41.7558V9.89886H52.981V16.3896H55.7859ZM55.3597 19.5687V16.8158H52.981V20.0698H55.3597V19.5687ZM48.1776 72.5484V72.9746H41.7558V72.5484H48.1776Z'/%3E%3Cpath fill='%23fff' d='M83.4375 107.72V108.147H70.1907V118.634H83.4375V119.06H70.1907V125.39H58.9308V119.06H45.9547V127.296H50.7178V140.923H41.7617V140.497H50.2916V127.722H45.9547V130.481H45.5284V127.722H41.756V127.296H45.5284V119.06H43.3802V116.117H45.9547V118.634H58.9308V101.241H41.756V100.815H58.9308V90.6959H54.8992V90.2697H58.9308V81.9188H48.1778V86.8026H42.8388L42.8272 81.4926H47.7459V72.5887H48.1721V81.4926H59.3513V90.2697H63.1871V75.9061L69.5226 75.8773V84.0036H73.7673V101.235H59.3513V118.628H69.7587V108.141H66.6889V104.927H70.1849V107.715H83.4318L83.4375 107.72ZM73.3469 100.821V84.4413H69.5283V86.0827H67.1957V84.0152H69.1021V76.315L63.6191 76.338V90.2755H67.0748V93.9902H63.1929V90.7017H59.357V100.821H73.3469ZM69.7587 107.72V105.359H67.1151V107.72H69.7587ZM69.7587 124.969V119.066H59.3513V124.969H69.7587ZM69.1021 85.6508V84.4356H67.6219V85.6508H69.1021ZM66.6486 93.564V90.7017H63.6191V93.564H66.6486ZM47.7459 86.3822V81.9245H43.2534V86.3822H47.7459ZM45.5227 118.634V116.544H43.8006V118.634H45.5227ZM76.8659 143.779V147.252H74.0553V162.606H65.8768L65.9229 147.252H57.7559V162.606H47.1757V156.548H41.5371V156.121L41.7502 156.104H47.1757V152.626H53.2404V156.548H47.6019V162.18H57.3297V147.252H47.049V146.826H57.3297V128.062H70.1273V134.749H72.9379V138.222H69.7011V135.175H66.3894L66.3548 146.82H73.6348V143.774H76.8717L76.8659 143.779ZM76.4397 146.832V144.211H74.061V146.832H76.4397ZM73.6291 162.186V147.258H66.3491L66.303 162.186H73.6233H73.6291ZM72.506 137.807V135.186H70.1215V137.807H72.506ZM69.7011 134.76V128.5H57.7616V146.838H65.9286L65.9632 134.766H69.7011V134.76ZM52.82 156.127V153.058H47.6076V156.127H52.82ZM55.7861 112.051V115.444H52.5493V112.478H50.113V112.051H50.3088H52.555V105.273H41.756V104.847H52.9813V112.051H55.7919H55.7861ZM55.3599 115.017V112.478H52.9755V115.017H55.3599Z'/%3E%3Cpath fill='%23fff' d='M41.7727 156.127L41.7554 156.553H36.0938V158.091H33.9571V156.11H35.6676V150.27H29.217L29.1824 160.09H31.0946L31.0888 162.422H28.7505V160.516H27.3451V174.684H26.9189V160.09H28.762L28.7965 150.276H21.2804V152.666H18.1011V149.85H20.8542L20.8542 135.181L7.27327 135.198L7.27327 149.85H13.0328V154.399H6.83555L6.83555 150.276H3.97307L3.97307 159.139H13.0501L13.0501 164.23H12.6238L12.6238 159.565H3.96731V162.612H0.730469L0.730469 159.139H3.54111L3.54111 149.85H6.8413V146.152L6.8413 135.198H0.730469L0.730469 131.725H7.26175V134.772L20.8427 134.754V119.112H3.56415V118.68H20.8427V104.841H41.7497V105.267H21.2689V118.686H29.1364L29.1594 134.754H32.0391V139.909H28.7389V135.181H21.2689L21.2689 149.85H28.785L28.8023 144.96H29.2285L29.2112 149.85H36.0881V156.116L41.767 156.133L41.7727 156.127ZM35.6676 157.665V156.536H34.3833V157.665H35.6676ZM31.6187 139.483V135.181H29.1651V139.483H31.6187ZM30.6626 162.002V160.527H29.1824V162.007H30.6626V162.002ZM21.2746 134.749H28.7389L28.7217 119.118H21.2804V134.749H21.2746ZM20.8484 152.24V150.276H18.5216V152.24H20.8484ZM12.6008 153.973V150.276H7.26175L7.26175 153.973H12.6008ZM6.83555 134.772V132.151H1.15667L1.15667 134.772H6.83555ZM3.54111 162.186V159.565H1.15667V162.186H3.54111ZM41.7554 100.815V101.241H27.0399V94.0823H30.0233V90.7074L13.0328 90.6555V97.5552H8.78802L8.78802 107.68H13.1076V104.893H16.6037V108.106H13.5339V115.196H8.36181V108.106H3.08611V107.68H8.36181V97.5552H3.54111L3.54111 90.6268H0.730469L0.730469 87.1424H3.96731V90.2006L12.6066 90.2294L12.6181 78.5265H9.54827V75.3128H13.0501V78.1003H22.4093V81.5443H40.1773V81.9705H22.4093V87.0848H19.1378V81.5443H21.983V78.5265H13.0443L13.0328 90.2294L30.4495 90.2812V94.0823H33.2544V97.5552H30.0176V94.5085H27.4546V100.815H41.7497H41.7554ZM32.8282 97.1348V94.5143H30.4495V97.1348H32.8282ZM21.9773 86.6644V81.9763H19.5583V86.6644H21.9773ZM16.1775 107.686V105.324H13.5339V107.686H16.1775ZM13.1076 114.775V108.112H8.78802V114.775H13.1076ZM12.6181 78.106V75.7447H9.97448V78.106H12.6181ZM12.6008 97.1348V90.6613L3.96731 90.6325L3.96731 97.1348H8.36181L8.36181 93.7252H8.78802V97.1348H12.6008ZM3.54111 90.2063V87.5743H1.15667L1.15667 90.2006H3.54111V90.2063ZM41.7554 127.302V127.728H31.9873V127.302H41.7554ZM41.7554 140.496V140.923H41.3523V143.71H37.8505V140.496H40.9261V137.951H41.3523V140.496H41.7554ZM40.9261 143.284V140.923H38.2767V143.284H40.9261ZM37.3379 110.416V113.773H33.9571V110.416H37.3379ZM36.9117 113.347V110.842H34.3833V113.347H36.9117Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  content: "";
  display: block;
  height: calc(100% + 4rem);
  opacity: 0.25;
  position: absolute;
  top: -2rem;
  right: -2rem;
  transform: translate(1rem, 0rem);
  width: 130px;
  z-index: -1;
}
.contact-card__image:not(:has(img))::after {
  display: none;
}
@media (min-width: 1024px) {
  .contact-card__image {
    max-width: 300px;
  }
  .contact-card__image::after {
    display: none;
  }
}
.contact-card__image img {
  max-width: 100%;
}

.datepicker {
  width: -moz-min-content;
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 20;
  padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
}

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: hsl(0, 0%, 96%);
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  flex: auto;
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  font-size: 0.75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-button,
.datepicker-controls .next-button {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  flex: 0 0 14.2857142857%;
}

.datepicker-controls .prev-button.disabled,
.datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view,
.datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  display: flex;
  flex-direction: column;
  flex: 0 0 9.6774193548%;
}

.datepicker .weeks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: auto;
}

.datepicker span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker .dow {
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.datepicker .week {
  flex: auto;
  color: hsl(0, 0%, 71%);
  font-size: 0.75rem;
}

.datepicker-cell,
.datepicker .days .dow {
  flex-basis: 14.2857142857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: hsl(0, 0%, 86%);
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: hsl(0, 0%, 48%);
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: hsl(0, 0%, 96%);
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: hsl(171, 100%, 41%);
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: hsl(0, 0%, 71%);
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b1b1b1;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  border-radius: 0;
  background-color: hsl(0, 0%, 86%);
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d6d6d6;
}

.datepicker-cell.range.disabled {
  color: #c5c5c5;
}

.datepicker-cell.range.focused {
  background-color: #d0d0d0;
}

.datepicker-input.in-edit {
  border-color: #3d56c3;
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(61, 86, 195, 0.2);
}

.datepicker {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex-grow: 1;
  gap: 1rem;
}
@media (min-width: 512px) {
  .datepicker {
    flex-direction: row;
  }
}
.datepicker > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .datepicker > div {
    align-items: center;
    flex-direction: row;
    gap: 1ch;
  }
}
.datepicker--hidden {
  height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.2s ease-in-out;
}
.datepicker--hidden.show {
  height: auto;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.datepicker input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23D9D9D9' d='M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z'/%3E%3Cpath fill='%23D9D9D9' fill-rule='evenodd' d='M3 0C1.34315 0 0 1.34315 0 3V15C0 16.6569 1.34315 18 3 18H15C16.6569 18 18 16.6569 18 15V3C18 1.34315 16.6569 0 15 0H3ZM2 15V4H16V15C16 15.5523 15.5523 16 15 16H3C2.44772 16 2 15.5523 2 15Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5rem;
  border: 2px solid var(--color-border);
  height: 60px;
  padding: 0.5rem 2rem 0.5rem 1rem;
  width: auto;
}
@media (min-width: 768px) {
  .datepicker input {
    max-width: 200px;
  }
}
.datepicker label {
  padding-left: 0;
}
@media (min-width: 768px) {
  .datepicker > label {
    margin-left: 1rem;
  }
}

.documents__content-header {
  display: flex;
  flex-flow: row wrap;
  gap: 2ch;
  justify-content: space-between;
}
.documents__select {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 2ch;
  justify-content: start;
}

.link--document {
  align-items: start;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 1ch;
  max-width: fit-content !important;
  width: 100%;
}
.link--document:hover::before, .link--document:focus::before {
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .link--document {
    align-items: center;
  }
}
.link--document::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 31'%3E%3Crect width='31' height='31' fill='%231C1D44' rx='2'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.9665 13.6931C17.9665 13.899 17.7997 14.0658 17.5945 14.0658H13.5741C13.3682 14.0658 13.2014 13.899 13.2014 13.6931 13.2014 13.4879 13.3682 13.3211 13.5741 13.3211H17.5945C17.7997 13.3211 17.9665 13.4879 17.9665 13.6931ZM19.1579 17.4162C19.1579 17.6214 18.9911 17.7882 18.7852 17.7882H13.5741C13.3682 17.7882 13.2014 17.6214 13.2014 17.4162 13.2014 17.2103 13.3682 17.0435 13.5741 17.0435H18.7852C18.9911 17.0435 19.1579 17.2103 19.1579 17.4162Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.2239 8.85406C10.2239 8.44295 10.5568 8.10931 10.9679 8.10931H18.2591C18.4566 8.10931 18.6458 8.18819 18.7854 8.32779L21.9178 11.4596C22.0574 11.5992 22.1356 11.789 22.1356 11.9865V22.2553C22.1356 22.6664 21.8027 23 21.3916 23H10.9679C10.5568 23 10.2239 22.6664 10.2239 22.2553V8.85406ZM18.2591 8.85406H10.9679V22.2553H21.3915V11.9866L18.2591 8.85406Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 1.25rem;
  opacity: 1;
  position: relative;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
}
.link--document[href*=".doc"]::before, .link--document[href*=".docx"]::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23185abd; %7D .st1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' x='0' y='0' width='31' height='31' rx='2' ry='2'/%3E%3Cpath class='st1' d='M10.5,20c0,.4,0,.7,0,1.1,0-.4,0-.7,0-1.1,0-.4,0-.7.2-1.1l2.8-12h3.6l2.9,11.7c.2.8.3,1.4.4,2.2,0-.7.2-1.4.3-2.1l2.3-11.9h3.3l-4.1,17.1h-3.8l-2.7-11.3c0-.3-.2-.8-.3-1.3s-.2-.9-.2-1.2c0,.3,0,.7-.2,1.3s-.2,1-.2,1.3l-2.6,11.3h-3.9L4.5,7.1h3.4l2.5,12v1h0Z'/%3E%3C/svg%3E");
}
.link--document[href*=".ppt"]::before, .link--document[href*=".pptx"]::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23c43e1c; %7D .st1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' width='31' height='31' rx='2' ry='2'/%3E%3Cpath class='st1' d='M16.7,6.8c1.8-.1,3.5.4,4.9,1.4.6.5,1,1.1,1.3,1.8.3.7.4,1.5.4,2.2,0,1.1-.3,2.2-.8,3.1-.6.9-1.4,1.7-2.4,2.1-1.1.5-2.4.8-3.6.8h-3.4v6.3h-3.5V6.8h7.1ZM13,15.6h3c.9,0,1.9-.2,2.6-.8.3-.3.6-.7.7-1.1.2-.4.2-.8.2-1.3,0-2-1.1-3-3.4-3h-3.1v6.1Z'/%3E%3C/svg%3E");
}
.link--document[href*=".pdf"]::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D .st1 %7B fill: %23cd2f0e; %7D %3C/style%3E%3C/defs%3E%3Crect class='st1' width='31' height='31' rx='2' ry='2'/%3E%3Cpath class='st0' d='M6.9,26c.7,0,2-.5,4.4-4.8,1.4-.6,2.9-1.2,4.4-1.6,1.1-.3,2.2-.6,3.3-.8,1.8,1.1,3.8,1.8,5.3,1.8s1.8-.9,1.8-1.2c0-.4-.1-.7-.4-1-.6-.6-1.8-.9-3.5-.9s-1.8,0-2.9.2c-1.1-.7-1.9-1.5-2.5-2.4-.6-.8-1.1-1.7-1.5-2.6,1.1-3.4,1.4-5.6.7-6.6-.3-.4-.7-.6-1.2-.6s-1,.2-1.3.7c-.9,1.4-.2,4.3.7,6.5-.4,1.2-1,2.5-1.6,3.8-.7,1.4-1.3,2.7-2,3.9-1.8.9-4.7,2.4-5,4,0,.4,0,.9.4,1.2.3.3.6.4,1,.4h0ZM22.1,18.6c2,0,2.6.5,2.8.6,0,0,0,.2,0,.2,0,0-.2.1-.7.1-.8,0-2.1-.3-3.4-.9.4,0,.9,0,1.3,0ZM14.2,6.9c.1-.2.2-.2.4-.2s.3,0,.3.1c.3.4.3,1.8-.4,4.4-.7-2.1-.7-3.7-.3-4.3ZM13.5,17c.4-.9.8-1.9,1.2-2.8h0s0,0,0,0c.3.6.7,1.2,1.1,1.8.5.7,1.1,1.4,1.9,2h-.1s0,0,0,0c-.7.2-1.5.3-2.2.6-1.1.3-2.2.7-3.2,1.1h0c0,0,0,0,0,0,.4-.8.9-1.7,1.3-2.7ZM6.7,24.6c0-.5,1-1.4,2.9-2.4-1.7,2.6-2.4,2.8-2.6,2.8s-.1,0-.2,0c0,0,0-.2,0-.2Z'/%3E%3C/svg%3E");
}
.link--document[href*=".xls"]::before, .link--document[href*=".xlsx"]::before, .link--document[href*=".csv"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Crect width='31' height='31' fill='%23107c41' rx='2' ry='2'/%3E%3Cpath fill='%23fff' d='M7.7,24.6l5.7-8.9-5.3-8.9h4.2l2.9,5.7c.3.5.4.9.5,1.2.2-.4.4-.8.6-1.3l3.1-5.6h3.9l-5.4,8.9,5.5,9h-4l-3.3-6.2c-.2-.3-.3-.5-.4-.8,0,.3-.2.6-.4.8l-3.6,6.1h-4Z'/%3E%3C/svg%3E");
}
.link--document[href*=".png"]::before, .link--document[href*=".jpg"]::before, .link--document[href*=".jpeg"]::before, .link--document[href*=".gif"]::before, .link--document[href*=".bmp"]::before, .link--document[href*=".svg"]::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 31 31'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %2303a1b1; %7D .st1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' width='31' height='31' rx='2' ry='2'/%3E%3Cpath class='st1' d='M24.8,7.6c0,1.6-1.3,2.8-2.8,2.8s-2.8-1.3-2.8-2.8,1.3-2.8,2.8-2.8,2.8,1.3,2.8,2.8Z'/%3E%3Cpath class='st1' d='M26.7,26.1H4.1v-6.2l6.6-11.3,7.5,9.4h1.9l6.6-5.7v13.7Z'/%3E%3C/svg%3E");
}

.draggable {
  background-color: #fff;
  cursor: move;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.draggable.is--dragging {
  cursor: grabbing;
  opacity: 0.75;
}
.draggable__icon {
  height: 3rem;
  width: 3rem;
}

.events__item {
  border-top: 1px solid var(--color-border);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-bottom: 1rem;
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .events__item {
    grid-template-columns: 1fr 20% 15%;
    grid-template-rows: auto;
  }
}
.events__item.grant__item {
  padding-bottom: 2rem;
}
.events__item.grant__item .events__card {
  padding-right: 3rem;
}
.events__card, .events__meta {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .events__card, .events__meta {
    margin-bottom: 0;
  }
}
.events__card .media__figure {
  max-width: 21rem;
}
@media (min-width: 1024px) {
  .events__actions {
    text-align: right;
  }
}
.events__pagination {
  border-top: 1px solid var(--color-border);
  margin-top: 1rem;
  padding-top: 1rem;
}

.event-detail__image {
  height: auto;
  margin: 0;
  width: 100%;
}
.event-detail__sponsor-graphic {
  margin: 2rem 0;
}
.event-detail__cta-button {
  width: 100%;
  max-width: 500px;
}

.event-card {
  border-right: 2px solid var(--color-border);
  border-left: 0;
}
.event-card--secondary {
  border-right: 0;
}
@media (min-width: 1024px) {
  .event-card--flush .event-card__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .event-card--flush.event-card--secondary .event-card__inner {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .event-card--tabtop .event-card__inner {
    padding-right: 7rem;
    padding-top: 9rem;
  }
}
.event-card__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
  padding: 4rem 1rem;
}
@media (min-width: 768px) {
  .event-card__inner {
    grid-template-columns: 2fr 1fr;
    padding: 4rem 2rem 4rem;
    gap: 1rem 5rem;
  }
}
@media (min-width: 1024px) {
  .event-card__inner {
    padding-left: 0;
  }
}
.event-card--tabbed .event-card__inner {
  padding-top: calc(6rem + 27px);
}
@media (min-width: 1024px) {
  .event-card--secondary .event-card__inner {
    padding-left: 2rem;
  }
}
.event-card__content {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  margin-bottom: 1rem;
  min-width: 70%;
}
.event-card__actions {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  margin-top: 2rem;
  min-width: 30%;
}
@media (min-width: 768px) {
  .event-card__actions {
    margin-top: 0;
  }
}
.event-card__link {
  color: var(--color-action);
  text-decoration: none;
}
.event-card__link:hover, .event-card__link:focus {
  color: var(--color-text);
}

.expandable__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.expandable__content.is--expanded {
  height: auto;
}
.expandable__toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-action);
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  font-weight: normal;
  margin-top: 2rem;
  order: 100;
  padding-left: 0;
}

.file-form__input {
  display: none;
}
.file-form .button {
  max-width: max-content;
}
.file-form__inputs {
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .file-form__inputs {
    flex-flow: row wrap;
  }
}
.file-form__drop-area {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='m93.5 98.602h-87c-2.6016 0-4.8008-2-4.8008-4.6016v-44c0-2.5 2.1016-4.6016 4.8008-4.6016s4.8008 2 4.8008 4.6016v39.5h77.5v-39.5c0-2.5 2.1016-4.6016 4.8008-4.6016 2.6992 0 4.8008 2 4.8008 4.6016v44c-0.20312 2.5-2.3008 4.6016-4.9023 4.6016z'/%3E%3Cpath d='m72 21.301l-18.5-18.5c-1.8008-1.8008-4.8008-1.8008-6.6992 0l-18.699 18.5c-0.89844 0.89844-1.3984 2.1016-1.3984 3.3984 0 1.3008 0.5 2.3984 1.3984 3.3008 0.89844 0.89844 2.1016 1.3984 3.3008 1.3984 1.3008 0 2.5-0.5 3.3984-1.3984l10.199-10.102v47.5c0 2.8008 2.1992 5 5 5s5-2.1992 5-5v-47.699l10.301 10.301c1.8008 1.8008 4.8008 1.8008 6.6992 0 0.89844-0.89844 1.3984-2.1016 1.3984-3.3008 0-1.3008-0.5-2.5-1.3984-3.3984z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  border: 2px dashed var(--color-border);
  min-height: 150px;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .file-form__drop-area {
    width: 50%;
  }
}
.file-form__drop-area.highlight {
  background-color: var(--color-border);
  border-color: var(--color-action);
}
.file-form__preview {
  text-align: center;
}
.file-form__preview img {
  height: 150px;
  margin: 0 auto;
  object-fit: cover;
  width: 150px;
}

.filmstrip {
  grid-column: full-width !important;
  padding: 5rem 0;
}
.filmstrip__heading-wrapper {
  color: var(--color-white);
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .filmstrip__heading-wrapper {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 768px) {
  .filmstrip__heading {
    max-width: 66%;
  }
}
.filmstrip__actions {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .filmstrip__actions {
    justify-content: end;
  }
}
.filmstrip__buttons {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: center;
}
.filmstrip__buttons .button {
  background-color: transparent;
}
.filmstrip__cards-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.filmstrip .flickity-viewport {
  width: 100%;
}
.filmstrip .news__card {
  width: 100%;
  margin-right: 2rem;
  padding-bottom: 5rem;
  pointer-events: all;
}
@media (min-width: 768px) {
  .filmstrip .news__card {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1024px) {
  .filmstrip .news__card {
    width: calc(33.3333333333% - 2rem);
  }
}
.filmstrip .news__card-image {
  background-color: #fff;
  border: 1px solid var(--color-border);
  max-height: 350px;
  min-height: 350px;
  object-fit: contain;
  padding: 2rem 3rem;
  width: 100%;
}
.filmstrip .news__card-category {
  background-color: var(--color-bg);
  color: var(--color-white);
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.filmstrip .news__card-heading-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.25rem;
  justify-content: start;
  align-items: start;
}
.filmstrip .news__card-date, .filmstrip .news__card-read-more {
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  text-transform: uppercase;
}
.filmstrip .news__card-read-more {
  display: flex;
  gap: 0.5rem;
  justify-content: start;
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
}
.filmstrip .news__card-read-more svg {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.filmstrip .news__card-read-more:hover, .filmstrip .news__card-read-more:focus {
  color: var(--color-action);
}
.filmstrip .news__card-read-more:hover svg, .filmstrip .news__card-read-more:focus svg {
  transform: translateX(0.5rem);
}

.floating-search {
  position: relative;
  z-index: 100;
}
.floating-search__trigger {
  align-items: start;
  background-color: var(--color-white);
  border: 1px solid var(--color-light-gray);
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  position: relative;
}
.floating-search__trigger > span {
  line-height: 1;
  padding: 0 0.75rem;
}
.floating-search__trigger::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M0.801629 2.11815L0.793614 2.11108L0.785908 2.10368C0.393427 1.72646 0.408094 1.11805 0.810946 0.757131L0.810951 0.757126C1.18505 0.42198 1.76602 0.414524 2.15006 0.734431L2.15698 0.740195L2.16368 0.746203L7.08603 5.15636L11.8302 0.752161L11.8398 0.743232L11.8499 0.734821C12.2338 0.414199 12.8156 0.422187 13.1895 0.757121L13.19 0.757556C13.5918 1.11852 13.6064 1.72658 13.214 2.10368L13.2142 2.10381L13.2041 2.11295L7.42859 7.36977L7.09727 7.67133L6.76128 7.37497L0.801629 2.11815Z' fill='%231C1D44' stroke='%231C1D44'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  border-radius: 0;
  content: "";
  display: block;
  height: 1rem;
  pointer-events: none;
  width: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  transition: transform 0.2s;
  transform: translateY(-50%) rotate(-90deg);
}
.floating-search__trigger.is--active::after {
  transform: translateY(-50%) rotate(0);
}
.floating-search__search {
  background-color: var(--color-white);
  border: 2px solid var(--color-light-gray);
  left: 0;
  max-height: 450px;
  max-width: 400px;
  overflow: clip;
  overflow-y: auto;
  position: absolute;
  top: calc(100% + 1rem);
  transition: height 0.3s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}
.floating-search__search[aria-hidden=true] {
  height: 0;
  opacity: 0;
}
.floating-search__search.is--active {
  height: auto;
  opacity: 1;
}

.fund-detail {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .fund-detail {
    align-content: start;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: minmax(700px, 1fr) auto;
  }
}
.fund-detail-card {
  height: 100%;
  padding: 2rem 0;
}
.fund-detail-card__heading {
  text-align: center;
}
.fund-detail-card--callout {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem;
}
@media (min-width: 600px) {
  .fund-detail-card--callout {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .fund-detail-card--callout .btnset {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .fund-detail .chart-wrapper {
    grid-row: 1/span 2;
  }
}
@media (min-width: 1024px) {
  .fund-detail .funds-search-wrapper {
    grid-row: 2;
    grid-column: 2/span 2;
  }
}
.fund-detail .funds-search-wrapper .funds-search__label {
  font-size: var(--fz-sm);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .fund-detail .funds-search-wrapper .funds-search__label {
    margin-bottom: 0;
    margin-right: 2ch;
    width: 15%;
  }
}
.fund-detail .funds-search-wrapper .slide__footer-search {
  gap: 1.5ch;
  justify-content: start;
  padding: 2rem;
}

.grant-card {
  margin: 2rem 0 1rem;
}
.grant-card .cta-lockup {
  display: flex;
  flex-flow: row wrap;
  gap: 2ch;
}

.funding-searchbar {
  background-color: var(--color-bg-white);
}
.funding-searchbar__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .funding-searchbar__inner {
    gap: 0;
    grid-template-columns: 2fr 1fr;
  }
}
.funding-searchbar__inner--alt {
  align-items: end;
  justify-content: space-between;
}
.funding-searchbar__filter {
  align-items: center;
  display: flex;
  font-family: var(--font-sans);
  grid-gap: 1rem;
  justify-self: start;
  text-transform: uppercase;
}
.funding-searchbar__filter:hover, .funding-searchbar__filter:focus {
  color: var(--color-action);
}
@media (min-width: 1024px) {
  .funding-searchbar__filter {
    justify-self: end;
  }
}
.funding-searchbar .form {
  display: flex;
  flex-flow: column;
  grid-gap: 1rem;
  justify-content: start;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .funding-searchbar .form {
    align-items: flex-end;
    flex-flow: row;
  }
  .funding-searchbar .form--inline {
    max-width: unset;
  }
  .funding-searchbar .form--inline > * {
    max-width: 100%;
  }
}

.funding-filterbar {
  background-color: var(--color-white);
  height: 0;
  transition: height 0.3s ease-in-out;
  overflow: clip;
}
.funding-filterbar.is-active {
  height: 100%;
  overflow: visible;
}
.funding-filterbar__filter {
  font-family: var(--font-serif);
  text-transform: none;
}

.gallery {
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .gallery {
    max-width: 1027.5px;
    padding-right: 127.5px;
    width: 90%;
  }
}
.gallery__slides-wrapper {
  height: 200px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .gallery__slides-wrapper {
    height: 500px;
  }
}
.gallery__slide {
  height: 100%;
  width: 100%;
}
.gallery__slide img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .gallery__slide img {
    height: calc(100% - 6ch);
  }
}
.gallery__caption {
  display: none;
}
@media (min-width: 768px) {
  .gallery__caption {
    display: block;
  }
}
.gallery__actions {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 50px;
}
@media (min-width: 768px) {
  .gallery__actions {
    bottom: calc(5rem + 4ch);
    height: 85px;
  }
}
.gallery__buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery__buttons button {
  background: none;
  padding: 0;
  border: 0;
  width: 50px;
}
@media (min-width: 768px) {
  .gallery__buttons button {
    width: 85px;
  }
}
.gallery__count {
  font-family: var(--font-sans);
  position: absolute;
  bottom: -2rem;
  left: 1rem;
}
@media (min-width: 768px) {
  .gallery__count {
    left: auto;
    bottom: auto;
    right: calc(85px - 3ch);
    top: -2.5rem;
  }
}
.gallery__caption {
  margin-top: 0;
}
.gallery .flickity-viewport {
  height: 200px !important;
  max-height: 100%;
  pointer-events: unset;
  transition: height 0.2s;
}
@media (min-width: 768px) {
  .gallery .flickity-viewport {
    height: 500px !important;
  }
}
.gallery__video-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
.gallery__video-wrapper > iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.home-hero__inner {
  padding: 5rem 0;
}
.home-hero__content {
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .home-hero__content {
    grid-template-columns: 1fr 1fr;
  }
}
.home-hero__primary-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  height: 100%;
}
.home-hero__primary-head {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.home-hero__primary-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
}
.home-hero__primary-intro {
  color: var(--color-white);
  font-size: 1.5rem;
  text-wrap: pretty;
}
@media (min-width: 1024px) {
  .home-hero__primary-intro {
    font-size: 1.75rem;
  }
}
.home-hero__primary-badge {
  align-items: center;
  color: var(--color-yellow);
  display: flex;
  gap: 2ch;
  justify-content: start;
}
.home-hero.nonprofit-home-hero .home-hero__secondary {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .home-hero.nonprofit-home-hero .home-hero__secondary {
    justify-content: end;
  }
}
.home-hero__secondary-stats {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
}
.home-hero__secondary-stats > .stat-chip:first-child {
  grid-area: 1/span 3;
}
@media (min-width: 1024px) {
  .home-hero__secondary-stats {
    gap: 2rem 5rem;
    grid-template-columns: 1fr 1fr;
  }
  .home-hero__secondary-stats > .stat-chip:first-child {
    grid-area: 1/span 1;
  }
}
.nonprofit-home-hero .home-hero__secondary-stats {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .nonprofit-home-hero .home-hero__secondary-stats {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .home-hero__secondary-content--simple .home-hero__secondary-stats {
    grid-template-columns: 1fr;
  }
}
.home-hero__secondary-content--simple {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.home-hero .scholarship__stats-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.left-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (min-width: 1024px) {
  .left-right {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .left-right > :first-child {
    margin-right: 2rem;
  }
}
.left-right > :first-child {
  flex-basis: 50%;
}
.left-right > :last-child {
  flex-basis: 50%;
}
@media print {
  .left-right > :first-child,
  .left-right > :last-child {
    width: 48%;
  }
}
.left-right__body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1rem;
}
.left-right__image {
  margin-bottom: 2rem;
  max-width: 100%;
  order: -10;
}
@media screen and (min-width: 1024px) {
  .left-right__image {
    margin-bottom: 0;
    max-width: 650px;
    order: 0;
  }
}

.main-nav {
  align-items: stretch;
  display: flex;
  height: 100%;
}
.main-nav__brand {
  margin-right: 0.5rem;
  max-width: 165px;
  height: auto;
}
@media (min-width: 768px) {
  .main-nav__brand {
    margin-right: 2rem;
  }
}
.main-nav__brand > a {
  display: block;
  height: 100%;
  width: 100%;
}
.main-nav__brand > a:hover, .main-nav__brand > a:focus {
  opacity: 0.5;
}
.main-nav__brand svg {
  height: 100%;
  width: 100%;
}
.main-nav__menu {
  align-items: stretch;
  display: none;
  justify-content: start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .main-nav__menu {
    display: flex;
  }
}
.main-nav__list, .main-nav__item {
  align-items: stretch;
  display: flex;
}
.main-nav__link {
  color: var(--color-text);
  display: flex;
  flex-flow: column nowrap;
  font-family: var(--font-sans);
  font-size: var(--fz-md);
  justify-content: center;
  padding: 0 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .main-nav__link {
    padding: 0 1rem;
  }
}
.main-nav__link:hover, .main-nav__link:focus {
  color: var(--color-action);
}

.map {
  container-type: inline-size;
  container-name: map;
}
.map-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  margin-top: 2rem;
}
@container map (min-width: 40rem) {
  .map-container {
    flex-flow: row nowrap;
  }
}
.map-container .chart--oregon {
  width: 100%;
}
.map-container svg {
  width: 100%;
  height: 100%;
}
.map-container svg path:focus {
  outline: none !important;
}

.media {
  display: flex;
  flex-flow: column wrap;
  gap: 2rem;
  align-items: start;
  justify-content: start;
}
@media (min-width: 768px) {
  .media {
    flex-direction: row;
  }
}
.media__figure {
  margin-bottom: 2rem;
  order: -10;
}
@media (768px) {
  .media__figure {
    margin-bottom: 0;
    order: 0;
  }
}
.media__body {
  flex: 1;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .media__body {
    max-width: calc(66% - 2rem);
    width: calc(66% - 2rem);
  }
}

/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
.dialog-container,
.dialog-overlay {
  position: fixed; /* 1 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

/**
  * 1. Make sure the dialog container and all its descendants sits on
  *    top of the rest of the page.
  * 2. Make the dialog container a flex container to easily center the
  *    dialog.
  */
.dialog-container {
  z-index: 200; /* 1 */
  display: flex; /* 2 */
}

/**
  * 1. Make sure the dialog container and all its descendants are not
  *    visible and not focusable when it is hidden.
  */
.dialog-container[aria-hidden=true] {
  display: none; /* 1 */
}

/**
  * 1. Make the overlay look like an overlay.
  */
.dialog-overlay {
  background-color: rgba(52, 54, 119, 0.95); /* 1 */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.cart-review .dialog-overlay {
  background: var(--color-text) url("cart-lines.svg") no-repeat center top;
  background-size: 33%;
}

/**
  * 1. Vertically and horizontally center the dialog in the page.
  * 2. Make sure the dialog sits on top of the overlay.
  * 3. Make sure the dialog has an opaque background.
  */
.dialog-content {
  margin: auto; /* 1 */
  z-index: 2; /* 2 */
  position: relative; /* 2 */
  background-color: white; /* 3 */
  max-width: 700px;
  max-height: 90vh;
  overflow: auto;
  width: 90vw;
}
@media (min-width: 768px) {
  .dialog-content {
    width: 80vw;
  }
}
@media (min-width: 1024px) {
  .dialog-content {
    width: 60vw;
  }
}
.cart-review .dialog-content {
  max-height: 95vh;
  max-width: unset;
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
}
@media (min-width: 1024px) {
  .cart-review .dialog-content {
    width: 65vw;
  }
}

.modal__trigger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 2ch;
  justify-content: space-between;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--color-action);
  text-underline-offset: 0.2rem;
  width: 100%;
}
.modal__trigger.button--link {
  background-color: transparent;
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-serif);
  font-size: var(--fz-base);
  line-height: 1;
  padding: 0;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-height: 0;
  min-width: 0;
  text-decoration: underline;
}
.modal__trigger.button--link:hover, .modal__trigger.button--link:focus {
  color: var(--color-action);
  text-decoration: underline;
}
.modal__trigger.button--link.color--action {
  color: var(--color-action);
}
.modal__trigger.button--link.color--action:hover, .modal__trigger.button--link.color--action:focus {
  color: var(--color-text);
}
.table .modal__trigger.button--link {
  display: table-cell;
  min-width: 225px;
  text-align: center;
}
.modal__trigger svg {
  width: 2rem;
}
.modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 2;
}
.cart-review .modal__close {
  right: 0;
  top: -2rem;
}
.modal__content {
  padding: 1rem 1rem 5rem;
}
.modal__image {
  margin-bottom: 5rem;
  position: relative;
}
.modal__image::after {
  background-image: url("./images/thankyou-filigree.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  right: -1rem;
  width: 100%;
  height: 100px;
  max-width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal__image::after {
    width: 500px;
    height: 200px;
  }
}
.modal__image.modal__image-scan::after {
  display: none;
}
.modal__logo {
  position: absolute;
  top: 70%;
  left: 1rem;
  max-width: 100px;
  z-index: 2;
}
@media (min-width: 768px) {
  .modal__logo {
    max-width: 200px;
  }
}
.modal.cart-review .cart-review__logo {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 217px;
  z-index: 200;
  transform: translateX(-50%);
}

.news__card {
  max-width: 100%;
}
.news__card > * + * {
  margin-top: 2rem;
}
.news__card-image {
  min-height: 350px;
  object-fit: cover;
  width: 100%;
}
.news__card-category {
  background-color: var(--color-text);
  color: var(--color-white);
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.news__card-heading-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.25rem;
  justify-content: start;
  align-items: start;
}
.news__card-date, .news__card-read-more {
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  text-transform: uppercase;
}
.news__card-read-more {
  display: flex;
  gap: 0.5rem;
  justify-content: start;
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
}
.news__card-read-more svg {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.news__card-read-more:hover, .news__card-read-more:focus {
  color: var(--color-action);
}
.news__card-read-more:hover svg, .news__card-read-more:focus svg {
  transform: translateX(0.5rem);
}

.news-feed {
  padding: 5rem 0;
}
.news-feed__heading-wrapper {
  color: var(--color-white);
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.news-feed__heading-wrapper.flush--bottom {
  margin-bottom: 0;
}
.news-feed__cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .news-feed__cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .news-feed__cards-wrapper {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}

.nonprofit {
  padding-bottom: 2rem;
}
.nonprofit__list.is--grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (min-width: 500px) {
  .nonprofit__list.is--grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (min-width: 1024px) {
  .nonprofit__list.is--grid {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
.nonprofit__list.is--list {
  display: flex;
  flex-direction: column;
}
.nonprofit-intro {
  align-items: start;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .nonprofit-intro {
    flex-direction: row;
    gap: 8rem;
    justify-content: space-between;
  }
}
.nonprofit-intro--alt {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .nonprofit-intro--wide {
    gap: 3rem;
  }
}
.nonprofit-intro__secondary {
  min-width: 200px;
}
@media (min-width: 768px) {
  .nonprofit-intro__secondary {
    width: 200px;
  }
}
.nonprofit-intro__cta {
  display: flex;
  flex-flow: column wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .nonprofit-intro__cta {
    align-items: center;
    flex-direction: row;
    gap: 5rem;
  }
}
.nonprofit-intro__logo {
  border: 2px solid var(--color-border);
  min-width: 200px;
  padding: 1rem 2rem;
}
.nonprofit-intro__logo--plain {
  min-width: 200px;
}
.nonprofit-intro__favorite {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 2ch;
  justify-content: space-between;
  width: 100%;
}
.nonprofit-intro__favorite:hover svg path, .nonprofit-intro__favorite:focus svg path {
  fill: var(--color-action);
}
.nonprofit-intro__favorite svg {
  width: 2rem;
}
.nonprofit-intro__favorite path {
  transition: fill 0.2s ease-in-out;
}
.nonprofit-intro__favorite--alt {
  justify-content: flex-start;
}
.nonprofit-details {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .nonprofit-details {
    flex-direction: row;
    gap: 8rem;
    justify-content: space-between;
  }
}
.nonprofit-details__regions {
  max-width: 66%;
  width: 300px;
}
@media (min-width: 768px) {
  .nonprofit-details__regions {
    width: 500px;
  }
}
.nonprofit-funding {
  padding: 5rem 0;
}
.nonprofit-funding__heading {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.nonprofit-funding__content {
  border-top: 1px solid var(--color-border);
  margin-top: 2rem;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nonprofit-funding__content {
    display: block;
  }
}
.nonprofit-funding__actions {
  margin-top: 2rem;
  order: 10;
}
@media (min-width: 768px) {
  .nonprofit-funding__actions {
    display: flex;
    float: right;
    justify-content: flex-end;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-top: 0;
    order: 0;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .nonprofit-funding__actions-stacked {
    flex-flow: column wrap;
  }
}
.nonprofit .sidebar .callout {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .nonprofit .sidebar .callout {
    margin-left: 0;
    margin-right: 0;
  }
}

.nonprofit-card {
  background-color: var(--color-bg-white);
  padding: 2rem;
}
.is--list .nonprofit-card {
  background-color: var(--color-white);
  border-top: 2px solid var(--color-border);
  padding: 3rem 0;
}
.is--list .nonprofit-card:is(:last-child) {
  border-bottom: 2px solid var(--color-border);
}
.nonprofit-card__inner {
  display: flex;
  flex-flow: column nowrap;
  grid: 1rem;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__inner {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1.5fr 1fr 1fr;
  }
}
.nonprofit-card__image {
  background-color: #fff;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 350px;
  min-height: 350px;
  padding: 2rem 3rem;
  width: 100%;
}
.nonprofit-card__image > img {
  object-fit: contain;
  max-height: calc(350px - 6rem);
  min-height: calc(350px - 4rem);
  width: auto;
  height: auto;
}
.is--list .nonprofit-card__image {
  max-width: 66%;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__image {
    max-width: 100%;
  }
}
.nonprofit-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.is--list .nonprofit-card__body {
  order: 1;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__body {
    gap: 0;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 0;
  }
}
.is--grid .nonprofit-card__body .nonprofit-card__stats {
  display: none;
}
.nonprofit-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.is--grid .nonprofit-card__image + .nonprofit-card__header {
  display: none;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__header {
    display: block;
  }
}
.is--list .nonprofit-card__header:is(.nonprofit-card__header--grid) .nonprofit-card__favorite-wrapper {
  display: none;
}
.is--grid .nonprofit-card__header:is(.nonprofit-card__header--grid) .nonprofit-card__favorite-wrapper {
  display: flex;
}
.is--list .nonprofit-card__header:not(.nonprofit-card__header--grid) {
  align-items: unset;
  flex-flow: column nowrap;
  gap: 2rem;
  margin-top: 2rem;
  order: 2;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__header:not(.nonprofit-card__header--grid) {
    display: block;
    margin-top: 0;
  }
}
.is--list .nonprofit-card__header:not(.nonprofit-card__header--grid) .stat-chip--small {
  align-items: baseline;
  flex-flow: row wrap;
  gap: 0 1rem;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__header:not(.nonprofit-card__header--grid) .stat-chip--small {
    flex-flow: column wrap;
    gap: 0;
  }
}
.nonprofit-card__category {
  display: none;
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  font-weight: var(--fw-bold);
  color: var(--color-text);
  text-transform: uppercase;
}
.nonprofit-card__body .nonprofit-card__category {
  display: inline;
}
.nonprofit-card__favorite {
  background-color: transparent;
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
.nonprofit-card__favorite:hover svg path, .nonprofit-card__favorite:focus svg path {
  fill: var(--color-action);
}
.is--list .nonprofit-card__favorite {
  gap: 2ch;
}
.nonprofit-card__favorite svg {
  width: 1.5rem;
  height: 1.5rem;
}
.nonprofit-card__favorite path {
  transition: fill 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__body .nonprofit-card__favorite {
    display: none;
  }
}
.is--grid .nonprofit-card__body .nonprofit-card__favorite {
  display: flex;
}
.nonprofit-card__favorite-label {
  display: none;
}
.is--list .nonprofit-card__favorite-label {
  display: block;
}
.nonprofit-card__cta {
  margin-top: 2rem;
}
.is--list .nonprofit-card__cta {
  order: 3;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__cta {
    margin-top: 0;
    grid-column-start: 4;
    display: block;
  }
  .is--list .nonprofit-card__cta > * {
    margin-bottom: 1rem;
  }
  .is--list .nonprofit-card__cta a:not(.nonprofit-card__read-more) {
    display: block;
  }
}
.is--grid .nonprofit-card__cta .button--secondary {
  display: none;
}
.nonprofit-card--featured .nonprofit-card__cta {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
@media (min-width: 500px) {
  .is--list .nonprofit-card--featured .nonprofit-card__cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .is--list .nonprofit-card--featured .nonprofit-card__cta {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
    justify-content: start;
  }
}
.is--grid .nonprofit-card--featured .nonprofit-card__cta {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
@media (min-width: 500px) {
  .is--grid .nonprofit-card--featured .nonprofit-card__cta {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.nonprofit-card__read-more {
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  text-transform: uppercase;
  display: flex;
  gap: 0.5rem;
  justify-content: start;
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
}
.is--list .nonprofit-card__read-more {
  display: none;
}
.nonprofit-card__read-more svg {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.nonprofit-card__read-more:hover, .nonprofit-card__read-more:focus {
  color: var(--color-action);
}
.nonprofit-card__read-more:hover svg, .nonprofit-card__read-more:focus svg {
  transform: translateX(0.5rem);
}
.nonprofit-card__actions {
  display: none;
}
.is--list .nonprofit-card__actions {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
  justify-content: start;
}
@media (min-width: 500px) {
  .is--list .nonprofit-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__actions {
    display: flex;
    flex-flow: column wrap;
  }
}
.nonprofit-card__stats {
  display: none;
}
.is--grid .nonprofit-card--featured .nonprofit-card__cta .nonprofit-card__stats {
  display: block;
}
.is--list .nonprofit-card__header:not(.nonprofit-card__header--grid) .nonprofit-card__stats {
  display: block;
}
@media (min-width: 768px) {
  .is--list .nonprofit-card__header:not(.nonprofit-card__header--grid) .nonprofit-card__stats {
    margin-top: 3rem;
  }
}
.is--list .nonprofit-card__cta .nonprofit-card__stats {
  display: none;
}

.pagination {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0 7.5rem;
}
@media (min-width: 600px) {
  .pagination {
    justify-content: space-between;
  }
}
.pagination__list {
  align-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem 0.75ch;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 600px) {
  .pagination__list {
    justify-content: start;
  }
}
.pagination__link {
  border: 2px solid var(--color-bg-white);
  color: var(--color-text);
  font-family: var(--font-sans);
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.is-active .pagination__link {
  background-color: var(--color-bg-white);
  color: var(--color-text);
}
.pagination__link:hover, .pagination__link:focus {
  background-color: var(--color-bg-white);
  color: var(--color-text);
}
.pagination__next-prev {
  display: flex;
  gap: 1rem;
}
.pagination__prev, .pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: auto;
}
.pagination__prev svg, .pagination__next svg {
  display: block;
  height: 80%;
  width: 80%;
  max-height: 100%;
}

.password {
  --logo-height: 220px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 1947.6 683.1'%3E%3Cdefs%3E%3Cstyle%3E .st0%7Bfill:%23343677%7D %3C/style%3E%3C/defs%3E%3Cpath d='M121.4,397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17H0v-1.5h30.8v-38.6h30.3v-13.3H11.5v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM97.6,432.1h-56.6v13.2h5.7v8.1h-7.1v-6.6H12.9v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM121.4,444.5h-8.2v9.1h8.2v-9.1ZM181.1,444.5h-20.4v36h20.4v-36ZM45.2,446.8h-4.2v5.1h4.2v-5.1ZM72.5,455.2h-9.9v10.5h9.9v-10.5ZM47.7,520.6h-15.4v15.5h15.4v-15.5ZM159.2,528.3h-7.2v6h7.2v-6ZM246.1,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM256.6,421.4h-9.1v8.2h9.1v-8.2ZM309.7,431.1h-51.6v25.2l51.6.2v-25.3h0ZM225.4,435h-9.1v8.2h9.1v-8.2ZM214.9,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM288.8,503.1h-10.6v18h10.6v-18ZM136.4,492.8h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM146.7,494.3h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M288.8,541.2h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6c0,0,0,0,0,0ZM294.1,562.3h-3.9v4.4h3.9v-4.4ZM231.2,576.3h-14.9v8.5h14.9v-8.5ZM309.1,579.6h-5.1v5.1h5.1v-5.1h0ZM214.9,612.1v-25.8h-54v25.8h54ZM275.3,613.6h-6.8v8h6.8v-8ZM281.3,642.1h-12.8v18.5h12.8v-18.5ZM214.9,662h-9.1v19.6h9.1v-19.6ZM309.7,673.4h-9.1v8.2h9.1v-8.2ZM97.6,541.3h1.5v50.9h-24.7v-10.3h-11.7l-.2,58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM84.8,572.2h-9.1v8.2h9.1v-8.2ZM48.7,609.7h-16.2v8.4h16.2v-8.4ZM121.3,629.7h-8.2v9.1h8.2v-9.1ZM145.8,640.3h-23v14.9h23v-14.9ZM19.1,642h-8.2v9.1h8.2v-9.1ZM84.8,642.1h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM60.9,673.4h-9.1v8.2h9.1v-8.2h0ZM189.1,541.3h1.5v33.8h-1.5v-33.8ZM234.7,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM244.4,544.2h-8.2v9.2h8.2v-9.2ZM130.8,556.6h11.6v11.7h-11.6v-11.7ZM140.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M596.7,540.5h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM602.1,562.3h-3.9v4.4h3.9v-4.4ZM539.2,576.3h-14.9v8.5h14.9v-8.5ZM617.1,579.6h-5.1v5.1h5.1v-5.1h0ZM522.9,612.1v-25.8h-54v25.8h54ZM583.3,613.6h-6.8v8h6.8v-8ZM589.3,642.1h-12.8v18.5h12.8v-18.5ZM523,662h-9.1v19.6h9.1v-19.6ZM617.7,673.4h-9.1v8.2h9.1v-8.2h0ZM395.9,541.3h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM392.9,572.1h-9.1v8.2h9.1v-8.2ZM356.7,609.7h-16.2v8.4h16.2v-8.4ZM429.3,629.7h-8.2v9.1h8.2v-9.1ZM453.8,640.3h-23v14.9h23v-14.9ZM327.1,642h-8.2v9.1h8.2v-9.1ZM392.9,642.1h-22.4v29.8c-.1,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM368.9,673.4h-9.1v8.2h9.1v-8.2h0ZM497.1,541.3h1.5v33.8h-1.5v-33.8ZM542.8,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM552.4,544.1h-8.2v9.2h8.2v-9.2ZM438.8,556.5h11.6v11.7h-11.6v-11.7ZM448.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M429.5,397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM395.7,432.1h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM429.5,444.5h-8.2v9.1h8.2v-9.1ZM489.1,444.5h-20.4v36h20.4v-36ZM353.2,446.8h-4.2v5.1h4.2v-5.1ZM380.5,455.2h-9.9v10.5h9.9v-10.5ZM355.7,520.6h-15.4v15.5h15.4v-15.5ZM467.2,528.3h-7.2v6h7.2v-6ZM554.1,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM564.7,421.4h-9.1v8.2h9.1v-8.2ZM617.7,431.1h-51.6v25.2l51.6.2v-25.3h0ZM533.5,435h-9.1v8.2h9.1v-8.2ZM522.9,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM596.8,503h-10.6v18h10.6v-18ZM441.9,492.8h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM452.9,494.3h-9.5v8.2h11.2v-8.2h-1.7ZM636.1,519.1h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M757.7,397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM733.8,432.1h-56.6v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM757.7,444.5h-8.2v9.1h8.2v-9.1ZM817.3,444.5h-20.4v36h20.4v-36ZM681.4,446.8h-4.2v5.1h4.2v-5.1ZM708.7,455.2h-9.9v10.5h9.9v-10.5ZM683.9,520.6h-15.4v15.5h15.4v-15.5ZM795.4,528.3h-7.2v6h7.2v-6ZM882.3,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM892.8,421.4h-9.1v8.2h9.1v-8.2ZM945.9,431.1h-51.6v25.2l51.6.2v-25.3h0ZM861.7,435h-9.1v8.2h9.1v-8.2ZM851.1,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM925,503.1h-10.6v18h10.6v-18ZM772.6,492.8h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM782.9,494.3h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M925 541.2h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-19.6c0 0 0 0 0 0ZM930.3 562.3h-3.9v4.4h3.9v-4.4ZM867.4 576.3h-14.9v8.5h14.9v-8.5ZM945.3 579.6h-5.1v5.1h5.1v-5.1h0ZM851.1 612.1v-25.8h-54v25.8h54ZM911.5 613.6h-6.8v8h6.8v-8ZM917.5 642.1h-12.8v18.5h12.8v-18.5ZM851.2 662h-9.1v19.6h9.1v-19.6ZM945.9 673.4h-9.1v8.2h9.1v-8.2ZM733.8 541.3h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM721.1 572.2h-9.1v8.2h9.1v-8.2ZM684.9 609.7h-16.2v8.4h16.2v-8.4ZM757.5 629.7h-8.2v9.1h8.2v-9.1ZM782 640.3h-23v14.9h23v-14.9ZM655.3 642h-8.2v9.1h8.2v-9.1ZM721.1 642.1h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM697.1 673.4h-9.1v8.2h9.1v-8.2h0ZM825.3 541.3h1.5v33.8h-1.5v-33.8ZM870.9 541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM880.6 544.2h-8.2v9.2h8.2v-9.2ZM767 556.6h11.6v11.7h-11.6v-11.7ZM777.1 558h-8.7v8.7h8.7v-8.7ZM288.8.7h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.8h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V.7c0 0 0 0 0 0ZM294.1 21.8h-3.9v4.4h3.9v-4.4ZM231.2 35.8h-14.9v8.5h14.9v-8.5ZM309.1 39.1h-5.1v5.1h5.1v-5.1h0ZM214.9 71.6v-25.8h-54v25.8h54ZM275.3 73h-6.8v8h6.8v-8ZM281.3 101.5h-12.8v18.5h12.8v-18.5ZM214.9 121.5h-9.1v19.6h9.1v-19.6ZM309.7 132.9h-9.1v8.2h9.1v-8.2ZM97.6.8h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8V.8h0ZM84.8 31.6h-9.1v8.2h9.1v-8.2ZM48.7 69.1h-16.2v8.4h16.2v-8.4ZM121.3 89.2h-8.2v9.1h8.2v-9.1ZM145.8 99.8h-23v14.9h23v-14.9ZM19.1 101.5h-8.2v9.1h8.2v-9.1ZM84.8 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM60.9 132.9h-9.1v8.2h9.1v-8.2h0ZM189.1.8h1.5v33.8h-1.5V.8ZM234.7.8h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.8ZM244.4 3.6h-8.2v9.2h8.2V3.6ZM130.8 16h11.6v11.7h-11.6v-11.7ZM140.9 17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M596.7,0h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1V.7h1.5v51.3h-27.1v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.7h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7V0h0ZM602.1,21.8h-3.9v4.4h3.9v-4.4ZM539.2,35.8h-14.9v8.5h14.9v-8.5ZM617.1,39.1h-5.1v5.1h5.1v-5.1h0ZM522.9,71.6v-25.8h-54v25.8h54ZM583.3,73h-6.8v8h6.8v-8ZM589.3,101.5h-12.8v18.5h12.8v-18.5ZM523,121.5h-9.1v19.6h9.1v-19.6ZM617.7,132.9h-9.1v8.2h9.1v-8.2h0ZM395.9.7h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2V.8h0ZM392.9,31.6h-9.1v8.2h9.1v-8.2ZM356.7,69.1h-16.2v8.4h16.2v-8.4ZM429.3,89.2h-8.2v9.1h8.2v-9.1ZM453.8,99.8h-23v14.9h23v-14.9ZM327.1,101.5h-8.2v9.1h8.2v-9.1ZM392.9,101.5h-22.4v29.8c-.1,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM368.9,132.9h-9.1v8.2h9.1v-8.2h0ZM497.1.7h1.5v33.8h-1.5V.7ZM542.8.7h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.7ZM552.4,3.6h-8.2v9.2h8.2V3.6ZM438.8,16h11.6v11.7h-11.6v-11.7ZM448.9,17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M925 .7h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.8h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V.7c0 0 0 0 0 0ZM930.3 21.8h-3.9v4.4h3.9v-4.4ZM867.4 35.8h-14.9v8.5h14.9v-8.5ZM945.3 39.1h-5.1v5.1h5.1v-5.1h0ZM851.1 71.6v-25.8h-54v25.8h54ZM911.5 73h-6.8v8h6.8v-8ZM917.5 101.5h-12.8v18.5h12.8v-18.5ZM851.2 121.5h-9.1v19.6h9.1v-19.6ZM945.9 132.9h-9.1v8.2h9.1v-8.2ZM733.8.8h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8V.8h0ZM721.1 31.6h-9.1v8.2h9.1v-8.2ZM684.9 69.1h-16.2v8.4h16.2v-8.4ZM757.5 89.2h-8.2v9.1h8.2v-9.1ZM782 99.8h-23v14.9h23v-14.9ZM655.3 101.5h-8.2v9.1h8.2v-9.1ZM721.1 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM697.1 132.9h-9.1v8.2h9.1v-8.2h0ZM825.3.8h1.5v33.8h-1.5V.8ZM870.9.8h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.8ZM880.6 3.6h-8.2v9.2h8.2V3.6ZM767 16h11.6v11.7h-11.6v-11.7ZM777.1 17.5h-8.7v8.7h8.7v-8.7ZM121.4 127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17 0-17H0v-1.5h30.8v-38.6h30.3v-13.3H11.5v-21.9c0 0 28 0 28 0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM97.6 161.8h-56.6v13.2h5.7v8.1h-7.1v-6.6H12.9v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM121.4 174.2h-8.2v9.1h8.2v-9.1ZM181.1 174.2h-20.4v36h20.4v-36ZM45.2 176.5h-4.2v5.1h4.2v-5.1ZM72.5 185h-9.9v10.5h9.9v-10.5ZM47.7 250.3h-15.4v15.5h15.4v-15.5ZM159.2 258h-7.2v6h7.2v-6ZM246.1 149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0 0 0-18.8 0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0 .1 0-25 0-25h-10.5v-11.2h0ZM256.6 151.2h-9.1v8.2h9.1v-8.2ZM309.7 160.9h-51.6v25.2l51.6.2v-25.3h0ZM225.4 164.8h-9.1v8.2h9.1v-8.2ZM214.9 174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM288.8 232.8h-10.6v18h10.6v-18ZM136.4 222.5h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM146.7 224h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M288.8,271h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6c0,0,0,0,0,0ZM294.1,292.1h-3.9v4.4h3.9v-4.4ZM231.2,306.1h-14.9v8.5h14.9v-8.5ZM309.1,309.4h-5.1v5.1h5.1v-5.1h0ZM214.9,341.8v-25.8h-54v25.8h54ZM275.3,343.3h-6.8v8h6.8v-8ZM281.3,371.8h-12.8v18.5h12.8v-18.5ZM214.9,391.7h-9.1v19.6h9.1v-19.6ZM309.7,403.1h-9.1v8.2h9.1v-8.2ZM97.6,271h1.5v50.9h-24.7v-10.3h-11.7l-.2,58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM84.8,301.9h-9.1v8.2h9.1v-8.2ZM48.7,339.4h-16.2v8.4h16.2v-8.4ZM121.3,359.5h-8.2v9.1h8.2v-9.1ZM145.8,370.1h-23v14.9h23v-14.9ZM19.1,371.8h-8.2v9.1h8.2v-9.1ZM84.8,371.8h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM60.9,403.1h-9.1v8.2h9.1v-8.2h0ZM189.1,271h1.5v33.8h-1.5v-33.8ZM234.7,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM244.4,273.9h-8.2v9.2h8.2v-9.2ZM130.8,286.3h11.6v11.7h-11.6v-11.7ZM140.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M596.7,270.3h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM602.1,292.1h-3.9v4.4h3.9v-4.4ZM539.2,306.1h-14.9v8.5h14.9v-8.5ZM617.1,309.4h-5.1v5.1h5.1v-5.1h0ZM522.9,341.8v-25.8h-54v25.8h54ZM583.3,343.3h-6.8v8h6.8v-8ZM589.3,371.8h-12.8v18.5h12.8v-18.5ZM523,391.7h-9.1v19.6h9.1v-19.6ZM617.7,403.1h-9.1v8.2h9.1v-8.2h0ZM395.9,271h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM392.9,301.9h-9.1v8.2h9.1v-8.2ZM356.7,339.4h-16.2v8.4h16.2v-8.4ZM429.3,359.5h-8.2v9.1h8.2v-9.1ZM453.8,370.1h-23v14.9h23v-14.9ZM327.1,371.8h-8.2v9.1h8.2v-9.1ZM392.9,371.8h-22.4v29.8c-.1,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM368.9,403.1h-9.1v8.2h9.1v-8.2h0ZM497.1,271h1.5v33.8h-1.5v-33.8ZM542.8,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM552.4,273.9h-8.2v9.2h8.2v-9.2ZM438.8,286.3h11.6v11.7h-11.6v-11.7ZM448.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M429.5,127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM395.7,161.8h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM429.5,174.2h-8.2v9.1h8.2v-9.1ZM489.1,174.2h-20.4v36h20.4v-36ZM353.2,176.5h-4.2v5.1h4.2v-5.1ZM380.5,185h-9.9v10.5h9.9v-10.5ZM355.7,250.3h-15.4v15.5h15.4v-15.5ZM467.2,258h-7.2v6h7.2v-6ZM554.1,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM564.7,151.1h-9.1v8.2h9.1v-8.2ZM617.7,160.9h-51.6v25.2l51.6.2v-25.3h0ZM533.5,164.7h-9.1v8.2h9.1v-8.2ZM522.9,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM596.8,232.8h-10.6v18h10.6v-18ZM441.9,222.5h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM452.9,224h-9.5v8.2h11.2v-8.2h-1.7ZM636.1,248.8h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M757.7,127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM733.8,161.8h-56.6v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM757.7,174.2h-8.2v9.1h8.2v-9.1ZM817.3,174.2h-20.4v36h20.4v-36ZM681.4,176.5h-4.2v5.1h4.2v-5.1ZM708.7,185h-9.9v10.5h9.9v-10.5ZM683.9,250.3h-15.4v15.5h15.4v-15.5ZM795.4,258h-7.2v6h7.2v-6ZM882.3,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM892.8,151.2h-9.1v8.2h9.1v-8.2ZM945.9,160.9h-51.6v25.2l51.6.2v-25.3h0ZM861.7,164.8h-9.1v8.2h9.1v-8.2ZM851.1,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM925,232.8h-10.6v18h10.6v-18ZM772.6,222.5h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM782.9,224h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M925 271h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-19.6c0 0 0 0 0 0ZM930.3 292.1h-3.9v4.4h3.9v-4.4ZM867.4 306.1h-14.9v8.5h14.9v-8.5ZM945.3 309.4h-5.1v5.1h5.1v-5.1h0ZM851.1 341.8v-25.8h-54v25.8h54ZM911.5 343.3h-6.8v8h6.8v-8ZM917.5 371.8h-12.8v18.5h12.8v-18.5ZM851.2 391.7h-9.1v19.6h9.1v-19.6ZM945.9 403.1h-9.1v8.2h9.1v-8.2ZM733.8 271h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM721.1 301.9h-9.1v8.2h9.1v-8.2ZM684.9 339.4h-16.2v8.4h16.2v-8.4ZM757.5 359.5h-8.2v9.1h8.2v-9.1ZM782 370.1h-23v14.9h23v-14.9ZM655.3 371.8h-8.2v9.1h8.2v-9.1ZM721.1 371.8h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM697.1 403.1h-9.1v8.2h9.1v-8.2h0ZM825.3 271h1.5v33.8h-1.5v-33.8ZM870.9 271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM880.6 273.9h-8.2v9.2h8.2v-9.2ZM767 286.3h11.6v11.7h-11.6v-11.7ZM777.1 287.8h-8.7v8.7h8.7v-8.7ZM1260.5 540.5h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.4v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-20.3h0ZM1265.9 562.3h-3.9v4.4h3.9v-4.4ZM1203 576.3h-14.9v8.5h14.9v-8.5ZM1280.9 579.6h-5.1v5.1h5.1v-5.1h0ZM1186.7 612.1v-25.8h-54v25.8h54ZM1247.1 613.6h-6.8v8h6.8v-8ZM1253.1 642.1h-12.8v18.5h12.8v-18.5ZM1186.7 662h-9.1v19.6h9.1v-19.6ZM1281.5 673.4h-9.1v8.2h9.1v-8.2h0ZM1059.6 541.3h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c.1 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1056.6 572.1h-9.1v8.2h9.1v-8.2ZM1020.5 609.7h-16.2v8.4h16.2v-8.4ZM1093.1 629.7h-8.2v9.1h8.2v-9.1ZM1117.6 640.3h-23v14.9h23v-14.9ZM990.9 642h-8.2v9.1h8.2v-9.1ZM1056.6 642.1h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1032.7 673.4h-9.1v8.2h9.1v-8.2h0ZM1160.9 541.3h1.5v33.8h-1.5v-33.8ZM1206.6 541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1216.2 544.1h-8.2v9.2h8.2v-9.2ZM1102.6 556.5h11.6v11.7h-11.6v-11.7ZM1112.7 558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1093.3,397.2h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1059.5,432.1h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1093.3,444.5h-8.2v9.1h8.2v-9.1ZM1152.9,444.5h-20.4v36h20.4v-36ZM1017,446.8h-4.2v5.1h4.2v-5.1ZM1044.3,455.2h-9.9v10.5h9.9v-10.5ZM1019.5,520.6h-15.4v15.5h15.4v-15.5ZM1131,528.3h-7.2v6h7.2v-6ZM1217.9,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM1228.5,421.4h-9.1v8.2h9.1v-8.2ZM1281.5,431.1h-51.6v25.2l51.6.2v-25.3h0ZM1197.3,435h-9.1v8.2h9.1v-8.2ZM1186.7,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1260.6,503h-10.6v18h10.6v-18ZM1105.7,492.8h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1116.7,494.3h-9.5v8.2h11.2v-8.2h-1.7ZM1299.9,519.1h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M1421.4,397.2h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1397.6,432.1h-56.6v13.2h5.7v8.1h-7.2v-6.6h-26.6v19h48.2v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM1421.4,444.5h-8.2v9.1h8.2v-9.1ZM1481.1,444.5h-20.4v36h20.4v-36ZM1345.2,446.8h-4.2v5.1h4.2v-5.1ZM1372.5,455.2h-9.9v10.5h9.9v-10.5ZM1347.7,520.6h-15.4v15.5h15.4v-15.5ZM1459.2,528.3h-7.2v6h7.2v-6ZM1546.1,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.2c0,.1,0-25,0-25h-10.5v-11.2h0ZM1556.6,421.4h-9.1v8.2h9.1v-8.2ZM1609.7,431.1h-51.6v25.2l51.6.2v-25.3h0ZM1525.4,435h-9.1v8.2h9.1v-8.2ZM1514.9,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1588.8,503.1h-10.6v18h10.6v-18ZM1436.4,492.8h11.7v11.2h-10.2v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM1446.7,494.3h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M1588.8,541.2h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.2v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.6v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6s0,0,0,0ZM1594.1,562.3h-3.9v4.4h3.9v-4.4ZM1531.2,576.3h-14.9v8.5h14.9v-8.5ZM1609.1,579.6h-5.1v5.1h5.1v-5.1h0ZM1514.9,612.1v-25.8h-54v25.8h54ZM1575.3,613.6h-6.8v8h6.8v-8ZM1581.3,642.1h-12.8v18.5h12.8v-18.5ZM1515,662h-9.1v19.6h9.1v-19.6ZM1609.7,673.4h-9.1v8.2h9.1v-8.2ZM1397.6,541.3h1.5v50.9h-24.8v-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12.1v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM1384.9,572.2h-9.1v8.2h9.1v-8.2ZM1348.7,609.7h-16.2v8.4h16.2v-8.4ZM1421.3,629.7h-8.2v9.1h8.2v-9.1ZM1445.8,640.3h-23v14.9h23v-14.9ZM1319.1,642h-8.2v9.1h8.2v-9.1ZM1384.9,642.1h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1360.9,673.4h-9.1v8.2h9.1v-8.2h0ZM1489.1,541.3h1.5v33.8h-1.5v-33.8ZM1534.7,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1544.4,544.2h-8.2v9.2h8.2v-9.2ZM1430.8,556.6h11.6v11.7h-11.6v-11.7ZM1440.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1896.7,540.5h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h34c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM1902.1,562.3h-3.9v4.4h3.9v-4.4ZM1839.2,576.3h-14.9v8.5h14.9v-8.5ZM1917.1,579.6h-5.1v5.1h5.1v-5.1h0ZM1822.9,612.1v-25.8h-54v25.8h54ZM1883.3,613.6h-6.8v8h6.8v-8ZM1889.3,642.1h-12.8v18.5h12.8v-18.5ZM1823,662h-9.1v19.6h9.1v-19.6ZM1917.7,673.4h-9.1v8.2h9.1v-8.2h0ZM1695.9,541.3h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1692.9,572.1h-9.1v8.2h9.1v-8.2ZM1656.7,609.7h-16.2v8.4h16.2v-8.4ZM1729.3,629.7h-8.2v9.1h8.2v-9.1ZM1753.8,640.3h-23v14.9h23v-14.9ZM1627.1,642h-8.2v9.1h8.2v-9.1ZM1692.9,642.1h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1668.9,673.4h-9.1v8.2h9.1v-8.2h0ZM1797.1,541.3h1.5v33.8h-1.5v-33.8ZM1842.8,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1852.4,544.1h-8.2v9.2h8.2v-9.2ZM1738.8,556.5h11.6v11.7h-11.6v-11.7ZM1748.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1729.5 397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.3s0-17 0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0 0 28 0 28 0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM1695.7 432.1h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1729.5 444.5h-8.2v9.1h8.2v-9.1ZM1789.1 444.5h-20.4v36h20.4v-36ZM1653.2 446.8h-4.2v5.1h4.2v-5.1ZM1680.5 455.2h-9.9v10.5h9.9v-10.5ZM1655.7 520.6h-15.4v15.5h15.4v-15.5ZM1767.2 528.3h-7.2v6h7.2v-6ZM1854.1 419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0 .1 0-25 0-25h-10.5v-11.2h0ZM1864.7 421.4h-9.1v8.2h9.1v-8.2ZM1917.7 431.1h-51.6v25.2l51.6.2v-25.3h0ZM1833.5 435h-9.1v8.2h9.1v-8.2ZM1822.9 444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1896.8 503h-10.6v18h10.6v-18ZM1741.9 492.8h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1752.9 494.3h-9.5v8.2h11.2v-8.2h-1.7ZM1936.1 519.1h1.5v22.2h-1.5v-22.2ZM1260.5 0h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1V.7h1.5v51.3h-27.1v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.7h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.4v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V0h0ZM1265.9 21.8h-3.9v4.4h3.9v-4.4ZM1203 35.8h-14.9v8.5h14.9v-8.5ZM1280.9 39.1h-5.1v5.1h5.1v-5.1h0ZM1186.7 71.6v-25.8h-54v25.8h54ZM1247.1 73h-6.8v8h6.8v-8ZM1253.1 101.5h-12.8v18.5h12.8v-18.5ZM1186.7 121.5h-9.1v19.6h9.1v-19.6ZM1281.5 132.9h-9.1v8.2h9.1v-8.2h0ZM1059.6.7h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c.1 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2V.8h0ZM1056.6 31.6h-9.1v8.2h9.1v-8.2ZM1020.5 69.1h-16.2v8.4h16.2v-8.4ZM1093.1 89.2h-8.2v9.1h8.2v-9.1ZM1117.6 99.8h-23v14.9h23v-14.9ZM990.9 101.5h-8.2v9.1h8.2v-9.1ZM1056.6 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1032.7 132.9h-9.1v8.2h9.1v-8.2h0ZM1160.9.7h1.5v33.8h-1.5V.7ZM1206.6.7h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.7ZM1216.2 3.6h-8.2v9.2h8.2V3.6ZM1102.6 16h11.6v11.7h-11.6v-11.7ZM1112.7 17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1588.8.7h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.2v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.8h1.5v70.8h46.4v-27.2h55.6v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7V.7s0,0,0,0ZM1594.1,21.8h-3.9v4.4h3.9v-4.4ZM1531.2,35.8h-14.9v8.5h14.9v-8.5ZM1609.1,39.1h-5.1v5.1h5.1v-5.1h0ZM1514.9,71.6v-25.8h-54v25.8h54ZM1575.3,73h-6.8v8h6.8v-8ZM1581.3,101.5h-12.8v18.5h12.8v-18.5ZM1515,121.5h-9.1v19.6h9.1v-19.6ZM1609.7,132.9h-9.1v8.2h9.1v-8.2ZM1397.6.8h1.5v50.9h-24.8v-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12.1v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8V.8h0ZM1384.9,31.6h-9.1v8.2h9.1v-8.2ZM1348.7,69.1h-16.2v8.4h16.2v-8.4ZM1421.3,89.2h-8.2v9.1h8.2v-9.1ZM1445.8,99.8h-23v14.9h23v-14.9ZM1319.1,101.5h-8.2v9.1h8.2v-9.1ZM1384.9,101.5h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1360.9,132.9h-9.1v8.2h9.1v-8.2h0ZM1489.1.8h1.5v33.8h-1.5V.8ZM1534.7.8h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.8ZM1544.4,3.6h-8.2v9.2h8.2V3.6ZM1430.8,16h11.6v11.7h-11.6v-11.7ZM1440.9,17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1896.7 0h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h34c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1V.7h1.5v51.3h-27v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.7h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V0h0ZM1902.1 21.8h-3.9v4.4h3.9v-4.4ZM1839.2 35.8h-14.9v8.5h14.9v-8.5ZM1917.1 39.1h-5.1v5.1h5.1v-5.1h0ZM1822.9 71.6v-25.8h-54v25.8h54ZM1883.3 73h-6.8v8h6.8v-8ZM1889.3 101.5h-12.8v18.5h12.8v-18.5ZM1823 121.5h-9.1v19.6h9.1v-19.6ZM1917.7 132.9h-9.1v8.2h9.1v-8.2h0ZM1695.9.7h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2V.8h0ZM1692.9 31.6h-9.1v8.2h9.1v-8.2ZM1656.7 69.1h-16.2v8.4h16.2v-8.4ZM1729.3 89.2h-8.2v9.1h8.2v-9.1ZM1753.8 99.8h-23v14.9h23v-14.9ZM1627.1 101.5h-8.2v9.1h8.2v-9.1ZM1692.9 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1668.9 132.9h-9.1v8.2h9.1v-8.2h0ZM1797.1.7h1.5v33.8h-1.5V.7ZM1842.8.7h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.7ZM1852.4 3.6h-8.2v9.2h8.2V3.6ZM1738.8 16h11.6v11.7h-11.6v-11.7ZM1748.9 17.5h-8.7v8.7h8.7v-8.7ZM1260.5 270.3h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.4v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-20.3h0ZM1265.9 292.1h-3.9v4.4h3.9v-4.4ZM1203 306.1h-14.9v8.5h14.9v-8.5ZM1280.9 309.4h-5.1v5.1h5.1v-5.1h0ZM1186.7 341.8v-25.8h-54v25.8h54ZM1247.1 343.3h-6.8v8h6.8v-8ZM1253.1 371.8h-12.8v18.5h12.8v-18.5ZM1186.7 391.7h-9.1v19.6h9.1v-19.6ZM1281.5 403.1h-9.1v8.2h9.1v-8.2h0ZM1059.6 271h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c.1 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1056.6 301.9h-9.1v8.2h9.1v-8.2ZM1020.5 339.4h-16.2v8.4h16.2v-8.4ZM1093.1 359.5h-8.2v9.1h8.2v-9.1ZM1117.6 370.1h-23v14.9h23v-14.9ZM990.9 371.8h-8.2v9.1h8.2v-9.1ZM1056.6 371.8h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1032.7 403.1h-9.1v8.2h9.1v-8.2h0ZM1160.9 271h1.5v33.8h-1.5v-33.8ZM1206.6 271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1216.2 273.9h-8.2v9.2h8.2v-9.2ZM1102.6 286.3h11.6v11.7h-11.6v-11.7ZM1112.7 287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1093.3,127h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1059.5,161.8h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1093.3,174.2h-8.2v9.1h8.2v-9.1ZM1152.9,174.2h-20.4v36h20.4v-36ZM1017,176.5h-4.2v5.1h4.2v-5.1ZM1044.3,185h-9.9v10.5h9.9v-10.5ZM1019.5,250.3h-15.4v15.5h15.4v-15.5ZM1131,258h-7.2v6h7.2v-6ZM1217.9,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM1228.5,151.1h-9.1v8.2h9.1v-8.2ZM1281.5,160.9h-51.6v25.2l51.6.2v-25.3h0ZM1197.3,164.7h-9.1v8.2h9.1v-8.2ZM1186.7,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1260.6,232.8h-10.6v18h10.6v-18ZM1105.7,222.5h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1116.7,224h-9.5v8.2h11.2v-8.2h-1.7ZM1299.9,248.8h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M1421.4,127h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1397.6,161.8h-56.6v13.2h5.7v8.1h-7.2v-6.6h-26.6v19h48.2v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM1421.4,174.2h-8.2v9.1h8.2v-9.1ZM1481.1,174.2h-20.4v36h20.4v-36ZM1345.2,176.5h-4.2v5.1h4.2v-5.1ZM1372.5,185h-9.9v10.5h9.9v-10.5ZM1347.7,250.3h-15.4v15.5h15.4v-15.5ZM1459.2,258h-7.2v6h7.2v-6ZM1546.1,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.2c0,.1,0-25,0-25h-10.5v-11.2h0ZM1556.6,151.2h-9.1v8.2h9.1v-8.2ZM1609.7,160.9h-51.6v25.2l51.6.2v-25.3h0ZM1525.4,164.8h-9.1v8.2h9.1v-8.2ZM1514.9,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1588.8,232.8h-10.6v18h10.6v-18ZM1436.4,222.5h11.7v11.2h-10.2v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM1446.7,224h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M1588.8,271h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.2v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.6v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6s0,0,0,0ZM1594.1,292.1h-3.9v4.4h3.9v-4.4ZM1531.2,306.1h-14.9v8.5h14.9v-8.5ZM1609.1,309.4h-5.1v5.1h5.1v-5.1h0ZM1514.9,341.8v-25.8h-54v25.8h54ZM1575.3,343.3h-6.8v8h6.8v-8ZM1581.3,371.8h-12.8v18.5h12.8v-18.5ZM1515,391.7h-9.1v19.6h9.1v-19.6ZM1609.7,403.1h-9.1v8.2h9.1v-8.2ZM1397.6,271h1.5v50.9h-24.8v-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12.1v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM1384.9,301.9h-9.1v8.2h9.1v-8.2ZM1348.7,339.4h-16.2v8.4h16.2v-8.4ZM1421.3,359.5h-8.2v9.1h8.2v-9.1ZM1445.8,370.1h-23v14.9h23v-14.9ZM1319.1,371.8h-8.2v9.1h8.2v-9.1ZM1384.9,371.8h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1360.9,403.1h-9.1v8.2h9.1v-8.2h0ZM1489.1,271h1.5v33.8h-1.5v-33.8ZM1534.7,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1544.4,273.9h-8.2v9.2h8.2v-9.2ZM1430.8,286.3h11.6v11.7h-11.6v-11.7ZM1440.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1896.7,270.3h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h34c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM1902.1,292.1h-3.9v4.4h3.9v-4.4ZM1839.2,306.1h-14.9v8.5h14.9v-8.5ZM1917.1,309.4h-5.1v5.1h5.1v-5.1h0ZM1822.9,341.8v-25.8h-54v25.8h54ZM1883.3,343.3h-6.8v8h6.8v-8ZM1889.3,371.8h-12.8v18.5h12.8v-18.5ZM1823,391.7h-9.1v19.6h9.1v-19.6ZM1917.7,403.1h-9.1v8.2h9.1v-8.2h0ZM1695.9,271h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1692.9,301.9h-9.1v8.2h9.1v-8.2ZM1656.7,339.4h-16.2v8.4h16.2v-8.4ZM1729.3,359.5h-8.2v9.1h8.2v-9.1ZM1753.8,370.1h-23v14.9h23v-14.9ZM1627.1,371.8h-8.2v9.1h8.2v-9.1ZM1692.9,371.8h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1668.9,403.1h-9.1v8.2h9.1v-8.2h0ZM1797.1,271h1.5v33.8h-1.5v-33.8ZM1842.8,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1852.4,273.9h-8.2v9.2h8.2v-9.2ZM1738.8,286.3h11.6v11.7h-11.6v-11.7ZM1748.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1729.5,127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.3s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM1695.7,161.8h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1729.5,174.2h-8.2v9.1h8.2v-9.1ZM1789.1,174.2h-20.4v36h20.4v-36ZM1653.2,176.5h-4.2v5.1h4.2v-5.1ZM1680.5,185h-9.9v10.5h9.9v-10.5ZM1655.7,250.3h-15.4v15.5h15.4v-15.5ZM1767.2,258h-7.2v6h7.2v-6ZM1854.1,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM1864.7,151.1h-9.1v8.2h9.1v-8.2ZM1917.7,160.9h-51.6v25.2l51.6.2v-25.3h0ZM1833.5,164.7h-9.1v8.2h9.1v-8.2ZM1822.9,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1896.8,232.8h-10.6v18h10.6v-18ZM1741.9,222.5h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1752.9,224h-9.5v8.2h11.2v-8.2h-1.7ZM1936.1,248.8h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3C/svg%3E");
  background-color: var(--color-blue);
  background-repeat: no-repeat;
  background-position: center 2rem;
  background-size: 100% auto;
  background-attachment: fixed;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  min-height: 100vh;
  width: 100vw;
}
@media (min-width: 1024px) {
  .password {
    grid-template-columns: 1fr;
    grid-template-rows: var(--logo-height) 1fr;
    grid-template-areas: "logo" "form" "footer";
  }
}
.password__logo {
  background-color: transparent;
  height: var(--logo-height);
  justify-self: center;
  object-fit: cover;
  transform: translateY(33%);
  width: var(--logo-height);
}
@media (min-width: 1024px) {
  .password__logo {
    transform: translateY(0);
  }
}
.password__logo-wrapper {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .password__logo-wrapper {
    grid-area: logo;
  }
}
.password__form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .password__form-wrapper {
    grid-area: form;
  }
}
.password__form {
  align-items: center;
  background-color: var(--color-bg-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 2rem;
  padding-bottom: 10rem;
  padding-top: calc(var(--logo-height) / 2);
  width: 100%;
}
@media (min-width: 1024px) {
  .password__form {
    height: auto;
    max-width: 650px;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .password__form {
    aspect-ratio: 1/1;
    padding: 2rem 5rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .password__rules {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .password__rules-intro, .password__ruleslist {
    width: 50%;
  }
}
.password__rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.password__rules-list li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.password__rules-list li::before {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: 1ch;
  width: 1.5rem;
}
.password__rules-list li.is--valid::before {
  background-color: var(--color-green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 13'%3E%3Cpath fill='%23fff' d='M0 7.1598L1.88853 4.71035L6.8 8.85551L14.7336 0L17 2.07267L6.98853 13L0 7.1598Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem 0.75rem;
  border: 1px solid var(--color-green);
}

.prefooter-cta {
  align-items: center;
  border-top: 2px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 6rem 0;
}

.profile {
  padding: 5rem 0;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .profile {
    padding: 5rem 0;
  }
}
.profile .primary-content {
  max-width: 100%;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .profile .primary-content {
    padding: 0 2rem;
  }
}
.profile .sidebar-content {
  overflow: hidden;
}
.profile__sidebar-trigger {
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.profile__sidebar-trigger:hover, .profile__sidebar-trigger:focus {
  opacity: 0.5;
}
.profile__sidebar-trigger::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M0.801629 2.11815L0.793614 2.11108L0.785908 2.10368C0.393427 1.72646 0.408094 1.11805 0.810946 0.757131L0.810951 0.757126C1.18505 0.42198 1.76602 0.414524 2.15006 0.734431L2.15698 0.740195L2.16368 0.746203L7.08603 5.15636L11.8302 0.752161L11.8398 0.743232L11.8499 0.734821C12.2338 0.414199 12.8156 0.422187 13.1895 0.757121L13.19 0.757556C13.5918 1.11852 13.6064 1.72658 13.214 2.10368L13.2142 2.10381L13.2041 2.11295L7.42859 7.36977L7.09727 7.67133L6.76128 7.37497L0.801629 2.11815Z' fill='%231C1D44' stroke='%231C1D44'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center right;
  content: "";
  display: inline-block;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
  width: 1rem;
}
.profile__sidebar-trigger.is-open::after {
  transform: rotate(180deg) translateY(50%);
}
@media (min-width: 1024px) {
  .profile__sidebar-trigger {
    cursor: default;
  }
  .profile__sidebar-trigger:hover, .profile__sidebar-trigger:focus {
    opacity: 1;
  }
  .profile__sidebar-trigger::after {
    display: none;
  }
}
.profile__sidebar-list {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.profile__sidebar-list.is-open {
  height: auto;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .profile__sidebar-list {
    height: auto;
    margin-top: 2rem;
  }
}
.profile__intro {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
  padding-top: 2rem;
}
.profile__intro.flush--bottom {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .profile__intro {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .profile__intro--header {
    max-width: 60%;
  }
}
@media (min-width: 1024px) {
  .profile__intro--header {
    max-width: 70ch;
  }
}
.profile__intro--avatar {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .profile__intro--avatar {
    flex-direction: row;
  }
}
.profile__item {
  border: 1px solid var(--color-border);
  margin-bottom: 2rem;
  max-width: 100%;
}
.profile__item-edits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  max-width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .profile__item-edits {
    align-items: center;
    flex-direction: row;
    padding: 2rem;
  }
}
.profile__item-edits.flush--bottom {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile__item-edits + .profile__item-edits {
  border-top: 1px solid var(--color-border);
  margin-top: 2rem;
  padding-top: 2rem;
}
.profile__item-edits + .profile__item-edits.internal {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.profile__item-edits-label {
  font-weight: var(--fw-bold);
  display: inline-block;
  margin-right: 1rem;
  min-width: 75px;
}
.profile__item-edits-label.fw-normal {
  font-weight: var(--fw-regular);
}
.profile__item-edits--text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
.profile__item-footer {
  border-top: 1px solid var(--color-border);
  margin-top: 2rem;
  padding: 1rem 1rem 2rem;
  padding-top: 0;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}
@media (min-width: 768px) {
  .profile__item-footer {
    padding: 2rem;
    padding-top: 0;
  }
}
.profile__item-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.profile__item .adress-add-link .button--link {
  color: var(--color-action);
}
.profile__item-edits--actions {
  display: flex;
  gap: 2rem;
  justify-content: start;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .profile__item-edits--actions {
    justify-content: space-between;
    margin-top: 0;
  }
}
.profile__modal .dialog-overlay {
  background-color: rgba(28, 29, 68, 0.95);
}
.profile__modal .modal__content {
  padding: 2rem;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .profile__modal .modal__content {
    padding: 5rem;
  }
}
.profile__modal .form__actions {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.return-address {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .return-address {
    height: auto;
    margin-left: 5rem;
    margin-top: 0;
    position: sticky;
    top: 2rem;
  }
}
.return-address .callout {
  position: relative;
}
.return-address__toggle {
  color: var(--color-action);
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 1024px) {
  .return-address__toggle {
    right: 2rem;
  }
}

.return-address-options {
  max-width: 75%;
}

.grant-form__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.adress-add-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.adress-add-link::before {
  background-color: var(--color-action);
  border-radius: 50%;
  color: white;
  content: "+";
  display: inline-flex;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  margin-right: 0.5rem;
}

.grant__availability {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .grant__availability {
    margin-top: 0;
  }
}

.site-search {
  display: flex;
  height: 95px;
  padding: 0 1rem;
}
.site-search__trigger {
  background: none;
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  transition: color 0.33s ease-in-out;
}
.site-search__trigger:hover, .site-search__trigger:focus {
  color: var(--color-action);
}
.is-active .site-search__trigger {
  opacity: 0;
}
.site-search__trigger--inner {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: center;
  left: 1rem;
  opacity: 1;
  position: absolute;
  top: calc(190px - 0.5rem);
  width: auto;
}
.is-active .site-search__trigger--inner {
  opacity: 1;
}
.is-active .site-search__trigger--inner svg path {
  fill: var(--color-white);
}
@media screen and (min-width: 1024px) {
  .is-active .site-search__trigger--inner svg path {
    fill: var(--color-text);
  }
}
@media screen and (min-width: 1024px) {
  .site-search__trigger--inner {
    background-color: var(--color-white);
    height: 95px;
    width: 95px;
    position: static;
    top: 0;
  }
}
.site-search__wrapper {
  background-color: var(--color-bg-overlay);
  border-bottom: 1px solid var(--color-border);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100vh;
  transition: all 0.2s ease-in-out;
  width: 100vw;
  z-index: 1000;
}
.site-search__wrapper.is-active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .site-search__wrapper {
    background-color: var(--color-white);
    height: 95px;
    top: -95px;
  }
}
.site-search__inner {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 142.5px;
}
@media screen and (min-width: 1024px) {
  .site-search__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 95px 1fr 0.25fr 95px;
    padding-top: 0;
  }
}
.site-search__input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: var(--fz-base);
  font-weight: var(--fw-regular);
  height: 95px;
  padding: 0 2rem 0 4rem;
}
@media screen and (min-width: 1024px) {
  .site-search__input {
    color: var(--color-text);
    background-color: var(--color-white);
    border-bottom: 0;
    padding: 0 2rem;
  }
}
.site-search__input::placeholder {
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: var(--fz-base);
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .site-search__input::placeholder {
    color: var(--color-text);
  }
}
.site-search__submit {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-family: var(--font-sans);
  font-size: var(--fz-md);
  gap: 2ch;
  height: 95px;
  justify-content: flex-end;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.site-search__submit:hover, .site-search__submit:focus {
  background-color: transparent;
  color: var(--color-action);
}
@media screen and (min-width: 1024px) {
  .site-search__submit {
    background-color: var(--color-bg-white);
    color: var(--color-text);
    justify-content: center;
  }
  .site-search__submit:hover, .site-search__submit:focus {
    background-color: var(--color-text);
    color: var(--color-white);
  }
}
.site-search__close {
  background-color: transparent;
  border: 0;
  color: var(--color-action);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 95px;
  opacity: 1;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .site-search__close {
    position: static;
  }
}
.site-search__close:hover, .site-search__close:focus {
  color: var(--color-text);
}
.site-search__submit-icon {
  display: block;
  height: auto;
  width: 2rem;
}
.site-search__submit-icon > svg {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .site-search__submit-icon {
    display: none;
  }
}

.search-hero__inner {
  padding: 5rem 0;
}
.search-hero__content {
  display: grid;
  gap: 2rem 5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .search-hero__content {
    grid-template-columns: 1.5fr 1fr;
  }
}
.search-hero__primary-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  height: 100%;
}
.search-hero .form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 400px) {
  .search-hero .form {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .search-hero .form {
    justify-content: end;
  }
}
.search-hero .form .select-wrapper {
  flex-grow: 1;
}
.search-hero__stats {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .search-hero__stats {
    gap: 5rem;
  }
}

.simple-hero {
  position: relative;
}
@media (min-width: 768px) {
  .simple-hero::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 461.4 808.8'%3E%3Cdefs%3E%3Cstyle%3E .st0%7Bfill:%23fff%7D %3C/style%3E%3C/defs%3E%3Cg opacity='.2'%3E%3Cpath d='M118.4,238.3v1.2h-.6c0,0-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,242.8v-3.2h-3.7v3.2h3.7ZM88.7,190.6v-12.3h-7v12.3h7ZM85.9,255.3v-4.2h-4.2v4.2h4.2ZM59,177h21.4v-44.9h-21.4v44.9h0ZM57.7,227.2v-5.6h-6.7v5.6h6.7ZM34.1,232.2v-10.6h-15.3v10.6h15.3ZM17.5,177.1v-7.5H1.2v7.5h16.3ZM8.1,255.8v-7.5H1.2v7.5h6.8ZM117.8,71.6v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,69.1v-7.5h-6.8v7.5h6.8ZM61,39v-13.5h-6.9v13.5h6.9ZM44.3,99.3v-6.8h-7.6v6.8h7.6ZM35.5,119.7v-19.1h-12.4v19.1h12.4ZM34.1,14.4v-6.8h-7.6v6.8h7.6ZM34.1,69.1v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,49.2v-7.6H1.2v7.5h6.8ZM117.8,155.6v1.2h-28v-1.2h28ZM117.8,193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,201.5v-6.8h-7.6v6.8h7.6ZM105.1,107.2v9.6h-9.7v-9.6h9.7ZM103.9,115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1,99.5v-6.8h-7.6v6.8h7.6ZM198.1,149v-16.9h-29.9v16.9h29.9ZM196.2,36.1v-3.5h-4.2v3.5h4.2ZM189.2,58.8v-8.2h-8.7v8.2h8.7ZM135,38.2v-12.8h-12.9v12.8h12.9ZM128.6,130.8v-6h-4.9v6h4.9ZM218.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM217.3,211.7v-7.5h-6.8v7.5h6.8ZM209.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,185.8v-7.5h-6.8v7.5h6.8ZM198,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,238.4v-8.8h-15v8.8h15ZM158,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM136.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M237.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM208.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM198.1,372v-6.8h-7.6v6.8h7.6ZM198.1,421.5v-16.9h-29.9v16.9h29.9ZM196.2,308.6v-3.5h-4.2v3.5h4.2ZM189.2,331.3v-8.2h-8.7v8.2h8.7ZM134.9,310.7v-12.8h-12.9v12.8h12.9ZM128.6,403.3v-6h-4.9v6h4.9ZM218.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM217.3,484.2v-7.5h-6.8v7.5h6.8ZM209.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,458.3v-7.5h-6.8v7.5h6.8ZM198,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,510.9v-8.8h-15v8.8h15ZM158,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM156.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M117.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.7h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM100.3,515.3v-3.2h-3.7v3.2h3.7ZM88.7,463.1v-12.3h-7v12.3h7ZM85.9,527.8v-4.2h-4.2v4.2h4.2ZM59,449.5h21.4v-44.9h-21.4v44.9h0ZM57.7,499.7v-5.6h-6.7v5.6h6.7ZM34.1,504.7v-10.6h-15.3v10.6h15.3ZM17.5,449.6v-7.5H1.2v7.5h16.3ZM8.1,528.3v-7.5H1.2v7.5h6.8ZM117.7,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM92.1,341.6v-7.5h-6.8v7.5h6.8ZM61,311.5v-13.5h-6.9v13.5h6.9ZM44.3,371.9v-6.8h-7.6v6.8h7.6ZM35.5,392.2v-19.1h-12.4v19.1h12.4ZM34.1,287v-6.8h-7.6v6.8h7.6ZM34.1,341.6v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,321.7v-7.6H1.2v7.5h6.8ZM117.7,428.2v1.2h-28v-1.2h28ZM117.7,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,474v-6.8h-7.6v6.8h7.6ZM105.1,379.7v9.6h-9.7v-9.6h9.7ZM103.8,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M118.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,771.1v-3.2h-3.7v3.2h3.7ZM88.7,718.9v-12.3h-7v12.3h7ZM85.9,783.5v-4.2h-4.2v4.2h4.2ZM59,705.3h21.4v-44.9h-21.4v44.9h0ZM57.7,755.5v-5.6h-6.7v5.6h6.7ZM34.1,760.5v-10.6h-15.3v10.6h15.3ZM17.5,705.3v-7.5H1.2v7.5h16.3ZM8.1,784v-7.5H1.2v7.5h6.8ZM117.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,597.3v-7.5h-6.8v7.5h6.8ZM61,567.3v-13.5h-6.9v13.5h6.9ZM44.3,627.6v-6.8h-7.6v6.8h7.6ZM35.5,648v-19.1h-12.4v19.1h12.4ZM34.1,542.7v-6.8h-7.6v6.8h7.6ZM34.1,597.3v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,577.4v-7.6H1.2v7.5h6.8ZM117.8,683.9v1.2h-28v-1.2h28ZM117.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,729.8v-6.8h-7.6v6.8h7.6ZM105.1,635.5v9.6h-9.7v-9.6h9.7ZM103.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4 627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1 0 14.1 0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0 0 0 23.3 0 23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4 599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1 627.7v-6.8h-7.6v6.8h7.6ZM198.1 677.2v-16.9h-29.9v16.9h29.9ZM196.2 564.4v-3.5h-4.2v3.5h4.2ZM189.2 587.1v-8.2h-8.7v8.2h8.7ZM135 566.5v-12.8h-12.9v12.8h12.9ZM128.6 659v-6h-4.9v6h4.9ZM218.5 731.2v10h-8.1v44.1h-23.5v-44.1c.1 0-23.3 0-23.3 0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0 0 20.8 0 20.8 0v-8.7h9.3ZM217.3 740v-7.5h-6.8v7.5h6.8ZM209.2 784v-42.8h-20.9v42.8c-.1 0 20.9 0 20.9 0h0ZM206 714.1v-7.5h-6.8v7.5h6.8ZM198 705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5 766.7v-8.8h-15v8.8h15ZM158 638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8 647.2v-7.9h-6.8v9.3h6.8v-1.4ZM136.2 799.3v1.2h-18.4v-1.2h18.4ZM342.4 238.3v1.2h-.6c0 0-16.2 0-16.2 0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0 0 5.4 0 5.4 0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0 0-21.5 0-21.5 0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7 0 19.7 0v18h16.9ZM324.3 242.8v-3.2h-3.7v3.2h3.7ZM312.7 190.6v-12.3h-7v12.3h7ZM309.9 255.3v-4.2h-4.2v4.2h4.2ZM283 177h21.4v-44.9h-21.4v44.9h0ZM281.8 227.2v-5.6h-6.7v5.6h6.7ZM258.1 232.2v-10.6h-15.3v10.6h15.3ZM241.5 177.1v-7.5h-16.3v7.5h16.3ZM232.1 255.8v-7.5h-6.8v7.5h6.8ZM341.8 71.6v1.2h-42.1v-.6h-.1v-11.9s8.6 0 8.6 0v-9.7h-48.8c0-.1 0 19.7 0 19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0 0 0-33.5 0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50 .1 50 .1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2 69.1v-7.5h-6.8v7.5h6.8ZM285 39v-13.5h-6.9v13.5h6.9ZM268.3 99.3v-6.8h-7.6v6.8h7.6ZM259.5 119.7v-19.1h-12.4v19.1h12.4ZM258.1 14.4v-6.8h-7.6v6.8h7.6ZM258.1 69.1v-18.6h-24.8c0 0 0 18.6 0 18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1 49.2v-7.6h-6.8v7.5h6.8ZM341.8 155.6v1.2h-28v-1.2h28ZM341.8 193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4 201.5v-6.8h-7.6v6.8h7.6ZM329.1 107.2v9.6h-9.7v-9.6h9.7ZM327.9 115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,99.5v-6.8h-7.6v6.8h7.6ZM422.1,149v-16.9h-29.9v16.9h29.9ZM420.2,36.1v-3.5h-4.2v3.5h4.2ZM413.2,58.8v-8.2h-8.7v8.2h8.7ZM359,38.2v-12.8h-12.9v12.8h12.9ZM352.6,130.8v-6h-4.9v6h4.9ZM442.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,211.7v-7.5h-6.8v7.5h6.8ZM433.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,185.8v-7.5h-6.8v7.5h6.8ZM422,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,238.4v-8.8h-15v8.8h15ZM382,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M461.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM432.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM422.1,372v-6.8h-7.6v6.8h7.6ZM422.1,421.5v-16.9h-29.9v16.9h29.9ZM420.2,308.6v-3.5h-4.2v3.5h4.2ZM413.2,331.3v-8.2h-8.7v8.2h8.7ZM359,310.7v-12.8h-12.9v12.8h12.9ZM352.6,403.3v-6h-4.9v6h4.9ZM442.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM441.3,484.2v-7.5h-6.8v7.5h6.8ZM433.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,458.3v-7.5h-6.8v7.5h6.8ZM422,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,510.9v-8.8h-15v8.8h15ZM382,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM380.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M341.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4h-24.8v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.7h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM324.3,515.3v-3.2h-3.7v3.2h3.7ZM312.7,463.1v-12.3h-7v12.3h7ZM309.9,527.8v-4.2h-4.2v4.2h4.2ZM283,449.5h21.4v-44.9h-21.4v44.9h0ZM281.8,499.7v-5.6h-6.7v5.6h6.7ZM258.1,504.7v-10.6h-15.3v10.6h15.3ZM241.5,449.6v-7.5h-16.3v7.5h16.3ZM232.1,528.3v-7.5h-6.8v7.5h6.8ZM341.8,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM316.1,341.6v-7.5h-6.8v7.5h6.8ZM285,311.5v-13.5h-6.9v13.5h6.9ZM268.3,371.9v-6.8h-7.6v6.8h7.6ZM259.5,392.2v-19.1h-12.4v19.1h12.4ZM258.1,287v-6.8h-7.6v6.8h7.6ZM258.1,341.6v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,321.7v-7.6h-6.8v7.5h6.8ZM341.8,428.2v1.2h-28v-1.2h28ZM341.8,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,474v-6.8h-7.6v6.8h7.6ZM329.1,379.7v9.6h-9.7v-9.6h9.7ZM327.9,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M342.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM324.3,771.1v-3.2h-3.7v3.2h3.7ZM312.7,718.9v-12.3h-7v12.3h7ZM309.9,783.5v-4.2h-4.2v4.2h4.2ZM283,705.3h21.4v-44.9h-21.4v44.9h0ZM281.8,755.5v-5.6h-6.7v5.6h6.7ZM258.1,760.5v-10.6h-15.3v10.6h15.3ZM241.5,705.3v-7.5h-16.3v7.5h16.3ZM232.1,784v-7.5h-6.8v7.5h6.8ZM341.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2,597.3v-7.5h-6.8v7.5h6.8ZM285,567.3v-13.5h-6.9v13.5h6.9ZM268.3,627.6v-6.8h-7.6v6.8h7.6ZM259.5,648v-19.1h-12.4v19.1h12.4ZM258.1,542.7v-6.8h-7.6v6.8h7.6ZM258.1,597.3v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,577.4v-7.6h-6.8v7.5h6.8ZM341.8,683.9v1.2h-28v-1.2h28ZM341.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,729.8v-6.8h-7.6v6.8h7.6ZM329.1,635.5v9.6h-9.7v-9.6h9.7ZM327.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,627.7v-6.8h-7.6v6.8h7.6ZM422.1,677.2v-16.9h-29.9v16.9h29.9ZM420.2,564.4v-3.5h-4.2v3.5h4.2ZM413.2,587.1v-8.2h-8.7v8.2h8.7ZM359,566.5v-12.8h-12.9v12.8h12.9ZM352.6,659v-6h-4.9v6h4.9ZM442.5,731.2v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,740v-7.5h-6.8v7.5h6.8ZM433.2,784v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,714.1v-7.5h-6.8v7.5h6.8ZM422,705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,766.7v-8.8h-15v8.8h15ZM382,638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,647.2v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,799.3v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    content: "";
    display: block;
    height: 1000px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -33%;
    width: 100%;
    z-index: 0;
  }
}
.simple-hero__content {
  align-items: center;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0;
  text-align: center;
}

.sign-in {
  --logo-height: 220px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  min-height: 100vh;
  width: 100vw;
}
@media (min-width: 1024px) {
  .sign-in {
    grid-template-columns: calc(50% + var(--logo-height) / 2) 1fr;
    grid-template-rows: var(--logo-height) 1fr;
    grid-template-areas: "logo logo2" "content form" "footer footer";
  }
}
.sign-in__logo {
  background-color: var(--color-action);
  height: var(--logo-height);
  justify-self: center;
  object-fit: cover;
  transform: translateY(33%);
  width: var(--logo-height);
  height: var(--logo-height);
}
@media (min-width: 1024px) {
  .sign-in__logo {
    transform: translateY(0);
  }
}
.sign-in__logo-wrapper {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 461.4 808.8'%3E%3Cdefs%3E%3Cstyle%3E .st0%7Bfill:%23fff%7D %3C/style%3E%3C/defs%3E%3Cg opacity='.2'%3E%3Cpath d='M118.4,238.3v1.2h-.6c0,0-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,242.8v-3.2h-3.7v3.2h3.7ZM88.7,190.6v-12.3h-7v12.3h7ZM85.9,255.3v-4.2h-4.2v4.2h4.2ZM59,177h21.4v-44.9h-21.4v44.9h0ZM57.7,227.2v-5.6h-6.7v5.6h6.7ZM34.1,232.2v-10.6h-15.3v10.6h15.3ZM17.5,177.1v-7.5H1.2v7.5h16.3ZM8.1,255.8v-7.5H1.2v7.5h6.8ZM117.8,71.6v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,69.1v-7.5h-6.8v7.5h6.8ZM61,39v-13.5h-6.9v13.5h6.9ZM44.3,99.3v-6.8h-7.6v6.8h7.6ZM35.5,119.7v-19.1h-12.4v19.1h12.4ZM34.1,14.4v-6.8h-7.6v6.8h7.6ZM34.1,69.1v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,49.2v-7.6H1.2v7.5h6.8ZM117.8,155.6v1.2h-28v-1.2h28ZM117.8,193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,201.5v-6.8h-7.6v6.8h7.6ZM105.1,107.2v9.6h-9.7v-9.6h9.7ZM103.9,115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1,99.5v-6.8h-7.6v6.8h7.6ZM198.1,149v-16.9h-29.9v16.9h29.9ZM196.2,36.1v-3.5h-4.2v3.5h4.2ZM189.2,58.8v-8.2h-8.7v8.2h8.7ZM135,38.2v-12.8h-12.9v12.8h12.9ZM128.6,130.8v-6h-4.9v6h4.9ZM218.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM217.3,211.7v-7.5h-6.8v7.5h6.8ZM209.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,185.8v-7.5h-6.8v7.5h6.8ZM198,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,238.4v-8.8h-15v8.8h15ZM158,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM136.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M237.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM208.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM198.1,372v-6.8h-7.6v6.8h7.6ZM198.1,421.5v-16.9h-29.9v16.9h29.9ZM196.2,308.6v-3.5h-4.2v3.5h4.2ZM189.2,331.3v-8.2h-8.7v8.2h8.7ZM134.9,310.7v-12.8h-12.9v12.8h12.9ZM128.6,403.3v-6h-4.9v6h4.9ZM218.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM217.3,484.2v-7.5h-6.8v7.5h6.8ZM209.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,458.3v-7.5h-6.8v7.5h6.8ZM198,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,510.9v-8.8h-15v8.8h15ZM158,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM156.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M117.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.7h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM100.3,515.3v-3.2h-3.7v3.2h3.7ZM88.7,463.1v-12.3h-7v12.3h7ZM85.9,527.8v-4.2h-4.2v4.2h4.2ZM59,449.5h21.4v-44.9h-21.4v44.9h0ZM57.7,499.7v-5.6h-6.7v5.6h6.7ZM34.1,504.7v-10.6h-15.3v10.6h15.3ZM17.5,449.6v-7.5H1.2v7.5h16.3ZM8.1,528.3v-7.5H1.2v7.5h6.8ZM117.7,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM92.1,341.6v-7.5h-6.8v7.5h6.8ZM61,311.5v-13.5h-6.9v13.5h6.9ZM44.3,371.9v-6.8h-7.6v6.8h7.6ZM35.5,392.2v-19.1h-12.4v19.1h12.4ZM34.1,287v-6.8h-7.6v6.8h7.6ZM34.1,341.6v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,321.7v-7.6H1.2v7.5h6.8ZM117.7,428.2v1.2h-28v-1.2h28ZM117.7,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,474v-6.8h-7.6v6.8h7.6ZM105.1,379.7v9.6h-9.7v-9.6h9.7ZM103.8,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M118.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,771.1v-3.2h-3.7v3.2h3.7ZM88.7,718.9v-12.3h-7v12.3h7ZM85.9,783.5v-4.2h-4.2v4.2h4.2ZM59,705.3h21.4v-44.9h-21.4v44.9h0ZM57.7,755.5v-5.6h-6.7v5.6h6.7ZM34.1,760.5v-10.6h-15.3v10.6h15.3ZM17.5,705.3v-7.5H1.2v7.5h16.3ZM8.1,784v-7.5H1.2v7.5h6.8ZM117.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,597.3v-7.5h-6.8v7.5h6.8ZM61,567.3v-13.5h-6.9v13.5h6.9ZM44.3,627.6v-6.8h-7.6v6.8h7.6ZM35.5,648v-19.1h-12.4v19.1h12.4ZM34.1,542.7v-6.8h-7.6v6.8h7.6ZM34.1,597.3v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,577.4v-7.6H1.2v7.5h6.8ZM117.8,683.9v1.2h-28v-1.2h28ZM117.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,729.8v-6.8h-7.6v6.8h7.6ZM105.1,635.5v9.6h-9.7v-9.6h9.7ZM103.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4 627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1 0 14.1 0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0 0 0 23.3 0 23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4 599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1 627.7v-6.8h-7.6v6.8h7.6ZM198.1 677.2v-16.9h-29.9v16.9h29.9ZM196.2 564.4v-3.5h-4.2v3.5h4.2ZM189.2 587.1v-8.2h-8.7v8.2h8.7ZM135 566.5v-12.8h-12.9v12.8h12.9ZM128.6 659v-6h-4.9v6h4.9ZM218.5 731.2v10h-8.1v44.1h-23.5v-44.1c.1 0-23.3 0-23.3 0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0 0 20.8 0 20.8 0v-8.7h9.3ZM217.3 740v-7.5h-6.8v7.5h6.8ZM209.2 784v-42.8h-20.9v42.8c-.1 0 20.9 0 20.9 0h0ZM206 714.1v-7.5h-6.8v7.5h6.8ZM198 705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5 766.7v-8.8h-15v8.8h15ZM158 638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8 647.2v-7.9h-6.8v9.3h6.8v-1.4ZM136.2 799.3v1.2h-18.4v-1.2h18.4ZM342.4 238.3v1.2h-.6c0 0-16.2 0-16.2 0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0 0 5.4 0 5.4 0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0 0-21.5 0-21.5 0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7 0 19.7 0v18h16.9ZM324.3 242.8v-3.2h-3.7v3.2h3.7ZM312.7 190.6v-12.3h-7v12.3h7ZM309.9 255.3v-4.2h-4.2v4.2h4.2ZM283 177h21.4v-44.9h-21.4v44.9h0ZM281.8 227.2v-5.6h-6.7v5.6h6.7ZM258.1 232.2v-10.6h-15.3v10.6h15.3ZM241.5 177.1v-7.5h-16.3v7.5h16.3ZM232.1 255.8v-7.5h-6.8v7.5h6.8ZM341.8 71.6v1.2h-42.1v-.6h-.1v-11.9s8.6 0 8.6 0v-9.7h-48.8c0-.1 0 19.7 0 19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0 0 0-33.5 0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50 .1 50 .1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2 69.1v-7.5h-6.8v7.5h6.8ZM285 39v-13.5h-6.9v13.5h6.9ZM268.3 99.3v-6.8h-7.6v6.8h7.6ZM259.5 119.7v-19.1h-12.4v19.1h12.4ZM258.1 14.4v-6.8h-7.6v6.8h7.6ZM258.1 69.1v-18.6h-24.8c0 0 0 18.6 0 18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1 49.2v-7.6h-6.8v7.5h6.8ZM341.8 155.6v1.2h-28v-1.2h28ZM341.8 193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4 201.5v-6.8h-7.6v6.8h7.6ZM329.1 107.2v9.6h-9.7v-9.6h9.7ZM327.9 115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,99.5v-6.8h-7.6v6.8h7.6ZM422.1,149v-16.9h-29.9v16.9h29.9ZM420.2,36.1v-3.5h-4.2v3.5h4.2ZM413.2,58.8v-8.2h-8.7v8.2h8.7ZM359,38.2v-12.8h-12.9v12.8h12.9ZM352.6,130.8v-6h-4.9v6h4.9ZM442.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,211.7v-7.5h-6.8v7.5h6.8ZM433.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,185.8v-7.5h-6.8v7.5h6.8ZM422,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,238.4v-8.8h-15v8.8h15ZM382,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M461.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM432.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM422.1,372v-6.8h-7.6v6.8h7.6ZM422.1,421.5v-16.9h-29.9v16.9h29.9ZM420.2,308.6v-3.5h-4.2v3.5h4.2ZM413.2,331.3v-8.2h-8.7v8.2h8.7ZM359,310.7v-12.8h-12.9v12.8h12.9ZM352.6,403.3v-6h-4.9v6h4.9ZM442.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM441.3,484.2v-7.5h-6.8v7.5h6.8ZM433.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,458.3v-7.5h-6.8v7.5h6.8ZM422,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,510.9v-8.8h-15v8.8h15ZM382,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM380.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M341.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4h-24.8v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.7h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM324.3,515.3v-3.2h-3.7v3.2h3.7ZM312.7,463.1v-12.3h-7v12.3h7ZM309.9,527.8v-4.2h-4.2v4.2h4.2ZM283,449.5h21.4v-44.9h-21.4v44.9h0ZM281.8,499.7v-5.6h-6.7v5.6h6.7ZM258.1,504.7v-10.6h-15.3v10.6h15.3ZM241.5,449.6v-7.5h-16.3v7.5h16.3ZM232.1,528.3v-7.5h-6.8v7.5h6.8ZM341.8,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM316.1,341.6v-7.5h-6.8v7.5h6.8ZM285,311.5v-13.5h-6.9v13.5h6.9ZM268.3,371.9v-6.8h-7.6v6.8h7.6ZM259.5,392.2v-19.1h-12.4v19.1h12.4ZM258.1,287v-6.8h-7.6v6.8h7.6ZM258.1,341.6v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,321.7v-7.6h-6.8v7.5h6.8ZM341.8,428.2v1.2h-28v-1.2h28ZM341.8,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,474v-6.8h-7.6v6.8h7.6ZM329.1,379.7v9.6h-9.7v-9.6h9.7ZM327.9,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M342.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM324.3,771.1v-3.2h-3.7v3.2h3.7ZM312.7,718.9v-12.3h-7v12.3h7ZM309.9,783.5v-4.2h-4.2v4.2h4.2ZM283,705.3h21.4v-44.9h-21.4v44.9h0ZM281.8,755.5v-5.6h-6.7v5.6h6.7ZM258.1,760.5v-10.6h-15.3v10.6h15.3ZM241.5,705.3v-7.5h-16.3v7.5h16.3ZM232.1,784v-7.5h-6.8v7.5h6.8ZM341.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2,597.3v-7.5h-6.8v7.5h6.8ZM285,567.3v-13.5h-6.9v13.5h6.9ZM268.3,627.6v-6.8h-7.6v6.8h7.6ZM259.5,648v-19.1h-12.4v19.1h12.4ZM258.1,542.7v-6.8h-7.6v6.8h7.6ZM258.1,597.3v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,577.4v-7.6h-6.8v7.5h6.8ZM341.8,683.9v1.2h-28v-1.2h28ZM341.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,729.8v-6.8h-7.6v6.8h7.6ZM329.1,635.5v9.6h-9.7v-9.6h9.7ZM327.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,627.7v-6.8h-7.6v6.8h7.6ZM422.1,677.2v-16.9h-29.9v16.9h29.9ZM420.2,564.4v-3.5h-4.2v3.5h4.2ZM413.2,587.1v-8.2h-8.7v8.2h8.7ZM359,566.5v-12.8h-12.9v12.8h12.9ZM352.6,659v-6h-4.9v6h4.9ZM442.5,731.2v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,740v-7.5h-6.8v7.5h6.8ZM433.2,784v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,714.1v-7.5h-6.8v7.5h6.8ZM422,705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,766.7v-8.8h-15v8.8h15ZM382,638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,647.2v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,799.3v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3C/g%3E%3C/svg%3E");
  background-color: var(--color-blue);
  background-repeat: no-repeat;
  background-position: center 2rem;
  background-size: 100% auto;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .sign-in__logo-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 1947.6 683.1'%3E%3Cdefs%3E%3Cstyle%3E .st0%7Bfill:%23343677%7D %3C/style%3E%3C/defs%3E%3Cpath d='M121.4,397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17H0v-1.5h30.8v-38.6h30.3v-13.3H11.5v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM97.6,432.1h-56.6v13.2h5.7v8.1h-7.1v-6.6H12.9v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM121.4,444.5h-8.2v9.1h8.2v-9.1ZM181.1,444.5h-20.4v36h20.4v-36ZM45.2,446.8h-4.2v5.1h4.2v-5.1ZM72.5,455.2h-9.9v10.5h9.9v-10.5ZM47.7,520.6h-15.4v15.5h15.4v-15.5ZM159.2,528.3h-7.2v6h7.2v-6ZM246.1,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM256.6,421.4h-9.1v8.2h9.1v-8.2ZM309.7,431.1h-51.6v25.2l51.6.2v-25.3h0ZM225.4,435h-9.1v8.2h9.1v-8.2ZM214.9,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM288.8,503.1h-10.6v18h10.6v-18ZM136.4,492.8h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM146.7,494.3h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M288.8,541.2h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6c0,0,0,0,0,0ZM294.1,562.3h-3.9v4.4h3.9v-4.4ZM231.2,576.3h-14.9v8.5h14.9v-8.5ZM309.1,579.6h-5.1v5.1h5.1v-5.1h0ZM214.9,612.1v-25.8h-54v25.8h54ZM275.3,613.6h-6.8v8h6.8v-8ZM281.3,642.1h-12.8v18.5h12.8v-18.5ZM214.9,662h-9.1v19.6h9.1v-19.6ZM309.7,673.4h-9.1v8.2h9.1v-8.2ZM97.6,541.3h1.5v50.9h-24.7v-10.3h-11.7l-.2,58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM84.8,572.2h-9.1v8.2h9.1v-8.2ZM48.7,609.7h-16.2v8.4h16.2v-8.4ZM121.3,629.7h-8.2v9.1h8.2v-9.1ZM145.8,640.3h-23v14.9h23v-14.9ZM19.1,642h-8.2v9.1h8.2v-9.1ZM84.8,642.1h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM60.9,673.4h-9.1v8.2h9.1v-8.2h0ZM189.1,541.3h1.5v33.8h-1.5v-33.8ZM234.7,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM244.4,544.2h-8.2v9.2h8.2v-9.2ZM130.8,556.6h11.6v11.7h-11.6v-11.7ZM140.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M596.7,540.5h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM602.1,562.3h-3.9v4.4h3.9v-4.4ZM539.2,576.3h-14.9v8.5h14.9v-8.5ZM617.1,579.6h-5.1v5.1h5.1v-5.1h0ZM522.9,612.1v-25.8h-54v25.8h54ZM583.3,613.6h-6.8v8h6.8v-8ZM589.3,642.1h-12.8v18.5h12.8v-18.5ZM523,662h-9.1v19.6h9.1v-19.6ZM617.7,673.4h-9.1v8.2h9.1v-8.2h0ZM395.9,541.3h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM392.9,572.1h-9.1v8.2h9.1v-8.2ZM356.7,609.7h-16.2v8.4h16.2v-8.4ZM429.3,629.7h-8.2v9.1h8.2v-9.1ZM453.8,640.3h-23v14.9h23v-14.9ZM327.1,642h-8.2v9.1h8.2v-9.1ZM392.9,642.1h-22.4v29.8c-.1,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM368.9,673.4h-9.1v8.2h9.1v-8.2h0ZM497.1,541.3h1.5v33.8h-1.5v-33.8ZM542.8,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM552.4,544.1h-8.2v9.2h8.2v-9.2ZM438.8,556.5h11.6v11.7h-11.6v-11.7ZM448.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M429.5,397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM395.7,432.1h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM429.5,444.5h-8.2v9.1h8.2v-9.1ZM489.1,444.5h-20.4v36h20.4v-36ZM353.2,446.8h-4.2v5.1h4.2v-5.1ZM380.5,455.2h-9.9v10.5h9.9v-10.5ZM355.7,520.6h-15.4v15.5h15.4v-15.5ZM467.2,528.3h-7.2v6h7.2v-6ZM554.1,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM564.7,421.4h-9.1v8.2h9.1v-8.2ZM617.7,431.1h-51.6v25.2l51.6.2v-25.3h0ZM533.5,435h-9.1v8.2h9.1v-8.2ZM522.9,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM596.8,503h-10.6v18h10.6v-18ZM441.9,492.8h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM452.9,494.3h-9.5v8.2h11.2v-8.2h-1.7ZM636.1,519.1h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M757.7,397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM733.8,432.1h-56.6v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM757.7,444.5h-8.2v9.1h8.2v-9.1ZM817.3,444.5h-20.4v36h20.4v-36ZM681.4,446.8h-4.2v5.1h4.2v-5.1ZM708.7,455.2h-9.9v10.5h9.9v-10.5ZM683.9,520.6h-15.4v15.5h15.4v-15.5ZM795.4,528.3h-7.2v6h7.2v-6ZM882.3,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM892.8,421.4h-9.1v8.2h9.1v-8.2ZM945.9,431.1h-51.6v25.2l51.6.2v-25.3h0ZM861.7,435h-9.1v8.2h9.1v-8.2ZM851.1,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM925,503.1h-10.6v18h10.6v-18ZM772.6,492.8h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM782.9,494.3h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M925 541.2h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-19.6c0 0 0 0 0 0ZM930.3 562.3h-3.9v4.4h3.9v-4.4ZM867.4 576.3h-14.9v8.5h14.9v-8.5ZM945.3 579.6h-5.1v5.1h5.1v-5.1h0ZM851.1 612.1v-25.8h-54v25.8h54ZM911.5 613.6h-6.8v8h6.8v-8ZM917.5 642.1h-12.8v18.5h12.8v-18.5ZM851.2 662h-9.1v19.6h9.1v-19.6ZM945.9 673.4h-9.1v8.2h9.1v-8.2ZM733.8 541.3h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM721.1 572.2h-9.1v8.2h9.1v-8.2ZM684.9 609.7h-16.2v8.4h16.2v-8.4ZM757.5 629.7h-8.2v9.1h8.2v-9.1ZM782 640.3h-23v14.9h23v-14.9ZM655.3 642h-8.2v9.1h8.2v-9.1ZM721.1 642.1h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM697.1 673.4h-9.1v8.2h9.1v-8.2h0ZM825.3 541.3h1.5v33.8h-1.5v-33.8ZM870.9 541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM880.6 544.2h-8.2v9.2h8.2v-9.2ZM767 556.6h11.6v11.7h-11.6v-11.7ZM777.1 558h-8.7v8.7h8.7v-8.7ZM288.8.7h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.8h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V.7c0 0 0 0 0 0ZM294.1 21.8h-3.9v4.4h3.9v-4.4ZM231.2 35.8h-14.9v8.5h14.9v-8.5ZM309.1 39.1h-5.1v5.1h5.1v-5.1h0ZM214.9 71.6v-25.8h-54v25.8h54ZM275.3 73h-6.8v8h6.8v-8ZM281.3 101.5h-12.8v18.5h12.8v-18.5ZM214.9 121.5h-9.1v19.6h9.1v-19.6ZM309.7 132.9h-9.1v8.2h9.1v-8.2ZM97.6.8h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8V.8h0ZM84.8 31.6h-9.1v8.2h9.1v-8.2ZM48.7 69.1h-16.2v8.4h16.2v-8.4ZM121.3 89.2h-8.2v9.1h8.2v-9.1ZM145.8 99.8h-23v14.9h23v-14.9ZM19.1 101.5h-8.2v9.1h8.2v-9.1ZM84.8 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM60.9 132.9h-9.1v8.2h9.1v-8.2h0ZM189.1.8h1.5v33.8h-1.5V.8ZM234.7.8h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.8ZM244.4 3.6h-8.2v9.2h8.2V3.6ZM130.8 16h11.6v11.7h-11.6v-11.7ZM140.9 17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M596.7,0h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1V.7h1.5v51.3h-27.1v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.7h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7V0h0ZM602.1,21.8h-3.9v4.4h3.9v-4.4ZM539.2,35.8h-14.9v8.5h14.9v-8.5ZM617.1,39.1h-5.1v5.1h5.1v-5.1h0ZM522.9,71.6v-25.8h-54v25.8h54ZM583.3,73h-6.8v8h6.8v-8ZM589.3,101.5h-12.8v18.5h12.8v-18.5ZM523,121.5h-9.1v19.6h9.1v-19.6ZM617.7,132.9h-9.1v8.2h9.1v-8.2h0ZM395.9.7h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2V.8h0ZM392.9,31.6h-9.1v8.2h9.1v-8.2ZM356.7,69.1h-16.2v8.4h16.2v-8.4ZM429.3,89.2h-8.2v9.1h8.2v-9.1ZM453.8,99.8h-23v14.9h23v-14.9ZM327.1,101.5h-8.2v9.1h8.2v-9.1ZM392.9,101.5h-22.4v29.8c-.1,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM368.9,132.9h-9.1v8.2h9.1v-8.2h0ZM497.1.7h1.5v33.8h-1.5V.7ZM542.8.7h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.7ZM552.4,3.6h-8.2v9.2h8.2V3.6ZM438.8,16h11.6v11.7h-11.6v-11.7ZM448.9,17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M925 .7h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.8h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V.7c0 0 0 0 0 0ZM930.3 21.8h-3.9v4.4h3.9v-4.4ZM867.4 35.8h-14.9v8.5h14.9v-8.5ZM945.3 39.1h-5.1v5.1h5.1v-5.1h0ZM851.1 71.6v-25.8h-54v25.8h54ZM911.5 73h-6.8v8h6.8v-8ZM917.5 101.5h-12.8v18.5h12.8v-18.5ZM851.2 121.5h-9.1v19.6h9.1v-19.6ZM945.9 132.9h-9.1v8.2h9.1v-8.2ZM733.8.8h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8V.8h0ZM721.1 31.6h-9.1v8.2h9.1v-8.2ZM684.9 69.1h-16.2v8.4h16.2v-8.4ZM757.5 89.2h-8.2v9.1h8.2v-9.1ZM782 99.8h-23v14.9h23v-14.9ZM655.3 101.5h-8.2v9.1h8.2v-9.1ZM721.1 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM697.1 132.9h-9.1v8.2h9.1v-8.2h0ZM825.3.8h1.5v33.8h-1.5V.8ZM870.9.8h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.8ZM880.6 3.6h-8.2v9.2h8.2V3.6ZM767 16h11.6v11.7h-11.6v-11.7ZM777.1 17.5h-8.7v8.7h8.7v-8.7ZM121.4 127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17 0-17H0v-1.5h30.8v-38.6h30.3v-13.3H11.5v-21.9c0 0 28 0 28 0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM97.6 161.8h-56.6v13.2h5.7v8.1h-7.1v-6.6H12.9v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM121.4 174.2h-8.2v9.1h8.2v-9.1ZM181.1 174.2h-20.4v36h20.4v-36ZM45.2 176.5h-4.2v5.1h4.2v-5.1ZM72.5 185h-9.9v10.5h9.9v-10.5ZM47.7 250.3h-15.4v15.5h15.4v-15.5ZM159.2 258h-7.2v6h7.2v-6ZM246.1 149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0 0 0-18.8 0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0 .1 0-25 0-25h-10.5v-11.2h0ZM256.6 151.2h-9.1v8.2h9.1v-8.2ZM309.7 160.9h-51.6v25.2l51.6.2v-25.3h0ZM225.4 164.8h-9.1v8.2h9.1v-8.2ZM214.9 174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM288.8 232.8h-10.6v18h10.6v-18ZM136.4 222.5h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM146.7 224h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M288.8,271h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6c0,0,0,0,0,0ZM294.1,292.1h-3.9v4.4h3.9v-4.4ZM231.2,306.1h-14.9v8.5h14.9v-8.5ZM309.1,309.4h-5.1v5.1h5.1v-5.1h0ZM214.9,341.8v-25.8h-54v25.8h54ZM275.3,343.3h-6.8v8h6.8v-8ZM281.3,371.8h-12.8v18.5h12.8v-18.5ZM214.9,391.7h-9.1v19.6h9.1v-19.6ZM309.7,403.1h-9.1v8.2h9.1v-8.2ZM97.6,271h1.5v50.9h-24.7v-10.3h-11.7l-.2,58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM84.8,301.9h-9.1v8.2h9.1v-8.2ZM48.7,339.4h-16.2v8.4h16.2v-8.4ZM121.3,359.5h-8.2v9.1h8.2v-9.1ZM145.8,370.1h-23v14.9h23v-14.9ZM19.1,371.8h-8.2v9.1h8.2v-9.1ZM84.8,371.8h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM60.9,403.1h-9.1v8.2h9.1v-8.2h0ZM189.1,271h1.5v33.8h-1.5v-33.8ZM234.7,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM244.4,273.9h-8.2v9.2h8.2v-9.2ZM130.8,286.3h11.6v11.7h-11.6v-11.7ZM140.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M596.7,270.3h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM602.1,292.1h-3.9v4.4h3.9v-4.4ZM539.2,306.1h-14.9v8.5h14.9v-8.5ZM617.1,309.4h-5.1v5.1h5.1v-5.1h0ZM522.9,341.8v-25.8h-54v25.8h54ZM583.3,343.3h-6.8v8h6.8v-8ZM589.3,371.8h-12.8v18.5h12.8v-18.5ZM523,391.7h-9.1v19.6h9.1v-19.6ZM617.7,403.1h-9.1v8.2h9.1v-8.2h0ZM395.9,271h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM392.9,301.9h-9.1v8.2h9.1v-8.2ZM356.7,339.4h-16.2v8.4h16.2v-8.4ZM429.3,359.5h-8.2v9.1h8.2v-9.1ZM453.8,370.1h-23v14.9h23v-14.9ZM327.1,371.8h-8.2v9.1h8.2v-9.1ZM392.9,371.8h-22.4v29.8c-.1,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM368.9,403.1h-9.1v8.2h9.1v-8.2h0ZM497.1,271h1.5v33.8h-1.5v-33.8ZM542.8,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM552.4,273.9h-8.2v9.2h8.2v-9.2ZM438.8,286.3h11.6v11.7h-11.6v-11.7ZM448.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M429.5,127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM395.7,161.8h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM429.5,174.2h-8.2v9.1h8.2v-9.1ZM489.1,174.2h-20.4v36h20.4v-36ZM353.2,176.5h-4.2v5.1h4.2v-5.1ZM380.5,185h-9.9v10.5h9.9v-10.5ZM355.7,250.3h-15.4v15.5h15.4v-15.5ZM467.2,258h-7.2v6h7.2v-6ZM554.1,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM564.7,151.1h-9.1v8.2h9.1v-8.2ZM617.7,160.9h-51.6v25.2l51.6.2v-25.3h0ZM533.5,164.7h-9.1v8.2h9.1v-8.2ZM522.9,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM596.8,232.8h-10.6v18h10.6v-18ZM441.9,222.5h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM452.9,224h-9.5v8.2h11.2v-8.2h-1.7ZM636.1,248.8h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M757.7,127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM733.8,161.8h-56.6v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM757.7,174.2h-8.2v9.1h8.2v-9.1ZM817.3,174.2h-20.4v36h20.4v-36ZM681.4,176.5h-4.2v5.1h4.2v-5.1ZM708.7,185h-9.9v10.5h9.9v-10.5ZM683.9,250.3h-15.4v15.5h15.4v-15.5ZM795.4,258h-7.2v6h7.2v-6ZM882.3,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM892.8,151.2h-9.1v8.2h9.1v-8.2ZM945.9,160.9h-51.6v25.2l51.6.2v-25.3h0ZM861.7,164.8h-9.1v8.2h9.1v-8.2ZM851.1,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM925,232.8h-10.6v18h10.6v-18ZM772.6,222.5h11.7v11.2h-10.3v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM782.9,224h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M925 271h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.6v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-19.6c0 0 0 0 0 0ZM930.3 292.1h-3.9v4.4h3.9v-4.4ZM867.4 306.1h-14.9v8.5h14.9v-8.5ZM945.3 309.4h-5.1v5.1h5.1v-5.1h0ZM851.1 341.8v-25.8h-54v25.8h54ZM911.5 343.3h-6.8v8h6.8v-8ZM917.5 371.8h-12.8v18.5h12.8v-18.5ZM851.2 391.7h-9.1v19.6h9.1v-19.6ZM945.9 403.1h-9.1v8.2h9.1v-8.2ZM733.8 271h1.5v50.9h-24.7v-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM721.1 301.9h-9.1v8.2h9.1v-8.2ZM684.9 339.4h-16.2v8.4h16.2v-8.4ZM757.5 359.5h-8.2v9.1h8.2v-9.1ZM782 370.1h-23v14.9h23v-14.9ZM655.3 371.8h-8.2v9.1h8.2v-9.1ZM721.1 371.8h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM697.1 403.1h-9.1v8.2h9.1v-8.2h0ZM825.3 271h1.5v33.8h-1.5v-33.8ZM870.9 271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM880.6 273.9h-8.2v9.2h8.2v-9.2ZM767 286.3h11.6v11.7h-11.6v-11.7ZM777.1 287.8h-8.7v8.7h8.7v-8.7ZM1260.5 540.5h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.4v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-20.3h0ZM1265.9 562.3h-3.9v4.4h3.9v-4.4ZM1203 576.3h-14.9v8.5h14.9v-8.5ZM1280.9 579.6h-5.1v5.1h5.1v-5.1h0ZM1186.7 612.1v-25.8h-54v25.8h54ZM1247.1 613.6h-6.8v8h6.8v-8ZM1253.1 642.1h-12.8v18.5h12.8v-18.5ZM1186.7 662h-9.1v19.6h9.1v-19.6ZM1281.5 673.4h-9.1v8.2h9.1v-8.2h0ZM1059.6 541.3h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c.1 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1056.6 572.1h-9.1v8.2h9.1v-8.2ZM1020.5 609.7h-16.2v8.4h16.2v-8.4ZM1093.1 629.7h-8.2v9.1h8.2v-9.1ZM1117.6 640.3h-23v14.9h23v-14.9ZM990.9 642h-8.2v9.1h8.2v-9.1ZM1056.6 642.1h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1032.7 673.4h-9.1v8.2h9.1v-8.2h0ZM1160.9 541.3h1.5v33.8h-1.5v-33.8ZM1206.6 541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1216.2 544.1h-8.2v9.2h8.2v-9.2ZM1102.6 556.5h11.6v11.7h-11.6v-11.7ZM1112.7 558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1093.3,397.2h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1059.5,432.1h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1093.3,444.5h-8.2v9.1h8.2v-9.1ZM1152.9,444.5h-20.4v36h20.4v-36ZM1017,446.8h-4.2v5.1h4.2v-5.1ZM1044.3,455.2h-9.9v10.5h9.9v-10.5ZM1019.5,520.6h-15.4v15.5h15.4v-15.5ZM1131,528.3h-7.2v6h7.2v-6ZM1217.9,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM1228.5,421.4h-9.1v8.2h9.1v-8.2ZM1281.5,431.1h-51.6v25.2l51.6.2v-25.3h0ZM1197.3,435h-9.1v8.2h9.1v-8.2ZM1186.7,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1260.6,503h-10.6v18h10.6v-18ZM1105.7,492.8h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1116.7,494.3h-9.5v8.2h11.2v-8.2h-1.7ZM1299.9,519.1h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M1421.4,397.2h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1397.6,432.1h-56.6v13.2h5.7v8.1h-7.2v-6.6h-26.6v19h48.2v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM1421.4,444.5h-8.2v9.1h8.2v-9.1ZM1481.1,444.5h-20.4v36h20.4v-36ZM1345.2,446.8h-4.2v5.1h4.2v-5.1ZM1372.5,455.2h-9.9v10.5h9.9v-10.5ZM1347.7,520.6h-15.4v15.5h15.4v-15.5ZM1459.2,528.3h-7.2v6h7.2v-6ZM1546.1,419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.2c0,.1,0-25,0-25h-10.5v-11.2h0ZM1556.6,421.4h-9.1v8.2h9.1v-8.2ZM1609.7,431.1h-51.6v25.2l51.6.2v-25.3h0ZM1525.4,435h-9.1v8.2h9.1v-8.2ZM1514.9,444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1588.8,503.1h-10.6v18h10.6v-18ZM1436.4,492.8h11.7v11.2h-10.2v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM1446.7,494.3h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M1588.8,541.2h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.2v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.6v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6s0,0,0,0ZM1594.1,562.3h-3.9v4.4h3.9v-4.4ZM1531.2,576.3h-14.9v8.5h14.9v-8.5ZM1609.1,579.6h-5.1v5.1h5.1v-5.1h0ZM1514.9,612.1v-25.8h-54v25.8h54ZM1575.3,613.6h-6.8v8h6.8v-8ZM1581.3,642.1h-12.8v18.5h12.8v-18.5ZM1515,662h-9.1v19.6h9.1v-19.6ZM1609.7,673.4h-9.1v8.2h9.1v-8.2ZM1397.6,541.3h1.5v50.9h-24.8v-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12.1v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM1384.9,572.2h-9.1v8.2h9.1v-8.2ZM1348.7,609.7h-16.2v8.4h16.2v-8.4ZM1421.3,629.7h-8.2v9.1h8.2v-9.1ZM1445.8,640.3h-23v14.9h23v-14.9ZM1319.1,642h-8.2v9.1h8.2v-9.1ZM1384.9,642.1h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1360.9,673.4h-9.1v8.2h9.1v-8.2h0ZM1489.1,541.3h1.5v33.8h-1.5v-33.8ZM1534.7,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1544.4,544.2h-8.2v9.2h8.2v-9.2ZM1430.8,556.6h11.6v11.7h-11.6v-11.7ZM1440.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1896.7,540.5h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h34c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM1902.1,562.3h-3.9v4.4h3.9v-4.4ZM1839.2,576.3h-14.9v8.5h14.9v-8.5ZM1917.1,579.6h-5.1v5.1h5.1v-5.1h0ZM1822.9,612.1v-25.8h-54v25.8h54ZM1883.3,613.6h-6.8v8h6.8v-8ZM1889.3,642.1h-12.8v18.5h12.8v-18.5ZM1823,662h-9.1v19.6h9.1v-19.6ZM1917.7,673.4h-9.1v8.2h9.1v-8.2h0ZM1695.9,541.3h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1692.9,572.1h-9.1v8.2h9.1v-8.2ZM1656.7,609.7h-16.2v8.4h16.2v-8.4ZM1729.3,629.7h-8.2v9.1h8.2v-9.1ZM1753.8,640.3h-23v14.9h23v-14.9ZM1627.1,642h-8.2v9.1h8.2v-9.1ZM1692.9,642.1h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1668.9,673.4h-9.1v8.2h9.1v-8.2h0ZM1797.1,541.3h1.5v33.8h-1.5v-33.8ZM1842.8,541.3h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1852.4,544.1h-8.2v9.2h8.2v-9.2ZM1738.8,556.5h11.6v11.7h-11.6v-11.7ZM1748.9,558h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1729.5 397.2h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.3s0-17 0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0 0 28 0 28 0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM1695.7 432.1h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1729.5 444.5h-8.2v9.1h8.2v-9.1ZM1789.1 444.5h-20.4v36h20.4v-36ZM1653.2 446.8h-4.2v5.1h4.2v-5.1ZM1680.5 455.2h-9.9v10.5h9.9v-10.5ZM1655.7 520.6h-15.4v15.5h15.4v-15.5ZM1767.2 528.3h-7.2v6h7.2v-6ZM1854.1 419.9h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0 .1 0-25 0-25h-10.5v-11.2h0ZM1864.7 421.4h-9.1v8.2h9.1v-8.2ZM1917.7 431.1h-51.6v25.2l51.6.2v-25.3h0ZM1833.5 435h-9.1v8.2h9.1v-8.2ZM1822.9 444.7h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1896.8 503h-10.6v18h10.6v-18ZM1741.9 492.8h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1752.9 494.3h-9.5v8.2h11.2v-8.2h-1.7ZM1936.1 519.1h1.5v22.2h-1.5v-22.2ZM1260.5 0h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1V.7h1.5v51.3h-27.1v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.7h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.4v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V0h0ZM1265.9 21.8h-3.9v4.4h3.9v-4.4ZM1203 35.8h-14.9v8.5h14.9v-8.5ZM1280.9 39.1h-5.1v5.1h5.1v-5.1h0ZM1186.7 71.6v-25.8h-54v25.8h54ZM1247.1 73h-6.8v8h6.8v-8ZM1253.1 101.5h-12.8v18.5h12.8v-18.5ZM1186.7 121.5h-9.1v19.6h9.1v-19.6ZM1281.5 132.9h-9.1v8.2h9.1v-8.2h0ZM1059.6.7h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c.1 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2V.8h0ZM1056.6 31.6h-9.1v8.2h9.1v-8.2ZM1020.5 69.1h-16.2v8.4h16.2v-8.4ZM1093.1 89.2h-8.2v9.1h8.2v-9.1ZM1117.6 99.8h-23v14.9h23v-14.9ZM990.9 101.5h-8.2v9.1h8.2v-9.1ZM1056.6 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1032.7 132.9h-9.1v8.2h9.1v-8.2h0ZM1160.9.7h1.5v33.8h-1.5V.7ZM1206.6.7h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.7ZM1216.2 3.6h-8.2v9.2h8.2V3.6ZM1102.6 16h11.6v11.7h-11.6v-11.7ZM1112.7 17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1588.8.7h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.2v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.8h1.5v70.8h46.4v-27.2h55.6v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7V.7s0,0,0,0ZM1594.1,21.8h-3.9v4.4h3.9v-4.4ZM1531.2,35.8h-14.9v8.5h14.9v-8.5ZM1609.1,39.1h-5.1v5.1h5.1v-5.1h0ZM1514.9,71.6v-25.8h-54v25.8h54ZM1575.3,73h-6.8v8h6.8v-8ZM1581.3,101.5h-12.8v18.5h12.8v-18.5ZM1515,121.5h-9.1v19.6h9.1v-19.6ZM1609.7,132.9h-9.1v8.2h9.1v-8.2ZM1397.6.8h1.5v50.9h-24.8v-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12.1v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8V.8h0ZM1384.9,31.6h-9.1v8.2h9.1v-8.2ZM1348.7,69.1h-16.2v8.4h16.2v-8.4ZM1421.3,89.2h-8.2v9.1h8.2v-9.1ZM1445.8,99.8h-23v14.9h23v-14.9ZM1319.1,101.5h-8.2v9.1h8.2v-9.1ZM1384.9,101.5h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1360.9,132.9h-9.1v8.2h9.1v-8.2h0ZM1489.1.8h1.5v33.8h-1.5V.8ZM1534.7.8h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.8ZM1544.4,3.6h-8.2v9.2h8.2V3.6ZM1430.8,16h11.6v11.7h-11.6v-11.7ZM1440.9,17.5h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1896.7 0h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h34c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1V.7h1.5v51.3h-27v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8V.7h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7V0h0ZM1902.1 21.8h-3.9v4.4h3.9v-4.4ZM1839.2 35.8h-14.9v8.5h14.9v-8.5ZM1917.1 39.1h-5.1v5.1h5.1v-5.1h0ZM1822.9 71.6v-25.8h-54v25.8h54ZM1883.3 73h-6.8v8h6.8v-8ZM1889.3 101.5h-12.8v18.5h12.8v-18.5ZM1823 121.5h-9.1v19.6h9.1v-19.6ZM1917.7 132.9h-9.1v8.2h9.1v-8.2h0ZM1695.9.7h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9V6.2h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2V.8h0ZM1692.9 31.6h-9.1v8.2h9.1v-8.2ZM1656.7 69.1h-16.2v8.4h16.2v-8.4ZM1729.3 89.2h-8.2v9.1h8.2v-9.1ZM1753.8 99.8h-23v14.9h23v-14.9ZM1627.1 101.5h-8.2v9.1h8.2v-9.1ZM1692.9 101.5h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1668.9 132.9h-9.1v8.2h9.1v-8.2h0ZM1797.1.7h1.5v33.8h-1.5V.7ZM1842.8.7h1.5v1.4h9.6v12.1h-11.1V3.6h-8.8v-1.5h8.8V.7ZM1852.4 3.6h-8.2v9.2h8.2V3.6ZM1738.8 16h11.6v11.7h-11.6v-11.7ZM1748.9 17.5h-8.7v8.7h8.7v-8.7ZM1260.5 270.3h1.5v.7c0 0 0 19.6 0 19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0 .1 0-6.5 0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27.1v-6.4h-33.9c0-.1 0 25.9 0 25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.4v25.8h50.7v-26h-16.9v-1.5h16.9c0 0 0-23.7 0-23.7h21.7v-20.3h0ZM1265.9 292.1h-3.9v4.4h3.9v-4.4ZM1203 306.1h-14.9v8.5h14.9v-8.5ZM1280.9 309.4h-5.1v5.1h5.1v-5.1h0ZM1186.7 341.8v-25.8h-54v25.8h54ZM1247.1 343.3h-6.8v8h6.8v-8ZM1253.1 371.8h-12.8v18.5h12.8v-18.5ZM1186.7 391.7h-9.1v19.6h9.1v-19.6ZM1281.5 403.1h-9.1v8.2h9.1v-8.2h0ZM1059.6 271h1.5v50.7h-.7v.2h-14.3s0-10.3 0-10.3h-11.7l-.2 58.7h23.9v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c.1 0-40.4 0-40.4 0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1056.6 301.9h-9.1v8.2h9.1v-8.2ZM1020.5 339.4h-16.2v8.4h16.2v-8.4ZM1093.1 359.5h-8.2v9.1h8.2v-9.1ZM1117.6 370.1h-23v14.9h23v-14.9ZM990.9 371.8h-8.2v9.1h8.2v-9.1ZM1056.6 371.8h-22.4v29.8c0 0 22.4 0 22.4 0v-15.2h-11.8v-1.5h11.8v-13.2ZM1032.7 403.1h-9.1v8.2h9.1v-8.2h0ZM1160.9 271h1.5v33.8h-1.5v-33.8ZM1206.6 271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1216.2 273.9h-8.2v9.2h8.2v-9.2ZM1102.6 286.3h11.6v11.7h-11.6v-11.7ZM1112.7 287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1093.3,127h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1059.5,161.8h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1093.3,174.2h-8.2v9.1h8.2v-9.1ZM1152.9,174.2h-20.4v36h20.4v-36ZM1017,176.5h-4.2v5.1h4.2v-5.1ZM1044.3,185h-9.9v10.5h9.9v-10.5ZM1019.5,250.3h-15.4v15.5h15.4v-15.5ZM1131,258h-7.2v6h7.2v-6ZM1217.9,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM1228.5,151.1h-9.1v8.2h9.1v-8.2ZM1281.5,160.9h-51.6v25.2l51.6.2v-25.3h0ZM1197.3,164.7h-9.1v8.2h9.1v-8.2ZM1186.7,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1260.6,232.8h-10.6v18h10.6v-18ZM1105.7,222.5h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1116.7,224h-9.5v8.2h11.2v-8.2h-1.7ZM1299.9,248.8h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3Cpath d='M1421.4,127h1.5v45.8h36.2v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.5v1.5h-9.5v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-60.1v59.4h-1.5v-59.4h-35v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.4s0-17,0-17h-30.8v-1.5h30.8v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h59.6v49.8h60.1v-36h-36.2v10.6h-11.1v-12.1h9.6v-45.8h0ZM1397.6,161.8h-56.6v13.2h5.7v8.1h-7.2v-6.6h-26.6v19h48.2v-11.9h12.8v13.4h-11.4v13.3h35v-48.4ZM1421.4,174.2h-8.2v9.1h8.2v-9.1ZM1481.1,174.2h-20.4v36h20.4v-36ZM1345.2,176.5h-4.2v5.1h4.2v-5.1ZM1372.5,185h-9.9v10.5h9.9v-10.5ZM1347.7,250.3h-15.4v15.5h15.4v-15.5ZM1459.2,258h-7.2v6h7.2v-6ZM1546.1,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-20.9v19.5h-1.5v-.7c0,0,0-18.8,0-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.2c0,.1,0-25,0-25h-10.5v-11.2h0ZM1556.6,151.2h-9.1v8.2h9.1v-8.2ZM1609.7,160.9h-51.6v25.2l51.6.2v-25.3h0ZM1525.4,164.8h-9.1v8.2h9.1v-8.2ZM1514.9,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1588.8,232.8h-10.6v18h10.6v-18ZM1436.4,222.5h11.7v11.2h-10.2v8.4h-1.5v-8.4h-23.4v37.3h-1.5v-38.8h24.9v-9.7h0ZM1446.7,224h-8.8v8.2h8.8v-8.2Z' class='st0'/%3E%3Cpath d='M1588.8,271h1.5v19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h33.9c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h49v1.5h-50.4v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.2v9.9h30.6v-31.4h17.6v1.5h-16.1v29.9h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.5v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.6v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-19.6s0,0,0,0ZM1594.1,292.1h-3.9v4.4h3.9v-4.4ZM1531.2,306.1h-14.9v8.5h14.9v-8.5ZM1609.1,309.4h-5.1v5.1h5.1v-5.1h0ZM1514.9,341.8v-25.8h-54v25.8h54ZM1575.3,343.3h-6.8v8h6.8v-8ZM1581.3,371.8h-12.8v18.5h12.8v-18.5ZM1515,391.7h-9.1v19.6h9.1v-19.6ZM1609.7,403.1h-9.1v8.2h9.1v-8.2ZM1397.6,271h1.5v50.9h-24.8v-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12.1v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9h21.8v-49.4h0ZM1384.9,301.9h-9.1v8.2h9.1v-8.2ZM1348.7,339.4h-16.2v8.4h16.2v-8.4ZM1421.3,359.5h-8.2v9.1h8.2v-9.1ZM1445.8,370.1h-23v14.9h23v-14.9ZM1319.1,371.8h-8.2v9.1h8.2v-9.1ZM1384.9,371.8h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1360.9,403.1h-9.1v8.2h9.1v-8.2h0ZM1489.1,271h1.5v33.8h-1.5v-33.8ZM1534.7,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1544.4,273.9h-8.2v9.2h8.2v-9.2ZM1430.8,286.3h11.6v11.7h-11.6v-11.7ZM1440.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1896.7,270.3h1.5v.7c0,0,0,19.6,0,19.6h5.3v7.4h-6.8v-5.9h-20.2v22.3h34c0,.1,0-6.5,0-6.5h8.1v8.1h-6.6v4.9h24.1v-49.8h1.5v51.3h-27v-6.4h-33.9c0-.1,0,25.9,0,25.9h8.3v11h-9.7v-9.5h-50.7v46.9h50.7v-19.9h15.7v21.4h-14.3v9.9h30.6v-31.4h40.4v1.5h-38.9v30h10.5v11.2h-12v-9.7h-32.1v-11.4h-50.7v21.1h-12v-22.6h10.6v-46.9h-54.1v59.7h-1.5v-59.7h-47.8v-72.3h1.5v70.8h46.4v-27.2h55.5v-10h17.8v11.4h-16.3v25.8h50.7v-26h-16.9v-1.5h16.9c0,0,0-23.7,0-23.7h21.7v-20.3h0ZM1902.1,292.1h-3.9v4.4h3.9v-4.4ZM1839.2,306.1h-14.9v8.5h14.9v-8.5ZM1917.1,309.4h-5.1v5.1h5.1v-5.1h0ZM1822.9,341.8v-25.8h-54v25.8h54ZM1883.3,343.3h-6.8v8h6.8v-8ZM1889.3,371.8h-12.8v18.5h12.8v-18.5ZM1823,391.7h-9.1v19.6h9.1v-19.6ZM1917.7,403.1h-9.1v8.2h9.1v-8.2h0ZM1695.9,271h1.5v50.7h-.7v.2h-14.3s0-10.3,0-10.3h-11.7l-.2,58.7h23.8v14.7h35v-14.9h-9.6v-12.1h11.1v10.6h24.5v17.9h-24.5v18.2h-1.5v-18.2h-35v16.7h-23.9v9.7h-12v-11.2h10.6v-29.9c0,0-40.4,0-40.4,0v10.6h-11.1v-12.1h9.6v-32.4h11.9v-61.4h1.5v61.4h17.7v11.3h-19.2v-9.8h-10.4v30.9h40.5s.2-60.2.2-60.2h13.1v-9.7h12v11.2h-10.5v8.9l12.1-.2v-49.3h0ZM1692.9,301.9h-9.1v8.2h9.1v-8.2ZM1656.7,339.4h-16.2v8.4h16.2v-8.4ZM1729.3,359.5h-8.2v9.1h8.2v-9.1ZM1753.8,370.1h-23v14.9h23v-14.9ZM1627.1,371.8h-8.2v9.1h8.2v-9.1ZM1692.9,371.8h-22.4v29.8c0,0,22.4,0,22.4,0v-15.2h-11.8v-1.5h11.8v-13.2ZM1668.9,403.1h-9.1v8.2h9.1v-8.2h0ZM1797.1,271h1.5v33.8h-1.5v-33.8ZM1842.8,271h1.5v1.4h9.6v12.1h-11.1v-10.6h-8.8v-1.5h8.8v-1.4ZM1852.4,273.9h-8.2v9.2h8.2v-9.2ZM1738.8,286.3h11.6v11.7h-11.6v-11.7ZM1748.9,287.8h-8.7v8.7h8.7v-8.7Z' class='st0'/%3E%3Cpath d='M1729.5,127h1.5v45.8h36.3v-45.8h1.5v45.8h21.9v38.9h-21.9v44.9h28.5v-16.5h47.1v31h-1.5v-29.5h-44.2v15h9.6v1.5h-9.6v13h-1.5v-13h-28.5v7.4h-10.2v-8.9h8.7v-44.9h-70v59.4h-1.5v-59.4h-25.1v13.9h-1.5v-13.9h-28.9v37.2h16.9v18.5h-18.3s0-17,0-17h-29.1v-1.5h29.1v-38.6h30.3v-13.3h-49.7v-21.9c0,0,28,0,28,0v-14.7h49.7v49.8h70v-36h-36.3v10.6h-11.1v-12.1h9.6v-45.8h0ZM1695.7,161.8h-46.7v13.2h5.7v8.1h-7.1v-6.6h-26.6v19h48.3v-11.9h12.8v13.4h-11.4v13.3h25.1v-48.4h0ZM1729.5,174.2h-8.2v9.1h8.2v-9.1ZM1789.1,174.2h-20.4v36h20.4v-36ZM1653.2,176.5h-4.2v5.1h4.2v-5.1ZM1680.5,185h-9.9v10.5h9.9v-10.5ZM1655.7,250.3h-15.4v15.5h15.4v-15.5ZM1767.2,258h-7.2v6h7.2v-6ZM1854.1,149.7h12v9.7h53.1v28.3l-53.1-.2v28.2h53.1v36.6h-21v18.8h-1.5v-18.8h-12v-21h13.6v19.5h19.5v-33.6h-51.6v35.5h-1.5v-35.5h-64.9v-44.2h23.1v-9.7h12v11.2h-10.5v11.4h40.3c0,.1,0-25,0-25h-10.5v-11.2h0ZM1864.7,151.1h-9.1v8.2h9.1v-8.2ZM1917.7,160.9h-51.6v25.2l51.6.2v-25.3h0ZM1833.5,164.7h-9.1v8.2h9.1v-8.2ZM1822.9,174.4h-21.6v41.3h63.4v-28.2h-41.7v-13h0ZM1896.8,232.8h-10.6v18h10.6v-18ZM1741.9,222.5h14.2v11.2h-35.2v37.3h-1.5v-38.8h22.4v-9.7ZM1752.9,224h-9.5v8.2h11.2v-8.2h-1.7ZM1936.1,248.8h1.5v22.2h-1.5v-22.2Z' class='st0'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1024px) {
  .sign-in__logo-wrapper {
    background: var(--color-white);
    grid-area: logo;
    justify-content: flex-end;
  }
}
.sign-in__content {
  container-type: inline-size;
  container-name: sign-in-content;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
@media (min-width: 1024px) {
  .sign-in__content {
    grid-area: content;
  }
}
.sign-in__content-inner {
  padding: 10rem 10rem 5rem 5rem;
}
@container sign-in-content (max-width: 500px) {
  .sign-in__content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .sign-in__content-inner {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .sign-in__content-inner {
    padding-top: 4rem;
  }
}
@container sign-in-content (min-width: 800px) {
  .sign-in__content-inner {
    padding-left: calc((100svw - 700px) / 4);
  }
}
.sign-in__form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .sign-in__form-wrapper {
    background-color: var(--color-blue);
    grid-area: logo2/form/form/footer;
    padding-top: var(--logo-height);
  }
}
.sign-in__form-wrapper::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 461.4 808.8'%3E%3Cdefs%3E%3Cstyle%3E .st0%7Bfill:%23fff%7D %3C/style%3E%3C/defs%3E%3Cg opacity='.2'%3E%3Cpath d='M118.4,238.3v1.2h-.6c0,0-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,242.8v-3.2h-3.7v3.2h3.7ZM88.7,190.6v-12.3h-7v12.3h7ZM85.9,255.3v-4.2h-4.2v4.2h4.2ZM59,177h21.4v-44.9h-21.4v44.9h0ZM57.7,227.2v-5.6h-6.7v5.6h6.7ZM34.1,232.2v-10.6h-15.3v10.6h15.3ZM17.5,177.1v-7.5H1.2v7.5h16.3ZM8.1,255.8v-7.5H1.2v7.5h6.8ZM117.8,71.6v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,69.1v-7.5h-6.8v7.5h6.8ZM61,39v-13.5h-6.9v13.5h6.9ZM44.3,99.3v-6.8h-7.6v6.8h7.6ZM35.5,119.7v-19.1h-12.4v19.1h12.4ZM34.1,14.4v-6.8h-7.6v6.8h7.6ZM34.1,69.1v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,49.2v-7.6H1.2v7.5h6.8ZM117.8,155.6v1.2h-28v-1.2h28ZM117.8,193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,201.5v-6.8h-7.6v6.8h7.6ZM105.1,107.2v9.6h-9.7v-9.6h9.7ZM103.9,115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1,99.5v-6.8h-7.6v6.8h7.6ZM198.1,149v-16.9h-29.9v16.9h29.9ZM196.2,36.1v-3.5h-4.2v3.5h4.2ZM189.2,58.8v-8.2h-8.7v8.2h8.7ZM135,38.2v-12.8h-12.9v12.8h12.9ZM128.6,130.8v-6h-4.9v6h4.9ZM218.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM217.3,211.7v-7.5h-6.8v7.5h6.8ZM209.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,185.8v-7.5h-6.8v7.5h6.8ZM198,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,238.4v-8.8h-15v8.8h15ZM158,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM136.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M237.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM208.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM198.1,372v-6.8h-7.6v6.8h7.6ZM198.1,421.5v-16.9h-29.9v16.9h29.9ZM196.2,308.6v-3.5h-4.2v3.5h4.2ZM189.2,331.3v-8.2h-8.7v8.2h8.7ZM134.9,310.7v-12.8h-12.9v12.8h12.9ZM128.6,403.3v-6h-4.9v6h4.9ZM218.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM217.3,484.2v-7.5h-6.8v7.5h6.8ZM209.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM206,458.3v-7.5h-6.8v7.5h6.8ZM198,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5,510.9v-8.8h-15v8.8h15ZM158,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM156.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M117.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.7h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM100.3,515.3v-3.2h-3.7v3.2h3.7ZM88.7,463.1v-12.3h-7v12.3h7ZM85.9,527.8v-4.2h-4.2v4.2h4.2ZM59,449.5h21.4v-44.9h-21.4v44.9h0ZM57.7,499.7v-5.6h-6.7v5.6h6.7ZM34.1,504.7v-10.6h-15.3v10.6h15.3ZM17.5,449.6v-7.5H1.2v7.5h16.3ZM8.1,528.3v-7.5H1.2v7.5h6.8ZM117.7,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM92.1,341.6v-7.5h-6.8v7.5h6.8ZM61,311.5v-13.5h-6.9v13.5h6.9ZM44.3,371.9v-6.8h-7.6v6.8h7.6ZM35.5,392.2v-19.1h-12.4v19.1h12.4ZM34.1,287v-6.8h-7.6v6.8h7.6ZM34.1,341.6v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,321.7v-7.6H1.2v7.5h6.8ZM117.7,428.2v1.2h-28v-1.2h28ZM117.7,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,474v-6.8h-7.6v6.8h7.6ZM105.1,379.7v9.6h-9.7v-9.6h9.7ZM103.8,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M118.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1H18.8v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3H9.3v8.7H0v-10h8.1v-26.7h9.5v-42.1H0v-10h18.7v8.8h39v-44.9H8.1v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM100.3,771.1v-3.2h-3.7v3.2h3.7ZM88.7,718.9v-12.3h-7v12.3h7ZM85.9,783.5v-4.2h-4.2v4.2h4.2ZM59,705.3h21.4v-44.9h-21.4v44.9h0ZM57.7,755.5v-5.6h-6.7v5.6h6.7ZM34.1,760.5v-10.6h-15.3v10.6h15.3ZM17.5,705.3v-7.5H1.2v7.5h16.3ZM8.1,784v-7.5H1.2v7.5h6.8ZM117.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3H6.8v-1.2h15.1v-29.1h-13.8v-19.9H0v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM92.1,597.3v-7.5h-6.8v7.5h6.8ZM61,567.3v-13.5h-6.9v13.5h6.9ZM44.3,627.6v-6.8h-7.6v6.8h7.6ZM35.5,648v-19.1h-12.4v19.1h12.4ZM34.1,542.7v-6.8h-7.6v6.8h7.6ZM34.1,597.3v-18.6H9.3c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM8.1,577.4v-7.6H1.2v7.5h6.8ZM117.8,683.9v1.2h-28v-1.2h28ZM117.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM115.4,729.8v-6.8h-7.6v6.8h7.6ZM105.1,635.5v9.6h-9.7v-9.6h9.7ZM103.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M237.4 627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1 0 14.1 0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0 0 0 23.3 0 23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM208.4 599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM198.1 627.7v-6.8h-7.6v6.8h7.6ZM198.1 677.2v-16.9h-29.9v16.9h29.9ZM196.2 564.4v-3.5h-4.2v3.5h4.2ZM189.2 587.1v-8.2h-8.7v8.2h8.7ZM135 566.5v-12.8h-12.9v12.8h12.9ZM128.6 659v-6h-4.9v6h4.9ZM218.5 731.2v10h-8.1v44.1h-23.5v-44.1c.1 0-23.3 0-23.3 0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0 0 20.8 0 20.8 0v-8.7h9.3ZM217.3 740v-7.5h-6.8v7.5h6.8ZM209.2 784v-42.8h-20.9v42.8c-.1 0 20.9 0 20.9 0h0ZM206 714.1v-7.5h-6.8v7.5h6.8ZM198 705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM149.5 766.7v-8.8h-15v8.8h15ZM158 638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM156.8 647.2v-7.9h-6.8v9.3h6.8v-1.4ZM136.2 799.3v1.2h-18.4v-1.2h18.4ZM342.4 238.3v1.2h-.6c0 0-16.2 0-16.2 0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0 0 5.4 0 5.4 0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0 0-21.5 0-21.5 0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7 0 19.7 0v18h16.9ZM324.3 242.8v-3.2h-3.7v3.2h3.7ZM312.7 190.6v-12.3h-7v12.3h7ZM309.9 255.3v-4.2h-4.2v4.2h4.2ZM283 177h21.4v-44.9h-21.4v44.9h0ZM281.8 227.2v-5.6h-6.7v5.6h6.7ZM258.1 232.2v-10.6h-15.3v10.6h15.3ZM241.5 177.1v-7.5h-16.3v7.5h16.3ZM232.1 255.8v-7.5h-6.8v7.5h6.8ZM341.8 71.6v1.2h-42.1v-.6h-.1v-11.9s8.6 0 8.6 0v-9.7h-48.8c0-.1 0 19.7 0 19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0 0 0-33.5 0-33.5h-8.8V6.4h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50 .1 50 .1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2 69.1v-7.5h-6.8v7.5h6.8ZM285 39v-13.5h-6.9v13.5h6.9ZM268.3 99.3v-6.8h-7.6v6.8h7.6ZM259.5 119.7v-19.1h-12.4v19.1h12.4ZM258.1 14.4v-6.8h-7.6v6.8h7.6ZM258.1 69.1v-18.6h-24.8c0 0 0 18.6 0 18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1 49.2v-7.6h-6.8v7.5h6.8ZM341.8 155.6v1.2h-28v-1.2h28ZM341.8 193.5v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4 201.5v-6.8h-7.6v6.8h7.6ZM329.1 107.2v9.6h-9.7v-9.6h9.7ZM327.9 115.6v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,99.5v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0V0h1.2v24.2h32.1v25.2h11V8.1h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,71.4v-38.8h-11v4.7h-6.7v-5.9h5.5V9.3h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,99.5v-6.8h-7.6v6.8h7.6ZM422.1,149v-16.9h-29.9v16.9h29.9ZM420.2,36.1v-3.5h-4.2v3.5h4.2ZM413.2,58.8v-8.2h-8.7v8.2h8.7ZM359,38.2v-12.8h-12.9v12.8h12.9ZM352.6,130.8v-6h-4.9v6h4.9ZM442.5,203v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,211.7v-7.5h-6.8v7.5h6.8ZM433.2,255.8v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,185.8v-7.5h-6.8v7.5h6.8ZM422,177.1v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,238.4v-8.8h-15v8.8h15ZM382,109.8v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,119v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,271v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3Cpath d='M461.4,372v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-49.9h-49.3v-1.2h49.3v-29h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-25.6h1.2v25.6h32.1v25.2h11v-41.2h18.2c0,0,0,23.2,0,23.2h12.2v49.5h-41.4v49.9h29.9v-30.1h-8.8v-9.2h10v8h38ZM432.4,352.2v-47h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v29h40.2ZM422.1,372v-6.8h-7.6v6.8h7.6ZM422.1,421.5v-16.9h-29.9v16.9h29.9ZM420.2,308.6v-3.5h-4.2v3.5h4.2ZM413.2,331.3v-8.2h-8.7v8.2h8.7ZM359,310.7v-12.8h-12.9v12.8h12.9ZM352.6,403.3v-6h-4.9v6h4.9ZM442.5,475.5v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-16.2v-1.2h.6s15.6,0,15.6,0v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3,0ZM441.3,484.2v-7.5h-6.8v7.5h6.8ZM433.2,528.3v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,458.3v-7.5h-6.8v7.5h6.8ZM422,449.6v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,510.9v-8.8h-15v8.8h15ZM382,384.4v9.7h-9.3v-8.5h-7v-1.2h7v-19.5h-31v-1.2h32.2v20.7h8.1,0ZM380.8,392.9v-7.3h-6.8v7.3h6.8Z' class='st0'/%3E%3Cpath d='M341.8,510.9v1.2h-16.3v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v40.7h-1.2v-41.9h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v14.6h-1.2v-13.4h-24.8v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.7h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.3c0,0,0,0,0,0ZM324.3,515.3v-3.2h-3.7v3.2h3.7ZM312.7,463.1v-12.3h-7v12.3h7ZM309.9,527.8v-4.2h-4.2v4.2h4.2ZM283,449.5h21.4v-44.9h-21.4v44.9h0ZM281.8,499.7v-5.6h-6.7v5.6h6.7ZM258.1,504.7v-10.6h-15.3v10.6h15.3ZM241.5,449.6v-7.5h-16.3v7.5h16.3ZM232.1,528.3v-7.5h-6.8v7.5h6.8ZM341.8,352.1v1.2h-42.2v-20.5h8.6v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v18.1h41ZM316.1,341.6v-7.5h-6.8v7.5h6.8ZM285,311.5v-13.5h-6.9v13.5h6.9ZM268.3,371.9v-6.8h-7.6v6.8h7.6ZM259.5,392.2v-19.1h-12.4v19.1h12.4ZM258.1,287v-6.8h-7.6v6.8h7.6ZM258.1,341.6v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,321.7v-7.6h-6.8v7.5h6.8ZM341.8,428.2v1.2h-28v-1.2h28ZM341.8,466v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,474v-6.8h-7.6v6.8h7.6ZM329.1,379.7v9.6h-9.7v-9.6h9.7ZM327.9,388.1v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M342.4,766.6v1.2h-.6s-16.2,0-16.2,0v4.4h-6.1v-5.7h4.9v-16.8h-18.5v28.2c0,0,5.4,0,5.4,0v6.7h-6.7v-5.5h-4v20h41.4v1.2h-42.6v-22.5h5.3v-28.2c0,0-21.5,0-21.5,0v6.9h-9.1v-8.1h7.9v-42.1h-39v42.1h16.5v13.1h-17.8v-11.8h-8.2v25.4h26.1v33.5h-1.2v-32.3h-24.9v8.7h-9.3v-10h8.1v-26.7h9.5v-42.1h-17.5v-10h18.7v8.8h39v-44.9h-49.6v-1.2h49.6v-39.7h60v1.2h-58.8v38.5h22.6v46.1h8.3v14.8h-9.5v-13.6h-21.4v42.1h21.6v-14h1.3v14s19.7,0,19.7,0v18h16.9ZM324.3,771.1v-3.2h-3.7v3.2h3.7ZM312.7,718.9v-12.3h-7v12.3h7ZM309.9,783.5v-4.2h-4.2v4.2h4.2ZM283,705.3h21.4v-44.9h-21.4v44.9h0ZM281.8,755.5v-5.6h-6.7v5.6h6.7ZM258.1,760.5v-10.6h-15.3v10.6h15.3ZM241.5,705.3v-7.5h-16.3v7.5h16.3ZM232.1,784v-7.5h-6.8v7.5h6.8ZM341.8,599.8v1.2h-42.1v-.6h-.1v-11.9s8.6,0,8.6,0v-9.7h-48.8c0-.1,0,19.7,0,19.7h-12.2v29.1h12.4v-8h10.1v9.2h-8.8v20.3h-14.8v-20.3h-15.1v-1.2h15.1v-29.1h-13.8v-19.9h-8.1v-10h9.3v8.8h24.8c0,0,0-33.5,0-33.5h-8.8v-9.2h10.1v8h26.9v9.9h51v1.2h-51v14.7h-9.4v-15.9h8.2v-8.7h-25.7v33.6s50,.1,50,.1v10.9h8.1v10h-9.3v-8.7h-7.4v10h41ZM316.2,597.3v-7.5h-6.8v7.5h6.8ZM285,567.3v-13.5h-6.9v13.5h6.9ZM268.3,627.6v-6.8h-7.6v6.8h7.6ZM259.5,648v-19.1h-12.4v19.1h12.4ZM258.1,542.7v-6.8h-7.6v6.8h7.6ZM258.1,597.3v-18.6h-24.8c0,0,0,18.6,0,18.6h12.6v-9.8h1.2v9.8h10.9ZM232.1,577.4v-7.6h-6.8v7.5h6.8ZM341.8,683.9v1.2h-28v-1.2h28ZM341.8,721.8v1.2h-1.2v8h-10.1v-9.2h8.8v-7.3h1.2v7.3h1.2ZM339.4,729.8v-6.8h-7.6v6.8h7.6ZM329.1,635.5v9.6h-9.7v-9.6h9.7ZM327.9,643.9v-7.2h-7.3v7.2h7.3Z' class='st0'/%3E%3Cpath d='M461.4,627.7v1.2h-38v30.1h38v1.2h-38v18.2h-32.3v-18.2h-37.2v23.6h13.7v39.1h-25.7v-1.2h24.5v-36.7h-12.4v7.9h-1.2v-7.9h-10.8v-1.2h10.8v-23.6h-6.2v-8.4h7.4v7.2h37.2v-58.2h-49.3v-1.2h49.3v-20.8h-11.6v-1.2h11.6v-24h-30.9v14h-15.3v-15.2s14.1,0,14.1,0v-24.2h1.2v24.2h32.1v25.2h11v-41.2h18.2c0,0,0,23.3,0,23.3h12.2v41.2h-41.4v58.2h29.9v-30.1h-8.8v-9.2h10.1v8h38ZM432.4,599.7v-38.8h-11v4.7h-6.7v-5.9h5.5v-22.1h-15.7v40.1h9.9v10.7h-11.1v-9.4h-11v20.8h40.2ZM422.1,627.7v-6.8h-7.6v6.8h7.6ZM422.1,677.2v-16.9h-29.9v16.9h29.9ZM420.2,564.4v-3.5h-4.2v3.5h4.2ZM413.2,587.1v-8.2h-8.7v8.2h8.7ZM359,566.5v-12.8h-12.9v12.8h12.9ZM352.6,659v-6h-4.9v6h4.9ZM442.5,731.2v10h-8.1v44.1h-23.5v-44.1c.1,0-23.3,0-23.3,0v44.1h-30.4v-17.4h-15.6v-1.2h15.6v-10h17.4v11.3h-16.2v16.2h27.9v-42.8h-29.5v-1.2h29.5v-53.9h36.7v19.2h8.1v10h-9.3v-8.7h-9.5v33.4c0,0,20.8,0,20.8,0v-8.7h9.3ZM441.3,740v-7.5h-6.8v7.5h6.8ZM433.2,784v-42.8h-20.9v42.8c-.1,0,20.9,0,20.9,0h0ZM430,714.1v-7.5h-6.8v7.5h6.8ZM422,705.3v-18h-34.3v52.6h23.4v-34.6h10.8ZM373.5,766.7v-8.8h-15v8.8h15ZM382,638.1v11.8h-9.3v-29.2h-31v-1.2h32.2v18.6h8.1ZM380.8,647.2v-7.9h-6.8v9.3h6.8v-1.4ZM360.2,799.3v1.2h-18.4v-1.2h18.4Z' class='st0'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1024px) {
  .sign-in__form-wrapper::before {
    content: "";
  }
}
@media (min-width: 1400px) {
  .sign-in__form-wrapper::before {
    background-size: contain;
  }
}
.sign-in__form {
  align-items: center;
  background-color: var(--color-bg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  padding: 2rem;
  padding-bottom: 10rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .sign-in__form {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .sign-in__form {
    aspect-ratio: 1/1;
    padding: 5rem;
    width: auto;
  }
}
.sign-in__footer {
  padding: 2rem;
}
@media (min-width: 1024px) {
  .sign-in__footer {
    grid-area: footer;
  }
}
.sign-in__footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sign-in__footer-container {
    align-items: center;
    flex-direction: row;
  }
}

.social-links {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.social-links .social-link {
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.social-links .social-link:hover, .social-links .social-link:focus {
  opacity: 0.66;
}

.stat-chip {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
}
.stat-chip--centered {
  justify-content: center;
  text-align: center;
}
.stat-chip__label {
  font-size: var(--fz-sm);
}
@media (min-width: 600px) {
  .stat-chip__label {
    font-size: var(--fz-md);
  }
}
.stat-chip--primary {
  color: var(--color-white);
}
.stat-chip--offwhite {
  color: var(--color-text);
}
.stat-chip--secondary {
  color: var(--color-white);
}
.stat-chip--white {
  color: var(--color-text);
}
.stat-chip--action {
  color: var(--color-white);
}
.stat-chip__stat {
  font-size: 2.25rem;
  margin: 0;
}
.stat-chip--small .stat-chip__stat {
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .stat-chip__stat {
    font-size: var(--fz-h1);
  }
}

.tabs {
  background-color: var(--color-white);
  min-height: 600px;
}
.tabs [role=tablist] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5em, 1fr));
  align-items: center;
  justify-content: center;
}
.tabs__link {
  background-color: var(--color-bg-white);
  color: var(--color-action);
  display: flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: var(--fz-md);
  justify-content: center;
  height: 6rem;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs__link:hover, .tabs__link:focus {
  color: var(--color-text);
}
.tabs__panel {
  background-color: var(--color-white);
  padding: 2rem;
}
@media (min-width: 600px) {
  .tabs__panel {
    padding: 2rem 2rem 2rem 4rem;
  }
}
@media (min-width: 600px) {
  .tabs__panel--flush-horiz {
    padding-left: 0;
    padding-right: 0;
  }
}
.tabs [aria-selected=true] {
  background-color: var(--color-white);
  color: var(--color-text);
}
.tabs--faux {
  background-color: var(--color-white);
  display: none;
}
@media (min-width: 600px) {
  .tabs--faux {
    display: block;
  }
}
.tabs--faux__select {
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 600px) {
  .tabs--faux__select {
    display: none;
  }
}
.tabs--faux__select-content .form__elem {
  align-items: center;
  flex-flow: row wrap;
  gap: 2ch;
}
.tabs--faux__select-content .select-wrapper {
  flex-grow: 1;
}
.tabs--faux__inner {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
@media (min-width: 500px) {
  .tabs--faux__inner {
    grid-template-columns: repeat(auto-fit, minmax(5em, 1fr));
  }
}
.tabs--faux__tab {
  background-color: var(--color-bg-white);
  color: var(--color-action);
  display: flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: var(--fz-md);
  justify-content: center;
  height: 6rem;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs--faux__tab:hover, .tabs--faux__tab:focus {
  color: var(--color-text);
}
.tabs--faux__tab.is--active {
  background-color: var(--color-white);
  color: var(--color-text);
}

:root {
  --shadow-transparency: 0.2;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  white-space: normal;
  pointer-events: all;
  width: 100%;
}
.table--fixed {
  table-layout: fixed;
}
.table--fixed .table__col--primary {
  width: 75%;
}
.table--fixed th *, .table--fixed td * {
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.table__head--border {
  border-bottom: 1px solid var(--color-border);
}
.table.sortable th > span {
  position: relative;
  width: auto;
}
.table.sortable th:not(:empty) {
  cursor: pointer;
}
.table.sortable th:not(:empty) > span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -2ch;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.table.sortable th:not(:empty)[aria-sort=ascending] > span::after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--color-action);
}
.table.sortable th:not(:empty)[aria-sort=descending] > span::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color-action);
}
.table th {
  background-color: var(--color-bg-white);
  font-family: var(--font-sans);
  font-size: var(--fz-sm);
  font-weight: var(--fw-regular);
  text-transform: uppercase;
  padding: 2.25rem 2rem;
  text-wrap: pretty;
}
.table th.table__footer--large, .table th.table__header--large {
  font-family: var(--font-serif);
  font-size: 28px;
  text-transform: none;
}
.table th,
.table td {
  vertical-align: top;
}
.table--alt-header th {
  background-color: var(--color-white);
}
.table--border-top {
  border-top: 1px solid var(--color-border);
  margin-top: 2.5rem;
}
.table td {
  border-bottom: 1px solid var(--color-border);
  padding: 1.5rem 2rem;
}
.table td a:not(.button):not(.link) {
  color: var(--color-text);
  text-decoration: underline;
  transition: color 0.2s;
}
.table td a:not(.button):not(.link):hover, .table td a:not(.button):not(.link):focus {
  color: var(--color-action);
}
.table td:is(:nth-child(2)):is(:last-child) {
  text-align: right;
}
.table tr > td:first-child > * {
  max-width: 250px;
  text-wrap: pretty;
}
.table tfoot tr > th:last-child {
  text-align: right;
}
.table tfoot tr > th:first-child {
  text-align: left;
}
.table--link-reverse td a:not(.button):not(.link) {
  color: var(--color-action);
  text-decoration: underline;
}
.table--link-reverse td a:not(.button):not(.link):hover, .table--link-reverse td a:not(.button):not(.link):focus {
  color: var(--color-text);
}
.table__outer-wrapper {
  position: relative;
}
.table__wrapper {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  max-width: calc(100vw - 2rem);
}
.table__wrapper:has(.table--flush) {
  margin-top: 0 !important;
}
.table__wrapper .horizontal-scroll-shadow.shadow-left::before, .table__wrapper .horizontal-scroll-shadow.shadow-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  pointer-events: none;
  z-index: 10;
}
.table__wrapper .horizontal-scroll-shadow.shadow-left::before {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, var(--shadow-transparency)), transparent);
  left: 0;
}
.table__wrapper .horizontal-scroll-shadow.shadow-right::after {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, var(--shadow-transparency)), transparent);
  right: 0;
}
.table--striped tbody tr:nth-child(even of :not([hidden])) {
  background-color: var(--color-bg-white);
}
.table--tight th,
.table--tight td {
  padding: 1rem;
}
.table__note {
  border-bottom: 1px solid var(--color-light-gray);
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
  margin: 2.5rem 0 3rem;
}
@media (min-width: 500px) {
  .table__note {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto;
    grid-column-gap: 5rem;
    padding: 2rem 0 3rem;
  }
}
.table__icon-label {
  align-items: center;
  display: flex;
  gap: 1ch;
  justify-content: end;
}

.thankyou {
  align-items: stretch;
}
.thankyou::before {
  background: url("thankyou-lines.png") no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  z-index: 1;
}
.thankyou__wrapper {
  position: relative;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(28, 29, 68) 70%, rgb(28, 29, 68) 100%);
}
@media (min-width: 768px) {
  .thankyou__wrapper {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(28, 29, 68) 60%, rgb(28, 29, 68) 100%);
  }
}
@media (min-width: 1024px) {
  .thankyou__wrapper {
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgb(28, 29, 68) 51%, rgb(28, 29, 68) 100%);
  }
}
.thankyou__head {
  place-content: center;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1024px) {
  .thankyou__head {
    padding: 7.5rem 0;
    text-align: left;
  }
}
.thankyou__message {
  padding: 7.5rem 2.5rem;
  place-content: center;
}
@media (min-width: 768px) {
  .thankyou__message {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .thankyou__message {
    padding: 7.5rem;
  }
}
.thankyou__signature-image {
  background-color: var(--color-action);
  padding: 2rem;
}

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

:root {
  interpolate-size: allow-keywords;
}

body {
  accent-color: var(--color-text);
  background-color: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
}

p {
  margin: 0;
}

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

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

/*# sourceMappingURL=index.css.map */
