html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*! font-size: 100%; */
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
@media (prefers-contrast: more) {
  html {
    filter: brightness(0.9) saturate(0.75) contrast(1.5);
  }
}
@media (prefers-contrast: less) {
  html {
    filter: brightness(1.05) saturate(1.25) contrast(0.75);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:root {
  --background-height: 100vh;
  --site-language-alignment: left;
  --site-language-direction: ltr;
  --site-language-flex-alignment: flex-start;
  --site-language-indent-left: 1;
  --site-language-indent-right: 0;
  --viewport-height: 100vh;
}
u {
  text-decoration: underline;
}
strong {
  color: inherit;
  font-weight: bolder;
}
em {
  font-style: italic;
}
code {
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  text-indent: 0;
}
mark {
  background-color: rgba(144, 144, 144, 0.25);
}
spoiler-text {
  -webkit-text-stroke: 0;
  background-color: rgba(32, 32, 32, 0.75);
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
spoiler-text.active {
  color: #ffffff;
  cursor: text;
}
s {
  text-decoration: line-through;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.25s ease;
}
a[onclick]:not([href]) {
  cursor: pointer;
}
deferred-script {
  display: none;
}
#wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--viewport-height);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#main {
  --alignment: center;
  --flex-alignment: center;
  --indent-left: 1;
  --indent-right: 1;
  --border-radius-tl: 0;
  --border-radius-tr: 0;
  --border-radius-br: 0;
  --border-radius-bl: 0;
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: var(--alignment);
  z-index: 1;
  transition: opacity 1s ease-in-out 0s;
}
#main > .inner {
  --padding-horizontal: 0rem;
  --padding-vertical: 0rem;
  --spacing: 0rem;
  --width: 100vw;
  border-radius: var(--border-radius-tl) var(--border-radius-tr)
    var(--border-radius-br) var(--border-radius-bl);
  max-width: 100%;
  position: relative;
  width: var(--width);
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
}
#main > .inner > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
#main > .inner > :first-child {
  margin-top: 0 !important;
}
#main > .inner > :last-child {
  margin-bottom: 0 !important;
}
#main > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
  width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
#main > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}
body.is-loading #main {
  opacity: 0;
}
body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > * {
  transition: none !important;
}
body.is-instant:after {
  display: none !important;
  transition: none !important;
}
h1,
h2,
h3,
p {
  direction: var(--site-language-direction);
  position: relative;
}
h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
  display: block;
  position: relative;
}
h1 span[style],
h2 span[style],
h3 span[style],
p span[style],
h1 strong,
h2 strong,
h3 strong,
p strong,
h1 a,
h2 a,
h3 a,
p a,
h1 code,
h2 code,
h3 code,
p code,
h1 mark,
h2 mark,
h3 mark,
p mark,
h1 spoiler-text,
h2 spoiler-text,
h3 spoiler-text,
p spoiler-text {
  -webkit-text-fill-color: currentcolor;
}
h1.style1,
h2.style1,
h3.style1,
p.style1 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.4rem;
  font-size: 1vw;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
}
h1.style1 a,
h2.style1 a,
h3.style1 a,
p.style1 a {
  text-decoration: underline;
}
h1.style1 a:hover,
h2.style1 a:hover,
h3.style1 a:hover,
p.style1 a:hover {
  text-decoration: none;
}
h1.style1 span.p:nth-child(n + 2),
h2.style1 span.p:nth-child(n + 2),
h3.style1 span.p:nth-child(n + 2),
p.style1 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}
h1.style2,
h2.style2,
h3.style2,
p.style2 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Bai Jamjuree", sans-serif;
  letter-spacing: 1.15rem;
  width: 100%;
  font-size: 3.5vw;
  line-height: 1.125;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
