@keyframes slide-horizontal-new {
  0% {
    transform: translate(100%);
  }
}

@keyframes slide-horizontal-old {
  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate(-100%);
  }
}

@keyframes slide-vertical-new {
  0% {
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical-old {
  80% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes out-in-new {
  0% {
    opacity: 0;
  }
}

@keyframes out-in-old {
  to {
    opacity: 0;
  }
}

:root:active-view-transition {
  view-transition-name: none;
}

:root:active-view-transition::view-transition-group(*) {
  animation: none;
}

:root:active-view-transition::view-transition-old(*) {
  animation: none;
}

:root:active-view-transition::view-transition-new(*) {
  animation: none;
}

::view-transition {
  pointer-events: none;
}

:root:active-view-transition #SITE_HEADER {
  view-transition-name: header-group;
}

:root:active-view-transition #WIX_ADS {
  view-transition-name: wix-ads-group;
}

:root:active-view-transition #SITE_FOOTER {
  view-transition-name: footer-group;
}

:root:active-view-transition #BACKGROUND_GROUP_TRANSITION_GROUP > div {
  view-transition-name: background-group;
}

:root:active-view-transition::view-transition-group(page-group) {
  pointer-events: all;
  cursor: wait;
  animation: revert;
  animation-duration: 0.6s;
}

:root:active-view-transition::view-transition-old(page-group) {
  pointer-events: all;
  cursor: wait;
  animation: revert;
  animation-duration: 0.6s;
}

:root:active-view-transition::view-transition-new(page-group) {
  pointer-events: all;
  cursor: wait;
  animation: revert;
  animation-duration: 0.6s;
}

:root:active-view-transition-type(SlideHorizontal)::view-transition-old(
    page-group
  ) {
  mix-blend-mode: normal;
  animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) forwards slide-horizontal-old;
}

:root:active-view-transition-type(SlideHorizontal)::view-transition-new(
    page-group
  ) {
  mix-blend-mode: normal;
  animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) backwards slide-horizontal-new;
}

:root:active-view-transition-type(SlideVertical)::view-transition-old(
    page-group
  ) {
  mix-blend-mode: normal;
  animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) forwards slide-vertical-old;
}

:root:active-view-transition-type(SlideVertical)::view-transition-new(
    page-group
  ) {
  mix-blend-mode: normal;
  animation: 0.6s cubic-bezier(0.83, 0, 0.17, 1) backwards slide-vertical-new;
}

:root:active-view-transition-type(OutIn)::view-transition-old(page-group) {
  animation: 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards out-in-old;
}

:root:active-view-transition-type(OutIn)::view-transition-new(page-group) {
  animation: 0.35s cubic-bezier(0.64, 0, 0.78, 0) 0.35s backwards out-in-new;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) {
    animation: none !important;
  }

  ::view-transition-old(*) {
    animation: none !important;
  }

  ::view-transition-new(*) {
    animation: none !important;
  }
}

html,
body {
  vertical-align: baseline;
  background: 0 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}

body {
  --scrollbar-width: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: auto;
  overflow-y: scroll;
}

body:not(.responsive) #site-root {
  width: 100%;
}

body:not([data-js-loaded]) [data-hide-prejs] {
  visibility: hidden;
}

interact-element {
  display: contents;
}

#SITE_CONTAINER {
  position: relative;
}

:root {
  --one-unit: 1vw;
  --section-max-width: 9999px;
  --spx-stopper-max: 9999px;
  --spx-stopper-min: 0px;
  --browser-zoom: 1;
}

@supports ((-webkit-appearance: none)) and (stroke-color: transparent) {
  :root {
    --safari-sticky-fix: opacity;
    --experimental-safari-sticky-fix: translateZ(0);
  }
}

@supports (container-type: inline-size) {
  :root {
    --one-unit: 1cqw;
  }
}

[id^="oldHoverBox-"] {
  mix-blend-mode: plus-lighter;
  transition:
    opacity 0.5s,
    visibility 0.5s;
}

[data-mesh-id$="inlineContent-gridContainer"]:has(> [id^="oldHoverBox-"]) {
  isolation: isolate;
}

/*# sourceMappingURL=main.68f9276d.min.css.map*/

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav,
button,
section,
header,
footer,
title {
  vertical-align: baseline;
  background: 0 0;
  border: 0;
  outline: 0;
  /* margin: 0; */
  padding: 0;
}

textarea,
input,
select {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.testStyles {
  overflow-y: hidden;
}

.reset-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 0;
  line-height: normal;
  overflow: visible;
}

:focus {
  outline: none;
}

body.device-mobile-optimized:not(.disable-site-overflow) {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: visible;
}

body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling)
  #SITE_CONTAINER {
  margin-top: 0;
}

body.device-mobile-optimized > * {
  max-width: 100% !important;
}

body.device-mobile-optimized #site-root {
  overflow: hidden;
}

@supports (overflow: clip) {
  body.device-mobile-optimized #site-root {
    overflow: clip;
  }
}

body.device-mobile-non-optimized #SITE_CONTAINER #site-root {
  overflow: clip;
}

body.device-mobile-non-optimized.fullScreenMode {
  background-color: #5f6360;
}

body.device-mobile-non-optimized.fullScreenMode #site-root,
body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
body.fullScreenMode #WIX_ADS {
  visibility: hidden;
}

body.fullScreenMode {
  overflow: hidden !important;
}

body.fullScreenMode.device-mobile-optimized #TINY_MENU {
  opacity: 0;
  pointer-events: none;
}

body.fullScreenMode-scrollable.device-mobile-optimized {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.fullScreenMode-scrollable.device-mobile-optimized #site-root,
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
  overflow: hidden !important;
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND {
  height: auto !important;
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
  height: 0 !important;
}

body.blockSiteScrolling,
body.siteScrollingBlocked {
  width: 100%;
  position: fixed;
}

body.siteScrollingBlockedIOSFix {
  overflow: hidden !important;
}

body.blockSiteScrolling #SITE_CONTAINER {
  margin-top: calc(var(--blocked-site-scroll-margin-top) * -1);
}

#site-root {
  top: var(--wix-ads-height);
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}

#site-root img:not([src]) {
  /* visibility: hidden; */
}

#site-root svg img:not([src]) {
  visibility: visible;
}

.auto-generated-link {
  color: inherit;
}

#SCROLL_TO_TOP,
#SCROLL_TO_BOTTOM {
  height: 0;
}

.has-click-trigger {
  cursor: pointer;
}

.fullScreenOverlay {
  z-index: 1005;
  justify-content: center;
  display: flex;
  position: fixed;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
}

.fullScreenOverlay > .fullScreenOverlayContent {
  margin: 0 auto;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateZ(0);
}

[data-mesh-id$="inlineContent"],
[data-mesh-id$="centeredContent"],
[data-mesh-id$="form"] {
  pointer-events: none;
  position: relative;
}

[data-mesh-id$="-gridWrapper"],
[data-mesh-id$="-rotated-wrapper"] {
  pointer-events: none;
}

[data-mesh-id$="-gridContainer"] > *,
[data-mesh-id$="-rotated-wrapper"] > *,
[data-mesh-id$="inlineContent"] > :not([data-mesh-id$="-gridContainer"]) {
  pointer-events: auto;
}

.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
  -ms-grid-row: 2;
  grid-area: 2/1/3/2;
  position: relative;
}

#masterPage.mesh-layout {
  display: -ms-grid;
  -ms-grid-rows: max-content max-content min-content max-content;
  -ms-grid-columns: 100%;
  grid-template-rows: max-content max-content min-content max-content;
  grid-template-columns: 100%;
  justify-content: stretch;
  align-items: start;
  display: grid;
}

#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~="mobileView"],
#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapBeforePagesContainer,
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_FOOTER-placeholder {
  -ms-grid-column: 1;
  -ms-grid-row-align: start;
  -ms-grid-column-align: start;
}

#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER-placeholder {
  -ms-grid-row: 1;
  grid-area: 1/1/2/2;
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapBeforePagesContainer,
#masterPage.mesh-layout #soapAfterPagesContainer {
  -ms-grid-row: 3;
  grid-area: 3/1/4/2;
}

#masterPage.mesh-layout #soapBeforePagesContainer,
#masterPage.mesh-layout #soapAfterPagesContainer {
  width: 100%;
}

#masterPage.mesh-layout #PAGES_CONTAINER {
  align-self: stretch;
}

#masterPage.mesh-layout main#PAGES_CONTAINER {
  display: block;
}

#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_FOOTER-placeholder {
  -ms-grid-row: 4;
  grid-area: 4/1/5/2;
}

#masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERcenteredContent"],
#masterPage.mesh-layout [data-mesh-id="PAGES_CONTAINERinlineContent"],
#masterPage.mesh-layout #SITE_PAGES {
  height: 100%;
}

#masterPage.mesh-layout.desktop > * {
  width: 100%;
}

#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #masterPageinlineContent,
#masterPage.mesh-layout #SITE_FOOTER,
#masterPage.mesh-layout #SITE_HEADER {
  position: relative;
}

#masterPage.mesh-layout #SITE_HEADER {
  grid-area: 1/1/2/2;
}

#masterPage.mesh-layout #SITE_FOOTER {
  grid-area: 4/1/5/2;
}

#masterPage.mesh-layout.overflow-x-clip #SITE_HEADER,
#masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER {
  overflow-x: clip;
}

[data-z-counter] {
  z-index: 0;
}

[data-z-counter="0"] {
  z-index: auto;
}

.wixSiteProperties {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --wst-button-color-fill-primary: rgb(var(--color_48));
  --wst-button-color-border-primary: rgb(var(--color_49));
  --wst-button-color-text-primary: rgb(var(--color_50));
  --wst-button-color-fill-primary-hover: rgb(var(--color_51));
  --wst-button-color-border-primary-hover: rgb(var(--color_52));
  --wst-button-color-text-primary-hover: rgb(var(--color_53));
  --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
  --wst-button-color-border-primary-disabled: rgb(var(--color_55));
  --wst-button-color-text-primary-disabled: rgb(var(--color_56));
  --wst-button-color-fill-secondary: rgb(var(--color_57));
  --wst-button-color-border-secondary: rgb(var(--color_58));
  --wst-button-color-text-secondary: rgb(var(--color_59));
  --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
  --wst-button-color-border-secondary-hover: rgb(var(--color_61));
  --wst-button-color-text-secondary-hover: rgb(var(--color_62));
  --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
  --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
  --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
  --wst-color-fill-base-1: rgb(var(--color_36));
  --wst-color-fill-base-2: rgb(var(--color_37));
  --wst-color-fill-base-shade-1: rgb(var(--color_38));
  --wst-color-fill-base-shade-2: rgb(var(--color_39));
  --wst-color-fill-base-shade-3: rgb(var(--color_40));
  --wst-color-fill-accent-1: rgb(var(--color_41));
  --wst-color-fill-accent-2: rgb(var(--color_42));
  --wst-color-fill-accent-3: rgb(var(--color_43));
  --wst-color-fill-accent-4: rgb(var(--color_44));
  --wst-color-fill-background-primary: rgb(var(--color_11));
  --wst-color-fill-background-secondary: rgb(var(--color_12));
  --wst-color-text-primary: rgb(var(--color_15));
  --wst-color-text-secondary: rgb(var(--color_14));
  --wst-color-action: rgb(var(--color_18));
  --wst-color-disabled: rgb(var(--color_39));
  --wst-color-title: rgb(var(--color_45));
  --wst-color-subtitle: rgb(var(--color_46));
  --wst-color-line: rgb(var(--color_47));
  --wst-font-style-h2: var(--font_2);
  --wst-font-style-h3: var(--font_3);
  --wst-font-style-h4: var(--font_4);
  --wst-font-style-h5: var(--font_5);
  --wst-font-style-h6: var(--font_6);
  --wst-font-style-body-large: var(--font_7);
  --wst-font-style-body-medium: var(--font_8);
  --wst-font-style-body-small: var(--font_9);
  --wst-font-style-body-x-small: var(--font_10);
  --wst-color-custom-1: rgb(var(--color_13));
  --wst-color-custom-2: rgb(var(--color_16));
  --wst-color-custom-3: rgb(var(--color_17));
  --wst-color-custom-4: rgb(var(--color_19));
  --wst-color-custom-5: rgb(var(--color_20));
  --wst-color-custom-6: rgb(var(--color_21));
  --wst-color-custom-7: rgb(var(--color_22));
  --wst-color-custom-8: rgb(var(--color_23));
  --wst-color-custom-9: rgb(var(--color_24));
  --wst-color-custom-10: rgb(var(--color_25));
  --wst-color-custom-11: rgb(var(--color_26));
  --wst-color-custom-12: rgb(var(--color_27));
  --wst-color-custom-13: rgb(var(--color_28));
  --wst-color-custom-14: rgb(var(--color_29));
  --wst-color-custom-15: rgb(var(--color_30));
  --wst-color-custom-16: rgb(var(--color_31));
  --wst-color-custom-17: rgb(var(--color_32));
  --wst-color-custom-18: rgb(var(--color_33));
  --wst-color-custom-19: rgb(var(--color_34));
  --wst-color-custom-20: rgb(var(--color_35));
}

.wix-presets-wrapper {
  display: contents;
}

.builder-root {
  box-sizing: border-box;
}

/*# sourceMappingURL=main.renderer.0e79bfca.min.css.map*/

.PlZyDq {
  touch-action: manipulation;
}

.uDW_Qe {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: var(--label-align);
  min-width: 100%;
  text-align: initial;
  width: -moz-max-content;
  width: max-content;
}

.uDW_Qe:before {
  max-width: var(--margin-start, 0);
}

.uDW_Qe:after,
.uDW_Qe:before {
  align-self: stretch;
  content: "";
  flex-grow: 1;
}

.uDW_Qe:after {
  max-width: var(--margin-end, 0);
}

.FubTgk {
  height: 100%;
}

.FubTgk .uDW_Qe {
  border-radius: var(--corvid-border-radius, var(--rd, 0));
  bottom: 0;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: var(
    --trans1,
    border-color 0.4s ease 0s,
    background-color 0.4s ease 0s
  );
}

.FubTgk .uDW_Qe:link,
.FubTgk .uDW_Qe:visited {
  border-color: transparent;
}

.FubTgk .l7_2fn {
  color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
  font: var(--fnt, var(--font_5));
  margin: 0;
  position: relative;
  transition: var(--trans2, color 0.4s ease 0s);
  white-space: nowrap;
}

.FubTgk[aria-disabled="false"] .uDW_Qe {
  background-color: var(
    --corvid-background-color,
    rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1))
  );
  border: solid
    var(
      --corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    )
    var(--corvid-border-width, var(--brw, 0));
  cursor: pointer !important;
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled="false"]:active .uDW_Qe,
body.device-mobile-optimized .FubTgk[aria-disabled="false"]:active .uDW_Qe {
  background-color: var(
    --corvid-hover-background-color,
    rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1))
  );
  border-color: var(
    --corvid-hover-border-color,
    rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
  );
}

:host(.device-mobile-optimized) .FubTgk[aria-disabled="false"]:active .l7_2fn,
body.device-mobile-optimized .FubTgk[aria-disabled="false"]:active .l7_2fn {
  color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
}

:host(:not(.device-mobile-optimized))
  .FubTgk[aria-disabled="false"]:hover
  .uDW_Qe,
body:not(.device-mobile-optimized)
  .FubTgk[aria-disabled="false"]:hover
  .uDW_Qe {
  background-color: var(
    --corvid-hover-background-color,
    rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1))
  );
  border-color: var(
    --corvid-hover-border-color,
    rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
  );
}

:host(:not(.device-mobile-optimized))
  .FubTgk[aria-disabled="false"]:hover
  .l7_2fn,
body:not(.device-mobile-optimized)
  .FubTgk[aria-disabled="false"]:hover
  .l7_2fn {
  color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
}

.FubTgk[aria-disabled="true"] .uDW_Qe {
  background-color: var(
    --corvid-disabled-background-color,
    rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1))
  );
  border-color: var(
    --corvid-disabled-border-color,
    rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1))
  );
  border-style: solid;
  border-width: var(--corvid-border-width, var(--brw, 0));
}

.FubTgk[aria-disabled="true"] .l7_2fn {
  color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)));
}

.uUxqWY {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: var(--label-align);
  min-width: 100%;
  text-align: initial;
  width: -moz-max-content;
  width: max-content;
}

.uUxqWY:before {
  max-width: var(--margin-start, 0);
}

.uUxqWY:after,
.uUxqWY:before {
  align-self: stretch;
  content: "";
  flex-grow: 1;
}

.uUxqWY:after {
  max-width: var(--margin-end, 0);
}

.Vq4wYb[aria-disabled="false"] .uUxqWY {
  cursor: pointer;
}

:host(.device-mobile-optimized) .Vq4wYb[aria-disabled="false"]:active .wJVzSK,
body.device-mobile-optimized .Vq4wYb[aria-disabled="false"]:active .wJVzSK {
  color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
  transition: var(--trans, color 0.4s ease 0s);
}

:host(:not(.device-mobile-optimized))
  .Vq4wYb[aria-disabled="false"]:hover
  .wJVzSK,
body:not(.device-mobile-optimized)
  .Vq4wYb[aria-disabled="false"]:hover
  .wJVzSK {
  color: var(--corvid-hover-color, rgb(var(--txth, var(--color_15, color_15))));
  transition: var(--trans, color 0.4s ease 0s);
}

.Vq4wYb .uUxqWY {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Vq4wYb .wJVzSK {
  color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
  font: var(--fnt, var(--font_5));
  transition: var(--trans, color 0.4s ease 0s);
  white-space: nowrap;
}

.Vq4wYb[aria-disabled="true"] .wJVzSK {
  color: var(--corvid-disabled-color, rgb(var(--txtd, 255, 255, 255)));
}

:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
  display: flex;
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
  -moz-column-gap: var(--margin);
  column-gap: var(--margin);
  direction: var(--direction);
  display: flex;
  margin: 0 auto;
  position: relative;
  width: calc(100% - var(--padding) * 2);
}

:host(:not(.device-mobile-optimized)) .V5AUxf > *,
body:not(.device-mobile-optimized) .V5AUxf > * {
  direction: ltr;
  flex: var(--column-flex) 1 0%;
  left: 0;
  margin-bottom: var(--padding);
  margin-top: var(--padding);
  min-width: 0;
  position: relative;
  top: 0;
}

:host(.device-mobile-optimized) .V5AUxf,
body.device-mobile-optimized .V5AUxf {
  display: block;
  padding-bottom: var(--padding-y);
  padding-left: var(--padding-x, 0);
  padding-right: var(--padding-x, 0);
  padding-top: var(--padding-y);
  position: relative;
}

:host(.device-mobile-optimized) .V5AUxf > *,
body.device-mobile-optimized .V5AUxf > * {
  margin-bottom: var(--margin);
  position: relative;
}

:host(.device-mobile-optimized) .V5AUxf > :first-child,
body.device-mobile-optimized .V5AUxf > :first-child {
  margin-top: var(--firstChildMarginTop, 0);
}

:host(.device-mobile-optimized) .V5AUxf > :last-child,
body.device-mobile-optimized .V5AUxf > :last-child {
  margin-bottom: var(--lastChildMarginBottom);
}

.LIhNy3 {
  backface-visibility: hidden;
}

.jhxvbR,
.mtrorN {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.if7Vw2 {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.if7Vw2.f0uTJH {
  clip: rect(0, auto, auto, 0);
}

.if7Vw2 .i1tH8h {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.if7Vw2 .DXi4PB {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.if7Vw2 .DXi4PB img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .if7Vw2.f0uTJH {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.wG8dni {
  height: 100%;
}

.tcElKx {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.ImALHf,
.Ybjs9b {
  opacity: var(--fill-layer-video-opacity);
}

.UWmm3w {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.Yjj1af {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.ImALHf {
  height: 100%;
  position: relative;
  width: 100%;
}

.KCM6zk {
  opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1));
}

.KCM6zk .DXi4PB,
.KCM6zk .ImALHf,
.KCM6zk .Ybjs9b {
  opacity: 1;
}

._uqPqy {
  clip-path: var(--fill-layer-clip);
}

._uqPqy,
.eKyYhK {
  position: absolute;
  top: 0;
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
  height: 100%;
  width: 100%;
}

.pnCr6P {
  opacity: 0;
}

.blf7sp,
.pnCr6P {
  position: absolute;
  top: 0;
}

.blf7sp {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.rWP3Gv {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
  height: 100%;
  top: 0;
  width: 100%;
}

.wRqk6s {
  position: absolute;
}

.Tr4n3d {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .Tr4n3d {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

.VXAmO2 {
  --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
  --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
  --divider-pin-border__: min(
    1,
    calc(var(--divider-layers-pin-factor__) / -1 + 1)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-height__) *
      var(--divider-layers-size__) * var(--divider-layers-y__)
  );
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
  left: 0;
  position: absolute;
  width: 100%;
}

.VXAmO2 .dy3w_9 {
  --divider-layer-i__: var(--divider-layer-i, 0);
  background-position: left
    calc(
      50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
        var(--divider-layer-i__)
    )
    bottom;
  background-repeat: repeat-x;
  border-bottom-style: solid;
  border-bottom-width: calc(
    var(--divider-pin-border__) * var(--divider-layer-i__) *
      var(--divider-layers-y__)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-layer-height__) *
      var(--divider-layer-i__) * var(--divider-layers-y__)
  );
  opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1));
}

.UORcXs {
  --divider-height__: var(--divider-top-height, auto);
  --divider-offset-x__: var(--divider-top-offset-x, 0px);
  --divider-layers-size__: var(--divider-top-layers-size, 0);
  --divider-layers-y__: var(--divider-top-layers-y, 0px);
  --divider-layers-x__: var(--divider-top-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
  border-top: var(--divider-top-padding, 0) solid
    var(--divider-top-color, currentColor);
  opacity: var(--divider-top-opacity, 1);
  top: 0;
  transform: var(--divider-top-flip, scaleY(-1));
}

.UORcXs .dy3w_9 {
  background-image: var(--divider-top-image, none);
  background-size: var(--divider-top-size, contain);
  border-color: var(--divider-top-color, currentColor);
  bottom: 0;
  filter: var(--divider-top-filter, none);
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
  display: var(--divider-top-layer-1-display, block);
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
  display: var(--divider-top-layer-2-display, block);
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
  display: var(--divider-top-layer-3-display, block);
}

.Io4VUz {
  --divider-height__: var(--divider-bottom-height, auto);
  --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
  --divider-layers-size__: var(--divider-bottom-layers-size, 0);
  --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
  --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
  border-bottom: var(--divider-bottom-padding, 0) solid
    var(--divider-bottom-color, currentColor);
  bottom: 0;
  opacity: var(--divider-bottom-opacity, 1);
  transform: var(--divider-bottom-flip, none);
}

.Io4VUz .dy3w_9 {
  background-image: var(--divider-bottom-image, none);
  background-size: var(--divider-bottom-size, contain);
  border-color: var(--divider-bottom-color, currentColor);
  bottom: 0;
  filter: var(--divider-bottom-filter, none);
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
  display: var(--divider-bottom-layer-1-display, block);
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
  display: var(--divider-bottom-layer-2-display, block);
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
  display: var(--divider-bottom-layer-3-display, block);
}

.YzqVVZ {
  overflow: visible;
  position: relative;
}

.mwF7X1 {
  backface-visibility: hidden;
}

.YGilLk {
  cursor: pointer;
}

.Tj01hh {
  display: block;
}

.MW5IWV,
.Tj01hh {
  height: 100%;
  width: 100%;
}

.MW5IWV {
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

wix-media-canvas {
  display: block;
  height: 100%;
}

.I8xA4L {
  opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1));
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
  opacity: 1;
}

.bX9O_S {
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

._C0cVf {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hFwGTD {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.IQgXoP {
  transition: 0.2s;
}

.Nr3Nid {
  opacity: 0;
  transition: 0.2s ease-in;
}

.Nr3Nid.l4oO6c {
  z-index: -1 !important;
}

.iQuoC4 {
  opacity: 1;
  transition: 0.2s;
}

.CJF7A2 {
  height: auto;
}

.CJF7A2,
.U4Bvut {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .G5K6X8,
body:not(.device-mobile-optimized) .G5K6X8 {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.xU8fqS[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.xU8fqS[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.xU8fqS ._4XcTfy {
  background-color: var(
    --screenwidth-corvid-background-color,
    rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
  );
  border-bottom: var(--brwb, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  border-top: var(--brwt, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  bottom: 0;
  box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, 0.7));
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.xU8fqS .gUbusX {
  background-color: rgba(
    var(--bgctr, var(--color_11, color_11)),
    var(--alpha-bgctr, 1)
  );
  border-radius: var(--rd, 0);
  bottom: var(--brwb, 0);
  top: var(--brwt, 0);
}

.xU8fqS .G5K6X8,
.xU8fqS .gUbusX {
  left: 0;
  position: absolute;
  right: 0;
}

.xU8fqS .G5K6X8 {
  bottom: 0;
  top: 0;
}

:host(.device-mobile-optimized) .xU8fqS .G5K6X8,
body.device-mobile-optimized .xU8fqS .G5K6X8 {
  left: 10px;
  right: 10px;
}

.SPY_vo {
  pointer-events: none;
}

.BmZ5pC {
  min-height: calc(100vh - var(--wix-ads-height));
  min-width: var(--site-width);
  position: var(--bg-position);
  top: var(--wix-ads-height);
}

.BmZ5pC,
.nTOEE9 {
  height: 100%;
  width: 100%;
}

.nTOEE9 {
  overflow: hidden;
  position: relative;
}

.nTOEE9.sqUyGm:hover {
  /* cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==),
    auto; */
}

.nTOEE9.C_JY0G:hover {
  /* cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==),
    auto; */
}

.RZQnmg {
  background-color: rgb(var(--color_11));
  border-radius: 50%;
  bottom: 12px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 12px;
  width: 40px;
}

.RZQnmg path {
  fill: rgb(var(--color_15));
}

.RZQnmg:focus {
  /* cursor: auto; */
  opacity: 1;
  /* pointer-events: auto; */
}

.rYiAuL {
  cursor: pointer;
}

.gSXewE {
  height: 0;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 0;
}

.OJQ_3L,
.gSXewE {
  position: absolute;
}

.OJQ_3L {
  background-color: rgb(var(--color_11));
  border-radius: 300px;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 16px 16px;
  opacity: 0;
  pointer-events: none;
  right: 0;
  width: 40px;
}

.OJQ_3L path {
  fill: rgb(var(--color_12));
}

.OJQ_3L:focus {
  /* cursor: auto; */
  opacity: 1;
  pointer-events: auto;
}

.j7pOnl {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.BI8PVQ {
  min-height: var(--image-min-height);
  min-width: var(--image-min-width);
}

.BI8PVQ img,
img.BI8PVQ {
  filter: var(--filter-effect-svg-url);
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100% 100%);
  mask-size: var(--mask-size, 100% 100%);
  -o-object-position: var(--object-position);
  object-position: var(--object-position);
}

.MazNVa {
  left: var(--left, auto);
  position: var(--position-fixed, static);
  top: var(--top, auto);
  z-index: var(--z-index, auto);
}

.MazNVa .BI8PVQ img {
  box-shadow: 0 0 0 #000;
  position: static;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.MazNVa .j7pOnl {
  display: block;
  overflow: hidden;
}

.MazNVa .BI8PVQ {
  overflow: hidden;
}

.c7cMWz {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.FVGvCX {
  height: auto;
  position: relative;
  width: 100%;
}

body:not(.responsive) .zK7MhX {
  align-self: start;
  grid-area: 1/1/1/1;
  height: 100%;
  justify-self: stretch;
  left: 0;
  position: relative;
}

:host(:not(.device-mobile-optimized)) .c7cMWz,
body:not(.device-mobile-optimized) .c7cMWz {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.fEm0Bo .c7cMWz {
  background-color: rgba(
    var(--bg, var(--color_11, color_11)),
    var(--alpha-bg, 1)
  );
  overflow: hidden;
}

:host(.device-mobile-optimized) .c7cMWz,
body.device-mobile-optimized .c7cMWz {
  left: 10px;
  right: 10px;
}

.PFkO7r {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.HT5ybB {
  height: auto;
  position: relative;
  width: 100%;
}

body:not(.responsive) .dBAkHi {
  align-self: start;
  grid-area: 1/1/1/1;
  height: 100%;
  justify-self: stretch;
  left: 0;
  position: relative;
}

:host(:not(.device-mobile-optimized)) .PFkO7r,
body:not(.device-mobile-optimized) .PFkO7r {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

:host(.device-mobile-optimized) .PFkO7r,
body.device-mobile-optimized .PFkO7r {
  left: 10px;
  right: 10px;
}
.cwL6XW {
  cursor: pointer;
}

.sNF2R0 {
  opacity: 0;
}

.hLoBV3 {
  transition: opacity var(--transition-duration) cubic-bezier(0.37, 0, 0.63, 1);
}

.Rdf41z,
.hLoBV3 {
  opacity: 1;
}

.ftlZWo {
  transition: opacity var(--transition-duration) cubic-bezier(0.37, 0, 0.63, 1);
}

.ATGlOr,
.ftlZWo {
  opacity: 0;
}

.KQSXD0 {
  transition: opacity var(--transition-duration) cubic-bezier(0.64, 0, 0.78, 0);
}

.KQSXD0,
.pagQKE {
  opacity: 1;
}

._6zG5H {
  opacity: 0;
  transition: opacity var(--transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.BB49uC {
  transform: translateX(100%);
}

.j9xE1V {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.ICs7Rs,
.j9xE1V {
  transform: translateX(0);
}

.DxijZJ {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.B5kjYq,
.DxijZJ {
  transform: translateX(-100%);
}

.cJijIV {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.cJijIV,
.hOxaWM {
  transform: translateX(0);
}

.T9p3fN {
  transform: translateX(100%);
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.qDxYJm {
  transform: translateY(100%);
}

.aA9V0P {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.YPXPAS,
.aA9V0P {
  transform: translateY(0);
}

.Xf2zsA {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.Xf2zsA,
.y7Kt7s {
  transform: translateY(-100%);
}

.EeUgMu {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.EeUgMu,
.fdHrtm {
  transform: translateY(0);
}

.WIFaG4 {
  transform: translateY(100%);
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

body:not(.responsive) .JsJXaX {
  overflow-x: clip;
}

:root:active-view-transition .JsJXaX {
  view-transition-name: page-group;
}

.AnQkDU {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
}

.AnQkDU > div {
  align-self: stretch !important;
  grid-area: 1/1/2/2;
  justify-self: stretch !important;
}

.StylableButton2545352419__root {
  -archetype: box;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  min-height: 10px;
  min-width: 10px;
  padding: 0;
  touch-action: manipulation;
  width: 100%;
}

.StylableButton2545352419__root[disabled] {
  pointer-events: none;
}

.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasBackgroundColor {
  background-color: var(--corvid-background-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverBackgroundColor {
  background-color: var(--corvid-hover-background-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
  background-color: var(--corvid-disabled-background-color) !important;
}

.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasBorderColor {
  border-color: var(--corvid-border-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverBorderColor {
  border-color: var(--corvid-hover-border-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledBorderColor {
  border-color: var(--corvid-disabled-border-color) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
  border-radius: var(--corvid-border-radius) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
  border-width: var(--corvid-border-width) !important;
}

.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasColor
  .StylableButton2545352419__label {
  color: var(--corvid-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverColor
  .StylableButton2545352419__label {
  color: var(--corvid-hover-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledColor
  .StylableButton2545352419__label {
  color: var(--corvid-disabled-color) !important;
}

.StylableButton2545352419__link {
  -archetype: box;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
}

.StylableButton2545352419__container {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  transition:
    all 0.2s ease,
    visibility 0s;
  width: 100%;
}

.StylableButton2545352419__label {
  -archetype: text;
  -controller-part-type:
    LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
  max-width: 100%;
  min-width: 1.8em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  transition: inherit;
  white-space: nowrap;
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent
  .StylableButton2545352419__label {
  text-overflow: unset;
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText
  .StylableButton2545352419__label {
  min-width: 10px;
  overflow-wrap: break-word;
  white-space: break-spaces;
  word-break: break-word;
}

.StylableButton2545352419__icon {
  -archetype: icon;
  -controller-part-type:
    LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
  flex-shrink: 0;
  height: 50px;
  min-width: 1px;
  transition: inherit;
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
  display: block !important;
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon > span {
  display: flex;
  height: inherit;
  width: inherit;
}

.StylableButton2545352419__root:not(:hover):not(
    [disalbed]
  ).StylableButton2545352419--hasIconColor
  .StylableButton2545352419__icon
  svg {
  fill: var(--corvid-icon-color) !important;
  stroke: var(--corvid-icon-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverIconColor
  .StylableButton2545352419__icon
  svg {
  fill: var(--corvid-hover-icon-color) !important;
  stroke: var(--corvid-hover-icon-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledIconColor
  .StylableButton2545352419__icon
  svg {
  fill: var(--corvid-disabled-icon-color) !important;
  stroke: var(--corvid-disabled-icon-color) !important;
}

.aeyn4z {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.qQrFOK {
  cursor: pointer;
}

.VDJedC {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  fill: var(--corvid-fill-color, var(--fill));
  fill-opacity: var(--fill-opacity);
  stroke: var(--corvid-stroke-color, var(--stroke));
  stroke-opacity: var(--stroke-opacity);
  stroke-width: var(--stroke-width);
  filter: var(--drop-shadow, none);
  opacity: var(--opacity);
  transform: var(--flip);
}

.VDJedC,
.VDJedC svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.VDJedC svg {
  height: var(--svg-calculated-height, 100%);
  margin: auto;
  padding: var(--svg-calculated-padding, 0);
  width: var(--svg-calculated-width, 100%);
}

.VDJedC svg:not([data-type="ugc"]) {
  overflow: visible;
}

.l4CAhn * {
  vector-effect: non-scaling-stroke;
}

.Z_l5lU {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ol.font_100,
ul.font_100 {
  color: #080808;
  font-family: "Arial, Helvetica, sans-serif", serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  text-decoration: none;
}

ol.font_100 li,
ul.font_100 li {
  margin-bottom: 12px;
}

ol.wix-list-text-align,
ul.wix-list-text-align {
  list-style-position: inside;
}

ol.wix-list-text-align h1,
ol.wix-list-text-align h2,
ol.wix-list-text-align h3,
ol.wix-list-text-align h4,
ol.wix-list-text-align h5,
ol.wix-list-text-align h6,
ol.wix-list-text-align p,
ul.wix-list-text-align h1,
ul.wix-list-text-align h2,
ul.wix-list-text-align h3,
ul.wix-list-text-align h4,
ul.wix-list-text-align h5,
ul.wix-list-text-align h6,
ul.wix-list-text-align p {
  display: inline;
}

.HQSswv {
  cursor: pointer;
}

.yi6otz {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.zQ9jDz [data-attr-richtext-marker="true"] {
  display: block;
}

.zQ9jDz [data-attr-richtext-marker="true"] table {
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}

.zQ9jDz [data-attr-richtext-marker="true"] table td {
  padding: 12px;
  position: relative;
}

.zQ9jDz [data-attr-richtext-marker="true"] table td:after {
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}

.zQ9jDz [data-attr-richtext-marker="true"] table tr td:last-child:after {
  border-right: 1px solid currentColor;
}

.zQ9jDz [data-attr-richtext-marker="true"] table tr:first-child td:after {
  border-top: 1px solid currentColor;
}

@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  .qvSjx3 > * > :first-child {
    vertical-align: top;
  }
}

@supports (-webkit-touch-callout: none) {
  .qvSjx3 > * > :first-child {
    vertical-align: top;
  }
}

.LkZBpT
  :is(
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    ol,
    span[data-attr-richtext-marker],
    blockquote,
    div
  )
  [class$="rich-text__text"],
.LkZBpT
  :is(
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    ol,
    span[data-attr-richtext-marker],
    blockquote,
    div
  )[class$="rich-text__text"] {
  color: var(--corvid-color, currentColor);
}

.LkZBpT
  :is(
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ul,
    ol,
    span[data-attr-richtext-marker],
    blockquote,
    div
  )
  span[style*="color"] {
  color: var(--corvid-color, currentColor) !important;
}

.Kbom4H {
  direction: var(--text-direction);
  min-height: var(--min-height);
  min-width: var(--min-width);
}

.Kbom4H .upNqi2 {
  word-wrap: break-word;
  height: 100%;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}

.Kbom4H .upNqi2 ul {
  list-style: disc inside;
}

.Kbom4H .upNqi2 li {
  margin-bottom: 12px;
}

.MMl86N blockquote,
.MMl86N div,
.MMl86N h1,
.MMl86N h2,
.MMl86N h3,
.MMl86N h4,
.MMl86N h5,
.MMl86N h6,
.MMl86N p {
  letter-spacing: normal;
  line-height: normal;
}

.gYHZuN {
  min-height: var(--min-height);
  min-width: var(--min-width);
}

.gYHZuN .upNqi2 {
  word-wrap: break-word;
  height: 100%;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}

.gYHZuN .upNqi2 ol,
.gYHZuN .upNqi2 ul {
  letter-spacing: normal;
  line-height: normal;
  margin-inline-start: 0.5em;
  padding-inline-start: 1.3em;
}

.gYHZuN .upNqi2 ul {
  list-style-type: disc;
}

.gYHZuN .upNqi2 ol {
  list-style-type: decimal;
}

.gYHZuN .upNqi2 ol ul,
.gYHZuN .upNqi2 ul ul {
  line-height: normal;
  list-style-type: circle;
}

.gYHZuN .upNqi2 ol ol ul,
.gYHZuN .upNqi2 ol ul ul,
.gYHZuN .upNqi2 ul ol ul,
.gYHZuN .upNqi2 ul ul ul {
  line-height: normal;
  list-style-type: square;
}

.gYHZuN .upNqi2 li {
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
}

.gYHZuN .upNqi2 h1,
.gYHZuN .upNqi2 h2,
.gYHZuN .upNqi2 h3,
.gYHZuN .upNqi2 h4,
.gYHZuN .upNqi2 h5,
.gYHZuN .upNqi2 h6,
.gYHZuN .upNqi2 p {
  letter-spacing: normal;
  line-height: normal;
  margin-block: 0;
  margin: 0;
}

.gYHZuN .upNqi2 a {
  color: inherit;
}

.MMl86N,
.ku3DBC {
  word-wrap: break-word;
  direction: var(--text-direction);
  min-height: var(--min-height);
  min-width: var(--min-width);
  mix-blend-mode: var(--blendMode, normal);
  overflow-wrap: break-word;
  pointer-events: none;
  text-align: start;
  text-shadow:
    var(--textOutline, 0 0 transparent), var(--textShadow, 0 0 transparent);
  text-transform: var(--textTransform, "none");
}

.MMl86N > *,
.ku3DBC > * {
  pointer-events: auto;
}

.MMl86N li,
.ku3DBC li {
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
}

.MMl86N ol,
.MMl86N ul,
.ku3DBC ol,
.ku3DBC ul {
  letter-spacing: normal;
  line-height: normal;
  margin-inline-end: 0;
  margin-inline-start: 0.5em;
}

.MMl86N:not(.Vq6kJx) ol,
.MMl86N:not(.Vq6kJx) ul,
.ku3DBC:not(.Vq6kJx) ol,
.ku3DBC:not(.Vq6kJx) ul {
  padding-inline-end: 0;
  padding-inline-start: 1.3em;
}

.MMl86N ul,
.ku3DBC ul {
  list-style-type: disc;
}

.MMl86N ol,
.ku3DBC ol {
  list-style-type: decimal;
}

.MMl86N ol ul,
.MMl86N ul ul,
.ku3DBC ol ul,
.ku3DBC ul ul {
  list-style-type: circle;
}

.MMl86N ol ol ul,
.MMl86N ol ul ul,
.MMl86N ul ol ul,
.MMl86N ul ul ul,
.ku3DBC ol ol ul,
.ku3DBC ol ul ul,
.ku3DBC ul ol ul,
.ku3DBC ul ul ul {
  list-style-type: square;
}

.MMl86N blockquote,
.MMl86N div,
.MMl86N h1,
.MMl86N h2,
.MMl86N h3,
.MMl86N h4,
.MMl86N h5,
.MMl86N h6,
.MMl86N p,
.ku3DBC blockquote,
.ku3DBC div,
.ku3DBC h1,
.ku3DBC h2,
.ku3DBC h3,
.ku3DBC h4,
.ku3DBC h5,
.ku3DBC h6,
.ku3DBC p {
  margin-block: 0;
  margin: 0;
}

.MMl86N a,
.ku3DBC a {
  color: inherit;
}

.Vq6kJx li {
  margin-inline-end: 0;
  margin-inline-start: 1.3em;
}

.Vd6aQZ {
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
}

.mHZSwn {
  display: none;
}

.lvxhkV {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.QJjwEo {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.kdBXfh {
  transition: 0.2s;
}

.MP52zt {
  opacity: 0;
  transition: 0.2s ease-in;
}

.MP52zt.Bhu9m5 {
  z-index: -1 !important;
}

.LVP8Wf {
  opacity: 1;
  transition: 0.2s;
}

.VrZrC0 {
  height: auto;
}

.VrZrC0,
.cKxVkc {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .vlM3HR,
body:not(.device-mobile-optimized) .vlM3HR {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.AT7o0U[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.AT7o0U[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.AT7o0U .vlM3HR {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.WzbAF8 {
  direction: var(--direction);
}

.WzbAF8 .mpGTIt .O6KwRn {
  display: var(--item-display);
  height: var(--item-size);
  margin-block: var(--item-margin-block);
  margin-inline: var(--item-margin-inline);
  width: var(--item-size);
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
  margin-block: 0;
  margin-inline: 0;
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
  display: block;
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
  height: var(--item-size);
  width: var(--item-size);
}

.WzbAF8 .mpGTIt {
  height: 100%;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
body.device-mobile-optimized .WzbAF8 .mpGTIt {
  white-space: normal;
}

.big2ZD {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: calc(100% - var(--wix-ads-height));
  left: 0;
  margin-top: var(--wix-ads-height);
  position: fixed;
  top: 0;
  width: 100%;
}

.SHHiV9,
.big2ZD {
  pointer-events: none;
  z-index: var(--pinned-layer-in-container, var(--above-all-in-container));
}
data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.5018a9e9.min.css"
  > ._pfxlW {
  clip-path: inset(50%);
  height: 24px;
  position: absolute;
  width: 24px;
}

._pfxlW:active,
._pfxlW:focus {
  clip-path: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

._pfxlW.RG3k61 {
  transform: translateY(-50%) rotate(180deg);
}

.r4OX7l,
.xTjc1A {
  box-sizing: border-box;
  height: 100%;
  overflow: visible;
  position: relative;
  width: auto;
}

.r4OX7l[data-state~="header"] a,
.r4OX7l[data-state~="header"] div,
[data-state~="header"].xTjc1A a,
[data-state~="header"].xTjc1A div {
  cursor: default !important;
}

.r4OX7l .UiHgGh,
.xTjc1A .UiHgGh {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.xTjc1A {
  --display: inline-block;
  cursor: pointer;
  display: var(--display);
  font: var(--fnt, var(--font_1));
}

.xTjc1A .yRj2ms {
  padding: 0 var(--pad, 5px);
}

.xTjc1A .JS76Uv {
  color: rgb(var(--txt, var(--color_15, color_15)));
  display: inline-block;
  padding: 0 10px;
  transition: var(--trans, color 0.4s ease 0s);
}

.xTjc1A[data-state~="drop"] {
  display: block;
  width: 100%;
}

.xTjc1A[data-state~="drop"] .JS76Uv {
  padding: 0 0.5em;
}

.xTjc1A[data-state~="link"]:hover .JS76Uv,
.xTjc1A[data-state~="over"] .JS76Uv {
  color: rgb(var(--txth, var(--color_14, color_14)));
  transition: var(--trans, color 0.4s ease 0s);
}

.xTjc1A[data-state~="selected"] .JS76Uv {
  color: rgb(var(--txts, var(--color_14, color_14)));
  transition: var(--trans, color 0.4s ease 0s);
}

.NHM1d1 {
  overflow-x: hidden;
}

.NHM1d1 .R_TAzU {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.NHM1d1 .R_TAzU .aOF1ks {
  flex: 1;
}

.NHM1d1 .R_TAzU .y7qwii {
  height: calc(100% - (var(--menuTotalBordersY, 0px)));
  overflow: visible;
  white-space: nowrap;
  width: calc(100% - (var(--menuTotalBordersX, 0px)));
}

.NHM1d1 .R_TAzU .y7qwii .Tg1gOB,
.NHM1d1 .R_TAzU .y7qwii .p90CkU {
  direction: var(--menu-direction);
  display: inline-block;
  text-align: var(--menu-align, var(--align));
}

.NHM1d1 .R_TAzU .y7qwii .mvZ3NH {
  display: block;
  width: 100%;
}

.NHM1d1 .h3jCPd {
  direction: var(--submenus-direction);
  display: block;
  opacity: 1;
  text-align: var(--submenus-align, var(--align));
  z-index: 99999;
}

.NHM1d1 .h3jCPd .wkJ2fp {
  display: inherit;
  overflow: visible;
  visibility: inherit;
  white-space: nowrap;
  width: auto;
}

.NHM1d1 .h3jCPd.DlGBN0 {
  transition: visibility;
  transition-delay: 0.2s;
  visibility: visible;
}

.NHM1d1 .h3jCPd .p90CkU {
  display: inline-block;
}

.NHM1d1 .vh74Xw {
  display: none;
}

.XwCBRN > nav {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.XwCBRN .h3jCPd,
.XwCBRN .y7qwii,
.XwCBRN > nav {
  position: absolute;
}

.XwCBRN .h3jCPd {
  margin-top: 7px;
  visibility: hidden;
}

.XwCBRN .h3jCPd[data-dropMode="dropUp"] {
  margin-bottom: 7px;
  margin-top: 0;
}

.XwCBRN .wkJ2fp {
  background-color: rgba(
    var(--bgDrop, var(--color_11, color_11)),
    var(--alpha-bgDrop, 1)
  );
  border-radius: var(--rd, 0);
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
}

.P0dCOY .PJ4KCX {
  background-color: rgba(
    var(--bg, var(--color_11, color_11)),
    var(--alpha-bg, 1)
  );
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.xpmKd_ {
  border-radius: var(--overflow-wrapper-border-radius);
}

.LoinW8 .wxjDyf .AgcguT,
.LoinW8 .wxjDyf .SLABZ6,
.wxjDyf .LoinW8 .AgcguT,
.wxjDyf .LoinW8 .SLABZ6,
.wxjDyf .WfZwmg > button {
  justify-content: flex-start;
}

.LoinW8 ._ap_Ez .AgcguT,
.LoinW8 ._ap_Ez .SLABZ6,
._ap_Ez .LoinW8 .AgcguT,
._ap_Ez .LoinW8 .SLABZ6,
._ap_Ez .WfZwmg > button {
  justify-content: center;
}

.LoinW8 .yaSWtc .AgcguT,
.LoinW8 .yaSWtc .SLABZ6,
.yaSWtc .LoinW8 .AgcguT,
.yaSWtc .LoinW8 .SLABZ6,
.yaSWtc .WfZwmg > button {
  direction: rtl;
}

.LoinW8 .SLABZ6 .P1lgnS img,
.LoinW8 ._YBogd .P1lgnS img,
.WfZwmg .LEHGju img {
  display: block;
  height: var(--iconSize);
}

.LoinW8 .AgcguT.s9mhXz,
.LoinW8 .AgcguT:hover,
.LoinW8 .SLABZ6:hover,
.WfZwmg > button:hover {
  background-color: rgba(
    var(--backgroundColorHover, var(--color_4, color_4)),
    var(--alpha-backgroundColorHover, 1)
  );
  color: rgb(var(--itemTextColorHover, var(--color_1, color_1)));
}

.LoinW8 .AgcguT.s9mhXz path,
.LoinW8 .AgcguT:hover path,
.LoinW8 .SLABZ6:hover path,
.WfZwmg > button:hover path {
  fill: rgb(var(--itemTextColorHover, var(--color_1, color_1)));
}

.LoinW8 .AgcguT:active,
.LoinW8 .SLABZ6:active,
.LoinW8 .wbgQXa.AgcguT,
.LoinW8 .wbgQXa.SLABZ6,
.WfZwmg > button.wbgQXa,
.WfZwmg > button:active {
  background-color: rgba(
    var(--backgroundColorActive, var(--color_4, color_4)),
    var(--alpha-backgroundColorActive, 1)
  );
  color: rgb(var(--itemTextColorActive, var(--color_1, color_1)));
  cursor: default;
}

.LoinW8 .AgcguT:active path,
.LoinW8 .SLABZ6:active path,
.LoinW8 .wbgQXa.AgcguT path,
.LoinW8 .wbgQXa.SLABZ6 path,
.WfZwmg > button.wbgQXa path,
.WfZwmg > button:active path {
  fill: rgb(var(--itemTextColorActive, var(--color_1, color_1)));
}

.q6zugB {
  width: var(--width);
}

:host(.device-mobile-optimized) .q6zugB,
body.device-mobile-optimized .q6zugB {
  --display: table;
  display: var(--display);
}

.q6zugB.L1JKAI {
  opacity: 0.38;
}

.q6zugB.L1JKAI *,
.q6zugB.L1JKAI:active {
  pointer-events: none;
}

.LoinW8 .AgcguT,
.LoinW8 .SLABZ6 {
  align-items: center;
  display: flex;
  height: calc(var(--height) - var(--borderWidth, 1px) * 2);
}

.LoinW8 .AgcguT .FeuKbY,
.LoinW8 .SLABZ6 .FeuKbY {
  line-height: 0;
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,
.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,
._ap_Ez .LoinW8 .AgcguT .FeuKbY,
._ap_Ez .LoinW8 .SLABZ6 .FeuKbY {
  position: absolute;
  right: 0;
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,
.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,
.LoinW8 .yaSWtc .AgcguT .FeuKbY,
.LoinW8 .yaSWtc .SLABZ6 .FeuKbY,
._ap_Ez .LoinW8 .AgcguT .FeuKbY,
._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,
.yaSWtc .LoinW8 .AgcguT .FeuKbY,
.yaSWtc .LoinW8 .SLABZ6 .FeuKbY {
  margin: 0 20px 0 14px;
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,
.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,
.LoinW8 .wxjDyf .AgcguT .FeuKbY,
.LoinW8 .wxjDyf .SLABZ6 .FeuKbY,
._ap_Ez .LoinW8 .AgcguT .FeuKbY,
._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,
.wxjDyf .LoinW8 .AgcguT .FeuKbY,
.wxjDyf .LoinW8 .SLABZ6 .FeuKbY {
  margin: 0 14px 0 20px;
}

.LoinW8 .wxjDyf .AgcguT .Z9uI84,
.LoinW8 .wxjDyf .SLABZ6 .Z9uI84,
.LoinW8 .yaSWtc .AgcguT .Z9uI84,
.LoinW8 .yaSWtc .SLABZ6 .Z9uI84,
.wxjDyf .LoinW8 .AgcguT .Z9uI84,
.wxjDyf .LoinW8 .SLABZ6 .Z9uI84,
.yaSWtc .LoinW8 .AgcguT .Z9uI84,
.yaSWtc .LoinW8 .SLABZ6 .Z9uI84 {
  flex-grow: 1;
}

.LoinW8 ._ap_Ez .AgcguT .Z9uI84,
.LoinW8 ._ap_Ez .SLABZ6 .Z9uI84,
._ap_Ez .LoinW8 .AgcguT .Z9uI84,
._ap_Ez .LoinW8 .SLABZ6 .Z9uI84 {
  flex-shrink: 0;
  width: 20px;
}

.LoinW8 .AgcguT svg,
.LoinW8 .SLABZ6 svg {
  height: auto;
  width: 12px;
}

.LoinW8 .AgcguT path,
.LoinW8 .SLABZ6 path {
  fill: rgb(var(--itemTextColor, var(--color_9, color_9)));
}

.LoinW8 .SLABZ6,
.LoinW8 ._YBogd {
  background-color: rgba(
    var(--backgroundColor, var(--color_4, color_4)),
    var(--alpha-backgroundColor, 1)
  );
  border-color: rgba(
    var(--borderColor, 32, 32, 32),
    var(--alpha-borderColor, 1)
  );
  border-radius: var(--borderRadius, 5px);
  border-style: solid;
  border-width: var(--borderWidth, 1px);
  box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, 0.5));
  overflow: hidden;
}

.LoinW8 .SLABZ6 .P1lgnS,
.LoinW8 ._YBogd .P1lgnS {
  margin: 0 -6px 0 14px;
}

.LoinW8 ._ap_Ez .SLABZ6 .P1lgnS,
.LoinW8 ._ap_Ez ._YBogd .P1lgnS,
._ap_Ez .LoinW8 .SLABZ6 .P1lgnS,
._ap_Ez .LoinW8 ._YBogd .P1lgnS {
  margin: 0 4px;
}

.LoinW8 .yaSWtc .SLABZ6 .P1lgnS,
.LoinW8 .yaSWtc ._YBogd .P1lgnS,
.yaSWtc .LoinW8 .SLABZ6 .P1lgnS,
.yaSWtc .LoinW8 ._YBogd .P1lgnS {
  margin: 0 14px 0 -6px;
}

.LoinW8,
.q6zugB {
  height: 100%;
}

.LoinW8 {
  color: rgb(var(--itemTextColor, var(--color_9, color_9)));
  cursor: pointer;
  font: var(--itemFont, var(--font_0));
  position: relative;
  width: var(--width);
}

.LoinW8 * {
  box-sizing: border-box;
}

.LoinW8 .SLABZ6 {
  height: 100%;
  position: relative;
  z-index: 1;
}

.s5_f9m.LoinW8 .SLABZ6 {
  display: none !important;
}

.LoinW8 .sJ9lQ9 {
  margin: 0 0 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._ap_Ez .LoinW8 .sJ9lQ9 {
  margin: 0 4px;
}

.yaSWtc .LoinW8 .sJ9lQ9 {
  margin: 0 14px 0 0;
}

.LoinW8 ._YBogd {
  display: flex;
  flex-direction: column;
  max-height: calc(var(--height) * 5.5);
  min-width: 100%;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
}

.LoinW8 ._YBogd:not(.qUhEZJ) {
  --itemBorder: 1px 0 0;
  top: 0;
}

.LoinW8 ._YBogd.qUhEZJ {
  --itemBorder: 0 0 1px;
  bottom: 0;
  flex-direction: column-reverse;
}

.s5_f9m.LoinW8 ._YBogd svg {
  transform: rotate(180deg);
}

.LoinW8.s5_f9m {
  z-index: 47;
}

.LoinW8:not(.s5_f9m) ._YBogd {
  display: none;
}

.LoinW8 .AgcguT {
  flex-shrink: 0;
}

#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .LoinW8 .AgcguT:focus {
  outline: 2px solid #116dff;
  outline-offset: 1px;
  outline-offset: -2px;
}

.LoinW8 .AgcguT:not(:first-child) {
  --force-state-metadata: false;
  border-color: rgba(
    var(--separatorColor, 254, 254, 254),
    var(--alpha-separatorColor, 1)
  );
  border-style: solid;
  border-width: var(--itemBorder);
}

.s0VQNf {
  height: 100%;
}

:host(.device-mobile-optimized) .s0VQNf,
body.device-mobile-optimized .s0VQNf {
  display: table;
  width: 100%;
}

.WfZwmg {
  background-color: rgba(
    var(--backgroundColor, var(--color_4, color_4)),
    var(--alpha-backgroundColor, 1)
  );
  border-color: rgba(
    var(--borderColor, 32, 32, 32),
    var(--alpha-borderColor, 1)
  );
  border-radius: var(--borderRadius, 5px);
  border-style: solid;
  border-width: var(--borderWidth, 1px);
  box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, 0.5));
  color: rgb(var(--itemTextColor, var(--color_9, color_9)));
  display: flex;
  font: var(--itemFont, var(--font_0));
  height: 100%;
}

.WfZwmg,
.WfZwmg * {
  box-sizing: border-box;
}

.WfZwmg > button {
  align-items: center;
  background-color: rgba(
    var(--backgroundColor, var(--color_4, color_4)),
    var(--alpha-backgroundColor, 1)
  );
  color: inherit;
  cursor: pointer;
  display: flex;
  flex: auto;
  font: inherit;
  height: 100%;
}

.WfZwmg > button:not(:first-child) {
  --force-state-metadata: false;
  border-left-color: rgba(
    var(--separatorColor, 254, 254, 254),
    var(--alpha-separatorColor, 1)
  );
  border-left-style: solid;
  border-left-width: 1px;
}

.WfZwmg > button:first-child,
.WfZwmg > button:last-child {
  border-radius: var(--borderRadius, 5px);
}

.WfZwmg > button:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.WfZwmg > button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.yaSWtc .WfZwmg .LEHGju {
  margin: 0 14px 0 -6px;
}

._ap_Ez .WfZwmg .LEHGju {
  margin: 0 4px;
}

.wxjDyf .WfZwmg .LEHGju {
  margin: 0 -6px 0 14px;
}

.WfZwmg .J6PIw1 {
  margin: 0 14px;
}

._ap_Ez .WfZwmg .J6PIw1 {
  margin: 0 4px;
}

.PSsm68 select {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.PSsm68 .ZP_gER {
  display: none;
}
.TMFrcJ {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.dkyyRB {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.L01Zxk {
  transition: 0.2s;
}

.bFRsbd {
  opacity: 0;
  transition: 0.2s ease-in;
}

.bFRsbd.CwYhEy {
  z-index: -1 !important;
}

.u_eaP3 {
  opacity: 1;
  transition: 0.2s;
}

.kn76TK {
  height: auto;
}

.YTbrNX,
.kn76TK {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .EwS2PT,
body:not(.device-mobile-optimized) .EwS2PT {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.x4zVYf[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.x4zVYf[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.x4zVYf .TMFrcJ {
  background-color: transparent;
  border-bottom: var(--brwb, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  border-radius: var(--rd, 0);
  border-top: var(--brwt, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  bottom: 0;
  box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, 0.5));
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn.TMFrcJ {
  background-color: rgba(var(--bg-scrl, 0, 0, 0), var(--alpha-bg-scrl, 0));
  border-bottom: var(--brwb-scrl, var(--brwb, 0)) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1))
    );
  border-radius: var(--rd-scrl, var(--rd, 0));
  border-top: var(--brwt-scrl, var(--brwt, 0)) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1))
    );
  box-shadow: var(--shd-scrl, var(--shd, 0 0 5px rgba(0, 0, 0, 0.5)));
}

.x4zVYf .mTQGgy {
  box-sizing: border-box;
  height: 100%;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn > .mTQGgy {
  opacity: var(--alpha-bg, 1);
}

.x4zVYf .QijXjn {
  background-color: var(--screenwidth-corvid-background-color, transparent);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn > .QijXjn {
  opacity: var(--alpha-bg, 1);
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

wix-media-canvas {
  display: block;
  height: 100%;
}

.I8xA4L {
  opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1));
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
  opacity: 1;
}

.bX9O_S {
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}
.TMFrcJ {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.dkyyRB {
  transform: translateY(-100%);
  transition: 0.2s ease-in;
}

.L01Zxk {
  transition: 0.2s;
}

.bFRsbd {
  opacity: 0;
  transition: 0.2s ease-in;
}

.bFRsbd.CwYhEy {
  z-index: -1 !important;
}

.u_eaP3 {
  opacity: 1;
  transition: 0.2s;
}

.kn76TK {
  height: auto;
}

.YTbrNX,
.kn76TK {
  position: relative;
  width: 100%;
}

:host(:not(.device-mobile-optimized)) .EwS2PT,
body:not(.device-mobile-optimized) .EwS2PT {
  margin-left: calc((100% - var(--site-width)) / 2);
  width: var(--site-width);
}

.x4zVYf[data-focuscycled="active"] {
  outline: 1px solid transparent;
}

.x4zVYf[data-focuscycled="active"]:not(:focus-within) {
  outline: 2px solid transparent;
  transition: outline 0.01s ease;
}

.x4zVYf .TMFrcJ {
  background-color: transparent;
  border-bottom: var(--brwb, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  border-radius: var(--rd, 0);
  border-top: var(--brwt, 0) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  bottom: 0;
  box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, 0.5));
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn.TMFrcJ {
  background-color: rgba(var(--bg-scrl, 0, 0, 0), var(--alpha-bg-scrl, 0));
  border-bottom: var(--brwb-scrl, var(--brwb, 0)) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1))
    );
  border-radius: var(--rd-scrl, var(--rd, 0));
  border-top: var(--brwt-scrl, var(--brwt, 0)) solid
    var(
      --screenwidth-corvid-border-color,
      rgba(var(--brd-scrl, var(--brd, color_15)), var(--alpha-brd-scrl, 1))
    );
  box-shadow: var(--shd-scrl, var(--shd, 0 0 5px rgba(0, 0, 0, 0.5)));
}

.x4zVYf .mTQGgy {
  box-sizing: border-box;
  height: 100%;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn > .mTQGgy {
  opacity: var(--alpha-bg, 1);
}

.x4zVYf .QijXjn {
  background-color: var(--screenwidth-corvid-background-color, transparent);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.x4zVYf .zxR1mn > .QijXjn {
  opacity: var(--alpha-bg, 1);
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

wix-media-canvas {
  display: block;
  height: 100%;
}

.I8xA4L {
  opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1));
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
  opacity: 1;
}

.bX9O_S {
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}
data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css"
  > .LHrbPP {
  background: #fff;
  border-radius: 24px;
  color: #116dff;
  cursor: pointer;
  font-family:
    Helvetica,
    Arial,
    メイリオ,
    meiryo,
    ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro,
    sans-serif;
  font-size: 14px;
  height: 0;
  left: 50%;
  margin-left: -94px;
  opacity: 0;
  padding: 0 24px 0 24px;
  pointer-events: none;
  position: absolute;
  top: 60px;
  width: 0;
  z-index: 9999;
}

.LHrbPP:focus {
  border: 2px solid;
  height: 40px;
  opacity: 1;
  pointer-events: auto;
  width: auto;
}
.oI3B0I {
  display: flex;
  gap: var(--spaceBetweenItems, 10px);
}

.kz6Z0Q {
  color: var(--color, #000);
}

.F3QiCY,
.kz6Z0Q {
  gap: 0;
  overflow-x: clip;
}

.F3QiCY {
  color: inherit;
}

@supports not (overflow-x: clip) {
  .kz6Z0Q {
    overflow: hidden;
  }
}

.gOT7EN,
.mwIMgA {
  display: block;
}

.mwIMgA {
  color: inherit;
}

.gOT7EN:focus .HCwhs1 {
  animation-play-state: paused;
}

.w3gD9M {
  all: unset;
}

.HCwhs1 {
  font: var(--font);
  padding-right: var(--spaceBetweenItems, 10px);
}

.HCwhs1[data-marquee-animation="left"],
.HCwhs1[data-marquee-animation="right"] {
  animation-duration: var(--marquee-duration, 40s);
  animation-iteration-count: infinite;
  animation-play-state: var(
    --marquee-clicked,
    var(--marquee-animation-state, paused)
  );
  animation-timing-function: linear;
}

.HCwhs1[data-marquee-animation="right"] {
  animation-name: hDU6SN;
}

.HCwhs1[data-marquee-animation="left"] {
  animation-name: OEe22F;
}

.zjGCap:hover .z6qfoo {
  --marquee-clicked: paused;
}

.stopMarquee .HCwhs1,
.zjGCap:hover .z6qfoo {
  --marquee-animation-state: paused;
}

.FV6h2J {
  align-items: center;
}

.SflwFl {
  font-size: 1em;
  height: calc(var(--font-size, 1em) * 1.2);
}

.SflwFl:has(svg) {
  height: calc(var(--separator-scale, 1) * var(--font-size, 1em) * 1.2);
}

.SflwFl svg {
  display: block;
  height: 100%;
  width: auto;
}

.SflwFl[data-text]:before {
  content: attr(data-text);
}

.SflwFl span,
.SflwFl:before {
  display: block;
  font-size: var(--font-size, 1em);
  line-height: 1.2;
  white-space: pre;
}

.KZxZ2l {
  opacity: var(--opacity, 1);
}

.ZpOAub {
  color: inherit;
}

.u5yPo_ svg {
  --svg-color-1: var(--separatorFillColor, #fff);
}

.qlNc9R svg,
.u5yPo_ svg,
.u5yPo_ svg [data-color="1"] {
  fill: var(--svg-color-1);
}

.qlNc9R svg {
  --svg-color-1: var(--separatorFillColor, #000);
  opacity: var(--opacity, 1);
}

.qlNc9R svg [data-color="1"] {
  fill: var(--svg-color-1);
}

.tCj5mo {
  background-color: var(--textHighlight, none);
  direction: var(--text-direction, ltr);
  display: block;
  font: var(--font);
  letter-spacing: var(--letter-spacing, none);
  -webkit-text-decoration: var(--font-decoration, none);
  text-decoration: var(--font-decoration, none);
  text-transform: var(--text-transform, none);
}

.akYx0N:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  border: 0;
  height: auto;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.msgfFJ {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 24px;
  justify-content: center;
  left: 50%;
  outline: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--comp-rotate-z, 0deg) * -1));
  width: 24px;
}

@keyframes hDU6SN {
  0% {
    transform: translateX(-100%);
  }
}

@keyframes OEe22F {
  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .HCwhs1 {
    --marquee-animation-state: paused;
  }
}
.StylableButton2545352419__root {
  -archetype: box;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  min-height: 10px;
  min-width: 10px;
  padding: 0;
  touch-action: manipulation;
  width: 100%;
}

.StylableButton2545352419__root[disabled] {
  pointer-events: none;
}

.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasBackgroundColor {
  background-color: var(--corvid-background-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverBackgroundColor {
  background-color: var(--corvid-hover-background-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledBackgroundColor {
  background-color: var(--corvid-disabled-background-color) !important;
}

.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasBorderColor {
  border-color: var(--corvid-border-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverBorderColor {
  border-color: var(--corvid-hover-border-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledBorderColor {
  border-color: var(--corvid-disabled-border-color) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
  border-radius: var(--corvid-border-radius) !important;
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
  border-width: var(--corvid-border-width) !important;
}

.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasColor,
.StylableButton2545352419__root:not(:hover):not(
    [disabled]
  ).StylableButton2545352419--hasColor
  .StylableButton2545352419__label {
  color: var(--corvid-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverColor,
.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverColor
  .StylableButton2545352419__label {
  color: var(--corvid-hover-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledColor,
.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledColor
  .StylableButton2545352419__label {
  color: var(--corvid-disabled-color) !important;
}

.StylableButton2545352419__link {
  -archetype: box;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
}

.StylableButton2545352419__container {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  transition:
    all 0.2s ease,
    visibility 0s;
  width: 100%;
}

.StylableButton2545352419__label {
  -archetype: text;
  -controller-part-type:
    LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
  max-width: 100%;
  min-width: 1.8em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  transition: inherit;
  white-space: nowrap;
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent
  .StylableButton2545352419__label {
  text-overflow: unset;
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText
  .StylableButton2545352419__label {
  min-width: 10px;
  overflow-wrap: break-word;
  white-space: break-spaces;
  word-break: break-word;
}

.StylableButton2545352419__icon {
  -archetype: icon;
  -controller-part-type:
    LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
  flex-shrink: 0;
  height: 50px;
  min-width: 1px;
  transition: inherit;
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
  display: block !important;
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon > span {
  display: flex;
  height: inherit;
  width: inherit;
}

.StylableButton2545352419__root:not(:hover):not(
    [disalbed]
  ).StylableButton2545352419--hasIconColor
  .StylableButton2545352419__icon
  svg {
  fill: var(--corvid-icon-color) !important;
  stroke: var(--corvid-icon-color) !important;
}

.StylableButton2545352419__root:hover:not(
    [disabled]
  ).StylableButton2545352419--hasHoverIconColor
  .StylableButton2545352419__icon
  svg {
  fill: var(--corvid-hover-icon-color) !important;
  stroke: var(--corvid-hover-icon-color) !important;
}

.StylableButton2545352419__root:not(
    :hover
  )[disabled].StylableButton2545352419--hasDisabledIconColor
  .StylableButton2545352419__icon
  svg {
  fill: var(--corvid-disabled-icon-color) !important;
  stroke: var(--corvid-disabled-icon-color) !important;
}
.nTOEE9 {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nTOEE9.sqUyGm:hover {
  /* cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==),
    auto; */
}

.nTOEE9.C_JY0G:hover {
  /* cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==),
    auto; */
}

.RZQnmg {
  background-color: rgb(var(--color_11));
  border-radius: 50%;
  bottom: 12px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 12px;
  width: 40px;
}

.RZQnmg path {
  fill: rgb(var(--color_15));
}

.RZQnmg:focus {
  /* cursor: auto; */
  opacity: 1;
  pointer-events: auto;
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  /* max-width: var(--wix-img-max-width, 100%); */
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.rYiAuL {
  cursor: pointer;
}

.gSXewE {
  height: 0;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 0;
}

.OJQ_3L,
.gSXewE {
  position: absolute;
}

.OJQ_3L {
  background-color: rgb(var(--color_11));
  border-radius: 300px;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 16px 16px;
  opacity: 0;
  pointer-events: none;
  right: 0;
  width: 40px;
}

.OJQ_3L path {
  fill: rgb(var(--color_12));
}

.OJQ_3L:focus {
  /* cursor: auto; */
  opacity: 1;
  pointer-events: auto;
}

.S3GaTj {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.bHLGFC {
  min-height: var(--image-min-height);
  min-width: var(--image-min-width);
}

.bHLGFC img,
img.bHLGFC {
  filter: var(--filter-effect-svg-url);
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100% 100%);
  mask-size: var(--mask-size, 100% 100%);
  -o-object-position: var(--object-position);
  object-position: var(--object-position);
}

.ROb7KR .S3GaTj {
  background-color: rgba(
    var(--brd, var(--color_15, color_15)),
    var(--alpha-brd, 1)
  );
  border-color: rgba(
    var(--brd, var(--color_15, color_15)),
    var(--alpha-brd, 1)
  );
  border-radius: var(--rd, 3px);
  border-style: solid;
  border-width: var(--brw, 2px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: block;
  overflow: hidden;
}

.ROb7KR .bHLGFC {
  border-radius: calc(
    var(--sizeRd, var(--rd, 3px)) - var(--sizeBrw, var(--brw, 2px))
  );
  overflow: hidden;
}

.ROb7KR:after,
.ROb7KR:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUoAAAAaCAYAAADR0BVGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACIFJREFUeNrsnOuS2ygQhRuBnWTf/1k3O5aA/QNbJ8enQfJkapMJXeWyrPul+TjdjRzsmgUxvbXpYGaxfTaYTmZ2a597+/5Cn69t2b1NfzWzbzTvrzadYH5q2+O+Uzvunc7lDucU27q4HM85nLwfta1bzeyAeWo9M7O9fZe2foDlxcxy+53bukebLmb2ZmYPM/unffY2f2+ft7Y+/v7etu/bHm3bA/bff/flfZ+5/eZPhk+B6X4NBab7d7/G6kxf8b3gTHc/xO9t4JfdN/nTfWMDX0vNBxP42FdY/qVt9w388Ub+2fd5Ax/v227UVmK7pgjX0O9VavOsrWuOv/Z5CXz0il/zMy7gl+gDD1r+AN/Z22/0zwf42sPM/m4+2Od/Bx9/gM+/0Qf3vZNvsl+yH9pF37P0Tkiik24ETXbKbfIJ4kEVuOn/tOkbNMLeeBM47Y0cLzrnEcHpAp2LUSPb6Nw6TO5tnQOuuztkXye043QnqgQjfrA7LNsBnOhIbwBPXPeN9vFGkEWQ7rDsgPtc6HwOmH8Q1BUUq/gwHD1HrQOf834zNAP5IH8jfBIAMQkfSeAnXwB0CEKEHUIxwu8IAqGvh0IgAvgi7YMBf4Pz79v259KXYQfe4VqbD9xEeyvU2Rn4AT5b7LgLATPT8h18DjvZNwdweA74fGfciOR3BbbDawt0X4ymfxooZ865OWqSp28CYOzQrLQOghj2lgykO91EPgY3IgPnMoKiEQDZQSJsh5AJcN47bVsEmDJArwhFyeoRHbDvn6F5DJxYTSvgeUrRTsJw1nvXF3zvTAc+g6gNlKcCLHaqajqKCArhGMDvsUNHlcnbbrB9FOBmkXGD+ZVg3+9BFp1BcDqxAtsVao+VwMRRRgEfrSRqdhGxFIKX6tzw/vZjJEctZmJIeK/vpYvOGcT3iPTbQNEpOFbRS20UsvYeFIHLob/6vcFDC7C/Sje1kqIt4mFnguFIIT4EYHeC5iHCml0ALgvAsfLmkCM7Sq8IB5sB72y4XO1jrL4DqDbxYw+wKnIKjkhgv0uOeNiEWkyUEooEUITjTbSn+0SBIkRxn4HacRSdSiWVVmF5oXZbB78P6sQPEgeZtgtOOgWVJLbR6HTcCFNOmYUzvpVe7MFn4c4ovOZGmCE3V+giOjASfG8UOkVHLaBjc6NHFXg4gDwEpDBkrSJUzk4eJ4tw1oR6PCj0OURYwdNGDjkKdT8aZL+KfTTIw8VoK5KwCM50It9NQmWaSBNEJ/8eRSgfKIXAsE4OMBOpU+5cCvmuEh4HddKHyIVj7rEQH4zEjseZSqBV56vSPPUVUHr5oBEkgwhnvAQ7XvgB4UIliByOGq2kXI16DXN6lkygG+XldgHOMoDh7oS6nNcxgnUeFIPqBHrLfh0Q1xehGwb5WAy3cX50orc0ACYXMRmMtxP52jBQnnwNnCcsBNUi0kO7KBB5eUvV2WxwnDBQx+qZubBML0DSU49B5D42UUXmm4e/N1JJ2MNGCBU8J6t0Y6tTmVVwLATIQqDEYgbnV7C4pMLk7OT0gggLlv150B0B9qBoTLXHOAjnA8EOgZcItpgzTU6aYKMiaBTV+UDtvjrpnIOiycPJXSJouY4QKAzfBkwpJzo4Cct0ITluE+XofQcnX3DQfgx6g11UnKOjRk1Uy7OTbOaqnVe5O0h1IggLqeAiCjomKsNV3NPL1bdlf5wFBzLoO4eIrriQg+kqDPVZ0KhRACqii0J5qtqAxxYeElec3LqJiE4JjgD82ChC3Qa8MJGnfGqP6YUK4izsDgOaqzF32Z6H5KhjbuLGqyStGr7AYXZ2FGUm1RjsueJbBoWQM+O1FhCXfUS+NduP1d6thbCjoXycEqukNqOjKKMIx9U6r7TfKpaVicLktjdj0xlA/gDLq8ODgo3HsiEUuVLGlXKjB6dOHMdFKdLzUBaz52E43s3NYlkGpVvoeAz8Zct+RZjOwkwj5cltqwNTqcUOQLPnMambPQ9bMnsecqVC3CpEEl8LXg8Pa+NquQm1qQThuwechwkcR5bhogvk+6KTDxjlaxB63lgoVIaBch9cIebKHALdU4orLF722YzBE4TKyqQ0gz2/kKHSbJgbrfZct1BtmOHqcYfZwKNKlEo9I/6m7T0NgDV7K8JIyamL64DDga78cIJQhwzNTMvMgWlxZLval9cbz94WWbbss4Xz3pjZ4rR/VJaqzuCF+QpSal8mVGgVEMuCDSpVlp12HCb34r9jp4laPDO6PRDkuIfBJOtuz4nV4PRyZn5hhC+Uh94EB+Q2uGnLli0biwYj8cHhPKsz9QaQgiRC1py0nOIFg1GNN569JHEmcgzpxM0KJw5U6ILUMIaN8iDm9Fyequx5CXN6P7xBGPpn59yWLVv2OkSLgNZGy6qNx1kmey7AmOk6hopUZ1Ac/f/A6HVb80LvV+S6US5DqU6vis3vT9sg/Ma3dIqNq8kqx+lVopctW/a6FfPHLzMoVfiOOUxeVxV/1Jt9dZAqYAFlE1AObVaomb0Ly6oxODkIJZ25N7KBVOZxVWdyLcuWLft/bVbnUMOIRsMDzXRV20sHjNTj6L8MToHQBj3A6IJHAPYGXHsnulHPVWwVWpYt+4zg5Gq6UTg+Y8aINSbEmNn1Mc71TGX7TM8QJoA9m1Advb1yivzLli37bYDpia96UciFCfCu/n6aP/t/v7M9w5ntgkN3m+QLtgvrLlu27PcAZZiovtG6KhS3GewuRqI/rBNfhOJsOcMsXAQx7yss31q27NOCslyEahhEpK/+s9Nwebx4cbNlKjQOJ06wnjz+UpPLln0uYP6sP2NWbDjzqmL9GQe/sn2dXHh478kuW7bsjwXqVXao4UkvcybUuhi1bNmyZSPb1i1YtmzZsgXKZcuWLVugXLZs2bKPtH8HADJQ9p+EtD02AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  bottom: -26px;
  content: "";
  height: 26px;
  position: absolute;
  width: 165px;
}

.ROb7KR:before {
  background-position: 0 0;
  left: -20px;
}

.ROb7KR:after {
  background-position: 100% 0;
  right: -20px;
}
data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FiveGridLine_SolidLine].23b2f23d.min.css"
  > .aVng1S {
  border-top: var(--lnw, 2px) solid
    rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
  box-sizing: border-box;
  height: 0;
}
.GRu5Ra .TD54YK {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.H7BYNf {
  background: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
}

.H7BYNf,
.H7BYNf .TD54YK {
  border-radius: var(--rd, 0);
}

.H7BYNf .TD54YK {
  bottom: var(--brw, 0);
  display: inline-block;
  left: var(--brw, 0);
  -webkit-mask-image: radial-gradient(circle, #fff, #000);
  mask-image: radial-gradient(circle, #fff, #000);
  overflow: hidden;
  position: absolute;
  right: var(--brw, 0);
  top: var(--brw, 0);
}

.ATObVg .TD54YK {
  bottom: 9px;
  left: 9px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.ATObVg .CV2IPZ {
  background-image: url(https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/media/sloppyframe.d2412ec4.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ATObVg .l3mQRd {
  background-position: 0 0;
  bottom: 3px;
  right: 3px;
}

.ATObVg .NlKT7Q {
  background-position: 100% 100%;
  left: 3px;
  top: 3px;
}

.aMqF6e {
  background-color: rgba(
    var(--brd, var(--color_15, color_15)),
    var(--alpha-brd, 1)
  );
  border-radius: var(--rd, 0);
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
}

.aMqF6e .TD54YK {
  bottom: var(--brw, 0);
  left: var(--brw, 0);
  overflow: hidden;
  position: absolute;
  right: var(--brw, 0);
  top: var(--brw, 0);
}

.aMqF6e .OQGVRy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUoAAAAaCAYAAADR0BVGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACIFJREFUeNrsnOuS2ygQhRuBnWTf/1k3O5aA/QNbJ8enQfJkapMJXeWyrPul+TjdjRzsmgUxvbXpYGaxfTaYTmZ2a597+/5Cn69t2b1NfzWzbzTvrzadYH5q2+O+Uzvunc7lDucU27q4HM85nLwfta1bzeyAeWo9M7O9fZe2foDlxcxy+53bukebLmb2ZmYPM/unffY2f2+ft7Y+/v7etu/bHm3bA/bff/flfZ+5/eZPhk+B6X4NBab7d7/G6kxf8b3gTHc/xO9t4JfdN/nTfWMDX0vNBxP42FdY/qVt9w388Ub+2fd5Ax/v227UVmK7pgjX0O9VavOsrWuOv/Z5CXz0il/zMy7gl+gDD1r+AN/Z22/0zwf42sPM/m4+2Od/Bx9/gM+/0Qf3vZNvsl+yH9pF37P0Tkiik24ETXbKbfIJ4kEVuOn/tOkbNMLeeBM47Y0cLzrnEcHpAp2LUSPb6Nw6TO5tnQOuuztkXye043QnqgQjfrA7LNsBnOhIbwBPXPeN9vFGkEWQ7rDsgPtc6HwOmH8Q1BUUq/gwHD1HrQOf834zNAP5IH8jfBIAMQkfSeAnXwB0CEKEHUIxwu8IAqGvh0IgAvgi7YMBf4Pz79v259KXYQfe4VqbD9xEeyvU2Rn4AT5b7LgLATPT8h18DjvZNwdweA74fGfciOR3BbbDawt0X4ymfxooZ865OWqSp28CYOzQrLQOghj2lgykO91EPgY3IgPnMoKiEQDZQSJsh5AJcN47bVsEmDJArwhFyeoRHbDvn6F5DJxYTSvgeUrRTsJw1nvXF3zvTAc+g6gNlKcCLHaqajqKCArhGMDvsUNHlcnbbrB9FOBmkXGD+ZVg3+9BFp1BcDqxAtsVao+VwMRRRgEfrSRqdhGxFIKX6tzw/vZjJEctZmJIeK/vpYvOGcT3iPTbQNEpOFbRS20UsvYeFIHLob/6vcFDC7C/Sje1kqIt4mFnguFIIT4EYHeC5iHCml0ALgvAsfLmkCM7Sq8IB5sB72y4XO1jrL4DqDbxYw+wKnIKjkhgv0uOeNiEWkyUEooEUITjTbSn+0SBIkRxn4HacRSdSiWVVmF5oXZbB78P6sQPEgeZtgtOOgWVJLbR6HTcCFNOmYUzvpVe7MFn4c4ovOZGmCE3V+giOjASfG8UOkVHLaBjc6NHFXg4gDwEpDBkrSJUzk4eJ4tw1oR6PCj0OURYwdNGDjkKdT8aZL+KfTTIw8VoK5KwCM50It9NQmWaSBNEJ/8eRSgfKIXAsE4OMBOpU+5cCvmuEh4HddKHyIVj7rEQH4zEjseZSqBV56vSPPUVUHr5oBEkgwhnvAQ7XvgB4UIliByOGq2kXI16DXN6lkygG+XldgHOMoDh7oS6nNcxgnUeFIPqBHrLfh0Q1xehGwb5WAy3cX50orc0ACYXMRmMtxP52jBQnnwNnCcsBNUi0kO7KBB5eUvV2WxwnDBQx+qZubBML0DSU49B5D42UUXmm4e/N1JJ2MNGCBU8J6t0Y6tTmVVwLATIQqDEYgbnV7C4pMLk7OT0gggLlv150B0B9qBoTLXHOAjnA8EOgZcItpgzTU6aYKMiaBTV+UDtvjrpnIOiycPJXSJouY4QKAzfBkwpJzo4Cct0ITluE+XofQcnX3DQfgx6g11UnKOjRk1Uy7OTbOaqnVe5O0h1IggLqeAiCjomKsNV3NPL1bdlf5wFBzLoO4eIrriQg+kqDPVZ0KhRACqii0J5qtqAxxYeElec3LqJiE4JjgD82ChC3Qa8MJGnfGqP6YUK4izsDgOaqzF32Z6H5KhjbuLGqyStGr7AYXZ2FGUm1RjsueJbBoWQM+O1FhCXfUS+NduP1d6thbCjoXycEqukNqOjKKMIx9U6r7TfKpaVicLktjdj0xlA/gDLq8ODgo3HsiEUuVLGlXKjB6dOHMdFKdLzUBaz52E43s3NYlkGpVvoeAz8Zct+RZjOwkwj5cltqwNTqcUOQLPnMambPQ9bMnsecqVC3CpEEl8LXg8Pa+NquQm1qQThuwechwkcR5bhogvk+6KTDxjlaxB63lgoVIaBch9cIebKHALdU4orLF722YzBE4TKyqQ0gz2/kKHSbJgbrfZct1BtmOHqcYfZwKNKlEo9I/6m7T0NgDV7K8JIyamL64DDga78cIJQhwzNTMvMgWlxZLval9cbz94WWbbss4Xz3pjZ4rR/VJaqzuCF+QpSal8mVGgVEMuCDSpVlp12HCb34r9jp4laPDO6PRDkuIfBJOtuz4nV4PRyZn5hhC+Uh94EB+Q2uGnLli0biwYj8cHhPKsz9QaQgiRC1py0nOIFg1GNN569JHEmcgzpxM0KJw5U6ILUMIaN8iDm9Fyequx5CXN6P7xBGPpn59yWLVv2OkSLgNZGy6qNx1kmey7AmOk6hopUZ1Ac/f/A6HVb80LvV+S6US5DqU6vis3vT9sg/Ma3dIqNq8kqx+lVopctW/a6FfPHLzMoVfiOOUxeVxV/1Jt9dZAqYAFlE1AObVaomb0Ly6oxODkIJZ25N7KBVOZxVWdyLcuWLft/bVbnUMOIRsMDzXRV20sHjNTj6L8MToHQBj3A6IJHAPYGXHsnulHPVWwVWpYt+4zg5Gq6UTg+Y8aINSbEmNn1Mc71TGX7TM8QJoA9m1Advb1yivzLli37bYDpia96UciFCfCu/n6aP/t/v7M9w5ntgkN3m+QLtgvrLlu27PcAZZiovtG6KhS3GewuRqI/rBNfhOJsOcMsXAQx7yss31q27NOCslyEahhEpK/+s9Nwebx4cbNlKjQOJ06wnjz+UpPLln0uYP6sP2NWbDjzqmL9GQe/sn2dXHh478kuW7bsjwXqVXao4UkvcybUuhi1bNmyZSPb1i1YtmzZsgXKZcuWLVugXLZs2bKPtH8HADJQ9p+EtD02AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  bottom: -26px;
  height: 26px;
  position: absolute;
  width: 165px;
}

.aMqF6e .tlWGDF {
  background-position: 0 0;
  left: -20px;
}

.aMqF6e .U1VCL6 {
  background-position: 100% 0;
  right: -20px;
}

.zf7Baq {
  height: 100%;
  width: 100%;
}

.kNBbt1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.FkxTlw {
  color: #333;
}

.FkxTlw,
.s0p_l4 {
  font-size: 13px;
  font-weight: 400;
}

.s0p_l4 {
  color: var(--wst-links-and-actions-color, #1a73e8);
  display: block;
  text-decoration: underline;
}

._z0Thl svg {
  height: 32px;
  width: 32px;
}

.ELGmg6 {
  border: 0;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nTOEE9 {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nTOEE9.sqUyGm:hover {
  /* cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==),
    auto; */
}

.nTOEE9.C_JY0G:hover {
  /* cursor:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==),
    auto; */
}

.RZQnmg {
  background-color: rgb(var(--color_11));
  border-radius: 50%;
  bottom: 12px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 12px;
  width: 40px;
}

.RZQnmg path {
  fill: rgb(var(--color_15));
}

.RZQnmg:focus {
  /* cursor: auto; */
  opacity: 1;
  pointer-events: auto;
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.rYiAuL {
  cursor: pointer;
}

.gSXewE {
  height: 0;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 0;
}

.OJQ_3L,
.gSXewE {
  position: absolute;
}

.OJQ_3L {
  background-color: rgb(var(--color_11));
  border-radius: 300px;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 16px 16px;
  opacity: 0;
  pointer-events: none;
  right: 0;
  width: 40px;
}

.OJQ_3L path {
  fill: rgb(var(--color_12));
}

.OJQ_3L:focus {
  /* cursor: auto; */
  opacity: 1;
  pointer-events: auto;
}

.mGoGm2 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.lDHlrQ {
  min-height: var(--image-min-height);
  min-width: var(--image-min-width);
}

.lDHlrQ img,
img.lDHlrQ {
  filter: var(--filter-effect-svg-url);
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100% 100%);
  mask-size: var(--mask-size, 100% 100%);
  -o-object-position: var(--object-position);
  object-position: var(--object-position);
}

.dWLwCn .lDHlrQ img {
  box-shadow: 0 0 0 #000;
  position: static;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dWLwCn .mGoGm2 {
  background-color: rgba(
    var(--brd, var(--color_11, color_11)),
    var(--alpha-brd, 1)
  );
  border-color: rgba(
    var(--brd, var(--color_11, color_11)),
    var(--alpha-brd, 1)
  );
  border-radius: 50%;
  border-style: solid;
  border-width: var(--brw, 2px);
  box-shadow: var(--shd, 0 1px 3px rgba(0, 0, 0, 0.5));
  display: block;
  overflow: hidden;
}

.dWLwCn .lDHlrQ {
  border-radius: 50%;
  overflow: hidden;
}
#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .KvoMHf:focus {
  outline: 2px solid #116dff;
  outline-offset: 1px;
}

.KvoMHf.ErucfC[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.KvoMHf[disabled] {
  pointer-events: none;
}

.MpKiNN {
  --display: flex;
  direction: var(--direction);
  display: var(--display);
  flex-direction: column;
  min-height: 25px;
  position: relative;
  text-align: var(--align, start);
}

.MpKiNN .pUnTVX {
  height: var(--inputHeight);
  position: relative;
}

.MpKiNN .eXvLsN {
  align-items: center;
  display: flex;
  font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
  justify-content: center;
  left: 0;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 50px;
}

.MpKiNN .KvoMHf,
.MpKiNN .eXvLsN {
  color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
}

.MpKiNN .KvoMHf {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(
    --corvid-background-color,
    rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
  );
  border-color: var(
    --corvid-border-color,
    rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
  );
  border-radius: var(--corvid-border-radius, var(--rd, 0));
  border-style: solid;
  border-width: var(--corvid-border-width, var(--brw, 1px));
  box-shadow: var(--shd, 0 0 0 transparent);
  box-sizing: border-box !important;
  direction: var(--inputDirection, "inherit");
  font: var(--fnt, var(--font_8));
  margin: 0;
  max-width: 100%;
  min-height: var(--inputHeight);
  padding: var(--textPadding);
  padding-inline-end: var(--textPadding_end);
  padding-inline-start: var(--textPadding_start);
  text-align: var(--inputAlign, "inherit");
  text-overflow: ellipsis;
  width: 100%;
}

.MpKiNN .KvoMHf[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 100%;
}

.MpKiNN .KvoMHf::-moz-placeholder {
  color: rgb(var(--txt2, var(--color_15, color_15)));
}

.MpKiNN .KvoMHf:-ms-input-placeholder {
  color: rgb(var(--txt2, var(--color_15, color_15)));
}

.MpKiNN .KvoMHf::placeholder {
  color: rgb(var(--txt2, var(--color_15, color_15)));
}

.MpKiNN .KvoMHf:hover {
  background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
  border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
  border-style: solid;
  border-width: var(--brwh, 1px);
}

.MpKiNN .KvoMHf:disabled {
  background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
  border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
  border-style: solid;
  border-width: var(--brwd, 1px);
  color: rgb(var(--txtd, 255, 255, 255));
}

.MpKiNN:not(.LyB02C) .KvoMHf:focus {
  background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
  border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
  border-style: solid;
  border-width: var(--brwf, 1px);
}

.MpKiNN.LyB02C .KvoMHf:invalid {
  background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
  border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
  border-style: solid;
  border-width: var(--brwe, 1px);
}

.MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
  background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
  border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
  border-style: solid;
  border-width: var(--brwf, 1px);
}

.MpKiNN .wPeA6j {
  display: none;
}

.MpKiNN.qzvPmW .wPeA6j {
  color: rgb(var(--txtlbl, var(--color_15, color_15)));
  direction: var(--labelDirection, inherit);
  display: inline-block;
  font: var(--fntlbl, var(--font_8));
  line-height: 1;
  margin-bottom: var(--labelMarginBottom);
  padding-inline-end: var(--labelPadding_end);
  padding-inline-start: var(--labelPadding_start);
  text-align: var(--labelAlign, inherit);
  word-break: break-word;
}

.MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
  color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
  content: " *";
  display: var(--requiredIndicationDisplay, none);
}

.ZXdXNL {
  --display: flex;
  direction: var(--direction);
  display: var(--display);
  flex-direction: column;
  justify-content: var(--align, start);
  text-align: var(--align, start);
}

.ZXdXNL .pUnTVX {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}

.ZXdXNL .eXvLsN {
  align-items: center;
  display: flex;
  font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: absolute;
  top: 0;
  width: 50px;
}

.ZXdXNL .KvoMHf,
.ZXdXNL .eXvLsN {
  color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
  min-height: 100%;
}

.ZXdXNL .KvoMHf {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(
    --corvid-background-color,
    rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1))
  );
  border-color: var(
    --corvid-border-color,
    rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
  );
  border-radius: var(--corvid-border-radius, var(--rd, 0));
  border-style: solid;
  border-width: var(--corvid-border-width, var(--brw, 1px));
  box-shadow: var(--shd, 0 0 0 transparent);
  box-sizing: border-box !important;
  direction: var(--inputDirection, "inherit");
  flex: 1;
  font: var(--fnt, var(--font_8));
  margin: 0;
  padding: var(--textPadding);
  padding-inline-end: var(--textPadding_end);
  padding-inline-start: var(--textPadding_start);
  text-align: var(--inputAlign, "inherit");
  text-overflow: ellipsis;
  width: 100%;
}

.ZXdXNL .KvoMHf[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.ZXdXNL .KvoMHf::-moz-placeholder {
  color: rgb(var(--txt2, var(--color_15, color_15)));
}

.ZXdXNL .KvoMHf:-ms-input-placeholder {
  color: rgb(var(--txt2, var(--color_15, color_15)));
}

.ZXdXNL .KvoMHf::placeholder {
  color: rgb(var(--txt2, var(--color_15, color_15)));
}

.ZXdXNL .KvoMHf:hover {
  background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
  border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
  border-style: solid;
  border-width: var(--brwh, 1px);
}

.ZXdXNL .KvoMHf:disabled {
  background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
  border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
  border-style: solid;
  border-width: var(--brwd, 1px);
  color: rgb(var(--txtd, 255, 255, 255));
}

.ZXdXNL:not(.LyB02C) .KvoMHf:focus {
  background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
  border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
  border-style: solid;
  border-width: var(--brwf, 1px);
}

.ZXdXNL.LyB02C .KvoMHf:invalid {
  background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
  border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
  border-style: solid;
  border-width: var(--brwe, 1px);
}

.ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
  background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
  border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
  border-style: solid;
  border-width: var(--brwf, 1px);
}

.ZXdXNL .wPeA6j {
  display: none;
}

.ZXdXNL.qzvPmW .wPeA6j {
  color: rgb(var(--txtlbl, var(--color_15, color_15)));
  direction: var(--labelDirection, inherit);
  display: inline-block;
  font: var(--fntlbl, var(--font_8));
  line-height: 1;
  margin-bottom: var(--labelMarginBottom);
  padding-inline-end: var(--labelPadding_end);
  padding-inline-start: var(--labelPadding_start);
  text-align: var(--labelAlign, inherit);
  word-break: break-word;
}

.ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
  color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
  content: " *";
  display: var(--requiredIndicationDisplay, none);
}

.wBdYEC {
  align-items: center;
  color: rgb(var(--errorTextColor, #ff4040));
  direction: var(--errorDirection);
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: var(--errorAlign, inherit);
  padding: 8px 0 0;
}

.wBdYEC .cfVDAB {
  flex: none;
  flex-grow: 0;
  order: 0;
}

.wBdYEC .YCipIB {
  display: inline-block;
  flex-grow: 0;
  font: var(--errorTextFont, var(--font_8));
  line-height: 1;
  order: 1;
  word-break: break-word;
}
.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

wix-media-canvas {
  display: block;
  height: 100%;
}

.I8xA4L {
  opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1));
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
  opacity: 1;
}

.Oqnisf {
  overflow: visible;
}

.Oqnisf > .MW5IWV .LWbAav {
  background-color: var(
    --section-corvid-background-color,
    var(--bg-overlay-color)
  );
}

.cM88eO {
  backface-visibility: hidden;
}

.YtfWHd {
  left: 0;
  top: 0;
}

.YtfWHd,
.mj3xJ8 {
  position: absolute;
}

.mj3xJ8 {
  clip: rect(0 0 0 0);
  background-color: #fff;
  border-radius: 50%;
  bottom: 3px;
  color: #000;
  display: grid;
  height: 24px;
  outline: 1px solid #000;
  place-items: center;
  pointer-events: none;
  right: 3px;
  width: 24px;
  z-index: 9999;
}

.mj3xJ8:active,
.mj3xJ8:focus {
  clip: auto;
  pointer-events: auto;
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.bX9O_S {
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}

.dkukWC {
  --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
  --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
  --divider-pin-border__: min(
    1,
    calc(var(--divider-layers-pin-factor__) / -1 + 1)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-height__) *
      var(--divider-layers-size__) * var(--divider-layers-y__)
  );
}

.dkukWC,
.dkukWC .FRCqDF {
  left: 0;
  /* position: absolute; */
  width: 100%;
}

.dkukWC .FRCqDF {
  --divider-layer-i__: var(--divider-layer-i, 0);
  background-position: left
    calc(
      50% + var(--divider-offset-x__) + var(--divider-layers-x__) *
        var(--divider-layer-i__)
    )
    bottom;
  background-repeat: repeat-x;
  border-bottom-style: solid;
  border-bottom-width: calc(
    var(--divider-pin-border__) * var(--divider-layer-i__) *
      var(--divider-layers-y__)
  );
  height: calc(
    var(--divider-height__) + var(--divider-pin-layer-height__) *
      var(--divider-layer-i__) * var(--divider-layers-y__)
  );
  opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1));
}

.xnZvZH {
  --divider-height__: var(--divider-top-height, auto);
  --divider-offset-x__: var(--divider-top-offset-x, 0px);
  --divider-layers-size__: var(--divider-top-layers-size, 0);
  --divider-layers-y__: var(--divider-top-layers-y, 0px);
  --divider-layers-x__: var(--divider-top-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
  border-top: var(--divider-top-padding, 0) solid
    var(--divider-top-color, currentColor);
  opacity: var(--divider-top-opacity, 1);
  top: 0;
  transform: var(--divider-top-flip, scaleY(-1));
}

.xnZvZH .FRCqDF {
  background-image: var(--divider-top-image, none);
  background-size: var(--divider-top-size, contain);
  border-color: var(--divider-top-color, currentColor);
  bottom: 0;
  filter: var(--divider-top-filter, none);
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
  display: var(--divider-top-layer-1-display, block);
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
  display: var(--divider-top-layer-2-display, block);
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
  display: var(--divider-top-layer-3-display, block);
}

.MBOSCN {
  --divider-height__: var(--divider-bottom-height, auto);
  --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
  --divider-layers-size__: var(--divider-bottom-layers-size, 0);
  --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
  --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
  --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
  border-bottom: var(--divider-bottom-padding, 0) solid
    var(--divider-bottom-color, currentColor);
  bottom: 0;
  opacity: var(--divider-bottom-opacity, 1);
  transform: var(--divider-bottom-flip, none);
}

.MBOSCN .FRCqDF {
  background-image: var(--divider-bottom-image, none);
  background-size: var(--divider-bottom-size, contain);
  border-color: var(--divider-bottom-color, currentColor);
  bottom: 0;
  filter: var(--divider-bottom-filter, none);
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
  display: var(--divider-bottom-layer-1-display, block);
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
  display: var(--divider-bottom-layer-2-display, block);
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
  display: var(--divider-bottom-layer-3-display, block);
}
.pkvyTp {
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.JMUd8Z.mDzRgi,
.QodGTM.mDzRgi {
  --display: grid;
  background-color: transparent;
  box-sizing: border-box;
  display: var(--display);
  min-height: 50px;
  position: relative;
}

.JMUd8Z.mDzRgi .XvQ3FE,
.QodGTM.mDzRgi .XvQ3FE {
  align-self: center;
  cursor: pointer;
  display: var(--nav-button-display);
  grid-area: 1/1/1/1;
  margin: 0 var(--nav-button-offset);
  position: absolute;
  width: var(--nav-button-width);
  z-index: 1;
}

.JMUd8Z.mDzRgi .XvQ3FE.CdshHv,
.QodGTM.mDzRgi .XvQ3FE.CdshHv {
  justify-self: var(--nav-button-prev-self-justify);
}

.JMUd8Z.mDzRgi .XvQ3FE.Qinjwp,
.QodGTM.mDzRgi .XvQ3FE.Qinjwp {
  justify-self: var(--nav-button-next-self-justify);
}

.JMUd8Z.mDzRgi .hDJzl4,
.QodGTM.mDzRgi .hDJzl4 {
  grid-area: 1/1/1/1;
  height: 100%;
  overflow: var(--slides-overflow);
  position: absolute;
  width: 100%;
}

.JMUd8Z.mDzRgi .hDJzl4.tAoGqR,
.QodGTM.mDzRgi .hDJzl4.tAoGqR {
  overflow: var(--transition-overflow, var(--slides-overflow));
}

.JMUd8Z.mDzRgi .hDJzl4 > *,
.QodGTM.mDzRgi .hDJzl4 > * {
  overflow: var(--slides-overflow);
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4,
.QodGTM.mDzRgi .T23gn7.hDJzl4 {
  height: auto;
  position: relative;
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4 > *,
.QodGTM.mDzRgi .T23gn7.hDJzl4 > * {
  top: 0;
}

.JMUd8Z.mDzRgi .T23gn7.hDJzl4 > :not(:first-child),
.QodGTM.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
  --force-state-metadata: false;
  position: absolute !important;
}

.JMUd8Z.mDzRgi .N2NGoO,
.QodGTM.mDzRgi .N2NGoO {
  border-radius: var(--rd, 0);
  bottom: 0;
  box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.JMUd8Z.mDzRgi .lZ5yqT,
.QodGTM.mDzRgi .lZ5yqT {
  align-self: end;
  direction: var(--nav-dot-direction);
  display: var(--nav-dot-section-display);
  grid-area: 1/1/1/1;
  justify-self: center;
  margin-bottom: var(--nav-dot-section-bottom-margin);
  position: absolute;
  transform: translateY(50%);
}

.JMUd8Z.mDzRgi .lZ5yqT .dZxZOk,
.QodGTM.mDzRgi .lZ5yqT .dZxZOk {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp,
.QodGTM.mDzRgi .lZ5yqT .ZVUGJp {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: var(--nav-dot-size);
  margin: 0 var(--nav-dot-margin);
  pointer-events: auto;
  position: relative;
  width: var(--nav-dot-size);
}

.JMUd8Z.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm,
.QodGTM.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
  height: var(--nav-dot-size-selected);
  width: var(--nav-dot-size-selected);
}

.JMUd8Z.mDzRgi .W44q6c,
.QodGTM.mDzRgi .W44q6c {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: var(--above-all-in-container, 49);
}

.JMUd8Z .XvQ3FE:hover,
.QodGTM .XvQ3FE:hover {
  opacity: 0.6;
}

.JMUd8Z .XvQ3FE.Qinjwp,
.QodGTM .XvQ3FE.Qinjwp {
  transform: scaleX(var(--nav-button-next-scaleX-transform));
}

.JMUd8Z .XvQ3FE.CdshHv,
.QodGTM .XvQ3FE.CdshHv {
  transform: scaleX(var(--nav-button-prev-scaleX-transform));
}

.JMUd8Z .XvQ3FE svg,
.QodGTM .XvQ3FE svg {
  fill: rgba(
    var(--arrowColor, var(--color_12, color_12)),
    var(--alpha-arrowColor, 1)
  );
  stroke: rgba(
    var(--arrowColor, var(--color_12, color_12)),
    var(--alpha-arrowColor, 1)
  );
  stroke-width: 1px;
}

.JMUd8Z .ZVUGJp {
  background-color: rgba(
    var(--dotsColor, var(--color_12, color_12)),
    var(--alpha-dotsColor, 1)
  );
  border-radius: 50%;
}

.JMUd8Z .ZVUGJp.Ale4Rm {
  background-color: rgba(
    var(--dotsSelectedColor, var(--color_11, color_11)),
    var(--alpha-dotsSelectedColor, 1)
  );
}

.QodGTM .ZVUGJp {
  background-color: rgba(
    var(--dotsColor, var(--color_12, color_12)),
    var(--alpha-dotsColor, 1)
  );
  border-radius: 50%;
}

.QodGTM .ZVUGJp.Ale4Rm {
  background-color: transparent;
  border: 2px solid
    rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
}

.ENJ6Ca.mDzRgi {
  --display: grid;
  background-color: transparent;
  box-sizing: border-box;
  display: var(--display);
  min-height: 50px;
  position: relative;
}

.ENJ6Ca.mDzRgi .XvQ3FE {
  align-self: center;
  cursor: pointer;
  display: var(--nav-button-display);
  grid-area: 1/1/1/1;
  margin: 0 var(--nav-button-offset);
  position: absolute;
  width: var(--nav-button-width);
  z-index: 1;
}

.ENJ6Ca.mDzRgi .XvQ3FE.CdshHv {
  justify-self: var(--nav-button-prev-self-justify);
}

.ENJ6Ca.mDzRgi .XvQ3FE.Qinjwp {
  justify-self: var(--nav-button-next-self-justify);
}

.ENJ6Ca.mDzRgi .hDJzl4 {
  grid-area: 1/1/1/1;
  height: 100%;
  overflow: var(--slides-overflow);
  position: absolute;
  width: 100%;
}

.ENJ6Ca.mDzRgi .hDJzl4.tAoGqR {
  overflow: var(--transition-overflow, var(--slides-overflow));
}

.ENJ6Ca.mDzRgi .hDJzl4 > * {
  overflow: var(--slides-overflow);
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 {
  height: auto;
  position: relative;
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > * {
  top: 0;
}

.ENJ6Ca.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
  --force-state-metadata: false;
  position: absolute !important;
}

.ENJ6Ca.mDzRgi .N2NGoO {
  border-radius: var(--rd, 0);
  bottom: 0;
  box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.ENJ6Ca.mDzRgi .lZ5yqT {
  align-self: end;
  direction: var(--nav-dot-direction);
  display: var(--nav-dot-section-display);
  grid-area: 1/1/1/1;
  justify-self: center;
  margin-bottom: var(--nav-dot-section-bottom-margin);
  position: absolute;
  transform: translateY(50%);
}

.ENJ6Ca.mDzRgi .lZ5yqT .dZxZOk {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: var(--nav-dot-size);
  margin: 0 var(--nav-dot-margin);
  pointer-events: auto;
  position: relative;
  width: var(--nav-dot-size);
}

.ENJ6Ca.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
  height: var(--nav-dot-size-selected);
  width: var(--nav-dot-size-selected);
}

.ENJ6Ca.mDzRgi .W44q6c {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: var(--above-all-in-container, 49);
}

.ENJ6Ca .XvQ3FE:hover {
  opacity: 0.6;
}

.ENJ6Ca .XvQ3FE.CdshHv {
  transform: scaleX(var(--nav-button-prev-circle-scaleX-transform));
}

.ENJ6Ca .XvQ3FE.Qinjwp {
  transform: scaleX(var(--nav-button-next-circle-scaleX-transform));
}

.ENJ6Ca .XvQ3FE svg {
  fill: rgba(
    var(--arrowColor, var(--color_12, color_12)),
    var(--alpha-arrowColor, 1)
  );
}

.ENJ6Ca .ZVUGJp {
  background-color: rgba(
    var(--dotsColor, var(--color_12, color_12)),
    var(--alpha-dotsColor, 1)
  );
  border-radius: 50%;
}

.ENJ6Ca .ZVUGJp.Ale4Rm {
  background-color: transparent;
  border: 2px solid
    rgba(var(--dotsColor, var(--color_12, color_12)), var(--alpha-dotsColor, 1));
}

.ghJlnq.mDzRgi {
  --display: grid;
  background-color: transparent;
  box-sizing: border-box;
  display: var(--display);
  min-height: 50px;
  position: relative;
}

.ghJlnq.mDzRgi .XvQ3FE {
  align-self: center;
  cursor: pointer;
  display: var(--nav-button-display);
  grid-area: 1/1/1/1;
  margin: 0 var(--nav-button-offset);
  position: absolute;
  width: var(--nav-button-width);
  z-index: 1;
}

.ghJlnq.mDzRgi .XvQ3FE.CdshHv {
  justify-self: var(--nav-button-prev-self-justify);
}

.ghJlnq.mDzRgi .XvQ3FE.Qinjwp {
  justify-self: var(--nav-button-next-self-justify);
}

.ghJlnq.mDzRgi .hDJzl4 {
  grid-area: 1/1/1/1;
  height: 100%;
  overflow: var(--slides-overflow);
  position: absolute;
  width: 100%;
}

.ghJlnq.mDzRgi .hDJzl4.tAoGqR {
  overflow: var(--transition-overflow, var(--slides-overflow));
}

.ghJlnq.mDzRgi .hDJzl4 > * {
  overflow: var(--slides-overflow);
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 {
  height: auto;
  position: relative;
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 > * {
  top: 0;
}

.ghJlnq.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
  --force-state-metadata: false;
  position: absolute !important;
}

.ghJlnq.mDzRgi .N2NGoO {
  border-radius: var(--rd, 0);
  bottom: 0;
  box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.ghJlnq.mDzRgi .lZ5yqT {
  align-self: end;
  direction: var(--nav-dot-direction);
  display: var(--nav-dot-section-display);
  grid-area: 1/1/1/1;
  justify-self: center;
  margin-bottom: var(--nav-dot-section-bottom-margin);
  position: absolute;
  transform: translateY(50%);
}

.ghJlnq.mDzRgi .lZ5yqT .dZxZOk {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: var(--nav-dot-size);
  margin: 0 var(--nav-dot-margin);
  pointer-events: auto;
  position: relative;
  width: var(--nav-dot-size);
}

.ghJlnq.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
  height: var(--nav-dot-size-selected);
  width: var(--nav-dot-size-selected);
}

.ghJlnq.mDzRgi .W44q6c {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: var(--above-all-in-container, 49);
}

.ghJlnq .XvQ3FE:hover {
  opacity: 0.6;
}

.ghJlnq .XvQ3FE.CdshHv {
  transform: scaleX(var(--nav-button-prev-scaleX-transform));
}

.ghJlnq .XvQ3FE.Qinjwp {
  transform: scaleX(var(--nav-button-next-scaleX-transform));
}

.ghJlnq .XvQ3FE svg path:first-child {
  fill: rgba(
    var(--arrowContainerColor, var(--color_11, color_11)),
    var(--alpha-arrowContainerColor, 1)
  );
}

.ghJlnq .XvQ3FE svg path:last-child {
  fill: rgba(
    var(--arrowColor, var(--color_12, color_12)),
    var(--alpha-arrowColor, 1)
  );
}

.ghJlnq .ZVUGJp {
  background-color: rgba(
    var(--dotsColor, var(--color_12, color_12)),
    var(--alpha-dotsColor, 1)
  );
}

.ghJlnq .ZVUGJp.Ale4Rm {
  background-color: rgba(
    var(--dotsSelectedColor, var(--color_11, color_11)),
    var(--alpha-dotsSelectedColor, 1)
  );
}

.XVHXq_.mDzRgi {
  --display: grid;
  background-color: transparent;
  box-sizing: border-box;
  display: var(--display);
  min-height: 50px;
  position: relative;
}

.XVHXq_.mDzRgi .XvQ3FE {
  align-self: center;
  cursor: pointer;
  display: var(--nav-button-display);
  grid-area: 1/1/1/1;
  margin: 0 var(--nav-button-offset);
  position: absolute;
  width: var(--nav-button-width);
  z-index: 1;
}

.XVHXq_.mDzRgi .XvQ3FE.CdshHv {
  justify-self: var(--nav-button-prev-self-justify);
}

.XVHXq_.mDzRgi .XvQ3FE.Qinjwp {
  justify-self: var(--nav-button-next-self-justify);
}

.XVHXq_.mDzRgi .hDJzl4 {
  grid-area: 1/1/1/1;
  height: 100%;
  overflow: var(--slides-overflow);
  position: absolute;
  width: 100%;
}

.XVHXq_.mDzRgi .hDJzl4.tAoGqR {
  overflow: var(--transition-overflow, var(--slides-overflow));
}

.XVHXq_.mDzRgi .hDJzl4 > * {
  overflow: var(--slides-overflow);
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 {
  height: auto;
  position: relative;
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 > * {
  top: 0;
}

.XVHXq_.mDzRgi .T23gn7.hDJzl4 > :not(:first-child) {
  --force-state-metadata: false;
  position: absolute !important;
}

.XVHXq_.mDzRgi .N2NGoO {
  border-radius: var(--rd, 0);
  bottom: 0;
  box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, 0.6));
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.XVHXq_.mDzRgi .lZ5yqT {
  align-self: end;
  direction: var(--nav-dot-direction);
  display: var(--nav-dot-section-display);
  grid-area: 1/1/1/1;
  justify-self: center;
  margin-bottom: var(--nav-dot-section-bottom-margin);
  position: absolute;
  transform: translateY(50%);
}

.XVHXq_.mDzRgi .lZ5yqT .dZxZOk {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: var(--nav-dot-size);
  margin: 0 var(--nav-dot-margin);
  pointer-events: auto;
  position: relative;
  width: var(--nav-dot-size);
}

.XVHXq_.mDzRgi .lZ5yqT .ZVUGJp.Ale4Rm {
  height: var(--nav-dot-size-selected);
  width: var(--nav-dot-size-selected);
}

.XVHXq_.mDzRgi .W44q6c {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: var(--above-all-in-container, 49);
}

.XVHXq_.mDzRgi {
  min-height: unset;
}

.sNF2R0 {
  opacity: 0;
}

.hLoBV3 {
  transition: opacity var(--transition-duration) cubic-bezier(0.37, 0, 0.63, 1);
}

.Rdf41z,
.hLoBV3 {
  opacity: 1;
}

.ftlZWo {
  transition: opacity var(--transition-duration) cubic-bezier(0.37, 0, 0.63, 1);
}

.ATGlOr,
.ftlZWo {
  opacity: 0;
}

.KQSXD0 {
  transition: opacity var(--transition-duration) cubic-bezier(0.64, 0, 0.78, 0);
}

.KQSXD0,
.pagQKE {
  opacity: 1;
}

._6zG5H {
  opacity: 0;
  transition: opacity var(--transition-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.BB49uC {
  transform: translateX(100%);
}

.j9xE1V {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.ICs7Rs,
.j9xE1V {
  transform: translateX(0);
}

.DxijZJ {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.B5kjYq,
.DxijZJ {
  transform: translateX(-100%);
}

.cJijIV {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.cJijIV,
.hOxaWM {
  transform: translateX(0);
}

.T9p3fN {
  transform: translateX(100%);
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.qDxYJm {
  transform: translateY(100%);
}

.aA9V0P {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.YPXPAS,
.aA9V0P {
  transform: translateY(0);
}

.Xf2zsA {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.Xf2zsA,
.y7Kt7s {
  transform: translateY(-100%);
}

.EeUgMu {
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}

.EeUgMu,
.fdHrtm {
  transform: translateY(0);
}

.WIFaG4 {
  transform: translateY(100%);
  transition: transform var(--transition-duration)
    cubic-bezier(0.87, 0, 0.13, 1);
}
@-moz-document url-prefix() {
  :invalid {
    box-shadow: none;
  }

  :-moz-submit-invalid,
  :-moz-ui-invalid {
    box-shadow: none;
  }
}

@keyframes kYZz2Z {
  0% {
    animation-timing-function: ease-out;
    transform: rotate(180deg);
  }

  45% {
    transform: rotate(198deg);
  }

  55% {
    transform: rotate(234deg);
  }

  to {
    transform: rotate(540deg);
  }
}

@keyframes wlf4P4 {
  to {
    opacity: 1;
    transform: rotate(115deg);
  }
}

.bkIuWA.xXaCpo {
  --display: flex;
  align-items: center;
  display: var(--display);
  justify-content: center;
}

.d1WWt1 {
  animation: kYZz2Z 1s linear infinite;
  height: 72px;
  margin-left: -18px;
  overflow: hidden;
  position: absolute;
  transform-origin: 100% 50%;
  width: 36px;
}

.d1WWt1:after,
.d1WWt1:before {
  animation: wlf4P4 0.5s linear infinite alternate;
  border: 3px solid currentColor;
  border-color: currentColor transparent transparent currentColor;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: -100%;
  top: 0;
  transform: rotate(-45deg);
}

.d1WWt1:before {
  color: #7fccf7;
}

.d1WWt1:after {
  color: #3899ec;
  opacity: 0;
}
.imK94d .eF_jBL {
  border-radius: var(--rd, 0);
  will-change: var(--corners-overflow-fix-will-change, initial);
}

.imK94d .wfm0FO {
  border: var(--brw, 0) solid
    rgba(var(--brd, var(--color_11, color_11)), var(--alpha-brd, 1));
  border-radius: var(--rd, 0);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.Tj01hh,
.jhxvbR {
  display: block;
  height: 100%;
  width: 100%;
}

.jhxvbR img {
  max-width: var(--wix-img-max-width, 100%);
}

.jhxvbR[data-animate-blur] img {
  filter: blur(9px);
  transition: filter 0.8s ease-in;
}

.jhxvbR[data-animate-blur] img[data-load-done] {
  filter: none;
}

.MW5IWV {
  height: 100%;
  left: 0;
  -webkit-mask-image: var(--mask-image, none);
  mask-image: var(--mask-image, none);
  -webkit-mask-position: var(--mask-position, 0);
  mask-position: var(--mask-position, 0);
  -webkit-mask-repeat: var(--mask-repeat, no-repeat);
  mask-repeat: var(--mask-repeat, no-repeat);
  -webkit-mask-size: var(--mask-size, 100%);
  mask-size: var(--mask-size, 100%);
  overflow: hidden;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV.N3eg0s {
  clip: rect(0, auto, auto, 0);
}

.MW5IWV .Kv1aVt {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.MW5IWV .dLPlxY {
  height: var(--fill-layer-image-height, 100%);
  opacity: var(--fill-layer-image-opacity);
}

.MW5IWV .dLPlxY img {
  height: 100%;
  width: 100%;
}

@supports (-webkit-hyphens: none) {
  .MW5IWV.N3eg0s {
    clip: auto;
    -webkit-clip-path: inset(0);
  }
}

.VgO9Yg {
  height: 100%;
}

.LWbAav {
  background-color: var(--bg-overlay-color);
  background-image: var(--bg-gradient);
  transition: var(--inherit-transition);
}

.K_YxMd,
.yK6aSC {
  opacity: var(--fill-layer-video-opacity);
}

.NGjcJN {
  bottom: var(--media-padding-bottom);
  height: var(--media-padding-height);
  position: absolute;
  top: var(--media-padding-top);
  width: 100%;
}

.mNGsUM {
  transform: scale(var(--scale, 1));
  transition: var(--transform-duration, transform 0s);
}

.K_YxMd {
  height: 100%;
  position: relative;
  width: 100%;
}

wix-media-canvas {
  display: block;
  height: 100%;
}

.I8xA4L {
  opacity: var(--fill-layer-video-opacity, var(--fill-layer-image-opacity, 1));
}

.I8xA4L .K_YxMd,
.I8xA4L .dLPlxY,
.I8xA4L .yK6aSC {
  opacity: 1;
}

.bX9O_S {
  clip-path: var(--fill-layer-clip);
}

.Z_wCwr,
.bX9O_S {
  position: absolute;
  top: 0;
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
  height: 100%;
  width: 100%;
}

.K8MSra {
  opacity: 0;
}

.K8MSra,
.YTb3b4 {
  position: absolute;
  top: 0;
}

.YTb3b4 {
  height: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

.SUz0WK {
  left: 0;
  pointer-events: var(--fill-layer-background-media-pointer-events);
  position: var(--fill-layer-background-media-position);
}

.FNxOn5,
.SUz0WK,
.m4khSP {
  height: 100%;
  top: 0;
  width: 100%;
}

.FNxOn5 {
  position: absolute;
}

.m4khSP {
  background-color: var(--fill-layer-background-overlay-color);
  opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
  position: var(--fill-layer-background-overlay-position);
  transform: var(--fill-layer-background-overlay-transform);
}

@supports (mix-blend-mode: overlay) {
  .m4khSP {
    mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
    opacity: var(--fill-layer-background-overlay-blend-opacity, 1);
  }
}
.JVi7i2,
.hrbzfT {
  background-color: var(
    --corvid-background-color,
    rgba(var(--bg, 0, 0, 0), var(--alpha-bg, 0))
  );
  border: solid
    var(
      --corvid-border-color,
      rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1))
    )
    var(--corvid-border-width, var(--brw, 0));
  border-radius: var(--corvid-border-radius, var(--rd, 0));
  box-shadow: var(--shd, 0 0 0 transparent);
}

.d3n4V3 {
  height: 100%;
  left: -var(--corvid-border-width, var(--brw, 0));
  position: absolute;
  top: -var(--corvid-border-width, var(--brw, 0));
  width: 100%;
}
.cwL6XW {
  cursor: pointer;
}

.KaEeLN {
  --container-corvid-border-color: rgba(
    var(--brd, var(--color_15, color_15)),
    var(--alpha-brd, 1)
  );
  --container-corvid-border-size: var(--brw, 1px);
  --container-corvid-background-color: rgba(
    var(--bg, var(--color_11, color_11)),
    var(--alpha-bg, 1)
  );
  --backdrop-filter: $backdrop-filter;
}

.uYj0Sg {
  backdrop-filter: var(--backdrop-filter, none);
  background-color: var(
    --container-corvid-background-color,
    rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
  );
  background-image: var(--bg-gradient, none);
  border: var(--container-corvid-border-width, var(--brw, 1px)) solid
    var(
      --container-corvid-border-color,
      rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))
    );
  border-radius: var(--rd, 5px);
  bottom: 0;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.QrIus {
  height: auto !important;
}

.bsFmQ {
  overflow: hidden !important;
}

/*# sourceMappingURL=group_7.882d8423.chunk.min.css.map*/

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_Zwjimrq1Q_.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwjimrq1Q_.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwjimrq1Q_.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwjimrq1Q_.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZwjimrqw.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "din-next-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2")
    format("woff2");
  unicode-range:
    U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "din-next-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2")
    format("woff2");
  unicode-range:
    U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177,
    U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB,
    U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070,
    U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E,
    U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B,
    U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
  font-display: swap;
}

@font-face {
  font-family: "din-next-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2")
    format("woff2");
  unicode-range:
    U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178,
    U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014,
    U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044,
    U+20AC, U+2122;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "proxima-n-w01-reg";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w05-reg.woff2")
    format("woff2");
  unicode-range:
    U+0000, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177,
    U+0179-017C, U+017F, U+018F, U+019D, U+01A0-01A1, U+01AF-01B0, U+01E6-01E7,
    U+01EA-01EB, U+01FA-01FF, U+0218-021B, U+0232-0233, U+0237, U+0259, U+0272,
    U+02B0, U+02BB-02BC, U+02C9, U+02CB, U+02D8-02D9, U+02DB, U+02DD,
    U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D7,
    U+0400-045F, U+0472-0475, U+048A-04FF, U+0510-0513, U+051C-051D,
    U+0524-0527, U+052E-052F, U+1E02-1E03, U+1E0A-1E0B, U+1E1E-1E1F,
    U+1E22-1E23, U+1E56-1E57, U+1E60-1E61, U+1E6A-1E6B, U+1E80-1E85, U+1E9E,
    U+1EA0-1EF9, U+2000-200A, U+2015, U+201B, U+2032-2033, U+203D-203E, U+2070,
    U+2074-2079, U+207D-2089, U+208D-208E, U+20A1, U+20A3-20A4, U+20A6-20AB,
    U+20B4, U+20B8-20BA, U+20BC-20BD, U+2113, U+2116-2117, U+2120, U+2126,
    U+212E, U+2153-2154, U+215B-215E, U+2190-2193, U+2202, U+2206, U+220F,
    U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260,
    U+2264-2265, U+22B2-22B3, U+22C5, U+2318, U+25A0, U+25B2, U+25BC, U+25CA,
    U+25CF, U+2605, U+2610-2611, U+2666, U+2713, U+2E18, U+E004-E005,
    U+F43A-F43B, U+F460-F473, U+F498-F49F, U+F4C6-F4C7, U+F4CC-F4CD,
    U+F4D2-F4D7, U+F50A-F50B, U+F50E-F533, U+F536-F539, U+F53C-F53F, U+F637,
    U+F6C3, U+F6DD, U+F6DF-F6F3, U+F8FF, U+FB00-FB04;
  font-display: swap;
}

@font-face {
  font-family: "proxima-n-w01-reg";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w01-reg.woff2")
    format("woff2");
  unicode-range:
    U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161,
    U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014,
    U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044,
    U+20AC, U+2122, U+F656-F659;
  font-display: swap;
}

@keyframes motion-flip-1 {
  0% {
    transform: perspective(800px) rotateZ(var(--comp-rotate-z, 0deg))
      rotate3d(var(--motion-rotate-x), var(--motion-rotate-y), 0, 0deg);
    animation-timing-function: linear;
  }

  100% {
    transform: perspective(800px) rotateZ(var(--comp-rotate-z, 0deg))
      rotate3d(var(--motion-rotate-x), var(--motion-rotate-y), 0, 360deg);
  }

  100% {
    transform: perspective(800px) rotateZ(var(--comp-rotate-z, 0deg))
      rotate3d(var(--motion-rotate-x), var(--motion-rotate-y), 0, 360deg);
  }
}

#masterPage:not(.landingPage) #PAGES_CONTAINER {
  margin-top: 0px;
  margin-bottom: 0px;
}

#masterPage.landingPage #SITE_HEADER {
  display: none;
}

#masterPage.landingPage #SITE_FOOTER {
  display: none;
}

#masterPage.landingPage #SITE_HEADER-placeholder {
  display: none;
}

#masterPage.landingPage #SITE_FOOTER-placeholder {
  display: none;
}

#SITE_CONTAINER.focus-ring-active
  :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus,
#SITE_CONTAINER.focus-ring-active
  :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus
  ~ .wixSdkShowFocusOnSibling {
  --focus-ring-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff;
  box-shadow: var(--focus-ring-box-shadow) !important;
  z-index: 1;
}

.has-inner-focus-ring {
  --focus-ring-box-shadow:
    inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;
}

#masterPage {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#SITE_HEADER {
  z-index: 50;
  --above-all-in-container: 10000;
}

#SITE_FOOTER {
  --pinned-layer-in-container: 51;
  --above-all-in-container: 49;
}

#PAGES_CONTAINER {
  --pinned-layer-in-container: 52;
  --above-all-in-container: 49;
}

:root,
:host,
.spxThemeOverride,
.max-width-container,
#root {
  --color_0: 255, 255, 255;
  --color_1: 255, 255, 255;
  --color_2: 0, 0, 0;
  --color_3: 237, 28, 36;
  --color_4: 0, 136, 203;
  --color_5: 255, 203, 5;
  --color_6: 114, 114, 114;
  --color_7: 176, 176, 176;
  --color_8: 255, 255, 255;
  --color_9: 114, 114, 114;
  --color_10: 176, 176, 176;
  --color_11: 249, 240, 225;
  --color_12: 241, 194, 174;
  --color_13: 234, 149, 124;
  --color_14: 226, 103, 73;
  --color_15: 218, 57, 22;
  --color_16: 250, 232, 167;
  --color_17: 244, 218, 123;
  --color_18: 16, 46, 66;
  --color_19: 159, 125, 1;
  --color_20: 80, 63, 1;
  --color_21: 173, 198, 248;
  --color_22: 131, 168, 240;
  --color_23: 21, 93, 233;
  --color_24: 14, 62, 155;
  --color_25: 7, 31, 78;
  --color_26: 196, 174, 221;
  --color_27: 156, 127, 186;
  --color_28: 102, 56, 152;
  --color_29: 68, 37, 101;
  --color_30: 34, 19, 51;
  --color_31: 229, 250, 209;
  --color_32: 202, 229, 175;
  --color_33: 155, 203, 108;
  --color_34: 78, 102, 54;
  --color_35: 39, 51, 27;
  --color_36: 249, 240, 225;
  --color_37: 218, 57, 22;
  --color_38: 241, 194, 174;
  --color_39: 234, 149, 124;
  --color_40: 226, 103, 73;
  --color_41: 16, 46, 66;
  --color_42: 55, 139, 150;
  --color_43: 179, 106, 67;
  --color_44: 255, 255, 255;
  --color_45: 218, 57, 22;
  --color_46: 218, 57, 22;
  --color_47: 16, 46, 66;
  --color_48: 16, 46, 66;
  --color_49: 16, 46, 66;
  --color_50: 249, 240, 225;
  --color_51: 249, 240, 225;
  --color_52: 16, 46, 66;
  --color_53: 16, 46, 66;
  --color_54: 234, 149, 124;
  --color_55: 234, 149, 124;
  --color_56: 249, 240, 225;
  --color_57: 249, 240, 225;
  --color_58: 16, 46, 66;
  --color_59: 16, 46, 66;
  --color_60: 16, 46, 66;
  --color_61: 16, 46, 66;
  --color_62: 249, 240, 225;
  --color_63: 249, 240, 225;
  --color_64: 234, 149, 124;
  --color_65: 234, 149, 124;
  --font_0: normal normal bold 20px/1.4em montserrat, sans-serif;
  --font_1: normal normal normal 16px/1.4em din-next-w01-light, sans-serif;
  --font_2: normal normal bold 60px/1.4em montserrat, sans-serif;
  --font_3: normal normal normal 60px/1.4em montserrat, sans-serif;
  --font_4: normal normal bold 80px/1.4em montserrat, sans-serif;
  --font_5: normal normal normal 30px/1.4em montserrat, sans-serif;
  --font_6: normal normal bold 12px/1.4em montserrat, sans-serif;
  --font_7: normal normal normal 14px/1.4em montserrat, sans-serif;
  --font_8: normal normal normal 18px/1.4em montserrat, sans-serif;
  --font_9: normal normal normal 14px/1.4em montserrat, sans-serif;
  --font_10: normal normal normal 12px/1.4em din-next-w01-light, sans-serif;
  --wix-ads-height: 0px;
  --sticky-offset: 0px;
  --wix-ads-top-height: 0px;
  --site-width: auto;
  --above-all-z-index: 100000;
  --portals-z-index: 100001;
  --wix-opt-in-direction: ltr;
  --wix-opt-in-direction-multiplier: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --minViewportSize: 320;
  --maxViewportSize: 1920;
  --theme-spx-ratio: 1px;
  --full-viewport: 100 * var(--one-unit) * var(--browser-zoom);
  --scaling-factor: clamp(
    var(--spx-stopper-min),
    var(--full-viewport),
    min(var(--spx-stopper-max), var(--section-max-width))
  );
  --customScaleViewportLimit: clamp(
    var(--minViewportSize) * 1px,
    var(--full-viewport),
    min(var(--section-max-width), var(--maxViewportSize) * 1px)
  );
}

.font_0 {
  font: var(--font_0);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_1 {
  font: var(--font_1);
  color: rgb(var(--color_40));
  letter-spacing: 0em;
}

.font_2 {
  font: var(--font_2);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_3 {
  font: var(--font_3);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_4 {
  font: var(--font_4);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_5 {
  font: var(--font_5);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_6 {
  font: var(--font_6);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_7 {
  font: var(--font_7);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_8 {
  font: var(--font_8);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_9 {
  font: var(--font_9);
  color: rgb(var(--color_37));
  letter-spacing: 0em;
}

.font_10 {
  font: var(--font_10);
  color: rgb(var(--color_40));
  letter-spacing: 0em;
}

.color_0 {
  color: rgb(var(--color_0));
}

.color_1 {
  color: rgb(var(--color_1));
}

.color_2 {
  color: rgb(var(--color_2));
}

.color_3 {
  color: rgb(var(--color_3));
}

.color_4 {
  color: rgb(var(--color_4));
}

.color_5 {
  color: rgb(var(--color_5));
}

.color_6 {
  color: rgb(var(--color_6));
}

.color_7 {
  color: rgb(var(--color_7));
}

.color_8 {
  color: rgb(var(--color_8));
}

.color_9 {
  color: rgb(var(--color_9));
}

.color_10 {
  color: rgb(var(--color_10));
}

.color_11 {
  color: rgb(var(--color_11));
}

.color_12 {
  color: rgb(var(--color_12));
}

.color_13 {
  color: rgb(var(--color_13));
}

.color_14 {
  color: rgb(var(--color_14));
}

.color_15 {
  color: rgb(var(--color_15));
}

.color_16 {
  color: rgb(var(--color_16));
}

.color_17 {
  color: rgb(var(--color_17));
}

.color_18 {
  color: rgb(var(--color_18));
}

.color_19 {
  color: rgb(var(--color_19));
}

.color_20 {
  color: rgb(var(--color_20));
}

.color_21 {
  color: rgb(var(--color_21));
}

.color_22 {
  color: rgb(var(--color_22));
}

.color_23 {
  color: rgb(var(--color_23));
}

.color_24 {
  color: rgb(var(--color_24));
}

.color_25 {
  color: rgb(var(--color_25));
}

.color_26 {
  color: rgb(var(--color_26));
}

.color_27 {
  color: rgb(var(--color_27));
}

.color_28 {
  color: rgb(var(--color_28));
}

.color_29 {
  color: rgb(var(--color_29));
}

.color_30 {
  color: rgb(var(--color_30));
}

.color_31 {
  color: rgb(var(--color_31));
}

.color_32 {
  color: rgb(var(--color_32));
}

.color_33 {
  color: rgb(var(--color_33));
}

.color_34 {
  color: rgb(var(--color_34));
}

.color_35 {
  color: rgb(var(--color_35));
}

.color_36 {
  color: rgb(var(--color_36));
}

.color_37 {
  color: rgb(var(--color_37));
}

.color_38 {
  color: rgb(var(--color_38));
}

.color_39 {
  color: rgb(var(--color_39));
}

.color_40 {
  color: rgb(var(--color_40));
}

.color_41 {
  color: rgb(var(--color_41));
}

.color_42 {
  color: rgb(var(--color_42));
}

.color_43 {
  color: rgb(var(--color_43));
}

.color_44 {
  color: rgb(var(--color_44));
}

.color_45 {
  color: rgb(var(--color_45));
}

.color_46 {
  color: rgb(var(--color_46));
}

.color_47 {
  color: rgb(var(--color_47));
}

.color_48 {
  color: rgb(var(--color_48));
}

.color_49 {
  color: rgb(var(--color_49));
}

.color_50 {
  color: rgb(var(--color_50));
}

.color_51 {
  color: rgb(var(--color_51));
}

.color_52 {
  color: rgb(var(--color_52));
}

.color_53 {
  color: rgb(var(--color_53));
}

.color_54 {
  color: rgb(var(--color_54));
}

.color_55 {
  color: rgb(var(--color_55));
}

.color_56 {
  color: rgb(var(--color_56));
}

.color_57 {
  color: rgb(var(--color_57));
}

.color_58 {
  color: rgb(var(--color_58));
}

.color_59 {
  color: rgb(var(--color_59));
}

.color_60 {
  color: rgb(var(--color_60));
}

.color_61 {
  color: rgb(var(--color_61));
}

.color_62 {
  color: rgb(var(--color_62));
}

.color_63 {
  color: rgb(var(--color_63));
}

.color_64 {
  color: rgb(var(--color_64));
}

.color_65 {
  color: rgb(var(--color_65));
}

.backcolor_0 {
  background-color: rgb(var(--color_0));
}

.backcolor_1 {
  background-color: rgb(var(--color_1));
}

.backcolor_2 {
  background-color: rgb(var(--color_2));
}

.backcolor_3 {
  background-color: rgb(var(--color_3));
}

.backcolor_4 {
  background-color: rgb(var(--color_4));
}

.backcolor_5 {
  background-color: rgb(var(--color_5));
}

.backcolor_6 {
  background-color: rgb(var(--color_6));
}

.backcolor_7 {
  background-color: rgb(var(--color_7));
}

.backcolor_8 {
  background-color: rgb(var(--color_8));
}

.backcolor_9 {
  background-color: rgb(var(--color_9));
}

.backcolor_10 {
  background-color: rgb(var(--color_10));
}

.backcolor_11 {
  background-color: rgb(var(--color_11));
}

.backcolor_12 {
  background-color: rgb(var(--color_12));
}

.backcolor_13 {
  background-color: rgb(var(--color_13));
}

.backcolor_14 {
  background-color: rgb(var(--color_14));
}

.backcolor_15 {
  background-color: rgb(var(--color_15));
}

.backcolor_16 {
  background-color: rgb(var(--color_16));
}

.backcolor_17 {
  background-color: rgb(var(--color_17));
}

.backcolor_18 {
  background-color: rgb(var(--color_18));
}

.backcolor_19 {
  background-color: rgb(var(--color_19));
}

.backcolor_20 {
  background-color: rgb(var(--color_20));
}

.backcolor_21 {
  background-color: rgb(var(--color_21));
}

.backcolor_22 {
  background-color: rgb(var(--color_22));
}

.backcolor_23 {
  background-color: rgb(var(--color_23));
}

.backcolor_24 {
  background-color: rgb(var(--color_24));
}

.backcolor_25 {
  background-color: rgb(var(--color_25));
}

.backcolor_26 {
  background-color: rgb(var(--color_26));
}

.backcolor_27 {
  background-color: rgb(var(--color_27));
}

.backcolor_28 {
  background-color: rgb(var(--color_28));
}

.backcolor_29 {
  background-color: rgb(var(--color_29));
}

.backcolor_30 {
  background-color: rgb(var(--color_30));
}

.backcolor_31 {
  background-color: rgb(var(--color_31));
}

.backcolor_32 {
  background-color: rgb(var(--color_32));
}

.backcolor_33 {
  background-color: rgb(var(--color_33));
}

.backcolor_34 {
  background-color: rgb(var(--color_34));
}

.backcolor_35 {
  background-color: rgb(var(--color_35));
}

.backcolor_36 {
  background-color: rgb(var(--color_36));
}

.backcolor_37 {
  background-color: rgb(var(--color_37));
}

.backcolor_38 {
  background-color: rgb(var(--color_38));
}

.backcolor_39 {
  background-color: rgb(var(--color_39));
}

.backcolor_40 {
  background-color: rgb(var(--color_40));
}

.backcolor_41 {
  background-color: rgb(var(--color_41));
}

.backcolor_42 {
  background-color: rgb(var(--color_42));
}

.backcolor_43 {
  background-color: rgb(var(--color_43));
}

.backcolor_44 {
  background-color: rgb(var(--color_44));
}

.backcolor_45 {
  background-color: rgb(var(--color_45));
}

.backcolor_46 {
  background-color: rgb(var(--color_46));
}

.backcolor_47 {
  background-color: rgb(var(--color_47));
}

.backcolor_48 {
  background-color: rgb(var(--color_48));
}

.backcolor_49 {
  background-color: rgb(var(--color_49));
}

.backcolor_50 {
  background-color: rgb(var(--color_50));
}

.backcolor_51 {
  background-color: rgb(var(--color_51));
}

.backcolor_52 {
  background-color: rgb(var(--color_52));
}

.backcolor_53 {
  background-color: rgb(var(--color_53));
}

.backcolor_54 {
  background-color: rgb(var(--color_54));
}

.backcolor_55 {
  background-color: rgb(var(--color_55));
}

.backcolor_56 {
  background-color: rgb(var(--color_56));
}

.backcolor_57 {
  background-color: rgb(var(--color_57));
}

.backcolor_58 {
  background-color: rgb(var(--color_58));
}

.backcolor_59 {
  background-color: rgb(var(--color_59));
}

.backcolor_60 {
  background-color: rgb(var(--color_60));
}

.backcolor_61 {
  background-color: rgb(var(--color_61));
}

.backcolor_62 {
  background-color: rgb(var(--color_62));
}

.backcolor_63 {
  background-color: rgb(var(--color_63));
}

.backcolor_64 {
  background-color: rgb(var(--color_64));
}

.backcolor_65 {
  background-color: rgb(var(--color_65));
}

#masterPage:not(.landingPage) {
  --top-offset: var(--header-height);
  --header-height: 127px;
}

#masterPage.landingPage {
  --top-offset: 0px;
}

#SITE_HEADER {
  --brd: var(--color_36);
  --brwt: 0px;
  --brwb: 0px;
  --shd: none;
  --rd: 0px;
  --alpha-brd: 1;
  --backdrop-filter: none;
  --boxShadowToggleOn-shd: none;
}

#SITE_HEADER {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="SITE_HEADERinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-mihon99f"],
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihon99f"] {
  position: relative;
  margin: 23px 0px 14px calc((100% - 980px) * 0.5);
  left: -93px;
  grid-area: 1 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-mihoo6f3"],
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihoo6f3"] {
  position: relative;
  margin: 40px 0px 11px calc((100% - 980px) * 0.5);
  left: 28px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-iyzxtjxx"],
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-iyzxtjxx"] {
  position: relative;
  margin: 0px 0px 24px calc((100% - 980px) * 0.5);
  left: 33px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_HEADERinlineContent-gridContainer"] > [id="comp-mjn5i3j1"],
[data-mesh-id="SITE_HEADERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjn5i3j1"] {
  position: relative;
  margin: 48px 0px -9px calc((100% - 980px) * 0.5);
  left: 1030px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

#SITE_HEADER {
  --bg-overlay-color: rgb(var(--color_36));
  --bg-gradient: none;
  position: sticky !important;
  top: var(--wix-ads-height);
}

#comp-mihon99f {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-mihon99f {
  width: 72px;
  height: 90px;
}

#comp-mihon99f {
  --height: 90px;
  --width: 72px;
}

#comp-mihoo6f3 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihoo6f3 {
  /* width: 803px; */
  height: auto;
}

#comp-mihoo6f3 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-iyzxtjxx {
  --menuTotalBordersX: 0px;
  --menuTotalBordersY: 0px;
  --bgDrop: var(--color_36);
  --rd: 0px;
  --shd: none;
  --fnt: normal normal 700 17px/1.4em raleway, sans-serif;
  --pad: 5px;
  --txt: var(--color_37);
  --trans: color 0.4s ease 0s;
  --txth: var(--color_41);
  --txts: var(--color_41);
  --alpha-txth: 1;
  --alpha-txts: 1;
  --alpha-bgDrop: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

#comp-iyzxtjxx {
  /* width: 904px; */
  height: 24px;
}

#comp-iyzxtjxx {
  --menuTotalBordersY: 0px;
  --menuTotalBordersX: 0px;
  --submenus-direction: inherit;
  --menu-direction: inherit;
  --align: end;
  --menu-align: inherit;
  --submenus-align: inherit;
}

#comp-mjn5i3j1 {
  --borderColor: 211, 211, 218;
  --alpha-borderColor: 1;
  --borderWidth: 1px;
  --borderRadius: 10px 10px 10px 10px;
  --boxShadow: none;
  --separatorColor: 211, 211, 218;
  --backgroundColor: 238, 238, 244;
  --alpha-backgroundColor: 1;
  --borderRadiusValue: 10px 10px 10px 10px;
  --itemFont: normal normal normal 15px/1.875em proxima-n-w01-reg, sans-serif;
  --itemTextColor: 218, 57, 22;
  --itemTextColorHover: 218, 57, 22;
  --backgroundColorHover: 249, 240, 225;
  --itemTextColorActive: 16, 46, 66;
  --alpha-itemTextColorActive: 1;
  --backgroundColorActive: 249, 240, 225;
  --alpha-separatorColor: 1;
  --borderSides: none;
  --itemSpacing: 5px;
  --alpha-itemTextColorHover: 1;
  --alpha-backgroundColorActive: 1;
  --alpha-backgroundColorHover: 1;
  --borderColorHover: rgba(32, 32, 32, 1);
  --borderColorActive: rgba(32, 32, 32, 1);
  --boxShadowToggleOn-boxShadow: none;
  --alpha-itemTextColor: 1;
}

#comp-mjn5i3j1 {
  width: 118px;
  height: 40px;
}

#comp-mjn5i3j1 {
  --itemFont: normal normal normal 15px/1.875em proxima-n-w01-reg, sans-serif;
  --height: 40px;
  --iconSize: 21px;
}

#SITE_FOOTER {
  --brd: var(--color_36);
  --brwt: 0px;
  --brwb: 0px;
  --shd: none;
  --rd: 0px 0px 0px 0px;
  --alpha-brd: 1;
  --backdrop-filter: none;
  --boxShadowToggleOn-shd: none;
}

#SITE_FOOTER {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="SITE_FOOTERinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(5, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-miitbdop"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miitbdop"] {
  position: relative;
  margin: 7px 0px 10px calc((100% - 980px) * 0.5);
  left: 38px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-miit97yf"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miit97yf"] {
  position: relative;
  margin: 11px 0px 15px calc((100% - 980px) * 0.5);
  left: 95px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-miitb0su"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miitb0su"] {
  position: relative;
  margin: 7px 0px 10px calc((100% - 980px) * 0.5);
  left: 922px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mihpf5sq"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpf5sq"] {
  position: relative;
  margin: 8px 0px 6px calc((100% - 980px) * 0.5);
  left: 133px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mk7ezq2p"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mk7ezq2p"] {
  position: relative;
  margin: 4px 0px 9px calc((100% - 980px) * 0.5);
  left: 134px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-iyzwbji7"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-iyzwbji7"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 134px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mihpf5st"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpf5st"] {
  position: relative;
  margin: 11px 0px 10px calc((100% - 980px) * 0.5);
  left: 444px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mkiod0ov"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mkiod0ov"] {
  position: relative;
  margin: 0px 0px 16px calc((100% - 980px) * 0.5);
  left: 621px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mkiockog"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mkiockog"] {
  position: relative;
  margin: 11px 0px 52px calc((100% - 980px) * 0.5);
  left: 631px;
  grid-area: 3 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"] > [id="comp-mkiocr52"],
[data-mesh-id="SITE_FOOTERinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mkiocr52"] {
  position: relative;
  margin: 0px 0px 42px calc((100% - 980px) * 0.5);
  left: 782px;
  grid-area: 3 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

#SITE_FOOTER {
  --bg-overlay-color: rgb(var(--color_36));
  --bg-gradient: none;
}

#comp-miitbdop {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-miitbdop:not([data-motion-enter="done"]) {
    animation: motion-flip-1 5000ms 1ms linear infinite paused;
    animation-composition: replace;
    --motion-rotate-x: 0;
    --motion-rotate-y: 1;
  }
}

#comp-miitbdop {
  width: 30px;
  height: 37px;
}

#comp-miitbdop {
  --height: 37px;
  --width: 30px;
}

#comp-miit97yf {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-miit97yf {
  /* width: 809px; */
  height: auto;
}

#comp-miit97yf {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miitb0su {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-miitb0su:not([data-motion-enter="done"]) {
    animation: motion-flip-1 5000ms 1ms linear infinite paused;
    animation-composition: replace;
    --motion-rotate-x: 0;
    --motion-rotate-y: 1;
  }
}

#comp-miitb0su {
  width: 30px;
  height: 37px;
}

#comp-miitb0su {
  --height: 37px;
  --width: 30px;
}

#comp-mihpf5sq {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihpf5sq {
  width: 232px;
  height: auto;
}

#comp-mihpf5sq {
  --min-height: 27px;
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mk7ezq2p {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mk7ezq2p {
  width: 163px;
  height: auto;
}

#comp-mk7ezq2p {
  --min-height: 11px;
  --text-direction: var(--wix-opt-in-direction);
}

#comp-iyzwbji7 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-iyzwbji7 {
  width: 163px;
  height: auto;
}

#comp-iyzwbji7 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihpf5st {
  width: 110px;
  height: 20px;
}

#comp-mihpf5st {
  --item-size: 20px;
  --item-margin-block: 0;
  --item-margin-inline: 0px 10px;
  --item-display: inline-block;
  --direction: var(--wix-opt-in-direction, ltr);
  width: 110px;
  height: 20px;
}

#comp-mkiod0ov {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mkiod0ov {
  width: 300px;
  height: auto;
}

#comp-mkiod0ov {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mkiockog {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-mkiockog {
  width: 116px;
  height: 55px;
}

#comp-mkiockog {
  --height: 55px;
  --width: 116px;
}

#comp-mkiocr52 {
  width: 79px;
  height: 76px;
}

#comp-mkiocr52 {
  --opacity: 1;
}

#PAGES_CONTAINER {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#SITE_PAGES {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#SITE_PAGES {
  --transition-duration: 700ms;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_Zwjimrq1Q_.woff2")
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwjimrq1Q_.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwjimrq1Q_.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwjimrq1Q_.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZwjimrqw.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "avenir-lt-w01_85-heavy1475544";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2")
    format("woff2");
  unicode-range:
    U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151,
    U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9,
    U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA,
    U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212,
    U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA,
    U+F8FF, U+FB01-FB02;
  font-display: swap;
}

@font-face {
  font-family: "avenir-lt-w01_85-heavy1475544";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2")
    format("woff2");
  unicode-range:
    U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161,
    U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC,
    U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030,
    U+2039-203A, U+2044, U+20AC, U+2122;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2")
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2")
    format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 700;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  font-style: italic;
  font-weight: 400;
  src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/raleway/v26/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-bold";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-lt-w10-bold.woff2")
    format("woff2");
  unicode-range:
    U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491,
    U+2116;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-bold";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w02-bold.woff2")
    format("woff2");
  unicode-range:
    U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151,
    U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C9,
    U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113,
    U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A,
    U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304,
    U+E306-E30D, U+FB01-FB02;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-bold";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/2f12de04-5ca4-4ada-9e66-a958673b12b5/v1/helvetica-w01-bold.woff2")
    format("woff2");
  unicode-range:
    U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178,
    U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A,
    U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
  font-display: swap;
}

@font-face {
  font-family: "avenir-lt-w01_35-light1475496";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2")
    format("woff2");
  unicode-range:
    U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151,
    U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9,
    U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA,
    U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212,
    U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA,
    U+F8FF, U+FB01-FB02;
  font-display: swap;
}

@font-face {
  font-family: "avenir-lt-w01_35-light1475496";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2")
    format("woff2");
  unicode-range:
    U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161,
    U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC,
    U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030,
    U+2039-203A, U+2044, U+20AC, U+2122;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w02-light.woff2")
    format("woff2");
  unicode-range:
    U+0100-012B, U+012E-0137, U+0139-0149, U+014C-0151, U+0154-015F,
    U+0162-0177, U+0179-017C, U+0218-021B, U+0237, U+02C7, U+02C9, U+02D8-02DB,
    U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+2044, U+2113, U+2126, U+212E,
    U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B,
    U+2248, U+2260, U+2264-2265, U+25CA, U+E002, U+E004, U+E006, U+E008-E009,
    U+E00D, U+E00F, U+E011, U+E013, U+E015, U+E017, U+E01A, U+FB01-FB02;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2")
    format("woff2");
  unicode-range:
    U+000D, U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178,
    U+017D-017E, U+0192, U+02C6, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E,
    U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-roman";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-lt-w10-roman.woff2")
    format("woff2");
  unicode-range:
    U+0000, U+000D, U+0020-007E, U+00A0, U+00A4, U+00A6-00A7, U+00A9,
    U+00AB-00AE, U+00B0-00B1, U+00B5-00B7, U+00BB, U+0401-040C, U+040E-044F,
    U+0451-045C, U+045E-045F, U+0490-0491, U+2013-2014, U+2018-201A,
    U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2116,
    U+2122;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-roman";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w02-roman.woff2")
    format("woff2");
  unicode-range:
    U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149, U+014C-017E,
    U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394,
    U+03A9, U+03BC, U+03C0, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022,
    U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2113, U+2122, U+2126, U+212E,
    U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B,
    U+2248, U+2260, U+2264-2265, U+25CA, U+E301-E304, U+E306-E30D, U+FB01-FB02;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-w01-roman";
  font-style: normal;
  font-weight: 400;
  src: url("//static.parastorage.com/fonts/v2/2af1bf48-e783-4da8-9fa0-599dde29f2d5/v1/helvetica-w01-roman.woff2")
    format("woff2");
  unicode-range:
    U+0000, U+000D, U+0020-007E, U+00A0-012B, U+012E-0137, U+0139-0149,
    U+014C-017E, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD,
    U+0394, U+03A9, U+03BC, U+03C0, U+0401-040C, U+040E-044F, U+0451-045C,
    U+045E-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+04D9, U+1E9E,
    U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030,
    U+2039-203A, U+2044, U+20AC, U+20B9-20BA, U+20BC-20BD, U+2113, U+2116,
    U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215,
    U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA,
    U+E300-E30D, U+F6C5, U+F6C9-F6D8, U+F8FF, U+FB01-FB02;
  font-display: swap;
}

@keyframes motion-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: var(--comp-opacity, 1);
  }
}

@keyframes motion-blurIn {
  0% {
    filter: blur(var(--motion-blur));
  }

  100% {
    filter: blur(0px);
  }
}

@keyframes motion-floatIn {
  0% {
    opacity: 0;
    animation-timing-function: step-end;
  }

  0.00009999999999999999% {
    opacity: 0;
    transform: translate(var(--motion-translate-x), var(--motion-translate-y))
      rotate(var(--comp-rotate-z, 0deg));
  }

  100% {
    opacity: var(--comp-opacity, 1);
    transform: translate(0, 0) rotate(var(--comp-rotate-z, 0deg));
  }
}

#c1dmp {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

#masterPage {
  --pinned-layers-in-page: 0;
}

[data-mesh-id="Containerc1dmpinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 40px;
  grid-template-rows: repeat(5, min-content) 1fr;
  grid-template-columns: 100%;
  padding-bottom: 0px;
  box-sizing: border-box;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > [id="comp-lvl1xrrh"],
[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > interact-element
  > [id="comp-lvl1xrrh"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > [id="comp-lvl1xrrj"],
[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > interact-element
  > [id="comp-lvl1xrrj"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > [id="comp-lvl1xrrj1"],
[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > interact-element
  > [id="comp-lvl1xrrj1"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > [id="comp-mjya0y8t"],
[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya0y8t"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > [id="comp-lvl1xrrk"],
[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > interact-element
  > [id="comp-lvl1xrrk"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > [id="comp-mka2ed3c"],
[data-mesh-id="Containerc1dmpinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed3c"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

#comp-lvl1xrrh {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lvl1xrrhinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(7, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mihosog7"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihosog7"] {
  position: relative;
  margin: 0px 0px 42px calc((100% - 980px) * 0.5);
  left: -178px;
  grid-area: 2 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mihox759"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihox759"] {
  position: relative;
  margin: 33px 0px 0 calc((100% - 980px) * 0.5);
  left: 413px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mihoudw6"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihoudw6"] {
  position: relative;
  margin: 0px 0px 14px calc((100% - 980px) * 0.5);
  left: 413px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mihpv0ml"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpv0ml"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 419px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mk7g7yma"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mk7g7yma"] {
  position: relative;
  margin: 39px 0 -5px 0;
  left: 0;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mlkr6uxm"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mlkr6uxm"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: -109px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mlkr8imv"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mlkr8imv"] {
  position: relative;
  margin: 0px 0px 0 calc((100% - 980px) * 0.5);
  left: 284px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > [id="comp-mlkrcln3"],
[data-mesh-id="comp-lvl1xrrhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mlkrcln3"] {
  position: relative;
  margin: 0px 0px 57px calc((100% - 980px) * 0.5);
  left: 31px;
  grid-area: 8 / 1 / 9 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mihosog7 {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-mihosog7:not([data-motion-enter="done"]) {
    animation:
      motion-fadeIn 280ms 1ms cubic-bezier(0.47, 0, 0.745, 0.715) backwards 1
        paused,
      motion-blurIn 400ms 1ms linear backwards 1 paused;
    animation-composition: replace, add;
    --motion-blur: 6px;
  }
}

#comp-mihosog7 {
  width: 489px;
  height: 443px;
}

#comp-mihox759 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihox759 {
  width: 517px;
  height: auto;
}

#comp-mihoudw6 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihoudw6 {
  width: 546px;
  height: auto;
}

#comp-mihpv0ml {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihpv0ml {
  width: 504px;
  height: auto;
}

#comp-mk7g7yma {
  --font: normal normal 700 31px/1.4em montserrat, sans-serif;
  --color: var(--color_36);
  --alpha-color: 1;
  --spaceBetweenItems: 55px;
  --separatorFillColor: var(--color_41);
  --alpha-separatorFillColor: 1;
  --text-outline: 255, 255, 255;
  --alpha-text-outline: 1;
  --text-transform: capitalize;
  --separatorSize: 120.3%;
  --letter-spacing: 0em;
}

#comp-mk7g7yma {
  width: 100%;
  left: 0;
  margin-left: 0;
  min-width: initial;
  height: 45px;
}

#comp-mlkr6uxm {
  width: 1259px;
  height: 49px;
}

#comp-mlkr8imv {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-mlkr8imv:not([data-motion-enter="done"]) {
    animation: motion-fadeIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
  }
}

#comp-mlkr8imv {
  width: 422px;
  height: auto;
}

#comp-mlkrcln3 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mlkrcln3 {
  width: 929px;
  height: auto;
}

#comp-lvl1xrrj {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lvl1xrrjinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(13, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-iyzwiwnw"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-iyzwiwnw"] {
  position: relative;
  margin: 0px 0 9px 0;
  left: 0;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ugbdkt3"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ugbdkt3"] {
  position: relative;
  margin: 0px 0px 38px calc((100% - 980px) * 0.5);
  left: 53px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1uggob5"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1uggob5"] {
  position: relative;
  margin: 1px 0px 34px calc((100% - 980px) * 0.5);
  left: 1px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1uggob51"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1uggob51"] {
  position: relative;
  margin: 0px 0px 11px calc((100% - 980px) * 0.5);
  left: 60px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1uggob52"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1uggob52"] {
  position: relative;
  margin: 0px 0px 15px calc((100% - 980px) * 0.5);
  left: 60px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-miiplprb"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miiplprb"] {
  position: relative;
  margin: 0px 0px 49px calc((100% - 980px) * 0.5);
  left: 212px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ugi3ar"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ugi3ar"] {
  position: relative;
  margin: 0px 0px 56px calc((100% - 980px) * 0.5);
  left: 0px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ugi3ar1"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ugi3ar1"] {
  position: relative;
  margin: 0px 0px 15px calc((100% - 980px) * 0.5);
  left: 58px;
  grid-area: 8 / 1 / 9 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ugi3ar2"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ugi3ar2"] {
  position: relative;
  margin: 0px 0px 17px calc((100% - 980px) * 0.5);
  left: 60px;
  grid-area: 9 / 1 / 10 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-miipn3rv"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miipn3rv"] {
  position: relative;
  margin: 0px 0px 60px calc((100% - 980px) * 0.5);
  left: 210px;
  grid-area: 10 / 1 / 11 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-mihq30sj"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihq30sj"] {
  position: relative;
  margin: 0px 0px 56px calc((100% - 980px) * 0.5);
  left: 2px;
  grid-area: 11 / 1 / 12 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-mihq30sm"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihq30sm"] {
  position: relative;
  margin: 0px 0px 12px calc((100% - 980px) * 0.5);
  left: 61px;
  grid-area: 12 / 1 / 13 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-mihq30sn"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihq30sn"] {
  position: relative;
  margin: 0px 0px 18px calc((100% - 980px) * 0.5);
  left: 61px;
  grid-area: 13 / 1 / 14 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-miipptds"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miipptds"] {
  position: relative;
  margin: 0px 0px 58px calc((100% - 980px) * 0.5);
  left: 212px;
  grid-area: 14 / 1 / 15 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1uggw4y"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1uggw4y"] {
  position: relative;
  margin: 0px 0px 35px calc((100% - 980px) * 0.5);
  left: 508px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1uggw4z"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1uggw4z"] {
  position: relative;
  margin: 27px 0px 20px calc((100% - 980px) * 0.5);
  left: 566px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1uggw4z1"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1uggw4z1"] {
  position: relative;
  margin: 0px 0px 15px calc((100% - 980px) * 0.5);
  left: 566px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-miipmokr"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miipmokr"] {
  position: relative;
  margin: 0px 0px 49px calc((100% - 980px) * 0.5);
  left: 718px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ughvne"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ughvne"] {
  position: relative;
  margin: 0px 0px 56px calc((100% - 980px) * 0.5);
  left: 509px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ughvnf"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ughvnf"] {
  position: relative;
  margin: 0px 0px 15px calc((100% - 980px) * 0.5);
  left: 568px;
  grid-area: 8 / 1 / 9 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-j1ughvnf1"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1ughvnf1"] {
  position: relative;
  margin: 0px 0px 17px calc((100% - 980px) * 0.5);
  left: 568px;
  grid-area: 9 / 1 / 10 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-miipnafu"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miipnafu"] {
  position: relative;
  margin: 0px 0px 60px calc((100% - 980px) * 0.5);
  left: 718px;
  grid-area: 10 / 1 / 11 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-mihq30sr"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihq30sr"] {
  position: relative;
  margin: 0px 0px 56px calc((100% - 980px) * 0.5);
  left: 511px;
  grid-area: 11 / 1 / 12 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-mihq30st"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihq30st"] {
  position: relative;
  margin: 0px 0px 12px calc((100% - 980px) * 0.5);
  left: 570px;
  grid-area: 12 / 1 / 13 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-mihq30sv"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihq30sv"] {
  position: relative;
  margin: 0px 0px 18px calc((100% - 980px) * 0.5);
  left: 568px;
  grid-area: 13 / 1 / 14 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > [id="comp-miipq269"],
[data-mesh-id="comp-lvl1xrrjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-miipq269"] {
  position: relative;
  margin: 0px 0px 58px calc((100% - 980px) * 0.5);
  left: 722px;
  grid-area: 14 / 1 / 15 / 2;
  justify-self: start;
  align-self: start;
}

#comp-iyzwiwnw {
  width: 100%;
  left: 0;
  margin-left: 0;
  min-width: initial;
  height: 21px;
}

#comp-j1ugbdkt3 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-j1ugbdkt3:not([data-motion-enter="done"]) {
    animation: motion-fadeIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
  }
}

#comp-j1ugbdkt3 {
  width: 873px;
  height: auto;
}

#comp-j1uggob5 {
  --rd: 0px;
  --brd: var(--color_15);
  --brw: 0px;
  --sizeRd: 0px;
  --sizeBrw: 0px;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-j1uggob5:not([data-motion-enter="done"]) {
    animation: motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
    --motion-translate-x: 0px;
    --motion-translate-y: 120px;
  }
}

#comp-j1uggob5 {
  width: 469px;
  height: 260px;
}

#comp-j1uggob51 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1uggob51 {
  width: 356px;
  height: auto;
}

#comp-j1uggob52 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1uggob52 {
  width: 356px;
  height: auto;
}

#comp-miiplprb {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-miiplprb {
  width: 51px;
  height: 27px;
}

#comp-j1ugi3ar {
  --rd: 0px;
  --brd: var(--color_15);
  --brw: 0px;
  --sizeRd: 0px;
  --sizeBrw: 0px;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-j1ugi3ar:not([data-motion-enter="done"]) {
    animation: motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
    --motion-translate-x: 0px;
    --motion-translate-y: 120px;
  }
}

#comp-j1ugi3ar {
  width: 469px;
  height: 260px;
}

#comp-j1ugi3ar1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1ugi3ar1 {
  width: 356px;
  height: auto;
}

#comp-j1ugi3ar2 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1ugi3ar2 {
  width: 356px;
  height: auto;
}

#comp-miipn3rv {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-miipn3rv {
  width: 51px;
  height: 27px;
}

#comp-mihq30sj {
  --rd: 0px;
  --brd: var(--color_15);
  --brw: 0px;
  --sizeRd: 0px;
  --sizeBrw: 0px;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-mihq30sj:not([data-motion-enter="done"]) {
    animation: motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
    --motion-translate-x: 0px;
    --motion-translate-y: 120px;
  }
}

#comp-mihq30sj {
  width: 469px;
  height: 260px;
}

#comp-mihq30sm {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihq30sm {
  width: 356px;
  height: auto;
}

#comp-mihq30sn {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihq30sn {
  width: 356px;
  height: auto;
}

#comp-miipptds {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-miipptds {
  width: 51px;
  height: 27px;
}

#comp-j1uggw4y {
  --rd: 0px;
  --brd: var(--color_15);
  --brw: 0px;
  --sizeRd: 0px;
  --sizeBrw: 0px;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-j1uggw4y:not([data-motion-enter="done"]) {
    animation: motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
    --motion-translate-x: 0px;
    --motion-translate-y: 120px;
  }
}

#comp-j1uggw4y {
  width: 469px;
  height: 260px;
}

#comp-j1uggw4z {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1uggw4z {
  width: 356px;
  height: auto;
}

#comp-j1uggw4z1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1uggw4z1 {
  width: 356px;
  height: auto;
}

#comp-miipmokr {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-miipmokr {
  width: 51px;
  height: 27px;
}

#comp-j1ughvne {
  --rd: 0px;
  --brd: var(--color_15);
  --brw: 0px;
  --sizeRd: 0px;
  --sizeBrw: 0px;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-j1ughvne:not([data-motion-enter="done"]) {
    animation: motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
    --motion-translate-x: 0px;
    --motion-translate-y: 120px;
  }
}

#comp-j1ughvne {
  width: 469px;
  height: 260px;
}

#comp-j1ughvnf {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1ughvnf {
  width: 356px;
  height: auto;
}

#comp-j1ughvnf1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-j1ughvnf1 {
  width: 356px;
  height: auto;
}

#comp-miipnafu {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-miipnafu {
  width: 51px;
  height: 27px;
}

#comp-mihq30sr {
  --rd: 0px;
  --brd: var(--color_15);
  --brw: 0px;
  --sizeRd: 0px;
  --sizeBrw: 0px;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-mihq30sr:not([data-motion-enter="done"]) {
    animation: motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
    --motion-translate-x: 0px;
    --motion-translate-y: 120px;
  }
}

#comp-mihq30sr {
  width: 469px;
  height: 260px;
}

#comp-mihq30st {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihq30st {
  width: 356px;
  height: auto;
}

#comp-mihq30sv {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihq30sv {
  width: 356px;
  height: auto;
}

#comp-miipq269 {
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingTop: 0px;
  --contentPaddingBottom: 0px;
}

#comp-miipq269 {
  width: 51px;
  height: 27px;
}

#comp-lvl1xrrj1 {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lvl1xrrj1inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(3, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"]
  > [id="comp-iyzwjlmz"],
[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-iyzwjlmz"] {
  position: relative;
  margin: 0px 0 10px 0;
  left: 0;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"]
  > [id="comp-mjn6bp5v"],
[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjn6bp5v"] {
  position: relative;
  margin: 0px 0px 38px calc((100% - 980px) * 0.5);
  left: 53px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"]
  > [id="comp-maphk0qq"],
[data-mesh-id="comp-lvl1xrrj1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-maphk0qq"] {
  position: relative;
  margin: 0px 85px 62px 85px;
  left: 0;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: stretch;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrj1inlineContent-wedge-3"] {
  visibility: hidden;
  height: 101px;
  width: 0;
  grid-area: 1 / 1 / 3 / 2;
}

#comp-iyzwjlmz {
  width: 100%;
  left: 0;
  margin-left: 0;
  min-width: initial;
  height: 21px;
}

#comp-mjn6bp5v {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #comp-mjn6bp5v:not([data-motion-enter="done"]) {
    animation: motion-fadeIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95)
      backwards 1 paused;
    animation-composition: replace;
  }
}

#comp-mjn6bp5v {
  width: 873px;
  height: auto;
}

#comp-maphk0qq {
  width: calc(100% - 85px - 85px);
  left: 0;
  margin-left: 85px;
  min-width: initial;
  height: 935px;
}

#comp-mjya0y8t {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-mjya0y8tinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-mjya0y8tinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjya0y8tinlineContent-gridContainer"]
  > [id="comp-mjya0y8x1"],
[data-mesh-id="comp-mjya0y8tinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya0y8x1"] {
  position: relative;
  margin: 74px 0px 56px calc((100% - 980px) * 0.5);
  left: -220px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjya0y8x1 {
  --shd: 0 0 0 rgba(0, 0, 0, 0.6);
  --dotsColor: var(--color_18);
  --arrowColor: var(--color_18);
  --rd: 0px;
  --brw: 0px;
  --brd: var(--color_11);
  --alpha-brd: 1;
  --alpha-dotsColor: 1;
  --alpha-arrowColor: 1;
}

#comp-mjya0y8x1 {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
  height: 838px;
}

#comp-mjya0y8y3 {
  width: 1421px;
}

[data-mesh-id="comp-mjya0y8y3inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 838px;
  grid-template-rows: repeat(6, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjya0y8z1"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya0y8z1"] {
  position: relative;
  margin: 35px 0px 20px calc((100% - 980px) * 0.5);
  left: -85px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjya461r"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya461r"] {
  position: relative;
  margin: 0px 0px 9px calc((100% - 980px) * 0.5);
  left: -40px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjya0y90"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya0y90"] {
  position: relative;
  margin: 38px 0px 7px calc((100% - 980px) * 0.5);
  left: 224px;
  grid-area: 1 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjye05oe"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjye05oe"] {
  position: relative;
  margin: 0px 0px 32px calc((100% - 980px) * 0.5);
  left: 13px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjya6hq7"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya6hq7"] {
  position: relative;
  margin: 0px 0px -14px calc((100% - 980px) * 0.5);
  left: -34px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjya5b2j"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya5b2j"] {
  position: relative;
  margin: 0px 0px 25px calc((100% - 980px) * 0.5);
  left: 781px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjya7xwk"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya7xwk"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 826px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > [id="comp-mjye0kat"],
[data-mesh-id="comp-mjya0y8y3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjye0kat"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 867px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjya0y8z1 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjya0y8z1 {
  width: 260px;
  height: 253px;
}

#comp-mjya461r {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjya461r {
  width: 161px;
  height: auto;
}

#comp-mjya0y90 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjya0y90 {
  width: 770px;
}

[data-mesh-id="comp-mjya0y90inlineContent"] {
  height: auto;
  width: 770px;
}

[data-mesh-id="comp-mjya0y90inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjya0y90inlineContent-gridContainer"]
  > [id="comp-mjya2lx4"],
[data-mesh-id="comp-mjya0y90inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya2lx4"] {
  position: relative;
  margin: 28px 0px 20px 0;
  left: 31px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya0y90inlineContent-gridContainer"]
  > [id="comp-mjya0y912"],
[data-mesh-id="comp-mjya0y90inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya0y912"] {
  position: relative;
  margin: 0px 0px 17px 0;
  left: 31px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjya2lx4 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjya2lx4 {
  width: 689px;
  height: auto;
}

#comp-mjya0y912 {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjya0y912 {
  width: 38px;
  height: 5px;
}

#comp-mjye05oe {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjye05oe {
  width: 55px;
  height: auto;
}

#comp-mjya6hq7 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjya6hq7 {
  width: 770px;
}

[data-mesh-id="comp-mjya6hq7inlineContent"] {
  height: auto;
  width: 770px;
}

[data-mesh-id="comp-mjya6hq7inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjya6hq7inlineContent-gridContainer"]
  > [id="comp-mjya6bc7"],
[data-mesh-id="comp-mjya6hq7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya6bc7"] {
  position: relative;
  margin: 26px 0px 45px 0;
  left: 26px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjya6hq7inlineContent-gridContainer"]
  > [id="comp-mjya6hqa3"],
[data-mesh-id="comp-mjya6hq7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjya6hqa3"] {
  position: relative;
  margin: 0px 0px 14px 0;
  left: 34px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjya6bc7 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjya6bc7 {
  width: 718px;
  height: auto;
}

#comp-mjya6hqa3 {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjya6hqa3 {
  width: 38px;
  height: 5px;
}

#comp-mjya5b2j {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjya5b2j {
  width: 260px;
  height: 253px;
}

#comp-mjya7xwk {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjya7xwk {
  width: 170px;
  height: auto;
}

#comp-mjye0kat {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjye0kat {
  width: 91px;
  height: auto;
}

#comp-mjyadr17 {
  width: 1589px;
}

[data-mesh-id="comp-mjyadr17inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 838px;
  grid-template-rows: repeat(5, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjyadr1f3"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1f3"] {
  position: relative;
  margin: 35px 0px 20px calc((100% - 980px) * 0.5);
  left: -85px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjyadr1h2"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1h2"] {
  position: relative;
  margin: 38px 0px 32px calc((100% - 980px) * 0.5);
  left: 224px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjyadr1g5"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1g5"] {
  position: relative;
  margin: 0px 0px 9px calc((100% - 980px) * 0.5);
  left: -40px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjydxj2x"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjydxj2x"] {
  position: relative;
  margin: 0px 0px 30px calc((100% - 980px) * 0.5);
  left: 9px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjyadr1j7"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1j7"] {
  position: relative;
  margin: 43px 0px 7px calc((100% - 980px) * 0.5);
  left: -28px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjyadr1j1"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1j1"] {
  position: relative;
  margin: 0px 0px 20px calc((100% - 980px) * 0.5);
  left: 781px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjyadr1l5"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1l5"] {
  position: relative;
  margin: 0px 0px 14px calc((100% - 980px) * 0.5);
  left: 802px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > [id="comp-mjydxycu"],
[data-mesh-id="comp-mjyadr17inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjydxycu"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 871px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyadr1f3 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjyadr1f3 {
  width: 260px;
  height: 253px;
}

#comp-mjyadr1h2 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjyadr1h2 {
  width: 770px;
}

[data-mesh-id="comp-mjyadr1h2inlineContent"] {
  height: auto;
  width: 770px;
}

[data-mesh-id="comp-mjyadr1h2inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyadr1h2inlineContent-gridContainer"]
  > [id="comp-mjyadr1i4"],
[data-mesh-id="comp-mjyadr1h2inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1i4"] {
  position: relative;
  margin: 34px 0px 41px 0;
  left: 32px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr1h2inlineContent-gridContainer"]
  > [id="comp-mjyadr1h6"],
[data-mesh-id="comp-mjyadr1h2inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1h6"] {
  position: relative;
  margin: 0px 0px 25px 0;
  left: 32px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyadr1i4 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyadr1i4 {
  width: 689px;
  height: auto;
}

#comp-mjyadr1h6 {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjyadr1h6 {
  width: 38px;
  height: 5px;
}

#comp-mjyadr1g5 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyadr1g5 {
  width: 165px;
  height: auto;
}

#comp-mjydxj2x {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjydxj2x {
  width: 66px;
  height: auto;
}

#comp-mjyadr1j7 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjyadr1j7 {
  width: 770px;
}

[data-mesh-id="comp-mjyadr1j7inlineContent"] {
  height: auto;
  width: 770px;
}

[data-mesh-id="comp-mjyadr1j7inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyadr1j7inlineContent-gridContainer"]
  > [id="comp-mjyadr1k8"],
[data-mesh-id="comp-mjyadr1j7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyadr1k8"] {
  position: relative;
  margin: 26px 0px 38px 0;
  left: 26px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyadr1j7inlineContent-gridContainer"]
  > [id="comp-mjyajdsw"],
[data-mesh-id="comp-mjyadr1j7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyajdsw"] {
  position: relative;
  margin: 0px 0px 21px 0;
  left: 26px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyadr1k8 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyadr1k8 {
  width: 718px;
  height: auto;
}

#comp-mjyajdsw {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjyajdsw {
  width: 38px;
  height: 5px;
}

#comp-mjyadr1j1 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjyadr1j1 {
  width: 260px;
  height: 253px;
}

#comp-mjyadr1l5 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyadr1l5 {
  width: 218px;
  height: auto;
}

#comp-mjydxycu {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjydxycu {
  width: 80px;
  height: auto;
}

#comp-mjyal3yj {
  width: 1589px;
}

[data-mesh-id="comp-mjyal3yjinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 838px;
  grid-template-rows: repeat(5, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjyal3z83"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3z83"] {
  position: relative;
  margin: 35px 0px 36px calc((100% - 980px) * 0.5);
  left: -85px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjyal3za4"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3za4"] {
  position: relative;
  margin: 0px 0px 9px calc((100% - 980px) * 0.5);
  left: -43px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjyal3zd3"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zd3"] {
  position: relative;
  margin: 38px 0px -8px calc((100% - 980px) * 0.5);
  left: 224px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjydvb9g"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjydvb9g"] {
  position: relative;
  margin: 0px 0px 59px calc((100% - 980px) * 0.5);
  left: 17px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjyal3zf6"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zf6"] {
  position: relative;
  margin: 0px 0px 18px calc((100% - 980px) * 0.5);
  left: -208px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjyal3zh4"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zh4"] {
  position: relative;
  margin: 0px 0px 33px calc((100% - 980px) * 0.5);
  left: 781px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjyal3zi"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zi"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 833px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > [id="comp-mjydw6p1"],
[data-mesh-id="comp-mjyal3yjinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjydw6p1"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 875px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyal3z83 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjyal3z83 {
  width: 260px;
  height: 253px;
}

#comp-mjyal3za4 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal3za4 {
  width: 176px;
  height: auto;
}

#comp-mjyal3zd3 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjyal3zd3 {
  width: 975px;
}

[data-mesh-id="comp-mjyal3zd3inlineContent"] {
  height: auto;
  width: 975px;
}

[data-mesh-id="comp-mjyal3zd3inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyal3zd3inlineContent-gridContainer"]
  > [id="comp-mjyal3zf"],
[data-mesh-id="comp-mjyal3zd3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zf"] {
  position: relative;
  margin: 34px 0px 30px 0;
  left: 31px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3zd3inlineContent-gridContainer"]
  > [id="comp-mjyal3ze3"],
[data-mesh-id="comp-mjyal3zd3inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3ze3"] {
  position: relative;
  margin: 0px 0px 25px 0;
  left: 887px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyal3zf {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal3zf {
  /* width: 902px; */
  height: auto;
}

#comp-mjyal3ze3 {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjyal3ze3 {
  width: 38px;
  height: 5px;
}

#comp-mjydvb9g {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjydvb9g {
  width: 55px;
  height: auto;
}

#comp-mjyal3zf6 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjyal3zf6 {
  width: 945px;
}

[data-mesh-id="comp-mjyal3zf6inlineContent"] {
  height: auto;
  width: 945px;
}

[data-mesh-id="comp-mjyal3zf6inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyal3zf6inlineContent-gridContainer"]
  > [id="comp-mjyal3zg2"],
[data-mesh-id="comp-mjyal3zf6inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zg2"] {
  position: relative;
  margin: 26px 0px 34px 0;
  left: 27px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal3zf6inlineContent-gridContainer"]
  > [id="comp-mjyal3zg8"],
[data-mesh-id="comp-mjyal3zf6inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal3zg8"] {
  position: relative;
  margin: 0px 0px 25px 0;
  left: 27px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyal3zg2 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal3zg2 {
  width: 892px;
  height: auto;
}

#comp-mjyal3zg8 {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjyal3zg8 {
  width: 38px;
  height: 5px;
}

#comp-mjyal3zh4 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjyal3zh4 {
  width: 260px;
  height: 253px;
}

#comp-mjyal3zi {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal3zi {
  width: 176px;
  height: auto;
}

#comp-mjydw6p1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjydw6p1 {
  width: 92px;
  height: auto;
}

#comp-mjyal5z7 {
  width: 1589px;
}

[data-mesh-id="comp-mjyal5z7inlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 838px;
  grid-template-rows: repeat(6, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyal5ze3"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5ze3"] {
  position: relative;
  margin: 35px 0px 20px calc((100% - 980px) * 0.5);
  left: -85px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyal5zg"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zg"] {
  position: relative;
  margin: 0px 0px 8px calc((100% - 980px) * 0.5);
  left: -5px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyal5zh"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zh"] {
  position: relative;
  margin: 38px 0px 8px calc((100% - 980px) * 0.5);
  left: 224px;
  grid-area: 1 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyed6wu"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyed6wu"] {
  position: relative;
  margin: 0px 0px 66px calc((100% - 980px) * 0.5);
  left: -11px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyal5zj5"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zj5"] {
  position: relative;
  margin: 0px 0px 18px calc((100% - 980px) * 0.5);
  left: -21px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyal5zl6"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zl6"] {
  position: relative;
  margin: 0px 0px 33px calc((100% - 980px) * 0.5);
  left: 790px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyal5zm4"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zm4"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 861px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > [id="comp-mjyeciun"],
[data-mesh-id="comp-mjyal5z7inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyeciun"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 883px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyal5ze3 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjyal5ze3 {
  width: 260px;
  height: 253px;
}

#comp-mjyal5zg {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal5zg {
  width: 100px;
  height: auto;
}

#comp-mjyal5zh {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjyal5zh {
  width: 770px;
}

[data-mesh-id="comp-mjyal5zhinlineContent"] {
  height: auto;
  width: 770px;
}

[data-mesh-id="comp-mjyal5zhinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyal5zhinlineContent-gridContainer"]
  > [id="comp-mjyal5zi5"],
[data-mesh-id="comp-mjyal5zhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zi5"] {
  position: relative;
  margin: 34px 0px 10px 0;
  left: 32px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5zhinlineContent-gridContainer"]
  > [id="comp-mjyal5zi"],
[data-mesh-id="comp-mjyal5zhinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zi"] {
  position: relative;
  margin: 0px 0px 22px 0;
  left: 32px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5zhinlineContent-wedge-3"] {
  visibility: hidden;
  height: 265px;
  width: 0;
  grid-area: 1 / 1 / 3 / 2;
}

#comp-mjyal5zi5 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal5zi5 {
  width: 689px;
  height: auto;
}

#comp-mjyal5zi {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjyal5zi {
  width: 38px;
  height: 5px;
}

#comp-mjyed6wu {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyed6wu {
  width: 114px;
  height: auto;
}

#comp-mjyal5zj5 {
  --brw: 0px;
  --brd: var(--color_15);
  --bg: var(--color_11);
  --rd: 0px;
  --shd: none;
  --gradient: none;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --boxShadowToggleOn-shd: none;
  --bg-gradient: none;
}

#comp-mjyal5zj5 {
  width: 770px;
}

[data-mesh-id="comp-mjyal5zj5inlineContent"] {
  height: auto;
  width: 770px;
}

[data-mesh-id="comp-mjyal5zj5inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mjyal5zj5inlineContent-gridContainer"]
  > [id="comp-mjyal5zk3"],
[data-mesh-id="comp-mjyal5zj5inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zk3"] {
  position: relative;
  margin: 26px 0px 38px 0;
  left: 26px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mjyal5zj5inlineContent-gridContainer"]
  > [id="comp-mjyal5zl1"],
[data-mesh-id="comp-mjyal5zj5inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mjyal5zl1"] {
  position: relative;
  margin: 0px 0px 21px 0;
  left: 26px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mjyal5zk3 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal5zk3 {
  width: 718px;
  height: auto;
}

#comp-mjyal5zl1 {
  --lnw: 1px;
  --brd: var(--color_14);
  --alpha-brd: 1;
}

#comp-mjyal5zl1 {
  width: 38px;
  height: 5px;
}

#comp-mjyal5zl6 {
  --shd: none;
  --brw: 0px;
  --brd: 255, 255, 255;
  --contentPaddingLeft: 0px;
  --contentPaddingRight: 0px;
  --contentPaddingBottom: 0px;
  --contentPaddingTop: 0px;
  --alpha-brd: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mjyal5zl6 {
  width: 260px;
  height: 253px;
}

#comp-mjyal5zm4 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyal5zm4 {
  width: 100px;
  height: auto;
}

#comp-mjyeciun {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mjyeciun {
  width: 55px;
  height: auto;
}

#comp-lvl1xrrk {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-lvl1xrrkinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 755px;
  grid-template-rows: repeat(4, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > [id="comp-j1z3o8je"],
[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1z3o8je"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 462px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > [id="comp-j24q1c4h"],
[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j24q1c4h"] {
  position: relative;
  margin: 0px 0 -2px 0;
  left: 0;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > [id="comp-mihph774"],
[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihph774"] {
  position: relative;
  margin: 0px 0px 29px calc((100% - 980px) * 0.5);
  left: 20px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > [id="comp-j1z2ltqq"],
[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > interact-element
  > [id="comp-j1z2ltqq"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 20px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > [id="comp-mihpouy5"],
[data-mesh-id="comp-lvl1xrrkinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpouy5"] {
  position: relative;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 507px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-lvl1xrrkinlineContent-wedge-4"] {
  visibility: hidden;
  height: 133px;
  width: 0;
  grid-area: 1 / 1 / 4 / 2;
}

#comp-j1z3o8je {
  --lnw: 2px;
  --brd: var(--color_41);
  --alpha-brd: 1;
}

#comp-j1z3o8je {
  width: 55px;
  height: 5px;
}

#comp-j24q1c4h {
  width: 100%;
  left: 0;
  margin-left: 0;
  min-width: initial;
  height: 21px;
}

#comp-mihph774 {
  width: 1045px;
}

[data-mesh-id="comp-mihph774inlineContent"] {
  height: auto;
  width: 1045px;
}

[data-mesh-id="comp-mihph774inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mihph774inlineContent-gridContainer"]
  > [id="comp-mihpgrnt"],
[data-mesh-id="comp-mihph774inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpgrnt"] {
  position: relative;
  margin: 0px 0px 7px 0;
  left: 286px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mihph774inlineContent-gridContainer"]
  > [id="comp-mihpgrnw"],
[data-mesh-id="comp-mihph774inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpgrnw"] {
  position: relative;
  margin: 0px 0px 0px 0;
  left: 0px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mihph774inlineContent-gridContainer"]
  > [id="comp-mihpgro1"],
[data-mesh-id="comp-mihph774inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mihpgro1"] {
  position: relative;
  margin: 0px 0px 0px 0;
  left: 486px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mihpgrnt {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihpgrnt {
  width: 364px;
  height: auto;
}

#comp-mihpgrnw {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihpgrnw {
  width: 482px;
  height: auto;
}

#comp-mihpgro1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mihpgro1 {
  width: 559px;
  height: auto;
}

#comp-j1z2ltqq {
  width: 440px;
  height: 378px;
}

#comp-mihpouy5 {
  width: 440px;
  height: 378px;
}

#comp-mka2ed3c {
  left: 0;
  margin-left: 0;
  width: 100%;
  min-width: 0;
}

[data-mesh-id="comp-mka2ed3cinlineContent"] {
  height: auto;
  width: 100%;
}

[data-mesh-id="comp-mka2ed3cinlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: 593px;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mka2ed3cinlineContent-gridContainer"]
  > [id="comp-mka2ed3o1"],
[data-mesh-id="comp-mka2ed3cinlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed3o1"] {
  position: relative;
  margin: 117px 0px 10px calc((100% - 980px) * 0.5);
  left: 86px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mka2ed3o1 {
  /* width: 809px; */
}

[data-mesh-id="comp-mka2ed3o1inlineContent"] {
  height: auto;
  /* width: 809px; */
}

[data-mesh-id="comp-mka2ed3o1inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mka2ed3o1inlineContent-gridContainer"]
  > [id="comp-mka2ed3r1"],
[data-mesh-id="comp-mka2ed3o1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed3r1"] {
  position: relative;
  margin: 0px 0px 0px 0;
  left: 0px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mka2ed3r1 {
  --rd: 0px;
  --shd: 0 0 0 rgba(0, 0, 0, 0);
  --bg: var(--color_11);
  --brd: var(--color_15);
  --alpha-brd: 1;
  --brw: 0px;
  --alpha-bg: 0.92;
}

#comp-mka2ed3r1 {
  /* width: 809px; */
}

[data-mesh-id="comp-mka2ed3r1inlineContent"] {
  height: auto;
  /* width: 809px; */
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"] {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: repeat(4, min-content) 1fr;
  grid-template-columns: 100%;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed3u1"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed3u1"] {
  position: relative;
  margin: 22px 0px 5px 0;
  left: 122px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed3z1"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed3z1"] {
  position: relative;
  margin: 0px 0px 9px 0;
  left: 149px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka35o37"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka35o37"] {
  position: relative;
  margin: 29px 0px -6px 0;
  left: 715px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed40"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed40"] {
  position: relative;
  margin: 0px 0px 24px 0;
  left: 60px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed4f"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed4f"] {
  position: relative;
  margin: 0px 0px 24px 0;
  left: 412px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed4f3"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed4f3"] {
  position: relative;
  margin: 0px 0px 0 0;
  left: 60px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed4g2"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed4g2"] {
  position: relative;
  margin: 0px 0px 13px 0;
  left: 426px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > [id="comp-mka2ed4l"],
[data-mesh-id="comp-mka2ed3r1inlineContent-gridContainer"]
  > interact-element
  > [id="comp-mka2ed4l"] {
  position: relative;
  margin: 0px 0px 27px 0;
  left: 426px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

#comp-mka2ed3u1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mka2ed3u1 {
  width: 559px;
  height: auto;
}

#comp-mka2ed3z1 {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mka2ed3z1 {
  width: 511px;
  height: auto;
}

#comp-mka35o37 {
  width: 61px;
  height: 50px;
}

#comp-mka2ed40 {
  --errorTextColor: 255, 64, 64;
  --alpha-errorTextColor: 1;
  --errorTextFont: var(--font_8);
  --shd: none;
  --rd: 0px;
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --brw: 0px 0px 1px 0px;
  --bg: var(--color_11);
  --txt: var(--color_15);
  --alpha-txt: 1;
  --brd: var(--color_15);
  --txt2: var(--color_14);
  --alpha-txt2: 1;
  --brwh: 0px 0px 2px 0px;
  --bgh: var(--color_11);
  --brdh: var(--color_15);
  --brwf: 0px 0px 2px 0px;
  --bgf: var(--color_11);
  --brdf: var(--color_15);
  --brwe: 0px 0px 2px 0px;
  --bge: var(--color_11);
  --brde: 255, 64, 64;
  --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
  --bgd: 255, 255, 255;
  --txtd: 219, 219, 219;
  --alpha-txtd: 1;
  --brwd: 1px;
  --brdd: 219, 219, 219;
  --alpha-brdd: 1;
  --fntlbl:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --txtlbl: var(--color_15);
  --alpha-txtlbl: 1;
  --txtlblrq: var(--color_15);
  --alpha-txtlblrq: 1;
  --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
  --alpha-bgf: 0;
  --alpha-btn_brd: 0.55;
  --alpha-bgd: 1;
  --btn_brd: var(--color_15);
  --btn_fnt: var(--font_8);
  --alpha-bge: 0;
  --alpha-brdh: 1;
  --fnt2: var(--font_8);
  --alpha-brd: 1;
  --alpha-bg: 0;
  --btn_brw: 1;
  --alpha-bgh: 0;
  --alpha-brde: 1;
  --txt-placeholder: var(--color_14);
  --alpha-txt-placeholder: 1;
  --alpha-brdf: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mka2ed40 {
  width: 328px;
  height: 63px;
}

#comp-mka2ed4f {
  --errorTextColor: 255, 64, 64;
  --alpha-errorTextColor: 1;
  --errorTextFont: var(--font_8);
  --shd: none;
  --rd: 0px;
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --brw: 0px 0px 1px 0px;
  --bg: var(--color_11);
  --txt: var(--color_15);
  --alpha-txt: 1;
  --brd: var(--color_15);
  --txt2: var(--color_14);
  --alpha-txt2: 1;
  --brwh: 0px 0px 2px 0px;
  --bgh: var(--color_11);
  --brdh: var(--color_15);
  --brwf: 0px 0px 2px 0px;
  --bgf: var(--color_11);
  --brdf: var(--color_15);
  --brwe: 0px 0px 2px 0px;
  --bge: var(--color_11);
  --brde: 255, 64, 64;
  --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
  --bgd: 255, 255, 255;
  --txtd: 219, 219, 219;
  --alpha-txtd: 1;
  --brwd: 1px;
  --brdd: 219, 219, 219;
  --alpha-brdd: 1;
  --fntlbl:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --txtlbl: var(--color_15);
  --alpha-txtlbl: 1;
  --txtlblrq: var(--color_15);
  --alpha-txtlblrq: 1;
  --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
  --alpha-bgf: 0;
  --alpha-btn_brd: 0.55;
  --alpha-bgd: 1;
  --btn_brd: var(--color_15);
  --btn_fnt: var(--font_8);
  --alpha-bge: 0;
  --alpha-brdh: 1;
  --fnt2: var(--font_8);
  --alpha-brd: 1;
  --alpha-bg: 0;
  --btn_brw: 1;
  --alpha-bgh: 0;
  --alpha-brde: 1;
  --txt-placeholder: var(--color_14);
  --alpha-txt-placeholder: 1;
  --alpha-brdf: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mka2ed4f {
  width: 328px;
  height: 63px;
}

#comp-mka2ed4f3 {
  --errorTextColor: 255, 64, 64;
  --alpha-errorTextColor: 1;
  --errorTextFont: var(--font_8);
  --shd: none;
  --rd: 0px;
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --brw: 0px 0px 1px 0px;
  --bg: var(--color_11);
  --txt: var(--color_15);
  --alpha-txt: 1;
  --brd: var(--color_15);
  --txt2: var(--color_14);
  --alpha-txt2: 1;
  --brwh: 0px 0px 2px 0px;
  --bgh: var(--color_11);
  --brdh: var(--color_15);
  --brwf: 0px 0px 2px 0px;
  --bgf: var(--color_11);
  --brdf: var(--color_15);
  --brwe: 0px 0px 2px 0px;
  --bge: var(--color_11);
  --brde: 255, 64, 64;
  --trns: opacity 0.5s ease 0s, border 0.5s ease 0s, color 0.5s ease 0s;
  --bgd: 255, 255, 255;
  --txtd: 219, 219, 219;
  --alpha-txtd: 1;
  --brwd: 1px;
  --brdd: 219, 219, 219;
  --alpha-brdd: 1;
  --fntlbl:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --txtlbl: var(--color_15);
  --alpha-txtlbl: 1;
  --txtlblrq: var(--color_15);
  --alpha-txtlblrq: 1;
  --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, sans-serif;
  --alpha-bgf: 0;
  --alpha-btn_brd: 0.55;
  --alpha-bgd: 1;
  --btn_brd: var(--color_15);
  --btn_fnt: var(--font_8);
  --alpha-bge: 0;
  --alpha-brdh: 1;
  --fnt2: var(--font_8);
  --alpha-brd: 1;
  --alpha-bg: 0;
  --btn_brw: 1;
  --alpha-bgh: 0;
  --alpha-brde: 1;
  --txt-placeholder: var(--color_14);
  --alpha-txt-placeholder: 1;
  --alpha-brdf: 1;
  --boxShadowToggleOn-shd: none;
}

#comp-mka2ed4f3 {
  width: 328px;
  height: 63px;
}

#comp-mka2ed4g2 {
  --rd: 0px;
  --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  --shd: none;
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --trans2: color 0.4s ease 0s;
  --txt: var(--color_11);
  --brw: 1px;
  --bg: var(--color_18);
  --brd: var(--color_18);
  --bgh: var(--color_11);
  --brdh: var(--color_18);
  --txth: var(--color_18);
  --bgd: 204, 204, 204;
  --alpha-bgd: 1;
  --brdd: 204, 204, 204;
  --alpha-brdd: 1;
  --txtd: 255, 255, 255;
  --alpha-txtd: 1;
  --alpha-txth: 1;
  --alpha-brdh: 1;
  --alpha-brd: 1;
  --alpha-bg: 1;
  --alpha-bgh: 1;
  --boxShadowToggleOn-shd: none;
  --alpha-txt: 1;
}

#comp-mka2ed4g2 {
  width: 270px;
  height: 50px;
}

#comp-mka2ed4l {
  --backgroundColor: 0, 0, 0;
  --alpha-backgroundColor: 0;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
}

#comp-mka2ed4l {
  width: 270px;
  height: auto;
}

/* END STYLABLE DIRECTIVE RULES */

#comp-mlkr6uxm .style-mlkrim6a__root {
  -st-extends: StylableButton;
  transition:
    all 0.2s ease,
    visibility 0s;
  background: #074151;
}

/* START STYLABLE DIRECTIVE RULES */

#comp-mlkr6uxm .style-mlkrim6a__root:hover {
  background: #417586;
  border: 0px solid #da3916;
}

#comp-mlkr6uxm .style-mlkrim6a__root:hover .StylableButton2545352419__label {
  color: #ffffff;
}

#comp-mlkr6uxm .style-mlkrim6a__root:disabled {
  background: #e2e2e2;
}

#comp-mlkr6uxm .style-mlkrim6a__root:disabled .StylableButton2545352419__label {
  color: #8f8f8f;
}

#comp-mlkr6uxm .style-mlkrim6a__root:disabled .StylableButton2545352419__icon {
  fill: #8f8f8f;
}

#comp-mlkr6uxm .style-mlkrim6a__root .StylableButton2545352419__container {
  transition: inherit;
}

#comp-mlkr6uxm .style-mlkrim6a__root .StylableButton2545352419__label {
  transition: inherit;
  color: #f9f0e1;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
  font-size: 32px;
}

#comp-mlkr6uxm .style-mlkrim6a__root .StylableButton2545352419__icon {
  transition: inherit;
  width: 10px;
  height: 10px;
  fill: #f9f0e1;
  display: none;
}

#comp-mlkr6uxm .style-mlkrim6a__root:hover .StylableButton2545352419__icon {
  fill: #da3916;
}

@media screen and (min-width: 1px) and (max-width: 0px) {
  #comp-mlkr6uxm .style-mlkrim6a__root .StylableButton2545352419__label {
    font-size: 10px;
  }
}

#c1dmp {
  width: auto;
  min-height: 40px;
}

#pageBackground_c1dmp {
  --bg-position: absolute;
  --fill-layer-background-overlay-color: transparent;
  --fill-layer-background-overlay-position: absolute;
  --bg-overlay-color: rgb(var(--color_11));
  --bg-gradient: none;
}

#comp-lvl1xrrh {
  --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-lvl1xrrh-top' preserveAspectRatio='xMidYMax slice' data-bbox='0 220.149 1920 79.851' viewBox='0 220.149 1920 79.851' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lvl1xrrh-top %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m1904.9 224.5-9.8 1.5c.1-1.2-4.9-1.1-6.3-2-.1-.1-.5-.1-.8-.1-1.4 0-2.8 0-4.2.1-2.9 0-5.7.3-8.5.6-.2 0-.4.1-.6.2 0-.2-.1-.3-.1-.4-.5.1-1.1.1-1.2.2-.6.3-1.4 0-1.8.1-1.3.4-2.7.3-4.1.3-.4 0-1.1 0-1.3.1-.8.3-1.6.2-2.5.2-.7 0-1.4-.2-2.1.1-.2.1-.9 0-1.2 0-.9.1-1.8.3-2.7.4-.1-.2-.2-.3-.2-.4-1.1 0-2 .1-2.9.1-.4 0-1 0-1.2.1-.7.3-1.5.3-2.4.3-.4 0-.8-.1-1.2-.1-1.1.1-2.1.2-3.2.3-.7.1-1.6.2-1.9.2-.9-.3-1.8-.2-2.8-.1-1 .1-1.9.2-2.5-.1-.8.1-1.5.3-2.2.4-1.8.2-3.7.2-5.6.4-.8.1-1.3.1-1.9-.1-.5-.1-1.2-.3-1.8 0-.6.3-1.4.3-2.2.3-1 0-2.1-.2-2.9.2-.1.1-.4 0-.6.1l-3.9.3c-1.1.1-2.5.3-3.3.1-1.9-.3-3.6.2-5.3.1-.7 0-1.5.1-2.3.1-1.1.1-2 0-2.6-.2-.4.1-.8.3-1.1.3-1.2.1-2.4.2-3.6.2-1.4.1-2.8.1-4.2.2h-3.2c-1.3.1-2.5.2-3.8.2-.6.1-1 0-1.8 0-1.6-.1-3.4-.1-4.9.4-.2.1-.6 0-.9 0-.2 0-.4-.1-.7-.1-1.1.1-2.3.1-3.4.2-1.6.1-3.1.3-4.7.3-.9 0-1.9-.1-3.1-.1-.4 0-1.1 0-1.8.1h-.5l-2.7.2c-.9.1-1.8.1-2.6.2h-1.1c-.6-.2-1.1-.1-1.8 0-1.3.1-2.6.1-4 .2h-.4c-1 .1-1.9.1-2.9.2-.5 0-1.1-.1-1.6 0-1.1.2-2.1.4-2.8 0-.6.1-1 .2-1.5.3h-2c-1.4 0-2.8.2-4 .1-1.4-.1-2.4.3-3.7.2-1 0-2.1.2-3.1.3h-5.1v-.1c-1.2.2-2.4.5-3.8.8-.1-.2-.1-.3-.2-.5-2.2 0-4.3.1-6.4.3-1.7.2-3.5.2-5.3.3h-.2c-1.2-.4-2.4-.2-3.7 0-.3.1-.8 0-1.1 0-.4 0-.9 0-1.3.1-1.1.2-3 .2-3.7-.1-.5.1-.9.2-1.3.2h-1.7c-1.5.2-3 .4-4.6.3-.9 0-1.7-.2-2.4.2h-.5c-1.1-.4-2.5.3-3.6 0-.6.4-1.6.2-2.5.2-1.4.1-2.9.1-4.3.2-.9 0-1.8-.1-2.7-.1-.4 0-.8.1-1.2.2-.2 0-.5.1-.7.1-1.1 0-2.2-.1-3.4-.1l-.3.3c-.1-.8-.9-.2-1.5-.2-2.3-.2-4.8-.2-6.8.1-2.4.4-4.9-.1-7.2.3-.4.1-1-.1-1.6-.1-.3 0-.6-.1-.9 0-3.2.5-6.4.4-9.6.1h-.3v.3c-.8 0-1.6 0-2.5-.1-.3.1-.9.2-1.3.2-1.3-.1-2.3.1-3.6.2-1.5.2-3.3.1-5 .1-.9 0-1.8 0-2.7-.1-.6 0-1.1-.1-1.7-.1-.3 0-.7.1-1 .2-.4.1-1 .3-1 .3-.9-.4-1.7.1-2.6.1-.1-.2-.2-.3-.3-.5-.3.1-.5.1-.5.2-.3.5-1.3.4-2.1.4-.7 0-1.6-.1-2.1.1-.9.2-1.5.1-2-.1-.1 0-.2-.1-.3-.1l-.4.2c-1.1 0-2-.1-2.9-.1-.8 0-1.6.2-2.4.3-1 .1-2 .2-3 .2-1.4 0-2.9-.1-4.3.1h-.9c-1 0-2 .1-3 .1v-.2c-.3-.6-.8-1.3-1.1-1.9-.1-.2-.2-.4-.1-.6.5-.7.4-1.4-.4-2h-1.6c-.2.1-.4.3-.6.4-1.2 0-2.4.1-3.6.1-1.1.1-2.1.2-3.2.2-.9 0-1.8-.1-2.8 0-3.1.2-6.3.4-9.4.5-1.2.1-1.6 0-1.6-.5.1-1.1-2.2-1.5-3.4-2.3-.1-.1-.5-.1-.7-.1-1.2 0-2.5 0-3.7.1-2.6 0-5.1.3-7.6.5-.2 0-.3.1-.5.2 0-.1-.1-.3-.1-.3-.5.1-.9.1-1.1.1-.5.3-1.2 0-1.6.1-1.2.4-2.4.3-3.7.3-.4 0-.9 0-1.2.1-.7.3-1.4.2-2.2.2-.6 0-1.2-.2-1.8.1-.2.1-.8 0-1.1 0-.8.1-1.6.2-2.4.4-.1-.2-.2-.3-.2-.3-.9 0-1.8.1-2.6.1-.4 0-.9 0-1.1.1-.6.3-1.4.3-2.2.3-.4 0-.7-.1-1.1-.1-.9.1-1.9.2-2.8.3-.6.1-1.4.2-1.7.1-.8-.2-1.6-.2-2.5-.1-.8.1-1.7.2-2.2-.1-.7.1-1.3.3-1.9.3-1.6.1-3.3.2-5 .3-.7.1-1.2.1-1.7-.1-.4-.1-1.1-.2-1.6 0-.5.3-1.3.3-2 .2-.9 0-1.8-.2-2.6.2-.1 0-.4 0-.5.1-1.2.1-2.3.2-3.5.3-1 .1-2.2.2-3 .1-1.7-.3-3.2.2-4.8.1-.6 0-1.4.1-2.1.1-1 .1-1.8 0-2.3-.2-.4.1-.7.2-1 .3-1.1.1-2.2.2-3.2.2-1.3.1-2.5.1-3.8.2h-2.9c-1.1.1-2.3.1-3.4.2-.5.1-.9 0-1.6 0-1.4-.1-3-.1-4.4.4h-.8c-.2 0-.4-.1-.6-.1-1 .1-2 .1-3.1.2l-4.2.3c-.8 0-1.7-.1-2.7-.1h-2.1l-2.4.2c-.8.1-1.6.1-2.3.2h-1c-.5-.2-1-.1-1.6 0-1.1.1-2.4.1-3.5.2h-.3c-.9.1-1.7.1-2.6.2-.5 0-1-.1-1.4 0-1 .2-1.9.3-2.5 0-.5.1-.9.2-1.4.2h-1.8c-1.2 0-2.5.2-3.6.1-1.3-.1-2.1.3-3.3.2-.9 0-1.9.2-2.8.3h-4.5v-.1c-1.1.2-2.2.4-3.3.7-.1-.2-.1-.3-.2-.4-2 0-3.8.1-5.7.3-1.5.2-3.2.2-4.7.3h-.2c-1.1-.3-2.2-.2-3.3 0-.3.1-.7 0-1 0-.4 0-.8 0-1.1.1-1 .2-2.7.2-3.3 0-.5.1-.8.1-1.1.2h-1.6c-1.4.1-2.7.3-4.1.2-.8 0-1.5-.2-2.2.2h-.4c-1-.3-2.2.2-3.2 0-.6.4-1.4.2-2.2.2-1.3.1-2.6.1-3.9.2-.8 0-1.6-.1-2.4-.1-.4 0-.7.1-1.1.2-.2 0-.4.1-.6.1-1 0-2-.1-3-.1 0 0-.1.1-.3.2-.1-.7-.8-.2-1.3-.2-2-.2-4.2-.2-6.1.1-2.2.3-4.3-.1-6.4.3-.4.1-.9-.1-1.4-.1-.3 0-.6-.1-.8 0-2.9.5-5.7.4-8.5.1h-.2v.3c-.8 0-1.5 0-2.2-.1-.3 0-.8.2-1.1.2-1.1-.1-2.1 0-3.2.2-1.4.2-3 .1-4.5.1-.8 0-1.6 0-2.4-.1-.5 0-1-.1-1.5-.1-.3 0-.6.1-.9.2l-.9.3c-.8-.3-1.5.1-2.3.1-.1-.1-.2-.3-.3-.4-.2.1-.5.1-.5.2-.3.5-1.1.3-1.9.3-.6 0-1.4 0-1.9.1-.8.2-1.3.1-1.8-.1-.1 0-.2 0-.3-.1l-.4.2c-1 0-1.8-.1-2.6-.1-.7 0-1.4.2-2.2.3-.9.1-1.8.1-2.7.2-1.3 0-2.6-.1-3.9 0h-.8c-1.2 0-2.4.1-3.6.1-1.3.1-2.5.1-3.6-.2-.7-.2-1.3-.3-2.1 0-.2.1-.7.1-1.1.1-1.2 0-2.3 0-3.3.3-.8.2-2.7 0-3.1-.1-.6.1-1.1.1-1.6.2-.7 0-1.4 0-2.1.1-1 .1-2.4 0-3.2-.3-.2-.1-.9-.1-1 0-.6.3-1.1.3-1.8.1-.3-.1-.7-.2-1.1-.3-.3.2-.4.5-.8.6-.8.4-1 .7-.6 1.1.3.4.2.7-1.1.9 1.2.2 1.1.6 1.1 1s-.8.2-1.3.2c-2.1.2-4.1.3-5.9-.2-.1.1-.2.3-.4.5-1.4-.6-3.3.3-4.6-.4-.5.3-1 .5-2.1.4-.4-.1-1 .1-1.5.1-.7-.1-1.5-.1-2.2 0-1 .1-2 .2-3 .1h-.2c-.3-.2-.6-.3-1-.6-.1.3-.2.4-.3.6-2.5-.3-4.9.2-7.5.4.4-.2.5-.3.6-.3-1.1-.2-2.2-.2-3.4 0h-.5c-1.1-.2-2.4-.2-3.4.1-.1 0-.3.1-.4.1-1-.1-1.9-.1-2.9-.2h-.8c-.6.3-1.3.2-2 .2s-1.4 0-2 .1c-.9.1-2.1 0-2.8.4-.1 0-.6 0-.9-.1-.8-.2-1.6-.1-2.3 0-.2 0-.4.1-.5.1-1.4-.3-2.9 0-4.3-.1-.2 0-.5 0-.5-.1-.1 0 .1-.1.2-.2.6-.3 1.5-.3 2.1-.2 1 .1 1.4-.1 2-.4-1.1 0-2.4.4-2.8-.3-1.1.4-2 .3-2.7 0-.2.1-.4.3-.7.3-.7.1-1.5.1-2.2.1-.9.1-1.8.1-2.7.2.4 0 .9.1 1.2.1.2 0 .2.2.3.2-.9.2-1.7.3-2.5.5-.3.1-.9.1-1 0-.9-.3-2.1-.1-3.1-.2-.7-.1-1.4-.1-1.5.3 0 .1-.5.2-.9.4-.4-.3-.7-.5-1.1-.8-.3.1-.4.2-.6.3-.2.1-.5.1-.8.2-.4-.3-1.1-.2-1.9-.2-.2 0-.4-.2-.6-.3.3 0 .5-.1.8-.1 1.5 0 2.9-.1 4.3-.3h1c1 .1 2 .1 3 0h-1.2c-.5-.2-3.3-.2-5.1.2-.9-.5-2.1-.1-3.2-.1-.9 0-1.8 0-2.7.1-2.2 0-4.4.1-6.6.1-.7 0-1.5.2-2.3.2h1.3c.1 0 .3.1.3.1 0 .1-.1.2-.2.2-.3.1-.6.1-.9.1h-1.5c-.2 0-.4-.1-.4-.2s.2-.2.3-.2h.5c-.2 0-.5 0-.8-.1-.1 0-.3 0-.5.1h-.7c0 .1 0 .2-.2.3-.6.3-1.3.6-1.9.9l-.3-.1.3-.3c.1-.1.1-.3 0-.3-.2-.1-.5 0-.8 0s-.6.1-.9.1c-.2 0-.5-.1-.6-.2 0 0 .1-.1.3-.1.3-.1.6-.1.9-.2h-1.1c-.3 0-.6.2-.8.2-4.7-.3-9.3 0-13.9.2-.3.7 2 .3 2.2.8-.2 0-.5.1-.7.2-.3.1-.7.2-.6.3.2.4.7.7.9 1.1.2.3.7.5.6.8h.3v.5c.3.1.7.2.9.2 1-.3 2.1-.2 3.1-.2.1 0 .2-.1.2-.2.8-.1 1.5-.2 2.3-.3.1.1.2.2.4.3l.2-.1c.3.1.7.1.9.2.1.1.1.3 0 .3-.8.4-1.7.7-2.6 1-1.5-.3.6-.6.1-.8-1.5 0-2.7 0-4 .1 0 .1-.1.2-.2.4-.2-.2-.4-.4-.6-.5-.7 0-1.3.1-2 .1 0 .1-.1.2-.2.4-.4-.1-.7-.2-.9-.3-.4.1-.7.2-.9.1-.9-.1-.8.1-.8.3 0 .1-.1.3-.4.4-.4.2-.5.6.1.6 1.1.1.5.3.4.5-.3.4-.6.7.2 1.1 1-.2-.7-.7.9-.8l-.4-.4c.9-.3 1.7-.6 2.5-.8.3.3-.1.8-1 1 .3.1.7.2.8.3 1-.4 2-.8 3-1.1h.2c-.1.1-.2.3-.4.5.5-.2 1-.3 1.4-.4.6-.1 1.3 0 1.1.2-.3.5.6.7.9 1 .1.1.1.1.1.2.2.4.5.8.7 1.1 1.7-.4 1.9-.7.8-1-.9-.3-1.6-.6-1.5-1.1 0-.1-.1-.2-.3-.3-.8-.3-.4-.4.4-.6.2.2.4.4.6.7.3-.2.6-.3.7-.4.5 0 .8.1 1 .1.4-.2.7-.3 1-.4.2.2.3.3.6.4.2.1.6.1 1.1.2.2.2.6.5 1 .8 1.1-.4.2-.8.4-1.2.5.1 1 .2 1.5.2l.2-.2c1.2.2 1.3-.1 1.5-.4-.5-.1-1-.2-1.5-.2l.3-.2 1.3.2c.2-.3.8-.5 1.1-.9.2.1.3.2.3.2-.6.3-.7.6-.5.9 0 0 0 .1-.1.2-.8.2-.6.5-.5.7-.4.1-.7.2-1 .3l.3.2c.3 0 .7-.1.9-.2.2-.1.2-.2.2-.4.1-.3.2-.5.3-.8h.3l1.1 1.1c.3-.2.5-.3.7-.5l.8.4.3.3.4.1c.2-.1.6-.3.6-.4.1-.2-.1-.4 0-.7 0-.1.2-.2.4-.3.3.1.5.1.8.2s.7.2 1 .4c-.6-.4-.4-.7 1.1-1.1v1.3h.2l.5-.5c.5 0 .9.1 1.3.1l-.3.6c.4.1.7.1 1.2.2.4-.4.8-.7 1.1-1-.3-.2-.5-.3-.6-.4 0 0 .4-.2.5-.1.7.2 1.3.3 2 .5.4 0 .9.1 1.3.1.2-.2.4-.3.8-.6.2.3.3.5.3.6.5 0 .9.1 1.1.1.5-.2.9-.4 1.4-.6-.1.4-.2.6-.3.9h.2l.5-.6h.4l.6 1.2s-.1.1-.2.1c-.2.1-.5.2-.6.3.4.2.8.3 1.3.4.2-.1.1-.2.1-.3-.2-.3.3-.7 1-.8l.3.9c.1.2.1.5 1.1.5-.3-.1-.5-.2-.7-.3h1.5c.1.1.1.3.2.4.4 0 .8-.1 1-.1-.1-.3-.3-.6-.4-.9-.8-.1-1.2-.3-1.4-.6-.1-.1-.5-.2-.8-.3.8-.3.3-.4-.5-.4.4-.4 1-.3 1.5-.1.3.1.5.4.7.5.1.1.3.2.5.2.6-.1 1.3-.3 2.2-.3.2.7-.2 1.3 1.1 1.8.3-.2.6-.4 1-.6-.6.1-.9.2-1.2.2-.8-.4-.6-.8.8-1.3-1.2.1-1-.1-.9-.3.1-.2.2-.4.3-.7.3.1.5.1.8.2.1-.2.2-.3.3-.4.4 0 .7 0 1.2.1v.6h.3v-.4h.2c.2.2.4.5.6.7-.8.1-1.1.2-.7.5.2.1.2.5 0 .5-.9.2-.4.4-.3.5.7-.3 1.5-.6 2.2-.9.2-.1.3-.2.3-.3 0-.3-.2-.5-.3-.9.5.1.8.1 1 .1 0-.1.1-.2.2-.4 1.1.5 1 1.3-.2 1.8 1 .4.3.7-.3 1-.2.1-.4.3-.3.4.1.1.6.2 1 .3v-.8h.4v.7h.4v-1.2c.3-.1.6-.2 1.1-.3-.6-.1-.8-.1-1.2-.1 1.2-.5 2.3-1 3.4-1.4l-.3-.1c-.3.1-.6.2-1.1.3.1-.4.1-.8.2-1.2.4.2.4.6 1.5.3 0 .3-.1.6.1.9.1.2.6.5 1.1.5.7.1 1.2-.1 1.2-.5 0-.2.1-.4.4-.5.6-.2 1.3-.3 1.9-.5.1.3.7.4 1.7.2 0 .2.1.3.1.5-.7.1-1.3.2-1.8.2-.2.4-.5.8-.7 1.2h.3l.3-.6c.2-.5.5-.6 1.5-.5.4.4.9.8 1.3 1.2.8-.5 1.7-.1 2.6-.1.1-.1.3-.2.4-.3l.4-.4c-.8.1-1.5.2-2.1.1-.5 0-1.1-.1-1.6-.2-.2-.1-.2-.4 0-.4.3-.1.9-.1 1.3-.1h2.4v-.1c.2.1.5.2.9.4.4-.2.7-.4 1-.5-.9-.1-1.6-.3-2.4-.4.2-.1.3-.3.5-.3.7-.1 1.4-.1 2.2-.2 0 .2-.1.4-.1.6h1.1c-.2.2-.4.3-.5.4.5.1.9.2 1.3.3l-.9.4.2.1c.5-.1.9-.1 1.3-.2l.6.6h.2c.1-.2.2-.5.3-.7h-.7c.3-.3.5-.7.8-1 .3 0 .8-.1 1.4-.2l.9 1.2h.3l-.3-.9c.6.1 1.2.1 2 .2-.3.3-.6.6-1 .9s-.3.7.5.8c.1 0 .4 0 .5-.1.1-.1.2-.3.3-.5.7.3 1.3.5 1.9.7l.3-.1c-.3-.4-.7-.9-1.1-1.4.4.1.6.1.9.2l.1-.1.6-.3c.1.1.2.2.2.4.1.1.1.3.2.5.3-.4.6-.7.8-1h.7l-.3-.1c.3-.3.5-.6.8-1 .3.2.5.4.8.6.4-.2.6-.4.8-.5.6.7 1.2 1.3 1.8 2 .1-.5.5-1-.7-1.3-.1 0 0-.2 0-.2 0-.2.1-.3.2-.5 0-.1.1-.2.2-.4h.5c0 .2-.1.5-.1.6.3.2.6.3.7.5.2.2.3.5.4.7h.4c.3-.2.9-.5.9-.7 0-.4.4-.5 1.4-.5 0 .2.1.4.1.6h.2l.2-.3c0 .4 1.8.6.5 1.2-.1-.2-.2-.3-.3-.4-.1.3-.2.6-.2.8.4 0 1.1 0 1.3-.1.3-.2.2-.4.3-.7.5.3-.5.8.8.9.2-.5.4-.9.6-1.4l.3.1c.4-.1.7-.1 1.2-.2.3.3-.9.8.4 1l.3-1.5c-.1-.2-.3-.3-.4-.5.5 0 .8.1.9.2.2 0 .5-.1.8-.1-1.1-.2-1.7-.4-1.9-.6-.2.1-.8.2-1.9.2l.7-.7c-.5-.3-1.1-.5-1.6-.8l.3-.2c1.4.1 2.7.1 4.2.2-.8.3-1.3.6-1.9.8.1.1.2.1.2.2.1-.1.3-.2.5-.2-.1.2-.1.3-.2.5.4.1.8.1 1.1.1 1.2 0 1.3.2 1.3.6 0 .3.2.6.4 1 .4 0 .8-.1.9-.1.2.4.5.7.7 1h.2l.3-.3c.6.1 1.2.2 1.9.3-.2-.3.7-.7-.5-.9-.2.1-.6.1-1.1.2.1-.2.1-.3.2-.4.2-.1.4-.3.6-.4.1-.1.3-.1.5-.2.1.1.4.1.3.2 0 .1 0 .2-.1.3.2 0 .3 0 .4.1.3.2.5.4.8.6 0-.4-.4-.8-.1-1.1s1.3-.5 1.8-.7c.6.2 1.2.4 1.7.6.2.1.3.3.2.3-1 .2-.5.5-.4.7 0 .1 0 .2-.1.3-.4 0-.6-.1-.9-.1l-.6.6c.8-.2 1.5-.4 2.3-.6-1.1-.5 0-.7 1-1-.1.6-.2 1.1-.2 1.6s.2 1.1.3 1.6h-.5l-.3 1.2h.9c-.1.2-.3.3-.3.4-.1.1-.2.3 0 .4 1.2.4.1.6-.2.9-.5-.1-.9-.1-1.3-.1-.3 0-.7.1-1 0-1.2-.1-2.5-.3-3.4.3-.4-.1-.7-.1-1.1-.2.2.5.8.7 1.9.6-.1-.2-.2-.3-.3-.5h1.3c.4.6-1.3.7-2.1 1.1-1.9-.3-1.9-.3-1.5-.9-.8-.1-1.5-.1-2.6-.2-.2.4-.5.9-.8 1.4h-.3c0-.1.1-.3 0-.4 0-.2 0-.5-.3-.6-.2-.2-.7-.3-.9-.3-.1.1-.4.2-.7.3l-.1-.1h-2.2c-.2 0-.4 0-.7.1.3.1.7.2 1.1.3 0 0 .2-.1.4-.1.3.6-1.2 1-3.1.8.5-.3 1-.6 1.6-1-.3 0-.6.1-.9.1-1.3 0-2 .2-2.2.8h-1.4l.3-.6-.2.1c-.3-.1-.7-.1-1-.2-.4.3-.6.5-.9.7-.9-.5-.7-.6.9-.7-.7-.1-1.4-.3-2.2-.4-3.3.6-3.3.6-3.8.1-.6.2-1.2.5-1.9.6-.7.1-1.6-.2-2.1-.3.3-.3.7-.5.8-.7 0-.1-.6-.2-.9-.3l-.4.1c.3.1.5.2.8.3-.4.2-.8.4-1.2.5-.5-.1.1-.7-1-.6-.1.3.1.6-.2.7-.3.1-1 .1-1.7.2.2.2.7.6.6.9-.2.3-1.1.5-1.6.8-.9-.4.3-1.1-1.1-1.5-.1.1 0 .3-.1.4 0 .2-.1.4-.2.7-.4-.1-.7-.2-1.2-.3-.1 0-.3.1-.9.2l1-1c-1 .4-1.5.3-2.3 0-.2.1-.3.2-.5.2.6.1 1.6.7 1.3.8-.7.1-1.5.1-2.4.1.2-.4.3-.6.5-.9-1.8.2-.8.6-1 .9-.5-.1-.8-.3-1.4-.5-.1.4-.2.6-.2.8h-.3c-.2-.2-.4-.3-.5-.5-.4.1-.9.4-1.5.4-.5.1-1.1-.1-1.9-.2.1.2.1.5.2.7-1.4-.4-1.4-.4-.8-.5h-.1l-.098-.098c-.002 0-.002-.002-.003-.002l-.003-.003c-.295-.195-.393-.198-.296-.296v-.001l.001-.002c-.099-.198-.098-.299.301-.498h.3c.1-.1.1-.2.1-.3l-.3-.1c-.8.5-1.3.1-2 0-.2.2-.3.4-.5.5-.2.1-.5.2-.8.4-.3-.1-.6-.3-.8-.4-.2-.2-.3-.5-.4-.7h-.5c.5.4.2.6-.4.7.2.2.3.4.6.7-1.1-.4-1.4 0-2.1.2-.3-.2-.6-.3-.8-.4.8-.2 1.5-.3 2.2-.5-.2 0-.4.1-.6.1-.1-.1-.2-.2-.3-.4-1.7.3-1.3-.2-1.6-.6-.5.6-.8 1.1-2.3 1.2-1.4-.4-2.4-.3-2.9.4-.1.2-.3.3-.5.5h-.3l.1-.2c-.5 0-1 0-1.4.1-1.3.3-1.7.3-2.2-.3 1.7-.5-.6-.8-.3-1.3-.9.4.8.7-.6 1-.2-.1-.3-.3-.4-.4-.3.1-.5.1-.8.2.6.2 1.1.4 1.5.6-1.1.2-2.2.4-3.1.6v-.5c-.4 0-.8 0-1.3.1-.3 0-.6.1-.9.1s-.7 0-1 .1c-1 .2-1 .2-1.3-.1-1 0-1.9.1-2.9.1-.1 0-.2.1-.5.3-.3-.2-.4-.3-.6-.5-.6.4-1.5.6-2.1.5-.6-.1-1.3-.2-2-.4h-.3c0 .1.1.3.1.4h-.3c-.2-.2-.4-.3-.6-.5-.3.2-.6.4-.8.6h-.2c0-.2 0-.3.1-.6-.5.3-.8.4-1.1.6.2.1.4.1.6.2l-.3.2c-.4-.1-.7-.3-1.1-.3-.4-.1-.6-.4-1.3-.1-.2.1-.7.1-.9.1-.2-.1-.3-.2-.5-.4.5 0 .8-.1 1.1-.1-.5-.6-1.8-.3-2.9-.4.1.2.1.4.2.6h-.2l-.8-.4h-.4c.8.3 1 .6 0 .9-1.4-.9-1.1.4-2 .2-.1-.1-.2-.2-.3-.4-.4.1-.8.1-1.2.1.3.2.5.4.8.7-1.4-.2-2.3-1-2.1-1.7-1.4.1-1.3.1-.8.5.1.1 0 .3-.1.4-.1.1-.4.1-.7.1l-.3-.3c-.2-.2-.3-.4-.5-.6h-.4c-.1.2-.2.5-.3.7-.2 0-.6-.1-.9-.1v.6c-.4 0-.9 0-1.3-.1-1.5-.3-1.5-.3-2.4.3h-.1c-.5-.1-.8-.3-1.2-.3-.9-.1-1.8 0-2.7 0-.8 0-2.4.2-2.7.5-.1-.1-.2-.3-.2-.3h-1.9c.4.3.7.5 1.1.8.3 0 .6-.1.9-.1l.1.1-1.5.5h-.3c.1-.1.1-.3.3-.4.1 0 .3-.1.5-.1h-.1l-1.1-.3c-.4.1-.8.1-1.1.1-.2 0-.2-.2-.3-.4-.1-.1-.1-.3-.2-.6-.7.4-.6.4-1.4.2h-.4c-.6.1-1.3.2-2 .3-.1 0-.2-.1-.4-.2h-.2c.1.1.1.2.2.3-1.8.4-3.5.9-5.7 1l-.2-.2c1.2-.2 2.4-.4 3.6-.7-.8-.4-2.4-.5-2.9-.2-.4.2-.5.7-1.4.1h-.5c-.3 0-.6-.1-.9-.1-.4-.1-.7-.1-1.3-.2-.1-.1-.4-.2-.7-.4.3-.1.6-.3 1.1-.5-.7 0-1-.1-1.3 0-.3 0-.8.2-.8.3.1.5-.9.4-1.6.6-.3-.2.4-.7-.9-.6l-.1.1s.1.1.2.1c.1.1.4.3.4.4-.3.4-.7.8 0 1.3.1.1-.1.2-.1.3h-.4c-.2-.4-.3-.8-.4-1.2-.4 0-1.1.1-1.4 0-1-.3-1.3-.1-1.9.2 1.1.2 1.1.4 0 .7-.3-.5-.7-.9-1-1.4h-.4c-.4.2-.8.5-1.2.8-.6-.2-1.3-.3-.7-.7.1-.1 0-.2-.1-.3-.1-.1-.3-.2-.5-.3-.2.1-.4.2-.6.4-.1.1-.2.1-.2.1-.4-.1-.7-.2-1.1-.2-.2 0-.5.1-.7.2.6.2 1 .3 1.4.4.3 0 .7 0 1-.1 0 .1.1.2-.1.3-.4.1-1.2.3-1.3.3-.8-.5-1.4-.1-2.1.1 0-.1 0-.2-.1-.2-.4-.1-.9-.1-1.3-.1 0 .1.1.2.1.3v.5c.899 0 1.599 0 2.699.1-.6.1-1.2.4-1.5.4-.6 0-1.4-.2-1.2-.5h.001c-1.199-.5-.3-.9-.2-1.2-.5.2-1.1.5-1.7.7-.1 0-.6-.1-.8 0-.3.1-.6.2-.8.3-.3-.3-.6-.5-.7-.6-.9.2-1.7.4-2.5.5v-.2c-.4-.1-1.1-.3-1.3-.3-.9.2-1.5.1-2-.1l-1.2.6c-.8-.3-1.5-.2-2.3 0-.3.1-.8 0-1.2 0-.5-.1-1-.1-1.5-.2l-.6.3c-.4-.1-.6-.3-.9-.4l-.1.1h-2.2s-.2.1-.1.2.3.2.6.2h.8c-.1.1-.1.2-.3.3l-.8.4c-.5-.5-.9-.8-1.3-1.2-.2.1-.3.2-.4.2-.5-.1-.8-.3-1.3-.3-.3 0-.6.1-1 .2l.4.1 1-.1.1.1c-.4.2-.9.3-1.2.4-.4-.3-.8-.7-1.1-1-1.3.2-2.8.1-3.3.7-.4-.2-.7-.3-.8-.4-.8.1-1.5.2-2.2.3-.3 0-.6.1-.7.2-.2.3-.5.3-1.1.1l-.9-.3c-.3.2-.6.4-1 .7-.3-.5-.4-.8-.6-1.1-1.3 0-1.9.2-1.4.7-.5-.3-.8-.4-1.2-.7-.4.4-.9.4-1.6.3-.6-.1-1.3-.4-2.1 0-.7-.5-2.1-.2-2.4 0-1.3.5-1.3-.1-1.7-.2-1.1.9-1.1.9-2.1.7.3-.2.6-.3.9-.4-.8.2-1-.1-1.4-.2-.2.2-.3.3-.4.5h-.2v-.6c-.4.4-.7.6-1 .9-.5-.1-.9-.1-1.3-.2-.3-.1-.5-.2-.7-.3-1.1.1-2.2.2-2.9.2-.2.2-.3.4-.4.5h-.5c0-.1 0-.3.2-.4.3-.3 0-.4-.4-.3-.5-.3-1-.5-1.4-.7l-.7.3h.4c.2.2.6.3.5.5 0 .2-.4.4-.7.6-.1.1-.4.2-.6.2s-.6-.1-.6-.1c-.3-.2-.4-.4-.7-.7-.3.1-.5.2-.8.3-.5-.4-.9-.1-1.2 0-.3-.1-.5-.1-.6-.2l-.6.3c-.7-.2-1.3-.4-2-.6 0 .1-.1.2-.2.3s-.2.2-.5.3c-.4.1-1 .2-1.5.3 0-.1-.1-.2-.1-.3-.3 0-.8 0-.9-.1-.2-.1-.1-.2-.1-.3s-.1-.2-.1-.3c-.8.3-1.3.5-1.8.7.2.2.4.4.5.6 0 0-.3.1-.5.2-.3-.1-.6-.3-.9-.4-.3-.2-.7-.3-1.1-.5-.6.2-1 .3-1.6.5-.2-.2-.6-.4-.5-.6.2-.4-.3-.6-1-.7-.7-.1-1.5 0-2.5 0 .7.4 2.3.2 1.9.7-.2.2-1 .4-1.6.6-.5-.2-.9-.3-1.2-.4-.4.2-.7.4-1 .6l-.4-.1.4-.4c-.2-.1-.5-.2-.8-.4-.2.2-.3.4-.4.6-.1.1-.1.4-.3.4-.3.1-.8 0-1.5 0 .5-.2.7-.2.8-.3-.6-.2-1.2-.3-1.9-.5h-1.3v.9c-.6-.2-.9-.2-1.3-.3.2-.1.4-.2.4-.3-.7-.4-2.3.2-2.8-.4-.6.2-1.2.4-1.9.6h-.1c0-.1 0-.2-.1-.3h-1.1c-.2.4-1 .5-1.7.3-.7-.1-1.9-.3-1.2-.8.1-.1-.2-.2-.5-.4-.4.8-1.1 1-2.6.9h-.2c-.3.1-.7.2-1.2.3v-.5c-.4.1-.7.1-1 .1-.2-.2-.4-.3-.6-.4-.2.1-.5.2-.7.3-.2.1-.5.2-.7.3-.4.1-.9 0-1.3 0v-.5c0-.2.1-.4.1-.6h-.3c-.1.1 0 .3-.2.4-.4.2-1 .4-1.4.6-.2 0-.6-.1-.9-.1-1.6 0-.2.5-.7.8-1.4-.3-1.4-.3-.9-.8.3-.2.4-.5.6-.8l-.4-.1c0 .6-1.6.7-2.2 1.3-.3-.2-.4-.4-.6-.5-.5.2-1 .4-1.6.6l-.4-.1c.1-.2.2-.4.4-.6-.9.4-2.8-.1-3 .7-.6-.2-1.1-.4-1.4-.5-.8 0-1.5-.1-2.1-.1-.1.1-.3.2-.5.3-.1-.1-.3-.2-.4-.3-.2-.1-.4-.2-.7-.3-.1.2-.2.3-.4.5-.3-.1-.6-.2-.8-.3v.1c-.6.1-1.2.2-1.9.3-.3 0-1 .1-1.1 0-.3-.4-.9-.3-1.6-.1l-.2-.1c.4-.2.9-.4 1.4-.7-.5 0-.9-.1-1.4-.1l.1.1-1 .3c.1.2.3.3.5.6-.5-.1-.8-.2-.8-.2-.6 0-1.1.1-1.3.1-.2-.1-.3-.2-.3-.4s0-.4.1-.5h-.4c0 .1-.1.3-.1.4.1.3-.2.5-1.2.5-.7 0-1.4-.1-2.1-.1-.4.4-.8.4-1.7.2-.4-.1-.9-.1-1.3-.2-.5 0-.9-.1-1.4-.1-.2.1-.4.3-.8.5-.3-.2-.4-.3-.6-.4-.8.1-1.4.1-1.8.2-1.4-.3-2.2.2-3.3.2-.1-.1-.2-.2-.2-.3h-2.3c-.4 0-.8 0-1.4.1-.1-.2-.2-.4-.3-.7h1.1l.2-.1c-.4-.2-.8-.3-1.2-.5-1.6.3 0 .7-.2 1.1-.4.1-.9.1-1.3.2-.3-.2-.5-.3-.5-.3l-.8.8c-.6-.3-1.1-.4-1.6-.6-.9.3-1.7.3-2.2 0-.6.1-1.1.2-1.7.3l.7.7-.3.1c-.3-.1-.7-.2-.9-.3-.4.1-.7.1-1 .2-.1-.4-.2-.7-.3-1.1.6-.2 1.2-.3 2.1-.6-1.6-.1-2.7 0-3.1.5.9.4-.7.7-.3 1.1-.7 0-1.3-.1-2.1-.1.3-.2.7-.4 1.1-.6-1.9.1-3.8-.1-5 .4-1.2-.1-2.3-.2-3.4-.3-.1.2-.2.4-.4.6-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1-.4.3-.8.7-1.4 1.2-.2-.5.2-1 1-1.1-.1-.3-.4-.5-1.1-.5-.5 0-1 .1-1.4 0-.9 0-1.2.1-1.1.4.1.2-.1.4-.1.7h-.5c0-.1-.1-.2 0-.3.2-.3-.1-.4-.8-.4-1.3.1-1.8-.1-1.8-.7-.2.4-.8.3-1.4.3 0-.6.1-.6 1.1-.5.1-.4-.4-.5-1.6-.4 0 .2-.2.4 0 .6.6.5-.2.7-1 1-.3-.3-.6-.5-.9-.8h-.4c-.1.1-.2.3-.4.4-.1.1-.4.2-.5.4l-.3-.1.4-.6-.3-.1-1.8.3c-.7-.3-1.6-.4-2.5-.2-.2-.1-.3-.2-.5-.4-.9.5-2.4.5-2.9.2-1 .1-2 .1-3.1.2-.1.6.4 1 1 1.1-.7.2-1.4.5-2.2.7-.6.2-1.1.6-2.4.3.9-.3 1.7-.5 2.3-.7-.1-.3-.1-.5-.2-.7-.1-.3-.1-.7-1.1-.6-1.3.1-1.6-.1-1.6-.3-.2 0-.6.2-1.1.3-.4.1-.8.1-1 .1-.2-.1-.4-.3-.7-.4l-.6.3-.5-.5h-.2c-.1.2-.1.3-.2.5h-1c.3.2.5.3.7.4.7.2.7.2-.2.4l-.4-.4h-1.7c-.5 0-1 0-1.4.1-.2 0-.5.1-.7.1-.1 0-.2-.1-.2-.1.1-.1.4-.1.5-.2.3-.1.5-.2.8-.3-1.3.1-3 .1-3.4-.2l-.1.7h-.4v-.7c-1.5.1-2.7.2-4 .3-.3 0-.8.3-.8.4.3.5 0 .7-1.5 1-.1-.2-.3-.4-.4-.6h-1c.5-.2.8-.3 1.1-.4 1.3-.4 1.3-.4 0-.6h-.4c0 .2 0 .3-.1.6-1.2-.5 1-.9.3-1.4-.4.1-.9.2-1.4.3.7.5-.2.7-1.2.8-.7-.2-3.1-.2-3.5 0-.2-.1-.3-.2-.4-.3H916v-.9c-.9.1-1.3.5-2.1.7.1-.2.6-.4.5-.5 0-.2-.5-.3-.7-.4-1.3.2-1.1.5-.4.7-.3.2-.6.5-1 .8-.6-.2-1.2-.3-1.9-.5-.3 0-.8.1-1.5.2 0-.3-.2-.6.1-.7.3-.2 1.1-.2 1.7-.3-.5-.1-1-.2-1.5-.1-.2 0-.4.3-.5.4-.1.3-.2.5-1.2.5-.2 0-.4.1-.6.2-.4.1-.7.2-1.1.3-.4-.3-.6-.4-.8-.6h-1.2c-.1.2-.1.4-.2.7-.7-.7-1.2-.7-2.9-.5-.8.1-1.3.1-1.6-.3-.2-.2-.4-.4-1.1-.3-.1.2-.2.4-.3.7-1.1-.5-2-.1-3.3-.1.4.1.5.2.5.2 0 .1 0 .3-.2.4-.1.1-.5.1-.8.1l-.3-.3-.2-.2c-1.3-.6-1.4-.8-.7-1.2-.6-.1-1.3-.1-2.2-.2.3.3.5.5.7.8-.1.1-.4.2-.6.3-.6-.1-1.3-.3-1.9.1l-.3-.6c-.3.5-1.1.5-1.9.4-.1.1-.1.3-.3.3h-.9c.1-.1.1-.3.3-.4.1 0 .2-.1.3-.1l.3-.6h.1c-.1-.1-.3-.2-.6-.3-.1.1-.3.2-.5.4-.1-.2-.1-.3-.2-.4-2.6.2-1.3 1-2.1 1.5l-.6-1.5c-.4.2-.8.3-1 .5-.1.1-.1.3.1.4 1 .3.3.4-.4.6-.5-.3-1-.5-1.5-.8-1.1.2-2.1.4-3.2.6l-.2-.1c-.4.1-.7.2-1.3.4.3-.5.6-.8.7-1.1-.3-.2-.5-.3-.8-.5l-.3.1c.2.1.4.3.6.5-.2.1-.5.3-.8.5-.3-.1-.5-.2-.8-.3-.4.5-.4.5-1.1.6.2-.2.3-.3.4-.5-.9-.3-.9-.3 1.1-.7-.6-.1-1.3-.2-2-.3-.9.2-2.1.4-1.4 1-.6 0-1.1.1-1.6.1.1-.2.3-.4.3-.5-.3-.2-.6-.3-.8-.4.3-.1.6-.1 1.1-.2H868c0 .1 0 .3.1.4.4.4.2.5-.9.7-.3 0-.5.2-.7.3l-.3.3c-.2-.4-.4-.6-.5-.8 0-.1.2-.2.3-.3s.4-.3.4-.4c0-.2-.3-.3-.5-.5-.8.4-.3 1.2-2.3 1.2-.3-.1-.6-.2-.9-.4 0 .1 0 .3-.1.3-.8.1-1.4.2-2.1.2-.6 0-1.2-.1-1.8-.1-.1 0 0-.2 0-.4.3 0 .5 0 .7.1-.1-.3-.1-.6-.2-.8h-.7c-1.3 0-1.9.3-1.7.8 0 .1-.3.3-.6.4-.1 0-.6-.1-.7-.1-1.2.2-2.4.1-3.6.1-.3 0-.6 0-.9-.1-.5.2-2.4.3-3.1.1.4-.2.4-.2 3.1-.1-.1 0-.2 0-.3-.1-.1 0 0-.3.1-.3h1.4c.5 0 1.1.1 1.9.1-.6-.4-1-.7-1.4-1-.4.2-.7.4-.9.5-.7 0-1.2.1-1.6.1s-.7-.2-1.1-.4c-.2.3-.4.5-.5.7h-.3c-.1-.2-.1-.3-.2-.5-.6 0-1.1 0-1.7.1-.3-.2-.8-.2-1.3 0l-2.1.7c-.1-.3-.1-.5-.1-.8-1.2.3-1.6.3-2.6.1h-.1c-.4.4-.7.6-.9.8-2.2 0-2.4-.1-1.8-.7.9.4 1.6 0 2.6-.1-.3-.1-.7-.1-1.4-.1-.3-.2-.7-.2-1.7.2-1.1-.4-2.2-.4-3-.2.5 0 .8.1 1.7.5h-3.1l-.2.1c.3 0 .7.1 1.1.2-.2.1-.3.2-.5.3-1.8-.4-1.8-.5-.1-.9.4-.1.7-.1 1-.2-1.3-.2-2.3-.3-3.3-.4-.2.1-.4.3-.6.4-.3-.1-.4-.2-.5-.3-.7.1-1.3.2-1.8.3-.3-.3-.6-.5-.8-.7h-.4c0 .2-.1.4-.1.5-.9.2-1.8.3-2.8.5v-.8c-.7.4-1.2.6-1.7.9v-.4l-.3-.1c-.4.2-.6.4-1.1.5-.9.2-1.5 0-1.2-.4 1.1.2 1.1.2 1.5-.4-.9-.2-1.7-.3-2.8-.5l-.1-.2c.5 0 1-.1 1.5-.1-.3-.6-.4-.6 1.1-.5.3 0 .7-.1.8-.1.6.1 1.1.1 1.6.2.1-.2.1-.4.2-.5-1.8 0-.7-.5-.8-.8-1.1.2-.4.5-.4.8-.4 0-1.1 0-1.1-.1-.1-.2-.1-.5-.1-.8-.1 0-.4-.2-.6-.2-.4.1-.7.2-1.2.3.4 0 .7.1.9.1s.1.6-.2.7c-.1-.1-.2-.1-.4-.2-.3.1-.5.3-.7.3.1.2.3.4.1.5-.3.1-.8.1-1.3.2.1.1.4.3.4.4 0 .1-.4.4-.6.4-1 0-2.1-.1-3.1-.1-.8 0-1.9 0-2.3.1-.8.3-1.5.2-2.1.2-.2-.2-.3-.3-.5-.4-.4-.2-.4-.4.3-.5.9-.2.6-.5.3-.8l-.6.5h-.1c.1-.2.2-.5.3-.7-1.1 0-1 .8-2.5.5-.1.3-.3.5-.4.7.6-.1 1.3-.3 1.6-.2.4.1.5.4.8.6-1.4.1-1.1-.2-1-.5-.6.4-1 .6-1.4.8-.1-.1-.2-.2-.3-.2-.9 0-.7-.2-.6-.4.2-.2.3-.5.5-.7.1-.1 0-.3 0-.4h-.3c0 .2-.1.3-.1.5-.7 0-1.3 0-1.9-.1v.5c-.8-1-1.3-1.2-2.3-1.2.6.5.4.8-.7.9-.5 0-1.1-.1-1.6-.1-1.1 0-1.5-.2-1.3-.6 0 0-.1-.1-.2-.1-.6.2-1.2.3-1.8.5-.2-.5-.5-.9-.7-1.4-.3-.1-.6-.1-.9-.2-.3.1-.6.2-.9.2.3 0 .7 0 .9.1.2 0 .5.1.6.2.1.1-.2.2-.3.2-.2 0-.5-.1-.8-.1-.1 0-.1-.1-.2-.1-.5.4-.5.4 1.6 1-.2.1-.3.3-.6.5h.1c0-.1.3-.1.4-.2.1 0 .4 0 .4.1.1 0 .1.1.1.1h6.2c.1.1 1.2.3 0 .6-.2-.1-.3-.3-.6-.5-.1.3-.1.4-.2.7-.4-.3-.8-.3-1.5-.1-.3.1-1.1 0-1.7 0-1.6-.2-2.6-.1-3.1.5-.8-.4-.9-.5 0-.7v-.2c-.2-.1-.3-.2-.5-.2 0 .2-.1.3-.1.5h-.5c-.1-.1-.2-.3-.4-.5-.4.1-.8.1-1.2.2-.4-.3-.8-.5.1-.8.2-.1.1-.2-.1-.3-.3.1-.6.3-1 .5 0-.3-.1-.6-.1-.8h.2c-.1-.1-.1-.2-.1-.3-.2.1-.4.2-.6.2.1-.3.2-.5.3-.8-.6-.1-1.2-.2-1.9-.4.3.3.5.4.8.7-.4-.1-.7-.2-.9-.2-.1.2-.3.3-.4.5-.9-.2-1.8-.2-2.4.2-.2-.1-.3-.1-.4-.2-.1 0-.2.1-.2.1.2.5.4.9-1 1.2l.2.1c.5-.1 1-.1 1.4-.2.4.3.1.4-1 .6-.3.2-.5.4-.9.7-.2-.5-.1-.8-.4-1.1-.3-.3-.9-.5-1.5-.8 1.5.2 2 .1 2.3-.5.1-.1.2-.2.4-.3v-.4c-.4 0-.7 0-.9.2.1.3.2.5.1.7 0 0-.4.1-.6.1-.2-.1-.3-.3-.4-.4h-2.7l-.2-.1c.5-.2 1-.3 1.6-.6-.8.1-1.4.1-1.9.2-.4.1-.8.2-1.1.4l.2.1c-.4 0-.9.1-1.3.1.2.1.5.1.8.2.4-.1.8-.3 1.2-.4l.4.1c-.3.4-.6.7-.9 1.1-1.8-.7-1.2.1-2.1.4-.3-.2-.6-.4-.9-.5-.1-.1-.1-.2-.1-.4 0-.1.1-.2.1-.4h-1.2c.4-.2.7-.5 1.2-.8-.2-.1-.5-.3-.9-.5-.2.2-.4.3-.8.6.3.2 0 .4-.9.4 0 0-.1 0-.1-.1 0-.3.1-.7 0-1 0-.2-.1-.4-.1-.5.3 0 .6 0 1-.1.2-.3.3-.7.5-1 .7.1 1.2.1 1.8.2 0-.2 0-.3-.1-.4l.3-.1.5.5c.3 0 .6-.1 1-.2.3.1.5.3.9.5-2.1 0-4.5-.1-4.1 1 0-.1.3-.2.7-.2.9 0 1.5-.1 1.8-.5.1-.1.4-.1.6-.1.2 0 .4.1.5.2s0 .2-.1.3l.3.1c.5-.1 1-.3 1.8-.5-.7 0-1-.1-1.4-.1.1-.2.2-.3.4-.4.6-.2 1.3 0 2 .1v-.4c.8.2 1.5.3 2.3.5-.3.1-.7.2-1 .1-1-.1-1.3.1-1.1.5h1.9c0-.1.1-.2.1-.3.3.1.7.2 1.1.3 0-.1.2-.2.2-.2-.7-.3.1-.7-.2-1.1 1.2-.1 1.6.3 2.3.7.6-.2 1.1-.4 1.7-.7l-.2-.1c-.2 0-.5 0-.7.1-.9.2-1.1 0-.9-.3.1-.2 0-.3-.1-.5-.1-.3-.2-.5-.3-.8h.3c.3.4.5.8.8 1.2.8-.2 1.2-.3 1.7-.4.5.2 1.1.3 1.7.5-.5.1-.8.2-1.1.3-.2-.1-.3-.2-.5-.2.1.3 1.1.6-.1.9h1c.7-.1 1.3-.1 1 .3 0 .1.5.2.8.2.2 0 .6-.1 1.1-.1-.4.2-.6.4-.9.6l.2.1c.3-.1.7-.1 1-.2.3.3.7.4 1.3 0-1.4.1-1.3-.2-1.4-.5-.6 0-1.1-.1-1.7-.1v-.1c.6-.1 1.2-.2 1.7-.3 1.6 0 2.5.2 2.2.9.4 0 .8 0 1.3.1-.1-.4-.1-.8-.2-1.3l.4-.1.5.5c.1-.1.3-.2.6-.3.1.1.2.3.3.5.6-.1 1-.2 1.6-.3.5.1 1.3.1 1.9.2.2 0 .3.2.3.3-.1.1-.4.2-.6.4-.2-.1-.3-.3-.4-.3-1.7.1-1.8.1-1.2.6.4-.1.7-.2 1-.3 1.6.2-.8.6.1.8.3-.1.6-.3 1.1-.5 0 .4.2.7-.1.8-.5.2-1.4.2-2.1.2v.1c.5 0 1 .1 1.6.1 0 .1.1.2.1.4 1-.1 1.1-.3 1-.6-.1-.3-.1-.6-.2-.8.7-.1 1.4 0 1.5-.1.4-.3 1.1-.6 0-.9.5 0 .9.1 1.6.1-.6-.2-1.1-.4-1.8-.6h1c1-.1 1.2-.1 1 .4-.1.3-.7.8.7 1 .4-.2.8-.3 1-.4-.4-.2-1-.4-.9-.6s.8-.3 1.3-.4c.2-.1.5-.1.8-.1 1.1-.1 1.5-.5.8-.9-.5-.2-.4-.6.3-.8.9.6.4 1.3.4 1.9-.1 0-.3.1-.6.1.1.1.2.2.2.3.2-.1.5-.1.8-.2.1.2.2.4.3.5.3-.3.5-.6.8-1h.4c0 .2.1.3.1.5.5-.1.8-.2 1.2-.2.2.1.3.2.5.3.4-.1.7-.1 1-.2-.2-.1-.4-.2-.7-.3 1.2 0 1.8.2 1.7.7.7-.5 1.2 0 1.9-.1-.3-.1-.9-.3-1.7-.5h1.2c.5 0 1.3.1 1.4-.2.5.1.9.3 1.4.4.1 0 .3-.2.6-.2.7 0 .8-.1.7-.3-.1-.1-.1-.2-.1-.3 1.4 0 .9.4 1 .7l1.5-.9.4.1c-.1.3-.3.7-.4 1-.5 0-.8 0-1.2.1v.1c.4 0 .9-.1 1.3 0 .6 0 1.1.1 1.6.2.1 0-.1.2-.3.5.4-.2.8-.3.8-.3-.3-.2-.7-.4-1.2-.7.3-.1.8-.2 1.2-.3.1.1.2.2.4.3.2-.1.5-.1.7-.2.1.2.3.4.4.5 1.5-.1 1-.6 1.2-.9l.7.5.3-.1c0-.2.1-.4.1-.5-.3-.1-.7-.2-.7-.4 0-.1.5-.3.7-.3.5.1.9.2 1.5.4 0 0 .2 0 .5-.1.4.4.8.7 1.2 1.1h.3l-.3-.6c-.3-.3-.6-.7-.8-1l.2-.2.6.3c.2-.4.4-.6.6-.9.2.4.8.5 1.6.3v1c-.4-.2-.7-.4-1-.6-.8.5-.3.6.9.7-.9.3-.3.5.1.8h-.1c.2.1.5.3.6.4.1.2 0 .5-.1.7.2-.2.3-.5.7-.6.8-.1.7-.3.5-.5-.1-.2 0-.3-.1-.5 1.1 0 .5-.3.4-.4-.1-.3-.3-.6-.4-.9h.9c-.1.2-.1.4-.2.5h.4c.2-.3.3-.6.5-1 .4.4.7.6 1 .9.1 0 .2-.1.4-.2.2.1.3.2.5.3.5-.2.9-.4 1.2-.6.3.2.6.4 1 .7-.5.1-.9.3-1.5.4-.1 0-.4-.1-.7-.1-.5.3-.9.5-1.3.7.7 0 1.3 0 1.6.1.6.2 1.1.5 1.7.8-.2.2-.5.4-.7.6.2.1.5.2.7.3h.3c-.1-.2-.1-.4-.2-.6.4-.1.8-.3 1.3-.4l.1.1c.3-.1.5-.1.8-.2-.4-.1-.7-.1-1-.2-.5-.1-.9-.3-1.3-.4-.2-.1-.5-.1-.7-.2.3-.1.5-.2.8-.2 1.1-.1 1.9-.3 1.6-.8-.1-.1.2-.3.3-.4.3.1.6.2.8.3l-.6.3.2.1c.5-.1 1.1-.1 1.7-.2 0 .1 0 .2-.1.2-.1.1-.2.1-.3.2.5 0 .9 0 1.2-.1v.6c.3-.1.5-.2.6-.3.5-.3 1-.3 1.6 0 .7.3 1.4.5 2.2.8-.3.3-.1.5 1.1.5.5 0 1.2-.1 1.4-.3.2-.1-.2-.4-.3-.6-.1-.1-.2-.3-.3-.4v-.4c-.8 0-1-.2-.5-.7.4.3.9.6.9.9.2.5.1.5 1.3.7-.2-.5-.3-.9-.5-1.4l.9.6.6-.2c-.3.3-1.1.7-.3 1 1-.3 1.9-.5 2.9-.8 0-.2.1-.3.1-.6.7.2 1.1.3 1.6.4.1-.3.2-.5.3-.8h.4c-.1.1-.2.2-.1.3.1.1.3.2.6.3.4.1.9.1 1.3.1v.1c-.5 0-1.1 0-1.4.1-.3.1-.3.4-.4.6-.4-.2-.6-.3-1.1-.6-.1.6-.2 1-.3 1.6.7-.3 1.5-.5 1.8-.7.3-.3.6-.4 1.4-.4h.8c-.1-.5-.2-.9-.3-1.4h.2c.3.2.7.5 1.1.8.7-.4 0-.9 1-1 .2.3.6.5.6.8 0 .2.4.3.8.5-.1-.3-.1-.6-.1-.9 1.3.1 1.4.6.3 1 0 0 .1 0 .1.1-.1.1-.2.3-.4.5.8-.2 1.4-.4 2.1-.6.7.6.7.6 1 .5-.1-.2-.1-.4-.2-.7.7 0 1.1.1 1.8.1-.9-.6-2.1-.1-3.2-.3.2-.3.4-.5.7-.8.5.2.9.3 1.3.4.6-.3 1.2-.6 2-.9.4.4.7.6 1.1.9.2 0 .4-.1.6-.1.3.2.5.3.8.4-.1-.4-.1-.7-.1-1.1.6-.1 1.1-.1 1.5-.2l.2.1c-.4.2-.8.3-1.5.6 1 0 1.6.2 1.9.6l1.8-1.2c1.1.4 1.1.4 1 .6.3 0 .6 0 1.1.1-.3-.2-.5-.3-.7-.5-.1 0-.2.1-.3.1-.7-.3-1.1-.6.3-.8.1.1.3.1.5.3.1-.2.1-.4.2-.6h-.8c-.1-.3-.1-.6-.2-.9.6.2 1.1.3 1.4.4.2.1.3.2.3.3.1.3 0 .6-.2.8-.1.1-.4.2-.7.2.5 0 .8 0 .6.3 0 .1.1.2.2.2.4.3 1.2.3 2.4-.2-.2.3 1.5.3.5.8-.2.1.2.4.3.6.4-.2 1-.4 1-.6 0-.3.5-.4.9-.5.6-.1 1.1-.2 1.9-.4.1 0 .5.1 1 .2-.4.1-.5.1-.6.1.2.5.5 1 .7 1.6-.2 0-.6.1-.8.1.2.2.4.5.6.8l.6-.9c.3.1.6.2.8.3l.3-.1c-.4-.2-.7-.4-1.2-.6.2-.2.5-.4.8-.6.4.3.7.4 1 .6.4 0 .8-.1 1.2-.1v-.3c.2-.1.3-.2.5-.3.2-.1.4-.2.7-.3-.1-.2-.1-.4-.2-.8.7.2 1.1.2 1.3.3v1.3h-.4l-.9.1c0 .1 0 .1.1.1h2v.4h.1c.1-.2.1-.5.2-.8-1.9-.4.7-.5.3-.8 2.6.1.3.6.6.9h.9c.7-.3 1.5-.6 1.1-1.1.3.2.5.4.7.6-.1 0-.2.1-.3.2h1l.2-.4c.3.1.5.2.7.3.3-.2.9-.5.8-.5-.8-.3.1-.5.3-.7-.6-.1-1.1-.2-1.8-.3.2-.1.3-.2.5-.3.2.1.4.1.7.2.4.1.7.1 1.1.1.3 0 .5 0 .8-.1-.1.2-.4.2-.4.3-.1.1.2.3.2.3 1-.1 1.5.1 2.1.4.8.4.5.6.1.9-.1-.1-.1-.2-.2-.2-.9.4-.9.4 1.2.6.4-.4.9-.7 1.3-1.1h.3c.1.1.1.3.2.4.4-.1.6-.2.9-.2 0 0-.1 0-.1-.1 0 0-.1 0-.1.1h-.3v-.8c.5.1.9.1 1.4.2l-.6.3h.4c.3-.2.6-.4 1-.6-.2-.2-.3-.5-.5-.8-1 0-1.4.2-1.8.6-.3-.2-.4-.4-.7-.4-1.5-.2-3-.3-4.6-.2-.5 0-1.1-.1-1.6-.1v-.1c.2 0 .4-.1.5-.1.9-.5 1.9-.3 3-.1.551.092 1.248.165 1.518-.13l-.217.029c-1.1.2-.9-.1-.6-.3l.9-.4h1.1c.269.359.207.477-.963.642.353.105.697.259.962.259 1.1-.1 2.2-.2 3.1-.3.3.1.7.4 1 .4.7 0 .8 0 .6.3-.1.1-.3.2-.2.2.8.4-.2.6-.7.8.1.2.2.3.4.5.2-.1.4-.2.6-.2.1.1.2.1.2.2l.3.6c.7-.2 1.2-.3 1.7-.4.5.6 1.4 0 2.4.2-.3-.2-.5-.3-.7-.4.2-.2.5-.3.6-.5.2-.3.9-.6 0-.8-1-.3-.4-.5.1-.8.6.5 1.7.2 2.4.3.1 0 .4-.2.7-.3l-.2-.1c-.3.1-.7.1-1.1.2 0-.3.1-.6.1-1-.6.2-1 .3-1.4.4-.6-.4-1.2-.7-1.8-1.1.6-.1 1-.2 1.4-.3 0-.5 0-.5 1.3-.6.1 0 .2-.1.3-.1.6-.2 1.2-.3 2-.6 0 .3.1.5 0 .7-.1.1-.3.3-.5.4l-.9-.3c-1.1.2-1.1.5 0 .8.4.1 1 .3 1 .5-.3.5.4.5 1.6.5-.5.3-.8.5-1.2.7.7.1.8.3.7.4 0 0 .1 0 .1-.1.2-.1.5-.2.8-.2.2 0 .5.1.6.3.5.1.7.4.9.7-.3.1-.8.2-1.3.4-.6-.2-.9-.6-2.1-.2l-.1-.1.4-.5c.1 0 .1-.1.2-.1-.9 0-1.7-.1-2.7-.2 0 .3-.3.7 0 1 .4.4.4.6-.7.7.1.1.3.2.4.3-1 .2-1.1.3-.2.6.3-.3.6-.5.8-.7 1.6 0 2.6-.3 3.6-.6.8.3.8.3-.3.6l1 .6.3-.1c-.1-.1-.4-.3-.3-.4.5-.3 1.1-.7 1.9-.8 1.3-.1 1-.4 1-.7-.5-.2-1.1-.3-1.5-.5-.1 0 0-.3.2-.3 1-.2.8.1.9.3.8-.4 2.2-.5 3.3-.4-.1.3-.2.6-.4.9-.1.2-.5.4-.7.4-1.7 0-2 .5-2.6 1 .4 0 .8.1 1.1.1.2-.6 1.6-.6 2.4-.9l.3.1c-.1.2-.1.3-.2.5.8.1 1.5.1 2.6.2-.5.2-.9.4-1.4.6 1.2-.1 2.3-.2 2-.9.7.2 1.6-.4 1.7.2.857-.095-.276-.643.997-.695-.157-.138-.279-.223-.197-.305.5-.4-.1-.5-1-.5-.3 0-.5-.1-.8-.1-.1.1-.1.3-.2.5.4 0 .7-.1.9-.1.3 0 .6.1.9.2-.2.1-.4.3-.6.3-.8 0-1.7 0-1.9-.4 0-.1-.1-.2-.2-.2-1.8-.3-.6-.6 0-.7 1.2 0 2.1 0 3.5.1.747.28.188.735-.215 1.201h.014c-.1.1-.2.3-.4.4.4 0 .8.1.9.1.2-.4.5-.8.6-1.1.7 0 1.2-.1 1.8-.1.5.4-.5.5-.9.8l-.6-.3c-.1.1 0 .3.1.3.8.2.4.5.1.6-1.4.3-.8.9-1.4 1.3.4-.1.8-.3 1-.5s.2-.6.6-.7c.8-.3 1.4-.5 1.8-.9.3-.3.2-.8-.6-1H938c-.3 0-.7.1-.8 0-.2-.1-.3-.3-.2-.4.1-.2.5-.3.8-.5 1.4.7 3 0 4.6.2.2 0 .4-.2.7-.2.2 0 .3-.1.5-.1-.7-.1-1.3-.2-1.9.1-.3.1-1.1.1-1.6.1-.3-.1-.6-.3-.6-.5 0-.3.3-.6.4-.9h-.1c-.2.2-.5.3-.8.5-.1-.2-.2-.2-.3-.4-.3.2-.3.2-3.6.6.7-.2 1.2-.4 1.7-.6.3 0 .8.1 1.5.1-.8-.4-1.3-.6-2.1-1 .6.1.8.1 1.1.1l-.3-.3.2-.1c.3.1.5.2.6.2.7 0 1.2-.1 1.7-.1.2-.2.2-.5.5-.7.1 0 .1-.1.2-.1-.086.431.499.713 1.43.846-.029-.096.013-.221-.029-.347.9.1 1.7.1 1.9.5.2.3.8.2 1.4.1h.2c.1 0 .3-.1.5-.1s.5-.1.8-.1c.2.2.4.3.6.5.2.1.6.2.8.2.3 0 .6-.2.6-.3.2-.5.3-1 .4-1.6-.7-.3-1.6-.2-2.4 0-.3-.1-.6-.2-.8-.2-.9.1-2-.3-2.9.1h-.5c-1.5-.3-1.8-.2-2 .3-.1-.1-.4-.2-.7-.3-.1.1-.2.1-.2.2l-3-.3s-.1.1-.1.2c-.2-.2-.4-.3-.6-.5-.2.1-.3.2-.5.2-1.5.1-2.9.1-4.4.1-1.2 0-2.4-.3-3.4-.1-2.5.3-5-.3-7.5.2h-.4c-.7 0-1.4-.1-2.1-.1-.7 0-1.7.2-2 .1-.6-.2-1.2-.1-1.7-.1-.7 0-1.4.1-2.2 0-.8-.1-1.7-.1-2.5-.1-1.2.1-2.2.1-3.3-.1-.3 0-.8.1-1.2.1-.6.1-1.2.2-1.8.1-1.4-.1-2.8-.3-4.3-.1-.5 0-1.2.1-1.5 0-.8-.2-1.4-.1-2 .1-1.3-.5-2.6 0-3.9-.1-.7-.4-1.7-.5-2.7 0-.6-.2-1.7-.2-2.2 0-1.1 0-1.9-.1-2.7 0-1.3.1-1.8.1-2.4-.4-1.6.5-3.3.4-4.7.1-1 .1-1.8.2-2.6.3-1.5-.2-3-.2-4.5-.3-1 0-2.1.3-3.1 0h-.7c-.7 0-1.3.1-2 .1-1.3 0-2.5 0-3.8.1-.9 0-2 .1-2.8 0-.7-.1-1 0-1.4.1-.5-.1-1.1-.2-1.3-.3-.5.1-.7.1-1 .1-1.2 0-2.2-.3-3.5-.1-.7.1-1.8 0-2.7 0-1.4 0-2.7-.1-4.3-.2h-1.3c-1.4 0-2.9-.2-4.1-.1-1.5.2-2.6.2-3.8-.2-.5.1-1 .1-1.5.1h-1.9c-.5 0-1 .1-1.5 0-.8-.1-1.5-.3-2.3-.3-1.8 0-3.5.1-5.4.1 0 0-.1-.1-.1-.2-.8.1-1.6 0-2.2.2-.9.2-1.5-.1-2.2-.2h-.6c-1.2 0-2.3.1-3.5.1s-2.5 0-3.7-.1c-.9 0-1.8-.2-2.7-.3-.6.4-2.5.5-3.7.1-.9.5-1.2 0-1.9-.2.1.1.1.2.1.2-1-.1-2-.2-3.1-.1-.7.1-1.4.2-2.2.1-.8 0-1.5-.2-2.3-.2h-3.8c-.3 0-.6 0-.8.1h-.8c-.8 0-1.6-.1-2.4-.1-1.6 0-3.3.3-4.3-.4-.3.1-.6.2-.9.2-1.2 0-2.4 0-3.9.1-.5-.1-1.4-.3-2.4-.1-.3 0-.5.1-.8.1h-3.7c-.7-.3-.7-.3-2-.2-.4 0-.8-.1-1.2-.2-.5 0-.9-.1-1.4-.1s-1.2.1-1.4.1c-.6-.3-1.2-.2-1.9-.1h-.3c-1.5-.4-3.2-.4-5-.3-2.1.1-4.3.2-6.3-.2-.2 0-.7-.1-.8 0-.7.2-1.4.3-2.1.5-.1-.1-.3-.2-.4-.3-.1-.1-.5-.1-.7-.1-1.2-.1-2.5-.1-3.7-.2-2.6-.2-5.1-.1-7.6 0-.2 0-.4.1-.6.2 0-.1 0-.3-.1-.3-.5 0-.9 0-1.1.1-.6.3-1.2-.1-1.6 0-1.2.3-2.4.1-3.7 0-.4 0-.9-.1-1.2 0-.7.2-1.5.1-2.2 0-.6-.1-1.2-.2-1.9 0-.2.1-.8-.1-1.1-.1-.8.1-1.6.1-2.5.2-.1-.2-.2-.3-.2-.3-.9 0-1.8-.1-2.6-.1-.4 0-.9-.1-1.1 0-.6.2-1.4.2-2.2.1-.4 0-.7-.2-1-.2-1 0-1.9.1-2.8.1-.6 0-1.4.1-1.7 0-.8-.3-1.6-.3-2.5-.2-.9 0-1.7.1-2.2-.3-.7.1-1.3.2-2 .2-1.7 0-3.3-.1-5 0-.7 0-1.2 0-1.7-.2-.4-.2-1.1-.3-1.6-.1-.6.3-1.3.2-2 .1-.9-.1-1.8-.3-2.6 0h-4c-1 0-2.2.1-3-.1-1.6-.4-3.2-.1-4.7-.3-.6-.1-1.4 0-2.1 0-1 0-1.8-.1-2.3-.3-.4.1-.7.2-1.1.2h-3.3c-1.3 0-2.5-.1-3.8-.1l-1.4-.1c-.6 0-1-.1-1.5-.1h-3.4c-.5.1-.9 0-1.6-.1-1.4-.2-3-.3-4.4 0-.2 0-.5 0-.8-.1-.2 0-.4-.1-.6-.1h-7.3c-.8 0-1.7-.2-2.7-.3-.4 0-1 0-1.6-.1H632c-.3 0-.8 0-1-.1-.5-.2-1-.2-1.6-.1-1.2 0-2.4 0-3.5-.1H623c-.5 0-1-.1-1.4-.1-1 .1-1.9.2-2.5-.2-.5.1-1 .1-1.4.1-.6 0-1.2-.1-1.8-.1-1.2-.1-2.5 0-3.6-.2-1.2-.2-2.1.1-3.3 0-.9-.1-1.9 0-2.8.1h-.4c-.8 0-1.6-.1-2.4-.1-.6 0-1.1-.1-1.7-.2v-.1c-1.1.1-2.2.3-3.4.4 0-.2-.1-.3-.1-.4-1.9-.1-3.8-.2-5.7-.1-1.6.1-3.2 0-4.8 0h-.2c-1-.4-2.1-.4-3.3-.2H582c-1 .1-2.7 0-3.3-.3-.5 0-.8.1-1.2.1-.5 0-1-.1-1.5-.1-1.4 0-2.7.1-4.1 0-.7-.1-1.5-.3-2.2 0h-.4c-.9-.4-2.2.1-3.2-.3-.6.3-1.5.1-2.2.1-1.3 0-2.6-.1-3.9-.1-.8 0-1.6-.2-2.4-.2-.3 0-.7.1-1.1.1-.2 0-.5.1-.7.1l-3-.3s-.1.1-.3.2c0-.7-.8-.2-1.3-.3-2-.3-4.2-.5-6.1-.3-2.2.2-4.3-.4-6.4-.2-.4 0-.9-.1-1.4-.2-.2 0-.5-.1-.8-.1-2.9.3-5.7-.1-8.5-.5h-.2c0 .1 0 .2-.1.3-.7-.1-1.4-.1-2.2-.2-.3 0-.8.1-1.1.1-1.1-.2-2.1-.1-3.2 0-1.4.1-3-.2-4.5-.3-.8-.1-1.6-.1-2.4-.2-.5-.1-1-.2-1.5-.2-.3 0-.6 0-.9.1-.4.1-.9.2-1 .2-.7-.4-1.5-.1-2.3-.1-.1-.2-.1-.3-.2-.5-.2.1-.5.1-.5.2-.3.4-1.2.3-1.9.2-.6 0-1.4-.1-1.9-.1-.9.2-1.3 0-1.8-.2-.1 0-.2-.1-.2-.1l-.4.2c-1-.1-1.8-.2-2.6-.3-.7 0-1.5.1-2.2.1h-2.7c-1.3-.1-2.5-.3-3.8-.2h-.8c-1.2 0-2.4-.1-3.6-.1-2.3-.1-4.4-.9-6.7-.9-3 0-6 .7-9.1.6-4.9-.2-9.7-1-14.5-1.4-4.7-.6-9.4.4-14.1-.5-.4-.1-1-.1-1.3 0-1.1.2-2.1.5-3.1.8-.2-.1-.4-.3-.6-.4-.1-.1-.7-.2-1.1-.2l-5.7-.3c-3.9-.3-7.7-.1-11.6-.1-.3 0-.6.2-.8.2 0-.2-.1-.4-.1-.5-.7 0-1.4 0-1.7.1-.9.4-1.9-.1-2.5 0-1.9.4-3.7.2-5.6.1-.6 0-1.4-.1-1.8 0-1.1.3-2.2.2-3.4 0-.9-.1-1.8-.4-2.8 0-.2.1-1.1-.1-1.6-.1-1.2.1-2.5.2-3.8.3-.1-.3-.2-.5-.3-.5-1.4-.1-2.7-.1-3.9-.2-.6 0-1.3-.1-1.6 0-1 .3-2.1.3-3.3.2-.5 0-1.1-.3-1.6-.3-1.4 0-2.9.1-4.3.1-.9 0-2.2.2-2.6 0-1.2-.5-2.4-.4-3.7-.4-1.3.1-2.6.1-3.3-.4-1.1.1-2 .3-3 .3-2.5 0-5.1-.1-7.6 0-1.1 0-1.8 0-2.6-.3-.6-.2-1.6-.5-2.4-.1-.9.4-2 .2-3 .1-1.4-.1-2.7-.5-4 0-.1.1-.5 0-.8 0h-5.3c-1.5 0-3.4.1-4.5-.2-2.4-.6-4.8-.1-7.2-.4-1-.1-2.1-.1-3.1 0-1.5 0-2.8-.1-3.5-.5-.6.1-1.1.3-1.6.3H316c-1.9 0-3.8-.1-5.7-.2l-2.1-.1c-.8-.1-1.6-.1-2.3-.1h-5.2c-.8.1-1.4 0-2.5-.2-2.1-.3-4.6-.5-6.7.1-.2.1-.8-.1-1.2-.1-.3 0-.6-.2-.9-.2-1.6 0-3.1-.1-4.7-.1h-.9l-1.3.6-.7-.2.7-.4h-4c.2.1.3.3.6.5-1.3-.2-2.1-.3-2.8-.3l-.1-.2h.4c-.7-.1-1.5-.2-2.4-.3-.5 0-1.1 0-1.8-.1l-.9.9c-.6-.3-1.2-.5-1.7-.8.7 0 1.4-.1 2.2-.2h-8.1c-.5 0-1.2 0-1.5-.2-.8-.3-1.5-.2-2.5-.2-1.8.1-3.6-.1-5.4-.1h-1.3c.7 0 1.5 0 2.1.1.4.1.5.4.9.7-1.3-.2-2.2-.4-3-.6v-.2H250c-.7 0-1.5-.2-2.1-.2-1.5.1-2.9.3-3.8-.3-.8.1-1.5.2-2.1.2-.9 0-1.8-.1-2.7-.2-1.8-.1-3.9 0-5.5-.3-.9-.2-1.7-.1-2.4-.1.3.4.7.7 1.1 1.3-2-.4-1.7-.8-1.8-1.2-.4 0-.8.1-1.3 0l.9.9c-1.3-.3-2.2-.5-3.4-.7.5-.1 1-.2 1.3-.2-1.2 0-2.5.1-3.8.1-.2 0-.4 0-.7-.1-1.2-.1-2.5-.1-3.7-.2-.5 0-.9-.1-1.4-.1.1.2.1.3.2.5h-.5l-1.4-.6v-.1c-1.4.2-2.9.4-4.4.6 0-.2-.1-.4-.1-.7-2.3-.1-4.4-.2-6.6-.2.1.1.1.2.2.2-.7.1-1.3.1-2 .2-.1 0-.3-.1-.4-.2-.6.2-1.1.3-1.8.5 0-.3.4-.5.9-.7-1.8 0-3.5 0-5.3-.1l.5.2-.4.3c-.8-.1-1.7-.1-2.9-.2.3-.2.5-.3.7-.4-1.3-.3-2.8-.3-4.3-.1h-.1c-.3.2-.6.3-.9.4h-2.5c-.1-.1-.3-.2-.5-.4h-1.7c-.4.1-.9.2-1.5.3-.6-.2-1-.3-1.3-.5.2-.1.4-.1.6-.2-.1 0-.2-.1-.3-.1-.7 0-1.2.1-1.8.1-.8 0-1.6-.2-2.3-.2-2.1.1-4.2.2-6.3-.1-1-.1-2.1-.3-3.1-.1h.1l-.3.2c-2.4-.1-2.9-.1-2.9-.4-.9 0-1.8.1-2.6-.2-.8.4-1.9.2-2.9.1h-.4c-2-.1-3.9-.1-5.9-.2-1.2-.1-2.4-.3-3.6-.3-.5 0-1.1.1-1.6.1-.3 0-.7.1-1 .1-1.5-.1-3-.3-4.6-.5 0 0-.1.1-.5.3 0-1-1.2-.3-2-.4-3-.5-6.4-.7-9.2-.5-.5 0-1 .1-1.6.1-.5.1-1.1.2-1.7.4-.2-.1-.4-.2-.8-.5-1.9-.2-3.8-.4-5.7-.2-.6.1-1.4-.2-2.1-.3-.2 0-.4-.1-.6-.1l.3.7-.5.2-1.9-.6v-.1c-3.8.2-7.6-.3-11.3-.8h-.3c0 .1-.1.2-.1.4l-3.3-.3c-.5 0-1.2.2-1.7.1-1.7-.2-3.1-.2-4.8-.1-2.1.1-4.5-.2-6.8-.4-1.2-.1-2.5-.2-3.7-.4-.8-.1-1.5-.3-2.2-.4-.4 0-1 .1-1.4.1-.6.2-1.5.5-1.5.4-1.1-.6-2.3-.1-3.5-.1-.1-.2-.2-.4-.3-.7-.2.1-.4.1-.5.1l.3.1c-.3.3-.5.6-.9 1-.9-.2-1.5-.4-2.1-.6-.2 0-.4 0-.5-.1-.9-.1-1.9-.2-2.6-.1.1.1.1.2.2.4-.3-.2-.4-.3-.6-.3-.7.1-1.2.1-1.7 0-1.3.1-2.6.2-4.1-.2.3-.1.5-.1.8-.2-.9-.2-1.7-.3-2.5-.3-1.1 0-2.2.1-3.3.1H58c-1.1.1-2.1.1-3 .2-.4 0-1.1.1-1.2 0-.2-.1-.2-.2-.2-.3-.5 0-1-.1-1.5-.1-.6.2-1.2.4-2 .6-.1-.3-.1-.5-.2-.7h-1c-.4 0-.8-.1-1.2-.1-1.8-.1-3.7-.2-5.5-.2-.9 0-1.8-.1-2.7-.1l.1.1c-.9 0-1.6.1-2.3.1-1-.5-.6-.6 0-.6-.2-.1-.5-.1-.7-.2-1-.3-1.9-.6-3.1-.3-.4.1-1.1.1-1.7 0-1.8-.2-3.4-.2-5.1 0-1.3.3-4.2-.2-4.7-.5-1 0-1.7.1-2.4.1h-.3c.3 0 .7.1 1.1.1-1.1.3-1.9.5-3 .7-.1-.3-.1-.6-.2-.9h-.7c-1.6.1-3.7-.3-4.7-.8-.3-.1-1.3-.2-1.5-.1-1 .4-1.8.3-2.7-.1-.6-.2-6.4.049-7.6-.151V300h1920v-79.851c-3.672 1.275-14.851 4.932-15.1 4.351zm-715 22.5c.3.1.8.2.8.2-.2.3-.5.5-.7.7h-.4c0-.3.2-.5.3-.9zm-7.6.5c.3.3 1.2.6.1 1-1.3-.2-1.9-.6-1.6-1.3.3.2.5.4.8.6.2-.3.3-.6.5-.9h.4c.2.1.5.2.8.4-.4.1-.7.2-1 .2zm5.9.4c-.1-.2-.2-.3-.3-.5-.4 0-.7.1-1 .1.3.2.6.3.9.4-1 .3-1.6.1-2.4-.3 0 .4-.1.6-.1.8h-1c-.2 0-.5-.1-.6-.1-.1-.1.1-.2.2-.3 1.3-.2.4-.6.2-.7-1.2-.3-.6-.6 0-.8.4.3.8.5 1.1.7h.3c-.1-.3-.1-.6-.2-1 .5.2.8.4 1.3.5.5.1 1.2 0 1.9 0 .1.5-.1.8-.3 1.2zm-1.2-1.6c-.2-.1-.6-.2-.9-.4.5 0 1-.1 1.6-.1.3 0 .6.1 1.1.1-.8.2-1.2.3-1.8.4zm3.3 3.7c-.2.1-.6.1-.9.2l-.8-.7.5-.1.3.3c.3-.1.6-.1 1.1-.2 0 .2 0 .4-.2.5zm.1-.7h-.4c-.1-.2-.2-.3-.3-.6.5 0 .8.1 1.2.1l-.5.5zm2.4.1c-.5-.3-.9-.5-1.2-.6l.2-.1c.4 0 .8.1 1.3.1 0 .2-.1.4-.3.6zm.3-2c-.1-.1 0-.3.2-.4.3-.1.9-.2 1.2-.1.4.1.7.3 1.1.4.1-.1.2-.1.3-.2.6.2-.8.6.8.6-.2.2-.3.4-.6.7-1.1-.4-2.1-.7-3-1zm2.4 1.7c-.3 0-.8.1-1.3.2v-.9c.8.1 1.4.2 2.1.3.2 0 .6 0 .7-.1.6-.4.9-.1 1.5.1-1 .2-1.7.5-3 .4zm13.3-1.6c-.1.1-.2.3-.2.3h-2.6c.6-.6.6-.6 2.8-.3zm-4-.9c.4-.2 1.3-.2 2.1-.2 1 .7-1 .7-1.7 1.1-.5-.3-1-.6-.4-.9zm-2.4 2.8c-.2-.2-.5-.3-.7-.5-.2 0-.8-.1-1.3-.1v-.1l1.6-.3 1.1.9-.7.1zm.9-1.2h-.2c-.3-.2-.6-.3-.9-.5.4 0 .7-.1 1.1-.1v.6zm-1.7-2.9c-.2 0-.4-.1-.5-.2 0-.1.3-.2.5-.2h2.1c.3.4.6.7.8 1h-.3c-.2-.1-.5-.4-.8-.6h-1.8zm3 4.2c-1.1-.2-.9-.6-.8-1v.2c0 .1 0 .1.2.2l.9.5-.3.1zm3.1-.6c.2.2.3.4.5.6l-.3.1c-.7-.3-1.4-.3-2.4-.2-.1 0-.5-.1-.5-.2-.1-.3 0-.6-.1-.9h.3c.2.1.5.3.9.5.2-.2.2-.4.3-.5.1-.1.7-.2.7-.1.7.4 1.3.1 1.8-.1.8.4.4.7-1.2.8zm6.4-2c0 .4 1.9.4.8.9-1.3-.3-1.6-.5-.8-.9zm-.7-.5.2.2-1.2.2-.2-.3 1.2-.1zm2.9 3.6c-.7-.4-1.3-.7-1.9-1l.4-.2c.5.1 1.1.2 1.5.4.6.2.7.5 0 .8zm-3.3-1.4c-.5-.1-.9-.3-1.7-.5 1.6 0 3.1-.4 4.6 0 .2-.1.5-.2 1-.4v.6c.2.2.3.3.5.4-1.6 0-3 0-4.4-.1zm5.9-.1h-.4c.1-.2.2-.4.3-.7.4.2.7.3 1 .4l-.9.3zm2.2 2.2c-.6-.2-.9-.4-1.2-.5-.1-.1 0-.2.2-.3.4-.1.9-.2 1.6-.3-.2.4-.4.7-.6 1.1zm8.3-2.5c-.7 0-1.3 0-2.1-.1-.3.2-.6.4-1 .6l-.3-.1.3-.6h-.4l-.4.9h-.4v-.6l-.6.2c-.6 0-1 .1-1.4.1-.9-.1-1.7-.2-2.6-.3.1-.1.1-.3.3-.3.5-.1 1-.1 1.6-.1 1.1-.1 2.2-.2 3.3-.2 1.2 0 2.3.2 3.5 0 .1 0 .6.1.6.2.1.2-.2.3-.4.3zm4.9-2.2c.2 0 .6-.1 1.1-.1.1.2.1.3.2.5-2.3-.2-1.1.8-2.3.9-.1-.3-.2-.6-.2-.9 0-.2.1-.5 1.2-.4zm5.3 2.6c0-.2 0-.3.1-.6-2.4 0-4.9-.3-7.4.3 0 .1 0 .2-.1.3h-.2c-.1-.2-.2-.4-.3-.7-.3.1-.5.2-.7.3h-.3c.1-.1.1-.3.3-.4.2-.1.8-.1 1.1-.1.8 0 1.8 0 2.5-.1.7-.2 1.1-.2 1.3 0 1.3-.1 2.5-.2 3.6-.2.5 0 1.1.3 1.3.6.3.4-.1.6-1.2.6zm4.5-.7c.1-.3.1-.5.2-.8.5.2 1 .3 1.9.5-.8.1-1.3.2-2.1.3zm1.7-1.4c.3-.2.5-.4.7-.6h.4c.4.1.7.1 1.1.2-.5.1-.9.1-1.4.2-.1.2-.3.2-.8.2zm2.5 1.6c-.1-.3-1.4-.3-.8-.8.3.4 1.8.2.8.8zm11.4-2.6c-.4.2-.6.4-1 .6-.3-.2-.5-.3-.8-.5.6-.1 1-.1 1.8-.1zm-2.2 2.2c-.3-.1-.7-.1-1.3-.2v.7h-.2c-.1-.1-.2-.1-.2-.2.2-.3-.1-.4-.9-.3-1.4.1-1.5 0-1.4-.3.7 0 1.1-.1 1.6-.1.6 0 1.3-.1 1.7 0 1.1.2 1.7 0 2.4-.3.5.3.4.4-.3.5-.4 0-.9.1-1.4.2zm1.1.1c.8 0 1.3.1 1.8.1-.2.1-.4.3-.6.5-.4-.2-.7-.3-1.2-.6zm1.6 1.4-.8-.8c1.5.2 1.8.4.8.8zm5.8-2.9c.1 0-.3.2-.5.4-.4-.2-.9-.3-1.3-.5-.1 0-.2-.1-.2-.2.1 0 .3-.1.3-.1.6.1 1.2.3 1.7.4zm-3.6-.9c.4-.1.8-.2 1.6-.3 0 .3-.1.5-.1.7l-1.6-.2.1-.2zm6.3 2.5c-1.4-.1-2.7-.1-2.9-.7-2.4.3-2.5.3-2.6.8-.8 0-1.6-.6-1.2-.9.1 0 .2-.1.4-.1.9 0 1.8.1 2.5-.3.2-.1.6.3.8 0 .4.1.9.2 1.2.3.2.1.2.3.3.5.4-.1 1.1-.1 2.1-.3-.4.4-.5.5-.6.7zm3.3 1.2c-.3.3-1.1.4-1.8.2-1.3-.3.4-.5.3-.8.5.2.9.4 1.5.6zm-.1-2.7-.4-.2c-.7.1-1.1.1-1.6.2-.1 0-.2-.2-.3-.3.7-.1 1.3-.2 1.9-.2.3 0 .5.2.8.4l-.4.1zm.7-.9c-.4 0-.9 0-1.4.1v-.4c1.4-.2 1.5-.1 1.4.3zm-438.4 14.4h-.1.1zm71.3-8.2c.6.2 1.2.3 1.9.6-1.9.1-2.2 0-1.9-.6zm31.8-3.8-.3.3c-1.1.1-1.6-.1-1.9-.5.9-.3 1.6 0 2.2.2zm-3.5.4c.6.4 1.1.8.3 1.3-.2.1.1.3.2.5-.6 0-1.2-.1-1.7-.1.6.3.8.6 0 .9-.4-.3-.7-.5-1-.7-.2 0-.5.1-.8.2-.1 0-.1-.1-.1-.1.1-.2.1-.5.3-.7.1-.1.4-.2.6-.3.5-.1 1.1-.1 1.9-.2-1.5-.5-.3-.6.3-.8zm-2.8-.1c.8.2 1.8.3 1.3.7-.1.1-.8.2-1 .2-1-.2-.2-.5-.3-.9zm-2.6 1.2c.3-.1.6-.3.9-.4-.3-.2-.5-.3-.8-.5 1.6.1 2 .7 1.2 1.2.3.1.6.1 1.1.2-.7.1-1.1.2-1.5.2l-.9-.3c-.3-.1-.5-.2-.7-.3.2 0 .5 0 .7-.1zm-6-.2c.4 0 .8.1 1.2.1.1-.4.2-.8.2-1.1.9.1 1.7.1 2.7.2-.7.3-1.5.7-2.1.9.2.2.4.4.5.6l.5-.5c.4 0 .8 0 1.5.1-.4.2-.6.5-1 .6-.4.1-1.1.2-1-.2-.3.1-.6.3-.9.5-.1-.1-.2-.2-.4-.3-.2.1-.3.2-.4.2-.6-.1-1.2-.8-.8-1.1zm-5.8 2.5-.2.1h-1.7c.2-.2.4-.4.6-.7.5.2.9.4 1.3.6zm-4.8-3.3c.2 0 .2-.2.2-.3 0-.1-.1-.3-.2-.5.9.1 1.8 0 .9.5-.1 0 0 .2 0 .2h1l.1.1c-.4.5.3.7 1.2.9.7.2 1.3.8 1.1 1.1-.1.2-.1.3-.1.5h-.4c-.1-.3-.1-.6-.2-1h-1.2c-.1-.2-.1-.3-.2-.5-.2.2-.4.3-.7.5-.2-.2-.2-.3-.3-.4-.3.1-.6.1-1 .2-.1-.1-.2-.2-.1-.3.4-.3.1-.5-.4-.8-.3.1-.3 0 .3-.2zm-.7 1h.3c-.1.2-.2.4-.4.7-.1.1-.5.1-.7.2-.1-.1-.3-.2-.5-.3l.9-.6c.1-.1.2 0 .4 0zm-1.2.2-.6 1.1h-.3c.4-.4-.9-.9.9-1.1zm-31.3 2.8c-.2.1-.7.2-1.1.3l-.3-.3c0-.1 0-.4.1-.4.4-.1.9 0 1.4 0 0 .1.1.3-.1.4zm-1.4-.9c-.2.3-.3.5-.5.7-.9-.2-2-.3-1.7-.9.2 0 .6.1.6.1.8-.5 1.9-.2 2.9-.2.3 0 .6 0 1-.1.2.2.4.3.6.5-1 .3-1.9 0-2.9-.1zm-.1-1c.2-.2.5-.3.8-.5.1 0 .8.1.8.2.2.4-.9.2-1.2.4l-.4-.1zm5.9 1.5c-.5-.1-1.1-.6-.6-.7.5-.1 1.3-.1 2-.1.3 0 .6.1.9.1l.2.1c-.8.1-1.6.3-2.5.6zm4.6-.9c-.3.2-.8.3-1.3.5l-.4-.1c.2-.2.4-.4.7-.6l-.2-.4c1 .1 1.7.3 1.2.6zm5.3 2.8c-.2 0-.5 0-.7-.1-.2 0-.5-.1-.9-.2 0 0-.1-.2-.2-.3.7-.2 1.3-.3 2-.5l.3.1-.5 1zm7.5-2.9c-.1.4 0 .7 0 1.1-.2 0-.4.1-.8.1 0-.2.1-.3.1-.4-.6 0-1.1-.1-1.7-.1v-.1c.2 0 .4-.1.6-.1-.1-.1-.2-.3-.4-.5.6.1.9.1 1.2.2l.3-.1-1-1c1.9.3 1.9.3 1.7.9zm7.3-2.9c.2 0 .4-.1.7-.1.1.3.2.5.3.7 0 .1 0 .2-.1.3 0 0-.4.1-.5 0-.2-.1-.3-.2-.4-.3v-.6zm-1.1-.2c.2-.1.3-.2.7-.4.1.2.2.4.3.5-.3 0-.5.1-.8.1h-.6c.2 0 .3-.1.4-.2zm-5.9.9c.6-.2 1.2-.4 1.9-.7.2 0 .5.1.7.1.2.1.4.2.3.3-.1.1-.3.2-.6.2-.4.1-.9.1-1.7.2.9.2 1.5.3 1.9.4.7-.3 1.4-.6 2.1-.8.2-.1.9-.1 1.2 0 .2.1.3.3.4.4-1.1-.1-1.5 0-1.2.2.1.1.4.1.5.2.1.1.2.1.4.2.2-.1.4-.1.6-.2.1 0 .3-.1.4-.2.9.3.9.4-.1.8-.6-.1-.9-.4-1.8-.3-.5.1-.9.2-1.4.2.5.1 1 .1 1.4.2.2 0 .3.2.3.2s-.3.1-.5.1c-1.6.1-1.6-.1-2.1-.6-1.2-.2-2.2-.4-3.4-.6.4-.1.6-.2.7-.3zm-2.6-1c.5.2.5.4-.5.6l-.2-.6c.2-.1.6-.1.7 0zm-1.8 1.1c.2 0 .5.1.7.2 0-.1.1-.2.1-.3h.3l.3.3c.4.3.7.7 2 .5.2 0 .5.1.7.1-.2.1-.3.2-.5.3-.7 0-1.7.2-2.2 0-.8-.2-1.3-.5-1.9-.8-.1 0 .2-.2.5-.3zm-1.8 2.3c.7.1 1.8-.1 2.6-.1.2.3.6.6.7.9.1.2-.2.4-.3.6-.5-.4-1-.8-1.5-1.3-1 .3-1.8.4-2.4.7-.7.2-1.4.2-2.3.1.6-.1 1.2-.3 1.6-.4-.8 0-1.6-.1-2.4-.1h-1.9c-.4-.2-.1-.4.6-.5 1-.1 2-.4 3 0 .1 0 .4.1.4 0 .7-.2 1.1-.1 1.9.1zm-6.3-.5c.2-.3-.2-.7 1.1-.6.1.2.1.3.2.5-.4 0-.8.1-1.3.1zm-4.1-2.1c.1-.4 1.1-.3 1.6-.3.8 0 .4.3.3.4 0 .1-.1.2-.2.3.4.1.7.2 1 .2.2 0 .4.1.6.1.1 0 .2-.1.2-.2s-.1-.1-.3-.2-.5-.2-.8-.3c.2-.1.6-.2.7-.2.4.1.7.2 1 .3.1.1.1.2.1.3.7 0 1.6 0 2.1.1s.7.4 1 .7c0-.1.1-.2.1-.3 0-.1.1-.2.2-.4h.4c.2.2.8.5.7.6-.6.2-.3.8-1.8.7-.2 0-.5-.2-.6-.3 0-.2.1-.4.1-.5-.4.1-.9.2-1.3.4-.2-.1-.3-.2-.6-.5l-1.5.6c-.4.1-1 .1-1.4.2-.4-.2-.7-.4-1-.6-.3.1-.5.1-.9.3.3-.6-.2-.8-1.4-.8-.2 0-.3-.2-.4-.3.3 0 .5-.1.7-.1 1 .2 1.3.1 1.4-.2zm-2.4-1.1c.4.5 1.8.7 1.5 1.3-1.5-.4-2-.8-1.5-1.3zm0 2.1.2-.1h1.5c.1.3.1.6.1.9h-.3c-.1-.1-.1-.2-.2-.4-.5 0-1-.1-1.5-.1.1.2.1.4.2.6-.7-.2-1.2-.3-1.9-.4.4 0 .7-.1.7-.1l.6-.9h.3l.3.5zm-1-1.6.6.1-.3.7h-.4c0-.1-.1-.2-.1-.3-.5.1-1 .2-1.4.3l-.2-.1 1.8-.7zm-2.4 1.1c.4.1.7.3 1 .5-.6.1-1.1.4-1.7.4-1.3 0-.1-.5-.9-.7l.1-.1c.5-.1 1.1-.2 1.5-.1zm-1-1.9c.1.7.5 1.3-1 1.7.4-.5.7-1.1 1-1.7zm-2.1 3.4c-.1-.2-.3-.5-.4-.7l.4-.1.3.3c1.1-.1 1.1-.1 1.1.5h-1.3c-.4.3-.8.6-1.2 1-.2 0-.6-.1-1.3-.1.3-.1.5-.2.7-.3.3-.1.6-.2.7-.3.3-.3.4-.5 1-.3zm-2.3-1.5c.1 0 .4.1.8.3-.6.1-1 .2-1.3.2s-.6-.2-1-.2l1.5-.3zm-17.1 2.4c-.1.1-.4.1-.4.2.1.6-1.2.5-2.2.6.1-.4.3-.6 1.3-.4.5-.4.9-.7 1.4-1.1l.5.1-.6.6zm8.7-1.6c-.5-.2-.9-.3-1.5-.4.1-.2.8-.2 1.6-.2 0 .2-.1.4-.1.6zm5.6 1.5c-.9.2-.5.5-.7.8-.2.2-.6.4-1 .7-1-.6 1.1-1.1-.5-1.6-.1.3-.1.6-.2 1-.6 0-.9 0-1.2-.1-.2 0-.4-.1-.7-.1.2-.1.3-.1.5-.2s.5-.2.8-.2c-.3 0-.6-.1-.8-.1s-.5-.1-.7-.1c-.3-.1-.5-.2-.7-.3.4 0 .7-.1 1.1-.1.6 0 1.2-.1 1.8-.1.7 0 1.5.1 2.2.1.1 0 .2.3.1.3zm-.2-1.7c-1.1 0-1.4-.1-1.4-.5 1.6 0 1.6 0 1.4.5zm-3.9-1.2c1.5-.1 2.3.2 1.9.8-.3.4-.6.9-.9 1.3-2.1-.1-.3-.5-.5-.8-1.2 0-1.5-.2-1.3-.9.3 0 .5 0 .9.1-.1-.2-.1-.3-.1-.5zm-3.4.1.9-.9h.5l1.2.7-.6.2-.5-.5-.5.1c-.2.2-.4.5-.6.7-.3-.1-.7-.2-1-.3h.6zm-1.9.3c.3 0 .8.2.9.3.3.3.4.6.5.9l-.4.1c-.3-.2-.6-.5-.8-.6-.5-.2-.8-.3-1.2-.4.3-.1.6-.2 1-.3zm-1.6 1.9c0-.1.6-.1.9-.1.5.1 1 .3 1.6.1.1.1.4.2.3.3-.2.2-.5.3-.9.5-.2-.1-.4-.2-.5-.3l-.1.1c-.5 0-1.2 0-1.4-.1-.2-.1 0-.3.1-.5zm-.3 1.2h.3l.2.9h-.5v-.9zm-3.2-3.5c-.1-.3-.1-.5-.2-.8h.4v.9c.7-.1 1.2-.2 2-.4-.3.2-.5.4-.7.5-.1.1-.1.2-.2.3h.9c-.3.2-.5.3-.8.5.4-.1.7-.1 1-.1.1.1.2.1.2.1-.3.2-.5.4-1 .4-.2 0-.7-.1-1.1-.2-.5-.1-.9-.2-1.4-.3-.2-.1-.5-.1-.6-.2-.3-.2.7-.7 1.5-.7zm-2 2.4c.4.1.7.2.9.4.1 0-.4.2-1 .4-.3-.3-.7-.4-.6-.5 0-.1.6-.3.7-.3zm-5.8-1.5c.5-.1 1-.2 1.6-.3l.3.2c-.5.2-.9.3-1.4.5-.1 0-.6 0-.6-.1-.1-.1 0-.3.1-.3zm.8 3.8v.2c-.4 0-.9.1-1.3.1-.1 0-.3-.2-.5-.4.8 0 1.3 0 1.8.1zm-3.4-1.6c.4.2.8.3 1.4.6h-1.2c-.2-.2-.3-.4-.4-.6h.2zm-1.5 0c-.4-.1-.8-.2-1.2-.2l.2-.2 1.2.2-.2.2zm-1.4-2.7c.3.1.6.2.8.4 0 0-.3.1-.5.2l-.8-.4.5-.2zm-15.8 5.5-.1-.5.4-.1c.3.1.5.2.9.4-.6.1-.9.1-1.2.2zm9.7-3-.8-.4.9-.2.5.4-.6.2zm3.5-2.6c.3.2.6.5 1 .8-.7 0-1.1-.1-1.6-.1.5-.2-.9-.6.6-.7zm-1 3.1c-.4 0-.8 0-1.1-.1-.2-.1-.2-.2-.2-.4h.4l1.1.4-.2.1zm-.1-.5c-.6.1-.7-.6-1.4-.1-.8-.4.4-.4.8-.7.7.3 1.2.5.6.8zm-1.7-2.8c-.3.3-.6.6-1 .9h.2c.1-.1.2-.1.6-.3.2.5.4.8.6 1.2-.2 0-.4.1-.7.2-.1 0-.2-.1-.2-.1-.4-.3-.9-.6-1.3-1-.2-.1-.2-.3-.2-.4.8-.2 1.4-.3 2-.5zM834 251c.1.2.2.4.2.6 0 .1-.4.2-.6.3-.1-.1-.4-.2-.3-.4.1-.2.3-.3.5-.5h.2zm-1.9-1.9 1.5.3-.2.1c-.2 0-.4-.1-.7-.1 0 .1.1.2.1.4-1.1.1-.8-.3-1.1-.5-.1 0 .3-.2.4-.2zm-.7 1.6c.1 0 .4.1.4.2s-.1.2-.3.3c-.9.2-2.1.1-2.5-.4.9 0 1.7-.1 2.4-.1zm-2.7 2c.1.3.2.6.3.8h-.3c-.4-.2-.8-.4-1.1-.5.3-.1.6-.1 1.1-.3zm-1.9-3.6v1c-.8-.2-.9-.6 0-1zm-.6 1.8c.1-.1.7-.2 1.2-.2.2 0 .4.1.7.1l-.6.3c-.1.1-.1.2-.2.3-.2.1-.4.3-.6.4l-.4-.1c-.1-.2-.2-.5-.1-.8zm-1.5-2.7c1.1.2 1.4.6 1 1-.3 0-.6-.1-1-.1v-.9zm-1.4 5.1c.4.1.5.1.6.1.1-.3.2-.6.3-1 1.1.2 1.3.7 1.1.9-.2.3-1.2.5-2.1.8 0-.3.1-.6.1-.8zm-2.1-4.6c-.2.2-.3.3-.3.4-.3-.1-.7-.3-1-.4h1.3zm-3.3 5c.4 0 .7-.3 1-.5.2-.1.2-.2.5-.4.5.4.8.6 1.2.9-.7 0-1.1 0-1.4-.1 0 .3.1.5.1.8-1 .1-1.3 0-1-.4-.5.1-1 .2-1.4.3.1-.3.1-.5 1-.6zm-2.4-.8s.3 0 .3.1 0 .2-.1.2c-.3.1-.7.2-1.3.3-.2-.3.7-.4 1.1-.6zm-2.6-.4c.5.2.8.3 1.4.5-.4.1-1 .4-1.2.3-.9-.1-.5-.4-.2-.8zm-7.6.4c1.1-.2 1.7 0 2.1.4.1.1-.1.2-.1.4h-.3c-.1-.4-2-.2-1.7-.8zm-3 .6h.3l.3.5-.2.1c-.3-.1-.8-.1-.8-.2-.1-.1.2-.2.4-.4zm-9.3.1h1.7l.2.1c-.2.1-.5.2-.7.2H793v-.3zm-9.1-.1c.6-.1 1.2-.3 1.9-.3.2 0 .5.2.8.5-1.7-.3-1.5.2-1.8.5-.3-.2 0-.5-.9-.5 0 0-.1-.1 0-.2zm-1.2 0c.2.3.4.5.5.8-1.4-.3-1.5-.4-.5-.8zM14.4 223.7l1 .1c-.1.3-.2.5-.4.8 0 0-.7 0-1.1-.1l.5-.8zm-2.5 6.3c.2.2.3.4.4.5h1.8l-1.3.7-.6-.1c-.4-.4-1.9-.6-.3-1.1zm6.6 7.6c-.7-.3-1.4-.6-2.2-.9-.4.1-.7.2-1 .4l-.5-.1c.4-.2.7-.4 1.3-.6.2 0 .9.2 1.3.3.6.2 1.1.5 1.7.7l-.6.2zm.3-4c-.5.5-1.7.9-2.6 1.4-.3-.1-.5-.2-.8-.2l-.3.1.5.5c.2.1.4.3.5.4-.4 0-.8.1-1.1 0-.4-.1-.7-.3-.8-.5-.1-.7 1.2-.9 2.6-1.1-1-.4-1.9-.7-3-1.1-.3.3-.5.6-.7.8-1.4-.6-2.6-1.2-4.1-1.9h2c0 .1.1.2.3.4.3-.2.5-.4.8-.6 1.5.8 4.2.8 7.1 0 0 .6.1 1.3-.4 1.8zm16.1-11.8c.3 0 .9.3 1.2.4-1.4.3-2.6.6-3.6.8-.7-.3-1.4-.6-1.8-.8 1.4-.1 2.8-.3 4.2-.4zm-11 12.2c-.9.1-2.8-.6-2.7-1.2 1 .3 2 .5 2.9.8 0 .1-.1.4-.2.4zm3.1-.4c-.4 0-1.1.1-1.8.2-.9-.4-1.7-.8-2.6-1.2l-.1-.3c1.2.1 2.3.1 3.6.2.2-.2.4-.6.7-1h.4c-.1.7-.2 1.4-.2 2.1zm2.6-1.4c1 .5 1.9.9 2.8 1.3-.4.2-.8.4-1.1.6.7.2 1.7.4 2.7.6l-.3.2c-.5-.1-.9-.2-1.5-.3-.4.2-1 .4-1.7.6-.3-.2-.8-.4-.8-.6.4-.8 0-1.5-.5-2.3.1 0 .2 0 .4-.1zm4 .9c.3 0 .5.5.5.7s-.2.4-.3.7c-.5-.4-1-.6-1.4-.9.1-.3 0-.7 1.2-.5zm-3.9 2.9c.2-.1.7-.1 1.1-.1.1.3.1.6.2 1-1.7-.2-1.9-.5-1.3-.9zm4.4.4c-1.1.1-2.4.1-2.5-.6.8 0 1.4-.1 2.1-.1.4 0 .8.2 1.2.3-.3.2-.5.4-.8.4zm.8-4.6c-.4.1-1 .2-1.4.1-.5-.1-1-.3-1.7-.6-.4.1-1.1.3-1.8.5h-.4c.7-.5 1.5-1 2.5-1.6.7.6 1.2 1 1.6 1.4.3 0 .7 0 1.2-.1 0 .1.2.3 0 .3zm1.3 2.5c-1.9-1-1-1.8-.7-2.7h.4c.3.5.6 1.1.8 1.5-.2.4-.3.7-.5 1.2zm14.2-2.4c0 .1 0 .2-.1.3-.4.2-.9.5-1.3.7-.3-.3-.5-.6-.8-.9.9 0 1.5 0 2.2-.1zm-6.3-1.5h.5l-.6 1.4-.8-.1.9-1.3zm-1.9 1.7c0 .3 0 .5.1.9-1.2-.4-2-.7-3-1 1 0 1.8.1 2.9.1zm-2.9 1.1c.9.7 1.6 1.3 2.3 1.8l-.2.1c-1-.3-1.9-.6-3.1-1 .2-.1.5-.4 1-.9zm7.9 6.2c-1.5-.5-2.9-.9-4.4-1.3-1.2-.3-2-1-1.8-1.5l-.9.5c-1.6-1.7-1.6-1.7-1.4-1.8 1 .3 1.9.6 3.1 1v.4l.5.1c.1-.1.2-.3.3-.4.1-.3-1.2-1.1 1.4-.7.2 0 .6-.2 1.4-.5.3.5.5.9.7 1.2-.8 0-1.7-.1-2.6-.1-.5.6-.7 1.4 1.6 1.8.6 0 1.3-.1 2.2-.1 0 .6 0 1-.1 1.4zm2.2-4.9c-.2-.1-1.2.3-1.9.4 2 .7.1 1.3.2 2 0 .1-.8.1-1.1.2.1-.6.1-1.1.2-1.6 0-.4-.2-.7-1.5-.4-.4.1-.9.1-1.5.1-.1-.2-.2-.3-.4-.6-.5.3-.8.5-1.3.8-.2-.6-.4-1.2-.7-2 .7.3 1.1.4 1.5.5.5-.1.9-.3 1.5-.4 0 .2.1.4.1.6.8.2 1.5.3 2.4.5.2-.3.5-.6.9-1-.9 0-1.6-.1-2.4-.1-.3-1 1.7-.3 2.4-.6.4.5.8.9 1.1 1.3 1 0 1.7-.1 2.7-.1-.4.5-.7.9-2.2.4zm22.9-7.6c1.2-.4 2.3-.3 3.3.2-1.1.1-2.1.1-3.5.2 0-.1-.1-.3.2-.4zm.8 9.1c-.8-.5-2.9-.3-2.7-1.1.4 0 .6.1.7.1.7-.2 1.4-.5 1.7-.5 1 .2 1 .5.5.9-.3 0-.1.2-.2.6zm-5.6-3.3.3.9s-.5.1-.6 0c-.7-.2-1.3-.5-2.1-.8 1.1 0 1.7 0 2.4-.1zm-10.8-.1 2.1.3c.3.1.7.1.9.2-.8.3-1.4.5-2 .8l-.4-.1c.1-.3 1.3-.7-.7-.7-.1 0-.4-.1-.4-.2.1-.2.4-.3.5-.3zm-1.6 4.9c.3-.4.2-.9.7-1.3.3.9-.4 1.8 1.7 2.5-1-.3-3-.4-2.4-1.2zm3.9.5c-.2.2-.5.3-.8.4l-1.2-.6c.4 0 .8-.1 1.1-.1.4-.1.7-.2 1-.3 0 .2 0 .4-.1.6zm1.2 1.5c.3-.5.7-.9.7-1.3-.1-.6.6-1 1.7-1.4.6-.2 1-.2.2-.6-.3-.2-.5-.4-.7-.6-.1.2-.7.2-2.1 0 .3-.2.6-.3.7-.4-.1.1-.2-.1-.4-.1h-.7c-.8.3-1.6.6-2.4 1-.6-.4-2.2-.8-1.2-1.5.1 0 .3.1.5.1l1.7.4c.3-.2.5-.5.8-.7.2-.1.6-.4.7-.4.5.1 1.2.2 1.5.4.2.1.3.3.5.5-.1-.2-.2-.4-.3-.7-.1-.1.3-.3.6-.5.2-.1 1 0 1 .1.1.2 0 .4-.1.6-.1.2-.1.4-.2.6l.6.1c.2-.2.3-.4.6-.7l.9.6c1.1-.3 2.1-.6 3.1-.8h3.2c-.9.3-1.7.7-2.7 1-.3-.1-.6-.2-.9-.4-.1.1-.3.1-.3.1.4.2.7.4 1.2.5 1.4.2 1.8.6 1.3 1-1.4-.1-2.7-.3-3.9-.3-.5 0-1.2.2-1.3.4-.1.2.3.4.5.6s.6.3 1.1.6c-1.7.2-3.2.4-4.7.6-.3.2 1.2 1.1-1.2 1.2zm9-1.7c.6-.3 1.2-.6 1.9-.9l.8.3c-.7.5-1.3.9-2 1.4-.3-.3-.5-.6-.7-.8zm4.9 1.5-.4-.1c.1-.2.1-.4.2-.5-.7-.2-1.4-.5-2.3-.8h1.6c0-.2-.1-.4-.1-.7h.5l.3.6c.4 0 .8.1 1.5.1-.4.6-.8 1-1.3 1.4zm1.5-1.7c-1.3-.3-1.7-.9-1.1-1.5 1.6.3 1.6.3 1.1 1.5zm-.9-3.5c-.1-.6-.2-.9-.3-1.3h.3c.5.3 1 .6 1.4.9 0 .1-.8.2-1.4.4zm69.1-4.8c.4.3 1.8.6.4 1.1-.3-.4-.6-.7-.9-1.1h.5zm2.6 6.7c.1.1-1.2.4-2 .6-.1-.7-.2-1.2-.2-1.7l.4-.1c.7.4 1.5.8 1.8 1.2zm-16.4-.2c.4.5 2.5.5 1.6 1.4l-.6-.6c-.6.2-1.1.4-1.6.6-1.4-.7-1.2-.9.6-1.4zm-4.9-1.2c.5.4.8.6 1.2.9h-2.6c.4-.2.8-.5 1.4-.9zm-17.2-.1c.5.1 1 .2 1.4.2.6 0 1.1-.1 1.5-.1.1.1.3.3.2.3-.4.1-1 .3-1.4.2-.7-.1-1.4-.3-2-.4l.3-.2zm-3.1-1.5c1.3.5 0 .9 0 1.4-1.7-.6-1.7-.7 0-1.4zm-1.9 1.4h.5c0 .2.2.4 0 .6-.3.2-.9.3-1.4.5l-.4-.2 1.3-.9zm-15.4 1.5-.1 1.2h-.6l-.1-1.2h.8zM77 234.8c.1.2.2.4.2.5.6 0 1.2 0 1.7-.1v1c-2.1.1-2.9-.4-1.9-1.4zm2.6 2.8-1.9.1-.3-.1c.5-.2.9-.4 1.5-.5.2 0 .8.3 1.2.4l-.5.1zm1.3-.6c.1-.3.2-.6.4-1-.3 0-.7-.1-1.3-.2.1-.2.3-.5.3-.6-.6-.3-1-.5-1.2-.5.9-.3 1.9-.4 2.1-.7.2-.1-.8-.5-1.2-.7.1-.9.1-.9 1.4-1.1.5 1.2 1.1 2.3 1.5 3.3.9 0 2.1 0 2.3.1.4.3.3.6.4 1l-.6.1c-.4-.2-.7-.4-1.1-.7-.9.3-1.7.7-2.6 1h-.4zm4.2 2.1-1.6-1.6.7-.1c.2.2.3.5.5.7.1.1.3.3.6.4 1.2.3 1.3.2-.2.6zm4.1-.5c-1-.2-2-.3-3.4-.6.9-.3 1.4-.5 2.1-.7 0 .3-.1.5-.1.7.6.1 1.1.2 1.6.3l-.2.3zm2.4-3.8c.5.4 1.4.7.6 1.1 1.5-.3 3 0 4.4.3.9-.4 1-.8-.4-1.3 1.4.1 2.3.2 3.6.3 0 0 .1 0 .3.1.1.1.3.1.4.2.2.3.5.7.1.9-.8.4-1 .7.6.8-1.2.7-2.4 1.3-3.6 2-1.8-.8-.1-1.7-.9-2.6-1.5 0-3.2-.1-4.5-.7-.6 0-1.2.1-2.1.1l1.5-1.2zm1.6 3.3c1.2.1 1.9.4 1.7.7-1.2 0-2.2-.1-3.3-.1-.1-.4.6-.6 1.6-.6zm.5 2.9c-.4.1-1-.1-1.7-.1 1.3-.4 2.2-.7 3.1-1 .6.7-.2.9-1.4 1.1zm25.3-.5c-1.1-.3-1.3-.5-.3-.8.4-.1.3-.4.6-.6.4-.3.9-.6 1.4-.9-1.2-.2-1.8-.2-2.4.3-.6.5-1.7.8-2.6 1.2-.2.4.6 1.1-1.7.7 0 0-.5.3-.5.4.1.3.5.7.8 1.1-1.3.1-2.7.2-4.1.4-.3-.5-.7-.9-1-1.4-1.4-.1-1.4-.1-.8-.5.2-.1.2-.2.3-.3.1-.1.1-.2.5-.3.1.2.2.3.3.5 1.6-.5 1.8-.8.6-1.5.1.2.2.4.3.7-.5-.1-.9-.2-1.4-.4-.5.4-.9.8-1.5 1.3-.1-.3-.1-.5-.2-.7h-1.5c-.3-.3-.7-.5-1.3-1 .8.2 1.2.3 1.8.4-.1-.3-.1-.5-.2-.7.7.1 1.6.4 1.9.3.6-.1 1-.4 1.4-.7l-2.2-.5-.4.1.4-.6c-1.7-.4-2.4-.2-2.9.4-.6.7-1.7 1.3-2.8 1.9-.5.3-1.6.4-2 .7-.3.2.1.6.2.9-1 0-1.8.1-3 .1.2-.2.4-.4.6-.5.1-.1.5-.1.4-.2-.9-.7 1.4-.8 1.4-1.4 0-.1.9-.2 1.4-.2-.8-.8 1.4-.6 2.2-1 .4-.2.6-.4 1-.6l-.5-.1c-.4.1-.7.3-1.1.4-1.1-.6-.9-.8.6-1 2-.3 4-.6 6.3-1 .3.3.9.7 1.4 1.1.3-.2.7-.5 1-.8h.3l.2.6c1.4 0 1.4 0 1.2-.9-.1-.4.1-.8.4-1.3.5.5 1 .9 1.7 1.5.3-.5.6-.9.8-1.2h.4c-.1-.3-.2-.5-.4-.9 1.1.1 1.8.2 2.5.3-.2.5-1.8.8-.6 1.4.2.1-.4.4-.3.8l1.5-.5.5.1c-.3.2-.5.5-.9.7-.3.2-.6.3-.9.4.6.2 1.1.4 1.8.5 2.6.3 2.8.4 1.9 1.4-.3.3-.2.6-.3 1.2-.1-.3-.2-.4-.3-.6-.1.5.3 1.1-.3 1.5-.6.4-2.1.5-3.2.8-1.2-.5-.8-.8 1.6-1zm1.3 3c-.2.1-.8.2-.9.1-.3-.1-.6-.3-.5-.4.4-.4 1.3-.6 2.4-.4-.5.3-.7.5-1 .7zm2.6-2.2c-.2.1-.8.1-1.2.1-.1 0-.2-.1-.2-.2.4 0 .7-.1 1.1-.1h.6l.2-.2c-.5-.1-.9-.2-1.6-.3.1-.1.2-.3.3-.5.7.2 1.3.3 2.2.5-.4.2-.8.5-1.4.7zm.3-3.6c-.2 0 .1-.4.2-.7.6.3 1 .4 1.5.6l.6-.6h.4l.3.6c.1 0 .3-.1.4-.1 1.2 0 2.5 0 3.7.1.4 0 .7.3 1.3.6-2.4-.1-3.1.4-3.8.9-.8-.4-1.5-.7-2.1-1-.9-.1-1.8-.2-2.5-.4zm3.8 2.5c0-.3.1-.6.1-.9l.7-.1c.4.3.9.6 1.6 1H127zm6.5 1.1c-.5-.2-1-.3-1.6-.5-.4 0-.9.1-1.4.1l-.2-.2c.7-.1 1.4-.3 2.1-.4.5.4.9.7 1.3.9l-.2.1zm.2-2.9 1.3-.6.7.3c-.4.2-.8.4-1.3.6.1-.1-.4-.2-.7-.3zm4.8 5.3h-.5l-1.1-.9.2-.2c.5.1 1.2.2 1.4.4.3.2.1.5 0 .7zm3.6-3.3c-.4.1-.8.2-1.2.2-1.3 0-1.4.1-1 .6.3.3-.5.7-.8 1H136c.2-.2.3-.5.5-.5 2-.1 1.7-.6 1.6-1-1.1-.3-1.9-.5-3.2-.9 1.3-.2 2.2-.3 3.5-.5l.3-.3h.3l.4.9h.6c.5-.5-.5-1-1.1-1.5-.2-.1-1.5-.1-2.5-.1.1-.1.1-.3.3-.4.8-.3 1.7-.5 2.7-.7.5-.1 1-.3 1.9-.1.5.1 1.5 0 2.2-.1l.4.2c-.5.1-1 .3-1.4.4-.5.2-.9.4-1.2.5 2.6.5 4.3.2 5.7-.6l.6.3c-.3.2-.4.6-.8.6-1.3.2-1 .4-.4.7.2.1.2.3.2.4-.4 0-.8-.1-1.1-.1-1.9-.5-3.5-.4-4.7.4.4.2.8.4 1.3.6zm4.8 1.6c-.6-.3-1-.5-1.5-.7.8-.1 1.5-.2 2.3-.3-.2.3-.4.5-.8 1zm17-5.3c.1 0 .5-.1.6 0 .2.1.4.2.4.3 0 .2-.2.3-.3.5-.1.2 0 .3-.1.6-1.1-.4-1.3-1.2-.6-1.4zm-11.4-2.5c-.1.5-.1 1-.2 1.6-1.4-.6-1-1.1.2-1.6zm-2.2 7.4c.3-.5.6-1.1.9-1.7.7.1 1.4.1 2.1.2.6.9 1.5 1.3 3.4 1.2l.1.4c-1.4.3-3.4-.1-4.5.5-.4-.1-.8-.2-1.1-.3-.2-.1-.4-.2-.9-.3zm1.6 2.4c.1-1.1 1.4-1.7 3.9-1.6-1.2.5-2.5 1-3.9 1.6zm5.3-.3h-.5l.2-2 1.1-.8h.3l-1.1 2.8zm-.3-4.8c-1.7.1-1.9.3-1.4.9.2.2-.1.4-.2.6l-.5-.1c-.2-.4-.4-.7-.7-1.2-.3.2-.7.3-.9.4-1.1-.3-2.1-.7-3.3-1.1 1.1-.2.8-.9 2.2-.9-1-.2-.6-.8-1.6-1v-.2c1 .1 1.9.2 2.8.2h.5c.5-.1 1.1-.1 1.6-.2l1 1.1-.4.1c-.3-.1-.5-.3-.9-.4-.5.1-1 .3-1.5.5h.3c.6.6 1.5.3 2.5.3.5 0 1.2.4 2.1.7-.8.2-1.2.3-1.6.3zm7.8 3.3c-.1.2-.7.2-1.4.2.1-.2.2-.5.3-.8-.4 0-.8.1-1.2.1l-.6-.6c.3-.2.5-.4.8-.7 1.8.5 2.8 1 2.1 1.8zm-5.7-.9c.4-.3.7-.6 1.1-.8.2-.1 1.2-.1 1.2-.1.3.2.3.4.5.6-.8.2-1.6.3-2.8.3zm7.3 3.8c-.2-.2-.4-.4-.6-.7 1.7-.1 2.4.2 2.8.8-.9 0-1.4 0-2.2-.1zm3.9-2-1.4-.7c.5-.4.8-.7 1.2-.9h.4c-.1.4-.1.9-.2 1.6zm-1.9-2.9c-.3.1-1.2-.2-1 .2.1.2.1.5 0 .7-.1.3-.4.6-.6.8l-.7-.1c.1-.3 0-.6.3-.9.7-.6-.2-1.9-1.9-2.1-.5-.1-1.2 0-1.7.1-.1 0-.1.3 0 .3.4.1.9.1 1.8.1.2.1.5.4.8.7-.2.1-.3.1-.4.1-1.4-.3-3.2-.2-4.4-.6-.6-.2-1.3-.5-1.2-.8.1-.4-1.2-1.2 1.4-1.1.6 0 1.2-.3 2-.5.1.2.2.4.4.6.1.1.2.4.3.4 2.1.1 3.8 1.2 6.3.6.4-.1 1.4.2 2 .4-1.3.5-2.3.9-3.4 1.1zm1.5-1.6c-.2 0-.5-.2-.5-.2.1-.2.3-.4.7-.5.3-.1 1 0 1.2 0 .6.4 1.2.6 2.4.1l.2.2-.5 1.6c-.8-.5-1.5-1.1-3.5-1.2zm6.3 6-1.6-.7.4-.2c.8.1 1.5.2 2.7.3-.6.3-1 .5-1.5.6zm1.4-3.8c-.3 1-.6 1.8-.8 2.7-.5-.2-.6-.2-.6-.2 1.2-.9-1.5-1.4-1.7-2.1-.1-.4-.7-.8-1.1-1.2.7-.1 1.3-.2 2-.4.5.2 1.1.4 1.8.7.1-.6.2-1.2 1.9-1.4.1.5.2.9.2 1.3H178c-.1 0-.3.3-.5.6zm2.5 2.4c-.8-.3-1.3-.5-1.9-.7l.5-.2c.5 0 1 .1 1.7.1-.1.4-.2.6-.3.8zm2.8-5.4c.6.3.9.5 1.4.7.4-.2.6-.3.9-.5l.6.1c-.3.5-.5.9-.9 1.5-.7-.7-3.1-.9-2-1.8zm4 3c-1.5-.7-1.5-1.2.1-1.4 0 .3 0 .5.1.8.5.1.9.1 1.7.2-.8.2-1.3.3-1.9.4zm2.4-5.1c.2 0 .6 0 .7.1.1.1.1.2 0 .3-.3.2-.7.4-1.1.5-.5-.2-.3-.8.4-.9zm-.3 2.7c.3-.2.6-.3 1.1-.4.4 0 .9.1 1.4.1l.3.2c-.7.1-1.5.2-2.3.3-.1 0-.5-.2-.5-.2zm6.1 1.8c-.2-.1-.4-.1-.5-.1-1.7.3-3.2.6-4.8 1-.4-.7 0-.8 2.7-.8.4-.3.8-.7 1.3-1.1.6.4 1 .7 1.5 1h-.2zm32.2-.1c.2 0 .7.1 1 .1-.6.2-1.1.3-1.8.5-1.1-.6.3-.5.8-.6zm-10.1.1c.4 0 .8.2 1.2.4l-.2.2h-1.9l-.3-.2c.4-.2.8-.5 1.2-.4zm-11.8-1c.3-.3.9-.5 1.7-.7-.2.2-.4.4-.4.5.9.7 1.7 1.3 2.7 2-.8-.2-1.3-.3-1.8-.4-.4-.4-.7-.8-1.1-1.2h-.5c-.1.3-.2.5-.3.8h-.7c.1-.3.1-.7.4-1zm-1.6.6c1.3.6 1.2.7-1.2.8-.9-.6.7-.6 1.2-.8zm2.7 1.8c-.2.2-.3.4-.6.5-.4.1-.9.2-1.4.3-.4-.5.6-.7 1.3-1-.3-.2-.8-.4-.8-.6 0-.1.7-.3 1.1-.3.4 0 1 .1 1.5.2.6.3.6.5-.6.5-.5 0-.8.1-1.2.2.3.1.7.1.7.2zm.6.4c0-.7 0-.7 3.1-.5-.5.8-2.3.2-3.1.5zm2.8 1.9c-.8-.7-.7-.7 1.6-.9-.5.3-1 .6-1.6.9zm3.8-2.8-.2-.1c-.2.2-.5.4-.9.7-.1-.5-.1-.9-.2-1.5 1-.4 1.5.4 2.5.4l.2.2-1.4.3zm3.1 4.6h-.5c-.2-.2-.6-.5-.5-.7.1-.2.7-.4 1.1-.5h.5l-.6 1.2zm2.6-3.8c-.6-.2-1.3-.3-1.8-.5-.2-.1 0-.3.1-.5.8.3 1.4.5 1.8.7.2.1.2.2.2.3 0 0-.2.1-.3 0zm1.7-.2c-.6-.4-1-.6-1.3-.9l1.6-.3.4.2c-.2.2-.4.5-.7 1zm2.6-1.8h-2c-.3 0-.7-.1-1-.1.1-.1.1-.4.4-.4.9-.2 1.9-.3 3.4-.4-.4.4-.7.7-.8.9zm1-6.7c-.1.1-.8.2-1.1.2-.2 0-.4-.3-.5-.4-.2-.3-.3-.6-.5-.9h.4c.5.2 1.1.4 1.5.6.1.1.3.4.2.5zm.5 8.3c.8-.2 1.7-.5 2.6-.7.3-.1.8 0 1.3 0-.2.2-.3.4-.6.5-.9.2-1.9.3-2.9.4l-.4-.2zm3.4 4.2c-.1.5-.1.9-.1 1.4-.5-.3-.9-.5-1.2-.8h-.6l1.3-.7.5.1c.1-.8.1-1.4.2-1.9h.5c.3.4.7.8 1.1 1.3-.5.1-.9.3-1.7.6zm10.5-7.9 1.4 1.4c-.4 0-.8.1-1.2.1-.2.3-.3.5-.5.8l-.7-.1c.2-.4.3-.7.5-1.1-1.3-.2-1.3-.2.5-1.1zm1.8 3.5c-.1.5-.3 1-2.2 1-.5-.7-.4-.8 2.2-1zm-7.2-8.4h.3c.2.4.3.9.5 1.3-.6 0-1 0-1.5-.1.3-.4.5-.8.7-1.2zm-.3 7c.1.6.2 1.1.3 1.6l-2.1-.4-.2-.2c2.4.1 1-.7 2-1zm-2.5 4.7c.1-.6.1-1.1.2-1.7 2.2.8 2.2 1.1-.2 1.7zm4.7-1.2c0 .2-.1.3-.2.6-.4-.2-.7-.3-.9-.4-.2-.1-.3-.3-.4-.4-.2-.9-.1-.9-2.2-1.4.6-.1 1.2-.2 1.7-.3 2.3.5 2.5.7 1.3 2 .3 0 .4 0 .7-.1zm1.5.4c.3.2.6.4.8.6l-1.5.6c-.3-.3-.3-.3.7-1.2zm-.6 2.3c-.5-.8 1.9-.3 2-.7.6.7.4.8-2 .7zm3.2-1.3c-.6-.1-2.1-.2-1-.8.4.5 2.5-.1 2.3.7 0 .1-1 .2-1.3.1zm3.6.8c0-.4.1-.8.1-1.2 1.3.5.9 1.1-.1 1.2zm11.6-3.9c.8.1 1.4.2 2.2.2-.6.3-1.1.5-1.6.7h-.6v-.9zm1.1 3.9c-.5.1-1.2-.2-1.9-.3l.1-.2 2.7-.3.5.2c-.4.2-.8.6-1.4.6zm17.2.8c-.9-.2-1.8-.4-2.6-.7-.3-.1-.4-.2-.6-.4 1 0 2-.1 3.1 0 .2 0 .4.4.4.5 0 .3-.2.5-.3.6zm33-2.1c-.9-.2-1.5-.4-2-.6-.4.1-.7.2-1.1.3-.1 0-.7-.3-.6-.3.2-.2.5-.4.9-.4 1 0 2.1.1 3.3.1-.2.3-.3.5-.5.9zm8.4-1.9c-.6 0-1.3 0-2.6.1.4-.3.7-.5.9-.7l1.8.4-.1.2zM506 242c.8-.3 1.5-.2 2.2.1-.7 0-1.4.1-2.3.1 0 0 0-.2.1-.2zm.6 6c-.5-.3-1.9-.2-1.8-.7h.4c.5-.1.9-.4 1.1-.3.6.1.6.3.3.6-.1 0 0 .1 0 .4zm-4.4-8.5c.3.5 2.3-.1 2.4.8-.3-.2-.4-.2-.5-.3-1.2 0-2.3.3-3.7-.1.7-.2 1.2-.3 1.8-.4zm.9 6.9h-.4c-.5-.2-.9-.3-1.4-.5.7 0 1.1-.1 1.6-.1.1.2.1.4.2.6zm-5.9-.5c.2 0 .4.1.6.1-.5.2-.9.4-1.3.5l-.3-.1c.1-.2.9-.5-.5-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.1.6.1 1 .1 1.5.2zm-2.4-7.7c.8.6-.7.5-.8.7l-.4-.1c.4-.2.7-.4 1.2-.6zm-3.2 7.1c0 .1 0 .2-.1.2-.3.2-.6.3-.9.5-.2-.2-.4-.4-.5-.6.7-.1 1.1-.1 1.5-.1zm-4.1-1h.3l-.4.9-.5-.1.6-.8zm-1.3 1.1v.6c-.8-.3-1.3-.5-1.9-.7.7.1 1.2.1 1.9.1zm-4.8-6.8c.2 0 .6.2.8.2-.9.2-1.7.4-2.3.5-.5-.2-.9-.4-1.2-.5.9 0 1.8-.1 2.7-.2zm-13.5 1.3.6.1c-.1.2-.1.4-.2.5h-.7l.3-.6zm-1.7 4.1c.1.1.2.2.2.3h1.2l-.9.5-.4-.1c-.1-.2-1.1-.4-.1-.7zm4.3 5c-.5-.2-.9-.4-1.5-.6-.2.1-.5.2-.7.2l-.3-.1c.3-.1.5-.3.8-.4.1 0 .6.1.9.2.4.1.7.3 1.1.5l-.3.2zm.2-2.6c-.3.3-1.1.6-1.7.9-.2-.1-.4-.1-.5-.2h-.2l.3.3c.1.1.2.2.4.3-.2 0-.6.1-.7 0-.2-.1-.5-.2-.5-.3-.1-.4.8-.6 1.7-.7-.7-.2-1.3-.5-2-.7-.2.2-.3.4-.5.5-.9-.4-1.7-.8-2.7-1.2h1.3s.1.1.2.3c.2-.2.3-.3.5-.4 1 .5 2.8.5 4.7 0 0 .4.1.8-.3 1.2zm-.9-7.5c-.1-.3-.1-.5-.2-.7.7.1 1.3.1 2.1.2-.7.2-1.2.3-1.9.5zm4.3 7.8c-.6.1-1.8-.4-1.8-.8.7.2 1.3.3 1.9.5 0 0 0 .2-.1.3zm2.1-.3c-.2 0-.7.1-1.2.1-.6-.3-1.2-.5-1.7-.8v-.1c.8 0 1.5.1 2.4.1.1-.2.3-.4.4-.7h.3c-.1.5-.1.9-.2 1.4zm1.7-.9 1.8.9c-.3.1-.5.3-.7.4.5.1 1.1.3 1.8.4l-.2.1c-.3-.1-.6-.1-1-.2-.3.1-.7.2-1.1.4-.2-.1-.6-.3-.5-.4.3-.5 0-1-.3-1.5-.1 0 .1-.1.2-.1zm1.9.9c0-.2 0-.5.8-.4.2 0 .3.3.3.5 0 .1-.1.3-.2.4-.3-.2-.6-.3-.9-.5zM478 248c.1-.1.5-.1.7-.1 0 .2.1.4.2.7-1.1-.2-1.3-.4-.9-.6zm2.9.3c-.7 0-1.6.1-1.7-.4.5 0 .9-.1 1.4 0 .3 0 .5.1.8.2-.2 0-.3.1-.5.2zm.6-3.1c-.3.1-.7.1-.9.1-.4-.1-.6-.2-1.1-.4-.2.1-.7.2-1.2.3h-.3c.5-.3 1-.6 1.6-1.1.5.4.8.6 1.1.9h.8c-.1.1 0 .2 0 .2zm.8 1.6c-1.2-.6-.6-1.2-.5-1.8h.3c.2.3.4.7.5 1-.1.3-.2.5-.3.8zm1.6-8c.1.1.3.2.4.4-.6 0-1 0-1.5.1-.9-.6 1-.2 1.1-.5zm.4 7.4c.6.5 1.1.8 1.5 1.2l-.1.1c-.6-.2-1.3-.4-2.1-.6.2-.3.4-.4.7-.7zm5.2 4c-1-.3-1.9-.6-2.9-.8-.8-.2-1.3-.6-1.2-1l-.6.3c-1.1-1.1-1.1-1.1-.9-1.2.6.2 1.3.4 2.1.7v.3l.3.1c.1-.1.2-.2.2-.3.1-.2-.8-.7.9-.4.1 0 .4-.1.9-.3.2.3.3.6.5.8-.6 0-1.1-.1-1.7-.1-.3.4-.4.9 1 1.2.4 0 .9-.1 1.5-.1 0 .3 0 .5-.1.8zm1.5-3.2c-.1 0-.8.2-1.3.3 1.3.5.1.9.2 1.3 0 0-.5.1-.8.1 0-.4.1-.7.1-1.1 0-.3-.1-.5-1-.3-.2.1-.6.1-1 .1-.1-.1-.1-.2-.2-.4-.3.2-.5.4-.8.5-.2-.4-.3-.8-.5-1.3.5.2.7.3 1 .4.3-.1.6-.2 1-.3 0 .2 0 .3.1.4.5.1 1 .2 1.6.3.2-.2.3-.4.6-.6-.6 0-1.1-.1-1.6-.1-.2-.7 1.1-.2 1.6-.4.3.3.5.6.7.8.6 0 1.1 0 1.8-.1-.4.5-.6.7-1.5.4zm.3-7.1c-.1-.3-.1-.5-.2-.7.7 0 1.2.1 1.8.1l.2.1c-.5.1-1 .3-1.8.5zm2.5-.1c-.2-.1-.1-.2-.2-.4 1.2.2 2.3-.2 3.2.3-.8.1-1.5.1-2.2.1-.3 0-.7.1-.8 0zm.9 9.2c.2-.3.2-.6.5-.8.2.5-.2 1 .7 1.5-.7-.2-1.6-.3-1.2-.7zm2.6.3c-.1.1-.4.2-.5.3l-.7-.4c.3 0 .5 0 .8-.1.2 0 .4-.1.6-.2-.1.1-.1.2-.2.4zm.9-1.9h-.5c-.5.2-1 .4-1.6.6-.4-.3-1.4-.5-.8-1 .1 0 .2.1.3.1l1.1.3c.2-.1.3-.3.6-.4.1-.1.4-.2.5-.2.4.1.8.2 1 .3.3.2.4.4.6.7.2.2-.2.3-1.4.1.2-.1.4-.2.4-.3 0-.1-.1-.2-.2-.2zm.9 1.9c-.4.3.6.9-1 .9.2-.3.5-.6.4-.9 0-.4.4-.7 1.2-.9.4-.1.7-.1.2-.4-.6-.4-.7-.9-.9-1.3-.1-.1.2-.2.4-.3h.7v.4c0 .1-.1.3-.1.4h.4c.1-.1.2-.3.4-.5.2.2.4.3.6.4l2.1-.6h2.1c-.6.2-1.1.4-1.8.7-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.2.1.5.2.8.3.9.2 1.2.4.9.6-.9-.1-1.8-.2-2.6-.2-.3 0-.8.1-.9.3-.1.1.2.3.3.4.2.1.4.2.7.4-1.2.2-2.1.3-3.1.4zm4.9-.2 1.2-.6.5.2c-.4.3-.9.6-1.3.9-.1-.1-.3-.3-.4-.5zm3.3 1h-.3c0-.1.1-.2.1-.3-.5-.2-.9-.3-1.5-.5h1.1c0-.1 0-.3-.1-.4h.4c.1.1.1.3.2.4.2 0 .5 0 1 .1-.4.2-.7.5-.9.7zm.9-1.1c-.9-.2-1.1-.6-.7-1 1 .2 1 .2.7 1zm-.6-2.3c-.1-.4-.1-.6-.2-.8h.2c.3.2.7.4.9.6-.1 0-.6.1-.9.2zm.3-6.2c-.6-.2-1-.3-1.4-.5l.2-.1c.7.2 1.2.1 1.4-.2l.4.1c-.2.2-.3.4-.6.7zm46.9 7.5c.1.1-.8.2-1.3.4-.1-.5-.1-.8-.1-1.1l.3-.1c.4.3.9.5 1.1.8zm-1.7-4.5c.3.2 1.2.4.2.7-.2-.3-.4-.5-.6-.7h.4zm-8 5.2-.4-.4c-.4.1-.7.3-1 .4-.9-.4-.8-.6.4-.9.1.3 1.6.4 1 .9zm-.6-7.3.1.1c-.5.1-1 .2-1.6.3-.1-.1-.3-.2-.5-.3.8 0 1.4-.1 2-.1zm-3.7 5.7c.3.2.5.4.8.6h-1.7c.2-.2.5-.4.9-.6zm-5.2-6 1.3-.1.3.6-.4.1-1.2-.4v-.2zm-6.2 5.9c.3.1.7.1.9.2.4 0 .7-.1 1-.1.1.1.2.2.1.2-.3.1-.6.2-.9.1-.5 0-.9-.2-1.3-.3l.2-.1zm-2-1c.9.3 0 .6 0 .9-1.1-.4-1.1-.4 0-.9zm-1.2.9h.3c0 .1.1.3 0 .4-.2.1-.6.2-.9.3l-.3-.1.9-.6zm-10.1 1-.1.8h-.4l-.1-.8h.6zm-7-.7c.1.1.1.2.1.3h1.1v.6c-1.3.1-1.8-.3-1.2-.9zm1.7 1.8h-1.3l-.2-.1c.3-.1.6-.2 1-.3.1 0 .5.2.8.3l-.3.1zm.9-.3c.1-.2.2-.4.2-.6-.2 0-.5-.1-.9-.1.1-.2.2-.3.2-.4-.4-.2-.7-.3-.8-.4.6-.2 1.2-.3 1.4-.4.1-.1-.5-.3-.8-.5.1-.6.1-.6.9-.7.4.8.7 1.5 1 2.1.6 0 1.4 0 1.5.1.3.2.2.4.3.6h-.4c-.2-.1-.5-.3-.8-.4-.6.2-1.2.4-1.7.7h-.1zm2.8 1.3c-.4-.4-.7-.7-1-1.1l.5-.1c.1.1.2.3.4.4.1.1.2.2.4.2.6.4.6.4-.3.6zm2.7-.3c-.7-.1-1.3-.2-2.3-.4.6-.2.9-.3 1.4-.5v.5c.4.1.7.2 1.1.2l-.2.2zm1.6-2.6c.3.3.9.5.4.8 1-.2 2 0 2.9.2.6-.3.6-.5-.3-.8.9.1 1.5.1 2.4.2 0 0 .1 0 .2.1.1 0 .2.1.2.1.1.2.3.5.1.6-.5.3-.7.4.4.5-.8.4-1.6.9-2.3 1.3-1.2-.5-.1-1.1-.6-1.7-1.1 0-2.2-.1-3-.5-.4 0-.8 0-1.4.1.3-.3.6-.6 1-.9zm1 2.3c.8 0 1.2.3 1.1.5-.8 0-1.4 0-2.2-.1 0-.3.5-.5 1.1-.4zm.4 1.8c-.3 0-.7 0-1.1-.1.8-.3 1.4-.5 2-.7.3.6-.2.7-.9.8zm17.4 1.7c-.1.1-.5.1-.6.1-.2-.1-.4-.2-.4-.3.3-.3.8-.4 1.6-.2-.2.1-.4.3-.6.4zm.4-2.8c0 .3.2.7-.2 1-.4.3-1.4.4-2.1.5-.8-.3-.5-.5 1-.6-.7-.2-.9-.3-.2-.5.2-.1.2-.3.4-.4l.9-.6c-.8-.1-1.2-.1-1.6.2-.4.3-1.1.5-1.7.8-.1.3.4.7-1.1.5 0 0-.4.2-.3.3.1.2.3.5.5.7l-2.7.3c-.2-.3-.4-.6-.7-.9-.9 0-.9-.1-.5-.3l.2-.2c0-.1 0-.1.3-.2.1.1.1.2.2.3 1.1-.3 1.2-.5.4-1 .1.1.1.3.2.5-.4-.1-.6-.2-1-.3-.3.3-.6.5-1 .8 0-.2-.1-.3-.1-.5h-1c-.2-.2-.5-.4-.8-.6.5.1.8.2 1.2.3-.1-.2-.1-.4-.1-.5.5.1 1 .3 1.3.2.4-.1.6-.3.9-.4l-1.5-.3-.3.1.2-.4c-1.1-.3-1.6-.1-1.9.3-.4.4-1.1.8-1.8 1.2-.3.2-1 .2-1.3.4-.2.1.1.4.2.6-.6 0-1.2 0-2 .1.2-.1.3-.2.4-.3.1 0 .3-.1.3-.1-.6-.5.9-.5.9-.9 0-.1.6-.1.9-.2-.5-.5.9-.4 1.5-.6.3-.1.4-.3.6-.4l-.3-.1c-.2.1-.5.2-.7.3-.7-.4-.6-.5.4-.6 1.3-.2 2.6-.4 4.2-.7.2.2.6.5.9.7.2-.2.4-.4.7-.6h.2l.1.4c.9 0 .9 0 .8-.6-.1-.3 0-.5.3-.9.3.3.7.6 1.1 1 .2-.3.4-.6.5-.8h.2c-.1-.2-.2-.3-.3-.6.7.1 1.2.1 1.7.2-.1.3-1.2.5-.4.9.1.1-.3.3-.2.5l1-.3.3.1c-.2.1-.4.3-.6.4l-.6.3c.4.1.8.3 1.2.3 1.7.2 1.8.3 1.3.9-.2.2-.1.4-.2.8-.1-.3-.1-.4-.2-.5zm1.4 1.4c-.1.1-.5 0-.8 0 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3-.1-.6-.1-1-.2 0-.1.1-.2.2-.3.5.1.9.2 1.4.3-.2.1-.5.3-.8.5zm.2-2.4c-.1 0 .1-.3.2-.5.4.2.6.3 1 .4l.4-.4h.2c.1.1.1.2.2.4.1 0 .2-.1.3-.1.8 0 1.6 0 2.4.1.2 0 .5.2.8.4-1.6-.1-2 .2-2.5.6-.5-.2-1-.5-1.4-.6-.6-.1-1.2-.2-1.6-.3zm2.5 1.6c0-.2 0-.4.1-.6h.4c.3.2.6.4 1 .7-.7-.1-1.1-.1-1.5-.1zm4.2.7c-.3-.1-.7-.2-1-.4-.3 0-.6 0-.9.1l-.1-.1c.5-.1.9-.2 1.4-.3l.9.6-.3.1zm.2-1.9.9-.4.5.2c-.3.1-.5.3-.8.4-.1 0-.4-.1-.6-.2zm3.1 3.5h-.4l-.7-.6.2-.1c.3.1.8.2.9.3.2.1.1.3 0 .4zm5.6-1.1-1-.5c.6-.1 1-.1 1.5-.2-.2.3-.3.4-.5.7zm.2-2.4c-.9.1-.7.3-.3.5.1.1.1.2.2.3-.2 0-.5 0-.7-.1-1.6-.3-2.7-.3-3.5.2.2.1.6.2.9.4-.3 0-.5.1-.8.1-.9 0-.9.1-.6.4.2.2-.3.5-.5.7h-2c.1-.1.2-.3.3-.3 1.3 0 1.1-.4 1.1-.6-.7-.2-1.2-.3-2.1-.6.9-.1 1.5-.2 2.3-.3l.2-.2h.2l.3.6h.4c.3-.4-.3-.7-.7-1-.1-.1-1-.1-1.7-.1.1-.1.1-.2.2-.3.5-.2 1.1-.4 1.7-.5.3-.1.7-.2 1.3 0 .3.1 1 0 1.5-.1l.3.1c-.3.1-.7.2-.9.3-.3.1-.6.3-.8.3 1.7.3 2.9.1 3.8-.4l.4.2c-.2.1-.2.4-.5.4zm14.5-6.9-.2.1c-2-.1-2-.1-1.8-.6.6.2 1.3.4 2 .5zm-2.7-1.1c.4.1.7.2 1.1.3-.4.1-.7.2-1.2.3.1-.2.1-.4.1-.6zm-.9 6.9h.4c.1.1.3.1.3.2s-.2.2-.2.3v.4c-.8-.2-.9-.8-.5-.9zm-2.1-6.2c.3-.1.7-.1 1.4-.2 0 .1.1.3 0 .3-.5.1-1.1.1-1.6.2.1-.1 0-.3.2-.3zm-5.3 4.6c0 .3-.1.7-.1 1-1-.4-.7-.7.1-1zm.4 1.5h.3c.4 0 .7-.1 1.1-.1l.6.7h-.3l-.6-.3c-.5.2-1 .3-1.5.5 0-.1-.1-.2-.1-.2-1 .1-.5-.5-1.3-.7.6.1 1.2.1 1.8.1zm-.9 5c.1-.7.9-1.1 2.6-1.1-.8.3-1.6.7-2.6 1.1zm3.5-.2h-.3l.1-1.3c-.9.2-2.2-.1-2.9.3-.3-.1-.5-.1-.8-.2-.1-.1-.3-.2-.6-.2.2-.3.4-.7.6-1.1.5 0 .9.1 1.4.1.4.6 1 .9 2.2.8l.1.3.7-.6h.2l-.7 1.9zm-.1-3.2c-1.1.1-1.2.2-.9.6.1.1-.1.3-.1.4h-.3c-.1-.2-.3-.5-.5-.8-.2.1-.5.2-.6.3-.7-.2-1.4-.5-2.2-.7.8-.1.5-.7 1.9-.5h.8c.4.4 1 .2 1.6.2.3 0 .8.3 1.4.5-.6-.1-.9 0-1.1 0zm1.3 1.6c.3-.2.4-.4.7-.5.2-.1.8-.1.8 0 .2.1.2.3.3.4-.5 0-1 0-1.8.1zm3.8.5c-.1.1-.5.2-.9.2.1-.2.1-.3.2-.5-.3 0-.5 0-.8.1-.1-.1-.3-.2-.4-.4.2-.1.4-.3.5-.4 1.2.2 1.9.5 1.4 1zm1 2c-.1-.1-.2-.3-.4-.5 1.1-.1 1.6.1 1.8.5h-1.4zm2.6-1.4c-.5-.3-.8-.4-.9-.5.3-.3.6-.4.8-.6h.3c-.1.4-.1.7-.2 1.1zm-1.3-1.9c-.2.1-.8-.1-.7.2.1.1.1.3 0 .4-.1.2-.3.4-.4.6h-.5c0-.2 0-.4.2-.6.5-.4-.2-1.2-1.2-1.4-.3-.1-.8 0-1.1.1-.1 0-.1.2 0 .2.3 0 .6.1 1.2.1l.5.5c-.1 0-.2.1-.2.1-1-.2-2.1-.1-2.9-.4-.4-.1-.8-.3-.8-.5 0-.3-.8-.8.9-.7.4 0 .8-.2 1.3-.3.1.1.1.3.2.4.1.1.1.2.2.2 1.4.1 2.5.8 4.2.4.2-.1.9.2 1.3.2-.8.1-1.4.4-2.2.5zm1-1c-.1 0-.3-.1-.3-.2.1-.1.2-.2.4-.3h.8c.4.2.8.4 1.6 0l.1.2-.3 1c-.5-.3-.9-.6-2.3-.7zm4.2 3.9-1.1-.5.3-.1c.5.1 1 .1 1.8.2-.4.2-.7.3-1 .4zm.9-2.5c-.2.7-.3 1.2-.5 1.8-.3-.1-.4-.1-.4-.2.8-.6-1-.9-1.1-1.4-.1-.3-.5-.5-.7-.8.4-.1.9-.2 1.3-.2.4.1.7.2 1.2.4.1-.4.1-.8 1.3-.9.1.3.1.6.1.8h-.8c-.1.1-.3.3-.4.5zm1.7 1.6c-.5-.2-.9-.3-1.2-.4l.3-.1c.3 0 .7 0 1.1.1-.1.1-.2.3-.2.4zm38.8-3.5.9.9c-.3 0-.5 0-.8.1-.1.2-.2.4-.3.5l-.4-.1c.1-.2.2-.5.3-.7-.9-.2-.9-.2.3-.7zm-3.6-3.3h.2l.3.9h-1c.3-.4.4-.6.5-.9zm-.2 4.6c.1.4.1.7.2 1l-1.4-.3-.1-.1c1.6.1.7-.4 1.3-.6zm-4 .2c.1 0 .5.1.7.1l-1.2.3c-.7-.4.2-.4.5-.4zm-5.8-7.2c.3.1.2.3.3.5h-.3l-1.1-.5c.4 0 .9-.1 1.1 0zm-.8 7.2c.3 0 .5.2.8.3l-.2.1h-1.2l-.2-.1c.2-.2.5-.3.8-.3zm-18.3-7.9c.5-.1 1-.2 1.4.1-.4.2-.8.4-1.1.5h-1.6c-.1 0-.3-.2-.4-.3.7-.2 1.2-.3 1.7-.3zm.4 5.3c-.2.1-.5.2-.7.3-.4-.2-.3-.6.2-.6.1 0 .4 0 .5.1.1 0 .1.1 0 .2zm-4-5.5c.4 0 .8.2 1.1.3-.4.1-.7.2-1.3.3-.4-.1-.6-.2-.9-.3.4-.1.8-.3 1.1-.3zm.6 7.8c-.5-.5-2-.6-1.3-1.2.4.2.6.3.9.4l.6-.3h.4c-.2.4-.4.7-.6 1.1zm1.4.7c-1-.5-1-.8.1-.9v.5c.3 0 .6.1 1.1.1-.5.2-.9.3-1.2.3zm1.3-1.6c.2-.1.4-.2.7-.2s.6 0 .9.1l.2.1c-.5.1-1 .2-1.5.2l-.3-.2zm4 1.2c-.1 0-.3-.1-.3-.1-1.1.2-2.1.4-3.2.6-.3-.5 0-.5 1.8-.5.3-.2.5-.4.9-.7.4.3.7.5 1 .7h-.2zm1.6-7.2c-.6 0-1.1-.1-1.9-.1.3-.2.5-.3.7-.4l1.4.4-.2.1zm5.1-.3c.2 0 .2.2.3.3-.4 0-.9.1-1.3.1-.1 0-.2-.1-.3-.1-.4.1-.7.2-1.2.3.2-.5 1.7-.8 2.5-.6zm-1 7.2c.9.4.8.4-.8.5-.6-.3.5-.3.8-.5zm1.4 1.6c-.2.1-.6.1-1 .2-.2-.3.4-.4.9-.6.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm-.1-.5c-.2-.1-.5-.3-.5-.4 0-.1.4-.2.7-.2s.6.1.9.1c-.2-.2-.4-.4-.6-.7h-.3c-.1.2-.1.3-.2.5h-.5c.1-.2 0-.5.2-.7.2-.2.6-.3 1.2-.5-.1.1-.2.3-.3.3.6.5 1.2.9 1.8 1.4-.4-.1-.7-.2-1-.2.2.1 0 .2-.6.2-.2.1-.5.2-.8.2zm.9.4c0-.4 0-.4 2-.3-.3.5-1.5.1-2 .3zm1.9 1.3c-.5-.5-.5-.5 1.1-.6-.4.2-.7.4-1.1.6zm2.4-1.8-.2-.1c-.2.1-.3.3-.6.5 0-.3-.1-.6-.1-1 .7-.2 1 .3 1.6.2l.1.1-.8.3zm2.1 2.9h-.3c-.1-.1-.4-.3-.3-.4.1-.1.5-.2.7-.3h.3l-.4.7zm1.7-2.4c-.4-.1-.9-.2-1.2-.3-.1-.1 0-.2.1-.4l1.2.4c.1 0 .1.1.1.2 0 0-.1.1-.2.1zm1.2-.2c-.4-.3-.6-.4-.9-.6l1.1-.2.2.1c-.1.2-.2.4-.4.7zm1.6-1.2h-1.3c-.2 0-.5 0-.7-.1.1-.1.1-.2.2-.3.6-.1 1.2-.2 2.3-.3-.2.4-.4.6-.5.7zm.7-4.4c-.1.1-.5.1-.8.1-.1 0-.3-.2-.3-.3l-.3-.6h.2c.3.1.7.3 1 .4.2.2.3.3.2.4zm.3 5.5c.6-.2 1.1-.3 1.7-.5h.8c-.1.1-.2.3-.4.3-.6.1-1.3.2-1.9.3l-.2-.1zm2.2 3.7c-.4-.2-.6-.4-.8-.5h-.4l.9-.4.4.1c-.1.2-.1.5-.1.8zm0-.9c0-.5.1-.9.1-1.3h.3c.2.3.4.5.7.8-.2.1-.6.3-1.1.5zm-1-10.4c.7-.1 1-.2 1.5-.3l.7.7c-.9-.2-1.5-.3-2.2-.4zm2.8-.2c.2.3.5.5.8.9-1.3-.3-1-.7-1.2-.9h.4zm-.2 9.8c0-.4.1-.7.1-1.1 1.5.5 1.4.7-.1 1.1zm3-.4c-.3-.1-.5-.2-.6-.2-.1-.1-.2-.2-.2-.3-.1-.6-.1-.6-1.5-.9.4-.1.8-.1 1.1-.2 1.5.3 1.6.5.9 1.3h.5c-.1.1-.2.2-.2.3zm1.1-.1c.2.2.4.3.5.4-.3.1-.6.2-1 .4-.2-.2-.2-.2.5-.8zm-.4 1.5c-.3-.5 1.3-.2 1.3-.5.4.5.2.6-1.3.5zm2.1-.8c-.4-.1-1.4-.1-.7-.6.3.3 1.6-.1 1.5.4 0 .1-.6.2-.8.2zm-.6-1.6c-.4-.6-.4-.6 1.4-.7-.1.4-.2.7-1.4.7zm3 2.1c0-.3.1-.5.1-.8.8.3.5.7-.1.8zm6.4-10c.5 0 1 0 1.4.1.2 0 .3.2.6.5-.9-.2-1.4-.3-2-.4v-.2zm2.6 7.6c-.4.2-.7.3-1 .5h-.4v-.6c.5 0 .8 0 1.4.1zm-.7 2.4c-.3 0-.8-.1-1.2-.2l.1-.1 1.8-.2.3.1c-.4.1-.6.4-1 .4zm10.8-9.7-.6.6c-.4-.2-.8-.3-1.1-.5.4 0 1 0 1.7-.1zm.5 10.2c-.6-.1-1.2-.3-1.7-.4-.2-.1-.3-.2-.4-.2h2c.1 0 .3.2.3.4 0 0-.2.1-.2.2zm2-9.7-.1-.1c.4 0 .9-.1 1.2-.1.2 0 .4.2.7.5-.8-.2-1.3-.3-1.8-.3zm4.2.3-.5-.2 1.1-.6.5.2-1.1.6zm15.5 8c-.6-.2-1-.3-1.3-.4-.3.1-.5.2-.7.2-.1 0-.5-.2-.4-.2.1-.1.4-.2.6-.2.7 0 1.4 0 2.2.1-.2.1-.3.3-.4.5zm5.5-1.2h-1.7c.3-.2.4-.3.6-.4l1.2.3-.1.1zm112.3 6.6c.3-.2.5-.4.7-.6.3.1.7.3 1.2.5-.8 0-1.2.1-1.9.1zm5.2.3c-.6-.1-1.1-.3-1.8-.4.2-.3.2-.3 1.3-.1.1-.1.1-.2.2-.2h.3l.4.7h-.4zm4.1-1.4h1.9c.2 0 .2.2.5.5-1-.1-1.8-.2-2.5-.3l.1-.2zm2.8 1.4c-.5.1-1.2 0-1.8 0-.3 0-.4-.3-.6-.4l.4-.1c.8.4 1.4.2 2.3-.1-.1.2 0 .5-.3.6zm9.4 1.1c-.6-.1-1.1-.1-1.7-.2.1-.1.1-.2.2-.3.2 0 .5.1.7.1h1.4c-.1.2-.4.3-.6.4zm29.5.5c-.4 0-.9 0-1.3-.1-.3 0-.4-.2-.6-.3.3-.1.6-.2.8-.2.7 0 1.3.2 2.1.3.1.2-.1.3-1 .3zm12.4 0c-.2 0-.1-.3-.1-.5.9.2 1.9.1 1.9.6-.7 0-1.3 0-1.8-.1zm29.6 4.2h-1.1c0-.1.1-.1.1-.2.3 0 .8.2 1 .2.6-.1.8-.1.9 0h-.9zm4.9 0c.3-.1.6-.1.9-.2 0 .1.1.1.1.2h-1zm31.5-2.2h-1l.7-.7h.5c-.1.3-.1.5-.2.7zm23.3 2.1c.2-.1.5-.1.6-.1s.2 0 .3.1h-.9zm.9-1.4c.1-.3 0-.6-1.3-.4v-.1c.3-.1.6-.3 1.1-.5-.3.4 1.9.5.2 1zm1.9.2c-.2 0-.6.1-1 .1.2-.5.4-.9.7-1.5h.7c-.1.5-.2.9-.4 1.4zm17.9-2c.8.4.6.6-.8.7-.4-.4.2-.6.8-.7zm-.4 1.4c-.2-.1-.4-.2-.5-.3 0 0 .3-.2.4-.2.3 0 .7-.1 1-.1l.3.1-1.2.5zm2.6.6-.3-.2 1-.3.4.2-1.1.3zm6.5-1.1c.1.4.2.8.3 1.1-1.1-.5-1.2-.8-.3-1.1zm9.5 2.2h-.3c-.5-.4.4-.4 1.1-.5.1.3.1.3-.8.5zm3.6 0s0-.1-.1-.1c.5 0 .9 0 1.3-.1 0 .1.1.1.1.2h-1.3zm1.7-1h-.6c-.1-.1 0-.2 0-.2.6-.1 1.2-.1 1.8-.1.3 0 .6.1.9.2-.8-.1-1.5 0-2.1.1zm6.4-.9c-.5-.2-.9-.3-1.2-.5 1.1-.1 2-.1 2.8-.2.2 0 .5 0 .6.1.1.1.1.2 0 .3-.2.1-.5.2-.9.3-.4-.2-.9-.3-1.3 0zm2.1 1.9h-.6l-.2-.5.4-.1c.3.1.7.2.8.4.1 0-.2.1-.4.2zm.4-1c-.3-.1-.6-.2-.8-.3.3-.1.6-.3.9-.3.2 0 .5.2.8.3l-.9.3zm2-.3c-.2-.1-.6-.1-.7-.2 0-.2-.4-.5.4-.7.2.2.4.4.5.6.1.1-.1.2-.2.3zm4.5.1c.5-.4.8-.7 1.2-.9h.2c-.1.3-.1.6-.2.9 0 0-.7-.1-1.2 0zm1.6 1.1h-.8c.3-.1.5-.2.8-.3l.2.1-.2.2zm8.9-3.1c.2.1.6.2.6.2.1.2-.1.3-.2.6-.4-.3-.6-.4-.7-.6 0 0 .2-.2.3-.2zm1.6 1c-.3.2-1 .4-1 .7 0 0-.4.1-.7.1-.1 0-.3-.1-.3-.1.1-.1.3-.1.4-.2.2-.1.3-.2.5-.4s.5-.4.7-.6h.4c0 .2.1.4 0 .5zm8.2-.7-1.6-.3c.2-.1.4-.2.5-.2.5.1.9.2 1.4.3l-.3.2zm13.5.5c-.6.1-1.3.1-1.9.1v-.8h.4c.3.5.6.6 1.7.2-.1.2 0 .4-.2.5zm2.4 2.1h-.2c-.3-.5.9-.4 1.4-.6.3.5-.7.4-1.2.6zm1.2-1.1h-.5l.6-1h.5l-.6 1zm21.7-1.1h-.3c-.2-.2-.4-.5-.6-.7.4 0 .7-.1 1.2-.1-.1.3-.2.6-.3.8zm9 .4h-.4c0-.3-.9-.5.5-.8-.1.3-.1.6-.1.8zm.7 1.5.4-.1.1.1h-.5zm2.9-1.4c0-.1.7-.1.9-.1.7.1 1 .3.4.6-.5-.1-1.7 0-1.3-.5zm.7 1.3s-.3-.2-.2-.3c.2-.1.6-.1.7-.2.5 0 .9 0 1.1.1.1 0 .2.1.3.2-.6.1-1.3.1-1.9.2zm11.2-.9c-.3-.1-.7-.2-.7-.3s.4-.2.6-.2c.3 0 .5.1.8.2-.2.1-.4.2-.7.3zm.1-1c-.3 0-.7-.1-1-.1.2-.1.4-.2.7-.3.4-.1.9-.1 1.3-.1.2 0 .4.2.6.2-.8.2-1.2.2-1.6.3zm5.3-.9c-1.2-.2-1.2.2-1.8.6-.2-.3-.5-.5-.3-.7.2-.1.8-.2 1.2-.2.6-.1 1.3-.1 2.1-.1-.1.4-.4.5-1.2.4zm15.4 2.6c0-.1 0-.3.1-.4.3.2.4.3.6.4h-.7zm-.8-1.7c-.5-.5 1-.5 1.4-.7.6.5-.5.6-1.4.7zm12.2 1.6c.4 0 .7-.1.9 0h-.9zm6.1-2.3c-1.4 0-1.7.3-1.3.8h-.6c0-.3-.2-.6 0-.9s.8-.5 1.4-.9c.4.3.7.5 1 .7 0 .1-.3.3-.5.3zm11.6 2.1h-.9l.9-.3v.3zm1.6-2.2c-.1 0-.3-.1-.5-.2 1-.1 1.7-.2 2.5-.2l.1.2c-.6 0-1.3.1-2.1.2zm3.2-.6-.2.4h-.3c.4-.7.4-.7 1.6-.6l-1.1.2zm2.4.6c.2-.6 1.4-.3 2.1-.4-.3.5-1.5.2-2.1.4zm4.8 1c.3-.5.7-1 1.1-1.6.3.2.4.2.6.4 0-.1.1-.3.1-.4l.6.6c-.7.4-1.5.7-2.4 1zm2.6 1h-1.3c-.1-.1-.3-.2-.4-.3.5.2 2-.2 1.7.3zm17.8-.3c-.1 0-.2-.1-.3-.1.4-.1.7-.1 1-.2l.3.3h-1zm7.9-2.2c1 .2 1.1.4.7.7-.1.1-.6.1-.8.1 0-.2 0-.4.1-.8zm-1.9 1 .7-.7.5.1-.7.7-.5-.1zm1 1.1.6-.3c.4.1.9.2 1.3.3h-1.9zm5.5-.1v-.3c.3.1.5.2.7.3h-.7zm5.3-.1h-.5l.3-.3h.2v.3zm3.5-2-.2.1c-.2-.1-.6-.3-.6-.4 0-.1.5-.2.9-.4 0 .3 0 .5-.1.7zm1 .5-.3-.1c.3-.1.7-.2 1-.3.2 0 .5.1.9.3-.7 0-1.2.1-1.6.1zm16 1.1c.1 0 .1 0 .2-.1h2.4l-2.6.1zm32.2-4.4c-.3 0-.8 0-.8-.1-.1-.2-.1-.3-.1-.6.5.1.7.2 1 .3.3-.1.7-.2 1-.3.1.2.3.5.4.7h-1.5zm27.4-.5h-.4l.4-.9h.6l-.6.9zm8 .3c-.8-1-1-1.2.5-1.2-.1.4-.3.8-.5 1.2zm20.8-12.7c.4.1.9.4 1.5.5.9.2 1.2.1 1.2-.3 0 0 0-.1.1-.1 0 0 .1 0 .3-.1.1.4.2.7.2 1h-2.9c-1.3.1-1.2-.3-1.5-.5.4-.2.7-.3 1.1-.5zm-5.3.5c.3 0 .6.1.8.1.1 0-.2.2-.3.3-.3-.1-.6-.1-.8-.2-.1 0-.1-.1-.1-.2 0 .1.2 0 .4 0zm-1.1.4c-1.5-.1-.8-.5-.5-.7.1-.1.6-.1.9-.2l.2.6-.6.3zm4 3.2v-.7l.2-.1.9.6c-.3.1-.6.2-1.1.2zm2.6-2.4c-.7 0-1.5.1-2.2.1-.8.1-1.5.1-1.3.5 0 .1-.1.1-.1.2h-.3l-.2-.4c-.8-.1-1.5-.3-2.1-.4-.1 0 .1-.2.1-.3 2.4.3 4.5-.2 6.8-.1.2.2.1.4-.7.4zm2.6.1c-.2 0-.5-.1-.5-.1 0-.1.1-.2.2-.3.6-.1 1.3-.1 1.8.2-.6.1-1 .2-1.5.2zm12.2-4c-.7.2-1.2.4-1.9.6-.1-.3-.2-.4-.3-.7.8.1 1.4.1 2.2.1zm-3.6 1.7h.6c0 .2-.1.4-.2.5h-.7l.3-.5zm-1 4.3.3.3c.4 0 .8-.1 1.2-.1l-.8.5-.4-.1c-.3-.1-1.3-.3-.3-.6zm2.1 3.3c-.1-.4.7-.7 1.6-.9-.7-.2-1.3-.4-2.1-.6-.1.2-.3.4-.4.6-.9-.3-1.8-.7-2.9-1 .6-.1.9-.1 1.3-.1 0 0 .1.1.2.3l.4-.4c1 .5 2.8.3 4.6-.3 0 .4.1.8-.2 1.2-.3.4-1 .7-1.6 1.1-.2 0-.4-.1-.6-.1l-.2.1c.1.1.2.2.4.3.1.1.3.2.4.3-.2 0-.5.1-.7.1.1-.4-.2-.5-.2-.6zm2.9 1.4c-.5-.1-1-.3-1.5-.5l-.6.3-.3-.1c.2-.2.4-.3.8-.4.1 0 .6.1.9.2.4.1.8.3 1.2.4l-.5.1zm82.3-7.8c.4.2 1 .4 1.3.7.1.1-.7.3-1.2.5-.1-.5-.2-.8-.3-1.1l.2-.1zm-1.1-3.7c.3.2 1.2.3.3.7l-.7-.7h.4zm-7.2 5.8c-.2-.2-.3-.3-.5-.4-.3.2-.7.3-1 .5-.9-.3-.8-.5.3-.9.3.3 1.7.2 1.2.8zm-1.6-7.3.1.1c-.5.1-.9.3-1.5.4-.1-.1-.3-.1-.6-.3.7 0 1.4-.1 2-.2zm-2.9 6 .9.6c-.6 0-1 .1-1.7.1.2-.3.5-.5.8-.7zm-6.1-5.7 1.3-.2.4.6-.4.1-1.3-.3v-.2zm-5.2 6.4c.3 0 .7.1 1 .1.4-.1.7-.1 1-.2l.2.2c-.3.1-.6.2-.9.2-.5 0-.9-.1-1.4-.2l.1-.1zm-2.1-.8c.9.3.1.6.2.9-1.3-.4-1.3-.4-.2-.9zm-1.1.9h.3c0 .1.2.3.1.4l-.8.4-.3-.1.7-.7zm-10 1.8v.8h-.4l-.2-.8h.6zm-7.6 1.6c-.9-.2-1.2-.5-.9-1 1.1.2 1.1.2.9 1zm-.1-2.5s-.4.2-.8.3c-.1-.4-.2-.6-.3-.8h.2c.3.1.7.3.9.5zm-2.8-6.4c.8.2 1.2.1 1.4-.3l.4.1c-.1.2-.3.4-.5.7-.6-.2-1-.3-1.4-.4l.1-.1zm-.3 2.1c.7-.3 1.5-.3 2.2 0-.7.1-1.4.2-2.3.3 0-.1-.1-.2.1-.3zm1.4 5.9c-.5-.3-2 0-1.9-.6h.4c.4-.2.9-.4 1-.4.7.1.7.3.4.5 0 .1.1.3.1.5zm-5.6-8.1c.4.5 2.3-.2 2.5.6-.3-.1-.4-.2-.5-.2-1.2.1-2.3.4-3.7.2.6-.3 1.1-.4 1.7-.6zm1.9 6.8s-.3.1-.4 0c-.5-.1-.9-.3-1.5-.4.7-.1 1.1-.1 1.6-.2l.3.6zm-5.9-.1c.2 0 .4.1.6.1-.5.2-.8.4-1.2.6l-.3-.1c0-.2.8-.5-.5-.4-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1 0 1.4.1zm-5.3-6.3.2.1c-.5.2-.9.4-1.7.6-.1-.3-.2-.5-.3-.7h1.8zm-.4 6.1v.2c-.2.2-.5.3-.8.5l-.6-.6c.6 0 1 0 1.4-.1zm-4.3-.7h.3l-.2.9h-.5l.4-.9zm-1 1.2c0 .2.1.3.1.6-.8-.2-1.4-.4-2-.5.6 0 1.2-.1 1.9-.1zm-4.8.2c-.3.1-.7.2-.9.1-.4 0-.7-.2-1.2-.3-.2.1-.7.3-1.1.4h-.3c.4-.4.9-.7 1.5-1.2.5.4.9.6 1.2.8.2 0 .5-.1.8-.1 0 .1.1.3 0 .3zm-1-6.6c.2 0 .6.1.8.2-.9.3-1.6.5-2.2.7-.5-.2-1-.3-1.3-.4.9-.2 1.8-.4 2.7-.5zm-6 8.5c-.6.1-1.9-.3-1.9-.6.7.1 1.4.2 2 .4 0 0 0 .2-.1.2zm.8-.2c-.6-.2-1.2-.5-1.8-.7l-.1-.1c.8 0 1.5 0 2.4-.1.1-.2.2-.4.3-.7h.3c0 .4 0 .9.1 1.4-.3.1-.8.1-1.2.2zm2.4-1.2c.1.1.3.1.4 0 .7.3 1.3.5 2 .7-.1-.1-.2-.4.7-.4.2 0 .4.3.4.4 0 .1-.1.3-.1.5-.4-.2-.7-.3-1-.5-.2.1-.5.3-.7.4.5.1 1.2.2 1.8.3l-.2.1c-.3 0-.6-.1-1-.1-.3.1-.6.3-1.1.5-.2-.1-.6-.3-.6-.4.2-.5-.2-1-.6-1.5zm.8 2.5c.1-.1.5-.1.7-.1.1.2.2.4.3.7-1.2-.2-1.3-.4-1-.6zm2.9 0c-.7.1-1.5.2-1.7-.2.5-.1.9-.1 1.4-.1.3 0 .5.1.8.1-.2.1-.3.2-.5.2zm1.2-1.5c-1.3-.5-.8-1.2-.7-1.8h.3c.2.3.5.7.7 1-.2.3-.3.5-.3.8zm-.6-7.6c-.9-.4 1-.2 1-.5.2.1.3.2.5.3-.6.1-1.1.2-1.5.2zm2.5 6.8c.7.4 1.2.8 1.7 1.1l-.1.1c-.7-.2-1.3-.3-2.1-.5.1-.2.2-.4.5-.7zm6.8.4c-.1 0-.7.2-1.2.4 1.4.4.2.9.4 1.3 0 0-.5.1-.7.2 0-.4 0-.7-.1-1.1 0-.3-.2-.5-1-.2.2.3.4.5.6.8h-1.7c-.2.4-.3.9 1.2 1.1.4-.1.9-.1 1.4-.2v.9c-.9-.2-1.9-.4-2.9-.6-.8-.1-1.4-.6-1.3-.9l-.5.4c-1.2-1-1.2-1-1.1-1.1.7.2 1.3.3 2.2.5v.3h.3c.1-.1.1-.2.2-.3 0-.2-.9-.7.8-.5.1 0 .4-.2.8-.4-.2.1-.6.1-.9.2-.1-.1-.2-.2-.3-.4-.3.2-.5.4-.8.6-.2-.4-.4-.8-.7-1.3.5.1.8.2 1 .3l.9-.3c0 .2.1.3.1.4.5.1 1 .1 1.6.2.1-.2.3-.4.5-.7h-1.6c-.3-.6 1.1-.3 1.5-.5l.8.8c.6-.1 1.1-.1 1.7-.2-.1.2-.2.5-1.2.3zm2.4-9.1c.9.5-.7.5-.7.8l-.4-.1c.4-.2.7-.4 1.1-.7zm-.7 1.7c-.2-.1-.2-.2-.3-.4 1.2.1 2.3-.3 3.2.1-.8.1-1.5.2-2.2.3-.2 0-.6.1-.7 0zm2.3 9.1c.2-.3.1-.6.3-.9.3.5 0 1.1 1 1.5-.6-.2-1.6-.2-1.3-.6zm2.6.1c-.1.1-.3.2-.5.3l-.8-.3c.2 0 .5-.1.7-.1.2-.1.4-.1.6-.2 0 0 .1.1 0 .3zm.6-2h-.5c-.5.2-1 .5-1.5.7-.4-.2-1.5-.4-1-.9.1 0 .2 0 .3.1l1.1.2.5-.5c.1-.1.4-.3.4-.3.4 0 .8.1 1 .2.3.2.5.4.7.6.3.4 0 .4-1.2.4.2-.1.3-.2.4-.3 0-.1-.1-.1-.2-.2zm3.3 1c.2.1.4.2.8.3-1.1.2-2 .4-3 .6-.2.3.8.8-.7.9.1-.3.4-.6.3-.9-.1-.4.3-.7 1-1 .3-.1.6-.2.1-.4-.7-.3-.8-.8-1.1-1.2-.1-.1.1-.2.3-.3h.7c.1.1 0 .2 0 .4 0 .1 0 .3-.1.4h.4c.1-.1.2-.3.3-.5.2.1.4.2.7.4.7-.2 1.3-.5 2-.7.6 0 1.3-.1 2.1-.2-.5.3-1.1.5-1.7.8-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.3.1.5.2.8.2.9.1 1.2.3 1 .6-.9 0-1.8-.1-2.6 0-.3 0-.7.2-.8.3-.2.1.1.3.3.4zm2.7.3c.4-.2.8-.4 1.1-.7l.5.1c-.4.3-.8.7-1.2 1l-.4-.4zm3.4.8h-.3c0-.1 0-.2.1-.4-.5-.1-1-.3-1.6-.4.4 0 .7 0 1.1-.1 0-.1-.1-.3-.1-.4h.4c.1.1.2.2.3.4h1c-.4.3-.6.6-.9.9zm1.5-3.1c.1.1.1.2.2.3.4 0 .7-.1 1.1-.1 0 .2.1.4.1.6-1.4.3-2-.1-1.4-.8zm1.9 1.7-1.3.1-.2-.1c.3-.1.6-.3.9-.4.1 0 .5.1.8.2l-.2.2zm1-.4h-.2c0-.2.1-.4.1-.7-.2 0-.5 0-.9-.1.1-.2.1-.3.2-.4-.4-.1-.7-.3-.8-.3.6-.2 1.2-.4 1.3-.5.1-.1-.6-.3-.9-.4 0-.6 0-.6.8-.8.5.7.9 1.4 1.3 2.1.6 0 1.4-.1 1.5 0 .3.2.3.4.4.6l-.4.1c-.3-.1-.5-.2-.8-.4-.5.3-1.1.5-1.6.8zm2.8 1.2c-.4-.4-.8-.7-1.2-1l.5-.1.4.4c.1.1.2.2.4.2.8.2.8.2-.1.5zm2.7-.6c-.7-.1-1.4-.1-2.3-.2.5-.2.9-.4 1.3-.6v.5c.4.1.7.1 1.1.1l-.1.2zm3.1 1.4c-.3.1-.7 0-1.1 0 .8-.3 1.4-.6 1.9-.8.4.4-.1.6-.8.8zm-1.6-1.4c-.1-.3.3-.5 1-.5.8 0 1.3.2 1.2.4-.8 0-1.4.1-2.2.1zm3.2-1.6c-1 0-2.2 0-3.1-.3-.4 0-.8.1-1.4.2l.9-.9c.4.2 1 .4.5.7 1-.3 2-.1 2.9 0 .5-.3.6-.6-.4-.8h2.4s.1 0 .2.1c.1 0 .2.1.3.1.2.2.4.5.2.6-.5.3-.6.5.5.5l-2.1 1.5c-1.3-.5-.3-1.1-.9-1.7zm14.9 1.5c-.7-.1-.9-.3-.3-.5.2-.1.2-.3.3-.4.2-.2.5-.4.8-.7-.8-.1-1.2 0-1.5.3s-1 .6-1.6.9c-.1.3.5.7-1 .6 0 0-.3.2-.3.3.1.2.4.4.6.7-.9.1-1.7.3-2.7.4-.3-.3-.5-.6-.8-.9-.9 0-.9 0-.5-.3.1-.1.1-.2.1-.2 0-.1 0-.1.3-.2l.3.3c1-.4 1.1-.6.3-1 .1.1.2.3.3.5-.4-.1-.6-.1-1-.2-.3.3-.5.5-.8.9-.1-.2-.1-.3-.2-.5-.3 0-.6.1-1 .1-.3-.2-.5-.3-.9-.6.5.1.8.1 1.2.2-.1-.2-.1-.4-.2-.5.5.1 1.1.2 1.3.1.4-.1.6-.3.9-.5l-1.5-.2-.3.1.2-.4c-1.2-.2-1.6 0-1.9.4-.3.5-1 .9-1.6 1.3-.3.2-1 .3-1.2.5-.2.1.1.4.3.6-.6.1-1.2.1-2 .2.1-.1.2-.3.4-.4.1-.1.3-.1.3-.1-.6-.4.8-.6.8-1 0-.1.5-.1.9-.2-.6-.5.9-.5 1.4-.7.2-.1.4-.3.6-.4l-.4-.1c-.2.1-.4.2-.7.3-.8-.3-.7-.4.3-.7 1.3-.3 2.5-.6 4-1 .3.2.6.4 1 .7l.6-.6h.2l.2.4c.9-.1.9-.1.7-.6-.1-.3 0-.5.2-.9.4.3.8.6 1.3.9.2-.3.3-.6.4-.8h.2c-.1-.2-.2-.3-.4-.6.7 0 1.2.1 1.7.1-.1.3-1.1.6-.3 1 .2.1-.2.3-.1.5l.9-.4h.3l-.5.5c-.1.1-.4.2-.6.3.4.1.8.2 1.2.2 1.8.1 1.9.2 1.4.8-.1.2 0 .4-.1.8-.1-.1-.2-.2-.3-.4.1.3.2.6 0 .9-.3.3-1.3.5-2 .7-1-.1-.7-.3.8-.5zm1.1 1.9c-.1.1-.5.2-.6.1-.2 0-.4-.2-.4-.2.2-.3.8-.4 1.6-.3-.2.1-.3.2-.6.4zm1.6-1.6c-.1.1-.5.1-.8.1 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3 0-.6-.1-1.1-.1 0-.1.1-.2.2-.3.5.1.9.1 1.5.2-.2 0-.5.2-.8.4zm-.2-2.3c-.1 0 0-.3.1-.5.4.1.7.2 1 .3.1-.2.2-.3.3-.4h.2c.1.1.2.2.3.4.1 0 .2-.1.3-.1.8 0 1.6-.1 2.4-.1.3 0 .5.2.9.3-1.6 0-2 .4-2.4.8-.6-.2-1.1-.4-1.5-.5-.5-.2-1.1-.2-1.6-.2zm2.8 1.4v-.6l.4-.1c.3.2.6.4 1.1.6-.8.1-1.1.1-1.5.1zm4.3.4c-.4-.1-.7-.2-1.1-.3-.3 0-.6.1-.9.1l-.2-.1c.4-.1.9-.2 1.3-.4.4.2.7.4.9.7zm-.2-1.9.8-.4.5.1c-.3.1-.5.3-.8.4 0-.1-.3-.1-.5-.1zm3.7 3.2h-.4l-.8-.5.1-.1c.3.1.8.1 1 .2.2.1.1.3.1.4zm1.1-2.6.9.3c-.3.1-.5.1-.8.2-.9.1-.9.1-.6.5.2.2-.3.5-.4.7-.7 0-1.2.1-2 .1.1-.1.1-.3.3-.4 1.3-.1 1-.5 1-.7-.7-.1-1.3-.3-2.2-.5.9-.2 1.4-.3 2.2-.5l.2-.2h.2l.3.6h.4c.3-.4-.4-.7-.9-.9-.1-.1-1 0-1.7 0 0-.1 0-.2.2-.3.5-.2 1.1-.4 1.7-.6.3-.1.6-.2 1.2-.1.3.1 1-.1 1.4-.2l.3.1c-.3.1-.6.2-.9.4-.3.1-.5.3-.7.4 1.7.2 2.9-.1 3.7-.7l.4.1c-.1.2-.2.4-.5.5-.8.2-.6.3-.2.5.1.1.1.2.2.3h-.7c-1.2-.3-2.3-.2-3 .4zm4.3 1.1c-.4-.2-.7-.2-1-.4.5-.1.9-.2 1.5-.3-.2.2-.4.4-.5.7zm61.5-4.9c0 .4-.1.7-1.3.8-.5-.5-.5-.5 1.3-.8zm-1.6-2.2c.4.3.7.5 1 .8-.3 0-.5.1-.8.1l-.3.6h-.4c.1-.2.2-.5.2-.7-.8-.1-.8-.1.3-.8zm-4-2.9h.2c.2.3.3.5.5.8h-1c.1-.3.2-.6.3-.8zm-7.2-.1c.4.1.8.2 1.1.3.2.1.3.2.2.3-.1.1-.5.2-.7.2-.1 0-.3-.2-.4-.2-.2-.2-.3-.4-.4-.5l.2-.1zm-22.2-1c.5-.1.9-.3 1.4 0-.4.2-.7.4-1 .6-.4 0-.9.1-1.6.1-.2-.1-.4-.2-.5-.3.7-.1 1.2-.3 1.7-.4zm1.1 5.3c-.2.1-.4.3-.7.4-.4-.2-.3-.5.2-.6h.5c.1 0 .1.1 0 .2zm-14.5-4.5-.2.2c-2 .1-2 .1-1.9-.4.8.1 1.5.1 2.1.2zm-2.7-.9c.4.1.6.2 1.1.2-.4.1-.6.2-1.1.4v-.6zm.1 6.9c.1 0 .3-.1.4-.1.1.1.3.1.3.2s-.1.2-.1.3v.4c-.8-.1-1-.6-.6-.8zm-7.7-1.1c0 .3 0 .7.1 1-1.1-.2-.8-.6-.1-1zm-1.099 1.5c-.001 0-.001 0 0 0h2.2c.4-.1.7-.1 1-.2l.7.7-.3.1c-.2-.1-.4-.1-.6-.2-.2.1-.5.2-.7.3.2.2.4.2.7.2.3 0 .6-.1.9-.1s.8.2 1.4.4c-.3.2-.6.2-.8.2-1.1.1-1.2.3-.8.7.1.1 0 .3-.1.4h-.3c-.2-.2-.4-.4-.6-.7l-.6.3c-.7-.2-1.4-.4-2.3-.6.7-.2.5-.6 1.3-.7-.501-.2-.301-.7-1.1-.8zm1.699 5c0-.7.7-1.2 2.4-1.3-.7.5-1.5.9-2.4 1.3zm.1-1.2c-.3-.1-.5-.1-.8-.2-.2 0-.3-.1-.6-.1.1-.3.3-.7.4-1.1h1.4c.5.6 1.1.8 2.3.7l.1.2c-.7.2-2.1.1-2.8.5zm3.3.8h-.3l-.1-1.3.6-.6h.2l-.4 1.9zm.7-11c.3-.1.7-.2 1.3-.3 0 .1.2.3.1.3-.5.1-1 .2-1.6.3 0-.1 0-.3.2-.3zm4.1 9.6c-.1.1-.4.2-.9.2 0-.2.1-.3.1-.5-.3 0-.5.1-.7.1-.1-.1-.3-.2-.4-.3l.5-.5c1.1.2 1.8.5 1.4 1zm-3.8-.3c.2-.2.4-.4.7-.6.1-.1.7-.1.8-.1.2.1.3.3.4.4-.6.1-1.1.2-1.9.3zm5.3 2.2c-.1-.1-.3-.3-.5-.4 1.1-.1 1.6 0 1.9.4h-1.4zm1.3-2 .7-.7h.3c0 .3 0 .6.1 1.1-.6-.2-1-.3-1.1-.4zm-.5-1.3c-.2.1-.8-.1-.6.2.1.1.1.3.1.4l-.3.6h-.5c0-.2-.1-.4.1-.6.4-.5-.3-1.2-1.5-1.3-.3 0-.8.1-1.1.2-.1 0 0 .2 0 .2h1.2c.1.1.4.3.6.4-.1 0-.2.1-.2.1-1-.1-2.1 0-3-.2-.4-.1-.9-.3-.9-.4 0-.3-.9-.7.8-.8.4 0 .8-.3 1.2-.4.1.1.2.3.3.4l.2.2c1.4 0 2.6.6 4.2.1.2-.1.9.1 1.4.1-.7.3-1.3.5-2 .8zm5.5 2.5-1.2-.4.3-.1c.5 0 1 .1 1.8.1-.3.1-.599.2-.9.4zm.7-2.6c-.1.6-.2 1.1-.3 1.7-.3-.1-.4-.1-.4-.1.6-.6-1.2-.8-1.4-1.2-.1-.3-.5-.5-.8-.8v.1c-.7-.4-1.2-.8-2.5-.7-.1 0-.3-.1-.3-.1.1-.1.2-.3.4-.3.2-.1.7-.1.8 0 .4.2.9.3 1.6-.1l.2.1-.2 1c.4-.1.9-.2 1.3-.3.4.1.7.2 1.3.3 0-.4 0-.8 1.1-1 .1.3.2.6.3.8h-.8l-.3.6zm1.8 1.5c-.5-.1-.9-.2-1.3-.4l.3-.1h1.1c-.1.2-.1.3-.1.5zm0-9.9c.3-.1.6-.4 1-.4s.8.2 1.2.3c-.4.1-.7.2-1.2.4-.5-.1-.8-.2-1-.3zm2.7 7.3c-.5-.4-2.1-.4-1.5-1.1.4.2.6.3 1 .4l.6-.3h.4c-.2.3-.3.6-.5 1zm1.5.7c-1.1-.4-1.1-.7 0-.9 0 .2.1.3.1.5.3 0 .6 0 1.1.1-.5.1-.9.2-1.2.3zm1.1-1.7c.2-.1.4-.2.7-.3h.9l.2.1c-.5.1-.9.2-1.4.3-.1 0-.5-.1-.4-.1zm4.2.9c-.2 0-.3-.1-.3-.1-1.1.3-2 .6-3.1.9-.4-.4-.1-.5 1.7-.7l.8-.8c.4.2.8.4 1.1.6l-.2.1zm.4-7.3h-1.9c.3-.2.4-.3.6-.5l1.5.3-.2.2zm3.9-.3c-.4.1-.7.2-1.1.4 0-.5 1.5-.9 2.3-.8.2 0 .3.2.4.3-.4.1-.8.2-1.3.2-.1 0-.2-.1-.3-.1zm.6 7.5c-.7-.3.4-.4.7-.6.9.3.8.4-.7.6zm2.3.8c-.2.1-.6.2-.9.3-.3-.3.3-.5.8-.7-.2-.1-.6-.2-.6-.3 0-.1.4-.2.7-.3h1c-.3-.2-.6-.5-.8-.7h-.3c0 .2-.1.3-.1.5h-.5c0-.2-.1-.4.1-.7.2-.2.6-.4 1.1-.6-.1.1-.2.3-.2.4.7.4 1.3.8 1.9 1.2-.5-.1-.9-.1-1.2-.1.4.2.5.3-.3.4-.4 0-.6.1-.8.2.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm2.7-.6c-.2.5-1.5.2-2 .5 0-.4 0-.4 2-.5zm.1 1.6c-.6-.4-.5-.5 1-.6-.3.2-.6.4-1 .6zm2.2-2-.2-.1-.5.5c-.1-.3-.2-.6-.2-1 .6-.3 1 .2 1.7.1l.1.1-.9.4zm2-8c.3.1.3.3.4.5h-.3l-1.2-.4c.3-.1.9-.2 1.1-.1zm-.6 7.5c.3-.1.5-.3.8-.3s.6.1.8.2l-.1.1-1.2.1-.3-.1zm1.1 3.3-.3.1c-.2-.1-.5-.3-.4-.4.1-.1.4-.3.7-.4h.3l-.3.7zm1.3-2.5c-.4-.1-.9-.1-1.2-.3-.2-.1 0-.2 0-.4.6.2.9.2 1.3.3.1 0 .1.1.2.2 0 .1-.2.2-.3.2zm1.1-.3c-.4-.2-.7-.4-1-.5l1-.3.3.1c0 .2-.1.4-.3.7zm1.5-1.3c-.7.1-1 .1-1.3.1h-.7c.1-.1 0-.2.2-.3.6-.1 1.2-.3 2.2-.5-.2.4-.3.6-.4.7zm2.6-7c.2.2.5.4.8.7-.9-.1-1.5-.2-2.3-.3.7-.2 1.1-.3 1.5-.4zm.6 7c-.4.1-.7.3-1.1.4-.9-.4.1-.4.4-.5.1 0 .4.1.7.1zm-2 1c.5-.2 1-.4 1.6-.6.2-.1.6 0 .8 0-.1.1-.1.3-.3.3-.6.2-1.2.3-1.8.4l-.3-.1zm2.6 3.6c-.3-.3-.5-.4-.8-.5h-.4l.8-.5.4.1v.9zm0-1c0-.5-.1-.9-.1-1.3h.3c.3.2.5.5.8.8-.2.1-.5.3-1 .5zm-.2-10.6.4-.1c.3.2.5.5.9.8-1.4-.1-1.1-.5-1.3-.7zm1.6 9.8c0-.4 0-.7-.1-1.1 1.6.3 1.6.5.1 1.1zm2.9-.7c-.3-.1-.5-.1-.6-.2-.1-.1-.3-.2-.3-.3-.2-.6-.2-.6-1.6-.8.4-.1.7-.2 1.1-.3l-1.4-.2-.1-.1c1.6 0 .6-.4 1.2-.7.1.4.2.7.3 1 1.6.2 1.7.3 1 1.3.2 0 .3 0 .5-.1 0 .2 0 .3-.1.4zm1.1-.2c.3.1.4.2.6.3-.3.2-.6.3-.9.4-.3 0-.3 0 .3-.7zm-.1 1.6c-.4-.5 1.2-.3 1.2-.6.5.5.3.6-1.2.6zm1.9-1c-.4-.1-1.4 0-.8-.5.3.3 1.6-.2 1.6.3 0 .1-.6.2-.8.2zm2.5.3v-.8c.8.3.6.7 0 .8zm8.5-3c-.4.2-.7.4-1 .5h-.4c0-.2-.1-.4-.1-.6.6.1 1 .1 1.5.1zm-3.6-7.3c.5 0 1-.1 1.4 0 .2 0 .4.2.6.4-.9-.2-1.5-.2-2-.3v-.1zm3.3 9.8c-.3.1-.8-.1-1.3-.1l.1-.1 1.7-.3.3.1c-.2.1-.4.3-.8.4zm7.5-10.2c.5-.1 1.1-.2 1.8-.3-.2.3-.3.4-.5.7-.5-.1-.9-.3-1.3-.4zm3.8 9.8-1.8-.3c-.2 0-.3-.1-.4-.2.7-.1 1.3-.1 2-.2.1 0 .3.2.3.3.1.2 0 .4-.1.4zm.6-9.8-.1-.1c.4-.1.8-.2 1.2-.2.2 0 .4.2.8.4-.9 0-1.4 0-1.9-.1zm4.2.1-.5-.1 1-.6.6.1-1.1.6zm16.6 6.8c-.6-.1-1-.2-1.4-.3-.3.1-.5.2-.7.2-.1 0-.5-.1-.4-.2s.3-.3.5-.3c.7-.1 1.4-.1 2.2-.1 0 .3-.1.5-.2.7zm3.6-1.4c.3-.2.4-.4.5-.5l1.2.3c-.4 0-.8.1-1.7.2zm103.7-9.2c-1.2.1-2.2.1-3.4-.1-1-.1-2.3 0-3.5.1-1.8.1-3.5.3-5.3.2-.6 0-1.6 0-2.4.2-.4.1-1.1.1-2.1.2.9.1 1.4.2 2.3.3-1.2.3-2 .6-2.9.9-1.6-.9-2-1.8-1.2-2.2 1.2-.1 2.3-.2 3.4-.3.8-.1 1.6.2 2.3-.1 0 0 .5.1.9.2 1.5-.4 3.2-.3 4.9-.3 1.5 0 3.1-.2 4.6-.4.9-.1 1.3 0 1.5.3.1.2.4.4.6.5l.2-.1c.4.1 1 .1 1.1.2.2.4-.5.4-1 .4zm80.6 8.4c.5.3 1.2.5 1.4.8.1.1-.8.3-1.4.5-.1-.5-.2-.9-.3-1.2l.3-.1zm-1.2-4c.4.2 1.4.3.4.8-.3-.3-.5-.5-.8-.7l.4-.1zm-8 6.4c-.2-.2-.4-.3-.5-.4-.4.2-.7.4-1.1.5-1.2-.3-1.1-.5.2-1 .3.3 1.9.3 1.4.9zm-1.9-8.1c-.4.2-1 .4-1.6.6-.2-.1-.3-.2-.6-.3.801-.1 1.5-.2 2.2-.3zm-3.3 6.6c.4.2.7.4 1 .6-.6 0-1.1.1-1.9.1.3-.2.6-.4.9-.7zm-6.7-6.3 1.4-.2.4.7-.4.1-1.4-.4v-.2zm-5.9 7.2c.4 0 .8.1 1.1.1.4-.1.8-.1 1.1-.2l.2.2c-.3.1-.7.2-1 .2-.5 0-1-.1-1.6-.2l.2-.1zm-2.4-1c1 .3.1.6.2 1-1.4-.3-1.4-.4-.2-1zm-1.2 1.1h.3c0 .1.2.3.1.4-.2.2-.6.3-.9.4l-.3-.1.8-.7zm-11.2 2v.9h-.5l-.2-.9h.7zm-8.7-1.1s-.5.2-.9.4c-.2-.4-.2-.7-.3-.9h.2c.3.1.7.3 1 .5zm-3.2-7.1c.9.2 1.3.1 1.6-.3l.4.1c-.2.2-.3.5-.6.8-.7-.2-1.2-.3-1.6-.4l.2-.2zm-.4 2.4c.8-.4 1.6-.4 2.5 0-.8.1-1.5.2-2.5.3 0-.1-.1-.3 0-.3zm.1 5.9c.5-.2 1-.5 1.2-.5.7.1.8.3.5.6-.3.2-.1.3-.1.6-.6-.3-2.2 0-2.1-.7h.5zm-4.8-8.4c.4.5 2.5-.2 2.8.7-.3-.2-.5-.2-.6-.3-1.4.1-2.5.5-4.1.2.7-.3 1.3-.4 1.9-.6zm2.2 7.6-.4.1c-.5-.1-1-.3-1.6-.5.8-.1 1.2-.1 1.8-.2 0 .2.1.4.2.6zm-6.6-.1c.2.1.4.1.7.1-.5.3-.9.5-1.4.7l-.3-.1c.1-.2.9-.6-.6-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1.1 0 1.6.1zm-4-8.4c1 .6-.7.6-.8.9l-.4-.1c.3-.2.7-.4 1.2-.8zm-2 1.4.2.1c-.5.2-1.1.4-1.9.7l-.4-.8h2.1zm-.4 6.8c0 .1 0 .2-.1.2l-.9.6c-.2-.2-.5-.4-.7-.6.8-.1 1.2-.1 1.7-.2zm-4.8-.8h.4l-.3 1h-.6l.5-1zm-1.7 1.3c.2.1.3.1.5 0 0 .2.1.4.2.7-.3-.1-.5-.1-.7-.2v-.5zm0 2c.2.1.3.2.4.3l-.1.1c-.1 0-.2 0-.3-.1v-.3zm6.1-.5c-.2 0-.8.3-1.3.4 1.5.4.3 1 .4 1.4 0 0-.5.1-.8.2 0-.4 0-.8-.1-1.2 0-.3-.2-.5-.9-.3.3.4.5.6.7.9h-1.9c-.3.5-.3 1 1.4 1.3.4-.1 1-.1 1.6-.2v1c-1.3-.1-2.4-.4-3.5-.6-.9-.2-1.6-.6-1.5-1l-.2.2v-.7c.3.1.6.1.9.2v.3h.4c.1-.1.1-.2.2-.3 0-.2-1-.7 1-.6.1 0 .4-.2.8-.4h-.1c-.3.1-.7.1-1.1.2-.1-.1-.2-.2-.3-.5-.3.3-.6.4-.8.7-.2-.5-.5-.9-.7-1.4.6.2.9.2 1.2.3.4-.1.6-.2 1-.4.1.2.1.3.1.4.6.1 1.2.2 1.8.2.1-.2.3-.5.5-.8h-1.8c-.4-.7 1.2-.3 1.7-.6.4.3.7.6.9.9.7-.1 1.2-.1 1.9-.2-.2.5-.4.8-1.5.6zm1.9-8.3c-.2-.1-.2-.2-.3-.5 1.3.2 2.6-.4 3.6.1-.9.1-1.7.2-2.4.3-.3.1-.8.2-.9.1zm2.6 10.2c.2-.3.1-.6.4-1 .3.6-.1 1.2 1.2 1.7-.7-.2-1.9-.2-1.6-.7zm2.9.1c-.1.1-.4.2-.6.3l-.9-.3c.3-.1.6-.1.8-.2.3-.1.5-.2.7-.2.1.1.1.2 0 .4zm4.401-1.1c.2.1.5.2.8.4-1.3.3-2.3.5-3.4.7-.2.3.9.8-.8 1 .1-.4.4-.7.3-1-.1-.5.3-.8 1.1-1.1.4-.1.7-.2.1-.5-.2-.1-.3-.2-.5-.3 0 .2-.4.3-1.5.2.2-.1.4-.2.4-.4 0-.1-.1-.2-.2-.2s-.4 0-.5.1c-.6.3-1.1.5-1.7.8-.5-.3-1.7-.5-1.1-1 .1 0 .2 0 .4.1l1.3.2c.2-.2.3-.4.5-.5.1-.1.4-.3.5-.3.4 0 .9.1 1.1.2s.3.2.4.3c-.1-.2-.2-.4-.4-.6-.1-.1.2-.3.4-.4.1-.1.7 0 .8 0 .1.1 0 .3 0 .4 0 .1 0 .3-.1.4h.4c.1-.2.2-.3.3-.6.3.2.5.3.7.4.8-.3 1.5-.5 2.2-.8.6-.1 1.4-.1 2.4-.2-.6.3-1.2.6-1.9.9-.2-.1-.4-.1-.7-.2-.1 0-.2.1-.2.1l.9.3c1.1.1 1.4.3 1.1.6-1.1 0-2-.1-2.9 0-.4 0-.8.2-.9.4.2.3.5.5.7.6zm3.099.4c.4-.2.9-.5 1.3-.7l.6.2c-.4.4-.9.7-1.3 1.1-.2-.3-.4-.4-.6-.6zm3.8.8h-.3c0-.1.1-.3.1-.4-.6-.1-1.1-.3-1.8-.5.5 0 .8 0 1.2-.1 0-.2-.1-.3-.2-.5h.4c.1.1.2.3.3.4h1.1c-.3.5-.5.8-.8 1.1zm.9-1.3c-1-.2-1.4-.6-1-1.1 1.2.2 1.2.2 1 1.1zm.7-2.1c.1.1.2.3.2.4.4 0 .8-.1 1.2-.1 0 .2.1.5.1.7-1.5.1-2.1-.2-1.5-1zm2.3 1.9-1.4.1-.3-.1c.3-.1.6-.3 1-.4.1 0 .6.1.9.2l-.2.2zm.9-.5c0-.2.1-.5.2-.7-.2 0-.5 0-1-.1.1-.2.1-.4.2-.4-.5-.2-.8-.3-.9-.3.7-.3 1.3-.4 1.5-.6.1-.1-.6-.3-1-.5 0-.7 0-.7.9-.9.5.8 1 1.6 1.5 2.3.7 0 1.5-.1 1.7 0 .3.2.3.5.4.7l-.5.1c-.3-.1-.6-.3-.9-.4l-1.8.9-.3-.1zm3.3 1.3c-.5-.4-.9-.7-1.3-1.1l.5-.1.5.5c.1.1.3.2.5.2.8.2.8.2-.2.5zm3-.6c-.8-.1-1.5-.1-2.6-.2.6-.3 1-.4 1.5-.6v.5c.4.1.8.1 1.2.2l-.1.1zm2.9-.5c.9 0 1.4.2 1.3.4-.9 0-1.6.1-2.4.1-.199-.3.301-.5 1.1-.5zm.7 2c-.3.1-.7 0-1.3 0 .9-.4 1.5-.6 2.2-.9.4.5-.1.8-.9.9zm1.7-3.3c-1.2 0-2.4 0-3.4-.3-.4.1-.9.1-1.5.2.2-.3.5-.7.9-1 .4.3 1.1.4.6.8 1.1-.3 2.2-.2 3.3 0 .6-.3.6-.6-.4-.9 1 0 1.7 0 2.7.1 0 0 .1 0 .2.1.1 0 .2.1.3.1.2.2.5.5.2.7-.5.4-.7.6.6.6-.8.6-1.6 1.1-2.4 1.6-1.6-.6-.4-1.4-1.1-2zm16.7 1.6c-.8-.1-1-.3-.3-.6.3-.1.2-.3.4-.5.3-.2.6-.5.9-.7-.9-.1-1.3 0-1.7.4-.4.4-1.2.7-1.8 1-.1.3.5.8-1.2.6 0 0-.4.2-.3.4s.4.5.7.7c-1 .2-1.9.3-3 .5-.3-.3-.6-.6-.9-1-1 0-1 0-.6-.3.1-.1.1-.2.2-.3 0-.1 0-.1.3-.2.1.1.2.2.3.4 1.1-.5 1.2-.7.3-1.1.1.2.2.3.3.5-.4-.1-.7-.1-1.1-.2-.3.3-.6.6-.9 1-.1-.2-.1-.3-.2-.5-.3 0-.7.1-1.1.1-.3-.2-.6-.4-1-.6.6.1.9.1 1.4.2-.1-.2-.2-.4-.2-.5.5.1 1.2.2 1.4.2.4-.1.7-.4 1-.6l-1.7-.3-.3.1.2-.5c-1.3-.2-1.8 0-2.1.5-.4.5-1.1 1-1.8 1.5-.3.2-1.1.4-1.4.6-.2.2.2.4.3.6-.7.1-1.3.1-2.2.2l.4-.4c.1-.1.3-.1.3-.1-.7-.5.9-.7.9-1.1 0-.1.6-.2 1-.3-.7-.5 1-.5 1.5-.8.3-.1.4-.3.6-.5l-.4-.1c-.2.1-.5.3-.7.4-.8-.4-.7-.5.3-.7 1.5-.3 2.9-.7 4.5-1.1.3.2.7.5 1.1.7l.7-.7h.2l.2.4c1-.1 1-.1.7-.7-.1-.3 0-.6.2-1 .4.3.9.6 1.4 1 .2-.4.3-.7.5-.9h.3c-.1-.2-.2-.4-.4-.6.8 0 1.4.1 1.9.1-.1.4-1.2.7-.3 1.1.2.1-.2.3-.1.6l1-.5.4.1c-.2.2-.4.4-.6.5-.2.1-.4.2-.6.4.5.1.9.2 1.4.3 2 .1 2.1.2 1.6.9-.2.2-.1.5-.1.9-.2-.3-.3-.4-.4-.5 0 .4.4.8 0 1.1-.4.3-1.5.5-2.3.8-.999-.3-.8-.6.9-.9zm1.3 2.2c-.1.1-.6.2-.7.1-.2-.1-.5-.2-.4-.3.3-.3.9-.5 1.7-.4-.2.3-.3.4-.6.6zm1.7-1.8c-.1.1-.6.1-.9.1-.1 0-.1-.1-.2-.2.3-.1.5-.1.8-.2h.5l.1-.2c-.4 0-.7-.1-1.2-.1 0-.1.1-.2.2-.4.6.1 1 .1 1.7.2-.3.4-.6.6-1 .8zm-.2-2.6c-.1 0 0-.3.1-.5.5.2.7.2 1.1.4.2-.2.3-.3.4-.5h.3c.1.1.2.2.3.4.1 0 .2-.1.3-.1.9 0 1.8-.1 2.7-.1.3 0 .5.2 1 .3-1.8 0-2.2.4-2.7.9-.6-.2-1.2-.4-1.7-.6-.599-.1-1.199-.1-1.8-.2zm3.1 1.6v-.6l.5-.1c.4.2.7.4 1.3.7h-1.8zm4.9.4-1.2-.3c-.3 0-.7.1-1 .1l-.2-.1c.5-.1 1-.3 1.5-.4.4.2.8.4 1.1.6l-.2.1zm-.2-2.1.9-.5.6.2c-.3.2-.6.3-.9.5 0 0-.4-.1-.6-.2zm4.2 3.7h-.4l-.9-.6.2-.1c.4.1.9.1 1.1.2.1.1-.1.3 0 .5zm1.2-3c.3.1.7.2 1 .3-.3.1-.6.2-.9.2-1 .1-1 .2-.6.5.2.2-.3.6-.4.8-.8.1-1.4.1-2.3.1.1-.1.1-.4.3-.4 1.5-.1 1.2-.5 1.1-.8-.8-.2-1.4-.3-2.5-.5 1-.2 1.6-.3 2.5-.5l.2-.2h.2l.4.6h.4c.3-.4-.5-.7-1-1-.2-.1-1.1 0-1.9 0 .1-.1 0-.2.2-.3.6-.2 1.2-.5 1.9-.7.3-.1.7-.3 1.4-.1.4.1 1.1-.1 1.6-.2l.3.1c-.3.1-.7.3-1 .4-.3.2-.6.3-.8.5 2 .3 3.2-.1 4.1-.8l.5.2c-.2.2-.2.5-.5.5-.9.2-.7.3-.2.6.2.1.2.2.2.3h-.8c-1.5-.4-2.6-.3-3.4.4zm4.7 1.2c-.5-.2-.8-.3-1.2-.4.6-.1 1.1-.2 1.7-.4-.1.3-.3.5-.5.8zm3.3-6c0 .4 0 .7.1 1.2-1.3-.3-1-.7-.1-1.2zm1.2 1.7c.4-.1.8-.2 1.2-.2l.8.7-.3.1c-.2-.1-.4-.2-.7-.3-.5.2-1 .4-1.6.6 0-.1-.1-.2-.1-.2-1.4.1-.9-.6-1.8-.7h2.5zm-2.1 3.8c.1-.4.3-.8.5-1.3h1.4c-.8-.2-1.6-.4-2.6-.6.9-.2.4-.9 2-.7.3 0 .8-.1.8-.1.5.4 1.1.2 1.8.1.4 0 .9.2 1.6.4-.3-.1-.6-.1-.9 0-1.2.2-1.3.3-.9.8.1.1 0 .3-.1.5h-.4c-.2-.3-.4-.5-.7-.8-.2.1-.5.3-.6.4h.2c.6.7 1.3.9 2.6.7l.1.3c-.9.4-2.4.2-3.2.7-.3-.1-.6-.1-.9-.2-.2 0-.4-.1-.7-.2zm1.5 1.8c0-.8.8-1.3 2.7-1.4-.9.4-1.7.9-2.7 1.4zm3.8-.5h-.4l-.1-1.5.7-.7h.2l-.4 2.2zm59.4-8.7 1.2.9c-.3 0-.6.1-.9.1l-.3.6h-.5c.1-.3.2-.5.3-.8-1-.1-1-.1.2-.8zm1.8 2.5c0 .4-.1.8-1.5.9-.5-.6-.5-.6 1.5-.9zm-6.3-5.8h.3c.2.3.3.6.5.9h-1.1l.3-.9zm.5 5.1c.1.4.3.8.4 1.1l-1.6-.2-.1-.1c1.8 0 .7-.5 1.3-.8zm-8.5-5.1c.4.1.9.2 1.2.4.2.1.4.3.3.4-.1.1-.5.2-.8.2-.1 0-.3-.2-.4-.3-.2-.2-.3-.4-.5-.6l.2-.1zm-38.1 7c.2-.1.8-.1.9 0 .5.2 1 .3 1.8-.1l.2.2-.2 1.2c-.7-.4-1.3-.8-2.7-.7-.1 0-.4-.1-.4-.2.1-.1.2-.3.4-.4zm-1.7-7.3-.2.2c-2.3.1-2.3.1-2.1-.5.8.1 1.5.2 2.3.3zm-3.1-.9c.4 0 .7.1 1.3.2-.4.2-.7.3-1.3.5v-.7zm.2 7.6c.1 0 .4-.1.4-.1.2.1.3.1.3.2s-.1.3-.2.4v.5c-.8-.2-1-.8-.5-1zm-3.5-6.7c.3-.1.8-.2 1.5-.4 0 .2.2.4.1.4-.5.1-1.2.2-1.8.3.1-.1 0-.3.2-.3zm.4 10.5c.3-.2.4-.5.7-.6.2-.1.8-.1.9-.1.2.1.3.3.4.4-.5 0-1.1.1-2 .3zm4.3.2c-.1.1-.5.2-1 .3 0-.2.1-.4.1-.6-.3 0-.6.1-.8.1-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1.3.2 2.1.6 1.7 1.1zm1.5 2.2-.5-.5c1.3-.2 1.8 0 2.1.5-.6-.1-1-.1-1.6 0zm1.5-2.2.8-.8h.3c0 .3 0 .7.1 1.2-.7-.2-1-.4-1.2-.4zm-.6-1.6c-.2.1-.9-.1-.7.2.1.2.1.3.1.5-.1.2-.2.4-.4.7h-.5c0-.2-.1-.4.1-.6.5-.5-.4-1.4-1.6-1.5-.4 0-.9.1-1.2.2-.1 0-.1.3 0 .3h1.3c.1.1.4.3.7.5-.1.1-.2.1-.3.1-1.1-.1-2.3 0-3.3-.2-.4-.1-1-.3-1-.5 0-.3-1-.8.9-.9.4 0 .8-.3 1.4-.5.1.2.2.3.3.4.1.1.2.2.3.2 1.6 0 2.9.7 4.7.1.3-.1 1 .1 1.5.2-.8.3-1.5.6-2.3.8zm6.2 2.8-1.3-.5.3-.1c.6 0 1.1.1 2 .1-.4.3-.7.4-1 .5zm.7-2.9c-.1.7-.2 1.3-.3 2-.4-.1-.5-.1-.5-.1.8-.7-1.3-.9-1.5-1.4-.1-.3-.6-.6-.9-.8.5-.1 1-.3 1.4-.4.4.1.8.2 1.4.4 0-.5 0-.9 1.3-1.2.1.4.2.6.3.9h-.9l-.3.6zm2.1 1.7c-.6-.2-1-.3-1.5-.4l.3-.1h1.3c-.1.2-.1.3-.1.5zm0-11c.4-.1.7-.4 1.1-.4s.9.2 1.3.3c-.4.1-.8.2-1.4.4-.5-.2-.7-.2-1-.3zm3.1 8.1c-.6-.5-2.4-.5-1.7-1.2.4.2.7.3 1.1.4.2-.2.4-.3.6-.4h.4c-.1.4-.3.8-.4 1.2zm.1-8.3c.7-.2 1.3-.3 1.9-.4.5-.1 1.1-.3 1.5-.1-.4.2-.8.5-1.1.7-.5 0-1 .1-1.8.1-.1 0-.3-.2-.5-.3zm3.2 5.5c-.2.2-.5.3-.8.4-.4-.2-.4-.6.2-.7h.6c.1.1.1.2 0 .3zm-1.7 3.6c-1.2-.4-1.2-.8-.1-1 0 .2.1.4.1.5.4 0 .7 0 1.2.1-.5.2-.8.3-1.2.4zm1.2-1.9c.2-.1.4-.3.8-.3.3-.1.7 0 1.1 0l.2.2c-.5.1-1.1.3-1.6.4-.1-.1-.5-.3-.5-.3zm4.7 1c-.2 0-.3-.1-.4-.1-1.2.3-2.3.6-3.4 1-.4-.5-.1-.6 1.9-.8l.9-.9c.5.2.8.4 1.2.6l-.2.2zm.5-8.2h-2.2c.3-.2.5-.4.7-.5l1.6.4-.1.1zm3 .1c0-.5 1.7-1 2.6-.9.2 0 .3.2.4.3-.5.1-.9.2-1.4.3 0 0-.1-.1-.3-.1-.4.1-.8.3-1.3.4zm2 8c-.7-.4.4-.5.8-.7 1.1.4 1 .4-.8.7zm2.6.9c-.2.1-.6.2-1 .3-.3-.3.4-.5.8-.8.2 0 .6.1.6.1-.1.2-.1.3-.4.4zm-.1-.5c-.2-.1-.6-.2-.6-.4 0-.1.5-.3.8-.3h.9c-.3-.2-.5-.4-.8-.7h-.4c0 .2-.1.4-.1.6h-.5c0-.3-.1-.5.1-.8.2-.2.6-.4 1.2-.6-.1.2-.2.3-.3.4.8.5 1.4.9 2.2 1.4-.4-.1-.6-.1-.9-.1.1.1-.1.2-.7.2-.4.1-.6.3-.9.3zm3.2-.1c-.3.6-1.6.3-2.2.5-.1-.5-.1-.5 2.2-.5zm.1 1.7c-.6-.5-.6-.5 1.1-.7-.3.3-.7.5-1.1.7zm2.4-2.2-.2-.1-.6.6c-.1-.4-.2-.7-.3-1.1.7-.3 1.1.2 1.9.1l.1.1-.9.4zm.9-9c.5 0 1.1-.1 1.3 0 .3.1.3.3.4.5h-.4l-1.3-.4v-.1zm1.7 8.1c.3 0 .6.1 1 .2l-.2.2-1.4.1-.3-.2c.3-.1.6-.3.9-.3zm.3 4.1-.4.1c-.2-.2-.5-.3-.5-.5.1-.2.5-.3.8-.4h.4l-.3.8zm1.4-2.9c-.5-.1-1-.1-1.4-.3-.2-.1 0-.3 0-.4.7.2 1.1.3 1.4.4.1 0 .2.1.2.2.1 0-.1.1-.2.1zm1.3-.3c-.5-.3-.8-.4-1.1-.6l1.1-.3.3.1c-.1.2-.1.4-.3.8zm1.6-1.4c-.7.1-1.1.1-1.4.1h-.8c.1-.1 0-.3.2-.3.6-.2 1.3-.3 2.5-.5-.2.3-.4.5-.5.7zm2.9-8c.3.2.5.4.9.8-1-.1-1.7-.2-2.6-.3.8-.2 1.2-.3 1.7-.5zm.6 8c-.4.2-.8.3-1.2.5-1-.4.1-.4.5-.5.1-.1.5-.1.7 0zm-2.1 1.1c.6-.2 1.2-.5 1.8-.7.2-.1.6 0 .9 0-.1.1-.1.3-.4.4-.6.2-1.4.3-2.1.5l-.2-.2zm3 2.9c0 .3 0 .6.1 1-.6-.2-.8-.3-1.1-.5h-.4l.9-.6.3.1c0-.6-.1-1-.1-1.4h.3c.3.3.6.5.9.9-.2 0-.5.2-1 .5h.1zm-.4-11.9.5-.1c.3.3.6.5 1 .9-1.6-.2-1.3-.6-1.5-.8zm1.9 10.9c0-.4 0-.8-.1-1.2 1.7.4 1.7.6.1 1.2zm3.2-.7c-.3-.1-.6-.1-.7-.2-.2-.1-.3-.2-.3-.3-.2-.7-.2-.7-1.8-.9.5-.1.8-.2 1.2-.3 1.8.2 1.9.4 1.2 1.4.2 0 .3-.1.5-.1 0 .1 0 .2-.1.4zm1.2-.2c.3.2.5.3.7.4-.3.2-.7.3-1 .5-.3-.2-.3-.2.3-.9zm-.1 1.7c-.4-.5 1.4-.3 1.4-.7.5.6.3.7-1.4.7zm2.2-1.1c-.5-.1-1.6 0-.8-.6.4.3 1.8-.2 1.8.4-.1.1-.8.3-1 .2zm2.7.4c0-.3 0-.6-.1-.9 1 .3.8.8.1.9zm9.6-3.4c-.4.2-.7.4-1.1.6h-.4c0-.2-.1-.4-.1-.6h1.6zm-4.1-8.1v-.2c.5 0 1.1-.1 1.5-.1.3 0 .4.2.7.5-.9 0-1.6-.1-2.2-.2zm3.8 10.9c-.3.1-.9-.1-1.4-.1l.1-.1 1.9-.3.4.1c-.4 0-.6.3-1 .4zm8.4-11.4c.6-.1 1.2-.2 2-.3-.2.3-.4.5-.6.8-.5-.2-1-.4-1.4-.5zm4.2 11c-.7-.1-1.3-.2-2-.4-.2 0-.3-.2-.5-.2.7-.1 1.5-.2 2.2-.2.1 0 .4.2.4.4.1.2 0 .3-.1.4zm.7-11-.1-.2c.5-.1.9-.2 1.4-.2.3 0 .5.2.9.5-1.1 0-1.6-.1-2.2-.1zm4.7 0-.6-.1 1.1-.7.6.1-1.1.7zm18.6 7.7c-.7-.1-1.1-.2-1.6-.3-.3.1-.5.2-.8.3-.1 0-.5-.2-.5-.2.1-.1.4-.3.6-.3.8-.1 1.5-.1 2.4-.1.1.2 0 .3-.1.6zm6-1.8c-.5 0-.9.1-1.9.2.3-.3.4-.4.6-.5l1.4.2-.1.1z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-top-size: 481px 100%;
  --divider-top-height: 20px;
  --divider-top-offset-x: 0px;
  --divider-top-padding: 0px;
  --divider-top-color: #f9f0e1;
  --divider-top-opacity: 1;
  --divider-top-flip: scale(1, -1);
  --divider-top-layers-size: 0;
  --divider-top-layers-pin-factor: 0;
  --divider-top-filter: none;
  --divider-top-layer-1-display: none;
  --divider-top-layer-2-display: none;
  --divider-top-layer-3-display: none;
  --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-lvl1xrrh-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='0 220.149 1920 79.851' viewBox='0 220.149 1920 79.851' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lvl1xrrh-bottom %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m1904.9 224.5-9.8 1.5c.1-1.2-4.9-1.1-6.3-2-.1-.1-.5-.1-.8-.1-1.4 0-2.8 0-4.2.1-2.9 0-5.7.3-8.5.6-.2 0-.4.1-.6.2 0-.2-.1-.3-.1-.4-.5.1-1.1.1-1.2.2-.6.3-1.4 0-1.8.1-1.3.4-2.7.3-4.1.3-.4 0-1.1 0-1.3.1-.8.3-1.6.2-2.5.2-.7 0-1.4-.2-2.1.1-.2.1-.9 0-1.2 0-.9.1-1.8.3-2.7.4-.1-.2-.2-.3-.2-.4-1.1 0-2 .1-2.9.1-.4 0-1 0-1.2.1-.7.3-1.5.3-2.4.3-.4 0-.8-.1-1.2-.1-1.1.1-2.1.2-3.2.3-.7.1-1.6.2-1.9.2-.9-.3-1.8-.2-2.8-.1-1 .1-1.9.2-2.5-.1-.8.1-1.5.3-2.2.4-1.8.2-3.7.2-5.6.4-.8.1-1.3.1-1.9-.1-.5-.1-1.2-.3-1.8 0-.6.3-1.4.3-2.2.3-1 0-2.1-.2-2.9.2-.1.1-.4 0-.6.1l-3.9.3c-1.1.1-2.5.3-3.3.1-1.9-.3-3.6.2-5.3.1-.7 0-1.5.1-2.3.1-1.1.1-2 0-2.6-.2-.4.1-.8.3-1.1.3-1.2.1-2.4.2-3.6.2-1.4.1-2.8.1-4.2.2h-3.2c-1.3.1-2.5.2-3.8.2-.6.1-1 0-1.8 0-1.6-.1-3.4-.1-4.9.4-.2.1-.6 0-.9 0-.2 0-.4-.1-.7-.1-1.1.1-2.3.1-3.4.2-1.6.1-3.1.3-4.7.3-.9 0-1.9-.1-3.1-.1-.4 0-1.1 0-1.8.1h-.5l-2.7.2c-.9.1-1.8.1-2.6.2h-1.1c-.6-.2-1.1-.1-1.8 0-1.3.1-2.6.1-4 .2h-.4c-1 .1-1.9.1-2.9.2-.5 0-1.1-.1-1.6 0-1.1.2-2.1.4-2.8 0-.6.1-1 .2-1.5.3h-2c-1.4 0-2.8.2-4 .1-1.4-.1-2.4.3-3.7.2-1 0-2.1.2-3.1.3h-5.1v-.1c-1.2.2-2.4.5-3.8.8-.1-.2-.1-.3-.2-.5-2.2 0-4.3.1-6.4.3-1.7.2-3.5.2-5.3.3h-.2c-1.2-.4-2.4-.2-3.7 0-.3.1-.8 0-1.1 0-.4 0-.9 0-1.3.1-1.1.2-3 .2-3.7-.1-.5.1-.9.2-1.3.2h-1.7c-1.5.2-3 .4-4.6.3-.9 0-1.7-.2-2.4.2h-.5c-1.1-.4-2.5.3-3.6 0-.6.4-1.6.2-2.5.2-1.4.1-2.9.1-4.3.2-.9 0-1.8-.1-2.7-.1-.4 0-.8.1-1.2.2-.2 0-.5.1-.7.1-1.1 0-2.2-.1-3.4-.1l-.3.3c-.1-.8-.9-.2-1.5-.2-2.3-.2-4.8-.2-6.8.1-2.4.4-4.9-.1-7.2.3-.4.1-1-.1-1.6-.1-.3 0-.6-.1-.9 0-3.2.5-6.4.4-9.6.1h-.3v.3c-.8 0-1.6 0-2.5-.1-.3.1-.9.2-1.3.2-1.3-.1-2.3.1-3.6.2-1.5.2-3.3.1-5 .1-.9 0-1.8 0-2.7-.1-.6 0-1.1-.1-1.7-.1-.3 0-.7.1-1 .2-.4.1-1 .3-1 .3-.9-.4-1.7.1-2.6.1-.1-.2-.2-.3-.3-.5-.3.1-.5.1-.5.2-.3.5-1.3.4-2.1.4-.7 0-1.6-.1-2.1.1-.9.2-1.5.1-2-.1-.1 0-.2-.1-.3-.1l-.4.2c-1.1 0-2-.1-2.9-.1-.8 0-1.6.2-2.4.3-1 .1-2 .2-3 .2-1.4 0-2.9-.1-4.3.1h-.9c-1 0-2 .1-3 .1v-.2c-.3-.6-.8-1.3-1.1-1.9-.1-.2-.2-.4-.1-.6.5-.7.4-1.4-.4-2h-1.6c-.2.1-.4.3-.6.4-1.2 0-2.4.1-3.6.1-1.1.1-2.1.2-3.2.2-.9 0-1.8-.1-2.8 0-3.1.2-6.3.4-9.4.5-1.2.1-1.6 0-1.6-.5.1-1.1-2.2-1.5-3.4-2.3-.1-.1-.5-.1-.7-.1-1.2 0-2.5 0-3.7.1-2.6 0-5.1.3-7.6.5-.2 0-.3.1-.5.2 0-.1-.1-.3-.1-.3-.5.1-.9.1-1.1.1-.5.3-1.2 0-1.6.1-1.2.4-2.4.3-3.7.3-.4 0-.9 0-1.2.1-.7.3-1.4.2-2.2.2-.6 0-1.2-.2-1.8.1-.2.1-.8 0-1.1 0-.8.1-1.6.2-2.4.4-.1-.2-.2-.3-.2-.3-.9 0-1.8.1-2.6.1-.4 0-.9 0-1.1.1-.6.3-1.4.3-2.2.3-.4 0-.7-.1-1.1-.1-.9.1-1.9.2-2.8.3-.6.1-1.4.2-1.7.1-.8-.2-1.6-.2-2.5-.1-.8.1-1.7.2-2.2-.1-.7.1-1.3.3-1.9.3-1.6.1-3.3.2-5 .3-.7.1-1.2.1-1.7-.1-.4-.1-1.1-.2-1.6 0-.5.3-1.3.3-2 .2-.9 0-1.8-.2-2.6.2-.1 0-.4 0-.5.1-1.2.1-2.3.2-3.5.3-1 .1-2.2.2-3 .1-1.7-.3-3.2.2-4.8.1-.6 0-1.4.1-2.1.1-1 .1-1.8 0-2.3-.2-.4.1-.7.2-1 .3-1.1.1-2.2.2-3.2.2-1.3.1-2.5.1-3.8.2h-2.9c-1.1.1-2.3.1-3.4.2-.5.1-.9 0-1.6 0-1.4-.1-3-.1-4.4.4h-.8c-.2 0-.4-.1-.6-.1-1 .1-2 .1-3.1.2l-4.2.3c-.8 0-1.7-.1-2.7-.1h-2.1l-2.4.2c-.8.1-1.6.1-2.3.2h-1c-.5-.2-1-.1-1.6 0-1.1.1-2.4.1-3.5.2h-.3c-.9.1-1.7.1-2.6.2-.5 0-1-.1-1.4 0-1 .2-1.9.3-2.5 0-.5.1-.9.2-1.4.2h-1.8c-1.2 0-2.5.2-3.6.1-1.3-.1-2.1.3-3.3.2-.9 0-1.9.2-2.8.3h-4.5v-.1c-1.1.2-2.2.4-3.3.7-.1-.2-.1-.3-.2-.4-2 0-3.8.1-5.7.3-1.5.2-3.2.2-4.7.3h-.2c-1.1-.3-2.2-.2-3.3 0-.3.1-.7 0-1 0-.4 0-.8 0-1.1.1-1 .2-2.7.2-3.3 0-.5.1-.8.1-1.1.2h-1.6c-1.4.1-2.7.3-4.1.2-.8 0-1.5-.2-2.2.2h-.4c-1-.3-2.2.2-3.2 0-.6.4-1.4.2-2.2.2-1.3.1-2.6.1-3.9.2-.8 0-1.6-.1-2.4-.1-.4 0-.7.1-1.1.2-.2 0-.4.1-.6.1-1 0-2-.1-3-.1 0 0-.1.1-.3.2-.1-.7-.8-.2-1.3-.2-2-.2-4.2-.2-6.1.1-2.2.3-4.3-.1-6.4.3-.4.1-.9-.1-1.4-.1-.3 0-.6-.1-.8 0-2.9.5-5.7.4-8.5.1h-.2v.3c-.8 0-1.5 0-2.2-.1-.3 0-.8.2-1.1.2-1.1-.1-2.1 0-3.2.2-1.4.2-3 .1-4.5.1-.8 0-1.6 0-2.4-.1-.5 0-1-.1-1.5-.1-.3 0-.6.1-.9.2l-.9.3c-.8-.3-1.5.1-2.3.1-.1-.1-.2-.3-.3-.4-.2.1-.5.1-.5.2-.3.5-1.1.3-1.9.3-.6 0-1.4 0-1.9.1-.8.2-1.3.1-1.8-.1-.1 0-.2 0-.3-.1l-.4.2c-1 0-1.8-.1-2.6-.1-.7 0-1.4.2-2.2.3-.9.1-1.8.1-2.7.2-1.3 0-2.6-.1-3.9 0h-.8c-1.2 0-2.4.1-3.6.1-1.3.1-2.5.1-3.6-.2-.7-.2-1.3-.3-2.1 0-.2.1-.7.1-1.1.1-1.2 0-2.3 0-3.3.3-.8.2-2.7 0-3.1-.1-.6.1-1.1.1-1.6.2-.7 0-1.4 0-2.1.1-1 .1-2.4 0-3.2-.3-.2-.1-.9-.1-1 0-.6.3-1.1.3-1.8.1-.3-.1-.7-.2-1.1-.3-.3.2-.4.5-.8.6-.8.4-1 .7-.6 1.1.3.4.2.7-1.1.9 1.2.2 1.1.6 1.1 1s-.8.2-1.3.2c-2.1.2-4.1.3-5.9-.2-.1.1-.2.3-.4.5-1.4-.6-3.3.3-4.6-.4-.5.3-1 .5-2.1.4-.4-.1-1 .1-1.5.1-.7-.1-1.5-.1-2.2 0-1 .1-2 .2-3 .1h-.2c-.3-.2-.6-.3-1-.6-.1.3-.2.4-.3.6-2.5-.3-4.9.2-7.5.4.4-.2.5-.3.6-.3-1.1-.2-2.2-.2-3.4 0h-.5c-1.1-.2-2.4-.2-3.4.1-.1 0-.3.1-.4.1-1-.1-1.9-.1-2.9-.2h-.8c-.6.3-1.3.2-2 .2s-1.4 0-2 .1c-.9.1-2.1 0-2.8.4-.1 0-.6 0-.9-.1-.8-.2-1.6-.1-2.3 0-.2 0-.4.1-.5.1-1.4-.3-2.9 0-4.3-.1-.2 0-.5 0-.5-.1-.1 0 .1-.1.2-.2.6-.3 1.5-.3 2.1-.2 1 .1 1.4-.1 2-.4-1.1 0-2.4.4-2.8-.3-1.1.4-2 .3-2.7 0-.2.1-.4.3-.7.3-.7.1-1.5.1-2.2.1-.9.1-1.8.1-2.7.2.4 0 .9.1 1.2.1.2 0 .2.2.3.2-.9.2-1.7.3-2.5.5-.3.1-.9.1-1 0-.9-.3-2.1-.1-3.1-.2-.7-.1-1.4-.1-1.5.3 0 .1-.5.2-.9.4-.4-.3-.7-.5-1.1-.8-.3.1-.4.2-.6.3-.2.1-.5.1-.8.2-.4-.3-1.1-.2-1.9-.2-.2 0-.4-.2-.6-.3.3 0 .5-.1.8-.1 1.5 0 2.9-.1 4.3-.3h1c1 .1 2 .1 3 0h-1.2c-.5-.2-3.3-.2-5.1.2-.9-.5-2.1-.1-3.2-.1-.9 0-1.8 0-2.7.1-2.2 0-4.4.1-6.6.1-.7 0-1.5.2-2.3.2h1.3c.1 0 .3.1.3.1 0 .1-.1.2-.2.2-.3.1-.6.1-.9.1h-1.5c-.2 0-.4-.1-.4-.2s.2-.2.3-.2h.5c-.2 0-.5 0-.8-.1-.1 0-.3 0-.5.1h-.7c0 .1 0 .2-.2.3-.6.3-1.3.6-1.9.9l-.3-.1.3-.3c.1-.1.1-.3 0-.3-.2-.1-.5 0-.8 0s-.6.1-.9.1c-.2 0-.5-.1-.6-.2 0 0 .1-.1.3-.1.3-.1.6-.1.9-.2h-1.1c-.3 0-.6.2-.8.2-4.7-.3-9.3 0-13.9.2-.3.7 2 .3 2.2.8-.2 0-.5.1-.7.2-.3.1-.7.2-.6.3.2.4.7.7.9 1.1.2.3.7.5.6.8h.3v.5c.3.1.7.2.9.2 1-.3 2.1-.2 3.1-.2.1 0 .2-.1.2-.2.8-.1 1.5-.2 2.3-.3.1.1.2.2.4.3l.2-.1c.3.1.7.1.9.2.1.1.1.3 0 .3-.8.4-1.7.7-2.6 1-1.5-.3.6-.6.1-.8-1.5 0-2.7 0-4 .1 0 .1-.1.2-.2.4-.2-.2-.4-.4-.6-.5-.7 0-1.3.1-2 .1 0 .1-.1.2-.2.4-.4-.1-.7-.2-.9-.3-.4.1-.7.2-.9.1-.9-.1-.8.1-.8.3 0 .1-.1.3-.4.4-.4.2-.5.6.1.6 1.1.1.5.3.4.5-.3.4-.6.7.2 1.1 1-.2-.7-.7.9-.8l-.4-.4c.9-.3 1.7-.6 2.5-.8.3.3-.1.8-1 1 .3.1.7.2.8.3 1-.4 2-.8 3-1.1h.2c-.1.1-.2.3-.4.5.5-.2 1-.3 1.4-.4.6-.1 1.3 0 1.1.2-.3.5.6.7.9 1 .1.1.1.1.1.2.2.4.5.8.7 1.1 1.7-.4 1.9-.7.8-1-.9-.3-1.6-.6-1.5-1.1 0-.1-.1-.2-.3-.3-.8-.3-.4-.4.4-.6.2.2.4.4.6.7.3-.2.6-.3.7-.4.5 0 .8.1 1 .1.4-.2.7-.3 1-.4.2.2.3.3.6.4.2.1.6.1 1.1.2.2.2.6.5 1 .8 1.1-.4.2-.8.4-1.2.5.1 1 .2 1.5.2l.2-.2c1.2.2 1.3-.1 1.5-.4-.5-.1-1-.2-1.5-.2l.3-.2 1.3.2c.2-.3.8-.5 1.1-.9.2.1.3.2.3.2-.6.3-.7.6-.5.9 0 0 0 .1-.1.2-.8.2-.6.5-.5.7-.4.1-.7.2-1 .3l.3.2c.3 0 .7-.1.9-.2.2-.1.2-.2.2-.4.1-.3.2-.5.3-.8h.3l1.1 1.1c.3-.2.5-.3.7-.5l.8.4.3.3.4.1c.2-.1.6-.3.6-.4.1-.2-.1-.4 0-.7 0-.1.2-.2.4-.3.3.1.5.1.8.2s.7.2 1 .4c-.6-.4-.4-.7 1.1-1.1v1.3h.2l.5-.5c.5 0 .9.1 1.3.1l-.3.6c.4.1.7.1 1.2.2.4-.4.8-.7 1.1-1-.3-.2-.5-.3-.6-.4 0 0 .4-.2.5-.1.7.2 1.3.3 2 .5.4 0 .9.1 1.3.1.2-.2.4-.3.8-.6.2.3.3.5.3.6.5 0 .9.1 1.1.1.5-.2.9-.4 1.4-.6-.1.4-.2.6-.3.9h.2l.5-.6h.4l.6 1.2s-.1.1-.2.1c-.2.1-.5.2-.6.3.4.2.8.3 1.3.4.2-.1.1-.2.1-.3-.2-.3.3-.7 1-.8l.3.9c.1.2.1.5 1.1.5-.3-.1-.5-.2-.7-.3h1.5c.1.1.1.3.2.4.4 0 .8-.1 1-.1-.1-.3-.3-.6-.4-.9-.8-.1-1.2-.3-1.4-.6-.1-.1-.5-.2-.8-.3.8-.3.3-.4-.5-.4.4-.4 1-.3 1.5-.1.3.1.5.4.7.5.1.1.3.2.5.2.6-.1 1.3-.3 2.2-.3.2.7-.2 1.3 1.1 1.8.3-.2.6-.4 1-.6-.6.1-.9.2-1.2.2-.8-.4-.6-.8.8-1.3-1.2.1-1-.1-.9-.3.1-.2.2-.4.3-.7.3.1.5.1.8.2.1-.2.2-.3.3-.4.4 0 .7 0 1.2.1v.6h.3v-.4h.2c.2.2.4.5.6.7-.8.1-1.1.2-.7.5.2.1.2.5 0 .5-.9.2-.4.4-.3.5.7-.3 1.5-.6 2.2-.9.2-.1.3-.2.3-.3 0-.3-.2-.5-.3-.9.5.1.8.1 1 .1 0-.1.1-.2.2-.4 1.1.5 1 1.3-.2 1.8 1 .4.3.7-.3 1-.2.1-.4.3-.3.4.1.1.6.2 1 .3v-.8h.4v.7h.4v-1.2c.3-.1.6-.2 1.1-.3-.6-.1-.8-.1-1.2-.1 1.2-.5 2.3-1 3.4-1.4l-.3-.1c-.3.1-.6.2-1.1.3.1-.4.1-.8.2-1.2.4.2.4.6 1.5.3 0 .3-.1.6.1.9.1.2.6.5 1.1.5.7.1 1.2-.1 1.2-.5 0-.2.1-.4.4-.5.6-.2 1.3-.3 1.9-.5.1.3.7.4 1.7.2 0 .2.1.3.1.5-.7.1-1.3.2-1.8.2-.2.4-.5.8-.7 1.2h.3l.3-.6c.2-.5.5-.6 1.5-.5.4.4.9.8 1.3 1.2.8-.5 1.7-.1 2.6-.1.1-.1.3-.2.4-.3l.4-.4c-.8.1-1.5.2-2.1.1-.5 0-1.1-.1-1.6-.2-.2-.1-.2-.4 0-.4.3-.1.9-.1 1.3-.1h2.4v-.1c.2.1.5.2.9.4.4-.2.7-.4 1-.5-.9-.1-1.6-.3-2.4-.4.2-.1.3-.3.5-.3.7-.1 1.4-.1 2.2-.2 0 .2-.1.4-.1.6h1.1c-.2.2-.4.3-.5.4.5.1.9.2 1.3.3l-.9.4.2.1c.5-.1.9-.1 1.3-.2l.6.6h.2c.1-.2.2-.5.3-.7h-.7c.3-.3.5-.7.8-1 .3 0 .8-.1 1.4-.2l.9 1.2h.3l-.3-.9c.6.1 1.2.1 2 .2-.3.3-.6.6-1 .9s-.3.7.5.8c.1 0 .4 0 .5-.1.1-.1.2-.3.3-.5.7.3 1.3.5 1.9.7l.3-.1c-.3-.4-.7-.9-1.1-1.4.4.1.6.1.9.2l.1-.1.6-.3c.1.1.2.2.2.4.1.1.1.3.2.5.3-.4.6-.7.8-1h.7l-.3-.1c.3-.3.5-.6.8-1 .3.2.5.4.8.6.4-.2.6-.4.8-.5.6.7 1.2 1.3 1.8 2 .1-.5.5-1-.7-1.3-.1 0 0-.2 0-.2 0-.2.1-.3.2-.5 0-.1.1-.2.2-.4h.5c0 .2-.1.5-.1.6.3.2.6.3.7.5.2.2.3.5.4.7h.4c.3-.2.9-.5.9-.7 0-.4.4-.5 1.4-.5 0 .2.1.4.1.6h.2l.2-.3c0 .4 1.8.6.5 1.2-.1-.2-.2-.3-.3-.4-.1.3-.2.6-.2.8.4 0 1.1 0 1.3-.1.3-.2.2-.4.3-.7.5.3-.5.8.8.9.2-.5.4-.9.6-1.4l.3.1c.4-.1.7-.1 1.2-.2.3.3-.9.8.4 1l.3-1.5c-.1-.2-.3-.3-.4-.5.5 0 .8.1.9.2.2 0 .5-.1.8-.1-1.1-.2-1.7-.4-1.9-.6-.2.1-.8.2-1.9.2l.7-.7c-.5-.3-1.1-.5-1.6-.8l.3-.2c1.4.1 2.7.1 4.2.2-.8.3-1.3.6-1.9.8.1.1.2.1.2.2.1-.1.3-.2.5-.2-.1.2-.1.3-.2.5.4.1.8.1 1.1.1 1.2 0 1.3.2 1.3.6 0 .3.2.6.4 1 .4 0 .8-.1.9-.1.2.4.5.7.7 1h.2l.3-.3c.6.1 1.2.2 1.9.3-.2-.3.7-.7-.5-.9-.2.1-.6.1-1.1.2.1-.2.1-.3.2-.4.2-.1.4-.3.6-.4.1-.1.3-.1.5-.2.1.1.4.1.3.2 0 .1 0 .2-.1.3.2 0 .3 0 .4.1.3.2.5.4.8.6 0-.4-.4-.8-.1-1.1s1.3-.5 1.8-.7c.6.2 1.2.4 1.7.6.2.1.3.3.2.3-1 .2-.5.5-.4.7 0 .1 0 .2-.1.3-.4 0-.6-.1-.9-.1l-.6.6c.8-.2 1.5-.4 2.3-.6-1.1-.5 0-.7 1-1-.1.6-.2 1.1-.2 1.6s.2 1.1.3 1.6h-.5l-.3 1.2h.9c-.1.2-.3.3-.3.4-.1.1-.2.3 0 .4 1.2.4.1.6-.2.9-.5-.1-.9-.1-1.3-.1-.3 0-.7.1-1 0-1.2-.1-2.5-.3-3.4.3-.4-.1-.7-.1-1.1-.2.2.5.8.7 1.9.6-.1-.2-.2-.3-.3-.5h1.3c.4.6-1.3.7-2.1 1.1-1.9-.3-1.9-.3-1.5-.9-.8-.1-1.5-.1-2.6-.2-.2.4-.5.9-.8 1.4h-.3c0-.1.1-.3 0-.4 0-.2 0-.5-.3-.6-.2-.2-.7-.3-.9-.3-.1.1-.4.2-.7.3l-.1-.1h-2.2c-.2 0-.4 0-.7.1.3.1.7.2 1.1.3 0 0 .2-.1.4-.1.3.6-1.2 1-3.1.8.5-.3 1-.6 1.6-1-.3 0-.6.1-.9.1-1.3 0-2 .2-2.2.8h-1.4l.3-.6-.2.1c-.3-.1-.7-.1-1-.2-.4.3-.6.5-.9.7-.9-.5-.7-.6.9-.7-.7-.1-1.4-.3-2.2-.4-3.3.6-3.3.6-3.8.1-.6.2-1.2.5-1.9.6-.7.1-1.6-.2-2.1-.3.3-.3.7-.5.8-.7 0-.1-.6-.2-.9-.3l-.4.1c.3.1.5.2.8.3-.4.2-.8.4-1.2.5-.5-.1.1-.7-1-.6-.1.3.1.6-.2.7-.3.1-1 .1-1.7.2.2.2.7.6.6.9-.2.3-1.1.5-1.6.8-.9-.4.3-1.1-1.1-1.5-.1.1 0 .3-.1.4 0 .2-.1.4-.2.7-.4-.1-.7-.2-1.2-.3-.1 0-.3.1-.9.2l1-1c-1 .4-1.5.3-2.3 0-.2.1-.3.2-.5.2.6.1 1.6.7 1.3.8-.7.1-1.5.1-2.4.1.2-.4.3-.6.5-.9-1.8.2-.8.6-1 .9-.5-.1-.8-.3-1.4-.5-.1.4-.2.6-.2.8h-.3c-.2-.2-.4-.3-.5-.5-.4.1-.9.4-1.5.4-.5.1-1.1-.1-1.9-.2.1.2.1.5.2.7-1.4-.4-1.4-.4-.8-.5h-.1l-.098-.098c-.002 0-.002-.002-.003-.002l-.003-.003c-.295-.195-.393-.198-.296-.296v-.001l.001-.002c-.099-.198-.098-.299.301-.498h.3c.1-.1.1-.2.1-.3l-.3-.1c-.8.5-1.3.1-2 0-.2.2-.3.4-.5.5-.2.1-.5.2-.8.4-.3-.1-.6-.3-.8-.4-.2-.2-.3-.5-.4-.7h-.5c.5.4.2.6-.4.7.2.2.3.4.6.7-1.1-.4-1.4 0-2.1.2-.3-.2-.6-.3-.8-.4.8-.2 1.5-.3 2.2-.5-.2 0-.4.1-.6.1-.1-.1-.2-.2-.3-.4-1.7.3-1.3-.2-1.6-.6-.5.6-.8 1.1-2.3 1.2-1.4-.4-2.4-.3-2.9.4-.1.2-.3.3-.5.5h-.3l.1-.2c-.5 0-1 0-1.4.1-1.3.3-1.7.3-2.2-.3 1.7-.5-.6-.8-.3-1.3-.9.4.8.7-.6 1-.2-.1-.3-.3-.4-.4-.3.1-.5.1-.8.2.6.2 1.1.4 1.5.6-1.1.2-2.2.4-3.1.6v-.5c-.4 0-.8 0-1.3.1-.3 0-.6.1-.9.1s-.7 0-1 .1c-1 .2-1 .2-1.3-.1-1 0-1.9.1-2.9.1-.1 0-.2.1-.5.3-.3-.2-.4-.3-.6-.5-.6.4-1.5.6-2.1.5-.6-.1-1.3-.2-2-.4h-.3c0 .1.1.3.1.4h-.3c-.2-.2-.4-.3-.6-.5-.3.2-.6.4-.8.6h-.2c0-.2 0-.3.1-.6-.5.3-.8.4-1.1.6.2.1.4.1.6.2l-.3.2c-.4-.1-.7-.3-1.1-.3-.4-.1-.6-.4-1.3-.1-.2.1-.7.1-.9.1-.2-.1-.3-.2-.5-.4.5 0 .8-.1 1.1-.1-.5-.6-1.8-.3-2.9-.4.1.2.1.4.2.6h-.2l-.8-.4h-.4c.8.3 1 .6 0 .9-1.4-.9-1.1.4-2 .2-.1-.1-.2-.2-.3-.4-.4.1-.8.1-1.2.1.3.2.5.4.8.7-1.4-.2-2.3-1-2.1-1.7-1.4.1-1.3.1-.8.5.1.1 0 .3-.1.4-.1.1-.4.1-.7.1l-.3-.3c-.2-.2-.3-.4-.5-.6h-.4c-.1.2-.2.5-.3.7-.2 0-.6-.1-.9-.1v.6c-.4 0-.9 0-1.3-.1-1.5-.3-1.5-.3-2.4.3h-.1c-.5-.1-.8-.3-1.2-.3-.9-.1-1.8 0-2.7 0-.8 0-2.4.2-2.7.5-.1-.1-.2-.3-.2-.3h-1.9c.4.3.7.5 1.1.8.3 0 .6-.1.9-.1l.1.1-1.5.5h-.3c.1-.1.1-.3.3-.4.1 0 .3-.1.5-.1h-.1l-1.1-.3c-.4.1-.8.1-1.1.1-.2 0-.2-.2-.3-.4-.1-.1-.1-.3-.2-.6-.7.4-.6.4-1.4.2h-.4c-.6.1-1.3.2-2 .3-.1 0-.2-.1-.4-.2h-.2c.1.1.1.2.2.3-1.8.4-3.5.9-5.7 1l-.2-.2c1.2-.2 2.4-.4 3.6-.7-.8-.4-2.4-.5-2.9-.2-.4.2-.5.7-1.4.1h-.5c-.3 0-.6-.1-.9-.1-.4-.1-.7-.1-1.3-.2-.1-.1-.4-.2-.7-.4.3-.1.6-.3 1.1-.5-.7 0-1-.1-1.3 0-.3 0-.8.2-.8.3.1.5-.9.4-1.6.6-.3-.2.4-.7-.9-.6l-.1.1s.1.1.2.1c.1.1.4.3.4.4-.3.4-.7.8 0 1.3.1.1-.1.2-.1.3h-.4c-.2-.4-.3-.8-.4-1.2-.4 0-1.1.1-1.4 0-1-.3-1.3-.1-1.9.2 1.1.2 1.1.4 0 .7-.3-.5-.7-.9-1-1.4h-.4c-.4.2-.8.5-1.2.8-.6-.2-1.3-.3-.7-.7.1-.1 0-.2-.1-.3-.1-.1-.3-.2-.5-.3-.2.1-.4.2-.6.4-.1.1-.2.1-.2.1-.4-.1-.7-.2-1.1-.2-.2 0-.5.1-.7.2.6.2 1 .3 1.4.4.3 0 .7 0 1-.1 0 .1.1.2-.1.3-.4.1-1.2.3-1.3.3-.8-.5-1.4-.1-2.1.1 0-.1 0-.2-.1-.2-.4-.1-.9-.1-1.3-.1 0 .1.1.2.1.3v.5c.899 0 1.599 0 2.699.1-.6.1-1.2.4-1.5.4-.6 0-1.4-.2-1.2-.5h.001c-1.199-.5-.3-.9-.2-1.2-.5.2-1.1.5-1.7.7-.1 0-.6-.1-.8 0-.3.1-.6.2-.8.3-.3-.3-.6-.5-.7-.6-.9.2-1.7.4-2.5.5v-.2c-.4-.1-1.1-.3-1.3-.3-.9.2-1.5.1-2-.1l-1.2.6c-.8-.3-1.5-.2-2.3 0-.3.1-.8 0-1.2 0-.5-.1-1-.1-1.5-.2l-.6.3c-.4-.1-.6-.3-.9-.4l-.1.1h-2.2s-.2.1-.1.2.3.2.6.2h.8c-.1.1-.1.2-.3.3l-.8.4c-.5-.5-.9-.8-1.3-1.2-.2.1-.3.2-.4.2-.5-.1-.8-.3-1.3-.3-.3 0-.6.1-1 .2l.4.1 1-.1.1.1c-.4.2-.9.3-1.2.4-.4-.3-.8-.7-1.1-1-1.3.2-2.8.1-3.3.7-.4-.2-.7-.3-.8-.4-.8.1-1.5.2-2.2.3-.3 0-.6.1-.7.2-.2.3-.5.3-1.1.1l-.9-.3c-.3.2-.6.4-1 .7-.3-.5-.4-.8-.6-1.1-1.3 0-1.9.2-1.4.7-.5-.3-.8-.4-1.2-.7-.4.4-.9.4-1.6.3-.6-.1-1.3-.4-2.1 0-.7-.5-2.1-.2-2.4 0-1.3.5-1.3-.1-1.7-.2-1.1.9-1.1.9-2.1.7.3-.2.6-.3.9-.4-.8.2-1-.1-1.4-.2-.2.2-.3.3-.4.5h-.2v-.6c-.4.4-.7.6-1 .9-.5-.1-.9-.1-1.3-.2-.3-.1-.5-.2-.7-.3-1.1.1-2.2.2-2.9.2-.2.2-.3.4-.4.5h-.5c0-.1 0-.3.2-.4.3-.3 0-.4-.4-.3-.5-.3-1-.5-1.4-.7l-.7.3h.4c.2.2.6.3.5.5 0 .2-.4.4-.7.6-.1.1-.4.2-.6.2s-.6-.1-.6-.1c-.3-.2-.4-.4-.7-.7-.3.1-.5.2-.8.3-.5-.4-.9-.1-1.2 0-.3-.1-.5-.1-.6-.2l-.6.3c-.7-.2-1.3-.4-2-.6 0 .1-.1.2-.2.3s-.2.2-.5.3c-.4.1-1 .2-1.5.3 0-.1-.1-.2-.1-.3-.3 0-.8 0-.9-.1-.2-.1-.1-.2-.1-.3s-.1-.2-.1-.3c-.8.3-1.3.5-1.8.7.2.2.4.4.5.6 0 0-.3.1-.5.2-.3-.1-.6-.3-.9-.4-.3-.2-.7-.3-1.1-.5-.6.2-1 .3-1.6.5-.2-.2-.6-.4-.5-.6.2-.4-.3-.6-1-.7-.7-.1-1.5 0-2.5 0 .7.4 2.3.2 1.9.7-.2.2-1 .4-1.6.6-.5-.2-.9-.3-1.2-.4-.4.2-.7.4-1 .6l-.4-.1.4-.4c-.2-.1-.5-.2-.8-.4-.2.2-.3.4-.4.6-.1.1-.1.4-.3.4-.3.1-.8 0-1.5 0 .5-.2.7-.2.8-.3-.6-.2-1.2-.3-1.9-.5h-1.3v.9c-.6-.2-.9-.2-1.3-.3.2-.1.4-.2.4-.3-.7-.4-2.3.2-2.8-.4-.6.2-1.2.4-1.9.6h-.1c0-.1 0-.2-.1-.3h-1.1c-.2.4-1 .5-1.7.3-.7-.1-1.9-.3-1.2-.8.1-.1-.2-.2-.5-.4-.4.8-1.1 1-2.6.9h-.2c-.3.1-.7.2-1.2.3v-.5c-.4.1-.7.1-1 .1-.2-.2-.4-.3-.6-.4-.2.1-.5.2-.7.3-.2.1-.5.2-.7.3-.4.1-.9 0-1.3 0v-.5c0-.2.1-.4.1-.6h-.3c-.1.1 0 .3-.2.4-.4.2-1 .4-1.4.6-.2 0-.6-.1-.9-.1-1.6 0-.2.5-.7.8-1.4-.3-1.4-.3-.9-.8.3-.2.4-.5.6-.8l-.4-.1c0 .6-1.6.7-2.2 1.3-.3-.2-.4-.4-.6-.5-.5.2-1 .4-1.6.6l-.4-.1c.1-.2.2-.4.4-.6-.9.4-2.8-.1-3 .7-.6-.2-1.1-.4-1.4-.5-.8 0-1.5-.1-2.1-.1-.1.1-.3.2-.5.3-.1-.1-.3-.2-.4-.3-.2-.1-.4-.2-.7-.3-.1.2-.2.3-.4.5-.3-.1-.6-.2-.8-.3v.1c-.6.1-1.2.2-1.9.3-.3 0-1 .1-1.1 0-.3-.4-.9-.3-1.6-.1l-.2-.1c.4-.2.9-.4 1.4-.7-.5 0-.9-.1-1.4-.1l.1.1-1 .3c.1.2.3.3.5.6-.5-.1-.8-.2-.8-.2-.6 0-1.1.1-1.3.1-.2-.1-.3-.2-.3-.4s0-.4.1-.5h-.4c0 .1-.1.3-.1.4.1.3-.2.5-1.2.5-.7 0-1.4-.1-2.1-.1-.4.4-.8.4-1.7.2-.4-.1-.9-.1-1.3-.2-.5 0-.9-.1-1.4-.1-.2.1-.4.3-.8.5-.3-.2-.4-.3-.6-.4-.8.1-1.4.1-1.8.2-1.4-.3-2.2.2-3.3.2-.1-.1-.2-.2-.2-.3h-2.3c-.4 0-.8 0-1.4.1-.1-.2-.2-.4-.3-.7h1.1l.2-.1c-.4-.2-.8-.3-1.2-.5-1.6.3 0 .7-.2 1.1-.4.1-.9.1-1.3.2-.3-.2-.5-.3-.5-.3l-.8.8c-.6-.3-1.1-.4-1.6-.6-.9.3-1.7.3-2.2 0-.6.1-1.1.2-1.7.3l.7.7-.3.1c-.3-.1-.7-.2-.9-.3-.4.1-.7.1-1 .2-.1-.4-.2-.7-.3-1.1.6-.2 1.2-.3 2.1-.6-1.6-.1-2.7 0-3.1.5.9.4-.7.7-.3 1.1-.7 0-1.3-.1-2.1-.1.3-.2.7-.4 1.1-.6-1.9.1-3.8-.1-5 .4-1.2-.1-2.3-.2-3.4-.3-.1.2-.2.4-.4.6-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1-.4.3-.8.7-1.4 1.2-.2-.5.2-1 1-1.1-.1-.3-.4-.5-1.1-.5-.5 0-1 .1-1.4 0-.9 0-1.2.1-1.1.4.1.2-.1.4-.1.7h-.5c0-.1-.1-.2 0-.3.2-.3-.1-.4-.8-.4-1.3.1-1.8-.1-1.8-.7-.2.4-.8.3-1.4.3 0-.6.1-.6 1.1-.5.1-.4-.4-.5-1.6-.4 0 .2-.2.4 0 .6.6.5-.2.7-1 1-.3-.3-.6-.5-.9-.8h-.4c-.1.1-.2.3-.4.4-.1.1-.4.2-.5.4l-.3-.1.4-.6-.3-.1-1.8.3c-.7-.3-1.6-.4-2.5-.2-.2-.1-.3-.2-.5-.4-.9.5-2.4.5-2.9.2-1 .1-2 .1-3.1.2-.1.6.4 1 1 1.1-.7.2-1.4.5-2.2.7-.6.2-1.1.6-2.4.3.9-.3 1.7-.5 2.3-.7-.1-.3-.1-.5-.2-.7-.1-.3-.1-.7-1.1-.6-1.3.1-1.6-.1-1.6-.3-.2 0-.6.2-1.1.3-.4.1-.8.1-1 .1-.2-.1-.4-.3-.7-.4l-.6.3-.5-.5h-.2c-.1.2-.1.3-.2.5h-1c.3.2.5.3.7.4.7.2.7.2-.2.4l-.4-.4h-1.7c-.5 0-1 0-1.4.1-.2 0-.5.1-.7.1-.1 0-.2-.1-.2-.1.1-.1.4-.1.5-.2.3-.1.5-.2.8-.3-1.3.1-3 .1-3.4-.2l-.1.7h-.4v-.7c-1.5.1-2.7.2-4 .3-.3 0-.8.3-.8.4.3.5 0 .7-1.5 1-.1-.2-.3-.4-.4-.6h-1c.5-.2.8-.3 1.1-.4 1.3-.4 1.3-.4 0-.6h-.4c0 .2 0 .3-.1.6-1.2-.5 1-.9.3-1.4-.4.1-.9.2-1.4.3.7.5-.2.7-1.2.8-.7-.2-3.1-.2-3.5 0-.2-.1-.3-.2-.4-.3H916v-.9c-.9.1-1.3.5-2.1.7.1-.2.6-.4.5-.5 0-.2-.5-.3-.7-.4-1.3.2-1.1.5-.4.7-.3.2-.6.5-1 .8-.6-.2-1.2-.3-1.9-.5-.3 0-.8.1-1.5.2 0-.3-.2-.6.1-.7.3-.2 1.1-.2 1.7-.3-.5-.1-1-.2-1.5-.1-.2 0-.4.3-.5.4-.1.3-.2.5-1.2.5-.2 0-.4.1-.6.2-.4.1-.7.2-1.1.3-.4-.3-.6-.4-.8-.6h-1.2c-.1.2-.1.4-.2.7-.7-.7-1.2-.7-2.9-.5-.8.1-1.3.1-1.6-.3-.2-.2-.4-.4-1.1-.3-.1.2-.2.4-.3.7-1.1-.5-2-.1-3.3-.1.4.1.5.2.5.2 0 .1 0 .3-.2.4-.1.1-.5.1-.8.1l-.3-.3-.2-.2c-1.3-.6-1.4-.8-.7-1.2-.6-.1-1.3-.1-2.2-.2.3.3.5.5.7.8-.1.1-.4.2-.6.3-.6-.1-1.3-.3-1.9.1l-.3-.6c-.3.5-1.1.5-1.9.4-.1.1-.1.3-.3.3h-.9c.1-.1.1-.3.3-.4.1 0 .2-.1.3-.1l.3-.6h.1c-.1-.1-.3-.2-.6-.3-.1.1-.3.2-.5.4-.1-.2-.1-.3-.2-.4-2.6.2-1.3 1-2.1 1.5l-.6-1.5c-.4.2-.8.3-1 .5-.1.1-.1.3.1.4 1 .3.3.4-.4.6-.5-.3-1-.5-1.5-.8-1.1.2-2.1.4-3.2.6l-.2-.1c-.4.1-.7.2-1.3.4.3-.5.6-.8.7-1.1-.3-.2-.5-.3-.8-.5l-.3.1c.2.1.4.3.6.5-.2.1-.5.3-.8.5-.3-.1-.5-.2-.8-.3-.4.5-.4.5-1.1.6.2-.2.3-.3.4-.5-.9-.3-.9-.3 1.1-.7-.6-.1-1.3-.2-2-.3-.9.2-2.1.4-1.4 1-.6 0-1.1.1-1.6.1.1-.2.3-.4.3-.5-.3-.2-.6-.3-.8-.4.3-.1.6-.1 1.1-.2H868c0 .1 0 .3.1.4.4.4.2.5-.9.7-.3 0-.5.2-.7.3l-.3.3c-.2-.4-.4-.6-.5-.8 0-.1.2-.2.3-.3s.4-.3.4-.4c0-.2-.3-.3-.5-.5-.8.4-.3 1.2-2.3 1.2-.3-.1-.6-.2-.9-.4 0 .1 0 .3-.1.3-.8.1-1.4.2-2.1.2-.6 0-1.2-.1-1.8-.1-.1 0 0-.2 0-.4.3 0 .5 0 .7.1-.1-.3-.1-.6-.2-.8h-.7c-1.3 0-1.9.3-1.7.8 0 .1-.3.3-.6.4-.1 0-.6-.1-.7-.1-1.2.2-2.4.1-3.6.1-.3 0-.6 0-.9-.1-.5.2-2.4.3-3.1.1.4-.2.4-.2 3.1-.1-.1 0-.2 0-.3-.1-.1 0 0-.3.1-.3h1.4c.5 0 1.1.1 1.9.1-.6-.4-1-.7-1.4-1-.4.2-.7.4-.9.5-.7 0-1.2.1-1.6.1s-.7-.2-1.1-.4c-.2.3-.4.5-.5.7h-.3c-.1-.2-.1-.3-.2-.5-.6 0-1.1 0-1.7.1-.3-.2-.8-.2-1.3 0l-2.1.7c-.1-.3-.1-.5-.1-.8-1.2.3-1.6.3-2.6.1h-.1c-.4.4-.7.6-.9.8-2.2 0-2.4-.1-1.8-.7.9.4 1.6 0 2.6-.1-.3-.1-.7-.1-1.4-.1-.3-.2-.7-.2-1.7.2-1.1-.4-2.2-.4-3-.2.5 0 .8.1 1.7.5h-3.1l-.2.1c.3 0 .7.1 1.1.2-.2.1-.3.2-.5.3-1.8-.4-1.8-.5-.1-.9.4-.1.7-.1 1-.2-1.3-.2-2.3-.3-3.3-.4-.2.1-.4.3-.6.4-.3-.1-.4-.2-.5-.3-.7.1-1.3.2-1.8.3-.3-.3-.6-.5-.8-.7h-.4c0 .2-.1.4-.1.5-.9.2-1.8.3-2.8.5v-.8c-.7.4-1.2.6-1.7.9v-.4l-.3-.1c-.4.2-.6.4-1.1.5-.9.2-1.5 0-1.2-.4 1.1.2 1.1.2 1.5-.4-.9-.2-1.7-.3-2.8-.5l-.1-.2c.5 0 1-.1 1.5-.1-.3-.6-.4-.6 1.1-.5.3 0 .7-.1.8-.1.6.1 1.1.1 1.6.2.1-.2.1-.4.2-.5-1.8 0-.7-.5-.8-.8-1.1.2-.4.5-.4.8-.4 0-1.1 0-1.1-.1-.1-.2-.1-.5-.1-.8-.1 0-.4-.2-.6-.2-.4.1-.7.2-1.2.3.4 0 .7.1.9.1s.1.6-.2.7c-.1-.1-.2-.1-.4-.2-.3.1-.5.3-.7.3.1.2.3.4.1.5-.3.1-.8.1-1.3.2.1.1.4.3.4.4 0 .1-.4.4-.6.4-1 0-2.1-.1-3.1-.1-.8 0-1.9 0-2.3.1-.8.3-1.5.2-2.1.2-.2-.2-.3-.3-.5-.4-.4-.2-.4-.4.3-.5.9-.2.6-.5.3-.8l-.6.5h-.1c.1-.2.2-.5.3-.7-1.1 0-1 .8-2.5.5-.1.3-.3.5-.4.7.6-.1 1.3-.3 1.6-.2.4.1.5.4.8.6-1.4.1-1.1-.2-1-.5-.6.4-1 .6-1.4.8-.1-.1-.2-.2-.3-.2-.9 0-.7-.2-.6-.4.2-.2.3-.5.5-.7.1-.1 0-.3 0-.4h-.3c0 .2-.1.3-.1.5-.7 0-1.3 0-1.9-.1v.5c-.8-1-1.3-1.2-2.3-1.2.6.5.4.8-.7.9-.5 0-1.1-.1-1.6-.1-1.1 0-1.5-.2-1.3-.6 0 0-.1-.1-.2-.1-.6.2-1.2.3-1.8.5-.2-.5-.5-.9-.7-1.4-.3-.1-.6-.1-.9-.2-.3.1-.6.2-.9.2.3 0 .7 0 .9.1.2 0 .5.1.6.2.1.1-.2.2-.3.2-.2 0-.5-.1-.8-.1-.1 0-.1-.1-.2-.1-.5.4-.5.4 1.6 1-.2.1-.3.3-.6.5h.1c0-.1.3-.1.4-.2.1 0 .4 0 .4.1.1 0 .1.1.1.1h6.2c.1.1 1.2.3 0 .6-.2-.1-.3-.3-.6-.5-.1.3-.1.4-.2.7-.4-.3-.8-.3-1.5-.1-.3.1-1.1 0-1.7 0-1.6-.2-2.6-.1-3.1.5-.8-.4-.9-.5 0-.7v-.2c-.2-.1-.3-.2-.5-.2 0 .2-.1.3-.1.5h-.5c-.1-.1-.2-.3-.4-.5-.4.1-.8.1-1.2.2-.4-.3-.8-.5.1-.8.2-.1.1-.2-.1-.3-.3.1-.6.3-1 .5 0-.3-.1-.6-.1-.8h.2c-.1-.1-.1-.2-.1-.3-.2.1-.4.2-.6.2.1-.3.2-.5.3-.8-.6-.1-1.2-.2-1.9-.4.3.3.5.4.8.7-.4-.1-.7-.2-.9-.2-.1.2-.3.3-.4.5-.9-.2-1.8-.2-2.4.2-.2-.1-.3-.1-.4-.2-.1 0-.2.1-.2.1.2.5.4.9-1 1.2l.2.1c.5-.1 1-.1 1.4-.2.4.3.1.4-1 .6-.3.2-.5.4-.9.7-.2-.5-.1-.8-.4-1.1-.3-.3-.9-.5-1.5-.8 1.5.2 2 .1 2.3-.5.1-.1.2-.2.4-.3v-.4c-.4 0-.7 0-.9.2.1.3.2.5.1.7 0 0-.4.1-.6.1-.2-.1-.3-.3-.4-.4h-2.7l-.2-.1c.5-.2 1-.3 1.6-.6-.8.1-1.4.1-1.9.2-.4.1-.8.2-1.1.4l.2.1c-.4 0-.9.1-1.3.1.2.1.5.1.8.2.4-.1.8-.3 1.2-.4l.4.1c-.3.4-.6.7-.9 1.1-1.8-.7-1.2.1-2.1.4-.3-.2-.6-.4-.9-.5-.1-.1-.1-.2-.1-.4 0-.1.1-.2.1-.4h-1.2c.4-.2.7-.5 1.2-.8-.2-.1-.5-.3-.9-.5-.2.2-.4.3-.8.6.3.2 0 .4-.9.4 0 0-.1 0-.1-.1 0-.3.1-.7 0-1 0-.2-.1-.4-.1-.5.3 0 .6 0 1-.1.2-.3.3-.7.5-1 .7.1 1.2.1 1.8.2 0-.2 0-.3-.1-.4l.3-.1.5.5c.3 0 .6-.1 1-.2.3.1.5.3.9.5-2.1 0-4.5-.1-4.1 1 0-.1.3-.2.7-.2.9 0 1.5-.1 1.8-.5.1-.1.4-.1.6-.1.2 0 .4.1.5.2s0 .2-.1.3l.3.1c.5-.1 1-.3 1.8-.5-.7 0-1-.1-1.4-.1.1-.2.2-.3.4-.4.6-.2 1.3 0 2 .1v-.4c.8.2 1.5.3 2.3.5-.3.1-.7.2-1 .1-1-.1-1.3.1-1.1.5h1.9c0-.1.1-.2.1-.3.3.1.7.2 1.1.3 0-.1.2-.2.2-.2-.7-.3.1-.7-.2-1.1 1.2-.1 1.6.3 2.3.7.6-.2 1.1-.4 1.7-.7l-.2-.1c-.2 0-.5 0-.7.1-.9.2-1.1 0-.9-.3.1-.2 0-.3-.1-.5-.1-.3-.2-.5-.3-.8h.3c.3.4.5.8.8 1.2.8-.2 1.2-.3 1.7-.4.5.2 1.1.3 1.7.5-.5.1-.8.2-1.1.3-.2-.1-.3-.2-.5-.2.1.3 1.1.6-.1.9h1c.7-.1 1.3-.1 1 .3 0 .1.5.2.8.2.2 0 .6-.1 1.1-.1-.4.2-.6.4-.9.6l.2.1c.3-.1.7-.1 1-.2.3.3.7.4 1.3 0-1.4.1-1.3-.2-1.4-.5-.6 0-1.1-.1-1.7-.1v-.1c.6-.1 1.2-.2 1.7-.3 1.6 0 2.5.2 2.2.9.4 0 .8 0 1.3.1-.1-.4-.1-.8-.2-1.3l.4-.1.5.5c.1-.1.3-.2.6-.3.1.1.2.3.3.5.6-.1 1-.2 1.6-.3.5.1 1.3.1 1.9.2.2 0 .3.2.3.3-.1.1-.4.2-.6.4-.2-.1-.3-.3-.4-.3-1.7.1-1.8.1-1.2.6.4-.1.7-.2 1-.3 1.6.2-.8.6.1.8.3-.1.6-.3 1.1-.5 0 .4.2.7-.1.8-.5.2-1.4.2-2.1.2v.1c.5 0 1 .1 1.6.1 0 .1.1.2.1.4 1-.1 1.1-.3 1-.6-.1-.3-.1-.6-.2-.8.7-.1 1.4 0 1.5-.1.4-.3 1.1-.6 0-.9.5 0 .9.1 1.6.1-.6-.2-1.1-.4-1.8-.6h1c1-.1 1.2-.1 1 .4-.1.3-.7.8.7 1 .4-.2.8-.3 1-.4-.4-.2-1-.4-.9-.6s.8-.3 1.3-.4c.2-.1.5-.1.8-.1 1.1-.1 1.5-.5.8-.9-.5-.2-.4-.6.3-.8.9.6.4 1.3.4 1.9-.1 0-.3.1-.6.1.1.1.2.2.2.3.2-.1.5-.1.8-.2.1.2.2.4.3.5.3-.3.5-.6.8-1h.4c0 .2.1.3.1.5.5-.1.8-.2 1.2-.2.2.1.3.2.5.3.4-.1.7-.1 1-.2-.2-.1-.4-.2-.7-.3 1.2 0 1.8.2 1.7.7.7-.5 1.2 0 1.9-.1-.3-.1-.9-.3-1.7-.5h1.2c.5 0 1.3.1 1.4-.2.5.1.9.3 1.4.4.1 0 .3-.2.6-.2.7 0 .8-.1.7-.3-.1-.1-.1-.2-.1-.3 1.4 0 .9.4 1 .7l1.5-.9.4.1c-.1.3-.3.7-.4 1-.5 0-.8 0-1.2.1v.1c.4 0 .9-.1 1.3 0 .6 0 1.1.1 1.6.2.1 0-.1.2-.3.5.4-.2.8-.3.8-.3-.3-.2-.7-.4-1.2-.7.3-.1.8-.2 1.2-.3.1.1.2.2.4.3.2-.1.5-.1.7-.2.1.2.3.4.4.5 1.5-.1 1-.6 1.2-.9l.7.5.3-.1c0-.2.1-.4.1-.5-.3-.1-.7-.2-.7-.4 0-.1.5-.3.7-.3.5.1.9.2 1.5.4 0 0 .2 0 .5-.1.4.4.8.7 1.2 1.1h.3l-.3-.6c-.3-.3-.6-.7-.8-1l.2-.2.6.3c.2-.4.4-.6.6-.9.2.4.8.5 1.6.3v1c-.4-.2-.7-.4-1-.6-.8.5-.3.6.9.7-.9.3-.3.5.1.8h-.1c.2.1.5.3.6.4.1.2 0 .5-.1.7.2-.2.3-.5.7-.6.8-.1.7-.3.5-.5-.1-.2 0-.3-.1-.5 1.1 0 .5-.3.4-.4-.1-.3-.3-.6-.4-.9h.9c-.1.2-.1.4-.2.5h.4c.2-.3.3-.6.5-1 .4.4.7.6 1 .9.1 0 .2-.1.4-.2.2.1.3.2.5.3.5-.2.9-.4 1.2-.6.3.2.6.4 1 .7-.5.1-.9.3-1.5.4-.1 0-.4-.1-.7-.1-.5.3-.9.5-1.3.7.7 0 1.3 0 1.6.1.6.2 1.1.5 1.7.8-.2.2-.5.4-.7.6.2.1.5.2.7.3h.3c-.1-.2-.1-.4-.2-.6.4-.1.8-.3 1.3-.4l.1.1c.3-.1.5-.1.8-.2-.4-.1-.7-.1-1-.2-.5-.1-.9-.3-1.3-.4-.2-.1-.5-.1-.7-.2.3-.1.5-.2.8-.2 1.1-.1 1.9-.3 1.6-.8-.1-.1.2-.3.3-.4.3.1.6.2.8.3l-.6.3.2.1c.5-.1 1.1-.1 1.7-.2 0 .1 0 .2-.1.2-.1.1-.2.1-.3.2.5 0 .9 0 1.2-.1v.6c.3-.1.5-.2.6-.3.5-.3 1-.3 1.6 0 .7.3 1.4.5 2.2.8-.3.3-.1.5 1.1.5.5 0 1.2-.1 1.4-.3.2-.1-.2-.4-.3-.6-.1-.1-.2-.3-.3-.4v-.4c-.8 0-1-.2-.5-.7.4.3.9.6.9.9.2.5.1.5 1.3.7-.2-.5-.3-.9-.5-1.4l.9.6.6-.2c-.3.3-1.1.7-.3 1 1-.3 1.9-.5 2.9-.8 0-.2.1-.3.1-.6.7.2 1.1.3 1.6.4.1-.3.2-.5.3-.8h.4c-.1.1-.2.2-.1.3.1.1.3.2.6.3.4.1.9.1 1.3.1v.1c-.5 0-1.1 0-1.4.1-.3.1-.3.4-.4.6-.4-.2-.6-.3-1.1-.6-.1.6-.2 1-.3 1.6.7-.3 1.5-.5 1.8-.7.3-.3.6-.4 1.4-.4h.8c-.1-.5-.2-.9-.3-1.4h.2c.3.2.7.5 1.1.8.7-.4 0-.9 1-1 .2.3.6.5.6.8 0 .2.4.3.8.5-.1-.3-.1-.6-.1-.9 1.3.1 1.4.6.3 1 0 0 .1 0 .1.1-.1.1-.2.3-.4.5.8-.2 1.4-.4 2.1-.6.7.6.7.6 1 .5-.1-.2-.1-.4-.2-.7.7 0 1.1.1 1.8.1-.9-.6-2.1-.1-3.2-.3.2-.3.4-.5.7-.8.5.2.9.3 1.3.4.6-.3 1.2-.6 2-.9.4.4.7.6 1.1.9.2 0 .4-.1.6-.1.3.2.5.3.8.4-.1-.4-.1-.7-.1-1.1.6-.1 1.1-.1 1.5-.2l.2.1c-.4.2-.8.3-1.5.6 1 0 1.6.2 1.9.6l1.8-1.2c1.1.4 1.1.4 1 .6.3 0 .6 0 1.1.1-.3-.2-.5-.3-.7-.5-.1 0-.2.1-.3.1-.7-.3-1.1-.6.3-.8.1.1.3.1.5.3.1-.2.1-.4.2-.6h-.8c-.1-.3-.1-.6-.2-.9.6.2 1.1.3 1.4.4.2.1.3.2.3.3.1.3 0 .6-.2.8-.1.1-.4.2-.7.2.5 0 .8 0 .6.3 0 .1.1.2.2.2.4.3 1.2.3 2.4-.2-.2.3 1.5.3.5.8-.2.1.2.4.3.6.4-.2 1-.4 1-.6 0-.3.5-.4.9-.5.6-.1 1.1-.2 1.9-.4.1 0 .5.1 1 .2-.4.1-.5.1-.6.1.2.5.5 1 .7 1.6-.2 0-.6.1-.8.1.2.2.4.5.6.8l.6-.9c.3.1.6.2.8.3l.3-.1c-.4-.2-.7-.4-1.2-.6.2-.2.5-.4.8-.6.4.3.7.4 1 .6.4 0 .8-.1 1.2-.1v-.3c.2-.1.3-.2.5-.3.2-.1.4-.2.7-.3-.1-.2-.1-.4-.2-.8.7.2 1.1.2 1.3.3v1.3h-.4l-.9.1c0 .1 0 .1.1.1h2v.4h.1c.1-.2.1-.5.2-.8-1.9-.4.7-.5.3-.8 2.6.1.3.6.6.9h.9c.7-.3 1.5-.6 1.1-1.1.3.2.5.4.7.6-.1 0-.2.1-.3.2h1l.2-.4c.3.1.5.2.7.3.3-.2.9-.5.8-.5-.8-.3.1-.5.3-.7-.6-.1-1.1-.2-1.8-.3.2-.1.3-.2.5-.3.2.1.4.1.7.2.4.1.7.1 1.1.1.3 0 .5 0 .8-.1-.1.2-.4.2-.4.3-.1.1.2.3.2.3 1-.1 1.5.1 2.1.4.8.4.5.6.1.9-.1-.1-.1-.2-.2-.2-.9.4-.9.4 1.2.6.4-.4.9-.7 1.3-1.1h.3c.1.1.1.3.2.4.4-.1.6-.2.9-.2 0 0-.1 0-.1-.1 0 0-.1 0-.1.1h-.3v-.8c.5.1.9.1 1.4.2l-.6.3h.4c.3-.2.6-.4 1-.6-.2-.2-.3-.5-.5-.8-1 0-1.4.2-1.8.6-.3-.2-.4-.4-.7-.4-1.5-.2-3-.3-4.6-.2-.5 0-1.1-.1-1.6-.1v-.1c.2 0 .4-.1.5-.1.9-.5 1.9-.3 3-.1.551.092 1.248.165 1.518-.13l-.217.029c-1.1.2-.9-.1-.6-.3l.9-.4h1.1c.269.359.207.477-.963.642.353.105.697.259.962.259 1.1-.1 2.2-.2 3.1-.3.3.1.7.4 1 .4.7 0 .8 0 .6.3-.1.1-.3.2-.2.2.8.4-.2.6-.7.8.1.2.2.3.4.5.2-.1.4-.2.6-.2.1.1.2.1.2.2l.3.6c.7-.2 1.2-.3 1.7-.4.5.6 1.4 0 2.4.2-.3-.2-.5-.3-.7-.4.2-.2.5-.3.6-.5.2-.3.9-.6 0-.8-1-.3-.4-.5.1-.8.6.5 1.7.2 2.4.3.1 0 .4-.2.7-.3l-.2-.1c-.3.1-.7.1-1.1.2 0-.3.1-.6.1-1-.6.2-1 .3-1.4.4-.6-.4-1.2-.7-1.8-1.1.6-.1 1-.2 1.4-.3 0-.5 0-.5 1.3-.6.1 0 .2-.1.3-.1.6-.2 1.2-.3 2-.6 0 .3.1.5 0 .7-.1.1-.3.3-.5.4l-.9-.3c-1.1.2-1.1.5 0 .8.4.1 1 .3 1 .5-.3.5.4.5 1.6.5-.5.3-.8.5-1.2.7.7.1.8.3.7.4 0 0 .1 0 .1-.1.2-.1.5-.2.8-.2.2 0 .5.1.6.3.5.1.7.4.9.7-.3.1-.8.2-1.3.4-.6-.2-.9-.6-2.1-.2l-.1-.1.4-.5c.1 0 .1-.1.2-.1-.9 0-1.7-.1-2.7-.2 0 .3-.3.7 0 1 .4.4.4.6-.7.7.1.1.3.2.4.3-1 .2-1.1.3-.2.6.3-.3.6-.5.8-.7 1.6 0 2.6-.3 3.6-.6.8.3.8.3-.3.6l1 .6.3-.1c-.1-.1-.4-.3-.3-.4.5-.3 1.1-.7 1.9-.8 1.3-.1 1-.4 1-.7-.5-.2-1.1-.3-1.5-.5-.1 0 0-.3.2-.3 1-.2.8.1.9.3.8-.4 2.2-.5 3.3-.4-.1.3-.2.6-.4.9-.1.2-.5.4-.7.4-1.7 0-2 .5-2.6 1 .4 0 .8.1 1.1.1.2-.6 1.6-.6 2.4-.9l.3.1c-.1.2-.1.3-.2.5.8.1 1.5.1 2.6.2-.5.2-.9.4-1.4.6 1.2-.1 2.3-.2 2-.9.7.2 1.6-.4 1.7.2.857-.095-.276-.643.997-.695-.157-.138-.279-.223-.197-.305.5-.4-.1-.5-1-.5-.3 0-.5-.1-.8-.1-.1.1-.1.3-.2.5.4 0 .7-.1.9-.1.3 0 .6.1.9.2-.2.1-.4.3-.6.3-.8 0-1.7 0-1.9-.4 0-.1-.1-.2-.2-.2-1.8-.3-.6-.6 0-.7 1.2 0 2.1 0 3.5.1.747.28.188.735-.215 1.201h.014c-.1.1-.2.3-.4.4.4 0 .8.1.9.1.2-.4.5-.8.6-1.1.7 0 1.2-.1 1.8-.1.5.4-.5.5-.9.8l-.6-.3c-.1.1 0 .3.1.3.8.2.4.5.1.6-1.4.3-.8.9-1.4 1.3.4-.1.8-.3 1-.5s.2-.6.6-.7c.8-.3 1.4-.5 1.8-.9.3-.3.2-.8-.6-1H938c-.3 0-.7.1-.8 0-.2-.1-.3-.3-.2-.4.1-.2.5-.3.8-.5 1.4.7 3 0 4.6.2.2 0 .4-.2.7-.2.2 0 .3-.1.5-.1-.7-.1-1.3-.2-1.9.1-.3.1-1.1.1-1.6.1-.3-.1-.6-.3-.6-.5 0-.3.3-.6.4-.9h-.1c-.2.2-.5.3-.8.5-.1-.2-.2-.2-.3-.4-.3.2-.3.2-3.6.6.7-.2 1.2-.4 1.7-.6.3 0 .8.1 1.5.1-.8-.4-1.3-.6-2.1-1 .6.1.8.1 1.1.1l-.3-.3.2-.1c.3.1.5.2.6.2.7 0 1.2-.1 1.7-.1.2-.2.2-.5.5-.7.1 0 .1-.1.2-.1-.086.431.499.713 1.43.846-.029-.096.013-.221-.029-.347.9.1 1.7.1 1.9.5.2.3.8.2 1.4.1h.2c.1 0 .3-.1.5-.1s.5-.1.8-.1c.2.2.4.3.6.5.2.1.6.2.8.2.3 0 .6-.2.6-.3.2-.5.3-1 .4-1.6-.7-.3-1.6-.2-2.4 0-.3-.1-.6-.2-.8-.2-.9.1-2-.3-2.9.1h-.5c-1.5-.3-1.8-.2-2 .3-.1-.1-.4-.2-.7-.3-.1.1-.2.1-.2.2l-3-.3s-.1.1-.1.2c-.2-.2-.4-.3-.6-.5-.2.1-.3.2-.5.2-1.5.1-2.9.1-4.4.1-1.2 0-2.4-.3-3.4-.1-2.5.3-5-.3-7.5.2h-.4c-.7 0-1.4-.1-2.1-.1-.7 0-1.7.2-2 .1-.6-.2-1.2-.1-1.7-.1-.7 0-1.4.1-2.2 0-.8-.1-1.7-.1-2.5-.1-1.2.1-2.2.1-3.3-.1-.3 0-.8.1-1.2.1-.6.1-1.2.2-1.8.1-1.4-.1-2.8-.3-4.3-.1-.5 0-1.2.1-1.5 0-.8-.2-1.4-.1-2 .1-1.3-.5-2.6 0-3.9-.1-.7-.4-1.7-.5-2.7 0-.6-.2-1.7-.2-2.2 0-1.1 0-1.9-.1-2.7 0-1.3.1-1.8.1-2.4-.4-1.6.5-3.3.4-4.7.1-1 .1-1.8.2-2.6.3-1.5-.2-3-.2-4.5-.3-1 0-2.1.3-3.1 0h-.7c-.7 0-1.3.1-2 .1-1.3 0-2.5 0-3.8.1-.9 0-2 .1-2.8 0-.7-.1-1 0-1.4.1-.5-.1-1.1-.2-1.3-.3-.5.1-.7.1-1 .1-1.2 0-2.2-.3-3.5-.1-.7.1-1.8 0-2.7 0-1.4 0-2.7-.1-4.3-.2h-1.3c-1.4 0-2.9-.2-4.1-.1-1.5.2-2.6.2-3.8-.2-.5.1-1 .1-1.5.1h-1.9c-.5 0-1 .1-1.5 0-.8-.1-1.5-.3-2.3-.3-1.8 0-3.5.1-5.4.1 0 0-.1-.1-.1-.2-.8.1-1.6 0-2.2.2-.9.2-1.5-.1-2.2-.2h-.6c-1.2 0-2.3.1-3.5.1s-2.5 0-3.7-.1c-.9 0-1.8-.2-2.7-.3-.6.4-2.5.5-3.7.1-.9.5-1.2 0-1.9-.2.1.1.1.2.1.2-1-.1-2-.2-3.1-.1-.7.1-1.4.2-2.2.1-.8 0-1.5-.2-2.3-.2h-3.8c-.3 0-.6 0-.8.1h-.8c-.8 0-1.6-.1-2.4-.1-1.6 0-3.3.3-4.3-.4-.3.1-.6.2-.9.2-1.2 0-2.4 0-3.9.1-.5-.1-1.4-.3-2.4-.1-.3 0-.5.1-.8.1h-3.7c-.7-.3-.7-.3-2-.2-.4 0-.8-.1-1.2-.2-.5 0-.9-.1-1.4-.1s-1.2.1-1.4.1c-.6-.3-1.2-.2-1.9-.1h-.3c-1.5-.4-3.2-.4-5-.3-2.1.1-4.3.2-6.3-.2-.2 0-.7-.1-.8 0-.7.2-1.4.3-2.1.5-.1-.1-.3-.2-.4-.3-.1-.1-.5-.1-.7-.1-1.2-.1-2.5-.1-3.7-.2-2.6-.2-5.1-.1-7.6 0-.2 0-.4.1-.6.2 0-.1 0-.3-.1-.3-.5 0-.9 0-1.1.1-.6.3-1.2-.1-1.6 0-1.2.3-2.4.1-3.7 0-.4 0-.9-.1-1.2 0-.7.2-1.5.1-2.2 0-.6-.1-1.2-.2-1.9 0-.2.1-.8-.1-1.1-.1-.8.1-1.6.1-2.5.2-.1-.2-.2-.3-.2-.3-.9 0-1.8-.1-2.6-.1-.4 0-.9-.1-1.1 0-.6.2-1.4.2-2.2.1-.4 0-.7-.2-1-.2-1 0-1.9.1-2.8.1-.6 0-1.4.1-1.7 0-.8-.3-1.6-.3-2.5-.2-.9 0-1.7.1-2.2-.3-.7.1-1.3.2-2 .2-1.7 0-3.3-.1-5 0-.7 0-1.2 0-1.7-.2-.4-.2-1.1-.3-1.6-.1-.6.3-1.3.2-2 .1-.9-.1-1.8-.3-2.6 0h-4c-1 0-2.2.1-3-.1-1.6-.4-3.2-.1-4.7-.3-.6-.1-1.4 0-2.1 0-1 0-1.8-.1-2.3-.3-.4.1-.7.2-1.1.2h-3.3c-1.3 0-2.5-.1-3.8-.1l-1.4-.1c-.6 0-1-.1-1.5-.1h-3.4c-.5.1-.9 0-1.6-.1-1.4-.2-3-.3-4.4 0-.2 0-.5 0-.8-.1-.2 0-.4-.1-.6-.1h-7.3c-.8 0-1.7-.2-2.7-.3-.4 0-1 0-1.6-.1H632c-.3 0-.8 0-1-.1-.5-.2-1-.2-1.6-.1-1.2 0-2.4 0-3.5-.1H623c-.5 0-1-.1-1.4-.1-1 .1-1.9.2-2.5-.2-.5.1-1 .1-1.4.1-.6 0-1.2-.1-1.8-.1-1.2-.1-2.5 0-3.6-.2-1.2-.2-2.1.1-3.3 0-.9-.1-1.9 0-2.8.1h-.4c-.8 0-1.6-.1-2.4-.1-.6 0-1.1-.1-1.7-.2v-.1c-1.1.1-2.2.3-3.4.4 0-.2-.1-.3-.1-.4-1.9-.1-3.8-.2-5.7-.1-1.6.1-3.2 0-4.8 0h-.2c-1-.4-2.1-.4-3.3-.2H582c-1 .1-2.7 0-3.3-.3-.5 0-.8.1-1.2.1-.5 0-1-.1-1.5-.1-1.4 0-2.7.1-4.1 0-.7-.1-1.5-.3-2.2 0h-.4c-.9-.4-2.2.1-3.2-.3-.6.3-1.5.1-2.2.1-1.3 0-2.6-.1-3.9-.1-.8 0-1.6-.2-2.4-.2-.3 0-.7.1-1.1.1-.2 0-.5.1-.7.1l-3-.3s-.1.1-.3.2c0-.7-.8-.2-1.3-.3-2-.3-4.2-.5-6.1-.3-2.2.2-4.3-.4-6.4-.2-.4 0-.9-.1-1.4-.2-.2 0-.5-.1-.8-.1-2.9.3-5.7-.1-8.5-.5h-.2c0 .1 0 .2-.1.3-.7-.1-1.4-.1-2.2-.2-.3 0-.8.1-1.1.1-1.1-.2-2.1-.1-3.2 0-1.4.1-3-.2-4.5-.3-.8-.1-1.6-.1-2.4-.2-.5-.1-1-.2-1.5-.2-.3 0-.6 0-.9.1-.4.1-.9.2-1 .2-.7-.4-1.5-.1-2.3-.1-.1-.2-.1-.3-.2-.5-.2.1-.5.1-.5.2-.3.4-1.2.3-1.9.2-.6 0-1.4-.1-1.9-.1-.9.2-1.3 0-1.8-.2-.1 0-.2-.1-.2-.1l-.4.2c-1-.1-1.8-.2-2.6-.3-.7 0-1.5.1-2.2.1h-2.7c-1.3-.1-2.5-.3-3.8-.2h-.8c-1.2 0-2.4-.1-3.6-.1-2.3-.1-4.4-.9-6.7-.9-3 0-6 .7-9.1.6-4.9-.2-9.7-1-14.5-1.4-4.7-.6-9.4.4-14.1-.5-.4-.1-1-.1-1.3 0-1.1.2-2.1.5-3.1.8-.2-.1-.4-.3-.6-.4-.1-.1-.7-.2-1.1-.2l-5.7-.3c-3.9-.3-7.7-.1-11.6-.1-.3 0-.6.2-.8.2 0-.2-.1-.4-.1-.5-.7 0-1.4 0-1.7.1-.9.4-1.9-.1-2.5 0-1.9.4-3.7.2-5.6.1-.6 0-1.4-.1-1.8 0-1.1.3-2.2.2-3.4 0-.9-.1-1.8-.4-2.8 0-.2.1-1.1-.1-1.6-.1-1.2.1-2.5.2-3.8.3-.1-.3-.2-.5-.3-.5-1.4-.1-2.7-.1-3.9-.2-.6 0-1.3-.1-1.6 0-1 .3-2.1.3-3.3.2-.5 0-1.1-.3-1.6-.3-1.4 0-2.9.1-4.3.1-.9 0-2.2.2-2.6 0-1.2-.5-2.4-.4-3.7-.4-1.3.1-2.6.1-3.3-.4-1.1.1-2 .3-3 .3-2.5 0-5.1-.1-7.6 0-1.1 0-1.8 0-2.6-.3-.6-.2-1.6-.5-2.4-.1-.9.4-2 .2-3 .1-1.4-.1-2.7-.5-4 0-.1.1-.5 0-.8 0h-5.3c-1.5 0-3.4.1-4.5-.2-2.4-.6-4.8-.1-7.2-.4-1-.1-2.1-.1-3.1 0-1.5 0-2.8-.1-3.5-.5-.6.1-1.1.3-1.6.3H316c-1.9 0-3.8-.1-5.7-.2l-2.1-.1c-.8-.1-1.6-.1-2.3-.1h-5.2c-.8.1-1.4 0-2.5-.2-2.1-.3-4.6-.5-6.7.1-.2.1-.8-.1-1.2-.1-.3 0-.6-.2-.9-.2-1.6 0-3.1-.1-4.7-.1h-.9l-1.3.6-.7-.2.7-.4h-4c.2.1.3.3.6.5-1.3-.2-2.1-.3-2.8-.3l-.1-.2h.4c-.7-.1-1.5-.2-2.4-.3-.5 0-1.1 0-1.8-.1l-.9.9c-.6-.3-1.2-.5-1.7-.8.7 0 1.4-.1 2.2-.2h-8.1c-.5 0-1.2 0-1.5-.2-.8-.3-1.5-.2-2.5-.2-1.8.1-3.6-.1-5.4-.1h-1.3c.7 0 1.5 0 2.1.1.4.1.5.4.9.7-1.3-.2-2.2-.4-3-.6v-.2H250c-.7 0-1.5-.2-2.1-.2-1.5.1-2.9.3-3.8-.3-.8.1-1.5.2-2.1.2-.9 0-1.8-.1-2.7-.2-1.8-.1-3.9 0-5.5-.3-.9-.2-1.7-.1-2.4-.1.3.4.7.7 1.1 1.3-2-.4-1.7-.8-1.8-1.2-.4 0-.8.1-1.3 0l.9.9c-1.3-.3-2.2-.5-3.4-.7.5-.1 1-.2 1.3-.2-1.2 0-2.5.1-3.8.1-.2 0-.4 0-.7-.1-1.2-.1-2.5-.1-3.7-.2-.5 0-.9-.1-1.4-.1.1.2.1.3.2.5h-.5l-1.4-.6v-.1c-1.4.2-2.9.4-4.4.6 0-.2-.1-.4-.1-.7-2.3-.1-4.4-.2-6.6-.2.1.1.1.2.2.2-.7.1-1.3.1-2 .2-.1 0-.3-.1-.4-.2-.6.2-1.1.3-1.8.5 0-.3.4-.5.9-.7-1.8 0-3.5 0-5.3-.1l.5.2-.4.3c-.8-.1-1.7-.1-2.9-.2.3-.2.5-.3.7-.4-1.3-.3-2.8-.3-4.3-.1h-.1c-.3.2-.6.3-.9.4h-2.5c-.1-.1-.3-.2-.5-.4h-1.7c-.4.1-.9.2-1.5.3-.6-.2-1-.3-1.3-.5.2-.1.4-.1.6-.2-.1 0-.2-.1-.3-.1-.7 0-1.2.1-1.8.1-.8 0-1.6-.2-2.3-.2-2.1.1-4.2.2-6.3-.1-1-.1-2.1-.3-3.1-.1h.1l-.3.2c-2.4-.1-2.9-.1-2.9-.4-.9 0-1.8.1-2.6-.2-.8.4-1.9.2-2.9.1h-.4c-2-.1-3.9-.1-5.9-.2-1.2-.1-2.4-.3-3.6-.3-.5 0-1.1.1-1.6.1-.3 0-.7.1-1 .1-1.5-.1-3-.3-4.6-.5 0 0-.1.1-.5.3 0-1-1.2-.3-2-.4-3-.5-6.4-.7-9.2-.5-.5 0-1 .1-1.6.1-.5.1-1.1.2-1.7.4-.2-.1-.4-.2-.8-.5-1.9-.2-3.8-.4-5.7-.2-.6.1-1.4-.2-2.1-.3-.2 0-.4-.1-.6-.1l.3.7-.5.2-1.9-.6v-.1c-3.8.2-7.6-.3-11.3-.8h-.3c0 .1-.1.2-.1.4l-3.3-.3c-.5 0-1.2.2-1.7.1-1.7-.2-3.1-.2-4.8-.1-2.1.1-4.5-.2-6.8-.4-1.2-.1-2.5-.2-3.7-.4-.8-.1-1.5-.3-2.2-.4-.4 0-1 .1-1.4.1-.6.2-1.5.5-1.5.4-1.1-.6-2.3-.1-3.5-.1-.1-.2-.2-.4-.3-.7-.2.1-.4.1-.5.1l.3.1c-.3.3-.5.6-.9 1-.9-.2-1.5-.4-2.1-.6-.2 0-.4 0-.5-.1-.9-.1-1.9-.2-2.6-.1.1.1.1.2.2.4-.3-.2-.4-.3-.6-.3-.7.1-1.2.1-1.7 0-1.3.1-2.6.2-4.1-.2.3-.1.5-.1.8-.2-.9-.2-1.7-.3-2.5-.3-1.1 0-2.2.1-3.3.1H58c-1.1.1-2.1.1-3 .2-.4 0-1.1.1-1.2 0-.2-.1-.2-.2-.2-.3-.5 0-1-.1-1.5-.1-.6.2-1.2.4-2 .6-.1-.3-.1-.5-.2-.7h-1c-.4 0-.8-.1-1.2-.1-1.8-.1-3.7-.2-5.5-.2-.9 0-1.8-.1-2.7-.1l.1.1c-.9 0-1.6.1-2.3.1-1-.5-.6-.6 0-.6-.2-.1-.5-.1-.7-.2-1-.3-1.9-.6-3.1-.3-.4.1-1.1.1-1.7 0-1.8-.2-3.4-.2-5.1 0-1.3.3-4.2-.2-4.7-.5-1 0-1.7.1-2.4.1h-.3c.3 0 .7.1 1.1.1-1.1.3-1.9.5-3 .7-.1-.3-.1-.6-.2-.9h-.7c-1.6.1-3.7-.3-4.7-.8-.3-.1-1.3-.2-1.5-.1-1 .4-1.8.3-2.7-.1-.6-.2-6.4.049-7.6-.151V300h1920v-79.851c-3.672 1.275-14.851 4.932-15.1 4.351zm-715 22.5c.3.1.8.2.8.2-.2.3-.5.5-.7.7h-.4c0-.3.2-.5.3-.9zm-7.6.5c.3.3 1.2.6.1 1-1.3-.2-1.9-.6-1.6-1.3.3.2.5.4.8.6.2-.3.3-.6.5-.9h.4c.2.1.5.2.8.4-.4.1-.7.2-1 .2zm5.9.4c-.1-.2-.2-.3-.3-.5-.4 0-.7.1-1 .1.3.2.6.3.9.4-1 .3-1.6.1-2.4-.3 0 .4-.1.6-.1.8h-1c-.2 0-.5-.1-.6-.1-.1-.1.1-.2.2-.3 1.3-.2.4-.6.2-.7-1.2-.3-.6-.6 0-.8.4.3.8.5 1.1.7h.3c-.1-.3-.1-.6-.2-1 .5.2.8.4 1.3.5.5.1 1.2 0 1.9 0 .1.5-.1.8-.3 1.2zm-1.2-1.6c-.2-.1-.6-.2-.9-.4.5 0 1-.1 1.6-.1.3 0 .6.1 1.1.1-.8.2-1.2.3-1.8.4zm3.3 3.7c-.2.1-.6.1-.9.2l-.8-.7.5-.1.3.3c.3-.1.6-.1 1.1-.2 0 .2 0 .4-.2.5zm.1-.7h-.4c-.1-.2-.2-.3-.3-.6.5 0 .8.1 1.2.1l-.5.5zm2.4.1c-.5-.3-.9-.5-1.2-.6l.2-.1c.4 0 .8.1 1.3.1 0 .2-.1.4-.3.6zm.3-2c-.1-.1 0-.3.2-.4.3-.1.9-.2 1.2-.1.4.1.7.3 1.1.4.1-.1.2-.1.3-.2.6.2-.8.6.8.6-.2.2-.3.4-.6.7-1.1-.4-2.1-.7-3-1zm2.4 1.7c-.3 0-.8.1-1.3.2v-.9c.8.1 1.4.2 2.1.3.2 0 .6 0 .7-.1.6-.4.9-.1 1.5.1-1 .2-1.7.5-3 .4zm13.3-1.6c-.1.1-.2.3-.2.3h-2.6c.6-.6.6-.6 2.8-.3zm-4-.9c.4-.2 1.3-.2 2.1-.2 1 .7-1 .7-1.7 1.1-.5-.3-1-.6-.4-.9zm-2.4 2.8c-.2-.2-.5-.3-.7-.5-.2 0-.8-.1-1.3-.1v-.1l1.6-.3 1.1.9-.7.1zm.9-1.2h-.2c-.3-.2-.6-.3-.9-.5.4 0 .7-.1 1.1-.1v.6zm-1.7-2.9c-.2 0-.4-.1-.5-.2 0-.1.3-.2.5-.2h2.1c.3.4.6.7.8 1h-.3c-.2-.1-.5-.4-.8-.6h-1.8zm3 4.2c-1.1-.2-.9-.6-.8-1v.2c0 .1 0 .1.2.2l.9.5-.3.1zm3.1-.6c.2.2.3.4.5.6l-.3.1c-.7-.3-1.4-.3-2.4-.2-.1 0-.5-.1-.5-.2-.1-.3 0-.6-.1-.9h.3c.2.1.5.3.9.5.2-.2.2-.4.3-.5.1-.1.7-.2.7-.1.7.4 1.3.1 1.8-.1.8.4.4.7-1.2.8zm6.4-2c0 .4 1.9.4.8.9-1.3-.3-1.6-.5-.8-.9zm-.7-.5.2.2-1.2.2-.2-.3 1.2-.1zm2.9 3.6c-.7-.4-1.3-.7-1.9-1l.4-.2c.5.1 1.1.2 1.5.4.6.2.7.5 0 .8zm-3.3-1.4c-.5-.1-.9-.3-1.7-.5 1.6 0 3.1-.4 4.6 0 .2-.1.5-.2 1-.4v.6c.2.2.3.3.5.4-1.6 0-3 0-4.4-.1zm5.9-.1h-.4c.1-.2.2-.4.3-.7.4.2.7.3 1 .4l-.9.3zm2.2 2.2c-.6-.2-.9-.4-1.2-.5-.1-.1 0-.2.2-.3.4-.1.9-.2 1.6-.3-.2.4-.4.7-.6 1.1zm8.3-2.5c-.7 0-1.3 0-2.1-.1-.3.2-.6.4-1 .6l-.3-.1.3-.6h-.4l-.4.9h-.4v-.6l-.6.2c-.6 0-1 .1-1.4.1-.9-.1-1.7-.2-2.6-.3.1-.1.1-.3.3-.3.5-.1 1-.1 1.6-.1 1.1-.1 2.2-.2 3.3-.2 1.2 0 2.3.2 3.5 0 .1 0 .6.1.6.2.1.2-.2.3-.4.3zm4.9-2.2c.2 0 .6-.1 1.1-.1.1.2.1.3.2.5-2.3-.2-1.1.8-2.3.9-.1-.3-.2-.6-.2-.9 0-.2.1-.5 1.2-.4zm5.3 2.6c0-.2 0-.3.1-.6-2.4 0-4.9-.3-7.4.3 0 .1 0 .2-.1.3h-.2c-.1-.2-.2-.4-.3-.7-.3.1-.5.2-.7.3h-.3c.1-.1.1-.3.3-.4.2-.1.8-.1 1.1-.1.8 0 1.8 0 2.5-.1.7-.2 1.1-.2 1.3 0 1.3-.1 2.5-.2 3.6-.2.5 0 1.1.3 1.3.6.3.4-.1.6-1.2.6zm4.5-.7c.1-.3.1-.5.2-.8.5.2 1 .3 1.9.5-.8.1-1.3.2-2.1.3zm1.7-1.4c.3-.2.5-.4.7-.6h.4c.4.1.7.1 1.1.2-.5.1-.9.1-1.4.2-.1.2-.3.2-.8.2zm2.5 1.6c-.1-.3-1.4-.3-.8-.8.3.4 1.8.2.8.8zm11.4-2.6c-.4.2-.6.4-1 .6-.3-.2-.5-.3-.8-.5.6-.1 1-.1 1.8-.1zm-2.2 2.2c-.3-.1-.7-.1-1.3-.2v.7h-.2c-.1-.1-.2-.1-.2-.2.2-.3-.1-.4-.9-.3-1.4.1-1.5 0-1.4-.3.7 0 1.1-.1 1.6-.1.6 0 1.3-.1 1.7 0 1.1.2 1.7 0 2.4-.3.5.3.4.4-.3.5-.4 0-.9.1-1.4.2zm1.1.1c.8 0 1.3.1 1.8.1-.2.1-.4.3-.6.5-.4-.2-.7-.3-1.2-.6zm1.6 1.4-.8-.8c1.5.2 1.8.4.8.8zm5.8-2.9c.1 0-.3.2-.5.4-.4-.2-.9-.3-1.3-.5-.1 0-.2-.1-.2-.2.1 0 .3-.1.3-.1.6.1 1.2.3 1.7.4zm-3.6-.9c.4-.1.8-.2 1.6-.3 0 .3-.1.5-.1.7l-1.6-.2.1-.2zm6.3 2.5c-1.4-.1-2.7-.1-2.9-.7-2.4.3-2.5.3-2.6.8-.8 0-1.6-.6-1.2-.9.1 0 .2-.1.4-.1.9 0 1.8.1 2.5-.3.2-.1.6.3.8 0 .4.1.9.2 1.2.3.2.1.2.3.3.5.4-.1 1.1-.1 2.1-.3-.4.4-.5.5-.6.7zm3.3 1.2c-.3.3-1.1.4-1.8.2-1.3-.3.4-.5.3-.8.5.2.9.4 1.5.6zm-.1-2.7-.4-.2c-.7.1-1.1.1-1.6.2-.1 0-.2-.2-.3-.3.7-.1 1.3-.2 1.9-.2.3 0 .5.2.8.4l-.4.1zm.7-.9c-.4 0-.9 0-1.4.1v-.4c1.4-.2 1.5-.1 1.4.3zm-438.4 14.4h-.1.1zm71.3-8.2c.6.2 1.2.3 1.9.6-1.9.1-2.2 0-1.9-.6zm31.8-3.8-.3.3c-1.1.1-1.6-.1-1.9-.5.9-.3 1.6 0 2.2.2zm-3.5.4c.6.4 1.1.8.3 1.3-.2.1.1.3.2.5-.6 0-1.2-.1-1.7-.1.6.3.8.6 0 .9-.4-.3-.7-.5-1-.7-.2 0-.5.1-.8.2-.1 0-.1-.1-.1-.1.1-.2.1-.5.3-.7.1-.1.4-.2.6-.3.5-.1 1.1-.1 1.9-.2-1.5-.5-.3-.6.3-.8zm-2.8-.1c.8.2 1.8.3 1.3.7-.1.1-.8.2-1 .2-1-.2-.2-.5-.3-.9zm-2.6 1.2c.3-.1.6-.3.9-.4-.3-.2-.5-.3-.8-.5 1.6.1 2 .7 1.2 1.2.3.1.6.1 1.1.2-.7.1-1.1.2-1.5.2l-.9-.3c-.3-.1-.5-.2-.7-.3.2 0 .5 0 .7-.1zm-6-.2c.4 0 .8.1 1.2.1.1-.4.2-.8.2-1.1.9.1 1.7.1 2.7.2-.7.3-1.5.7-2.1.9.2.2.4.4.5.6l.5-.5c.4 0 .8 0 1.5.1-.4.2-.6.5-1 .6-.4.1-1.1.2-1-.2-.3.1-.6.3-.9.5-.1-.1-.2-.2-.4-.3-.2.1-.3.2-.4.2-.6-.1-1.2-.8-.8-1.1zm-5.8 2.5-.2.1h-1.7c.2-.2.4-.4.6-.7.5.2.9.4 1.3.6zm-4.8-3.3c.2 0 .2-.2.2-.3 0-.1-.1-.3-.2-.5.9.1 1.8 0 .9.5-.1 0 0 .2 0 .2h1l.1.1c-.4.5.3.7 1.2.9.7.2 1.3.8 1.1 1.1-.1.2-.1.3-.1.5h-.4c-.1-.3-.1-.6-.2-1h-1.2c-.1-.2-.1-.3-.2-.5-.2.2-.4.3-.7.5-.2-.2-.2-.3-.3-.4-.3.1-.6.1-1 .2-.1-.1-.2-.2-.1-.3.4-.3.1-.5-.4-.8-.3.1-.3 0 .3-.2zm-.7 1h.3c-.1.2-.2.4-.4.7-.1.1-.5.1-.7.2-.1-.1-.3-.2-.5-.3l.9-.6c.1-.1.2 0 .4 0zm-1.2.2-.6 1.1h-.3c.4-.4-.9-.9.9-1.1zm-31.3 2.8c-.2.1-.7.2-1.1.3l-.3-.3c0-.1 0-.4.1-.4.4-.1.9 0 1.4 0 0 .1.1.3-.1.4zm-1.4-.9c-.2.3-.3.5-.5.7-.9-.2-2-.3-1.7-.9.2 0 .6.1.6.1.8-.5 1.9-.2 2.9-.2.3 0 .6 0 1-.1.2.2.4.3.6.5-1 .3-1.9 0-2.9-.1zm-.1-1c.2-.2.5-.3.8-.5.1 0 .8.1.8.2.2.4-.9.2-1.2.4l-.4-.1zm5.9 1.5c-.5-.1-1.1-.6-.6-.7.5-.1 1.3-.1 2-.1.3 0 .6.1.9.1l.2.1c-.8.1-1.6.3-2.5.6zm4.6-.9c-.3.2-.8.3-1.3.5l-.4-.1c.2-.2.4-.4.7-.6l-.2-.4c1 .1 1.7.3 1.2.6zm5.3 2.8c-.2 0-.5 0-.7-.1-.2 0-.5-.1-.9-.2 0 0-.1-.2-.2-.3.7-.2 1.3-.3 2-.5l.3.1-.5 1zm7.5-2.9c-.1.4 0 .7 0 1.1-.2 0-.4.1-.8.1 0-.2.1-.3.1-.4-.6 0-1.1-.1-1.7-.1v-.1c.2 0 .4-.1.6-.1-.1-.1-.2-.3-.4-.5.6.1.9.1 1.2.2l.3-.1-1-1c1.9.3 1.9.3 1.7.9zm7.3-2.9c.2 0 .4-.1.7-.1.1.3.2.5.3.7 0 .1 0 .2-.1.3 0 0-.4.1-.5 0-.2-.1-.3-.2-.4-.3v-.6zm-1.1-.2c.2-.1.3-.2.7-.4.1.2.2.4.3.5-.3 0-.5.1-.8.1h-.6c.2 0 .3-.1.4-.2zm-5.9.9c.6-.2 1.2-.4 1.9-.7.2 0 .5.1.7.1.2.1.4.2.3.3-.1.1-.3.2-.6.2-.4.1-.9.1-1.7.2.9.2 1.5.3 1.9.4.7-.3 1.4-.6 2.1-.8.2-.1.9-.1 1.2 0 .2.1.3.3.4.4-1.1-.1-1.5 0-1.2.2.1.1.4.1.5.2.1.1.2.1.4.2.2-.1.4-.1.6-.2.1 0 .3-.1.4-.2.9.3.9.4-.1.8-.6-.1-.9-.4-1.8-.3-.5.1-.9.2-1.4.2.5.1 1 .1 1.4.2.2 0 .3.2.3.2s-.3.1-.5.1c-1.6.1-1.6-.1-2.1-.6-1.2-.2-2.2-.4-3.4-.6.4-.1.6-.2.7-.3zm-2.6-1c.5.2.5.4-.5.6l-.2-.6c.2-.1.6-.1.7 0zm-1.8 1.1c.2 0 .5.1.7.2 0-.1.1-.2.1-.3h.3l.3.3c.4.3.7.7 2 .5.2 0 .5.1.7.1-.2.1-.3.2-.5.3-.7 0-1.7.2-2.2 0-.8-.2-1.3-.5-1.9-.8-.1 0 .2-.2.5-.3zm-1.8 2.3c.7.1 1.8-.1 2.6-.1.2.3.6.6.7.9.1.2-.2.4-.3.6-.5-.4-1-.8-1.5-1.3-1 .3-1.8.4-2.4.7-.7.2-1.4.2-2.3.1.6-.1 1.2-.3 1.6-.4-.8 0-1.6-.1-2.4-.1h-1.9c-.4-.2-.1-.4.6-.5 1-.1 2-.4 3 0 .1 0 .4.1.4 0 .7-.2 1.1-.1 1.9.1zm-6.3-.5c.2-.3-.2-.7 1.1-.6.1.2.1.3.2.5-.4 0-.8.1-1.3.1zm-4.1-2.1c.1-.4 1.1-.3 1.6-.3.8 0 .4.3.3.4 0 .1-.1.2-.2.3.4.1.7.2 1 .2.2 0 .4.1.6.1.1 0 .2-.1.2-.2s-.1-.1-.3-.2-.5-.2-.8-.3c.2-.1.6-.2.7-.2.4.1.7.2 1 .3.1.1.1.2.1.3.7 0 1.6 0 2.1.1s.7.4 1 .7c0-.1.1-.2.1-.3 0-.1.1-.2.2-.4h.4c.2.2.8.5.7.6-.6.2-.3.8-1.8.7-.2 0-.5-.2-.6-.3 0-.2.1-.4.1-.5-.4.1-.9.2-1.3.4-.2-.1-.3-.2-.6-.5l-1.5.6c-.4.1-1 .1-1.4.2-.4-.2-.7-.4-1-.6-.3.1-.5.1-.9.3.3-.6-.2-.8-1.4-.8-.2 0-.3-.2-.4-.3.3 0 .5-.1.7-.1 1 .2 1.3.1 1.4-.2zm-2.4-1.1c.4.5 1.8.7 1.5 1.3-1.5-.4-2-.8-1.5-1.3zm0 2.1.2-.1h1.5c.1.3.1.6.1.9h-.3c-.1-.1-.1-.2-.2-.4-.5 0-1-.1-1.5-.1.1.2.1.4.2.6-.7-.2-1.2-.3-1.9-.4.4 0 .7-.1.7-.1l.6-.9h.3l.3.5zm-1-1.6.6.1-.3.7h-.4c0-.1-.1-.2-.1-.3-.5.1-1 .2-1.4.3l-.2-.1 1.8-.7zm-2.4 1.1c.4.1.7.3 1 .5-.6.1-1.1.4-1.7.4-1.3 0-.1-.5-.9-.7l.1-.1c.5-.1 1.1-.2 1.5-.1zm-1-1.9c.1.7.5 1.3-1 1.7.4-.5.7-1.1 1-1.7zm-2.1 3.4c-.1-.2-.3-.5-.4-.7l.4-.1.3.3c1.1-.1 1.1-.1 1.1.5h-1.3c-.4.3-.8.6-1.2 1-.2 0-.6-.1-1.3-.1.3-.1.5-.2.7-.3.3-.1.6-.2.7-.3.3-.3.4-.5 1-.3zm-2.3-1.5c.1 0 .4.1.8.3-.6.1-1 .2-1.3.2s-.6-.2-1-.2l1.5-.3zm-17.1 2.4c-.1.1-.4.1-.4.2.1.6-1.2.5-2.2.6.1-.4.3-.6 1.3-.4.5-.4.9-.7 1.4-1.1l.5.1-.6.6zm8.7-1.6c-.5-.2-.9-.3-1.5-.4.1-.2.8-.2 1.6-.2 0 .2-.1.4-.1.6zm5.6 1.5c-.9.2-.5.5-.7.8-.2.2-.6.4-1 .7-1-.6 1.1-1.1-.5-1.6-.1.3-.1.6-.2 1-.6 0-.9 0-1.2-.1-.2 0-.4-.1-.7-.1.2-.1.3-.1.5-.2s.5-.2.8-.2c-.3 0-.6-.1-.8-.1s-.5-.1-.7-.1c-.3-.1-.5-.2-.7-.3.4 0 .7-.1 1.1-.1.6 0 1.2-.1 1.8-.1.7 0 1.5.1 2.2.1.1 0 .2.3.1.3zm-.2-1.7c-1.1 0-1.4-.1-1.4-.5 1.6 0 1.6 0 1.4.5zm-3.9-1.2c1.5-.1 2.3.2 1.9.8-.3.4-.6.9-.9 1.3-2.1-.1-.3-.5-.5-.8-1.2 0-1.5-.2-1.3-.9.3 0 .5 0 .9.1-.1-.2-.1-.3-.1-.5zm-3.4.1.9-.9h.5l1.2.7-.6.2-.5-.5-.5.1c-.2.2-.4.5-.6.7-.3-.1-.7-.2-1-.3h.6zm-1.9.3c.3 0 .8.2.9.3.3.3.4.6.5.9l-.4.1c-.3-.2-.6-.5-.8-.6-.5-.2-.8-.3-1.2-.4.3-.1.6-.2 1-.3zm-1.6 1.9c0-.1.6-.1.9-.1.5.1 1 .3 1.6.1.1.1.4.2.3.3-.2.2-.5.3-.9.5-.2-.1-.4-.2-.5-.3l-.1.1c-.5 0-1.2 0-1.4-.1-.2-.1 0-.3.1-.5zm-.3 1.2h.3l.2.9h-.5v-.9zm-3.2-3.5c-.1-.3-.1-.5-.2-.8h.4v.9c.7-.1 1.2-.2 2-.4-.3.2-.5.4-.7.5-.1.1-.1.2-.2.3h.9c-.3.2-.5.3-.8.5.4-.1.7-.1 1-.1.1.1.2.1.2.1-.3.2-.5.4-1 .4-.2 0-.7-.1-1.1-.2-.5-.1-.9-.2-1.4-.3-.2-.1-.5-.1-.6-.2-.3-.2.7-.7 1.5-.7zm-2 2.4c.4.1.7.2.9.4.1 0-.4.2-1 .4-.3-.3-.7-.4-.6-.5 0-.1.6-.3.7-.3zm-5.8-1.5c.5-.1 1-.2 1.6-.3l.3.2c-.5.2-.9.3-1.4.5-.1 0-.6 0-.6-.1-.1-.1 0-.3.1-.3zm.8 3.8v.2c-.4 0-.9.1-1.3.1-.1 0-.3-.2-.5-.4.8 0 1.3 0 1.8.1zm-3.4-1.6c.4.2.8.3 1.4.6h-1.2c-.2-.2-.3-.4-.4-.6h.2zm-1.5 0c-.4-.1-.8-.2-1.2-.2l.2-.2 1.2.2-.2.2zm-1.4-2.7c.3.1.6.2.8.4 0 0-.3.1-.5.2l-.8-.4.5-.2zm-15.8 5.5-.1-.5.4-.1c.3.1.5.2.9.4-.6.1-.9.1-1.2.2zm9.7-3-.8-.4.9-.2.5.4-.6.2zm3.5-2.6c.3.2.6.5 1 .8-.7 0-1.1-.1-1.6-.1.5-.2-.9-.6.6-.7zm-1 3.1c-.4 0-.8 0-1.1-.1-.2-.1-.2-.2-.2-.4h.4l1.1.4-.2.1zm-.1-.5c-.6.1-.7-.6-1.4-.1-.8-.4.4-.4.8-.7.7.3 1.2.5.6.8zm-1.7-2.8c-.3.3-.6.6-1 .9h.2c.1-.1.2-.1.6-.3.2.5.4.8.6 1.2-.2 0-.4.1-.7.2-.1 0-.2-.1-.2-.1-.4-.3-.9-.6-1.3-1-.2-.1-.2-.3-.2-.4.8-.2 1.4-.3 2-.5zM834 251c.1.2.2.4.2.6 0 .1-.4.2-.6.3-.1-.1-.4-.2-.3-.4.1-.2.3-.3.5-.5h.2zm-1.9-1.9 1.5.3-.2.1c-.2 0-.4-.1-.7-.1 0 .1.1.2.1.4-1.1.1-.8-.3-1.1-.5-.1 0 .3-.2.4-.2zm-.7 1.6c.1 0 .4.1.4.2s-.1.2-.3.3c-.9.2-2.1.1-2.5-.4.9 0 1.7-.1 2.4-.1zm-2.7 2c.1.3.2.6.3.8h-.3c-.4-.2-.8-.4-1.1-.5.3-.1.6-.1 1.1-.3zm-1.9-3.6v1c-.8-.2-.9-.6 0-1zm-.6 1.8c.1-.1.7-.2 1.2-.2.2 0 .4.1.7.1l-.6.3c-.1.1-.1.2-.2.3-.2.1-.4.3-.6.4l-.4-.1c-.1-.2-.2-.5-.1-.8zm-1.5-2.7c1.1.2 1.4.6 1 1-.3 0-.6-.1-1-.1v-.9zm-1.4 5.1c.4.1.5.1.6.1.1-.3.2-.6.3-1 1.1.2 1.3.7 1.1.9-.2.3-1.2.5-2.1.8 0-.3.1-.6.1-.8zm-2.1-4.6c-.2.2-.3.3-.3.4-.3-.1-.7-.3-1-.4h1.3zm-3.3 5c.4 0 .7-.3 1-.5.2-.1.2-.2.5-.4.5.4.8.6 1.2.9-.7 0-1.1 0-1.4-.1 0 .3.1.5.1.8-1 .1-1.3 0-1-.4-.5.1-1 .2-1.4.3.1-.3.1-.5 1-.6zm-2.4-.8s.3 0 .3.1 0 .2-.1.2c-.3.1-.7.2-1.3.3-.2-.3.7-.4 1.1-.6zm-2.6-.4c.5.2.8.3 1.4.5-.4.1-1 .4-1.2.3-.9-.1-.5-.4-.2-.8zm-7.6.4c1.1-.2 1.7 0 2.1.4.1.1-.1.2-.1.4h-.3c-.1-.4-2-.2-1.7-.8zm-3 .6h.3l.3.5-.2.1c-.3-.1-.8-.1-.8-.2-.1-.1.2-.2.4-.4zm-9.3.1h1.7l.2.1c-.2.1-.5.2-.7.2H793v-.3zm-9.1-.1c.6-.1 1.2-.3 1.9-.3.2 0 .5.2.8.5-1.7-.3-1.5.2-1.8.5-.3-.2 0-.5-.9-.5 0 0-.1-.1 0-.2zm-1.2 0c.2.3.4.5.5.8-1.4-.3-1.5-.4-.5-.8zM14.4 223.7l1 .1c-.1.3-.2.5-.4.8 0 0-.7 0-1.1-.1l.5-.8zm-2.5 6.3c.2.2.3.4.4.5h1.8l-1.3.7-.6-.1c-.4-.4-1.9-.6-.3-1.1zm6.6 7.6c-.7-.3-1.4-.6-2.2-.9-.4.1-.7.2-1 .4l-.5-.1c.4-.2.7-.4 1.3-.6.2 0 .9.2 1.3.3.6.2 1.1.5 1.7.7l-.6.2zm.3-4c-.5.5-1.7.9-2.6 1.4-.3-.1-.5-.2-.8-.2l-.3.1.5.5c.2.1.4.3.5.4-.4 0-.8.1-1.1 0-.4-.1-.7-.3-.8-.5-.1-.7 1.2-.9 2.6-1.1-1-.4-1.9-.7-3-1.1-.3.3-.5.6-.7.8-1.4-.6-2.6-1.2-4.1-1.9h2c0 .1.1.2.3.4.3-.2.5-.4.8-.6 1.5.8 4.2.8 7.1 0 0 .6.1 1.3-.4 1.8zm16.1-11.8c.3 0 .9.3 1.2.4-1.4.3-2.6.6-3.6.8-.7-.3-1.4-.6-1.8-.8 1.4-.1 2.8-.3 4.2-.4zm-11 12.2c-.9.1-2.8-.6-2.7-1.2 1 .3 2 .5 2.9.8 0 .1-.1.4-.2.4zm3.1-.4c-.4 0-1.1.1-1.8.2-.9-.4-1.7-.8-2.6-1.2l-.1-.3c1.2.1 2.3.1 3.6.2.2-.2.4-.6.7-1h.4c-.1.7-.2 1.4-.2 2.1zm2.6-1.4c1 .5 1.9.9 2.8 1.3-.4.2-.8.4-1.1.6.7.2 1.7.4 2.7.6l-.3.2c-.5-.1-.9-.2-1.5-.3-.4.2-1 .4-1.7.6-.3-.2-.8-.4-.8-.6.4-.8 0-1.5-.5-2.3.1 0 .2 0 .4-.1zm4 .9c.3 0 .5.5.5.7s-.2.4-.3.7c-.5-.4-1-.6-1.4-.9.1-.3 0-.7 1.2-.5zm-3.9 2.9c.2-.1.7-.1 1.1-.1.1.3.1.6.2 1-1.7-.2-1.9-.5-1.3-.9zm4.4.4c-1.1.1-2.4.1-2.5-.6.8 0 1.4-.1 2.1-.1.4 0 .8.2 1.2.3-.3.2-.5.4-.8.4zm.8-4.6c-.4.1-1 .2-1.4.1-.5-.1-1-.3-1.7-.6-.4.1-1.1.3-1.8.5h-.4c.7-.5 1.5-1 2.5-1.6.7.6 1.2 1 1.6 1.4.3 0 .7 0 1.2-.1 0 .1.2.3 0 .3zm1.3 2.5c-1.9-1-1-1.8-.7-2.7h.4c.3.5.6 1.1.8 1.5-.2.4-.3.7-.5 1.2zm14.2-2.4c0 .1 0 .2-.1.3-.4.2-.9.5-1.3.7-.3-.3-.5-.6-.8-.9.9 0 1.5 0 2.2-.1zm-6.3-1.5h.5l-.6 1.4-.8-.1.9-1.3zm-1.9 1.7c0 .3 0 .5.1.9-1.2-.4-2-.7-3-1 1 0 1.8.1 2.9.1zm-2.9 1.1c.9.7 1.6 1.3 2.3 1.8l-.2.1c-1-.3-1.9-.6-3.1-1 .2-.1.5-.4 1-.9zm7.9 6.2c-1.5-.5-2.9-.9-4.4-1.3-1.2-.3-2-1-1.8-1.5l-.9.5c-1.6-1.7-1.6-1.7-1.4-1.8 1 .3 1.9.6 3.1 1v.4l.5.1c.1-.1.2-.3.3-.4.1-.3-1.2-1.1 1.4-.7.2 0 .6-.2 1.4-.5.3.5.5.9.7 1.2-.8 0-1.7-.1-2.6-.1-.5.6-.7 1.4 1.6 1.8.6 0 1.3-.1 2.2-.1 0 .6 0 1-.1 1.4zm2.2-4.9c-.2-.1-1.2.3-1.9.4 2 .7.1 1.3.2 2 0 .1-.8.1-1.1.2.1-.6.1-1.1.2-1.6 0-.4-.2-.7-1.5-.4-.4.1-.9.1-1.5.1-.1-.2-.2-.3-.4-.6-.5.3-.8.5-1.3.8-.2-.6-.4-1.2-.7-2 .7.3 1.1.4 1.5.5.5-.1.9-.3 1.5-.4 0 .2.1.4.1.6.8.2 1.5.3 2.4.5.2-.3.5-.6.9-1-.9 0-1.6-.1-2.4-.1-.3-1 1.7-.3 2.4-.6.4.5.8.9 1.1 1.3 1 0 1.7-.1 2.7-.1-.4.5-.7.9-2.2.4zm22.9-7.6c1.2-.4 2.3-.3 3.3.2-1.1.1-2.1.1-3.5.2 0-.1-.1-.3.2-.4zm.8 9.1c-.8-.5-2.9-.3-2.7-1.1.4 0 .6.1.7.1.7-.2 1.4-.5 1.7-.5 1 .2 1 .5.5.9-.3 0-.1.2-.2.6zm-5.6-3.3.3.9s-.5.1-.6 0c-.7-.2-1.3-.5-2.1-.8 1.1 0 1.7 0 2.4-.1zm-10.8-.1 2.1.3c.3.1.7.1.9.2-.8.3-1.4.5-2 .8l-.4-.1c.1-.3 1.3-.7-.7-.7-.1 0-.4-.1-.4-.2.1-.2.4-.3.5-.3zm-1.6 4.9c.3-.4.2-.9.7-1.3.3.9-.4 1.8 1.7 2.5-1-.3-3-.4-2.4-1.2zm3.9.5c-.2.2-.5.3-.8.4l-1.2-.6c.4 0 .8-.1 1.1-.1.4-.1.7-.2 1-.3 0 .2 0 .4-.1.6zm1.2 1.5c.3-.5.7-.9.7-1.3-.1-.6.6-1 1.7-1.4.6-.2 1-.2.2-.6-.3-.2-.5-.4-.7-.6-.1.2-.7.2-2.1 0 .3-.2.6-.3.7-.4-.1.1-.2-.1-.4-.1h-.7c-.8.3-1.6.6-2.4 1-.6-.4-2.2-.8-1.2-1.5.1 0 .3.1.5.1l1.7.4c.3-.2.5-.5.8-.7.2-.1.6-.4.7-.4.5.1 1.2.2 1.5.4.2.1.3.3.5.5-.1-.2-.2-.4-.3-.7-.1-.1.3-.3.6-.5.2-.1 1 0 1 .1.1.2 0 .4-.1.6-.1.2-.1.4-.2.6l.6.1c.2-.2.3-.4.6-.7l.9.6c1.1-.3 2.1-.6 3.1-.8h3.2c-.9.3-1.7.7-2.7 1-.3-.1-.6-.2-.9-.4-.1.1-.3.1-.3.1.4.2.7.4 1.2.5 1.4.2 1.8.6 1.3 1-1.4-.1-2.7-.3-3.9-.3-.5 0-1.2.2-1.3.4-.1.2.3.4.5.6s.6.3 1.1.6c-1.7.2-3.2.4-4.7.6-.3.2 1.2 1.1-1.2 1.2zm9-1.7c.6-.3 1.2-.6 1.9-.9l.8.3c-.7.5-1.3.9-2 1.4-.3-.3-.5-.6-.7-.8zm4.9 1.5-.4-.1c.1-.2.1-.4.2-.5-.7-.2-1.4-.5-2.3-.8h1.6c0-.2-.1-.4-.1-.7h.5l.3.6c.4 0 .8.1 1.5.1-.4.6-.8 1-1.3 1.4zm1.5-1.7c-1.3-.3-1.7-.9-1.1-1.5 1.6.3 1.6.3 1.1 1.5zm-.9-3.5c-.1-.6-.2-.9-.3-1.3h.3c.5.3 1 .6 1.4.9 0 .1-.8.2-1.4.4zm69.1-4.8c.4.3 1.8.6.4 1.1-.3-.4-.6-.7-.9-1.1h.5zm2.6 6.7c.1.1-1.2.4-2 .6-.1-.7-.2-1.2-.2-1.7l.4-.1c.7.4 1.5.8 1.8 1.2zm-16.4-.2c.4.5 2.5.5 1.6 1.4l-.6-.6c-.6.2-1.1.4-1.6.6-1.4-.7-1.2-.9.6-1.4zm-4.9-1.2c.5.4.8.6 1.2.9h-2.6c.4-.2.8-.5 1.4-.9zm-17.2-.1c.5.1 1 .2 1.4.2.6 0 1.1-.1 1.5-.1.1.1.3.3.2.3-.4.1-1 .3-1.4.2-.7-.1-1.4-.3-2-.4l.3-.2zm-3.1-1.5c1.3.5 0 .9 0 1.4-1.7-.6-1.7-.7 0-1.4zm-1.9 1.4h.5c0 .2.2.4 0 .6-.3.2-.9.3-1.4.5l-.4-.2 1.3-.9zm-15.4 1.5-.1 1.2h-.6l-.1-1.2h.8zM77 234.8c.1.2.2.4.2.5.6 0 1.2 0 1.7-.1v1c-2.1.1-2.9-.4-1.9-1.4zm2.6 2.8-1.9.1-.3-.1c.5-.2.9-.4 1.5-.5.2 0 .8.3 1.2.4l-.5.1zm1.3-.6c.1-.3.2-.6.4-1-.3 0-.7-.1-1.3-.2.1-.2.3-.5.3-.6-.6-.3-1-.5-1.2-.5.9-.3 1.9-.4 2.1-.7.2-.1-.8-.5-1.2-.7.1-.9.1-.9 1.4-1.1.5 1.2 1.1 2.3 1.5 3.3.9 0 2.1 0 2.3.1.4.3.3.6.4 1l-.6.1c-.4-.2-.7-.4-1.1-.7-.9.3-1.7.7-2.6 1h-.4zm4.2 2.1-1.6-1.6.7-.1c.2.2.3.5.5.7.1.1.3.3.6.4 1.2.3 1.3.2-.2.6zm4.1-.5c-1-.2-2-.3-3.4-.6.9-.3 1.4-.5 2.1-.7 0 .3-.1.5-.1.7.6.1 1.1.2 1.6.3l-.2.3zm2.4-3.8c.5.4 1.4.7.6 1.1 1.5-.3 3 0 4.4.3.9-.4 1-.8-.4-1.3 1.4.1 2.3.2 3.6.3 0 0 .1 0 .3.1.1.1.3.1.4.2.2.3.5.7.1.9-.8.4-1 .7.6.8-1.2.7-2.4 1.3-3.6 2-1.8-.8-.1-1.7-.9-2.6-1.5 0-3.2-.1-4.5-.7-.6 0-1.2.1-2.1.1l1.5-1.2zm1.6 3.3c1.2.1 1.9.4 1.7.7-1.2 0-2.2-.1-3.3-.1-.1-.4.6-.6 1.6-.6zm.5 2.9c-.4.1-1-.1-1.7-.1 1.3-.4 2.2-.7 3.1-1 .6.7-.2.9-1.4 1.1zm25.3-.5c-1.1-.3-1.3-.5-.3-.8.4-.1.3-.4.6-.6.4-.3.9-.6 1.4-.9-1.2-.2-1.8-.2-2.4.3-.6.5-1.7.8-2.6 1.2-.2.4.6 1.1-1.7.7 0 0-.5.3-.5.4.1.3.5.7.8 1.1-1.3.1-2.7.2-4.1.4-.3-.5-.7-.9-1-1.4-1.4-.1-1.4-.1-.8-.5.2-.1.2-.2.3-.3.1-.1.1-.2.5-.3.1.2.2.3.3.5 1.6-.5 1.8-.8.6-1.5.1.2.2.4.3.7-.5-.1-.9-.2-1.4-.4-.5.4-.9.8-1.5 1.3-.1-.3-.1-.5-.2-.7h-1.5c-.3-.3-.7-.5-1.3-1 .8.2 1.2.3 1.8.4-.1-.3-.1-.5-.2-.7.7.1 1.6.4 1.9.3.6-.1 1-.4 1.4-.7l-2.2-.5-.4.1.4-.6c-1.7-.4-2.4-.2-2.9.4-.6.7-1.7 1.3-2.8 1.9-.5.3-1.6.4-2 .7-.3.2.1.6.2.9-1 0-1.8.1-3 .1.2-.2.4-.4.6-.5.1-.1.5-.1.4-.2-.9-.7 1.4-.8 1.4-1.4 0-.1.9-.2 1.4-.2-.8-.8 1.4-.6 2.2-1 .4-.2.6-.4 1-.6l-.5-.1c-.4.1-.7.3-1.1.4-1.1-.6-.9-.8.6-1 2-.3 4-.6 6.3-1 .3.3.9.7 1.4 1.1.3-.2.7-.5 1-.8h.3l.2.6c1.4 0 1.4 0 1.2-.9-.1-.4.1-.8.4-1.3.5.5 1 .9 1.7 1.5.3-.5.6-.9.8-1.2h.4c-.1-.3-.2-.5-.4-.9 1.1.1 1.8.2 2.5.3-.2.5-1.8.8-.6 1.4.2.1-.4.4-.3.8l1.5-.5.5.1c-.3.2-.5.5-.9.7-.3.2-.6.3-.9.4.6.2 1.1.4 1.8.5 2.6.3 2.8.4 1.9 1.4-.3.3-.2.6-.3 1.2-.1-.3-.2-.4-.3-.6-.1.5.3 1.1-.3 1.5-.6.4-2.1.5-3.2.8-1.2-.5-.8-.8 1.6-1zm1.3 3c-.2.1-.8.2-.9.1-.3-.1-.6-.3-.5-.4.4-.4 1.3-.6 2.4-.4-.5.3-.7.5-1 .7zm2.6-2.2c-.2.1-.8.1-1.2.1-.1 0-.2-.1-.2-.2.4 0 .7-.1 1.1-.1h.6l.2-.2c-.5-.1-.9-.2-1.6-.3.1-.1.2-.3.3-.5.7.2 1.3.3 2.2.5-.4.2-.8.5-1.4.7zm.3-3.6c-.2 0 .1-.4.2-.7.6.3 1 .4 1.5.6l.6-.6h.4l.3.6c.1 0 .3-.1.4-.1 1.2 0 2.5 0 3.7.1.4 0 .7.3 1.3.6-2.4-.1-3.1.4-3.8.9-.8-.4-1.5-.7-2.1-1-.9-.1-1.8-.2-2.5-.4zm3.8 2.5c0-.3.1-.6.1-.9l.7-.1c.4.3.9.6 1.6 1H127zm6.5 1.1c-.5-.2-1-.3-1.6-.5-.4 0-.9.1-1.4.1l-.2-.2c.7-.1 1.4-.3 2.1-.4.5.4.9.7 1.3.9l-.2.1zm.2-2.9 1.3-.6.7.3c-.4.2-.8.4-1.3.6.1-.1-.4-.2-.7-.3zm4.8 5.3h-.5l-1.1-.9.2-.2c.5.1 1.2.2 1.4.4.3.2.1.5 0 .7zm3.6-3.3c-.4.1-.8.2-1.2.2-1.3 0-1.4.1-1 .6.3.3-.5.7-.8 1H136c.2-.2.3-.5.5-.5 2-.1 1.7-.6 1.6-1-1.1-.3-1.9-.5-3.2-.9 1.3-.2 2.2-.3 3.5-.5l.3-.3h.3l.4.9h.6c.5-.5-.5-1-1.1-1.5-.2-.1-1.5-.1-2.5-.1.1-.1.1-.3.3-.4.8-.3 1.7-.5 2.7-.7.5-.1 1-.3 1.9-.1.5.1 1.5 0 2.2-.1l.4.2c-.5.1-1 .3-1.4.4-.5.2-.9.4-1.2.5 2.6.5 4.3.2 5.7-.6l.6.3c-.3.2-.4.6-.8.6-1.3.2-1 .4-.4.7.2.1.2.3.2.4-.4 0-.8-.1-1.1-.1-1.9-.5-3.5-.4-4.7.4.4.2.8.4 1.3.6zm4.8 1.6c-.6-.3-1-.5-1.5-.7.8-.1 1.5-.2 2.3-.3-.2.3-.4.5-.8 1zm17-5.3c.1 0 .5-.1.6 0 .2.1.4.2.4.3 0 .2-.2.3-.3.5-.1.2 0 .3-.1.6-1.1-.4-1.3-1.2-.6-1.4zm-11.4-2.5c-.1.5-.1 1-.2 1.6-1.4-.6-1-1.1.2-1.6zm-2.2 7.4c.3-.5.6-1.1.9-1.7.7.1 1.4.1 2.1.2.6.9 1.5 1.3 3.4 1.2l.1.4c-1.4.3-3.4-.1-4.5.5-.4-.1-.8-.2-1.1-.3-.2-.1-.4-.2-.9-.3zm1.6 2.4c.1-1.1 1.4-1.7 3.9-1.6-1.2.5-2.5 1-3.9 1.6zm5.3-.3h-.5l.2-2 1.1-.8h.3l-1.1 2.8zm-.3-4.8c-1.7.1-1.9.3-1.4.9.2.2-.1.4-.2.6l-.5-.1c-.2-.4-.4-.7-.7-1.2-.3.2-.7.3-.9.4-1.1-.3-2.1-.7-3.3-1.1 1.1-.2.8-.9 2.2-.9-1-.2-.6-.8-1.6-1v-.2c1 .1 1.9.2 2.8.2h.5c.5-.1 1.1-.1 1.6-.2l1 1.1-.4.1c-.3-.1-.5-.3-.9-.4-.5.1-1 .3-1.5.5h.3c.6.6 1.5.3 2.5.3.5 0 1.2.4 2.1.7-.8.2-1.2.3-1.6.3zm7.8 3.3c-.1.2-.7.2-1.4.2.1-.2.2-.5.3-.8-.4 0-.8.1-1.2.1l-.6-.6c.3-.2.5-.4.8-.7 1.8.5 2.8 1 2.1 1.8zm-5.7-.9c.4-.3.7-.6 1.1-.8.2-.1 1.2-.1 1.2-.1.3.2.3.4.5.6-.8.2-1.6.3-2.8.3zm7.3 3.8c-.2-.2-.4-.4-.6-.7 1.7-.1 2.4.2 2.8.8-.9 0-1.4 0-2.2-.1zm3.9-2-1.4-.7c.5-.4.8-.7 1.2-.9h.4c-.1.4-.1.9-.2 1.6zm-1.9-2.9c-.3.1-1.2-.2-1 .2.1.2.1.5 0 .7-.1.3-.4.6-.6.8l-.7-.1c.1-.3 0-.6.3-.9.7-.6-.2-1.9-1.9-2.1-.5-.1-1.2 0-1.7.1-.1 0-.1.3 0 .3.4.1.9.1 1.8.1.2.1.5.4.8.7-.2.1-.3.1-.4.1-1.4-.3-3.2-.2-4.4-.6-.6-.2-1.3-.5-1.2-.8.1-.4-1.2-1.2 1.4-1.1.6 0 1.2-.3 2-.5.1.2.2.4.4.6.1.1.2.4.3.4 2.1.1 3.8 1.2 6.3.6.4-.1 1.4.2 2 .4-1.3.5-2.3.9-3.4 1.1zm1.5-1.6c-.2 0-.5-.2-.5-.2.1-.2.3-.4.7-.5.3-.1 1 0 1.2 0 .6.4 1.2.6 2.4.1l.2.2-.5 1.6c-.8-.5-1.5-1.1-3.5-1.2zm6.3 6-1.6-.7.4-.2c.8.1 1.5.2 2.7.3-.6.3-1 .5-1.5.6zm1.4-3.8c-.3 1-.6 1.8-.8 2.7-.5-.2-.6-.2-.6-.2 1.2-.9-1.5-1.4-1.7-2.1-.1-.4-.7-.8-1.1-1.2.7-.1 1.3-.2 2-.4.5.2 1.1.4 1.8.7.1-.6.2-1.2 1.9-1.4.1.5.2.9.2 1.3H178c-.1 0-.3.3-.5.6zm2.5 2.4c-.8-.3-1.3-.5-1.9-.7l.5-.2c.5 0 1 .1 1.7.1-.1.4-.2.6-.3.8zm2.8-5.4c.6.3.9.5 1.4.7.4-.2.6-.3.9-.5l.6.1c-.3.5-.5.9-.9 1.5-.7-.7-3.1-.9-2-1.8zm4 3c-1.5-.7-1.5-1.2.1-1.4 0 .3 0 .5.1.8.5.1.9.1 1.7.2-.8.2-1.3.3-1.9.4zm2.4-5.1c.2 0 .6 0 .7.1.1.1.1.2 0 .3-.3.2-.7.4-1.1.5-.5-.2-.3-.8.4-.9zm-.3 2.7c.3-.2.6-.3 1.1-.4.4 0 .9.1 1.4.1l.3.2c-.7.1-1.5.2-2.3.3-.1 0-.5-.2-.5-.2zm6.1 1.8c-.2-.1-.4-.1-.5-.1-1.7.3-3.2.6-4.8 1-.4-.7 0-.8 2.7-.8.4-.3.8-.7 1.3-1.1.6.4 1 .7 1.5 1h-.2zm32.2-.1c.2 0 .7.1 1 .1-.6.2-1.1.3-1.8.5-1.1-.6.3-.5.8-.6zm-10.1.1c.4 0 .8.2 1.2.4l-.2.2h-1.9l-.3-.2c.4-.2.8-.5 1.2-.4zm-11.8-1c.3-.3.9-.5 1.7-.7-.2.2-.4.4-.4.5.9.7 1.7 1.3 2.7 2-.8-.2-1.3-.3-1.8-.4-.4-.4-.7-.8-1.1-1.2h-.5c-.1.3-.2.5-.3.8h-.7c.1-.3.1-.7.4-1zm-1.6.6c1.3.6 1.2.7-1.2.8-.9-.6.7-.6 1.2-.8zm2.7 1.8c-.2.2-.3.4-.6.5-.4.1-.9.2-1.4.3-.4-.5.6-.7 1.3-1-.3-.2-.8-.4-.8-.6 0-.1.7-.3 1.1-.3.4 0 1 .1 1.5.2.6.3.6.5-.6.5-.5 0-.8.1-1.2.2.3.1.7.1.7.2zm.6.4c0-.7 0-.7 3.1-.5-.5.8-2.3.2-3.1.5zm2.8 1.9c-.8-.7-.7-.7 1.6-.9-.5.3-1 .6-1.6.9zm3.8-2.8-.2-.1c-.2.2-.5.4-.9.7-.1-.5-.1-.9-.2-1.5 1-.4 1.5.4 2.5.4l.2.2-1.4.3zm3.1 4.6h-.5c-.2-.2-.6-.5-.5-.7.1-.2.7-.4 1.1-.5h.5l-.6 1.2zm2.6-3.8c-.6-.2-1.3-.3-1.8-.5-.2-.1 0-.3.1-.5.8.3 1.4.5 1.8.7.2.1.2.2.2.3 0 0-.2.1-.3 0zm1.7-.2c-.6-.4-1-.6-1.3-.9l1.6-.3.4.2c-.2.2-.4.5-.7 1zm2.6-1.8h-2c-.3 0-.7-.1-1-.1.1-.1.1-.4.4-.4.9-.2 1.9-.3 3.4-.4-.4.4-.7.7-.8.9zm1-6.7c-.1.1-.8.2-1.1.2-.2 0-.4-.3-.5-.4-.2-.3-.3-.6-.5-.9h.4c.5.2 1.1.4 1.5.6.1.1.3.4.2.5zm.5 8.3c.8-.2 1.7-.5 2.6-.7.3-.1.8 0 1.3 0-.2.2-.3.4-.6.5-.9.2-1.9.3-2.9.4l-.4-.2zm3.4 4.2c-.1.5-.1.9-.1 1.4-.5-.3-.9-.5-1.2-.8h-.6l1.3-.7.5.1c.1-.8.1-1.4.2-1.9h.5c.3.4.7.8 1.1 1.3-.5.1-.9.3-1.7.6zm10.5-7.9 1.4 1.4c-.4 0-.8.1-1.2.1-.2.3-.3.5-.5.8l-.7-.1c.2-.4.3-.7.5-1.1-1.3-.2-1.3-.2.5-1.1zm1.8 3.5c-.1.5-.3 1-2.2 1-.5-.7-.4-.8 2.2-1zm-7.2-8.4h.3c.2.4.3.9.5 1.3-.6 0-1 0-1.5-.1.3-.4.5-.8.7-1.2zm-.3 7c.1.6.2 1.1.3 1.6l-2.1-.4-.2-.2c2.4.1 1-.7 2-1zm-2.5 4.7c.1-.6.1-1.1.2-1.7 2.2.8 2.2 1.1-.2 1.7zm4.7-1.2c0 .2-.1.3-.2.6-.4-.2-.7-.3-.9-.4-.2-.1-.3-.3-.4-.4-.2-.9-.1-.9-2.2-1.4.6-.1 1.2-.2 1.7-.3 2.3.5 2.5.7 1.3 2 .3 0 .4 0 .7-.1zm1.5.4c.3.2.6.4.8.6l-1.5.6c-.3-.3-.3-.3.7-1.2zm-.6 2.3c-.5-.8 1.9-.3 2-.7.6.7.4.8-2 .7zm3.2-1.3c-.6-.1-2.1-.2-1-.8.4.5 2.5-.1 2.3.7 0 .1-1 .2-1.3.1zm3.6.8c0-.4.1-.8.1-1.2 1.3.5.9 1.1-.1 1.2zm11.6-3.9c.8.1 1.4.2 2.2.2-.6.3-1.1.5-1.6.7h-.6v-.9zm1.1 3.9c-.5.1-1.2-.2-1.9-.3l.1-.2 2.7-.3.5.2c-.4.2-.8.6-1.4.6zm17.2.8c-.9-.2-1.8-.4-2.6-.7-.3-.1-.4-.2-.6-.4 1 0 2-.1 3.1 0 .2 0 .4.4.4.5 0 .3-.2.5-.3.6zm33-2.1c-.9-.2-1.5-.4-2-.6-.4.1-.7.2-1.1.3-.1 0-.7-.3-.6-.3.2-.2.5-.4.9-.4 1 0 2.1.1 3.3.1-.2.3-.3.5-.5.9zm8.4-1.9c-.6 0-1.3 0-2.6.1.4-.3.7-.5.9-.7l1.8.4-.1.2zM506 242c.8-.3 1.5-.2 2.2.1-.7 0-1.4.1-2.3.1 0 0 0-.2.1-.2zm.6 6c-.5-.3-1.9-.2-1.8-.7h.4c.5-.1.9-.4 1.1-.3.6.1.6.3.3.6-.1 0 0 .1 0 .4zm-4.4-8.5c.3.5 2.3-.1 2.4.8-.3-.2-.4-.2-.5-.3-1.2 0-2.3.3-3.7-.1.7-.2 1.2-.3 1.8-.4zm.9 6.9h-.4c-.5-.2-.9-.3-1.4-.5.7 0 1.1-.1 1.6-.1.1.2.1.4.2.6zm-5.9-.5c.2 0 .4.1.6.1-.5.2-.9.4-1.3.5l-.3-.1c.1-.2.9-.5-.5-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.1.6.1 1 .1 1.5.2zm-2.4-7.7c.8.6-.7.5-.8.7l-.4-.1c.4-.2.7-.4 1.2-.6zm-3.2 7.1c0 .1 0 .2-.1.2-.3.2-.6.3-.9.5-.2-.2-.4-.4-.5-.6.7-.1 1.1-.1 1.5-.1zm-4.1-1h.3l-.4.9-.5-.1.6-.8zm-1.3 1.1v.6c-.8-.3-1.3-.5-1.9-.7.7.1 1.2.1 1.9.1zm-4.8-6.8c.2 0 .6.2.8.2-.9.2-1.7.4-2.3.5-.5-.2-.9-.4-1.2-.5.9 0 1.8-.1 2.7-.2zm-13.5 1.3.6.1c-.1.2-.1.4-.2.5h-.7l.3-.6zm-1.7 4.1c.1.1.2.2.2.3h1.2l-.9.5-.4-.1c-.1-.2-1.1-.4-.1-.7zm4.3 5c-.5-.2-.9-.4-1.5-.6-.2.1-.5.2-.7.2l-.3-.1c.3-.1.5-.3.8-.4.1 0 .6.1.9.2.4.1.7.3 1.1.5l-.3.2zm.2-2.6c-.3.3-1.1.6-1.7.9-.2-.1-.4-.1-.5-.2h-.2l.3.3c.1.1.2.2.4.3-.2 0-.6.1-.7 0-.2-.1-.5-.2-.5-.3-.1-.4.8-.6 1.7-.7-.7-.2-1.3-.5-2-.7-.2.2-.3.4-.5.5-.9-.4-1.7-.8-2.7-1.2h1.3s.1.1.2.3c.2-.2.3-.3.5-.4 1 .5 2.8.5 4.7 0 0 .4.1.8-.3 1.2zm-.9-7.5c-.1-.3-.1-.5-.2-.7.7.1 1.3.1 2.1.2-.7.2-1.2.3-1.9.5zm4.3 7.8c-.6.1-1.8-.4-1.8-.8.7.2 1.3.3 1.9.5 0 0 0 .2-.1.3zm2.1-.3c-.2 0-.7.1-1.2.1-.6-.3-1.2-.5-1.7-.8v-.1c.8 0 1.5.1 2.4.1.1-.2.3-.4.4-.7h.3c-.1.5-.1.9-.2 1.4zm1.7-.9 1.8.9c-.3.1-.5.3-.7.4.5.1 1.1.3 1.8.4l-.2.1c-.3-.1-.6-.1-1-.2-.3.1-.7.2-1.1.4-.2-.1-.6-.3-.5-.4.3-.5 0-1-.3-1.5-.1 0 .1-.1.2-.1zm1.9.9c0-.2 0-.5.8-.4.2 0 .3.3.3.5 0 .1-.1.3-.2.4-.3-.2-.6-.3-.9-.5zM478 248c.1-.1.5-.1.7-.1 0 .2.1.4.2.7-1.1-.2-1.3-.4-.9-.6zm2.9.3c-.7 0-1.6.1-1.7-.4.5 0 .9-.1 1.4 0 .3 0 .5.1.8.2-.2 0-.3.1-.5.2zm.6-3.1c-.3.1-.7.1-.9.1-.4-.1-.6-.2-1.1-.4-.2.1-.7.2-1.2.3h-.3c.5-.3 1-.6 1.6-1.1.5.4.8.6 1.1.9h.8c-.1.1 0 .2 0 .2zm.8 1.6c-1.2-.6-.6-1.2-.5-1.8h.3c.2.3.4.7.5 1-.1.3-.2.5-.3.8zm1.6-8c.1.1.3.2.4.4-.6 0-1 0-1.5.1-.9-.6 1-.2 1.1-.5zm.4 7.4c.6.5 1.1.8 1.5 1.2l-.1.1c-.6-.2-1.3-.4-2.1-.6.2-.3.4-.4.7-.7zm5.2 4c-1-.3-1.9-.6-2.9-.8-.8-.2-1.3-.6-1.2-1l-.6.3c-1.1-1.1-1.1-1.1-.9-1.2.6.2 1.3.4 2.1.7v.3l.3.1c.1-.1.2-.2.2-.3.1-.2-.8-.7.9-.4.1 0 .4-.1.9-.3.2.3.3.6.5.8-.6 0-1.1-.1-1.7-.1-.3.4-.4.9 1 1.2.4 0 .9-.1 1.5-.1 0 .3 0 .5-.1.8zm1.5-3.2c-.1 0-.8.2-1.3.3 1.3.5.1.9.2 1.3 0 0-.5.1-.8.1 0-.4.1-.7.1-1.1 0-.3-.1-.5-1-.3-.2.1-.6.1-1 .1-.1-.1-.1-.2-.2-.4-.3.2-.5.4-.8.5-.2-.4-.3-.8-.5-1.3.5.2.7.3 1 .4.3-.1.6-.2 1-.3 0 .2 0 .3.1.4.5.1 1 .2 1.6.3.2-.2.3-.4.6-.6-.6 0-1.1-.1-1.6-.1-.2-.7 1.1-.2 1.6-.4.3.3.5.6.7.8.6 0 1.1 0 1.8-.1-.4.5-.6.7-1.5.4zm.3-7.1c-.1-.3-.1-.5-.2-.7.7 0 1.2.1 1.8.1l.2.1c-.5.1-1 .3-1.8.5zm2.5-.1c-.2-.1-.1-.2-.2-.4 1.2.2 2.3-.2 3.2.3-.8.1-1.5.1-2.2.1-.3 0-.7.1-.8 0zm.9 9.2c.2-.3.2-.6.5-.8.2.5-.2 1 .7 1.5-.7-.2-1.6-.3-1.2-.7zm2.6.3c-.1.1-.4.2-.5.3l-.7-.4c.3 0 .5 0 .8-.1.2 0 .4-.1.6-.2-.1.1-.1.2-.2.4zm.9-1.9h-.5c-.5.2-1 .4-1.6.6-.4-.3-1.4-.5-.8-1 .1 0 .2.1.3.1l1.1.3c.2-.1.3-.3.6-.4.1-.1.4-.2.5-.2.4.1.8.2 1 .3.3.2.4.4.6.7.2.2-.2.3-1.4.1.2-.1.4-.2.4-.3 0-.1-.1-.2-.2-.2zm.9 1.9c-.4.3.6.9-1 .9.2-.3.5-.6.4-.9 0-.4.4-.7 1.2-.9.4-.1.7-.1.2-.4-.6-.4-.7-.9-.9-1.3-.1-.1.2-.2.4-.3h.7v.4c0 .1-.1.3-.1.4h.4c.1-.1.2-.3.4-.5.2.2.4.3.6.4l2.1-.6h2.1c-.6.2-1.1.4-1.8.7-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.2.1.5.2.8.3.9.2 1.2.4.9.6-.9-.1-1.8-.2-2.6-.2-.3 0-.8.1-.9.3-.1.1.2.3.3.4.2.1.4.2.7.4-1.2.2-2.1.3-3.1.4zm4.9-.2 1.2-.6.5.2c-.4.3-.9.6-1.3.9-.1-.1-.3-.3-.4-.5zm3.3 1h-.3c0-.1.1-.2.1-.3-.5-.2-.9-.3-1.5-.5h1.1c0-.1 0-.3-.1-.4h.4c.1.1.1.3.2.4.2 0 .5 0 1 .1-.4.2-.7.5-.9.7zm.9-1.1c-.9-.2-1.1-.6-.7-1 1 .2 1 .2.7 1zm-.6-2.3c-.1-.4-.1-.6-.2-.8h.2c.3.2.7.4.9.6-.1 0-.6.1-.9.2zm.3-6.2c-.6-.2-1-.3-1.4-.5l.2-.1c.7.2 1.2.1 1.4-.2l.4.1c-.2.2-.3.4-.6.7zm46.9 7.5c.1.1-.8.2-1.3.4-.1-.5-.1-.8-.1-1.1l.3-.1c.4.3.9.5 1.1.8zm-1.7-4.5c.3.2 1.2.4.2.7-.2-.3-.4-.5-.6-.7h.4zm-8 5.2-.4-.4c-.4.1-.7.3-1 .4-.9-.4-.8-.6.4-.9.1.3 1.6.4 1 .9zm-.6-7.3.1.1c-.5.1-1 .2-1.6.3-.1-.1-.3-.2-.5-.3.8 0 1.4-.1 2-.1zm-3.7 5.7c.3.2.5.4.8.6h-1.7c.2-.2.5-.4.9-.6zm-5.2-6 1.3-.1.3.6-.4.1-1.2-.4v-.2zm-6.2 5.9c.3.1.7.1.9.2.4 0 .7-.1 1-.1.1.1.2.2.1.2-.3.1-.6.2-.9.1-.5 0-.9-.2-1.3-.3l.2-.1zm-2-1c.9.3 0 .6 0 .9-1.1-.4-1.1-.4 0-.9zm-1.2.9h.3c0 .1.1.3 0 .4-.2.1-.6.2-.9.3l-.3-.1.9-.6zm-10.1 1-.1.8h-.4l-.1-.8h.6zm-7-.7c.1.1.1.2.1.3h1.1v.6c-1.3.1-1.8-.3-1.2-.9zm1.7 1.8h-1.3l-.2-.1c.3-.1.6-.2 1-.3.1 0 .5.2.8.3l-.3.1zm.9-.3c.1-.2.2-.4.2-.6-.2 0-.5-.1-.9-.1.1-.2.2-.3.2-.4-.4-.2-.7-.3-.8-.4.6-.2 1.2-.3 1.4-.4.1-.1-.5-.3-.8-.5.1-.6.1-.6.9-.7.4.8.7 1.5 1 2.1.6 0 1.4 0 1.5.1.3.2.2.4.3.6h-.4c-.2-.1-.5-.3-.8-.4-.6.2-1.2.4-1.7.7h-.1zm2.8 1.3c-.4-.4-.7-.7-1-1.1l.5-.1c.1.1.2.3.4.4.1.1.2.2.4.2.6.4.6.4-.3.6zm2.7-.3c-.7-.1-1.3-.2-2.3-.4.6-.2.9-.3 1.4-.5v.5c.4.1.7.2 1.1.2l-.2.2zm1.6-2.6c.3.3.9.5.4.8 1-.2 2 0 2.9.2.6-.3.6-.5-.3-.8.9.1 1.5.1 2.4.2 0 0 .1 0 .2.1.1 0 .2.1.2.1.1.2.3.5.1.6-.5.3-.7.4.4.5-.8.4-1.6.9-2.3 1.3-1.2-.5-.1-1.1-.6-1.7-1.1 0-2.2-.1-3-.5-.4 0-.8 0-1.4.1.3-.3.6-.6 1-.9zm1 2.3c.8 0 1.2.3 1.1.5-.8 0-1.4 0-2.2-.1 0-.3.5-.5 1.1-.4zm.4 1.8c-.3 0-.7 0-1.1-.1.8-.3 1.4-.5 2-.7.3.6-.2.7-.9.8zm17.4 1.7c-.1.1-.5.1-.6.1-.2-.1-.4-.2-.4-.3.3-.3.8-.4 1.6-.2-.2.1-.4.3-.6.4zm.4-2.8c0 .3.2.7-.2 1-.4.3-1.4.4-2.1.5-.8-.3-.5-.5 1-.6-.7-.2-.9-.3-.2-.5.2-.1.2-.3.4-.4l.9-.6c-.8-.1-1.2-.1-1.6.2-.4.3-1.1.5-1.7.8-.1.3.4.7-1.1.5 0 0-.4.2-.3.3.1.2.3.5.5.7l-2.7.3c-.2-.3-.4-.6-.7-.9-.9 0-.9-.1-.5-.3l.2-.2c0-.1 0-.1.3-.2.1.1.1.2.2.3 1.1-.3 1.2-.5.4-1 .1.1.1.3.2.5-.4-.1-.6-.2-1-.3-.3.3-.6.5-1 .8 0-.2-.1-.3-.1-.5h-1c-.2-.2-.5-.4-.8-.6.5.1.8.2 1.2.3-.1-.2-.1-.4-.1-.5.5.1 1 .3 1.3.2.4-.1.6-.3.9-.4l-1.5-.3-.3.1.2-.4c-1.1-.3-1.6-.1-1.9.3-.4.4-1.1.8-1.8 1.2-.3.2-1 .2-1.3.4-.2.1.1.4.2.6-.6 0-1.2 0-2 .1.2-.1.3-.2.4-.3.1 0 .3-.1.3-.1-.6-.5.9-.5.9-.9 0-.1.6-.1.9-.2-.5-.5.9-.4 1.5-.6.3-.1.4-.3.6-.4l-.3-.1c-.2.1-.5.2-.7.3-.7-.4-.6-.5.4-.6 1.3-.2 2.6-.4 4.2-.7.2.2.6.5.9.7.2-.2.4-.4.7-.6h.2l.1.4c.9 0 .9 0 .8-.6-.1-.3 0-.5.3-.9.3.3.7.6 1.1 1 .2-.3.4-.6.5-.8h.2c-.1-.2-.2-.3-.3-.6.7.1 1.2.1 1.7.2-.1.3-1.2.5-.4.9.1.1-.3.3-.2.5l1-.3.3.1c-.2.1-.4.3-.6.4l-.6.3c.4.1.8.3 1.2.3 1.7.2 1.8.3 1.3.9-.2.2-.1.4-.2.8-.1-.3-.1-.4-.2-.5zm1.4 1.4c-.1.1-.5 0-.8 0 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3-.1-.6-.1-1-.2 0-.1.1-.2.2-.3.5.1.9.2 1.4.3-.2.1-.5.3-.8.5zm.2-2.4c-.1 0 .1-.3.2-.5.4.2.6.3 1 .4l.4-.4h.2c.1.1.1.2.2.4.1 0 .2-.1.3-.1.8 0 1.6 0 2.4.1.2 0 .5.2.8.4-1.6-.1-2 .2-2.5.6-.5-.2-1-.5-1.4-.6-.6-.1-1.2-.2-1.6-.3zm2.5 1.6c0-.2 0-.4.1-.6h.4c.3.2.6.4 1 .7-.7-.1-1.1-.1-1.5-.1zm4.2.7c-.3-.1-.7-.2-1-.4-.3 0-.6 0-.9.1l-.1-.1c.5-.1.9-.2 1.4-.3l.9.6-.3.1zm.2-1.9.9-.4.5.2c-.3.1-.5.3-.8.4-.1 0-.4-.1-.6-.2zm3.1 3.5h-.4l-.7-.6.2-.1c.3.1.8.2.9.3.2.1.1.3 0 .4zm5.6-1.1-1-.5c.6-.1 1-.1 1.5-.2-.2.3-.3.4-.5.7zm.2-2.4c-.9.1-.7.3-.3.5.1.1.1.2.2.3-.2 0-.5 0-.7-.1-1.6-.3-2.7-.3-3.5.2.2.1.6.2.9.4-.3 0-.5.1-.8.1-.9 0-.9.1-.6.4.2.2-.3.5-.5.7h-2c.1-.1.2-.3.3-.3 1.3 0 1.1-.4 1.1-.6-.7-.2-1.2-.3-2.1-.6.9-.1 1.5-.2 2.3-.3l.2-.2h.2l.3.6h.4c.3-.4-.3-.7-.7-1-.1-.1-1-.1-1.7-.1.1-.1.1-.2.2-.3.5-.2 1.1-.4 1.7-.5.3-.1.7-.2 1.3 0 .3.1 1 0 1.5-.1l.3.1c-.3.1-.7.2-.9.3-.3.1-.6.3-.8.3 1.7.3 2.9.1 3.8-.4l.4.2c-.2.1-.2.4-.5.4zm14.5-6.9-.2.1c-2-.1-2-.1-1.8-.6.6.2 1.3.4 2 .5zm-2.7-1.1c.4.1.7.2 1.1.3-.4.1-.7.2-1.2.3.1-.2.1-.4.1-.6zm-.9 6.9h.4c.1.1.3.1.3.2s-.2.2-.2.3v.4c-.8-.2-.9-.8-.5-.9zm-2.1-6.2c.3-.1.7-.1 1.4-.2 0 .1.1.3 0 .3-.5.1-1.1.1-1.6.2.1-.1 0-.3.2-.3zm-5.3 4.6c0 .3-.1.7-.1 1-1-.4-.7-.7.1-1zm.4 1.5h.3c.4 0 .7-.1 1.1-.1l.6.7h-.3l-.6-.3c-.5.2-1 .3-1.5.5 0-.1-.1-.2-.1-.2-1 .1-.5-.5-1.3-.7.6.1 1.2.1 1.8.1zm-.9 5c.1-.7.9-1.1 2.6-1.1-.8.3-1.6.7-2.6 1.1zm3.5-.2h-.3l.1-1.3c-.9.2-2.2-.1-2.9.3-.3-.1-.5-.1-.8-.2-.1-.1-.3-.2-.6-.2.2-.3.4-.7.6-1.1.5 0 .9.1 1.4.1.4.6 1 .9 2.2.8l.1.3.7-.6h.2l-.7 1.9zm-.1-3.2c-1.1.1-1.2.2-.9.6.1.1-.1.3-.1.4h-.3c-.1-.2-.3-.5-.5-.8-.2.1-.5.2-.6.3-.7-.2-1.4-.5-2.2-.7.8-.1.5-.7 1.9-.5h.8c.4.4 1 .2 1.6.2.3 0 .8.3 1.4.5-.6-.1-.9 0-1.1 0zm1.3 1.6c.3-.2.4-.4.7-.5.2-.1.8-.1.8 0 .2.1.2.3.3.4-.5 0-1 0-1.8.1zm3.8.5c-.1.1-.5.2-.9.2.1-.2.1-.3.2-.5-.3 0-.5 0-.8.1-.1-.1-.3-.2-.4-.4.2-.1.4-.3.5-.4 1.2.2 1.9.5 1.4 1zm1 2c-.1-.1-.2-.3-.4-.5 1.1-.1 1.6.1 1.8.5h-1.4zm2.6-1.4c-.5-.3-.8-.4-.9-.5.3-.3.6-.4.8-.6h.3c-.1.4-.1.7-.2 1.1zm-1.3-1.9c-.2.1-.8-.1-.7.2.1.1.1.3 0 .4-.1.2-.3.4-.4.6h-.5c0-.2 0-.4.2-.6.5-.4-.2-1.2-1.2-1.4-.3-.1-.8 0-1.1.1-.1 0-.1.2 0 .2.3 0 .6.1 1.2.1l.5.5c-.1 0-.2.1-.2.1-1-.2-2.1-.1-2.9-.4-.4-.1-.8-.3-.8-.5 0-.3-.8-.8.9-.7.4 0 .8-.2 1.3-.3.1.1.1.3.2.4.1.1.1.2.2.2 1.4.1 2.5.8 4.2.4.2-.1.9.2 1.3.2-.8.1-1.4.4-2.2.5zm1-1c-.1 0-.3-.1-.3-.2.1-.1.2-.2.4-.3h.8c.4.2.8.4 1.6 0l.1.2-.3 1c-.5-.3-.9-.6-2.3-.7zm4.2 3.9-1.1-.5.3-.1c.5.1 1 .1 1.8.2-.4.2-.7.3-1 .4zm.9-2.5c-.2.7-.3 1.2-.5 1.8-.3-.1-.4-.1-.4-.2.8-.6-1-.9-1.1-1.4-.1-.3-.5-.5-.7-.8.4-.1.9-.2 1.3-.2.4.1.7.2 1.2.4.1-.4.1-.8 1.3-.9.1.3.1.6.1.8h-.8c-.1.1-.3.3-.4.5zm1.7 1.6c-.5-.2-.9-.3-1.2-.4l.3-.1c.3 0 .7 0 1.1.1-.1.1-.2.3-.2.4zm38.8-3.5.9.9c-.3 0-.5 0-.8.1-.1.2-.2.4-.3.5l-.4-.1c.1-.2.2-.5.3-.7-.9-.2-.9-.2.3-.7zm-3.6-3.3h.2l.3.9h-1c.3-.4.4-.6.5-.9zm-.2 4.6c.1.4.1.7.2 1l-1.4-.3-.1-.1c1.6.1.7-.4 1.3-.6zm-4 .2c.1 0 .5.1.7.1l-1.2.3c-.7-.4.2-.4.5-.4zm-5.8-7.2c.3.1.2.3.3.5h-.3l-1.1-.5c.4 0 .9-.1 1.1 0zm-.8 7.2c.3 0 .5.2.8.3l-.2.1h-1.2l-.2-.1c.2-.2.5-.3.8-.3zm-18.3-7.9c.5-.1 1-.2 1.4.1-.4.2-.8.4-1.1.5h-1.6c-.1 0-.3-.2-.4-.3.7-.2 1.2-.3 1.7-.3zm.4 5.3c-.2.1-.5.2-.7.3-.4-.2-.3-.6.2-.6.1 0 .4 0 .5.1.1 0 .1.1 0 .2zm-4-5.5c.4 0 .8.2 1.1.3-.4.1-.7.2-1.3.3-.4-.1-.6-.2-.9-.3.4-.1.8-.3 1.1-.3zm.6 7.8c-.5-.5-2-.6-1.3-1.2.4.2.6.3.9.4l.6-.3h.4c-.2.4-.4.7-.6 1.1zm1.4.7c-1-.5-1-.8.1-.9v.5c.3 0 .6.1 1.1.1-.5.2-.9.3-1.2.3zm1.3-1.6c.2-.1.4-.2.7-.2s.6 0 .9.1l.2.1c-.5.1-1 .2-1.5.2l-.3-.2zm4 1.2c-.1 0-.3-.1-.3-.1-1.1.2-2.1.4-3.2.6-.3-.5 0-.5 1.8-.5.3-.2.5-.4.9-.7.4.3.7.5 1 .7h-.2zm1.6-7.2c-.6 0-1.1-.1-1.9-.1.3-.2.5-.3.7-.4l1.4.4-.2.1zm5.1-.3c.2 0 .2.2.3.3-.4 0-.9.1-1.3.1-.1 0-.2-.1-.3-.1-.4.1-.7.2-1.2.3.2-.5 1.7-.8 2.5-.6zm-1 7.2c.9.4.8.4-.8.5-.6-.3.5-.3.8-.5zm1.4 1.6c-.2.1-.6.1-1 .2-.2-.3.4-.4.9-.6.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm-.1-.5c-.2-.1-.5-.3-.5-.4 0-.1.4-.2.7-.2s.6.1.9.1c-.2-.2-.4-.4-.6-.7h-.3c-.1.2-.1.3-.2.5h-.5c.1-.2 0-.5.2-.7.2-.2.6-.3 1.2-.5-.1.1-.2.3-.3.3.6.5 1.2.9 1.8 1.4-.4-.1-.7-.2-1-.2.2.1 0 .2-.6.2-.2.1-.5.2-.8.2zm.9.4c0-.4 0-.4 2-.3-.3.5-1.5.1-2 .3zm1.9 1.3c-.5-.5-.5-.5 1.1-.6-.4.2-.7.4-1.1.6zm2.4-1.8-.2-.1c-.2.1-.3.3-.6.5 0-.3-.1-.6-.1-1 .7-.2 1 .3 1.6.2l.1.1-.8.3zm2.1 2.9h-.3c-.1-.1-.4-.3-.3-.4.1-.1.5-.2.7-.3h.3l-.4.7zm1.7-2.4c-.4-.1-.9-.2-1.2-.3-.1-.1 0-.2.1-.4l1.2.4c.1 0 .1.1.1.2 0 0-.1.1-.2.1zm1.2-.2c-.4-.3-.6-.4-.9-.6l1.1-.2.2.1c-.1.2-.2.4-.4.7zm1.6-1.2h-1.3c-.2 0-.5 0-.7-.1.1-.1.1-.2.2-.3.6-.1 1.2-.2 2.3-.3-.2.4-.4.6-.5.7zm.7-4.4c-.1.1-.5.1-.8.1-.1 0-.3-.2-.3-.3l-.3-.6h.2c.3.1.7.3 1 .4.2.2.3.3.2.4zm.3 5.5c.6-.2 1.1-.3 1.7-.5h.8c-.1.1-.2.3-.4.3-.6.1-1.3.2-1.9.3l-.2-.1zm2.2 3.7c-.4-.2-.6-.4-.8-.5h-.4l.9-.4.4.1c-.1.2-.1.5-.1.8zm0-.9c0-.5.1-.9.1-1.3h.3c.2.3.4.5.7.8-.2.1-.6.3-1.1.5zm-1-10.4c.7-.1 1-.2 1.5-.3l.7.7c-.9-.2-1.5-.3-2.2-.4zm2.8-.2c.2.3.5.5.8.9-1.3-.3-1-.7-1.2-.9h.4zm-.2 9.8c0-.4.1-.7.1-1.1 1.5.5 1.4.7-.1 1.1zm3-.4c-.3-.1-.5-.2-.6-.2-.1-.1-.2-.2-.2-.3-.1-.6-.1-.6-1.5-.9.4-.1.8-.1 1.1-.2 1.5.3 1.6.5.9 1.3h.5c-.1.1-.2.2-.2.3zm1.1-.1c.2.2.4.3.5.4-.3.1-.6.2-1 .4-.2-.2-.2-.2.5-.8zm-.4 1.5c-.3-.5 1.3-.2 1.3-.5.4.5.2.6-1.3.5zm2.1-.8c-.4-.1-1.4-.1-.7-.6.3.3 1.6-.1 1.5.4 0 .1-.6.2-.8.2zm-.6-1.6c-.4-.6-.4-.6 1.4-.7-.1.4-.2.7-1.4.7zm3 2.1c0-.3.1-.5.1-.8.8.3.5.7-.1.8zm6.4-10c.5 0 1 0 1.4.1.2 0 .3.2.6.5-.9-.2-1.4-.3-2-.4v-.2zm2.6 7.6c-.4.2-.7.3-1 .5h-.4v-.6c.5 0 .8 0 1.4.1zm-.7 2.4c-.3 0-.8-.1-1.2-.2l.1-.1 1.8-.2.3.1c-.4.1-.6.4-1 .4zm10.8-9.7-.6.6c-.4-.2-.8-.3-1.1-.5.4 0 1 0 1.7-.1zm.5 10.2c-.6-.1-1.2-.3-1.7-.4-.2-.1-.3-.2-.4-.2h2c.1 0 .3.2.3.4 0 0-.2.1-.2.2zm2-9.7-.1-.1c.4 0 .9-.1 1.2-.1.2 0 .4.2.7.5-.8-.2-1.3-.3-1.8-.3zm4.2.3-.5-.2 1.1-.6.5.2-1.1.6zm15.5 8c-.6-.2-1-.3-1.3-.4-.3.1-.5.2-.7.2-.1 0-.5-.2-.4-.2.1-.1.4-.2.6-.2.7 0 1.4 0 2.2.1-.2.1-.3.3-.4.5zm5.5-1.2h-1.7c.3-.2.4-.3.6-.4l1.2.3-.1.1zm112.3 6.6c.3-.2.5-.4.7-.6.3.1.7.3 1.2.5-.8 0-1.2.1-1.9.1zm5.2.3c-.6-.1-1.1-.3-1.8-.4.2-.3.2-.3 1.3-.1.1-.1.1-.2.2-.2h.3l.4.7h-.4zm4.1-1.4h1.9c.2 0 .2.2.5.5-1-.1-1.8-.2-2.5-.3l.1-.2zm2.8 1.4c-.5.1-1.2 0-1.8 0-.3 0-.4-.3-.6-.4l.4-.1c.8.4 1.4.2 2.3-.1-.1.2 0 .5-.3.6zm9.4 1.1c-.6-.1-1.1-.1-1.7-.2.1-.1.1-.2.2-.3.2 0 .5.1.7.1h1.4c-.1.2-.4.3-.6.4zm29.5.5c-.4 0-.9 0-1.3-.1-.3 0-.4-.2-.6-.3.3-.1.6-.2.8-.2.7 0 1.3.2 2.1.3.1.2-.1.3-1 .3zm12.4 0c-.2 0-.1-.3-.1-.5.9.2 1.9.1 1.9.6-.7 0-1.3 0-1.8-.1zm29.6 4.2h-1.1c0-.1.1-.1.1-.2.3 0 .8.2 1 .2.6-.1.8-.1.9 0h-.9zm4.9 0c.3-.1.6-.1.9-.2 0 .1.1.1.1.2h-1zm31.5-2.2h-1l.7-.7h.5c-.1.3-.1.5-.2.7zm23.3 2.1c.2-.1.5-.1.6-.1s.2 0 .3.1h-.9zm.9-1.4c.1-.3 0-.6-1.3-.4v-.1c.3-.1.6-.3 1.1-.5-.3.4 1.9.5.2 1zm1.9.2c-.2 0-.6.1-1 .1.2-.5.4-.9.7-1.5h.7c-.1.5-.2.9-.4 1.4zm17.9-2c.8.4.6.6-.8.7-.4-.4.2-.6.8-.7zm-.4 1.4c-.2-.1-.4-.2-.5-.3 0 0 .3-.2.4-.2.3 0 .7-.1 1-.1l.3.1-1.2.5zm2.6.6-.3-.2 1-.3.4.2-1.1.3zm6.5-1.1c.1.4.2.8.3 1.1-1.1-.5-1.2-.8-.3-1.1zm9.5 2.2h-.3c-.5-.4.4-.4 1.1-.5.1.3.1.3-.8.5zm3.6 0s0-.1-.1-.1c.5 0 .9 0 1.3-.1 0 .1.1.1.1.2h-1.3zm1.7-1h-.6c-.1-.1 0-.2 0-.2.6-.1 1.2-.1 1.8-.1.3 0 .6.1.9.2-.8-.1-1.5 0-2.1.1zm6.4-.9c-.5-.2-.9-.3-1.2-.5 1.1-.1 2-.1 2.8-.2.2 0 .5 0 .6.1.1.1.1.2 0 .3-.2.1-.5.2-.9.3-.4-.2-.9-.3-1.3 0zm2.1 1.9h-.6l-.2-.5.4-.1c.3.1.7.2.8.4.1 0-.2.1-.4.2zm.4-1c-.3-.1-.6-.2-.8-.3.3-.1.6-.3.9-.3.2 0 .5.2.8.3l-.9.3zm2-.3c-.2-.1-.6-.1-.7-.2 0-.2-.4-.5.4-.7.2.2.4.4.5.6.1.1-.1.2-.2.3zm4.5.1c.5-.4.8-.7 1.2-.9h.2c-.1.3-.1.6-.2.9 0 0-.7-.1-1.2 0zm1.6 1.1h-.8c.3-.1.5-.2.8-.3l.2.1-.2.2zm8.9-3.1c.2.1.6.2.6.2.1.2-.1.3-.2.6-.4-.3-.6-.4-.7-.6 0 0 .2-.2.3-.2zm1.6 1c-.3.2-1 .4-1 .7 0 0-.4.1-.7.1-.1 0-.3-.1-.3-.1.1-.1.3-.1.4-.2.2-.1.3-.2.5-.4s.5-.4.7-.6h.4c0 .2.1.4 0 .5zm8.2-.7-1.6-.3c.2-.1.4-.2.5-.2.5.1.9.2 1.4.3l-.3.2zm13.5.5c-.6.1-1.3.1-1.9.1v-.8h.4c.3.5.6.6 1.7.2-.1.2 0 .4-.2.5zm2.4 2.1h-.2c-.3-.5.9-.4 1.4-.6.3.5-.7.4-1.2.6zm1.2-1.1h-.5l.6-1h.5l-.6 1zm21.7-1.1h-.3c-.2-.2-.4-.5-.6-.7.4 0 .7-.1 1.2-.1-.1.3-.2.6-.3.8zm9 .4h-.4c0-.3-.9-.5.5-.8-.1.3-.1.6-.1.8zm.7 1.5.4-.1.1.1h-.5zm2.9-1.4c0-.1.7-.1.9-.1.7.1 1 .3.4.6-.5-.1-1.7 0-1.3-.5zm.7 1.3s-.3-.2-.2-.3c.2-.1.6-.1.7-.2.5 0 .9 0 1.1.1.1 0 .2.1.3.2-.6.1-1.3.1-1.9.2zm11.2-.9c-.3-.1-.7-.2-.7-.3s.4-.2.6-.2c.3 0 .5.1.8.2-.2.1-.4.2-.7.3zm.1-1c-.3 0-.7-.1-1-.1.2-.1.4-.2.7-.3.4-.1.9-.1 1.3-.1.2 0 .4.2.6.2-.8.2-1.2.2-1.6.3zm5.3-.9c-1.2-.2-1.2.2-1.8.6-.2-.3-.5-.5-.3-.7.2-.1.8-.2 1.2-.2.6-.1 1.3-.1 2.1-.1-.1.4-.4.5-1.2.4zm15.4 2.6c0-.1 0-.3.1-.4.3.2.4.3.6.4h-.7zm-.8-1.7c-.5-.5 1-.5 1.4-.7.6.5-.5.6-1.4.7zm12.2 1.6c.4 0 .7-.1.9 0h-.9zm6.1-2.3c-1.4 0-1.7.3-1.3.8h-.6c0-.3-.2-.6 0-.9s.8-.5 1.4-.9c.4.3.7.5 1 .7 0 .1-.3.3-.5.3zm11.6 2.1h-.9l.9-.3v.3zm1.6-2.2c-.1 0-.3-.1-.5-.2 1-.1 1.7-.2 2.5-.2l.1.2c-.6 0-1.3.1-2.1.2zm3.2-.6-.2.4h-.3c.4-.7.4-.7 1.6-.6l-1.1.2zm2.4.6c.2-.6 1.4-.3 2.1-.4-.3.5-1.5.2-2.1.4zm4.8 1c.3-.5.7-1 1.1-1.6.3.2.4.2.6.4 0-.1.1-.3.1-.4l.6.6c-.7.4-1.5.7-2.4 1zm2.6 1h-1.3c-.1-.1-.3-.2-.4-.3.5.2 2-.2 1.7.3zm17.8-.3c-.1 0-.2-.1-.3-.1.4-.1.7-.1 1-.2l.3.3h-1zm7.9-2.2c1 .2 1.1.4.7.7-.1.1-.6.1-.8.1 0-.2 0-.4.1-.8zm-1.9 1 .7-.7.5.1-.7.7-.5-.1zm1 1.1.6-.3c.4.1.9.2 1.3.3h-1.9zm5.5-.1v-.3c.3.1.5.2.7.3h-.7zm5.3-.1h-.5l.3-.3h.2v.3zm3.5-2-.2.1c-.2-.1-.6-.3-.6-.4 0-.1.5-.2.9-.4 0 .3 0 .5-.1.7zm1 .5-.3-.1c.3-.1.7-.2 1-.3.2 0 .5.1.9.3-.7 0-1.2.1-1.6.1zm16 1.1c.1 0 .1 0 .2-.1h2.4l-2.6.1zm32.2-4.4c-.3 0-.8 0-.8-.1-.1-.2-.1-.3-.1-.6.5.1.7.2 1 .3.3-.1.7-.2 1-.3.1.2.3.5.4.7h-1.5zm27.4-.5h-.4l.4-.9h.6l-.6.9zm8 .3c-.8-1-1-1.2.5-1.2-.1.4-.3.8-.5 1.2zm20.8-12.7c.4.1.9.4 1.5.5.9.2 1.2.1 1.2-.3 0 0 0-.1.1-.1 0 0 .1 0 .3-.1.1.4.2.7.2 1h-2.9c-1.3.1-1.2-.3-1.5-.5.4-.2.7-.3 1.1-.5zm-5.3.5c.3 0 .6.1.8.1.1 0-.2.2-.3.3-.3-.1-.6-.1-.8-.2-.1 0-.1-.1-.1-.2 0 .1.2 0 .4 0zm-1.1.4c-1.5-.1-.8-.5-.5-.7.1-.1.6-.1.9-.2l.2.6-.6.3zm4 3.2v-.7l.2-.1.9.6c-.3.1-.6.2-1.1.2zm2.6-2.4c-.7 0-1.5.1-2.2.1-.8.1-1.5.1-1.3.5 0 .1-.1.1-.1.2h-.3l-.2-.4c-.8-.1-1.5-.3-2.1-.4-.1 0 .1-.2.1-.3 2.4.3 4.5-.2 6.8-.1.2.2.1.4-.7.4zm2.6.1c-.2 0-.5-.1-.5-.1 0-.1.1-.2.2-.3.6-.1 1.3-.1 1.8.2-.6.1-1 .2-1.5.2zm12.2-4c-.7.2-1.2.4-1.9.6-.1-.3-.2-.4-.3-.7.8.1 1.4.1 2.2.1zm-3.6 1.7h.6c0 .2-.1.4-.2.5h-.7l.3-.5zm-1 4.3.3.3c.4 0 .8-.1 1.2-.1l-.8.5-.4-.1c-.3-.1-1.3-.3-.3-.6zm2.1 3.3c-.1-.4.7-.7 1.6-.9-.7-.2-1.3-.4-2.1-.6-.1.2-.3.4-.4.6-.9-.3-1.8-.7-2.9-1 .6-.1.9-.1 1.3-.1 0 0 .1.1.2.3l.4-.4c1 .5 2.8.3 4.6-.3 0 .4.1.8-.2 1.2-.3.4-1 .7-1.6 1.1-.2 0-.4-.1-.6-.1l-.2.1c.1.1.2.2.4.3.1.1.3.2.4.3-.2 0-.5.1-.7.1.1-.4-.2-.5-.2-.6zm2.9 1.4c-.5-.1-1-.3-1.5-.5l-.6.3-.3-.1c.2-.2.4-.3.8-.4.1 0 .6.1.9.2.4.1.8.3 1.2.4l-.5.1zm82.3-7.8c.4.2 1 .4 1.3.7.1.1-.7.3-1.2.5-.1-.5-.2-.8-.3-1.1l.2-.1zm-1.1-3.7c.3.2 1.2.3.3.7l-.7-.7h.4zm-7.2 5.8c-.2-.2-.3-.3-.5-.4-.3.2-.7.3-1 .5-.9-.3-.8-.5.3-.9.3.3 1.7.2 1.2.8zm-1.6-7.3.1.1c-.5.1-.9.3-1.5.4-.1-.1-.3-.1-.6-.3.7 0 1.4-.1 2-.2zm-2.9 6 .9.6c-.6 0-1 .1-1.7.1.2-.3.5-.5.8-.7zm-6.1-5.7 1.3-.2.4.6-.4.1-1.3-.3v-.2zm-5.2 6.4c.3 0 .7.1 1 .1.4-.1.7-.1 1-.2l.2.2c-.3.1-.6.2-.9.2-.5 0-.9-.1-1.4-.2l.1-.1zm-2.1-.8c.9.3.1.6.2.9-1.3-.4-1.3-.4-.2-.9zm-1.1.9h.3c0 .1.2.3.1.4l-.8.4-.3-.1.7-.7zm-10 1.8v.8h-.4l-.2-.8h.6zm-7.6 1.6c-.9-.2-1.2-.5-.9-1 1.1.2 1.1.2.9 1zm-.1-2.5s-.4.2-.8.3c-.1-.4-.2-.6-.3-.8h.2c.3.1.7.3.9.5zm-2.8-6.4c.8.2 1.2.1 1.4-.3l.4.1c-.1.2-.3.4-.5.7-.6-.2-1-.3-1.4-.4l.1-.1zm-.3 2.1c.7-.3 1.5-.3 2.2 0-.7.1-1.4.2-2.3.3 0-.1-.1-.2.1-.3zm1.4 5.9c-.5-.3-2 0-1.9-.6h.4c.4-.2.9-.4 1-.4.7.1.7.3.4.5 0 .1.1.3.1.5zm-5.6-8.1c.4.5 2.3-.2 2.5.6-.3-.1-.4-.2-.5-.2-1.2.1-2.3.4-3.7.2.6-.3 1.1-.4 1.7-.6zm1.9 6.8s-.3.1-.4 0c-.5-.1-.9-.3-1.5-.4.7-.1 1.1-.1 1.6-.2l.3.6zm-5.9-.1c.2 0 .4.1.6.1-.5.2-.8.4-1.2.6l-.3-.1c0-.2.8-.5-.5-.4-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1 0 1.4.1zm-5.3-6.3.2.1c-.5.2-.9.4-1.7.6-.1-.3-.2-.5-.3-.7h1.8zm-.4 6.1v.2c-.2.2-.5.3-.8.5l-.6-.6c.6 0 1 0 1.4-.1zm-4.3-.7h.3l-.2.9h-.5l.4-.9zm-1 1.2c0 .2.1.3.1.6-.8-.2-1.4-.4-2-.5.6 0 1.2-.1 1.9-.1zm-4.8.2c-.3.1-.7.2-.9.1-.4 0-.7-.2-1.2-.3-.2.1-.7.3-1.1.4h-.3c.4-.4.9-.7 1.5-1.2.5.4.9.6 1.2.8.2 0 .5-.1.8-.1 0 .1.1.3 0 .3zm-1-6.6c.2 0 .6.1.8.2-.9.3-1.6.5-2.2.7-.5-.2-1-.3-1.3-.4.9-.2 1.8-.4 2.7-.5zm-6 8.5c-.6.1-1.9-.3-1.9-.6.7.1 1.4.2 2 .4 0 0 0 .2-.1.2zm.8-.2c-.6-.2-1.2-.5-1.8-.7l-.1-.1c.8 0 1.5 0 2.4-.1.1-.2.2-.4.3-.7h.3c0 .4 0 .9.1 1.4-.3.1-.8.1-1.2.2zm2.4-1.2c.1.1.3.1.4 0 .7.3 1.3.5 2 .7-.1-.1-.2-.4.7-.4.2 0 .4.3.4.4 0 .1-.1.3-.1.5-.4-.2-.7-.3-1-.5-.2.1-.5.3-.7.4.5.1 1.2.2 1.8.3l-.2.1c-.3 0-.6-.1-1-.1-.3.1-.6.3-1.1.5-.2-.1-.6-.3-.6-.4.2-.5-.2-1-.6-1.5zm.8 2.5c.1-.1.5-.1.7-.1.1.2.2.4.3.7-1.2-.2-1.3-.4-1-.6zm2.9 0c-.7.1-1.5.2-1.7-.2.5-.1.9-.1 1.4-.1.3 0 .5.1.8.1-.2.1-.3.2-.5.2zm1.2-1.5c-1.3-.5-.8-1.2-.7-1.8h.3c.2.3.5.7.7 1-.2.3-.3.5-.3.8zm-.6-7.6c-.9-.4 1-.2 1-.5.2.1.3.2.5.3-.6.1-1.1.2-1.5.2zm2.5 6.8c.7.4 1.2.8 1.7 1.1l-.1.1c-.7-.2-1.3-.3-2.1-.5.1-.2.2-.4.5-.7zm6.8.4c-.1 0-.7.2-1.2.4 1.4.4.2.9.4 1.3 0 0-.5.1-.7.2 0-.4 0-.7-.1-1.1 0-.3-.2-.5-1-.2.2.3.4.5.6.8h-1.7c-.2.4-.3.9 1.2 1.1.4-.1.9-.1 1.4-.2v.9c-.9-.2-1.9-.4-2.9-.6-.8-.1-1.4-.6-1.3-.9l-.5.4c-1.2-1-1.2-1-1.1-1.1.7.2 1.3.3 2.2.5v.3h.3c.1-.1.1-.2.2-.3 0-.2-.9-.7.8-.5.1 0 .4-.2.8-.4-.2.1-.6.1-.9.2-.1-.1-.2-.2-.3-.4-.3.2-.5.4-.8.6-.2-.4-.4-.8-.7-1.3.5.1.8.2 1 .3l.9-.3c0 .2.1.3.1.4.5.1 1 .1 1.6.2.1-.2.3-.4.5-.7h-1.6c-.3-.6 1.1-.3 1.5-.5l.8.8c.6-.1 1.1-.1 1.7-.2-.1.2-.2.5-1.2.3zm2.4-9.1c.9.5-.7.5-.7.8l-.4-.1c.4-.2.7-.4 1.1-.7zm-.7 1.7c-.2-.1-.2-.2-.3-.4 1.2.1 2.3-.3 3.2.1-.8.1-1.5.2-2.2.3-.2 0-.6.1-.7 0zm2.3 9.1c.2-.3.1-.6.3-.9.3.5 0 1.1 1 1.5-.6-.2-1.6-.2-1.3-.6zm2.6.1c-.1.1-.3.2-.5.3l-.8-.3c.2 0 .5-.1.7-.1.2-.1.4-.1.6-.2 0 0 .1.1 0 .3zm.6-2h-.5c-.5.2-1 .5-1.5.7-.4-.2-1.5-.4-1-.9.1 0 .2 0 .3.1l1.1.2.5-.5c.1-.1.4-.3.4-.3.4 0 .8.1 1 .2.3.2.5.4.7.6.3.4 0 .4-1.2.4.2-.1.3-.2.4-.3 0-.1-.1-.1-.2-.2zm3.3 1c.2.1.4.2.8.3-1.1.2-2 .4-3 .6-.2.3.8.8-.7.9.1-.3.4-.6.3-.9-.1-.4.3-.7 1-1 .3-.1.6-.2.1-.4-.7-.3-.8-.8-1.1-1.2-.1-.1.1-.2.3-.3h.7c.1.1 0 .2 0 .4 0 .1 0 .3-.1.4h.4c.1-.1.2-.3.3-.5.2.1.4.2.7.4.7-.2 1.3-.5 2-.7.6 0 1.3-.1 2.1-.2-.5.3-1.1.5-1.7.8-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.3.1.5.2.8.2.9.1 1.2.3 1 .6-.9 0-1.8-.1-2.6 0-.3 0-.7.2-.8.3-.2.1.1.3.3.4zm2.7.3c.4-.2.8-.4 1.1-.7l.5.1c-.4.3-.8.7-1.2 1l-.4-.4zm3.4.8h-.3c0-.1 0-.2.1-.4-.5-.1-1-.3-1.6-.4.4 0 .7 0 1.1-.1 0-.1-.1-.3-.1-.4h.4c.1.1.2.2.3.4h1c-.4.3-.6.6-.9.9zm1.5-3.1c.1.1.1.2.2.3.4 0 .7-.1 1.1-.1 0 .2.1.4.1.6-1.4.3-2-.1-1.4-.8zm1.9 1.7-1.3.1-.2-.1c.3-.1.6-.3.9-.4.1 0 .5.1.8.2l-.2.2zm1-.4h-.2c0-.2.1-.4.1-.7-.2 0-.5 0-.9-.1.1-.2.1-.3.2-.4-.4-.1-.7-.3-.8-.3.6-.2 1.2-.4 1.3-.5.1-.1-.6-.3-.9-.4 0-.6 0-.6.8-.8.5.7.9 1.4 1.3 2.1.6 0 1.4-.1 1.5 0 .3.2.3.4.4.6l-.4.1c-.3-.1-.5-.2-.8-.4-.5.3-1.1.5-1.6.8zm2.8 1.2c-.4-.4-.8-.7-1.2-1l.5-.1.4.4c.1.1.2.2.4.2.8.2.8.2-.1.5zm2.7-.6c-.7-.1-1.4-.1-2.3-.2.5-.2.9-.4 1.3-.6v.5c.4.1.7.1 1.1.1l-.1.2zm3.1 1.4c-.3.1-.7 0-1.1 0 .8-.3 1.4-.6 1.9-.8.4.4-.1.6-.8.8zm-1.6-1.4c-.1-.3.3-.5 1-.5.8 0 1.3.2 1.2.4-.8 0-1.4.1-2.2.1zm3.2-1.6c-1 0-2.2 0-3.1-.3-.4 0-.8.1-1.4.2l.9-.9c.4.2 1 .4.5.7 1-.3 2-.1 2.9 0 .5-.3.6-.6-.4-.8h2.4s.1 0 .2.1c.1 0 .2.1.3.1.2.2.4.5.2.6-.5.3-.6.5.5.5l-2.1 1.5c-1.3-.5-.3-1.1-.9-1.7zm14.9 1.5c-.7-.1-.9-.3-.3-.5.2-.1.2-.3.3-.4.2-.2.5-.4.8-.7-.8-.1-1.2 0-1.5.3s-1 .6-1.6.9c-.1.3.5.7-1 .6 0 0-.3.2-.3.3.1.2.4.4.6.7-.9.1-1.7.3-2.7.4-.3-.3-.5-.6-.8-.9-.9 0-.9 0-.5-.3.1-.1.1-.2.1-.2 0-.1 0-.1.3-.2l.3.3c1-.4 1.1-.6.3-1 .1.1.2.3.3.5-.4-.1-.6-.1-1-.2-.3.3-.5.5-.8.9-.1-.2-.1-.3-.2-.5-.3 0-.6.1-1 .1-.3-.2-.5-.3-.9-.6.5.1.8.1 1.2.2-.1-.2-.1-.4-.2-.5.5.1 1.1.2 1.3.1.4-.1.6-.3.9-.5l-1.5-.2-.3.1.2-.4c-1.2-.2-1.6 0-1.9.4-.3.5-1 .9-1.6 1.3-.3.2-1 .3-1.2.5-.2.1.1.4.3.6-.6.1-1.2.1-2 .2.1-.1.2-.3.4-.4.1-.1.3-.1.3-.1-.6-.4.8-.6.8-1 0-.1.5-.1.9-.2-.6-.5.9-.5 1.4-.7.2-.1.4-.3.6-.4l-.4-.1c-.2.1-.4.2-.7.3-.8-.3-.7-.4.3-.7 1.3-.3 2.5-.6 4-1 .3.2.6.4 1 .7l.6-.6h.2l.2.4c.9-.1.9-.1.7-.6-.1-.3 0-.5.2-.9.4.3.8.6 1.3.9.2-.3.3-.6.4-.8h.2c-.1-.2-.2-.3-.4-.6.7 0 1.2.1 1.7.1-.1.3-1.1.6-.3 1 .2.1-.2.3-.1.5l.9-.4h.3l-.5.5c-.1.1-.4.2-.6.3.4.1.8.2 1.2.2 1.8.1 1.9.2 1.4.8-.1.2 0 .4-.1.8-.1-.1-.2-.2-.3-.4.1.3.2.6 0 .9-.3.3-1.3.5-2 .7-1-.1-.7-.3.8-.5zm1.1 1.9c-.1.1-.5.2-.6.1-.2 0-.4-.2-.4-.2.2-.3.8-.4 1.6-.3-.2.1-.3.2-.6.4zm1.6-1.6c-.1.1-.5.1-.8.1 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3 0-.6-.1-1.1-.1 0-.1.1-.2.2-.3.5.1.9.1 1.5.2-.2 0-.5.2-.8.4zm-.2-2.3c-.1 0 0-.3.1-.5.4.1.7.2 1 .3.1-.2.2-.3.3-.4h.2c.1.1.2.2.3.4.1 0 .2-.1.3-.1.8 0 1.6-.1 2.4-.1.3 0 .5.2.9.3-1.6 0-2 .4-2.4.8-.6-.2-1.1-.4-1.5-.5-.5-.2-1.1-.2-1.6-.2zm2.8 1.4v-.6l.4-.1c.3.2.6.4 1.1.6-.8.1-1.1.1-1.5.1zm4.3.4c-.4-.1-.7-.2-1.1-.3-.3 0-.6.1-.9.1l-.2-.1c.4-.1.9-.2 1.3-.4.4.2.7.4.9.7zm-.2-1.9.8-.4.5.1c-.3.1-.5.3-.8.4 0-.1-.3-.1-.5-.1zm3.7 3.2h-.4l-.8-.5.1-.1c.3.1.8.1 1 .2.2.1.1.3.1.4zm1.1-2.6.9.3c-.3.1-.5.1-.8.2-.9.1-.9.1-.6.5.2.2-.3.5-.4.7-.7 0-1.2.1-2 .1.1-.1.1-.3.3-.4 1.3-.1 1-.5 1-.7-.7-.1-1.3-.3-2.2-.5.9-.2 1.4-.3 2.2-.5l.2-.2h.2l.3.6h.4c.3-.4-.4-.7-.9-.9-.1-.1-1 0-1.7 0 0-.1 0-.2.2-.3.5-.2 1.1-.4 1.7-.6.3-.1.6-.2 1.2-.1.3.1 1-.1 1.4-.2l.3.1c-.3.1-.6.2-.9.4-.3.1-.5.3-.7.4 1.7.2 2.9-.1 3.7-.7l.4.1c-.1.2-.2.4-.5.5-.8.2-.6.3-.2.5.1.1.1.2.2.3h-.7c-1.2-.3-2.3-.2-3 .4zm4.3 1.1c-.4-.2-.7-.2-1-.4.5-.1.9-.2 1.5-.3-.2.2-.4.4-.5.7zm61.5-4.9c0 .4-.1.7-1.3.8-.5-.5-.5-.5 1.3-.8zm-1.6-2.2c.4.3.7.5 1 .8-.3 0-.5.1-.8.1l-.3.6h-.4c.1-.2.2-.5.2-.7-.8-.1-.8-.1.3-.8zm-4-2.9h.2c.2.3.3.5.5.8h-1c.1-.3.2-.6.3-.8zm-7.2-.1c.4.1.8.2 1.1.3.2.1.3.2.2.3-.1.1-.5.2-.7.2-.1 0-.3-.2-.4-.2-.2-.2-.3-.4-.4-.5l.2-.1zm-22.2-1c.5-.1.9-.3 1.4 0-.4.2-.7.4-1 .6-.4 0-.9.1-1.6.1-.2-.1-.4-.2-.5-.3.7-.1 1.2-.3 1.7-.4zm1.1 5.3c-.2.1-.4.3-.7.4-.4-.2-.3-.5.2-.6h.5c.1 0 .1.1 0 .2zm-14.5-4.5-.2.2c-2 .1-2 .1-1.9-.4.8.1 1.5.1 2.1.2zm-2.7-.9c.4.1.6.2 1.1.2-.4.1-.6.2-1.1.4v-.6zm.1 6.9c.1 0 .3-.1.4-.1.1.1.3.1.3.2s-.1.2-.1.3v.4c-.8-.1-1-.6-.6-.8zm-7.7-1.1c0 .3 0 .7.1 1-1.1-.2-.8-.6-.1-1zm-1.099 1.5c-.001 0-.001 0 0 0h2.2c.4-.1.7-.1 1-.2l.7.7-.3.1c-.2-.1-.4-.1-.6-.2-.2.1-.5.2-.7.3.2.2.4.2.7.2.3 0 .6-.1.9-.1s.8.2 1.4.4c-.3.2-.6.2-.8.2-1.1.1-1.2.3-.8.7.1.1 0 .3-.1.4h-.3c-.2-.2-.4-.4-.6-.7l-.6.3c-.7-.2-1.4-.4-2.3-.6.7-.2.5-.6 1.3-.7-.501-.2-.301-.7-1.1-.8zm1.699 5c0-.7.7-1.2 2.4-1.3-.7.5-1.5.9-2.4 1.3zm.1-1.2c-.3-.1-.5-.1-.8-.2-.2 0-.3-.1-.6-.1.1-.3.3-.7.4-1.1h1.4c.5.6 1.1.8 2.3.7l.1.2c-.7.2-2.1.1-2.8.5zm3.3.8h-.3l-.1-1.3.6-.6h.2l-.4 1.9zm.7-11c.3-.1.7-.2 1.3-.3 0 .1.2.3.1.3-.5.1-1 .2-1.6.3 0-.1 0-.3.2-.3zm4.1 9.6c-.1.1-.4.2-.9.2 0-.2.1-.3.1-.5-.3 0-.5.1-.7.1-.1-.1-.3-.2-.4-.3l.5-.5c1.1.2 1.8.5 1.4 1zm-3.8-.3c.2-.2.4-.4.7-.6.1-.1.7-.1.8-.1.2.1.3.3.4.4-.6.1-1.1.2-1.9.3zm5.3 2.2c-.1-.1-.3-.3-.5-.4 1.1-.1 1.6 0 1.9.4h-1.4zm1.3-2 .7-.7h.3c0 .3 0 .6.1 1.1-.6-.2-1-.3-1.1-.4zm-.5-1.3c-.2.1-.8-.1-.6.2.1.1.1.3.1.4l-.3.6h-.5c0-.2-.1-.4.1-.6.4-.5-.3-1.2-1.5-1.3-.3 0-.8.1-1.1.2-.1 0 0 .2 0 .2h1.2c.1.1.4.3.6.4-.1 0-.2.1-.2.1-1-.1-2.1 0-3-.2-.4-.1-.9-.3-.9-.4 0-.3-.9-.7.8-.8.4 0 .8-.3 1.2-.4.1.1.2.3.3.4l.2.2c1.4 0 2.6.6 4.2.1.2-.1.9.1 1.4.1-.7.3-1.3.5-2 .8zm5.5 2.5-1.2-.4.3-.1c.5 0 1 .1 1.8.1-.3.1-.599.2-.9.4zm.7-2.6c-.1.6-.2 1.1-.3 1.7-.3-.1-.4-.1-.4-.1.6-.6-1.2-.8-1.4-1.2-.1-.3-.5-.5-.8-.8v.1c-.7-.4-1.2-.8-2.5-.7-.1 0-.3-.1-.3-.1.1-.1.2-.3.4-.3.2-.1.7-.1.8 0 .4.2.9.3 1.6-.1l.2.1-.2 1c.4-.1.9-.2 1.3-.3.4.1.7.2 1.3.3 0-.4 0-.8 1.1-1 .1.3.2.6.3.8h-.8l-.3.6zm1.8 1.5c-.5-.1-.9-.2-1.3-.4l.3-.1h1.1c-.1.2-.1.3-.1.5zm0-9.9c.3-.1.6-.4 1-.4s.8.2 1.2.3c-.4.1-.7.2-1.2.4-.5-.1-.8-.2-1-.3zm2.7 7.3c-.5-.4-2.1-.4-1.5-1.1.4.2.6.3 1 .4l.6-.3h.4c-.2.3-.3.6-.5 1zm1.5.7c-1.1-.4-1.1-.7 0-.9 0 .2.1.3.1.5.3 0 .6 0 1.1.1-.5.1-.9.2-1.2.3zm1.1-1.7c.2-.1.4-.2.7-.3h.9l.2.1c-.5.1-.9.2-1.4.3-.1 0-.5-.1-.4-.1zm4.2.9c-.2 0-.3-.1-.3-.1-1.1.3-2 .6-3.1.9-.4-.4-.1-.5 1.7-.7l.8-.8c.4.2.8.4 1.1.6l-.2.1zm.4-7.3h-1.9c.3-.2.4-.3.6-.5l1.5.3-.2.2zm3.9-.3c-.4.1-.7.2-1.1.4 0-.5 1.5-.9 2.3-.8.2 0 .3.2.4.3-.4.1-.8.2-1.3.2-.1 0-.2-.1-.3-.1zm.6 7.5c-.7-.3.4-.4.7-.6.9.3.8.4-.7.6zm2.3.8c-.2.1-.6.2-.9.3-.3-.3.3-.5.8-.7-.2-.1-.6-.2-.6-.3 0-.1.4-.2.7-.3h1c-.3-.2-.6-.5-.8-.7h-.3c0 .2-.1.3-.1.5h-.5c0-.2-.1-.4.1-.7.2-.2.6-.4 1.1-.6-.1.1-.2.3-.2.4.7.4 1.3.8 1.9 1.2-.5-.1-.9-.1-1.2-.1.4.2.5.3-.3.4-.4 0-.6.1-.8.2.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm2.7-.6c-.2.5-1.5.2-2 .5 0-.4 0-.4 2-.5zm.1 1.6c-.6-.4-.5-.5 1-.6-.3.2-.6.4-1 .6zm2.2-2-.2-.1-.5.5c-.1-.3-.2-.6-.2-1 .6-.3 1 .2 1.7.1l.1.1-.9.4zm2-8c.3.1.3.3.4.5h-.3l-1.2-.4c.3-.1.9-.2 1.1-.1zm-.6 7.5c.3-.1.5-.3.8-.3s.6.1.8.2l-.1.1-1.2.1-.3-.1zm1.1 3.3-.3.1c-.2-.1-.5-.3-.4-.4.1-.1.4-.3.7-.4h.3l-.3.7zm1.3-2.5c-.4-.1-.9-.1-1.2-.3-.2-.1 0-.2 0-.4.6.2.9.2 1.3.3.1 0 .1.1.2.2 0 .1-.2.2-.3.2zm1.1-.3c-.4-.2-.7-.4-1-.5l1-.3.3.1c0 .2-.1.4-.3.7zm1.5-1.3c-.7.1-1 .1-1.3.1h-.7c.1-.1 0-.2.2-.3.6-.1 1.2-.3 2.2-.5-.2.4-.3.6-.4.7zm2.6-7c.2.2.5.4.8.7-.9-.1-1.5-.2-2.3-.3.7-.2 1.1-.3 1.5-.4zm.6 7c-.4.1-.7.3-1.1.4-.9-.4.1-.4.4-.5.1 0 .4.1.7.1zm-2 1c.5-.2 1-.4 1.6-.6.2-.1.6 0 .8 0-.1.1-.1.3-.3.3-.6.2-1.2.3-1.8.4l-.3-.1zm2.6 3.6c-.3-.3-.5-.4-.8-.5h-.4l.8-.5.4.1v.9zm0-1c0-.5-.1-.9-.1-1.3h.3c.3.2.5.5.8.8-.2.1-.5.3-1 .5zm-.2-10.6.4-.1c.3.2.5.5.9.8-1.4-.1-1.1-.5-1.3-.7zm1.6 9.8c0-.4 0-.7-.1-1.1 1.6.3 1.6.5.1 1.1zm2.9-.7c-.3-.1-.5-.1-.6-.2-.1-.1-.3-.2-.3-.3-.2-.6-.2-.6-1.6-.8.4-.1.7-.2 1.1-.3l-1.4-.2-.1-.1c1.6 0 .6-.4 1.2-.7.1.4.2.7.3 1 1.6.2 1.7.3 1 1.3.2 0 .3 0 .5-.1 0 .2 0 .3-.1.4zm1.1-.2c.3.1.4.2.6.3-.3.2-.6.3-.9.4-.3 0-.3 0 .3-.7zm-.1 1.6c-.4-.5 1.2-.3 1.2-.6.5.5.3.6-1.2.6zm1.9-1c-.4-.1-1.4 0-.8-.5.3.3 1.6-.2 1.6.3 0 .1-.6.2-.8.2zm2.5.3v-.8c.8.3.6.7 0 .8zm8.5-3c-.4.2-.7.4-1 .5h-.4c0-.2-.1-.4-.1-.6.6.1 1 .1 1.5.1zm-3.6-7.3c.5 0 1-.1 1.4 0 .2 0 .4.2.6.4-.9-.2-1.5-.2-2-.3v-.1zm3.3 9.8c-.3.1-.8-.1-1.3-.1l.1-.1 1.7-.3.3.1c-.2.1-.4.3-.8.4zm7.5-10.2c.5-.1 1.1-.2 1.8-.3-.2.3-.3.4-.5.7-.5-.1-.9-.3-1.3-.4zm3.8 9.8-1.8-.3c-.2 0-.3-.1-.4-.2.7-.1 1.3-.1 2-.2.1 0 .3.2.3.3.1.2 0 .4-.1.4zm.6-9.8-.1-.1c.4-.1.8-.2 1.2-.2.2 0 .4.2.8.4-.9 0-1.4 0-1.9-.1zm4.2.1-.5-.1 1-.6.6.1-1.1.6zm16.6 6.8c-.6-.1-1-.2-1.4-.3-.3.1-.5.2-.7.2-.1 0-.5-.1-.4-.2s.3-.3.5-.3c.7-.1 1.4-.1 2.2-.1 0 .3-.1.5-.2.7zm3.6-1.4c.3-.2.4-.4.5-.5l1.2.3c-.4 0-.8.1-1.7.2zm103.7-9.2c-1.2.1-2.2.1-3.4-.1-1-.1-2.3 0-3.5.1-1.8.1-3.5.3-5.3.2-.6 0-1.6 0-2.4.2-.4.1-1.1.1-2.1.2.9.1 1.4.2 2.3.3-1.2.3-2 .6-2.9.9-1.6-.9-2-1.8-1.2-2.2 1.2-.1 2.3-.2 3.4-.3.8-.1 1.6.2 2.3-.1 0 0 .5.1.9.2 1.5-.4 3.2-.3 4.9-.3 1.5 0 3.1-.2 4.6-.4.9-.1 1.3 0 1.5.3.1.2.4.4.6.5l.2-.1c.4.1 1 .1 1.1.2.2.4-.5.4-1 .4zm80.6 8.4c.5.3 1.2.5 1.4.8.1.1-.8.3-1.4.5-.1-.5-.2-.9-.3-1.2l.3-.1zm-1.2-4c.4.2 1.4.3.4.8-.3-.3-.5-.5-.8-.7l.4-.1zm-8 6.4c-.2-.2-.4-.3-.5-.4-.4.2-.7.4-1.1.5-1.2-.3-1.1-.5.2-1 .3.3 1.9.3 1.4.9zm-1.9-8.1c-.4.2-1 .4-1.6.6-.2-.1-.3-.2-.6-.3.801-.1 1.5-.2 2.2-.3zm-3.3 6.6c.4.2.7.4 1 .6-.6 0-1.1.1-1.9.1.3-.2.6-.4.9-.7zm-6.7-6.3 1.4-.2.4.7-.4.1-1.4-.4v-.2zm-5.9 7.2c.4 0 .8.1 1.1.1.4-.1.8-.1 1.1-.2l.2.2c-.3.1-.7.2-1 .2-.5 0-1-.1-1.6-.2l.2-.1zm-2.4-1c1 .3.1.6.2 1-1.4-.3-1.4-.4-.2-1zm-1.2 1.1h.3c0 .1.2.3.1.4-.2.2-.6.3-.9.4l-.3-.1.8-.7zm-11.2 2v.9h-.5l-.2-.9h.7zm-8.7-1.1s-.5.2-.9.4c-.2-.4-.2-.7-.3-.9h.2c.3.1.7.3 1 .5zm-3.2-7.1c.9.2 1.3.1 1.6-.3l.4.1c-.2.2-.3.5-.6.8-.7-.2-1.2-.3-1.6-.4l.2-.2zm-.4 2.4c.8-.4 1.6-.4 2.5 0-.8.1-1.5.2-2.5.3 0-.1-.1-.3 0-.3zm.1 5.9c.5-.2 1-.5 1.2-.5.7.1.8.3.5.6-.3.2-.1.3-.1.6-.6-.3-2.2 0-2.1-.7h.5zm-4.8-8.4c.4.5 2.5-.2 2.8.7-.3-.2-.5-.2-.6-.3-1.4.1-2.5.5-4.1.2.7-.3 1.3-.4 1.9-.6zm2.2 7.6-.4.1c-.5-.1-1-.3-1.6-.5.8-.1 1.2-.1 1.8-.2 0 .2.1.4.2.6zm-6.6-.1c.2.1.4.1.7.1-.5.3-.9.5-1.4.7l-.3-.1c.1-.2.9-.6-.6-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1.1 0 1.6.1zm-4-8.4c1 .6-.7.6-.8.9l-.4-.1c.3-.2.7-.4 1.2-.8zm-2 1.4.2.1c-.5.2-1.1.4-1.9.7l-.4-.8h2.1zm-.4 6.8c0 .1 0 .2-.1.2l-.9.6c-.2-.2-.5-.4-.7-.6.8-.1 1.2-.1 1.7-.2zm-4.8-.8h.4l-.3 1h-.6l.5-1zm-1.7 1.3c.2.1.3.1.5 0 0 .2.1.4.2.7-.3-.1-.5-.1-.7-.2v-.5zm0 2c.2.1.3.2.4.3l-.1.1c-.1 0-.2 0-.3-.1v-.3zm6.1-.5c-.2 0-.8.3-1.3.4 1.5.4.3 1 .4 1.4 0 0-.5.1-.8.2 0-.4 0-.8-.1-1.2 0-.3-.2-.5-.9-.3.3.4.5.6.7.9h-1.9c-.3.5-.3 1 1.4 1.3.4-.1 1-.1 1.6-.2v1c-1.3-.1-2.4-.4-3.5-.6-.9-.2-1.6-.6-1.5-1l-.2.2v-.7c.3.1.6.1.9.2v.3h.4c.1-.1.1-.2.2-.3 0-.2-1-.7 1-.6.1 0 .4-.2.8-.4h-.1c-.3.1-.7.1-1.1.2-.1-.1-.2-.2-.3-.5-.3.3-.6.4-.8.7-.2-.5-.5-.9-.7-1.4.6.2.9.2 1.2.3.4-.1.6-.2 1-.4.1.2.1.3.1.4.6.1 1.2.2 1.8.2.1-.2.3-.5.5-.8h-1.8c-.4-.7 1.2-.3 1.7-.6.4.3.7.6.9.9.7-.1 1.2-.1 1.9-.2-.2.5-.4.8-1.5.6zm1.9-8.3c-.2-.1-.2-.2-.3-.5 1.3.2 2.6-.4 3.6.1-.9.1-1.7.2-2.4.3-.3.1-.8.2-.9.1zm2.6 10.2c.2-.3.1-.6.4-1 .3.6-.1 1.2 1.2 1.7-.7-.2-1.9-.2-1.6-.7zm2.9.1c-.1.1-.4.2-.6.3l-.9-.3c.3-.1.6-.1.8-.2.3-.1.5-.2.7-.2.1.1.1.2 0 .4zm4.401-1.1c.2.1.5.2.8.4-1.3.3-2.3.5-3.4.7-.2.3.9.8-.8 1 .1-.4.4-.7.3-1-.1-.5.3-.8 1.1-1.1.4-.1.7-.2.1-.5-.2-.1-.3-.2-.5-.3 0 .2-.4.3-1.5.2.2-.1.4-.2.4-.4 0-.1-.1-.2-.2-.2s-.4 0-.5.1c-.6.3-1.1.5-1.7.8-.5-.3-1.7-.5-1.1-1 .1 0 .2 0 .4.1l1.3.2c.2-.2.3-.4.5-.5.1-.1.4-.3.5-.3.4 0 .9.1 1.1.2s.3.2.4.3c-.1-.2-.2-.4-.4-.6-.1-.1.2-.3.4-.4.1-.1.7 0 .8 0 .1.1 0 .3 0 .4 0 .1 0 .3-.1.4h.4c.1-.2.2-.3.3-.6.3.2.5.3.7.4.8-.3 1.5-.5 2.2-.8.6-.1 1.4-.1 2.4-.2-.6.3-1.2.6-1.9.9-.2-.1-.4-.1-.7-.2-.1 0-.2.1-.2.1l.9.3c1.1.1 1.4.3 1.1.6-1.1 0-2-.1-2.9 0-.4 0-.8.2-.9.4.2.3.5.5.7.6zm3.099.4c.4-.2.9-.5 1.3-.7l.6.2c-.4.4-.9.7-1.3 1.1-.2-.3-.4-.4-.6-.6zm3.8.8h-.3c0-.1.1-.3.1-.4-.6-.1-1.1-.3-1.8-.5.5 0 .8 0 1.2-.1 0-.2-.1-.3-.2-.5h.4c.1.1.2.3.3.4h1.1c-.3.5-.5.8-.8 1.1zm.9-1.3c-1-.2-1.4-.6-1-1.1 1.2.2 1.2.2 1 1.1zm.7-2.1c.1.1.2.3.2.4.4 0 .8-.1 1.2-.1 0 .2.1.5.1.7-1.5.1-2.1-.2-1.5-1zm2.3 1.9-1.4.1-.3-.1c.3-.1.6-.3 1-.4.1 0 .6.1.9.2l-.2.2zm.9-.5c0-.2.1-.5.2-.7-.2 0-.5 0-1-.1.1-.2.1-.4.2-.4-.5-.2-.8-.3-.9-.3.7-.3 1.3-.4 1.5-.6.1-.1-.6-.3-1-.5 0-.7 0-.7.9-.9.5.8 1 1.6 1.5 2.3.7 0 1.5-.1 1.7 0 .3.2.3.5.4.7l-.5.1c-.3-.1-.6-.3-.9-.4l-1.8.9-.3-.1zm3.3 1.3c-.5-.4-.9-.7-1.3-1.1l.5-.1.5.5c.1.1.3.2.5.2.8.2.8.2-.2.5zm3-.6c-.8-.1-1.5-.1-2.6-.2.6-.3 1-.4 1.5-.6v.5c.4.1.8.1 1.2.2l-.1.1zm2.9-.5c.9 0 1.4.2 1.3.4-.9 0-1.6.1-2.4.1-.199-.3.301-.5 1.1-.5zm.7 2c-.3.1-.7 0-1.3 0 .9-.4 1.5-.6 2.2-.9.4.5-.1.8-.9.9zm1.7-3.3c-1.2 0-2.4 0-3.4-.3-.4.1-.9.1-1.5.2.2-.3.5-.7.9-1 .4.3 1.1.4.6.8 1.1-.3 2.2-.2 3.3 0 .6-.3.6-.6-.4-.9 1 0 1.7 0 2.7.1 0 0 .1 0 .2.1.1 0 .2.1.3.1.2.2.5.5.2.7-.5.4-.7.6.6.6-.8.6-1.6 1.1-2.4 1.6-1.6-.6-.4-1.4-1.1-2zm16.7 1.6c-.8-.1-1-.3-.3-.6.3-.1.2-.3.4-.5.3-.2.6-.5.9-.7-.9-.1-1.3 0-1.7.4-.4.4-1.2.7-1.8 1-.1.3.5.8-1.2.6 0 0-.4.2-.3.4s.4.5.7.7c-1 .2-1.9.3-3 .5-.3-.3-.6-.6-.9-1-1 0-1 0-.6-.3.1-.1.1-.2.2-.3 0-.1 0-.1.3-.2.1.1.2.2.3.4 1.1-.5 1.2-.7.3-1.1.1.2.2.3.3.5-.4-.1-.7-.1-1.1-.2-.3.3-.6.6-.9 1-.1-.2-.1-.3-.2-.5-.3 0-.7.1-1.1.1-.3-.2-.6-.4-1-.6.6.1.9.1 1.4.2-.1-.2-.2-.4-.2-.5.5.1 1.2.2 1.4.2.4-.1.7-.4 1-.6l-1.7-.3-.3.1.2-.5c-1.3-.2-1.8 0-2.1.5-.4.5-1.1 1-1.8 1.5-.3.2-1.1.4-1.4.6-.2.2.2.4.3.6-.7.1-1.3.1-2.2.2l.4-.4c.1-.1.3-.1.3-.1-.7-.5.9-.7.9-1.1 0-.1.6-.2 1-.3-.7-.5 1-.5 1.5-.8.3-.1.4-.3.6-.5l-.4-.1c-.2.1-.5.3-.7.4-.8-.4-.7-.5.3-.7 1.5-.3 2.9-.7 4.5-1.1.3.2.7.5 1.1.7l.7-.7h.2l.2.4c1-.1 1-.1.7-.7-.1-.3 0-.6.2-1 .4.3.9.6 1.4 1 .2-.4.3-.7.5-.9h.3c-.1-.2-.2-.4-.4-.6.8 0 1.4.1 1.9.1-.1.4-1.2.7-.3 1.1.2.1-.2.3-.1.6l1-.5.4.1c-.2.2-.4.4-.6.5-.2.1-.4.2-.6.4.5.1.9.2 1.4.3 2 .1 2.1.2 1.6.9-.2.2-.1.5-.1.9-.2-.3-.3-.4-.4-.5 0 .4.4.8 0 1.1-.4.3-1.5.5-2.3.8-.999-.3-.8-.6.9-.9zm1.3 2.2c-.1.1-.6.2-.7.1-.2-.1-.5-.2-.4-.3.3-.3.9-.5 1.7-.4-.2.3-.3.4-.6.6zm1.7-1.8c-.1.1-.6.1-.9.1-.1 0-.1-.1-.2-.2.3-.1.5-.1.8-.2h.5l.1-.2c-.4 0-.7-.1-1.2-.1 0-.1.1-.2.2-.4.6.1 1 .1 1.7.2-.3.4-.6.6-1 .8zm-.2-2.6c-.1 0 0-.3.1-.5.5.2.7.2 1.1.4.2-.2.3-.3.4-.5h.3c.1.1.2.2.3.4.1 0 .2-.1.3-.1.9 0 1.8-.1 2.7-.1.3 0 .5.2 1 .3-1.8 0-2.2.4-2.7.9-.6-.2-1.2-.4-1.7-.6-.599-.1-1.199-.1-1.8-.2zm3.1 1.6v-.6l.5-.1c.4.2.7.4 1.3.7h-1.8zm4.9.4-1.2-.3c-.3 0-.7.1-1 .1l-.2-.1c.5-.1 1-.3 1.5-.4.4.2.8.4 1.1.6l-.2.1zm-.2-2.1.9-.5.6.2c-.3.2-.6.3-.9.5 0 0-.4-.1-.6-.2zm4.2 3.7h-.4l-.9-.6.2-.1c.4.1.9.1 1.1.2.1.1-.1.3 0 .5zm1.2-3c.3.1.7.2 1 .3-.3.1-.6.2-.9.2-1 .1-1 .2-.6.5.2.2-.3.6-.4.8-.8.1-1.4.1-2.3.1.1-.1.1-.4.3-.4 1.5-.1 1.2-.5 1.1-.8-.8-.2-1.4-.3-2.5-.5 1-.2 1.6-.3 2.5-.5l.2-.2h.2l.4.6h.4c.3-.4-.5-.7-1-1-.2-.1-1.1 0-1.9 0 .1-.1 0-.2.2-.3.6-.2 1.2-.5 1.9-.7.3-.1.7-.3 1.4-.1.4.1 1.1-.1 1.6-.2l.3.1c-.3.1-.7.3-1 .4-.3.2-.6.3-.8.5 2 .3 3.2-.1 4.1-.8l.5.2c-.2.2-.2.5-.5.5-.9.2-.7.3-.2.6.2.1.2.2.2.3h-.8c-1.5-.4-2.6-.3-3.4.4zm4.7 1.2c-.5-.2-.8-.3-1.2-.4.6-.1 1.1-.2 1.7-.4-.1.3-.3.5-.5.8zm3.3-6c0 .4 0 .7.1 1.2-1.3-.3-1-.7-.1-1.2zm1.2 1.7c.4-.1.8-.2 1.2-.2l.8.7-.3.1c-.2-.1-.4-.2-.7-.3-.5.2-1 .4-1.6.6 0-.1-.1-.2-.1-.2-1.4.1-.9-.6-1.8-.7h2.5zm-2.1 3.8c.1-.4.3-.8.5-1.3h1.4c-.8-.2-1.6-.4-2.6-.6.9-.2.4-.9 2-.7.3 0 .8-.1.8-.1.5.4 1.1.2 1.8.1.4 0 .9.2 1.6.4-.3-.1-.6-.1-.9 0-1.2.2-1.3.3-.9.8.1.1 0 .3-.1.5h-.4c-.2-.3-.4-.5-.7-.8-.2.1-.5.3-.6.4h.2c.6.7 1.3.9 2.6.7l.1.3c-.9.4-2.4.2-3.2.7-.3-.1-.6-.1-.9-.2-.2 0-.4-.1-.7-.2zm1.5 1.8c0-.8.8-1.3 2.7-1.4-.9.4-1.7.9-2.7 1.4zm3.8-.5h-.4l-.1-1.5.7-.7h.2l-.4 2.2zm59.4-8.7 1.2.9c-.3 0-.6.1-.9.1l-.3.6h-.5c.1-.3.2-.5.3-.8-1-.1-1-.1.2-.8zm1.8 2.5c0 .4-.1.8-1.5.9-.5-.6-.5-.6 1.5-.9zm-6.3-5.8h.3c.2.3.3.6.5.9h-1.1l.3-.9zm.5 5.1c.1.4.3.8.4 1.1l-1.6-.2-.1-.1c1.8 0 .7-.5 1.3-.8zm-8.5-5.1c.4.1.9.2 1.2.4.2.1.4.3.3.4-.1.1-.5.2-.8.2-.1 0-.3-.2-.4-.3-.2-.2-.3-.4-.5-.6l.2-.1zm-38.1 7c.2-.1.8-.1.9 0 .5.2 1 .3 1.8-.1l.2.2-.2 1.2c-.7-.4-1.3-.8-2.7-.7-.1 0-.4-.1-.4-.2.1-.1.2-.3.4-.4zm-1.7-7.3-.2.2c-2.3.1-2.3.1-2.1-.5.8.1 1.5.2 2.3.3zm-3.1-.9c.4 0 .7.1 1.3.2-.4.2-.7.3-1.3.5v-.7zm.2 7.6c.1 0 .4-.1.4-.1.2.1.3.1.3.2s-.1.3-.2.4v.5c-.8-.2-1-.8-.5-1zm-3.5-6.7c.3-.1.8-.2 1.5-.4 0 .2.2.4.1.4-.5.1-1.2.2-1.8.3.1-.1 0-.3.2-.3zm.4 10.5c.3-.2.4-.5.7-.6.2-.1.8-.1.9-.1.2.1.3.3.4.4-.5 0-1.1.1-2 .3zm4.3.2c-.1.1-.5.2-1 .3 0-.2.1-.4.1-.6-.3 0-.6.1-.8.1-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1.3.2 2.1.6 1.7 1.1zm1.5 2.2-.5-.5c1.3-.2 1.8 0 2.1.5-.6-.1-1-.1-1.6 0zm1.5-2.2.8-.8h.3c0 .3 0 .7.1 1.2-.7-.2-1-.4-1.2-.4zm-.6-1.6c-.2.1-.9-.1-.7.2.1.2.1.3.1.5-.1.2-.2.4-.4.7h-.5c0-.2-.1-.4.1-.6.5-.5-.4-1.4-1.6-1.5-.4 0-.9.1-1.2.2-.1 0-.1.3 0 .3h1.3c.1.1.4.3.7.5-.1.1-.2.1-.3.1-1.1-.1-2.3 0-3.3-.2-.4-.1-1-.3-1-.5 0-.3-1-.8.9-.9.4 0 .8-.3 1.4-.5.1.2.2.3.3.4.1.1.2.2.3.2 1.6 0 2.9.7 4.7.1.3-.1 1 .1 1.5.2-.8.3-1.5.6-2.3.8zm6.2 2.8-1.3-.5.3-.1c.6 0 1.1.1 2 .1-.4.3-.7.4-1 .5zm.7-2.9c-.1.7-.2 1.3-.3 2-.4-.1-.5-.1-.5-.1.8-.7-1.3-.9-1.5-1.4-.1-.3-.6-.6-.9-.8.5-.1 1-.3 1.4-.4.4.1.8.2 1.4.4 0-.5 0-.9 1.3-1.2.1.4.2.6.3.9h-.9l-.3.6zm2.1 1.7c-.6-.2-1-.3-1.5-.4l.3-.1h1.3c-.1.2-.1.3-.1.5zm0-11c.4-.1.7-.4 1.1-.4s.9.2 1.3.3c-.4.1-.8.2-1.4.4-.5-.2-.7-.2-1-.3zm3.1 8.1c-.6-.5-2.4-.5-1.7-1.2.4.2.7.3 1.1.4.2-.2.4-.3.6-.4h.4c-.1.4-.3.8-.4 1.2zm.1-8.3c.7-.2 1.3-.3 1.9-.4.5-.1 1.1-.3 1.5-.1-.4.2-.8.5-1.1.7-.5 0-1 .1-1.8.1-.1 0-.3-.2-.5-.3zm3.2 5.5c-.2.2-.5.3-.8.4-.4-.2-.4-.6.2-.7h.6c.1.1.1.2 0 .3zm-1.7 3.6c-1.2-.4-1.2-.8-.1-1 0 .2.1.4.1.5.4 0 .7 0 1.2.1-.5.2-.8.3-1.2.4zm1.2-1.9c.2-.1.4-.3.8-.3.3-.1.7 0 1.1 0l.2.2c-.5.1-1.1.3-1.6.4-.1-.1-.5-.3-.5-.3zm4.7 1c-.2 0-.3-.1-.4-.1-1.2.3-2.3.6-3.4 1-.4-.5-.1-.6 1.9-.8l.9-.9c.5.2.8.4 1.2.6l-.2.2zm.5-8.2h-2.2c.3-.2.5-.4.7-.5l1.6.4-.1.1zm3 .1c0-.5 1.7-1 2.6-.9.2 0 .3.2.4.3-.5.1-.9.2-1.4.3 0 0-.1-.1-.3-.1-.4.1-.8.3-1.3.4zm2 8c-.7-.4.4-.5.8-.7 1.1.4 1 .4-.8.7zm2.6.9c-.2.1-.6.2-1 .3-.3-.3.4-.5.8-.8.2 0 .6.1.6.1-.1.2-.1.3-.4.4zm-.1-.5c-.2-.1-.6-.2-.6-.4 0-.1.5-.3.8-.3h.9c-.3-.2-.5-.4-.8-.7h-.4c0 .2-.1.4-.1.6h-.5c0-.3-.1-.5.1-.8.2-.2.6-.4 1.2-.6-.1.2-.2.3-.3.4.8.5 1.4.9 2.2 1.4-.4-.1-.6-.1-.9-.1.1.1-.1.2-.7.2-.4.1-.6.3-.9.3zm3.2-.1c-.3.6-1.6.3-2.2.5-.1-.5-.1-.5 2.2-.5zm.1 1.7c-.6-.5-.6-.5 1.1-.7-.3.3-.7.5-1.1.7zm2.4-2.2-.2-.1-.6.6c-.1-.4-.2-.7-.3-1.1.7-.3 1.1.2 1.9.1l.1.1-.9.4zm.9-9c.5 0 1.1-.1 1.3 0 .3.1.3.3.4.5h-.4l-1.3-.4v-.1zm1.7 8.1c.3 0 .6.1 1 .2l-.2.2-1.4.1-.3-.2c.3-.1.6-.3.9-.3zm.3 4.1-.4.1c-.2-.2-.5-.3-.5-.5.1-.2.5-.3.8-.4h.4l-.3.8zm1.4-2.9c-.5-.1-1-.1-1.4-.3-.2-.1 0-.3 0-.4.7.2 1.1.3 1.4.4.1 0 .2.1.2.2.1 0-.1.1-.2.1zm1.3-.3c-.5-.3-.8-.4-1.1-.6l1.1-.3.3.1c-.1.2-.1.4-.3.8zm1.6-1.4c-.7.1-1.1.1-1.4.1h-.8c.1-.1 0-.3.2-.3.6-.2 1.3-.3 2.5-.5-.2.3-.4.5-.5.7zm2.9-8c.3.2.5.4.9.8-1-.1-1.7-.2-2.6-.3.8-.2 1.2-.3 1.7-.5zm.6 8c-.4.2-.8.3-1.2.5-1-.4.1-.4.5-.5.1-.1.5-.1.7 0zm-2.1 1.1c.6-.2 1.2-.5 1.8-.7.2-.1.6 0 .9 0-.1.1-.1.3-.4.4-.6.2-1.4.3-2.1.5l-.2-.2zm3 2.9c0 .3 0 .6.1 1-.6-.2-.8-.3-1.1-.5h-.4l.9-.6.3.1c0-.6-.1-1-.1-1.4h.3c.3.3.6.5.9.9-.2 0-.5.2-1 .5h.1zm-.4-11.9.5-.1c.3.3.6.5 1 .9-1.6-.2-1.3-.6-1.5-.8zm1.9 10.9c0-.4 0-.8-.1-1.2 1.7.4 1.7.6.1 1.2zm3.2-.7c-.3-.1-.6-.1-.7-.2-.2-.1-.3-.2-.3-.3-.2-.7-.2-.7-1.8-.9.5-.1.8-.2 1.2-.3 1.8.2 1.9.4 1.2 1.4.2 0 .3-.1.5-.1 0 .1 0 .2-.1.4zm1.2-.2c.3.2.5.3.7.4-.3.2-.7.3-1 .5-.3-.2-.3-.2.3-.9zm-.1 1.7c-.4-.5 1.4-.3 1.4-.7.5.6.3.7-1.4.7zm2.2-1.1c-.5-.1-1.6 0-.8-.6.4.3 1.8-.2 1.8.4-.1.1-.8.3-1 .2zm2.7.4c0-.3 0-.6-.1-.9 1 .3.8.8.1.9zm9.6-3.4c-.4.2-.7.4-1.1.6h-.4c0-.2-.1-.4-.1-.6h1.6zm-4.1-8.1v-.2c.5 0 1.1-.1 1.5-.1.3 0 .4.2.7.5-.9 0-1.6-.1-2.2-.2zm3.8 10.9c-.3.1-.9-.1-1.4-.1l.1-.1 1.9-.3.4.1c-.4 0-.6.3-1 .4zm8.4-11.4c.6-.1 1.2-.2 2-.3-.2.3-.4.5-.6.8-.5-.2-1-.4-1.4-.5zm4.2 11c-.7-.1-1.3-.2-2-.4-.2 0-.3-.2-.5-.2.7-.1 1.5-.2 2.2-.2.1 0 .4.2.4.4.1.2 0 .3-.1.4zm.7-11-.1-.2c.5-.1.9-.2 1.4-.2.3 0 .5.2.9.5-1.1 0-1.6-.1-2.2-.1zm4.7 0-.6-.1 1.1-.7.6.1-1.1.7zm18.6 7.7c-.7-.1-1.1-.2-1.6-.3-.3.1-.5.2-.8.3-.1 0-.5-.2-.5-.2.1-.1.4-.3.6-.3.8-.1 1.5-.1 2.4-.1.1.2 0 .3-.1.6zm6-1.8c-.5 0-.9.1-1.9.2.3-.3.4-.4.6-.5l1.4.2-.1.1z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-bottom-size: 1203px 100%;
  --divider-bottom-height: 50px;
  --divider-bottom-offset-x: 0px;
  --divider-bottom-padding: 0px;
  --divider-bottom-color: #f9f0e1;
  --divider-bottom-opacity: 1;
  --divider-bottom-flip: scale(1, 1);
  --divider-bottom-layers-size: 0;
  --divider-bottom-layers-pin-factor: 0;
  --divider-bottom-filter: none;
  --divider-bottom-layer-1-display: none;
  --divider-bottom-layer-2-display: none;
  --divider-bottom-layer-3-display: none;
  --bg-overlay-color: rgb(var(--color_38));
  --bg-gradient: none;
  /* min-width: 980px; */
}

#comp-mihosog7 {
  --height: 443px;
  --width: 489px;
}

#comp-mihox759 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihoudw6 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihpv0ml {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mk7g7yma {
  --color: #f9f0e1;
  --spaceBetweenItems: 55px;
  --separatorFillColor: #102e42;
  --separator-scale: 1.2;
  --text-direction: ltr;
}

#comp-mlkr8imv {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mlkrcln3 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-lvl1xrrj {
  --bg-overlay-color: transparent;
  --bg-gradient: none;
  /* min-width: 980px; */
}

#comp-j1ugbdkt3 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-j1uggob5 {
  --height: 260px;
  --width: 469px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-j1uggob51 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-j1uggob52 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miiplprb {
  --height: 27px;
  --width: 51px;
}

#comp-j1ugi3ar {
  --height: 260px;
  --width: 469px;
}

#comp-j1ugi3ar1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-j1ugi3ar2 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miipn3rv {
  --height: 27px;
  --width: 51px;
}

#comp-mihq30sj {
  --height: 260px;
  --width: 469px;
}

#comp-mihq30sm {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihq30sn {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miipptds {
  --height: 27px;
  --width: 51px;
}

#comp-j1uggw4y {
  --height: 260px;
  --width: 469px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-j1uggw4z {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-j1uggw4z1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miipmokr {
  --height: 27px;
  --width: 51px;
}

#comp-j1ughvne {
  --height: 260px;
  --width: 469px;
}

#comp-j1ughvnf {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-j1ughvnf1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miipnafu {
  --height: 27px;
  --width: 51px;
}

#comp-mihq30sr {
  --height: 260px;
  --width: 469px;
}

#comp-mihq30st {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihq30sv {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-miipq269 {
  --height: 27px;
  --width: 51px;
}

#comp-lvl1xrrj1 {
  --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-lvl1xrrj1-top' preserveAspectRatio='xMidYMax slice' data-bbox='-0.097 103.396 1920.097 196.589' viewBox='-0.097 103.396 1920.097 196.589' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lvl1xrrj1-top %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1336.41 184.076s.001 0 0 0l-.003-.001c2.289.366 4.26-.087 6.005-1.315h-9.267l3.275 1.329.028.035.034-.01-.072-.038z'/%3E%3Cpath d='m228.894 148.499-.211.006c.04.01.079.023.119.032h.045l.047-.038z'/%3E%3Cpath d='M1920 206.358V190l-132.051-1.733a890.808 890.808 0 0 1-5.897-.125c-3.154-.081-6.303-.37-9.455-.37-4.952 0-9.905.164-14.857.259l.022.315-6.657.018 1.748-.114-.109-.745h-30.097l2.768.927-5.442.014c.185-.289.388-.625.628-1.029l-6.185-.562-.194.453 2.328.74-.286.407-6.131.016c.204-.194.346-.401.281-.523-.187-.349-.792-.791-1.28-.83-2.265-.178-4.626-.529-6.813-.266-4.512.542-8.881-.328-13.333-.265-4.453.065-8.918-.197-13.376-.348-3.496-.118-6.988-.285-10.452-.428 1.778-3.094 5.382-2.886 8.889-2.827l-.199-.706h-9.3l.047-.541c1.516 0 3.04.068 4.546-.014 3.229-.177 6.632.624 9.656-.929.594-.304 2.007-.215 2.763.059 2.352.852 4.467.075 6.671-.085-1.95-.275-4.153-.076-5.785-.648-4.503-1.581-9.348-.966-14.008-1.382-3.104-.277-6.315.063-9.472-.009-1.468-.033-3.001-.624-3.562.957-.076.213-1.105.383-1.687.375-7.154-.1-14.308-.22-21.46-.375-2.308-.05-4.611-.22-6.916-.335l.005-.306 2.714-.276a61.902 61.902 0 0 1-.053-.426h-12.196l-.01.357 7.047.286c-.242.371-.454.441-.665.439-9.814-.083-19.628-.152-29.441-.268-4.667-.055-9.363.14-13.816-1.3-1.283-.415-3.008-.183-4.53-.247l.364 1.024c-2.487.183-4.808.671-7.316 1.019 1.041.453 2.051.791 3.074.809 3.064.054 6.134-.015 9.201-.039 5.878-.046 11.759-.163 17.633-.082 1.147.016 3.453-.132 2.962 1.344 1.585-.378 3.338-.957 5.184-1.193 2.047-.263 4.146-.131 6.121 1.053l-3.726.198.061.41h14.867l-.003-.212-5.742-.252.025-.474c.679-.117 1.357-.329 2.038-.335 4.49-.034 8.98-.015 13.471-.029 4.02-.012 8.041-.01 12.059-.077 4.865-.082 9.707-.127 14.611 1.45h-3.428l1.255 1.089c-3.049 2.103-3.049 2.103-6.834 2.308v-1.914l-4.927.515-.632.799 2.551.762-.295.525h-16.425c.145.476.312.641.482.643 3.676.025 7.359-.055 11.027.067 2.944.098 5.872.437 9.354.713 1.178-.776 2.743-.664 3.604.779.993-.214 2.3-.817 2.933-.577.936.355 1.827.568 2.701.668l-38.862.101 7.787-.422-.003-.534-4.632-.374-.314-1.136c-4.652-.993-9.448.474-13.958-.598l-.001-.677h25.391l.149-.66-4.715-1.424-3.786 1.372.011-.456c-1.162-.083-2.323-.169-3.486-.249-.928-.064-1.859-.103-2.783-.186-.776-.07-1.708-.427-2.285-.24-2.02.658-3.854.053-5.776-.121-1.709-.156-3.515-.389-5.163-.173-6.373.833-12.782.713-19.186.518-4.516-.137-9.087-.256-13.501-.851-3.526-.476-6.441.173-9.433 1.109-1.062.333-2 .977-3.092 1.114-2.572.326-5.207.623-7.809.596-12.137-.127-24.274-.568-36.406-.505-9.697.051-19.405-.267-29.117.765-5.296.563-10.863-.059-16.306-.191-3.706-.089-7.407-.333-11.111-.352-1.782-.009-3.57.505-5.352.493-3.173-.021-6.342-.269-9.514-.406-.948-.041-1.908-.082-2.85-.024-5.42.331-10.828.767-16.255 1.017-4.269.196-8.559.163-12.837.258-1.186.027-2.366.21-3.549.215-4.769.018-9.539-.07-14.305 0-7.128.105-14.252.346-21.38.458-3.789.06-7.657.283-11.354-.137-3.751-.426-7.455-.481-11.195-.469-3.646.011-7.29.128-10.935.173-.642.007-1.287-.118-1.931-.183l-.024-.333 1.985-.589c-2.63-1.951-3.255.701-4.433.988l-1.882-2.363-4.157 1.222.091.429 3.481.293c-3.58.077-7.182 1.079-10.68.124l.012-.47h5.188c-3.893-1.069-7.176-.718-7.926.358l-6.914.537.773-.91c-2.25-.435-4.399-.862-6.562-1.255-.236-.042-.543.143-.83.178-1.844.222-3.683.481-5.54.632-2.252.184-4.755-.814-6.732.713-.14.108-.731.117-.881.014-1.841-1.27-4.051-.558-6.129-.598-3.098-.059-6.194-.184-9.291-.282l-.032-.489 2.388-.768-.174-.514h-10.665c2.293 1.337 5.043-.151 6.821 1.48-3.296.366-6.572.547-9.84.499-2.086-.03-4.177-.635-6.239-.572-6.076.187-12.134.62-18.207.862-1.559.062-3.147-.221-4.722-.346l-.029-.435c.86-.224 1.7-.567 2.587-.64 1.006-.083 2.055.135 3.083.12 5.455-.077 10.909-.164 16.361-.298 1.033-.025 2.055-.273 3.082-.419l-.152-.51h-34.681l-.014-.822 38.832-.332.495-1.617-4.705-.375-.001-.864 29.472-1.601-.031-.412h-20.489c.528-1.899.197-2.11-3.131-2.119l1.914.782-24.144-1.083-.035.398 5.313.413.012.487-4.294.709 1.831 3.141h-7.323l-.235-.265 3.331-1.336-6.884-.701c-.319.301-.629.627-1.01.908-.044.032-.719-.211-.703-.288.384-1.834-2.059-1.338-2.71-1.737-1.684.771-3.063 1.908-4.529 1.964-2.625.101-5.303-.446-7.957-.732-.129-.014-.34-.137-.335-.204.086-1.233-1.292-.821-2.155-.874-1.972-.12-3.954-.162-5.931-.249-.184-.008-.36-.106-.583-.176l2.271-.843h-8.042l1.303 1.186h-5.273l.859.764c-2.938.34-5.688 1.21-8.363-.244-.41-.223-1.226-.113-1.855-.121-8.381-.113-16.774-.076-25.139-.388-4.204-.157-8.319.889-12.511.2-.193-.031-.485.34-.782.468-.617.266-1.259.69-1.906.703-3.25.067-6.504.049-9.756.005-1.491-.02-3.881.182-4.298-.327-1.236-1.506-2.926-.967-4.521-.988-5.888-.081-11.776-.121-17.664-.205-.521-.007-1.037-.222-1.555-.34l.071-.442 11.378-.351-.024-.597h-13.977c7.222-.684 14.46-.091 21.675-1.064 4.24-.571 8.69-.473 13.05-.529 2.245-.029 4.508.221 6.745.434 1.429.136 2.813.482 4.238.646 4.835.556 9.396-1.047 14.389-.64 4.921.402 10.046-.369 15.08-.638 1.253-.067 2.501-.183 3.751-.277a70.42 70.42 0 0 0-.034-.474h-16.762l-.002-.417 2.243-.328c-2.455 0-4.82-.497-6.12.102-2.845 1.31-5.704.466-8.517.675-.601.045-1.277-.384-1.918-.595l.232-.568c14.596-.378 29.192-1.128 43.871.391l-5.359.988c2.164 1.989 13.02 1.859 15.601.023l-4.919-.941.102-.564c2.876-.142 5.752-.393 8.629-.401 4.29-.013 8.581.235 12.87.213 12.588-.065 25.175-.213 37.763-.316 5.636-.046 11.274-.021 16.908-.121 1.463-.026 3.238-.87 4.305-.52 2.733.895 5.323.263 7.955.191 1.67-.046 3.326-.482 4.989-.482 1.746.001 3.505.27 5.235.504 1.806.244 3.514-.908 5.399-.094.388.168 1.285-.335 1.928-.309.955.039 1.906.425 2.835.388 1.328-.053 2.82-.731 3.916-.476 3.086.719 5.794.43 8.513-.644.588-.232 1.353-.347 2.038-.351 3.007-.014 6.028-.082 9.017.09 3.097.178 6.197-.983 9.271.057.177.06.462-.048.699-.054 1.891-.053 3.782-.149 5.673-.137 2.291.015 4.584.217 6.87.169 6.963-.144 13.92-.407 20.883-.551 5.444-.113 10.894-.101 16.34-.172 5.875-.076 11.751-.265 17.626-.25 5.045.013 10.151-.567 15.128.549.417.094.986-.173 1.496-.228 1.004-.106 2.042-.321 3.017-.234 1.602.143 3.165.49 4.744.751l.107-.316-2.064-.267.032-.464h17.373c-.419-.447-.86-.526-1.307-.547-4.588-.215-9.172-.497-13.766-.606a204.28 204.28 0 0 0-12.076.049c-3.063.109-6.1.546-9.159.761-4.696.329-9.235-.804-14.21.141-4.45.846-9.587.039-14.409-.165-.962-.041-1.873-.652-3.359-1.207 1.09-.279 1.456-.466 1.632-.402 1.835.66 3.435.015 5.211-.214 2.676-.345 5.502-.257 8.253-.173 2.812.086 5.609.392 8.415.589.219.016.653-.082.65-.106-.199-1.484 1.627-.894 2.401-.941 2.527-.151 5.089-.137 7.628-.051 2.27.077 4.502-.16 6.782.765 1.252.508 3.547-.014 5.283-.315 1.476-.256 2.68-1.07 4.224.113.499.382 2.916.306 3.081.039.665-1.082 1.91-.688 2.837-.727 4.275-.178 8.559-.329 12.84-.338 7.459-.014 14.918.114 22.377.128 6.967.013 13.935-.087 20.902-.058 4.578.018 9.154.228 13.731.256 4.675.029 9.353-.133 14.026-.082 6.728.073 13.453.297 20.181.39 6.184.086 12.376-.018 18.554.157 4.006.113 7.981.734 11.987.85 6.057.175 12.13.152 18.195.125 2.927-.013 5.85-.285 8.777-.323 1.374-.018 2.758.363 4.133.35 3.639-.037 7.274-.276 10.911-.279 6.021-.006 12.044.083 18.063.184 6.267.106 12.531.35 18.798.397 9.112.068 18.227-.043 27.338.027 12.847.099 25.693.295 38.539.446 6.883.081 13.767.148 20.65.234 2.058.026 4.114.126 6.172.141 3.329.024 6.659.006 10.278.006-2.023-1.856-4.535-1.101-6.685-1.184-2.045-.078-4.173.529-6.175.351-2.566-.227-5.912.912-7.48-1.6l-10.506-.5-.06.341 3.617.618c-1.021.18-1.502.329-1.99.34-3.079.065-6.159.14-9.238.134-2.516-.006-5.039-.053-7.542-.21-2.241-.142-4.824.732-6.578-1.279-.332-.381-3.875-1.249-4.602 1.02-.073.228-.959.522-1.393.472a88.941 88.941 0 0 1-5.877-.874c-1.93-.352-3.791-1-5.741-1.148-1.532-.116-3.148.359-4.738.517-1.02.101-2.21-.102-3.061.191-2.056.711-3.619-.035-5.345-.517-.679-.189-1.466-.196-2.204-.286l-.124.504 2.788.987-.231.519-13.147-.499-.051-.343 1.717-.429-.026-.242-39.441-.599 1.139 1.134h-9.692l.009-.558h5.76c-.294-.398-.577-.493-.865-.5-6.972-.182-13.945-.349-20.917-.532-2.371-.062-4.936.206-7.063-.332-3.06-.774-5.842-1.079-8.866-.169-.505.152-1.35.121-1.817-.076-3.71-1.557-7.069-.067-10.116.881-2.181.679-3.847.779-5.885.253-.438-.113-.973-.103-1.453-.074-2.525.153-5.048.329-7.571.498a84.234 84.234 0 0 1-.113-.483l1.04-.472c-2.239.002-4.333.401-6.466.636-.842.093-1.782-.145-2.651-.301-.504-.09-.953-.459-1.432-.464-4.107-.039-8.215-.022-12.322-.022l.309.401c-.595.166-1.19.475-1.787.476-5.548.012-11.099.016-16.645-.07-3.71-.057-7.421-.222-11.122-.425-1.311-.072-2.582-.544-3.888-.591-7.212-.256-14.427-.485-21.646-.612-1.823-.032-3.674.301-5.488.549-.798.109-1.548.626-2.299.605-1.193-.034-2.373-.538-3.552-.528-1.721.015-3.435.446-5.156.459-7.77.058-15.54.032-23.31.029-.384 0-1.032-.01-1.111-.142-1.088-1.819-4.022-.011-5.333-1.312-3.576 1.516-7.583.539-11.355.923-.941.096-1.904.091-2.843.193-2.59.281-5.16.694-7.764.86-1.705.109-3.467-.061-5.182-.215-1.167-.105-2.333-.635-3.439-.558-2.062.141-4.084.868-6.114.852-7.289-.058-14.576-.294-21.856-.553-.917-.032-1.794-.605-3.133-1.087l3.788-1.57-2.123-1.079c-1.712.668-8.501.295-10.093-.657 3.34-.127 6.475-.205 9.597-.38 2.693-.152 5.428-.759 8.046-.558 4.977.383 9.774-.481 14.665-.511.686-.004 1.375.167 2.061.261.666.091 1.331.267 1.994.262.808-.006 1.608-.195 2.42-.243 2.98-.175 5.961-.4 8.948-.469 5.052-.114 10.158-.441 15.147-.075 3.865.284 7.364-.178 10.99-.482.921.151 1.883.301 2.74.156 1.547-.263 2.993-.885 4.547-1.035 5.519-.532 11.037 1.029 16.635-.042 2.096-.401 4.466-.25 6.696-.164 3 .115 5.985.411 9.319.655l-1.419 1.371c1.657-.268 2.87-.66 4.05-.619 3.891.136 7.73.216 11.421-.869.791-.232 1.679-.425 2.525-.431 9.593-.057 19.187-.056 28.781-.109 4.542-.025 9.084-.132 13.626-.201a75.668 75.668 0 0 0-.014-.483l-30.837-1.095a84.345 84.345 0 0 0-.004-.503h12.841l-.019-.423-7.313-.256.025-.433c.443-.06.884-.167 1.328-.173 5.317-.076 10.643-.048 15.95-.244 2.209-.082 4.361-.803 6.575-.932 2.912-.17 5.86-.042 8.792-.042-.938-.44-1.921-.581-2.908-.598-4.452-.074-8.905-.089-13.356-.169-8.568-.153-17.134-.434-25.704-.482-11.447-.065-22.897.039-34.345.074-9.691.03-19.385.006-29.073.142-2.217.031-4.418.624-6.549.946l-.585 1.058h4.944l-.014.234h-8.629l.903-.405c-1.674-.256-3.519-.515-5.347-.821-1.736-.291-3.445-.864-5.182-.896-3.326-.059-6.665.163-9.995.3-2.223.091-4.441.233-6.661.359-.129.007-.252.066-.538.147l1.431.696c-9.328.327-18.377.843-27.444.486l-.018-.517h3.921c-2.819-.375-5.662-.502-8.466-.332-2.052.125-4.03.769-6.084.95-2.914.256-5.864.354-8.804.424-6.815.161-13.638.203-20.45.408-6.658.2-13.302.651-19.96.786-4.922.1-9.954-.593-14.769-.122-10.138.991-20.29.552-30.428.746-9.143.175-18.301-.082-27.451-.016-5.318.039-10.631.378-15.95.503-2.748.065-5.505-.029-8.258-.077-2.542-.046-5.085-.208-7.624-.179-4.533.053-9.063.321-13.593.304-8.339-.031-16.677-.268-25.016-.297-6.038-.021-12.078.206-18.117.227-8.642.03-17.284-.043-25.926-.038-7.615.006-15.229.059-22.844.092-2.195.009-3.801-.871-4.37-2.378-.207-.55-.249-1.231-.753-1.602-.722-.529-1.815-1.178-2.722-1.158-2.231.048-4.433.548-6.669.687-4.642.289-9.297.49-13.951.677-6.5.261-13.025.318-19.498.758-6.051.411-12.027 1.331-18.074 1.799-5.362.414-10.773.548-16.168.736-2.012.07-4.055-.184-6.052-.055-1.445.093-2.83.813-4.257.838-6.8.118-13.606.152-20.408.101-4.365-.033-8.741-.156-13.084-.443-4.081-.269-8.09.147-12.323-.661-4.123-.787-9.013-.129-13.429.419-3.468.431-6.311.636-9.813-.465-2.744-.862-6.515-.173-9.83-.173l-.008.458h8.068l-.009.482-33.038-1.172-.045.631 25.152 1.076.041.661c-1.359.176-2.719.503-4.077.499-2.64-.008-5.282-1.472-7.927.038-.08.045-.302-.036-.459-.047-3.691-.269-7.375-.681-11.076-.777-9.771-.254-19.551-.374-29.328-.533-.53-.009-1.063.102-1.595.158l.062.208 51.16 2.024.093.542c-.811.09-1.632.29-2.432.255-6.717-.294-13.425-.709-20.146-.932-6.431-.213-12.877-.197-19.313-.359-5.707-.143-11.406-.443-17.113-.568-2.431-.053-4.875.161-7.312.253 1.515.49 3.011.556 4.493.696 1.171.111 2.787.034 3.401.521 2.196 1.742 4.742.701 7.475 1.031l-1.644-1.572c1.72 0 3-.121 4.203.036 1.087.142 2.055.698 3.142.868 1.115.174 2.311.102 3.471.138l-.003.422c-6.714.158-13.428.315-20.141.477-.554.013-1.105.077-1.659.089-3.366.077-6.734.23-10.098.195-2.736-.029-5.602-1.023-7.992.739-.172.127-.606.143-.906.123-4.394-.294-8.785-.604-13.827-.955l2.662-.386-.217-.597c-2.166.353-4.327.991-6.497 1.005-6.125.039-12.256-.139-18.379-.321-1.583-.047-3.147-.419-4.345-.588l1.815-.819c-2.13.236-4.251.546-6.395.677-2.903.177-5.824.251-8.739.291-3.475.047-6.952.011-10.427.011l.023.387 30.194.515c-3.101.249-6.194.233-9.286.261-.682.006-1.867.058-1.96.268-.591 1.344-1.494.498-2.498.357-1.726-.243-3.55-.416-5.286-.294-2.47.172-4.878.784-7.349.937-2.436.151-4.983.195-7.355-.14-2.154-.304-4.921.678-6.76-1.653l8.945-.37c-.19-.232-.253-.417-.418-.484a2.827 2.827 0 0 0-.89-.187c-5.414-.277-10.824-.684-16.245-.778-7.707-.133-15.422-.034-23.133-.034l-.001-.63h6.03l-.029-.462h-5.043l-.014-.333 4.617-.191-.012-.436-3.701-.249.009-.182 2.289-.192c-1.325-.134-3.141-.526-4.907-.438-1.756.088-3.429.826-5.194.981-4.043.357-8.12.534-12.183.784l-.048-.564c1.819 0 3.639.01 5.458-.006.543-.005 1.553-.063 1.559-.132.13-1.394 1.694-.669 2.593-.838.649-.122 1.369-.065 2.057-.087l-.007-.268h-8.548l-.016.301 1.387.167h-6.422l1.708-.898-1.526-.393h28.812c-4.528-.153-9.057-.144-13.585-.163-.686-.003-1.382-.113-2.055-.225-1.251-.21-2.474-.604-3.735-.667-7.048-.351-14.1-.686-21.159-.905-4.065-.126-8.145-.023-12.218-.023l.013.081 10.337 1.03-1.164.981 12.388.907.022.35-15.849.555-.065-.73h6.948c-9.2-1.364-18.292-.529-27.403-.233l-.034.415 12.833 1.638-.218.628 12.904 1.195c-4.626 1.091-8.953.308-13.234-.756l.07-.384c-2.043-.375-4.065-.911-6.141-1.041-3.651-.227-7.342-.127-11.01-.255-3.969-.137-7.928-.395-11.895-.565-1.33-.057-2.67-.009-4.005-.009l-.028.371 5.762.784-.096.24h-16.914l-.007.268 3.704.248-3.575.838 7.254.593-.122.624c-5.182-.5-10.617.537-15.563-1.433l5.359-1.195-.181-.471c-2.875-.231-5.741-.539-8.625-.677-9.491-.454-18.989-.832-28.481-1.278-1.409-.066-2.788-.425-4.198-.502-7.919-.427-15.843-.814-23.766-1.204-2.54-.125-5.086-.19-7.622-.337-7.399-.43-14.794-.886-22.191-1.333l-.012.293 4.688.746-.167.794-12.188-.778-.098.538 1.106.724-.203.354-18.896-.92c1.1-.347 2.135-.673 3.024-.955-2.214-.744-5.115.108-7.43-1.367l-10.029.38.014.3 4.941.168-.062.518c-1.994-.077-3.994-.111-5.979-.245-2.024-.137-4.034-.375-6.172-.58l2.988-.387-.117-.45c-3.576.836-7.589-1.433-11.302 1.194.854.268 1.506.561 2.218.678 1.372.225 2.777.351 4.168.517l-.074-.034.078.035c-3.71.142-7.423.282-11.137.423l.039.47 16.36 1.53.129-.569-2.864-.535.861-.711-3.465-.644c4.76.228 9.524.422 14.277.71.95.057 1.854.466 2.78.712-1.437.271-2.771.155-3.954.392-1.107.221-1.993 1.073-3.085 1.2-2.93.34-5.918.442-8.883.637l-.039-.294 2.862-.163.016-.27-73.768-4.353-.059.444 4.104.164-.049.396c-9.986-.483-20.046-.37-29.89-1.935h9.742c-.612-.355-1.265-.443-1.924-.495-6.924-.547-13.84-1.145-20.776-1.608-4.068-.271-8.167-.325-12.251-.475l2.18.841-.105.38c-2.208-.194-4.417-.387-6.625-.582a45.765 45.765 0 0 1-.043-.387l4.671-.212c-.962-.194-1.905-.465-2.885-.562-1.329-.131-2.695-.077-4.029-.191-4.603-.397-9.193-.863-13.799-1.244-4.384-.363-8.784-.635-13.171-.981-1.619-.128-3.222-.353-4.832-.533l.039-.392h12.975l.035-.269-14.847-1.083 1.669 1.089c-1.545.066-3.049.263-4.516.172-5.915-.368-11.831-.759-17.723-1.267-5.182-.446-10.321-1.128-15.503-1.572-2.445-.209-4.947-.105-7.423-.144-.795-.012-1.597.01-2.385-.05-5.518-.419-11.042-.809-16.544-1.309-1.951-.177-3.848-.633-5.77-.961l.174-.432c9.288.623 18.562 1.386 27.868 1.828 9.255.439 18.362 2.069 27.732 1.703-2.707-.661-6.137.327-8.281-1.698l7.98-.718-.073-.534c-5.688-.898-11.305-1.831-17.31-1.498-3.385.187-6.865-.516-10.312-.744-2.324-.154-4.665-.181-7.284-.275l1.061-1.329c-4.531 1.602-8.504.164-12.509-.002-4.024-.167-8.014-.718-11.985-1.098l1.502-.199.01-.156-30.482-1.825.065-.491 1.13-.33c-10.122-1.076-20.629-.691-31.289-2.803l2.119-.426-13.539-1.538.034-.237 10.279.595.041-.422-12.275-1.209.027-.244h4.875l.038-.359-28.861-2.315.045-.374 16.319.546.04-.389c-8.579-.723-17.158-1.445-25.736-2.169l.036-.292 23.875 1.314.014-.37-13.408-1.143.075-.423c3.208.224 6.41.573 9.624.628 2.133.037 4.283-.504 6.424-.496 2.309.007 4.616.348 6.922.553.391.035.772.168 1.159.171 2.455.017 4.91.008 7.365.008l.022-.168-56.35-4.882.096-.657 6.471.44-.003-.001c-.349-.179-.669-.474-1.05-.518-4.612-.529-9.218-1.098-13.854-1.505-7.631-.671-15.285-1.22-22.925-1.841-7.58-.615-15.16-1.227-22.73-1.89-5.107-.447-10.194-.995-15.296-1.47-1.738-.161-3.494-.236-5.241-.351.819-.406 1.607-.5 2.375-.448 5.737.383 11.477.755 17.203 1.207 8.813.695 17.621 1.43 26.424 2.185 9.19.789 18.366 1.663 27.562 2.422 6.374.526 12.772.914 19.158 1.375 2.837.205 5.664.502 8.508.638 2.149.104 4.317.02 6.477.02-3.903-.596-7.805-.925-11.678-1.37-.493-.056-.839-.717-1.037-.898h-6.607l-.021-.211 1.672-.246c-.849-.339-1.675-.377-2.492-.33-1.718.1-3.461.452-5.141.335-6.039-.42-12.056-.983-18.077-1.516-.532-.047-1.293-.16-1.503-.414-.84-1.02-1.836-.635-3.047-.429-1.103.187-3.259.202-3.351-.02-.495-1.199-1.47-.541-2.328-.505-1.111.047-2.234.09-3.34.031-2.854-.152-5.716-.293-8.547-.57-2.434-.239-5.224.313-7.102-1.345-6.182-.582-12.35-1.262-18.552-1.71-3.824-.277-7.704-.172-11.556-.294-2.375-.076-4.743-.354-7.115-.36-2.349-.005-4.7.215-7.049.348-.478.027-.95.106-1.425.161l-.021.307 4.009.718c-.938.141-1.938.302-2.768.112-2.798-.641-5.207-.276-7.641.826-1.593.72-3.702.926-5.209 1.703-2.015 1.04-3.773 2.348-5.422 3.671-.553.444-.647 1.297-.574 1.943.171 1.505-1.384 2.958-3.695 3.142.869 1.873.51 3.516-2.047 4.668-.662.298-1.403.517-2.025.848-.375.199-.921.633-.822.803.491.842.882 1.926 1.848 2.377 1.904.889 4.076 1.651 6.294 2.045 4.466.793 9.005 1.483 13.575 1.891 6.59.589 13.232.899 19.855 1.307 5.747.354 11.499.67 17.246 1.018 7.188.435 14.374.886 21.56 1.332 7.418.461 14.837.921 22.254 1.388 5.205.328 10.407.674 15.612 1.004 1.978.125 3.969.178 5.938.346 7.111.608 14.208 1.305 21.327 1.867 8.012.634 16.042 1.153 24.063 1.73 9.766.704 19.53 1.419 29.295 2.125 1.501.109 3.013.157 4.506.301 5.966.575 11.912 1.262 17.893 1.746 6.916.56 13.868.91 20.792 1.424 9.976.74 19.938 1.572 29.913 2.315 8.045.601 16.106 1.099 24.151 1.703 3.537.266 7.049.683 10.572 1.03-1.618.221-3.21.168-4.791.236-1.45.063-2.888.256-4.331.393l.139.209 5.08.263.027.338c-1.712.091-3.423.183-5.135.273l-.016.407c.729.082 1.528.337 2.172.212 1.706-.329 3.209-.138 4.939.109 3.781.541 7.683.79 11.552.904 8.106.238 16.222.306 24.334.457 3.127.058 6.261.081 9.378.244 2.736.143 5.444.55 8.181.684 6.407.313 12.825.519 19.237.791 5.076.215 10.164.364 15.222.716 8.275.574 16.52 1.364 24.797 1.921 8.718.588 17.486.506 26.16 1.83 5.088.777 10.555.369 15.852.506 1.183.03 2.368.084 3.545.17 5.126.371 10.25.762 15.376 1.136 1.873.137 3.75.247 5.626.37-.372.518-.78.769-1.152.745-2.095-.133-4.175-.394-6.272-.496-6.876-.336-13.754-.677-20.638-.91-5.876-.198-11.764-.225-17.644-.376a576.743 576.743 0 0 1-13.094-.469c-5.542-.268-11.071-.65-16.612-.925a1471.3 1471.3 0 0 0-16.415-.699c-5.922-.229-11.844-.516-17.771-.596-3.466-.047-6.935.271-10.345-.442a75.494 75.494 0 0 0-5.015-.865c-2.053-.288-4.139-.461-6.191-.749-.748-.105-1.484-.279-2.221-.435l.111.464-2.904.595 4.864.23-.011.208h-4.616c-.775 1.718-2.791 1.271-4.185 1.428-2.261.254-3.599-.466-3.726-1.671-2.905-.253-5.796-.505-8.688-.755 2.488-.232 4.974-1.179 7.381.271.611.368 2.14.078 3.229-.007 2.85-.225 5.69-.505 8.535-.763-.736-.156-1.472-.294-2.22-.327-4.569-.2-9.151-.276-13.729-.363-4.084-.077-8.172-.081-12.254-.184-.478-.012-.932-.45-1.035-.503-1.945 0-3.639.041-5.328-.01-2.381-.071-4.756-.244-7.137-.293-.494-.01-1.453.354-1.436.505.131 1.154-1.131.945-1.937.917-4.855-.173-9.706-.412-14.204-.613l1.821-1.412h-12.417l1.223-.321c-6.257-.524-12.439-1.346-18.69-.403 1.392.26 2.799.199 4.188.279 1.246.072 2.473.301 3.708.459l-.107.454-30.272-.773-.012.347 39.84 1.983-.022.343H316.41c1.367.498 2.594 1.251 3.943 1.374 3.062.282 6.183.284 9.282.343 2.462.047 4.929.009 7.393.009v-.249l-8.014-.377-.056-.65c2.087-.158 4.184-.47 6.257-.411 1.12.032 3.022-.424 3.307 1.076.493-.053 1.389-.057 1.417-.166.282-1.095 1.196-.698 2.142-.556.748.113 1.568.1 2.335.032 2.86-.254 5.398-.072 7.319 1.72.527.493 1.775.809 2.731.862 4.115.225 8.245.321 12.37.466.204.007.407.028.945.065l-2.114.317c1.036.309 2.012.247 2.989.241 2.508-.015 5.018-.041 7.523.011 1.34.028 2.67.253 4.012.307 2.669.109 5.381.087 8.001.132 2.33.04 4.743.687 7.237.26a4.386 4.386 0 0 1 1.19-.016c2.617.297 5.214.751 7.846.886 3.027.156 6.085.036 9.129.036l.002-.484c-.537-.07-1.088-.109-1.606-.22-.423-.091-.808-.269-1.209-.408l.116-.304 11.733.51-.031.52-4.257.152c10.641 1.817 21.438 1.895 32.219 2.004 10.846.11 21.586 1.825 32.476 1.042l-6.481-.541.083-.613 7.849-.358.022.256-1.268.229c2.332.714 4.671 1.363 7.064 1.48 6.399.313 12.822.412 19.236.565 3.476.083 6.963.012 10.431.165 10.448.462 20.887 1.022 31.334 1.499 6.5.297 13.016.441 19.51.788 4.725.253 9.425.724 14.136 1.099l-.031.434c-11.729-.394-23.456-.812-35.186-1.174-11.684-.362-23.372-.668-35.058-.998l-.055.509 21.896.887.016.421-2.086.434 1.494.47-7.789.304 1.785.876h-6.396l.013.345h5.706c-1.15.584-1.723 1.125-2.308 1.132-3.743.037-7.488-.043-11.232-.086-3.709-.042-7.419-.061-11.125-.155-.561-.014-1.103-.385-1.961-.706 2.965-.938 6.263-.671 7.481-2.973l-3.955-1.044 3.858-.272-.008-.482H489.67l1.205.283-1.671.464c3.006 1.25 6.663-1.118 9.439.73l-.055.522H477.85l1.7-.14.002-.21-4.638-.496 1.006-.397.015-.466-14.654-.746-.045.4 1.914.577-.063.529-14.553.855.022.232 13.114.616-.018.372-3.664.232.003.184 4.599.746c-2.366.397-4.637.784-6.914 1.153-.301.049-.635.026-.95.007-2.998-.174-5.996-.35-8.992-.535-1.871-.115-3.74-.246-5.609-.371l-.002-.007-.053.004h-.001l.065.045-2.182-.845.241-.372 3.035-.254.001-.255-11.616-.781.016-.517c1.986 0 3.974-.035 5.958.009 2.249.051 4.496.251 6.742.24 2.064-.009 4.126-.212 6.189-.33l-.078-.539h-8.625l1.879-.922-1.321-1.29 6.279-.516-.048-.582-27.796-.857-.003.43 4.708.484-.097.41c-2.579-.124-5.159-.246-7.738-.369l-.031.506c.786.053 1.625.006 2.342.187.622.158 1.105.575 1.649.877l-2.14.627c-.076-.199-.114-.558-.234-.571-.854-.095-1.729-.183-2.588-.154-2.262.077-4.519.217-6.779.32-.102.005-.214-.1-.321-.154l1.1-.471-1.178-.453 5.063-.157c-1.147-1.829 1.552-1.058 2.039-1.811-23.568-1.686-47.184-2.393-70.835-2.76 1.498.886 2.935 1.698 4.583 2.088 1.615.383 3.457.288 5.177.492 1.711.203 3.396.518 5.017.771l-6.865.791.088.498h4.617l-.008.337H344.63l-.054.449c8.143 2.228 17.117 1.034 25.385 2.908l-63.386-2.55-.062.486 2.447.566c-3.421 1.188-6.493 1.198-13.38.181 1.905-.232 4.051-.494 6.17-.754l-.174-1.419 6.729-.549-.005-.489-3.387-1.064.528-.718-3.14-.515-.006-.224 5.532-.716a37.1 37.1 0 0 1 .034-.331l-5.107-.592.122-.494c4.659.002 9.335-.815 13.967.427 1.327.355 2.821 1.022 4.034.852 3.033-.424 5.173.945 7.738 1.399 1.887.335 3.667.626 5.542-.121-1.845-1.332-3.879-1.328-5.937-.93-1.547.3-2.342-.031-2.653-1.167 2.794.101 5.546.156 8.284.323 1.076.065 2.703-.339 2.811 1.087.008.106.974.284 1.463.245.964-.077 1.906-.284 3.362-.518l-2.465-.651 2.819-.216a3.277 3.277 0 0 0-1.546-.453c-3.736-.136-7.479-.196-11.211-.376-8.856-.425-17.75-.14-26.597-1.082-5.218-.555-10.619-.313-15.938-.389-1.68-.024-3.364.071-5.047.115.587.259 1.141.629 1.778.72 1.714.246 3.464.452 5.209.497 1.655.043 3.322-.137 4.984-.219.01.216.021.431.03.647h-21.581c.258.183.501.446.79.472 3.216.291 6.433.607 9.665.778 3.408.181 6.824.284 10.239.397-3.702.071-7.394.812-11.253.017-3.629-.748-7.765-.316-11.673-.443-1.648-.053-3.29-.205-4.937-.287-.703-.035-1.412-.006-2.119-.006l.023.498 2.556.313.17.423c-2.924-.133-5.44.283-6.957 2.068-.051.06-.303.061-.458.054-4.294-.178-8.589-.361-12.883-.543l.038-.536h8.014c-4.666-.673-5.97-1.954-3.991-3.507l-3.283-.173c3.484-.537 6.966.631 10.818-.914l-2.59-.818.499-.405h6.989l.048-.535-25.197-1.489-.051.441 12.295 1.309c-1.663.223-3.317.004-4.905.142-1.467.128-2.863.642-4.291.985l.114.368 2.95.542h-14.616c.87.277 1.773.459 2.695.552.84.084 1.7.069 2.551.098-7.19.496-14.438 2.098-21.481-.591l2.288-.155c-1.173-.842-5.007-1.169-5.163-.536-.432 1.758-2.238 1.06-4.054 1.085l2.82 1.778c-8.175.905-15.391.032-21.962-1.712h10.595l.314-.501-1.966-.911 1.032-1.089-1.795-.308c1.911-.781 1.208-1.498-.252-2.297l6.584-.329-.046-.415-9.026-.644 4.97-.288-.006-.365-5.458-1.886h10.493l-.005-.45-7.331-.288.07-.558c14.098.125 28.065 1.471 42.122 1.992l-.069.766-23.216-1.194-.02.321 6.773.649-.065.455-6.044.695 3.598 1.135-.138.3-2.843.348-.026.381c3.16.295 6.32.589 8.94.835l-1.172.259 5.919 1.184.1-.236-.333-.171 1.48-1.684c-.898-.155-1.875-.543-2.68-.417-1.832.287-2.924-.24-3.989-1.137h6.963c-1.822-.867-4.401.42-6.174-1.408.895-.067 1.409-.143 1.923-.139 3.493.022 6.987.104 10.479.062.843-.01 1.676-.415 2.513-.637l-.171-.429c6.749.169 13.44 1.603 20.249.437-.037-.048-.069-.138-.111-.14-10.352-.508-20.707-.997-31.056-1.529-1.209-.062-2.392-.361-3.587-.55l.081-.526 5.452-.166c-.923-.233-1.834-.59-2.775-.634-4.343-.198-8.696-.281-13.042-.454-.415-.017-.807-.306-1.208-.499 2.65-.018 5.315-.161 7.944-.007 4.532.265 9.031.785 13.562 1.069 1.371.086 2.792-.307 4.202-.372.791-.036 1.916-.096 1.522.898l3.166-.12-.987-.883 29.567 1.351c-.777-.675-1.661-1.22-2.562-1.235-2.643-.043-5.295.207-7.94.179-1.461-.015-2.916-.355-4.374-.548l.058-.236 6.612-.353c-4.586-.693-9.051-1.398-13.574-1.77-8.085-.666-16.197-1.196-24.313-1.663-8.999-.518-18.015-.887-27.021-1.346-5.289-.269-10.57-.611-15.859-.874-4.007-.199-8.027-.282-12.032-.496-5.047-.269-10.082-.643-15.127-.928-7.41-.419-14.825-.8-22.237-1.195-3.644-.195-7.46.02-10.893-.671-5.678-1.143-11.664-.106-17.302-1.695-2.484-.7-5.691-.208-8.569-.208-1.817-.001-3.645.196-5.45.114-5.21-.237-10.407-.62-15.618-.855-10.946-.494-21.927-.006-32.869-1.403-6.905-.882-14.149-.505-21.698-.707l2.587 1.167-.219.455c-1.678-.238-3.348-.634-5.035-.672-1.774-.039-3.565.265-5.348.42 2.822 1.089 6.311.4 8.686 2.33h-5.989l-.015.529 4.732.49-.162.226-6.791 1.34c2.771 2.565 8.132 1.642 12.066 3.888l-8.226.493.022.226 5.687 1.119 4.153 1.39-.118.505H14.007c1.446 1.846 3.462 1.049 5.322.726l.405.696-1.865.291.415.398 2.864.432-.217.64-8.314-1.213-.831.681c3.004 1.143 6.703.837 9.804 1.894l-.194.575-5.074-.474-.101.329 2.366.47-.03.347H1.024l-.047.445 5.573 1.243c-.846.418-1.506.743-1.902.94.217.731.703 1.378.469 1.86-.24.494-1.184.827-1.933 1.302.55.172 1.015.396 1.524.464 5.041.683 10.056 1.513 15.142 1.961 6.962.614 13.988.872 20.968 1.397 4.782.361 9.536.898 14.295 1.393 6.793.705 13.563 1.525 20.372 2.141 5.577.505 11.196.779 16.796 1.16 3.314.225 6.636.411 9.939.701 5.398.473 10.769 1.114 16.178 1.502 5.455.391 10.949.509 16.415.839 5.661.342 11.303.836 16.963 1.187 4.499.279 9.014.438 13.52.668 2.293.116 4.582.277 6.874.408 5.818.334 11.636.661 17.454.993 2.689.154 5.382.279 8.064.474 5.816.422 11.62.925 17.441 1.308 4.271.281 8.565.387 12.84.638 6.01.353 12.011.77 18.016 1.156 4.031.259 8.061.518 12.093.767 5.434.337 10.867.687 16.305.986 3.159.173 6.329.238 9.491.389 7.129.341 14.256.711 21.384 1.06 4.283.209 8.571.378 12.852.605 5.831.31 11.653.693 17.486.979 5.706.279 11.42.479 17.13.71 5.391.219 10.784.413 16.172.655 7.689.344 15.377.708 23.063 1.088 5.85.289 11.698.593 17.542.931 4.236.245 8.463.557 12.695.839l-.054.56h-8.617l-.011.601h14.503l-.031.465c-5.011 0-10.022.006-15.033-.012-.362-.001-.984-.119-1.044-.268-.949-2.335-3.381-.682-5.058-1.052l4.111.775c-12.234.147-24.31.023-36.384-.137-12.141-.161-24.28-.358-36.42-.539l.014.289 5.552.92-.053.255h-11.086c.78.383 1.597.506 2.419.527 2.684.066 5.37.11 8.056.135 8.571.081 17.142.154 25.713.213.405.003.934-.071 1.194-.253.651-.455 5.14-.866 5.183-.436.149 1.503 1.812.975 2.806 1.032 2.447.141 4.919.058 7.379.118 6.064.147 12.127.307 18.188.504 1.051.034 2.088.27 3.132.413l.006.595c-.849.341-1.749.463-2.664.5h7.117l.026-.309a678.97 678.97 0 0 0-1.299-.475c7.388-.255 14.795-.733 22.007-.12 7.249.616 14.455-.589 21.624.062v.815h-22.326l.004.475 2.287.307-29.021.076c-1.127-.025-2.254-.053-3.381-.065-8.069-.08-16.144.105-24.214.039-6.032-.05-12.059-.402-18.091-.468-15.438-.169-30.879-.23-46.318-.379-15.997-.155-32.009.325-47.988-.672-4.664-.291-9.373-.274-14.062-.337-6.18-.082-12.368-.008-18.542-.176-6.339-.172-12.662-.613-18.999-.824-3.673-.122-7.362-.022-10.731-.022l.872-1.122c6.447 1.831 10.155.303 21.095.019l-4.792-.684.123-.821c2.879 0 5.765-.08 8.637.019 3.986.138 7.958.478 11.943.598 1.713.052 3.444-.314 5.173-.346 3.364-.062 6.731-.023 10.097-.026 1.212-.001 2.447-.105 3.628.025 1.231.135 2.4.691 3.614.72 3.3.078 6.62-.15 9.912-.02 3.822.15 7.615.613 11.436.812 1.295.067 2.63-.37 3.952-.387a1505.65 1505.65 0 0 1 17.526-.105c.777-.001 1.551.22 2.334.258 2.492.12 4.988.28 7.481.271 1.772-.007 3.56-.204 5.306-.44.65-.088 1.2-.529 1.796-.808l-.213-.211 3.945-.438c-1.069-.335-2.094-.431-3.12-.437-5.302-.032-10.606-.001-15.907-.071-6.593-.087-13.184-.283-19.777-.365-2.941-.037-5.888.169-8.829.126-6.833-.099-13.662-.294-20.494-.426-5.006-.097-10.016-.119-15.02-.256-1.618-.044-3.222-.346-4.832-.529l.073-.379h5.241c-3.939-.386-7.856-.75-11.787-.861-12.302-.348-24.609-.619-36.916-.883-7.628-.163-15.26-.246-22.889-.386-10.013-.183-20.024-.398-30.037-.577-8.91-.159-17.825-.216-26.731-.45-9.267-.244-18.525-.652-27.788-.973-4.021-.139-8.047-.218-12.067-.373-1.946-.076-3.885-.391-5.822-.373-2.815.027-5.63.402-8.438.364-3.388-.045-6.768-.375-10.154-.553-.385-.02-.79.148-1.535.299l1.811.442-1.69.731 5.155.241-3.039.486 3.696 1.403-1.254.519h4.252l-1.85-.95c.592-.27.927-.285 1.178-.193 1.49.552 2.896 1.238 4.453 1.67 2.185.606 4.477 1.029 6.722 1.53l.036.279-13.611.339c-.608-.688-3.344-.648-5.808.583 1.679.052 3.295.031 4.881.17 1.621.141 3.206.468 4.82.66 2.098.251 4.244.357 6.295.72.713.126 1.144 1.151 1.816 1.218 1.811.178 3.683.061 5.597.061l-1.021.651 3.424.563-.972.571 3.293.109-5.244 1.066-.184.443c.285.079-2.31-2.598-2.026-2.515H0v110h1920v-90.698m-677.496-29.584c-3.962 1.431-7.492.077-10.979.197 3.479-.392 6.936-1.592 10.979-.197zm147.654-13.564c-2.769 1.48-7.453 1.445-11.051 0h11.051zm77.548-15.693h6.173l.151.386-4.989 1.119-.264-.568 2.511-.471-3.604-.154.022-.312zm-29.161 5.497.009.268h-18.757l-.013-.268h18.761zm-64.166 6.65.015.375h-8.012l-.109-.375h8.106zm-31.596-.166c3.44-.271 6.949-.522 10.38-.342 2.741.143 5.386.435 8.139.013.62-.095 2.157.613 2.123.882-.141 1.101-1.331.514-2.305.538-2.273.056-4.526.437-6.802.561-1.31.071-2.647-.103-4.578-.196-4.484.902-9.681.158-14.842.256l-.115-.582c2.664-.389 5.306-.917 8-1.13zm-12.738-3.673.071.514h-14.057c1.507-1.389 8.715-1.663 13.986-.514zm-44.522 5.631c-2.719 0-5.438.032-8.156-.009-2.624-.04-5.246-.157-7.956-.243l1.201-.569h-11.313l-.008-.779c4.499 0 8.999.033 13.497-.009 4.335-.041 8.695-.298 12.76 1.02l-.025.589zm25.667-1.581.022.397h-17.968l.034-.397h17.912zm-6.112-3.546c-2.388.872-18.285 1.132-21.287.349 2.008-1.212 19.169-1.493 21.287-.349zm-40.292-.144c2.263.296 4.404-.006 6.699-.5 2.621-.564 5.627-.362 8.46-.321.724.01 1.429.667 2.292 1.102-2.654.903-29.395 1.106-31.285.3 4.622-1.563 9.2-1.187 13.834-.581zm-72.015 5.585h-8.962l.021-.601 8.96.308-.019.293zm55.755-4.71c-2.992.106-5.982.266-8.975.293-1.459.014-2.923-.217-4.371-.49 4.455-1.454 8.904-.579 13.346.197zm-14.147 3.399c-.542 1.381-3.53 1.744-7.81.844 2.738.248 4.764-2.271 7.81-.844zm-55.624-5.041c1.269.014 2.544-.255 3.813-.239 4.178.052 8.354.243 12.531.256 12.028.037 24.056.013 36.084.013l.002.8h-22.475l-.003.526h24.381l.015.672c-22.923-.319-45.857.741-69.406-.558 5.249-1.5 10.139-1.522 15.058-1.47zm-15.895 1.148.003.513h-11.764l-.002-.513h11.763zm-2.534 11.342c-5.25 2.154-15.03 2.125-17.756 0h17.756zm-25.89-.071 3.822.454-.346.91-3.597-.919.121-.445zm-1.729.377-.066.636c-1.994.606-3.917.658-5.68-.636h5.746zm-841.608-35.031 32.333 2.326-.02.43c-1.175.05-2.352.086-3.524.155-1.229.072-2.454.176-4.321.313l1.003-.412c-8.313-.633-17.167-.244-25.551-2.331l.08-.481zm-20.987-.903 18.044.576.19.48c-1.105.225-2.255.716-3.309.632-5.582-.445-11.14-1.034-16.849-1.588l.529-1.036c1.095.081 2.179.17 3.56.282l-2.177.251c.006.134.009.269.012.403zm-7.203-1.701c1.926.089 3.823.49 5.732.757-2.866.689-5.77 1.029-8.783.463-.733-.137-1.485-.231-2.209-.341 1.359-1.684 3.481-.961 5.26-.879zm-7.241.797-8.378-.762c3.983-.545 7.587-.309 8.378.762zm-22.598-2.354c4.542.409 9.084.814 13.623 1.241.153.015.271.202.402.333-4.709-.411-9.396-.834-14.082-1.257l.057-.317zm44.731 5.685-42.542-3.394c1.569-.267 2.697-.582 3.844-.618 1.145-.035 2.305.232 3.465.327 1.26.102 2.532.136 3.792.239 6.046.493 12.096.967 18.133 1.51 4.499.404 8.979.904 13.468 1.361l-.16.575zm114.864 15.582-14.148-.956.058-.648 14.182.926c-.032.227-.062.452-.092.678zm-27.182 2.303h-7.195l.026-.528 7.193.408-.024.12zm5.467 3.444 2.136-1.552 5.108 1.552h-7.244zm12.752.253v-.058h12.083l.031.551-12.114-.493zm162.391-4.94-4.189.145-.102.021c-1.636-.176-3.279-.49-4.905-.452-2.16.05-4.306.405-6.485.376 4.998-1.556 10.052-.903 15.681-.09zm-18.37 1.293-.031-.443 13.927-.647-2.551.526 3.551 1c-5.188.886-9.995-.439-14.896-.436zm24.622.909h-8.249l.05-.423 8.223.311-.024.112zM39.938 137.042l.002-.278h5.613l.026.278h-5.641zm128.356 12.592c1.989-.78 13.757-.407 17.631.672-5.94 1.053-11.678-.358-17.631-.672zm12.12 2.192h-8.853l.084-.65 8.769.65zm36.518-3.546-.121.228H200.42l-.18-.585c.498-.152.995-.432 1.495-.434 1.899-.011 3.809.007 5.695.141.695.049 2.183-.545 1.948.753.925.018 1.851.063 2.774.046 1.595-.029 3.187-.098 4.78-.149zm-28.375-2.65 6.764.236c.265-.144.673-.553 1.055-.542 2.833.084 5.66.255 8.489.391 1.347.065 2.734.002 4.031.21.887.142 1.667.604 2.487.945-2.478-.027-4.957-.008-7.427-.101-5.141-.192-10.278-.447-15.416-.676.005-.154.01-.308.017-.463zm2.425 1.875-.042.225c-2.59-.096-5.189-.138-7.765-.328-.589-.043-1.099-.6-1.883-1.059 3.512.42 6.602.791 9.69 1.162zm-27.199-.21c3.411.259 6.82.537 10.235.771 3.466.237 6.938.432 10.408.645l-.028.306-20.703-.965.088-.757zm-30.142.233-4.179 1.622-.038-.005-9.241-.289c.46-.155.915-.434 1.382-.444 2.211-.049 4.427-.021 6.641-.021l-.012-.694h-5.098c-1.502-2.126-4.505-.3-6.58-1.349 1.464 0 2.933-.051 4.39.014 1.528.068 3.046.248 4.568.378l.147-.766c-4.577-.431-9.153-.862-13.73-1.291l.034-.279 38.128 2.045-.034.538-21.005-.775-.104.433 4.731.883zm-33.226-.201-.019-.299c1.917.073 3.841.097 5.75.23 3.757.261 7.513.551 11.254.903.942.089 1.831.451 2.743.693l-19.728-1.527zm14.627 3.215-.091.535-13.841-1.047.114-.682 13.818 1.194zm17.472-6.679-.088.568-9.113-.432.139-.684 9.062.548zm-40.845-4.587c4.366.291 8.749.494 13.093.894 5.248.482 10.464 1.13 15.694 1.706 3.101-1.408 6.271-.044 9.626-.207-2.407 1.028-4.7 1.023-6.857.041-1.568 1.066-3.347.953-5.326.476-1.235-.298-2.636-.27-3.963-.386-3.658-.317-7.312-.662-10.976-.941-2.389-.183-4.81-.19-7.185-.429-1.42-.143-2.779-.579-4.166-.884l.06-.27zm13.233 2.751-.074.286h-9.354l.08-.79 9.348.504zm-13.629.999 17.389.994.004.326H98.283l-.023.397 6.961.633c-4.261 1.033-8.375-.187-12.9-.171l3.353-.926-4.501-1.003.1-.25zm-11.529-3.623-13.292-1c2.828-.861 11.983-.026 13.292 1zm-3.77.983-.018.077H68.25l.033-.491 7.691.414zm-5.791 2.129-.125.533c1.358.181 2.717.363 4.061.541l-5.493 1.351-4.697-1.932 2.812-.553-1.493-.661.046-.383 21.152 1.47.013.129-16.276-.495zm16.435 7.976.057-.969c1.108.062 2.225.211 3.322.16 1.091-.051 2.162-.303 3.585-.519l-.506.953 1.875.589-8.333-.214zm35.006 2.049c-3.379-.173-6.763-.307-10.135-.527-4.397-.287-8.786-.635-13.176-.971-.914-.07-1.821-.182-2.73-.283 3.307.066 6.611.084 9.901.248 3.774.188 7.532.533 11.299.797 1.626.114 3.257.196 4.886.293l-.045.443zm24.749 1.787c-1.11-.036-2.224-.008-3.337-.009l2.914 1.207c-5.846.769-11.302-.92-16.953-.78l.006-.415c1.356 0 2.712-.003 4.068 0 3.346.007 6.691.017 10.037.026-2.049-.16-4.087-.313-6.125-.465l-11.373-.848-.072-.56c1.263-.256 2.505-.618 3.796-.743 1.633-.158 3.312-.078 4.96-.179 2.417-.148 4.826-.366 7.239-.554l-.056-.463c-3.974-.461-7.948-.922-11.922-1.385l5.527-.787-1.296-.832c4.368.174 8.737.332 13.102.529 2.926.133 5.845.327 8.769.485.826.045 1.656.063 2.467.39h-7.463l-.037.262 7.683 1.413H143.84l-.044.612h4.077l.136.351-2.274.709c1.432 1.129 3.486.835 5.399 1.114 1.595.233 4.041-.257 5.083 1.274-3.284-.116-6.563-.246-9.844-.352zm28.59 3.027-.094-.331 3.436-.506-.062-.492-22.005-1.342c.584-.4 1.325-.741 1.715-1.218.942-1.152 2.783-1.694 4.479-1.022 1.796.711 3.276 1.695 5.699 1.552.767-.045 1.691 1.123 3.094.798.563-.13 1.313-.216 1.606-.503 1.581-1.546 3.741-1.112 5.836-.895.327.034.802.229.882.416.902 2.096 3.274 2.183 5.22 2.044l-9.806 1.499zm43.234 4.337c2.961-.782 17.132-.28 19.253.897-6.416.146-12.827.213-19.253-.897zm38.702 3.952-7.702-.389.044-.378 7.817.286-.159.481zm38.802-2.138 9.752.585-.078.48-9.717-.662.043-.403zm-26.366 1.385c-.74-.027-1.455-.386-2.182-.591l.096-.406c1.927-.184 3.854-.37 5.78-.555l.031-.213-2.073-.273c2.891-1.151 5.451-1.325 6.796-.342l-2.825.199c.517 1.347.517 1.347 4.953 1.099l-3.328-.429c.007-.093.015-.185.021-.279h7.334l.082.327-1.481.312 1.069 1.088c-.552.129-1.108.377-1.656.369a624.124 624.124 0 0 1-12.617-.306zm17.809 4.864h-5.254l.015-.244h5.325l-.086.244zm1.366-5.253 8.183.422-.035.342-8.19-.329.042-.435zm37.033 13.007-.089-.268h6.312l.021.268h-6.244zm22.167-6.73-5.238-.208.041-.354h5.248l-.051.562zm19.066-7.642 8.876.586-.019.1h-8.937l.08-.686zm-.195 4.86.495-1.686c-.707-.063-1.342-.22-1.923-.152-2.237.256-2.854-.999-3.753-1.918-.127-.13.809-1.034 1.029-.994.891.16 1.708.535 2.524.862.446.179.833.601 1.256.606 2.338.03 4.689-.143 7.017-.039 2.737.122 5.45.478 8.181.684.975.074 1.972.012 3.553.012l-4.842-1.444.075-.208 3.019.209.262-.562-3.22-.933-.049-.264 22.047.818-.019.458-10.424-.316 3.347 1.973h-9.081l-.037.423 15.92 1.655c-.032.134-.063.267-.096.4l-9.125-.715-.111.636 4.338.24c-1.731 1.227-5.288-.716-6.477 1.811l-8.258-.708.084-.745h6.919l.002-.438h-6.56l-.102-.244 1.268-.318.012-.514c-2.857 0-5.715-.011-8.572.014-.36.004-.818.36-1.059.286-2.624-.808-5.05-.595-7.64 1.111zm22.285 14.407c-4.713.504-9.263-1.005-13.967-.619l.065-.741 13.958.71-.056.65zm-10.719-2.174c-1.493-.077-3.023.172-4.512.08-2.73-.167-5.434-.556-8.166-.693-1.43-.071-2.896.197-4.366.125 4.332-1.263 8.879-1.157 13.271-.589 5.903.763 11.829.712 17.76.894 4.361.134 8.747.181 13.066.565 2.65.236 5.193 1.035 6.994 1.414l-10.035.317c-.137-.178-.248-.447-.407-.462-3.06-.279-6.121-.557-9.192-.767-4.8-.327-9.603-.635-14.413-.884zm37.138 3.44-22.992-1.009.004-.279h9.889c-.008-.009-.015-.021-.022-.03 3.349.232 6.697.47 10.048.69 1.042.069 2.09.092 3.136.137l-.063.491zm10.136-13.638-4.812.186c.126-.362.243-.968.382-.969 1.485-.027 2.975.053 4.464.103l-.034.68zm1.816-1.257c-3.653-.289-7.301-.615-10.961-.85-1.618-.103-3.261-.018-4.893-.018l-.015.577 2.146.358-2.866.252.019.27c1.027 0 2.055-.024 3.08.006 1.338.039 2.897-.713 3.89.711.199.287 1.643.162 2.672.174-1.301.208-2.618.569-3.899.517-3.205-.132-6.39-.483-9.783-.763l1.928-.29a21.313 21.313 0 0 0-.017-.252l-9.065-1.188h9.915l-.697-1.245c6.38.515 12.604-.133 18.634 1.033l-.088.708zm-275.213 22.589h16.469c-1.315.389-2.613.781-3.919 1.153l-3.657.009c-1.799-.774-3.651-.632-5.671.015l-3.062.008-.16-1.185zm528.207-.196.044-.208h10.766l-.008.158-.644.024-10.158.026zm996.767-3.69c1.425-.006 2.851.178 4.275.17 3.869-.023 7.736-.147 11.605-.151 3.357-.004 6.716.077 10.072.165 2.089.055 4.173.197 6.504.313-.318.195-.58.354-.821.503l-26.287.068c.056-.038.11-.064.167-.104h-5.019c.072.043.14.077.211.116l-4.967.013a7.447 7.447 0 0 0 1.791-.741c.572-.332 1.632-.349 2.469-.352zm-11.121.22c.938-.418 2.6-.066 3.931-.066l-.022.206-3.144.375c.521.148 1.032.268 1.54.37l-5.412.014c1.02-.128 2.042-.424 3.107-.899zm-44.889 1.007-2.956.008c.954-.624 1.851-1.25 2.956-.008zm-14.642-3.399.015.319h-5.223l-.039-.319h5.247zm-2.549 1.492-.046.508h-1.632l-1.195 1.452-1.246.003-.888-2.33 5.007.367zm-33.138-2.483c7.006.537 14.108-1.095 21.04.961h-21.07l.03-.961zm-46.811 2.201c.776.029 1.523.417 2.283.654l-.268.512h-3.299l-.256-.387c.514-.278 1.048-.797 1.54-.779zm-80.733.965h4.176l-.017.518h-4.186l.027-.518zm-575.349-24.672-.069.246h-9.521l-.006-.246h9.596zm-43.787-2.734h12.595l-.103.207h-12.494l.002-.207zm-3.543 2.88.002.41c-5.863 0-11.726.004-17.588-.001-5.483-.005-10.996-.257-16.438.062-3.122.184-5.994-.085-9.212-.471h43.236zm-55.142-4.98.17 1.338c-7.84.848-15.815 1.531-23.78-1.338h23.61zm-42.648-.795-2.889-.164h15.593l.055.45c-2.555 1.172-5.699.144-8.415 1.011l12.773.665.036.295-20.426-.578-.056-.523 3.369-.794a44.484 44.484 0 0 0-.04-.362zm-37.748-.893 6.652.542-.064.587c-2.378.692-4.498-.112-6.69-.496l.102-.633zm-2.76 7.451-5.082-.393h5.214l-.132.393zm-79.495 5.192h-15.43c5.546-1.486 10.49-.881 15.43 0zm-6.774 18.772v.447h-9.393l-.054-.447h9.447zm-34.545-17.566-8.183.26 1.314 1.03h-9.012c4.972-1.543 10.153-1.731 15.881-1.29zm-12.454 2.591c2.716.622 5.642.809 8.234 1.156-5.348 1.521-10.725-.079-16.214-.635 2.643-.408 5.106-1.179 7.98-.521zm8.04 14.765c-2.479 1.902-4.372.47-6.24-.275l6.24.275zm-1.506 4.002-23.648.062a10.433 10.433 0 0 0-.688-.497c8.468-.123 16.46-.134 24.336.435zm-31.818-5.162h8.751l-.004.239h-8.756l.009-.239zm-1.244 4.609c1.104.175 2.219.329 3.292.572.012.003.014.027.012.06l-3.041.008-.534-.244.271-.396zm-25.85-6.784c3.551.009 7.023-.332 10.891.551l-2.042.475 9.213.687-.032.334-11.583.735-.047-.529h4.776l-.018-.589c-4.21-.044-8.419-.039-12.815.551.35-1.821 2.587-.934 4.183-1.652l-2.526-.563zm-1.572-13.462c-1.482.47-2.417.854-3.428 1.064-1.126.233-2.322.309-4.091.529l2.848-1.232-3.659-.283-.086-.077 8.416-.001zm-10.344 12.613-.006.815-12.74-.667.001-.147 12.745-.001zm-21.06-15.127h8.77l-.003.288H463.5l.016-.288zm-13.103 15.663c-4.264-.921-8.573-.315-12.83-.648-2.419-.19-4.873-.169-7.331-.346l2.805-.13.017-.177-2.414-.323c3.277-.46 6.521-.707 9.743.077.716.173 1.535.39 2.236.306 3.721-.444 7.38-.413 11.117.047 2.153.266 4.431.048 6.652.048l.087.246-2.479.253-.04.456c5.97-.186 11.925-.29 18.055 1.248l-1.953.247-.03.184h3.77l-.023.152h-18.641l-.066-.363 1.601-.374c-1.492-.322-2.431-.66-3.401-.708-2.295-.114-4.764.26-6.875-.195zm2.75 3.946.023-.296h7.468l.074.296h-7.565zm1.954 3.836-.325-.506c.673-.344 1.348-.984 2.018-.981 3.151.013 6.297.252 9.45.317 4.128.087 8.261.085 12.392.125 10.724.105 21.449.22 32.173.315 3.087.028 6.175.005 9.263.005l.099.52-1.43.168-66.389.173c.916-.044 1.832-.09 2.749-.136zm-227.799-.809 57.583.903.102.482-42.6.112.125-.018-.009-.638-15.207-.574c.001-.09.004-.178.006-.267zm-23.985 1.037c4.393.135 8.781.339 13.17.527l-26.062.068-3.62-.241.036.25-14.743.039.692-.632a566.4 566.4 0 0 1-1.539-.45c.516 0 .81-.004 1.104.001 3.285.05 6.571.09 9.856.156 3.717.074 7.433.2 11.151.249 3.319.045 6.643-.069 9.955.033zm-25.92-3.695c3.199-1.786 6.378.138 9.597-.11 3.295-.255 6.626-.291 9.942-.422l.045.667c-6.522.656-13.053.322-19.584-.135zm17.208 1.996-.033.606-11.171-.393.02-.214 11.184.001zm33.53-6.415v.232h-14.262v-.232h14.262zm-60.523 1.88c3.407.868 6.711.294 10.07.116 3.989-.211 7.995-.594 11.895.449.564.151 1.21.217 1.818.218 5.694.009 11.389-.043 17.081.018 1.316.014 2.624.391 3.828.831l-49.4-.724-.001-.967c1.581.001 3.319-.295 4.709.059zm-5.213-.168c-2.716 1.199-6.181 1.177-8.519 0h8.519zm-4.538 1.51c4.408.886 8.75.003 13.064.451.762.079 1.499.268 2.248.407l-.241.39c-2.476-1.207-5.125-.303-7.7-.3-4.666.006-9.332.029-13.996-.011-.534-.005-1.061-.37-1.904-.685 3.103-.131 6.052-.75 8.529-.252zm-29.77 3.096c2.281.088 4.548.334 6.829.445 3.392.165 6.79.27 10.155.4.13.739.219 1.264.193 1.665l-23.091.061c1.617-.126 3.236-.246 4.852-.379.193-.016.365-.16 1.053-.48l-5.847-.377c.609-.492.992-1.101 1.524-1.172 1.409-.185 2.891-.218 4.332-.163zm-9.647-3.615c2.115-.053 4.234-.018 6.352-.018l-.041.438H115.9c1.013-.174 1.781-.401 2.56-.42zm-1.023 3.633c-1.671 1.088-2.011 1.088-8.571 0h8.571zm-41.799 2.298c.772.129 1.443.25 2.029.371l-2.33.006a8.43 8.43 0 0 1 .301-.377z'/%3E%3Cpath d='m702.831 156.875-.246-.022-.014.077.226.044.034-.099z'/%3E%3Cpath d='m397.617 155.552-.008.001.008.001v-.002z'/%3E%3Cpath d='M316.569 138.924c.042-.017.035-.015 0 0z'/%3E%3Cpath d='M403.99 191.056h-1.547c.518.021 1.035.021 1.547 0z'/%3E%3Cpath d='M398.149 191.056h4.294c-1.474-.059-2.948-.208-4.294 0z'/%3E%3Cpath d='M1531.486 180.671c2.395-.43 4.774-.9 7.511-1.424l-3.858-.77.041-.412h15.601l.002-.35-25.2-1.275-.248.685 2.5 1.124c-2.25.345-4.543.166-6.748.395-2.252.233-3.269-.299-3.47-1.724-2.102-.079-4.062-.177-6.024-.223-2.917-.068-3.086.124-1.886 1.805-2.216.113-4.489.326-6.761.327-7.531.002-15.062-.087-22.593-.106-1.503-.004-3.014.247-4.509.2-5.521-.173-11.038-.599-16.557-.605-9.237-.011-18.474.231-27.71.355-1.358.018-2.724-.094-4.075-.029-6.098.293-12.193.621-18.286.963-.474.027-.923.258-1.384.394l.109.403c1.919-.104 3.837-.278 5.758-.299 5.376-.06 10.753-.062 16.13-.077 7.91-.022 15.82-.018 23.73-.057 6.63-.032 13.26-.117 19.889-.161 6.907-.046 13.813-.072 20.72-.105 2.138-.01 4.276-.051 6.413-.02 6.403.091 12.809.16 19.208.339 3.456.096 6.899.399 10.35.607.449.024.931.115 1.347.04z'/%3E%3Cpath d='m1567.439 154.808.017.837h16.769c1.313.589 7.636.703 9.655-.287l-5.117-.768-.001-.533c4.713-.671 9.579-.402 14.387-.817l-2.717-.422c13.521-.25 26.991.077 40.446-.213l.056-.911-15.541-.142c.356-.698.688-.894 1.011-1.095.011-.006-.063-.078-.333-.402-4.294 2.444-9.13.848-13.819 1.057l-.025-.434h9.425l-.029-.343h-18.393l3.152.518c-1.19.24-2.303.278-3.408.232-2.826-.116-5.647-.318-8.475-.399-4.28-.122-8.571-.101-12.845-.276-2.743-.112-4.384.108-6.563 1.365l3.248.333-.647 1.219 5.623.867-.061.615-15.815-.001z'/%3E%3Cpath d='M1631.026 154.514c-1.284-.44-3.133-.259-4.68-.126-1.28.111-2.479.782-3.745.834-3.146.127-6.311.042-10.104.042l3.316-1.313-.159-.302h-6.267l-.025.21 1.928.303c.092 1.711-1.554 1.448-2.952 1.455-1.482.006-2.964.002-4.446.002 1.176.206 2.333.279 3.492.33 4.03.18 8.059.398 12.093.51 2.318.065 4.647-.099 6.969-.063 3.385.053 6.766.238 10.15.283 4.961.066 9.924.074 14.887.077 2.845.002 5.691-.09 8.536-.076 6.145.033 12.288.135 18.433.157 4.44.016 8.884-.136 13.321-.065 6.878.11 13.751.428 20.629.492 3.277.03 6.558-.399 9.844-.476 2.554-.059 5.118.144 7.679.155 1.172.006 2.347-.171 3.52-.265l-.007-.43c-2.559-.099-5.117-.227-7.678-.289-3.415-.083-6.836-.055-10.246-.192-1.791-.072-3.583-.63-5.336-.554-4.686.203-9.342.82-14.025.915-4.985.101-9.987-.219-14.983-.331-1.89-.042-3.787.034-5.672-.042-4.003-.161-8.001-.55-12.001-.551-6.409-.002-12.82.21-19.227.381-4.499.12-8.952.4-13.244-1.071z'/%3E%3Cpath d='M1370.264 179.502v-1.132c-1.771.031-3.894-.342-5.219.204-1.479.609-2.799.954-4.427.954h-11.909l.358-1.396-9.084.553.673 1.528c-2.838-.063-5.356-.177-7.873-.16-3.41.022-6.818.176-10.229.217-3.356.04-6.714.008-10.071.008a31.144 31.144 0 0 1-.026-.304l2.746-.429-.038-.542c-1.084 0-2.934-.247-3.13.04-1.354 1.985-3.871 1.377-6.015 1.448-2.79.092-5.592.022-8.388.022l-.01.523c3.987 1.124 75.869.327 84.25-.5-4.352-.389-8.125-.724-11.608-1.034z'/%3E%3Cpath d='m267.217 146.529-.055.6c1.835.086 3.675.144 5.505.264 3.833.25 7.654.6 11.492.779 2.934.137 5.898-.019 8.828.137 1.791.096 3.544.536 5.313.821l-.196.522c-5.512-.241-11.023-.482-16.535-.721l-.091.452c.881.146 1.754.385 2.644.421 3.723.152 7.449.271 11.177.348 2.771.057 5.551-.048 8.315.062 3.233.128 6.449.448 9.68.62 5.302.282 10.606.567 15.917.743 3.307.11 6.627.02 9.941.02-.957-.404-1.919-.402-2.858-.506-.957-.106-1.889-.315-3.26-.554l2.168-1.213c-22.991-.947-45.489-1.871-67.985-2.795z'/%3E%3Cpath d='M1506.189 173.997c.333.084.693.254 1.052.253 5.219-.014 10.438-.068 15.658-.077 7.116-.012 14.233-.033 21.348.034 2.324.022 4.475.089 5.24-2.027-.814-.1-1.575-.276-2.334-.272-6.77.031-13.543.03-20.308.184-2.357.053-4.536-.08-6.855-.477-2.693-.461-5.617-.303-8.442-.376-2.407-.062-5.066 1.294-5.359 2.758z'/%3E%3Cpath d='M458.375 149.594c-1.794.093-3.576.185-5.358.279l.029.594c3.049.101 6.098.199 9.147.302 1.254.042 2.52.036 3.76.152 3.676.346 7.33.848 11.02 1.07 1.679.101 3.423-.313 5.137-.494l-.054-.267-4.974-.201 2.212-.389-1.245-.763 2.81-.218c-2.476-1.947-5.532-.834-8.146-1.361l.9-.965-.207-.541c-1.773.125-3.555.208-5.313.398-.575.062-1.141.635-1.617.581-4.41-.502-8.85-.954-13.178-1.702-2.876-.497-5.497-1.144-7.453 1.198 8.009.339 11.945 1.049 12.53 2.327zm12.15-.327-.116.242c-2.136.317-4.263.838-6.412.886-1.602.037-3.233-.535-4.614-1.128h11.142z'/%3E%3Cpath d='m1785.295 182.138-.032.015.05.005-.018-.02z'/%3E%3Cpath d='M1785.263 182.153c-1.926-.184-3.863-.326-5.774-.568-1.253-.16-2.474-.691-3.696-.671-4.33.069-8.653.326-12.982.457-.89.027-1.79-.221-2.694-.277-3.298-.202-6.596-.417-9.901-.549-2.507-.101-4.933.213-7.426.521-3.248.401-6.723-.06-10.098-.173-.366-.012-.742-.145-1.08-.266-.794-.285-1.551-.829-2.354-.857-2.989-.104-5.989-.042-8.986-.042l-.004.29 4.798.229-.832 1.639c2.485.117 4.622.301 6.756.29 1.447-.007 2.892-.422 4.337-.421a1002.6 1002.6 0 0 1 17.168.184c10.545.196 21.088.439 31.633.635.373.007.756-.266 1.135-.421z'/%3E%3Cpath d='m435.442 146.241-5.699-1.07.155-.398c-.409-.211-.774-.518-1.233-.615-1.494-.316-3.009-.729-4.541-.788-3.137-.121-6.292-.036-9.438-.036l.023.415 3.289.514c-4.151.059-8.172-.227-12.189-.542-.255-.02-.501-.252-.704-.413-1.499-1.191-4.797-1.625-7.216-.837l4.104.426-.157.553c-3.737-.624-7.779-.011-11.604-1.422l-2.216 1.223 47.332 3.484c.03-.164.062-.329.094-.494z'/%3E%3Cpath d='M1342.442 174.659h-28.547l-.307.657c.77 1.149 2.522 1.671 4.12 1.995 1.286.26 2.819-.058 4.391-.126l-.957-1.605c2.83-.376 4.36-.06 5.099.802l-3.027.261.059.746 6.162.506-.056.525-2.604.296.04.323 6.559.365.221-.465c-1.368-.75-4.551-.27-3.727-2.402l-2.33-.539c2.067-1.065 4.417-1.028 6.694-.028l-3.047.674c2.62 1.192 4.527.416 6.511-.188l-2.173-.613 7.06-.713a49.456 49.456 0 0 0-.141-.471z'/%3E%3Cpath d='m646.039 153.983.061-.374-1.99-.331.031-.523c2.253 0 4.508.04 6.756-.027.608-.018 1.197-.356 1.795-.548l-.416-.48-2.354.368.489-.866c-4.598-.153-9.072-.405-13.545-.396-1.623.003-3.243.629-4.877.973l1.088 1.666 12.962.538z'/%3E%3Cpath d='M1641.348 173.539h35.24l.05-.613c-3.117-.191-6.231-.42-9.354-.56-2.436-.11-4.889-.046-7.32-.176-1.798-.096-3.633-.679-5.351-.521-4.455.409-8.854 1.106-13.276 1.689l.011.181z'/%3E%3Cpath d='m336.5 165.256-.004-.152-5.876-.768 1.471-.874c-1.246-.158-2.048-.337-2.856-.349-2.599-.04-5.199-.021-7.799-.018-.874.001-2.311-.196-2.53.072-1.255 1.532-3.217.617-4.818.807-.934.111-1.917.02-2.878.02l.017.502h6.658l-.075.552h-8.196l.025.101h13.132l.009.104-2.037.177-.008.154 10.71.814.102-.581-2.018-.381.031-.179 6.94-.001z'/%3E%3Cpath d='m656.057 144.975 36.613 2.075c-2.761-.754-5.563-1.319-8.424-1.556-2.868-.238-5.853.561-8.702-.489l2.259-.273-.059-.308-8.838.466-.033-.223 2.996-.322.004-.31-13.418-.688-.046.488 4.009.286-6.367.465.006.389z'/%3E%3Cpath d='m1494.675 183.405.026.619c5.421 0 10.846.084 16.263-.024 5.432-.108 10.917.242 16.305-.379l-.007-.64c-5.475-.206-10.955-.627-16.422-.557-5.395.068-10.777.633-16.165.981z'/%3E%3Cpath d='M1420 160.505c.522 0 1.087.106 1.559.003 2.232-.49 4.438-1.036 6.237-1.463-1.289 0-3.146.028-5-.006-3.878-.071-7.755-.229-11.633-.24-1.778-.006-4.24-.539-4.214 1.714.001.105-.582.212-.892.318l.146.276 4.08-.56-.324.99h6.201l-3.472-.511.111-.521c2.401-.001 4.801-.002 7.201 0z'/%3E%3Cpath d='M361.324 139.92c-5.804-2.152-12.732-2.053-14.667.183 1.143.227 2.3.456 3.458.684l-.043.424-5.879.529.092.543 4.951-.403-.077.042h.002l.157.011a.586.586 0 0 1-.045-.03l12.051-1.983z'/%3E%3Cpath d='M726.942 150.463c4.309.196 8.6.595 12.911.744 4.042.14 8.103.018 12.151.107 2.054.045 4.098.304 6.146.467l.067-.564-47.694-1.828-.076.618c3.122.145 6.242.33 9.368.421 2.372.069 4.761-.073 7.127.035z'/%3E%3Cpath d='m349.525 130.959.086-.514-16.99-1.45.089-.505 25.228 1.895.082-.629-27.174-2.006.887 1.887c6.044.448 11.918.885 17.792 1.322z'/%3E%3Cpath d='M1306.474 172.244c.753.255 1.497.24 2.239.257 2.81.065 5.62.137 8.429.219.546.016 1.101.16 1.632.122 4.192-.306 8.379-.643 12.568-.97l-.054-.476c-8.392-1.712-16.51 1.051-24.814.848z'/%3E%3Cpath d='M1538.286 168.171a6.997 6.997 0 0 0 1.983.29c4.37.014 8.752-.134 13.103.06 2.708.121 5.088.078 7.39-1.859-2.035-.178-4.512-.91-5.396-.38-3.181 1.907-6.657.112-9.826.807-.893.196-1.954.03-2.938.03l.013.34 5.75.268a67.97 67.97 0 0 1-.067.444h-10.012z'/%3E%3Cpath d='m1364.471 184.95-5.162-1.49.108-.406 4.954-.625h-10.667l.026.372 4.67.265-8.112 2.156c4.792.574 9.191.428 14.183-.272z'/%3E%3Cpath d='m1485.382 166.128-.012.297 7.734.594-.029.437-4.334.323c.025.146.052.291.078.437 1.93-.61 4.655.981 6.036-1.212.055-.088.439-.097.674-.11 1.988-.104 3.975-.233 5.966-.279.589-.014 1.19.211 1.785.327l-.042.349c-.6.159-1.199.317-1.798.477l.044.339 5.248-.29-2.045-.688 1.237-1.003c-7.071.002-13.806.002-20.542.002z'/%3E%3Cpath d='m238.88 148.535-10.033.003-.62.516c2.33.087 4.608.074 6.843.279 2.913.269 5.781.961 8.687 1.015 3.321.062 6.662-.375 9.992-.608.052-.004.083-.156.228-.449-.867 0-1.635.038-2.394-.006-4.234-.244-8.466-.509-12.699-.767l.002-.01-.101.004.095.023z'/%3E%3Cpath d='M1676.579 152.182c-1.191 0-1.868.02-2.542-.005-1.028-.039-2.671.143-2.977-.211-1.618-1.869-4.146-.694-6.171-1.042-.519-.089-1.264.222-1.8.461-.671.3-1.235.714-1.981 1.161 1.276.882 12.462.776 15.471-.364z'/%3E%3Cpath d='M1565.867 179.264h-23.262c2.239 1.101 21.371 1.315 23.262 0z'/%3E%3Cpath d='M1571.005 171.052c-4.57-.535-9.103-.749-13.641-.894-.552-.018-1.13.34-1.696.524l.165.23c2.238.069 4.477.137 6.715.207l-.003.756h-7.977v.747h13.627l-4.417-.99.133-.581 7.094.001z'/%3E%3Cpath d='M1735.966 183.606c3.365.852 9.96.83 17.19-.138-5.286-.711-12.545-1.662-17.19.138z'/%3E%3Cpath d='M1696.085 168.977h-34.235v.101l34.228.63.007-.731z'/%3E%3Cpath d='M816.543 157.499c.784-.021 1.589-.108 2.369-.046 3.712.294 7.393.233 11.062-.06l-.018-.4h-9.739l.001-.279h5.934l-.024-.167h-16.983l.016.316 7.376.647-.049.022.13-.015a.712.712 0 0 1-.075-.018z'/%3E%3Cpath d='M1711.234 180.785h-10.981l-.1.322 1.98.514-2.904.648c4.58 1.402 8.272-.021 12.005-1.484z'/%3E%3Cpath d='m1454.831 176.818.071.469h16.881l.059-.464-7.699-1.005c-2.269.244-5.791.623-9.312 1z'/%3E%3Cpath d='M1243.285 171.945c-2.333-.081-4.67-.128-6.999-.253-2.19-.116-4.177.257-6.229.897 1.603.828 11.127.632 13.228-.644z'/%3E%3Cpath d='M1550.734 183.041h-18.904c2.369 1.191 16.911 1.2 18.904 0z'/%3E%3Cpath d='M1469.178 174.319c2.549-.196 5.139-.133 7.697-.291.821-.051 1.597-.449 2.393-.689l-.235-.476h-13.36c.351 1.627 1.767 1.59 3.505 1.456z'/%3E%3Cpath d='m786.408 154.464-.024-.466c-8.431-1.229-16.956-.02-25.404-.537 4.44.383 8.864.802 13.309.969 4.028.154 8.078.034 12.119.034z'/%3E%3Cpath d='M1815.828 182.227h-21.17l-.046.454h21.203c.003-.151.008-.302.013-.454z'/%3E%3Cpath d='m1393.447 175.504.184-.533c-.639-.373-1.26-1.049-1.92-1.068-3.483-.1-6.977-.049-10.465.002-.261.004-.51.413-.764.634.366.106.723.284 1.1.307 2.509.158 5.023.282 7.535.419 1.443.078 2.886.159 4.33.239z'/%3E%3Cpath d='m358.241 136.144-6.227.491.926-.93-.567-.15 1.661-.353-.027-.346c-2.283-.181-4.566-.363-6.85-.543l-.108.421 1.857.696-1.136.449c3.107 1.846 6.419 1.853 10.471.265z'/%3E%3Cpath d='M766.546 156.229c4.627.232 9.435 2.101 14.246-1.041l-14.328.62.082.421z'/%3E%3Cpath d='m865.358 153.931-22.377-.588-.027.611 22.438.573-.034-.596z'/%3E%3Cpath d='m281.413 158.054-.014.018.097-.003c-.023-.01-.046-.023-.07-.033-.039.002-.079.006-.119.007l.092.029.014-.018z'/%3E%3Cpath d='M278.849 158.118c.794.086 1.636-.034 2.458-.075-.674-.201-1.333-.498-2.031-.548-2.913-.209-5.838-.344-8.761-.482-.899-.042-1.806-.006-2.709-.006l-.038.361 2.543.37c-.173.594-.618 1.183-.36 1.513.228.291 1.238.29 1.903.419l-.061.047h.125l-.058-.043c1.922-1.371 4.244-1.854 6.989-1.556z'/%3E%3Cpath d='M1443.422 172.921c-3.929 0-7.86-.045-11.785.05-.57.014-1.105.699-1.657 1.075l.479.541 12.992-1.225-.029-.441z'/%3E%3Cpath d='m657.657 148.844 18.804 1.057c-1.523-1.192-16.491-1.965-18.804-1.057z'/%3E%3Cpath d='m246.434 127.249.011.001-.007-.004-.004.003z'/%3E%3Cpath d='M256.159 128.572c1.475.111 2.941.275 4.412.415l.06-.404-2.579-.299.021-.429h4.208c-2.209-.429-4.583-.993-6.556-.6-3.211.64-6.197.117-9.28-.006.572.259 1.111.685 1.723.743 2.652.251 5.328.379 7.991.58z'/%3E%3Cpath d='m506.062 145.926-6.881-.688 1.492-.93-7.982-.546c2.897 2.015 8.892 2.802 13.371 2.164z'/%3E%3Cpath d='m229.293 119.948 7.993 1.655a2.102 2.102 0 0 0-.054.032l.204-.018c1.983.259 3.972.523 6.387.843-1.564-.827-2.764-1.086-4.749-.983l5.271-.452.007-.301-14.994-1.23-.065.454z'/%3E%3Cpath d='M-.097 149.325c2.082.64 4.109 1.394 6.261 1.889 2.085.48 4.299.695 6.456 1.026l.261-.658c-.482-.154-.943-.375-1.45-.45-1.234-.181-2.547-.176-3.723-.456-2.54-.603-5.013-1.338-7.514-2.018l-.291.667z'/%3E%3Cpath d='M1678.127 175.033h-20.648l-.013.315h20.655l.006-.315z'/%3E%3Cpath d='m1746.512 174.182.074-.735c-2.787-.294-5.567-.624-8.366-.851-.52-.042-1.11.33-1.668.512.409.358.797 1.013 1.229 1.027 2.906.091 5.82.047 8.731.047z'/%3E%3Cpath d='M1683.781 152.891h13.93l-.056-.736c-2.116.149-4.229.328-6.351.424-.569.026-1.179-.177-1.744-.324-1.243-.324-2.469-.679-3.701-1.021l-.265.368.611.669-2.462.315.038.305z'/%3E%3Cpath d='m1779.422 167.259 1.052-1.821c-.25.018-.883-.031-.954.084-1.2 1.935-3.42 1.275-5.543 1.158-2.234-.124-4.495-.028-6.744-.028l.014.607h12.175z'/%3E%3Cpath d='m1779.395 167.306.066-.047c4.185.091 8.37.189 12.556.269 1.34.026 2.682.004 4.022.004l-.006-.475c-.98-.032-1.975-.006-2.939-.11-1.337-.145-2.696-.301-3.965-.609-2.455-.596-8.22-.5-9.678.921h-.029l-.027.047z'/%3E%3Cpath d='m684.999 154.504.032-.595-3.436-.168c.123-.129.254-.255.362-.389.019-.024-.064-.086-.059-.078h-8.142l-.049.553c3.637 1.028 7.542.367 11.292.677z'/%3E%3Cpath d='m1391.802 159.181 1.032 1.377 7.973.315.033-.336-3.518-.563 1.584-.794-7.104.001z'/%3E%3Cpath d='m317.309 133.016-6.178.371.096.633c3.688.623 7.352.868 11.21-.624l-6.658.31-.044-.244 1.632-.164a14.104 14.104 0 0 0-.058-.282z'/%3E%3Cpath d='M1159.147 175.539h15.217l.012-.404h-15.211a26.69 26.69 0 0 0-.018.404z'/%3E%3Cpath d='M1624.693 172.517h-16.012c1.728.899 13.593.99 16.012 0z'/%3E%3Cpath d='M302.235 154.782c-2.336.036-4.675.009-7.013.009l-.033.485 8.091.302-.958 1.76h2.813c-.173-.392-.486-.716-.41-.988.426-1.506-.879-1.593-2.49-1.568z'/%3E%3Cpath d='M260.06 126.377c-3.647-1.516-7.272-1.305-10.879-1.197 3.603.056 6.749 2.284 10.879 1.197z'/%3E%3Cpath d='m1811.536 167.455-12.981-.779-.064.494c4.242 1.059 8.67.426 12.987.797l.058-.512z'/%3E%3Cpath d='m346.934 185.264-23.59-.649-.021.649h23.611z'/%3E%3Cpath d='m556.638 139.087-15.002-1.504c5.065 2.002 10.047 1.691 15.002 1.504z'/%3E%3Cpath d='m294.497 151.706-.039.58h12.428c-4.1-.598-8.219-1.035-12.389-.58z'/%3E%3Cpath d='M304.177 130.409c4.668.43 9.337.861 14.006 1.29l.138-.624-13.97-1.311-.174.645z'/%3E%3Cpath d='m215.562 114.943-15.26-1.205-.074.555 15.306 1.124.028-.474z'/%3E%3Cpath d='m246.413 127.248-16.321-1.192c5.335 1.237 10.763 1.752 16.321 1.192z'/%3E%3Cpath d='M246.432 127.249a.022.022 0 0 0 .005-.004l-.024.002.019.002z'/%3E%3Cpath d='m881.988 154.865.04-.31h-14.161l.002.31h14.119z'/%3E%3Cpath d='m257.863 149.734-.038.536 14.167.619-.008-.556-14.121-.599z'/%3E%3Cpath d='m388.985 145.158-16.59-1.283-.052.562 16.566 1.181c.026-.154.052-.307.076-.46z'/%3E%3Cpath d='m275.874 130.203-.177-.644-6.525 1.239.049.358 7.187.402.047-.329-3.079-.597.032-.216 2.466-.213z'/%3E%3Cpath d='M1412.134 177.457h14.925l.004-.355h-14.932l.003.355z'/%3E%3Cpath d='M373.761 141.573c2.386 1.319 4.925 1.334 8.118.088l-8.051-.647-.067.559z'/%3E%3Cpath d='M1356.849 174.708h10.406l.01-.436h-10.409l-.007.436z'/%3E%3Cpath d='m176.254 114.578 8.994.491.028-.628-8.918-.734-.104.871z'/%3E%3Cpath d='m310.888 126.204-10.369-.912-.133.524c3.448.505 6.906.932 10.442.807l.06-.419z'/%3E%3Cpath d='m496.275 152.78.046-.623h-6.9c.547-.458.68-.58.831-.69.049-.036.155-.032.216-.064.051-.026.075-.077.282-.307l-3.834.768.028.538 9.331.378z'/%3E%3Cpath d='M1392.852 179.758c-2.133.028-4.257.428-6.682.698h13.188c-2.175-.385-4.346-.726-6.506-.698z'/%3E%3Cpath d='M1266.434 171.878h-9.345c1.706 1.033 7.869 1.086 9.345 0z'/%3E%3Cpath d='M164.907 113.43h.85a8.31 8.31 0 0 0-.85 0z'/%3E%3Cpath d='M164.907 113.43h-.058l.003.002c.019-.001.037 0 .055-.002z'/%3E%3Cpath d='m174.334 114.048.029-.617h-8.606c2.863.134 5.665 1.605 8.577.617z'/%3E%3Cpath d='m404.703 146.953.11-.569-13.322-1.148-.068.37 13.28 1.347z'/%3E%3Cpath d='m240.342 116.766-11.108-.758-.06.453 11.066.929.102-.624z'/%3E%3Cpath d='M236.612 188.561c1.788.072 4.011-.284 5.26.317 1.807.871 3.316.481 4.946.662l.113-.524-10.189-1.139-.13.684z'/%3E%3Cpath d='m696.273 145.293-16.115-.491-.016.325 16.108.602.023-.436z'/%3E%3Cpath d='m1287.71 181.428-5.98-1.632.604 2.134c1.624-.153 3.117-.292 5.376-.502z'/%3E%3Cpath d='m378.215 137.967-5.589-.445c1.822 1.733 4.005 1.835 5.589.445z'/%3E%3Cpath d='M1770.041 186.235h8.62l-.018-.471c-2.741.493-5.69-.984-8.602.471z'/%3E%3Cpath d='m1517.869 166.281-1.639 1.842 4.939.346.085-.226-2.142-.518 1.378-1.064-2.621-.38z'/%3E%3Cpath d='m493.254 150.707.266-.641c-1.167-.22-2.324-.554-3.507-.605-.523-.022-1.099.529-1.651.821l.328.426 4.564-.001z'/%3E%3Cpath d='m284.095 154.552 2.348.858-3.092.141.035.133h8.092c-1.139-.444-3.025.454-2.88-1.132h-4.503z'/%3E%3Cpath d='M1750.912 157.092h8.397c-3.105-1.87-5.812-.111-8.397 0z'/%3E%3Cpath d='M274.183 189.322h15.697l-.001-.26h-15.657c-.013.086-.027.173-.039.26z'/%3E%3Cpath d='m831.817 150.173-.001-.27h-8.97l.042.27h8.929z'/%3E%3Cpath d='m295.369 125.249-8.112-.898-.111.705 8.129.708.094-.515z'/%3E%3Cpath d='M274.177 123.213c-2.225-.219-4.467-.35-6.703-.512l-.076.755 8.261.368c-.492-.212-.956-.559-1.482-.611z'/%3E%3Cpath d='m275.677 123.826-.013-.002h-.005l.003.002h.015z'/%3E%3Cpath d='m284.228 124.083-8.55-.257 8.418 1.134.132-.877z'/%3E%3Cpath d='m1758.958 186.14 6.774.209.015-.644h-6.78l-.009.435z'/%3E%3Cpath d='m12.616 146.683-7.627-.538-.146.62 7.696.426c.027-.17.052-.338.077-.508z'/%3E%3Cpath d='m686.497 149.724-6.207-.479-.111.763 6.193.443.125-.727z'/%3E%3Cpath d='M1274.948 172.264h7.34v-.428h-7.344l.004.428z'/%3E%3Cpath d='M439.08 157.09h-8.983v.33h8.983v-.33z'/%3E%3Cpath d='M293.048 151.21h-7.946l.026.327h7.918c.002-.109.002-.218.002-.327z'/%3E%3Cpath d='m384.104 132.008-9.023-.766-.094.537 9.05.603.067-.374z'/%3E%3Cpath d='m1644.148 168.165-.031.695 7.917.245.032-.492-7.918-.448z'/%3E%3Cpath d='M1701.815 175.362h-8.589l-.014.185 8.581.307.022-.492z'/%3E%3Cpath d='M444.464 169.873c-1.303.2-2.056.388-2.821.415-.937.032-1.792.008-1.524.899l6.146-.455-1.801-.859z'/%3E%3Cpath d='m1799.282 184.483 6.35-.215-.034-.663c-2.072.081-4.145.161-6.216.243l-.1.635z'/%3E%3Cpath d='M809.534 150.726v-.301h-7.981v.301h7.981z'/%3E%3Cpath d='M863.721 156.541h5.103l-.005-.463h-5.141l.043.463z'/%3E%3Cpath d='M1793.221 182.157h-7.768c2.575.221 5.144.436 7.712.651l.056-.651z'/%3E%3Cpath d='M1785.302 182.144c-.008-.006.01.013.01.013h.141l-.151-.013z'/%3E%3Cpath d='m1444.793 159.714 2.383-1.188h-6.03l3.647 1.188z'/%3E%3Cpath d='M358.315 189.95H348.9l.006.38h9.411a48.39 48.39 0 0 1-.002-.38z'/%3E%3Cpath d='M245.271 152.132c-2.082.002-4.162.002-6.743.002 2.671.888 5.929.797 6.743-.002z'/%3E%3Cpath d='m517.481 170.829-.025-.291h-7.544l.003.291h7.566z'/%3E%3Cpath d='M1362.858 176.666h5.483l-.04-.744-5.521.478c.026.088.053.176.078.266z'/%3E%3Cpath d='M450.985 157.675h-7.797l.002.281h7.731l.064-.281z'/%3E%3Cpath d='m203.2 153.947.028.444h8.223l.008-.144c-1.398-.1-2.793-.238-4.195-.29-1.351-.05-2.709-.01-4.064-.01z'/%3E%3Cpath d='M1764.536 184.315h4.931c-1.731-1.29-3.166-1.48-4.931 0z'/%3E%3Cpath d='m1672.337 183.924-.058.294c1.443.246 2.876.536 4.339.706.33.039.763-.344 1.148-.532-.334-.156-.659-.434-1.003-.446-1.472-.051-2.95-.022-4.426-.022z'/%3E%3Cpath d='M1723.583 185.243h5.633l-.058-.624-5.615.425.04.199z'/%3E%3Cpath d='m379.889 135.712-6.041-.697-.124.613 6.064.603c.035-.174.068-.346.101-.519z'/%3E%3Cpath d='M648.14 154.289h6.002l-.018-.28h-5.994l.01.28z'/%3E%3Cpath d='m828.028 151.05-.002-.161h-11.755l.002.161h11.755z'/%3E%3Cpath d='M1275.903 182.082c-1.893-1.663-2.839-1.737-4.273-.36l4.273.36z'/%3E%3Cpath d='m1558.956 173.282-.076.706h5.194l.013-.208-5.131-.498z'/%3E%3Cpath d='m7.503 139.192-5.027-.355c2.509 2.4 4.581.61 5.027.355z'/%3E%3Cpath d='M1418.438 173.407h-5.605l.005.269h5.609l-.009-.269z'/%3E%3Cpath d='M589.114 150.66c-2.771-.097-5.541-.195-8.312-.291l-.011.394 8.288.35.035-.453z'/%3E%3Cpath d='m1697.121 182.112-4.804.596c1.889.91 3.33.334 4.804-.596z'/%3E%3Cpath d='m310.32 190.237 7.057-.357.032-.115h-7.124l.035.472z'/%3E%3Cpath d='M1430.227 177.2h6.943l.059-.298h-7.019l.017.298z'/%3E%3Cpath d='m1290.066 172.599 4.151.274.01-.83-4.155.133-.006.423z'/%3E%3Cpath d='M689.495 150.505h3.45l.02-.394h-3.464l-.006.394z'/%3E%3Cpath d='m1251.949 172.624.056-.38h-4.792l-.005.38h4.741z'/%3E%3Cpath d='m302.143 189.949.126-.574-4.379-.387-.099.461 4.352.5z'/%3E%3Cpath d='M275.289 152.301h-7.116l7.105.465.011-.465z'/%3E%3Cpath d='M321.696 184.643h-8.329l.005.294h8.329l-.005-.294z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-top-size: 977px 100%;
  --divider-top-height: 100px;
  --divider-top-offset-x: 0px;
  --divider-top-padding: 0px;
  --divider-top-color: #f9f0e1;
  --divider-top-opacity: 1;
  --divider-top-flip: scale(1, -1);
  --divider-top-layers-size: 0;
  --divider-top-layers-pin-factor: 0;
  --divider-top-filter: none;
  --divider-top-layer-1-display: none;
  --divider-top-layer-2-display: none;
  --divider-top-layer-3-display: none;
  --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-lvl1xrrj1-bottom' preserveAspectRatio='none' data-bbox='0 91 1920 209' viewBox='0 91 1920 209' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lvl1xrrj1-bottom %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-bottom-size: 100% 100%;
  --divider-bottom-height: 36px;
  --divider-bottom-offset-x: -521px;
  --divider-bottom-padding: 0px;
  --divider-bottom-color: #f9f0e1;
  --divider-bottom-opacity: 1;
  --divider-bottom-flip: scale(1, 1);
  --divider-bottom-layers-size: 0;
  --divider-bottom-layers-pin-factor: 0;
  --divider-bottom-filter: none;
  --divider-bottom-layer-1-display: none;
  --divider-bottom-layer-2-display: none;
  --divider-bottom-layer-3-display: none;
  --bg-overlay-color: rgb(var(--color_38));
  --bg-gradient: none;
  /* min-width: 980px; */
}

#comp-mjn6bp5v {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjya0y8t {
  --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-mjya0y8t-top' preserveAspectRatio='none' data-bbox='0 91 1920 209' viewBox='0 91 1920 209' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mjya0y8t-top %3E g %7B transform: scaleY(-1) translateY(-391px); %7D %23comp-mjya0y8t-top %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath fill-rule='evenodd' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-top-size: 100% 100%;
  --divider-top-height: 27px;
  --divider-top-offset-x: -474px;
  --divider-top-padding: 0px;
  --divider-top-color: #f9f0e1;
  --divider-top-opacity: 1;
  --divider-top-flip: scale(1, -1);
  --divider-top-layers-size: 0;
  --divider-top-layers-pin-factor: 0;
  --divider-top-filter: none;
  --divider-top-layer-1-display: none;
  --divider-top-layer-2-display: none;
  --divider-top-layer-3-display: none;
  --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-mjya0y8t-bottom' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mjya0y8t-bottom %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m0 300 503.884-200L1920 300H0z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-bottom-size: 100% 100%;
  --divider-bottom-height: 58px;
  --divider-bottom-offset-x: 0px;
  --divider-bottom-padding: 0px;
  --divider-bottom-color: #f9f0e1;
  --divider-bottom-opacity: 1;
  --divider-bottom-flip: scale(1, 1);
  --divider-bottom-layers-size: 0;
  --divider-bottom-layers-pin-factor: 0;
  --divider-bottom-filter: none;
  --divider-bottom-layer-1-display: none;
  --divider-bottom-layer-2-display: none;
  --divider-bottom-layer-3-display: none;
  --bg-overlay-color: rgba(var(--color_12), 0.8);
  --bg-gradient: none;
  /* min-width: 980px; */
}

#comp-mjya0y8x1 {
  height: 838px;
  --nav-dot-direction: ltr;
  --nav-dot-section-display: block;
  --nav-dot-section-bottom-margin: 50px;
  --nav-dot-margin: 8px;
  --nav-dot-size: 6px;
  --nav-dot-size-selected: 9px;
  --nav-button-prev-self-justify: start;
  --nav-button-next-self-justify: end;
  --nav-button-prev-scaleX-transform: 1;
  --nav-button-next-scaleX-transform: -1;
  --nav-button-prev-circle-scaleX-transform: -1;
  --nav-button-next-circle-scaleX-transform: 1;
  --nav-button-width: 53.333333333333336px;
  --nav-button-offset: 25px;
  --nav-button-display: block;
  --slides-overflow: visible;
  --transition-duration: 1000ms;
}

#comp-mjya0y8y3 {
  position: absolute;
  width: 100%;
  height: 100%;
  --bg-overlay-color: transparent;
  --bg-gradient: none;
}

#comp-mjya0y8z1 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjya461r {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjya0y90 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjya2lx4 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjya0y912 {
  transform-origin: center 0.5px;
}

#comp-mjye05oe {
  --min-height: 10px;
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjya6hq7 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjya6bc7 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjya6hqa3 {
  transform-origin: center 0.5px;
}

#comp-mjya5b2j {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjya7xwk {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjye0kat {
  --min-height: 10px;
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyadr17 {
  position: absolute;
  width: 100%;
  height: 100%;
  --bg-overlay-color: transparent;
  --bg-gradient: none;
}

#comp-mjyadr1f3 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjyadr1h2 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjyadr1i4 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyadr1h6 {
  transform-origin: center 0.5px;
}

#comp-mjyadr1g5 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjydxj2x {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyadr1j7 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjyadr1k8 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyajdsw {
  transform-origin: center 0.5px;
}

#comp-mjyadr1j1 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjyadr1l5 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjydxycu {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal3yj {
  position: absolute;
  width: 100%;
  height: 100%;
  --bg-overlay-color: transparent;
  --bg-gradient: none;
}

#comp-mjyal3z83 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjyal3za4 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal3zd3 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjyal3zf {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal3ze3 {
  transform-origin: center 0.5px;
}

#comp-mjydvb9g {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal3zf6 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjyal3zg2 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal3zg8 {
  transform-origin: center 0.5px;
}

#comp-mjyal3zh4 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjyal3zi {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjydw6p1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal5z7 {
  position: absolute;
  width: 100%;
  height: 100%;
  --bg-overlay-color: transparent;
  --bg-gradient: none;
}

#comp-mjyal5ze3 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjyal5zg {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal5zh {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjyal5zi5 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal5zi {
  transform-origin: center 0.5px;
}

#comp-mjyed6wu {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal5zj5 {
  --shc-mutated-brightness: 125, 120, 113;
}

#comp-mjyal5zk3 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyal5zl1 {
  transform-origin: center 0.5px;
}

#comp-mjyal5zl6 {
  --height: 253px;
  --width: 260px;
  --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='42.5 28.283 115 144' viewBox='42.5 28.283 115 144' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M100 28.283c-31.756 0-57.5 23.983-57.5 53.568v90.432h115V81.851c0-29.585-25.744-53.568-57.5-53.568z'/%3E%3C/g%3E%3C/svg%3E%0A");
  --mask-position: 0% 0%;
  --mask-size: 100% 100%;
  --mask-repeat: no-repeat;
}

#comp-mjyal5zm4 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mjyeciun {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-lvl1xrrk {
  --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-lvl1xrrk-top' preserveAspectRatio='none' data-bbox='0 100 1920 200' viewBox='0 100 1920 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lvl1xrrk-top %3E g %7B transform: scaleY(-1) translateY(-400px); %7D %23comp-lvl1xrrk-top %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath fill-rule='evenodd' d='m0 300 503.884-200L1920 300H0z M0,99 h1920 v201 h-1920 Z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-top-size: 100% 100%;
  --divider-top-height: 60px;
  --divider-top-offset-x: -865px;
  --divider-top-padding: 0px;
  --divider-top-color: #f9f0e1;
  --divider-top-opacity: 1;
  --divider-top-flip: scale(-1, -1);
  --divider-top-layers-size: 0;
  --divider-top-layers-pin-factor: 0;
  --divider-top-filter: none;
  --divider-top-layer-1-display: none;
  --divider-top-layer-2-display: none;
  --divider-top-layer-3-display: none;
  --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-lvl1xrrk-bottom' preserveAspectRatio='none' data-bbox='0 125.7 1920 174.3' viewBox='0 125.7 1920 174.3' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lvl1xrrk-bottom %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 287.7c-480 0-480-162-960-162s-480 162-960 162V300h1920v-12.3z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-bottom-size: 100% 100%;
  --divider-bottom-height: 48px;
  --divider-bottom-offset-x: -924px;
  --divider-bottom-padding: 0px;
  --divider-bottom-color: #f9f0e1;
  --divider-bottom-opacity: 1;
  --divider-bottom-flip: scale(1, 1);
  --divider-bottom-layers-size: 0;
  --divider-bottom-layers-pin-factor: 0;
  --divider-bottom-filter: none;
  --divider-bottom-layer-1-display: none;
  --divider-bottom-layer-2-display: none;
  --divider-bottom-layer-3-display: none;
  --bg-overlay-color: rgb(var(--color_38));
  --bg-gradient: none;
  /* min-width: 980px; */
}

#comp-j1z3o8je {
  transform-origin: center 1px;
}

#comp-mihpgrnt {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihpgrnw {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mihpgro1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mka2ed3c {
  --divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-mka2ed3c-top' preserveAspectRatio='xMidYMax slice' data-bbox='0 235.771 1920 64.229' viewBox='0 235.771 1920 64.229' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mka2ed3c-top %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M970.29 244.628 960 235.771l-10.289 8.857a167.374 167.374 0 0 1-109.19 40.521H0V300h1920v-14.852h-840.521a167.373 167.373 0 0 1-109.189-40.52z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-top-size: 4455px 100%;
  --divider-top-height: 149px;
  --divider-top-offset-x: -533px;
  --divider-top-padding: 0px;
  --divider-top-color: #f9f0e1;
  --divider-top-opacity: 1;
  --divider-top-flip: scale(1, -1);
  --divider-top-layers-size: 0;
  --divider-top-layers-pin-factor: 0;
  --divider-top-filter: none;
  --divider-top-layer-1-display: none;
  --divider-top-layer-2-display: none;
  --divider-top-layer-3-display: none;
  --divider-bottom-image: url("data:image/svg+xml,%3Csvg id='comp-mka2ed3c-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='0 235.771 1920 64.229' viewBox='0 235.771 1920 64.229' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mka2ed3c-bottom %7B fill: %23F9F0E1; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M970.29 244.628 960 235.771l-10.289 8.857a167.374 167.374 0 0 1-109.19 40.521H0V300h1920v-14.852h-840.521a167.373 167.373 0 0 1-109.189-40.52z'/%3E%3C/g%3E%3C/svg%3E");
  --divider-bottom-size: 6756px 100%;
  --divider-bottom-height: 226px;
  --divider-bottom-offset-x: 533px;
  --divider-bottom-padding: 0px;
  --divider-bottom-color: #f9f0e1;
  --divider-bottom-opacity: 1;
  --divider-bottom-flip: scale(1, 1);
  --divider-bottom-layers-size: 0;
  --divider-bottom-layers-pin-factor: 0;
  --divider-bottom-filter: none;
  --divider-bottom-layer-1-display: none;
  --divider-bottom-layer-2-display: none;
  --divider-bottom-layer-3-display: none;
  --fill-layer-image-opacity: 0.59;
  --bg-overlay-color: rgb(var(--color_42));
  --bg-gradient: none;
  /* min-width: 980px; */
}

#comp-mka2ed3u1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mka2ed3z1 {
  --text-direction: var(--wix-opt-in-direction);
}

#comp-mka35o37 {
  --opacity: 1;
}

#comp-mka2ed40 {
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --fntlbl:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --direction: var(--wix-opt-in-direction, ltr);
  --align: start;
  --labelDirection: inherit;
  --inputDirection: inherit;
  --errorDirection: inherit;
  --requiredIndicationDisplay: inline;
  --labelMarginBottom: 9px;
  --textPadding: 3px;
  --textPadding_start: 7px;
  --textPadding_end: 3px;
  --labelPadding_start: 1px;
  --labelPadding_end: 20px;
  height: auto;
  --inputHeight: 40px;
}

#comp-mka2ed4f {
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --fntlbl:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --direction: var(--wix-opt-in-direction, ltr);
  --align: start;
  --labelDirection: inherit;
  --inputDirection: inherit;
  --errorDirection: inherit;
  --requiredIndicationDisplay: inline;
  --labelMarginBottom: 9px;
  --textPadding: 3px;
  --textPadding_start: 7px;
  --textPadding_end: 3px;
  --labelPadding_start: 1px;
  --labelPadding_end: 20px;
  height: auto;
  --inputHeight: 40px;
}

#comp-mka2ed4f3 {
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --fntlbl:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  --direction: var(--wix-opt-in-direction, ltr);
  --align: start;
  --labelDirection: inherit;
  --inputDirection: inherit;
  --errorDirection: inherit;
  --requiredIndicationDisplay: inline;
  --labelMarginBottom: 9px;
  --textPadding: 3px;
  --textPadding_start: 7px;
  --textPadding_end: 3px;
  --labelPadding_start: 1px;
  --labelPadding_end: 20px;
  height: auto;
  --inputHeight: 40px;
}

#comp-mka2ed4g2 {
  --shc-mutated-brightness: 8, 23, 33;
  --margin-start: 0px;
  --margin-end: 0px;
  --fnt:
    normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, sans-serif;
  direction: var(--wix-opt-in-direction, ltr);
  --label-align: center;
  --label-text-align: center;
}

#comp-mka2ed4l {
  --text-direction: var(--wix-opt-in-direction);
}
