.gform_wrapper {
margin: 0 !important;
}
.gfield label.gfield_label,
.gfield .gfield_label {
font-size: 18px;
font-weight: 400;
color: var(--color-text);
margin: 0 0 calc(var(--gap-s) / 2) 0;
display: block;
}
.gfield_label .gfield_required_text {
display: inline-block;
padding-left: var(--gap-xxs);
color: var(--color-text);
}
::placeholder {
color: var(--color-primary-pink);
}
.validation_message {
background-color: var(--color-primary-pink);
color: var(--color-white);
padding: var(--gap-xxs) var(--gap-xs);
font-size: 12px;
border-radius: var(--border-radius-s);
position: relative;
margin-top: calc(var(--gap-s) / 2);
display: inline-block;
top: var(--gap-xxs);
}
.validation_message::after {
content: "";
display: block;
position: absolute;
border: calc(var(--gap-s) / 2) solid rgba(0, 0, 0, 0);
border-bottom-color: var(--color-primary-pink);
width: 0;
height: 0;
top: calc(0px - var(--gap-s));
left: var(--gap-s);
}
.gform_submission_error {
margin-bottom: var(--gap-s);
border: 1px solid var(--color-primary-pink);
padding: calc(var(--gap-s) / 2) var(--gap-s);
font-size: 14px;
color: var(--color-text);
letter-spacing: 0;
}
.gform_submission_error:focus,
.gform_submission_error:focus-visible {
outline: none;
outline-color: var(--color-primary-pink);
}
.gfield.gfield_error input[type="text"],
.gfield.gfield_error input[type="email"],
.gfield.gfield_error input[type="tel"],
.gfield.gfield_error input[type="url"],
.gfield.gfield_error input[type="file"],
.gfield.gfield_error textarea,
.gfield.gfield_error select {
border: 1px solid var(--color-primary-pink);
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="url"],
.gfield textarea,
.gfield select {
padding: var(--gap-xs) var(--gap-s);
width: 100%;
color: var(--color-text);
background: transparent;
border: 1px solid var(--color-black);
box-sizing: border-box;
border-radius: var(--border-radius-s);
&:focus-visible {
outline-color: var(--color-black);
}
}
.gfield select {
option {
color: var(--color-black);
}
}
.bg_black .gfield input[type="text"],
.bg_black .gfield input[type="email"],
.bg_black .gfield input[type="tel"],
.bg_black .gfield input[type="url"],
.bg_black .gfield textarea,
.bg_black .gfield select {
border: 1px solid var(--color-white);
&:focus-visible {
outline-color: var(--color-white);
}
}
.gfield *::-ms-expand {
display: none;
}
.gfield select {
appearance: none;
-webkit-appearance: none;
background: transparent calc(100% - var(--gap-s)) center no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='15'%3E%3Cpath fill-rule='evenodd' fill='%23d60d8c' d='M27 1L14 15 0 1l1-1 13 13L26 0l1 1z'/%3E%3C/svg%3E");
padding-right: 70px;
}
.gfield_description {
display: block;
font-size: 14px;
font-weight: 900;
margin-top: calc(var(--gap-xxs) / 2);
}
.ginput_container_consent {
position: relative;
input[type="checkbox"] {
margin: 0;
position: absolute;
z-index: 0;
opacity: 0;
width: var(--gap-xs);
height: var(--gap-xs);
& + label {
position: relative;
overflow: hidden;
padding-left: calc(var(--gap-xs) * 2);
cursor: pointer;
display: inline-block;
&::after {
width: var(--gap-xs);
height: var(--gap-xs);
background-color: transparent;
top: 2px;
border: 1px solid var(--color-text);
background: transparent;
border-radius: var(--border-radius-s);
content: "";
position: absolute;
left: 0;
z-index: 1;
-webkit-transition: 0.2s;
transition: 0.2s;
}
}
&:checked {
& + label {
&::after {
background: var(--color-primary-pink);
}
}
}
}
.gfield_description {
padding-left: calc(var(--gap-xs) * 2);
}
}
.gform_footer {
margin-top: var(--gap-s);
}
.gform_fields {
display: flex;
flex-wrap: wrap;
gap: var(--gap-s);
}
.gfield {
flex-basis: 100%;
position: relative;
}
fieldset.gfield {
border: none;
padding: 0;
margin: 0;
}
fieldset.gfield legend {
float: left;
}
fieldset.gfield legend + * {
clear: both;
}
.gfield_visibility_hidden {
display: none;
}
.gfield.hidden_label .gfield_label {
display: none;
}
.gfield textarea {
height: 200px;
padding: var(--gap-xs) var(--gap-s);
}
.ginput_complex {
display: flex;
gap: var(--gap-xs);
}
.ginput_container_address {
flex-wrap: wrap;
}
.ginput_container_name span {
flex-grow: 1;
}
.ginput_container_address span {
flex-basis: calc(50% - 8px);
}
.ginput_container_address span:nth-child(1),
.ginput_container_address span:nth-child(2) {
flex-basis: 100%;
}
.gfield input[type="text"] + label,
.gfield select + label {
margin-top: calc(var(--gap-s) / 2);
display: block;
}
.screen-reader-text {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;
}
.gfield.captcha_field .gfield_label {
display: none;
}
.ginput_container_fileupload .validation_message--hidden-on-empty {
display: none;
}
.gfield.captcha_field {
margin: 0;
padding: 0;
position: absolute;
}
.gform_wrapper {
container-type: inline-size;
}
.gform_body {
.gfield.gfield--width-half,
.gfield.gfield--width-third,
.gfield.gfield--width-quarter {
flex-basis: 100%;
}
}
@container (min-width: 504px) {
.gform_body {
.gfield.gfield--width-half {
flex: 0 1 calc(50% - (var(--gap-s) * 1) / 2);
}
.gfield.gfield--width-third {
flex: 0 1 calc(33.333% - (var(--gap-s) * 2) / 3);
}
.gfield.gfield--width-quarter {
flex: 0 1 calc(25% - (var(--gap-s) * 3) / 4);
}
}
}.gallery {
display: grid;
gap: clamp(10px, 3vw, 20px);
}
.gallery figure {
margin: 0;
}
.gallery .has_video {
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.gallery .has_video img {
grid-row-start: 1;
grid-column-start: 1;
}
.gallery .has_video::after {
display: block;
content: "";
background: center / 40px 40px no-repeat
url("data:image/svg+xml,%3csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m16 27 12-7-12-7v14Zm4-27a20 20 0 1 0 0 40 20 20 0 0 0 0-40Zm0 36a16 16 0 1 1 0-32 16 16 0 0 1 0 32Z' fill='%23fff'/%3e%3c/svg%3e");
opacity: 0.75;
transition: opacity 0.4s ease;
grid-row-start: 1;
grid-column-start: 1;
width: 100%;
height: 100%;
}
.gallery .has_video:hover::after {
opacity: 1;
}
.gallery a,
.gallery img {
display: block;
width: 100%;
}
.gallery-caption {
display: none;
}
.columns_1 {
grid-template-columns: repeat(1, 1fr);
}
.columns_2 {
grid-template-columns: repeat(2, 1fr);
}
.columns_3 {
grid-template-columns: repeat(3, 1fr);
}
.columns_4 {
grid-template-columns: repeat(4, 1fr);
}
.columns_5 {
grid-template-columns: repeat(5, 1fr);
}
.columns_6 {
grid-template-columns: repeat(6, 1fr);
}
.columns_7 {
grid-template-columns: repeat(7, 1fr);
}
.columns_8 {
grid-template-columns: repeat(8, 1fr);
}
.columns_9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery.columned_gallery_item {
display: block;
columns: 4;
column-gap: clamp(10px, 3vw, 20px);
}
.columned_gallery_item.columns_3 {
columns: 3;
}
.columned_gallery_item.columns_4 {
columns: 4;
}
.columned_gallery_item.columns_5 {
columns: 5;
}
.columned_gallery_item.columns_6 {
columns: 6;
}
.gallery.columned_gallery_item > figure {
display: inline-block;
}
.gallery.columned_gallery_item > figure {
display: block;
margin: 0 0 clamp(10px, 3vw, 20px) 0;
}
.gallery.row_gallery_item {
display: flex;
flex-wrap: wrap;
}
.gallery.row_gallery_item > figure {
--ratio: calc(var(--width)/var(--height));
--row-height: clamp(100px, 15vw, 250px);
flex-basis: calc(var(--ratio) * var(--row-height));
flex-grow: calc(var(--ratio) * 100);
}
@media (max-width: 1100px) {
.columned_gallery_item.columns_6 {
columns: 5;
}
.columns_9,
.columns_8,
.columns_7,
.columns_6 {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 1024px) {
.columned_gallery_item.columns_6,
.columned_gallery_item.columns_5 {
columns: 4;
}
.columns_9,
.columns_8,
.columns_7,
.columns_6,
.columns_5 {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 750px) {
.columned_gallery_item.columns_6,
.columned_gallery_item.columns_5,
.columned_gallery_item.columns_4 {
columns: 3;
}
}
@media (max-width: 750px) {
.columns_9,
.columns_8,
.columns_7,
.columns_6,
.columns_5,
.columns_4 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 450px) {
.columned_gallery_item.columns_6,
.columned_gallery_item.columns_5,
.columned_gallery_item.columns_4,
.columned_gallery_item.columns_3 {
columns: 2;
}
}.glightbox-container {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999 !important;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: none;
}
a.image {
&::before {
content: "";
position: absolute;
inset: 0;
background-color: hsl(from var(--color-black) h s l / 0.4);
opacity: 0;
transition:
background-color 0.4s ease,
opacity 0.4s ease;
}
&:hover {
&::before {
background-color: hsl(from var(--color-primary-pink) h s l / 0.4);
opacity: 1;
}
}
&.has_video {
position: relative;
isolation: isolate;
.has_video_icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: clamp(81px, 100vw + -239px, 162px);
height: clamp(85px, 104.938vw + -250.802px, 170px);
&::before,
&::after {
content: "";
position: absolute;
inset: 0;
}
&::before {
background: center / contain no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='170' fill='none' viewBox='0 0 162 170'%3E%3Cpath fill='%23fff' d='m48.074 10.715 3.37-1.12 3.364 5.235-.055-6.336 3.14-1.043 3.817 5.085-.44-6.208 3.345-1.112-.325 10.195-3.096 1.03-3.656-4.855.038 6.057-3.113 1.035zM69.193 7.808l-3.524.12q.069-.938.363-1.507.3-.58.944-1.06.46-.346 1.314-.621.855-.274 1.871-.417 1.635-.228 2.651-.18 1.016.04 1.758.528.52.337.891 1.04.37.695.464 1.364l.586 4.187q.093.669.228 1.042.141.362.51.911l-3.41.477a3.6 3.6 0 0 1-.346-.515 4.4 4.4 0 0 1-.21-.59q-.618.787-1.282 1.18-.909.528-2.185.707-1.695.237-2.69-.425-.984-.663-1.145-1.814-.152-1.08.385-1.865.537-.786 2.194-1.363 1.986-.697 2.57-.942.585-.255 1.225-.618-.093-.669-.408-.898-.314-.23-1.01-.132-.892.125-1.3.473-.316.272-.444.918m3.418 1.47a17 17 0 0 1-1.496.69q-1.065.45-1.32.777-.263.337-.21.712.06.429.393.664.342.225.922.144a2.26 2.26 0 0 0 1.083-.452q.486-.368.64-.817.164-.46.07-1.138zM81.488 0l.068 3.64 2.018-.037.05 2.677-2.019.037.063 3.397q.012.614.133.81.185.302.636.294.406-.008 1.131-.255l.318 2.527q-1.357.323-2.536.344-1.37.026-2.025-.314a2.17 2.17 0 0 1-.984-1.045q-.32-.715-.35-2.32l-.062-3.37-1.352.025-.05-2.676 1.352-.025-.033-1.757zM91.634 10.255l3.43.748a4.9 4.9 0 0 1-1.134 1.787 4.4 4.4 0 0 1-1.802 1.058q-1.058.335-2.627.175-1.515-.154-2.5-.535a4.5 4.5 0 0 1-1.638-1.092 4.7 4.7 0 0 1-.987-1.604q-.326-.894-.182-2.302.15-1.47.752-2.397a4.4 4.4 0 0 1 1.135-1.18q.695-.508 1.396-.718 1.112-.33 2.78-.16 2.332.238 3.465 1.196 1.144.96 1.473 2.615l-3.48.107q-.1-.627-.5-.975-.389-.357-1.106-.43-.906-.093-1.537.504-.623.589-.756 1.907-.12 1.175.373 1.841.495.666 1.355.755.717.073 1.239-.246.53-.317.85-1.054M97.794 1.6l3.554.91-1.207 4.715q.917-.566 1.716-.706t1.776.11q1.45.371 2.054 1.466.612 1.095.145 2.921l-1.508 5.894-3.571-.914 1.305-5.1q.223-.872-.008-1.313-.23-.45-.815-.6a1.33 1.33 0 0 0-1.173.222q-.525.386-.85 1.652l-1.14 4.453-3.554-.91zM111.453 14.551q1-1.947 2.963-2.53 1.965-.591 4.202.558 2.557 1.315 3.101 3.47.436 1.734-.462 3.481-1.009 1.965-2.963 2.551-1.941.584-4.242-.6-2.052-1.054-2.783-2.748-.891-2.09.184-4.182m3.274 1.673q-.585 1.14-.408 1.919.184.783.882 1.142.706.363 1.431.056.733-.302 1.342-1.488.57-1.107.388-1.878-.177-.78-.85-1.126a1.66 1.66 0 0 0-1.463-.053q-.744.306-1.322 1.428M127.364 29.889l-2.776-2.006.908-1.257q-1.18.326-2.053.195-.867-.125-1.787-.79-1.227-.887-1.401-2.124-.16-1.239.943-2.766l3.568-4.939 2.988 2.16-3.083 4.266q-.527.73-.479 1.232.05.502.538.856.534.385 1.165.22.639-.162 1.405-1.221l2.697-3.733 2.973 2.148zM134.539 23.465l2.515 2.338-1.068 1.148q1.056-.408 1.697-.33.654.08 1.221.607.594.552.957 1.578l-2.611 1.141q-.292-.64-.569-.897a1.27 1.27 0 0 0-1.223-.326q-.987.228-2.552 1.911l-2.185 2.35-2.699-2.51zM143.454 32.473l2.261 3.08-3.791 5.087 6.026-2.042 2.192 2.987-10.122 2.386-1.925-2.623zM153.721 40.578l1.86 3.162-2.152 1.265-1.86-3.161zm-3.138 1.846 1.86 3.162-8.25 4.853-1.861-3.161zM160.803 55.224l-12.08 5.354-1.391-3.14 1.293-.573q-1.116-.294-1.645-.71a3.76 3.76 0 0 1-1.095-1.447q-.792-1.788.147-3.339.944-1.541 2.888-2.403 2.177-.965 3.789-.437 1.618.534 2.33 2.142.347.783.364 1.534a3.5 3.5 0 0 1-.287 1.488l4.186-1.855zm-9.17.042q1.03-.458 1.339-1.116a1.52 1.52 0 0 0 .022-1.33q-.26-.586-.921-.766t-1.807.328q-1.071.474-1.395 1.1-.311.632-.045 1.233.285.644.978.849.692.206 1.829-.298M155.438 70.454l-1.932-7.096q-.826.327-1.144.807-.46.675-.236 1.502.142.522.531.92.244.243.751.46l.628 3.574q-1.61-.42-2.526-1.386-.908-.966-1.483-3.08-.5-1.836-.273-3.027.235-1.194 1.167-2.196.944-.995 2.466-1.409 2.165-.59 3.881.429 1.718 1.026 2.383 3.47.54 1.983.253 3.294a4.2 4.2 0 0 1-1.264 2.222q-.975.91-2.802 1.407zm.716-4.062q.997-.384 1.318-.956.322-.565.124-1.295a1.66 1.66 0 0 0-1.037-1.166q-.505-.208-1.355-.07zM156.316 70.613q2.175-.252 3.751 1.054 1.584 1.305 1.873 3.803.33 2.856-1.158 4.507-1.198 1.328-3.15 1.553-2.193.253-3.768-1.043-1.564-1.29-1.861-3.86-.266-2.291.735-3.84 1.241-1.904 3.578-2.174m.431 3.652q-1.272.147-1.821.728-.549.59-.459 1.368.091.788.749 1.22.658.441 1.984.288 1.236-.143 1.776-.722.55-.582.463-1.333a1.66 1.66 0 0 0-.77-1.245q-.668-.449-1.922-.304M161.992 93.267l-.74 3.474-6.218.252 5.492 3.159-.689 3.236-6.318.719 5.577 2.763-.734 3.447-8.628-5.44.679-3.192 6.037-.696-5.243-3.032.683-3.21zM153.818 112.955l1.674-3.103q.774.533 1.118 1.073.348.552.44 1.35.067.573-.128 1.448a11 11 0 0 1-.584 1.826q-.626 1.525-1.182 2.379-.547.858-1.342 1.252-.553.28-1.348.245a4.1 4.1 0 0 1-1.411-.287l-3.911-1.606q-.625-.258-1.014-.329-.385-.061-1.044-.02l1.308-3.185q.42-.051.619-.038.208.017.615.116-.367-.93-.373-1.702.004-1.051.493-2.243.65-1.584 1.723-2.108 1.07-.516 2.145-.074 1.01.414 1.416 1.273.408.859.07 2.582-.4 2.066-.483 2.695-.075.632-.085 1.368.625.257.982.101.356-.155.623-.806.343-.833.247-1.36-.075-.41-.568-.847m-2.993 2.21q.037-.803.157-1.64.15-1.147-.004-1.532-.159-.396-.509-.54a.93.93 0 0 0-.771.005q-.367.18-.59.722a2.26 2.26 0 0 0-.156 1.164q.073.605.383.966.315.372.948.633zM154.339 127.516l-3.173-1.786-.99 1.76-2.333-1.313.99-1.76-2.961-1.666q-.535-.3-.765-.296-.355.007-.576.4-.199.354-.353 1.105l-2.34-1.007q.408-1.332.987-2.361.672-1.194 1.297-1.587a2.17 2.17 0 0 1 1.4-.319q.778.087 2.176.874l2.938 1.653.663-1.179 2.333 1.313-.663 1.178 1.532.862zM140.35 131.057l-2.388 2.574a4.94 4.94 0 0 1-.963-1.884 4.4 4.4 0 0 1 .005-2.09q.248-1.082 1.183-2.352.903-1.227 1.732-1.881a4.5 4.5 0 0 1 1.772-.856 4.7 4.7 0 0 1 1.883-.035q.935.174 2.075 1.013 1.19.876 1.682 1.865.362.725.44 1.577a4.6 4.6 0 0 1-.091 1.567q-.28 1.126-1.274 2.476-1.389 1.887-2.791 2.377-1.407.498-3-.059l1.676-3.053q.59.233 1.093.066.505-.155.933-.735.54-.732.346-1.58-.191-.835-1.258-1.62-.951-.7-1.776-.614-.824.087-1.337.784-.428.58-.419 1.192.004.618.477 1.268M144.68 140.757l-2.586 2.601-3.452-3.431q.022 1.077-.262 1.837t-.996 1.475q-1.056 1.06-2.304 1.027-1.256-.028-2.592-1.357l-4.315-4.288 2.599-2.615 3.733 3.711q.64.635 1.136.659.504.03.93-.398.47-.472.404-1.123-.066-.65-.992-1.571l-3.261-3.24 2.586-2.602zM126.594 145.973q1.174 1.848.687 3.835-.484 1.995-2.606 3.344-2.426 1.542-4.561.923-1.716-.5-2.771-2.158-1.184-1.863-.704-3.846.478-1.97 2.661-3.357 1.948-1.238 3.778-1.013 2.255.286 3.516 2.272m-3.098 1.98q-.687-1.08-1.449-1.322-.77-.237-1.432.184a1.62 1.62 0 0 0-.771 1.206q-.111.786.606 1.911.666 1.05 1.424 1.284.763.241 1.402-.165.676-.43.784-1.235.113-.798-.564-1.863M105.318 151.956l3.134-1.382.625 1.418q.316-1.184.869-1.871.546-.684 1.585-1.143 1.385-.611 2.54-.136 1.152.488 1.912 2.211l2.46 5.574-3.373 1.488-2.125-4.815q-.363-.825-.822-1.037t-1.01.033a1.33 1.33 0 0 0-.778.894q-.183.633.344 1.829l1.86 4.213-3.356 1.481zM107.235 161.392l-3.29.986-.45-1.503q-.182 1.119-.574 1.631-.399.524-1.141.746-.777.233-1.846.026l.338-2.83q.699.073 1.062-.035.69-.207.9-.891.303-.966-.356-3.168l-.921-3.073 3.531-1.058zM94.945 164.507l-3.802.384-2.457-5.848-1.3 6.228-3.686.372 3.082-9.932 3.237-.327zM82.743 169.237l-3.668-.007.005-2.497 3.668.007zm.007-3.642-3.668-.006.018-9.572 3.668.006zM66.55 167.929l1.486-13.129 3.412.386-.159 1.406q.819-.815 1.445-1.061a3.8 3.8 0 0 1 1.802-.214q1.942.22 2.806 1.815.854 1.593.615 3.706-.268 2.365-1.538 3.491-1.28 1.125-3.026.928a4 4 0 0 1-1.508-.461 3.5 3.5 0 0 1-1.139-1l-.514 4.55zm4.6-7.933q-.127 1.119.285 1.719.412.61 1.138.691.636.072 1.125-.408.49-.479.63-1.724.133-1.164-.245-1.76-.387-.588-1.04-.662a1.48 1.48 0 0 0-1.226.414q-.528.494-.668 1.73M56.118 155.609l7.1 1.915q.135-.879-.118-1.395-.351-.738-1.178-.962a2.1 2.1 0 0 0-1.062-.006q-.332.087-.775.416l-3.403-1.263q1.176-1.176 2.472-1.48 1.293-.296 3.407.275 1.837.495 2.751 1.292.912.806 1.306 2.117.382 1.317-.029 2.839-.585 2.168-2.33 3.134-1.753.965-4.199.305-1.983-.535-2.97-1.445a4.2 4.2 0 0 1-1.28-2.213q-.293-1.301.2-3.129zm3.145 2.668q-.173 1.056.16 1.621.324.564 1.055.761a1.66 1.66 0 0 0 1.53-.306q.435-.332.744-1.134zM55.54 156.287q-.883 2.004-2.806 2.703-1.927.708-4.229-.306-2.631-1.158-3.303-3.276-.54-1.706.252-3.504.891-2.02 2.805-2.723 1.903-.699 4.27.344 2.113.93 2.943 2.576 1.016 2.032.067 4.186m-3.37-1.474q.516-1.171.293-1.939-.23-.772-.949-1.088a1.62 1.62 0 0 0-1.431.03q-.714.345-1.251 1.566-.502 1.139-.275 1.898.223.768.916 1.073.735.324 1.463-.035.726-.35 1.234-1.505M33.143 149.694l-2.62-2.397 2.934-5.489-5.507 3.134-2.44-2.233 2.582-5.811-5.208 3.408-2.6-2.38 9.062-4.682 2.407 2.203-2.459 5.557 5.272-2.983 2.42 2.215zM20.308 132.676l1.83 3.012q-.85.4-1.49.423-.654.021-1.387-.304-.529-.231-1.186-.842a11 11 0 0 1-1.28-1.427q-.998-1.311-1.455-2.222-.463-.906-.4-1.791.038-.618.47-1.287.424-.663.961-1.073l3.363-2.561q.537-.41.797-.709.246-.301.545-.891l2.086 2.739a3.6 3.6 0 0 1-.28.553q-.12.17-.412.472.99.153 1.657.539.906.534 1.687 1.56 1.037 1.362.947 2.552-.096 1.184-1.02 1.888-.868.661-1.815.578-.947-.082-2.263-1.245-1.58-1.39-2.08-1.78a13 13 0 0 0-1.139-.765q-.538.41-.583.796-.046.387.38.946.546.717 1.049.9.391.143 1.018-.061m-.394-3.7q.675.438 1.336.965.914.709 1.324.771.421.063.723-.166a.94.94 0 0 0 .386-.668q.03-.408-.325-.874a2.26 2.26 0 0 0-.925-.723q-.56-.243-1.027-.158-.48.083-1.026.498zM7.48 125.77l3.144-1.837-1.019-1.743 2.311-1.351 1.02 1.742 2.932-1.714q.53-.31.642-.511.172-.31-.054-.699-.205-.35-.776-.862l2.05-1.512q.944 1.024 1.54 2.044.691 1.183.715 1.92a2.17 2.17 0 0 1-.431 1.37q-.468.628-1.853 1.438l-2.91 1.701.682 1.167-2.31 1.351-.683-1.167-1.517.887zM11.491 111.906l-1.015-3.36a4.9 4.9 0 0 1 2.113.121q.99.29 1.8 1.059.81.761 1.433 2.21.601 1.4.748 2.445.134 1.041-.157 1.961a4.7 4.7 0 0 1-.921 1.643q-.623.72-1.923 1.279-1.357.585-2.46.509a4.4 4.4 0 0 1-1.582-.417 4.6 4.6 0 0 1-1.307-.87q-.829-.811-1.493-2.351-.926-2.153-.641-3.609.281-1.466 1.568-2.559l1.787 2.989q-.5.391-.61.91-.122.513.163 1.176.36.836 1.189 1.097.818.256 2.034-.267 1.084-.467 1.426-1.222.342-.756 0-1.551-.285-.662-.817-.963-.535-.31-1.335-.23M.932 110.73 0 107.182l4.707-1.236q-.94-.528-1.45-1.157-.51-.63-.766-1.607-.381-1.447.282-2.506.66-1.068 2.483-1.547l5.884-1.545.937 3.565-5.091 1.337q-.872.23-1.145.646-.28.418-.128 1.002.17.645.763.918.594.273 1.858-.059l4.446-1.168.932 3.548zM5.62 92.492q-2.188.079-3.655-1.349Q.49 89.718.4 87.203q-.102-2.873 1.512-4.4 1.3-1.228 3.263-1.298 2.207-.079 3.674 1.34 1.456 1.408 1.549 3.993.082 2.307-1.038 3.771-1.389 1.8-3.74 1.883m-.14-3.675q1.28-.045 1.874-.58.594-.545.566-1.328a1.62 1.62 0 0 0-.65-1.276q-.622-.492-1.954-.444-1.245.044-1.829.579-.594.535-.567 1.292.03.801.669 1.302.63.501 1.892.456M11.261 71.14l-.404 3.4-1.54-.182q.859.873 1.169 1.7.311.817.177 1.945-.178 1.504-1.176 2.257-1.005.742-2.875.52l-6.05-.72.435-3.66 5.226.622q.896.105 1.31-.18.417-.287.487-.887a1.32 1.32 0 0 0-.374-1.124q-.451-.48-1.75-.635l-4.573-.543.433-3.643zM2.147 68.012l.797-3.34 1.525.364q-.876-.719-1.122-1.315-.254-.607-.074-1.361.188-.79.903-1.61l2.279 1.711q-.414.568-.502.937-.167.701.32 1.225.683.746 2.919 1.28l3.12.744-.854 3.586zM5.64 55.807l1.595-3.473 6.287.845-4.71-4.277 1.545-3.366 7.002 7.69L16 56.182zM7.75 42.884l1.867-3.157 2.148 1.27-1.867 3.158zm3.133 1.854 1.868-3.157 8.238 4.873-1.867 3.157zM17.075 29.593l10.57 7.928-2.06 2.747-1.132-.849q.288 1.118.184 1.783a3.75 3.75 0 0 1-.729 1.662q-1.173 1.565-2.985 1.502-1.806-.07-3.508-1.347-1.904-1.427-2.231-3.093-.322-1.673.732-3.079.513-.684 1.16-1.067.653-.39 1.439-.476l-3.663-2.747zm4.513 7.982q-.9-.675-1.628-.623a1.52 1.52 0 0 0-1.171.63q-.384.513-.218 1.178.165.665 1.168 1.417.937.702 1.642.68.704-.037 1.098-.563.422-.563.263-1.267-.159-.705-1.154-1.452M33 26.862l-5.26 5.139q.687.563 1.26.608.816.072 1.428-.525.387-.378.546-.912.093-.33.036-.879l2.819-2.286q.414 1.611.017 2.88-.404 1.264-1.971 2.794-1.361 1.329-2.512 1.71-1.159.375-2.487.048-1.328-.34-2.43-1.47-1.568-1.605-1.512-3.6.06-2 1.874-3.77 1.47-1.435 2.755-1.822a4.2 4.2 0 0 1 2.556.024q1.269.41 2.592 1.765zm-3.897 1.35q-.82-.686-1.477-.687-.65-.007-1.191.521a1.66 1.66 0 0 0-.515 1.473q.064.543.598 1.218zM32.711 26.02q-1.273-1.781-.893-3.792.375-2.017 2.42-3.48 2.34-1.671 4.505-1.169 1.741.407 2.884 2.005 1.284 1.797.91 3.803-.37 1.992-2.475 3.496-1.877 1.342-3.717 1.216-2.266-.165-3.634-2.078m2.987-2.144q.744 1.041 1.518 1.241.782.195 1.42-.261.645-.461.705-1.246.067-.79-.709-1.875-.723-1.012-1.492-1.205-.774-.2-1.39.24-.653.466-.717 1.276-.069.802.665 1.83'/%3E%3C/svg%3E");
animation: rotate 16s linear infinite;
}
&::after {
background: center / contain no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='170' fill='none' viewBox='0 0 162 170'%3E%3CforeignObject width='310' height='317.24' x='-74' y='-74'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(37px);clip-path:url(%23a);height:100%25;width:100%25'/%3E%3C/foreignObject%3E%3Cpath fill='%23d60d8c' d='M115.32 85.725c1.334-.77 1.334-2.695 0-3.465L65.944 53.753c-1.333-.77-3 .192-3 1.732V112.5c0 1.54 1.667 2.502 3 1.732z' data-figma-bg-blur-radius='74'/%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(74 74)'%3E%3Cpath d='M0 0h162v169.24H0z'/%3E%3Cpath d='M115.32 85.725c1.334-.77 1.334-2.695 0-3.465L65.944 53.753c-1.333-.77-3 .192-3 1.732V112.5c0 1.54 1.667 2.502 3 1.732z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
}
&::before {
opacity: 1;
}
&:hover {
&.has_video {
.has_video_icon {
&::before {
animation-play-state: paused;
}
}
}
}
}
}
.glightbox-container.inactive {
display: none;
}
.glightbox-container .gcontainer {
position: relative;
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
}
.glightbox-container .gslider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition:
transform 0.4s ease,
-webkit-transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
position: relative;
overflow: hidden;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
width: 100%;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 0;
}
.glightbox-container .gslide.current {
opacity: 1;
z-index: 99999;
position: relative;
}
.glightbox-container .gslide.prev {
opacity: 1;
z-index: 9999;
}
.glightbox-container .gslide-inner-content {
width: 100%;
}
.glightbox-container .ginner-container {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
margin: auto;
height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
max-width: 100% !important;
}
.gslide iframe,
.gslide video {
outline: none !important;
border: none;
min-height: 165px;
-webkit-overflow-scrolling: touch;
-ms-touch-action: auto;
touch-action: auto;
}
.gslide:not(.current) {
pointer-events: none;
}
.gslide-image {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gslide-image img {
max-height: 100vh;
display: block;
padding: 0;
float: none;
outline: none;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: 100vw;
width: auto;
height: auto;
-o-object-fit: cover;
object-fit: cover;
-ms-touch-action: none;
touch-action: none;
margin: auto;
min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
width: auto;
max-width: 100%;
}
.gslide-image img.zoomable {
position: relative;
}
.gslide-image img.dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.gslide-video {
position: relative;
max-width: 100vh;
width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
display: none;
}
.gslide-video .gvideo-wrapper {
width: 100%; margin: auto;
}
.gslide-video::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 0, 0, 0.34);
display: none;
}
.gslide-video.playing::before {
display: none;
}
.gslide-video.fullscreen {
max-width: 100% !important;
min-width: 100%;
height: 75vh;
}
.gslide-video.fullscreen video {
max-width: 100% !important;
width: 100% !important;
}
.gslide-inline {
background: #fff;
text-align: left;
max-height: calc(100vh - 40px);
overflow: auto;
max-width: 100%;
margin: auto;
}
.gslide-inline .ginlined-content {
padding: 20px;
width: 100%;
}
.gslide-inline .dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.ginlined-content {
overflow: auto;
display: block !important;
opacity: 1;
}
.gslide-external {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 100%;
background: #fff;
padding: 0;
overflow: auto;
max-height: 75vh;
height: 100%;
}
.gslide-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
}
.zoomed .gslide-media {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
margin: 0 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gslide-description {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
margin: 0 auto;
width: 100%;
}
.gslide-description p {
margin-bottom: 12px;
}
.gslide-description p:last-child {
margin-bottom: 0;
}
.zoomed .gslide-description {
display: none;
}
.glightbox-button-hidden {
display: none;
} .glightbox-mobile .glightbox-container .gslide-description {
height: auto !important;
width: 100%;
position: absolute;
bottom: 0;
padding: 19px 11px;
max-width: 100vw !important;
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
max-height: 78vh;
overflow: auto !important;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(0, 0, 0, 0)),
to(rgba(0, 0, 0, 0.75))
);
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.75) 100%
);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
color: #fff;
font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
color: #fff;
font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
color: #fff;
opacity: 0.4;
}
.gdesc-open .gslide-media {
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
opacity: 0.4;
}
.gdesc-open .gdesc-inner {
padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
opacity: 1;
}
.greset {
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.gabsolute {
position: absolute;
}
.grelative {
position: relative;
}
.glightbox-desc {
display: none !important;
}
.glightbox-open {
overflow: hidden;
}
.gloader {
height: 25px;
width: 25px;
-webkit-animation: lightboxLoader 0.8s infinite linear;
animation: lightboxLoader 0.8s infinite linear;
border: 2px solid #fff;
border-right-color: transparent;
border-radius: 50%;
position: absolute;
display: block;
z-index: 9999;
left: 0;
right: 0;
margin: 0 auto;
top: 47%;
}
.goverlay {
width: 100%;
height: calc(100vh + 1px);
position: fixed;
top: -1px;
left: 0;
background: #000;
will-change: opacity;
}
.glightbox-mobile .goverlay {
background: #000;
}
.gprev,
.gnext,
.gclose {
z-index: 99999;
cursor: pointer;
width: 26px;
height: 44px;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
display: block;
width: 25px;
height: auto;
margin: 0;
padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
stroke: #fff;
}
.gbtn.focused {
outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
opacity: 0 !important;
} .glightbox-clean .gslide-description {
background: #fff;
}
.glightbox-clean .gdesc-inner {
padding: 22px 20px;
}
.glightbox-clean .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-clean .gslide-video {
background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
fill: #fff;
}
.glightbox-clean .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gclose {
width: 35px;
height: 35px;
top: 15px;
right: 10px;
position: absolute;
}
.glightbox-clean .gclose svg {
width: 18px;
height: auto;
}
.glightbox-clean .gclose:hover {
opacity: 1;
} .gfadeIn {
-webkit-animation: gfadeIn 0.4s ease;
animation: gfadeIn 0.4s ease;
}
.gfadeOut {
-webkit-animation: gfadeOut 0.4s ease;
animation: gfadeOut 0.4s ease;
}
.gslideOutLeft {
-webkit-animation: gslideOutLeft 0.4s ease;
animation: gslideOutLeft 0.4s ease;
}
.gslideInLeft {
-webkit-animation: gslideInLeft 0.4s ease;
animation: gslideInLeft 0.4s ease;
}
.gslideOutRight {
-webkit-animation: gslideOutRight 0.4s ease;
animation: gslideOutRight 0.4s ease;
}
.gslideInRight {
-webkit-animation: gslideInRight 0.4s ease;
animation: gslideInRight 0.4s ease;
}
.gzoomIn {
-webkit-animation: gzoomIn 0.4s ease;
animation: gzoomIn 0.4s ease;
}
.gzoomOut {
-webkit-animation: gzoomOut 0.4s ease;
animation: gzoomOut 0.4s ease;
}
@-webkit-keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@-webkit-keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@-webkit-keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@media (min-width: 769px) {
.glightbox-container .ginner-container {
width: auto;
height: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.glightbox-container .ginner-container.desc-top .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.glightbox-container .ginner-container.desc-left .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-left .gslide-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.gslide-image img {
max-height: 97vh;
max-width: 100%;
}
.gslide-image img.zoomable {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoomed .gslide-image img.zoomable {
cursor: -webkit-grab;
cursor: grab;
}
.gslide-inline {
max-height: 95vh;
}
.gslide-external {
max-height: 100vh;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 275px;
}
.glightbox-open {
height: auto;
}
.goverlay {
background: rgba(0, 0, 0, 0.92);
}
.glightbox-clean .gslide-media {
-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
}
.glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
position: absolute;
height: 100%;
overflow-y: auto;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.32);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.glightbox-clean .gprev {
top: 45%;
}
.glightbox-clean .gnext {
top: 45%;
}
}
@media (min-width: 992px) {
.glightbox-clean .gclose {
opacity: 0.7;
right: 20px;
}
}
@media (max-width: 640px) {
.has_video::after {
background: top / 40px 40px no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cpath fill='%23fff' d='m30.3 57.5 26.7-17-26.7-17v34Zm9.7 23c-5.467 0-10.633-1.05-15.5-3.15-4.867-2.1-9.117-4.966-12.75-8.6-3.633-3.633-6.5-7.883-8.6-12.75C1.05 51.134 0 45.967 0 40.5c0-5.533 1.05-10.733 3.15-15.6 2.1-4.866 4.967-9.1 8.6-12.7 3.633-3.6 7.883-6.45 12.75-8.55C29.367 1.55 34.533.5 40 .5c5.533 0 10.733 1.05 15.6 3.15 4.867 2.1 9.1 4.95 12.7 8.55 3.6 3.6 6.45 7.834 8.55 12.7C78.95 29.767 80 34.967 80 40.5c0 5.467-1.05 10.634-3.15 15.5-2.1 4.867-4.95 9.117-8.55 12.75-3.6 3.634-7.833 6.5-12.7 8.6-4.867 2.1-10.067 3.15-15.6 3.15Zm0-6c9.467 0 17.5-3.316 24.1-9.95C70.7 57.917 74 49.9 74 40.5c0-9.466-3.3-17.5-9.9-24.1C57.5 9.8 49.467 6.5 40 6.5c-9.4 0-17.417 3.3-24.05 9.9C9.317 23 6 31.034 6 40.5c0 9.4 3.317 17.417 9.95 24.05C22.583 71.184 30.6 74.5 40 74.5Z'/%3E%3C/svg%3E");
height: 65px;
}
}
@media screen and (max-height: 420px) {
.goverlay {
background: #000;
}
}.fc_split_content {
display: flex;
flex-direction: column;
gap: var(--gap-xxl);
.content,
.image {
flex: 1 1 50%;
}
.image {
border-radius: var(--border-radius-m);
overflow: hidden;
aspect-ratio: 5 / 3;
position: relative;
isolation: isolate;
} @media (width >= 992px) {
flex-direction: row;
align-items: center;
.content {
flex-basis: 520px;
}
.image {
flex-basis: 576px;
}
&.padding_full {
.image {
height: 600px;
}
&.left {
padding-left: var(--width-s);
padding-right: 0;
.image {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
&.right {
padding-left: 0;
padding-right: var(--width-s);
.image {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
}
&.right {
flex-direction: row-reverse;
}
}
}.fc_usps {
position: relative;
isolation: isolate;
.usps_container {
padding-block: calc(var(--padding-xxs) - 8px) calc(var(--padding-xxs) - 4px);
overflow: hidden;
display: flex; .the_usps {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
gap: var(--gap-xxs);
flex-shrink: 0;
min-width: 100%;
animation: marquee 100s linear infinite;
.usp {
flex-shrink: 0;
p {
white-space: nowrap;
text-transform: lowercase;
line-height: 1.2;
backface-visibility: hidden;
.highlight {
color: currentColor;
}
}
&:nth-child(even) {
p {
color: var(--color-primary-pink);
}
}
}
&:hover {
cursor: default;
}
}
}
&::before {
content: "";
position: absolute;
inset: 50% 0 0 0;
background: currentColor;
}
&.above {
&::before {
inset: 0 0 50% 0;
}
}
&.below {
&::before {
inset: 50% 0 0 0;
}
} &.bg_white,
&.bg_black {
background: transparent;
}
&.bg_white {
color: var(--color-white);
}
&.bg_black {
color: var(--color-black);
}
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}.fc_split_content_map {
padding-left: var(--width-m);
padding-right: var(--width-xl);
display: flex;
flex-direction: column;
align-items: center;
position: relative;
isolation: isolate;
.stats_container {
margin-block: var(--padding-xs);
display: flex;
flex-wrap: wrap;
gap: var(--padding-xxs) var(--gap-xl);
.stats {
flex: 0 1 calc(50% - (var(--gap-xl) * 1) / 2);
.title {
color: var(--color-primary-pink);
}
}
}
.map_container {
aspect-ratio: 677 / 1005;
position: absolute;
z-index: -1;
opacity: 0.5;
top: 0;
right: 0;
bottom: 0;
background: center / contain no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='677' height='1005' fill='none' viewBox='0 0 677 1005'%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M205.188 73.713a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M205.163 86.752a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M192.016 113.018a4.374 4.374 0 0 1-4.384 4.368 4.369 4.369 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M192.036 269.63a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M192.011 282.709a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M165.848 139.179a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M336.084 8.506a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M336.059 21.584a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M336.054 282.723a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M336.044 295.746a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.955 4.384 4.368M335.993 308.879a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M322.922 8.515c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.372 4.38 4.38 0 0 1 4.384 4.372M322.831 47.754a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M322.866 60.676a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.372c2.42 0 4.379 1.96 4.379 4.372M322.902 73.75a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.373 4.373 0 0 1 4.379 4.367M322.876 295.756a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M322.826 308.894a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M322.861 321.816a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M309.856 8.51a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M309.83 21.588a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M309.765 47.745a4.377 4.377 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M309.835 73.744a4.37 4.37 0 0 1-4.379 4.367 4.373 4.373 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M309.81 86.782a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M309.75 152.247a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.38-4.372 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M296.658 47.754a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M296.703 86.787a4.376 4.376 0 0 1-4.379 4.372 4.373 4.373 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M296.719 100.086a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M283.804 100.126a4.37 4.37 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.384-4.368c0-2.413 1.964-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M283.804 113.079a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M283.814 139.239a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M270.556 126.066a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.385-1.955-4.385-4.368a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.368M270.591 139.219a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M270.51 152.272a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M257.368 60.69a4.38 4.38 0 0 1-4.384 4.374 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M257.424 165.274a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M244.418 60.671a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.376 4.376 0 0 1 4.379 4.367M231.235 60.686a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M218.184 60.66a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M218.219 73.734a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M440.646 439.195a4.377 4.377 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M427.509 386.919a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M427.569 399.966a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M427.544 413.049a4.38 4.38 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M414.538 165.244a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M414.493 374.158a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M414.442 386.908a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M401.315 152.242a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M401.426 165.249a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M401.381 178.247a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M401.325 191.339a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M401.386 361.21a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M401.386 374.168a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M388.4 152.282a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M388.507 204.402c0 2.413-1.965 4.368-4.385 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373M388.547 217.434a4.374 4.374 0 0 1-4.384 4.368 4.369 4.369 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M388.491 230.548a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M388.456 347.957a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M388.471 361.251a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M375.183 152.262a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373c0-2.418 1.965-4.367 4.385-4.367a4.37 4.37 0 0 1 4.379 4.367M375.268 243.57a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M375.233 347.931a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M375.253 361.226a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.086 269.656a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M361.995 308.894a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.066 334.888a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M362.04 347.926a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M349.146 8.496a4.377 4.377 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M349.105 295.736a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M349.05 308.874c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M349.125 334.869a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M349.095 347.907a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M506.21 504.559a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M493.017 491.597a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M493.017 504.554a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M480.072 491.577a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M480.072 504.534a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M453.843 465.235a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M205.198 778.736a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M205.264 817.955a4.376 4.376 0 0 1-4.379 4.372c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M205.213 948.447a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M205.158 961.585a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M205.193 974.506a4.377 4.377 0 0 1-4.384 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M205.229 987.58a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M192.031 974.522a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M192.066 987.595a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M192.041 1000.63a4.38 4.38 0 0 1-4.384 4.38 4.375 4.375 0 0 1-4.379-4.38 4.37 4.37 0 0 1 4.379-4.365c2.419 0 4.384 1.954 4.384 4.365M178.965 974.512a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M179 987.585a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M165.853 974.522a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M165.888 987.595a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M336.039 844.071a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M322.876 844.081a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M309.81 844.071a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M309.805 961.615a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M309.84 974.537a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M296.698 961.62a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367zM296.734 974.547a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M283.92 870.176a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M283.783 961.666a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M270.667 818.01a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M270.702 870.15a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M244.498 896.287a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M244.453 909.329a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M231.341 818.001a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M231.326 922.392a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M231.24 961.63a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M218.224 778.756a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M218.29 817.975a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M218.25 935.444a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368zM218.24 948.467a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M218.184 961.605a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M218.224 974.527a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M440.736 909.308c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.377 4.377 0 0 1 4.384 4.372M427.574 909.319a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M427.635 922.372a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M414.508 909.314a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M414.568 922.362a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M401.361 804.973a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M401.477 817.98a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M401.401 909.319a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M401.462 922.372a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.385-4.372 4.374 4.374 0 0 1 4.385-4.368 4.373 4.373 0 0 1 4.379 4.368M388.446 805.013a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368s1.965-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M388.562 818.02a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M388.511 831.012a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M388.481 909.359a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.368M388.542 922.412a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M375.339 817.996a4.38 4.38 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M375.289 830.993a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M375.238 844.085a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M375.263 909.339a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M375.324 922.392a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M362.045 844.081a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M676.31 687.377a4.375 4.375 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M676.26 700.516a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M676.295 713.437a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M663.254 674.345a4.38 4.38 0 0 1-4.384 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M663.244 687.368a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367A4.373 4.373 0 0 1 658.86 683c2.419 0 4.384 1.955 4.384 4.368M663.194 700.505a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.37 4.37 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367M663.229 713.427a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367zM663.264 726.501a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M663.239 739.538a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368zM663.254 752.837a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M663.239 831.007a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372c2.419 0 4.384 1.954 4.384 4.367M663.188 844.1a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M663.279 857.128a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M650.147 674.355a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M650.137 687.378a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373'/%3E%3Cpath fill='%23d60d8c' d='M650.147 752.847a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M650.142 765.799a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M650.117 778.807a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M650.172 857.133a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M637.258 661.317a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M637.232 674.395a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M637.227 765.839a4.38 4.38 0 0 1-4.384 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M637.202 778.842a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M637.298 870.206a4.37 4.37 0 0 1-4.379 4.367 4.375 4.375 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M637.242 883.319a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M624.035 661.293a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M623.984 778.822a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M623.934 805.033c0 2.413-1.965 4.368-4.385 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373M624.025 883.299a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368a4.373 4.373 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367M610.842 661.287a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M610.822 791.97a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M610.741 805.023a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M610.832 883.294a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M597.897 661.267a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M597.872 674.35a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M597.882 896.322a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M584.684 674.365a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368zM584.679 687.382a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M584.694 896.332a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M571.648 635.171a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M571.602 648.209a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M571.628 687.357a4.374 4.374 0 0 1-4.385 4.368 4.369 4.369 0 1 1 0-8.736c2.42 0 4.385 1.955 4.385 4.368M558.667 609.031a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M558.612 622.149a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M558.607 635.192a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M558.561 648.235a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M558.622 661.282a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M558.597 674.365a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.419 0 4.384 1.955 4.384 4.368M558.587 687.382a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.385-1.955-4.385-4.368a4.373 4.373 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367zM545.47 582.971a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M545.49 648.224a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368s1.965-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M545.556 661.272a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.373M545.525 674.355a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M545.515 687.373a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M532.348 543.883a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M532.459 556.891a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M532.408 569.888a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M519.514 530.871a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M519.433 543.923a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M506.266 517.692a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.385 1.955 4.385 4.368M506.296 530.845a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M506.24 909.389a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M493.068 517.687a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M466.915 909.379a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M205.178 100.045a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M205.178 113.003a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M205.153 126.01c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M205.188 139.164a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M205.102 152.216a4.376 4.376 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' d='M205.213 165.229a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M205.168 178.221a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M205.112 191.319a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M205.208 204.336a4.377 4.377 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367'/%3E%3Cpath fill='%23d60d8c' d='M205.249 217.369a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M205.193 230.482a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M205.188 243.53a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M205.138 256.568a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M205.198 269.621a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M205.173 282.698a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M205.163 295.72a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M205.112 308.859a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M205.148 321.781a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M205.183 334.853a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M205.158 347.891a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M205.122 386.893a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M205.183 399.946a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M205.133 452.106a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M205.168 465.179a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M192.026 139.178a4.374 4.374 0 0 1-4.384 4.368 4.369 4.369 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372M191.94 152.232a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M192.051 165.239a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M192.001 178.231a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.38 1.955 4.38 4.368M191.95 191.329a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M192.041 204.352a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M192.086 217.384a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M192.026 230.498a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M192.026 243.54a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M191.975 256.583a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M192.001 295.731a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368s1.964-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M191.945 308.869a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M191.986 321.791c0 2.413-1.965 4.367-4.385 4.367a4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373M192.016 334.864a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M191.991 347.901a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M192.006 374.153a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M191.955 386.908a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M178.955 139.169a4.37 4.37 0 0 1-4.38 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.38 4.373M178.874 152.221a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M178.985 165.234a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M178.934 178.226a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M178.884 191.319a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M178.975 204.341a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M179.02 217.375a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M178.965 230.487a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368M178.954 243.535a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M178.909 256.573a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M178.969 269.621a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M178.879 308.859a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M178.919 321.781a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M178.955 334.859a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.385 4.373M178.924 347.896a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M178.944 361.191a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M178.939 374.143a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M178.894 386.898a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M178.955 399.951a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.385 4.373M178.929 413.029c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M178.924 491.516a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M178.924 504.473a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M165.878 165.244a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M165.822 178.231a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368zM165.868 204.352a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M165.853 230.498a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M165.848 243.54a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M165.797 256.583a4.376 4.376 0 0 1-4.379 4.372c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M165.863 269.63a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M165.832 282.713a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M165.822 295.736a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M165.807 321.791a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74 4.376 4.376 0 0 1 4.384 4.368M165.843 334.864a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M165.782 386.908a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M165.843 399.956a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.38 1.955 4.38 4.368M165.817 413.039a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M165.827 465.194a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.368 4.375 4.375 0 0 1 4.379 4.368M165.817 491.526a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M165.817 504.483a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M152.953 204.392a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M152.993 217.419a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M152.882 256.623a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M152.943 269.67a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M152.918 282.753a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M152.908 295.771a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M152.928 334.904a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M152.903 347.942a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M152.877 452.157a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M152.913 465.229a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M152.882 478.272a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M152.903 491.567a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M152.903 504.524c0 2.413-1.965 4.368-4.385 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373M139.68 60.671a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M139.715 73.744a4.38 4.38 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368M139.69 86.782a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M139.629 152.252a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M139.74 165.259a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M139.69 178.251a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M139.639 191.349a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M139.73 204.372a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M139.664 256.598a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M139.725 269.651a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M139.69 295.75a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.954 4.384 4.367M139.684 347.921c0 2.413-1.964 4.368-4.384 4.368a4.376 4.376 0 0 1-4.379-4.368 4.375 4.375 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M139.7 361.216a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M139.695 374.172a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M139.675 426.077a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M139.619 439.214a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M139.659 452.136a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M139.695 465.21a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M139.664 478.247a4.376 4.376 0 0 1-4.379 4.372c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M139.684 491.541a4.376 4.376 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M139.679 504.499a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M126.522 73.739a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M126.497 86.777a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M126.512 100.071a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M126.512 113.028a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M126.548 165.249a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M126.497 178.247a4.376 4.376 0 0 1-4.379 4.372 4.38 4.38 0 0 1-4.384-4.372 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M126.446 191.339a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M126.527 230.507a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M126.507 361.211a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367zM126.482 426.071a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M126.426 439.209a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M126.467 452.127a4.38 4.38 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368M126.497 465.2a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M126.472 478.242a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M126.487 491.537a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M126.487 504.494a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M113.547 86.761a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.372 4.374 4.374 0 0 1 4.379 4.372M113.567 100.056a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M113.567 113.013a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M113.542 126.015a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368s1.964-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M113.552 178.226a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M113.587 269.625a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.954 4.384 4.367M113.532 426.051a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M113.481 439.19a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M113.517 452.112a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M113.552 465.184a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M113.527 478.222a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M113.542 491.516a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M113.542 504.473a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M100.379 100.066A4.376 4.376 0 0 1 96 104.439a4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.38-4.368 4.37 4.37 0 0 1 4.378 4.368M100.379 113.023A4.37 4.37 0 0 1 96 117.391c-2.419 0-4.384-1.955-4.384-4.368A4.38 4.38 0 0 1 96 108.65a4.37 4.37 0 0 1 4.379 4.373M100.354 126.031a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.38-4.367 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M100.39 139.184a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.373 4.373 0 0 1 4.38 4.372M100.374 282.718a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M100.349 426.066a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M100.299 439.205a4.37 4.37 0 0 1-4.38 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.373M100.334 452.127a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.38-4.367 4.37 4.37 0 0 1 4.38-4.368 4.37 4.37 0 0 1 4.379 4.368M100.369 465.2a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M100.344 478.237a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.42 0 4.384 1.955 4.384 4.368M100.359 491.532a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.38-4.373 4.37 4.37 0 0 1 4.378 4.368M100.354 504.489a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.38-4.367 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M87.328 100.046a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.38-4.373 4.373 4.373 0 0 1 4.378 4.373M87.328 112.998a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M87.242 439.179a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.38 4.367M87.278 452.101a4.377 4.377 0 0 1-4.38 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.38 4.368M87.313 465.174a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.38-4.368 4.376 4.376 0 0 1 4.38-4.372 4.373 4.373 0 0 1 4.379 4.372M87.288 478.211a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.38-4.373 4.37 4.37 0 0 1 4.38-4.367c2.419 0 4.384 1.954 4.384 4.367M87.303 491.506a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.37 4.37 0 0 1 4.38-4.367 4.37 4.37 0 0 1 4.379 4.367M87.303 504.463a4.377 4.377 0 0 1-4.38 4.373c-2.418 0-4.383-1.955-4.383-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M335.983 152.242a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.955 4.384 4.368M336.094 165.249a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M336.044 178.246a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M335.993 191.34a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M336.084 204.362a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' d='M336.13 217.389a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M336.074 230.507a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M336.069 243.555a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M336.019 256.592a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.38 4.38 0 0 1 4.384 4.372M336.079 269.645a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M336.034 347.917a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M336.054 361.21a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368 0-2.413 1.965-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M336.049 374.168a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M335.999 386.918a4.377 4.377 0 0 1-4.38 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M336.059 399.971a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M336.034 413.049a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M336.029 426.066a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M335.973 439.21a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M336.009 452.127a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.954 4.384 4.368M336.044 465.2a4.38 4.38 0 0 1-4.384 4.372 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368M336.019 478.242a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.38-4.367 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M336.034 491.537a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M336.034 504.494a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M322.816 152.251a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M322.927 165.264a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M322.876 178.256a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' d='M322.831 191.354a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M322.922 204.372a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M322.962 217.404a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M322.907 230.522a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M322.902 243.565a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M322.851 256.603a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M322.912 269.656a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M322.887 282.733a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M322.897 334.889a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M322.871 347.926a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.38 4.38 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M322.887 361.221a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M322.887 374.177a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M322.836 386.928a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M322.897 399.981a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M322.872 413.059a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M322.861 426.082a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.376 4.376 0 0 1 4.384 4.368M322.811 439.219a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.38 4.38 0 0 1 4.384 4.372M322.882 465.214a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M322.851 478.252a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M322.871 491.546a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M322.866 504.503a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M309.8 60.672a4.373 4.373 0 0 1-4.379 4.367 4.373 4.373 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M309.861 165.254a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M309.815 178.252a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M309.765 191.344a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M309.856 204.367a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.955 4.384 4.368M309.896 217.394a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M309.84 230.512a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M309.835 243.56a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M309.785 256.598a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M309.845 269.645a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M309.82 282.728a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M309.81 295.746a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M309.76 308.884a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M309.795 321.806a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M309.83 334.879a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M309.805 347.917a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M309.82 361.216a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M309.82 374.168a4.38 4.38 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.954 4.384 4.368M309.77 386.923a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M309.83 399.971a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372M309.805 413.054a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M309.795 426.072a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M309.745 439.209a4.37 4.37 0 0 1-4.379 4.368c-2.42 0-4.385-1.954-4.385-4.368 0-2.413 1.965-4.367 4.385-4.367a4.37 4.37 0 0 1 4.379 4.367M309.805 491.541a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M309.8 504.494a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367s1.965-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M296.693 60.676a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M296.729 73.755a4.373 4.373 0 0 1-4.38 4.367 4.373 4.373 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.954 4.38 4.373M296.754 165.264a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M296.703 178.256a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367zM296.653 191.354a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368zM296.744 204.376a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M296.789 217.405a4.38 4.38 0 0 1-8.758 0 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M296.734 230.523a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368M296.729 243.565a4.377 4.377 0 0 1-4.38 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.368M296.678 256.603a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M296.739 269.656a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.384-4.373 4.373 4.373 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M296.714 282.733a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.374 4.374 0 0 1 4.385-4.368 4.373 4.373 0 0 1 4.379 4.368M296.703 295.756a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M296.648 308.894a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M296.688 321.816a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M296.724 334.889a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368M296.693 347.926a4.376 4.376 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M296.714 361.226a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.385 4.372M296.709 374.178a4.377 4.377 0 0 1-4.38 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M296.663 386.933a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372M296.724 399.981c0 2.413-1.965 4.368-4.385 4.368a4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.385 1.955 4.385 4.368M296.698 413.059a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.384 1.955 4.384 4.368M296.688 426.082a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368M296.633 439.22a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M296.668 452.141a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M283.778 60.716a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M283.814 73.79a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M283.789 86.827a4.377 4.377 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M283.839 165.304a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M283.789 178.297a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368zM283.738 191.395a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M283.829 204.418a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M283.874 217.445a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M283.814 230.563a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.814 243.606a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M283.763 256.643a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.38 4.38 0 0 1 8.758-.005M283.824 269.696a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M283.799 282.774a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M283.789 295.797a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M283.733 308.934a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.773 321.856a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M283.809 334.929c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.377 4.377 0 0 1 4.384 4.372M283.779 347.966a4.377 4.377 0 0 1-4.38 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.38 4.367M283.799 361.261a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M283.794 374.218a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M283.748 386.968c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M283.804 400.021a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.778 413.104a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M283.773 426.122a4.377 4.377 0 0 1-4.384 4.372 4.373 4.373 0 0 1-4.379-4.372 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' d='M283.718 439.26a4.38 4.38 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M283.753 452.182a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M283.788 465.254a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M270.56 60.697a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M270.596 73.77a4.377 4.377 0 0 1-4.379 4.372c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M270.566 86.807a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M270.586 100.101a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M270.581 113.058c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M270.571 178.277a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M270.52 191.37a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M270.611 204.392a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M270.651 217.424a4.37 4.37 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.379-4.368 4.375 4.375 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M270.596 230.538a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.379-4.372 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M270.591 243.585a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M270.545 256.623a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M270.606 269.675a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M270.581 282.753a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M270.571 295.776a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M270.515 308.915a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M270.551 321.832a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M270.586 334.904a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M270.56 347.947a4.377 4.377 0 0 1-4.384 4.373 4.374 4.374 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M270.576 361.241a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M270.576 374.198a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.37 4.37 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368M270.525 386.949a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M270.586 400.001a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M270.561 413.079a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.38-4.367 4.377 4.377 0 0 1 4.38-4.373 4.373 4.373 0 0 1 4.379 4.368M270.551 426.102a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M270.5 439.24a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M270.535 452.157a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368zM270.571 465.234a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M257.403 73.764a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M257.373 86.801a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M257.393 100.096a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M257.388 113.053a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M257.363 126.055a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M257.398 139.214a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M257.312 152.267a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M257.378 178.266a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M257.323 191.365a4.376 4.376 0 0 1-4.38 4.372 4.376 4.376 0 0 1-4.379-4.372 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.38 1.955 4.38 4.368M257.418 204.387a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M257.459 217.419a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M257.403 230.533a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M257.398 243.581a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M257.353 256.618a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368M257.408 269.666a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M257.383 282.749a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M257.378 295.766a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M257.322 308.904a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M257.358 321.826a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M257.393 334.899a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M257.368 347.942c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M257.383 361.236a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.368M257.383 374.188a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M257.333 386.943a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.368zM257.393 399.991a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M257.368 413.074a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M257.358 426.096a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M257.307 439.23a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M257.343 452.152a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M257.378 465.224a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M244.453 73.744a4.373 4.373 0 0 1-4.379 4.367 4.373 4.373 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M244.428 86.782a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M244.443 100.076a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M244.443 113.033a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M244.418 126.041a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M244.453 139.194a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M244.367 152.247a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M244.483 165.259a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M244.428 178.251a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.382 191.349a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372M244.473 204.367a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M244.514 217.399a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M244.458 230.517c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.377 4.377 0 0 1 4.384 4.372M244.453 243.56a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M244.403 256.598a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M244.463 269.651a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M244.438 282.728a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M244.428 295.75a4.376 4.376 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.377 308.884a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M244.413 321.811a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.385 4.373M244.448 334.883a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M244.423 347.922a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M244.438 361.216a4.38 4.38 0 0 1-4.384 4.373 4.377 4.377 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M244.433 374.173a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M244.387 386.923a4.376 4.376 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.448 399.976a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M244.423 413.054a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.413 426.077a4.377 4.377 0 0 1-4.385 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.385 1.955 4.385 4.368M244.362 439.214a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M244.397 452.136a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.433 465.209a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.403 478.247a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M231.271 73.76a4.37 4.37 0 0 1-4.379 4.367 4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.367 4.37 4.37 0 0 1 4.379 4.367M231.245 86.797a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.373M231.26 100.091a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M231.255 113.049a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.38 4.38 0 0 1 8.758 0M231.23 126.055a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M231.271 139.209a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.38-4.367 4.377 4.377 0 0 1 4.38-4.373 4.377 4.377 0 0 1 4.379 4.373M231.185 152.262a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M231.296 165.269a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M231.245 178.266a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M231.195 191.359a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M231.286 204.382a4.38 4.38 0 0 1-4.385 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372c2.42 0 4.385 1.954 4.385 4.367M231.331 217.415a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M231.275 230.528a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M231.271 243.575a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373 4.374 4.374 0 0 1 4.379 4.373M231.22 256.613a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M231.281 269.666a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.373M231.255 282.744a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M231.245 295.761a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M231.19 308.899a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M231.23 321.826a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M231.265 334.894a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M231.235 347.936a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M231.255 361.231a4.373 4.373 0 0 1-4.384 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M231.25 374.188a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M231.265 399.991a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M231.24 413.069a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M231.23 426.086a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.367M231.174 439.23a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M231.21 452.147a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M231.245 465.219a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M218.189 86.772a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M218.209 100.066a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M218.204 113.023a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M218.179 126.031a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M218.214 139.184a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M218.128 152.237a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M218.245 165.244a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M218.194 178.241a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368M218.144 191.334a4.377 4.377 0 0 1-4.38 4.373 4.377 4.377 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.38 4.367M218.234 204.357c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M218.28 217.389a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M218.219 230.502a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M218.214 243.55a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M218.164 256.587a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M218.224 269.64a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M218.199 282.718a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M218.189 295.736a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M218.138 308.88a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.379 1.96 4.379 4.373M218.174 321.795a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M218.209 334.869a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M218.184 347.912a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M218.174 426.066a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M218.123 439.205a4.376 4.376 0 0 1-4.379 4.372 4.38 4.38 0 0 1-4.384-4.372 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M218.159 452.122a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M218.194 465.2a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M218.169 478.237a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M74.211 152.237a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.38-4.373 4.374 4.374 0 0 1 4.378 4.373M74.323 165.244a4.376 4.376 0 0 1-4.38 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.38-4.373 4.373 4.373 0 0 1 4.379 4.368M74.272 178.241a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.955 4.384 4.368M74.221 191.334a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.38 4.367M74.317 204.357c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.38-4.368c2.419 0 4.383 1.955 4.383 4.368M74.201 439.205a4.376 4.376 0 0 1-4.379 4.372 4.38 4.38 0 0 1-4.384-4.372 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M74.237 452.122a4.376 4.376 0 0 1-4.38 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.38-4.373c2.419 0 4.379 1.955 4.379 4.368M74.272 465.2a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.378-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.379 1.955 4.379 4.368M74.247 478.237a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M74.262 491.531a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.378-4.368 4.377 4.377 0 0 1 4.379-4.373c2.419 0 4.379 1.96 4.379 4.373M74.262 504.489a4.377 4.377 0 0 1-4.38 4.373 4.38 4.38 0 0 1-4.383-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M61.145 152.227a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.42 0 4.384 1.955 4.384 4.368zM61.236 230.498a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.378-4.367 4.38 4.38 0 0 1 8.758 0M61.135 439.195a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.378-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.379 1.955 4.379 4.368M61.17 452.117a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.955 4.384 4.368M61.21 465.189a4.38 4.38 0 0 1-4.383 4.373 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373c2.419 0 4.384 1.955 4.384 4.368M61.18 478.227a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M61.2 491.521c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.38-4.373 4.38 4.38 0 0 1 4.383 4.373M61.195 504.478a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.38 4.368M48.099 465.2a4.376 4.376 0 0 1-4.38 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.38 4.368M48.073 478.237a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.38 4.368M48.089 491.532a4.376 4.376 0 0 1-4.38 4.372 4.37 4.37 0 0 1-4.378-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M48.084 504.489a4.37 4.37 0 0 1-4.38 4.367c-2.419 0-4.383-1.954-4.383-4.367s1.964-4.368 4.384-4.368c2.419 0 4.379 1.955 4.379 4.368M35.159 478.277a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.419 0 4.384 1.955 4.384 4.368M35.174 491.572a4.377 4.377 0 0 1-4.38 4.373 4.373 4.373 0 0 1-4.378-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M35.169 504.529a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368M21.936 478.252a4.37 4.37 0 0 1-4.38 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.38-4.367c2.419 0 4.379 1.954 4.379 4.367M21.95 504.503a4.373 4.373 0 0 1-4.383 4.368 4.37 4.37 0 0 1-4.38-4.368 4.37 4.37 0 0 1 4.38-4.367c2.42 0 4.384 1.954 4.384 4.367M8.758 504.499a4.37 4.37 0 0 1-4.379 4.367A4.37 4.37 0 0 1 0 504.499a4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.38 4.373M440.686 452.117a4.376 4.376 0 0 1-4.379 4.372c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M440.721 465.189a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M440.691 478.227a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M440.711 491.521a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M440.706 504.478a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M427.539 426.066a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M427.483 439.205a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M427.519 452.127a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M427.554 465.199a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M427.529 478.237a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M427.544 491.537a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M427.544 504.489a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367s1.965-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M414.503 399.96a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M414.478 413.039a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M414.468 426.061a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373 4.374 4.374 0 0 1 4.379 4.373M414.417 439.2a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M414.452 452.122a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.955 4.384 4.368M414.488 465.194a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M414.463 478.232a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.374 4.374 0 0 1 4.385-4.368 4.373 4.373 0 0 1 4.379 4.368M414.478 491.526a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M414.473 504.483a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M401.336 386.918a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M401.396 399.971a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M401.371 413.049a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M401.361 426.066a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M401.305 439.21a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M401.346 452.127c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368M401.381 465.2a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M401.351 478.242a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M401.371 491.537a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M401.366 504.494a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M388.511 165.29a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M388.461 178.287a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M388.411 191.379a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368a4.373 4.373 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367M388.466 374.209a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.375 4.375 0 0 1 4.379 4.368M388.421 386.959a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M388.481 400.006a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M388.456 413.089a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M388.446 426.107a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M388.395 439.251a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M388.426 452.167a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.38-4.372 4.37 4.37 0 0 1 4.38-4.368 4.37 4.37 0 0 1 4.379 4.368M388.461 465.24a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M388.436 478.283a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M388.456 491.577a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M388.451 504.529a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M375.294 165.269a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M375.243 178.261a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M375.193 191.36a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.385 1.955 4.385 4.368M375.283 204.382a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M375.329 217.41a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M375.268 230.523a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368zM375.248 374.183a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372'/%3E%3Cpath fill='%23d60d8c' d='M375.203 386.938a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M375.263 399.986a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M375.233 413.069a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M375.228 426.086a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M375.173 439.225a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.385 4.372M375.208 452.147a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M375.243 465.219a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.375 4.375 0 0 1 4.379 4.367M375.218 478.257a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M375.233 491.551a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M375.233 504.508a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M361.99 152.251a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M362.101 165.264a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M362.051 178.257a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.38-4.367 4.377 4.377 0 0 1 4.38-4.373 4.373 4.373 0 0 1 4.379 4.373M362 191.349a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367zM362.091 204.372a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M362.136 217.405a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M362.076 230.517a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.076 243.565a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.385-1.955-4.385-4.368a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.368M362.025 256.603a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M362.055 361.221a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M362.055 374.178a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M362.005 386.928a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M362.066 399.981a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.04 413.059a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M362.03 426.082a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M361.98 439.22a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372c2.419 0 4.384 1.954 4.384 4.367M362.015 452.141a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M362.051 465.214a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.37 4.37 0 0 1 4.38-4.367 4.37 4.37 0 0 1 4.379 4.367M362.025 478.252a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M362.04 491.546a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M362.04 504.504a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M349.04 152.237a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373 4.374 4.374 0 0 1 4.379 4.373M349.156 165.244a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M349.105 178.236a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M349.055 191.334a4.37 4.37 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.384-4.368 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M349.146 204.357a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M349.191 217.384a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.131 230.502a4.37 4.37 0 0 1-4.379 4.368c-2.42 0-4.385-1.954-4.385-4.368a4.373 4.373 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367M349.125 243.545a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.075 256.587a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.141 269.635a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.115 361.201a4.376 4.376 0 0 1-4.379 4.372c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M349.11 374.158a4.38 4.38 0 0 1-4.384 4.372 4.376 4.376 0 0 1-4.379-4.372 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M349.06 386.913a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M349.125 399.96a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.42 0 4.384 1.954 4.384 4.367M349.095 413.043a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M349.085 426.061a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M349.035 439.2a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.385-4.372 4.374 4.374 0 0 1 4.385-4.368 4.373 4.373 0 0 1 4.379 4.368M349.07 452.121a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368zM349.105 465.194a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M349.08 478.232a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M349.095 491.532a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M349.095 504.483a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.368M466.89 491.592a4.38 4.38 0 0 1-4.385 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.385 1.954 4.385 4.367M466.885 504.549a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.42 0 4.38 1.954 4.38 4.373M453.818 478.272a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M453.833 491.566a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M453.833 504.524a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M205.234 791.895a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.37 4.37 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368M205.148 804.947a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M192.071 791.905a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M178.975 517.602a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368M165.868 517.612a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M165.903 530.77a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M152.953 517.652a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M152.988 530.81a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M152.903 543.863a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M139.73 517.631a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373c0-2.413 1.965-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M139.77 530.786a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M139.684 543.838a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.954-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M126.537 517.626a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M126.573 530.78c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M126.492 543.833a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M113.592 517.607a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M113.628 530.76a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M113.542 543.818a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M100.41 517.622a4.373 4.373 0 0 1-4.385 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.38-4.373 4.38 4.38 0 0 1 4.384 4.373M100.445 530.775a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M87.359 517.596a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.38-4.368 4.37 4.37 0 0 1 4.38-4.367c2.419 0 4.384 1.954 4.384 4.367M336.084 517.627a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M336.12 530.78a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M336.034 543.833a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M336.125 622.099a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M336.074 648.184a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M336.135 661.232a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M336.105 674.315a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M336.1 687.338a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.385-1.954-4.385-4.367a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.373M336.044 700.47a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M336.079 713.392a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M336.115 726.465a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M336.089 739.502a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M336.105 752.802a4.37 4.37 0 0 1-4.38 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372c2.42 0 4.38 1.954 4.38 4.372M336.105 765.754a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368s1.964-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M336.079 778.761a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M336.115 791.915a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M336.029 804.972a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M336.14 817.98a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.368M336.089 830.972a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367zM336.175 870.121a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M336.12 883.239a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.955 4.384 4.368M336.115 896.281a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M336.064 909.319a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M336.125 922.372a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M322.922 517.636a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M322.958 530.791a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.373M322.957 635.157c0 2.413-1.964 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M322.907 648.194a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M322.968 661.247a4.376 4.376 0 0 1-4.38 4.372 4.369 4.369 0 1 1 0-8.74c2.42 0 4.38 1.954 4.38 4.368M322.942 674.325a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M322.932 687.347a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M322.882 700.486a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.385 1.955 4.385 4.368M322.917 713.407a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M322.952 726.48a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M322.922 739.518a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M322.942 752.812a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M322.942 765.769a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' d='M322.912 778.772a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M322.947 791.93a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M322.866 804.983a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M322.977 817.99a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.384 1.955 4.384 4.368M322.927 830.982a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M323.013 870.13a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M322.952 883.249a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M322.947 896.292a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M322.902 909.334a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368zM322.963 922.381a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.385 1.954 4.385 4.367M322.937 935.464a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M309.891 635.146a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M309.84 648.189a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M309.901 661.237a4.38 4.38 0 0 1-4.384 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M309.876 674.32a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M309.866 687.338a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M309.815 700.475a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M309.851 713.397a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M309.886 726.47a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M309.861 739.507a4.377 4.377 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M309.876 752.807a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M309.871 765.759a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.367M309.845 778.766a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M309.881 791.92a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M309.8 804.978a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M309.911 817.985a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M309.861 830.977a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M309.941 870.125a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M309.891 883.244c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M309.881 896.287a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M309.835 909.324a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M309.896 922.377a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M309.871 935.455a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M309.861 948.477a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M296.734 648.194a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368M296.789 661.247a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M296.764 674.33a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.376 4.376 0 0 1 4.379 4.368M296.759 687.347a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M296.703 700.486a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M296.739 713.407a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367s1.964-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M296.774 726.48a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M296.749 739.518a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M296.764 752.812a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M296.764 765.769a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M296.739 778.777a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.384-4.373 4.373 4.373 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M296.774 791.93a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M296.688 804.983a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M296.804 817.99a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.955 4.384 4.368M296.749 830.988a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M296.835 870.135a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M296.779 883.249a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M296.774 896.296a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M296.724 909.334a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.385-1.954-4.385-4.367a4.373 4.373 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M296.784 922.386a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M296.759 935.465a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M296.749 948.487a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.814 648.235a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.879 661.288a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M283.849 674.365a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.839 687.387a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M283.788 700.526c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M283.824 713.448a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.859 726.52a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M283.834 739.558a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M283.849 752.852a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M283.849 765.809c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M283.824 778.817a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M283.859 791.97c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M283.773 805.023a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M283.884 818.031a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M283.864 883.289a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.379 1.96 4.379 4.373M283.859 896.336a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M283.809 909.375a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.375 4.375 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368M283.869 922.427a4.373 4.373 0 0 1-4.384 4.368 4.369 4.369 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372M283.844 935.505a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M283.834 948.522a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M270.647 635.176a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M270.596 648.214a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M270.656 661.267a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M270.631 674.344a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M270.621 687.362a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M270.631 752.833a4.38 4.38 0 0 1-4.384 4.372 4.369 4.369 0 1 1 0-8.74 4.376 4.376 0 0 1 4.384 4.368M270.626 765.79a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.379 1.96 4.379 4.373M270.606 778.792a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.954 4.384 4.368M270.636 791.951a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M270.556 805.002a4.38 4.38 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M270.646 883.269a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M270.641 896.311a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M270.591 909.354a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M270.651 922.402a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M270.626 935.485a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M270.616 948.502a4.38 4.38 0 0 1-4.384 4.373 4.376 4.376 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M270.566 961.64a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367zM257.418 517.647a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.368 4.375 4.375 0 0 1 4.379 4.368M257.459 622.124a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M257.454 635.172a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M257.403 648.21a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M257.464 661.256a4.37 4.37 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.384-4.368 4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M257.439 674.339a4.38 4.38 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M257.434 765.779a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M257.408 778.787a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M257.444 791.94a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M257.363 804.993a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M257.444 896.306a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M257.393 909.344a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M257.459 922.397a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M257.434 935.474a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M257.424 948.497a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M257.368 961.635a4.38 4.38 0 0 1-8.758 0 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.473 517.631a4.376 4.376 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.377 4.377 0 0 1 4.384 4.372M244.509 530.786a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.38-4.367 4.377 4.377 0 0 1 4.38-4.373 4.373 4.373 0 0 1 4.379 4.368M244.423 543.838a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M244.514 622.104a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.37 4.37 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368M244.509 635.152a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373 4.373 4.373 0 0 1 4.379 4.368M244.458 648.189a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368zM244.493 674.32a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M244.483 687.342a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M244.488 765.764a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M244.463 778.766a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M244.498 791.92a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M244.418 804.978a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M244.514 922.377a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.368M244.488 935.46a4.377 4.377 0 0 1-4.384 4.372 4.373 4.373 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.376 4.376 0 0 1 4.384 4.368M244.478 948.482a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M244.423 961.616a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M231.24 543.853a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M231.301 687.357a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M231.281 778.782a4.377 4.377 0 0 1-4.38 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.368'/%3E%3Cpath fill='%23d60d8c' d='M231.316 791.935a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M231.23 804.993a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367s1.965-4.368 4.384-4.368a4.376 4.376 0 0 1 4.379 4.368M231.301 935.469a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M231.291 948.492a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M218.26 791.915a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M218.179 804.967a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M61.246 517.612a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.383-1.955-4.383-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M61.281 530.765a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M48.14 517.622a4.37 4.37 0 0 1-4.38 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.38 4.373M48.175 530.775a4.377 4.377 0 0 1-4.38 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.38-4.373c2.419 0 4.379 1.955 4.379 4.368M35.224 517.662a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.38-4.373 4.38 4.38 0 0 1 4.383 4.373M35.26 530.815a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.378-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M22.001 517.637a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.38-4.372A4.37 4.37 0 0 1 22 517.637M440.757 517.612a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M440.797 530.765a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M440.711 543.818a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M440.822 556.831a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M440.772 569.823c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M440.721 582.92a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M440.812 595.943a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M440.858 608.97a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M440.802 622.089a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M440.797 635.131a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M440.747 648.168a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' d='M440.807 661.221a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M440.782 674.304a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M440.772 687.322a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M440.716 700.46a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.367M440.757 713.383a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M440.792 726.455a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M440.762 739.493a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M440.782 752.787a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368M440.777 765.744a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M440.752 778.751a4.373 4.373 0 0 1-4.384 4.368 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.954 4.384 4.367M440.787 791.905a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M440.701 804.957a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367M440.812 817.965a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M440.767 830.963a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M440.711 844.055a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M440.807 857.078a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.384 1.955 4.384 4.368M440.848 870.105a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M440.792 883.224a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368s1.965-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368zM440.787 896.271a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M427.594 517.622a4.377 4.377 0 0 1-4.384 4.372 4.373 4.373 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.376 4.376 0 0 1 4.384 4.368M427.63 530.78a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M427.544 543.833a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.954 4.384 4.368M427.655 556.84a4.373 4.373 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.379-4.368 4.375 4.375 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M427.61 569.833a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M427.554 582.93a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M427.65 595.953a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M427.691 608.981a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368s1.965-4.368 4.385-4.368a4.373 4.373 0 0 1 4.379 4.368M427.635 622.099a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M427.63 635.141a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M427.579 648.184a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M427.645 661.232c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M427.615 674.314c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M427.61 687.332a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.385 1.954 4.385 4.367M427.554 700.47a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M427.589 713.392a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M427.625 726.465a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M427.6 739.503a4.373 4.373 0 0 1-4.385 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373M427.615 752.802a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M427.615 765.755a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M427.589 778.761a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M427.625 791.915a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M427.539 804.967a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M427.65 817.98a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M427.6 830.972c0 2.413-1.965 4.368-4.385 4.368a4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.38 4.38 0 0 1 4.385 4.372M427.549 844.07a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M427.64 857.088a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367zM427.686 870.121a4.37 4.37 0 0 1-4.38 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.373M427.63 883.234a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M427.625 896.281a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M414.528 517.617a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367s1.965-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M414.564 530.77a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M414.478 543.823a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M414.594 556.835a4.373 4.373 0 0 1-4.384 4.368 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.954 4.384 4.367M414.538 569.828a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.379 1.96 4.379 4.373M414.488 582.921a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M414.584 595.943a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M414.624 608.975a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M414.568 622.088a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M414.564 635.136a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M414.513 648.174a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M414.573 661.226a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M414.548 674.304a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M414.538 687.327a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M414.488 700.46a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M414.523 713.387a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372'/%3E%3Cpath fill='%23d60d8c' d='M414.559 726.46a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M414.533 739.498a4.376 4.376 0 0 1-4.379 4.372c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M414.548 752.793a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M414.548 765.749a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M414.523 778.751a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.375 4.375 0 0 1 4.379 4.367M414.559 791.91a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M414.473 804.962a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M414.584 817.97a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M414.533 830.963a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M414.483 844.06a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368a4.377 4.377 0 0 1 4.385-4.372 4.37 4.37 0 0 1 4.379 4.372M414.574 857.083a4.376 4.376 0 0 1-4.38 4.372 4.369 4.369 0 1 1 0-8.74c2.42 0 4.38 1.954 4.38 4.368M414.619 870.11a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M414.564 883.229a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M414.559 896.276a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M401.421 517.627a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M401.457 530.78c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M401.371 543.833a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M401.482 556.84c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M401.431 569.838a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M401.381 582.93a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367zM401.472 595.953a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M401.517 608.981a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M401.462 622.099a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M401.457 635.141a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M401.406 648.184a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M401.467 661.232a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M401.442 674.315a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M401.432 687.338a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.385-1.954-4.385-4.367a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.373M401.381 700.47a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M401.416 713.392a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M401.452 726.47a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M401.421 739.502a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.367M401.441 752.802a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M401.437 765.755a4.37 4.37 0 0 1-4.38 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.38 4.368zM401.411 778.761a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M401.447 791.915a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.38-4.367 4.377 4.377 0 0 1 4.38-4.373 4.37 4.37 0 0 1 4.379 4.368M401.426 830.972a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74c2.42 0 4.384 1.954 4.384 4.367zM401.376 844.071a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M401.467 857.093a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M401.512 870.121a4.38 4.38 0 0 1-4.384 4.372 4.369 4.369 0 1 1 0-8.74c2.42 0 4.384 1.955 4.384 4.368M401.452 883.239a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M401.447 896.281a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M388.507 517.667a4.373 4.373 0 0 1-4.385 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373M388.537 530.821a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M388.456 543.874a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368M388.567 556.881a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M388.517 569.878a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.385-1.954-4.385-4.367a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.373M388.466 582.97a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M388.557 595.994a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M388.602 609.021a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M388.542 622.139a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.38 4.38 0 0 1 8.758-.005M388.542 635.187a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M388.491 648.224a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M388.552 661.272a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M388.527 674.355a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M388.517 687.373a4.373 4.373 0 0 1-4.385 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.385 1.955 4.385 4.368M388.461 700.51a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M388.502 713.432a4.377 4.377 0 0 1-4.38 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.368M388.537 726.506a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M388.511 739.543a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367zM388.527 752.842a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M388.522 765.794a4.377 4.377 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.384-4.368 4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M388.496 778.801a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M388.532 791.956a4.376 4.376 0 0 1-4.379 4.372c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M388.461 844.111a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M388.552 857.133a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M388.592 870.161a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M388.537 883.274a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M388.532 896.322a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368zM375.283 517.642a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M375.319 530.795a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M375.233 543.848a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M375.349 556.86a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M375.299 569.853a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368zM375.248 582.951a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M375.339 595.973a4.38 4.38 0 0 1-4.384 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M375.384 609.001a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74 4.376 4.376 0 0 1 4.384 4.368M375.324 622.119a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M375.319 635.162a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M375.268 648.199a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M375.334 661.251a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M375.304 674.33a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M375.299 687.352a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M375.243 700.491c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M375.278 713.413a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M375.314 726.485a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M375.289 739.523a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M375.304 752.817a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M375.304 765.774a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M375.278 778.782a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M375.314 791.935a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M375.228 804.988a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M375.334 857.108a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M375.374 870.14a4.37 4.37 0 0 1-4.378 4.368 4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368 4.37 4.37 0 0 1 4.378 4.368M375.319 883.253a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M375.314 896.301a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M362.091 517.637a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M362.126 530.791a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M362.04 543.843a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372'/%3E%3Cpath fill='%23d60d8c' d='M362.152 556.85a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.385-1.955-4.385-4.368a4.38 4.38 0 0 1 4.385-4.373 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M362.106 569.848a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M362.056 582.941a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M362.147 595.963a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.38 1.954 4.38 4.367M362.192 608.996c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M362.131 622.109a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M362.126 635.157a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M362.076 648.194a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.136 661.247a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M362.111 674.325a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367s1.965-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368M362.101 687.347a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M362.051 700.486a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373 4.377 4.377 0 0 1 4.379 4.373'/%3E%3Cpath fill='%23d60d8c' d='M362.086 713.407a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M362.121 726.48a4.377 4.377 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M362.096 739.518a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.111 752.812a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M362.111 765.769a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.086 778.772a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M362.121 791.93a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M362.035 804.983a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M362.147 817.99a4.376 4.376 0 0 1-4.38 4.372 4.37 4.37 0 1 1 0-8.74c2.42 0 4.38 1.955 4.38 4.368M362.136 857.103a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M362.182 870.13a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M362.126 883.249a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.379 1.96 4.379 4.373M362.121 896.292a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.376 4.376 0 0 1 4.384 4.368M362.071 909.334a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.375 4.375 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368M349.146 517.617a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.955 4.384 4.368M349.181 530.77a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M349.156 569.828a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M349.105 582.925a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.201 595.948a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M349.242 608.975a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M349.186 622.093a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M349.181 635.136a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M349.131 648.174a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.385 1.954 4.385 4.367M349.196 661.227c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M349.166 674.309a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M349.156 687.327a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368M349.105 700.465a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M349.141 713.387a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M349.176 726.46a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M349.151 739.498a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M349.166 752.793a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M349.166 765.749a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M349.141 778.756a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.176 791.91a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M349.09 804.962a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M349.201 817.975a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M349.151 830.967a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M349.237 870.115a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M349.181 883.229a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M349.176 896.276a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M349.125 909.314a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.379 1.96 4.379 4.368M349.186 922.367a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M650.087 700.516a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.419 0 4.384 1.955 4.384 4.368M650.122 713.438a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M650.157 726.51a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368s1.965-4.368 4.384-4.368a4.37 4.37 0 0 1 4.379 4.368zM650.127 739.548a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M650.132 831.018a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M650.081 844.111a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M637.222 687.418a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M637.167 700.556a4.376 4.376 0 0 1-4.379 4.368 4.375 4.375 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M637.207 713.478a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M637.243 726.55a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368a4.373 4.373 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367M637.212 739.588a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M637.232 752.882a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M637.162 844.151a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M637.258 857.173a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M624.014 674.376a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M624.004 687.392a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M623.949 700.536a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M623.984 713.453a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M624.019 726.526a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M623.994 739.568a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368s1.965-4.368 4.384-4.368a4.37 4.37 0 0 1 4.379 4.368M624.014 752.863a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.384 1.955 4.384 4.368M623.944 844.131a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373c0-2.413 1.964-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M624.035 857.153a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M624.08 870.181a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M610.817 674.37a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M610.807 687.387a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.37 4.37 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.379 4.367M610.756 700.526a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M610.791 713.448c0 2.413-1.964 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M610.827 726.52a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M610.801 739.558a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M610.817 752.852a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M610.817 765.809a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M610.786 778.817a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M610.801 831.028a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M610.751 844.125a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M610.842 857.148a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M610.887 870.175a4.373 4.373 0 0 1-4.384 4.368 4.369 4.369 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M597.862 687.373a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M597.811 700.505a4.38 4.38 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M597.846 713.432a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M597.882 726.506a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M597.856 739.543a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M597.871 752.837a4.37 4.37 0 0 1-4.378 4.368c-2.42 0-4.385-1.954-4.385-4.368a4.373 4.373 0 0 1 4.385-4.367 4.37 4.37 0 0 1 4.378 4.367M597.871 765.795a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M597.846 778.797a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M597.882 791.956a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373'/%3E%3Cpath fill='%23d60d8c' d='M597.796 805.008a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M597.907 818.015a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M597.856 831.012a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M597.806 844.105a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M597.897 857.128a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M597.942 870.156a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M597.882 883.274a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M584.623 700.521a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M584.659 713.443a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M584.694 726.515a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.376 4.376 0 0 1 4.379 4.372M584.669 739.558c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.377 4.377 0 0 1 4.384 4.372M584.684 752.852a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M584.684 765.804a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M584.659 778.812a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M584.694 791.97a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M584.608 805.023a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M584.724 818.03a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M584.623 844.121a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M584.714 857.143a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M584.755 870.17a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M584.699 883.284a4.38 4.38 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.954 4.384 4.368zM571.572 700.496a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M571.607 713.418a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M571.643 726.491a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M571.618 739.528a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.419 0 4.384 1.955 4.384 4.368M571.633 752.828a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368zM571.633 765.779a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M571.607 778.787a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M571.643 791.94a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M571.557 804.993a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M571.668 818.005a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M571.618 830.998a4.376 4.376 0 0 1-4.379 4.372 4.376 4.376 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M571.567 844.095a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M571.658 857.118a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M571.704 870.145a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M571.648 883.263c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.38 4.38 0 0 1 4.384 4.372M571.643 896.306a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M558.531 700.521a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M558.566 713.443a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M558.602 726.515a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M558.577 739.553a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.385 1.954 4.385 4.367M558.592 752.847a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M558.592 765.804a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.37 4.37 0 0 1 4.38-4.367 4.37 4.37 0 0 1 4.379 4.367M558.566 778.812a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M558.602 791.965a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368s1.964-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M558.516 805.018a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M558.627 818.031a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M558.577 831.023a4.38 4.38 0 0 1-4.385 4.373 4.374 4.374 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.385 1.955 4.385 4.368M558.526 844.116a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M558.617 857.143a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M558.662 870.171a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M558.607 883.284a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.96 4.384 4.368M558.602 896.332a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M545.601 609.026a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.376 4.376 0 0 1 4.379 4.368M545.546 622.139c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.38-4.368 4.376 4.376 0 0 1 4.38-4.372 4.38 4.38 0 0 1 4.384 4.372M545.541 635.187a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368 4.373 4.373 0 0 1 4.379 4.368M545.465 700.515a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M545.5 713.432a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M545.51 739.548a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M545.525 752.842a4.38 4.38 0 0 1-4.384 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M545.525 765.799a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M545.5 778.802a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M545.535 791.96a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M545.449 805.013c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367M545.561 818.02a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.38 1.955 4.38 4.368M545.51 831.012a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M545.46 844.111a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368s1.964-4.368 4.384-4.368a4.373 4.373 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M545.556 857.134a4.373 4.373 0 0 1-4.385 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.385 4.373'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M545.596 870.161a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M545.54 883.279a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M545.535 896.322c0 2.413-1.964 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.96 4.384 4.368M532.358 582.981a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M532.449 596.003a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M532.494 609.036a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M532.439 622.149a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M532.434 635.197a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M532.383 648.234a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M532.444 661.287a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M532.418 674.365a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M532.408 687.382a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M532.358 700.521a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M532.393 713.443a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M532.429 726.515a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M532.403 739.558a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M532.418 752.852a4.376 4.376 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M532.413 765.804a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372M532.388 778.812a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M532.424 791.97a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.373 4.373 0 0 1 4.379 4.372M532.343 805.023a4.377 4.377 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M532.454 818.031a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M532.403 831.023a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.377 4.377 0 0 1 4.384 4.373M532.353 844.121a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M532.444 857.143a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M532.489 870.17a4.377 4.377 0 0 1-4.384 4.373 4.369 4.369 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367M532.429 883.284a4.376 4.376 0 0 1-4.379 4.372c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368zM532.424 896.332a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M519.544 556.931c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M519.494 569.923a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M519.443 583.021a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M519.534 596.044a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M519.579 609.071a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M519.524 622.189a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M519.519 635.232a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.374 4.374 0 0 1 4.379 4.373M519.468 648.275a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M519.529 661.322a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M519.504 674.405a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M519.494 687.422a4.38 4.38 0 0 1-4.385 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.385 1.954 4.385 4.367M519.443 700.561a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M519.479 713.483a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.373M519.514 726.555a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M519.488 739.593a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M519.504 752.893a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M519.499 765.845a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M519.473 778.852a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M519.509 792.006a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M519.423 805.058a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M519.539 818.071a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M519.488 831.063c0 2.413-1.964 4.368-4.384 4.368a4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M519.438 844.161a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M519.529 857.178a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M519.574 870.211a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.42 0 4.384 1.954 4.384 4.367zM519.514 883.325a4.373 4.373 0 0 1-4.384 4.367 4.368 4.368 0 1 1 0-8.735c2.419 0 4.384 1.955 4.384 4.368M519.509 896.372a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M506.21 543.898a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M506.326 556.911a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M506.276 569.903a4.373 4.373 0 0 1-4.38 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.38 4.373M506.225 583.002a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M506.316 596.018a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M506.361 609.051a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M506.301 622.164a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.954-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367zM506.301 635.212c0 2.413-1.965 4.367-4.384 4.367a4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M506.245 648.25a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M506.311 661.302a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M506.286 674.38a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M506.276 687.403c0 2.413-1.965 4.368-4.384 4.368a4.373 4.373 0 0 1-4.38-4.368 4.373 4.373 0 0 1 4.38-4.368c2.419 0 4.384 1.955 4.384 4.368M506.22 700.541a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.368M506.255 713.457a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.367M506.291 726.536a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M506.266 739.573a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M506.286 752.868a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.384-1.954-4.384-4.367a4.373 4.373 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M506.281 765.825a4.377 4.377 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M506.255 778.832a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M506.291 791.986a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' d='M506.205 805.039a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M506.321 818.045a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M506.266 831.043a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M506.215 844.136a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M506.311 857.159a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M506.351 870.186a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M506.291 896.346a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M493.103 530.84a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M493.017 543.893a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M493.134 556.906a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.38-4.368 4.377 4.377 0 0 1 4.38-4.373 4.374 4.374 0 0 1 4.379 4.373M493.083 569.893a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74c2.419 0 4.384 1.954 4.384 4.367zM493.032 582.991a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368zM493.169 609.046a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M493.108 622.16a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M493.103 635.207a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M493.053 648.245a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M493.113 661.293a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M493.088 674.376a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.372 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M493.078 687.397a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M493.027 700.536a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M493.063 713.453a4.376 4.376 0 0 1-4.379 4.372 4.377 4.377 0 0 1-4.384-4.372 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M493.098 726.526a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M493.073 739.568a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M493.088 752.863a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M493.088 765.82a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M493.063 778.822a4.377 4.377 0 0 1-4.379 4.373c-2.42 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M493.093 791.975a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368zM493.012 805.033a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.384 4.373M493.123 818.041a4.38 4.38 0 0 1-4.384 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M493.073 831.033a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M493.022 844.131a4.376 4.376 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M493.113 857.153a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M493.159 870.181a4.377 4.377 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M493.103 883.299a4.377 4.377 0 0 1-4.379 4.373 4.377 4.377 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M493.098 896.341a4.377 4.377 0 0 1-4.379 4.373 4.374 4.374 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M480.123 517.667a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M480.158 530.821a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M480.072 543.879a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.373M480.188 556.886a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368zM480.133 569.877a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M480.082 582.976a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M480.178 595.999a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M480.219 609.026a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M480.163 622.144a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M480.158 635.187a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M480.108 648.224a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.385-4.373 4.37 4.37 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368M480.173 661.277a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M480.143 674.355a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M480.133 687.377a4.377 4.377 0 0 1-4.379 4.373 4.376 4.376 0 0 1-4.384-4.368 4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367'/%3E%3Cpath fill='%23d60d8c' d='M480.082 700.515a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.377 4.377 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.372'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M480.118 713.438a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M480.153 726.51a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M480.128 739.548a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M480.143 752.842a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M480.143 765.799a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368a4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M480.118 778.807a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M480.153 791.96a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.954-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M480.067 805.013a4.377 4.377 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368zM480.178 818.02a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M480.128 831.018a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M480.077 844.111a4.373 4.373 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368M480.168 857.134a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.373M480.214 870.166c0 2.413-1.965 4.367-4.385 4.367a4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.385 1.96 4.385 4.373M480.158 883.279a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M480.153 896.327a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.373 4.373 0 0 1 4.379 4.368M466.94 517.682a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.37 4.37 0 0 1 4.379 4.368M466.976 530.835a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.74c2.42 0 4.385 1.954 4.385 4.367M466.89 543.888a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.385-1.955-4.385-4.368a4.38 4.38 0 0 1 4.385-4.372 4.373 4.373 0 0 1 4.379 4.372M467.001 556.896a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373c2.419 0 4.384 1.955 4.384 4.368M466.95 569.893a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 1 1 0-8.741 4.373 4.373 0 0 1 4.379 4.368M466.9 582.986a4.38 4.38 0 0 1-4.385 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.385 1.955 4.385 4.368M466.991 596.008a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M467.036 609.041a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M466.975 622.154a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M466.975 635.202a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 1 1 0-8.74 4.37 4.37 0 0 1 4.379 4.368M466.925 648.24a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.373 4.373 0 0 1 4.379 4.368M466.986 661.293a4.37 4.37 0 0 1-4.379 4.367c-2.42 0-4.385-1.954-4.385-4.367a4.373 4.373 0 0 1 4.385-4.368 4.37 4.37 0 0 1 4.379 4.368M466.96 674.37a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M466.95 687.387a4.377 4.377 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.372 4.37 4.37 0 0 1 4.379 4.367M466.895 700.531a4.373 4.373 0 0 1-4.38 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.38 1.955 4.38 4.373M466.935 713.453a4.373 4.373 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.373 4.373 0 0 1 4.379-4.368c2.419 0 4.384 1.955 4.384 4.368M466.97 726.526a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.42 0 4.384 1.955 4.384 4.368M466.94 739.563a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M466.955 752.858a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M466.955 765.815a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M466.935 778.817a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368M466.965 791.975a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M466.879 805.028a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M466.996 818.036a4.376 4.376 0 0 1-4.379 4.372 4.369 4.369 0 1 1 0-8.74 4.373 4.373 0 0 1 4.379 4.368M466.945 831.028a4.376 4.376 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M466.895 844.125a4.37 4.37 0 0 1-4.379 4.368 4.376 4.376 0 0 1-4.384-4.368 4.37 4.37 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M466.986 857.148a4.374 4.374 0 0 1-4.385 4.368 4.37 4.37 0 1 1 0-8.741 4.38 4.38 0 0 1 4.385 4.373M467.031 870.181a4.374 4.374 0 0 1-4.384 4.368 4.369 4.369 0 1 1 0-8.74 4.38 4.38 0 0 1 4.384 4.372M466.97 883.294a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367a4.38 4.38 0 0 1 4.384-4.373 4.373 4.373 0 0 1 4.379 4.373M466.965 896.336a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M453.884 517.657a4.373 4.373 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.379 4.373M453.919 530.81a4.374 4.374 0 0 1-4.384 4.368 4.37 4.37 0 1 1 0-8.74 4.377 4.377 0 0 1 4.384 4.372M453.833 543.863a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367s1.965-4.368 4.384-4.368a4.37 4.37 0 0 1 4.379 4.368M453.949 556.876a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.38 4.38 0 0 1 4.384 4.373M453.899 569.868a4.373 4.373 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M453.848 582.966a4.37 4.37 0 0 1-4.384 4.367 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.377 4.377 0 0 1 4.384 4.373M453.939 595.983a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.373 4.373 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M453.98 609.016a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M453.924 622.129a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.367M453.919 635.176a4.37 4.37 0 0 1-4.379 4.368 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M453.869 648.214a4.373 4.373 0 0 1-4.379 4.368c-2.42 0-4.384-1.955-4.384-4.368s1.964-4.367 4.384-4.367a4.37 4.37 0 0 1 4.379 4.367M453.934 661.267a4.37 4.37 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.374 4.374 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M453.909 674.345a4.373 4.373 0 0 1-4.379 4.368c-2.419 0-4.384-1.955-4.384-4.368a4.373 4.373 0 0 1 4.384-4.367 4.37 4.37 0 0 1 4.379 4.367M453.899 687.368a4.37 4.37 0 0 1-4.379 4.367c-2.419 0-4.384-1.954-4.384-4.367S447.101 683 449.52 683a4.373 4.373 0 0 1 4.379 4.368M453.843 700.505a4.376 4.376 0 0 1-4.379 4.373 4.373 4.373 0 0 1-4.379-4.373 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M453.884 713.427a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372c2.419 0 4.384 1.954 4.384 4.367M453.914 726.501a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.374 4.374 0 0 1 4.379 4.373M453.889 739.538a4.376 4.376 0 0 1-4.379 4.372c-2.42 0-4.384-1.954-4.384-4.367a4.377 4.377 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M453.904 752.833a4.37 4.37 0 0 1-4.379 4.367 4.37 4.37 0 0 1-4.379-4.367 4.37 4.37 0 0 1 4.379-4.368 4.37 4.37 0 0 1 4.379 4.368M453.904 765.79a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.368M453.879 778.796c0 2.413-1.965 4.368-4.384 4.368a4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367c2.419 0 4.384 1.954 4.384 4.367M453.914 791.951a4.376 4.376 0 0 1-4.379 4.372 4.37 4.37 0 0 1-4.379-4.367 4.377 4.377 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368M453.828 805.002a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.37 4.37 0 0 1 4.379-4.367 4.37 4.37 0 0 1 4.379 4.367M453.939 818.01a4.37 4.37 0 0 1-4.379 4.368 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.372 4.37 4.37 0 0 1 4.379 4.372M453.889 831.002a4.376 4.376 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.367 4.376 4.376 0 0 1 4.379-4.373 4.37 4.37 0 0 1 4.379 4.367M453.838 844.1a4.376 4.376 0 0 1-4.379 4.373c-2.419 0-4.384-1.955-4.384-4.368a4.38 4.38 0 0 1 4.384-4.373 4.37 4.37 0 0 1 4.379 4.368M453.934 857.124a4.377 4.377 0 0 1-4.384 4.372 4.373 4.373 0 0 1-4.379-4.372 4.373 4.373 0 0 1 4.379-4.368c2.42 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' d='M453.975 870.151a4.38 4.38 0 0 1-4.384 4.373 4.37 4.37 0 1 1 0-8.741c2.419 0 4.384 1.955 4.384 4.368'/%3E%3Cpath fill='%23d60d8c' fill-opacity='.4' d='M453.919 883.269a4.377 4.377 0 0 1-4.379 4.373 4.38 4.38 0 0 1-4.384-4.373 4.37 4.37 0 0 1 4.384-4.368 4.37 4.37 0 0 1 4.379 4.368M453.914 896.311a4.38 4.38 0 0 1-4.384 4.373 4.373 4.373 0 0 1-4.379-4.368 4.377 4.377 0 0 1 4.379-4.373c2.42 0 4.384 1.955 4.384 4.368M453.864 909.354a4.377 4.377 0 0 1-4.379 4.373 4.37 4.37 0 0 1-4.379-4.368 4.376 4.376 0 0 1 4.379-4.373 4.373 4.373 0 0 1 4.379 4.368'/%3E%3Cpath fill='%23d60d8c' stroke='%23000' d='M357.441 611.145c5.426 0 9.83 4.387 9.83 9.799-.001 5.414-4.405 9.812-9.83 9.812s-9.817-4.386-9.817-9.812 4.392-9.799 9.817-9.799ZM501.628 873.5c5.425 0 9.829 4.387 9.829 9.8s-4.405 9.811-9.829 9.811-9.818-4.386-9.818-9.811 4.393-9.8 9.818-9.8ZM396.628 480.5c5.425 0 9.829 4.387 9.829 9.8s-4.405 9.811-9.829 9.811-9.818-4.386-9.818-9.811 4.393-9.8 9.818-9.8ZM318.628 246.5c5.425 0 9.829 4.387 9.829 9.8s-4.405 9.811-9.829 9.811-9.818-4.386-9.818-9.811 4.393-9.8 9.818-9.8ZM541.374 638.138c5.459 0 9.88 4.414 9.88 9.862s-4.421 9.862-9.88 9.862-9.88-4.414-9.88-9.862 4.421-9.862 9.88-9.862ZM619.963 665.138c5.459 0 9.88 4.414 9.88 9.862s-4.421 9.862-9.88 9.862-9.88-4.414-9.88-9.862 4.421-9.862 9.88-9.862ZM580.69 822.5c5.459 0 9.88 4.414 9.88 9.862s-4.421 9.863-9.88 9.863-9.88-4.415-9.88-9.863 4.421-9.862 9.88-9.862ZM501.338 744.138c5.459 0 9.88 4.414 9.88 9.862s-4.421 9.862-9.88 9.862-9.88-4.414-9.88-9.862 4.42-9.862 9.88-9.862ZM541.69 714.5c5.459 0 9.88 4.414 9.88 9.862s-4.421 9.863-9.88 9.863-9.88-4.415-9.88-9.863 4.421-9.862 9.88-9.862ZM619.69 755.5c5.459 0 9.88 4.414 9.88 9.862s-4.421 9.863-9.88 9.863-9.88-4.415-9.88-9.863 4.421-9.862 9.88-9.862Z'/%3E%3Cpath fill='%23d60d8c' stroke='%23fff' d='M260.801 360.5c8.835 0 16.009 7.157 16.009 15.99 0 8.835-7.175 16.01-16.009 16.01s-15.991-7.156-15.991-16.01c0-8.853 7.156-15.99 15.991-15.99Z'/%3E%3Cpath fill='%23d60d8c' stroke='%23fff' d='M260.803 365.5c6.075 0 11.007 4.92 11.007 10.993s-4.933 11.007-11.007 11.007-10.993-4.92-10.993-11.007 4.92-10.993 10.993-10.993ZM487.801 580.5c8.835 0 16.009 7.157 16.009 15.99 0 8.835-7.175 16.01-16.009 16.01s-15.991-7.156-15.991-16.01c0-8.853 7.156-15.99 15.991-15.99Z'/%3E%3Cpath fill='%23d60d8c' stroke='%23fff' d='M487.803 585.5c6.075 0 11.007 4.92 11.007 10.993s-4.933 11.007-11.007 11.007-10.993-4.92-10.993-11.007 4.92-10.993 10.993-10.993ZM378.801 802.5c8.835 0 16.009 7.157 16.009 15.99 0 8.835-7.175 16.01-16.009 16.01s-15.991-7.156-15.991-16.01c0-8.853 7.156-15.99 15.991-15.99Z'/%3E%3Cpath fill='%23d60d8c' stroke='%23fff' d='M378.803 807.5c6.075 0 11.007 4.92 11.007 10.993s-4.933 11.007-11.007 11.007-10.993-4.92-10.993-11.007 4.92-10.993 10.993-10.993Z'/%3E%3C/svg%3E");
.video_container {
display: none;
}
} @media (width >= 768px) {
.stats_container {
.stats {
flex: 0 1 calc(25% - (var(--gap-xl) * 3) / 4);
}
} &.animated_map {
.map_container {
position: relative;
isolation: isolate;
width: clamp(272px, 100vw + -48px, 677px);
height: clamp(404px, 148.395vw + -70.864px, 1005px);
opacity: 1;
.video_container {
display: block;
max-width: 191px;
max-height: 139px;
aspect-ratio: 191 / 139;
position: absolute;
video {
aspect-ratio: 191 / 139;
object-fit: cover;
width: 100%;
border-radius: var(--border-radius-m);
transform-origin: bottom right;
transform: scale(0);
animation-duration: 16.5s;
animation-iteration-count: infinite;
animation-timing-function: ease;
}
&::before {
position: absolute;
right: -16.5px;
bottom: -16.5px;
content: "";
display: block;
width: 33px;
aspect-ratio: 1;
background: center / 33px 33px no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none' viewBox='0 0 33 33'%3E%3Cpath fill='%23d60d8c' stroke='%23fff' d='M16.49.5C25.326.5 32.5 7.657 32.5 16.49c0 8.835-7.175 16.01-16.01 16.01C7.656 32.5.5 25.344.5 16.49.5 7.637 7.656.5 16.49.5Z'/%3E%3Cpath fill='%23d60d8c' stroke='%23fff' d='M16.493 5.5c6.075 0 11.007 4.92 11.007 10.993S22.567 27.5 16.493 27.5 5.5 22.58 5.5 16.493 10.42 5.5 16.493 5.5Z'/%3E%3C/svg%3E");
z-index: 2;
}
&.top_video {
top: 23.5820896%;
left: 10.1920236%;
video {
animation-name: map-video-top;
}
}
&.middle_video {
top: 45.4726368%;
left: 43.7223043%;
video {
animation-name: map-video-middle;
}
}
&.bottom_video {
top: 67.5621891%;
left: 27.6218612%;
video {
animation-name: map-video-bottom;
}
}
}
}
}
}
@media (width >= 1200px) {
flex-direction: row;
justify-content: space-between;
gap: var(--gap-xl);
.content_container {
max-width: 664px;
}
.stats_container {
.stats {
flex: 0 1 calc(50% - (var(--gap-xl) * 1) / 2);
}
}
.map_container {
opacity: 1;
width: clamp(272px, 100vw + -48px, 677px);
}
}
}
@keyframes map-video-top {
0%,
30.3% {
transform: scale(1);
}
33.33%,
96.97% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes map-video-middle {
0%,
30.3% {
transform: scale(0);
}
33.33%,
63.64% {
transform: scale(1);
}
66.67%,
100% {
transform: scale(0);
}
}
@keyframes map-video-bottom {
0%,
63.64% {
transform: scale(0);
}
66.67%,
96.97% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}.fc_simple_content {
&.padding_full:has(#yith-store-locator) {
padding-inline: 0;
}
#yith-store-locator {
padding: 0 !important;
.wrapper-main-sections {
display: block;
height: initial;
> div {
width: 100% !important;
padding: 0;
}
#yith-sl-section-results {
padding: var(--gap-m) var(--gap-m) var(--padding-xs) var(--gap-m) !important;
.title-search-bar {
font-weight: 900;
font-size: clamp(25px, 0.899vw + 19.824px, 36px);
text-transform: inherit;
letter-spacing: inherit;
margin-bottom: 24px;
}
#yith-sl-wrap-search-stores {
position: relative;
}
#yith-search-store-container {
.wrap-search-bar {
width: 100%;
margin-bottom: 0;
.search-stores {
height: 50px;
border: 1px solid var(--color-black);
border-radius: var(--border-radius-max);
padding-left: 12px;
padding-right: 85px;
}
#yith-sl-search-icon {
width: 24px;
top: calc(50% - 12px);
right: 49px;
}
}
}
button#yith-sl-geolocation {
position: absolute;
width: 25px;
height: 25px;
border: none;
bottom: 12.5px;
right: 12px;
overflow: hidden;
padding: 0;
text-indent: -99999px;
background: transparent no-repeat center / contain
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' fill='none' viewBox='0 0 27 27'%3E%3Cpath fill='%23d60d8c' d='M14.658 1.158a1 1 0 1 0-2 0h2m-2 2.374a1 1 0 1 0 2 0h-2M14.5 23.31a1 1 0 1 0-2 0h2m-2 2.374a1 1 0 0 0 2 0h-2M1.316 12.342a1 1 0 1 0 0 2v-2m2.374 2a1 1 0 1 0 0-2v2M23.47 12.5a1 1 0 1 0 0 2v-2m2.373 2a1 1 0 1 0 0-2v2M13.737 7.606l.913-.409a1 1 0 0 0-1.813-.027zm5.103 11.392-.479.878a1 1 0 0 0 1.392-1.287zM13.62 16.15l.479-.878a1 1 0 0 0-.934-.012zm-5.34 2.73-.9-.436a1 1 0 0 0 1.355 1.326zM26 13.5h-1C25 19.851 19.851 25 13.5 25v2C20.956 27 27 20.956 27 13.5zM13.5 26v-1C7.149 25 2 19.851 2 13.5H0C0 20.956 6.044 27 13.5 27zM1 13.5h1C2 7.149 7.149 2 13.5 2V0C6.044 0 0 6.044 0 13.5zM13.5 1v1C19.851 2 25 7.149 25 13.5h2C27 6.044 20.956 0 13.5 0zm.158.158h-1v2.374h2V1.158zM13.5 23.31h-1v2.374h2V23.31zM1.316 13.342v1H3.69v-2H1.316zm22.153.158v1h2.373v-2h-2.373zm-9.732-5.894-.912.409 5.103 11.392.912-.409.913-.409L14.65 7.198zm5.103 11.392.48-.878-5.222-2.848-.48.878-.478.878 5.221 2.848zM13.62 16.15l-.455-.89-5.34 2.73.454.89.456.89 5.34-2.73zm-5.34 2.73.9.436 5.458-11.274-.9-.436-.9-.436-5.459 11.274z'/%3E%3C/svg%3E") !important;
}
.wrapper-filter {
margin-bottom: 0;
}
#yith-sl-main-filters-container {
margin-top: 24px;
}
}
#yith-sl-section-map {
#yith-sl-gmap {
height: 100% !important;
min-height: 677px;
}
}
}
#yith-sl-gmap .gm-style-iw {
background-color: var(--color-white);
border-radius: var(--border-radius-l);
padding: 0 !important;
box-shadow: 0 calc(var(--gap-xxs) / 2) calc(var(--gap-xxs) * 5) 0
hsl(from var(--color-black) h s l / 0.15);
.gm-style-iw-d {
padding: 0px 8px 24px 24px !important;
.store-info {
padding: 0 !important;
text-align: center;
.store-name {
font-size: clamp(20px, 0.327vw + 18.118px, 24px) !important;
line-height: 0.9;
color: var(--color-primary-pink);
margin: 0 0 24px 0 !important;
span {
margin: 0 !important;
}
}
.store-address,
.stockist-open-hours {
color: var(--color-black) !important;
font-size: 18px !important;
font-weight: 400 !important;
margin: 0 0 24px 0 !important;
}
.button {
padding: 20px 32px;
outline: none;
}
}
}
} @media (width >= 992px) {
.wrapper-main-sections {
#yith-sl-section-results {
display: flex;
gap: var(--gap-s);
max-width: 1280px;
margin-inline: auto;
#yith-sl-wrap-search-stores,
#yith-sl-main-filters-container {
flex-basis: calc(50% - (var(--gap-s) / 2));
#yith-sl-search-stores {
position: relative;
.wrap-buttons {
margin-bottom: 0;
}
}
}
}
}
}
}
}.fc_content_repeater {
&.link {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: var(--gap-xs);
.link_item {
border: 1px solid var(--color-text);
border-radius: var(--border-radius-max);
padding: 20px 40px;
font-weight: 400;
transition:
background-color 0.4s ease,
border-color 0.4s ease,
color 0.4s ease;
&:hover {
color: var(--color-text);
background-color: var(--color-secondary-pink);
}
}
}
&.standard,
&.numbered {
display: grid;
gap: var(--gap-s);
grid-template-columns: repeat(1, 1fr);
.content {
border: 1px solid var(--color-text);
padding: var(--gap-s);
border-radius: var(--border-radius-m);
transition:
background-color 0.4s ease,
color 0.4s ease;
} @media (width >= 576px) {
&.grid_2,
&.grid_4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (width >= 768px) {
&.grid_3 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (width >= 992px) {
&.grid_4 {
grid-template-columns: repeat(4, 1fr);
}
}
}
&.numbered {
.content {
counter-increment: numbered-cards;
padding: var(--gap-l) var(--gap-s) var(--gap-s) var(--gap-s);
&::before {
content: counter(numbered-cards) ".";
display: block;
font-weight: 900;
line-height: 0.9;
letter-spacing: -3px;
font-size: clamp(34px, 2.124vw + 21.765px, 60px);
margin-bottom: var(--gap-xs);
color: var(--color-primary-pink);
}
}
} &.bg_black {
&.link {
.link_item {
&:hover {
color: var(--color-grey-text);
}
}
}
}
}.tns-outer {
padding: 0 !important;
}
.tns-outer [hidden] {
display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
cursor: pointer;
}
.tns-slider {
-webkit-transition: all 0s;
-moz-transition: all 0s;
transition: all 0s;
}
.tns-slider > .tns-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
content: "";
display: table;
clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
margin-right: -100%;
}
.tns-no-calc {
position: relative;
left: 0;
}
.tns-gallery {
position: relative;
left: 0;
min-height: 1px;
}
.tns-gallery > .tns-item {
position: absolute;
left: -100%;
-webkit-transition:
transform 0s,
opacity 0s;
-moz-transition:
transform 0s,
opacity 0s;
transition:
transform 0s,
opacity 0s;
}
.tns-gallery > .tns-slide-active {
position: relative;
left: auto !important;
}
.tns-gallery > .tns-moving {
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.tns-autowidth {
display: inline-block;
}
.tns-lazy-img {
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
opacity: 0.6;
}
.tns-lazy-img.tns-complete {
opacity: 1;
}
.tns-ah {
-webkit-transition: height 0s;
-moz-transition: height 0s;
transition: height 0s;
}
.tns-ovh {
overflow: hidden;
}
.tns-visually-hidden {
position: absolute;
left: -10000em;
}
.tns-transparent {
opacity: 0;
visibility: hidden;
}
.tns-fadeIn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 0;
}
.tns-normal,
.tns-fadeOut {
opacity: 0;
filter: alpha(opacity=0);
z-index: -1;
}
.tns-vpfix {
white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
display: inline-block;
}
.tns-t-subp2 {
margin: 0 auto;
width: 310px;
position: relative;
height: 10px;
overflow: hidden;
}
.tns-t-ct {
width: 2333.3333333%;
width: -webkit-calc(100% * 70 / 3);
width: -moz-calc(100% * 70 / 3);
width: calc(100% * 70 / 3);
position: absolute;
right: 0;
}
.tns-t-ct:after {
content: "";
display: table;
clear: both;
}
.tns-t-ct > div {
width: 1.4285714%;
width: -webkit-calc(100% / 70);
width: -moz-calc(100% / 70);
width: calc(100% / 70);
height: 10px;
float: left;
} .tns-controls {
display: flex;
gap: calc(var(--gap-s) / 2);
align-items: center;
right: 0;
justify-content: center;
}
.tns-controls button {
background: no-repeat center / contain
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='none' viewBox='0 0 45 45'%3E%3Ccircle cx='22.5' cy='22.5' r='22' stroke='%23d60d8c' transform='rotate(-180 22.5 22.5)'/%3E%3Cpath fill='%23d60d8c' d='M12 23a1 1 0 1 1 0-2v2m20.707-1.707a1 1 0 0 1 0 1.414l-6.364 6.364a1 1 0 0 1-1.414-1.414L30.586 22l-5.657-5.657a1 1 0 0 1 1.414-1.414zM12 22v-1h20v2H12z'/%3E%3C/svg%3E");
width: 40px;
aspect-ratio: 1;
text-indent: -9999px;
overflow: hidden;
z-index: 5;
border: none;
transition: background 0.4s ease;
}
.bg_black .tns-controls button {
background: no-repeat center / contain
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='none' viewBox='0 0 45 45'%3E%3Ccircle cx='22.5' cy='22.5' r='22' stroke='%23fff' transform='rotate(-180 22.5 22.5)'/%3E%3Cpath fill='%23fff' d='M12 23a1 1 0 1 1 0-2v2m20.707-1.707a1 1 0 0 1 0 1.414l-6.364 6.364a1 1 0 0 1-1.414-1.414L30.586 22l-5.657-5.657a1 1 0 0 1 1.414-1.414zM12 22v-1h20v2H12z'/%3E%3C/svg%3E");
}
.tns-controls button:hover {
background: no-repeat center / contain
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='none' viewBox='0 0 45 45'%3E%3Ccircle cx='22.5' cy='22.5' r='22' fill='%23d60d8c' stroke='%23d60d8c' transform='rotate(-180 22.5 22.5)'/%3E%3Cpath fill='%23fff' d='M12 23a1 1 0 1 1 0-2v2m20.707-1.707a1 1 0 0 1 0 1.414l-6.364 6.364a1 1 0 0 1-1.414-1.414L30.586 22l-5.657-5.657a1 1 0 0 1 1.414-1.414zM12 22v-1h20v2H12z'/%3E%3C/svg%3E");
}
.tns-controls button:disabled {
opacity: 0.5;
}
.tns-controls button:nth-child(1) {
transform: rotate(180deg);
}
button[data-action="stop"] {
display: none;
}
@media (max-width: 850px) {
.tns-controls {
position: relative;
}
.tns-outer {
display: flex;
flex-direction: column-reverse;
}
}
.tns-outer {
display: flex;
flex-direction: column-reverse;
gap: var(--gap-m);
}
.flex-forward .tns-outer {
flex-direction: column;
}
.overflow-visible {
overflow: hidden;
.tns-ovh {
overflow: visible !important;
}
}.fc_testimonials {
.tns-inner {
padding-inline: var(--width-xs);
}
.slides {
display: flex;
.slide {
opacity: 0.5;
transition: opacity 0.4s ease;
.testimonial {
border: 1px solid var(--color-text);
border-radius: var(--border-radius-m);
padding: var(--gap-m);
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
height: 100%;
.testimonial_content {
margin-bottom: var(--gap-s);
.content {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
transition: all 0.4s ease;
&.expanded {
-webkit-line-clamp: unset;
display: block;
}
}
.read_more_toggle {
margin-top: var(--gap-xs);
padding: 0;
background: transparent;
border: none;
font-size: 18px;
color: var(--color-primary-pink);
cursor: pointer;
font-weight: 900;
display: none;
margin-top: 10px;
}
}
.testimonial_meta {
margin-top: auto;
.rating {
margin-bottom: var(--gap-xs);
height: 20px;
mask-position: left;
mask-size: 23px 20px;
mask-repeat: repeat-x;
color: var(--color-primary-pink);
background-color: currentColor;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none' viewBox='0 0 23 20'%3E%3Cpath fill='currentColor' d='M10.297.126a.226.226 0 0 1 .406 0l3.07 6.221a.23.23 0 0 0 .17.124l6.863.998c.186.027.26.255.125.386l-4.966 4.842a.23.23 0 0 0-.065.2l1.172 6.838a.226.226 0 0 1-.328.239l-6.139-3.229a.23.23 0 0 0-.21 0l-6.14 3.229a.226.226 0 0 1-.327-.24L5.1 12.898a.23.23 0 0 0-.065-.2L.069 7.855a.226.226 0 0 1 .125-.386l6.863-.998a.23.23 0 0 0 .17-.124z'/%3E%3C/svg%3E");
&.rating_1 {
width: 23px;
}
&.rating_2 {
width: calc(23px * 2);
}
&.rating_3 {
width: calc(23px * 3);
}
&.rating_4 {
width: calc(23px * 4);
}
&.rating_5 {
width: calc(23px * 5);
}
}
}
}
&.tns-slide-active {
opacity: 1;
}
}
}
}.fc_call_to_action {
--color-text: var(--color-white);
--color-headings: var(--color-white);
color: var(--color-text);
position: relative;
isolation: isolate;
.highlight {
color: var(--color-black);
}
.wp_content {
> *:not(.button) {
margin-bottom: var(--padding-xs);
}
> :last-child {
margin-bottom: 0;
}
}
.banner_image,
.banner_video {
position: absolute;
z-index: -2;
inset: 0;
overflow: hidden;
}
.banner_video {
iframe {
position: absolute;
top: 50%;
left: 50%;
min-width: 100.5%;
min-height: 100%;
aspect-ratio: 16 / 9;
transform: translate(-50%, -50%);
pointer-events: none;
}
}
&::after {
content: "";
position: absolute;
z-index: -1;
inset: 0;
background-color: hsl(from var(--color-primary-pink) h s l / 0.6);
}
}.fc_column_content {
display: flex;
flex-direction: column;
gap: var(--gap-xxl); &.top {
align-items: flex-start;
}
&.center {
align-items: center;
}
&.bottom {
align-items: flex-end;
}
&.stretch {
align-items: stretch;
}
.mobile_left {
text-align: left;
}
.mobile_centre {
text-align: center;
}
.mobile_right {
text-align: right;
}
> .left,
> .right {
width: 100%;
} @media (width >= 992px) {
flex-direction: row; &[class*="ratio_"] {
--left: 50%;
--right: 50%;
}
&.ratio_30_70 {
--left: 30%;
--right: 70%;
}
&.ratio_70_30 {
--left: 70%;
--right: 30%;
}
&.ratio_40_60 {
--left: 40%;
--right: 60%;
}
&.ratio_60_40 {
--left: 60%;
--right: 40%;
}
> .left {
flex: 0 1 var(--left);
}
> .right {
flex: 0 1 var(--right);
} .desktop_left {
text-align: left;
}
.desktop_centre {
text-align: center;
justify-content: center;
.button_container {
justify-content: center;
}
}
.desktop_right {
text-align: right;
justify-content: flex-end;
.button_container {
justify-content: flex-end;
}
}
}
}.fc_frequently_asked_questions {
.faqs_container {
display: flex;
flex-direction: column;
gap: var(--gap-xs);
.faq_item {
--color-text: var(--color-black);
color: var(--color-text);
border-radius: var(--border-radius-m);
background-color: var(--color-secondary-pink);
.title {
cursor: pointer;
margin: 0;
background: transparent calc(100% - var(--gap-s)) center / 18px 18px
no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18 10.8H0V7.2h18z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.801 0v18h-3.6V0z' clip-rule='evenodd'/%3E%3C/svg%3E");
padding: var(--gap-s) calc((var(--gap-s) * 2) + 18px) var(--gap-s)
var(--gap-s);
box-sizing: border-box;
font-size: 18px;
font-weight: 900;
letter-spacing: -1px;
}
.tab_inner {
box-sizing: border-box;
padding-inline: var(--gap-s);
display: grid;
grid-template-rows: 0fr;
transition:
grid-template-rows 0.4s ease,
padding 0.4s ease;
> .wp_content {
overflow: hidden;
iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
}
}
&.active {
.title {
background: transparent calc(100% - var(--gap-s)) center / 18px 4px
no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='4' fill='none' viewBox='0 0 18 4'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18 3.6H0V0h18z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.tab_inner {
grid-template-rows: 1fr;
padding-block: 0 var(--gap-s);
}
}
}
}
.faqs_container_nested {
.faqs_container {
scroll-margin-top: calc(var(--header-height) + var(--padding-xs));
margin-top: var(--padding-m);
.h5 {
margin-bottom: var(--gap-s);
}
&:first-of-type {
margin-top: 0;
}
}
}
.faqs_jump_to {
background-color: var(--color-secondary-pink);
border-radius: var(--border-radius-m);
margin-bottom: var(--padding-xs);
.jump_to_toggle {
--color-text: var(--color-black);
display: flex;
align-items: center;
justify-content: center;
gap: var(--gap-xs);
cursor: pointer;
padding: calc(var(--gap-s) / 2);
color: var(--color-text);
&::after {
content: "";
display: block;
width: 10px;
height: 7px;
background: center / contain no-repeat
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill='%23333333' d='m5 6.06-5-5L1.06 0 5 3.94 8.94 0 10 1.06l-5 5Z'/%3E%3C/svg%3E");
transition: rotate 0.4s ease;
}
&.active {
&::after {
rotate: 180deg;
}
}
}
ul {
display: flex;
flex-direction: column;
gap: calc(var(--gap-s) / 2);
padding: 0 var(--gap-xs);
height: 0;
overflow: hidden;
interpolate-size: allow-keywords;
transition:
height 0.4s ease,
padding 0.4s ease;
li {
list-style: none;
a {
display: block;
background-color: var(--color-white);
border: 1px solid var(--color-text);
border-radius: var(--border-radius-max);
padding: calc(var(--gap-s) / 2);
font-weight: 400;
text-align: center;
transition:
background-color 0.4s ease,
border-color 0.4s ease,
color 0.4s ease;
&:hover {
color: var(--color-text);
background-color: var(--color-secondary-pink);
}
}
}
}
&.active {
ul {
height: fit-content;
padding: var(--gap-xs);
}
}
} &.bg_black {
.faqs_jump_to {
ul {
li {
a {
color: var(--color-black);
border: 1px solid var(--color-black);
&:hover {
color: var(--color-black);
}
}
}
}
}
} @media (width >= 768px) {
.faqs_jump_to {
background-color: transparent;
.jump_to_toggle {
display: none;
}
ul {
flex-flow: row wrap;
justify-content: center;
padding: 0;
height: fit-content;
li {
list-style: none;
a {
background-color: transparent;
padding: 20px 40px;
}
}
}
&.active {
ul {
height: fit-content;
padding: var(--gap-xs);
}
}
}
} &.bg_black {
.faqs_jump_to {
ul {
li {
a {
color: var(--color-white);
border: 1px solid var(--color-white);
}
}
}
}
}
}.fc_icon_grid {
.slides--icons {
display: flex;
align-items: center;
justify-content: center;
gap: var(--gap-xxs);
margin: 0 auto;
overflow: hidden;
transition-timing-function: linear;
.tns-item {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
}
img {
max-height: 140px;
width: auto;
}
.tns-controls {
display: none;
}
&.padding_full {
padding-inline: 0;
}
}