@charset "UTF-8";
/* 테이블 */
.flip-scroll, .table-pc, .table-responsive {
  position: relative;
}

.flip-scroll .table-icon, .table-responsive .table-icon {
  display: block;
  opacity: 1;
}

.table-pc .table-icon {
  display: none;
}

.table-icon.icon--hide {
  display: none !important;
  opacity: 0;
}

.table-icon.on, .ui:after {
  display: block;
}

.table-icon {
  position: absolute;
  z-index: 2;
  top: 67px;
  right: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  box-shadow: -1px 1px 10px grey;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

/* .swipe-icon .swipe-arrow{animation:pulse-arrow 3s ease-out infinite;} */
.swipe-icon {
  position: absolute;
  top: 15px;
  left: 25%;
  width: 25px;
  height: 25px;
  overflow: visible;
  animation: hand-move 3s ease-out infinite;
}

.scaledown {
  transform: scale(0.7, 0.7);
}

/* @keyframes pulse-arrow {
0%{opacity:1;transform:translateX(0)}
50%{opacity:1;transform:translateX(.25em)}
75%{opacity:0;transform:translateX(.25em)}
100%{opacity:0;transform:translateX(0)}
} */
@keyframes hand-move {
  0%, 100% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-5px);
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: 0;
  }
  .table-responsive .table {
    width: 995px;
  }
}
/* 테이블 End */
/* 기본 공통스타일 */
.tab-ul:after, .ui:after, .tab-ul.type2 li a span:before {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.tab-ul li, .tab-ul li a, .table td, .table td *, .table td img, .table th, .table th *, .table-default td img {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/* 기본 공통스타일 End */
/* 이미지 크게보기 */
.pic_btn {
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pic_btn {
    width: 60%;
  }
}
@media (max-width: 560px) {
  .pic_btn {
    width: 75%;
  }
}
@media (max-width: 450px) {
  .pic_btn {
    width: 100%;
  }
}
.pic_btn a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: bold;
}
.pic_btn a:hover, .pic_btn a:focus {
  background: rgb(0, 76, 152);
  color: #fff;
  transition: 0.3s;
}

/* 이미지 크게보기 End */
/* 이미지박스 */
.imgbox {
  padding: 20px;
  border: 1px solid #dbdbdb;
  text-align: center;
}

.imgbox.bg01 {
  background: #F7F7F7;
}

.imgbox.noline {
  border: 0;
  background: #F7F7F7;
}

.imgbox.p00 {
  padding: 0;
  border: 0;
}

.imgbox.p10 {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .imgbox.p10 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p15 {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .imgbox.p15 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p20 {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .imgbox.p20 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p25 {
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .imgbox.p25 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p30 {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .imgbox.p30 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p35 {
  padding: 35px 20px;
}
@media (max-width: 767px) {
  .imgbox.p35 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p40 {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .imgbox.p40 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p45 {
  padding: 45px 20px;
}
@media (max-width: 767px) {
  .imgbox.p45 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p50 {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .imgbox.p50 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p55 {
  padding: 55px 20px;
}
@media (max-width: 767px) {
  .imgbox.p55 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p60 {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .imgbox.p60 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p65 {
  padding: 65px 20px;
}
@media (max-width: 767px) {
  .imgbox.p65 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p70 {
  padding: 70px 20px;
}
@media (max-width: 767px) {
  .imgbox.p70 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p75 {
  padding: 75px 20px;
}
@media (max-width: 767px) {
  .imgbox.p75 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p80 {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .imgbox.p80 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p85 {
  padding: 85px 20px;
}
@media (max-width: 767px) {
  .imgbox.p85 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p90 {
  padding: 90px 20px;
}
@media (max-width: 767px) {
  .imgbox.p90 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p95 {
  padding: 95px 20px;
}
@media (max-width: 767px) {
  .imgbox.p95 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p100 {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .imgbox.p100 {
    padding: 8.334% 20px !important;
  }
}

/* 이미지박스 End */
/* Tab */
.tab-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0.5px 20px;
}
.tab-ul li {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
}

.tab-ul.type2 li {
  min-height: 67px;
}
.tab-ul.type2 li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 60px 10px 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  text-align: left;
}
.tab-ul.type2 li a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 1.5px);
  width: 17px;
  height: 3px;
  border-radius: 5px;
  background: #dbdbdb;
  transition: 0.3s;
}
.tab-ul.type2 li a::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 2;
  width: auto;
  height: auto;
}
.tab-ul.type2 li a span {
  color: rgb(34, 34, 34);
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
.tab-ul.type2 li.on a span, .tab-ul.type2 li.active a span,
.tab-ul.type2 li a:hover span,
.tab-ul.type2 li a:focus span {
  color: rgb(0, 76, 152);
  font-weight: bold;
}
.tab-ul.type2 li.on a::before, .tab-ul.type2 li.active a::before,
.tab-ul.type2 li a:hover:before,
.tab-ul.type2 li a:focus:before {
  position: absolute;
  right: 29px;
  top: calc(50% - 5.5px);
  width: 18px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547C7.13874 9.63875 7.13874 8.64001 7.75475 8.02401L14.3941 1.38463C15.0101 0.768628 16.0089 0.768629 16.6249 1.38463C17.2409 2.00063 17.2409 2.99937 16.6249 3.61537L9.98549 10.2547Z' fill='rgb(0, 76, 152) '/%3E%3Cpath d='M9.98549 8.02401C10.6015 8.64001 10.6015 9.63875 9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547L1.11537 3.61537C0.499367 2.99937 0.499368 2.00063 1.11537 1.38463C1.73137 0.768629 2.73011 0.768628 3.34611 1.38463L9.98549 8.02401Z' fill='rgb(0, 76, 152) '/%3E%3C/svg%3E%0A");
}
.tab-ul.type2 li.on a::after, .tab-ul.type2 li.active a::after,
.tab-ul.type2 li a:hover:after,
.tab-ul.type2 li a:focus:after {
  border: 2px solid rgb(0, 76, 152);
}
.tab-ul.type2 li a[target=_blank]::before {
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.046 1.84624V5.28214H11.3281V3.02241L7.27231 7.07816L6.11813 5.92397L10.1959 1.84624H7.89216V0.128296L11.3281 0.128296L13.046 0.128296V1.84624ZM0.161377 0.128299H6.1742V1.84625H1.87933V11.295H11.328V7.00009H13.046V13.0129H0.161377V0.128299Z' fill='%23dbdbdb'/%3E%3C/svg%3E%0A");
}
.tab-ul.type2 li a[target=_blank]:hover::before, .tab-ul.type2 li a[target=_blank]:focus::before {
  right: 30px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.046 1.84624V5.28214H11.3281V3.02241L7.27231 7.07816L6.11813 5.92397L10.1959 1.84624H7.89216V0.128296L11.3281 0.128296L13.046 0.128296V1.84624ZM0.161377 0.128299H6.1742V1.84625H1.87933V11.295H11.328V7.00009H13.046V13.0129H0.161377V0.128299Z' fill='rgb(0, 76, 152) '/%3E%3C/svg%3E%0A");
}

.tab-ul.col2 li {
  width: calc(50% + 1px);
}

.tab-ul.col3 li {
  width: calc(33.33% + 1px);
}

.tab-ul.col4 li {
  width: calc(25% + 1px);
}

.tab-ul.col5 li {
  width: calc(20% + 1px);
}

.tab-ul.col6 li {
  width: calc(33.33% + 1px);
}

.tab-ul.col7 li {
  width: calc(25% + 1px);
}

.tab-ul.col8 li {
  width: calc(20% + 1px);
}

@media (max-width: 1024px) {
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(25% + 1px);
  }
}
@media (max-width: 767px) {
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(33.33% + 1px);
  }
}
@media (max-width: 640px) {
  .tab-ul.col2 li,
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(50% + 1px);
  }
}
@media (max-width: 420px) {
  .tab-ul.col2 li,
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(100% + 1px);
  }
}
/* Tob-box */
.ir-icon__md {
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='240' viewBox='0 0 1200 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7670_3059)'%3E%3Cpath d='M103.798 33.367C103.872 33.4037 103.938 33.433 104.004 33.433C104.158 33.433 104.26 33.3083 104.26 33.1103C104.26 32.8462 104.07 32.5234 103.835 32.384L99.272 29.7504L99.2867 24.498C99.2867 24.2339 99.0959 23.8964 98.8612 23.7644C98.7952 23.7277 98.7291 23.7057 98.6705 23.7057C98.5091 23.7057 98.4064 23.8304 98.4064 24.0285L98.3917 29.2369L93.8581 26.618C93.7921 26.5814 93.7188 26.5593 93.6601 26.5593C93.4987 26.5593 93.4033 26.6841 93.4033 26.8821C93.4033 27.1462 93.5867 27.469 93.8215 27.6084L98.3917 30.2493L98.377 35.5018C98.377 35.7658 98.5604 36.096 98.7952 36.228C98.8612 36.272 98.9272 36.2867 98.9932 36.2867C99.1546 36.2867 99.2573 36.162 99.2573 35.9639L99.272 30.7555L103.798 33.367Z' fill='%233D9AFD'/%3E%3Cpath d='M110.268 19.6783L105.705 17.0447L105.72 11.7923C105.72 11.5282 105.529 11.1907 105.294 11.0587C105.228 11.022 105.162 11 105.104 11C104.942 11 104.839 11.1247 104.839 11.3228L104.825 16.5312L100.291 13.9123C100.225 13.8757 100.159 13.8536 100.093 13.8536C99.9391 13.8536 99.8364 13.9784 99.8364 14.1764C99.8364 14.4405 100.02 14.7633 100.255 14.8953L104.825 17.5362L104.81 22.7887C104.81 23.0528 105.001 23.3829 105.228 23.515C105.294 23.5516 105.36 23.5736 105.426 23.5736C105.58 23.5736 105.69 23.4416 105.69 23.2509L105.705 18.0424L110.231 20.654C110.305 20.698 110.371 20.7127 110.437 20.7127C110.591 20.7127 110.693 20.588 110.693 20.3899C110.693 20.1258 110.503 19.803 110.268 19.6636V19.6783Z' fill='%233D9AFD'/%3E%3Cpath d='M100.666 51.1271L123 75.6326L75.1295 103.432L43.3286 85.6569L91.1992 57.8579L100.666 51.1271Z' fill='url(%23paint0_linear_7670_3059)'/%3E%3Cpath d='M15.7388 43.6372L16.0029 84.021L62.4021 110.511L62.138 65.3953L40.3285 34.2546L15.7388 43.6372Z' fill='%23CEE3F2'/%3E%3Cpath d='M62.1377 65.3953L62.4018 110.511L95.7799 91.533L95.5158 46.4248L62.1377 65.3953Z' fill='%2389ACE0'/%3E%3Cpath d='M37.1519 66.1363L37.2546 84.1531L57.7142 95.7437L57.6262 77.7709L37.1519 66.1363Z' fill='white'/%3E%3Cpath d='M20.8369 57.2672L20.9543 86.7427L33.2785 93.7044L33.1758 64.4417L20.8369 57.2672Z' fill='url(%23paint1_linear_7670_3059)'/%3E%3Cpath d='M23.1699 71.1246C23.4853 71.3007 23.7347 71.7409 23.7347 72.1003V75.8049C23.7201 76.1644 23.4706 76.3111 23.1552 76.1277C22.8471 75.9443 22.5903 75.5115 22.5903 75.152V71.4401C22.605 71.0806 22.8544 70.9339 23.1699 71.1173V71.1246Z' fill='white'/%3E%3Cpath d='M76.0978 16.3331L76.0538 16.3111L76.0098 16.2891L75.9731 16.2744L75.9291 16.2598H75.8997L75.8557 16.2378H75.8117L75.7677 16.2231H75.7457H75.731H75.687H75.6357L75.5843 16.2304L75.5183 16.2451L75.4376 16.2818L75.4156 16.2965L51.6254 20.1918L51.5741 20.2065L51.4934 20.2431L10.8601 43.5785L10.9848 43.5271L24.2407 40.4387L26.9036 41.9426L33.2785 38.238L36.785 37.3797L36.807 37.365C36.851 37.343 36.9024 37.321 36.9537 37.3137C37.0051 37.3063 37.0564 37.299 37.1151 37.3137C37.1738 37.3137 37.2325 37.3357 37.2912 37.3577C37.3499 37.3797 37.4159 37.409 37.4819 37.4457C37.5039 37.4604 37.5259 37.4751 37.5553 37.4971L76.1052 16.3331H76.0978Z' fill='%23004393'/%3E%3Cpath d='M104.862 55.0151V54.9637V54.9124V54.861V54.8244L104.847 54.773L104.832 54.7216L104.818 54.6703V54.6336C104.818 54.6336 104.81 54.6336 104.803 54.6336L104.788 54.5676L104.774 54.5162L104.752 54.4649L104.737 54.4209V54.3915C104.737 54.3915 104.722 54.3915 104.722 54.3842V54.3695L104.7 54.3255L104.678 54.2815L104.656 54.2301L104.627 54.1715V54.1568C104.627 54.1568 104.612 54.1495 104.612 54.1421L104.583 54.0908L104.51 53.9734L104.466 53.9147L76.8755 17.1401L76.8462 17.0887L76.7582 16.9567L76.7215 16.9053C76.7215 16.9053 76.7215 16.9053 76.7215 16.898V16.8833L76.6701 16.832L76.6335 16.788L76.5968 16.744L76.5601 16.6999L76.5454 16.6853L76.5234 16.6633L76.4794 16.6192L76.4354 16.5752L76.384 16.5312L76.3474 16.4945H76.34L76.2887 16.4505L76.2373 16.4138L76.1786 16.3772L76.1273 16.3405H76.1053L37.5774 37.4824C37.6287 37.5191 37.6801 37.5484 37.7314 37.5851C37.8048 37.6438 37.8708 37.7025 37.9295 37.7685C37.9882 37.8345 38.0469 37.9079 38.1056 37.9812C38.1569 38.0693 38.2083 38.1426 38.2523 38.2307L65.3142 76.289C65.3656 76.3624 65.4169 76.4431 65.4536 76.5165V76.5311C65.505 76.6118 65.5416 76.6852 65.571 76.7659C65.6003 76.8539 65.6297 76.9346 65.6517 77.0153C65.6737 77.1033 65.6884 77.184 65.703 77.2574C65.7104 77.3381 65.7177 77.4114 65.7177 77.4775C65.7177 77.5508 65.7104 77.6168 65.6957 77.6829C65.681 77.7489 65.659 77.8076 65.637 77.8589V77.8736C65.6077 77.9249 65.571 77.969 65.5343 78.0056L65.4316 78.0863C75.2323 72.3864 94.7603 61.3826 104.568 55.69L104.671 55.6093L104.737 55.5213L104.766 55.4699C104.766 55.4699 104.766 55.4699 104.766 55.4626L104.788 55.3965L104.803 55.3452L104.818 55.2938V55.2498V55.1985L104.832 55.1545V55.1105V55.0884V55.0591V55.0151H104.862Z' fill='%233D9AFD'/%3E%3Cpath d='M37.504 37.4384C37.8195 37.6218 38.0762 37.8932 38.2596 38.238L65.2995 76.0396C65.7397 76.6559 65.9671 77.8149 65.2555 78.3504C63.8984 79.3701 63.2455 78.1377 62.8567 77.6389C62.4826 77.162 37.2399 42.5662 36.2643 41.2604C36.2643 41.253 36.2056 41.1723 36.1982 41.1723L12.1367 46.4982C11.9606 46.5422 11.7625 46.4982 11.5645 46.3808C11.2563 46.2047 10.9556 45.8673 10.7648 45.4418C10.4494 44.7449 10.5521 43.6445 10.9923 43.5345L36.7924 37.3944C36.9832 37.2697 37.2399 37.299 37.504 37.4457V37.4384Z' fill='%23004393'/%3E%3Cpath d='M48.9697 39.5731L77.0514 24.3879L96.5794 51.0978L68.6078 67.4274L48.9697 39.5731Z' fill='white'/%3E%3Cpath d='M75.2834 63.6714L55.4326 35.509' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M82.7659 59.5339L62.9077 31.3716' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M90.3296 55.4919L70.4714 27.3223' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53.3643 46.7916L82.2088 30.3519' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58.3086 53.8046L87.1532 37.3577' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M63.2524 60.8104L92.097 44.3707' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg opacity='0.8'%3E%3Cpath d='M190.314 102.712C196.099 106.05 196.13 111.466 190.384 114.797C184.637 118.135 175.298 118.135 169.513 114.797C163.729 111.458 163.698 106.05 169.444 102.712C175.183 99.3729 184.537 99.3729 190.314 102.712Z' fill='url(%23paint2_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M187.737 99.896C187.737 104.073 184.245 107.458 179.929 107.458C175.614 107.458 172.121 104.073 172.121 99.896C172.121 95.7189 175.614 92.3264 179.929 92.3264C184.245 92.3264 187.737 95.7112 187.737 99.896Z' fill='%23004393'/%3E%3Cpath d='M193.653 90.0494C193.653 90.0494 193.653 90.0802 193.653 90.0879C193.638 90.1956 193.63 90.2956 193.607 90.4033C193.607 90.411 193.607 90.4264 193.607 90.4418C193.592 90.511 193.576 90.5879 193.561 90.6572C193.546 90.7187 193.53 90.7802 193.515 90.8418C193.499 90.9033 193.476 90.9495 193.461 91.011C193.438 91.0726 193.415 91.1341 193.392 91.1956C193.361 91.2803 193.33 91.3649 193.284 91.4495C193.23 91.5649 193.176 91.6726 193.122 91.7803C193.122 91.7803 193.115 91.7957 193.107 91.7957C193.053 91.8957 192.992 91.9957 192.922 92.0957C192.915 92.1111 192.907 92.1264 192.892 92.1418C192.83 92.2341 192.753 92.3341 192.692 92.4265C192.676 92.4495 192.661 92.4649 192.645 92.4803C192.576 92.5726 192.499 92.6726 192.422 92.7649C192.407 92.7803 192.392 92.7957 192.376 92.8188C192.307 92.8957 192.23 92.9803 192.153 93.0573C192.13 93.0803 192.107 93.1034 192.084 93.1188C191.992 93.2111 191.899 93.3034 191.799 93.3957C191.784 93.4111 191.761 93.4342 191.745 93.4419C191.669 93.5034 191.592 93.5804 191.507 93.6419C191.445 93.6958 191.376 93.7496 191.307 93.8034C191.245 93.8496 191.184 93.9035 191.115 93.9496C191.045 94.0035 190.968 94.0573 190.899 94.1035C190.83 94.1573 190.761 94.1958 190.699 94.2496C190.622 94.2958 190.545 94.3496 190.468 94.4035C190.392 94.4496 190.322 94.4958 190.253 94.5342C190.168 94.5804 190.084 94.6343 189.999 94.6804C189.892 94.742 189.792 94.8035 189.684 94.8573C189.538 94.942 189.384 95.0112 189.23 95.0958C189.191 95.1112 189.145 95.1343 189.107 95.1497C188.976 95.2189 188.838 95.2804 188.691 95.342C188.676 95.3497 188.653 95.3574 188.638 95.3651C188.484 95.4343 188.315 95.5035 188.153 95.5651C188.115 95.5805 188.068 95.5958 188.03 95.6112C187.891 95.6651 187.753 95.7189 187.614 95.7651C187.584 95.7805 187.553 95.7882 187.522 95.8035C187.353 95.8574 187.191 95.9189 187.014 95.9728C186.976 95.9805 186.93 95.9959 186.891 96.0112C186.776 96.0497 186.661 96.0805 186.545 96.1112C186.43 96.142 186.322 96.1728 186.214 96.2036C186.114 96.2266 186.022 96.2497 185.922 96.2805C185.814 96.3113 185.699 96.3343 185.584 96.3651C185.484 96.3882 185.391 96.4113 185.291 96.4266C185.176 96.4574 185.068 96.4805 184.945 96.5036C184.845 96.519 184.753 96.542 184.645 96.5651C184.53 96.5882 184.407 96.6113 184.291 96.6343C184.184 96.6497 184.076 96.6728 183.968 96.6882C183.914 96.6882 183.876 96.7036 183.822 96.7113C183.66 96.7343 183.491 96.7651 183.322 96.7805C183.291 96.7805 183.268 96.7882 183.245 96.7959C183.053 96.819 182.86 96.842 182.676 96.8574C182.63 96.8574 182.583 96.8728 182.537 96.8728C182.414 96.8805 182.299 96.8959 182.176 96.9036C182.03 96.919 181.883 96.9267 181.737 96.9344C181.645 96.9421 181.545 96.9497 181.453 96.9574C181.306 96.9651 181.153 96.9728 180.999 96.9805C180.906 96.9805 180.822 96.9882 180.737 96.9959C180.606 96.9959 180.476 96.9959 180.345 96.9959C180.253 96.9959 180.153 96.9959 180.06 96.9959C179.922 96.9959 179.783 96.9959 179.645 96.9959C179.553 96.9959 179.468 96.9959 179.383 96.9959C179.253 96.9959 179.129 96.9882 179.014 96.9805C178.914 96.9805 178.814 96.9805 178.714 96.9651C178.583 96.9651 178.445 96.9497 178.306 96.9421C178.222 96.9344 178.129 96.9344 178.053 96.919C177.883 96.9036 177.722 96.8882 177.56 96.8728C177.506 96.8728 177.452 96.8728 177.391 96.8574C177.168 96.8344 176.952 96.8113 176.737 96.7805C176.691 96.7805 176.645 96.7651 176.599 96.7574C176.429 96.7267 176.252 96.7113 176.075 96.6805C175.999 96.6728 175.914 96.6497 175.837 96.6343C175.699 96.6113 175.56 96.5882 175.422 96.5651C175.345 96.5497 175.275 96.5343 175.199 96.519C175.045 96.4882 174.899 96.4574 174.745 96.4266C174.652 96.4036 174.568 96.3882 174.483 96.3651C174.345 96.3343 174.206 96.2959 174.068 96.2651C173.945 96.2343 173.829 96.2036 173.714 96.1728C173.668 96.1574 173.629 96.1497 173.583 96.1343C173.406 96.0805 173.229 96.0343 173.052 95.9805C173.022 95.9728 172.991 95.9574 172.96 95.9497C172.821 95.9035 172.675 95.8574 172.529 95.8035C172.483 95.7882 172.437 95.7728 172.391 95.7574C172.275 95.7189 172.168 95.6728 172.06 95.6343C171.983 95.6035 171.906 95.5728 171.829 95.5497C171.721 95.5112 171.614 95.4651 171.506 95.4189C171.437 95.3881 171.368 95.3651 171.306 95.3343C171.191 95.2804 171.075 95.2266 170.96 95.1804C170.906 95.1497 170.844 95.1266 170.798 95.1035C170.621 95.0189 170.468 94.942 170.298 94.8496C167.59 93.4034 166.244 91.511 166.252 89.6186L166.221 94.8266C166.221 96.719 167.567 98.6114 170.275 100.058C170.429 100.142 170.598 100.227 170.768 100.311C170.829 100.342 170.883 100.365 170.944 100.396C171.06 100.442 171.168 100.496 171.283 100.55C171.352 100.581 171.421 100.611 171.491 100.642C171.591 100.688 171.698 100.735 171.806 100.773C171.883 100.804 171.96 100.835 172.037 100.865C172.106 100.896 172.183 100.919 172.252 100.95C172.291 100.965 172.329 100.981 172.368 100.988C172.414 101.004 172.468 101.019 172.514 101.042C172.652 101.088 172.791 101.142 172.937 101.188C172.968 101.196 173.006 101.211 173.045 101.219C173.214 101.273 173.391 101.327 173.568 101.373C173.614 101.388 173.66 101.396 173.706 101.411C173.775 101.435 173.852 101.458 173.929 101.473C173.968 101.488 174.014 101.496 174.052 101.504C174.191 101.535 174.329 101.573 174.475 101.604C174.56 101.619 174.645 101.642 174.729 101.658C174.883 101.696 175.037 101.727 175.199 101.758C175.252 101.765 175.314 101.781 175.368 101.796C175.383 101.796 175.399 101.796 175.414 101.804C175.56 101.835 175.699 101.858 175.845 101.881C175.922 101.888 175.991 101.904 176.068 101.919C176.26 101.95 176.452 101.981 176.645 102.004C176.668 102.004 176.699 102.012 176.729 102.019C176.945 102.05 177.168 102.073 177.383 102.096C177.422 102.096 177.452 102.096 177.491 102.104C177.676 102.119 177.86 102.142 178.045 102.158H178.06C178.122 102.158 178.191 102.158 178.26 102.173C178.406 102.173 178.56 102.196 178.714 102.204C178.799 102.204 178.891 102.204 178.976 102.212C179.106 102.212 179.245 102.219 179.376 102.227C179.383 102.227 179.391 102.227 179.406 102.227C179.476 102.227 179.545 102.227 179.622 102.227C179.768 102.227 179.914 102.227 180.06 102.227C180.153 102.227 180.245 102.227 180.33 102.227C180.468 102.227 180.599 102.227 180.737 102.219H180.806C180.868 102.219 180.93 102.219 180.991 102.212C181.145 102.212 181.307 102.196 181.46 102.188C181.553 102.188 181.645 102.173 181.737 102.173C181.883 102.158 182.03 102.15 182.183 102.142C182.23 102.142 182.283 102.135 182.337 102.135C182.407 102.135 182.468 102.119 182.537 102.119C182.583 102.119 182.63 102.104 182.683 102.096C182.876 102.081 183.06 102.058 183.245 102.035C183.276 102.035 183.307 102.035 183.337 102.027C183.507 102.004 183.668 101.981 183.837 101.958C183.884 101.95 183.93 101.942 183.976 101.935C184.014 101.935 184.053 101.919 184.091 101.919C184.16 101.912 184.23 101.896 184.291 101.881C184.414 101.858 184.537 101.842 184.653 101.819C184.753 101.804 184.845 101.781 184.937 101.758C185.061 101.735 185.176 101.712 185.291 101.681C185.391 101.658 185.484 101.635 185.576 101.611C185.691 101.581 185.807 101.558 185.922 101.527C186.014 101.504 186.107 101.481 186.207 101.45C186.314 101.419 186.43 101.388 186.538 101.358C186.591 101.342 186.638 101.327 186.684 101.319C186.745 101.296 186.822 101.273 186.884 101.258C186.922 101.242 186.968 101.227 187.014 101.219C187.184 101.165 187.353 101.111 187.522 101.05C187.553 101.042 187.584 101.027 187.607 101.019C187.753 100.965 187.891 100.919 188.03 100.858C188.076 100.842 188.115 100.827 188.153 100.811C188.315 100.75 188.484 100.681 188.638 100.604C188.653 100.604 188.668 100.588 188.691 100.581C188.838 100.519 188.976 100.458 189.115 100.388C189.153 100.365 189.191 100.35 189.23 100.327C189.384 100.25 189.538 100.173 189.684 100.096C189.745 100.065 189.799 100.035 189.853 100.004C189.907 99.973 189.953 99.9499 190.007 99.9114C190.092 99.8653 190.176 99.8191 190.253 99.7653C190.33 99.7191 190.399 99.6729 190.476 99.6268C190.553 99.5806 190.63 99.5268 190.707 99.4729C190.776 99.4268 190.845 99.3806 190.915 99.3345C190.992 99.2806 191.061 99.2345 191.13 99.1806C191.192 99.1268 191.261 99.0806 191.315 99.0345C191.384 98.9806 191.445 98.9268 191.515 98.8729C191.538 98.8498 191.569 98.8268 191.599 98.8037C191.653 98.7575 191.707 98.7114 191.753 98.6652C191.769 98.6498 191.792 98.6344 191.807 98.6191C191.907 98.5267 191.999 98.4344 192.092 98.3421C192.115 98.319 192.138 98.296 192.153 98.2806C192.23 98.196 192.307 98.119 192.376 98.0344C192.392 98.019 192.407 98.0036 192.422 97.9883C192.43 97.9729 192.438 97.9652 192.445 97.9575C192.522 97.8729 192.592 97.7806 192.653 97.6959C192.661 97.6805 192.684 97.6575 192.692 97.6421C192.769 97.5498 192.83 97.4498 192.892 97.3498C192.899 97.3344 192.907 97.319 192.922 97.3036C192.945 97.2728 192.969 97.2344 192.992 97.1959C193.03 97.1344 193.069 97.0651 193.107 97.0036V96.9882C193.169 96.8805 193.222 96.7728 193.269 96.6651C193.299 96.6036 193.322 96.542 193.353 96.4805C193.361 96.4497 193.369 96.4266 193.384 96.4036C193.407 96.342 193.422 96.2805 193.446 96.2189C193.469 96.1651 193.484 96.1112 193.499 96.0497C193.515 95.9882 193.538 95.9266 193.546 95.8651C193.553 95.8343 193.561 95.7958 193.576 95.7651C193.576 95.7266 193.592 95.6881 193.599 95.6497C193.599 95.6343 193.599 95.6266 193.599 95.6112C193.622 95.5112 193.63 95.4035 193.638 95.2958C193.638 95.2804 193.638 95.2651 193.646 95.2574C193.646 95.1804 193.653 95.1112 193.661 95.0343V94.9266C193.669 91.2187 193.684 93.4265 193.699 89.7186C193.699 89.834 193.699 89.9417 193.684 90.0494H193.653Z' fill='%233D9AFD'/%3E%3Cpath d='M189.607 84.4799C194.984 87.3493 195.007 92.0033 189.668 94.8727C184.322 97.7421 175.637 97.7421 170.26 94.8727C164.883 92.0033 164.852 87.3493 170.198 84.4799C175.545 81.6106 184.23 81.6106 189.614 84.4799' fill='%23004393'/%3E%3Cpath d='M193.653 83.2414C193.653 83.2414 193.653 83.2722 193.653 83.2799C193.638 83.3876 193.63 83.4876 193.607 83.5876C193.607 83.603 193.607 83.6107 193.607 83.626C193.592 83.6953 193.576 83.7722 193.561 83.8414C193.546 83.903 193.53 83.9645 193.515 84.0261C193.499 84.0799 193.476 84.1338 193.461 84.1953C193.438 84.2568 193.415 84.3184 193.392 84.3799C193.361 84.4645 193.33 84.5569 193.284 84.6415C193.23 84.7492 193.176 84.8646 193.122 84.9723C193.122 84.9723 193.115 84.9876 193.107 84.9876C193.053 85.0876 192.992 85.1877 192.922 85.2877C192.915 85.303 192.907 85.3184 192.892 85.3338C192.83 85.4261 192.753 85.5261 192.692 85.6184C192.676 85.6415 192.661 85.6569 192.645 85.6723C192.576 85.7723 192.499 85.8646 192.422 85.9569C192.407 85.9723 192.392 85.9877 192.376 86.0108C192.307 86.0877 192.23 86.1723 192.153 86.2569C192.13 86.28 192.107 86.2954 192.084 86.3185C191.992 86.4108 191.899 86.5108 191.799 86.5954C191.784 86.6108 191.761 86.6262 191.745 86.6493C191.669 86.7185 191.592 86.78 191.507 86.8493C191.445 86.9031 191.376 86.957 191.307 87.0108C191.245 87.057 191.184 87.1108 191.115 87.157C191.045 87.2108 190.968 87.257 190.899 87.3108C190.83 87.3647 190.761 87.4031 190.699 87.457C190.622 87.5108 190.545 87.557 190.468 87.6108C190.392 87.657 190.322 87.7031 190.253 87.7493C190.168 87.7955 190.084 87.8493 189.999 87.8955C189.892 87.957 189.792 88.0186 189.684 88.0724C189.538 88.1493 189.384 88.2263 189.23 88.3109C189.191 88.334 189.145 88.3493 189.107 88.3647C188.976 88.434 188.838 88.4955 188.691 88.557C188.676 88.557 188.653 88.5724 188.638 88.5801C188.484 88.6493 188.315 88.7186 188.153 88.7801C188.115 88.8032 188.068 88.8109 188.03 88.8263C187.891 88.8801 187.753 88.934 187.614 88.9801C187.584 88.9955 187.553 89.0032 187.522 89.0186C187.353 89.0801 187.191 89.134 187.014 89.1878C186.976 89.1955 186.93 89.2109 186.891 89.2263C186.776 89.2648 186.661 89.2955 186.545 89.334C186.43 89.3648 186.322 89.4032 186.214 89.4263C186.114 89.4494 186.022 89.4802 185.922 89.5032C185.814 89.534 185.699 89.5571 185.584 89.5879C185.484 89.6109 185.391 89.634 185.291 89.6494C185.176 89.6802 185.068 89.7032 184.945 89.7263C184.845 89.7417 184.753 89.7648 184.645 89.7879C184.53 89.8109 184.407 89.834 184.291 89.8494C184.184 89.8725 184.076 89.8879 183.968 89.9033C183.914 89.9033 183.876 89.9186 183.822 89.9263C183.66 89.9571 183.491 89.9802 183.322 90.0033C183.291 90.0033 183.268 90.0033 183.245 90.0109C183.053 90.034 182.86 90.0571 182.676 90.0802C182.63 90.0802 182.583 90.0879 182.537 90.0956C182.414 90.1033 182.299 90.1186 182.176 90.1263C182.03 90.1417 181.883 90.1494 181.737 90.1571C181.645 90.1571 181.545 90.1725 181.453 90.1802C181.306 90.1879 181.153 90.1956 180.999 90.2033C180.906 90.2033 180.822 90.2033 180.737 90.211C180.606 90.211 180.476 90.211 180.345 90.211C180.253 90.211 180.153 90.211 180.06 90.211C179.922 90.211 179.783 90.211 179.645 90.211C179.553 90.211 179.468 90.211 179.383 90.211C179.253 90.211 179.129 90.211 179.014 90.1956C178.914 90.1956 178.814 90.1956 178.714 90.1802C178.583 90.1802 178.445 90.1648 178.306 90.1571C178.222 90.1494 178.129 90.1494 178.053 90.1417C177.883 90.134 177.722 90.111 177.56 90.0956C177.506 90.0956 177.452 90.0879 177.391 90.0802C177.168 90.0571 176.952 90.034 176.737 90.0033C176.691 90.0033 176.645 89.9879 176.599 89.9802C176.429 89.9571 176.252 89.934 176.075 89.9033C175.999 89.8879 175.914 89.8725 175.837 89.8648C175.699 89.8417 175.56 89.8186 175.422 89.7879C175.345 89.7802 175.275 89.7571 175.199 89.7417C175.045 89.7109 174.899 89.6802 174.745 89.6417C174.652 89.6263 174.568 89.6032 174.483 89.5802C174.345 89.5417 174.206 89.5109 174.068 89.4802C173.945 89.4494 173.829 89.4186 173.714 89.3878C173.668 89.3725 173.629 89.3648 173.583 89.3494C173.406 89.3032 173.229 89.2494 173.052 89.1955C173.022 89.1878 172.991 89.1725 172.96 89.1648C172.821 89.1186 172.675 89.0724 172.529 89.0263C172.483 89.0109 172.437 88.9955 172.391 88.9724C172.275 88.934 172.168 88.8878 172.06 88.8494C171.983 88.8186 171.906 88.7955 171.829 88.7647C171.721 88.7263 171.614 88.6801 171.506 88.634C171.437 88.6032 171.368 88.5801 171.306 88.5493C171.191 88.4955 171.075 88.4493 170.96 88.3955C170.906 88.3647 170.844 88.3416 170.798 88.3186C170.621 88.2339 170.468 88.157 170.298 88.0647C167.59 86.6185 166.244 84.7261 166.252 82.8337L166.221 88.0339C166.221 89.9263 167.567 91.8264 170.275 93.2649C170.429 93.3496 170.598 93.4342 170.768 93.5188C170.829 93.5496 170.883 93.5727 170.944 93.5957C171.06 93.6496 171.168 93.7034 171.283 93.7496C171.352 93.7804 171.421 93.8111 171.491 93.8419C171.591 93.8881 171.698 93.9265 171.806 93.9727C171.883 94.0034 171.96 94.0342 172.037 94.0573C172.106 94.0881 172.183 94.1188 172.252 94.1419C172.291 94.1573 172.329 94.1727 172.368 94.1881C172.414 94.2035 172.468 94.2188 172.514 94.2419C172.652 94.2881 172.791 94.3342 172.937 94.3804C172.968 94.3958 173.006 94.4035 173.045 94.4112C173.214 94.465 173.391 94.5188 173.568 94.565C173.614 94.5804 173.66 94.5958 173.706 94.6035C173.775 94.6189 173.852 94.6419 173.929 94.665C173.968 94.6727 174.014 94.6881 174.052 94.6958C174.191 94.7342 174.329 94.765 174.475 94.7958C174.56 94.8189 174.645 94.8342 174.729 94.8496C174.883 94.8881 175.037 94.9189 175.199 94.9496C175.252 94.9573 175.314 94.9727 175.368 94.9881C175.383 94.9881 175.399 94.9881 175.414 94.9958C175.56 95.0189 175.699 95.042 175.845 95.0727C175.922 95.0804 175.991 95.0958 176.068 95.1112C176.26 95.142 176.452 95.165 176.645 95.1958C176.668 95.1958 176.699 95.2035 176.729 95.2112C176.945 95.242 177.168 95.265 177.383 95.2881C177.422 95.2881 177.452 95.2881 177.491 95.2958C177.676 95.3189 177.86 95.3343 178.045 95.3497H178.06C178.122 95.3497 178.191 95.3497 178.26 95.365C178.406 95.3727 178.56 95.3881 178.714 95.3958C178.799 95.3958 178.891 95.3958 178.976 95.4035C179.106 95.4035 179.245 95.4112 179.376 95.4189C179.383 95.4189 179.391 95.4189 179.406 95.4189C179.476 95.4189 179.545 95.4189 179.622 95.4189C179.768 95.4189 179.914 95.4189 180.06 95.4189C180.153 95.4189 180.245 95.4189 180.33 95.4189C180.468 95.4189 180.599 95.4189 180.737 95.4189H180.806C180.868 95.4189 180.93 95.4189 180.991 95.4112C181.145 95.4112 181.307 95.3958 181.46 95.3881C181.553 95.3881 181.645 95.3804 181.737 95.3727C181.883 95.3574 182.03 95.3497 182.183 95.3343C182.23 95.3343 182.283 95.3266 182.337 95.3266C182.407 95.3266 182.468 95.3112 182.537 95.3035C182.583 95.3035 182.63 95.2958 182.683 95.2881C182.876 95.2727 183.06 95.2497 183.245 95.2189C183.276 95.2189 183.307 95.2189 183.337 95.2112C183.507 95.1881 183.668 95.165 183.837 95.142C183.884 95.142 183.93 95.1266 183.976 95.1189C184.014 95.1189 184.053 95.1035 184.091 95.1035C184.16 95.0958 184.23 95.0804 184.291 95.065C184.414 95.042 184.537 95.0266 184.653 95.0035C184.753 94.9804 184.845 94.965 184.937 94.9419C185.061 94.9189 185.176 94.8958 185.291 94.865C185.391 94.8419 185.484 94.8189 185.576 94.7958C185.691 94.765 185.807 94.7419 185.922 94.7112C186.014 94.6881 186.107 94.6573 186.207 94.6342C186.314 94.6035 186.43 94.5727 186.538 94.5419C186.591 94.5265 186.638 94.5112 186.684 94.5035C186.745 94.4804 186.822 94.465 186.884 94.4419C186.922 94.4265 186.968 94.4112 187.014 94.4035C187.184 94.3419 187.353 94.2958 187.522 94.2342C187.553 94.2265 187.584 94.2111 187.607 94.2034C187.753 94.1496 187.891 94.1034 188.03 94.0419C188.076 94.0265 188.115 94.0111 188.153 93.9957C188.315 93.9342 188.484 93.865 188.638 93.7957C188.653 93.7957 188.668 93.7804 188.691 93.7727C188.838 93.7111 188.976 93.6496 189.115 93.5803C189.153 93.5573 189.191 93.5419 189.23 93.5265C189.384 93.4496 189.538 93.3726 189.684 93.2957C189.745 93.2649 189.799 93.2342 189.853 93.2034C189.907 93.1726 189.953 93.1419 190.007 93.1111C190.092 93.0649 190.176 93.0188 190.253 92.9726C190.33 92.9265 190.399 92.8803 190.476 92.8342C190.553 92.788 190.63 92.7342 190.707 92.6803C190.776 92.6341 190.845 92.588 190.915 92.5418C190.992 92.488 191.061 92.4341 191.13 92.388C191.192 92.3418 191.261 92.288 191.315 92.2418C191.384 92.188 191.445 92.1341 191.515 92.0803C191.538 92.0572 191.569 92.0418 191.599 92.011C191.653 91.9649 191.707 91.9187 191.753 91.8726C191.769 91.8572 191.792 91.8418 191.807 91.8264C191.907 91.7341 191.999 91.6418 192.092 91.5495C192.115 91.5264 192.138 91.5033 192.153 91.4879C192.23 91.4033 192.307 91.3264 192.376 91.2418C192.392 91.2264 192.407 91.211 192.422 91.1879C192.43 91.1802 192.438 91.1725 192.445 91.1648C192.522 91.0802 192.592 90.9879 192.653 90.9033C192.661 90.8879 192.684 90.8648 192.692 90.8495C192.769 90.7571 192.83 90.6648 192.892 90.5571C192.899 90.5417 192.907 90.5264 192.922 90.511C192.945 90.4802 192.969 90.4417 192.992 90.4033C193.03 90.3417 193.069 90.2725 193.107 90.211C193.107 90.2033 193.107 90.1956 193.107 90.1879C193.169 90.0802 193.222 89.9725 193.269 89.8648C193.299 89.8032 193.322 89.7417 193.353 89.6802C193.361 89.6494 193.369 89.6263 193.384 89.6032C193.407 89.534 193.422 89.4802 193.446 89.4186C193.469 89.3571 193.484 89.3032 193.499 89.2494C193.515 89.1878 193.538 89.1263 193.546 89.0648C193.553 89.034 193.561 88.9955 193.576 88.9647C193.576 88.9263 193.592 88.8878 193.599 88.8494C193.599 88.8417 193.599 88.8263 193.599 88.8186C193.622 88.7109 193.63 88.6109 193.638 88.5032C193.638 88.4878 193.638 88.4724 193.646 88.4647C193.646 88.3878 193.653 88.3186 193.661 88.2416V88.1339C193.669 84.4261 193.684 86.6416 193.699 82.926C193.699 83.0414 193.699 83.1491 193.684 83.2568L193.653 83.2414Z' fill='%233D9AFD'/%3E%3Cpath d='M210 49.1091C210 33.0006 196.03 19.0308 179.922 19.0308C163.813 19.0308 149.836 33.0006 149.836 49.1091C149.836 57.6325 154.851 65.379 160.236 70.6408C161.936 72.6948 163.698 75.3026 164.444 78.2796C164.959 80.3336 164.767 83.2799 165.944 85.0953C167.013 86.7416 169.706 88.3263 171.467 89.1109C174.021 90.2417 176.952 90.7264 179.814 90.6648C182.676 90.7341 185.607 90.2494 188.161 89.1109C189.922 88.3263 192.615 86.7416 193.684 85.0953C194.861 83.2799 194.669 80.3336 195.184 78.2796C195.815 75.7641 197.138 73.4717 198.546 71.5639C204.761 65.8329 210 58.1403 210 49.1091Z' fill='url(%23paint3_linear_7670_3059)'/%3E%3Cpath d='M188.691 76.4103C193.561 79.0104 193.591 83.226 188.753 85.8261C183.914 88.4263 176.037 88.4263 171.167 85.8261C166.298 83.226 166.275 79.0104 171.113 76.4103C175.952 73.8102 183.829 73.8102 188.699 76.4103' fill='%2389ACE0'/%3E%3Cpath d='M180.437 2.78387V11.1535' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M162.844 7.30714L167.683 13.2459' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M196.999 7.30714L192.153 13.2459' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M179.844 80.7413V61.7558' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M192.192 50.8938C190.284 50.7014 187.53 50.763 185.237 52.1707C181.037 54.7401 180.099 60.6404 180.06 60.8942L179.968 61.4789L180.53 61.6635C180.583 61.6789 181.891 62.1097 183.699 62.2943C185.607 62.4866 188.361 62.4251 190.653 61.0173C194.853 58.448 195.792 52.5477 195.83 52.2938L195.923 51.7092L195.361 51.5169C195.307 51.5015 193.999 51.0707 192.192 50.8861V50.8938Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M167.49 50.8938C169.398 50.7014 172.152 50.763 174.445 52.1707C178.645 54.7401 179.583 60.6404 179.622 60.8942L179.706 61.4789L179.145 61.6635C179.091 61.6789 177.783 62.1097 175.975 62.2943C174.075 62.4866 171.321 62.4251 169.029 61.0173C164.829 58.448 163.89 52.5477 163.852 52.2938L163.767 51.7092L164.329 51.5169C164.383 51.5015 165.69 51.0707 167.498 50.8861L167.49 50.8938Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg clip-path='url(%23clip1_7670_3059)'%3E%3Cpath d='M348.312 9.97784C348.65 9.78625 348.923 9.93363 348.923 10.3242V13.8982L351.045 12.6749L351.068 21.2157C351.068 22.5495 350.132 24.1854 348.967 24.856L347.044 25.9687L347.074 35.04C347.074 36.9781 346.55 38.813 345.497 40.5079C344.067 42.807 342.055 44.185 340.957 44.8188C340.581 45.0325 340.309 45.1651 340.213 45.2093L334.922 48.2601C334.583 48.4517 334.31 48.3043 334.31 47.9138C334.31 47.5306 334.576 47.0663 334.915 46.8674L340.235 43.7945L340.309 43.765C340.309 43.765 340.552 43.6471 340.928 43.4334C341.841 42.9102 343.551 41.7459 344.686 39.9183C345.474 38.6582 345.865 37.2581 345.858 35.7401L345.836 26.6688L343.993 27.7299C342.836 28.4005 341.886 27.8552 341.878 26.5214L341.856 17.9806L343.971 16.7574V13.1834C343.964 12.7928 344.229 12.3286 344.568 12.137C344.9 11.9454 345.18 12.0928 345.18 12.4833V16.0573L347.722 14.5982V11.0316C347.707 10.6411 347.98 10.1768 348.312 9.98521V9.97784Z' fill='%233D9AFD'/%3E%3Cpath d='M245.66 56.4472L259.89 46.9853' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M250.362 46.8084L261.6 39.1078' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg opacity='0.8'%3E%3Cpath d='M263.796 87.5446L294.525 108.65L374 61.7087L342.239 44.1408L263.796 87.5446Z' fill='url(%23paint4_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M296.359 95.1569C296.234 95.0463 296.116 94.9358 295.976 94.84C295.033 94.1989 293.655 94.1399 292.048 94.84C288.799 96.2548 285.844 100.234 285.468 103.72C285.269 105.555 285.822 106.866 286.853 107.515L289.595 109.512C288.747 108.812 288.305 107.574 288.482 105.908C288.865 102.415 291.813 98.4435 295.077 97.0286C296.639 96.3506 297.995 96.3875 298.931 96.9991L296.367 95.1642L296.359 95.1569Z' fill='%23004393'/%3E%3Cpath d='M336.668 81.362C335.821 80.6619 335.379 79.4239 335.556 77.7659C335.939 74.2729 338.887 70.301 342.151 68.8862C343.713 68.2082 345.069 68.245 346.005 68.8567L343.441 67.0218C343.315 66.9112 343.197 66.8007 343.057 66.7049C342.114 66.0564 340.736 66.0048 339.13 66.7049C335.873 68.1198 332.925 72.0991 332.542 75.5773C332.343 77.4048 332.903 78.7239 333.927 79.3797L336.661 81.3693L336.668 81.362Z' fill='%23004393'/%3E%3Cpath d='M343.389 82.0178H343.404L343.323 81.9662C343.323 81.9662 343.36 82.0031 343.389 82.0178Z' fill='black'/%3E%3Cpath d='M341.834 54.8112L311.253 35.239L321.872 33.7873L352.46 49.4981L341.834 54.8112Z' fill='%23B7CFED'/%3E%3Cpath d='M306.639 27.7005C306.639 27.7005 306.58 27.671 306.551 27.6489C306.492 27.6194 306.44 27.5973 306.381 27.5678C306.212 27.4794 306.035 27.391 305.866 27.3173C305.836 27.3025 305.807 27.2878 305.777 27.273C305.726 27.2509 305.674 27.2362 305.615 27.2141C305.453 27.1478 305.283 27.0888 305.121 27.0372C305.077 27.0225 305.026 27.0004 304.981 26.9857C304.944 26.9783 304.908 26.9709 304.871 26.9562C304.664 26.8972 304.465 26.853 304.267 26.8162C304.23 26.8162 304.193 26.7941 304.156 26.7867C304.149 26.7867 304.134 26.7867 304.127 26.7867C303.869 26.7425 303.611 26.713 303.36 26.6983C303.338 26.6983 303.309 26.6983 303.286 26.6909C303.25 26.6909 303.213 26.6909 303.176 26.6909C302.896 26.6762 302.623 26.6762 302.336 26.6909C301.997 26.7056 301.673 26.7425 301.37 26.7867C301.363 26.7867 301.348 26.7867 301.319 26.7867C301.135 26.8162 300.958 26.8456 300.788 26.8825C300.737 26.8899 300.7 26.9046 300.656 26.912C300.538 26.9414 300.427 26.9709 300.317 26.993C300.295 26.993 300.272 27.0004 300.258 27.0078C300.228 27.0078 300.206 27.0225 300.177 27.0299C300.103 27.052 300.029 27.0741 299.963 27.0962C299.919 27.1109 299.882 27.1183 299.845 27.133C299.779 27.1551 299.72 27.1699 299.661 27.192C299.639 27.1994 299.609 27.2067 299.587 27.2141C299.44 27.2657 299.337 27.3099 299.3 27.3246C299.3 27.3246 283.928 34.0673 283.228 34.4726C282.933 34.6421 282.638 34.819 282.344 34.9885C282.248 35.0474 282.159 35.1064 282.064 35.1579C281.865 35.2759 281.666 35.3938 281.467 35.519C281.349 35.5927 281.231 35.6664 281.113 35.7475C280.943 35.858 280.774 35.9612 280.604 36.0791C280.479 36.1601 280.361 36.2486 280.236 36.3296C280.074 36.4402 279.904 36.5507 279.742 36.6686C279.624 36.757 279.499 36.8455 279.374 36.9413C279.204 37.0592 279.042 37.1844 278.873 37.3097C278.755 37.3981 278.637 37.5013 278.512 37.5971C278.342 37.7297 278.173 37.8698 277.996 38.0098C277.878 38.1056 277.76 38.2161 277.642 38.3193C277.465 38.474 277.288 38.6214 277.112 38.7835C276.994 38.8867 276.883 39.0046 276.765 39.1078C276.596 39.2625 276.434 39.4173 276.271 39.5794C276.242 39.6089 276.213 39.6383 276.183 39.6752C275.741 40.1173 275.313 40.5742 274.901 41.0458C274.901 41.0532 274.886 41.0606 274.879 41.0679C274.82 41.1416 274.761 41.2153 274.694 41.289C274.4 41.6354 274.105 41.9817 273.825 42.3428C273.788 42.387 273.759 42.4386 273.722 42.4828C273.604 42.6375 273.493 42.7997 273.375 42.9544C273.199 43.1902 273.022 43.4187 272.86 43.6618C272.793 43.765 272.727 43.8682 272.653 43.964C272.521 44.1629 272.388 44.3619 272.255 44.5609C272.137 44.7377 272.012 44.9146 271.902 45.0988C271.821 45.2315 271.739 45.3641 271.658 45.4967C271.489 45.7694 271.319 46.0494 271.15 46.3294C271.062 46.4842 270.966 46.6316 270.877 46.7863C270.818 46.8969 270.759 47.0074 270.7 47.1106C270.42 47.5969 270.148 48.0906 269.882 48.5844C269.809 48.7097 269.735 48.8423 269.669 48.9676C269.639 49.0192 269.61 49.0781 269.588 49.1297C269.403 49.476 269.227 49.8297 269.042 50.1835C268.917 50.434 268.784 50.6846 268.659 50.9351C268.364 51.5246 268.07 52.1142 267.79 52.7037C267.775 52.7405 267.753 52.7774 267.738 52.8068C267.687 52.9026 267.642 53.0132 267.598 53.1164C267.414 53.5069 267.23 53.9048 267.045 54.3101C266.964 54.487 266.891 54.6565 266.81 54.8333C266.625 55.2386 266.449 55.6366 266.272 56.0492C266.235 56.1377 266.198 56.2261 266.154 56.3145C266.132 56.3661 266.11 56.4251 266.08 56.4766C265.918 56.8525 265.756 57.2357 265.586 57.6115C265.343 58.1715 265.107 58.7316 264.864 59.2916C264.805 59.4316 264.746 59.5643 264.687 59.7043C264.503 60.1317 264.319 60.5517 264.135 60.9644C264.068 61.1192 263.995 61.2739 263.928 61.4213C263.7 61.9297 263.471 62.4235 263.236 62.9025C263.221 62.9393 263.206 62.9688 263.191 63.0056C260.796 65.1942 258.394 67.3681 256.007 69.5641C252.632 72.6665 250.922 74.8993 250.391 79.6523C249.89 84.0959 249.485 87.1172 249.5 90.8459L279.285 108.156C279.285 105.849 279.477 103.698 279.595 101.118C279.779 97.1318 279.285 92.8651 282.1 89.5858C285.203 85.975 290.803 84.8181 292.977 80.3156C293.228 79.7997 293.471 79.2618 293.721 78.7165C293.78 78.5765 293.847 78.4438 293.906 78.3038C294.119 77.8322 294.326 77.3532 294.539 76.8668C294.554 76.8374 294.561 76.8153 294.576 76.7858C294.584 76.7637 294.598 76.7416 294.606 76.7195C294.886 76.0636 295.173 75.4004 295.461 74.7445C295.608 74.4056 295.748 74.074 295.895 73.735C295.939 73.6392 295.976 73.536 296.021 73.4402C296.212 72.9907 296.411 72.5486 296.603 72.1138C296.676 71.9517 296.75 71.7896 296.824 71.6274C297.03 71.1706 297.236 70.721 297.443 70.2936C297.487 70.1978 297.539 70.0947 297.583 69.9989C297.87 69.4093 298.165 68.8125 298.46 68.2156C298.563 68.0092 298.666 67.8103 298.769 67.6039C298.976 67.1986 299.182 66.8007 299.388 66.4028C299.477 66.2407 299.565 66.0785 299.653 65.909C299.919 65.4079 300.199 64.9142 300.479 64.4205C300.634 64.1478 300.796 63.8678 300.965 63.5952C301.127 63.3225 301.297 63.0498 301.459 62.7772C301.651 62.4751 301.842 62.1729 302.041 61.8708C302.181 61.6571 302.321 61.4508 302.461 61.2444C302.697 60.9054 302.933 60.5738 303.176 60.2496C303.294 60.0949 303.404 59.9327 303.522 59.778C303.854 59.3506 304.193 58.9305 304.539 58.5252C304.583 58.4663 304.628 58.4147 304.679 58.3558C305.099 57.8694 305.534 57.4051 305.984 56.9556C306.175 56.764 306.359 56.5872 306.551 56.4103C306.676 56.2924 306.801 56.1671 306.919 56.0566C307.082 55.9092 307.244 55.7692 307.406 55.6292C307.538 55.5113 307.671 55.3934 307.804 55.2829C307.951 55.1576 308.106 55.0397 308.261 54.9144C308.401 54.8039 308.541 54.686 308.673 54.5828C308.821 54.4723 308.961 54.3691 309.108 54.2586C309.248 54.1554 309.395 54.0449 309.535 53.9417C309.683 53.8385 309.823 53.7427 309.963 53.6469C310.11 53.5511 310.25 53.448 310.398 53.3522C310.545 53.2564 310.692 53.1606 310.84 53.0648C310.98 52.9763 311.12 52.8805 311.26 52.7921C311.429 52.6889 311.606 52.5858 311.776 52.4752C311.894 52.4016 312.011 52.3279 312.137 52.2615C312.431 52.0847 312.719 51.9152 313.021 51.7457C313.721 51.3404 327.619 43.3302 327.619 43.3302C327.649 43.3155 327.715 43.2934 327.803 43.2565C327.833 43.2492 327.862 43.2344 327.892 43.2271C327.921 43.2197 327.965 43.205 327.995 43.1902C328.047 43.1755 328.098 43.1534 328.157 43.1386C328.194 43.1239 328.238 43.1165 328.282 43.1018C328.349 43.0797 328.422 43.0576 328.503 43.0355C328.54 43.0207 328.584 43.0134 328.629 43.006C328.739 42.9765 328.864 42.947 328.99 42.9176C329.027 42.9102 329.063 42.8955 329.108 42.8881C329.27 42.8512 329.447 42.8218 329.638 42.7923C329.66 42.7923 329.675 42.7923 329.697 42.7923C329.992 42.7481 330.309 42.7112 330.648 42.6965H330.685C330.943 42.6818 331.215 42.6891 331.495 42.6965C331.554 42.6965 331.613 42.6965 331.672 42.7039C331.923 42.7186 332.181 42.7481 332.446 42.7923C332.49 42.7923 332.534 42.8144 332.571 42.8218C332.777 42.8586 332.976 42.9102 333.183 42.9618C333.264 42.9839 333.345 43.006 333.426 43.0355C333.595 43.0871 333.765 43.146 333.927 43.2123C334.008 43.2418 334.082 43.2713 334.163 43.3081C334.34 43.3818 334.524 43.4702 334.701 43.566C334.782 43.6103 334.863 43.6471 334.944 43.6913C325.018 37.9213 316.565 33.4188 306.632 27.6489L306.639 27.7005Z' fill='%23CEE3F2'/%3E%3Cpath d='M313.028 51.7973C313.728 51.392 314.451 50.9867 315.187 50.5593L327.626 43.3818C328.039 43.2123 335.172 40.1468 339.314 49.5866L341.569 53.2121L352.46 49.4981L352.504 65.3121L288.121 103.624L279.285 108.185C279.241 106.66 279.639 97.7065 279.713 96.1001C279.875 92.4156 281.585 89.6964 284.532 87.4046C287.465 85.1275 291.253 83.9264 292.984 80.345C294.525 77.1542 296.043 73.2118 297.583 70.0357C299.816 65.43 302.336 60.6402 305.991 56.9925C308.415 54.5754 310.633 53.1753 313.028 51.7899V51.7973Z' fill='%2389ACE0'/%3E%3Cpath d='M317.288 55.5702L306.89 61.9961L299.683 78.4438L317.325 67.8176L317.288 55.5702Z' fill='white'/%3E%3Cpath d='M319.985 53.9196L331.392 47.5085L335.438 56.9483L320.022 66.167L319.985 53.9196Z' fill='white'/%3E%3Cpath d='M253.324 83.3221C254.481 83.919 255.461 85.4444 255.513 86.7414C255.572 88.031 254.68 88.5984 253.531 88.0015C252.381 87.4046 251.394 85.8792 251.335 84.5822C251.276 83.2927 252.167 82.7252 253.324 83.3221Z' fill='%233D9AFD'/%3E%3Cpath d='M275.107 96.0338C276.264 96.6307 277.244 98.156 277.303 99.4456C277.362 100.735 276.47 101.303 275.321 100.706C274.164 100.109 273.184 98.5834 273.125 97.2865C273.073 95.9969 273.957 95.4295 275.114 96.0264L275.107 96.0338Z' fill='%233D9AFD'/%3E%3Cpath d='M268.829 97.5886L268.784 103.624L258.07 97.4118L258.114 91.3839L268.829 97.5886Z' fill='%233D9AFD'/%3E%3Cpath d='M269.249 94.7C269.514 94.8547 269.735 95.2305 269.735 95.5327C269.735 95.8422 269.514 95.9674 269.249 95.8053L258.998 89.7922C258.733 89.6374 258.512 89.2616 258.519 88.9595C258.519 88.65 258.733 88.5247 259.006 88.6794L269.256 94.6926L269.249 94.7Z' fill='white'/%3E%3Cpath d='M269.249 92.0471C269.514 92.2018 269.735 92.5703 269.735 92.8798C269.735 93.1819 269.514 93.3072 269.249 93.1598L258.998 87.1393C258.733 86.9845 258.512 86.6087 258.519 86.3066C258.519 85.9971 258.733 85.8792 259.006 86.0266L269.256 92.0471H269.249Z' fill='white'/%3E%3Cpath d='M273.611 49.1444L297.554 62.0771L290.546 77.7437L266.611 64.3247L273.611 49.1444Z' fill='white'/%3E%3Cpath d='M288.467 105.908C288.084 109.394 290.42 111.067 293.684 109.652C296.942 108.23 299.882 104.258 300.265 100.772C300.641 97.2865 298.305 95.6064 295.055 97.0286C291.791 98.4508 288.843 102.423 288.46 105.908' fill='%233D9AFD'/%3E%3Cpath d='M291.326 104.67C291.135 106.468 292.336 107.331 294.023 106.601C295.696 105.872 297.214 103.816 297.42 102.025C297.612 100.227 296.404 99.3573 294.731 100.094C293.043 100.824 291.525 102.88 291.326 104.678' fill='white'/%3E%3Cpath d='M335.563 77.7659C335.18 81.2514 337.516 82.9316 340.78 81.5093C344.038 80.0871 346.978 76.1078 347.368 72.6296C347.744 69.1441 345.408 67.4639 342.158 68.8861C338.894 70.3084 335.946 74.2729 335.57 77.7659' fill='%233D9AFD'/%3E%3Cpath d='M338.415 76.5205C338.216 78.3185 339.425 79.1807 341.112 78.4512C342.792 77.7216 344.31 75.6657 344.509 73.875C344.701 72.0769 343.492 71.2074 341.819 71.9443C340.132 72.6738 338.614 74.7298 338.415 76.5278' fill='white'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_7670_3059)'%3E%3Cpath d='M386.116 14.8304C386.186 14.8693 386.256 14.8926 386.326 14.8926C386.49 14.8926 386.599 14.7603 386.599 14.5579C386.599 14.2855 386.404 13.943 386.163 13.8107L381.438 11.0787L381.454 5.63793C381.454 5.3655 381.251 5.01524 381.018 4.88292C380.948 4.844 380.878 4.82065 380.815 4.82065C380.652 4.82065 380.543 4.95297 380.543 5.15534L380.527 10.5494L375.834 7.84068C375.764 7.80177 375.694 7.77841 375.632 7.77841C375.468 7.77841 375.367 7.91074 375.359 8.11311C375.359 8.39332 375.554 8.72023 375.795 8.86033L380.527 11.5924L380.512 17.0331C380.512 17.3055 380.706 17.648 380.94 17.7881C381.01 17.827 381.08 17.8504 381.142 17.8504C381.306 17.8504 381.415 17.7181 381.415 17.5157L381.43 12.1217L386.116 14.8304Z' fill='%233D9AFD'/%3E%3Cpath d='M379.804 28.3505L375.079 25.6262L375.095 20.1855C375.095 19.913 374.9 19.5628 374.659 19.4305C374.589 19.3915 374.519 19.3682 374.456 19.3682C374.293 19.3682 374.184 19.5005 374.184 19.7029L374.168 25.0969L369.475 22.3882C369.405 22.3493 369.335 22.326 369.272 22.326C369.109 22.326 369 22.4583 369 22.6607C369 22.9331 369.195 23.2678 369.428 23.4079L374.161 26.1399L374.145 31.5807C374.145 31.8609 374.34 32.1956 374.573 32.3357C374.643 32.3746 374.713 32.3979 374.775 32.3979C374.939 32.3979 375.048 32.2656 375.048 32.0632L375.063 26.6692L379.749 29.3779C379.819 29.4168 379.897 29.4402 379.959 29.4402C380.123 29.4402 380.224 29.3078 380.224 29.1055C380.224 28.833 380.029 28.4906 379.788 28.3582L379.804 28.3505Z' fill='%233D9AFD'/%3E%3Cpath d='M463.866 62.0846L459.142 59.3603L459.157 53.9196C459.157 53.6471 458.963 53.2969 458.721 53.1646C458.651 53.1256 458.581 53.1023 458.519 53.1023C458.356 53.1023 458.247 53.2346 458.247 53.437L458.231 58.831L453.538 56.1223C453.468 56.0834 453.397 56.0601 453.335 56.0601C453.172 56.0601 453.071 56.1924 453.071 56.3948C453.071 56.6672 453.265 57.0019 453.499 57.142L458.231 59.874L458.216 65.3148C458.216 65.595 458.41 65.9297 458.644 66.0698C458.714 66.1087 458.784 66.132 458.846 66.132C459.009 66.132 459.118 65.9997 459.118 65.7973L459.134 60.4033L463.82 63.112C463.89 63.1509 463.968 63.1743 464.03 63.1743C464.193 63.1743 464.294 63.0419 464.294 62.8396C464.294 62.5671 464.1 62.2247 463.859 62.0923L463.866 62.0846Z' fill='%233D9AFD'/%3E%3Cpath d='M447.42 62.7539L488.05 85.5988L447.731 109.891L407.101 86.2682L447.42 62.7462V62.7539Z' fill='url(%23paint5_linear_7670_3059)'/%3E%3Cpath d='M387.541 23.1432L416.776 40.0181L416.729 62.1702L416.612 103.26L416.161 103.003L406.478 97.4143L406.525 82.462L397.558 77.2859L397.519 92.2382L387.385 86.3849L387.548 23.1432H387.541Z' fill='%23CEE3F2'/%3E%3Cpath d='M406.921 80.0958L406.875 97.9669L396.165 91.779L396.211 73.9156L406.921 80.0958Z' fill='white'/%3E%3Cpath d='M397.301 54.2387L397.286 59.2669L392.919 56.7372L392.935 51.7168L397.301 54.2387Z' fill='white'/%3E%3Cpath d='M397.278 62.4114L397.27 67.4241L392.896 64.9022L392.911 59.8818L397.278 62.4114Z' fill='white'/%3E%3Cpath d='M404.267 66.4434L404.26 71.4638L399.885 68.9341L399.901 63.9215L404.267 66.4434Z' fill='white'/%3E%3Cpath d='M411.257 70.4753L411.242 75.4957L406.875 72.9738L406.891 67.9534L411.257 70.4753Z' fill='white'/%3E%3Cpath d='M404.291 58.2784L404.283 63.2988L399.909 60.7769L399.924 55.7565L404.291 58.2784Z' fill='white'/%3E%3Cpath d='M397.325 46.0815L397.317 51.1019L392.942 48.58L392.958 43.5596L397.325 46.0815Z' fill='white'/%3E%3Cpath d='M411.28 62.3103L411.265 67.3307L406.898 64.8088L406.914 59.7884L411.28 62.3103Z' fill='white'/%3E%3Cpath d='M404.314 50.1211L404.298 55.1338L399.932 52.6119L399.947 47.5993L404.314 50.1211Z' fill='white'/%3E%3Cpath d='M411.304 54.153L411.288 59.1735L406.922 56.6516L406.937 51.6312L411.304 54.153Z' fill='white'/%3E%3Cpath d='M397.325 37.5974L397.317 42.61L392.942 40.0881L392.958 35.0755L397.325 37.5974Z' fill='white'/%3E%3Cpath d='M404.314 41.6292L404.298 46.6497L399.932 44.1278L399.947 39.1074L404.314 41.6292Z' fill='white'/%3E%3Cpath d='M411.304 45.6611L411.288 50.6816L406.922 48.1597L406.937 43.147L411.304 45.6611Z' fill='white'/%3E%3Cpath d='M387.541 23.1432L410.782 9.6387L440.01 26.5135L416.768 40.0259L387.541 23.1432Z' fill='%2389ACE0'/%3E%3Cpath d='M416.768 40.0258L440.01 26.5135L439.963 89.7085L416.721 103.213L416.768 40.0258Z' fill='url(%23paint6_linear_7670_3059)'/%3E%3Cpath d='M421.36 69.946L438.111 79.6132L438.009 116.009L421.267 106.342L421.368 69.946H421.36ZM434.429 87.5681L434.444 83.1158L430.576 80.8819L430.56 85.3342L434.429 87.5681ZM428.241 83.9954L428.257 79.5432L424.388 77.3093L424.372 81.7615L428.241 83.9954ZM434.413 94.7912V90.3468L430.553 88.1129L430.537 92.5573L434.406 94.7912M428.21 91.2186L428.225 86.7741L424.357 84.5402L424.341 88.9847L428.21 91.2186Z' fill='%233D9AFD'/%3E%3Cpath d='M428.225 86.7741L428.218 91.2185L424.349 88.9847L424.365 84.5402L428.225 86.7741Z' fill='white'/%3E%3Cpath d='M434.421 90.3468L434.405 94.7912L430.537 92.5573L430.552 88.1129L434.421 90.3468Z' fill='white'/%3E%3Cpath d='M428.249 79.5354L428.233 83.9876L424.372 81.7615L424.38 77.3092L428.249 79.5354Z' fill='white'/%3E%3Cpath d='M434.444 83.1158L434.429 87.568L430.56 85.3341L430.568 80.8741L434.444 83.1158Z' fill='white'/%3E%3Cpath d='M421.36 69.946L437.558 60.6057L454.301 70.2729L438.111 79.6132L421.36 69.946Z' fill='%233D9AFD'/%3E%3Cpath d='M438.11 79.6132L454.246 70.2262L454.137 106.622L438.001 116.009L438.11 79.6132Z' fill='%23004393'/%3E%3C/g%3E%3Cpath d='M548.84 22.9997L548.856 17.2313L549.734 17.7367L549.719 23.505C549.719 23.7771 549.517 23.8937 549.276 23.7615C549.035 23.6216 548.84 23.2795 548.84 22.9997Z' fill='%233D9AFD'/%3E%3Cpath d='M554.756 19.6335C555.005 19.7735 555.199 20.1155 555.199 20.3954C555.199 20.6752 555.005 20.7841 554.756 20.6441L549.742 17.7522L548.863 17.2469L543.841 14.3472C543.6 14.2072 543.406 13.8652 543.406 13.5931C543.406 13.321 543.6 13.2044 543.849 13.3443L548.871 16.244L549.75 16.7493L554.764 19.6413L554.756 19.6335Z' fill='%233D9AFD'/%3E%3Cpath d='M549.314 10.2036C549.555 10.3435 549.758 10.6934 549.758 10.9732L549.742 16.7416L548.864 16.2362L548.879 10.4679C548.879 10.188 549.073 10.0714 549.314 10.2114V10.2036Z' fill='%233D9AFD'/%3E%3Cpath d='M565.516 20.854L565.531 15.0857L566.41 15.591L566.394 21.3593C566.394 21.6392 566.192 21.748 565.951 21.6159C565.71 21.4759 565.516 21.1339 565.516 20.854Z' fill='%233D9AFD'/%3E%3Cpath d='M571.424 17.4801C571.672 17.62 571.867 17.9621 571.867 18.2419C571.867 18.5218 571.672 18.6306 571.424 18.4907L566.409 15.5988L565.531 15.0935L560.509 12.1937C560.268 12.0538 560.073 11.7118 560.073 11.4397C560.073 11.1676 560.268 11.051 560.509 11.1909L565.531 14.0906L566.409 14.5959L571.424 17.4879V17.4801Z' fill='%233D9AFD'/%3E%3Cpath d='M565.99 8.05017C566.231 8.1901 566.433 8.53993 566.433 8.8198L566.417 14.5881L565.539 14.0828L565.554 8.31448C565.554 8.04239 565.749 7.91801 565.997 8.05794L565.99 8.05017Z' fill='%233D9AFD'/%3E%3Cpath opacity='0.8' d='M556.731 56.9723L598.003 80.7997L543.048 112.735L501.776 88.9002L556.731 56.9645V56.9723Z' fill='url(%23paint7_linear_7670_3059)'/%3E%3Cpath d='M556.73 42.256L598.003 66.0834L543.048 98.0192L501.775 74.184L556.73 42.2482V42.256ZM574.494 72.3882L585.074 66.2389L556.497 49.7424L545.916 55.8917L574.494 72.3882Z' fill='%23CEE3F2'/%3E%3Cpath d='M555.728 44.1218L594.45 61.3646L594.388 66.2156L542.908 96.1301L505.43 74.6815L505.298 69.5118L555.728 44.1218ZM572.372 72.3493L582.284 66.5888L555.518 51.134L545.606 56.8945L572.38 72.3493' fill='white'/%3E%3Cpath d='M585.075 66.2389L574.494 72.3882L545.917 55.8839L556.497 49.7346L585.075 66.2389Z' fill='%23CEE3F2'/%3E%3Cpath d='M543.048 98.0192L543.04 102.326L501.76 78.4908L501.776 74.184L543.048 98.0192Z' fill='%2389ACE0'/%3E%3Cpath d='M598.003 66.0834L597.995 70.3903L543.041 102.326L543.048 98.0192L598.003 66.0834Z' fill='%236285D1'/%3E%3Cpath d='M556.73 32.002L598.003 55.8295L543.048 87.7652L501.775 63.9378L556.73 32.002Z' fill='%23CEE3F2'/%3E%3Cpath d='M543.048 87.773L543.04 92.0798L501.76 68.2524L501.776 63.9378L543.048 87.773Z' fill='%2389ACE0'/%3E%3Cpath d='M598.003 55.8372L597.995 60.1441L543.041 92.0798L543.048 87.773L598.003 55.8372Z' fill='%236285D1'/%3E%3Cpath d='M505.445 67.2806L505.437 77.1226L501.76 77.4491L501.776 67.6071L505.445 67.2806Z' fill='%2389ACE0'/%3E%3Cpath d='M582.68 55.4252L573.359 60.836L548.202 46.3063L557.516 40.9033L582.68 55.4252Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M514.549 46.555L514.533 51.8569L510.607 52.3078L510.623 46.9981L514.549 46.555Z' fill='url(%23paint8_linear_7670_3059)'/%3E%3Cpath d='M554.181 44.0362C554.173 44.0907 554.165 44.1451 554.158 44.1917C554.111 44.4871 554.041 44.7825 553.955 45.0702C553.948 45.1091 553.932 45.1479 553.917 45.1868C553.823 45.4744 553.714 45.7621 553.59 46.0419C553.582 46.0653 553.575 46.0886 553.559 46.1041C553.427 46.384 553.271 46.6561 553.108 46.9282C553.069 46.9981 553.023 47.0603 552.984 47.1303C552.805 47.4024 552.618 47.6745 552.408 47.9466C552.385 47.9777 552.354 48.0088 552.331 48.0399C552.136 48.2809 551.926 48.5219 551.701 48.7551C551.616 48.8406 551.53 48.9261 551.444 49.0116C551.242 49.2137 551.032 49.4081 550.815 49.6024C550.76 49.6491 550.714 49.6957 550.659 49.7346C550.379 49.9678 550.084 50.2011 549.773 50.4265C549.711 50.4731 549.641 50.5198 549.579 50.5587C549.26 50.7841 548.933 51.0018 548.576 51.2117C548.576 51.2117 548.568 51.2117 548.56 51.2194C548.187 51.4449 547.791 51.6626 547.394 51.8647C547.27 51.9269 547.138 51.9891 547.013 52.0513C546.726 52.1912 546.438 52.3311 546.143 52.4633C545.979 52.5333 545.808 52.5955 545.645 52.6654C545.365 52.782 545.085 52.8909 544.79 52.9997C544.611 53.0619 544.432 53.1241 544.246 53.1863C543.997 53.2718 543.733 53.3573 543.476 53.4351C543.134 53.5361 542.776 53.6372 542.427 53.7382C542.201 53.8004 541.968 53.8626 541.735 53.917C541.346 54.0103 540.95 54.0881 540.545 54.1736C540.335 54.2125 540.125 54.2591 539.908 54.298C539.263 54.4146 538.61 54.5079 537.941 54.5856C537.7 54.6167 537.459 54.6323 537.21 54.6556C536.549 54.7178 535.896 54.7644 535.243 54.7877C535.158 54.7877 535.08 54.7877 534.995 54.7877C534.443 54.8033 533.891 54.8033 533.347 54.7877C533.23 54.7877 533.121 54.7877 533.004 54.7877C532.429 54.7722 531.869 54.7411 531.302 54.6944C531.178 54.6867 531.053 54.6711 530.929 54.6634C530.385 54.6167 529.848 54.5545 529.32 54.4845C529.273 54.4845 529.218 54.4768 529.164 54.4612C528.558 54.3757 527.967 54.2669 527.376 54.1503C527.275 54.1269 527.174 54.1114 527.073 54.0881C526.428 53.9559 525.806 53.7927 525.192 53.6216C525.075 53.5905 524.958 53.5594 524.842 53.5206C524.577 53.4428 524.321 53.3651 524.064 53.2796C523.924 53.2329 523.784 53.1863 523.644 53.1396C523.365 53.0464 523.093 52.9453 522.82 52.8442C522.719 52.8054 522.626 52.7665 522.525 52.7354C522.059 52.5488 521.608 52.3467 521.165 52.1446C521.071 52.0979 520.97 52.0513 520.877 52.0046C520.434 51.787 520.006 51.5693 519.602 51.3361C518.871 50.9085 518.187 50.4576 517.573 49.9678C516.267 48.9494 515.233 47.7989 514.541 46.5473C514.323 46.143 514.137 45.731 513.989 45.3112C513.857 44.9225 513.756 44.5338 513.686 44.1451C513.616 43.7486 513.585 43.3521 513.585 42.9556L513.569 48.2653C513.569 48.6618 513.6 49.0583 513.67 49.4547C513.733 49.8357 513.834 50.2244 513.974 50.6131C514.121 51.0329 514.308 51.4449 514.526 51.8491C515.217 53.1008 516.259 54.2513 517.557 55.2775C518.172 55.7673 518.856 56.2182 519.586 56.6457C519.991 56.879 520.418 57.0966 520.861 57.3143C520.962 57.3609 521.056 57.4076 521.157 57.462C521.592 57.6641 522.043 57.8663 522.509 58.0451C522.525 58.0451 522.541 58.0606 522.556 58.0684C522.642 58.0995 522.735 58.1306 522.82 58.1694C523.085 58.2705 523.357 58.3716 523.629 58.4649C523.769 58.5115 523.917 58.5581 524.057 58.6048C524.305 58.6825 524.554 58.768 524.803 58.838C524.881 58.8613 524.951 58.8847 525.028 58.908C525.083 58.9235 525.129 58.9313 525.184 58.9469C525.798 59.1179 526.412 59.2656 527.05 59.4055C527.088 59.4133 527.127 59.4288 527.174 59.4366C527.236 59.4522 527.298 59.4599 527.36 59.4677C527.951 59.5843 528.542 59.6932 529.149 59.7787C529.156 59.7787 529.164 59.7787 529.18 59.7787C529.211 59.7787 529.242 59.7787 529.273 59.7864C529.817 59.8642 530.369 59.9264 530.921 59.973C530.991 59.973 531.061 59.9886 531.131 59.9963C531.178 59.9963 531.224 59.9963 531.263 60.0041C531.831 60.0508 532.406 60.0819 532.989 60.0974C533.028 60.0974 533.059 60.0974 533.09 60.0974C533.152 60.0974 533.222 60.0974 533.284 60.0974C533.852 60.1052 534.419 60.1052 534.995 60.0974C535.041 60.0974 535.096 60.0974 535.142 60.0974C535.158 60.0974 535.181 60.0974 535.197 60.0974C535.865 60.0741 536.534 60.0274 537.202 59.9652C537.265 59.9652 537.327 59.9652 537.389 59.9575C537.56 59.9419 537.731 59.9264 537.902 59.9031C538.578 59.8253 539.231 59.7243 539.877 59.6154C539.923 59.6076 539.978 59.5999 540.032 59.5921C540.188 59.561 540.335 59.5221 540.491 59.491C540.903 59.4133 541.307 59.3278 541.704 59.2345C541.929 59.1801 542.147 59.1179 542.372 59.0635C542.738 58.9702 543.103 58.8691 543.453 58.7603C543.569 58.7292 543.686 58.6981 543.803 58.6592C543.935 58.6203 544.059 58.5659 544.191 58.5193C544.386 58.4571 544.572 58.3871 544.767 58.3172C545.046 58.2161 545.319 58.1073 545.591 57.9984C545.762 57.9284 545.94 57.8585 546.104 57.7807C546.391 57.6564 546.671 57.5242 546.951 57.3843C547.083 57.3221 547.223 57.2599 547.355 57.1899C547.752 56.9878 548.141 56.7779 548.506 56.5602C548.506 56.5602 548.506 56.5602 548.514 56.5524C548.529 56.5447 548.545 56.5369 548.56 56.5291C548.902 56.3192 549.229 56.1093 549.54 55.8917C549.602 55.845 549.672 55.7984 549.734 55.7517C550.045 55.5263 550.341 55.3008 550.62 55.0676C550.675 55.021 550.721 54.9743 550.776 54.9277C550.885 54.8344 550.994 54.7411 551.102 54.64C551.211 54.539 551.305 54.4379 551.406 54.3368C551.491 54.2513 551.577 54.1658 551.662 54.0803C551.88 53.8548 552.09 53.6139 552.284 53.3806C552.307 53.3495 552.346 53.3107 552.37 53.2796C552.37 53.2796 552.385 53.264 552.385 53.2563C552.587 52.9997 552.766 52.7354 552.937 52.4711C552.976 52.4011 553.023 52.3389 553.061 52.2689C553.108 52.1912 553.163 52.1212 553.201 52.0435C553.31 51.8414 553.411 51.647 553.512 51.4449C553.52 51.4216 553.528 51.3983 553.543 51.3749C553.613 51.2117 553.691 51.0562 553.746 50.8929C553.792 50.7763 553.831 50.6519 553.862 50.5353C553.878 50.4965 553.893 50.4576 553.901 50.411C553.963 50.1933 554.025 49.9756 554.064 49.7579C554.08 49.6802 554.088 49.6102 554.095 49.5325C554.103 49.4781 554.111 49.4236 554.119 49.377C554.15 49.1205 554.181 48.8639 554.189 48.6074C554.189 48.553 554.189 48.4908 554.189 48.4286C554.189 46.6561 554.196 44.8914 554.204 43.1189C554.204 43.4376 554.173 43.7486 554.134 44.0596L554.181 44.0362Z' fill='url(%23paint9_linear_7670_3059)'/%3E%3Cpath d='M513.693 44.1528C513.763 44.5415 513.857 44.9303 513.997 45.319C514.144 45.7388 514.331 46.1508 514.549 46.555L510.623 47.0059L509.814 44.6115L513.693 44.1606V44.1528Z' fill='%2389ACE0'/%3E%3Cpath d='M510.662 47.589C510.662 47.589 510.662 47.6123 510.654 47.6201C510.638 47.6667 510.623 47.7133 510.592 47.76C510.568 47.8066 510.537 47.8533 510.498 47.8921C510.483 47.9077 510.475 47.9232 510.459 47.931C510.436 47.9543 510.405 47.9854 510.382 48.0088C510.343 48.0399 510.304 48.071 510.265 48.0943C510.242 48.1098 510.218 48.1254 510.195 48.1409C510.11 48.1953 510.009 48.2342 509.9 48.2731C509.869 48.2808 509.83 48.2964 509.799 48.3042C509.752 48.3197 509.705 48.3275 509.659 48.343C509.589 48.3586 509.519 48.3664 509.449 48.3819L484.564 51.5226C484.44 51.5382 484.315 51.5382 484.191 51.5382C484.191 51.5382 484.175 51.5382 484.168 51.5382C484.051 51.5382 483.934 51.5149 483.826 51.4993H483.81C483.709 51.476 483.608 51.4527 483.515 51.4138C483.499 51.4138 483.484 51.406 483.46 51.3982C483.359 51.3594 483.266 51.3205 483.18 51.2661C482.932 51.1184 482.737 50.924 482.659 50.6908L481.695 47.9077L481.68 53.2174L482.644 55.9927C482.722 56.2259 482.908 56.4203 483.165 56.568C483.243 56.6146 483.328 56.6535 483.414 56.6846C483.421 56.6846 483.437 56.6924 483.445 56.7001C483.46 56.7001 483.484 56.7079 483.507 56.7157C483.546 56.7312 483.577 56.739 483.616 56.7546C483.67 56.7701 483.725 56.7857 483.779 56.7934C483.787 56.7934 483.794 56.7934 483.802 56.7934C483.802 56.7934 483.81 56.7934 483.818 56.7934C483.857 56.7934 483.888 56.809 483.927 56.809C483.973 56.809 484.02 56.8245 484.074 56.8245C484.098 56.8245 484.129 56.8245 484.16 56.8245C484.16 56.8245 484.175 56.8245 484.183 56.8245C484.191 56.8245 484.206 56.8245 484.214 56.8245C484.261 56.8245 484.315 56.8245 484.362 56.8245C484.416 56.8245 484.471 56.8245 484.525 56.8167C484.533 56.8167 484.541 56.8167 484.556 56.8167L509.433 53.676C509.488 53.676 509.542 53.6605 509.597 53.6527C509.612 53.6527 509.628 53.6449 509.651 53.6372C509.698 53.6294 509.744 53.6138 509.791 53.6061C509.814 53.6061 509.845 53.5983 509.869 53.5905C509.876 53.5905 509.884 53.5827 509.892 53.575C510.001 53.5361 510.094 53.4972 510.187 53.4428C510.187 53.4428 510.203 53.4428 510.211 53.435C510.226 53.4273 510.242 53.4117 510.257 53.3962C510.296 53.3651 510.335 53.3418 510.374 53.3107C510.382 53.2951 510.397 53.2951 510.405 53.2873C510.421 53.2718 510.436 53.2562 510.452 53.2407C510.467 53.2251 510.483 53.2096 510.491 53.2018C510.498 53.194 510.506 53.1863 510.514 53.1785C510.545 53.1396 510.568 53.1085 510.584 53.0697C510.599 53.0386 510.623 53.0075 510.63 52.9686C510.63 52.953 510.63 52.9375 510.638 52.922C510.638 52.9142 510.638 52.8986 510.646 52.8909C510.646 52.8831 510.646 52.8753 510.654 52.8598C510.654 52.8209 510.662 52.7898 510.662 52.7509V52.7354L510.677 47.4257C510.677 47.4801 510.669 47.5268 510.654 47.5812L510.662 47.589Z' fill='%23004393'/%3E%3Cpath d='M509.161 43.8497C509.418 43.9974 509.604 44.1917 509.682 44.4249L509.752 44.6115L510.623 46.9982L510.646 47.1925C510.848 47.7522 510.312 48.2809 509.449 48.3819L484.564 51.5226C484.051 51.5771 483.546 51.476 483.18 51.2583C482.932 51.1106 482.737 50.9163 482.66 50.683L481.696 47.9077C481.501 47.3558 482.038 46.8193 482.893 46.7183L507.77 43.5853C508.275 43.5309 508.788 43.632 509.153 43.8419L509.161 43.8497Z' fill='%233D9AFD'/%3E%3Cpath d='M544.556 36.8919C545.287 37.3195 545.948 37.7859 546.515 38.2834C547.581 39.2241 548.311 40.2503 548.684 41.3309C550.325 46.0497 545.031 50.6442 536.899 51.577C532.468 52.0901 527.904 51.4138 524.391 49.7346C524.017 49.5558 523.66 49.3692 523.318 49.1749C522.774 48.8639 522.276 48.5218 521.825 48.1642C520.488 47.1225 519.602 45.9564 519.166 44.7203C517.526 40.0015 522.812 35.407 530.952 34.4664C535.383 33.9611 539.946 34.6374 543.46 36.3166C543.841 36.4954 544.214 36.6898 544.556 36.8919Z' fill='white'/%3E%3Cpath d='M553.854 40.74C556.07 47.1148 548.933 53.3262 537.941 54.5856C531.045 55.3786 524.259 54.0337 519.61 51.3516C518.879 50.924 518.195 50.4731 517.581 49.9834C516.275 48.965 515.241 47.8144 514.549 46.5628C514.331 46.1586 514.145 45.7465 513.997 45.3267C513.865 44.938 513.764 44.5493 513.694 44.1606C512.668 38.2135 519.586 32.6628 529.91 31.4812C536.814 30.696 543.608 32.0409 548.265 34.7229C549.26 35.2982 550.162 35.9357 550.939 36.6198C552.315 37.8481 553.334 39.2241 553.854 40.74ZM536.899 51.5848C545.031 50.652 550.325 46.0575 548.685 41.3386C548.311 40.2658 547.581 39.2397 546.516 38.2912C545.948 37.7859 545.295 37.3195 544.557 36.8997C544.207 36.6975 543.841 36.5032 543.46 36.3244C539.947 34.6452 535.383 33.9689 530.952 34.4742C522.813 35.4148 517.519 40.0093 519.167 44.7281C519.602 45.9642 520.488 47.1303 521.825 48.172C522.276 48.5296 522.774 48.8639 523.318 49.1827C523.66 49.377 524.018 49.5636 524.391 49.7424C527.905 51.4216 532.468 52.0979 536.899 51.5848Z' fill='%2389ACE0'/%3E%3Cg clip-path='url(%23clip3_7670_3059)'%3E%3Cpath d='M682.285 46.5721L732 74.526L682.667 104.253L632.953 75.3489L682.285 46.5721Z' fill='url(%23paint10_linear_7670_3059)'/%3E%3Cpath d='M623.697 78.1655L645.381 65.5672L646.764 66.3731L625.08 78.9714L623.697 78.1655Z' fill='%233D9AFD'/%3E%3Cpath d='M670.544 105.212L692.228 92.6132L692.203 98.7639L670.527 111.362L670.544 105.212Z' fill='%23004393'/%3E%3Cpath d='M669.161 104.414L690.837 91.8158L692.228 92.6133L670.544 105.212L669.161 104.414Z' fill='%233D9AFD'/%3E%3Cpath d='M670.544 105.212L670.527 111.362L623.68 84.3162L623.697 78.1655L625.08 78.9714L669.161 104.414L670.544 105.212Z' fill='%233D9AFD'/%3E%3Cpath d='M647.205 60.7909C649.75 62.2585 651.804 65.8132 651.795 68.7316C651.795 70.7507 650.802 71.93 649.36 71.9894L650.166 82.2377L644.143 78.7594L645.008 69.4782C643.566 67.756 642.59 65.4399 642.599 63.4208C642.607 60.5024 644.677 59.3317 647.214 60.7993L647.205 60.7909Z' fill='url(%23paint11_linear_7670_3059)'/%3E%3Cpath d='M665.632 59.7898C667.643 60.9521 669.271 63.7602 669.263 66.0762L669.153 104.423L625.08 78.9715L625.19 40.6336C625.19 38.3175 626.836 37.3928 628.847 38.5466L665.64 59.7898H665.632ZM649.352 71.9894C650.794 71.93 651.787 70.7507 651.787 68.7316C651.795 65.8132 649.742 62.2586 647.197 60.7909C644.652 59.3232 642.59 60.5024 642.582 63.4123C642.582 65.4315 643.557 67.7475 644.991 69.4697L644.126 78.7509L650.149 82.2292L649.343 71.9809' fill='%23CEE3F2'/%3E%3Cpath d='M687.35 47.2084C687.35 47.2084 687.325 47.1915 687.316 47.183L650.531 25.9483C650.531 25.9483 650.455 25.9058 650.412 25.8804C650.361 25.8549 650.31 25.8295 650.259 25.804C650.209 25.7786 650.158 25.7616 650.115 25.7362C650.073 25.7107 650.013 25.6938 649.971 25.6768C649.92 25.6513 649.869 25.6344 649.827 25.6174C649.818 25.6174 649.81 25.6174 649.801 25.6174C649.801 25.6174 649.793 25.6174 649.784 25.6174C649.75 25.6089 649.716 25.5919 649.674 25.5835C649.623 25.5665 649.572 25.558 649.521 25.541C649.47 25.5241 649.42 25.5156 649.369 25.5071C649.318 25.4986 649.258 25.4901 649.207 25.4817C649.174 25.4817 649.14 25.4817 649.106 25.4732H649.089C649.08 25.4732 649.063 25.4732 649.055 25.4732C648.995 25.4732 648.936 25.4732 648.885 25.4732C648.826 25.4732 648.758 25.4732 648.698 25.4732C648.631 25.4732 648.554 25.4901 648.486 25.5071C648.486 25.5071 648.478 25.5071 648.469 25.5071C648.385 25.5241 648.308 25.541 648.232 25.575C648.13 25.6089 648.028 25.6598 647.935 25.7107C646.849 26.3385 645.763 26.9748 644.686 27.6026C638.543 31.1742 632.401 34.7459 626.259 38.309C626.42 38.2157 626.607 38.1478 626.802 38.1054C626.997 38.063 627.201 38.0545 627.413 38.0715H627.43C627.642 38.0885 627.871 38.1394 628.1 38.2157C628.1 38.2157 628.1 38.2157 628.108 38.2157C628.346 38.3005 628.592 38.4108 628.847 38.5551L665.64 59.7983C667.651 60.9605 669.28 63.7686 669.271 66.0847L669.161 104.431L690.846 91.8328L690.956 53.4949C690.956 51.1958 689.352 48.4046 687.359 47.2339L687.35 47.2084Z' fill='url(%23paint12_linear_7670_3059)'/%3E%3Cpath d='M652.211 24.3533C652.245 24.0649 652.279 23.7934 652.338 23.5304C652.338 23.4964 652.355 23.454 652.364 23.4201C652.414 23.1656 652.482 22.928 652.559 22.6905C652.576 22.6481 652.584 22.6057 652.601 22.5548C652.677 22.3257 652.762 22.1051 652.864 21.893C652.864 21.8845 652.873 21.8676 652.881 21.8591C652.991 21.63 653.11 21.4179 653.237 21.2143C653.263 21.1719 653.297 21.138 653.322 21.0956C653.424 20.9513 653.526 20.8071 653.636 20.6799C653.687 20.6289 653.729 20.578 653.78 20.5187C653.882 20.4084 653.992 20.3066 654.103 20.2048C654.154 20.1623 654.205 20.1114 654.255 20.0775C654.417 19.9503 654.586 19.823 654.764 19.7212L649.81 22.5972C649.632 22.699 649.462 22.8262 649.292 22.9535C649.242 22.9959 649.199 23.0383 649.148 23.0807C649.038 23.1825 648.928 23.2843 648.817 23.4031C648.766 23.454 648.724 23.5049 648.673 23.5558C648.563 23.6916 648.453 23.8273 648.351 23.98C648.325 24.0139 648.3 24.0479 648.274 24.0903C648.274 24.0903 648.257 24.1073 648.257 24.1158C648.139 24.3024 648.028 24.506 647.927 24.7181C647.918 24.7351 647.91 24.752 647.901 24.769C647.833 24.9132 647.774 25.0659 647.714 25.2186C647.689 25.2865 647.672 25.3544 647.647 25.4222C647.63 25.4647 647.621 25.5071 647.604 25.5495C647.587 25.6004 647.57 25.6428 647.562 25.6852C647.519 25.8295 647.477 25.9822 647.443 26.1434C647.435 26.1858 647.426 26.2367 647.418 26.2876C647.418 26.3215 647.401 26.3555 647.401 26.3979C647.384 26.4657 647.375 26.5251 647.358 26.5845C647.333 26.7203 647.316 26.8645 647.299 27.0087C647.299 27.0681 647.29 27.136 647.282 27.2038C647.282 27.2378 647.282 27.2717 647.273 27.3141C647.273 27.3565 647.265 27.3989 647.256 27.4414C647.248 27.5771 647.239 27.7213 647.231 27.8571C647.231 27.9928 647.222 28.1285 647.222 28.2643L647.188 37.1382L652.143 34.2623L652.177 25.3883C652.177 25.0574 652.194 24.7266 652.228 24.4212C652.228 24.3957 652.228 24.3703 652.228 24.3448L652.211 24.3533Z' fill='%23004393'/%3E%3Cpath d='M676.729 39.5222V39.4713C676.729 39.2253 676.729 38.9707 676.72 38.7247C676.72 38.4702 676.703 38.2242 676.686 37.9697C676.686 37.8848 676.669 37.8 676.669 37.7152C676.669 37.6643 676.669 37.6134 676.652 37.5624C676.644 37.4437 676.635 37.3249 676.627 37.2061C676.601 36.9516 676.576 36.6971 676.542 36.4426C676.516 36.2135 676.482 35.9845 676.44 35.7554C676.44 35.7385 676.44 35.7215 676.44 35.713C676.44 35.696 676.44 35.6791 676.44 35.6621C676.398 35.3991 676.355 35.1361 676.304 34.8731C676.253 34.6016 676.203 34.3302 676.143 34.0587C676.126 33.9908 676.109 33.9145 676.092 33.8381C676.084 33.7957 676.067 33.7448 676.058 33.7024C676.024 33.5497 675.99 33.3885 675.948 33.2358C675.88 32.9643 675.804 32.6843 675.727 32.4044C675.685 32.2347 675.634 32.0735 675.583 31.9038C675.566 31.8614 675.558 31.8105 675.541 31.7681C675.524 31.7087 675.507 31.6493 675.49 31.5899C675.405 31.3184 675.32 31.047 675.227 30.784C675.142 30.521 675.049 30.258 674.947 29.9865C674.938 29.9526 674.921 29.9271 674.913 29.9017C674.913 29.8847 674.896 29.8592 674.888 29.8423C674.811 29.6387 674.735 29.4351 674.659 29.2314C674.557 28.9769 674.463 28.7224 674.353 28.4764C674.294 28.3237 674.226 28.1795 674.158 28.0268C674.141 27.9843 674.124 27.9419 674.107 27.908C674.082 27.8486 674.056 27.7977 674.031 27.7383C673.92 27.4838 673.802 27.2293 673.683 26.9833C673.556 26.7118 673.42 26.4403 673.293 26.1688C673.284 26.1434 673.267 26.1179 673.25 26.0925C673.233 26.0585 673.208 26.0161 673.191 25.9822C673.064 25.7277 672.936 25.4816 672.801 25.2271C672.673 24.9811 672.529 24.752 672.393 24.506C672.309 24.3533 672.224 24.2006 672.139 24.0479C672.096 23.98 672.054 23.9037 672.012 23.8273C671.876 23.5983 671.723 23.3692 671.587 23.1486C671.392 22.8262 671.197 22.5124 670.985 22.1985C670.943 22.1306 670.9 22.0627 670.858 22.0033C670.586 21.5961 670.306 21.2059 670.026 20.8156C669.984 20.7562 669.942 20.6968 669.899 20.6375C669.891 20.6205 669.882 20.612 669.874 20.595C669.645 20.2896 669.416 19.9842 669.178 19.6873C669.008 19.4667 668.83 19.2546 668.652 19.0425C668.635 19.0255 668.627 19.0086 668.61 18.9916C668.593 18.9746 668.584 18.9577 668.567 18.9407C668.364 18.7032 668.168 18.4656 667.965 18.2281C667.761 17.999 667.558 17.7784 667.354 17.5579C667.329 17.5324 667.303 17.507 667.286 17.4815C667.261 17.4561 667.235 17.4306 667.21 17.3967C667.049 17.2185 666.879 17.0488 666.709 16.8792C666.489 16.6586 666.268 16.438 666.048 16.2259C665.997 16.175 665.937 16.1241 665.886 16.0732C665.835 16.0308 665.785 15.9799 665.734 15.929C665.606 15.8102 665.488 15.6914 665.36 15.5812C665.131 15.3691 664.894 15.1655 664.656 14.9703C664.571 14.894 664.478 14.8261 664.393 14.7498C664.342 14.7073 664.291 14.6734 664.249 14.631C664.156 14.5546 664.054 14.4698 663.961 14.3934C663.731 14.2153 663.502 14.0371 663.265 13.8675C663.129 13.7656 662.985 13.6723 662.849 13.5705C662.807 13.5366 662.756 13.5027 662.713 13.4772C662.671 13.4433 662.62 13.4093 662.578 13.3839C662.357 13.2312 662.128 13.0785 661.907 12.9342C661.687 12.79 661.458 12.6543 661.237 12.5185C661.212 12.5016 661.186 12.4931 661.169 12.4761C661 12.3828 660.839 12.2895 660.669 12.1962C660.601 12.1622 660.542 12.1283 660.474 12.0944C660.389 12.0519 660.313 12.0095 660.236 11.9671C660.168 11.9332 660.1 11.8992 660.033 11.8653C659.931 11.8144 659.829 11.772 659.727 11.7211C659.651 11.6871 659.574 11.6447 659.49 11.6108C659.456 11.5938 659.43 11.5768 659.396 11.5684C659.184 11.475 658.981 11.3817 658.769 11.3054C658.556 11.2205 658.344 11.1442 658.141 11.0678C658.115 11.0593 658.09 11.0509 658.064 11.0424C657.988 11.0169 657.912 10.9915 657.844 10.966C657.734 10.9321 657.623 10.8897 657.521 10.8642C657.462 10.8472 657.411 10.8303 657.36 10.8218C657.275 10.7963 657.191 10.7709 657.106 10.7539C657.029 10.7285 656.953 10.7115 656.885 10.6945C656.809 10.6776 656.732 10.6606 656.656 10.6436C656.563 10.6182 656.478 10.6012 656.393 10.5843C656.342 10.5758 656.291 10.5588 656.24 10.5503C656.156 10.5334 656.071 10.5249 655.977 10.5079C655.876 10.4909 655.774 10.474 655.672 10.457C655.63 10.457 655.596 10.44 655.553 10.44C655.46 10.4231 655.375 10.4231 655.29 10.4146C655.18 10.4061 655.07 10.3891 654.959 10.3806C654.925 10.3806 654.891 10.3806 654.858 10.3722C654.781 10.3722 654.705 10.3722 654.628 10.3722C654.501 10.3722 654.365 10.3637 654.238 10.3637C654.204 10.3637 654.162 10.3637 654.128 10.3637C654.069 10.3637 654.018 10.3637 653.958 10.3637C653.797 10.3637 653.627 10.3722 653.466 10.3891C653.415 10.3891 653.364 10.3891 653.313 10.3891C653.28 10.3891 653.246 10.4061 653.203 10.4061C652.957 10.4315 652.711 10.4655 652.465 10.5079C652.448 10.5079 652.423 10.5079 652.406 10.5079C652.406 10.5079 652.406 10.5079 652.397 10.5079C652.058 10.5758 651.727 10.6691 651.405 10.7794C651.371 10.7879 651.345 10.7963 651.311 10.8048C651.286 10.8048 651.269 10.8218 651.243 10.8303C651.108 10.8812 650.98 10.9321 650.845 10.9915C650.777 11.0254 650.701 11.0509 650.633 11.0848C650.438 11.1781 650.242 11.2799 650.047 11.3902L645.093 14.2747C645.279 14.1644 645.475 14.0626 645.678 13.9693C645.746 13.9353 645.814 13.9099 645.882 13.8844C646.017 13.825 646.145 13.7656 646.289 13.7147C646.34 13.6978 646.399 13.6808 646.45 13.6638C646.773 13.5536 647.095 13.4602 647.443 13.3924C647.468 13.3924 647.494 13.3924 647.511 13.3754C647.748 13.333 647.994 13.299 648.24 13.2736C648.325 13.2736 648.41 13.2566 648.495 13.2481C648.656 13.2397 648.817 13.2312 648.987 13.2227C649.08 13.2227 649.173 13.2227 649.275 13.2227C649.402 13.2227 649.53 13.2227 649.665 13.2397C649.776 13.2397 649.886 13.2397 650.005 13.2566C650.115 13.2566 650.225 13.2736 650.336 13.2906C650.463 13.3075 650.59 13.316 650.717 13.333C650.819 13.3499 650.921 13.3669 651.014 13.3839C651.15 13.4093 651.294 13.4348 651.439 13.4602C651.523 13.4772 651.608 13.4942 651.693 13.5196C651.846 13.5536 651.99 13.5875 652.143 13.6299C652.228 13.6554 652.321 13.6808 652.406 13.7063C652.575 13.7572 652.737 13.8081 652.906 13.859C652.974 13.8844 653.034 13.9014 653.101 13.9268C653.339 14.0117 653.576 14.0965 653.823 14.1898C653.823 14.1898 653.823 14.1898 653.831 14.1898C654.069 14.2832 654.306 14.385 654.552 14.5037C654.62 14.5377 654.688 14.5716 654.756 14.597C654.934 14.6819 655.104 14.7667 655.282 14.8516C655.367 14.894 655.443 14.9364 655.528 14.9788C655.757 15.0976 655.986 15.2248 656.223 15.3606C656.749 15.666 657.275 16.0053 657.793 16.3617C657.827 16.3871 657.869 16.4126 657.903 16.438C658.378 16.7774 658.853 17.1337 659.32 17.5154C659.371 17.5579 659.422 17.6003 659.473 17.6427C659.931 18.016 660.38 18.4147 660.822 18.8219C660.872 18.8644 660.923 18.9153 660.966 18.9577C661.415 19.3819 661.857 19.823 662.289 20.2811C662.323 20.3151 662.349 20.3405 662.383 20.3745C662.832 20.858 663.273 21.3586 663.706 21.8761C663.723 21.9015 663.74 21.9185 663.757 21.9439C664.181 22.453 664.588 22.979 664.987 23.5219C665.038 23.5898 665.089 23.6661 665.14 23.734C665.462 24.1752 665.776 24.6248 666.073 25.0829C666.285 25.4053 666.48 25.7277 666.684 26.0585C666.862 26.3555 667.049 26.6439 667.227 26.9408C667.32 27.102 667.405 27.2632 667.498 27.4159C667.77 27.8995 668.033 28.3831 668.279 28.8666C668.296 28.9091 668.321 28.943 668.347 28.9854C668.644 29.5793 668.932 30.1901 669.195 30.8009C669.212 30.8349 669.229 30.8773 669.246 30.9197C669.509 31.522 669.746 32.1329 669.975 32.7352C669.984 32.7607 669.992 32.7861 670.001 32.8116C670.23 33.4309 670.434 34.0587 670.62 34.678C670.637 34.7204 670.646 34.7628 670.654 34.8052C670.832 35.4076 670.994 36.0099 671.129 36.6038C671.138 36.6462 671.155 36.6971 671.163 36.7395C671.307 37.3673 671.426 37.9866 671.52 38.6059C671.52 38.6229 671.52 38.6399 671.52 38.6568C671.613 39.2592 671.681 39.8615 671.732 40.4554C671.732 40.5063 671.74 40.5572 671.749 40.6081C671.791 41.2189 671.816 41.8213 671.808 42.4151L671.876 51.4163L676.83 48.5404L676.771 39.5392L676.729 39.5222Z' fill='%23004393'/%3E%3Cpath d='M656.198 15.3266C664.911 20.4084 671.851 32.5146 671.774 42.4066L671.842 51.4078L665.267 47.6071L665.089 38.7162C665.132 33.0576 661.153 26.1264 656.224 23.2589C651.261 20.3914 647.239 22.6565 647.205 28.2897L647.171 37.1637L640.486 33.3036L640.52 24.1751C640.588 14.3086 647.604 10.3637 656.215 15.3266H656.198Z' fill='%233D9AFD'/%3E%3Cpath d='M690.269 24.1073L690.286 18.0415L691.21 18.576L691.194 24.6418C691.194 24.9303 690.981 25.0575 690.727 24.9048C690.472 24.7606 690.269 24.3958 690.269 24.1073Z' fill='%233D9AFD'/%3E%3Cpath d='M696.487 20.5612C696.75 20.7139 696.954 21.0702 696.954 21.3586C696.954 21.6471 696.742 21.7658 696.487 21.6216L691.219 18.576L690.294 18.0415L685.017 14.9958C684.763 14.8516 684.559 14.4953 684.559 14.1984C684.559 13.9015 684.771 13.7912 685.017 13.9354L690.294 16.981L691.219 17.5155L696.487 20.5612Z' fill='%233D9AFD'/%3E%3Cpath d='M690.77 10.6437C691.024 10.7879 691.236 11.1612 691.236 11.4496L691.219 17.5155L690.294 16.981L690.311 10.9151C690.311 10.6267 690.523 10.4994 690.77 10.6437Z' fill='%233D9AFD'/%3E%3Cpath d='M698.676 41.2275L698.693 35.1616L699.618 35.6961L699.601 41.762C699.601 42.0504 699.389 42.1777 699.134 42.025C698.88 41.8807 698.676 41.5159 698.676 41.2275Z' fill='%233D9AFD'/%3E%3Cpath d='M704.895 37.6813C705.158 37.834 705.361 38.1903 705.361 38.4788C705.361 38.7672 705.158 38.886 704.895 38.7417L699.626 35.6961L698.702 35.1616L693.425 32.116C693.17 31.9717 692.967 31.6154 692.967 31.3185C692.967 31.0301 693.179 30.9113 693.425 31.0555L698.702 34.1012L699.626 34.6356L704.895 37.6813Z' fill='%233D9AFD'/%3E%3Cpath d='M699.177 27.7723C699.431 27.9165 699.643 28.2898 699.643 28.5783L699.626 34.6441L698.701 34.1096L698.718 28.0438C698.718 27.7554 698.93 27.6281 699.177 27.7723Z' fill='%233D9AFD'/%3E%3C/g%3E%3Cg opacity='0.8'%3E%3Cpath d='M796.047 96.604C804.492 101.475 804.529 109.372 796.147 114.244C787.766 119.115 774.139 119.115 765.703 114.244C757.267 109.372 757.221 101.475 765.602 96.604C773.983 91.7416 787.62 91.7325 796.047 96.604Z' fill='url(%23paint13_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M768.061 3.7712C770.775 2.49163 774.257 3.14055 777.776 6.01959C782.245 9.6755 785.627 15.9545 786.943 22.2701' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M755 91.3029C753.656 90.8459 752.267 90.0508 750.86 88.9174C748.593 87.0712 746.61 84.5395 745.028 81.6696' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M752.532 81.0481C748.675 77.7303 745.412 73.0325 743.063 67.8137' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M748.209 40.7873C747.798 41.025 747.332 41.1986 746.811 41.2992L738 46.4174C738 46.4174 738.055 46.4083 738.082 46.3992C738.292 46.3535 738.494 46.2986 738.685 46.2346H738.704C738.951 46.1341 739.188 46.0336 739.408 45.9056C742.341 44.1965 745.275 42.4965 748.218 40.7873H748.209Z' fill='url(%23paint14_linear_7670_3059)'/%3E%3Cpath d='M738.686 46.2346L747.496 41.1164C747.752 41.025 747.99 40.9153 748.218 40.7873L739.408 45.9056C739.188 46.0336 738.941 46.1432 738.695 46.2346' fill='%236B767E'/%3E%3Cpath d='M774.175 74.504C774.23 74.1841 774.313 73.8916 774.395 73.6083C774.404 73.5626 774.422 73.526 774.431 73.4895C774.523 73.2244 774.614 72.9685 774.733 72.7309C774.733 72.7309 774.733 72.7126 774.742 72.7034C774.861 72.4567 774.989 72.219 775.135 72.0088C775.226 71.8626 775.336 71.7346 775.437 71.6067C775.501 71.5244 775.556 71.4422 775.62 71.369C775.729 71.2411 775.848 71.1223 775.967 71.0034C776.022 70.9486 776.076 70.8846 776.14 70.8207C776.278 70.7018 776.415 70.5922 776.552 70.4916C776.597 70.4551 776.643 70.4094 776.689 70.3819C776.872 70.2448 777.064 70.126 777.246 70.0164L768.436 75.1346C768.253 75.2443 768.061 75.3631 767.878 75.4911C767.814 75.5368 767.75 75.6008 767.686 75.6465C767.567 75.7379 767.449 75.8293 767.33 75.9389C767.257 76.0029 767.193 76.076 767.129 76.1492C767.019 76.2588 766.909 76.3594 766.809 76.4782C766.736 76.5604 766.672 76.661 766.608 76.7432C766.516 76.862 766.416 76.9809 766.333 77.118C766.333 77.1271 766.315 77.1362 766.306 77.1454C766.178 77.3556 766.05 77.575 765.94 77.8126C765.94 77.8126 765.94 77.8126 765.94 77.8217C765.858 77.9862 765.785 78.169 765.721 78.3518C765.694 78.4341 765.666 78.5255 765.639 78.6077C765.63 78.6443 765.611 78.6809 765.602 78.7174C765.593 78.754 765.575 78.7906 765.566 78.8271C765.52 78.9733 765.483 79.1196 765.447 79.275C765.42 79.3938 765.401 79.5035 765.374 79.6314C765.374 79.6405 765.374 79.6588 765.374 79.668C765.374 79.6771 765.374 79.6954 765.374 79.7045C765.346 79.8416 765.328 79.9787 765.31 80.125C765.292 80.2621 765.273 80.3991 765.264 80.5362C765.264 80.6185 765.255 80.6916 765.246 80.7739L774.057 75.6556C774.075 75.2626 774.121 74.897 774.185 74.5588C774.185 74.5405 774.185 74.5223 774.194 74.504H774.175Z' fill='url(%23paint15_linear_7670_3059)'/%3E%3Cpath d='M779.668 59.2588C779.367 59.4325 779.056 59.5696 778.727 59.6884C778.489 59.7707 778.243 59.8438 777.987 59.8986C777.932 59.9078 777.886 59.926 777.84 59.9443C777.548 59.9992 777.237 60.0357 776.926 60.0631C776.862 60.0631 776.798 60.0631 776.734 60.0631C776.433 60.0723 776.122 60.0631 775.802 60.0449C775.766 60.0449 775.729 60.0449 775.693 60.0357C775.364 60.0083 775.025 59.9535 774.678 59.8803C774.641 59.8803 774.605 59.8621 774.577 59.8529C774.221 59.7707 773.865 59.6701 773.499 59.5513C773.472 59.5513 773.453 59.533 773.435 59.533C773.051 59.4051 772.667 59.2497 772.274 59.0669C772.247 59.0578 772.219 59.0395 772.192 59.0303C771.799 58.8475 771.397 58.6373 770.986 58.4088C770.574 58.1712 770.172 57.9153 769.77 57.632C769.743 57.6137 769.715 57.5863 769.688 57.568C769.313 57.3121 768.947 57.0287 768.591 56.7363C768.545 56.6997 768.509 56.6723 768.463 56.6357C768.116 56.3432 767.768 56.0416 767.421 55.7309C767.384 55.6943 767.339 55.6578 767.302 55.6212C766.964 55.3013 766.626 54.9631 766.297 54.6158C766.26 54.5793 766.233 54.5518 766.205 54.5153C765.858 54.1406 765.511 53.7567 765.182 53.3545C765.182 53.3545 765.173 53.3454 765.163 53.3363C764.515 52.5502 763.893 51.7094 763.317 50.8411C763.144 50.5852 762.988 50.3201 762.824 50.0551C762.687 49.8357 762.54 49.6164 762.412 49.3879C762.348 49.2873 762.294 49.1777 762.239 49.0771C762.029 48.7024 761.818 48.3277 761.626 47.9529C761.599 47.9072 761.581 47.8615 761.553 47.8067C761.316 47.3406 761.096 46.8744 760.886 46.3992C760.886 46.3809 760.868 46.3535 760.859 46.3352C760.658 45.869 760.466 45.3938 760.292 44.9185C760.283 44.8911 760.265 44.8545 760.255 44.8271C760.082 44.3427 759.917 43.8583 759.771 43.3739C759.762 43.3465 759.753 43.3099 759.744 43.2734C759.607 42.8072 759.479 42.3502 759.378 41.8841C759.369 41.8384 759.36 41.7836 759.341 41.7379C759.232 41.2535 759.131 40.7782 759.058 40.2938C759.058 40.2938 759.058 40.2846 759.058 40.2755C758.985 39.7911 758.921 39.3158 758.884 38.8314C758.884 38.7949 758.884 38.7583 758.875 38.7217C758.839 38.2465 758.82 37.7712 758.82 37.3051C758.82 36.8389 758.848 36.3911 758.884 35.9615C758.884 35.925 758.884 35.8884 758.894 35.8518C758.93 35.4588 758.985 35.075 759.058 34.7094C759.058 34.6637 759.076 34.6088 759.086 34.5631C759.159 34.2067 759.25 33.8685 759.351 33.5395C759.369 33.4755 759.387 33.4207 759.405 33.3658C759.506 33.0642 759.625 32.7626 759.744 32.4884C759.762 32.461 759.771 32.4244 759.78 32.397C759.926 32.0771 760.091 31.7846 760.274 31.5013C760.292 31.4739 760.31 31.4465 760.338 31.419C760.493 31.1906 760.658 30.9712 760.831 30.7701C760.886 30.7061 760.95 30.6422 761.005 30.5782C761.151 30.4137 761.307 30.2674 761.471 30.1212C761.535 30.0664 761.599 30.0115 761.663 29.9567C761.891 29.7739 762.12 29.6094 762.376 29.4631L753.565 34.5814C753.318 34.7276 753.081 34.8922 752.861 35.075C752.788 35.1298 752.724 35.1938 752.66 35.2486C752.505 35.3857 752.35 35.5319 752.203 35.6873C752.139 35.7604 752.075 35.8244 752.011 35.8975C751.847 36.0895 751.691 36.2997 751.545 36.519C751.518 36.5556 751.49 36.5922 751.463 36.6287C751.463 36.6287 751.454 36.647 751.445 36.647C751.28 36.9121 751.125 37.1863 750.988 37.4787C750.988 37.4879 750.988 37.497 750.979 37.5061C750.96 37.5336 750.951 37.5701 750.942 37.6067C750.86 37.7895 750.777 37.9814 750.704 38.1733C750.668 38.2739 750.64 38.3744 750.604 38.475C750.586 38.5389 750.567 38.5938 750.54 38.6578C750.522 38.7126 750.503 38.7583 750.485 38.8131C750.43 39.0142 750.375 39.2244 750.32 39.4346C750.302 39.5078 750.293 39.59 750.275 39.6631C750.266 39.7088 750.257 39.7637 750.247 39.8094C750.229 39.8825 750.22 39.9556 750.202 40.0287C750.165 40.2207 750.138 40.4126 750.11 40.6137C750.092 40.7234 750.083 40.8422 750.074 40.9518C750.074 40.9884 750.074 41.025 750.065 41.0615C750.065 41.1072 750.055 41.1529 750.046 41.1986C750.028 41.3906 750.019 41.5825 750.01 41.7744C750.01 41.9664 750.001 42.1674 749.991 42.3685C749.991 42.3777 749.991 42.3959 749.991 42.4051C749.991 42.5879 749.991 42.7707 749.991 42.9535C749.991 43.1454 750.01 43.3465 750.019 43.5475C750.019 43.6389 750.037 43.7303 750.037 43.8126C750.037 43.8583 750.037 43.8949 750.046 43.9314C750.046 43.9954 750.055 44.0685 750.065 44.1325C750.083 44.3336 750.101 44.5255 750.129 44.7266C750.156 44.9277 750.183 45.1379 750.22 45.3389V45.3572C750.22 45.3572 750.22 45.3664 750.22 45.3755C750.247 45.5674 750.284 45.7594 750.32 45.9513C750.357 46.1615 750.403 46.3717 750.448 46.5911C750.467 46.6642 750.485 46.7465 750.503 46.8196C750.512 46.8653 750.522 46.911 750.531 46.9567C750.549 47.0481 750.576 47.1395 750.595 47.2309C750.65 47.4502 750.704 47.6604 750.768 47.8798C750.814 48.0352 750.86 48.1906 750.905 48.3551C750.915 48.3825 750.924 48.4191 750.933 48.4465C750.933 48.4739 750.951 48.5013 750.951 48.5287C751.015 48.7389 751.079 48.9492 751.152 49.1594C751.225 49.3696 751.298 49.5707 751.372 49.7809C751.39 49.8174 751.399 49.8631 751.417 49.8997C751.426 49.9271 751.445 49.9637 751.454 49.9911C751.5 50.119 751.545 50.247 751.6 50.375C751.673 50.576 751.755 50.768 751.838 50.969C751.902 51.1153 751.966 51.2615 752.02 51.4078C752.02 51.426 752.039 51.4535 752.048 51.4717C752.057 51.4992 752.075 51.5266 752.084 51.554C752.176 51.7551 752.258 51.947 752.35 52.1389C752.45 52.3583 752.551 52.5685 752.66 52.7787C752.66 52.7787 752.697 52.8518 752.715 52.8884C752.733 52.925 752.752 52.9707 752.779 53.0072C752.861 53.1717 752.953 53.3454 753.035 53.5099C753.154 53.7201 753.273 53.9303 753.391 54.1497C753.455 54.2594 753.51 54.369 753.574 54.4696C753.593 54.5061 753.62 54.5518 753.638 54.5884C753.739 54.7712 753.858 54.9357 753.967 55.1094C754.132 55.3744 754.296 55.6486 754.47 55.9137C754.497 55.9502 754.525 55.9959 754.552 56.0416C754.799 56.4164 755.064 56.782 755.329 57.1475C755.503 57.3852 755.686 57.6228 755.868 57.8604C756.024 58.0524 756.17 58.2443 756.334 58.4271C756.49 58.6099 756.645 58.8018 756.81 58.9755C756.965 59.1583 757.13 59.332 757.285 59.5056C757.312 59.533 757.34 59.5604 757.367 59.597C757.395 59.6244 757.422 59.6518 757.45 59.6793C757.559 59.7981 757.669 59.9169 757.788 60.0357C757.961 60.2094 758.126 60.383 758.3 60.5475C758.354 60.6024 758.409 60.6572 758.473 60.7029C758.51 60.7395 758.546 60.7669 758.583 60.8035C758.665 60.8857 758.757 60.968 758.839 61.0411C759.022 61.2056 759.195 61.361 759.387 61.5164C759.469 61.5895 759.552 61.6535 759.634 61.7174C759.67 61.7449 759.707 61.7814 759.744 61.8088C759.808 61.8637 759.862 61.9094 759.926 61.9551H759.936C760.118 62.1013 760.292 62.2384 760.475 62.3664C760.603 62.4669 760.74 62.5583 760.868 62.6497C760.886 62.668 760.913 62.6863 760.941 62.6954C760.959 62.7137 760.987 62.7319 761.005 62.7411C761.179 62.8599 761.352 62.9696 761.526 63.0884C761.7 63.1981 761.864 63.3078 762.047 63.4083C762.083 63.4357 762.129 63.454 762.166 63.4814C762.294 63.5545 762.422 63.6277 762.55 63.7008C762.714 63.7922 762.888 63.8744 763.052 63.9567C763.162 64.0115 763.272 64.0572 763.372 64.1121C763.4 64.1212 763.427 64.1395 763.445 64.1486C763.473 64.1669 763.509 64.176 763.537 64.1943C763.701 64.2674 763.866 64.3405 764.021 64.4045C764.186 64.4685 764.35 64.5325 764.515 64.5873C764.542 64.5965 764.569 64.6056 764.597 64.6147C764.624 64.6147 764.643 64.633 764.67 64.6422C764.78 64.6787 764.889 64.7153 764.999 64.7518C765.173 64.8067 765.337 64.8524 765.502 64.8889C765.584 64.9072 765.666 64.9255 765.739 64.9438C765.776 64.9438 765.812 64.9621 765.84 64.9712C765.895 64.9803 765.94 64.9986 765.995 65.0078C766.178 65.0443 766.352 65.0717 766.534 65.0992C766.644 65.1174 766.754 65.1266 766.854 65.1357C766.891 65.1357 766.927 65.1357 766.964 65.1449C767.001 65.1449 767.037 65.1449 767.074 65.154C767.266 65.1723 767.458 65.1723 767.65 65.1723C767.732 65.1723 767.814 65.1723 767.896 65.1631C767.96 65.1631 768.024 65.1631 768.088 65.1631C768.152 65.1631 768.216 65.1631 768.289 65.1631C768.527 65.1357 768.765 65.1083 768.993 65.0626C768.993 65.0626 768.993 65.0626 769.002 65.0626C769.057 65.0535 769.112 65.026 769.167 65.0169C769.395 64.9621 769.624 64.9072 769.843 64.8341C769.861 64.8341 769.88 64.8158 769.898 64.8067C770.227 64.6879 770.538 64.5416 770.839 64.3771L779.65 59.2588H779.668Z' fill='url(%23paint16_linear_7670_3059)'/%3E%3Cpath d='M778.041 48.1266C778.041 48.0169 778.041 47.8981 778.023 47.7884C778.023 47.7427 778.023 47.6879 778.014 47.6422C778.014 47.6147 778.014 47.5873 778.014 47.5599C778.014 47.5233 778.014 47.4868 778.014 47.4502C778.005 47.3405 777.987 47.2217 777.977 47.1029C777.959 46.9841 777.941 46.8653 777.923 46.7465C777.923 46.7465 777.923 46.7282 777.923 46.719C777.904 46.6094 777.886 46.4997 777.868 46.39C777.84 46.2712 777.822 46.1432 777.795 46.0244C777.785 45.9787 777.776 45.9422 777.767 45.8965C777.767 45.869 777.758 45.8508 777.749 45.8233C777.74 45.7685 777.721 45.7137 777.712 45.6588C777.685 45.5309 777.648 45.4121 777.612 45.2841C777.584 45.1927 777.557 45.1013 777.53 45.0099C777.53 44.9916 777.53 44.9825 777.52 44.9642C777.52 44.9459 777.511 44.9276 777.502 44.9094C777.466 44.7905 777.429 44.6626 777.383 44.5438C777.347 44.425 777.301 44.3061 777.255 44.1873C777.255 44.169 777.237 44.1508 777.237 44.1325C777.237 44.1051 777.219 44.0868 777.21 44.0685C777.182 43.9954 777.155 43.9223 777.127 43.8491C777.082 43.7303 777.036 43.6207 776.99 43.5018C776.954 43.4196 776.917 43.3373 776.89 43.2551C776.89 43.2459 776.881 43.2276 776.871 43.2185C776.871 43.2002 776.853 43.1819 776.844 43.1637C776.789 43.054 776.744 42.9352 776.689 42.8255C776.634 42.7067 776.57 42.5787 776.506 42.4599C776.497 42.4416 776.488 42.4233 776.478 42.3959C776.478 42.3776 776.46 42.3594 776.451 42.3411C776.396 42.2405 776.351 42.14 776.296 42.0303C776.232 41.9115 776.159 41.7927 776.095 41.6739C776.058 41.6099 776.021 41.5459 775.985 41.4819C775.967 41.4545 775.958 41.4362 775.939 41.4088C775.875 41.3083 775.811 41.2078 775.747 41.1072C775.656 40.9518 775.564 40.7965 775.464 40.6502C775.446 40.6228 775.437 40.5954 775.418 40.5771C775.299 40.3943 775.162 40.2115 775.034 40.0287C775.007 39.9922 774.989 39.9647 774.961 39.9282C774.861 39.7911 774.76 39.6631 774.66 39.526C774.577 39.4255 774.495 39.325 774.413 39.2244C774.413 39.2244 774.395 39.2061 774.395 39.197C774.303 39.0873 774.212 38.9868 774.12 38.8771C774.029 38.7766 773.938 38.676 773.846 38.5755C773.828 38.5572 773.819 38.5481 773.801 38.5298C773.782 38.5115 773.773 38.4932 773.755 38.4841C773.691 38.411 773.627 38.347 773.563 38.283C773.462 38.1825 773.371 38.0819 773.27 37.9905C773.243 37.9631 773.206 37.9357 773.179 37.9083C773.152 37.8809 773.133 37.8626 773.106 37.8443C773.06 37.7986 773.005 37.7529 772.96 37.7072C772.859 37.6158 772.749 37.5244 772.649 37.433C772.603 37.3965 772.558 37.3599 772.503 37.3142C772.484 37.2959 772.457 37.2776 772.439 37.2594C772.402 37.2319 772.366 37.1954 772.329 37.168C772.228 37.0857 772.128 37.0126 772.018 36.9303C771.945 36.8755 771.872 36.8298 771.799 36.775C771.781 36.7658 771.762 36.7475 771.744 36.7384C771.735 36.7384 771.717 36.7201 771.708 36.711C771.607 36.647 771.506 36.5739 771.406 36.5099C771.305 36.4459 771.205 36.3819 771.104 36.3271C771.086 36.3088 771.059 36.2997 771.031 36.2905C770.958 36.2448 770.885 36.2083 770.812 36.1626C770.711 36.1078 770.62 36.0621 770.519 36.0164C770.455 35.9889 770.391 35.9524 770.327 35.925C770.318 35.925 770.3 35.9158 770.291 35.9067C770.273 35.9067 770.254 35.8884 770.236 35.8793C770.145 35.8336 770.044 35.797 769.953 35.7604C769.861 35.7239 769.761 35.6873 769.669 35.6508C769.651 35.6508 769.633 35.6416 769.614 35.6325C769.605 35.6325 769.587 35.6325 769.578 35.6233C769.514 35.6051 769.45 35.5776 769.386 35.5594C769.285 35.5319 769.194 35.5045 769.094 35.4771C769.048 35.468 769.002 35.4588 768.956 35.4497C768.938 35.4497 768.92 35.4497 768.902 35.4405C768.874 35.4405 768.838 35.4223 768.81 35.4223C768.71 35.404 768.6 35.3857 768.499 35.3674C768.435 35.3674 768.371 35.3583 768.308 35.3491C768.289 35.3491 768.262 35.3491 768.244 35.3491C768.225 35.3491 768.198 35.3491 768.18 35.3491C768.07 35.3491 767.96 35.34 767.851 35.34C767.805 35.34 767.759 35.34 767.704 35.34C767.668 35.34 767.631 35.34 767.595 35.34C767.558 35.34 767.521 35.34 767.485 35.34C767.348 35.3492 767.211 35.3766 767.083 35.3948C767.046 35.3948 767.019 35.4131 766.982 35.4223C766.845 35.4497 766.717 35.4862 766.598 35.5319C766.589 35.5319 766.58 35.5411 766.571 35.5411C766.379 35.6142 766.205 35.6873 766.032 35.7879L757.221 40.9061C757.395 40.8056 757.568 40.7233 757.76 40.6594C757.906 40.6045 758.053 40.568 758.208 40.5314C758.226 40.5314 758.254 40.5223 758.272 40.5131C758.446 40.4766 758.619 40.4583 758.802 40.4492C758.839 40.4492 758.875 40.4492 758.912 40.4492C759.085 40.4492 759.268 40.4492 759.451 40.4583C759.469 40.4583 759.488 40.4583 759.515 40.4583C759.707 40.4766 759.899 40.504 760.1 40.5497C760.118 40.5497 760.137 40.5497 760.164 40.5588C760.365 40.6045 760.575 40.6594 760.785 40.7325C760.804 40.7325 760.813 40.7325 760.822 40.7416C761.041 40.8147 761.261 40.9061 761.489 41.0067C761.498 41.0067 761.517 41.025 761.535 41.025C761.763 41.1346 762.001 41.2535 762.23 41.3905C762.467 41.5276 762.705 41.6739 762.933 41.8384C762.952 41.8475 762.97 41.8567 762.979 41.875C763.189 42.0212 763.399 42.1857 763.61 42.3502C763.637 42.3685 763.655 42.3868 763.683 42.4142C763.884 42.5787 764.076 42.7524 764.268 42.926C764.295 42.9535 764.323 42.9809 764.35 42.9991C764.551 43.1819 764.743 43.383 764.926 43.575C764.944 43.5932 764.962 43.6115 764.971 43.6207C765.173 43.84 765.374 44.0594 765.566 44.297C765.566 44.297 765.566 44.3061 765.575 44.3153C765.767 44.5529 765.959 44.7905 766.141 45.0465C766.141 45.0465 766.141 45.0556 766.151 45.0647C766.315 45.2841 766.47 45.5126 766.626 45.7502C766.726 45.9056 766.827 46.0701 766.927 46.2255C767.001 46.3443 767.074 46.4631 767.147 46.5819C767.183 46.6459 767.22 46.719 767.266 46.783C767.384 46.9932 767.503 47.2035 767.613 47.4228C767.622 47.4502 767.64 47.4685 767.649 47.4959C767.787 47.761 767.914 48.0352 768.033 48.3094C768.033 48.3276 768.052 48.3459 768.061 48.3642C768.18 48.6293 768.289 48.9035 768.381 49.1685C768.381 49.1868 768.39 49.2051 768.399 49.2142C768.499 49.4884 768.591 49.7717 768.682 50.0551C768.682 50.0733 768.691 50.0916 768.701 50.1099C768.783 50.375 768.847 50.64 768.911 50.9051C768.911 50.9325 768.929 50.969 768.929 50.9965C769.057 51.554 769.148 52.1115 769.194 52.669C769.194 52.6873 769.194 52.7147 769.194 52.733C769.212 53.0072 769.231 53.2814 769.231 53.5465C769.231 53.8115 769.212 54.0766 769.194 54.3233C769.194 54.3416 769.194 54.3599 769.194 54.3873C769.176 54.6158 769.139 54.8352 769.103 55.0454C769.103 55.0728 769.094 55.1094 769.084 55.1368C769.039 55.3379 768.993 55.5298 768.938 55.7217C768.929 55.7583 768.911 55.7948 768.902 55.8314C768.838 56.0051 768.774 56.1787 768.701 56.3341C768.701 56.3524 768.691 56.3615 768.682 56.3798C768.6 56.5626 768.499 56.7271 768.399 56.8916C768.253 57.1201 768.088 57.3121 767.914 57.4948C767.869 57.5405 767.832 57.5771 767.787 57.6228C767.604 57.7965 767.403 57.9518 767.192 58.0798L776.003 52.9615C776.213 52.8336 776.414 52.6782 776.597 52.5045C776.643 52.468 776.689 52.4223 776.725 52.3766C776.899 52.1938 777.063 52.0018 777.21 51.7733C777.21 51.7733 777.21 51.7733 777.21 51.7642C777.301 51.6088 777.392 51.4535 777.475 51.2798C777.475 51.2798 777.475 51.2707 777.475 51.2615C777.484 51.2432 777.493 51.225 777.502 51.1975C777.548 51.0879 777.594 50.9873 777.639 50.8776C777.658 50.8228 777.676 50.7588 777.694 50.704C777.703 50.6674 777.712 50.64 777.731 50.6034C777.74 50.576 777.749 50.5395 777.758 50.5121C777.795 50.3932 777.822 50.2744 777.849 50.1556C777.859 50.1099 777.868 50.0642 777.877 50.0185C777.877 49.9911 777.886 49.9637 777.895 49.9362C777.895 49.8905 777.913 49.854 777.923 49.8083C777.941 49.6986 777.959 49.5889 777.977 49.4701C777.977 49.4061 777.987 49.3422 777.996 49.2782C777.996 49.2599 777.996 49.2416 777.996 49.2233C777.996 49.1959 777.996 49.1685 777.996 49.1411C778.005 49.0314 778.014 48.9217 778.014 48.8121C778.014 48.7024 778.014 48.5836 778.014 48.4739V48.4556C778.014 48.3459 778.014 48.2454 778.014 48.1357L778.041 48.1266Z' fill='url(%23paint17_linear_7670_3059)'/%3E%3Cpath d='M762.23 41.4088C766.114 43.6572 769.258 49.0954 769.24 53.5647C769.231 58.025 766.068 59.8346 762.184 57.5862C758.299 55.3379 755.155 49.8997 755.174 45.4395C755.183 40.9701 758.345 39.1696 762.23 41.4088Z' fill='%23CEE3F2'/%3E%3Cpath d='M752.112 23.6411C752.185 23.6411 752.267 23.6319 752.35 23.6228C752.578 23.6045 752.807 23.5954 753.044 23.5862C753.145 23.5862 753.245 23.5862 753.346 23.5862C753.538 23.5862 753.73 23.5862 753.922 23.6045C754.022 23.6045 754.132 23.6045 754.232 23.6228C754.406 23.6411 754.58 23.6594 754.753 23.6776C754.863 23.6868 754.973 23.6959 755.082 23.7142C755.229 23.7325 755.384 23.7599 755.53 23.7873C755.676 23.8147 755.823 23.833 755.969 23.8604L764.78 18.7422C764.78 18.7422 764.707 18.7239 764.67 18.7239C764.56 18.7056 764.451 18.6873 764.341 18.669C764.186 18.6416 764.03 18.6142 763.884 18.5959C763.866 18.5959 763.847 18.5959 763.829 18.5868C763.738 18.5776 763.656 18.5685 763.573 18.5594C763.39 18.5411 763.217 18.5137 763.034 18.5045C763.007 18.5045 762.97 18.5045 762.943 18.4954C762.869 18.4954 762.796 18.4954 762.723 18.4954C762.531 18.4862 762.339 18.4771 762.157 18.4771C762.102 18.4771 762.056 18.4771 762.001 18.4771C761.946 18.4771 761.892 18.4771 761.837 18.4771C761.608 18.4771 761.38 18.4954 761.151 18.5137C761.096 18.5137 761.032 18.5137 760.978 18.5137C760.959 18.5137 760.932 18.5137 760.914 18.5137C760.575 18.5502 760.237 18.5959 759.917 18.6599C759.89 18.6599 759.862 18.6599 759.835 18.669C759.799 18.669 759.762 18.6873 759.716 18.6965C759.36 18.7696 759.012 18.8518 758.674 18.9615C758.446 18.9158 758.199 18.8518 757.943 18.7787C757.888 18.7604 757.833 18.7513 757.779 18.733C757.523 18.6599 757.249 18.5685 756.974 18.468C756.929 18.4497 756.883 18.4314 756.837 18.4131C756.554 18.3035 756.271 18.1846 755.978 18.0475C755.942 18.0293 755.905 18.011 755.868 18.0018C755.549 17.8465 755.219 17.6819 754.89 17.49C754.561 17.2981 754.232 17.097 753.903 16.8594C753.885 16.8502 753.876 16.8411 753.858 16.8319C753.538 16.6126 753.218 16.3658 752.898 16.1008C752.871 16.0825 752.852 16.0642 752.825 16.0459C752.496 15.7717 752.167 15.4793 751.838 15.1594C751.819 15.1411 751.801 15.1228 751.783 15.1045C751.445 14.7755 751.116 14.419 750.778 14.0352L741.967 19.1535C741.967 19.1535 742.022 19.2083 742.04 19.2448C742.15 19.3728 742.268 19.5008 742.378 19.6196C742.497 19.7475 742.616 19.8755 742.735 19.9943C742.808 20.0766 742.89 20.1497 742.963 20.2228C742.981 20.2411 743 20.2594 743.027 20.2868C743.054 20.3142 743.082 20.3416 743.109 20.369C743.237 20.497 743.365 20.6158 743.502 20.7346C743.639 20.8535 743.767 20.9723 743.904 21.0819C743.941 21.1094 743.978 21.1368 744.014 21.1733C744.042 21.1916 744.06 21.2099 744.087 21.2282C744.16 21.2922 744.243 21.3561 744.316 21.411C744.453 21.5207 744.59 21.6212 744.727 21.7217C744.837 21.7948 744.937 21.8771 745.047 21.9502C745.065 21.9594 745.083 21.9776 745.093 21.9868C745.111 21.9959 745.12 22.0142 745.138 22.0233C745.275 22.1147 745.412 22.2153 745.559 22.2975C745.705 22.3889 745.842 22.4712 745.979 22.5535C746.016 22.5717 746.043 22.59 746.08 22.6083C746.189 22.6723 746.308 22.7362 746.418 22.7911C746.564 22.8733 746.719 22.9465 746.866 23.0196C746.93 23.0561 747.003 23.0836 747.067 23.111C747.103 23.1293 747.131 23.1475 747.167 23.1567C747.222 23.1841 747.277 23.2115 747.332 23.2298C747.496 23.3029 747.661 23.376 747.816 23.44C747.889 23.4674 747.962 23.4948 748.036 23.5223C748.081 23.5405 748.127 23.5588 748.164 23.568C748.218 23.5862 748.273 23.6137 748.319 23.6319C748.502 23.6959 748.685 23.7599 748.858 23.8056C748.895 23.8147 748.922 23.8239 748.959 23.833C749.014 23.8513 749.068 23.8604 749.123 23.8787C749.224 23.9061 749.333 23.9427 749.434 23.961C749.58 23.9975 749.717 24.025 749.854 24.0615C750.193 23.9518 750.54 23.8696 750.896 23.7965C750.969 23.7782 751.033 23.769 751.107 23.7508C751.436 23.6868 751.765 23.6411 752.103 23.6137L752.112 23.6411Z' fill='url(%23paint18_linear_7670_3059)'/%3E%3Cpath d='M785.948 74.8696L784.403 77.0357L783.973 77.6481L782.429 79.8142L791.239 74.6959L792.775 72.5298L793.214 71.9174L794.758 69.7513L785.948 74.8696Z' fill='%2389ACE0'/%3E%3Cpath d='M771.899 15.3513L771.049 14.8577L767.978 13.0846L759.168 18.2029L762.248 19.976L763.098 20.4696L766.169 22.2427L774.98 17.1244L771.899 15.3513Z' fill='%2389ACE0'/%3E%3Cpath d='M794.063 68.7459C793.935 68.554 793.817 68.3621 793.698 68.1701C793.552 67.9233 793.396 67.6766 793.259 67.4389C793.223 67.375 793.186 67.311 793.159 67.247C792.957 66.8814 792.766 66.5067 792.592 66.1411C792.592 66.1319 792.583 66.1137 792.574 66.1045C792.391 65.7207 792.226 65.3368 792.071 64.962C792.062 64.9346 792.043 64.8981 792.034 64.8707C791.888 64.5142 791.76 64.1578 791.632 63.8104C791.614 63.7647 791.605 63.7282 791.587 63.6825C791.468 63.3443 791.367 63.0153 791.267 62.6862C791.248 62.6223 791.23 62.5583 791.212 62.5035C791.12 62.1744 791.029 61.8545 790.947 61.5346C790.947 61.5163 790.938 61.4889 790.928 61.4707C790.846 61.1416 790.773 60.8126 790.709 60.5018C790.746 60.3008 790.791 60.0997 790.819 59.8986C790.828 59.8255 790.846 59.7432 790.855 59.661C790.883 59.5147 790.901 59.3594 790.928 59.204C790.938 59.1035 790.956 59.0121 790.974 58.9207C790.992 58.811 790.992 58.6922 791.011 58.5825C791.029 58.4545 791.038 58.3266 791.047 58.1895C791.047 58.1164 791.066 58.0341 791.075 57.961C791.084 57.7873 791.093 57.6137 791.102 57.44C791.102 57.3395 791.12 57.2298 791.12 57.1293C791.12 57.0927 791.12 57.0561 791.12 57.0196C791.13 56.7088 791.139 56.3981 791.139 56.0782V56.0233C791.139 55.7309 791.139 55.4384 791.13 55.1368C791.13 54.9266 791.111 54.7164 791.102 54.5061C791.102 54.4422 791.102 54.369 791.093 54.3051C791.093 54.2594 791.093 54.2228 791.093 54.1771C791.075 53.8481 791.047 53.519 791.011 53.1809C790.992 53.0164 790.974 52.8518 790.956 52.6873C790.983 52.5868 791.011 52.4771 791.038 52.3674C791.075 52.2212 791.111 52.0658 791.157 51.9196C791.184 51.8282 791.212 51.7368 791.239 51.6362C791.285 51.4991 791.321 51.3712 791.376 51.2341C791.413 51.1336 791.449 51.033 791.486 50.9416C791.541 50.8045 791.596 50.6674 791.66 50.5303C791.696 50.4389 791.742 50.3567 791.788 50.2653C791.87 50.1008 791.961 49.9362 792.053 49.7809C792.107 49.6895 792.162 49.5981 792.217 49.5158C792.263 49.4518 792.309 49.3787 792.354 49.3147C792.437 49.1959 792.528 49.0862 792.619 48.9766C792.674 48.9126 792.729 48.8486 792.784 48.7938C792.884 48.6841 792.994 48.5836 793.104 48.483C793.159 48.4373 793.204 48.3825 793.259 48.3368C793.433 48.1997 793.606 48.0717 793.807 47.9529L784.997 53.0712C784.805 53.1809 784.622 53.318 784.448 53.4551C784.393 53.5008 784.348 53.5465 784.293 53.5922C784.183 53.6927 784.064 53.8024 783.964 53.9121C783.909 53.9669 783.863 54.0309 783.809 54.0857C783.717 54.1954 783.626 54.3142 783.534 54.433C783.489 54.497 783.443 54.5518 783.406 54.6158C783.379 54.6524 783.352 54.6889 783.324 54.7255C783.288 54.7803 783.26 54.8443 783.233 54.8991C783.141 55.0545 783.05 55.2099 782.977 55.3744C782.959 55.4201 782.922 55.4567 782.904 55.5024C782.885 55.5481 782.867 55.5938 782.849 55.6395C782.794 55.7674 782.739 55.8954 782.684 56.0325C782.657 56.0965 782.63 56.1604 782.602 56.2244C782.584 56.261 782.575 56.3067 782.566 56.3432C782.52 56.4712 782.483 56.5991 782.438 56.7271C782.419 56.8002 782.392 56.8642 782.364 56.9373C782.355 56.9739 782.346 57.0013 782.337 57.0379C782.3 57.175 782.264 57.3029 782.237 57.44C782.218 57.5131 782.2 57.5862 782.182 57.6594C782.173 57.7051 782.163 57.7508 782.154 57.7965C782.218 58.3357 782.255 58.8658 782.291 59.3959C782.291 59.469 782.291 59.5422 782.3 59.6244C782.328 60.1271 782.346 60.6298 782.346 61.1325C782.346 61.5072 782.337 61.8819 782.319 62.2475C782.319 62.3572 782.31 62.4578 782.3 62.5583C782.282 62.8142 782.264 63.061 782.246 63.3077C782.237 63.4357 782.218 63.5728 782.209 63.7008C782.182 63.9201 782.154 64.1395 782.127 64.3497C782.109 64.4868 782.09 64.633 782.063 64.7701C782.017 65.0626 781.971 65.3459 781.907 65.6293C781.926 65.7389 781.953 65.8486 781.981 65.9583C782.026 66.1594 782.072 66.3696 782.127 66.5798C782.127 66.6072 782.136 66.6346 782.145 66.662C782.145 66.662 782.145 66.6712 782.145 66.6803C782.2 66.9088 782.264 67.1373 782.328 67.3658C782.346 67.4481 782.374 67.5303 782.401 67.6217C782.419 67.6948 782.438 67.7588 782.465 67.8319C782.483 67.8959 782.502 67.9508 782.52 68.0147C782.584 68.2158 782.648 68.4169 782.712 68.6271C782.73 68.6819 782.748 68.7459 782.776 68.8008C782.794 68.8465 782.812 68.9013 782.831 68.947C782.858 69.0293 782.885 69.1024 782.913 69.1846C782.977 69.3583 783.041 69.5319 783.114 69.7147C783.15 69.8061 783.187 69.8884 783.224 69.9798C783.242 70.0164 783.251 70.0529 783.269 70.0803C783.288 70.126 783.306 70.1626 783.315 70.2083C783.379 70.3637 783.452 70.519 783.516 70.6836C783.58 70.8389 783.653 70.9943 783.726 71.1497C783.735 71.168 783.745 71.1862 783.754 71.2137C783.763 71.2411 783.781 71.2685 783.79 71.2959C783.845 71.4056 783.9 71.5244 783.955 71.6341C784.046 71.8078 784.138 71.9905 784.229 72.1642C784.266 72.2282 784.302 72.2922 784.339 72.3561C784.375 72.4293 784.421 72.5024 784.467 72.5846C784.531 72.6943 784.585 72.804 784.649 72.9045C784.723 73.0325 784.814 73.1604 784.887 73.2884C785.006 73.4803 785.125 73.6814 785.253 73.8733C785.298 73.9465 785.344 74.0196 785.39 74.0927C785.554 74.3303 785.719 74.5771 785.902 74.8147C785.92 74.833 785.938 74.8604 785.947 74.8787L794.758 69.7604C794.511 69.4314 794.283 69.0932 794.063 68.7551V68.7459Z' fill='url(%23paint19_linear_7670_3059)'/%3E%3Cpath d='M793.68 43.5018L793.25 42.4051L791.724 38.4658L782.913 43.5841L784.448 47.5233L784.878 48.6201L786.395 52.5685L795.206 47.4502L793.68 43.5018Z' fill='%2389ACE0'/%3E%3Cpath d='M781.908 65.611C782.447 68.2341 783.571 71.6798 785.947 74.8696L784.403 77.0357L783.973 77.6389L782.438 79.8142C781.067 78.233 779.659 77.1271 778.334 76.3685C776.926 75.5551 775.619 75.1255 774.55 74.9061C772.74 75.4911 770.675 75.5733 768.435 75.1255C766.964 75.9664 765.41 77.6024 765.227 80.7739L762.156 79.0008L761.297 78.5072L758.226 76.7432C758.044 72.9959 756.179 69.2029 754.589 66.6164C752.413 64.3497 750.439 61.7723 748.721 59.0212C747.789 58.1986 746.719 57.3669 745.586 56.7088C744.261 55.9502 742.853 55.4201 741.482 55.411L739.956 51.4717L739.526 50.375L738 46.4266C740.651 45.9513 741.766 43.3647 742.241 41.2077C742.113 40.0927 742.049 38.9685 742.049 37.8809C742.049 36.254 742.204 34.7459 742.488 33.3841C741.948 30.7701 740.824 27.3244 738.448 24.1346L739.992 21.9685L740.422 21.3653L741.967 19.19C743.347 20.7803 744.754 21.8771 746.08 22.6448C747.487 23.4583 748.794 23.8879 749.854 24.1164C751.664 23.5314 753.73 23.44 755.969 23.8879C757.44 23.0379 758.985 21.4018 759.168 18.2212L762.239 19.9943L763.089 20.4879L766.16 22.261C766.342 26.0174 768.198 29.8013 769.797 32.397C771.973 34.6637 773.947 37.2411 775.665 39.9922C776.597 40.8147 777.667 41.6465 778.8 42.3045C780.125 43.0723 781.533 43.5932 782.913 43.6024L784.439 47.5416L784.869 48.6384L786.395 52.5868C783.745 53.0712 782.63 55.6486 782.163 57.8147C782.291 58.9389 782.355 60.054 782.346 61.1508C782.346 62.7685 782.191 64.2674 781.908 65.6384V65.611ZM762.156 63.5271C768.902 67.4207 774.395 64.2948 774.413 56.5535C774.431 48.7938 768.975 39.3524 762.239 35.4588C755.494 31.5653 750.001 34.6819 749.973 42.4508C749.955 50.2013 755.402 59.6427 762.156 63.5362' fill='%23CEE3F2'/%3E%3Cpath d='M791.258 38.4384C791.258 38.4384 791.166 38.4384 791.121 38.4293C791.002 38.4201 790.874 38.4018 790.755 38.3744C790.718 38.3744 790.682 38.3653 790.645 38.3561C790.49 38.3287 790.335 38.2922 790.179 38.2556C790.152 38.2556 790.133 38.2465 790.106 38.2373C789.978 38.2008 789.841 38.1642 789.713 38.1185C789.667 38.1002 789.622 38.0911 789.576 38.0728C789.439 38.0271 789.311 37.9814 789.174 37.9266C789.156 37.9266 789.137 37.9083 789.119 37.9083C788.964 37.8443 788.808 37.7803 788.662 37.7072C788.616 37.6889 788.571 37.6615 788.534 37.6432C788.424 37.5884 788.315 37.5336 788.205 37.4879C788.15 37.4604 788.095 37.433 788.04 37.4056C787.894 37.3325 787.757 37.2502 787.62 37.168C787.355 37.0126 787.099 36.8572 786.843 36.6836C786.807 36.6561 786.77 36.6379 786.733 36.6104C786.496 36.4459 786.258 36.2814 786.021 36.1078C785.966 36.0712 785.911 36.0255 785.865 35.9889C785.682 35.8518 785.5 35.7056 785.326 35.5685C785.253 35.5045 785.18 35.4497 785.107 35.3857C784.896 35.2121 784.686 35.0384 784.494 34.8556C784.147 34.2981 783.79 33.7405 783.416 33.2013C783.37 33.1282 783.315 33.0551 783.26 32.9911C783.132 32.8083 782.995 32.6255 782.867 32.4336C782.675 32.1594 782.483 31.876 782.282 31.611C782.145 31.4282 781.999 31.2454 781.862 31.0626C781.789 30.9621 781.716 30.8707 781.633 30.7701C781.569 30.6879 781.506 30.5965 781.432 30.5142C781.176 30.1943 780.921 29.8744 780.656 29.5545C780.537 29.4083 780.418 29.2712 780.299 29.1341C780.244 29.0701 780.189 28.997 780.125 28.933C780.043 28.8416 779.97 28.7502 779.888 28.6588C779.632 28.3664 779.367 28.0739 779.102 27.7905C778.937 27.6169 778.773 27.4432 778.608 27.2696C778.444 27.0045 778.279 26.7121 778.106 26.4196C777.996 26.2368 777.895 26.0357 777.786 25.8438C777.676 25.6427 777.566 25.4508 777.457 25.2405C777.411 25.1583 777.374 25.076 777.329 24.9846C777.164 24.6556 776.99 24.3083 776.826 23.961C776.808 23.9153 776.789 23.8787 776.771 23.833C776.597 23.4492 776.424 23.047 776.259 22.6448C776.259 22.6357 776.25 22.6266 776.25 22.6083C776.086 22.1879 775.93 21.7583 775.784 21.3196C775.784 21.3013 775.766 21.2739 775.766 21.2556C775.629 20.826 775.501 20.3782 775.391 19.9395C775.391 19.9212 775.391 19.9121 775.382 19.8938C775.272 19.4459 775.181 18.9981 775.117 18.5411C775.117 18.5319 775.117 18.5137 775.117 18.5045C775.044 18.0475 774.998 17.5814 774.98 17.1244L766.169 22.2427C766.169 22.3067 766.169 22.3707 766.178 22.4346C766.178 22.5717 766.196 22.718 766.215 22.8551C766.224 23.0013 766.242 23.1384 766.26 23.2846C766.279 23.3943 766.288 23.5131 766.306 23.6228C766.306 23.6319 766.306 23.6502 766.306 23.6594C766.306 23.6776 766.306 23.6959 766.315 23.7233C766.343 23.8696 766.361 24.025 766.397 24.1712C766.425 24.3266 766.461 24.4819 766.489 24.6373C766.516 24.7653 766.544 24.8932 766.58 25.0121C766.58 25.0303 766.58 25.0395 766.589 25.0578C766.589 25.076 766.589 25.0943 766.599 25.1126C766.635 25.2771 766.681 25.4416 766.726 25.6061C766.772 25.7707 766.818 25.9443 766.873 26.1088C766.9 26.1911 766.928 26.2733 766.955 26.3647C766.964 26.4013 766.973 26.4287 766.982 26.4653C767.001 26.5201 767.019 26.575 767.037 26.6207C767.092 26.7943 767.156 26.9588 767.211 27.1325C767.275 27.3061 767.339 27.4707 767.403 27.6443C767.403 27.6717 767.421 27.69 767.43 27.7174C767.439 27.7448 767.458 27.7814 767.467 27.8088C767.512 27.9276 767.558 28.0465 767.604 28.1561C767.677 28.3298 767.75 28.5126 767.832 28.6862C767.869 28.7776 767.915 28.869 767.96 28.9604C767.979 28.997 767.997 29.0427 768.015 29.0793C768.043 29.1341 768.061 29.1889 768.088 29.2346C768.189 29.4449 768.28 29.6459 768.381 29.847C768.426 29.9293 768.472 30.0115 768.509 30.1029C768.554 30.1852 768.6 30.2766 768.637 30.3588C768.673 30.4319 768.71 30.5051 768.746 30.5782C768.819 30.7061 768.883 30.825 768.957 30.9529C769.066 31.154 769.185 31.3551 769.295 31.5561C769.322 31.6018 769.35 31.6567 769.377 31.7024C769.514 31.94 769.651 32.1685 769.788 32.3879C770.3 32.9271 770.803 33.4755 771.296 34.0513C771.36 34.1244 771.415 34.1975 771.479 34.2707C771.927 34.8008 772.375 35.34 772.804 35.8975C772.878 35.9889 772.951 36.0895 773.024 36.1809C773.362 36.6287 773.7 37.0857 774.02 37.5427C774.157 37.7346 774.303 37.9266 774.44 38.1276C774.861 38.74 775.263 39.3524 775.656 39.983C775.811 40.1201 775.967 40.2572 776.131 40.3943C776.177 40.44 776.232 40.4766 776.287 40.5131C776.36 40.5771 776.433 40.6319 776.506 40.6868C776.579 40.7416 776.652 40.8056 776.725 40.8604C776.826 40.9427 776.936 41.025 777.045 41.0981C777.1 41.1346 777.146 41.1803 777.201 41.2169C777.228 41.2352 777.246 41.2535 777.274 41.2717C777.438 41.3905 777.612 41.5185 777.786 41.6373C777.822 41.6647 777.868 41.6922 777.904 41.7196C777.95 41.747 777.996 41.7836 778.042 41.811C778.115 41.8567 778.188 41.9115 778.261 41.9572C778.407 42.0486 778.562 42.14 778.709 42.2314C778.745 42.2497 778.773 42.268 778.809 42.2862C778.919 42.3502 779.029 42.4051 779.129 42.469C779.166 42.4873 779.193 42.5056 779.23 42.5239C779.285 42.5513 779.339 42.5787 779.394 42.6061C779.44 42.6336 779.486 42.6518 779.531 42.6793C779.586 42.7067 779.65 42.7341 779.705 42.7615C779.76 42.7889 779.806 42.8072 779.86 42.8346C779.879 42.8438 779.906 42.8529 779.924 42.8621C780.052 42.9169 780.171 42.9717 780.299 43.0174C780.317 43.0174 780.336 43.0266 780.354 43.0357C780.454 43.0723 780.555 43.118 780.656 43.1545C780.692 43.1637 780.729 43.1819 780.765 43.1911C780.802 43.2002 780.847 43.2185 780.884 43.2276C780.93 43.2459 780.975 43.2551 781.021 43.2733C781.112 43.3008 781.195 43.319 781.286 43.3465C781.314 43.3465 781.332 43.3556 781.359 43.3647C781.368 43.3647 781.378 43.3647 781.387 43.3647C781.515 43.3922 781.633 43.4196 781.752 43.447C781.771 43.447 781.789 43.447 781.816 43.4561C781.853 43.4561 781.899 43.4653 781.935 43.4744C781.999 43.4836 782.063 43.5018 782.127 43.511C782.182 43.511 782.237 43.5201 782.282 43.5293C782.328 43.5293 782.374 43.5384 782.419 43.5475C782.447 43.5475 782.483 43.5475 782.511 43.5567C782.639 43.5567 782.758 43.5658 782.886 43.5658L791.696 38.4475C791.541 38.4475 791.386 38.4384 791.23 38.4201L791.258 38.4384Z' fill='url(%23paint20_linear_7670_3059)'/%3E%3Cpath d='M794.767 107.572L803.569 102.453C803.258 102.636 802.975 102.883 802.737 103.23L793.926 108.349C794.164 108.001 794.447 107.755 794.758 107.572H794.767Z' fill='%23004393'/%3E%3Cmask id='mask0_7670_3059' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='793' y='102' width='11' height='7'%3E%3Cpath d='M794.767 107.572L803.569 102.453C803.258 102.636 802.975 102.883 802.737 103.23L793.926 108.349C794.164 108.001 794.447 107.755 794.758 107.572H794.767Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7670_3059)'%3E%3Cpath d='M794.767 107.572L803.569 102.453C803.258 102.636 802.975 102.883 802.737 103.23L793.926 108.349C794.164 108.001 794.447 107.755 794.758 107.572' fill='%23004393'/%3E%3C/g%3E%3Cpath d='M795.891 79.275C795.727 79.3755 795.544 79.4578 795.343 79.5309C795.316 79.54 795.297 79.5492 795.27 79.5583C795.142 79.604 795.005 79.6406 794.859 79.668C794.74 79.6954 794.612 79.7137 794.475 79.7228C794.447 79.7228 794.429 79.7228 794.402 79.7228C794.292 79.7228 794.173 79.7228 794.054 79.7228C794.036 79.7228 794.018 79.7228 794 79.7228C793.862 79.7228 793.725 79.6954 793.579 79.6771C793.561 79.6771 793.552 79.6771 793.533 79.6771C793.214 79.6223 792.884 79.5217 792.528 79.3664L783.717 84.4846C783.717 84.4846 783.79 84.5121 783.827 84.5303C783.9 84.5578 783.964 84.5852 784.037 84.6126C784.11 84.64 784.174 84.6583 784.247 84.6766C784.321 84.6949 784.384 84.7131 784.458 84.7314C784.531 84.7497 784.604 84.768 784.677 84.7771C784.695 84.7771 784.704 84.7771 784.723 84.7771C784.741 84.7771 784.75 84.7771 784.768 84.7771C784.814 84.7771 784.86 84.7954 784.905 84.7954C784.988 84.8045 785.07 84.8137 785.143 84.8228C785.161 84.8228 785.171 84.8228 785.18 84.8228C785.198 84.8228 785.216 84.8228 785.234 84.8228C785.289 84.8228 785.344 84.8228 785.399 84.8228C785.463 84.8228 785.518 84.8228 785.582 84.8228C785.609 84.8228 785.637 84.8228 785.655 84.8228C785.664 84.8228 785.682 84.8228 785.691 84.8228C785.81 84.8137 785.929 84.7954 786.039 84.7771C786.185 84.7497 786.322 84.7131 786.45 84.6674C786.45 84.6674 786.468 84.6674 786.478 84.6674C786.496 84.6674 786.505 84.6583 786.514 84.6492C786.715 84.576 786.898 84.4938 787.062 84.3932L795.873 79.275H795.891Z' fill='%23004393'/%3E%3Cpath d='M811.84 96.5948C811.694 96.6771 811.548 96.7411 811.392 96.8051C811.255 96.8508 811.109 96.8965 810.963 96.9239C810.954 96.9239 810.935 96.9239 810.926 96.9239C810.789 96.9513 810.652 96.9604 810.515 96.9696C810.488 96.9696 810.46 96.9696 810.424 96.9696C810.277 96.9696 810.131 96.9696 809.985 96.9513C809.957 96.9513 809.939 96.9513 809.912 96.9513C809.756 96.933 809.601 96.9056 809.446 96.8782C809.427 96.8782 809.409 96.8782 809.391 96.869C809.226 96.8325 809.053 96.7868 808.888 96.7228C808.879 96.7228 808.87 96.7228 808.861 96.7137C808.687 96.6497 808.504 96.5766 808.331 96.4943C808.321 96.4943 808.303 96.4852 808.294 96.476C808.111 96.3938 807.928 96.2932 807.746 96.1927C807.545 96.0739 807.334 95.9459 807.133 95.7997C807.115 95.7905 807.106 95.7723 807.088 95.7631C806.886 95.6169 806.685 95.4615 806.484 95.297C806.484 95.297 806.484 95.297 806.466 95.2879C806.265 95.1233 806.064 94.9405 805.872 94.7395C805.854 94.7212 805.835 94.7029 805.817 94.6846C805.616 94.4927 805.424 94.2825 805.232 94.054C805.059 93.862 804.903 93.661 804.739 93.4599C804.72 93.4325 804.693 93.4051 804.675 93.3776C804.547 93.2223 804.437 93.0486 804.318 92.8841C804.282 92.8293 804.245 92.7836 804.209 92.7287C804.145 92.6282 804.081 92.5276 804.017 92.4271C803.925 92.29 803.843 92.1529 803.761 92.0158C803.642 91.8239 803.532 91.6228 803.432 91.4309C803.423 91.4126 803.413 91.3852 803.395 91.3669C803.285 91.1567 803.176 90.9465 803.084 90.7271C803.084 90.7088 803.066 90.6905 803.066 90.6814C802.856 90.2244 802.682 89.7583 802.536 89.3013C802.536 89.2922 802.536 89.283 802.527 89.2647C802.454 89.0362 802.39 88.8078 802.326 88.5793C802.326 88.5793 802.326 88.5793 802.326 88.5701C802.262 88.3416 802.216 88.104 802.17 87.8755C802.17 87.8755 802.17 87.8755 802.17 87.8664C802.134 87.647 802.097 87.4368 802.07 87.2266C802.07 87.2083 802.07 87.1809 802.07 87.1626C802.052 86.9524 802.033 86.7513 802.024 86.5502C802.024 86.5411 802.024 86.5319 802.024 86.5137C802.024 86.3034 802.024 86.1024 802.024 85.9013C802.024 85.8922 802.024 85.883 802.024 85.8647C802.033 85.6728 802.052 85.49 802.079 85.3072C802.079 85.2798 802.079 85.2615 802.088 85.2341C802.116 85.0604 802.152 84.8959 802.189 84.7405C802.189 84.7131 802.198 84.6857 802.207 84.6674C802.253 84.5029 802.298 84.3475 802.362 84.2013C802.371 84.1647 802.39 84.1373 802.408 84.1008C802.472 83.9545 802.536 83.8083 802.609 83.6712C802.655 83.5981 802.7 83.5341 802.746 83.461C802.865 83.2782 803.002 83.1137 803.148 82.9674C803.167 82.9491 803.185 82.9309 803.212 82.9126C803.368 82.7663 803.532 82.6384 803.706 82.5379C802.381 83.3056 801.064 84.0733 799.739 84.8411C799.611 84.9142 799.428 85.0239 799.3 85.097C797.829 85.947 796.367 86.8061 794.895 87.6561C794.721 87.7567 794.557 87.8846 794.402 88.0309C794.383 88.0491 794.356 88.0674 794.338 88.0857C794.191 88.2319 794.063 88.3965 793.935 88.5793C793.926 88.5975 793.908 88.6067 793.899 88.625C793.862 88.6798 793.835 88.7346 793.798 88.7895C793.753 88.8626 793.716 88.9357 793.68 89.018C793.652 89.0819 793.625 89.1459 793.597 89.2099C793.579 89.2465 793.561 89.283 793.552 89.3196C793.552 89.3379 793.542 89.347 793.533 89.3653C793.497 89.4658 793.46 89.5663 793.433 89.676C793.424 89.7126 793.414 89.74 793.405 89.7766C793.405 89.804 793.387 89.8314 793.378 89.8588C793.378 89.8954 793.36 89.9228 793.35 89.9594C793.332 90.0508 793.314 90.1422 793.296 90.2336C793.296 90.2701 793.286 90.3067 793.277 90.3432C793.277 90.3707 793.277 90.3889 793.268 90.4164C793.268 90.4529 793.259 90.4803 793.25 90.5078C793.241 90.5991 793.232 90.6814 793.223 90.7728C793.223 90.8276 793.223 90.8916 793.213 90.9465C793.213 90.9647 793.213 90.983 793.213 91.0104C793.213 91.0196 793.213 91.0287 793.213 91.047C793.213 91.1384 793.213 91.2207 793.213 91.312C793.213 91.4034 793.213 91.4948 793.213 91.5862C793.213 91.5862 793.213 91.6045 793.213 91.6137C793.213 91.6228 793.213 91.6411 793.213 91.6502C793.213 91.7142 793.213 91.7873 793.223 91.8604C793.223 91.9518 793.232 92.0432 793.241 92.1346C793.241 92.1712 793.241 92.2169 793.259 92.2534C793.259 92.2717 793.259 92.2991 793.259 92.3174C793.259 92.3448 793.259 92.3814 793.268 92.418C793.277 92.5094 793.296 92.6099 793.305 92.7104C793.323 92.7927 793.332 92.8841 793.35 92.9663C793.35 92.9663 793.35 92.9664 793.35 92.9755C793.35 92.9846 793.35 92.9938 793.35 93.0029C793.369 93.1034 793.387 93.204 793.414 93.3045C793.433 93.4051 793.46 93.5056 793.488 93.6153C793.488 93.6244 793.488 93.6427 793.497 93.6518C793.497 93.6701 793.497 93.6793 793.506 93.6975C793.524 93.7707 793.542 93.8438 793.561 93.9169C793.588 94.0174 793.616 94.1271 793.652 94.2276C793.661 94.2642 793.68 94.3008 793.689 94.3373C793.689 94.3647 793.707 94.3922 793.716 94.4196C793.725 94.4561 793.743 94.4927 793.753 94.5293C793.789 94.6298 793.817 94.7303 793.853 94.8309C793.881 94.9131 793.908 94.9862 793.945 95.0685C793.945 95.0868 793.954 95.0959 793.963 95.1142C793.999 95.2056 794.036 95.3061 794.073 95.3975C794.109 95.4889 794.155 95.5803 794.191 95.6717C794.21 95.7083 794.228 95.7448 794.246 95.7814C794.246 95.7997 794.255 95.8088 794.264 95.8271C794.283 95.8637 794.301 95.9094 794.319 95.9459C794.365 96.0465 794.42 96.147 794.466 96.2567C794.502 96.3298 794.539 96.4029 794.575 96.476C794.584 96.4943 794.593 96.5217 794.612 96.54C794.612 96.5583 794.63 96.5766 794.639 96.5857C794.721 96.7411 794.804 96.8965 794.895 97.0427C794.904 97.0701 794.923 97.0884 794.941 97.1067C795.032 97.2529 795.124 97.3991 795.215 97.5454C795.261 97.6185 795.306 97.7008 795.352 97.7739C795.361 97.7922 795.38 97.8104 795.398 97.8287C795.434 97.8744 795.471 97.9293 795.498 97.975C795.571 98.0755 795.635 98.176 795.709 98.2766C795.754 98.3405 795.809 98.4137 795.864 98.4776C795.882 98.5051 795.9 98.5233 795.919 98.5508C795.937 98.569 795.946 98.5965 795.964 98.6147C796.038 98.7061 796.111 98.7975 796.193 98.8889C796.266 98.9803 796.339 99.0626 796.412 99.154C796.495 99.2454 796.568 99.3276 796.65 99.419C796.732 99.5013 796.805 99.5836 796.888 99.6658C796.924 99.7024 796.961 99.7389 796.997 99.7755C797.016 99.7938 797.034 99.8029 797.043 99.8212C797.07 99.8486 797.098 99.876 797.125 99.9034C797.207 99.9857 797.29 100.059 797.381 100.141C797.463 100.223 797.555 100.296 797.637 100.37C797.637 100.37 797.637 100.37 797.646 100.379C797.719 100.443 797.802 100.507 797.884 100.571C797.966 100.635 798.048 100.699 798.131 100.763C798.167 100.79 798.213 100.817 798.249 100.845C798.268 100.854 798.277 100.863 798.295 100.881C798.323 100.9 798.35 100.918 798.377 100.945C798.46 101 798.533 101.055 798.615 101.101C798.697 101.146 798.77 101.201 798.853 101.247C798.871 101.256 798.889 101.265 798.907 101.274C798.971 101.311 799.026 101.338 799.09 101.375C799.173 101.421 799.246 101.457 799.319 101.494C799.364 101.512 799.41 101.539 799.456 101.558C799.465 101.558 799.483 101.567 799.492 101.576C799.511 101.576 799.529 101.594 799.547 101.603C799.62 101.64 799.703 101.667 799.776 101.704C799.849 101.731 799.931 101.768 800.004 101.795H800.023C800.023 101.795 800.032 101.795 800.041 101.795C800.105 101.814 800.169 101.841 800.242 101.859C800.324 101.887 800.397 101.905 800.48 101.923C800.507 101.923 800.534 101.932 800.562 101.942C800.58 101.942 800.598 101.942 800.617 101.951C800.653 101.951 800.69 101.969 800.726 101.978C800.809 101.996 800.891 102.006 800.973 102.015C801.01 102.015 801.046 102.015 801.083 102.024C801.101 102.024 801.128 102.024 801.147 102.024C801.174 102.024 801.202 102.024 801.238 102.033C801.33 102.033 801.421 102.033 801.512 102.033C801.54 102.033 801.567 102.033 801.595 102.033C801.622 102.033 801.649 102.033 801.677 102.033C801.723 102.033 801.768 102.033 801.805 102.033C801.896 102.033 801.997 102.006 802.088 101.996C802.097 101.996 802.116 101.996 802.125 101.996C802.262 101.969 802.399 101.932 802.527 101.887C802.527 101.887 802.536 101.887 802.545 101.887C802.7 101.832 802.847 101.759 802.993 101.677L811.804 96.5583L811.84 96.5948Z' fill='%23004393'/%3E%3Cpath d='M799.758 70.2174L799.337 70.2997L797.838 70.6013L789.028 75.7196L790.527 75.418L790.947 75.3357L792.446 75.0432L801.257 69.925L799.758 70.2174Z' fill='%23004393'/%3E%3Cpath d='M818.979 100.488C818.997 100.434 819.024 100.37 819.042 100.306L810.232 105.424C810.186 105.561 810.122 105.698 810.067 105.835C810.012 105.981 809.948 106.128 809.884 106.265C809.793 106.457 809.702 106.649 809.601 106.831C809.455 107.078 809.299 107.298 809.135 107.517C809.071 107.599 809.016 107.7 808.943 107.773C808.742 108.02 808.523 108.257 808.294 108.467C808.294 108.513 808.276 108.55 808.267 108.595C808.248 108.705 808.23 108.833 808.212 108.952C808.212 108.952 808.212 108.952 808.212 108.961C808.212 108.961 808.212 108.97 808.212 108.979C808.203 109.089 808.184 109.208 808.175 109.336C808.175 109.372 808.175 109.418 808.175 109.455C808.175 109.491 808.175 109.528 808.175 109.564C808.175 109.601 808.175 109.637 808.175 109.674C808.175 109.784 808.175 109.884 808.175 109.994C808.175 110.021 808.175 110.049 808.175 110.076C808.175 110.094 808.175 110.122 808.175 110.14C808.175 110.195 808.175 110.25 808.175 110.305C808.175 110.405 808.175 110.496 808.194 110.606C808.194 110.643 808.194 110.679 808.194 110.716C808.194 110.734 808.194 110.752 808.194 110.78C808.194 110.816 808.194 110.862 808.194 110.899C808.203 110.99 808.212 111.091 808.23 111.182C808.23 111.255 808.248 111.319 808.258 111.392C808.258 111.41 808.258 111.42 808.258 111.438C808.258 111.438 808.258 111.456 808.258 111.465C808.276 111.557 808.285 111.648 808.303 111.749C808.322 111.84 808.34 111.931 808.358 112.032C808.358 112.059 808.376 112.096 808.376 112.123C808.376 112.142 808.376 112.151 808.386 112.169C808.395 112.215 808.404 112.26 808.422 112.315C808.44 112.407 808.468 112.498 808.495 112.589C808.523 112.681 808.55 112.772 808.577 112.864C808.577 112.873 808.577 112.882 808.587 112.891C808.587 112.891 808.587 112.891 808.587 112.9C808.614 112.973 808.632 113.046 808.66 113.129C808.687 113.211 808.724 113.302 808.751 113.394C808.779 113.476 808.815 113.558 808.843 113.65C808.843 113.668 808.852 113.677 808.861 113.695L817.672 108.577C817.562 108.312 817.47 108.047 817.397 107.791C817.397 107.791 817.397 107.791 817.397 107.782C817.324 107.526 817.251 107.288 817.196 107.042C817.196 107.032 817.196 107.023 817.196 107.014C817.141 106.777 817.096 106.539 817.059 106.31C817.023 106.091 817.004 105.872 816.986 105.662C816.986 105.643 816.986 105.625 816.986 105.607C816.968 105.415 816.968 105.223 816.959 105.04C816.959 105.022 816.959 105.003 816.959 104.976C816.959 104.793 816.959 104.62 816.977 104.455C816.977 104.428 816.977 104.4 816.977 104.373C816.986 104.199 817.004 104.035 817.023 103.879C817.023 103.879 817.023 103.879 817.023 103.87C817.041 103.706 817.068 103.541 817.096 103.386C817.324 103.175 817.534 102.947 817.745 102.691C817.809 102.609 817.873 102.517 817.927 102.435C818.028 102.298 818.129 102.17 818.229 102.024C818.284 101.932 818.339 101.841 818.394 101.75C818.476 101.594 818.558 101.439 818.631 101.284C818.649 101.247 818.659 101.21 818.677 101.183C818.741 101.046 818.796 100.909 818.851 100.772C818.887 100.689 818.924 100.616 818.951 100.534L818.979 100.488Z' fill='%23004393'/%3E%3Cpath d='M810.853 104.976C813.787 103.267 816.721 101.567 819.664 99.8577C819.436 99.9948 819.225 100.15 819.052 100.306L810.241 105.424C810.415 105.269 810.625 105.113 810.853 104.976Z' fill='%23004393'/%3E%3Cmask id='mask1_7670_3059' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='810' y='99' width='10' height='7'%3E%3Cpath d='M810.853 104.976C813.787 103.267 816.721 101.567 819.664 99.8577C819.436 99.9948 819.225 100.15 819.052 100.306L810.241 105.424C810.415 105.269 810.625 105.113 810.853 104.976Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_7670_3059)'%3E%3Cpath d='M810.853 104.976L819.664 99.8577C819.436 99.9948 819.225 100.15 819.052 100.306L810.241 105.424C810.415 105.269 810.625 105.113 810.853 104.976Z' fill='%23004393'/%3E%3C/g%3E%3Cpath d='M811.402 76.926C811.402 76.926 811.319 76.9535 811.274 76.9626C811.091 77.0083 810.908 77.0449 810.716 77.0631C810.716 77.0631 810.698 77.0631 810.689 77.0631C810.479 77.0814 810.277 77.0814 810.076 77.0631C810.067 77.0631 810.058 77.0631 810.049 77.0631C809.839 77.0449 809.619 77.0174 809.418 76.9809C809.254 76.8621 809.089 76.7432 808.934 76.6336C808.861 76.5879 808.788 76.5422 808.715 76.4873C808.66 76.4508 808.614 76.4142 808.559 76.3868C808.513 76.3594 808.477 76.3319 808.431 76.3045C808.267 76.1949 808.102 76.1035 807.938 76.0029C807.901 75.9846 807.865 75.9572 807.828 75.9389C807.7 75.8658 807.581 75.8018 807.453 75.7287C807.289 75.6373 807.133 75.5551 806.969 75.4819C806.85 75.418 806.731 75.3723 806.612 75.3083C806.594 75.2992 806.567 75.29 806.548 75.2809C806.53 75.2809 806.512 75.2626 806.494 75.2535C806.338 75.1803 806.174 75.1164 806.018 75.0524C805.854 74.9884 805.698 74.9244 805.534 74.8696C805.47 74.8513 805.406 74.8239 805.342 74.8056C805.205 74.7051 805.068 74.5954 804.931 74.4857C804.885 74.4492 804.839 74.4126 804.794 74.376C804.647 74.2572 804.501 74.1293 804.355 74.0013C804.355 74.0013 804.346 73.9922 804.337 73.983C804.337 73.983 804.318 73.9739 804.318 73.9647C804.163 73.8277 804.017 73.6814 803.861 73.526C803.834 73.4986 803.806 73.4712 803.779 73.4438C803.624 73.2884 803.459 73.1147 803.304 72.9411C803.286 72.9228 803.267 72.9045 803.249 72.8771C803.075 72.6852 802.902 72.475 802.737 72.2647C802.737 72.2647 802.737 72.2556 802.728 72.2465C802.554 72.0271 802.39 71.7986 802.225 71.5518C802.061 71.3051 801.896 71.0583 801.741 70.7841C801.741 70.7658 801.723 70.7475 801.713 70.7384C801.567 70.4733 801.421 70.2083 801.284 69.925L792.473 75.0432C792.501 75.0981 792.519 75.1438 792.546 75.1986C792.601 75.2992 792.647 75.3997 792.702 75.5002C792.766 75.619 792.83 75.7379 792.903 75.8567C792.912 75.875 792.921 75.8932 792.939 75.9115C792.939 75.9207 792.948 75.9298 792.958 75.9389C793.104 76.1857 793.25 76.4233 793.405 76.6518C793.415 76.6701 793.433 76.6884 793.442 76.7067C793.524 76.8346 793.616 76.9535 793.698 77.0723C793.771 77.1728 793.844 77.2733 793.926 77.3647C793.926 77.3647 793.926 77.3739 793.936 77.383C794.009 77.4744 794.091 77.575 794.164 77.6664C794.237 77.7578 794.319 77.8492 794.393 77.9406C794.411 77.9588 794.42 77.9771 794.438 77.9954C794.456 78.0137 794.466 78.032 794.484 78.0411C794.539 78.0959 794.584 78.1599 794.639 78.2147C794.731 78.3153 794.822 78.4067 794.913 78.4981C794.932 78.5164 794.95 78.5346 794.968 78.5529C794.996 78.5803 795.023 78.6078 795.051 78.6352C795.105 78.69 795.16 78.7449 795.206 78.7906C795.316 78.8911 795.425 78.9916 795.526 79.0922C795.645 79.2018 795.763 79.3024 795.873 79.3938C795.91 79.4212 795.946 79.4486 795.983 79.4852C796.029 79.5217 796.074 79.5583 796.111 79.5949C796.156 79.6314 796.193 79.668 796.239 79.6954C796.339 79.7685 796.431 79.8508 796.531 79.9147C796.933 80.0518 797.336 80.2072 797.747 80.39C797.765 80.39 797.783 80.4083 797.792 80.4174C798.195 80.6002 798.606 80.8104 799.008 81.0481C799.246 81.1852 799.483 81.3314 799.73 81.4868C799.785 81.5233 799.849 81.5599 799.904 81.6056C800.132 81.761 800.37 81.9164 800.598 82.09C800.69 82.1083 800.772 82.1174 800.863 82.1357C800.982 82.154 801.092 82.1631 801.211 82.1723H801.229C801.229 82.1723 801.247 82.1723 801.256 82.1723C801.357 82.1723 801.458 82.1814 801.558 82.1814C801.668 82.1814 801.777 82.1814 801.887 82.1631C801.887 82.1631 801.887 82.1631 801.896 82.1631H801.905C802.033 82.154 802.152 82.1357 802.271 82.1083C802.335 82.0992 802.39 82.0717 802.454 82.0626C802.499 82.0535 802.545 82.0443 802.582 82.026C802.618 82.0169 802.655 82.0078 802.682 81.9986C802.838 81.9438 802.993 81.8707 803.139 81.7884C806.073 80.0793 809.007 78.3793 811.95 76.6701C811.767 76.7707 811.584 76.8529 811.393 76.9078L811.402 76.926Z' fill='%23004393'/%3E%3Cpath d='M822.881 97.6368L822.845 97.0336L822.698 94.8766L813.888 99.9949L814.043 102.152L814.07 102.755L814.198 104.903L823 99.7846L822.881 97.6368Z' fill='%23004393'/%3E%3Cpath d='M814.071 102.755L814.189 104.903C812.334 104.108 811.018 104.729 810.232 105.424C810.058 105.917 809.848 106.384 809.61 106.831C809.245 107.471 808.806 108.02 808.312 108.467C808.075 109.72 808.038 111.511 808.897 113.677L807.389 113.97L806.969 114.052L805.47 114.353C804.337 111.995 802.646 110.405 801.385 109.464C800.571 109.189 799.739 108.815 798.908 108.33C798.378 108.029 797.847 107.681 797.317 107.288C796.157 107.078 794.767 107.16 793.936 108.358L792.318 106.512L791.87 106L790.243 104.144C790.965 102.572 790.59 100.37 790.124 98.7427C789.201 97.0244 788.479 95.2604 787.967 93.5239C787.053 92.0798 785.71 90.3707 784.037 89.411L783.882 87.2449L783.854 86.6508L783.736 84.5029C785.591 85.2981 786.907 84.6766 787.693 83.982C787.867 83.4884 788.068 83.0131 788.315 82.5744C788.68 81.9346 789.119 81.3863 789.603 80.9384C789.841 79.6954 789.878 77.8949 789.028 75.7379L790.526 75.4454L790.938 75.3631L792.437 75.0707C793.579 77.4379 795.261 79.0282 796.522 79.9604C797.336 80.2346 798.167 80.6094 799.008 81.0938C799.538 81.3954 800.068 81.7427 800.598 82.1357C801.759 82.3459 803.149 82.2637 803.98 81.0664L805.598 82.9126L806.055 83.4244L807.673 85.2707C806.951 86.8427 807.325 89.0545 807.792 90.6906C808.705 92.3906 809.437 94.1637 809.948 95.9094C810.862 97.3626 812.206 99.0626 813.879 100.031L814.025 102.188L814.061 102.792L814.071 102.755ZM804.126 100.58C805.525 98.1029 804.355 93.4599 801.494 90.2061C800.681 89.283 799.822 88.5701 798.981 88.0766C796.851 86.8427 794.795 87.0346 793.789 88.8078C792.382 91.2846 793.57 95.9276 796.422 99.1814C797.235 100.105 798.094 100.817 798.935 101.311C801.065 102.545 803.121 102.353 804.126 100.58Z' fill='%233D9AFD'/%3E%3Cpath d='M822.104 94.4927C822.104 94.4927 822.077 94.4744 822.068 94.4653C821.876 94.3282 821.693 94.182 821.51 94.0266C821.51 94.0266 821.51 94.0266 821.501 94.0174C821.327 93.8621 821.154 93.7067 820.98 93.5422C820.962 93.5239 820.944 93.5056 820.934 93.4965C820.779 93.3411 820.624 93.1766 820.468 93.0121C820.45 92.9938 820.441 92.9755 820.423 92.9664C820.276 92.8018 820.13 92.6373 819.993 92.4637C819.975 92.4454 819.956 92.418 819.938 92.3997C819.728 92.1438 819.536 91.8787 819.353 91.6228C819.271 91.5131 819.189 91.3943 819.116 91.2846C818.997 91.1018 818.878 90.9282 818.768 90.7545C818.741 90.654 818.713 90.5535 818.677 90.4529C818.613 90.2427 818.549 90.0325 818.476 89.8223C818.439 89.7126 818.403 89.6121 818.366 89.5115C818.348 89.4658 818.339 89.4293 818.32 89.3836C818.302 89.3287 818.284 89.2739 818.266 89.2191C818.192 89.018 818.119 88.826 818.046 88.6341C817.982 88.4879 817.927 88.3325 817.863 88.1863C817.854 88.1588 817.845 88.1406 817.836 88.1131C817.836 88.0949 817.827 88.0857 817.818 88.0674C817.745 87.8846 817.662 87.6927 817.58 87.5008C817.498 87.3088 817.406 87.126 817.324 86.9341C817.324 86.9158 817.306 86.8975 817.297 86.8793C817.278 86.8336 817.251 86.7879 817.233 86.7422C817.169 86.6051 817.105 86.4771 817.041 86.34C816.931 86.1115 816.812 85.883 816.694 85.6637C816.675 85.618 816.648 85.5814 816.63 85.5449C816.575 85.3438 816.52 85.1427 816.465 84.9234C816.465 84.9051 816.456 84.8777 816.447 84.8594C816.401 84.6674 816.355 84.4755 816.319 84.2744C816.319 84.2562 816.319 84.2287 816.31 84.2105C816.273 84.0002 816.237 83.79 816.2 83.5798C816.2 83.5524 816.2 83.5341 816.191 83.5067C816.163 83.2782 816.136 83.0497 816.118 82.8212C816.099 82.5927 816.099 82.3642 816.099 82.1357C816.099 82.1174 816.099 82.0992 816.099 82.0809C816.099 81.8615 816.118 81.633 816.145 81.4228C816.145 81.4228 816.145 81.4137 816.145 81.4045C816.173 81.1943 816.218 80.9841 816.264 80.7922C816.264 80.7739 816.273 80.7465 816.282 80.7282C816.337 80.5271 816.41 80.326 816.492 80.1341L807.682 85.2524C807.645 85.3346 807.609 85.4169 807.581 85.5083C807.545 85.5997 807.517 85.6911 807.49 85.7825C807.49 85.8099 807.481 85.8282 807.472 85.8556C807.472 85.8739 807.462 85.8922 807.462 85.9013C807.453 85.947 807.435 85.9927 807.426 86.0475C807.408 86.1298 807.389 86.2212 807.371 86.3035C807.362 86.3766 807.353 86.4406 807.344 86.5137C807.344 86.5228 807.344 86.532 807.344 86.5411C807.344 86.5411 807.344 86.5411 807.344 86.5502C807.334 86.6325 807.325 86.7239 807.316 86.8061C807.316 86.8884 807.307 86.9798 807.298 87.0712C807.298 87.1078 807.298 87.1535 807.298 87.19C807.298 87.2083 807.298 87.2266 807.298 87.2357C807.298 87.2723 807.298 87.2997 807.298 87.3363C807.298 87.4277 807.298 87.5191 807.298 87.6196C807.298 87.7201 807.298 87.8115 807.307 87.9121C807.307 87.9121 807.307 87.9486 807.307 87.9578C807.307 88.04 807.316 88.1314 807.325 88.2137C807.334 88.3234 807.344 88.433 807.362 88.5427C807.362 88.5701 807.362 88.5884 807.371 88.6158C807.371 88.6432 807.371 88.6615 807.38 88.6889C807.389 88.7621 807.398 88.826 807.408 88.8992C807.426 89.0271 807.444 89.1459 807.472 89.2648C807.472 89.283 807.472 89.2922 807.472 89.3104C807.472 89.347 807.49 89.3836 807.499 89.4201C807.517 89.5024 807.526 89.5755 807.545 89.6578C807.572 89.7674 807.59 89.868 807.618 89.9777C807.618 89.9959 807.627 90.0234 807.636 90.0416C807.636 90.0508 807.636 90.0691 807.645 90.0782C807.682 90.2244 807.718 90.3707 807.764 90.5169C807.773 90.5626 807.791 90.6083 807.801 90.6631C808.02 91.0744 808.23 91.4857 808.431 91.9061C808.44 91.9336 808.459 91.9518 808.468 91.9793C808.66 92.3997 808.852 92.811 809.025 93.2314C809.034 93.2588 809.044 93.2771 809.053 93.3045C809.217 93.7067 809.373 94.1088 809.519 94.511C809.537 94.5567 809.546 94.5932 809.565 94.6389C809.711 95.0502 809.848 95.4707 809.967 95.882C810.076 96.0465 810.186 96.2201 810.305 96.3938C810.305 96.3938 810.305 96.4029 810.314 96.4121C810.46 96.6223 810.606 96.8325 810.762 97.0427C810.844 97.1524 810.926 97.2621 811.018 97.3717C811.054 97.4174 811.091 97.4631 811.127 97.5088C811.155 97.5454 811.182 97.5728 811.21 97.6094C811.237 97.6368 811.255 97.6642 811.274 97.6916C811.356 97.783 811.429 97.8836 811.511 97.975C811.539 98.0115 811.575 98.0481 811.603 98.0846C811.63 98.1121 811.648 98.1395 811.676 98.1669C811.703 98.1943 811.722 98.2217 811.749 98.24C811.831 98.3223 811.904 98.4137 811.987 98.4959C812.032 98.5416 812.078 98.5873 812.124 98.633C812.142 98.6513 812.151 98.6604 812.169 98.6787C812.188 98.697 812.206 98.7153 812.224 98.7336C812.306 98.8067 812.389 98.8889 812.471 98.9621C812.544 99.026 812.617 99.09 812.69 99.154C812.69 99.154 812.69 99.154 812.699 99.154C812.699 99.154 812.709 99.154 812.718 99.1631C812.8 99.2271 812.873 99.2911 812.955 99.3551C813.028 99.4191 813.111 99.4739 813.184 99.5287C813.211 99.547 813.239 99.5653 813.257 99.5836C813.266 99.5836 813.284 99.6018 813.294 99.611C813.33 99.6384 813.367 99.6658 813.403 99.6932C813.476 99.7389 813.549 99.7938 813.623 99.8395C813.696 99.8852 813.769 99.9309 813.833 99.9674C813.851 99.9766 813.869 99.9857 813.888 99.9949L822.689 94.8766C822.488 94.7578 822.287 94.6298 822.095 94.4927H822.104Z' fill='%23004393'/%3E%3Cpath d='M814.875 78.2787L814.418 77.7669L812.791 75.9115L803.989 81.0298L805.607 82.8852L806.064 83.397L807.682 85.2432L816.492 80.125L814.875 78.2787Z' fill='%23004393'/%3E%3Cg clip-path='url(%23clip4_7670_3059)'%3E%3Cpath d='M931.13 53.4923L976.204 78.8397L931.475 105.793L886.4 79.5864L931.13 53.4923Z' fill='url(%23paint21_linear_7670_3059)'/%3E%3Cpath d='M926.128 71.3888C925.268 64.4759 911.154 42.5488 901.744 35.8045C901.583 35.8929 882.346 36.4469 882.185 36.3585C872.398 42.324 856.557 64.4759 855.698 71.3808C854.726 79.2572 858.893 86.0015 865.043 90.6663C865.043 90.6663 869.21 93.7494 878.291 95.5479L878.331 95.6523C879.801 95.9333 881.655 96.1741 883.598 96.3668C884.923 96.5114 886.328 96.6318 887.805 96.704H894.004C895.481 96.6318 896.886 96.5114 898.211 96.3668C900.154 96.1741 902.001 95.9333 903.478 95.6523L903.526 95.5479C912.607 93.7414 916.774 90.6663 916.774 90.6663C922.924 86.0015 927.091 79.2572 926.12 71.3808L926.128 71.3888Z' fill='%23CEE3F2'/%3E%3Cpath d='M883.349 36.7279L875.81 21.9386L909.138 22.3641L898.58 39.522L883.349 36.7279Z' fill='%23CEE3F2'/%3E%3Cpath d='M904.65 15.114C897.914 12.2236 887.043 12.2236 880.354 15.114C876.067 16.9687 874.582 19.554 875.81 21.9386C876.501 23.2714 878.018 24.548 880.435 25.5917C887.155 28.4741 898.034 28.4741 904.722 25.5917C907.163 24.5319 908.689 23.2312 909.339 21.8743C910.471 19.5138 908.921 16.9606 904.65 15.122V15.114Z' fill='url(%23paint22_linear_7670_3059)'/%3E%3Cpath d='M899.359 36.1097C895.288 38.2373 888.656 38.2373 884.562 36.1097C883.092 35.3389 882.161 34.4075 881.743 33.42C881.743 33.4039 881.735 33.3879 881.727 33.3798C881.406 34.1586 881.414 36.214 881.743 36.9928C882.161 37.9804 883.092 38.9198 884.562 39.6825C888.656 41.8102 895.28 41.8102 899.359 39.6825C900.844 38.9037 901.776 37.9483 902.169 36.9447C902.466 36.198 902.458 34.1667 902.145 33.42C901.736 34.4075 900.82 35.3469 899.351 36.1177L899.359 36.1097Z' fill='url(%23paint23_linear_7670_3059)'/%3E%3Cpath d='M905.79 98.9201C905.79 98.9201 905.79 98.9522 905.79 98.9682C905.798 99.0887 905.814 99.193 905.83 99.3054C905.83 99.3215 905.83 99.3376 905.83 99.3456C905.846 99.4259 905.863 99.5062 905.887 99.5784C905.903 99.6427 905.919 99.7149 905.935 99.7872C905.951 99.8434 905.975 99.9076 905.991 99.9718C906.007 100.036 906.031 100.108 906.055 100.173C906.087 100.269 906.119 100.357 906.16 100.454C906.208 100.582 906.264 100.694 906.328 100.815C906.328 100.815 906.328 100.831 906.336 100.839C906.392 100.951 906.457 101.056 906.521 101.168C906.521 101.176 906.537 101.2 906.545 101.216C906.617 101.321 906.681 101.425 906.754 101.529C906.77 101.554 906.786 101.57 906.794 101.586C906.866 101.69 906.946 101.802 907.027 101.899C907.043 101.923 907.059 101.939 907.075 101.955C907.147 102.051 907.219 102.14 907.3 102.22C907.324 102.252 907.348 102.268 907.364 102.3C907.46 102.397 907.549 102.501 907.653 102.597C907.669 102.621 907.693 102.637 907.709 102.654C907.789 102.726 907.87 102.806 907.95 102.87C908.014 102.935 908.078 102.991 908.151 103.047C908.215 103.103 908.271 103.151 908.343 103.208C908.416 103.264 908.488 103.32 908.56 103.384C908.624 103.432 908.697 103.489 908.769 103.537C908.841 103.593 908.922 103.649 909.002 103.697C909.074 103.753 909.138 103.81 909.219 103.85C909.299 103.906 909.387 103.962 909.476 104.01C909.58 104.075 909.684 104.147 909.797 104.203C909.949 104.291 910.102 104.38 910.262 104.46C910.303 104.484 910.335 104.508 910.383 104.524C910.519 104.597 910.664 104.669 910.808 104.733C910.824 104.749 910.84 104.757 910.865 104.757C911.025 104.829 911.186 104.91 911.346 104.974C911.386 104.99 911.435 105.014 911.475 105.03C911.611 105.086 911.756 105.142 911.9 105.207C911.932 105.215 911.965 105.231 911.997 105.239C912.165 105.303 912.334 105.367 912.51 105.424C912.551 105.44 912.591 105.456 912.631 105.464C912.751 105.504 912.864 105.544 912.984 105.576C913.097 105.608 913.209 105.648 913.321 105.68C913.418 105.713 913.514 105.737 913.61 105.761C913.723 105.793 913.835 105.825 913.948 105.857C914.052 105.881 914.148 105.905 914.245 105.929C914.357 105.961 914.478 105.986 914.598 106.01C914.694 106.034 914.791 106.05 914.895 106.074C915.015 106.098 915.136 106.122 915.256 106.146C915.369 106.162 915.473 106.186 915.578 106.202C915.634 106.202 915.682 106.218 915.722 106.226C915.891 106.25 916.059 106.283 916.228 106.307C916.252 106.307 916.284 106.315 916.308 106.315C916.501 106.339 916.694 106.363 916.886 106.387C916.926 106.387 916.975 106.395 917.023 106.403C917.143 106.419 917.264 106.427 917.392 106.435C917.537 106.443 917.681 106.459 917.826 106.475C917.922 106.475 918.018 106.483 918.115 106.491C918.267 106.499 918.428 106.507 918.58 106.515C918.669 106.515 918.757 106.515 918.845 106.523C918.982 106.523 919.118 106.523 919.247 106.523C919.343 106.523 919.439 106.523 919.536 106.523C919.68 106.523 919.817 106.523 919.961 106.523C920.05 106.523 920.138 106.523 920.226 106.523C920.355 106.523 920.475 106.515 920.604 106.507C920.7 106.507 920.804 106.507 920.909 106.507C921.045 106.491 921.182 106.483 921.318 106.475C921.407 106.475 921.495 106.459 921.583 106.451C921.752 106.435 921.912 106.419 922.081 106.403C922.137 106.403 922.193 106.395 922.25 106.387C922.466 106.363 922.691 106.331 922.908 106.299C922.956 106.299 923.004 106.283 923.044 106.283C923.229 106.25 923.398 106.226 923.574 106.194C923.655 106.186 923.735 106.17 923.815 106.154C923.96 106.13 924.096 106.098 924.233 106.074C924.313 106.066 924.385 106.042 924.458 106.026C924.61 105.994 924.763 105.961 924.923 105.921C925.012 105.905 925.092 105.881 925.18 105.857C925.333 105.817 925.469 105.785 925.606 105.745C925.726 105.713 925.847 105.68 925.967 105.64C926.007 105.64 926.055 105.616 926.095 105.6C926.272 105.544 926.449 105.488 926.625 105.432C926.657 105.424 926.69 105.407 926.722 105.399C926.866 105.351 927.011 105.295 927.155 105.239C927.203 105.223 927.252 105.207 927.3 105.183C927.412 105.134 927.525 105.094 927.637 105.046C927.709 105.014 927.79 104.982 927.87 104.95C927.974 104.902 928.087 104.853 928.199 104.805C928.271 104.773 928.336 104.741 928.408 104.709C928.52 104.653 928.641 104.597 928.753 104.532C928.809 104.508 928.873 104.484 928.922 104.452C929.09 104.364 929.259 104.267 929.419 104.171C932.157 102.597 933.522 100.518 933.522 98.4464L933.554 101.947C933.554 104.018 932.197 106.09 929.452 107.672C929.291 107.768 929.122 107.856 928.954 107.945C928.898 107.977 928.841 108.001 928.777 108.033C928.665 108.089 928.552 108.145 928.44 108.202C928.368 108.234 928.295 108.266 928.223 108.298C928.119 108.346 928.014 108.394 927.91 108.442C927.83 108.474 927.749 108.499 927.677 108.539C927.605 108.571 927.533 108.603 927.46 108.627C927.42 108.643 927.388 108.659 927.348 108.675C927.3 108.699 927.252 108.715 927.203 108.731C927.067 108.788 926.922 108.828 926.778 108.884C926.746 108.9 926.706 108.908 926.674 108.924C926.497 108.988 926.32 109.045 926.144 109.101C926.095 109.109 926.047 109.125 926.007 109.141C925.927 109.165 925.855 109.189 925.782 109.205C925.742 109.221 925.694 109.229 925.654 109.237C925.509 109.269 925.365 109.318 925.228 109.35C925.14 109.374 925.06 109.39 924.971 109.414C924.819 109.454 924.658 109.486 924.498 109.526C924.441 109.534 924.385 109.55 924.329 109.558C924.313 109.558 924.297 109.558 924.281 109.558C924.136 109.591 923.984 109.615 923.839 109.639C923.767 109.655 923.687 109.671 923.614 109.687C923.422 109.719 923.229 109.751 923.036 109.775C923.004 109.775 922.98 109.775 922.948 109.791C922.723 109.823 922.498 109.855 922.282 109.88C922.25 109.88 922.209 109.88 922.169 109.888C921.985 109.912 921.8 109.928 921.607 109.944C921.607 109.944 921.607 109.944 921.599 109.944C921.527 109.944 921.463 109.944 921.399 109.952C921.246 109.96 921.093 109.976 920.941 109.984C920.853 109.984 920.764 109.984 920.668 109.992C920.531 109.992 920.403 110 920.266 110H920.234C920.162 110 920.09 110 920.01 110C919.865 110 919.72 110 919.568 110C919.472 110 919.383 110 919.295 110C919.15 110 919.022 110 918.877 110C918.853 110 918.829 110 918.805 110C918.741 110 918.685 110 918.62 110C918.468 109.992 918.307 109.984 918.155 109.976C918.058 109.968 917.97 109.96 917.874 109.952C917.721 109.936 917.577 109.928 917.424 109.92C917.368 109.92 917.32 109.912 917.264 109.904C917.199 109.904 917.127 109.896 917.063 109.888C917.015 109.888 916.967 109.88 916.918 109.872C916.726 109.847 916.533 109.823 916.34 109.799C916.316 109.799 916.284 109.791 916.252 109.783C916.083 109.759 915.923 109.735 915.754 109.711C915.706 109.703 915.658 109.695 915.618 109.687C915.578 109.679 915.537 109.671 915.497 109.663C915.433 109.655 915.361 109.639 915.288 109.623C915.168 109.599 915.048 109.574 914.919 109.542C914.823 109.526 914.726 109.502 914.63 109.486C914.51 109.454 914.389 109.43 914.269 109.398C914.172 109.374 914.076 109.35 913.98 109.326C913.859 109.301 913.747 109.261 913.635 109.237C913.53 109.213 913.434 109.181 913.345 109.157C913.233 109.125 913.121 109.093 913.008 109.053C912.96 109.037 912.912 109.02 912.864 109.012C912.791 108.98 912.727 108.964 912.655 108.94C912.615 108.924 912.575 108.916 912.535 108.9C912.358 108.836 912.189 108.78 912.013 108.715C911.989 108.699 911.948 108.691 911.924 108.675C911.78 108.619 911.635 108.563 911.491 108.499C911.451 108.483 911.411 108.466 911.362 108.45C911.194 108.378 911.033 108.298 910.873 108.226C910.857 108.218 910.832 108.21 910.816 108.202C910.672 108.129 910.527 108.057 910.383 107.985C910.343 107.969 910.303 107.945 910.262 107.929C910.11 107.84 909.949 107.76 909.797 107.672C909.74 107.639 909.684 107.607 909.628 107.575C909.58 107.543 909.532 107.511 909.476 107.479C909.387 107.423 909.307 107.375 909.227 107.318C909.154 107.27 909.074 107.214 909.002 107.166C908.922 107.11 908.841 107.053 908.769 106.997C908.697 106.949 908.632 106.893 908.56 106.845C908.488 106.788 908.416 106.732 908.335 106.676C908.271 106.62 908.207 106.572 908.143 106.515C908.078 106.459 908.006 106.395 907.942 106.339C907.918 106.315 907.886 106.299 907.862 106.267C907.806 106.218 907.757 106.17 907.701 106.114C907.685 106.098 907.669 106.082 907.645 106.066C907.549 105.969 907.452 105.865 907.356 105.769C907.332 105.745 907.308 105.721 907.284 105.696C907.211 105.608 907.131 105.52 907.059 105.432C907.043 105.407 907.035 105.391 907.011 105.375C907.011 105.367 906.995 105.359 906.987 105.351C906.914 105.255 906.85 105.167 906.778 105.062C906.762 105.046 906.746 105.022 906.73 105.006C906.657 104.902 906.585 104.797 906.521 104.685C906.521 104.669 906.505 104.653 906.497 104.637C906.465 104.597 906.449 104.556 906.425 104.516C906.384 104.444 906.352 104.38 906.312 104.307C906.312 104.307 906.304 104.291 906.296 104.283C906.232 104.163 906.184 104.051 906.127 103.938C906.095 103.866 906.071 103.794 906.039 103.729C906.039 103.705 906.023 103.673 906.015 103.641C905.999 103.577 905.967 103.513 905.951 103.44C905.935 103.384 905.911 103.32 905.903 103.256C905.879 103.191 905.871 103.119 905.846 103.055C905.846 103.023 905.83 102.983 905.822 102.943C905.822 102.902 905.806 102.862 905.798 102.814C905.798 102.806 905.798 102.79 905.798 102.774C905.782 102.662 905.766 102.549 905.758 102.437C905.758 102.421 905.758 102.405 905.758 102.389C905.758 102.308 905.75 102.228 905.742 102.148V102.027C905.726 97.9646 905.718 102.589 905.71 98.5347C905.71 98.6551 905.71 98.7755 905.726 98.896L905.79 98.9201Z' fill='%23004393'/%3E%3Cpath d='M909.893 92.8341C904.449 95.9734 904.417 101.064 909.829 104.211C915.24 107.358 924.032 107.358 929.467 104.211C934.911 101.072 934.943 95.9734 929.532 92.8341C924.12 89.6868 915.328 89.6868 909.885 92.8341' fill='%233D9AFD'/%3E%3Cpath d='M905.79 92.9064C905.79 92.9064 905.79 92.9305 905.79 92.9546C905.798 93.067 905.814 93.1794 905.83 93.2918C905.83 93.3078 905.83 93.3159 905.83 93.3319C905.846 93.4042 905.863 93.4845 905.887 93.5648C905.903 93.637 905.919 93.7012 905.935 93.7735C905.951 93.8297 905.975 93.8939 905.991 93.9501C906.007 94.0224 906.031 94.0866 906.055 94.1589C906.087 94.2552 906.119 94.3516 906.16 94.4399C906.208 94.5684 906.264 94.6808 906.328 94.8012C906.328 94.8092 906.328 94.8092 906.336 94.8173C906.392 94.9297 906.457 95.0421 906.521 95.1545C906.521 95.1705 906.537 95.1866 906.545 95.2027C906.617 95.307 906.681 95.4114 906.754 95.5158C906.77 95.5318 906.786 95.5559 906.794 95.58C906.866 95.6844 906.946 95.7888 907.027 95.8931C907.043 95.9092 907.059 95.9253 907.075 95.9493C907.147 96.0377 907.219 96.126 907.3 96.2143C907.324 96.2384 907.348 96.2625 907.364 96.2946C907.46 96.399 907.549 96.4953 907.653 96.5917C907.669 96.6157 907.693 96.6318 907.709 96.6479C907.789 96.7201 907.87 96.7924 907.95 96.8646C908.014 96.9208 908.078 96.9851 908.151 97.0413C908.215 97.0975 908.271 97.1457 908.343 97.2019C908.416 97.2581 908.488 97.3143 908.56 97.3705C908.624 97.4186 908.697 97.4748 908.769 97.523C908.841 97.5792 908.922 97.6354 909.002 97.6916C909.074 97.7478 909.138 97.796 909.219 97.8442C909.299 97.8923 909.387 97.9566 909.476 98.0048C909.58 98.069 909.684 98.1412 909.797 98.2055C909.949 98.2938 910.102 98.3741 910.262 98.4624C910.303 98.4785 910.335 98.5106 910.383 98.5266C910.519 98.5989 910.664 98.6712 910.808 98.7434C910.824 98.7595 910.84 98.7595 910.865 98.7675C911.025 98.8398 911.186 98.9201 911.346 98.9843C911.386 99.0084 911.435 99.0244 911.475 99.0405C911.611 99.0967 911.756 99.1529 911.9 99.2091C911.932 99.2252 911.965 99.2332 911.997 99.2412C912.165 99.3054 912.334 99.3697 912.51 99.4259C912.551 99.4419 912.591 99.458 912.631 99.474C912.751 99.5142 912.864 99.5543 912.984 99.5865C913.097 99.6266 913.209 99.6587 913.321 99.6908C913.418 99.7149 913.514 99.747 913.61 99.7711C913.723 99.8032 913.835 99.8273 913.948 99.8594C914.052 99.8835 914.148 99.9076 914.245 99.9317C914.357 99.9638 914.478 99.9799 914.598 100.012C914.694 100.036 914.791 100.06 914.895 100.076C915.015 100.1 915.136 100.124 915.256 100.148C915.369 100.173 915.473 100.197 915.578 100.213C915.634 100.213 915.682 100.229 915.722 100.237C915.891 100.269 916.059 100.293 916.228 100.317C916.252 100.317 916.284 100.317 916.308 100.325C916.501 100.357 916.694 100.381 916.886 100.397C916.926 100.397 916.975 100.405 917.023 100.413C917.143 100.429 917.264 100.446 917.392 100.454C917.537 100.462 917.681 100.478 917.826 100.494C917.922 100.494 918.018 100.51 918.115 100.51C918.267 100.51 918.428 100.526 918.58 100.534C918.669 100.534 918.757 100.542 918.845 100.542C918.982 100.542 919.118 100.55 919.247 100.55C919.343 100.55 919.439 100.55 919.536 100.55C919.68 100.55 919.817 100.55 919.961 100.55C920.05 100.55 920.138 100.55 920.226 100.55C920.355 100.55 920.475 100.542 920.604 100.534C920.7 100.534 920.804 100.526 920.909 100.526C921.045 100.518 921.182 100.51 921.318 100.494C921.407 100.494 921.495 100.478 921.583 100.47C921.752 100.462 921.912 100.438 922.081 100.429C922.137 100.429 922.193 100.413 922.25 100.413C922.466 100.389 922.691 100.357 922.908 100.325C922.956 100.325 923.004 100.309 923.044 100.309C923.229 100.285 923.398 100.253 923.574 100.221C923.655 100.213 923.735 100.189 923.815 100.181C923.96 100.148 924.096 100.124 924.233 100.1C924.313 100.084 924.385 100.068 924.458 100.052C924.61 100.02 924.763 99.9879 924.923 99.9478C925.012 99.9317 925.092 99.9076 925.18 99.8835C925.333 99.8514 925.469 99.8113 925.606 99.7711C925.726 99.739 925.847 99.7069 925.967 99.6667C926.007 99.6587 926.055 99.6427 926.095 99.6266C926.272 99.5704 926.449 99.5142 926.625 99.458C926.657 99.45 926.69 99.4339 926.722 99.4259C926.866 99.3697 927.011 99.3215 927.155 99.2653C927.203 99.2412 927.252 99.2252 927.3 99.2091C927.412 99.169 927.525 99.1208 927.637 99.0806C927.709 99.0485 927.79 99.0164 927.87 98.9843C927.974 98.9361 928.087 98.8879 928.199 98.8398C928.271 98.8077 928.336 98.7755 928.408 98.7434C928.52 98.6872 928.641 98.631 928.753 98.5668C928.809 98.5347 928.873 98.5106 928.922 98.4785C929.09 98.3901 929.259 98.3018 929.419 98.2055C932.157 96.6318 933.522 94.5443 933.522 92.4728L933.554 95.9734C933.554 98.0449 932.197 100.124 929.452 101.698C929.291 101.794 929.122 101.883 928.954 101.971C928.898 101.995 928.841 102.027 928.777 102.059C928.665 102.116 928.552 102.172 928.44 102.228C928.368 102.26 928.295 102.292 928.223 102.324C928.119 102.372 928.014 102.421 927.91 102.469C927.83 102.509 927.749 102.533 927.677 102.565C927.605 102.597 927.533 102.629 927.46 102.662C927.42 102.678 927.388 102.686 927.348 102.702C927.3 102.726 927.252 102.742 927.203 102.758C927.067 102.814 926.922 102.862 926.778 102.918C926.746 102.926 926.706 102.943 926.674 102.951C926.497 103.007 926.32 103.063 926.144 103.119C926.095 103.135 926.047 103.151 926.007 103.159C925.927 103.183 925.855 103.208 925.782 103.232C925.742 103.24 925.694 103.256 925.654 103.264C925.509 103.304 925.365 103.344 925.228 103.376C925.14 103.392 925.06 103.416 924.971 103.44C924.819 103.472 924.658 103.513 924.498 103.545C924.441 103.553 924.385 103.569 924.329 103.585C924.313 103.585 924.297 103.585 924.281 103.593C924.136 103.625 923.984 103.649 923.839 103.673C923.767 103.689 923.687 103.705 923.614 103.713C923.422 103.745 923.229 103.778 923.036 103.81C923.004 103.81 922.98 103.818 922.948 103.818C922.723 103.85 922.498 103.882 922.282 103.906C922.25 103.906 922.209 103.906 922.169 103.914C921.985 103.93 921.8 103.946 921.607 103.97C921.607 103.97 921.607 103.97 921.599 103.97C921.527 103.97 921.463 103.97 921.399 103.978C921.246 103.986 921.093 104.002 920.941 104.01C920.853 104.01 920.764 104.01 920.668 104.018C920.531 104.018 920.403 104.034 920.266 104.034H920.234C920.162 104.034 920.09 104.034 920.01 104.034C919.865 104.034 919.72 104.034 919.568 104.034C919.472 104.034 919.383 104.034 919.295 104.034C919.15 104.034 919.022 104.034 918.877 104.034H918.805C918.741 104.034 918.685 104.034 918.62 104.018C918.468 104.018 918.307 104.002 918.155 103.994C918.058 103.994 917.97 103.986 917.874 103.978C917.721 103.97 917.577 103.954 917.424 103.938C917.368 103.938 917.32 103.938 917.264 103.922C917.199 103.922 917.127 103.906 917.063 103.906C917.015 103.906 916.967 103.898 916.918 103.89C916.726 103.866 916.533 103.85 916.34 103.818C916.316 103.81 916.284 103.81 916.252 103.802C916.083 103.778 915.923 103.753 915.754 103.721C915.706 103.721 915.658 103.705 915.618 103.697C915.578 103.697 915.537 103.697 915.497 103.681C915.433 103.673 915.361 103.657 915.288 103.641C915.168 103.617 915.048 103.593 914.919 103.569C914.823 103.553 914.726 103.521 914.63 103.505C914.51 103.48 914.389 103.456 914.269 103.424C914.172 103.4 914.076 103.376 913.98 103.352C913.859 103.328 913.747 103.288 913.635 103.264C913.53 103.232 913.434 103.208 913.345 103.183C913.233 103.151 913.121 103.111 913.008 103.079C912.96 103.063 912.912 103.047 912.864 103.031C912.791 103.007 912.727 102.983 912.655 102.967C912.615 102.951 912.575 102.935 912.535 102.918C912.358 102.854 912.189 102.798 912.013 102.734C911.989 102.726 911.948 102.71 911.924 102.702C911.78 102.645 911.635 102.589 911.491 102.525C911.451 102.509 911.411 102.493 911.362 102.477C911.194 102.405 911.033 102.332 910.873 102.26C910.857 102.252 910.832 102.244 910.816 102.236C910.672 102.164 910.527 102.091 910.383 102.019C910.343 101.995 910.303 101.979 910.262 101.955C910.11 101.875 909.949 101.786 909.797 101.698C909.74 101.666 909.684 101.634 909.628 101.594C909.58 101.562 909.532 101.529 909.476 101.497C909.387 101.441 909.307 101.393 909.227 101.337C909.154 101.289 909.074 101.232 909.002 101.184C908.922 101.128 908.841 101.072 908.769 101.024C908.697 100.975 908.632 100.919 908.56 100.863C908.488 100.807 908.416 100.759 908.335 100.694C908.271 100.646 908.207 100.59 908.143 100.542C908.078 100.478 908.006 100.421 907.942 100.365C907.918 100.341 907.886 100.317 907.862 100.293C907.806 100.245 907.757 100.197 907.701 100.14C907.685 100.124 907.669 100.108 907.645 100.092C907.549 99.9959 907.452 99.8916 907.356 99.7872C907.332 99.7631 907.308 99.739 907.284 99.7229C907.211 99.6266 907.131 99.5383 907.059 99.45C907.043 99.4339 907.035 99.4098 907.011 99.3938C907.011 99.3857 906.995 99.3777 906.987 99.3616C906.914 99.2733 906.85 99.1689 906.778 99.0806C906.762 99.0646 906.746 99.0485 906.73 99.0244C906.657 98.9201 906.585 98.8157 906.521 98.7113C906.521 98.6952 906.505 98.6792 906.497 98.6631C906.465 98.623 906.449 98.5828 906.425 98.5427C906.384 98.4704 906.352 98.4062 906.312 98.3339C906.312 98.3259 906.304 98.3179 906.296 98.3179C906.232 98.1975 906.184 98.085 906.127 97.9646C906.095 97.8923 906.071 97.8201 906.039 97.7559C906.039 97.7318 906.023 97.6997 906.015 97.6675C905.999 97.6033 905.967 97.5391 905.951 97.4748C905.935 97.4106 905.911 97.3544 905.903 97.2902C905.879 97.2259 905.871 97.1537 905.846 97.0895C905.846 97.0493 905.83 97.0092 905.822 96.9851C905.822 96.9369 905.806 96.8968 905.798 96.8486C905.798 96.8325 905.798 96.8245 905.798 96.8084C905.782 96.696 905.766 96.5836 905.758 96.4632C905.758 96.4552 905.758 96.4311 905.758 96.415C905.758 96.3347 905.75 96.2544 905.742 96.1742V96.0537C905.726 91.9911 905.718 96.6157 905.71 92.5531C905.71 92.6735 905.71 92.794 905.726 92.9224L905.79 92.9064Z' fill='%23004393'/%3E%3Cpath d='M909.893 86.8124C904.449 89.9517 904.417 95.0501 909.829 98.1894C915.24 101.337 924.032 101.337 929.467 98.1894C934.911 95.0501 934.943 89.9517 929.532 86.8124C924.12 83.6651 915.328 83.6651 909.885 86.8124' fill='%233D9AFD'/%3E%3Cpath d='M905.79 86.8927C905.79 86.8927 905.79 86.9248 905.79 86.9409C905.798 87.0533 905.814 87.1657 905.83 87.2781C905.83 87.2942 905.83 87.3022 905.83 87.3183C905.846 87.3985 905.863 87.4708 905.887 87.5511C905.903 87.6153 905.919 87.6876 905.935 87.7518C905.951 87.816 905.975 87.8803 905.991 87.9365C906.007 88.0007 906.031 88.073 906.055 88.1372C906.087 88.2336 906.119 88.3219 906.16 88.4182C906.208 88.5387 906.264 88.6591 906.328 88.7795C906.328 88.7876 906.328 88.7876 906.336 88.8036C906.392 88.916 906.457 89.0284 906.521 89.1328C906.521 89.1489 906.537 89.1649 906.545 89.189C906.617 89.2934 906.681 89.3978 906.754 89.5021C906.77 89.5262 906.786 89.5423 906.794 89.5583C906.866 89.6627 906.946 89.7671 907.027 89.8715C907.043 89.8875 907.059 89.9116 907.075 89.9277C907.147 90.016 907.219 90.1043 907.3 90.1926C907.324 90.2167 907.348 90.2408 907.364 90.2649C907.46 90.3693 907.549 90.4656 907.653 90.5619C907.669 90.578 907.693 90.6021 907.709 90.6181C907.789 90.6904 907.87 90.7627 907.95 90.8349C908.014 90.8992 908.078 90.9554 908.151 91.0116C908.215 91.0678 908.271 91.1159 908.343 91.1721C908.416 91.2284 908.488 91.2846 908.56 91.3408C908.624 91.3889 908.697 91.4451 908.769 91.4933C908.841 91.5495 908.922 91.6057 909.002 91.6539C909.074 91.7101 909.138 91.7583 909.219 91.8064C909.299 91.8626 909.387 91.9188 909.476 91.967C909.58 92.0393 909.684 92.1035 909.797 92.1677C909.949 92.2561 910.102 92.3363 910.262 92.4247C910.303 92.4487 910.335 92.4648 910.383 92.4889C910.519 92.5612 910.664 92.6334 910.808 92.6976C910.824 92.7137 910.84 92.7217 910.865 92.7298C911.025 92.8101 911.186 92.8823 911.346 92.9465C911.386 92.9706 911.435 92.9867 911.475 93.0108C911.611 93.067 911.756 93.1232 911.9 93.1794C911.932 93.1954 911.965 93.2035 911.997 93.2195C912.165 93.2838 912.334 93.348 912.51 93.4042C912.551 93.4203 912.591 93.4363 912.631 93.4524C912.751 93.4925 912.864 93.5327 912.984 93.5648C913.097 93.5969 913.209 93.637 913.321 93.6691C913.418 93.7013 913.514 93.7254 913.61 93.7494C913.723 93.7816 913.835 93.8137 913.948 93.8458C914.052 93.8699 914.148 93.894 914.245 93.918C914.357 93.9502 914.478 93.9742 914.598 93.9983C914.694 94.0224 914.791 94.0385 914.895 94.0626C915.015 94.0947 915.136 94.1107 915.256 94.1348C915.369 94.1509 915.473 94.175 915.578 94.1991C915.634 94.1991 915.682 94.2151 915.722 94.2231C915.891 94.2553 916.059 94.2793 916.228 94.3034C916.252 94.3034 916.284 94.3115 916.308 94.3115C916.501 94.3436 916.694 94.3677 916.886 94.3837C916.926 94.3837 916.975 94.3998 917.023 94.3998C917.143 94.4158 917.264 94.4239 917.392 94.4319C917.537 94.4399 917.681 94.456 917.826 94.472C917.922 94.472 918.018 94.4801 918.115 94.4881C918.267 94.5042 918.428 94.5042 918.58 94.5122C918.669 94.5122 918.757 94.5202 918.845 94.5202C918.982 94.5202 919.118 94.5202 919.247 94.5202H919.961C920.05 94.5202 920.138 94.5202 920.226 94.5202C920.355 94.5202 920.475 94.5202 920.604 94.5042C920.7 94.5042 920.804 94.5042 920.909 94.4961C921.045 94.4961 921.182 94.4801 921.318 94.464C921.407 94.464 921.495 94.448 921.583 94.4399C921.752 94.4319 921.912 94.4078 922.081 94.3918C922.137 94.3918 922.193 94.3837 922.25 94.3757C922.466 94.3516 922.691 94.3275 922.908 94.2954C922.956 94.2954 923.004 94.2793 923.044 94.2713C923.229 94.2472 923.398 94.2151 923.574 94.191C923.655 94.175 923.735 94.1589 923.815 94.1429C923.96 94.1188 924.096 94.0947 924.233 94.0626C924.313 94.0465 924.385 94.0305 924.458 94.0144C924.61 93.9823 924.763 93.9502 924.923 93.91C925.012 93.894 925.092 93.8699 925.18 93.8458C925.333 93.8137 925.469 93.7735 925.606 93.7414C925.726 93.7013 925.847 93.6772 925.967 93.637C926.007 93.629 926.055 93.6129 926.095 93.5969C926.272 93.5407 926.449 93.4845 926.625 93.4283C926.657 93.4202 926.69 93.4042 926.722 93.3962C926.866 93.348 927.011 93.2998 927.155 93.2436C927.203 93.2195 927.252 93.2035 927.3 93.1874C927.412 93.1473 927.525 93.0991 927.637 93.0509C927.709 93.0188 927.79 92.9867 927.87 92.9546C927.974 92.9064 928.087 92.8582 928.199 92.8101C928.271 92.7779 928.336 92.7458 928.408 92.7137C928.52 92.6575 928.641 92.6013 928.753 92.5371C928.809 92.5049 928.873 92.4809 928.922 92.4568C929.09 92.3685 929.259 92.2801 929.419 92.1758C932.157 90.6021 933.522 88.5226 933.522 86.4511L933.554 89.9437C933.554 92.0152 932.197 94.0947 929.452 95.6764C929.291 95.7727 929.122 95.861 928.954 95.9494C928.898 95.9815 928.841 96.0136 928.777 96.0377C928.665 96.0939 928.552 96.1501 928.44 96.2063C928.368 96.2384 928.295 96.2705 928.223 96.3026C928.119 96.3508 928.014 96.399 927.91 96.4472C927.83 96.4793 927.749 96.5114 927.677 96.5435C927.605 96.5756 927.533 96.6077 927.46 96.6318C927.42 96.6479 927.388 96.6639 927.348 96.68C927.3 96.7041 927.252 96.7121 927.203 96.7362C927.067 96.7924 926.922 96.8406 926.778 96.8888C926.746 96.9048 926.706 96.9128 926.674 96.9289C926.497 96.9851 926.32 97.0413 926.144 97.0975C926.095 97.1136 926.047 97.1296 926.007 97.1377C925.927 97.1617 925.855 97.1858 925.782 97.2099C925.742 97.2179 925.694 97.234 925.654 97.242C925.509 97.2822 925.365 97.3143 925.228 97.3544C925.14 97.3705 925.06 97.3946 924.971 97.4187C924.819 97.4508 924.658 97.4909 924.498 97.523C924.441 97.5311 924.385 97.5471 924.329 97.5552C924.313 97.5552 924.297 97.5552 924.281 97.5632C924.136 97.5873 923.984 97.6194 923.839 97.6435C923.767 97.6595 923.687 97.6756 923.614 97.6836C923.422 97.7238 923.229 97.7479 923.036 97.7719C923.004 97.7719 922.98 97.78 922.948 97.78C922.723 97.8121 922.498 97.8442 922.282 97.8683C922.25 97.8683 922.209 97.8683 922.169 97.8763C921.985 97.9004 921.8 97.9165 921.607 97.9325C921.607 97.9325 921.607 97.9325 921.599 97.9325C921.527 97.9325 921.463 97.9325 921.399 97.9405C921.246 97.9486 921.093 97.9646 920.941 97.9727C920.853 97.9727 920.764 97.9807 920.668 97.9887C920.531 97.9887 920.403 98.0048 920.266 98.0048H920.234C920.162 98.0048 920.09 98.0048 920.01 98.0048C919.865 98.0048 919.72 98.0048 919.568 98.0048C919.472 98.0048 919.383 98.0048 919.295 98.0048C919.15 98.0048 919.022 98.0048 918.877 98.0048H918.805C918.741 98.0048 918.685 98.0048 918.62 97.9967C918.468 97.9967 918.307 97.9807 918.155 97.9727C918.058 97.9727 917.97 97.9646 917.874 97.9566C917.721 97.9566 917.577 97.9325 917.424 97.9165C917.368 97.9165 917.32 97.9084 917.264 97.9004C917.199 97.9004 917.127 97.8843 917.063 97.8763C917.015 97.8763 916.967 97.8763 916.918 97.8603C916.726 97.8362 916.533 97.8121 916.34 97.788C916.316 97.788 916.284 97.788 916.252 97.7719C916.083 97.7479 915.923 97.7238 915.754 97.6916C915.706 97.6916 915.658 97.6756 915.618 97.6676C915.578 97.6676 915.537 97.6595 915.497 97.6515C915.433 97.6354 915.361 97.6274 915.288 97.6114C915.168 97.5873 915.048 97.5632 914.919 97.5391C914.823 97.523 914.726 97.499 914.63 97.4749C914.51 97.4427 914.389 97.4187 914.269 97.3946C914.172 97.3705 914.076 97.3464 913.98 97.3223C913.859 97.2902 913.747 97.2661 913.635 97.234C913.53 97.2099 913.434 97.1778 913.345 97.1537C913.233 97.1216 913.121 97.0895 913.008 97.0493C912.96 97.0333 912.912 97.0252 912.864 97.0092C912.791 96.9851 912.727 96.961 912.655 96.9369C912.615 96.9209 912.575 96.9048 912.535 96.8968C912.358 96.8325 912.189 96.7763 912.013 96.7041C911.989 96.6961 911.948 96.68 911.924 96.672C911.78 96.6158 911.635 96.5596 911.491 96.5034C911.451 96.4873 911.411 96.4712 911.362 96.4472C911.194 96.3749 911.033 96.3026 910.873 96.2224C910.857 96.2224 910.832 96.2063 910.816 96.1983C910.672 96.126 910.527 96.0537 910.383 95.9815C910.343 95.9574 910.303 95.9333 910.262 95.9172C910.11 95.8289 909.949 95.7486 909.797 95.6603C909.74 95.6282 909.684 95.5961 909.628 95.564C909.58 95.5319 909.532 95.4997 909.476 95.4676C909.387 95.4195 909.307 95.3633 909.227 95.3071C909.154 95.2589 909.074 95.2107 909.002 95.1625C908.922 95.1063 908.841 95.0501 908.769 94.9939C908.697 94.9458 908.632 94.8895 908.56 94.8414C908.488 94.7852 908.416 94.729 908.335 94.6728C908.271 94.6246 908.207 94.5684 908.143 94.5202C908.078 94.456 908.006 94.3998 907.942 94.3436C907.918 94.3195 907.886 94.2954 907.862 94.2713C907.806 94.2231 907.757 94.175 907.701 94.1268C907.685 94.1107 907.669 94.0947 907.645 94.0706C907.549 93.9742 907.452 93.8699 907.356 93.7655C907.332 93.7414 907.308 93.7173 907.284 93.6932C907.211 93.5969 907.131 93.5086 907.059 93.4283C907.043 93.4122 907.035 93.3881 907.011 93.3641C907.011 93.3641 906.995 93.348 906.987 93.34C906.914 93.2436 906.85 93.1473 906.778 93.0509C906.762 93.0349 906.746 93.0188 906.73 92.9947C906.657 92.8903 906.585 92.786 906.521 92.6816C906.521 92.6575 906.505 92.6495 906.497 92.6334C906.465 92.5933 906.449 92.5531 906.425 92.513C906.384 92.4487 906.352 92.3765 906.312 92.3042C906.312 92.2962 906.304 92.2882 906.296 92.2801C906.232 92.1597 906.184 92.0473 906.127 91.9269C906.095 91.8546 906.071 91.7904 906.039 91.7181C906.039 91.694 906.023 91.6619 906.015 91.6298C905.999 91.5656 905.967 91.5013 905.951 91.4291C905.935 91.3648 905.911 91.3086 905.903 91.2444C905.879 91.1802 905.871 91.1079 905.846 91.0437C905.846 91.0035 905.83 90.9714 905.822 90.9313C905.822 90.8911 905.806 90.851 905.798 90.8028C905.798 90.7868 905.798 90.7787 905.798 90.7627C905.782 90.6503 905.766 90.5379 905.758 90.4255C905.758 90.4094 905.758 90.3933 905.758 90.3773C905.758 90.297 905.75 90.2167 905.742 90.1364V90.008C905.726 85.9533 905.718 90.57 905.71 86.5154C905.71 86.6358 905.71 86.7562 905.726 86.8847L905.79 86.8927Z' fill='%23004393'/%3E%3Cpath d='M909.893 80.7987C904.449 83.9381 904.417 89.0364 909.829 92.1757C915.24 95.3231 924.032 95.3231 929.467 92.1757C934.911 89.0364 934.943 83.9461 929.532 80.7987C924.12 77.6514 915.328 77.6514 909.885 80.7987' fill='%233D9AFD'/%3E%3Cpath d='M905.79 80.871C905.79 80.871 905.79 80.9031 905.79 80.9192C905.798 81.0316 905.814 81.144 905.83 81.2564C905.83 81.2725 905.83 81.2805 905.83 81.2965C905.846 81.3768 905.863 81.4571 905.887 81.5294C905.903 81.6016 905.919 81.6659 905.935 81.7301C905.951 81.7943 905.975 81.8505 905.991 81.9148C906.007 81.979 906.031 82.0513 906.055 82.1155C906.087 82.2118 906.119 82.3002 906.16 82.3965C906.208 82.5169 906.264 82.6374 906.328 82.7578C906.328 82.7658 906.328 82.7739 906.336 82.7819C906.392 82.8943 906.457 82.9987 906.521 83.1111C906.521 83.1271 906.537 83.1432 906.545 83.1593C906.617 83.2636 906.681 83.368 906.754 83.4804C906.77 83.4965 906.786 83.5206 906.794 83.5366C906.866 83.641 906.946 83.7454 907.027 83.8497C907.043 83.8658 907.059 83.8899 907.075 83.906C907.147 83.9943 907.219 84.0826 907.3 84.1709C907.324 84.195 907.348 84.2191 907.364 84.2432C907.46 84.3395 907.549 84.4439 907.653 84.5402C907.669 84.5563 907.693 84.5804 907.709 84.6045C907.789 84.6767 907.87 84.749 907.95 84.8212C908.014 84.8855 908.078 84.9417 908.151 84.9979C908.215 85.0461 908.271 85.1023 908.343 85.1585C908.416 85.2147 908.488 85.2709 908.56 85.3271C908.624 85.3752 908.697 85.4314 908.769 85.4796C908.841 85.5358 908.922 85.592 909.002 85.6482C909.074 85.6964 909.138 85.7526 909.219 85.8008C909.299 85.857 909.387 85.9052 909.476 85.9614C909.58 86.0256 909.684 86.0979 909.797 86.1541C909.949 86.2424 910.102 86.3307 910.262 86.411C910.303 86.4351 910.335 86.4511 910.383 86.4752C910.519 86.5555 910.664 86.6197 910.808 86.692C910.824 86.7 910.84 86.7081 910.865 86.7241C911.025 86.7964 911.186 86.8686 911.346 86.9409C911.386 86.957 911.435 86.981 911.475 86.9971C911.611 87.0533 911.756 87.1095 911.9 87.1657C911.932 87.1737 911.965 87.1898 911.997 87.1978C912.165 87.2621 912.334 87.3263 912.51 87.3825C912.551 87.3905 912.591 87.4066 912.631 87.4226C912.751 87.4628 912.864 87.5029 912.984 87.5431C913.097 87.5752 913.209 87.6073 913.321 87.6474C913.418 87.6796 913.514 87.7036 913.61 87.7277C913.723 87.7598 913.835 87.7839 913.948 87.8241C914.052 87.8482 914.148 87.8722 914.245 87.8963C914.357 87.9285 914.478 87.9525 914.598 87.9766C914.694 88.0007 914.791 88.0248 914.895 88.0409C915.015 88.0649 915.136 88.089 915.256 88.1131C915.369 88.1372 915.473 88.1613 915.578 88.1773C915.634 88.1854 915.682 88.1934 915.722 88.2014C915.891 88.2255 916.059 88.2576 916.228 88.2817C916.252 88.2817 916.284 88.2898 916.308 88.2978C916.501 88.3219 916.694 88.346 916.886 88.3781C916.926 88.3781 916.975 88.3781 917.023 88.3941C917.143 88.4102 917.264 88.4182 917.392 88.4343C917.537 88.4423 917.681 88.4584 917.826 88.4744C917.922 88.4744 918.018 88.4824 918.115 88.4905C918.267 88.4985 918.428 88.5065 918.58 88.5146C918.669 88.5146 918.757 88.5226 918.845 88.5226C918.982 88.5226 919.118 88.5226 919.247 88.5387C919.343 88.5387 919.439 88.5387 919.536 88.5387C919.68 88.5387 919.817 88.5387 919.961 88.5387C920.05 88.5387 920.138 88.5387 920.226 88.5387C920.355 88.5387 920.475 88.5387 920.604 88.5306C920.7 88.5306 920.804 88.5226 920.909 88.5226C921.045 88.5146 921.182 88.5065 921.318 88.4905C921.407 88.4905 921.495 88.4744 921.583 88.4744C921.752 88.4584 921.912 88.4423 922.081 88.4262C922.137 88.4262 922.193 88.4182 922.25 88.4102C922.466 88.3861 922.691 88.354 922.908 88.3299C922.956 88.3299 923.004 88.3138 923.044 88.3138C923.229 88.2898 923.398 88.2576 923.574 88.2255C923.655 88.2175 923.735 88.2014 923.815 88.1854C923.96 88.1613 924.096 88.1292 924.233 88.1051C924.313 88.089 924.385 88.073 924.458 88.0569C924.61 88.0248 924.763 87.9927 924.923 87.9525C925.012 87.9365 925.092 87.9044 925.18 87.8883C925.333 87.8562 925.469 87.816 925.606 87.7759C925.726 87.7438 925.847 87.7036 925.967 87.6715C926.007 87.6635 926.055 87.6555 926.095 87.6394C926.272 87.5832 926.449 87.519 926.625 87.4708C926.657 87.4547 926.69 87.4467 926.722 87.4307C926.866 87.3825 927.011 87.3343 927.155 87.2781C927.203 87.254 927.252 87.238 927.3 87.2219C927.412 87.1737 927.525 87.1336 927.637 87.0854C927.709 87.0533 927.79 87.0292 927.87 86.9891C927.974 86.9409 928.087 86.8927 928.199 86.8445C928.271 86.8124 928.336 86.7803 928.408 86.7482C928.52 86.692 928.641 86.6358 928.753 86.5716C928.809 86.5475 928.873 86.5234 928.922 86.4913C929.09 86.403 929.259 86.3066 929.419 86.2103C932.157 84.6286 933.522 82.5491 933.522 80.4856L933.554 83.9782C933.554 86.0497 932.197 88.1292 929.452 89.7109C929.291 89.8072 929.122 89.8955 928.954 89.9839C928.898 90.0079 928.841 90.0401 928.777 90.0722C928.665 90.1284 928.552 90.1846 928.44 90.2408C928.368 90.2729 928.295 90.305 928.223 90.3371C928.119 90.3853 928.014 90.4255 927.91 90.4817C927.83 90.5138 927.749 90.5459 927.677 90.578C927.605 90.6101 927.533 90.6422 927.46 90.6663C927.42 90.6824 927.388 90.6984 927.348 90.7065C927.3 90.7306 927.252 90.7466 927.203 90.7627C927.067 90.8189 926.922 90.867 926.778 90.9232C926.746 90.9313 926.706 90.9473 926.674 90.9554C926.497 91.0116 926.32 91.0678 926.144 91.124C926.095 91.14 926.047 91.1481 926.007 91.1721C925.927 91.1882 925.855 91.2123 925.782 91.2364C925.742 91.2524 925.694 91.2605 925.654 91.2765C925.509 91.3167 925.365 91.3568 925.228 91.3889C925.14 91.405 925.06 91.4291 924.971 91.4532C924.819 91.4853 924.658 91.5254 924.498 91.5575C924.441 91.5656 924.385 91.5816 924.329 91.5977C924.313 91.5977 924.297 91.5977 924.281 91.6057C924.136 91.6378 923.984 91.6619 923.839 91.686C923.767 91.7021 923.687 91.7101 923.614 91.7261C923.422 91.7583 923.229 91.7904 923.036 91.8145C923.004 91.8145 922.98 91.8225 922.948 91.8305C922.723 91.8626 922.498 91.8947 922.282 91.9108C922.25 91.9188 922.209 91.9188 922.169 91.9269C921.985 91.9429 921.8 91.967 921.607 91.9831C921.607 91.9831 921.607 91.9831 921.599 91.9831C921.527 91.9831 921.463 91.9831 921.399 91.9911C921.246 92.0072 921.093 92.0152 920.941 92.0232C920.853 92.0232 920.764 92.0312 920.668 92.0312C920.531 92.0312 920.403 92.0393 920.266 92.0473H920.234C920.162 92.0473 920.09 92.0473 920.01 92.0473C919.865 92.0473 919.72 92.0473 919.568 92.0473C919.472 92.0473 919.383 92.0473 919.295 92.0473C919.15 92.0473 919.022 92.0473 918.877 92.0393H918.805C918.741 92.0393 918.685 92.0393 918.62 92.0312C918.468 92.0312 918.307 92.0232 918.155 92.0072C918.058 92.0072 917.97 91.9991 917.874 91.9911C917.721 91.9831 917.577 91.967 917.424 91.951C917.368 91.951 917.32 91.9509 917.264 91.9349C917.199 91.9349 917.127 91.9188 917.063 91.9188C917.015 91.9188 916.967 91.9028 916.918 91.9028C916.726 91.8787 916.533 91.8546 916.34 91.8305C916.316 91.8305 916.284 91.8225 916.252 91.8145C916.083 91.7904 915.923 91.7663 915.754 91.7422C915.706 91.7342 915.658 91.7261 915.618 91.7181C915.578 91.7181 915.537 91.7101 915.497 91.694C915.433 91.686 915.361 91.6699 915.288 91.6539C915.168 91.6298 915.048 91.6057 914.919 91.5816C914.823 91.5575 914.726 91.5334 914.63 91.5174C914.51 91.4933 914.389 91.4612 914.269 91.4371C914.172 91.413 914.076 91.3889 913.98 91.3648C913.859 91.3327 913.747 91.3006 913.635 91.2765C913.53 91.2444 913.434 91.2203 913.345 91.1882C913.233 91.1561 913.121 91.1159 913.008 91.0838C912.96 91.0678 912.912 91.0597 912.864 91.0437C912.791 91.0196 912.727 90.9955 912.655 90.9795C912.615 90.9634 912.575 90.9473 912.535 90.9393C912.358 90.8751 912.189 90.8189 912.013 90.7466C911.989 90.7386 911.948 90.7225 911.924 90.7065C911.78 90.6583 911.635 90.5941 911.491 90.5379C911.451 90.5218 911.411 90.5057 911.362 90.4817C911.194 90.4094 911.033 90.3371 910.873 90.2568C910.857 90.2568 910.832 90.2408 910.816 90.2328C910.672 90.1685 910.527 90.0963 910.383 90.016C910.343 89.9919 910.303 89.9758 910.262 89.9517C910.11 89.8715 909.949 89.7831 909.797 89.6948C909.74 89.6627 909.684 89.6306 909.628 89.5904C909.58 89.5583 909.532 89.5262 909.476 89.4941C909.387 89.4379 909.307 89.3897 909.227 89.3335C909.154 89.2853 909.074 89.2291 909.002 89.189C908.922 89.1328 908.841 89.0766 908.769 89.0204C908.697 88.9722 908.632 88.916 908.56 88.8678C908.488 88.8116 908.416 88.7554 908.335 88.6992C908.271 88.643 908.207 88.5949 908.143 88.5387C908.078 88.4744 908.006 88.4182 907.942 88.362C907.918 88.3379 907.886 88.3138 907.862 88.2898C907.806 88.2416 907.757 88.1934 907.701 88.1452C907.685 88.1292 907.669 88.1131 907.645 88.089C907.549 87.9927 907.452 87.8883 907.356 87.7839C907.332 87.7598 907.308 87.7358 907.284 87.7117C907.211 87.6234 907.131 87.535 907.059 87.4467C907.043 87.4307 907.035 87.4066 907.011 87.3905C907.011 87.3825 906.995 87.3745 906.987 87.3664C906.914 87.2701 906.85 87.1737 906.778 87.0774C906.762 87.0533 906.746 87.0372 906.73 87.0212C906.657 86.9168 906.585 86.8124 906.521 86.7081C906.521 86.684 906.505 86.6679 906.497 86.6519C906.465 86.6117 906.449 86.5716 906.425 86.5314C906.384 86.4592 906.352 86.3949 906.312 86.3227C906.312 86.3146 906.304 86.3066 906.296 86.2986C906.232 86.1781 906.184 86.0657 906.127 85.9453C906.095 85.873 906.071 85.8088 906.039 85.7446C906.039 85.7205 906.023 85.6884 906.015 85.6563C905.999 85.592 905.967 85.5198 905.951 85.4555C905.935 85.3993 905.911 85.3351 905.903 85.2709C905.879 85.2066 905.871 85.1344 905.846 85.0702C905.846 85.038 905.83 84.9979 905.822 84.9577C905.822 84.9096 905.806 84.8694 905.798 84.8293C905.798 84.8132 905.798 84.8052 905.798 84.7891C905.782 84.6767 905.766 84.5643 905.758 84.4439C905.758 84.4278 905.758 84.4118 905.758 84.3957C905.758 84.3154 905.75 84.2351 905.742 84.1549V84.0344C905.726 79.9718 905.718 84.5964 905.71 80.5418C905.71 80.6623 905.71 80.7827 905.726 80.9031L905.79 80.871Z' fill='%23004393'/%3E%3Cpath d='M909.893 74.777C904.449 77.9164 904.417 83.0147 909.829 86.1541C915.24 89.3014 924.032 89.3014 929.467 86.1541C934.911 83.0147 934.943 77.9164 929.532 74.777C924.12 71.6297 915.328 71.6297 909.885 74.777' fill='%233D9AFD'/%3E%3Cpath d='M905.79 74.8573C905.79 74.8573 905.79 74.8894 905.79 74.9055C905.798 75.0179 905.814 75.1383 905.83 75.2427C905.83 75.2588 905.83 75.2748 905.83 75.2909C905.846 75.3632 905.863 75.4434 905.887 75.5237C905.903 75.596 905.919 75.6602 905.935 75.7325C905.951 75.7967 905.975 75.8529 905.991 75.9171C906.007 75.9894 906.031 76.0536 906.055 76.1259C906.087 76.2142 906.119 76.3106 906.16 76.3989C906.208 76.5273 906.264 76.6478 906.328 76.7682C906.328 76.7682 906.328 76.7762 906.336 76.7923C906.392 76.9047 906.457 77.0171 906.521 77.1215C906.521 77.1375 906.537 77.1536 906.545 77.1697C906.617 77.274 906.681 77.3784 906.754 77.4828C906.77 77.5069 906.786 77.5229 906.794 77.547C906.866 77.6514 906.946 77.7558 907.027 77.8601C907.043 77.8842 907.059 77.9003 907.075 77.9083C907.147 78.0047 907.219 78.093 907.3 78.1733C907.324 78.1974 907.348 78.2215 907.364 78.2536C907.46 78.3499 907.549 78.4543 907.653 78.5506C907.669 78.5747 907.693 78.5908 907.709 78.6068C907.789 78.6791 907.87 78.7514 907.95 78.8236C908.014 78.8879 908.078 78.9441 908.151 79.0003C908.215 79.0565 908.271 79.1127 908.343 79.1608C908.416 79.217 908.488 79.2732 908.56 79.3294C908.624 79.3776 908.697 79.4338 908.769 79.482C908.841 79.5382 908.922 79.5944 909.002 79.6506C909.074 79.6988 909.138 79.747 909.219 79.7951C909.299 79.8513 909.387 79.9075 909.476 79.9557C909.58 80.028 909.684 80.0922 909.797 80.1564C909.949 80.2447 910.102 80.3331 910.262 80.4134C910.303 80.4374 910.335 80.4535 910.383 80.4776C910.519 80.5498 910.664 80.6221 910.808 80.6863C910.824 80.6944 910.84 80.7024 910.865 80.7104C911.025 80.7907 911.186 80.863 911.346 80.9272C911.386 80.9513 911.435 80.9674 911.475 80.9914C911.611 81.0476 911.756 81.1038 911.9 81.16C911.932 81.1761 911.965 81.1841 911.997 81.2002C912.165 81.2644 912.334 81.3287 912.51 81.3849C912.551 81.4009 912.591 81.417 912.631 81.425C912.751 81.4651 912.864 81.5053 912.984 81.5374C913.097 81.5776 913.209 81.6097 913.321 81.6418C913.418 81.6659 913.514 81.698 913.61 81.7221C913.723 81.7542 913.835 81.7863 913.948 81.8104C914.052 81.8345 914.148 81.8586 914.245 81.8827C914.357 81.9148 914.478 81.9389 914.598 81.971C914.694 81.987 914.791 82.0111 914.895 82.0352C915.015 82.0593 915.136 82.0834 915.256 82.1075C915.369 82.1315 915.473 82.1476 915.578 82.1717C915.634 82.1797 915.682 82.1877 915.722 82.1958C915.891 82.2279 916.059 82.252 916.228 82.2761C916.252 82.2761 916.284 82.2841 916.308 82.2921C916.501 82.3162 916.694 82.3403 916.886 82.3644C916.926 82.3644 916.975 82.3724 917.023 82.3804C917.143 82.3965 917.264 82.4045 917.392 82.4126C917.537 82.4286 917.681 82.4366 917.826 82.4527C917.922 82.4527 918.018 82.4688 918.115 82.4688C918.267 82.4768 918.428 82.4848 918.58 82.4929C918.669 82.4929 918.757 82.5009 918.845 82.5009C918.982 82.5009 919.118 82.5009 919.247 82.5089C919.343 82.5089 919.439 82.5089 919.536 82.5089C919.68 82.5089 919.817 82.5089 919.961 82.5089C920.05 82.5089 920.138 82.5089 920.226 82.5089C920.355 82.5089 920.475 82.5009 920.604 82.4929C920.7 82.4929 920.804 82.4848 920.909 82.4848C921.045 82.4848 921.182 82.4688 921.318 82.4607C921.407 82.4607 921.495 82.4447 921.583 82.4366C921.752 82.4286 921.912 82.4045 922.081 82.3965C922.137 82.3885 922.193 82.3885 922.25 82.3804C922.466 82.3564 922.691 82.3242 922.908 82.2921C922.956 82.2921 923.004 82.2761 923.044 82.268C923.229 82.2439 923.398 82.2118 923.574 82.1797C923.655 82.1717 923.735 82.1556 923.815 82.1396C923.96 82.1075 924.096 82.0834 924.233 82.0513C924.313 82.0352 924.385 82.0191 924.458 82.0031C924.61 81.971 924.763 81.9389 924.923 81.8987C925.012 81.8746 925.092 81.8586 925.18 81.8345C925.333 81.8024 925.469 81.7622 925.606 81.7301C925.726 81.69 925.847 81.6578 925.967 81.6257C926.007 81.6177 926.055 81.6016 926.095 81.5856C926.272 81.5294 926.449 81.4732 926.625 81.417C926.657 81.4089 926.69 81.3929 926.722 81.3849C926.866 81.3287 927.011 81.2805 927.155 81.2323C927.203 81.2082 927.252 81.1922 927.3 81.1761C927.412 81.1279 927.525 81.0878 927.637 81.0396C927.709 81.0075 927.79 80.9754 927.87 80.9433C927.974 80.8951 928.087 80.8469 928.199 80.7987C928.271 80.7666 928.336 80.7345 928.408 80.7024C928.52 80.6462 928.641 80.59 928.753 80.5258C928.809 80.5017 928.873 80.4696 928.922 80.4455C929.09 80.3572 929.259 80.2608 929.419 80.1645C932.157 78.5828 933.522 76.5113 933.522 74.4398L933.554 77.9324C933.554 80.0039 932.197 82.0834 929.452 83.6651C929.291 83.7534 929.122 83.8497 928.954 83.9381C928.898 83.9702 928.841 84.0023 928.777 84.0264C928.665 84.0826 928.552 84.1388 928.44 84.195C928.368 84.2271 928.295 84.2592 928.223 84.2913C928.119 84.3395 928.014 84.3877 927.91 84.4359C927.83 84.468 927.749 84.5001 927.677 84.5322C927.605 84.5643 927.533 84.5964 927.46 84.6205C927.42 84.6366 927.388 84.6526 927.348 84.6687C927.3 84.6928 927.252 84.7088 927.203 84.7249C927.067 84.7811 926.922 84.8293 926.778 84.8774C926.746 84.8935 926.706 84.9015 926.674 84.9176C926.497 84.9818 926.32 85.03 926.144 85.0862C926.095 85.1023 926.047 85.1103 926.007 85.1263C925.927 85.1504 925.855 85.1745 925.782 85.1906C925.742 85.1986 925.694 85.2066 925.654 85.2227C925.509 85.2628 925.365 85.303 925.228 85.3351C925.14 85.3512 925.06 85.3752 924.971 85.3993C924.819 85.4314 924.658 85.4716 924.498 85.5037C924.441 85.5198 924.385 85.5278 924.329 85.5438C924.313 85.5438 924.297 85.5438 924.281 85.5519C924.136 85.584 923.984 85.6081 923.839 85.6402C923.767 85.6482 923.687 85.6643 923.614 85.6803C923.422 85.7125 923.229 85.7446 923.036 85.7687C923.004 85.7687 922.98 85.7767 922.948 85.7847C922.723 85.8168 922.498 85.8409 922.282 85.865C922.25 85.865 922.209 85.865 922.169 85.8811C921.985 85.8971 921.8 85.9132 921.607 85.9292C921.607 85.9292 921.607 85.9292 921.599 85.9292C921.527 85.9373 921.463 85.9373 921.399 85.9373C921.246 85.9453 921.093 85.9613 920.941 85.9694C920.853 85.9694 920.764 85.9694 920.668 85.9774C920.531 85.9774 920.403 85.9854 920.266 85.9935H920.234C920.162 85.9935 920.09 85.9935 920.01 85.9935C919.865 85.9935 919.72 85.9935 919.568 85.9935C919.472 85.9935 919.383 85.9935 919.295 85.9935C919.15 85.9935 919.022 85.9935 918.877 85.9854H918.805C918.741 85.9854 918.685 85.9854 918.62 85.9774C918.468 85.9774 918.307 85.9694 918.155 85.9533C918.058 85.9533 917.97 85.9453 917.874 85.9373C917.721 85.9292 917.577 85.9132 917.424 85.8971C917.368 85.8971 917.32 85.8891 917.264 85.8811C917.199 85.8811 917.127 85.865 917.063 85.857C917.015 85.857 916.967 85.8489 916.918 85.8409C916.726 85.8168 916.533 85.7927 916.34 85.7687C916.316 85.7687 916.284 85.7687 916.252 85.7526C916.083 85.7285 915.923 85.7044 915.754 85.6723C915.706 85.6723 915.658 85.6563 915.618 85.6482C915.578 85.6482 915.537 85.6402 915.497 85.6241C915.433 85.6161 915.361 85.6001 915.288 85.584C915.168 85.5599 915.048 85.5358 914.919 85.5117C914.823 85.4876 914.726 85.4716 914.63 85.4475C914.51 85.4154 914.389 85.3913 914.269 85.3672C914.172 85.3431 914.076 85.311 913.98 85.2869C913.859 85.2628 913.747 85.2307 913.635 85.1986C913.53 85.1745 913.434 85.1424 913.345 85.1183C913.233 85.0782 913.121 85.0541 913.008 85.0139C912.96 84.9979 912.912 84.9898 912.864 84.9738C912.791 84.9497 912.727 84.9256 912.655 84.9015C912.615 84.8935 912.575 84.8774 912.535 84.8614C912.358 84.7972 912.189 84.7329 912.013 84.6767C911.989 84.6687 911.948 84.6526 911.924 84.6366C911.78 84.5804 911.635 84.5242 911.491 84.468C911.451 84.4519 911.411 84.4359 911.362 84.4198C911.194 84.3475 911.033 84.2753 910.873 84.195C910.857 84.187 910.832 84.1789 910.816 84.1709C910.672 84.0986 910.527 84.0344 910.383 83.9541C910.343 83.93 910.303 83.914 910.262 83.8899C910.11 83.8096 909.949 83.7213 909.797 83.641C909.74 83.6008 909.684 83.5687 909.628 83.5366C909.58 83.5045 909.532 83.4724 909.476 83.4403C909.387 83.3921 909.307 83.3359 909.227 83.2877C909.154 83.2395 909.074 83.1833 909.002 83.1352C908.922 83.079 908.841 83.0308 908.769 82.9666C908.697 82.9184 908.632 82.8622 908.56 82.814C908.488 82.7578 908.416 82.7016 908.335 82.6454C908.271 82.5972 908.207 82.541 908.143 82.4848C908.078 82.4206 908.006 82.3644 907.942 82.3082C907.918 82.2841 907.886 82.26 907.862 82.2359C907.806 82.1878 907.757 82.1396 907.701 82.0834C907.685 82.0673 907.669 82.0513 907.645 82.0352C907.549 81.9389 907.452 81.8345 907.356 81.7301C907.332 81.706 907.308 81.6819 907.284 81.6578C907.211 81.5695 907.131 81.4812 907.059 81.3929C907.043 81.3688 907.035 81.3527 907.011 81.3367C907.011 81.3287 906.995 81.3206 906.987 81.3126C906.914 81.2162 906.85 81.1199 906.778 81.0236C906.762 81.0075 906.746 80.9834 906.73 80.9674C906.657 80.863 906.585 80.7586 906.521 80.6542C906.521 80.6382 906.505 80.6221 906.497 80.606C906.465 80.5659 906.449 80.5258 906.425 80.4856C906.384 80.4134 906.352 80.3491 906.312 80.2769C906.312 80.2688 906.304 80.2608 906.296 80.2608C906.232 80.1404 906.184 80.028 906.127 79.9075C906.095 79.8272 906.071 79.763 906.039 79.6988C906.039 79.6747 906.023 79.6426 906.015 79.6105C905.999 79.5462 905.967 79.474 905.951 79.4097C905.935 79.3535 905.911 79.2893 905.903 79.2251C905.879 79.1608 905.871 79.0966 905.846 79.0243C905.846 78.9842 905.83 78.9521 905.822 78.92C905.822 78.8718 905.806 78.8317 905.798 78.7915C905.798 78.7755 905.798 78.7594 905.798 78.7514C905.782 78.639 905.766 78.5185 905.758 78.4061C905.758 78.3901 905.758 78.374 905.758 78.3579C905.758 78.2777 905.75 78.1974 905.742 78.1171V77.9886C905.726 73.934 905.718 78.5587 905.71 74.496C905.71 74.6165 905.71 74.7369 905.726 74.8573H905.79Z' fill='%23004393'/%3E%3Cpath d='M909.893 68.7634C904.449 71.9027 904.417 77.0011 909.829 80.1404C915.24 83.2877 924.032 83.2877 929.467 80.1404C934.911 77.0011 934.943 71.9027 929.532 68.7634C924.12 65.616 915.328 65.616 909.885 68.7634' fill='%233D9AFD'/%3E%3Cpath d='M905.79 68.8436C905.79 68.8436 905.79 68.8758 905.79 68.8918C905.798 69.0042 905.814 69.1166 905.83 69.229C905.83 69.2451 905.83 69.2531 905.83 69.2692C905.846 69.3495 905.863 69.4298 905.887 69.502C905.903 69.5662 905.919 69.6385 905.935 69.7108C905.951 69.775 905.975 69.8312 905.991 69.8874C906.007 69.9516 906.031 70.0239 906.055 70.0881C906.087 70.1845 906.119 70.2808 906.16 70.3772C906.208 70.4976 906.264 70.618 906.328 70.7385C906.328 70.7385 906.328 70.7545 906.336 70.7626C906.392 70.875 906.457 70.9793 906.521 71.0917C906.521 71.1078 906.537 71.1239 906.545 71.1399C906.617 71.2443 906.681 71.3567 906.754 71.4611C906.77 71.4771 906.786 71.5012 906.794 71.5173C906.866 71.6217 906.946 71.726 907.027 71.8304C907.043 71.8465 907.059 71.8706 907.075 71.8866C907.147 71.9749 907.219 72.0632 907.3 72.1516C907.324 72.1756 907.348 72.1997 907.364 72.2238C907.46 72.3282 907.549 72.4245 907.653 72.5209C907.669 72.545 907.693 72.561 907.709 72.5851C907.789 72.6574 907.87 72.7297 907.95 72.8019C908.014 72.8581 908.079 72.9223 908.151 72.9785C908.215 73.0347 908.271 73.0829 908.343 73.1391C908.416 73.1953 908.488 73.2515 908.56 73.3077C908.624 73.3559 908.697 73.4121 908.769 73.4603C908.841 73.5165 908.922 73.5727 909.002 73.6289C909.074 73.6771 909.138 73.7333 909.219 73.7814C909.299 73.8296 909.387 73.8858 909.476 73.942C909.58 74.0063 909.684 74.0705 909.797 74.1347C909.949 74.223 910.102 74.3113 910.262 74.3916C910.303 74.4077 910.335 74.4318 910.383 74.4559C910.519 74.5281 910.664 74.6004 910.808 74.6646C910.824 74.6727 910.84 74.6807 910.865 74.6887C911.025 74.769 911.186 74.8413 911.346 74.9055C911.386 74.9296 911.435 74.9456 911.475 74.9617C911.611 75.0179 911.756 75.0741 911.9 75.1383C911.932 75.1464 911.965 75.1624 911.997 75.1704C912.165 75.2347 912.334 75.2989 912.511 75.3551C912.551 75.3712 912.591 75.3872 912.631 75.4033C912.751 75.4434 912.864 75.4836 912.984 75.5157C913.097 75.5478 913.209 75.5879 913.321 75.6201C913.418 75.6442 913.514 75.6763 913.61 75.7004C913.723 75.7325 913.835 75.7646 913.948 75.7887C914.052 75.8208 914.148 75.8368 914.245 75.8609C914.357 75.8931 914.478 75.9091 914.598 75.9412C914.694 75.9653 914.791 75.9894 914.895 76.0055C915.016 76.0295 915.136 76.0536 915.256 76.0777C915.369 76.0938 915.473 76.1179 915.578 76.1419C915.634 76.1419 915.682 76.158 915.722 76.166C915.891 76.1901 916.059 76.2222 916.228 76.2463C916.252 76.2463 916.284 76.2544 916.308 76.2544C916.501 76.2865 916.694 76.3106 916.886 76.3266C916.926 76.3266 916.975 76.3346 917.023 76.3427C917.143 76.3587 917.264 76.3668 917.392 76.3748C917.537 76.3828 917.681 76.3989 917.826 76.4149C917.922 76.4149 918.018 76.423 918.115 76.431C918.267 76.439 918.428 76.447 918.58 76.4551C918.669 76.4551 918.757 76.4551 918.845 76.4631C918.982 76.4631 919.118 76.4631 919.247 76.4711H919.536C919.68 76.4711 919.817 76.4711 919.961 76.4711C920.05 76.4711 920.138 76.4711 920.226 76.4711C920.355 76.4711 920.475 76.4711 920.604 76.4631C920.7 76.4631 920.804 76.4551 920.909 76.4551C921.045 76.447 921.182 76.431 921.318 76.423C921.407 76.423 921.495 76.4069 921.583 76.4069C921.752 76.3908 921.912 76.3748 922.081 76.3587C922.137 76.3587 922.193 76.3427 922.25 76.3427C922.466 76.3186 922.691 76.2865 922.908 76.2544C922.956 76.2544 923.004 76.2383 923.044 76.2303C923.229 76.2062 923.398 76.1741 923.574 76.15C923.655 76.1419 923.735 76.1259 923.815 76.1098C923.96 76.0857 924.096 76.0536 924.233 76.0295C924.313 76.0135 924.385 75.9974 924.458 75.9814C924.61 75.9493 924.763 75.9171 924.923 75.877C925.012 75.8529 925.092 75.8369 925.18 75.8128C925.333 75.7726 925.469 75.7325 925.606 75.7004C925.726 75.6682 925.847 75.6281 925.967 75.596C926.007 75.596 926.055 75.5719 926.095 75.5639C926.272 75.5077 926.449 75.4515 926.625 75.3872C926.657 75.3872 926.69 75.3631 926.722 75.3551C926.866 75.3069 927.011 75.2588 927.155 75.2026C927.203 75.1785 927.252 75.1624 927.3 75.1544C927.412 75.1062 927.525 75.0661 927.637 75.0179C927.709 74.9858 927.79 74.9537 927.87 74.9216C927.974 74.8734 928.087 74.8252 928.199 74.777C928.271 74.7449 928.336 74.7128 928.408 74.6807C928.52 74.6325 928.641 74.5683 928.753 74.504C928.809 74.4719 928.873 74.4478 928.922 74.4157C929.09 74.3274 929.259 74.2391 929.419 74.1427C932.157 72.561 933.522 70.4815 933.522 68.4101L933.554 71.9107C933.554 73.9822 932.197 76.0617 929.452 77.6434C929.291 77.7397 929.122 77.828 928.954 77.9163C928.898 77.9485 928.841 77.9806 928.777 78.0047C928.665 78.0609 928.552 78.1171 928.44 78.1733C928.368 78.2054 928.295 78.2375 928.223 78.2696C928.119 78.3178 928.014 78.366 927.91 78.4141C927.83 78.4463 927.749 78.4784 927.677 78.5105C927.605 78.5426 927.533 78.5747 927.46 78.5988C927.42 78.6149 927.388 78.6229 927.348 78.6389C927.3 78.655 927.252 78.6791 927.203 78.6952C927.067 78.7514 926.922 78.7995 926.778 78.8477C926.746 78.8638 926.706 78.8718 926.674 78.8798C926.497 78.936 926.32 79.0003 926.144 79.0484C926.095 79.0645 926.047 79.0725 926.007 79.0886C925.927 79.1046 925.855 79.1367 925.782 79.1528C925.742 79.1608 925.694 79.1769 925.654 79.1849C925.509 79.217 925.365 79.2572 925.228 79.2973C925.14 79.3134 925.06 79.3375 924.971 79.3616C924.819 79.3937 924.658 79.4338 924.498 79.4659C924.442 79.474 924.385 79.498 924.329 79.5061C924.313 79.5061 924.297 79.5061 924.281 79.5141C924.136 79.5462 923.984 79.5703 923.839 79.5944C923.767 79.6105 923.687 79.6265 923.615 79.6345C923.422 79.6667 923.229 79.6988 923.036 79.7309C923.004 79.7309 922.98 79.7389 922.948 79.7469C922.723 79.771 922.499 79.8112 922.282 79.8272C922.25 79.8272 922.209 79.8272 922.169 79.8353C921.985 79.8593 921.8 79.8754 921.607 79.8915C921.607 79.8915 921.607 79.8915 921.599 79.8915C921.527 79.8995 921.463 79.8995 921.399 79.8995C921.246 79.9075 921.093 79.9236 920.941 79.9316C920.853 79.9316 920.764 79.9316 920.668 79.9396C920.531 79.9396 920.403 79.9557 920.266 79.9557H920.018C919.873 79.9557 919.729 79.9557 919.576 79.9557C919.48 79.9557 919.391 79.9557 919.303 79.9557C919.158 79.9557 919.03 79.9557 918.885 79.9557C918.861 79.9557 918.837 79.9557 918.813 79.9557C918.749 79.9557 918.693 79.9557 918.629 79.9477C918.476 79.9477 918.315 79.9316 918.163 79.9236C918.067 79.9236 917.978 79.9156 917.882 79.9075C917.729 79.8915 917.585 79.8834 917.432 79.8674C917.376 79.8674 917.328 79.8674 917.272 79.8513C917.207 79.8513 917.135 79.8433 917.071 79.8272C917.023 79.8272 916.975 79.8192 916.926 79.8112C916.734 79.7951 916.541 79.763 916.348 79.7389C916.324 79.7389 916.292 79.7309 916.26 79.7229C916.091 79.6988 915.931 79.6747 915.762 79.6506C915.714 79.6506 915.666 79.6345 915.626 79.6265C915.586 79.6265 915.545 79.6185 915.505 79.6104C915.441 79.6024 915.369 79.5864 915.297 79.5703C915.176 79.5462 915.056 79.5221 914.927 79.498C914.831 79.474 914.735 79.4579 914.638 79.4338C914.518 79.4097 914.397 79.3776 914.277 79.3535C914.181 79.3294 914.084 79.3054 913.988 79.2813C913.867 79.2492 913.755 79.217 913.643 79.1929C913.538 79.1608 913.442 79.1367 913.354 79.1127C913.241 79.0725 913.129 79.0484 913.016 79.0083C912.968 78.9922 912.92 78.9762 912.872 78.9601C912.8 78.936 912.735 78.9119 912.663 78.8878C912.623 78.8718 912.583 78.8557 912.543 78.8477C912.366 78.7835 912.197 78.7273 912.021 78.655C911.997 78.647 911.957 78.6309 911.932 78.6229C911.788 78.5667 911.643 78.5105 911.499 78.4543C911.459 78.4382 911.419 78.4222 911.37 78.4061C911.202 78.3338 911.041 78.2616 910.881 78.1813C910.865 78.1813 910.84 78.1572 910.824 78.1572C910.68 78.085 910.535 78.0207 910.391 77.9404C910.351 77.9244 910.311 77.9003 910.27 77.8762C910.118 77.7959 909.957 77.7076 909.805 77.6193C909.749 77.5872 909.692 77.555 909.636 77.5229C909.588 77.4908 909.54 77.4587 909.484 77.4266C909.395 77.3704 909.315 77.3222 909.235 77.266C909.162 77.2098 909.082 77.1616 909.01 77.1134C908.93 77.0572 908.849 77.001 908.777 76.9448C908.705 76.8967 908.641 76.8405 908.568 76.7923C908.496 76.7361 908.424 76.6879 908.343 76.6237C908.279 76.5675 908.215 76.5193 908.151 76.4631C908.087 76.3989 908.014 76.3427 907.95 76.2865C907.926 76.2624 907.894 76.2383 907.87 76.2142C907.814 76.166 907.765 76.1179 907.709 76.0617C907.693 76.0456 907.677 76.0295 907.653 76.0055C907.557 75.9091 907.46 75.8047 907.364 75.7084C907.34 75.6843 907.316 75.6602 907.292 75.6361C907.219 75.5478 907.139 75.4595 907.067 75.3712C907.051 75.3551 907.043 75.331 907.019 75.315C907.019 75.3069 907.003 75.2989 906.995 75.2829C906.922 75.1865 906.858 75.0902 906.786 75.0018C906.77 74.9858 906.754 74.9617 906.738 74.9456C906.665 74.8413 906.593 74.7369 906.529 74.6325C906.529 74.6165 906.513 74.6004 906.505 74.5843C906.473 74.5442 906.457 74.504 906.433 74.4639C906.392 74.3916 906.36 74.3274 906.32 74.2551C906.32 74.2471 906.312 74.2391 906.304 74.2311C906.24 74.1106 906.192 73.9982 906.136 73.8778C906.103 73.8055 906.079 73.7333 906.047 73.669C906.047 73.6449 906.031 73.6128 906.023 73.5887C906.007 73.5165 905.975 73.4523 905.959 73.388C905.943 73.3238 905.919 73.2596 905.911 73.2034C905.887 73.1311 905.879 73.0669 905.855 73.0026C905.855 72.9625 905.838 72.9304 905.83 72.8983C905.83 72.8581 905.814 72.8099 905.806 72.7698C905.806 72.7618 905.806 72.7457 905.806 72.7296C905.79 72.6172 905.774 72.5048 905.766 72.3924C905.766 72.3764 905.766 72.3603 905.766 72.3443C905.766 72.264 905.758 72.1837 905.75 72.1034V71.983C905.734 67.9203 905.726 72.553 905.718 68.4904C905.718 68.6108 905.718 68.7312 905.734 68.8597L905.79 68.8436Z' fill='%23004393'/%3E%3Cpath d='M909.893 62.7497C904.449 65.889 904.417 70.9874 909.829 74.1267C915.24 77.274 924.032 77.274 929.467 74.1267C934.911 70.9874 934.943 65.889 929.532 62.7497C924.12 59.6104 915.328 59.6104 909.885 62.7497' fill='%233D9AFD'/%3E%3Cpath d='M853.433 23.159C853.513 23.2072 853.594 23.2794 853.658 23.3838C853.762 23.5524 853.875 23.713 853.971 23.8816C856.043 27.2136 857.335 30.8748 858.122 33.7411C858.507 35.1462 858.772 36.3746 858.949 37.2739C858.748 38.0768 858.66 38.6067 858.66 38.6147C858.628 38.8154 858.756 39.0964 858.941 39.249C858.909 39.2409 858.893 39.2249 858.869 39.2169C858.7 39.1205 858.54 38.8877 858.515 38.6709V38.5826C858.499 38.5183 858.483 38.43 858.467 38.3096C858.435 38.0687 858.371 37.7154 858.291 37.2739C858.122 36.3826 857.857 35.1221 857.456 33.6528C856.661 30.7383 855.328 27.0209 853.24 23.8093C853.232 23.7933 853.216 23.7772 853.208 23.7612C853.12 23.6327 853.08 23.4882 853.08 23.3677C853.08 23.2794 853.104 23.1991 853.16 23.159C853.264 23.1028 853.353 23.1188 853.433 23.159Z' fill='%233D9AFD'/%3E%3Cpath d='M853.08 23.3597C853.08 23.4801 853.128 23.6166 853.208 23.7531C853.216 23.7692 853.232 23.7852 853.24 23.8013C853.208 23.7611 853.184 23.713 853.152 23.6648C853.096 23.5604 853.072 23.448 853.072 23.3597H853.08Z' fill='%233D9AFD'/%3E%3Cpath d='M864.874 30.2084C864.874 30.2566 864.858 30.3047 864.834 30.3369C864.834 30.3369 864.866 30.2566 864.874 30.2084Z' fill='%233D9AFD'/%3E%3Cpath d='M864.826 30.3611C864.826 30.3611 864.834 30.3449 864.842 30.3368C864.842 30.3368 864.834 30.353 864.826 30.3611Z' fill='%233D9AFD'/%3E%3Cpath d='M864.794 29.8712C864.73 29.7347 864.626 29.6223 864.521 29.5661C864.441 29.5179 864.361 29.5019 864.296 29.5259C864.192 29.5661 864.08 29.6143 863.975 29.6544C861.904 26.3304 860.619 22.6773 859.832 19.7949C859.447 18.3898 859.182 17.1694 859.005 16.2621C858.805 15.2264 858.732 14.6001 858.724 14.5841C858.692 14.3512 858.821 14.2228 859.005 14.287C859.038 14.295 859.054 14.3111 859.078 14.3191C859.246 14.4155 859.399 14.6483 859.423 14.8651L859.439 14.9534C859.439 15.0096 859.455 15.106 859.479 15.2264C859.511 15.4673 859.567 15.8205 859.656 16.2702C859.824 17.1614 860.089 18.4219 860.491 19.8832C861.286 22.8138 862.626 26.5552 864.738 29.7748C864.778 29.831 864.802 29.8953 864.826 29.9515C864.818 29.9194 864.802 29.8872 864.786 29.8551L864.794 29.8712Z' fill='%233D9AFD'/%3E%3Cpath d='M864.521 29.5661C864.626 29.6223 864.73 29.7347 864.794 29.8712C864.818 29.9193 864.834 29.9595 864.85 30.0077C864.867 30.0719 864.883 30.1281 864.883 30.1763C864.883 30.2485 864.867 30.3128 864.826 30.3609C864.77 30.4091 864.762 30.4171 864.754 30.4171C862.755 31.1638 861.446 33.1149 860.611 35.0017C859.784 36.8885 859.439 38.695 859.383 39.0804L859.367 39.1526C859.335 39.3373 859.19 39.3935 859.013 39.2971C858.997 39.2891 858.973 39.2731 858.957 39.257C858.757 39.0964 858.628 38.8154 858.66 38.6147C858.66 38.6147 858.749 38.0767 858.949 37.2739C859.126 36.5673 859.399 35.66 859.792 34.6966C860.595 32.7455 861.896 30.5777 863.975 29.6464C864.08 29.5982 864.184 29.558 864.296 29.5179C864.361 29.4938 864.441 29.5179 864.521 29.558V29.5661Z' fill='%233D9AFD'/%3E%3Cpath d='M858.997 14.279C858.82 14.2228 858.692 14.3592 858.724 14.5841C858.724 14.6001 858.804 15.2264 859.005 16.2621C858.828 16.9687 858.555 17.8759 858.162 18.8314C857.359 20.7904 856.05 22.9502 853.971 23.8735C853.867 23.7049 853.762 23.5444 853.658 23.3757C853.594 23.2794 853.513 23.1991 853.433 23.1509C853.345 23.1028 853.256 23.0867 853.192 23.1188C855.199 22.3802 856.516 20.4211 857.343 18.5343C858.178 16.6475 858.515 14.841 858.58 14.4556V14.3753C858.62 14.1906 858.772 14.1344 858.949 14.2308C858.965 14.2388 858.989 14.2549 859.005 14.2709L858.997 14.279Z' fill='%233D9AFD'/%3E%3Cpath d='M853.457 42.9342V42.9503C853.457 42.9664 853.457 42.9824 853.441 42.9985C853.441 42.9824 853.449 42.9664 853.457 42.9503C853.457 42.9503 853.457 42.9423 853.457 42.9342Z' fill='%233D9AFD'/%3E%3Cpath d='M853.441 42.8379C853.441 42.8379 853.425 42.8058 853.425 42.7898C853.425 42.7898 853.433 42.8058 853.433 42.8138C853.433 42.7978 853.417 42.7817 853.409 42.7576C853.409 42.7576 853.409 42.7576 853.401 42.7416C853.401 42.7336 853.393 42.7175 853.385 42.7095C852.157 40.8387 851.378 38.6629 850.912 36.9527C850.68 36.1016 850.527 35.371 850.423 34.8491C850.374 34.5842 850.342 34.3835 850.318 34.2389C850.31 34.1667 850.302 34.1105 850.294 34.0784V34.0222C850.27 33.8937 850.182 33.7572 850.085 33.701C850.077 33.701 850.061 33.693 850.045 33.6849C849.933 33.6448 849.861 33.7251 849.877 33.8535C849.861 33.7171 849.933 33.6448 850.037 33.6769C850.029 33.6769 850.013 33.6608 850.005 33.6608C849.901 33.6046 849.812 33.6368 849.796 33.7411V33.7893C849.748 34.0141 849.555 35.0659 849.074 36.1578C848.592 37.2578 847.821 38.3979 846.657 38.8235C846.697 38.8074 846.745 38.8074 846.802 38.8395C846.753 38.8074 846.697 38.8074 846.641 38.8395C846.609 38.8636 846.593 38.9118 846.593 38.96C846.593 39.0081 846.609 39.0563 846.633 39.1125C846.633 39.1205 846.633 39.1286 846.633 39.1366C846.633 39.1526 846.649 39.1687 846.657 39.1767C846.657 39.1767 846.673 39.2008 846.681 39.2088C847.893 41.0716 848.672 43.2313 849.13 44.9335C849.363 45.7845 849.515 46.5232 849.612 47.0371C849.66 47.294 849.692 47.5027 849.716 47.6392C849.724 47.7115 849.732 47.7597 849.74 47.7998V47.856C849.764 47.9845 849.853 48.121 849.949 48.1772C849.957 48.1772 849.973 48.1932 849.989 48.1932C849.877 48.1049 849.804 47.9443 849.82 47.8239C849.804 47.9443 849.877 48.1049 849.997 48.1932C850.005 48.2013 850.021 48.2093 850.029 48.2173C850.126 48.2735 850.214 48.2414 850.23 48.137V48.0969C850.278 47.8721 850.471 46.8203 850.952 45.7203C851.434 44.6284 852.197 43.4883 853.361 43.0547C853.361 43.0547 853.369 43.0547 853.409 43.0226C853.425 42.9985 853.441 42.9584 853.441 42.9182C853.441 42.8861 853.441 42.854 853.425 42.8219L853.441 42.8379ZM850.415 44.7488C850.23 45.2065 850.101 45.64 850.013 45.9772C849.933 45.5437 849.804 44.9656 849.62 44.2912C849.242 42.9182 848.624 41.1679 847.637 39.5782C848.632 39.1366 849.258 38.1009 849.636 37.1695C849.82 36.7118 849.957 36.2783 850.037 35.9411C850.117 36.3746 850.246 36.9527 850.431 37.6271C850.808 39.0001 851.418 40.7504 852.406 42.3401C851.41 42.7817 850.792 43.8175 850.407 44.7488H850.415Z' fill='%233D9AFD'/%3E%3C/g%3E%3Cpath opacity='0.8' d='M1031 34.5L1077.93 62.3618L1011.04 101L964.125 73.1382L1031 34.5Z' fill='url(%23paint24_linear_7670_3059)'/%3E%3Cpath d='M1078.11 65.8719L1059.74 67.4985L1010.14 35.3274L1028.51 33.7008L1078.11 65.8719Z' fill='%2389ACE0'/%3E%3Cpath d='M1044.53 87.0509L1059.74 67.4985L1010.14 35.3274L994.937 54.8798L1044.53 87.0509Z' fill='%23B7CFED'/%3E%3Cpath d='M1065.35 62.6022L1053.28 63.2759L1016.85 39.5254L1029.05 38.4164L1065.35 62.6022Z' fill='%23CEE3F2'/%3E%3Cpath d='M1037.74 82.6886L1053.51 63.1444L1017.08 39.394L1001.31 58.9382L1037.74 82.6886Z' fill='white'/%3E%3Cpath d='M1044.53 87.051L1026.16 88.6694L976.563 56.4983L994.937 54.8799L1044.53 87.051Z' fill='%2389ACE0'/%3E%3Cpath d='M1010.59 108L1026.16 88.6694L976.563 56.4983L960.998 75.8289L1010.59 108Z' fill='%23B7CFED'/%3E%3Cpath d='M1037.94 82.4997L1019.18 84.1592L982.752 60.4088L1001.65 58.3139L1037.94 82.4997Z' fill='%23CEE3F2'/%3E%3Cpath d='M1008.49 97.772L1019.54 84.0524L983.116 60.302L972.061 74.0215L1008.49 97.772Z' fill='white'/%3E%3Cpath d='M1031.23 23.7449C1029 25.0377 1027.19 28.1656 1027.2 30.7363C1027.2 33.307 1029.03 34.3472 1031.26 33.0544C1033.5 31.7616 1035.3 28.6263 1035.3 26.063C1035.3 23.4923 1033.47 22.4595 1031.23 23.7449Z' fill='white'/%3E%3Cpath d='M1040.04 23.5517C1040.04 26.3156 1039.09 28.7897 1037.52 32.1034L1031.29 45.7L1025 39.3326C1023.75 37.6461 1022.45 36.4722 1022.44 33.7083C1022.43 28.1285 1026.36 21.3302 1031.21 18.5292C1036.07 15.7281 1040.01 17.9794 1040.03 23.5591L1040.04 23.5517ZM1031.25 33.0544C1033.49 31.7617 1035.3 28.6263 1035.29 26.063C1035.29 23.4923 1033.46 22.4595 1031.22 23.7449C1028.99 25.0377 1027.18 28.1656 1027.19 30.7363C1027.19 33.3071 1029.02 34.3472 1031.25 33.0544Z' fill='%233D9AFD'/%3E%3Cpath d='M1018.44 30.9741C1018.44 30.8329 1018.44 30.6917 1018.46 30.5506C1018.46 30.4837 1018.47 30.4168 1018.47 30.35C1018.47 30.3203 1018.47 30.298 1018.47 30.2682C1018.47 30.2162 1018.47 30.1642 1018.49 30.1197C1018.5 29.9785 1018.52 29.8299 1018.53 29.6887C1018.56 29.5401 1018.57 29.3915 1018.59 29.2504C1018.59 29.2504 1018.59 29.2429 1018.59 29.2355V29.2206C1018.62 29.0869 1018.64 28.9457 1018.67 28.812C1018.7 28.656 1018.73 28.5074 1018.76 28.3514C1018.78 28.2993 1018.79 28.2399 1018.8 28.1879C1018.8 28.1582 1018.82 28.1285 1018.82 28.0913C1018.84 28.0244 1018.85 27.9576 1018.87 27.8907C1018.91 27.7347 1018.95 27.5787 1018.99 27.4226C1019.02 27.3112 1019.05 27.1923 1019.08 27.0809C1019.08 27.0586 1019.1 27.0363 1019.11 27.014C1019.11 26.9917 1019.11 26.9768 1019.12 26.9546C1019.17 26.806 1019.22 26.6499 1019.27 26.5013C1019.32 26.3527 1019.37 26.2041 1019.43 26.0555C1019.43 26.0258 1019.45 25.9961 1019.46 25.9738C1019.46 25.9515 1019.47 25.9218 1019.49 25.8995C1019.51 25.8104 1019.55 25.7212 1019.59 25.6321C1019.64 25.4909 1019.7 25.3497 1019.76 25.2011C1019.8 25.0971 1019.85 24.9931 1019.89 24.8891C1019.89 24.8742 1019.91 24.8519 1019.92 24.8371C1019.92 24.8148 1019.93 24.7999 1019.94 24.7776C1020.01 24.6365 1020.06 24.4953 1020.13 24.3541C1020.21 24.1981 1020.28 24.0421 1020.35 23.886C1020.37 23.8638 1020.38 23.8415 1020.39 23.8192C1020.41 23.7895 1020.43 23.7523 1020.44 23.7226C1020.5 23.6037 1020.56 23.4848 1020.63 23.366C1020.71 23.2099 1020.8 23.0613 1020.88 22.9127C1020.93 22.8384 1020.96 22.7641 1021.01 22.6898C1021.02 22.6601 1021.04 22.6304 1021.06 22.6007C1021.13 22.467 1021.22 22.3406 1021.31 22.2143C1021.42 22.0212 1021.54 21.8354 1021.66 21.6497C1021.68 21.62 1021.7 21.5902 1021.72 21.5605C1021.9 21.293 1022.09 21.0256 1022.28 20.7655C1022.41 20.5946 1022.54 20.4238 1022.67 20.2529C1022.78 20.1191 1022.89 19.9854 1022.99 19.8517C1022.99 19.8517 1023 19.8368 1023.01 19.8368C1023.12 19.7031 1023.23 19.5693 1023.35 19.4356C1023.46 19.3093 1023.58 19.183 1023.69 19.0567C1023.71 19.0344 1023.73 19.0195 1023.75 18.9972C1023.77 18.9749 1023.79 18.9527 1023.81 18.9378C1023.89 18.8561 1023.97 18.7669 1024.05 18.6852C1024.17 18.5589 1024.3 18.44 1024.43 18.3211C1024.46 18.284 1024.5 18.2468 1024.54 18.2097C1024.57 18.18 1024.6 18.1577 1024.63 18.1279C1024.69 18.0685 1024.75 18.0165 1024.82 17.9571C1024.95 17.8382 1025.08 17.7267 1025.21 17.6153C1025.27 17.5707 1025.33 17.5187 1025.38 17.4741C1025.41 17.4518 1025.44 17.4221 1025.47 17.3998C1025.52 17.3627 1025.56 17.3255 1025.6 17.2958C1025.73 17.1918 1025.86 17.0952 1025.99 16.9986C1026.08 16.9317 1026.17 16.8649 1026.27 16.798C1026.28 16.7832 1026.31 16.7757 1026.32 16.7609C1026.34 16.7534 1026.35 16.7386 1026.37 16.7237C1026.49 16.642 1026.61 16.5528 1026.74 16.4785C1026.86 16.3968 1026.98 16.3225 1027.11 16.2482C1027.14 16.2333 1027.17 16.2185 1027.2 16.1962C1027.29 16.1442 1027.38 16.0922 1027.48 16.0402C1027.6 15.9733 1027.72 15.9139 1027.84 15.8544C1027.92 15.8173 1027.99 15.7801 1028.07 15.743C1028.08 15.7356 1028.1 15.7281 1028.12 15.7207C1028.14 15.7133 1028.16 15.6984 1028.19 15.691C1028.31 15.639 1028.43 15.587 1028.54 15.5424C1028.66 15.4978 1028.78 15.4532 1028.9 15.4086C1028.92 15.4086 1028.94 15.3938 1028.96 15.3863C1028.97 15.3863 1029 15.3715 1029.01 15.3715C1029.09 15.3418 1029.17 15.3195 1029.25 15.2898C1029.37 15.2526 1029.49 15.2229 1029.61 15.1932C1029.67 15.1783 1029.72 15.1709 1029.78 15.156C1029.81 15.156 1029.83 15.1412 1029.86 15.1412C1029.89 15.1337 1029.93 15.1263 1029.97 15.1189C1030.09 15.0966 1030.23 15.0743 1030.35 15.052C1030.43 15.0446 1030.51 15.0371 1030.59 15.0297C1030.61 15.0297 1030.64 15.0297 1030.67 15.0223C1030.69 15.0223 1030.72 15.0223 1030.74 15.0149C1030.88 15.0074 1031.02 15 1031.16 15C1031.22 15 1031.28 15 1031.34 15.0074C1031.38 15.0074 1031.43 15.0074 1031.48 15.0074C1031.52 15.0074 1031.57 15.0074 1031.62 15.0074C1031.79 15.0223 1031.96 15.052 1032.12 15.0817C1032.12 15.0817 1032.12 15.0817 1032.13 15.0817C1032.17 15.0892 1032.2 15.104 1032.23 15.1114C1032.41 15.1486 1032.58 15.1932 1032.73 15.2452C1032.75 15.2452 1032.75 15.26 1032.77 15.26C1033.01 15.3418 1033.23 15.4458 1033.45 15.5721L1037.47 17.9051C1037.25 17.7787 1037.03 17.6822 1036.79 17.593C1036.62 17.5336 1036.45 17.4816 1036.27 17.4444C1036.22 17.437 1036.19 17.4221 1036.15 17.4147C1035.93 17.3701 1035.72 17.3478 1035.5 17.333C1035.45 17.333 1035.41 17.333 1035.36 17.333C1035.14 17.3255 1034.92 17.333 1034.69 17.3478C1034.66 17.3478 1034.63 17.3478 1034.6 17.3552C1034.37 17.3775 1034.13 17.4147 1033.88 17.4667C1033.85 17.4667 1033.83 17.4816 1033.8 17.4816C1033.55 17.541 1033.3 17.6079 1033.04 17.697C1033.01 17.697 1032.99 17.7119 1032.98 17.7193C1032.7 17.8085 1032.43 17.9199 1032.15 18.0536C1032.12 18.0611 1032.1 18.0759 1032.08 18.0834C1031.8 18.2171 1031.51 18.3657 1031.22 18.5366C1030.92 18.7075 1030.63 18.8932 1030.34 19.0938C1030.32 19.1087 1030.3 19.1235 1030.28 19.1384C1030.01 19.3241 1029.75 19.5248 1029.49 19.7328C1029.46 19.7551 1029.43 19.7848 1029.4 19.8071C1029.14 20.0151 1028.9 20.2306 1028.66 20.4535C1028.62 20.4832 1028.59 20.5129 1028.56 20.5426C1028.32 20.773 1028.07 21.0181 1027.84 21.2633C1027.82 21.2856 1027.8 21.3079 1027.78 21.3302C1027.52 21.6051 1027.28 21.88 1027.03 22.1698C1027.03 22.1698 1027.03 22.1698 1027.03 22.1772C1026.78 22.467 1026.54 22.7716 1026.32 23.0836C1026.32 23.0836 1026.31 23.0911 1026.31 23.0985C1026.3 23.1133 1026.29 23.1208 1026.28 23.1356C1026.08 23.4105 1025.88 23.6929 1025.7 23.9826C1025.57 24.1758 1025.45 24.3764 1025.32 24.5696C1025.24 24.7182 1025.14 24.8668 1025.05 25.0228C1025.01 25.0971 1024.96 25.1788 1024.92 25.2606C1024.76 25.5355 1024.61 25.8029 1024.47 26.0778C1024.46 26.1076 1024.44 26.1373 1024.43 26.1596C1024.26 26.4939 1024.09 26.8357 1023.94 27.1849C1023.94 27.1997 1023.93 27.2146 1023.92 27.2295C1023.77 27.5638 1023.64 27.9056 1023.51 28.2473C1023.5 28.2696 1023.5 28.2919 1023.49 28.3142C1023.36 28.6634 1023.24 29.0126 1023.14 29.3618C1023.14 29.3841 1023.13 29.4064 1023.13 29.4213C1023.02 29.7556 1022.93 30.0899 1022.86 30.4243C1022.85 30.4614 1022.84 30.4911 1022.84 30.5283C1022.76 30.8701 1022.69 31.2118 1022.64 31.5536C1022.64 31.561 1022.64 31.5759 1022.64 31.5833C1022.58 31.9251 1022.54 32.2669 1022.51 32.6086C1022.51 32.6384 1022.51 32.6681 1022.51 32.6978C1022.48 33.0396 1022.46 33.3739 1022.47 33.7082C1022.47 34.05 1022.49 34.3695 1022.53 34.6667C1022.53 34.6667 1022.53 34.6816 1022.53 34.689C1022.57 34.9713 1022.62 35.2314 1022.69 35.4765C1022.69 35.4988 1022.7 35.5286 1022.71 35.5508C1022.77 35.7737 1022.84 35.9818 1022.93 36.1824C1022.95 36.2418 1022.97 36.3013 1023 36.3533C1023.05 36.4721 1023.11 36.5836 1023.17 36.695C1023.24 36.8511 1023.33 36.9997 1023.42 37.1408C1023.46 37.2151 1023.51 37.2968 1023.56 37.3711C1023.76 37.6832 1023.97 37.9804 1024.2 38.2776C1024.47 38.6193 1024.75 38.9685 1025.02 39.34L1031.31 45.7074L1027.29 43.3744L1021 37.0071C1020.73 36.6356 1020.44 36.2864 1020.18 35.9372C1019.95 35.64 1019.74 35.3428 1019.54 35.0382C1019.51 35.001 1019.49 34.9713 1019.46 34.9342C1019.43 34.8896 1019.42 34.845 1019.39 34.8079C1019.3 34.6667 1019.22 34.5181 1019.14 34.3621C1019.11 34.3026 1019.08 34.2432 1019.05 34.1838C1019.02 34.1317 1019 34.0797 1018.98 34.0277C1018.96 33.9683 1018.93 33.9163 1018.91 33.8568C1018.88 33.8048 1018.86 33.7528 1018.84 33.7008C1018.79 33.5745 1018.75 33.4408 1018.71 33.307C1018.7 33.2773 1018.7 33.2476 1018.69 33.2253C1018.69 33.203 1018.68 33.1807 1018.68 33.151C1018.66 33.0841 1018.64 33.0247 1018.62 32.9578C1018.6 32.8538 1018.58 32.7424 1018.56 32.6309C1018.54 32.5418 1018.53 32.4452 1018.51 32.356C1018.51 32.356 1018.51 32.3486 1018.51 32.3412V32.3263C1018.5 32.2297 1018.49 32.1257 1018.48 32.0217C1018.47 31.9251 1018.47 31.8211 1018.46 31.7171C1018.46 31.613 1018.46 31.509 1018.46 31.405V31.3901C1018.46 31.2564 1018.46 31.1301 1018.46 30.9964L1018.44 30.9741Z' fill='%23004393'/%3E%3Cpath d='M1004.52 79.4164C1004.47 79.2381 1004.42 79.0598 1004.38 78.874' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1004.02 75.9318C1003.99 73.5691 1004.56 71.1545 1005.77 69.2153C1009.58 63.1377 1017.31 64.5642 1023.27 62.9742C1029.97 61.1837 1031.75 55.7525 1031.16 49.6526' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1030.98 48.1815C1030.95 47.9958 1030.92 47.8174 1030.89 47.6317' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1123.7 21.8595L1121.07 16.3322L1117.56 18.3814L1111.46 26.9157L1117.49 39.6111L1141.6 53.2645L1141.67 32.0347L1123.7 21.8595Z' fill='%2389ACE0'/%3E%3Cpath d='M1141.67 32.0347L1145.19 29.9855L1121.08 16.3322L1117.56 18.3814L1141.67 32.0347Z' fill='%23CEE3F2'/%3E%3Cpath d='M1187.51 75.4922L1196.42 80.3364L1149.61 108.027L1140.69 103.19L1187.5 75.5L1187.51 75.4922Z' fill='url(%23paint25_linear_7670_3059)'/%3E%3Cpath d='M1149.82 15.8532C1149.82 15.9003 1149.82 15.9474 1149.8 15.9945C1149.8 16.0338 1149.79 16.073 1149.77 16.1123C1149.76 16.1594 1149.75 16.2065 1149.73 16.2536C1149.72 16.2929 1149.7 16.3243 1149.68 16.3635C1149.66 16.4106 1149.64 16.4577 1149.62 16.5049C1149.58 16.5677 1149.54 16.6383 1149.5 16.7011C1149.5 16.709 1149.49 16.7247 1149.48 16.7325C1149.43 16.7953 1149.39 16.8582 1149.33 16.921C1149.32 16.9367 1149.31 16.9445 1149.3 16.9602C1149.24 17.023 1149.17 17.0858 1149.1 17.1487C1149.06 17.1879 1149.01 17.2272 1148.96 17.2664C1148.92 17.2978 1148.88 17.3371 1148.84 17.3685C1148.79 17.4077 1148.73 17.4391 1148.67 17.4784C1148.62 17.5177 1148.56 17.5569 1148.5 17.5883C1148.4 17.6433 1148.29 17.6982 1148.19 17.7532C1148.17 17.7689 1148.14 17.7768 1148.11 17.7925C1148.02 17.8396 1147.92 17.8788 1147.82 17.9181C1147.81 17.9181 1147.8 17.9338 1147.78 17.9338C1147.67 17.973 1147.56 18.0123 1147.45 18.0437C1147.38 18.0672 1147.3 18.0908 1147.22 18.1065C1147.16 18.1222 1147.1 18.1379 1147.04 18.1536C1146.96 18.1693 1146.87 18.185 1146.79 18.2086C1146.73 18.2243 1146.68 18.2321 1146.61 18.2478C1146.44 18.2792 1146.27 18.3028 1146.1 18.3185C1146.04 18.3185 1145.99 18.3263 1145.93 18.3342C1145.83 18.3342 1145.73 18.3499 1145.62 18.3577C1145.56 18.3577 1145.49 18.3577 1145.43 18.3577C1145.35 18.3577 1145.26 18.3577 1145.19 18.3577C1145.11 18.3577 1145.04 18.3577 1144.97 18.3577C1144.9 18.3577 1144.82 18.3577 1144.75 18.3499C1144.67 18.3499 1144.6 18.3342 1144.53 18.3342C1144.46 18.3263 1144.38 18.3185 1144.31 18.3106C1144.24 18.3106 1144.16 18.2949 1144.09 18.2792C1144.02 18.2635 1143.94 18.2557 1143.86 18.24C1143.8 18.2321 1143.73 18.2164 1143.67 18.2007C1143.58 18.1772 1143.48 18.1536 1143.39 18.1301C1143.32 18.1144 1143.26 18.0987 1143.21 18.0829C1143.18 18.0751 1143.14 18.0594 1143.11 18.0515C1143.02 18.0201 1142.92 17.9887 1142.83 17.9573C1142.81 17.9495 1142.77 17.9338 1142.75 17.9259C1142.67 17.8945 1142.59 17.8631 1142.51 17.8239C1142.47 17.8082 1142.43 17.7925 1142.39 17.7768C1142.27 17.7218 1142.16 17.6668 1142.05 17.604C1141.16 17.0858 1140.7 16.4028 1140.71 15.7197L1140.69 106.472C1140.69 107.155 1141.13 107.83 1142.03 108.357C1142.13 108.419 1142.25 108.474 1142.36 108.529C1142.4 108.553 1142.45 108.569 1142.48 108.584C1142.55 108.616 1142.62 108.647 1142.68 108.671C1142.7 108.671 1142.7 108.678 1142.72 108.686C1142.74 108.686 1142.77 108.702 1142.8 108.718C1142.88 108.749 1142.98 108.78 1143.07 108.812C1143.1 108.82 1143.14 108.835 1143.17 108.843C1143.19 108.843 1143.21 108.859 1143.23 108.867C1143.27 108.875 1143.31 108.883 1143.34 108.898C1143.43 108.922 1143.53 108.945 1143.63 108.969C1143.65 108.969 1143.68 108.985 1143.71 108.985C1143.75 108.992 1143.78 109 1143.82 109.008C1143.9 109.024 1143.98 109.04 1144.06 109.047C1144.09 109.047 1144.13 109.063 1144.16 109.063C1144.2 109.063 1144.23 109.071 1144.27 109.079C1144.34 109.087 1144.42 109.095 1144.49 109.102C1144.53 109.102 1144.56 109.11 1144.6 109.118C1144.63 109.118 1144.67 109.118 1144.7 109.118C1144.78 109.118 1144.85 109.126 1144.93 109.134C1144.97 109.134 1145 109.134 1145.04 109.134C1145.08 109.134 1145.11 109.134 1145.14 109.134C1145.22 109.134 1145.3 109.134 1145.39 109.134C1145.43 109.134 1145.47 109.134 1145.52 109.134C1145.54 109.134 1145.56 109.134 1145.59 109.134C1145.69 109.134 1145.79 109.118 1145.89 109.11C1145.93 109.11 1145.98 109.11 1146.02 109.102C1146.03 109.102 1146.04 109.102 1146.06 109.102C1146.23 109.087 1146.4 109.063 1146.57 109.032C1146.58 109.032 1146.6 109.032 1146.61 109.032C1146.66 109.032 1146.71 109.008 1146.76 109C1146.84 108.985 1146.92 108.969 1147.01 108.945C1147.07 108.93 1147.12 108.914 1147.18 108.898C1147.26 108.875 1147.34 108.859 1147.42 108.828C1147.43 108.828 1147.45 108.82 1147.46 108.812C1147.56 108.78 1147.64 108.749 1147.74 108.718C1147.75 108.718 1147.76 108.71 1147.78 108.702C1147.88 108.663 1147.97 108.623 1148.07 108.576C1148.1 108.569 1148.12 108.545 1148.15 108.537C1148.26 108.482 1148.37 108.435 1148.46 108.372C1148.48 108.364 1148.5 108.349 1148.51 108.341C1148.55 108.317 1148.59 108.294 1148.63 108.262C1148.69 108.223 1148.75 108.192 1148.8 108.152C1148.84 108.121 1148.88 108.09 1148.92 108.058C1148.97 108.019 1149.02 107.98 1149.06 107.94C1149.06 107.94 1149.08 107.925 1149.09 107.917C1149.14 107.862 1149.2 107.807 1149.25 107.752C1149.26 107.736 1149.28 107.728 1149.28 107.713C1149.32 107.681 1149.35 107.65 1149.37 107.611C1149.39 107.587 1149.41 107.556 1149.43 107.532C1149.43 107.524 1149.45 107.516 1149.46 107.501C1149.5 107.446 1149.53 107.399 1149.56 107.344C1149.56 107.328 1149.57 107.32 1149.57 107.312C1149.6 107.265 1149.62 107.218 1149.64 107.171C1149.64 107.14 1149.67 107.116 1149.68 107.085C1149.68 107.077 1149.68 107.069 1149.68 107.053C1149.69 107.014 1149.7 106.967 1149.72 106.92C1149.72 106.888 1149.73 106.857 1149.74 106.826C1149.74 106.826 1149.74 106.81 1149.74 106.802C1149.75 106.755 1149.75 106.708 1149.75 106.661C1149.75 106.629 1149.76 106.598 1149.76 106.566C1149.76 106.551 1149.76 106.543 1149.76 106.527L1149.79 15.7747C1149.79 15.8218 1149.79 15.861 1149.78 15.9082L1149.82 15.8532Z' fill='%23004393'/%3E%3Cpath d='M1148.48 13.8355C1150.27 14.8718 1150.28 16.5441 1148.51 17.5726C1146.73 18.6012 1143.84 18.6012 1142.06 17.5726C1140.27 16.5441 1140.26 14.8718 1142.04 13.8355C1143.81 12.8069 1146.7 12.8069 1148.48 13.8355Z' fill='%233D9AFD'/%3E%3Cpath d='M1174.94 34.7354L1171.42 36.7846L1165.32 45.3189L1171.35 58.0144L1174.87 55.9652L1181.88 49.3466L1174.94 34.7354Z' fill='url(%23paint26_linear_7670_3059)'/%3E%3Cpath d='M1146.2 22.5974L1149.72 20.5482L1174.94 34.7354L1171.42 36.7846L1146.2 22.5974Z' fill='%23CEE3F2'/%3E%3Cpath d='M1171.42 36.7847L1177.63 50.5322L1171.35 58.0144L1146.13 43.8272L1146.2 22.5975L1171.42 36.7847Z' fill='%2389ACE0'/%3E%3Cpath d='M1115.63 62.0578L1119.15 64.0991L1125.24 72.6334L1119.22 85.3289L1115.7 83.2875L1108.69 76.6611L1115.63 62.0578Z' fill='%23B7CFED'/%3E%3Cpath d='M1144.38 49.9119L1140.85 47.8706L1115.63 62.0578L1119.15 64.0991L1144.38 49.9119Z' fill='%23CEE3F2'/%3E%3Cpath d='M1119.15 64.0991L1112.94 77.8467L1119.22 85.3289L1144.45 71.1417L1144.38 49.9119L1119.15 64.0991Z' fill='%2389ACE0'/%3E%3Cpath d='M1105.54 35.285C1105.61 35.3243 1105.68 35.3478 1105.74 35.3478C1105.9 35.3478 1106 35.2222 1106 35.0259C1106 34.759 1105.81 34.4292 1105.58 34.2957L1100.97 31.6342L1100.98 26.3267C1100.98 26.0598 1100.79 25.7222 1100.56 25.5887C1100.49 25.5495 1100.43 25.5259 1100.36 25.5259C1100.2 25.5259 1100.1 25.6515 1100.1 25.8557L1100.08 31.116L1095.5 28.4701C1095.43 28.4309 1095.37 28.4073 1095.31 28.4073C1095.14 28.4152 1095.04 28.5408 1095.04 28.7371C1095.04 29.004 1095.23 29.3338 1095.46 29.4672L1100.08 32.1288L1100.06 37.4362C1100.06 37.7032 1100.25 38.0329 1100.49 38.1743C1100.56 38.2135 1100.62 38.2371 1100.69 38.2371C1100.85 38.2371 1100.95 38.1115 1100.95 37.9073L1100.97 32.647L1105.54 35.285H1105.54Z' fill='%233D9AFD'/%3E%3Cpath d='M1112.96 49.3308L1108.36 46.6693L1108.37 41.3618C1108.37 41.0949 1108.17 40.7573 1107.95 40.6238C1107.88 40.5846 1107.81 40.5689 1107.75 40.5689C1107.59 40.5689 1107.48 40.6945 1107.48 40.8986L1107.47 46.1589L1102.89 43.5131C1102.82 43.4738 1102.76 43.4503 1102.69 43.4503C1102.54 43.4503 1102.44 43.5759 1102.44 43.7722C1102.44 44.0391 1102.62 44.3689 1102.86 44.5023L1107.48 47.1639L1107.46 52.4713C1107.46 52.7383 1107.65 53.0759 1107.88 53.2094C1107.95 53.2486 1108.02 53.2722 1108.08 53.2722C1108.24 53.2722 1108.35 53.1387 1108.35 52.9424L1108.36 47.6821L1112.93 50.3201C1113 50.3594 1113.07 50.3829 1113.14 50.3829C1113.29 50.3829 1113.4 50.2573 1113.4 50.061C1113.4 49.7941 1113.21 49.4643 1112.97 49.3308H1112.96Z' fill='%233D9AFD'/%3E%3Cg clip-path='url(%23clip5_7670_3059)'%3E%3Cpath d='M100.253 175.752L124.802 189.455L70.1126 224.547L45.5632 210.844L100.245 175.76L100.253 175.752Z' fill='url(%23paint27_linear_7670_3059)'/%3E%3Cpath d='M51.2198 188.996L51.2608 202.986C51.269 206.301 49.509 209.379 46.6276 211.041L37.0911 218.04L59.5776 230.998L69.1469 225.472C72.0283 223.819 74.8769 220.757 74.8769 217.442V203.395L51.2117 189.004' fill='url(%23paint28_linear_7670_3059)'/%3E%3Cpath d='M48.8214 187.613L48.8705 202.495C48.8787 205.262 47.4052 207.824 45.015 209.207L37.1074 213.799L59.594 226.758L67.5424 222.174C69.9409 220.798 71.4143 218.244 71.4143 215.477V200.538L48.8296 187.613' fill='%2389ACE0'/%3E%3Cpath d='M37.0994 213.799V218.04L59.5859 230.99V226.758L37.0994 213.799Z' fill='%236285D1'/%3E%3Cpath d='M40.251 129.796L94.7605 159.372C98.0185 161.246 100.032 165.396 100.032 169.162L99.6557 214.52C99.6557 216.484 98.6243 218.089 97.1672 218.989L92.3293 221.371L91.0687 219.57C90.9623 219.521 90.8641 219.464 90.7577 219.407L37.6233 188.3C34.3653 186.418 32.368 182.947 32.368 179.19L30.4443 135.076C30.4443 133.128 30.3379 132.277 34.8156 130.263C36.5837 129.469 38.4255 128.748 40.251 129.796Z' fill='url(%23paint29_linear_7670_3059)'/%3E%3Cpath d='M87.4423 221.118C90.9458 223.139 95.3335 220.61 95.3335 216.566L95.71 171.217C95.71 167.459 93.6963 163.98 90.4383 162.106L36.9274 132.186C33.4239 130.165 29.0444 132.694 29.0444 136.746V180.9C29.0444 184.658 31.05 188.129 34.2997 190.011L87.4341 221.126L87.4423 221.118Z' fill='%23CEE3F2'/%3E%3Cpath d='M36.0598 139.938V178.518L87.7371 208.781L88.1136 168.867L36.0598 139.938Z' fill='url(%23paint30_linear_7670_3059)'/%3E%3Cpath d='M77.9141 207.087V210.574L86.5583 216.05L86.6238 212.318L77.9141 207.087Z' fill='white'/%3E%3Cpath d='M103.053 221.183L110.944 216.091' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 154.861L20.1956 146.438' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.2976 146.528L21.7591 139.709' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M59.8727 155.303C62.3366 156.728 64.3258 160.174 64.3176 163.006C64.3176 165.838 62.3121 166.976 59.84 165.56C57.3842 164.136 55.3869 160.69 55.395 157.857C55.4032 155.025 57.4088 153.887 59.8727 155.303Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M59.8888 149.557C65.2341 152.643 69.5644 160.133 69.5399 166.272C69.5399 169.317 68.0992 170.611 66.724 172.469L59.7987 179.484L52.939 164.512C51.2118 160.862 50.164 158.144 50.1722 155.099C50.1885 148.959 54.5352 146.479 59.8806 149.565L59.8888 149.557ZM59.8397 165.552C62.3036 166.976 64.3091 165.83 64.3173 162.998C64.3173 160.166 62.3363 156.719 59.8724 155.295C57.4085 153.879 55.4029 155.017 55.3947 157.849C55.3947 160.673 57.3839 164.128 59.8397 165.552Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg opacity='0.8'%3E%3Cpath d='M197.476 207.123C207.886 211.066 208.051 217.744 197.86 222.048C187.662 226.344 170.981 226.634 160.579 222.698C150.176 218.755 150.004 212.069 160.195 207.773C170.377 203.47 187.082 203.18 197.476 207.123Z' fill='url(%23paint31_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M159.685 163.06L174.25 156.107' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M163.659 155.809L175.645 150.439' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M225.987 185.652L236.836 180.18' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M197.97 166.658L184.158 160.944L184.111 157.753L197.931 163.444L197.97 166.658Z' fill='%2389ACE0'/%3E%3Cpath d='M121.87 174.568L121.901 177.883L143.372 187.839L144.438 183.747L121.87 174.568Z' fill='url(%23paint32_linear_7670_3059)'/%3E%3Cpath d='M136.105 173.619L156.565 179.843C155.483 180.298 154.19 180.886 153.484 181.364L133.127 174.85C133.127 174.85 134.608 174.027 136.105 173.619Z' fill='url(%23paint33_linear_7670_3059)'/%3E%3Cpath d='M129.975 171.714L136.105 173.619C134.608 174.027 133.127 174.85 133.127 174.85L153.484 181.364C154.19 180.894 155.483 180.306 156.565 179.843L157.419 180.196C156.604 181.121 155.977 181.873 155.656 182.258C155.507 182.438 155.42 182.548 155.42 182.548C155.42 182.548 153.28 183.88 149.259 186.248C150.803 185.981 123.383 175.367 121.878 174.56C121.878 174.56 126.048 171.965 129.983 171.706L129.975 171.714Z' fill='%2389ACE0'/%3E%3Cpath d='M166.301 197.559C166.387 197.543 166.473 197.52 166.559 197.504C166.473 197.52 166.387 197.536 166.301 197.559Z' fill='white'/%3E%3Cpath d='M163.879 198.014C163.981 197.998 164.082 197.982 164.184 197.959C164.082 197.975 163.981 197.99 163.879 198.014Z' fill='white'/%3E%3Cpath d='M166.865 197.442C166.944 197.426 167.03 197.41 167.116 197.387C167.038 197.41 166.951 197.426 166.865 197.442Z' fill='white'/%3E%3Cpath d='M165.125 197.794C165.219 197.779 165.313 197.755 165.407 197.739C165.313 197.755 165.227 197.779 165.125 197.794Z' fill='white'/%3E%3Cpath d='M163.236 198.124C163.346 198.108 163.447 198.092 163.549 198.076C163.447 198.092 163.338 198.108 163.236 198.124Z' fill='white'/%3E%3Cpath d='M225.939 140.805C225.939 140.805 224.34 140.907 222.349 141.354C224.34 140.915 225.939 140.805 225.939 140.805Z' fill='white'/%3E%3Cpath d='M164.506 197.904C164.608 197.888 164.702 197.873 164.803 197.849C164.709 197.865 164.608 197.888 164.506 197.904Z' fill='white'/%3E%3Cpath d='M165.721 197.677C165.807 197.661 165.901 197.637 165.987 197.622C165.901 197.637 165.807 197.653 165.721 197.677Z' fill='white'/%3E%3Cpath d='M168.441 197.065C168.504 197.05 168.574 197.034 168.645 197.01C168.582 197.026 168.511 197.042 168.441 197.065Z' fill='white'/%3E%3Cpath d='M168.935 196.94C168.998 196.924 169.06 196.908 169.115 196.885C169.06 196.901 168.998 196.916 168.935 196.94Z' fill='white'/%3E%3Cpath d='M169.413 196.799C169.46 196.783 169.515 196.767 169.562 196.76C169.515 196.775 169.46 196.791 169.413 196.799Z' fill='white'/%3E%3Cpath d='M167.931 197.199C168.002 197.175 168.08 197.159 168.151 197.144C168.08 197.159 168.002 197.183 167.931 197.199Z' fill='white'/%3E%3Cpath d='M167.406 197.316C167.312 197.34 167.218 197.355 167.116 197.379C167.21 197.355 167.304 197.332 167.406 197.316Z' fill='white'/%3E%3Cpath d='M169.562 196.752C169.703 196.705 169.844 196.665 169.977 196.618C169.844 196.658 169.703 196.705 169.562 196.752Z' fill='white'/%3E%3Cpath d='M169.107 196.885C169.209 196.854 169.311 196.83 169.405 196.799C169.303 196.83 169.209 196.854 169.107 196.885Z' fill='white'/%3E%3Cpath d='M168.159 197.136C168.261 197.112 168.347 197.089 168.449 197.065C168.355 197.089 168.261 197.112 168.159 197.136Z' fill='white'/%3E%3Cpath d='M168.645 197.01C168.739 196.987 168.841 196.956 168.935 196.932C168.841 196.956 168.747 196.987 168.645 197.01Z' fill='white'/%3E%3Cpath d='M222.263 141.378C222.263 141.378 222.318 141.362 222.349 141.354C224.34 140.915 225.939 140.805 225.939 140.805L221.808 167.756L216.36 163.052C218.665 157.283 222.263 141.362 222.263 141.362V141.378Z' fill='%2389ACE0'/%3E%3Cpath d='M183.884 178.855C183.907 179.24 183.719 182.516 183.351 182.65L189.535 177.789C189.002 177.978 188.43 177.617 188.367 177.045C188.273 176.143 188.156 175.281 188.046 174.528C187.968 174.05 188.305 173.603 188.783 173.533C190.17 173.329 191.291 173.18 192.02 173.086C192.53 173.023 183.797 179.318 183.821 179.827L183.876 178.863L183.884 178.855Z' fill='%2325405D'/%3E%3Cpath d='M142.729 185.001C146.225 182.022 151.219 178.111 164.89 173.47C170.573 171.542 186.831 166.831 197.954 163.483L184.15 157.737L196.653 154.476L210.402 159.76L206.138 164.353L216.36 161.524L236.929 170.311L229.004 174.434L213.138 168.751C199.961 176.88 188.979 185.942 180.042 191.79C174.469 195.443 167.477 195.795 163.408 197.151C145.332 203.172 137.963 198.045 137.861 197.81C137.093 196.164 137.14 189.767 142.721 185.009L142.729 185.001Z' fill='%23CEE3F2'/%3E%3Cpath d='M215.529 144.889C216.901 142.945 219.848 141.919 222.263 141.37L223.141 147.414C223.141 147.414 220.35 155.864 218.006 161.445L205.981 165.412C205.981 165.412 213.922 147.163 215.537 144.874L215.529 144.889Z' fill='%2389ACE0'/%3E%3Cpath d='M163.463 194.267C172.282 190.771 208.035 169.01 210.896 167.662L215.482 171.032C210.936 173.133 173.199 196.556 169.515 198.664C162.374 202.748 156.353 205.1 149.016 204.669C139.343 204.112 138.026 198.076 137.854 197.794C143.701 200.804 158.65 196.164 163.455 194.259L163.463 194.267Z' fill='%2389ACE0'/%3E%3Cpath d='M204.484 208.377L204.515 212.171L216.454 205.061L210.732 204.818L204.484 208.377Z' fill='url(%23paint34_linear_7670_3059)'/%3E%3Cpath d='M180.505 190.818L185.757 192.378C183.366 193.114 180.952 193.914 180.952 193.914L207.745 204.787C209.078 204.073 211.304 203.705 213.06 203.517L216.454 205.061C216.454 205.061 213.452 205.061 204.484 208.377L167.124 197.387L164.709 196.477C164.709 196.477 171.584 190.771 180.505 190.818Z' fill='%2389ACE0'/%3E%3Cpath d='M185.757 192.378L213.06 203.517C211.304 203.705 209.078 204.073 207.745 204.787L180.952 193.914C180.952 193.914 183.366 193.114 185.757 192.378Z' fill='url(%23paint35_linear_7670_3059)'/%3E%3Cpath d='M204.484 208.377L204.516 212.171L164.835 200.561L164.796 196.477L204.484 208.377Z' fill='url(%23paint36_linear_7670_3059)'/%3E%3Cpath d='M222.263 141.378C219.856 141.919 216.909 142.953 215.529 144.897C213.915 147.178 205.974 165.435 205.974 165.435L203.465 164.573L211.053 147.374C213.711 142.146 216.494 141.307 216.494 141.307C219.48 140.155 223.455 139.826 223.455 139.826L225.939 140.821C225.939 140.821 224.34 140.923 222.349 141.37C222.318 141.37 222.294 141.386 222.263 141.393V141.378Z' fill='url(%23paint37_linear_7670_3059)'/%3E%3Cpath d='M142.283 185.409C140.417 188.489 154.997 187.141 154.997 187.141L157.467 186.843L157.568 192.041C154.198 193.295 150.553 194.165 146.947 194.604C144.877 194.855 142.745 194.972 140.668 194.753C140.252 194.714 137.556 194.486 137.658 193.608C137.948 191.021 139.1 188.317 142.283 185.401V185.409Z' fill='%233D9AFD'/%3E%3Cpath d='M236.937 170.311L237 172.6L229.004 177.444L228.957 174.231L236.937 170.311Z' fill='%2389ACE0'/%3E%3Cpath d='M229.004 177.444L210.795 170.679L210.755 167.497L228.957 174.231L229.004 177.444Z' fill='%2389ACE0'/%3E%3Cpath d='M159.669 191.249L163.926 189.556L163.816 185.244L159.583 186.263L159.669 191.249Z' fill='%233D9AFD'/%3E%3Cpath d='M166.019 188.623L169.578 187.204L169.484 183.598L165.948 184.452L166.019 188.623Z' fill='%233D9AFD'/%3E%3Cpath d='M171.193 186.224L174.171 185.04L174.101 182.022L171.13 182.736L171.193 186.224Z' fill='%233D9AFD'/%3E%3Cpath d='M175.896 184.209L178.326 183.237L178.263 180.776L175.849 181.364L175.896 184.209Z' fill='%233D9AFD'/%3E%3Cpath d='M244.577 180.453L244.553 187.922C243.838 187.513 243.477 186.964 243.477 186.422L243.501 178.945C243.501 179.494 243.862 180.036 244.584 180.453' fill='%23697B7E'/%3E%3Cg opacity='0.8'%3E%3Cpath d='M355.443 179.542C356.88 180.366 356.88 181.709 355.459 182.534L352.922 184.01L325.064 200.197L288.504 221.238C287.082 222.071 284.773 222.071 283.336 221.238L244.577 198.862C243.139 198.038 243.139 196.695 244.561 195.87L311.508 157.166C312.929 156.341 315.246 156.341 316.676 157.166L355.435 179.542H355.443Z' fill='url(%23paint38_linear_7670_3059)'/%3E%3C/g%3E%3Cmask id='mask2_7670_3059' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='337' y='155' width='2' height='9'%3E%3Cpath d='M338.494 163.629C338.494 163.339 338.306 163.056 337.929 162.836L337.952 155.367C338.329 155.587 338.518 155.87 338.518 156.16C338.518 158.399 338.502 161.391 338.494 163.629Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_7670_3059)'%3E%3Cpath d='M338.518 156.152L338.494 163.621C338.494 163.331 338.306 163.048 337.929 162.828L337.952 155.359C338.329 155.579 338.518 155.861 338.518 156.152Z' fill='%23697B7E'/%3E%3C/g%3E%3Cpath d='M355.443 161.132C356.88 161.957 356.88 163.3 355.459 164.124L352.922 165.601L325.064 181.788L288.504 202.828C287.082 203.653 284.773 203.653 283.336 202.828L244.577 180.453C243.139 179.628 243.139 178.285 244.561 177.46L311.508 138.756C312.93 137.931 315.247 137.931 316.676 138.756L355.435 161.14L355.443 161.132ZM286.925 197.449L343.01 165.059L309.93 145.958L253.844 178.356L286.925 197.456' fill='%23CEE3F2'/%3E%3Cpath d='M336.97 155.014C337.614 155.391 337.622 155.995 336.97 156.372C336.334 156.741 335.282 156.741 334.63 156.372L324.97 150.796C324.326 150.427 324.326 149.814 324.97 149.445C325.614 149.068 326.658 149.068 327.302 149.445L336.97 155.021V155.014Z' fill='%233D9AFD'/%3E%3Cpath d='M343.01 165.067L286.925 197.456L253.844 178.356L309.929 145.966L343.01 165.067Z' fill='url(%23paint39_linear_7670_3059)'/%3E%3Cpath d='M356.456 163.017C356.456 163.017 356.448 163.04 356.448 163.056C356.409 163.174 356.346 163.284 356.276 163.402C356.268 163.417 356.252 163.441 356.236 163.464C356.158 163.574 356.056 163.684 355.946 163.786C355.875 163.849 355.781 163.912 355.694 163.967C355.616 164.022 355.545 164.085 355.459 164.132L352.922 165.609L325.064 181.796L288.504 202.836C288.284 202.962 288.04 203.064 287.781 203.151C287.687 203.182 287.593 203.213 287.498 203.237C287.381 203.268 287.263 203.3 287.145 203.323C286.996 203.355 286.847 203.378 286.69 203.402C286.658 203.402 286.627 203.41 286.587 203.418C286.383 203.441 286.179 203.449 285.967 203.449C285.936 203.449 285.904 203.449 285.873 203.449C285.668 203.449 285.464 203.433 285.26 203.418C285.229 203.418 285.197 203.418 285.174 203.41C284.977 203.386 284.773 203.355 284.585 203.308C284.553 203.308 284.522 203.292 284.483 203.284C284.31 203.237 284.137 203.19 283.972 203.127C283.941 203.119 283.917 203.111 283.886 203.096C283.689 203.017 283.501 202.931 283.328 202.829L244.577 180.453C243.854 180.036 243.493 179.494 243.493 178.945L243.477 186.422C243.477 186.964 243.838 187.513 244.553 187.93L283.312 210.305C283.477 210.4 283.658 210.486 283.839 210.557C283.846 210.557 283.854 210.557 283.862 210.565C283.893 210.58 283.925 210.588 283.956 210.596C284.058 210.635 284.168 210.675 284.278 210.706C284.333 210.722 284.396 210.737 284.459 210.753C284.498 210.761 284.53 210.769 284.569 210.777C284.6 210.785 284.632 210.792 284.663 210.8C284.781 210.824 284.899 210.847 285.024 210.863C285.064 210.863 285.111 210.871 285.15 210.879C285.182 210.879 285.213 210.887 285.244 210.887C285.292 210.887 285.331 210.895 285.378 210.902C285.496 210.91 285.614 210.918 285.739 210.918C285.771 210.918 285.81 210.918 285.849 210.918H285.959C286.014 210.918 286.061 210.918 286.116 210.918C286.25 210.918 286.391 210.902 286.525 210.887C286.54 210.887 286.556 210.887 286.564 210.887C286.603 210.887 286.642 210.879 286.682 210.871C286.784 210.855 286.886 210.847 286.98 210.832C287.027 210.824 287.066 210.808 287.106 210.8C287.231 210.777 287.357 210.737 287.483 210.706C287.546 210.69 287.608 210.682 287.671 210.659C287.703 210.651 287.726 210.635 287.75 210.627C288.009 210.541 288.252 210.439 288.472 210.305L325.033 189.265L352.89 173.07L355.427 171.593C355.427 171.593 355.459 171.578 355.474 171.57C355.545 171.53 355.592 171.483 355.655 171.436C355.741 171.373 355.844 171.311 355.914 171.248C355.922 171.24 355.93 171.232 355.938 171.224C356.024 171.146 356.103 171.067 356.166 170.981C356.181 170.957 356.189 170.941 356.205 170.926C356.221 170.902 356.236 170.886 356.244 170.863C356.268 170.831 356.291 170.8 356.315 170.761C356.354 170.69 356.385 170.627 356.409 170.557C356.409 170.549 356.409 170.533 356.417 170.525C356.417 170.509 356.417 170.494 356.425 170.478C356.44 170.431 356.456 170.392 356.464 170.345C356.48 170.274 356.488 170.203 356.488 170.132V170.101L356.511 163.402V162.663C356.511 162.663 356.511 162.64 356.511 162.632C356.511 162.758 356.488 162.883 356.448 163.009L356.456 163.017Z' fill='url(%23paint40_linear_7670_3059)'/%3E%3Cpath d='M296.577 145.023C305.633 150.254 306.858 158.045 299.303 162.436C291.747 166.826 278.285 166.143 269.23 160.912C268.217 160.331 267.306 159.702 266.497 159.058C261.69 160.315 261.046 163.315 261.015 163.472C257.096 158.776 260.394 156.192 262.758 154.88C260.41 150.749 261.564 146.39 266.528 143.508C274.076 139.117 287.53 139.801 296.577 145.023Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M285.15 151.377C286.25 152.013 286.289 153.003 285.26 153.608C284.223 154.213 282.503 154.189 281.404 153.553C280.32 152.924 280.273 151.935 281.31 151.33C282.346 150.733 284.058 150.757 285.142 151.377H285.15Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M276.825 146.571C277.917 147.199 277.964 148.196 276.927 148.793C275.89 149.398 274.17 149.374 273.079 148.746C271.995 148.118 271.948 147.128 272.984 146.523C274.021 145.927 275.733 145.942 276.817 146.571H276.825Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M293.475 156.184C294.567 156.812 294.614 157.81 293.577 158.407C292.541 159.011 290.821 158.988 289.729 158.359C288.645 157.731 288.598 156.734 289.635 156.129C290.671 155.532 292.391 155.556 293.475 156.184Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M458 209.856L448.141 215.569' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M385.334 188.402L371 196.706' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M393.847 190.359L382.525 196.918' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg opacity='0.8'%3E%3Cpath d='M434.409 210.693C442.852 215.569 442.899 223.475 434.511 228.343C426.123 233.219 412.485 233.219 404.051 228.343C395.608 223.467 395.561 215.562 403.949 210.693C412.329 205.825 425.975 205.817 434.409 210.693Z' fill='url(%23paint41_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M455.081 198.203C455.12 198.133 455.151 198.055 455.198 197.992C455.307 197.812 455.409 197.632 455.503 197.444C455.581 197.295 455.667 197.162 455.738 197.014C455.8 196.896 455.84 196.771 455.894 196.646C455.949 196.528 456.004 196.395 456.059 196.27C456.098 196.168 456.145 196.074 456.184 195.973C456.301 195.66 456.403 195.339 456.497 195.01C456.497 195.002 456.497 194.994 456.505 194.986C456.52 194.932 456.536 194.877 456.552 194.822C456.614 194.579 456.677 194.345 456.739 194.094C456.794 193.867 456.833 193.64 456.88 193.405C456.888 193.358 456.904 193.311 456.911 193.257C456.911 193.241 456.911 193.225 456.919 193.21C456.974 192.928 457.013 192.63 457.052 192.333C457.076 192.106 457.099 191.879 457.123 191.652C457.123 191.605 457.131 191.558 457.138 191.503C457.138 191.496 457.138 191.488 457.138 191.472C457.162 191.19 457.177 190.901 457.193 190.611C457.201 190.329 457.209 190.04 457.209 189.75V189.68C457.209 189.414 457.209 189.155 457.201 188.881C457.193 188.592 457.178 188.302 457.162 188.005C457.162 187.942 457.146 187.887 457.146 187.833C457.146 187.77 457.138 187.707 457.138 187.637C457.123 187.465 457.115 187.293 457.099 187.128C457.076 186.831 457.037 186.533 456.998 186.236C456.982 186.111 456.966 185.985 456.943 185.86C456.935 185.79 456.919 185.711 456.911 185.641C456.896 185.539 456.888 185.43 456.872 185.328C456.825 185.023 456.771 184.717 456.708 184.404C456.669 184.201 456.622 183.997 456.591 183.794C456.575 183.731 456.559 183.661 456.552 183.59C456.544 183.551 456.528 183.512 456.52 183.473C456.458 183.16 456.379 182.847 456.309 182.526C456.223 182.213 456.145 181.892 456.059 181.571C455.973 181.266 455.879 180.953 455.785 180.647C455.691 180.342 455.597 180.029 455.487 179.724C455.464 179.646 455.433 179.56 455.401 179.489C455.386 179.434 455.362 179.387 455.347 179.333C455.284 179.176 455.229 179.012 455.174 178.855C455.073 178.566 454.963 178.276 454.854 177.986C454.775 177.783 454.689 177.579 454.603 177.368C454.58 177.313 454.564 177.258 454.533 177.204C454.533 177.188 454.517 177.172 454.517 177.157C454.4 176.875 454.29 176.601 454.165 176.327C454.04 176.045 453.915 175.763 453.782 175.49C453.735 175.388 453.688 175.294 453.633 175.184C453.61 175.13 453.578 175.075 453.555 175.028C453.492 174.903 453.43 174.769 453.367 174.644C453.187 174.284 453.007 173.924 452.811 173.572C452.702 173.368 452.592 173.165 452.483 172.961C452.342 172.711 452.201 172.468 452.06 172.218C451.951 172.03 451.826 171.85 451.708 171.662C451.442 171.224 451.176 170.801 450.902 170.379C450.816 170.246 450.73 170.089 450.644 169.956C450.48 169.713 450.308 169.486 450.143 169.251C450.034 169.103 449.932 168.954 449.83 168.813C449.791 168.758 449.744 168.688 449.697 168.633C449.478 168.328 449.251 168.03 449.024 167.741C448.884 167.569 448.743 167.397 448.602 167.216C448.578 167.185 448.547 167.154 448.524 167.123C448.485 167.076 448.445 167.029 448.414 166.982C448.211 166.739 448.007 166.504 447.812 166.277C447.608 166.042 447.405 165.815 447.194 165.596C447.178 165.581 447.162 165.565 447.154 165.549C447.115 165.51 447.084 165.479 447.045 165.44C446.881 165.268 446.716 165.088 446.552 164.923C446.333 164.696 446.106 164.477 445.879 164.266C445.824 164.203 445.762 164.148 445.699 164.094C445.644 164.047 445.59 163.992 445.543 163.945C445.425 163.835 445.316 163.726 445.198 163.624C444.964 163.42 444.729 163.217 444.494 163.013C444.392 162.927 444.291 162.841 444.189 162.763C444.134 162.716 444.079 162.677 444.025 162.63C443.946 162.567 443.868 162.505 443.798 162.45C443.571 162.27 443.344 162.09 443.109 161.925C442.945 161.808 442.788 161.691 442.616 161.573C442.577 161.55 442.546 161.526 442.515 161.503C442.491 161.487 442.468 161.464 442.436 161.448C442.225 161.299 441.998 161.158 441.779 161.018C441.568 160.877 441.356 160.744 441.137 160.618C441.09 160.587 441.036 160.564 440.989 160.532C440.824 160.438 440.668 160.344 440.504 160.258C440.3 160.141 440.089 160.031 439.885 159.93C439.768 159.875 439.659 159.82 439.541 159.765C439.502 159.75 439.463 159.734 439.432 159.718C439.369 159.687 439.306 159.664 439.252 159.632C439.048 159.538 438.837 159.452 438.634 159.366C438.422 159.288 438.211 159.21 438.008 159.131C438 159.131 437.992 159.131 437.984 159.123C437.976 159.123 437.961 159.123 437.953 159.116C437.757 159.053 437.569 158.983 437.374 158.928C437.155 158.865 436.951 158.81 436.732 158.756C436.67 158.74 436.599 158.724 436.537 158.709C436.49 158.701 436.458 158.693 436.419 158.685C436.31 158.662 436.192 158.63 436.083 158.607C435.848 158.568 435.629 158.529 435.402 158.497C435.308 158.482 435.214 158.474 435.113 158.466C435.058 158.466 434.995 158.45 434.94 158.45C434.854 158.45 434.776 158.435 434.698 158.427C434.448 158.403 434.197 158.396 433.955 158.403C433.876 158.403 433.798 158.411 433.728 158.411C433.649 158.411 433.571 158.411 433.493 158.419C433.376 158.419 433.266 158.419 433.149 158.435C432.859 158.458 432.57 158.505 432.288 158.552C432.272 158.552 432.264 158.552 432.249 158.552C432.249 158.552 432.241 158.552 432.225 158.552C431.842 158.63 431.474 158.724 431.106 158.857C431.083 158.865 431.06 158.881 431.036 158.889C430.59 159.053 430.16 159.241 429.745 159.483L427.625 160.712L425.888 157.574C425.755 157.339 425.622 157.096 425.489 156.869C425.371 156.674 425.246 156.494 425.136 156.306C424.863 155.852 424.589 155.413 424.299 154.975C424.213 154.842 424.135 154.709 424.049 154.576C423.892 154.341 423.72 154.106 423.556 153.872C423.454 153.723 423.345 153.574 423.243 153.425C423.196 153.371 423.165 153.308 423.118 153.253C422.899 152.956 422.672 152.658 422.445 152.369C422.304 152.189 422.163 152.017 422.014 151.837C421.983 151.797 421.96 151.766 421.928 151.727C421.897 151.688 421.866 151.641 421.827 151.594C421.631 151.351 421.428 151.117 421.224 150.89C421.021 150.663 420.817 150.428 420.606 150.209C420.59 150.193 420.575 150.177 420.559 150.162C420.52 150.115 420.481 150.083 420.442 150.036C420.285 149.864 420.121 149.7 419.957 149.535C419.738 149.308 419.511 149.089 419.292 148.87C419.229 148.815 419.166 148.753 419.104 148.69C419.049 148.635 418.986 148.588 418.932 148.534C418.822 148.432 418.713 148.33 418.603 148.228C418.376 148.017 418.134 147.814 417.899 147.618C417.797 147.524 417.688 147.438 417.578 147.352C417.531 147.313 417.492 147.273 417.445 147.242C417.367 147.18 417.281 147.109 417.202 147.047C416.976 146.866 416.741 146.694 416.514 146.522C416.35 146.397 416.177 146.279 416.013 146.162C415.982 146.139 415.951 146.115 415.911 146.099C415.888 146.084 415.857 146.06 415.833 146.045C415.614 145.896 415.403 145.755 415.176 145.614C414.965 145.473 414.746 145.348 414.534 145.215C414.487 145.184 414.433 145.16 414.386 145.129C414.229 145.035 414.057 144.941 413.901 144.855C413.689 144.745 413.486 144.636 413.267 144.534C413.149 144.479 413.04 144.424 412.93 144.37C412.891 144.354 412.852 144.331 412.813 144.315C412.758 144.291 412.703 144.26 412.649 144.237C412.445 144.143 412.234 144.057 412.03 143.971C411.819 143.884 411.608 143.806 411.405 143.736C411.397 143.736 411.381 143.728 411.365 143.728C411.358 143.728 411.35 143.728 411.342 143.72C411.154 143.657 410.959 143.587 410.771 143.532C410.559 143.47 410.34 143.407 410.129 143.352C410.059 143.337 409.996 143.321 409.934 143.305C409.894 143.297 409.847 143.282 409.801 143.274C409.691 143.25 409.589 143.227 409.48 143.203C409.253 143.164 409.026 143.125 408.799 143.094C408.697 143.078 408.611 143.07 408.509 143.063C408.447 143.063 408.392 143.047 408.33 143.047C408.251 143.047 408.165 143.031 408.087 143.023C407.829 143.008 407.586 143 407.336 143C407.258 143 407.179 143.008 407.101 143.008C407.023 143.008 406.945 143.008 406.866 143.016C406.757 143.016 406.639 143.016 406.53 143.031C406.24 143.055 405.959 143.102 405.677 143.149C405.661 143.149 405.646 143.149 405.63 143.157C405.63 143.157 405.622 143.157 405.614 143.157C405.231 143.235 404.855 143.337 404.488 143.462C404.464 143.47 404.449 143.485 404.425 143.493C404.253 143.556 404.081 143.626 403.909 143.704L393.009 150.036C393.432 149.794 393.862 149.598 394.308 149.442C394.699 149.301 395.091 149.183 395.505 149.105C395.521 149.105 395.537 149.105 395.56 149.097C395.951 149.027 396.35 148.98 396.757 148.964C396.828 148.964 396.898 148.964 396.976 148.956C397.375 148.941 397.782 148.956 398.197 148.995C398.244 148.995 398.306 149.003 398.353 149.011C398.784 149.058 399.206 149.128 399.637 149.222C399.691 149.238 399.738 149.246 399.793 149.254C400.239 149.355 400.693 149.489 401.147 149.645C401.17 149.653 401.194 149.661 401.217 149.669C401.687 149.833 402.164 150.029 402.641 150.248C402.68 150.263 402.719 150.287 402.766 150.303C403.244 150.529 403.721 150.772 404.198 151.054C404.699 151.343 405.208 151.672 405.708 152.017C405.747 152.04 405.779 152.064 405.818 152.087C406.272 152.408 406.733 152.752 407.187 153.12C407.25 153.175 407.312 153.23 407.383 153.277C407.821 153.637 408.267 154.02 408.697 154.427C408.76 154.482 408.815 154.537 408.869 154.592C409.323 155.022 409.769 155.468 410.215 155.938C410.247 155.969 410.27 156.001 410.301 156.032C410.763 156.525 411.217 157.041 411.655 157.582C411.702 157.636 411.741 157.691 411.788 157.738C412.195 158.239 412.594 158.763 412.993 159.296C413.087 159.421 413.173 159.554 413.267 159.687C413.533 160.063 413.791 160.446 414.049 160.838C414.323 161.26 414.597 161.699 414.863 162.137C415.113 162.552 415.372 162.966 415.614 163.405L417.382 166.583L420.184 164.955C420.364 164.876 420.543 164.767 420.739 164.704C421.122 164.563 421.522 164.446 421.928 164.367C421.96 164.367 421.983 164.367 422.014 164.352C422.39 164.281 422.773 164.242 423.165 164.219C423.243 164.219 423.313 164.211 423.399 164.211C423.798 164.195 424.197 164.211 424.604 164.25C424.667 164.25 424.73 164.266 424.792 164.274C425.207 164.321 425.629 164.391 426.06 164.477C426.107 164.485 426.154 164.501 426.208 164.516C426.67 164.618 427.139 164.759 427.617 164.923C428.094 165.088 428.571 165.291 429.056 165.51C429.096 165.526 429.135 165.549 429.158 165.565C429.643 165.792 430.121 166.042 430.606 166.316C431.114 166.606 431.623 166.935 432.131 167.287C432.155 167.303 432.178 167.318 432.202 167.334C432.679 167.67 433.149 168.023 433.626 168.406C433.681 168.445 433.72 168.492 433.775 168.531C434.228 168.907 434.674 169.298 435.12 169.705C435.175 169.752 435.222 169.799 435.269 169.846C435.739 170.285 436.2 170.746 436.646 171.232C436.662 171.247 436.685 171.271 436.701 171.286C437.17 171.787 437.624 172.312 438.078 172.86C438.117 172.899 438.141 172.938 438.172 172.985C438.594 173.502 439.009 174.034 439.408 174.589C439.486 174.691 439.557 174.793 439.627 174.903C439.917 175.302 440.183 175.717 440.465 176.131C440.731 176.531 440.981 176.938 441.231 177.36C441.49 177.791 441.763 178.213 442.006 178.659C442.389 179.348 442.749 180.045 443.086 180.741C443.101 180.773 443.117 180.812 443.133 180.843C443.461 181.532 443.766 182.229 444.056 182.925C444.056 182.941 444.072 182.956 444.079 182.98C444.361 183.653 444.619 184.334 444.846 185.007C444.862 185.062 444.885 185.109 444.901 185.164C445.136 185.837 445.347 186.518 445.535 187.191C445.535 187.206 445.535 187.222 445.543 187.23C445.73 187.911 445.895 188.592 446.043 189.265C446.051 189.312 446.059 189.359 446.075 189.414C446.208 190.055 446.325 190.682 446.411 191.308C446.411 191.355 446.419 191.402 446.427 191.441C446.513 192.067 446.583 192.685 446.63 193.296C446.63 193.335 446.63 193.374 446.638 193.413C446.685 194.032 446.708 194.634 446.708 195.237V195.323C446.708 195.933 446.677 196.528 446.63 197.107C446.63 197.131 446.63 197.154 446.63 197.178C446.583 197.749 446.505 198.305 446.411 198.845C446.411 198.869 446.403 198.892 446.395 198.916C446.302 199.44 446.192 199.941 446.051 200.426C446.043 200.45 446.028 200.489 446.028 200.512C445.895 200.958 445.738 201.389 445.574 201.804C445.527 201.929 445.464 202.046 445.417 202.172C445.292 202.453 445.151 202.727 445.01 202.993C444.917 203.166 444.831 203.338 444.729 203.502C444.635 203.666 444.518 203.815 444.416 203.972C444.165 204.34 443.899 204.676 443.61 204.989C443.5 205.114 443.391 205.24 443.266 205.357C442.859 205.756 442.421 206.124 441.943 206.429L454.126 199.346C454.392 199.049 454.642 198.735 454.877 198.399C454.94 198.313 455.018 198.242 455.073 198.156L455.081 198.203Z' fill='%23004393'/%3E%3Cpath d='M430.613 166.363C434.752 168.751 438.884 173.055 442.021 178.706C448.32 190.04 448.281 202.453 441.943 206.476L417.233 216.088L392.657 178.01C386.358 166.684 386.39 154.271 392.735 150.24C395.904 148.236 400.059 148.714 404.19 151.101C408.329 153.496 412.468 157.801 415.614 163.452L417.382 166.629L419.174 165.502C422.327 163.491 426.474 163.968 430.613 166.363Z' fill='%233D9AFD'/%3E%3Cpath d='M413.579 170.058C413.783 170.175 413.955 170.441 413.986 170.692L416.404 187.942L419.299 182.416C419.37 182.291 419.51 182.26 419.675 182.354C419.886 182.495 420.027 182.706 420.082 182.925L423.477 198.086L427.28 183.512C427.327 183.332 427.476 183.262 427.679 183.379C427.898 183.52 428.062 183.778 428.094 184.013L429.815 196.771L449.791 208.308V209.271L429.463 197.53C429.26 197.413 429.087 197.147 429.056 196.896L427.601 186.095L423.908 200.23C423.861 200.41 423.704 200.465 423.509 200.363C423.321 200.254 423.157 200.019 423.102 199.784L419.596 184.13L416.6 189.828C416.529 189.962 416.381 189.977 416.216 189.883C415.989 189.727 415.849 189.484 415.809 189.257L413.564 173.188L409.785 194C409.745 194.196 409.589 194.266 409.393 194.165C409.19 194.047 409.026 193.805 408.971 193.57L405.481 176.178L402.938 182.182C402.876 182.338 402.719 182.369 402.555 182.268L382 170.394V169.432L402.273 181.141L405.176 174.276C405.239 174.128 405.379 174.089 405.567 174.198C405.771 174.331 405.919 174.558 405.966 174.785L409.315 191.456L413.173 170.199C413.212 169.995 413.384 169.932 413.579 170.042V170.058Z' fill='white'/%3E%3Cg clip-path='url(%23clip6_7670_3059)'%3E%3Cpath d='M509.392 138.152C509.472 138.2 509.544 138.224 509.616 138.224C509.792 138.224 509.904 138.08 509.904 137.864C509.904 137.568 509.696 137.208 509.432 137.056L504.352 134.12L504.368 128.28C504.368 127.984 504.152 127.616 503.896 127.464C503.824 127.424 503.752 127.4 503.68 127.4C503.504 127.4 503.384 127.544 503.384 127.76L503.368 133.56L498.328 130.648C498.248 130.608 498.176 130.584 498.112 130.584C497.936 130.584 497.824 130.728 497.824 130.944C497.824 131.24 498.032 131.6 498.288 131.752L503.376 134.688L503.36 140.536C503.36 140.832 503.568 141.2 503.824 141.344C503.904 141.392 503.976 141.416 504.048 141.416C504.224 141.416 504.344 141.272 504.344 141.056L504.36 135.264L509.4 138.176L509.392 138.152Z' fill='%233D9AFD'/%3E%3Cpath d='M502.616 152.68L497.536 149.752L497.552 143.904C497.552 143.608 497.336 143.232 497.08 143.088C497.008 143.048 496.936 143.024 496.864 143.024C496.688 143.024 496.576 143.16 496.576 143.384L496.56 149.184L491.512 146.272C491.44 146.224 491.36 146.208 491.288 146.208C491.112 146.208 491 146.344 491 146.56C491 146.856 491.208 147.216 491.464 147.36L496.552 150.296L496.536 156.136C496.536 156.432 496.744 156.8 497 156.944C497.072 156.984 497.152 157.008 497.216 157.008C497.392 157.008 497.512 156.864 497.512 156.648L497.528 150.848L502.568 153.76C502.648 153.808 502.72 153.832 502.792 153.832C502.968 153.832 503.08 153.696 503.08 153.472C503.08 153.176 502.872 152.816 502.608 152.664L502.616 152.68Z' fill='%233D9AFD'/%3E%3Cpath d='M554.44 181.064L601.544 207.552L569.8 224.72L522.696 197.336L554.44 181.064Z' fill='url(%23paint42_linear_7670_3059)'/%3E%3Cpath d='M499.176 166.44L523.576 152.256L534.92 158.8L510.52 172.984L499.176 166.44Z' fill='%2389ACE0'/%3E%3Cpath d='M534.056 199.432L534.008 220.408L521.128 212.976L521.184 192L534.056 199.432Z' fill='%233D9AFD'/%3E%3Cpath d='M543.16 191.832L556.144 199.328L556.056 233.136L543.08 225.64L534.448 220.656L534.008 220.4L534.064 199.424L521.184 191.992L521.128 212.968L520.696 212.72L510.432 206.792L499.088 200.24L499.176 166.432L510.52 172.984L510.568 155.952L543.208 174.8L543.16 191.832Z' fill='%23CEE3F2'/%3E%3Cpath d='M521.04 179.872L521.024 185.768L515.888 182.808L515.904 176.912L521.04 179.872Z' fill='white'/%3E%3Cpath d='M521.072 169.136L521.056 175.032L515.92 172.064L515.936 166.168L521.072 169.136Z' fill='white'/%3E%3Cpath d='M537.456 189.352L537.44 195.248L532.312 192.288L532.328 186.392L537.456 189.352Z' fill='white'/%3E%3Cpath d='M529.272 173.864L529.256 179.76L524.128 176.8L524.144 170.904L529.272 173.864Z' fill='white'/%3E%3Cpath d='M537.488 178.608L537.472 184.504L532.336 181.544L532.352 175.648L537.488 178.608Z' fill='white'/%3E%3Cpath d='M529.24 184.608L529.224 190.504L524.096 187.544L524.112 181.648L529.24 184.608Z' fill='white'/%3E%3Cpath d='M556.136 199.328L580.544 185.144L580.456 218.96L556.048 233.136L556.136 199.328Z' fill='url(%23paint43_linear_7670_3059)'/%3E%3Cpath d='M543.16 191.832L567.568 177.648L580.544 185.144L556.136 199.328L543.16 191.832Z' fill='%2389ACE0'/%3E%3Cpath d='M510.568 155.96L534.968 141.776L567.608 160.624L543.208 174.808L510.568 155.96Z' fill='%2389ACE0'/%3E%3Cpath d='M543.208 174.808L567.608 160.624L567.568 177.648L543.16 191.832L543.208 174.808Z' fill='url(%23paint44_linear_7670_3059)'/%3E%3Cpath d='M530.848 150.352L532.856 149.184L532.84 156.928L530.832 158.096L530.848 150.352Z' fill='white'/%3E%3Cpath d='M529.056 149.32L531.064 148.152L532.856 149.184L530.848 150.352L529.056 149.32Z' fill='%23654E39'/%3E%3Cpath d='M530.848 150.352L530.832 158.096L529.04 157.064L529.056 149.32L530.848 150.352Z' fill='%23CEE3F2'/%3E%3Cpath d='M541.064 156.248L543.072 155.08L543.048 162.824L541.04 163.992L541.064 156.248Z' fill='white'/%3E%3Cpath d='M539.272 155.216L541.272 154.048L543.072 155.08L541.064 156.248L539.272 155.216Z' fill='%23654E39'/%3E%3Cpath d='M541.064 156.248L541.04 163.992L539.248 162.952L539.272 155.216L541.064 156.248Z' fill='%23CEE3F2'/%3E%3Cpath d='M536.4 138.632L536.392 143.056L540.24 145.28L540.232 149.704L536.376 147.48L536.36 151.912L532.52 149.688L532.536 145.264L528.68 143.04L528.696 138.616L532.544 140.84L532.56 136.416L536.4 138.632Z' fill='white'/%3E%3Cpath d='M541.216 137.248C542.688 138.096 543.88 140.168 543.88 141.864L543.84 157.312C543.84 159.008 542.632 159.688 541.16 158.84L527.72 151.08C526.24 150.224 525.048 148.168 525.056 146.464L525.096 131.016C525.096 129.328 526.296 128.632 527.776 129.488L541.216 137.248ZM540.224 149.704L540.24 145.28L536.384 143.056V138.632L532.552 136.416L532.536 140.848L528.68 138.624L528.664 143.048L532.52 145.272L532.504 149.704L536.344 151.92L536.36 147.488L540.216 149.712' fill='%233D9AFD'/%3E%3Cpath d='M548.56 139.024C548.56 138.984 548.56 138.936 548.56 138.896C548.56 138.856 548.56 138.808 548.552 138.768C548.552 138.728 548.544 138.68 548.536 138.64C548.536 138.592 548.528 138.552 548.52 138.504C548.52 138.464 548.504 138.424 548.496 138.376C548.488 138.328 548.48 138.28 548.464 138.24C548.456 138.192 548.448 138.144 548.432 138.104C548.424 138.056 548.408 138.008 548.392 137.96C548.384 137.92 548.368 137.88 548.36 137.84C548.36 137.84 548.36 137.824 548.36 137.816C548.344 137.768 548.328 137.72 548.312 137.68C548.296 137.632 548.28 137.584 548.264 137.544C548.248 137.504 548.232 137.456 548.216 137.416C548.2 137.368 548.184 137.328 548.168 137.288C548.152 137.256 548.136 137.224 548.128 137.192C548.128 137.192 548.128 137.184 548.128 137.176C548.128 137.176 548.128 137.168 548.128 137.16C548.112 137.12 548.088 137.072 548.072 137.032C548.048 136.984 548.024 136.936 548 136.896C547.976 136.84 547.944 136.784 547.92 136.736C547.888 136.68 547.856 136.624 547.824 136.568C547.824 136.56 547.808 136.552 547.808 136.536C547.808 136.528 547.792 136.512 547.792 136.504C547.728 136.392 547.664 136.288 547.592 136.184C547.536 136.104 547.48 136.024 547.424 135.944C547.384 135.888 547.344 135.84 547.304 135.784C547.272 135.744 547.24 135.696 547.2 135.656C547.168 135.616 547.128 135.576 547.096 135.536C547.064 135.496 547.024 135.456 546.992 135.424C546.992 135.424 546.976 135.408 546.976 135.4C546.952 135.368 546.92 135.344 546.896 135.312C546.856 135.272 546.824 135.24 546.784 135.2C546.744 135.16 546.704 135.128 546.664 135.088C546.624 135.056 546.584 135.016 546.544 134.984C546.528 134.968 546.504 134.952 546.488 134.936C546.488 134.936 546.48 134.936 546.472 134.928C546.456 134.912 546.44 134.904 546.424 134.888C546.384 134.856 546.344 134.824 546.304 134.8C546.264 134.768 546.224 134.744 546.184 134.72C546.144 134.696 546.112 134.672 546.072 134.648C546.032 134.624 546 134.6 545.96 134.576C545.952 134.576 545.944 134.568 545.936 134.56L532.456 126.768C532.456 126.768 532.4 126.736 532.368 126.72C532.328 126.704 532.296 126.68 532.256 126.664C532.216 126.648 532.184 126.632 532.144 126.616C532.112 126.6 532.072 126.584 532.04 126.568C532 126.552 531.968 126.536 531.936 126.528C531.936 126.528 531.92 126.528 531.912 126.528C531.888 126.52 531.856 126.512 531.832 126.504C531.792 126.496 531.76 126.48 531.72 126.472C531.68 126.464 531.648 126.456 531.608 126.448C531.568 126.448 531.528 126.432 531.488 126.432C531.464 126.432 531.44 126.432 531.408 126.424C531.408 126.424 531.4 126.424 531.392 126.424C531.384 126.424 531.376 126.424 531.368 126.424C531.328 126.424 531.288 126.424 531.24 126.424C531.192 126.424 531.144 126.424 531.104 126.424C531.056 126.424 531 126.44 530.952 126.448C530.888 126.464 530.832 126.48 530.776 126.496C530.704 126.52 530.632 126.56 530.56 126.592L525.88 129.312C526 129.24 526.128 129.192 526.272 129.16C526.416 129.136 526.56 129.12 526.72 129.136C526.72 129.136 526.72 129.136 526.728 129.136C526.888 129.152 527.048 129.184 527.216 129.24C527.216 129.24 527.216 129.24 527.224 129.24C527.4 129.296 527.576 129.384 527.76 129.488L541.2 137.248C541.384 137.352 541.56 137.48 541.728 137.616C541.728 137.616 541.736 137.616 541.744 137.632C541.912 137.768 542.08 137.928 542.232 138.088C542.392 138.256 542.544 138.44 542.68 138.632C542.816 138.824 542.952 139.024 543.064 139.224C543.064 139.232 543.072 139.24 543.08 139.256C543.192 139.456 543.304 139.664 543.392 139.88C543.392 139.88 543.392 139.88 543.392 139.888C543.488 140.104 543.568 140.328 543.632 140.544C543.696 140.768 543.752 140.992 543.784 141.208C543.816 141.424 543.84 141.64 543.84 141.856L543.8 157.304C543.8 157.512 543.776 157.704 543.744 157.88V157.888C543.712 158.064 543.656 158.224 543.592 158.36C543.536 158.48 543.464 158.576 543.392 158.672C543.368 158.704 543.344 158.736 543.32 158.76C543.232 158.856 543.136 158.936 543.024 159L547.704 156.28C547.808 156.216 547.904 156.136 547.992 156.04C548.016 156.008 548.04 155.976 548.064 155.944C548.096 155.904 548.136 155.872 548.16 155.824C548.2 155.768 548.232 155.704 548.264 155.64C548.288 155.6 548.304 155.552 548.32 155.504C548.336 155.456 548.352 155.416 548.368 155.36C548.384 155.32 548.392 155.272 548.408 155.224C548.408 155.208 548.408 155.184 548.416 155.168C548.416 155.168 548.416 155.16 548.416 155.152C548.416 155.128 548.424 155.112 548.424 155.096C548.424 155.056 548.44 155.016 548.44 154.968C548.44 154.928 548.448 154.88 548.456 154.84C548.456 154.8 548.456 154.76 548.456 154.712C548.456 154.664 548.456 154.624 548.456 154.584L548.496 139.128C548.496 139.088 548.496 139.048 548.496 139.008L548.56 139.024Z' fill='%23004393'/%3E%3C/g%3E%3Cg clip-path='url(%23clip7_7670_3059)'%3E%3Cpath d='M660.684 183.051L703.318 207.116L670.011 225.711L627.369 200.83L669.677 176.058L660.684 183.051Z' fill='url(%23paint45_linear_7670_3059)'/%3E%3Cpath d='M623 189.355V202.382C623 218.804 636.369 230.475 652.852 230.475C669.335 230.475 682.705 218.804 682.705 202.389V189.362H623V189.355Z' fill='url(%23paint46_linear_7670_3059)'/%3E%3Cpath d='M631.819 177.457C620.119 184.233 620.06 195.22 631.681 202.003C643.301 208.786 662.208 208.786 673.901 202.003C685.601 195.22 685.666 184.233 674.046 177.457C662.419 170.674 643.511 170.674 631.826 177.457' fill='%23CEE3F2'/%3E%3Cpath d='M634.751 193.668C644.81 187.912 661.076 187.912 671.077 193.668C672.768 194.644 674.169 195.723 675.287 196.866C680.738 191.264 679.344 184.065 671.077 179.308C661.076 173.545 644.81 173.545 634.751 179.308C626.389 184.087 624.945 191.337 630.425 196.954C631.572 195.774 633.009 194.666 634.751 193.668Z' fill='%2389ACE0'/%3E%3Cpath d='M634.635 200.152C644.636 205.908 660.902 205.908 670.961 200.152C672.711 199.154 674.148 198.047 675.287 196.866C674.169 195.723 672.776 194.644 671.085 193.668C661.083 187.912 644.818 187.912 634.758 193.668C633.009 194.666 631.572 195.774 630.432 196.954C631.55 198.098 632.944 199.176 634.642 200.152H634.635Z' fill='%23004393'/%3E%3Cpath d='M659.239 162.879C659.254 164.481 657.977 165.793 656.38 165.815C654.783 165.829 653.477 164.54 653.462 162.937C653.448 161.334 654.725 160.023 656.322 160.008C657.918 159.993 659.225 161.276 659.247 162.879H659.239Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M655.865 153.465C655.879 154.908 654.725 156.096 653.288 156.103C651.844 156.117 650.668 154.959 650.653 153.516C650.639 152.067 651.8 150.886 653.237 150.872C654.674 150.857 655.857 152.016 655.872 153.465H655.865Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M649.514 170.689C649.528 172.343 648.207 173.691 646.567 173.705C644.927 173.72 643.577 172.394 643.562 170.747C643.548 169.093 644.861 167.745 646.509 167.724C648.156 167.709 649.506 169.035 649.521 170.682L649.514 170.689Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M665.634 174.252C665.656 176.139 664.146 177.676 662.274 177.698C660.394 177.72 658.862 176.204 658.84 174.324C658.826 172.445 660.321 170.9 662.201 170.878C664.081 170.864 665.612 172.372 665.634 174.252Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M653.433 182.266C653.455 183.92 652.134 185.268 650.486 185.289C648.846 185.304 647.496 183.978 647.482 182.331C647.467 180.678 648.781 179.33 650.428 179.308C652.076 179.293 653.419 180.619 653.433 182.266Z' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M639.497 130.829C637.037 133.284 637.022 137.269 639.461 139.739L645.921 146.274L654.834 137.4L648.367 130.865C645.928 128.395 641.958 128.381 639.497 130.829Z' fill='%23CEE3F2'/%3E%3Cpath d='M653.411 144.803C650.987 147.316 647.757 148.118 646.182 146.595C644.614 145.072 645.297 141.794 647.721 139.28C650.145 136.767 653.382 135.965 654.95 137.488C656.525 139.011 655.835 142.289 653.411 144.803Z' fill='%2389ACE0'/%3E%3Cpath d='M671.629 157.298C674.96 158.252 678.43 156.321 679.388 152.97C680.339 149.626 678.408 146.143 675.076 145.182L666.258 142.646L662.81 154.762L671.629 157.29V157.298Z' fill='%233D9AFD'/%3E%3Cpath d='M668.319 149.837C667.361 153.181 664.886 155.403 662.796 154.791C660.706 154.187 659.791 150.988 660.749 147.644C661.714 144.3 664.182 142.078 666.272 142.683C668.363 143.287 669.277 146.486 668.319 149.837Z' fill='%233D9AFD'/%3E%3Cmask id='mask3_7670_3059' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='626' y='161' width='72' height='44'%3E%3Cpath d='M696.945 163.374C695.965 162.638 626.673 161.902 626.673 161.902L630.933 182.098C626.099 186.637 625.925 192.349 630.425 196.954C631.572 195.774 633.009 194.666 634.751 193.668C636.253 192.808 637.915 192.087 639.65 191.49C637.908 192.094 636.253 192.808 634.751 193.668C633.002 194.666 631.565 195.774 630.425 196.954C631.543 198.098 632.936 199.176 634.635 200.152C644.636 205.908 660.902 205.908 670.961 200.152C672.711 199.154 674.148 198.047 675.287 196.866C675.977 196.16 676.55 195.424 677.022 194.673L691.313 185.982C691.313 185.982 697.925 164.11 696.945 163.367V163.374Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_7670_3059)'%3E%3Cpath d='M667.427 211.933C668.653 208.29 671.201 201.704 675.055 196.648C679.845 190.368 685.731 186.2 685.731 186.2L685.673 186.04C685.971 185.763 686.254 185.464 686.515 185.136C688.823 182.208 688.606 178.171 686.022 176.117C683.438 174.062 679.475 174.776 677.167 177.705C676.884 178.062 676.644 178.434 676.441 178.82C676.427 178.849 676.412 178.878 676.398 178.907C676.202 179.279 673.422 185.88 668.762 191.65C665.162 196.109 660.067 199.482 657.723 201.216C656.503 201.828 655.371 202.739 654.435 203.919C651.43 207.729 651.648 212.939 654.928 215.547C658.209 218.155 663.304 217.172 666.316 213.361C666.701 212.873 667.027 212.363 667.311 211.846L667.434 211.948L667.427 211.933Z' fill='%233D9AFD'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M794 222L832.66 199.201L780.99 176.461L745.33 195.961L794 222Z' fill='url(%23paint47_linear_7670_3059)'/%3E%3Cpath d='M754.797 195.159C756.297 196.025 757.505 198.121 757.498 199.837C757.498 201.56 756.274 202.262 754.775 201.396C753.275 200.531 752.067 198.434 752.074 196.711C752.074 194.988 753.298 194.294 754.797 195.159Z' fill='%233D9AFD'/%3E%3Cpath d='M764.107 200.531C765.607 201.396 766.823 203.493 766.816 205.216C766.816 206.939 765.592 207.633 764.093 206.768C762.593 205.902 761.384 203.798 761.392 202.083C761.392 200.359 762.615 199.665 764.115 200.531H764.107Z' fill='%233D9AFD'/%3E%3Cpath d='M746.688 148.256L786.615 171.309L786.459 226.396L746.531 203.343L746.688 148.256ZM782.221 202.299L782.296 176.441C782.296 174.733 781.095 172.652 779.61 171.794L753.671 156.821C752.178 155.963 750.977 156.657 750.97 158.358L750.895 184.215C750.895 185.923 752.089 188.012 753.581 188.87L779.513 203.843C781.005 204.701 782.214 204.015 782.221 202.299ZM764.085 206.768C765.585 207.633 766.808 206.939 766.808 205.216C766.808 203.493 765.6 201.396 764.1 200.531C762.601 199.665 761.384 200.359 761.377 202.083C761.377 203.806 762.578 205.902 764.078 206.768M754.767 201.396C756.267 202.262 757.483 201.56 757.49 199.837C757.49 198.114 756.289 196.025 754.79 195.159C753.29 194.294 752.074 194.988 752.067 196.711C752.067 198.434 753.268 200.531 754.767 201.396ZM773.985 210.871V207.245L770.829 205.417V209.043L773.985 210.871ZM780.438 214.593V210.96L777.29 209.14V212.766L780.438 214.593Z' fill='%23CEE3F2'/%3E%3Cpath d='M774 207.245L773.993 210.871L770.829 209.043L770.837 205.417L774 207.245Z' fill='white'/%3E%3Cpath d='M780.453 210.968L780.446 214.601L777.282 212.773L777.29 209.147L780.453 210.968Z' fill='white'/%3E%3Cpath d='M779.603 171.794C781.095 172.652 782.296 174.74 782.288 176.441L782.214 202.299C782.214 204.007 780.998 204.701 779.506 203.843L753.574 188.87C752.082 188.012 750.888 185.931 750.888 184.215L750.963 158.358C750.963 156.649 752.179 155.955 753.663 156.821L779.595 171.794H779.603Z' fill='white'/%3E%3Cpath d='M746.688 148.256L772.948 133L812.876 156.052L786.615 171.309L746.688 148.256Z' fill='%2389ACE0'/%3E%3Cpath d='M786.615 171.309L812.875 156.052L812.719 211.139L786.458 226.403L786.615 171.309Z' fill='url(%23paint48_linear_7670_3059)'/%3E%3Cpath d='M765.003 168.034C765.204 168.146 765.361 168.407 765.398 168.638L767.204 181.507L769.307 177.501C769.374 177.374 769.509 177.344 769.665 177.441C769.867 177.575 770.009 177.784 770.053 178.001L772.568 189.221L775.402 178.366C775.447 178.195 775.611 178.142 775.783 178.239C775.999 178.374 776.156 178.627 776.193 178.859L777.499 188.527L782.251 191.273V192.198L777.156 189.258C776.962 189.146 776.798 188.885 776.76 188.647L775.716 180.865L772.993 191.302C772.948 191.474 772.791 191.526 772.612 191.429C772.441 191.332 772.269 191.101 772.217 190.87L769.598 179.172L767.405 183.35C767.338 183.477 767.196 183.499 767.039 183.409C766.816 183.245 766.674 183.014 766.637 182.798L764.995 171.077L762.19 186.528C762.16 186.722 762.004 186.789 761.81 186.692C761.608 186.58 761.452 186.341 761.407 186.11L758.803 173.129L756.953 177.493C756.893 177.635 756.744 177.672 756.58 177.575L750.948 174.323V173.398L756.304 176.486L758.505 171.286C758.564 171.145 758.714 171.107 758.87 171.204C759.072 171.339 759.221 171.562 759.266 171.779L761.735 184.058L764.615 168.183C764.652 167.981 764.816 167.922 765.01 168.034H765.003Z' fill='%233D9AFD'/%3E%3Cpath d='M733.741 153.981V167.962' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M739.478 164.008V177.63' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.131 175.295V188.918' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M857.953 184.213L846.371 176.14' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M854.18 177.622L845 170.955' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M859.393 156.839L852.47 151.695' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg opacity='0.8'%3E%3Cpath d='M938.407 204.961L913.83 221.847L849.617 185.5L875.018 171.453L938.407 204.961Z' fill='url(%23paint49_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M912.362 211.054C912.459 210.964 912.556 210.881 912.667 210.798C913.421 210.285 914.522 210.244 915.81 210.798C918.413 211.926 920.767 215.111 921.078 217.894C921.238 219.361 920.795 220.414 919.971 220.933L917.783 222.525C918.461 221.965 918.815 220.975 918.676 219.645C918.371 216.855 916.011 213.678 913.401 212.542C912.154 211.995 911.068 212.03 910.32 212.515L912.369 211.047L912.362 211.054Z' fill='%23004393'/%3E%3Cpath d='M880.128 200.662C880.806 200.101 881.159 199.111 881.014 197.782C880.709 194.992 878.349 191.814 875.739 190.679C874.492 190.132 873.406 190.167 872.651 190.651L874.7 189.184C874.797 189.094 874.894 189.01 875.005 188.927C875.759 188.415 876.86 188.367 878.148 188.927C880.751 190.056 883.112 193.24 883.409 196.024C883.569 197.484 883.126 198.544 882.302 199.063L880.114 200.655L880.128 200.662Z' fill='%23004393'/%3E%3Cpath d='M898.751 215.339H898.737L898.8 215.298C898.8 215.298 898.772 215.325 898.751 215.339Z' fill='black'/%3E%3Cpath d='M874.756 200.544H874.742L874.804 200.503C874.804 200.503 874.776 200.531 874.756 200.544Z' fill='black'/%3E%3Cpath d='M933.422 159.324L898.031 138.61L866.49 156.818L901.888 177.532L933.422 159.324Z' fill='white'/%3E%3Cpath d='M933.644 190.423L902.109 208.631L901.894 174.929L933.429 156.721L933.644 190.423Z' fill='url(%23paint50_linear_7670_3059)'/%3E%3Cpath d='M933.422 156.714L898.031 136L866.49 154.208L901.888 174.922L933.422 156.714Z' fill='%233D9AFD'/%3E%3Cpath d='M901.888 174.922L866.49 154.208L866.704 187.91L902.102 208.631L901.888 174.922Z' fill='%2389ACE0'/%3E%3Cpath d='M914.854 185.937C914.73 185.784 914.605 185.632 914.488 185.494C914.46 185.459 914.425 185.424 914.398 185.39C914.308 185.286 913.795 184.732 913.712 184.649C913.664 184.6 913.608 184.545 913.567 184.497C913.449 184.379 913.338 184.275 913.234 184.178C913.214 184.157 913.193 184.137 913.172 184.123C913.089 184.047 913.006 183.977 912.93 183.908C912.902 183.887 912.881 183.867 912.854 183.846C912.778 183.783 912.701 183.721 912.639 183.666C912.632 183.659 912.618 183.652 912.611 183.645C912.535 183.583 912.473 183.534 912.411 183.493C912.397 183.486 912.383 183.472 912.369 183.465C912.328 183.437 912.293 183.403 912.258 183.389C912.251 183.389 912.238 183.375 912.231 183.368C912.203 183.347 912.182 183.333 912.168 183.327L905.397 179.443L931.013 164.662L937.784 168.539C937.784 168.539 937.819 168.56 937.846 168.58C937.853 168.58 937.86 168.594 937.874 168.601C937.902 168.622 937.943 168.65 937.985 168.677C937.999 168.684 938.005 168.691 938.019 168.705C938.075 168.746 938.144 168.802 938.22 168.864C938.22 168.864 938.234 168.871 938.241 168.878C938.31 168.933 938.386 168.996 938.462 169.065C938.483 169.086 938.511 169.106 938.532 169.127C938.608 169.196 938.691 169.266 938.781 169.349C938.802 169.37 938.815 169.383 938.836 169.397C938.933 169.487 939.037 169.584 939.141 169.688C939.155 169.695 939.162 169.709 939.169 169.716C939.21 169.757 939.259 169.806 939.307 169.854C939.39 169.937 939.473 170.027 939.563 170.117C939.619 170.18 939.674 170.242 939.729 170.304C939.799 170.38 939.861 170.45 939.93 170.526C939.951 170.553 939.979 170.581 939.999 170.609C940.027 170.643 940.055 170.678 940.082 170.706C940.207 170.858 940.339 171.01 940.47 171.176C940.477 171.19 940.491 171.204 940.498 171.218C940.505 171.225 940.512 171.239 940.525 171.246C940.581 171.315 940.643 171.398 940.699 171.474C940.802 171.606 940.899 171.737 941.003 171.883C941.01 171.896 941.024 171.91 941.038 171.924C941.128 172.056 941.218 172.194 941.315 172.333C941.37 172.416 941.425 172.485 941.474 172.568C941.474 172.575 941.481 172.582 941.488 172.589C941.626 172.803 953.167 192.929 953.25 193.04C953.271 193.074 953.299 193.102 953.326 193.137C953.368 193.192 953.409 193.254 953.444 193.317C953.486 193.379 953.527 193.441 953.569 193.504C953.589 193.531 953.61 193.559 953.624 193.587C953.7 193.711 953.776 193.836 953.853 193.961C953.859 193.974 953.866 193.988 953.88 194.002C953.956 194.127 954.019 194.251 954.088 194.376C954.116 194.424 954.136 194.473 954.164 194.521C954.185 194.556 954.199 194.597 954.219 194.632C954.24 194.674 954.261 194.715 954.282 194.75C954.344 194.881 954.406 195.013 954.462 195.137C954.462 195.151 954.469 195.158 954.476 195.172C954.489 195.2 954.496 195.221 954.51 195.248C954.552 195.352 954.593 195.449 954.635 195.553C954.656 195.608 954.669 195.657 954.69 195.712C954.711 195.774 954.732 195.83 954.753 195.892C954.766 195.934 954.787 195.975 954.794 196.017C954.822 196.093 954.843 196.169 954.863 196.245C954.884 196.328 954.912 196.404 954.939 196.487C954.946 196.508 954.953 196.536 954.96 196.557C954.974 196.612 954.988 196.674 955.002 196.73C955.043 196.875 955.078 197.014 955.106 197.159C955.106 197.187 955.119 197.221 955.126 197.249C955.126 197.277 955.133 197.311 955.14 197.339C955.209 197.657 955.258 197.969 955.299 198.281V198.294C955.299 198.343 955.306 198.391 955.313 198.44C955.334 198.599 955.348 198.751 955.362 198.904C955.369 198.98 955.376 199.056 955.383 199.132C955.389 199.264 955.403 199.395 955.41 199.527C955.41 199.61 955.417 199.7 955.424 199.783C955.424 199.907 955.431 200.032 955.438 200.157C955.438 200.24 955.438 200.33 955.438 200.42C955.438 200.537 955.438 200.662 955.438 200.78C955.438 200.863 955.438 200.953 955.438 201.036C955.438 201.161 955.438 201.278 955.438 201.396C955.438 201.479 955.438 201.569 955.438 201.652C955.438 201.784 955.438 201.915 955.438 202.047C955.438 202.22 955.438 202.386 955.431 202.552C955.431 202.628 955.431 202.704 955.431 202.781C955.431 202.974 955.431 203.168 955.424 203.362C955.424 203.771 955.41 208.935 955.41 209.205L929.795 223.986C929.795 223.716 929.808 218.551 929.815 218.143C929.815 217.949 929.815 217.755 929.815 217.561C929.815 217.485 929.815 217.409 929.815 217.333C929.815 217.167 929.815 216.994 929.822 216.821C929.822 216.696 929.822 216.565 929.822 216.44C929.822 216.35 929.822 216.26 929.822 216.177C929.822 216.059 929.822 215.941 929.822 215.831C929.822 215.741 929.822 215.651 929.822 215.561C929.822 215.45 929.822 215.332 929.822 215.221C929.822 215.125 929.822 215.035 929.822 214.945C929.822 214.827 929.822 214.716 929.808 214.598C929.808 214.508 929.802 214.411 929.795 214.321C929.795 214.204 929.781 214.086 929.767 213.961C929.767 213.871 929.753 213.781 929.746 213.691C929.732 213.56 929.718 213.428 929.705 213.297C929.698 213.221 929.691 213.145 929.677 213.061C929.635 212.757 929.58 212.452 929.518 212.141C929.504 212.071 929.49 212.002 929.476 211.933C929.448 211.795 929.407 211.663 929.372 211.525C929.352 211.441 929.331 211.358 929.303 211.275C929.282 211.192 929.255 211.116 929.227 211.033C929.192 210.915 929.158 210.798 929.109 210.68C929.088 210.618 929.068 210.562 929.047 210.5C928.992 210.348 928.929 210.195 928.867 210.036C928.853 210.008 928.846 209.988 928.832 209.96C928.756 209.78 928.673 209.6 928.576 209.42C928.555 209.378 928.535 209.337 928.514 209.302C928.417 209.115 928.32 208.935 928.209 208.748C928.119 208.589 928.015 208.437 927.918 208.291C927.877 208.229 927.835 208.167 927.794 208.104C927.732 208.008 927.662 207.918 927.6 207.828C927.524 207.717 927.441 207.613 927.358 207.509C927.309 207.447 927.268 207.384 927.219 207.322C927.032 207.087 926.838 206.851 926.638 206.623C926.603 206.581 926.561 206.54 926.527 206.491C926.333 206.277 926.146 206.062 925.945 205.854C925.911 205.82 925.883 205.785 925.848 205.751C925.661 205.55 925.468 205.349 925.281 205.148C925.066 204.927 924.858 204.705 924.644 204.477C924.602 204.428 924.561 204.387 924.519 204.345C924.311 204.124 924.111 203.902 923.903 203.674C923.903 203.667 923.889 203.66 923.882 203.646C923.868 203.632 923.861 203.618 923.848 203.604C923.626 203.355 923.411 203.092 923.197 202.822C923.197 202.815 923.183 202.808 923.176 202.801C923.176 202.801 923.176 202.801 923.169 202.788C923.024 202.608 922.885 202.421 922.747 202.227C922.747 202.22 922.733 202.213 922.726 202.199C922.657 202.102 922.595 202.005 922.525 201.901C922.477 201.832 922.435 201.77 922.387 201.707C922.387 201.707 922.387 201.701 922.38 201.694C922.283 201.541 922.186 201.389 922.096 201.23C922.082 201.202 922.068 201.181 922.055 201.154C921.826 200.759 921.611 200.371 921.404 199.984C921.404 199.977 921.39 199.963 921.39 199.956C921.362 199.907 921.341 199.859 921.314 199.811C921.113 199.43 920.67 198.557 920.649 198.502C920.608 198.426 920.58 198.343 920.538 198.267C920.351 197.879 920.171 197.491 920.005 197.104C919.978 197.034 919.888 196.834 919.874 196.806C919.625 196.231 914.827 185.957 914.806 185.937H914.854Z' fill='%23CEE3F2'/%3E%3Cpath d='M905.404 179.436L905.314 209.731C912.251 213.705 928.929 223.495 929.809 224C929.809 223.73 929.822 218.565 929.829 218.157C929.836 215.325 930.21 212.037 928.258 208.755C927.032 206.685 920.268 193.614 915.969 186.871C914.273 184.213 912.224 183.354 912.168 183.313L905.398 179.429L905.404 179.436Z' fill='url(%23paint51_linear_7670_3059)'/%3E%3Cpath d='M907.675 184.725L913.539 188.353L919.34 201.59L907.64 194.577L907.675 184.725Z' fill='white'/%3E%3Cpath d='M952.17 202.801C951.222 203.293 950.405 204.553 950.363 205.619C950.315 206.685 951.049 207.149 951.997 206.658C952.946 206.166 953.763 204.906 953.811 203.84C953.86 202.774 953.126 202.31 952.17 202.801Z' fill='%233D9AFD'/%3E%3Cpath d='M934.198 213.29C933.242 213.781 932.432 215.041 932.384 216.108C932.335 217.174 933.069 217.638 934.025 217.146C934.98 216.655 935.79 215.395 935.839 214.328C935.887 213.262 935.153 212.798 934.198 213.29Z' fill='%233D9AFD'/%3E%3Cpath d='M939.376 214.571L939.411 219.548L948.251 214.432L948.217 209.448L939.376 214.571Z' fill='%233D9AFD'/%3E%3Cpath d='M939.03 212.189C938.808 212.314 938.628 212.625 938.628 212.881C938.628 213.138 938.808 213.235 939.03 213.11L947.49 208.146C947.712 208.021 947.892 207.71 947.885 207.461C947.885 207.204 947.705 207.108 947.483 207.232L939.03 212.196V212.189Z' fill='white'/%3E%3Cpath d='M939.03 209.994C938.808 210.119 938.628 210.431 938.628 210.687C938.628 210.936 938.808 211.04 939.03 210.915L947.49 205.951C947.712 205.827 947.892 205.515 947.885 205.259C947.885 205.003 947.705 204.906 947.483 205.031L939.03 209.994Z' fill='white'/%3E%3Cpath d='M918.676 219.652C918.98 222.435 917.118 223.778 914.501 222.643C911.898 221.508 909.544 218.323 909.233 215.54C908.935 212.75 910.797 211.407 913.4 212.549C916.01 213.685 918.371 216.855 918.676 219.652Z' fill='%233D9AFD'/%3E%3Cpath d='M916.391 218.655C916.551 220.095 915.581 220.781 914.238 220.199C912.895 219.618 911.684 217.977 911.524 216.537C911.372 215.097 912.334 214.405 913.671 214.993C915.021 215.575 916.232 217.222 916.391 218.655Z' fill='white'/%3E%3Cpath d='M881.014 197.789C881.319 200.572 879.456 201.915 876.839 200.78C874.236 199.644 871.882 196.46 871.571 193.677C871.273 190.887 873.135 189.544 875.739 190.679C878.349 191.814 880.702 194.992 881.007 197.782' fill='%233D9AFD'/%3E%3Cpath d='M878.736 196.792C878.895 198.232 877.926 198.924 876.583 198.336C875.24 197.754 874.028 196.114 873.862 194.674C873.71 193.234 874.672 192.541 876.015 193.13C877.358 193.711 878.577 195.359 878.736 196.792Z' fill='white'/%3E%3Cpath d='M913.048 221.861H913.034L913.096 221.819C913.096 221.819 913.068 221.847 913.048 221.861Z' fill='black'/%3E%3Cpath d='M939.473 175.76L920.102 186.449L927.192 199.679L946.563 188.567L939.473 175.76Z' fill='white'/%3E%3Cpath d='M885.639 176.86L885.625 180.523L888.817 182.364L888.803 186.02L885.618 184.185L885.604 187.84L882.42 185.999L882.433 182.343L879.249 180.509L879.256 176.847L882.44 178.681L882.454 175.019L885.639 176.86Z' fill='%233D9AFD'/%3E%3Cpath d='M889.91 175.413C891.198 176.154 892.23 177.954 892.23 179.429L892.216 185.307L892.195 192.88C892.195 194.348 891.15 194.951 889.862 194.21L878.162 187.453C876.874 186.712 875.836 184.912 875.843 183.437L875.863 175.863L875.877 169.993C875.877 168.518 876.929 167.923 878.21 168.663L889.91 175.42V175.413ZM888.81 186.02L888.823 182.357L885.639 180.516V176.853L882.461 175.012V178.674L879.27 176.84L879.256 180.502L882.44 182.337V185.992L885.618 187.834L885.632 184.178L888.817 186.02' fill='white'/%3E%3Cg clip-path='url(%23clip8_7670_3059)'%3E%3Cg clip-path='url(%23clip9_7670_3059)'%3E%3Cpath d='M1027.4 141.599L1037.15 148.003' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.537 193.955L999.357 203.035' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.534 204.592L1002.09 211.315' stroke='%233D9AFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1047.32 179.829L1087.01 201.895L1047.63 225.356L1007.95 202.547L1047.32 179.829Z' fill='url(%23paint52_linear_7670_3059)'/%3E%3Cpath d='M1043.27 173.828C1040.47 173.828 1038.2 176.071 1038.2 178.838V184.847L1007.9 184.67V202.483L1048.34 226V178.838C1048.34 176.071 1046.07 173.828 1043.27 173.828Z' fill='url(%23paint53_linear_7670_3059)'/%3E%3Cpath d='M1033.82 202.285C1033.78 202.285 1033.75 202.285 1033.7 202.285C1030.6 202.285 1028.08 199.794 1028.08 196.722V192.759L1028.06 192.745L1028.18 155.236L989.316 133L989.194 169.645C989.201 172.858 987.541 178.435 998.748 183.707L1029.37 201.796C1029.37 201.796 1032.01 203.205 1034.76 202.207C1034.76 202.207 1034.38 202.292 1033.82 202.285H1033.82Z' fill='%23CEE3F2'/%3E%3Cpath d='M1028.18 165.109L1027.9 197.416C1027.9 200.317 1030.27 202.667 1033.21 202.667C1036.14 202.667 1038.52 200.317 1038.52 197.416V178.081C1039.19 175.76 1041.35 174.054 1043.92 174.054C1043.97 174.054 1044 174.054 1044.04 174.054C1044.61 174.04 1044.99 174.132 1044.99 174.132C1042.85 173.354 1028.18 165.102 1028.18 165.102V165.109Z' fill='url(%23paint54_linear_7670_3059)'/%3E%3Cpath d='M996.458 147.855L1019.98 161.11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M996.458 155.824L1019.98 169.086' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M996.458 163.799L1019.98 177.062' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M996.458 171.775L1019.98 185.031' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip10_7670_3059)'%3E%3Cg opacity='0.8'%3E%3Cpath opacity='0.4' d='M1130.86 201.244C1119.49 206.907 1119.44 216.099 1130.72 221.753C1142.02 227.416 1160.37 227.416 1171.73 221.753C1183.1 216.09 1183.16 206.907 1171.87 201.244C1160.58 195.59 1142.22 195.581 1130.87 201.244H1130.86Z' fill='url(%23paint55_linear_7670_3059)'/%3E%3C/g%3E%3Cpath d='M1121.84 144.474C1127.03 141.033 1131.03 139.959 1136.12 140.086C1139.26 140.159 1143.31 141.279 1146.24 142.49C1148.62 143.473 1150.84 144.574 1153.34 144.875C1155.86 144.693 1158.14 143.691 1160.55 142.826C1169.76 139.513 1179.13 143.09 1185.75 151.074C1194.4 161.515 1193.22 175.152 1189 186.74C1182.94 203.335 1169.94 214.487 1154.61 212.821C1147.15 212.011 1138.49 214.56 1131.87 210.008C1125.16 205.384 1118.73 196.317 1114.82 186.185C1108.93 170.91 1108.74 153.177 1121.84 144.483V144.474Z' fill='%233D9AFD'/%3E%3Cpath d='M1141.17 150.046C1141.14 151.257 1146.03 157.638 1152.26 157.784C1158.48 157.929 1163.67 151.785 1163.7 150.574C1163.73 149.363 1158.62 152.04 1152.39 151.894C1146.17 151.748 1141.2 148.835 1141.17 150.037V150.046Z' fill='%23004393'/%3E%3Cpath d='M1157.56 136.655C1157.56 136.655 1152.83 153.869 1154.51 157.61C1154.51 157.61 1152.73 158.193 1150.61 157.519C1150.61 157.519 1149.22 143.236 1150.89 135.28C1150.89 135.28 1155.01 133.414 1157.56 136.664V136.655Z' fill='%23CEE3F2'/%3E%3Cpath d='M1132.92 143.655C1140.48 147.788 1150.24 144.493 1150.24 144.493C1150.24 144.493 1147.75 134.497 1140.19 130.364C1132.65 126.232 1122.89 129.527 1122.89 129.527C1122.89 129.527 1125.37 139.522 1132.93 143.655H1132.92Z' fill='url(%23paint56_linear_7670_3059)'/%3E%3Cpath d='M1180.27 172.521C1180.27 172.521 1182.02 194.187 1159.18 200.632' stroke='white' stroke-width='1.36548' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1089.38 145.848C1089.46 145.894 1089.55 145.976 1089.61 146.076C1089.72 146.249 1089.83 146.422 1089.93 146.595C1092.05 150.045 1093.36 153.832 1094.15 156.8C1094.54 158.256 1094.81 159.521 1094.98 160.459C1094.76 161.287 1094.68 161.834 1094.67 161.843C1094.63 162.052 1094.77 162.343 1094.96 162.498C1094.94 162.489 1094.91 162.471 1094.89 162.462C1094.71 162.362 1094.56 162.116 1094.53 161.888V161.797C1094.51 161.734 1094.5 161.642 1094.48 161.515C1094.44 161.269 1094.39 160.905 1094.31 160.441C1094.14 159.521 1093.87 158.22 1093.47 156.699C1092.66 153.686 1091.31 149.845 1089.17 146.513C1089.16 146.495 1089.15 146.477 1089.14 146.458C1089.05 146.322 1089.01 146.176 1089.01 146.058C1089.01 145.967 1089.04 145.885 1089.09 145.839C1089.2 145.785 1089.29 145.794 1089.37 145.848H1089.38Z' fill='%233D9AFD'/%3E%3Cpath d='M1089.01 146.058C1089.01 146.176 1089.05 146.331 1089.14 146.458C1089.15 146.476 1089.16 146.495 1089.17 146.513C1089.14 146.467 1089.11 146.422 1089.08 146.376C1089.03 146.267 1089 146.158 1089 146.058H1089.01Z' fill='%233D9AFD'/%3E%3Cpath d='M1101.15 153.185C1101.15 153.24 1101.13 153.285 1101.12 153.312C1101.12 153.312 1101.15 153.23 1101.15 153.176V153.185Z' fill='%233D9AFD'/%3E%3Cpath d='M1101.1 153.349C1101.1 153.349 1101.1 153.331 1101.12 153.321C1101.12 153.321 1101.11 153.34 1101.1 153.349Z' fill='%233D9AFD'/%3E%3Cpath d='M1101.07 152.839C1101 152.694 1100.9 152.584 1100.79 152.521C1100.71 152.475 1100.62 152.457 1100.55 152.484C1100.44 152.521 1100.33 152.566 1100.22 152.621C1098.1 149.18 1096.8 145.393 1096 142.416C1095.61 140.96 1095.34 139.703 1095.17 138.766C1094.97 137.692 1094.9 137.054 1094.89 137.036C1094.86 136.799 1094.99 136.663 1095.19 136.727C1095.23 136.736 1095.24 136.745 1095.26 136.763C1095.44 136.863 1095.59 137.109 1095.62 137.327L1095.64 137.418C1095.64 137.473 1095.65 137.573 1095.68 137.701C1095.72 137.956 1095.77 138.311 1095.85 138.784C1096.03 139.703 1096.29 141.014 1096.69 142.525C1097.49 145.548 1098.86 149.426 1101.03 152.766C1101.06 152.83 1101.09 152.894 1101.12 152.949C1101.11 152.921 1101.09 152.885 1101.07 152.848V152.839Z' fill='%233D9AFD'/%3E%3Cpath d='M1100.79 152.521C1100.9 152.584 1101 152.694 1101.07 152.839C1101.09 152.885 1101.12 152.93 1101.13 152.976C1101.14 153.039 1101.15 153.094 1101.15 153.158C1101.15 153.231 1101.13 153.303 1101.1 153.349C1101.03 153.404 1101.03 153.404 1101.02 153.404C1098.95 154.168 1097.58 156.171 1096.71 158.11C1095.85 160.058 1095.48 161.915 1095.42 162.316L1095.4 162.388C1095.37 162.58 1095.21 162.643 1095.04 162.534C1095.02 162.525 1095 162.507 1094.98 162.498C1094.77 162.334 1094.64 162.043 1094.68 161.833C1094.68 161.833 1094.77 161.278 1094.99 160.449C1095.18 159.721 1095.46 158.784 1095.87 157.791C1096.71 155.78 1098.07 153.549 1100.22 152.603C1100.33 152.557 1100.44 152.511 1100.55 152.466C1100.63 152.439 1100.71 152.466 1100.79 152.502V152.521Z' fill='%233D9AFD'/%3E%3Cpath d='M1095.18 136.709C1095 136.654 1094.87 136.791 1094.9 137.027C1094.9 137.045 1094.98 137.683 1095.18 138.757C1094.99 139.485 1094.71 140.423 1094.3 141.406C1093.46 143.427 1092.1 145.648 1089.94 146.595C1089.83 146.422 1089.73 146.249 1089.62 146.076C1089.55 145.976 1089.46 145.894 1089.39 145.848C1089.3 145.794 1089.21 145.784 1089.15 145.821C1091.21 145.065 1092.6 143.054 1093.46 141.105C1094.33 139.157 1094.69 137.3 1094.76 136.9V136.818C1094.8 136.627 1094.96 136.572 1095.14 136.672C1095.16 136.681 1095.18 136.69 1095.2 136.709H1095.18Z' fill='%233D9AFD'/%3E%3Cpath d='M1108.97 136.6C1108.97 136.6 1108.97 136.609 1108.97 136.618C1108.97 136.636 1108.97 136.654 1108.95 136.672C1108.95 136.654 1108.97 136.645 1108.97 136.618C1108.97 136.618 1108.97 136.609 1108.97 136.6Z' fill='%233D9AFD'/%3E%3Cpath d='M1108.95 136.499C1108.95 136.499 1108.95 136.462 1108.94 136.453C1108.94 136.453 1108.94 136.471 1108.95 136.48C1108.95 136.462 1108.93 136.444 1108.92 136.426C1108.92 136.426 1108.92 136.426 1108.91 136.417C1108.91 136.408 1108.91 136.389 1108.89 136.38C1107.63 134.441 1106.84 132.184 1106.37 130.427C1106.13 129.544 1105.98 128.788 1105.88 128.251C1105.82 127.978 1105.8 127.769 1105.78 127.623C1105.77 127.55 1105.76 127.496 1105.75 127.459V127.405C1105.72 127.277 1105.64 127.131 1105.53 127.068C1105.52 127.068 1105.5 127.059 1105.49 127.05C1105.38 127.013 1105.3 127.086 1105.31 127.232C1105.3 127.095 1105.38 127.013 1105.48 127.05C1105.47 127.05 1105.46 127.031 1105.44 127.031C1105.34 126.968 1105.25 127.004 1105.22 127.113V127.159C1105.18 127.386 1104.97 128.47 1104.46 129.608C1103.96 130.736 1103.16 131.911 1101.95 132.348C1102 132.329 1102.05 132.339 1102.1 132.366C1102.05 132.339 1102 132.329 1101.94 132.366C1101.9 132.393 1101.89 132.439 1101.89 132.493C1101.89 132.539 1101.91 132.593 1101.93 132.648C1101.93 132.657 1101.93 132.666 1101.93 132.675C1101.93 132.694 1101.95 132.703 1101.95 132.721C1101.95 132.73 1101.97 132.739 1101.97 132.748C1103.21 134.687 1104 136.917 1104.47 138.674C1104.7 139.557 1104.86 140.313 1104.96 140.85C1105 141.114 1105.04 141.332 1105.06 141.478C1105.07 141.551 1105.08 141.606 1105.09 141.642V141.697C1105.1 141.824 1105.2 141.97 1105.3 142.024C1105.3 142.024 1105.32 142.033 1105.34 142.043C1105.23 141.952 1105.16 141.779 1105.18 141.66C1105.16 141.779 1105.23 141.952 1105.35 142.043C1105.36 142.043 1105.37 142.061 1105.38 142.061C1105.48 142.124 1105.57 142.088 1105.59 141.979V141.933C1105.63 141.706 1105.85 140.622 1106.35 139.485C1106.85 138.356 1107.64 137.191 1108.85 136.744C1108.85 136.744 1108.86 136.744 1108.9 136.708C1108.92 136.681 1108.93 136.644 1108.94 136.599C1108.94 136.562 1108.94 136.535 1108.92 136.499H1108.95ZM1105.82 138.447C1105.62 138.92 1105.5 139.366 1105.4 139.712C1105.32 139.266 1105.2 138.665 1105 137.964C1104.62 136.544 1103.99 134.733 1102.98 133.085C1104.01 132.63 1104.67 131.574 1105.07 130.609C1105.27 130.136 1105.4 129.689 1105.49 129.344C1105.57 129.79 1105.7 130.39 1105.88 131.091C1106.26 132.511 1106.88 134.323 1107.89 135.962C1106.86 136.417 1106.21 137.482 1105.81 138.438L1105.82 138.447Z' fill='%233D9AFD'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7670_3059' x1='106.828' y1='63.0845' x2='65.6883' y2='93.9391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_7670_3059' x1='27.0577' y1='63.5907' x2='27.0577' y2='105.068' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_7670_3059' x1='191.038' y1='108.75' x2='169.821' y2='108.75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_7670_3059' x1='191.953' y1='76.3642' x2='170.537' y2='26.9773' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_7670_3059' x1='346.034' y1='58.4515' x2='298.607' y2='86.7193' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_7670_3059' x1='454.542' y1='76.0717' x2='437.931' y2='99.5859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_7670_3059' x1='428.365' y1='35.3946' x2='428.365' y2='123.544' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_7670_3059' x1='589.016' y1='78.4908' x2='506.386' y2='91.9321' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_7670_3059' x1='549.998' y1='43.1111' x2='470.446' y2='56.5447' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_7670_3059' x1='550.698' y1='47.2391' x2='471.139' y2='60.6727' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_7670_3059' x1='691.007' y1='62.8609' x2='670.68' y2='91.6376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_7670_3059' x1='647.358' y1='63.1748' x2='646.035' y2='86.9037' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_7670_3059' x1='650.624' y1='32.1753' x2='692.373' y2='98.976' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_7670_3059' x1='797.098' y1='105.424' x2='766.141' y2='105.424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_7670_3059' x1='738' y1='43.6024' x2='748.209' y2='43.6024' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_7670_3059' x1='771.379' y1='74.4766' x2='769.295' y2='80.8653' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_7670_3059' x1='749.982' y1='47.3406' x2='779.668' y2='47.3406' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_7670_3059' x1='757.221' y1='46.7008' x2='778.051' y2='46.7008' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_7670_3059' x1='741.976' y1='19.0712' x2='764.78' y2='19.0712' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_7670_3059' x1='785.499' y1='54.3873' x2='800.772' y2='79.1013' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_7670_3059' x1='766.169' y1='30.3588' x2='791.724' y2='30.3588' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_7670_3059' x1='939.038' y1='68.2656' x2='920.612' y2='94.3516' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_7670_3059' x1='875.393' y1='20.3488' x2='909.692' y2='20.3488' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_7670_3059' x1='881.495' y1='37.3301' x2='902.386' y2='37.3301' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_7670_3059' x1='1050.51' y1='40.8854' x2='964.995' y2='131.648' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_7670_3059' x1='1177.46' y1='86.4987' x2='1134.26' y2='113.609' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_7670_3059' x1='1174' y1='30.3152' x2='1172.43' y2='97.3177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_7670_3059' x1='103.887' y1='181.449' x2='37.8522' y2='247.484' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_7670_3059' x1='74.8933' y1='209.993' x2='37.0993' y2='209.993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_7670_3059' x1='100.032' y1='175.318' x2='30.4443' y2='175.318' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_7670_3059' x1='88.1136' y1='174.36' x2='36.0598' y2='174.36' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_7670_3059' x1='198.904' y1='214.561' x2='160.993' y2='215.223' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_7670_3059' x1='186.652' y1='186.794' x2='263.27' y2='194.708' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_7670_3059' x1='138.402' y1='175.045' x2='195.94' y2='195.656' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_7670_3059' x1='183.251' y1='205.803' x2='258.071' y2='213.528' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_7670_3059' x1='186.761' y1='194.436' x2='243.901' y2='218.284' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear_7670_3059' x1='183.71' y1='204.227' x2='257.996' y2='211.899' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear_7670_3059' x1='214.35' y1='145.416' x2='218.374' y2='227.753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear_7670_3059' x1='350.943' y1='189.202' x2='233.966' y2='189.202' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear_7670_3059' x1='256.46' y1='182.204' x2='328.92' y2='164.085' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear_7670_3059' x1='366.219' y1='186.783' x2='254.59' y2='186.783' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear_7670_3059' x1='435.458' y1='219.522' x2='404.489' y2='219.522' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear_7670_3059' x1='577.704' y1='185.496' x2='558.448' y2='212.76' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear_7670_3059' x1='568.296' y1='191.2' x2='568.296' y2='239.824' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear_7670_3059' x1='555.384' y1='170.304' x2='555.384' y2='221.576' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear_7670_3059' x1='677.16' y1='190.076' x2='659.637' y2='214.785' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear_7670_3059' x1='682.56' y1='209.915' x2='619.93' y2='209.915' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear_7670_3059' x1='829' y1='184' x2='785.3' y2='211.456' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear_7670_3059' x1='799.663' y1='164.803' x2='799.663' y2='236.937' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear_7670_3059' x1='872.318' y1='182.302' x2='910.23' y2='204.899' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint50_linear_7670_3059' x1='917.769' y1='176.604' x2='917.769' y2='280.79' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint51_linear_7670_3059' x1='917.596' y1='279.932' x2='917.596' y2='203.75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint52_linear_7670_3059' x1='1054.28' y1='192.688' x2='1038.3' y2='215.567' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint53_linear_7670_3059' x1='1029.51' y1='181.754' x2='1026.31' y2='237.158' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint54_linear_7670_3059' x1='1014.13' y1='179.744' x2='1038.66' y2='186.155' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint55_linear_7670_3059' x1='1151.54' y1='204.898' x2='1151.54' y2='215.333' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2DBF2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23CCDBF2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint56_linear_7670_3059' x1='1122.89' y1='137.01' x2='1150.24' y2='137.01' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235776C4'/%3E%3Cstop offset='1' stop-color='%23A6C3ED'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_7670_3059'%3E%3Crect width='120' height='120' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(240)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(360)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(600)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(840)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(0 120)'/%3E%3C/clipPath%3E%3CclipPath id='clip6_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(480 120)'/%3E%3C/clipPath%3E%3CclipPath id='clip7_7670_3059'%3E%3Crect width='74.0442' height='102' fill='white' transform='translate(623 129)'/%3E%3C/clipPath%3E%3CclipPath id='clip8_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(960 120)'/%3E%3C/clipPath%3E%3CclipPath id='clip9_7670_3059'%3E%3Crect width='102' height='93' fill='white' transform='translate(985 133)'/%3E%3C/clipPath%3E%3CclipPath id='clip10_7670_3059'%3E%3Crect width='120' height='120' fill='white' transform='translate(1080 120)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.ir-icon__md.icon1 {
  background-position: calc(110px * 0) 0;
}

.ir-icon__md.icon2 {
  background-position: calc(110px * -1) 0;
}

.ir-icon__md.icon3 {
  background-position: calc(110px * -2) 0;
}

.ir-icon__md.icon4 {
  background-position: calc(110px * -3) 0;
}

.ir-icon__md.icon5 {
  background-position: calc(110px * -4) 0;
}

.ir-icon__md.icon6 {
  background-position: calc(110px * -5) 0;
}

.ir-icon__md.icon7 {
  background-position: calc(110px * -6) 0;
}

.ir-icon__md.icon8 {
  background-position: calc(110px * -7) 0;
}

.ir-icon__md.icon9 {
  background-position: calc(110px * -8) 0;
}

.ir-icon__md.icon10 {
  background-position: calc(110px * -9) 0;
}

.ir-icon__md.icon11 {
  background-position: calc(110px * 0) -110px;
}

.ir-icon__md.icon12 {
  background-position: calc(110px * -1) -110px;
}

.ir-icon__md.icon13 {
  background-position: calc(110px * -2) -110px;
}

.ir-icon__md.icon14 {
  background-position: calc(110px * -3) -110px;
}

.ir-icon__md.icon15 {
  background-position: calc(110px * -4) -110px;
}

.ir-icon__md.icon16 {
  background-position: calc(110px * -5) -110px;
}

.ir-icon__md.icon17 {
  background-position: calc(110px * -6) -110px;
}

.ir-icon__md.icon18 {
  background-position: calc(110px * -7) -110px;
}

.ir-icon__md.icon19 {
  background-position: calc(110px * -8) -110px;
}

.ir-icon__md.icon20 {
  background-position: calc(110px * -9) -110px;
}

.ui-topbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  margin-bottom: 30px;
  border-radius: 0;
  background: #F6F6F6;
}
.ui-topbox .inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 200px;
  min-height: 200px;
  background: #fff;
}
@media (max-width: 767px) {
  .ui-topbox .inner {
    padding: 30px;
  }
  .ui-topbox .inner .circle {
    display: none;
  }
}
.ui-topbox .inner .circle {
  position: absolute;
  left: 50px;
  top: 40px;
  width: 110px;
  height: 130px;
  border-radius: 0;
}
.ui-topbox .inner .circle .ir-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.ui-topbox .inner .txtwrap {
  width: 100%;
  height: 100%;
}
.ui-topbox .inner .txtwrap .h-box {
  display: block;
  margin-bottom: 10px;
  color: rgb(34, 34, 34);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.ui-topbox .inner .txtwrap .con-box p {
  margin: 0;
  color: #444;
  font-size: 16px;
}
.ui-topbox .inner .txtwrap .con-box p + p {
  margin-top: 10px;
}
.ui-topbox .inner .txtwrap .con-box .border {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #ededed;
}
.ui-topbox .inner .txtwrap .con-box .link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

/* Tob-box End */
/* 문단스타일 */
.m_5 {
  margin: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !important;
}

.txt-check + .txt-check {
  margin-top: 5px;
}

.txt-check, .txt-fouse, .txt-tip {
  position: relative;
  text-align: left;
}

.txt-tip {
  padding-left: 20px;
}

.txt-tip:before {
  top: 12px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99996 0.041687C6.52637 0.041687 4.28594 1.04507 2.66546 2.66552L2.66546 2.66552C1.04501 4.286 0.041626 6.52644 0.041626 9.00002C0.041626 11.4736 1.04501 13.714 2.66546 15.3345L3.07692 14.923L2.66546 15.3345C4.28593 16.955 6.52637 17.9584 8.99996 17.9584C11.4735 17.9584 13.714 16.955 15.3344 15.3345C16.9549 13.714 17.9583 11.4736 17.9583 9.00002C17.9583 6.52643 16.9549 4.286 15.3344 2.66552L14.9265 3.07347L15.3344 2.66552C13.714 1.04507 11.4735 0.041687 8.99996 0.041687ZM3.54935 3.5494L3.54934 3.54941C2.15372 4.94505 1.29163 6.87128 1.29163 9.00002C1.29163 11.1288 2.15373 13.055 3.54934 14.4506C4.94498 15.8462 6.87121 16.7084 8.99996 16.7084C11.1287 16.7084 13.0549 15.8462 14.4506 14.4506C15.8462 13.055 16.7083 11.1288 16.7083 9.00002C16.7083 6.87127 15.8462 4.94504 14.4506 3.5494C13.0549 2.15379 11.1287 1.29169 8.99996 1.29169C6.87121 1.29169 4.94499 2.15378 3.54935 3.5494ZM10.0417 4.62498C10.0417 4.04969 9.57533 3.58331 9.00004 3.58331C8.42475 3.58331 7.95837 4.04969 7.95837 4.62498C7.95837 5.20027 8.42475 5.66665 9.00004 5.66665C9.57533 5.66665 10.0417 5.20027 10.0417 4.62498ZM7.75 7.33331C7.75 6.98813 8.02982 6.70831 8.375 6.70831H8.79167H9.20833H9.83333V7.33331V12.5417H10.6667C11.0118 12.5417 11.2917 12.8215 11.2917 13.1667C11.2917 13.5119 11.0118 13.7917 10.6667 13.7917H7.75C7.40482 13.7917 7.125 13.5119 7.125 13.1667C7.125 12.8215 7.40482 12.5417 7.75 12.5417H8.58333V7.95831H8.375C8.02982 7.95831 7.75 7.67849 7.75 7.33331Z' fill='%23FF4C13'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.txt-fouse {
  padding-left: 20px;
  color: #1983aa !important;
}

.txt-fouse:before {
  top: 1px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99996 0.041687C6.52637 0.041687 4.28594 1.04507 2.66546 2.66552L2.66546 2.66552C1.04501 4.286 0.041626 6.52644 0.041626 9.00002C0.041626 11.4736 1.04501 13.714 2.66546 15.3345L3.07692 14.923L2.66546 15.3345C4.28593 16.955 6.52637 17.9584 8.99996 17.9584C11.4735 17.9584 13.714 16.955 15.3344 15.3345C16.9549 13.714 17.9583 11.4736 17.9583 9.00002C17.9583 6.52643 16.9549 4.286 15.3344 2.66552L14.9265 3.07347L15.3344 2.66552C13.714 1.04507 11.4735 0.041687 8.99996 0.041687ZM3.54935 3.5494L3.54934 3.54941C2.15372 4.94505 1.29163 6.87128 1.29163 9.00002C1.29163 11.1288 2.15373 13.055 3.54934 14.4506C4.94498 15.8462 6.87121 16.7084 8.99996 16.7084C11.1287 16.7084 13.0549 15.8462 14.4506 14.4506C15.8462 13.055 16.7083 11.1288 16.7083 9.00002C16.7083 6.87127 15.8462 4.94504 14.4506 3.5494C13.0549 2.15379 11.1287 1.29169 8.99996 1.29169C6.87121 1.29169 4.94499 2.15378 3.54935 3.5494ZM10.0417 4.62498C10.0417 4.04969 9.57533 3.58331 9.00004 3.58331C8.42475 3.58331 7.95837 4.04969 7.95837 4.62498C7.95837 5.20027 8.42475 5.66665 9.00004 5.66665C9.57533 5.66665 10.0417 5.20027 10.0417 4.62498ZM7.75 7.33331C7.75 6.98813 8.02982 6.70831 8.375 6.70831H8.79167H9.20833H9.83333V7.33331V12.5417H10.6667C11.0118 12.5417 11.2917 12.8215 11.2917 13.1667C11.2917 13.5119 11.0118 13.7917 10.6667 13.7917H7.75C7.40482 13.7917 7.125 13.5119 7.125 13.1667C7.125 12.8215 7.40482 12.5417 7.75 12.5417H8.58333V7.95831H8.375C8.02982 7.95831 7.75 7.67849 7.75 7.33331Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.txt-check {
  padding-left: 20px;
  color: rgb(0, 67, 147) !important;
}

.txt-check:before {
  top: 5px;
  width: 16px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.36 1.56234L14.1651 0.518188L9.11173 6.29356L8.51428 5.81592L7.52249 7.05525L9.30533 8.48184L15.36 1.56234Z' fill='rgb(0, 76, 152) '/%3E%3Cpath d='M0 5.59614L3.76324 8.46835L9.80599 1.56234L8.61109 0.518188L3.54584 6.30705L0.961636 4.33458L0 5.59614Z' fill='rgb(0, 67, 147) '/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.h2, .h3, .h4, .h5, .h6 {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.h5, .h6 {
  font-weight: 400;
}

.h2::before, .h3::before, .h4::before, .h5::before, .h6::before, .list-1st dd:before, .list-1st li:before, .txt-check:before, .txt-fouse:before, .txt-tip:before, .txt_bul:before {
  content: "";
  position: absolute;
  left: 0;
}

.list-2st, .list-3st {
  margin: 5px 0;
}

.list-1st > li, .list-2st > li, .list-3st > li, .txt_bul, .txt_bul2, .txt_bul3 {
  position: relative;
  margin-top: 5px;
  color: #444;
  font-size: 16px;
  line-height: 1.375;
}

.list-1st > li:first-child, .list-2st > li:first-child, .list-3st > li:first-child {
  margin: 0;
}

.list-1st > li .txt-check {
  margin: 0;
  padding-left: 15px;
  font-size: 0.9em !important;
}

.list-1st > li .txt-check::before {
  top: 6px;
  width: 10px;
  height: 6px;
}

.h2 + .h3, .h2 + .h4, .h2 + .h5, .h2 + .h6, .h3 + .h4, .h3 + .h5, .h3 + .h6, .h4 + .h5, .h4 + .h6, .h5 + .h6 {
  margin-top: 0;
}

.h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 0;
}

.h3 {
  padding-left: 20px;
}

.h4, .h5, .h6, .txt-h4, .txt-h5, .txt-h6 {
  padding-left: 16px;
}

.h2 + .list-1st, .h3 + .list-1st, .h4 + .list-1st, .h5 + .list-1st, .h6 + .list-1st {
  margin: 0;
}

p + .list-1st {
  margin-top: 10px;
}

.h2:first-child, .h3:first-child {
  margin: 0 0 10px;
}

.h2 {
  margin: 30px 0 10px;
  color: #222;
  font-size: 24px;
}

.h3 {
  margin: 25px 0 10px;
  color: #002060;
  font-size: 19px;
}

.h4 {
  margin: 20px 0 5px;
  color: #222;
  font-size: 16px;
}

.h5 {
  margin: 20px 0 5px;
  color: #002060;
  font-size: 16px;
}

.h6 {
  margin: 20px 0 5px;
  color: #222;
  font-size: 16px;
}

.h3:before {
  left: 3px;
  top: 4px;
  width: 14px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.537598' y='0.133789' width='5.71918' height='5.71918' fill='%233D9AFD'/%3E%3Crect x='7.54352' y='0.133728' width='5.71918' height='5.71918' fill='%233D9AFD'/%3E%3Crect x='8.18853' y='7.7921' width='4.42916' height='4.42916' stroke='%233D9AFD' stroke-width='1.29002'/%3E%3Crect x='0.537659' y='7.14703' width='5.71918' height='5.71918' fill='%233D9AFD'/%3E%3C/svg%3E%0A");
}

.h4:before {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M3.47179 11.2153C2.7751 11.912 1.64555 11.912 0.948858 11.2153C0.252169 10.5186 0.252168 9.38909 0.948858 8.6924L4.90288 4.73837C5.59957 4.04168 6.72913 4.04169 7.42582 4.73838C8.12251 5.43507 8.12251 6.56462 7.42582 7.26131L3.47179 11.2153Z' fill='%233D9AFD'/%3E%3Cpath opacity='0.7' d='M0.948784 3.30761C0.252094 2.61092 0.252096 1.48136 0.948785 0.784674C1.64547 0.0879842 2.77503 0.0879838 3.47172 0.784673L7.42575 4.7387C8.12244 5.43539 8.12244 6.56494 7.42575 7.26163C6.72906 7.95832 5.5995 7.95832 4.90281 7.26163L0.948784 3.30761Z' fill='%233D9AFD'/%3E%3C/svg%3E%0A");
}

.h5:before {
  left: 3px;
  top: 5.5px;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4.5C9 6.98528 6.98528 9 4.5 9C2.01472 9 0 6.98528 0 4.5C0 2.01472 2.01472 0 4.5 0C6.98528 0 9 2.01472 9 4.5ZM6.00037 4.50009C6.00037 5.32852 5.32879 6.00009 4.50037 6.00009C3.67194 6.00009 3.00037 5.32852 3.00037 4.50009C3.00037 3.67166 3.67194 3.00009 4.50037 3.00009C5.32879 3.00009 6.00037 3.67166 6.00037 4.50009Z' fill='%23002060'/%3E%3C/svg%3E%0A");
}

.h6:before {
  left: 4px;
  top: 8px;
  width: 7px;
  height: 2px;
  border-radius: 50px;
  background: #001F4C;
}

p {
  margin: 10px 0 0;
  color: rgb(68, 68, 68);
  font-size: 15px;
  line-height: 1.375;
  letter-spacing: 0.01em;
}

.list-1st.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
}
.list-1st.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.list-1st.col2 > li.long {
  width: 100%;
}
.list-1st .list-2st {
  margin-left: -14px;
}
.list-1st > dd, .list-1st > li {
  padding-left: 14px;
}
.list-1st > dd::before, .list-1st > li::before {
  left: 6px;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgb(61, 154, 253);
}

.list-2st > dd, .list-2st > li {
  padding-left: 14px;
}
.list-2st > dd::before, .list-2st > li::before {
  left: 6px;
  top: 7px;
  width: 3px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='3' height='6' viewBox='0 0 3 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.09484e-05 4.81051L0.658323 5.5L2.99999 3L0.658325 0.5L0 1.18949L1.68338 3L0.430286 4.3125L4.09484e-05 4.81051Z' fill='rgb(61, 154, 253) '/%3E%3C/svg%3E%0A");
}

.list-3st > dd, .list-3st > li {
  padding-left: 10px;
}
.list-3st > dd::before, .list-3st > li::before {
  left: 0;
  top: 10px;
  width: 5px;
  height: 1px;
  background: #999;
}

.num-list > li {
  position: relative;
  padding-left: 19px;
  color: #444;
  font-size: 15px;
  line-height: 1.375;
  letter-spacing: 0.01em;
}
.num-list > li + li {
  margin-top: 2px;
}
.num-list > li span {
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgb(0, 76, 152);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.num-list.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 0;
}
.num-list.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.num-list.col2 > li.long {
  width: 100%;
}

@media (max-width: 767px) {
  .list-1st.col2,
  .num-list.col2 {
    flex-direction: column;
  }
  .list-1st.col2 > li,
  .num-list.col2 > li {
    width: 100%;
  }
}
/* 문단 스타일 End */
/* 버튼 */
.ir-bbs {
  background: url(/pcms/dist/img/ir-bbs.png) no-repeat;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 7.9px 13px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  transition: 0.3s;
  text-transform: initial;
  text-align: left;
  border-radius: 8px;
}
.btn .ir {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.btn.btn-icon {
  padding: 7.9px 47px 7.9px 15px;
}
.btn.btn-lg {
  padding: 14.4px 20px;
}
.btn.btn-lg.btn-icon {
  padding: 14.4px 84px 14.4px 19px;
}
.btn.btn-only-icon {
  padding: 20px;
}
.btn.btn-only-icon .ir {
  right: 50% !important;
  transform: translate(50%, -50%) !important;
}

.ir-arrow {
  right: 13px;
  width: 9px;
  height: 14px;
}

.ir-download {
  right: 11px;
  width: 13px;
  height: 14px;
}

.ir-link {
  right: 11px;
  width: 14px;
  height: 14px;
}

.btn-lg .ir-arrow,
.btn-lg .ir-download,
.btn-lg .ir-link {
  right: 20px;
}

/* nomal ver. */
.btn-primary, .btn-primary:link, .btn-primary:visited {
  border: 1px solid rgb(0, 76, 152);
  background: #fff;
  color: rgb(0, 76, 152);
}

.btn-primary.btn-only-icon, .btn-primary.btn-only-icon:link, .btn-primary.btn-only-icon:visited {
  border: 0;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: rgb(0, 76, 152);
  color: rgb(255, 255, 255);
}

.btn-primary.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.689742 12.5181L2.04343 13.8718L8.91522 7.00003L2.04344 0.128235L0.689658 1.48196L6.20776 7.00003L3.63089 9.57695L0.689742 12.5181Z' fill='rgb(0, 76, 152)' /%3E%3C/svg%3E");
}

.btn-primary.btn-icon:focus .ir-arrow, .btn-primary.btn-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.689742 12.5181L2.04343 13.8718L8.91522 7.00003L2.04344 0.128235L0.689658 1.48196L6.20776 7.00003L3.63089 9.57695L0.689742 12.5181Z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
}

.btn-primary.btn-icon .ir-download, .btn-noline.btn-icon .ir-download, .btn-primary.btn-only-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.34369 10.3701L6.29948 10.4115L1.48184 5.89513L2.62714 4.82144L5.41036 7.43063L5.41036 0.128174L7.12831 0.128174L7.12831 7.48737L10.0041 4.79137L11.1494 5.86507L6.34381 10.3702L6.34369 10.3701ZM12.2821 11.2948H0.256409V13.0128H12.2821V11.2948Z' fill='rgb(0, 76, 152)' /%3E%3C/svg%3E");
}

.btn-primary.btn-icon:focus .ir-download, .btn-primary.btn-icon:hover .ir-download, .btn-primary.btn-only-icon:focus .ir-download, .btn-primary.btn-only-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.34369 10.3701L6.29948 10.4115L1.48184 5.89513L2.62714 4.82144L5.41036 7.43063L5.41036 0.128174L7.12831 0.128174L7.12831 7.48737L10.0041 4.79137L11.1494 5.86507L6.34381 10.3702L6.34369 10.3701ZM12.2821 11.2948H0.256409V13.0128H12.2821V11.2948Z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
}

.btn-primary.btn-icon .ir-link, .btn-noline.btn-icon .ir-link, .btn-primary.btn-only-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0459 1.84612V5.28202H11.328V3.02228L7.27222 7.07803L6.11803 5.92385L10.1958 1.84612H7.89207V0.128174L11.328 0.128174L13.0459 0.128174V1.84612ZM0.161285 0.128177H6.17411V1.84613H1.87923V11.2948H11.328V6.99997H13.0459V13.0128H0.161285V0.128177Z' fill='rgb(0, 76, 152)' /%3E%3C/svg%3E");
}

.btn-primary.btn-icon:focus .ir-link, .btn-primary.btn-icon:hover .ir-link, .btn-primary.btn-only-icon:focus .ir-link, .btn-primary.btn-only-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0459 1.84612V5.28202H11.328V3.02228L7.27222 7.07803L6.11803 5.92385L10.1958 1.84612H7.89207V0.128174L11.328 0.128174L13.0459 0.128174V1.84612ZM0.161285 0.128177H6.17411V1.84613H1.87923V11.2948H11.328V6.99997H13.0459V13.0128H0.161285V0.128177Z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
}

/* nomal ver. End */
/* ov ver. */
.btn-default, .btn-default:link, .btn-default:visited {
  border: 1px solid rgb(0, 76, 152);
  background: rgb(0, 76, 152);
  color: rgb(255, 255, 255);
}

.btn-default:active, .btn-default:focus, .btn-default:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 76, 152);
}

.btn-default.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.689742 12.5181L2.04343 13.8718L8.91522 7.00003L2.04344 0.128235L0.689658 1.48196L6.20776 7.00003L3.63089 9.57695L0.689742 12.5181Z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
}

.btn-default.btn-icon:focus .ir-arrow, .btn-default.btn-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.689742 12.5181L2.04343 13.8718L8.91522 7.00003L2.04344 0.128235L0.689658 1.48196L6.20776 7.00003L3.63089 9.57695L0.689742 12.5181Z' fill='rgb(0, 76, 152)' /%3E%3C/svg%3E");
}

.btn-default.btn-icon .ir-download, .btn-default.btn-only-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.34369 10.3701L6.29948 10.4115L1.48184 5.89513L2.62714 4.82144L5.41036 7.43063L5.41036 0.128174L7.12831 0.128174L7.12831 7.48737L10.0041 4.79137L11.1494 5.86507L6.34381 10.3702L6.34369 10.3701ZM12.2821 11.2948H0.256409V13.0128H12.2821V11.2948Z' fill='rgba(255,255,255,1)' /%3E%3C/svg%3E");
}

.btn-default.btn-icon:focus .ir-download, .btn-default.btn-icon:hover .ir-download, .btn-default.btn-only-icon:focus .ir-download, .btn-default.btn-only-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.34369 10.3701L6.29948 10.4115L1.48184 5.89513L2.62714 4.82144L5.41036 7.43063L5.41036 0.128174L7.12831 0.128174L7.12831 7.48737L10.0041 4.79137L11.1494 5.86507L6.34381 10.3702L6.34369 10.3701ZM12.2821 11.2948H0.256409V13.0128H12.2821V11.2948Z' fill='rgb(0, 76, 152)' /%3E%3C/svg%3E");
}

.btn-default.btn-icon .ir-link, .btn-default.btn-only-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0459 1.84612V5.28202H11.328V3.02228L7.27222 7.07803L6.11803 5.92385L10.1958 1.84612H7.89207V0.128174L11.328 0.128174L13.0459 0.128174V1.84612ZM0.161285 0.128177H6.17411V1.84613H1.87923V11.2948H11.328V6.99997H13.0459V13.0128H0.161285V0.128177Z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
}

.btn-default.btn-icon:focus .ir-link, .btn-default.btn-icon:hover .ir-link, .btn-default.btn-only-icon:focus .ir-link, .btn-default.btn-only-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0459 1.84612V5.28202H11.328V3.02228L7.27222 7.07803L6.11803 5.92385L10.1958 1.84612H7.89207V0.128174L11.328 0.128174L13.0459 0.128174V1.84612ZM0.161285 0.128177H6.17411V1.84613H1.87923V11.2948H11.328V6.99997H13.0459V13.0128H0.161285V0.128177Z' fill='rgb(0, 76, 152)' /%3E%3C/svg%3E");
}

/* ov ver. End */
/* link ver. */
.btn.btn-noline {
  display: inline;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(to right, transparent 50%, rgba(0, 76, 152, 0.3) 50%);
  background-position: 0 1em;
  background-repeat: repeat-x;
  background-size: 200%;
  color: rgb(0, 76, 152);
  transition: 0.5s ease-in-out;
}

.btn-icon.btn-noline .ir-link, .btn-icon.btn-noline .ir-download {
  position: relative;
  top: -1px;
  bottom: 0;
  transform: none;
  vertical-align: middle;
  margin-left: 5px;
}

.btn.btn-noline:hover, .btn.btn-noline:focus {
  background-position: calc(-100% - 20px) 1em;
}

/* link ver. End */
/* 버튼 End */
/* 테이블 */
.table-responsive.active.mobile, .table-responsive.active.mobile.icon {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 8px 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #fff;
  background-position: 0 0, 100%, 0 0, 100%;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
  min-height: 0.01%;
}

.table-bordered {
  border-top: 2px solid rgb(0, 76, 152);
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.table .th_type {
  background: #f7fbfe;
  color: rgb(34, 34, 34);
}
.table thead > tr > td,
.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > td,
.table tfoot > tr > th {
  padding: 15px 10px;
}
.table td, .table th {
  border: 1px solid #dbdbdb;
  border-top: none;
}
.table td:first-child, .table th:first-child {
  border-left: none;
}
.table td:last-child, .table th:last-child {
  border-right: none;
}
.table th[scope=row], .table th[scope=col] {
  text-align: center !important;
}
.table thead th {
  background: #F6FAFA;
  color: rgb(34, 34, 34);
  font-weight: bold;
}
.table tbody th {
  background: #F6FAFA;
  color: rgb(34, 34, 34);
}
.table tfoot {
  background: #f4f5f6;
  font-weight: 500;
}
.table tfoot th {
  font-weight: bold;
}

.table-responsive.mobile.icon {
  position: relative;
}

.scrollable-icon {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scrollable-icon:before,
.scrollable-icon:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.scrollable-icon:before {
  top: 20px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  animation: scroll-hint-appear 2s linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 22C15 20.343 13.657 19 12 19C10.343 19 9 20.343 9 22V32C9 40.284 15.716 47 24 47C32.284 47 39 40.284 39 32V24C39 22.343 37.657 21 36 21C34.343 21 33 22.343 33 24V22C33 20.343 31.657 19 30 19C28.343 19 27 20.343 27 22V20C27 18.343 25.657 17 24 17C22.343 17 21 18.343 21 20V6C21 4.343 19.657 3 18 3C16.343 3 15 4.343 15 6V29V22Z' stroke='white' stroke-opacity='0.7' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 8H26' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37 5L40 8L37 11' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29 5L26 8L29 11' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.scrollable-icon:after {
  top: 81px;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='29' viewBox='0 0 87 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.0199 5.31V7.77H32.5499V13.56H30.0149V0.749999H32.5499V5.31H34.0199ZM24.8549 6.525C23.8949 7.86 22.4549 8.73 20.6999 8.76V6.48C22.1099 6.345 23.1299 5.085 23.4299 3.42H20.9099V1.125H28.5749V3.42H26.0249C25.9799 3.765 25.9199 4.11 25.8299 4.44L29.1149 6.975L27.6149 8.745L24.8549 6.525ZM25.9799 8.46V10.59C27.1649 10.59 28.4849 10.44 29.2799 10.08V12.45C28.4849 12.81 27.1949 12.96 25.9199 12.96H20.4899V10.59H23.4599V8.46H25.9799ZM41.3986 7.875C37.8286 7.875 35.5036 6.45 35.5036 4.29C35.5036 2.13 37.8286 0.705 41.3986 0.705C44.9686 0.705 47.2936 2.13 47.2936 4.29C47.2936 6.45 44.9686 7.875 41.3986 7.875ZM41.3986 2.97C39.5686 2.97 38.1736 3.42 38.1736 4.29C38.1736 5.145 39.5686 5.61 41.3986 5.61C43.2286 5.61 44.6236 5.145 44.6236 4.29C44.6236 3.42 43.2286 2.97 41.3986 2.97ZM47.8786 8.64V10.98H42.7036V13.86H40.0936V10.98H34.9186V8.64H47.8786ZM57.1173 10.8H62.3073V13.11H49.3473V10.8H54.5373V9.36H50.0673V4.14H59.0973V3.27H50.0373V1.05H61.6023V6.255H52.5723V7.14H61.7523V9.36H57.1173V10.8ZM7.33887 20.625C5.85387 22.635 3.64887 23.91 1.20387 23.925V21.525C3.75387 21.51 6.12387 19.14 6.58887 15.705L9.16887 16.11C9.04887 17.01 8.80887 17.85 8.46387 18.645L13.9239 21.93L12.5889 23.985L7.33887 20.625ZM0.948867 28.11V25.74H13.9089V28.11H0.948867ZM25.0976 24.93V22.89H16.0826V20.535H25.0976V18.42H16.0826V16.05H27.6326V24.93H25.0976ZM15.3776 25.74H28.3376V28.11H15.3776V25.74ZM37.5313 21.345H42.7663V23.025H29.8063V21.345H35.0413V20.835H30.6013V17.655H39.5413V17.205H30.5713V15.75H41.9863V18.945H33.0463V19.395H42.1213V20.835H37.5313V21.345ZM33.0163 26.655V27.105H42.1513V28.56H30.5713V25.365H39.5713V24.915H30.5413V23.475H42.0163V26.655H33.0163ZM49.965 15.705V17.295H52.815V19.605H44.505V17.295H47.37V15.705H49.965ZM57.765 20.43V22.89H56.265V28.56H53.73V15.75H56.265V20.43H57.765ZM48.66 20.13C50.97 20.13 52.38 21.855 52.38 24.12C52.38 26.4 50.97 28.11 48.66 28.11C46.35 28.11 44.94 26.4 44.94 24.12C44.94 21.855 46.35 20.13 48.66 20.13ZM48.66 25.935C49.485 25.935 49.965 25.215 49.965 24.12C49.965 23.025 49.485 22.305 48.66 22.305C47.835 22.305 47.355 23.025 47.355 24.12C47.355 25.215 47.835 25.935 48.66 25.935ZM69.0287 15.75H71.4137V28.56H69.0287V15.75ZM65.6837 19.68V15.81H68.0387V28.335H65.6837V26.94L63.8387 27.84L62.2487 24.6C61.4687 26.745 60.2687 27.885 58.6637 27.96V25.38C60.0887 25.155 60.9287 21.6 60.9287 16.005L63.3287 16.095C63.3287 18.015 63.2237 19.71 63.0287 21.18L65.6837 26.265V22.08H64.2737V19.68H65.6837ZM83.5474 25.785H86.0524V28.11H73.0924V25.785H75.5974V23.01C74.3224 22.29 73.5874 21.18 73.5874 19.845C73.5874 17.43 75.9724 15.765 79.5724 15.765C83.1724 15.765 85.5574 17.43 85.5574 19.845C85.5574 21.18 84.8224 22.29 83.5474 23.01V25.785ZM79.5724 18.045C77.6374 18.045 76.2724 18.75 76.2724 19.845C76.2724 20.925 77.6374 21.645 79.5724 21.645C81.5074 21.645 82.8724 20.925 82.8724 19.845C82.8724 18.75 81.5074 18.045 79.5724 18.045ZM78.1324 23.82V25.785H81.0124V23.82C80.5624 23.88 80.0824 23.91 79.5724 23.91C79.0624 23.91 78.5824 23.88 78.1324 23.82Z' fill='white'/%3E%3C/svg%3E%0A");
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateX(-20px);
    opacity: 1;
  }
}
/* 테이블 End *//*# sourceMappingURL=basic.css.map */