h1.style2 mark,
h2.style2 mark,
h3.style2 mark,
p.style2 mark {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 5, 5, 0.361);
}
h1.style2 a,
h2.style2 a,
h3.style2 a,
p.style2 a {
  text-decoration: none;
}
h1.style2 a:hover,
h2.style2 a:hover,
h3.style2 a:hover,
p.style2 a:hover {
  text-decoration: underline;
}
h1.style2 span.p:nth-child(n + 2),
h2.style2 span.p:nth-child(n + 2),
h3.style2 span.p:nth-child(n + 2),
p.style2 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}
h1.style3,
h2.style3,
h3.style3,
p.style3 {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 0.7vw;
  line-height: 2.125;
  font-weight: 400;
  width: 50%;
}
h1.style3 a,
h2.style3 a,
h3.style3 a,
p.style3 a {
  text-decoration: underline;
}
h1.style3 a:hover,
h2.style3 a:hover,
h3.style3 a:hover,
p.style3 a:hover {
  text-decoration: none;
}
h1.style3 span.p:nth-child(n + 2),
h2.style3 span.p:nth-child(n + 2),
h3.style3 span.p:nth-child(n + 2),
p.style3 span.p:nth-child(n + 2) {
  margin-top: 1rem;
}
.inner .style3{
  text-align: justify;
  font-size: 0.8vw;
  line-height: 3vh;
  transition: opacity 0.75s 1.35s, transform 0.75s 1.35s;
}
.panel-group.style3 .text-left h2{
  font-size: 1.5vw;
  font-weight: 600;
}
.buttons {
  cursor: default;
  display: flex;
  justify-content: var(--flex-alignment);
  letter-spacing: 0;
  padding: 0;
}
.buttons li {
  max-width: 100%;
}
.buttons li a {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.buttons.style1 {
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons.style1 li a {
  display: inline-flex;
  width: 30rem;
  height: auto;
  line-height: 2rem;
  padding: 0 2.5rem;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.025rem;
  padding-left: calc(0.025rem + 2.5rem);
  font-size: 1.125em;
  font-weight: 400;
  border-radius: 2.5rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
  white-space: normal;
  align-items: flex-start;
  transition: transform 0.25s ease, color 0.25s ease,
    background-color 0.25s ease, border-color 0.25s ease;
}
.buttons.style1 li a svg {
  display: block;
  fill: #ffffff;
  flex-grow: 0;
  flex-shrink: 0;
  height: 2rem;
  min-width: 16px;
  width: 1.75em;
  margin-left: 0.5em;
  margin-right: calc(-0.125em + 0.025rem);
  transition: fill 0.25s ease;
}
.buttons.style1 li a .label {
  direction: var(--site-language-direction);
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  width: 100%;
}
.buttons.style1 .button {
  color: #ffffff;
  border: solid 3px #ffffff;
}
.buttons.style1 li a:hover {
  transform: scale(1.025);
}
.container {
  position: relative;
}
.container > .wrapper {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}
.container > .wrapper > .inner {
  height: 100%;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
  text-align: left;
}
#main .container.full:first-child > .wrapper {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#main .container.full:last-child > .wrapper {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
#main .container.full:first-child > .wrapper > .inner {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#main .container.full:last-child > .wrapper > .inner {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container.style1 {
  width: 100%;
  min-height: var(--viewport-height);
  align-items: normal;
  justify-content: center;
  background-attachment: fixed;
}
.wrapper-inner-text{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
  width: 100%;
  top: 3vh;
  position: relative;
}
.wrapper-inner-text .style3 h1{
  font-weight: 600;
  font-size: 1.5vw;
  margin-bottom: 15px;
}
.container.style1[data-scroll-id="one"] > .wrapper > .inner {
  --gutters: 5.25rem;
  --padding-horizontal: 5.5vw;
  --padding-vertical: 38vh;
  --spacing: 1rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  z-index: 2;
  text-align: center;
}
.container.style1 > .wrapper > .inner {
  --gutters: 5.25rem;
  --padding-horizontal: 5.5vw;
  --padding-vertical: 10vh;
  --spacing: 1rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  z-index: 2;
}
.container.style1[data-scroll-id="one"] h2.style2, .container.style1[data-scroll-id="one"] p.style4 {
  width: 100%;
  text-align: center;
}
.container.style1[data-scroll-id="one"] p.style4 {
  padding: 0 20vw;
  font-size: 1.2vw;
  line-height: 4vh;
}
.container.style1 > .wrapper {
  max-width: 100%;
  width: 100%;
}
body.is-touch .container.style1 {
  background-attachment: scroll;
}
.container.style1.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}
.container.style1.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.container.style1.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}
.container.style1.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}
.container.style1.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}
.container.style1.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}
.container.style1.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}
.container.style1.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container.style1.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.container.style1.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.container.style1.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}
.container.style1.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) +
      0.4725px
  );
}
.container.style1.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) +
      0.4725px
  );
}
.container.style1.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container.style1.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container.style1.columns > .wrapper > .inner > .full {
  align-self: stretch;
  min-height: calc(
    var(--viewport-height) - (var(--padding-vertical) * 2)
  );
}
.container.style1.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.container.style1.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.container.style1.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}
.container.style1.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container.style1:after {
  border-radius: 8px; /* Kesin bir değer tercih edilebilir */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#container03 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(255,255,255,0.161)%3B%20transform%3A%20scale%28350%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(
      45deg,
      rgba(36, 1, 1, 0.329) 22%,
      rgba(43, 18, 18, 0.555) 100%
    ),
    url("");
  background-size: cover, cover, cover;
  background-position: center, 0% 0%,
    50%
      calc(
        50% -
          (
            ((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) *
              var(--background-parallax-intensity, 0)
          )
      );
  background-repeat: no-repeat, repeat, no-repeat;
}
#container04 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(255,255,255,0.161)%3B%20transform%3A%20scale%28350%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(
      45deg,
      rgba(1, 17, 36, 0.329) 22%,
      rgba(18, 32, 43, 0.555) 100%
    ),
    url("../images/an-images2.jpg");
  background-size: cover, cover, cover;
  background-position: center, 0% 0%,
    50%
      calc(
        50% -
          (
            ((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) *
              var(--background-parallax-intensity, 0)
          )
      );
  background-repeat: no-repeat, repeat, no-repeat;
}
#container01 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(255,255,255,0.161)%3B%20transform%3A%20scale%28350%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(
      45deg,
      rgba(36, 1, 1, 0.329) 22%,
      rgba(43, 18, 18, 0.555) 100%
    ),
    url("../images/an-images3.jpg");
  background-size: cover, cover, cover;
  background-position: center, 0% 0%,
    50%
      calc(
        50% -
          (
            ((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) *
              var(--background-parallax-intensity, 0)
          )
      );
  background-repeat: no-repeat, repeat, no-repeat;
}
#container02 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(255,255,255,0.161)%3B%20transform%3A%20scale%28350%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(
      45deg,
      rgba(36, 1, 1, 0.329) 22%,
      rgba(43, 18, 18, 0.555) 100%
    ),
    url("../images/an-images4.jpg");
  background-size: cover, cover, cover;
  background-position: center, 0% 0%,
    50%
      calc(
        50% -
          (
            ((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) *
              var(--background-parallax-intensity, 0)
          )
      );
  background-repeat: no-repeat, repeat, no-repeat;
}
#container05 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(255,255,255,0.161)%3B%20transform%3A%20scale%28350%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(
      45deg,
      rgba(36, 1, 1, 0.329) 22%,
      rgba(43, 18, 18, 0.555) 100%
    ),
    url("../images/an-images5.jpg");
  background-size: cover, cover, cover;
  background-position: center, 0% 0%,
    50%
      calc(
        50% -
          (
            ((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) *
              var(--background-parallax-intensity, 0)
          )
      );
  background-repeat: no-repeat, repeat, no-repeat;
}
#container06 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22600%22%20height%3D%22347%22%20viewBox%3D%220%200%20600%20347%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%20polygon%20%7B%20fill%3A%20rgba(255,255,255,0.161)%3B%20transform%3A%20scale%28350%25%29%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpolygon%20points%3D%220.0%2C0.0%2020.0%2C0.0%2030.0%2C17.3205%2020.0%2C34.641%200.0%2C34.641%20-10.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C-17.3205%2050.0%2C-17.3205%2060.0%2C0.0%2050.0%2C17.3205%2030.0%2C17.3205%2020.0%2C0.0%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C0.0%2080.0%2C0.0%2090.0%2C17.3205%2080.0%2C34.641%2060.0%2C34.641%2050.0%2C17.3205%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C-17.3205%20110.0%2C-17.3205%20120.0%2C0.0%20110.0%2C17.3205%2090.0%2C17.3205%2080.0%2C0.0%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C0.0%20140.0%2C0.0%20150.0%2C17.3205%20140.0%2C34.641%20120.0%2C34.641%20110.0%2C17.3205%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C-17.3205%20170.0%2C-17.3205%20180.0%2C0.0%20170.0%2C17.3205%20150.0%2C17.3205%20140.0%2C0.0%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C0.0%20200.0%2C0.0%20210.0%2C17.3205%20200.0%2C34.641%20180.0%2C34.641%20170.0%2C17.3205%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C-17.3205%20230.0%2C-17.3205%20240.0%2C0.0%20230.0%2C17.3205%20210.0%2C17.3205%20200.0%2C0.0%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C0.0%20260.0%2C0.0%20270.0%2C17.3205%20260.0%2C34.641%20240.0%2C34.641%20230.0%2C17.3205%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C-17.3205%20290.0%2C-17.3205%20300.0%2C0.0%20290.0%2C17.3205%20270.0%2C17.3205%20260.0%2C0.0%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C0.0%20320.0%2C0.0%20330.0%2C17.3205%20320.0%2C34.641%20300.0%2C34.641%20290.0%2C17.3205%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C-17.3205%20350.0%2C-17.3205%20360.0%2C0.0%20350.0%2C17.3205%20330.0%2C17.3205%20320.0%2C0.0%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C0.0%20380.0%2C0.0%20390.0%2C17.3205%20380.0%2C34.641%20360.0%2C34.641%20350.0%2C17.3205%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C-17.3205%20410.0%2C-17.3205%20420.0%2C0.0%20410.0%2C17.3205%20390.0%2C17.3205%20380.0%2C0.0%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C0.0%20440.0%2C0.0%20450.0%2C17.3205%20440.0%2C34.641%20420.0%2C34.641%20410.0%2C17.3205%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C-17.3205%20470.0%2C-17.3205%20480.0%2C0.0%20470.0%2C17.3205%20450.0%2C17.3205%20440.0%2C0.0%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C0.0%20500.0%2C0.0%20510.0%2C17.3205%20500.0%2C34.641%20480.0%2C34.641%20470.0%2C17.3205%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C-17.3205%20530.0%2C-17.3205%20540.0%2C0.0%20530.0%2C17.3205%20510.0%2C17.3205%20500.0%2C0.0%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C0.0%20560.0%2C0.0%20570.0%2C17.3205%20560.0%2C34.641%20540.0%2C34.641%20530.0%2C17.3205%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C-17.3205%20590.0%2C-17.3205%20600.0%2C0.0%20590.0%2C17.3205%20570.0%2C17.3205%20560.0%2C0.0%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C34.641%2020.0%2C34.641%2030.0%2C51.9615%2020.0%2C69.282%200.0%2C69.282%20-10.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C17.3205%2050.0%2C17.3205%2060.0%2C34.641%2050.0%2C51.9615%2030.0%2C51.9615%2020.0%2C34.641%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C34.641%2080.0%2C34.641%2090.0%2C51.9615%2080.0%2C69.282%2060.0%2C69.282%2050.0%2C51.9615%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C17.3205%20110.0%2C17.3205%20120.0%2C34.641%20110.0%2C51.9615%2090.0%2C51.9615%2080.0%2C34.641%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C34.641%20140.0%2C34.641%20150.0%2C51.9615%20140.0%2C69.282%20120.0%2C69.282%20110.0%2C51.9615%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C17.3205%20170.0%2C17.3205%20180.0%2C34.641%20170.0%2C51.9615%20150.0%2C51.9615%20140.0%2C34.641%22%20fill-opacity%3D%220.88%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C34.641%20200.0%2C34.641%20210.0%2C51.9615%20200.0%2C69.282%20180.0%2C69.282%20170.0%2C51.9615%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C17.3205%20230.0%2C17.3205%20240.0%2C34.641%20230.0%2C51.9615%20210.0%2C51.9615%20200.0%2C34.641%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C34.641%20260.0%2C34.641%20270.0%2C51.9615%20260.0%2C69.282%20240.0%2C69.282%20230.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C17.3205%20290.0%2C17.3205%20300.0%2C34.641%20290.0%2C51.9615%20270.0%2C51.9615%20260.0%2C34.641%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C34.641%20320.0%2C34.641%20330.0%2C51.9615%20320.0%2C69.282%20300.0%2C69.282%20290.0%2C51.9615%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C17.3205%20350.0%2C17.3205%20360.0%2C34.641%20350.0%2C51.9615%20330.0%2C51.9615%20320.0%2C34.641%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C34.641%20380.0%2C34.641%20390.0%2C51.9615%20380.0%2C69.282%20360.0%2C69.282%20350.0%2C51.9615%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C17.3205%20410.0%2C17.3205%20420.0%2C34.641%20410.0%2C51.9615%20390.0%2C51.9615%20380.0%2C34.641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C34.641%20440.0%2C34.641%20450.0%2C51.9615%20440.0%2C69.282%20420.0%2C69.282%20410.0%2C51.9615%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C17.3205%20470.0%2C17.3205%20480.0%2C34.641%20470.0%2C51.9615%20450.0%2C51.9615%20440.0%2C34.641%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C34.641%20500.0%2C34.641%20510.0%2C51.9615%20500.0%2C69.282%20480.0%2C69.282%20470.0%2C51.9615%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C17.3205%20530.0%2C17.3205%20540.0%2C34.641%20530.0%2C51.9615%20510.0%2C51.9615%20500.0%2C34.641%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C34.641%20560.0%2C34.641%20570.0%2C51.9615%20560.0%2C69.282%20540.0%2C69.282%20530.0%2C51.9615%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C17.3205%20590.0%2C17.3205%20600.0%2C34.641%20590.0%2C51.9615%20570.0%2C51.9615%20560.0%2C34.641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C69.282%2020.0%2C69.282%2030.0%2C86.6025%2020.0%2C103.923%200.0%2C103.923%20-10.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C51.9615%2050.0%2C51.9615%2060.0%2C69.282%2050.0%2C86.6025%2030.0%2C86.6025%2020.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C69.282%2080.0%2C69.282%2090.0%2C86.6025%2080.0%2C103.923%2060.0%2C103.923%2050.0%2C86.6025%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C51.9615%20110.0%2C51.9615%20120.0%2C69.282%20110.0%2C86.6025%2090.0%2C86.6025%2080.0%2C69.282%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C69.282%20140.0%2C69.282%20150.0%2C86.6025%20140.0%2C103.923%20120.0%2C103.923%20110.0%2C86.6025%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C51.9615%20170.0%2C51.9615%20180.0%2C69.282%20170.0%2C86.6025%20150.0%2C86.6025%20140.0%2C69.282%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C69.282%20200.0%2C69.282%20210.0%2C86.6025%20200.0%2C103.923%20180.0%2C103.923%20170.0%2C86.6025%22%20fill-opacity%3D%220.41%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C51.9615%20230.0%2C51.9615%20240.0%2C69.282%20230.0%2C86.6025%20210.0%2C86.6025%20200.0%2C69.282%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C69.282%20260.0%2C69.282%20270.0%2C86.6025%20260.0%2C103.923%20240.0%2C103.923%20230.0%2C86.6025%22%20fill-opacity%3D%220.97%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C51.9615%20290.0%2C51.9615%20300.0%2C69.282%20290.0%2C86.6025%20270.0%2C86.6025%20260.0%2C69.282%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C69.282%20320.0%2C69.282%20330.0%2C86.6025%20320.0%2C103.923%20300.0%2C103.923%20290.0%2C86.6025%22%20fill-opacity%3D%220.03%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C51.9615%20350.0%2C51.9615%20360.0%2C69.282%20350.0%2C86.6025%20330.0%2C86.6025%20320.0%2C69.282%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C69.282%20380.0%2C69.282%20390.0%2C86.6025%20380.0%2C103.923%20360.0%2C103.923%20350.0%2C86.6025%22%20fill-opacity%3D%221.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C51.9615%20410.0%2C51.9615%20420.0%2C69.282%20410.0%2C86.6025%20390.0%2C86.6025%20380.0%2C69.282%22%20fill-opacity%3D%220.77%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C69.282%20440.0%2C69.282%20450.0%2C86.6025%20440.0%2C103.923%20420.0%2C103.923%20410.0%2C86.6025%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C51.9615%20470.0%2C51.9615%20480.0%2C69.282%20470.0%2C86.6025%20450.0%2C86.6025%20440.0%2C69.282%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C69.282%20500.0%2C69.282%20510.0%2C86.6025%20500.0%2C103.923%20480.0%2C103.923%20470.0%2C86.6025%22%20fill-opacity%3D%220.1%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C51.9615%20530.0%2C51.9615%20540.0%2C69.282%20530.0%2C86.6025%20510.0%2C86.6025%20500.0%2C69.282%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C69.282%20560.0%2C69.282%20570.0%2C86.6025%20560.0%2C103.923%20540.0%2C103.923%20530.0%2C86.6025%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C51.9615%20590.0%2C51.9615%20600.0%2C69.282%20590.0%2C86.6025%20570.0%2C86.6025%20560.0%2C69.282%22%20fill-opacity%3D%220.47%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C103.923%2020.0%2C103.923%2030.0%2C121.2436%2020.0%2C138.5641%200.0%2C138.5641%20-10.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C86.6025%2050.0%2C86.6025%2060.0%2C103.923%2050.0%2C121.2436%2030.0%2C121.2436%2020.0%2C103.923%22%20fill-opacity%3D%220.59%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C103.923%2080.0%2C103.923%2090.0%2C121.2436%2080.0%2C138.5641%2060.0%2C138.5641%2050.0%2C121.2436%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C86.6025%20110.0%2C86.6025%20120.0%2C103.923%20110.0%2C121.2436%2090.0%2C121.2436%2080.0%2C103.923%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C103.923%20140.0%2C103.923%20150.0%2C121.2436%20140.0%2C138.5641%20120.0%2C138.5641%20110.0%2C121.2436%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C86.6025%20170.0%2C86.6025%20180.0%2C103.923%20170.0%2C121.2436%20150.0%2C121.2436%20140.0%2C103.923%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C103.923%20200.0%2C103.923%20210.0%2C121.2436%20200.0%2C138.5641%20180.0%2C138.5641%20170.0%2C121.2436%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C86.6025%20230.0%2C86.6025%20240.0%2C103.923%20230.0%2C121.2436%20210.0%2C121.2436%20200.0%2C103.923%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C103.923%20260.0%2C103.923%20270.0%2C121.2436%20260.0%2C138.5641%20240.0%2C138.5641%20230.0%2C121.2436%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C86.6025%20290.0%2C86.6025%20300.0%2C103.923%20290.0%2C121.2436%20270.0%2C121.2436%20260.0%2C103.923%22%20fill-opacity%3D%220.38%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C103.923%20320.0%2C103.923%20330.0%2C121.2436%20320.0%2C138.5641%20300.0%2C138.5641%20290.0%2C121.2436%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C86.6025%20350.0%2C86.6025%20360.0%2C103.923%20350.0%2C121.2436%20330.0%2C121.2436%20320.0%2C103.923%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C103.923%20380.0%2C103.923%20390.0%2C121.2436%20380.0%2C138.5641%20360.0%2C138.5641%20350.0%2C121.2436%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C86.6025%20410.0%2C86.6025%20420.0%2C103.923%20410.0%2C121.2436%20390.0%2C121.2436%20380.0%2C103.923%22%20fill-opacity%3D%220.78%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C103.923%20440.0%2C103.923%20450.0%2C121.2436%20440.0%2C138.5641%20420.0%2C138.5641%20410.0%2C121.2436%22%20fill-opacity%3D%220.63%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C86.6025%20470.0%2C86.6025%20480.0%2C103.923%20470.0%2C121.2436%20450.0%2C121.2436%20440.0%2C103.923%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C103.923%20500.0%2C103.923%20510.0%2C121.2436%20500.0%2C138.5641%20480.0%2C138.5641%20470.0%2C121.2436%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C86.6025%20530.0%2C86.6025%20540.0%2C103.923%20530.0%2C121.2436%20510.0%2C121.2436%20500.0%2C103.923%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C103.923%20560.0%2C103.923%20570.0%2C121.2436%20560.0%2C138.5641%20540.0%2C138.5641%20530.0%2C121.2436%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C86.6025%20590.0%2C86.6025%20600.0%2C103.923%20590.0%2C121.2436%20570.0%2C121.2436%20560.0%2C103.923%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C138.5641%2020.0%2C138.5641%2030.0%2C155.8846%2020.0%2C173.2051%200.0%2C173.2051%20-10.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C121.2436%2050.0%2C121.2436%2060.0%2C138.5641%2050.0%2C155.8846%2030.0%2C155.8846%2020.0%2C138.5641%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C138.5641%2080.0%2C138.5641%2090.0%2C155.8846%2080.0%2C173.2051%2060.0%2C173.2051%2050.0%2C155.8846%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C121.2436%20110.0%2C121.2436%20120.0%2C138.5641%20110.0%2C155.8846%2090.0%2C155.8846%2080.0%2C138.5641%22%20fill-opacity%3D%220.13%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C138.5641%20140.0%2C138.5641%20150.0%2C155.8846%20140.0%2C173.2051%20120.0%2C173.2051%20110.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C121.2436%20170.0%2C121.2436%20180.0%2C138.5641%20170.0%2C155.8846%20150.0%2C155.8846%20140.0%2C138.5641%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C138.5641%20200.0%2C138.5641%20210.0%2C155.8846%20200.0%2C173.2051%20180.0%2C173.2051%20170.0%2C155.8846%22%20fill-opacity%3D%220.79%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C121.2436%20230.0%2C121.2436%20240.0%2C138.5641%20230.0%2C155.8846%20210.0%2C155.8846%20200.0%2C138.5641%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C138.5641%20260.0%2C138.5641%20270.0%2C155.8846%20260.0%2C173.2051%20240.0%2C173.2051%20230.0%2C155.8846%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C121.2436%20290.0%2C121.2436%20300.0%2C138.5641%20290.0%2C155.8846%20270.0%2C155.8846%20260.0%2C138.5641%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C138.5641%20320.0%2C138.5641%20330.0%2C155.8846%20320.0%2C173.2051%20300.0%2C173.2051%20290.0%2C155.8846%22%20fill-opacity%3D%220.46%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C121.2436%20350.0%2C121.2436%20360.0%2C138.5641%20350.0%2C155.8846%20330.0%2C155.8846%20320.0%2C138.5641%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C138.5641%20380.0%2C138.5641%20390.0%2C155.8846%20380.0%2C173.2051%20360.0%2C173.2051%20350.0%2C155.8846%22%20fill-opacity%3D%220.66%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C121.2436%20410.0%2C121.2436%20420.0%2C138.5641%20410.0%2C155.8846%20390.0%2C155.8846%20380.0%2C138.5641%22%20fill-opacity%3D%220.91%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C138.5641%20440.0%2C138.5641%20450.0%2C155.8846%20440.0%2C173.2051%20420.0%2C173.2051%20410.0%2C155.8846%22%20fill-opacity%3D%220.76%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C121.2436%20470.0%2C121.2436%20480.0%2C138.5641%20470.0%2C155.8846%20450.0%2C155.8846%20440.0%2C138.5641%22%20fill-opacity%3D%220.93%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C138.5641%20500.0%2C138.5641%20510.0%2C155.8846%20500.0%2C173.2051%20480.0%2C173.2051%20470.0%2C155.8846%22%20fill-opacity%3D%220.62%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C121.2436%20530.0%2C121.2436%20540.0%2C138.5641%20530.0%2C155.8846%20510.0%2C155.8846%20500.0%2C138.5641%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C138.5641%20560.0%2C138.5641%20570.0%2C155.8846%20560.0%2C173.2051%20540.0%2C173.2051%20530.0%2C155.8846%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C121.2436%20590.0%2C121.2436%20600.0%2C138.5641%20590.0%2C155.8846%20570.0%2C155.8846%20560.0%2C138.5641%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C173.2051%2020.0%2C173.2051%2030.0%2C190.5256%2020.0%2C207.8461%200.0%2C207.8461%20-10.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C155.8846%2050.0%2C155.8846%2060.0%2C173.2051%2050.0%2C190.5256%2030.0%2C190.5256%2020.0%2C173.2051%22%20fill-opacity%3D%220.09%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C173.2051%2080.0%2C173.2051%2090.0%2C190.5256%2080.0%2C207.8461%2060.0%2C207.8461%2050.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C155.8846%20110.0%2C155.8846%20120.0%2C173.2051%20110.0%2C190.5256%2090.0%2C190.5256%2080.0%2C173.2051%22%20fill-opacity%3D%220.72%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C173.2051%20140.0%2C173.2051%20150.0%2C190.5256%20140.0%2C207.8461%20120.0%2C207.8461%20110.0%2C190.5256%22%20fill-opacity%3D%220.44%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C155.8846%20170.0%2C155.8846%20180.0%2C173.2051%20170.0%2C190.5256%20150.0%2C190.5256%20140.0%2C173.2051%22%20fill-opacity%3D%220.7%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C173.2051%20200.0%2C173.2051%20210.0%2C190.5256%20200.0%2C207.8461%20180.0%2C207.8461%20170.0%2C190.5256%22%20fill-opacity%3D%220.3%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C155.8846%20230.0%2C155.8846%20240.0%2C173.2051%20230.0%2C190.5256%20210.0%2C190.5256%20200.0%2C173.2051%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C173.2051%20260.0%2C173.2051%20270.0%2C190.5256%20260.0%2C207.8461%20240.0%2C207.8461%20230.0%2C190.5256%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C155.8846%20290.0%2C155.8846%20300.0%2C173.2051%20290.0%2C190.5256%20270.0%2C190.5256%20260.0%2C173.2051%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C173.2051%20320.0%2C173.2051%20330.0%2C190.5256%20320.0%2C207.8461%20300.0%2C207.8461%20290.0%2C190.5256%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C155.8846%20350.0%2C155.8846%20360.0%2C173.2051%20350.0%2C190.5256%20330.0%2C190.5256%20320.0%2C173.2051%22%20fill-opacity%3D%220.57%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C173.2051%20380.0%2C173.2051%20390.0%2C190.5256%20380.0%2C207.8461%20360.0%2C207.8461%20350.0%2C190.5256%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C155.8846%20410.0%2C155.8846%20420.0%2C173.2051%20410.0%2C190.5256%20390.0%2C190.5256%20380.0%2C173.2051%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C173.2051%20440.0%2C173.2051%20450.0%2C190.5256%20440.0%2C207.8461%20420.0%2C207.8461%20410.0%2C190.5256%22%20fill-opacity%3D%220.45%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C155.8846%20470.0%2C155.8846%20480.0%2C173.2051%20470.0%2C190.5256%20450.0%2C190.5256%20440.0%2C173.2051%22%20fill-opacity%3D%220.26%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C173.2051%20500.0%2C173.2051%20510.0%2C190.5256%20500.0%2C207.8461%20480.0%2C207.8461%20470.0%2C190.5256%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C155.8846%20530.0%2C155.8846%20540.0%2C173.2051%20530.0%2C190.5256%20510.0%2C190.5256%20500.0%2C173.2051%22%20fill-opacity%3D%220.61%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C173.2051%20560.0%2C173.2051%20570.0%2C190.5256%20560.0%2C207.8461%20540.0%2C207.8461%20530.0%2C190.5256%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C155.8846%20590.0%2C155.8846%20600.0%2C173.2051%20590.0%2C190.5256%20570.0%2C190.5256%20560.0%2C173.2051%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C207.8461%2020.0%2C207.8461%2030.0%2C225.1666%2020.0%2C242.4871%200.0%2C242.4871%20-10.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C190.5256%2050.0%2C190.5256%2060.0%2C207.8461%2050.0%2C225.1666%2030.0%2C225.1666%2020.0%2C207.8461%22%20fill-opacity%3D%220.87%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C207.8461%2080.0%2C207.8461%2090.0%2C225.1666%2080.0%2C242.4871%2060.0%2C242.4871%2050.0%2C225.1666%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C190.5256%20110.0%2C190.5256%20120.0%2C207.8461%20110.0%2C225.1666%2090.0%2C225.1666%2080.0%2C207.8461%22%20fill-opacity%3D%220.35%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C207.8461%20140.0%2C207.8461%20150.0%2C225.1666%20140.0%2C242.4871%20120.0%2C242.4871%20110.0%2C225.1666%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C190.5256%20170.0%2C190.5256%20180.0%2C207.8461%20170.0%2C225.1666%20150.0%2C225.1666%20140.0%2C207.8461%22%20fill-opacity%3D%220.25%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C207.8461%20200.0%2C207.8461%20210.0%2C225.1666%20200.0%2C242.4871%20180.0%2C242.4871%20170.0%2C225.1666%22%20fill-opacity%3D%220.48%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C190.5256%20230.0%2C190.5256%20240.0%2C207.8461%20230.0%2C225.1666%20210.0%2C225.1666%20200.0%2C207.8461%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C207.8461%20260.0%2C207.8461%20270.0%2C225.1666%20260.0%2C242.4871%20240.0%2C242.4871%20230.0%2C225.1666%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C190.5256%20290.0%2C190.5256%20300.0%2C207.8461%20290.0%2C225.1666%20270.0%2C225.1666%20260.0%2C207.8461%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C207.8461%20320.0%2C207.8461%20330.0%2C225.1666%20320.0%2C242.4871%20300.0%2C242.4871%20290.0%2C225.1666%22%20fill-opacity%3D%220.83%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C190.5256%20350.0%2C190.5256%20360.0%2C207.8461%20350.0%2C225.1666%20330.0%2C225.1666%20320.0%2C207.8461%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C207.8461%20380.0%2C207.8461%20390.0%2C225.1666%20380.0%2C242.4871%20360.0%2C242.4871%20350.0%2C225.1666%22%20fill-opacity%3D%220.5%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C190.5256%20410.0%2C190.5256%20420.0%2C207.8461%20410.0%2C225.1666%20390.0%2C225.1666%20380.0%2C207.8461%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C207.8461%20440.0%2C207.8461%20450.0%2C225.1666%20440.0%2C242.4871%20420.0%2C242.4871%20410.0%2C225.1666%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C190.5256%20470.0%2C190.5256%20480.0%2C207.8461%20470.0%2C225.1666%20450.0%2C225.1666%20440.0%2C207.8461%22%20fill-opacity%3D%220.52%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C207.8461%20500.0%2C207.8461%20510.0%2C225.1666%20500.0%2C242.4871%20480.0%2C242.4871%20470.0%2C225.1666%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C190.5256%20530.0%2C190.5256%20540.0%2C207.8461%20530.0%2C225.1666%20510.0%2C225.1666%20500.0%2C207.8461%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C207.8461%20560.0%2C207.8461%20570.0%2C225.1666%20560.0%2C242.4871%20540.0%2C242.4871%20530.0%2C225.1666%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C190.5256%20590.0%2C190.5256%20600.0%2C207.8461%20590.0%2C225.1666%20570.0%2C225.1666%20560.0%2C207.8461%22%20fill-opacity%3D%220.04%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C242.4871%2020.0%2C242.4871%2030.0%2C259.8076%2020.0%2C277.1281%200.0%2C277.1281%20-10.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C225.1666%2050.0%2C225.1666%2060.0%2C242.4871%2050.0%2C259.8076%2030.0%2C259.8076%2020.0%2C242.4871%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C242.4871%2080.0%2C242.4871%2090.0%2C259.8076%2080.0%2C277.1281%2060.0%2C277.1281%2050.0%2C259.8076%22%20fill-opacity%3D%220.96%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C225.1666%20110.0%2C225.1666%20120.0%2C242.4871%20110.0%2C259.8076%2090.0%2C259.8076%2080.0%2C242.4871%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C242.4871%20140.0%2C242.4871%20150.0%2C259.8076%20140.0%2C277.1281%20120.0%2C277.1281%20110.0%2C259.8076%22%20fill-opacity%3D%220.42%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C225.1666%20170.0%2C225.1666%20180.0%2C242.4871%20170.0%2C259.8076%20150.0%2C259.8076%20140.0%2C242.4871%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C242.4871%20200.0%2C242.4871%20210.0%2C259.8076%20200.0%2C277.1281%20180.0%2C277.1281%20170.0%2C259.8076%22%20fill-opacity%3D%220.68%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C225.1666%20230.0%2C225.1666%20240.0%2C242.4871%20230.0%2C259.8076%20210.0%2C259.8076%20200.0%2C242.4871%22%20fill-opacity%3D%220.27%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C242.4871%20260.0%2C242.4871%20270.0%2C259.8076%20260.0%2C277.1281%20240.0%2C277.1281%20230.0%2C259.8076%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C225.1666%20290.0%2C225.1666%20300.0%2C242.4871%20290.0%2C259.8076%20270.0%2C259.8076%20260.0%2C242.4871%22%20fill-opacity%3D%220.92%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C242.4871%20320.0%2C242.4871%20330.0%2C259.8076%20320.0%2C277.1281%20300.0%2C277.1281%20290.0%2C259.8076%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C225.1666%20350.0%2C225.1666%20360.0%2C242.4871%20350.0%2C259.8076%20330.0%2C259.8076%20320.0%2C242.4871%22%20fill-opacity%3D%220.17%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C242.4871%20380.0%2C242.4871%20390.0%2C259.8076%20380.0%2C277.1281%20360.0%2C277.1281%20350.0%2C259.8076%22%20fill-opacity%3D%220.11%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C225.1666%20410.0%2C225.1666%20420.0%2C242.4871%20410.0%2C259.8076%20390.0%2C259.8076%20380.0%2C242.4871%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C242.4871%20440.0%2C242.4871%20450.0%2C259.8076%20440.0%2C277.1281%20420.0%2C277.1281%20410.0%2C259.8076%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C225.1666%20470.0%2C225.1666%20480.0%2C242.4871%20470.0%2C259.8076%20450.0%2C259.8076%20440.0%2C242.4871%22%20fill-opacity%3D%220.58%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C242.4871%20500.0%2C242.4871%20510.0%2C259.8076%20500.0%2C277.1281%20480.0%2C277.1281%20470.0%2C259.8076%22%20fill-opacity%3D%220.19%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C225.1666%20530.0%2C225.1666%20540.0%2C242.4871%20530.0%2C259.8076%20510.0%2C259.8076%20500.0%2C242.4871%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C242.4871%20560.0%2C242.4871%20570.0%2C259.8076%20560.0%2C277.1281%20540.0%2C277.1281%20530.0%2C259.8076%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C225.1666%20590.0%2C225.1666%20600.0%2C242.4871%20590.0%2C259.8076%20570.0%2C259.8076%20560.0%2C242.4871%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C277.1281%2020.0%2C277.1281%2030.0%2C294.4486%2020.0%2C311.7691%200.0%2C311.7691%20-10.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C259.8076%2050.0%2C259.8076%2060.0%2C277.1281%2050.0%2C294.4486%2030.0%2C294.4486%2020.0%2C277.1281%22%20fill-opacity%3D%220.15%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C277.1281%2080.0%2C277.1281%2090.0%2C294.4486%2080.0%2C311.7691%2060.0%2C311.7691%2050.0%2C294.4486%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C259.8076%20110.0%2C259.8076%20120.0%2C277.1281%20110.0%2C294.4486%2090.0%2C294.4486%2080.0%2C277.1281%22%20fill-opacity%3D%220.12%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C277.1281%20140.0%2C277.1281%20150.0%2C294.4486%20140.0%2C311.7691%20120.0%2C311.7691%20110.0%2C294.4486%22%20fill-opacity%3D%220.34%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C259.8076%20170.0%2C259.8076%20180.0%2C277.1281%20170.0%2C294.4486%20150.0%2C294.4486%20140.0%2C277.1281%22%20fill-opacity%3D%220.36%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C277.1281%20200.0%2C277.1281%20210.0%2C294.4486%20200.0%2C311.7691%20180.0%2C311.7691%20170.0%2C294.4486%22%20fill-opacity%3D%220.8%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C259.8076%20230.0%2C259.8076%20240.0%2C277.1281%20230.0%2C294.4486%20210.0%2C294.4486%20200.0%2C277.1281%22%20fill-opacity%3D%220.16%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C277.1281%20260.0%2C277.1281%20270.0%2C294.4486%20260.0%2C311.7691%20240.0%2C311.7691%20230.0%2C294.4486%22%20fill-opacity%3D%220.28%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C259.8076%20290.0%2C259.8076%20300.0%2C277.1281%20290.0%2C294.4486%20270.0%2C294.4486%20260.0%2C277.1281%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C277.1281%20320.0%2C277.1281%20330.0%2C294.4486%20320.0%2C311.7691%20300.0%2C311.7691%20290.0%2C294.4486%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C259.8076%20350.0%2C259.8076%20360.0%2C277.1281%20350.0%2C294.4486%20330.0%2C294.4486%20320.0%2C277.1281%22%20fill-opacity%3D%220.4%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C277.1281%20380.0%2C277.1281%20390.0%2C294.4486%20380.0%2C311.7691%20360.0%2C311.7691%20350.0%2C294.4486%22%20fill-opacity%3D%220.08%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C259.8076%20410.0%2C259.8076%20420.0%2C277.1281%20410.0%2C294.4486%20390.0%2C294.4486%20380.0%2C277.1281%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C277.1281%20440.0%2C277.1281%20450.0%2C294.4486%20440.0%2C311.7691%20420.0%2C311.7691%20410.0%2C294.4486%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C259.8076%20470.0%2C259.8076%20480.0%2C277.1281%20470.0%2C294.4486%20450.0%2C294.4486%20440.0%2C277.1281%22%20fill-opacity%3D%220.6%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C277.1281%20500.0%2C277.1281%20510.0%2C294.4486%20500.0%2C311.7691%20480.0%2C311.7691%20470.0%2C294.4486%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C259.8076%20530.0%2C259.8076%20540.0%2C277.1281%20530.0%2C294.4486%20510.0%2C294.4486%20500.0%2C277.1281%22%20fill-opacity%3D%220.24%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C277.1281%20560.0%2C277.1281%20570.0%2C294.4486%20560.0%2C311.7691%20540.0%2C311.7691%20530.0%2C294.4486%22%20fill-opacity%3D%220.71%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C259.8076%20590.0%2C259.8076%20600.0%2C277.1281%20590.0%2C294.4486%20570.0%2C294.4486%20560.0%2C277.1281%22%20fill-opacity%3D%220.64%22%20%2F%3E%20%3Cpolygon%20points%3D%220.0%2C311.7691%2020.0%2C311.7691%2030.0%2C329.0897%2020.0%2C346.4102%200.0%2C346.4102%20-10.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C294.4486%2050.0%2C294.4486%2060.0%2C311.7691%2050.0%2C329.0897%2030.0%2C329.0897%2020.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%2260.0%2C311.7691%2080.0%2C311.7691%2090.0%2C329.0897%2080.0%2C346.4102%2060.0%2C346.4102%2050.0%2C329.0897%22%20fill-opacity%3D%220.05%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C294.4486%20110.0%2C294.4486%20120.0%2C311.7691%20110.0%2C329.0897%2090.0%2C329.0897%2080.0%2C311.7691%22%20fill-opacity%3D%220.51%22%20%2F%3E%20%3Cpolygon%20points%3D%22120.0%2C311.7691%20140.0%2C311.7691%20150.0%2C329.0897%20140.0%2C346.4102%20120.0%2C346.4102%20110.0%2C329.0897%22%20fill-opacity%3D%220.73%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C294.4486%20170.0%2C294.4486%20180.0%2C311.7691%20170.0%2C329.0897%20150.0%2C329.0897%20140.0%2C311.7691%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22180.0%2C311.7691%20200.0%2C311.7691%20210.0%2C329.0897%20200.0%2C346.4102%20180.0%2C346.4102%20170.0%2C329.0897%22%20fill-opacity%3D%220.21%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C294.4486%20230.0%2C294.4486%20240.0%2C311.7691%20230.0%2C329.0897%20210.0%2C329.0897%20200.0%2C311.7691%22%20fill-opacity%3D%220.56%22%20%2F%3E%20%3Cpolygon%20points%3D%22240.0%2C311.7691%20260.0%2C311.7691%20270.0%2C329.0897%20260.0%2C346.4102%20240.0%2C346.4102%20230.0%2C329.0897%22%20fill-opacity%3D%220.07%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C294.4486%20290.0%2C294.4486%20300.0%2C311.7691%20290.0%2C329.0897%20270.0%2C329.0897%20260.0%2C311.7691%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22300.0%2C311.7691%20320.0%2C311.7691%20330.0%2C329.0897%20320.0%2C346.4102%20300.0%2C346.4102%20290.0%2C329.0897%22%20fill-opacity%3D%220.65%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C294.4486%20350.0%2C294.4486%20360.0%2C311.7691%20350.0%2C329.0897%20330.0%2C329.0897%20320.0%2C311.7691%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22360.0%2C311.7691%20380.0%2C311.7691%20390.0%2C329.0897%20380.0%2C346.4102%20360.0%2C346.4102%20350.0%2C329.0897%22%20fill-opacity%3D%220.84%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C294.4486%20410.0%2C294.4486%20420.0%2C311.7691%20410.0%2C329.0897%20390.0%2C329.0897%20380.0%2C311.7691%22%20fill-opacity%3D%220.98%22%20%2F%3E%20%3Cpolygon%20points%3D%22420.0%2C311.7691%20440.0%2C311.7691%20450.0%2C329.0897%20440.0%2C346.4102%20420.0%2C346.4102%20410.0%2C329.0897%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C294.4486%20470.0%2C294.4486%20480.0%2C311.7691%20470.0%2C329.0897%20450.0%2C329.0897%20440.0%2C311.7691%22%20fill-opacity%3D%220.02%22%20%2F%3E%20%3Cpolygon%20points%3D%22480.0%2C311.7691%20500.0%2C311.7691%20510.0%2C329.0897%20500.0%2C346.4102%20480.0%2C346.4102%20470.0%2C329.0897%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C294.4486%20530.0%2C294.4486%20540.0%2C311.7691%20530.0%2C329.0897%20510.0%2C329.0897%20500.0%2C311.7691%22%20fill-opacity%3D%220.0%22%20%2F%3E%20%3Cpolygon%20points%3D%22540.0%2C311.7691%20560.0%2C311.7691%20570.0%2C329.0897%20560.0%2C346.4102%20540.0%2C346.4102%20530.0%2C329.0897%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C294.4486%20590.0%2C294.4486%20600.0%2C311.7691%20590.0%2C329.0897%20570.0%2C329.0897%20560.0%2C311.7691%22%20fill-opacity%3D%220.85%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C0.0%20620.0%2C0.0%20630.0%2C17.3205%20620.0%2C34.641%20600.0%2C34.641%20590.0%2C17.3205%22%20fill-opacity%3D%220.2%22%20%2F%3E%20%3Cpolygon%20points%3D%2230.0%2C329.0897%2050.0%2C329.0897%2060.0%2C346.4102%2050.0%2C363.7307%2030.0%2C363.7307%2020.0%2C346.4102%22%20fill-opacity%3D%220.53%22%20%2F%3E%20%3Cpolygon%20points%3D%2290.0%2C329.0897%20110.0%2C329.0897%20120.0%2C346.4102%20110.0%2C363.7307%2090.0%2C363.7307%2080.0%2C346.4102%22%20fill-opacity%3D%220.32%22%20%2F%3E%20%3Cpolygon%20points%3D%22150.0%2C329.0897%20170.0%2C329.0897%20180.0%2C346.4102%20170.0%2C363.7307%20150.0%2C363.7307%20140.0%2C346.4102%22%20fill-opacity%3D%220.54%22%20%2F%3E%20%3Cpolygon%20points%3D%22210.0%2C329.0897%20230.0%2C329.0897%20240.0%2C346.4102%20230.0%2C363.7307%20210.0%2C363.7307%20200.0%2C346.4102%22%20fill-opacity%3D%220.01%22%20%2F%3E%20%3Cpolygon%20points%3D%22270.0%2C329.0897%20290.0%2C329.0897%20300.0%2C346.4102%20290.0%2C363.7307%20270.0%2C363.7307%20260.0%2C346.4102%22%20fill-opacity%3D%220.82%22%20%2F%3E%20%3Cpolygon%20points%3D%22330.0%2C329.0897%20350.0%2C329.0897%20360.0%2C346.4102%20350.0%2C363.7307%20330.0%2C363.7307%20320.0%2C346.4102%22%20fill-opacity%3D%220.75%22%20%2F%3E%20%3Cpolygon%20points%3D%22390.0%2C329.0897%20410.0%2C329.0897%20420.0%2C346.4102%20410.0%2C363.7307%20390.0%2C363.7307%20380.0%2C346.4102%22%20fill-opacity%3D%220.67%22%20%2F%3E%20%3Cpolygon%20points%3D%22450.0%2C329.0897%20470.0%2C329.0897%20480.0%2C346.4102%20470.0%2C363.7307%20450.0%2C363.7307%20440.0%2C346.4102%22%20fill-opacity%3D%220.33%22%20%2F%3E%20%3Cpolygon%20points%3D%22510.0%2C329.0897%20530.0%2C329.0897%20540.0%2C346.4102%20530.0%2C363.7307%20510.0%2C363.7307%20500.0%2C346.4102%22%20fill-opacity%3D%220.39%22%20%2F%3E%20%3Cpolygon%20points%3D%22570.0%2C329.0897%20590.0%2C329.0897%20600.0%2C346.4102%20590.0%2C363.7307%20570.0%2C363.7307%20560.0%2C346.4102%22%20fill-opacity%3D%220.81%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C34.641%20620.0%2C34.641%20630.0%2C51.9615%20620.0%2C69.282%20600.0%2C69.282%20590.0%2C51.9615%22%20fill-opacity%3D%220.95%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C69.282%20620.0%2C69.282%20630.0%2C86.6025%20620.0%2C103.923%20600.0%2C103.923%20590.0%2C86.6025%22%20fill-opacity%3D%220.89%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C103.923%20620.0%2C103.923%20630.0%2C121.2436%20620.0%2C138.5641%20600.0%2C138.5641%20590.0%2C121.2436%22%20fill-opacity%3D%220.74%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C138.5641%20620.0%2C138.5641%20630.0%2C155.8846%20620.0%2C173.2051%20600.0%2C173.2051%20590.0%2C155.8846%22%20fill-opacity%3D%220.31%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C173.2051%20620.0%2C173.2051%20630.0%2C190.5256%20620.0%2C207.8461%20600.0%2C207.8461%20590.0%2C190.5256%22%20fill-opacity%3D%220.29%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C207.8461%20620.0%2C207.8461%20630.0%2C225.1666%20620.0%2C242.4871%20600.0%2C242.4871%20590.0%2C225.1666%22%20fill-opacity%3D%220.14%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C242.4871%20620.0%2C242.4871%20630.0%2C259.8076%20620.0%2C277.1281%20600.0%2C277.1281%20590.0%2C259.8076%22%20fill-opacity%3D%220.49%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C277.1281%20620.0%2C277.1281%20630.0%2C294.4486%20620.0%2C311.7691%20600.0%2C311.7691%20590.0%2C294.4486%22%20fill-opacity%3D%220.22%22%20%2F%3E%20%3Cpolygon%20points%3D%22600.0%2C311.7691%20620.0%2C311.7691%20630.0%2C329.0897%20620.0%2C346.4102%20600.0%2C346.4102%20590.0%2C329.0897%22%20fill-opacity%3D%220.2%22%20%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(
      45deg,
      rgba(36, 1, 1, 0.329) 22%,
      rgba(43, 18, 18, 0.555) 100%
    ),
    url("../images/an-images6.jpg");
  background-size: cover, cover, cover;
  background-position: center, 0% 0%,
    50%
      calc(
        50% -
          (
            ((var(--scroll-y, 0) * 1px) - (var(--element-top, 0) * 1px)) *
              var(--background-parallax-intensity, 0)
          )
      );
  background-repeat: no-repeat, repeat, no-repeat;
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 13pt;
  }
  .container.style1 {
    background-attachment: scroll;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
  html {
    font-size: 11pt;
  }
}
@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }
  #main > .inner {
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
    --spacing: 0rem;
  }
  h1.style1,
  h2.style1,
  h3.style1,
  p.style1 {
    letter-spacing: 0.35rem;
    width: calc(100% + 0.35rem);
    font-size: 0.875em;
    line-height: 1.875;
  }
  h1.style2,
  h2.style2,
  h3.style2,
  p.style2 {
    letter-spacing: 1.00625rem;
    width: calc(100% + 1.00625rem);
    font-size: 2em;
    line-height: 1.125;
  }
  h1.style3,
  h2.style3,
  h3.style3,
  p.style3 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 1em;
    line-height: 2.125;
  }
  .buttons.style1 {
    gap: 1rem;
  }
  .buttons.style1 li a {
    letter-spacing: 0.025rem;
    padding-left: calc(0.025rem + 2.5rem);
    font-size: 1.125em;
  }
  .buttons.style1 li a svg {
    width: 1.75em;
  }
  .icons.style1 {
    font-size: 1.75em;
    gap: 1.5rem;
  }
  .container.style1 > .wrapper > .inner {
    --gutters: 5.25rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 6.5rem;
    --spacing: 3rem;
  }
  .container.style1.columns > .wrapper > .inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .container.style1.columns > .wrapper > .inner > span {
    height: 0;
    margin-top: calc(var(--gutters) * -1);
    pointer-events: none;
    visibility: hidden;
  }
  .container.style1.columns > .wrapper > .inner > *:first-child {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .container.style1.columns > .wrapper > .inner > * {
    padding: calc(var(--gutters) * 0.5) 0 !important;
  }
  .container.style1.columns > .wrapper > .inner > *:last-child {
    padding-bottom: 0 !important;
  }
  .container.style1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > div
    > .full:first-child {
    margin-top: calc(var(--gutters) * -0.5) !important;
  }
  .container.style1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--gutters) * -0.5) !important;
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }
  .container.style1.columns > .wrapper > .inner > div:first-of-type,
  .container.style1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .container.style1.columns > .wrapper > .inner > div:last-of-type,
  .container.style1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .container.style1.columns > .wrapper > .inner > div:first-of-type,
  .container.style1.columns
    > .wrapper
    > .inner
    > div:first-of-type
    > .full:last-child {
    border-bottom-left-radius: 0 !important;
  }
  .container.style1.columns > .wrapper > .inner > div:last-of-type,
  .container.style1.columns
    > .wrapper
    > .inner
    > div:last-of-type
    > .full:first-child {
    border-top-right-radius: 0 !important;
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child {
    height: auto;
  }
  .container.style1.columns
    > .wrapper
    > .inner
    > .full
    > .full:first-child:last-child
    > * {
    height: auto;
    position: relative;
    width: auto;
  }
}
@media (max-width: 480px) {
  #main > .inner {
    --spacing: 0rem;
  }
  .buttons.style1 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .buttons.style1 li a {
    max-width: 32rem;
    width: 100%;
  }
  .container.style1 > .wrapper > .inner {
    --spacing: 2.625rem;
  }
}
@media (max-width: 360px) {
  #main > .inner {
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
    --spacing: 0rem;
  }
  h1.style1,
  h2.style1,
  h3.style1,
  p.style1 {
    font-size: 0.875em;
  }
  h1.style2,
  h2.style2,
  h3.style2,
  p.style2 {
    font-size: 1.5em;
  }
  h1.style3,
  h2.style3,
  h3.style3,
  p.style3 {
    font-size: 1em;
  }
  .buttons.style1 {
    gap: 0.75rem;
  }
  .icons.style1 {
    gap: 1.125rem;
  }
  .container.style1 > .wrapper > .inner {
    --gutters: 3.9375rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 5.600rem;
    --spacing: 2.25rem;
  }
}