:root{
    --first-family: "Geologica", Arial, Helvetica, sans-serif;
    --dark-bg: #000;
    --light-bg: #FFF;
    --text-color: #000;
    --white-color: #FFF;
    --light-text: #949698;
    --brand-color: #F37246;
}
html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: normal 18px var(--first-family);
    color: var(--text-color);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body > *{
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    html, body {
        font: normal 14px var(--first-family);
    }
}

main {
    min-height: 60.96vh;
    flex-grow: 1;
}

img {
    width: 100%;
}

.btn {
    background: transparent;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-beetween {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: start;
}
.hidden {
    display: none;
}
@media (min-width: 768px) {
    .hidden-md {
        display: none;
    }
}
@media (max-width: 768px) {
    .hidden-xs {
        display: none;
    }
}
ul {
    padding-left: 0;
}
ul li {
    list-style-type: none;
    display: flex;
    align-items: start;
    margin-bottom: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
svg {
    flex-shrink: 0;
}
.title-box, h1{
    font-weight: 700;
    font-size: clamp(32px, calc(32px + 32 * ((100vw - 375px) / 1065)), 64px);
    line-height: 90%;
    letter-spacing: -1px;
}
h3 {
    font-weight: 400;
    font-size: clamp(24px, calc(24px + 12 * ((100vw - 375px) / 1065)), 36px);
    line-height: 90%;
    color: #000000;
    margin: 0 0 24px 0;
}
@media (max-width: 375px) {
    .title-box, h1 {
        font-size: clamp(26px, calc(26px + 38 * ((100vw - 375px) / 1065)), 64px);
    }
}
.text-center{
    text-align: center;
}
.brand-color{
    color: var(--brand-color);
}
/*header*/
header{
    border-bottom: 1px solid rgba(238, 114, 72, 0.25);
    color: var(--white-color);
    background: var(--dark-bg);
    position: sticky;
    top: 0;
    z-index: 110;
}
.container-header {
    width: 100%;
    margin: 0 auto;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
    box-sizing: border-box;
    margin-bottom: -2px;
}
.container{
    max-width: 1110px;
    margin: auto;
}
@media (max-width: 1140px) {
    .container{
        max-width: none;
        padding: 0 20px;
    }
}
.marker-list{
    padding-left: 12px;
    margin: 0;
}
@media (max-width: 768px) {
    .marker-list{
        padding-left: 4px;
    }
}
.marker-list li{
    display: flex;
    align-items: start;
    column-gap: 12px;
}
.marker-list li:before {
    content: "";
    width: 5px;
    min-width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: black;
    flex-shrink: 0;
    margin-top: 4px;
}
.btn-primary{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 32px 16px 32px;
    gap: 8px;
    min-width: 173px;
    height: 60px;
    background: #EE7248;
    border-radius: 2px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--white-color);
    border: none;
    font-family: var(--first-family);
    cursor: pointer;
}
/*header-menu*/
.header-menu, .header-menu.swiper{
    max-width: 100%;
    overflow-x: auto;
}
.header-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.header-menu::-webkit-scrollbar-track {
    width: 0;
    height: 0;
}
.header-menu::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
}
.header-menu ul{
    display: flex;
    align-items: center;
    column-gap: 32px;
    position: relative;
    margin: 0;
}
.header-menu ul a{
    color: var(--light-text);
    font-weight: 200;
    font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1065)), 20px);
    line-height: 100%;
    text-align: center;
}
.header-menu ul .active{
    border-bottom: 4px solid #EE7248;
}
.header-btn {
    display: flex;
    align-items: center;
    column-gap: 32px;
}
.header-logo img {
    width: 81.25px;
    display: block;
}
.header-menu li {
    white-space: nowrap;
    padding: 28px 0;
}
.header-menu .swiper-button-next:after,.header-menu .swiper-button-prev:after{
    content: none;
}
.header-menu .swiper-button-next svg,.header-menu .swiper-button-prev svg{
    width: 11px;
    height: 19px;
}
.header-menu .swiper-button-next,.header-menu .swiper-button-prev{
    width: 52px;
    height: 24px;
    min-width: 52px;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0;
}
.header-menu .swiper-button-next{
    justify-content: end;
    right: 0;
}
.header-menu .swiper-button-prev{
    justify-content: start;
    left: 0;
}
.header-menu ul li {
    max-width: max-content;
    width: auto;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.header-menu .swiper-button-prev:before, .header-menu .swiper-button-next:after{
    content: '';
    width: 52px;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}
.header-menu .swiper-button-next:after{
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.header-menu .swiper-button-prev:before{
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header-menu.swiper-initialized ul{
    column-gap: 0px;
}
.header-menu .swiper-button-prev.swiper-button-disabled, .header-menu .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.header-btn_item a {
    display: block;
    max-height: 32px;
}
@media (max-width: 1340px) {
    .container-header{
        padding: 0 20px 0 20px;
    }
}
@media (max-width: 768px) {
    .container-header {
        max-width: 100% !important;
        padding: 24px 20px 0 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-menu .swiper-button-next, .header-menu .swiper-button-prev{
        display: none;
    }
    .header-logo {
        order: 0;
    }
    .header-btn{
        order: 1;
    }
    .header-menu{
        order: 2;
    }
    .header-btn{
        column-gap: 20px;
        max-height: 32px;
    }
    .header-menu li{
        padding: 0;
        padding-bottom: 10px;
    }
    .header-menu, .header-menu.swiper {
        margin-top: 24px;
    }
    .header-menu ul{
        column-gap: 16px;
    }
}
/*tabs*/
.tabs-box{
    padding: 128px 0;
    overflow: hidden;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .tabs-box{
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .tabs-box{
        padding: 64px 0;
    }
}
.tabs-box h2{
    margin-top: 0;
    margin-bottom: 60px;
}
.tabs-nav {
    display: flex!important;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.25);
    width: min-content!important;
    margin: 0!important;
    min-width: 100%;
}
.tabs-nav h2{
    margin: 0;
    font-size: clamp(32px, calc(32px + 32 * ((100vw - 375px) / 1065)), 64px);
    line-height: 1;
}
.tabs-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.tabs-nav::-webkit-scrollbar-track {
    width: 0;
    height: 0;
}
.tabs-nav::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
}
.tabs-nav li {
    padding-bottom: 28px;
    cursor: pointer;
    font-weight: 200;
    font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1065)), 24px);
    line-height: 100%;
    text-align: center;
    color: var(--light-text);
    white-space: nowrap;
    width: auto;
}
.tabs-nav li.active {
    border-bottom: 4px solid #EE7248;
    margin-bottom: -2.5px;
    font-weight: 400;
    font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1065)), 24px);
    line-height: 100%;
    color: var(--text-color);
}
.tabs-contents .tab {
    display: none;
}
.tabs-contents p{
    margin-top: 0;
}
.tabs-contents p:last-of-type{
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .tabs-contents {
        padding-top: 24px;
    }
}
.tabs-contents .tab.active {
    display: block;
}
.tab-content{
    display: flex;
    justify-content: space-between;
    column-gap: 125px;
    flex-wrap: wrap;
}
.tab-content_text, .tab-content_text>*{
    max-width: 482px;
    font-weight: 200;
    font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1065)), 22px);
    line-height: 120%;
    color: var(--text-color);
}
@media (max-width: 768px) {
    .tabs-nav li{
        padding-bottom: 10px;
    }
    .tabs-box h2 {
        margin-bottom: 24px;
    }
}
section#serviveBox {
    padding-top: 0;
}
section#serviveBox .tabs-nav li{
    margin-right: 64px!important;
}
    /*gallery*/
.tab-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 55px;
    width: 100%;
}
.tab-gallery_item {
    border: 10px solid #FFFF;
    height: 206px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .tab-gallery_item {
        border: 5px solid #FFFF;
        height: 170px;
    }
    section#serviveBox .tabs-nav li{
        margin-right: 32px!important;
    }
}
.tab-gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabs-contents{
    padding-top: 64px;
}
.column-2{
    grid-template-columns: repeat(2, 1fr);
}
.column-2 .tab-gallery_item {
    height: 306px;
}
.tab-content_number {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-color);
    border-radius: 50%;
    flex-shrink: 0;
}
.tab-content_label {
    display: flex;
    align-items: center;
    column-gap: 32px;
    font-weight: 400;
    font-size: clamp(24px, calc(24px + 12 * ((100vw - 375px) / 1065)), 36px);
    line-height: 90%;
    color: var(--text-color);
    max-width: 720px;
    margin-bottom: 54px;
    padding-left: 40px;
}
@media (max-width: 1250px) and (min-width: 768px) {
    .tab-content{
        column-gap: 30px;
    }
    .tab-content picture{
        max-width: 40%;
    }
    .tab-content_text{
        max-width: 45%;
    }
}
@media (max-width: 768px) {
    .tab-content{
        row-gap: 32px;
        justify-content: center;
    }
    .tab-content_text {
        order: 0;
        min-width: 100%;
    }
    .tab-gallery{
        order: 1;
    }
    .tab-content picture{
        order: 3;
        margin-top: 8px;
    }
    .tab-gallery{
        padding-top: 0;
    }
    .tab-content_label{
        margin-bottom: 0;
        padding-left: 0;
    }
    .tabs-box h2 {
        margin-bottom: 18px;
    }
    .tab-content_number{
        width: 40px;
        height: 40px;
    }
    .tab-content_number svg{
        width: 8px;
        height: 20px;
    }
    .tabs-contents {
        padding-top: 32px;
    }
    .icon-list_item svg{
        max-width: 56px;
        height: auto;
    }
}
/*icon-list*/
.icon-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
    gap: 28px 40px;
    padding-left: 50px;
}
@media (max-width: 1440px) {
    .icon-list{
        padding-left: 0;
    }
}
.row-3{
    grid-template-rows: repeat(3, 1fr);
}
.icon-list_item {
    display: flex;
    align-items: center;
    column-gap: 24px;
    max-width: 445px;
}
.icon-list_item span {
    font-weight: 200;
    font-size: clamp(16px, calc(16px + 12 * ((100vw - 375px) / 1065)), 28px);
    line-height: 100%;
    color: var(--text-color);
}
.icon-list_itemText{
    align-items: start;
}
.icon-list_item__text-title, span.icon-list_item__text-title {
    font-weight: 600;
    font-size: clamp(16px, calc(16px + 12 * ((100vw - 375px) / 1065)), 28px);
    line-height: 100%;
    color: var(--text-color);
    display: block;
}
.icon-list_item__text {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.icon-list_item__text, .icon-list_item span.icon-list_item__text, span.icon-list_item__text-title + span{
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1065)), 16px);
}
@media (max-width: 768px) {
    .icon-list{
        grid-auto-flow: initial;
        grid-template-rows: initial;
        gap: 16px;
    }
    .icon-list_itemText span.icon-list_item__text-title{
        display: flex;
        align-items: center;
        column-gap: 8px;
    }
    .icon-list_item__text{
        row-gap: 8px;
    }
    .icon-list.row-3{
        gap: 32px;
    }
}
/*banner index*/
.banner-index{
    padding: 118px 32px 128px 32px;
    background-color: var(--dark-bg);
    background-image: url('data:image/svg+xml,<svg width="1440" height="765" viewBox="0 0 1440 765" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1007_87)"><mask id="mask0_1007_87" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-511" y="-775" width="2527" height="2336"><path d="M254.687 -774.106L2015 522L1250.14 1560.79L-510.17 264.689L254.687 -774.106Z" fill="white"/></mask><g mask="url(%23mask0_1007_87)"><path opacity="0.5" d="M1564.17 566.452C1438.65 443.885 1227.84 568.688 1070.19 482.806" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M759.301 485.806C772.904 517.396 775.618 555.772 755.379 582.07" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M743.184 594.271C707.247 621.916 651.106 605.904 608.442 582.964" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M593.227 574.393C516.979 530.135 446.821 475.556 368.714 434.75" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M618.935 567.852C646.543 581.215 678.959 591.155 707.348 588.049" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M386.798 430.628C461.47 468.759 529.174 518.999 602.941 559.482" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M724 584.481C732.516 581.645 740.485 577.237 747.465 570.932" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1125.2 498.767C1269.12 539.28 1441.59 461.052 1549.22 571.613" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1121.84 492.294C1259.54 535.686 1425.18 465.817 1530.14 572.66" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1118.74 485.921C1250.12 532.012 1408.66 470.653 1510.92 573.559" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1115.35 479.48C1240.53 528.505 1392.05 475.561 1491.81 574.583" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.387 558.277C775.685 532.006 772.007 495.402 758.645 466.328" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M98.9558 483.471C76.8766 683.097 -294.304 543.186 -299.832 255.396" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1054.84 474.033C977.959 430.432 895.754 393.67 808.358 382.013" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M686.186 421.159C670.951 450.118 677.785 487.925 693.557 518.091" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M705.841 529.379C721.084 524.483 735.912 457.19 750.567 470.221" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M399.669 423.793C471.293 458.657 536.503 504.48 607.52 541.623" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M623.266 549.467C649.954 561.764 681.148 570.852 708.57 567.668" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M724.618 564.193C732.869 561.453 740.557 557.228 747.391 551.254" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1111.9 473.047C1230.95 525.052 1375.54 480.255 1472.7 575.607" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1108.49 466.639C1221.37 521.655 1359.09 484.998 1453.61 576.601" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1105 460.269C1211.72 518.297 1342.59 489.693 1434.5 577.625" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1101.85 454.101C1202.35 514.952 1326.1 494.498 1415.25 578.501" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1427.84 590.837C1457.15 619.676 1487.77 647.53 1523.84 666.003" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1408.56 591.495C1437.38 619.287 1467.4 645.971 1502.35 664.108" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1390.03 592.852C1417.93 619.24 1447.1 644.37 1480.46 662.019" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1370.75 593.508C1398.13 618.881 1426.7 642.84 1459 660.146" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1431.23 664.337C1504.26 701.259 1606.99 736.137 1619.39 700.513" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1409.8 662.685C1480.22 699.191 1573.19 733.505 1594.07 718.104" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1388.09 660.823C1456.91 697.515 1542.69 731.798 1568.91 732.695" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1366.11 658.861C1436.15 697.276 1518.84 732.841 1546.82 747.746" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1344.85 657.324C1415.67 697.245 1494.11 733.766 1524.84 764.773" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1323.11 655.493C1394.31 696.815 1467.8 734.172 1502.64 782.813" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1060.38 384.029C1144.28 646.732 1388.14 645.809 1480.21 801.254" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1351.47 594.166C1378.3 618.501 1406.34 641.335 1437.55 658.274" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1333.03 595.537C1358.94 618.468 1386.02 639.766 1415.63 656.162" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1313.7 596.115C1339.1 618.032 1365.59 638.213 1394.17 654.289" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1294.41 596.719C1319.3 617.62 1345.2 636.74 1372.71 652.418" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1098.31 447.796C1192.66 511.769 1309.61 499.163 1396.11 579.503" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1276.06 598.105C1299.96 617.557 1324.8 635.211 1350.76 650.283" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1256.76 598.651C1280.15 617.087 1304.41 633.735 1329.36 648.4" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1237.44 599.231C1260.36 616.644 1284 632.294 1307.91 646.584" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1094.77 441.49C1182.98 508.583 1293.17 503.763 1376.95 580.449" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1090.86 434.96C1173.02 505.582 1276.72 508.255 1357.98 581.622" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1087.28 428.717C1163.25 502.578 1260.28 512.855 1338.83 582.622" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1083.61 422.46C1153.35 499.623 1243.81 517.379 1319.63 583.578" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1079.94 416.257C1143.4 496.731 1227.37 521.838 1300.45 584.556" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1075.95 409.711C1133.15 493.856 1210.91 526.273 1281.41 585.681" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1072.2 403.494C1122.98 490.943 1194.43 530.6 1262.16 586.558" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1068.2 396.893C1112.57 488.007 1178 534.863 1243.09 587.659" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M352.793 426.482C292.705 394.999 271.468 378.34 202.084 368.014" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M132.619 379.885C95.284 394.813 100.051 437.477 99.9242 465.824" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-276.375 254.16C-263.495 529.979 95.3348 665.569 118.463 471.926" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M820.304 375.906C904.884 389.337 984.956 426.086 1058.74 469.652" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1073.49 478.126C1085.03 484.283 1096.82 489.362 1108.77 493.578" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.587 538.362C774.864 513.676 772.299 479.793 760.681 452.782" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-253.081 247.256C-238.045 512.146 95.2838 644.738 137.048 466.326" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M825.913 368.884C908.222 382.687 986.589 419.107 1057.76 462.453" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1071.94 470.901C1083.07 477.093 1094.37 482.248 1105.78 486.656" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M747.669 455.376C734.35 460.568 720.785 523.434 706.901 511.604" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M226.403 367.854C290.415 377.341 311.118 393.072 371.145 422.854" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M790.68 380.098C756.218 377.564 719.013 382.262 696.459 406.612" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M698.415 497.074C685.13 467.764 681.1 432.168 698.807 406.003" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M749.102 442.647C737.718 451.164 726.018 503.959 714.172 495.577" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M705.433 480.33C693.995 453.207 691.253 420.557 708.068 396.462" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M245.548 366.851C306.207 374.941 326.701 389.301 383.801 416.246" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M185.406 366.789C173.076 367.596 161.399 372.147 148.98 375.324" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M119.596 453.719C120.312 426.293 120.488 389.216 158.493 377.412" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-229.732 240.147C-212.038 494.284 117.498 627.199 156.3 460.681" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M412.567 416.925C481.111 448.499 543.859 489.927 612.133 523.785" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M627.6 531.084C653.314 542.323 683.308 550.528 709.828 547.312" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1064.4 390.738C1102.25 485.032 1161.63 538.977 1223.82 588.567" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M728.407 542.778C734.66 540.37 740.553 537.063 745.941 532.654" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.165 519.493C774.304 496.119 772.697 464.109 762.497 438.678" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M832.015 361.983C911.795 376.311 988.165 412.137 1056.57 455.146" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1072.7 464.979C1082.28 470.424 1091.93 475.099 1101.68 479.256" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M751.997 429.194C741.882 437.574 731.405 486.789 720.875 479.134" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M712.517 463.435C703.011 438.515 701.465 408.936 717.342 386.976" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M264.72 365.874C322.019 372.707 342.257 385.563 396.406 409.703" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M710.081 393.269C733.665 372.746 769.971 370.063 802.746 373.498" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M176.962 372.503C187.507 369.359 197.681 365.99 208.496 365.918" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M139.829 448.795C142.341 423.227 142.966 388.185 179.491 376.607" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M159.141 443.729C162.068 419.781 165.193 387.165 200.497 375.856" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-206.37 233.289C-186.215 476.478 128.614 607.477 175.148 455.125" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M425.453 410.004C490.972 438.278 551.211 475.376 616.688 505.957" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M633.16 513.215C657.418 522.992 685.386 530.047 710.34 527.041" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M728.928 522.562C734.971 520.242 740.66 517.078 745.895 512.945" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.473 499.562C773.568 477.804 772.973 448.585 764.485 425.194" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M837.601 354.992C915.127 369.803 989.775 405.189 1055.59 447.947" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1071.05 457.771C1080.23 463.219 1089.48 467.985 1098.72 472.303" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M753.711 417.015C745.435 427.528 736.841 466.977 728.258 463.093" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M283.033 364.748C337.779 370.287 357.66 381.711 409.457 403.291" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M720.115 447.893C711.966 424.702 711.347 397.17 726.972 376.874" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M720.408 383.34C743.212 365.067 777.309 362.804 808.25 366.35" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M197.244 371.806C207.405 368.72 217.219 365.378 227.594 365.176" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M179.163 437.434C183.095 415.493 188.094 386.35 220.805 375.322" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-183.023 226.179C-160.579 458.587 140.083 587.532 193.989 449.373" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M438.342 403.081C500.813 428.088 558.567 460.824 621.277 488.15" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M637.431 494.784C660.747 503.527 687.554 509.775 711.598 506.684" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M729.418 502.321C735.226 500.121 740.745 497.123 745.816 493.211" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M843.708 348.092C918.682 363.459 991.387 398.242 1054.39 440.586" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1069.44 450.554C1078.24 456.06 1087.09 460.915 1095.84 465.363" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M757.973 480.734C772.953 460.256 773.317 432.911 766.215 411.076" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M756.792 403.506C749.681 413.561 742.227 449.808 734.834 446.556" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M302.255 363.706C353.61 367.964 373.297 377.931 422.066 396.746" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M727.322 430.897C721.06 409.972 721.613 385.543 736.159 367.375" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M217.496 371.086C227.241 368.035 236.694 364.72 246.66 364.412" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M199.033 432.537C204.055 412.225 210.366 385.267 241.77 374.494" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-159.673 219.071C-134.962 440.729 151.921 567.223 212.77 443.576" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M451.286 396.151C510.74 417.915 565.931 446.328 625.898 470.369" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M641.666 476.331C664.072 484.062 689.688 489.482 712.82 486.305" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M729.912 482.136C735.509 480.024 740.802 477.2 745.711 473.51" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M849.29 341.099C922.009 356.949 993.016 391.261 1053.43 433.408" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1067.88 443.36C1076.28 448.87 1084.7 453.846 1093 458.447" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M320.481 362.565C369.346 365.575 388.644 374.086 435.102 390.42" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M237.751 370.366C247.136 367.341 256.205 364.084 265.754 363.615" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M218.943 427.716C225.053 409.034 232.592 384.245 262.773 373.742" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-136.258 212.204C-109.095 422.861 164.249 546.447 231.505 437.841" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M258.002 369.644C266.972 366.655 275.657 363.456 284.82 362.85" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M278.284 368.946C286.87 366.015 295.195 362.844 303.918 362.107" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M729.797 374.23C751.97 357.343 784.699 355.484 814.465 359.236" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.386 460.731C772.243 441.91 773.573 417.419 768.129 397.632" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M464.186 389.143C520.623 407.662 573.221 431.926 630.406 452.604" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M647.406 458.351C668.262 464.746 691.852 469.016 713.34 466.088" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M730.402 461.897C735.788 459.872 740.91 457.215 745.633 453.777" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M855.405 334.253C925.595 350.628 994.628 384.314 1052.27 426.07" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1066.25 436.174C1074.28 441.742 1082.28 446.753 1090.1 451.539" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.914 391.824C753.558 402.538 747.965 429.247 742.413 430.174" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M339.75 361.461C385.209 363.278 404.305 370.277 447.711 383.877" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M239.46 421.543C246.505 404.766 255.454 383.353 283.004 373.25" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-112.88 205.118C-83.4274 404.993 177.499 525.67 250.234 431.91" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M735.015 415.424C730.045 396.181 731.464 373.753 745.836 357.209" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M757.874 442.044C771.681 424.549 773.92 401.799 769.799 383.522" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M477.169 382.094C530.589 397.369 580.608 417.397 635.027 434.82" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M651.582 439.85C671.527 445.234 693.997 448.776 714.598 445.73" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M730.924 441.681C736.075 439.776 740.994 437.262 745.586 434.068" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M860.959 327.239C928.903 344.151 996.23 377.311 1051.34 418.862" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1064.65 428.956C1072.26 434.56 1079.85 439.661 1087.22 444.6" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M762.262 378.218C757.965 388.154 753.367 411.991 748.918 413.537" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M359.041 360.324C401.07 360.979 419.911 366.475 460.227 377.459" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M259.517 416.926C267.665 401.693 277.565 382.295 303.98 372.477" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M301.703 367.099C308.247 364.758 314.658 362.466 321.277 361.545" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M321.847 366.395C328.062 364.105 334.168 361.831 340.496 360.842" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M742.424 398.283C739.263 381.346 741.753 362.092 754.936 347.693" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.467 421.93C771.026 406.195 774.076 386.38 771.588 370.182" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-302.653 0.373962C-262.672 197.191 201.464 509.857 269.6 426.444" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M490.142 374.991C540.577 387.046 587.971 402.9 639.602 417.102" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M655.777 421.319C674.788 425.723 696.185 428.475 715.852 425.375" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M731.41 421.441C736.351 419.625 741.076 417.308 745.473 414.312" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M867.079 320.449C932.526 337.908 997.815 370.396 1050.17 411.525" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1063.08 421.762C1070.36 427.36 1077.46 432.592 1084.35 437.715" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M764.836 366.916C762.029 375.953 759.07 391.744 756.206 395.966" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M280.534 413.311C290.561 400.289 299.886 381.539 324.992 371.779" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M377.204 359.136C416.83 358.557 435.336 362.589 473.316 371.123" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-279.209 -6.66504C-236.471 179.861 214.88 490.711 288.301 420.491" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M503.13 367.801C550.58 376.635 595.358 388.372 644.121 399.391" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M661.707 403.085C679.099 406.249 698.33 408.039 716.289 405.143" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M873.222 313.625C936.141 331.609 999.393 363.425 1048.96 404.107" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1064.15 416.749C1069.62 421.218 1075.01 425.476 1080.13 429.69" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M731.931 401.224C736.638 399.527 741.183 397.322 745.449 394.57" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M301.732 407.736C312.347 396.559 322.552 380.649 345.012 371.375" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M341.937 365.7C347.847 363.428 353.646 361.173 359.652 360.092" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M739.152 365.096C760.662 349.572 792.053 348.141 820.59 352.107" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M750.327 382.919C748.397 367.619 751.656 350.295 764.688 337.49" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M757.909 403.306C770.464 388.834 774.391 370.736 773.155 355.947" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M396.588 357.874C432.769 356.22 450.987 358.725 485.809 364.738" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-255.681 -13.6901C-210.193 162.685 228.506 471.671 307.006 414.394" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M878.73 306.673C939.457 325.186 1001 356.476 1048.04 396.954" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1062.41 409.579C1067.58 414.067 1072.59 418.438 1077.36 422.733" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1060.7 402.379C1065.54 406.916 1070.22 411.338 1074.63 415.801" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M516.165 360.548C560.653 366.13 602.721 373.875 648.648 381.734" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M665.807 384.483C682.305 386.745 700.494 387.768 717.574 384.809" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M736.866 379.243C739.077 378.29 741.217 377.236 743.285 376.08" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M362.054 365.027C367.658 362.774 373.129 360.568 378.812 359.396" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M321.68 403.724C333.407 394.145 344.433 379.765 365.938 370.664" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M768.463 353.126C766.495 361.222 764.341 374.928 762.324 379.189" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M382.164 364.301C387.439 362.097 392.627 359.878 397.988 358.615" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M414.718 356.662C448.528 353.798 466.435 354.808 498.969 358.504" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M749.637 355.286C770.28 341.997 799.409 340.994 826.086 344.906" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-232.205 -20.9031C-184.201 145.442 242.61 452.981 325.808 408.172" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M884.883 299.905C943.058 318.974 1002.56 349.537 1046.89 389.529" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1058.97 395.266C1063.49 399.854 1067.82 404.357 1071.87 408.901" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M341.49 399.705C354.424 391.794 366.264 378.889 386.867 369.953" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M529.202 353.153C570.713 355.569 610.08 359.377 653.094 364.117" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M669.903 365.829C685.53 367.157 702.663 367.499 718.887 364.445" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M402.285 363.628C407.254 361.443 412.168 359.266 417.152 357.92" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M737.177 359.115C739.287 358.233 741.326 357.25 743.324 356.189" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M434.163 355.251C464.568 351.389 482.077 350.889 511.422 352.236" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.976 346.239C778.949 334.258 806.794 333.674 832.266 337.77" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.129 365.579C757.914 352.711 761.993 338.572 773.649 327.967" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.8 383.118C769.959 370.54 774.454 355.441 774.696 342.811" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-208.654 -27.9581C-157.803 128.503 256.806 434.361 344.566 401.873" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M890.335 292.964C946.327 312.617 1004.17 342.591 1045.99 382.346" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M361.116 395.6C375.312 389.349 388.004 377.997 407.684 369.258" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M422.371 362.933C427.034 360.766 431.62 358.639 436.305 357.17" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M771.647 342.323C770.69 348.582 769.709 356.528 768.735 360.827" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M542.339 345.633C580.897 344.852 617.477 344.904 657.586 346.58" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M452.256 353.961C480.385 348.959 497.543 346.885 524.617 346.025" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-185.046 -35.022C-131.604 111.173 267.185 403.532 363.256 394.742" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1057.27 388.12C1061.48 392.726 1065.43 397.342 1069.08 401.976" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M896.473 286.28C949.936 306.458 1005.7 335.681 1044.84 374.919" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M380.236 390.2C395.575 384.645 409.585 376.795 428.469 368.541" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M446.773 360.151C448.945 359.12 451.124 358.143 453.266 357.285" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M676.029 347.256C689.875 347.565 704.812 347.118 719.195 344.316" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M471.83 352.304C496.602 346.437 513.167 342.855 537.07 339.953" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M737.461 339.017C739.47 338.207 741.415 337.351 743.312 336.361" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M768.292 337.221C787.617 326.516 814.157 326.383 838.422 330.662" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M778.971 327.55C797.295 318.933 821.509 319.181 843.883 323.383" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M766.251 350.377C767.117 339.083 771.949 326.765 783.383 317.652" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.228 364.581C769.407 353.235 774.708 339.753 776.106 328.462" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M775.647 328.027C775.24 333.474 774.767 340.333 774.378 344.235" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M554.387 337.996C590.516 333.966 624.774 330.36 662.551 329.053" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-161.44 -42.2825C-105.234 94.405 284.638 387.698 382.448 388.518" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1055.57 380.974C1059.41 385.607 1063.04 390.273 1066.32 395.075" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M399.83 386.072C416.597 382.347 431.364 375.981 449.293 367.9" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M901.925 279.339C953.182 300.132 1007.33 328.703 1043.94 367.736" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M466.619 359.52C468.626 358.514 470.633 357.508 472.656 356.611" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M489.851 350.915C512.441 343.977 528.591 338.775 550.281 333.854" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M679.936 328.46C692.951 327.913 706.926 326.856 720.508 323.951" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M757.82 346.02C769.222 335.958 776.098 324.171 777.979 314.209" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M778.537 318.418C778.614 320.959 778.691 323.499 778.843 325.608" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M737.749 318.92C739.656 318.181 741.501 317.396 743.305 316.533" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M788.248 318.653C805.885 311.234 828.871 311.893 850.07 316.301" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M567.493 330.115C600.645 322.919 632.159 315.832 666.992 311.578" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-137.718 -49.3638C-78.4879 78.0579 301.361 372.397 401.652 382.347" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1053.88 373.883C1057.39 378.565 1060.66 383.313 1063.59 388.197" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M419.278 381.884C437.435 380.107 453.085 375.122 470.012 367.277" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M908.016 272.721C956.776 294.061 1008.81 321.804 1042.81 360.28" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M486.453 358.834C488.318 357.821 490.161 356.84 492.043 355.938" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M509.588 348.841C528.933 341.219 544.114 334.621 562.699 328.096" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M799.232 309.159C815.678 303.688 836.26 304.768 855.434 308.951" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M775.01 332.864C777.247 324.138 782.484 315.04 792.149 308.131" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M784.278 303.214C784.596 305.493 784.946 307.796 785.26 309.683" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M683.839 309.664C696.054 308.285 709.067 306.617 721.816 303.586" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M808.448 300.41C824.221 296.051 843.622 297.479 861.73 301.852" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M759.151 325.766C768.609 317.682 774.726 308.647 778.281 300.843" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M784.19 318.343C787.364 310.989 792.576 303.382 801.953 297.723" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M738.057 298.791C739.863 298.124 741.605 297.411 743.34 296.643" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M817.609 291.671C832.701 288.368 850.937 290.254 867.973 294.762" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M579.496 322.345C610.234 311.814 639.491 301.311 672 294.129" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-114.011 -56.6957C-52.0455 61.5879 317.763 357.592 420.946 376.246" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1052.18 366.791C1055.37 371.524 1058.29 376.353 1060.81 381.327" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M438.65 377.596C458.119 377.808 474.746 374.272 490.734 366.711" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M506.291 358.149C507.992 357.161 509.693 356.173 511.426 355.209" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M913.415 265.786C959.945 287.774 1010.42 314.856 1041.97 353.087" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M527.574 347.23C544.941 338.59 559.48 330.351 576.09 322.078" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M788.801 288.138C789.455 290.226 790.117 292.369 790.822 294.057" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M794.193 300.725C797.87 296.128 803.054 291.666 810.121 288.152" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M828.833 282.645C842.489 280.963 858.264 283.082 873.156 287.326" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.697 307.268C768.157 300.306 774.859 292.724 779.404 286.088" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M690.261 290.431C700.478 288.458 711.205 286.324 721.926 283.602" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M837.823 274.072C850.812 273.361 865.548 275.834 879.453 280.229" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M803.184 286.989C807.389 283.462 812.811 280.198 819.785 277.736" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M592.506 314.003C620.19 300.346 646.769 286.8 676.336 276.867" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-90.1694 -63.8801C-25.2625 45.5149 333.404 342.763 440.217 370.177" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M1050.49 359.702C1053.35 364.484 1055.88 369.372 1058.05 374.427" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M457.978 373.173C478.649 375.39 496.34 373.32 511.43 366.119" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M526.16 357.486C527.72 356.492 529.257 355.529 530.816 354.535" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M919.519 259.276C963.529 281.843 1011.92 307.979 1040.89 345.621" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M545.552 345.566C560.973 335.931 574.784 326.036 589.48 316.062" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M-66.502 -71.2885C14.0079 51.8349 442.683 397.318 532.281 365.111" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M924.72 252.344C976.417 281.204 1036.1 313.169 1055.15 367.323" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M738.376 278.718C740.08 278.122 741.753 277.503 743.395 276.861" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M793.331 273.061C794.429 274.942 795.513 276.908 796.632 278.365" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M846.782 265.474C859.12 265.647 872.801 268.561 885.742 273.074" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.367 288.667C767.821 282.771 775.076 276.621 780.598 271.238" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M811.982 273.453C816.714 270.995 822.412 268.811 829.332 267.283" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M855.689 256.885C867.385 257.997 880.034 261.321 892.066 265.943" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M693.887 271.481C703.377 268.778 713.267 266.125 723.297 263.283" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M797.832 258.018C799.454 259.65 801.053 261.315 802.64 262.532" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M604.311 306.04C629.494 289.032 654.005 272.211 681.328 259.506" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M866.99 248.746C876.922 250.799 887.218 254.143 897.137 258.33" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M738.683 258.589C740.286 258.065 741.858 257.518 743.43 256.971" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M820.46 260.021C825.765 258.57 831.763 257.435 838.746 256.879" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.227 270.008C767.652 265.211 775.421 260.412 781.996 256.244" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M875.573 240.262C884.924 243.105 894.353 246.833 903.449 251.145" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M802.327 242.919C804.456 244.195 806.585 245.47 808.695 246.439" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M828.64 246.467C834.582 246.069 840.965 245.996 848.035 246.381" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M742.544 217.504C798.105 203.285 858.604 216.42 909.465 243.836" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M697.439 252.571C706.193 249.082 715.279 245.934 724.641 242.941" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.251 251.325C767.669 247.594 775.976 244.117 783.543 241.312" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M739.026 238.484C740.528 238.032 741.975 237.587 743.477 237.135" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M833.167 232.316C841.409 233.027 849.898 234.261 858.871 236.096" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M801.563 226.431C806.86 227.701 812.141 229.788 817.391 230.926" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M758.47 232.64C767.803 230.016 776.71 227.906 785.262 226.41" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/><path opacity="0.5" d="M547.042 356.11C608.24 313.073 655.912 248.194 725.672 222.76" stroke="%23EE7248" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 12"/></g></g><defs><clipPath id="clip0_1007_87"><rect width="1440" height="765" fill="white"/></clipPath></defs></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-index_center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 52px;
}
.banner-index_center img{
    max-width: 530px;
}
.banner-index_center__title {
    font-weight: 400;
    font-size: clamp(36px, calc(36px + 36 * ((100vw - 375px) / 1065)), 72px);
    line-height: 90%;
    color: var(--white-color);
    width: 705px;
    max-width: 100%;
    text-align: center;
}
.banner-index_center__text{
    font-weight: 200;
    font-size: clamp(20px, calc(20px + 8 * ((100vw - 375px) / 1065)), 28px);
    line-height: 110%;
    text-align: center;
    color: var(--light-text);
    width: 705px;
    max-width: 100%;
}
@media (max-width: 768px) {
    .banner-index{
        padding: 77px 20px 64px 20px;
    }
    .banner-index_center {
        row-gap: 24px;
    }
}
/*about-box*/
.about-box{
    background: var(--dark-bg);
    padding: 128px 0 100px 0;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .about-box{
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .about-box{
        padding: 0 0 64px 0;
    }
}
.about-box-wrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 40px;
}
.about-box_text{
    color: var(--white-color);
    max-width: 538px;
}
.about-box_text .title-box{
    margin-top: 0;
    margin-bottom: 48px;
}
.about-box_text p{
    font-weight: 200;
    font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1065)), 22px);
    line-height: 120%;
    color: var(--white-color);
}
.about-box_text p:last-of-type{
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .about-box-wrap{
        flex-direction: column;
    }
    .about-box_text .title-box{
        margin-bottom: 24px;
    }
    .about-box_text {
        margin-top: -60px;
    }
}
/*advantages-box*/
.advantages-box{
    padding: 128px 0 95px 0;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .advantages-box{
        padding: 80px 0;
    }
}
@media (max-width: 768px){
    .advantages-box{
        padding: 64px 0;
    }
}
.advantages-box .title-box{
    margin-top: 0;
    margin-bottom: 72px;
}
.radio-list {
    font-weight: 600;
    font-size: clamp(20px, calc(20px + 8 * ((100vw - 375px) / 1065)), 28px);
    line-height: 100%;
    color: #000000;
    display: grid;
    grid-template-columns: calc(44% - 21px) calc(56% - 21px);
    grid-template-rows: repeat(3, 1fr);
    gap: 42px;
}
.radio-list_item:before{
    content: '';
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: var( --brand-color);
    border: 5px solid var(--text-color);
    flex-shrink: 0;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 4px;
}
.radio-list_item {
    display: flex;
    column-gap: 24px;
    align-items: start;
    max-width: 370px;
}
@media (max-width: 768px) {
    .radio-list{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .advantages-box .title-box {
        margin-top: 0;
        margin-bottom: 48px;
    }
    .radio-list_item:nth-child(2){
        order:0;
    }
    .radio-list_item:nth-child(3){
        order:1;
    }
    .radio-list_item:nth-child(5){
        order:2;
    }
    .radio-list_item:nth-child(4){
        order:3;
    }
    .radio-list_item:nth-child(6){
        order:4;
    }
    .radio-list_item:nth-child(1){
        order:5;
    }
}
/*tabs-box*/
.map-box{
    background: var(--dark-bg);
    color: var(--white-color);
    padding: 128px 0;
}
.map-box h2{
    margin-top: 0;
    margin-bottom: 53px;
    column-gap: 30px;
}
.map-box_info ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    justify-content: space-between;
}
.map-box_info ul li{
    font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1065)), 22px);
}
.map-box hr{
    margin: 24px 0;
    border: 0;
    border-bottom: 2px solid rgba(102, 102, 102, 0.25);
}
.map-box_img{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-box_img svg{
    max-width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .map-box_info ul.map-box_info__bottom{
        display: flex;
    }
}
@media (max-width: 1250px) {
    .map-box_info ul {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1375px) and (min-width: 768px) {
    .map-box{
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .map-box{
        padding: 64px 0;
    }
    .map-box_info ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .map-box_img{
        margin-bottom: 32px;
    }
}
/*gallery-box*/
.gallery-box-section{
    padding: 128px 0;
    overflow: hidden;
}
.gallery-box-section .title-box{
    margin-top: 0;
    margin-bottom: 0;
}
.gallery-box-section_title {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
    justify-content: space-between;
}
.gallery-box-section .swiper-buttons {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.gallery-box-prev, .gallery-box-next{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border: 2.5px solid var(--text-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}
.gallery-box_item.swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    margin-right: 20px;
    width: auto;
}
.gallery-box_item.swiper-slide:last-child{
    margin-right: 0;
}
.gallery-box_item.swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.gallery-box_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.465384615;
    max-height: 520px;
}
.gallery-box_item__label {
    font-weight: 400;
    font-size: clamp(12px, calc(12px + 6 * ((100vw - 375px) / 1065)), 16px);
    line-height: 140%;
    color: var(--text-color);
    margin-top: 8px;
}
.swiper-buttons .swiper-button-disabled{
    opacity: 0.3;
    cursor: initial;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .gallery-box-section{
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .gallery-box-section{
        padding: 64px 0;
        overflow: hidden;
    }
    .gallery-box_item.swiper-slide {
        margin-right: 12px;
    }
    .gallery-box_item.swiper-slide:last-child{
        margin-right: 0;
    }
    .gallery-box-prev, .gallery-box-next{
        width: 44px;
        height: 44px;
    }
    .gallery-box-prev svg, .gallery-box-next svg{
        width: 9px;
        height: 18px;
    }
    .gallery-box-section .swiper-buttons{
        column-gap: 11px;
    }
    .gallery-box-section_title{
        margin-bottom: 24px;
    }
    .gallery-box-section_title{
        margin-bottom: 32px;
    }
    .gallery-box_item img{
        aspect-ratio: 1.466333925;
    }
}
/*scopebox*/
.scope-box{
    background-color: var(--dark-bg);
    padding: 128px 0;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .scope-box{
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .scope-box{
        padding: 64px 0;
    }
}
.scope-box .title-box{
    color: var(--white-color);
    margin-top: 0;
    margin-bottom: 72px;
}
.scope-box_item{
    color: var(--white-color);
}
.scope-box-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 95px;
}
.scope-box_item_title{
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 36px;
    line-height: 90%;
    color: var(--white-color);
    text-align: center;
}
.scope-box_item_list li{
    max-width: max-content;
    padding-bottom: 12px;
    border-bottom: 1px dashed #EE7248;
    text-align: center;
    font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1065)), 24px);
    line-height: 120%;
}
.scope-box_item_list li:last-child{
    border-bottom: none;
}
.scope-box_item_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    row-gap: 12px;
}
.scope-box_item_title img {
    max-height: 215px;
}
@media (min-width: 768px) {
    .scope-box_item:nth-child(3) .scope-box_item_list, .scope-box_item:nth-child(1) .scope-box_item_list{
        max-width: 245px;
    }
}
@media (max-width: 768px) {
    .scope-box-wrap{
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        justify-content: center;
    }
    .scope-box_item {
        display: grid;
        column-gap: 24px;
        grid-template-columns: calc(45% - 12px) calc(55% - 12px);
    }
    .scope-box_item_list li{
        text-align: left;
        width: 100%;
        max-width: none;
    }
    .scope-box_item_list {
        align-items: start;
    }
    .scope-box_item_title {
        margin-bottom: 0;
    }
}
/*client-box*/
.logo-items-box{
    background-color: var(--dark-bg);
    padding: 128px 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="682" height="653" fill="none"><path d="M515.613 15.496c39.953 16.293 76.368 42.956 96.766 79.386M615.219 100.217c11.834 23.42 17.061 49.387 21.993 75.018M638.352 181.172l34.578 180.117M674.098 367.305c4.262 22.335 8.202 44.952 6.326 67.528M679.764 440.928c-3.404 25.966-14.568 50.673-29.217 72.874M647.145 518.828c-44.161 63.536-118.424 107.336-197.821 116.554M443.358 636.012c-46.748 4.448-93.911-2.225-140.19-10.25M297.219 624.73c-48.598-8.548-97.034-18.624-143.715-34.019M147.795 588.794c-44.081-15.06-87.934-36.766-114.002-73.571M30.44 510.251C6.905 473.566 3.46 428.225 3.93 384.988M4.04 378.988c1.219-60.776 11.284-126.041 55.847-169.023M64.27 205.905c22.18-19.723 50.393-33.657 68.339-56.85M136.133 144.192c16.23-23.97 22.315-55.001 45.086-73.13M186.07 67.498c41.092-28.057 101.136-24.171 147.776-39.66M339.555 25.868C401.327 4.39 443.786-11.916 509.968 13.26" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M176.742 74.558c32.072-23.314 77.963-28.513 118.813-35.48M301.32 38.087c9.744-1.674 19.26-3.456 28.253-6.056M335.227 30.33c61.383-18.812 103.896-34.421 169.179-9.915M510.062 22.611c9.436 3.792 18.684 8.12 27.583 13.01M542.887 38.582c26.389 15.382 49.361 35.707 64.426 61.057M610.219 104.812c12.156 22.724 17.946 48.034 23.28 73.157M634.758 183.877c12.464 58.833 24.593 118.215 34.082 177.464M669.781 367.25c3.512 22.979 5.67 45.97 2.507 68.869M671.695 439.936c.054-.308.094-.616.148-.924M670.987 443.957c-4.972 25.591-16.78 50.07-31.643 72.379M635.925 521.359C593.198 582.685 521.95 625.439 445.609 635.1M439.578 635.796c-44.926 4.716-90.306-1.179-135.004-8.655M298.57 626.15c-46.198-7.745-92.249-17.593-136.437-32.398M156.383 591.797c.63.214 1.273.442 1.903.657M152.593 590.47c-42.794-15.194-85.12-36.913-110.624-72.888M38.575 512.557C14.397 475.202 8.728 429.674 7.91 386.102M7.83 380.006c-.47-58.753 8.63-122.195 49.897-164.682M61.992 211.117c20.6-19.455 46.922-33.483 63.742-56.221M129.191 149.886c15.172-23.541 21.217-53.433 42.795-71.628" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M167.469 81.58c32.139-24.788 80.361-32.786 122.351-39.271M295.73 41.422c10.133-1.5 20.051-2.827 29.432-5.145M330.992 34.738c60.848-16.24 103.494-31.031 167.813-7.195M504.461 29.715a262.914 262.914 0 0 1 27.488 12.675M537.191 45.242c26.377 14.9 49.576 34.475 65.056 59.141M605.34 109.582c12.451 21.92 18.71 46.52 24.446 71.026M631.156 186.49c13.416 57.681 26.068 116.474 33.6 174.959M665.49 367.424c2.721 23.541 3.07 46.761-1.353 69.873M663.359 441.141l.201-.938M662.475 445.041c-6.259 25.926-18.978 50.861-34.377 73.866M624.695 523.879c-41.44 59.034-109.525 100.837-182.797 110.94M435.907 635.569c-43.142 4.998-86.808-.282-129.977-7.061M300.019 627.57c-45.193-7.302-90.279-17.136-133.261-32.076M161.184 593.512c.616.228 1.233.442 1.849.67M157.39 592.131c-41.521-15.328-82.305-37.061-107.234-72.205M46.766 514.943C21.89 476.891 14.01 431.122 11.879 387.121M11.623 381.119c-2.064-56.743 5.95-118.457 43.986-160.474M59.727 216.315c19.018-19.173 43.464-33.309 59.158-55.59M122.156 155.725c14.193-23.166 20.158-52.093 40.677-70.342" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M158.18 88.612c32.192-26.301 82.787-36.993 125.889-43.05M290.141 44.745c10.521-1.326 20.841-2.21 30.611-4.247M326.664 39.187c60.285-13.828 103.172-27.668 166.593-4.489M498.871 36.8c9.342 3.618 18.522 7.732 27.395 12.328M531.641 51.996c26.269 14.404 49.589 33.188 65.484 57.065M600.355 114.18c12.8 21.21 19.581 45.18 25.733 69.176M627.578 189.195c14.341 56.489 27.422 114.692 33.091 172.319M661.217 367.586c1.93 24.104.456 47.551-5.213 70.878M655.039 442.35c.08-.308.161-.63.241-.952M653.94 446.301c-7.559 26.167-21.123 51.49-37.018 75.099M613.475 526.396c-40.06 56.797-105.076 97.582-175.291 108.127M432.248 635.355c-41.373 5.292-83.323.697-124.951-5.48M301.371 628.978c-44.147-6.78-88.215-16.668-129.91-31.742M165.98 595.227c.604.227 1.193.442 1.796.67M162.188 593.778c-40.234-15.449-79.504-37.195-103.856-71.508M54.885 517.233c-25.505-38.708-35.543-84.611-39.041-129.014M15.403 382.135c-3.552-54.679 3.31-114.611 38.05-156.133M57.434 221.5c17.436-18.891 40.073-33.094 54.601-54.934M115.227 161.422c13.201-22.697 19.004-50.633 38.384-68.842" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M148.891 95.648c32.233-27.842 85.213-41.214 129.428-46.828M284.137 48.123c11.137-1.179 22.06-1.634 32.42-3.43M322.414 43.606c59.588-11.522 102.784-24.278 165.239-1.782M493.281 43.902a293.358 293.358 0 0 1 27.315 11.992M525.945 58.668c26.242 13.935 49.764 31.969 66.101 55.148M595.371 118.76c13.135 20.5 20.466 43.84 27.02 67.314M623.973 191.82c15.279 55.35 28.721 113.017 32.608 169.814M656.927 367.559c1.139 24.8-2.118 48.543-9.087 72.191M646.703 443.553c.094-.321.201-.63.295-.951M645.454 447.387c-8.872 26.502-23.307 52.281-39.778 76.572M602.245 528.93c-38.653 54.572-100.626 94.339-167.772 105.312M428.457 635.155c-39.551 5.547-79.705 1.661-119.738-3.899M302.712 630.397c-43.102-6.271-86.138-16.199-126.56-31.393M170.777 596.941c.577.228 1.166.456 1.743.684M167.095 595.479c-39.015-15.596-76.823-37.368-100.626-70.918M63.076 519.618c-26.189-39.405-38.372-85.483-43.264-130.368M19.197 383.26c-4.945-52.629.536-110.926 32.153-151.912M55.129 226.672c15.828-18.637 36.67-32.88 50.045-54.264M108.188 167.263c12.249-22.309 17.905-49.388 36.267-67.556" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M139.605 102.669c32.274-29.437 87.639-45.421 132.967-50.606M278.535 51.46c11.54-1.006 22.838-1.046 33.614-2.52M318.07 48.029c58.891-9.339 102.409-20.808 164.02.938M487.68 51.004c9.261 3.47 18.375 7.342 27.22 11.657M520.25 65.34c26.215 13.465 49.938 30.763 66.718 53.232M590.492 123.529c13.389 19.723 21.216 42.326 28.159 65.198M620.391 194.516c16.19 54.157 29.901 111.275 32.085 167.173M652.654 367.746c.295 25.39-4.731 49.32-12.947 73.183M638.363 444.762c.121-.322.228-.643.349-.965M636.985 448.473c-10.186 26.837-25.505 53.085-42.54 78.046M591.029 531.449c-37.246 52.348-96.177 91.097-160.267 102.499M424.784 634.939c-37.782 5.828-76.233 2.639-114.725-2.332M304.053 631.804c-42.057-5.761-84.061-15.73-123.209-31.058M175.59 598.656l1.689.684M171.905 597.142c-37.728-15.73-74.009-37.503-97.249-70.222M71.266 522.003c-26.872-40.116-41.159-86.314-47.485-131.708M23.001 384.374c-6.232-50.58-2.158-107.202 26.256-147.706M52.824 231.831c14.26-18.343 33.252-32.666 45.502-53.581M101.234 172.944c11.232-21.867 16.727-47.98 34.003-66.042" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M130.234 109.783c32.274-31.111 90.146-49.708 136.639-54.478M272.945 54.782c11.929-.83 23.616-.456 34.807-1.608M313.824 52.452c58.1-7.262 102.007-17.405 162.666 3.657M482.09 58.105c9.207 3.39 18.294 7.155 27.127 11.322M514.555 72.012c26.202 12.996 50.098 29.557 67.347 51.33M585.52 128.113c13.724 19.013 22.087 40.986 29.431 63.349M616.828 197.223c17.102 52.978 31.014 109.56 31.576 164.547M648.378 367.732c-.522 26.087-7.344 50.299-16.847 74.456M630.027 445.967c.134-.322.268-.644.389-.979M628.461 449.719c-11.486 27.092-27.663 53.715-45.207 79.306M579.797 533.969c-35.825 50.137-91.727 87.841-152.762 99.672M421.123 634.725c-36.012 6.109-72.749 3.617-109.713-.764M305.392 633.225c-41.012-5.252-81.983-15.274-119.845-30.709M180.387 600.371c.549.228 1.085.456 1.635.684M176.703 598.791c-36.455-15.851-71.207-37.637-93.871-69.525M79.386 524.295c-27.489-40.772-43.813-87.037-51.64-132.9M26.784 385.392c-7.412-48.476-4.825-103.356 20.345-143.337M50.492 236.988c12.692-18.061 29.861-32.438 40.985-52.871M94.184 178.798c10.279-21.491 15.587-46.815 31.898-64.769" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M120.934 116.816c32.246-32.773 92.571-53.916 140.19-58.257M266.969 58.132c12.518-.684 24.781.12 36.575-.737M309.48 56.871c57.336-5.306 101.699-14.028 161.447 6.378M476.488 65.207c9.168 3.31 18.228 6.954 27.033 10.973M508.855 78.684c26.176 12.527 50.26 28.338 67.965 49.413M580.535 132.693c14.046 18.316 22.959 39.66 30.719 61.5M613.223 199.834c18.026 51.826 32.072 107.952 31.08 162.055M644.101 367.92c-1.407 26.69-9.958 51.075-20.706 75.447M621.691 447.158c.148-.322.295-.657.443-.978M620.018 450.803c-12.826 27.413-29.874 54.505-47.995 80.78M568.577 536.5c-34.391 47.927-87.277 84.598-145.257 96.858M417.478 634.523c-34.244 6.392-69.278 4.61-104.701.804M306.866 634.671c-40.034-4.73-80.027-14.819-116.682-30.415M185.188 602.086c.522.228 1.058.469 1.581.697M181.501 600.438c-35.168-15.984-68.406-37.757-90.493-68.815M87.576 526.666c-28.145-41.469-46.48-87.841-55.861-134.24M30.577 386.516c-8.511-46.413-7.506-99.632 14.46-139.118M48.16 242.12c11.138-17.753 26.497-32.21 36.482-52.147M87.2 184.468c9.274-21.049 14.367-45.488 29.646-63.241" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M111.648 123.852c32.18-34.475 94.997-58.123 143.729-62.036M261.379 61.482c12.947-.268 25.746 2.171 37.795.375M305.086 60.797c55.634-10.196 101.403-10.317 160.267 9.594M470.902 72.309c9.127 3.229 18.147 6.752 26.953 10.638M503.336 85.424c26.054 12.032 50.246 27.065 68.353 47.35M575.68 137.451c14.273 17.539 23.695 38.159 31.817 59.383M609.656 202.527c18.925 50.647 33.024 106.251 30.558 159.43M639.841 367.92c-2.279 27.387-12.585 52.04-24.634 76.693M613.355 448.365c.161-.335.322-.657.496-.992M611.587 451.889c-14.167 27.735-32.099 55.296-50.782 82.24M557.36 539.02c-32.943 45.729-82.854 81.235-137.751 94.017M413.673 634.336c-32.434 6.579-65.673 5.574-99.474 2.358M308.207 636.092c-39.002-4.207-77.949-14.364-113.332-30.067M189.984 603.801c.51.241 1.019.469 1.528.697M186.3 602.085c-33.882-16.105-65.592-37.877-87.116-68.105M95.763 529.037c-28.788-42.179-49.093-88.631-60.083-135.58M34.368 387.627c-9.53-44.363-10.2-95.893 8.59-134.897M45.668 247.453c9.61-17.579 23.267-32.144 32.166-51.732M80.219 190.134c8.27-20.607 13.134-44.162 27.408-61.7" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M102.344 130.886c32.059-36.217 97.436-62.33 147.28-65.827M255.777 64.803c13.336-.094 26.47 2.774 39.002 1.3M300.742 65.206c55.098-8.36 101.082-6.954 159.048 12.327M465.312 79.408c9.087 3.149 18.067 6.566 26.859 10.304M497.641 92.098c26.027 11.563 50.393 25.872 68.969 45.448M570.695 142.031c14.596 16.842 24.554 36.819 33.105 57.547M606.051 205.141c19.849 49.521 33.948 104.642 30.062 156.937M635.564 368.107c-3.217 28.003-15.198 52.831-28.494 77.685M605.02 449.57c.174-.335.361-.67.536-.992M603.077 453.121c-15.479 27.99-34.256 55.952-53.475 83.5M546.128 541.551c-31.496 43.532-78.418 77.979-130.245 91.19M410.012 634.148c-30.665 6.847-62.215 6.552-94.461 3.913M309.547 637.513c-37.969-3.685-75.871-13.908-109.981-29.732M194.781 605.518c.496.241.979.469 1.475.71M191.229 603.789c-32.661-16.239-62.938-38.039-83.913-67.516M103.885 531.315C74.48 488.48 52.325 441.974 39.66 394.543M38.135 388.632c-10.427-42.272-12.826-92.034 2.747-130.515M43.293 252.571c8.068-17.27 19.93-31.888 27.716-50.981M73.14 195.99c7.332-20.246 11.929-43.09 25.331-60.441" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M92.992 138c31.885-38.038 99.943-66.63 150.939-69.686M249.812 68.127c13.912.027 27.556 3.377 40.731 2.198M296.508 69.627c54.508-6.418 100.666-3.578 157.68 15.046M459.711 86.51c9.033 3.068 17.986 6.364 26.765 9.968M491.957 98.77c26.001 11.094 50.541 24.666 69.586 43.531M565.711 146.615c14.917 16.145 25.425 35.493 34.377 55.698M602.488 207.82c20.734 48.342 34.766 102.941 29.526 154.325M631.301 368.107c-4.141 28.7-17.838 53.782-32.434 78.931M596.684 450.777c.201-.335.388-.67.589-1.006M594.66 454.219c-16.834 28.311-36.482 56.729-56.277 84.96M534.912 544.07c-30.022 41.348-73.968 74.724-122.74 88.364M406.368 633.961c-28.923 7.128-58.77 7.543-89.462 5.453M310.876 638.945c-36.937-3.162-73.794-13.452-106.63-29.396M199.582 607.246c.469.241.952.483 1.421.71M196.043 605.421c-31.375-16.36-60.137-38.146-80.535-66.792M112.064 533.686c-30.035-43.545-54.012-90.145-68.447-138.112M41.929 389.746c-11.285-40.249-15.494-88.31-3.096-126.295M40.883 257.677c6.54-16.949 16.605-31.607 23.293-50.204M66.133 201.643c6.34-19.804 10.655-41.817 23.106-58.887" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M83.688 145.05c31.656-39.847 102.381-70.838 154.49-73.464M244.211 71.438c14.314.187 28.279 3.873 41.95 3.109M292.164 74.063c53.972-4.436 100.345-.228 156.461 17.752M454.562 93.758c8.766 2.92 17.464 6.03 26.015 9.392M486.273 105.43c25.988 10.625 50.675 23.474 70.203 41.629M560.723 151.199c15.238 15.462 26.295 34.167 35.65 53.862M598.934 210.512c21.604 47.163 35.53 101.239 28.989 151.712M627.038 368.133c-5.106 29.396-20.479 54.733-36.374 80.15M588.359 451.983c.215-.335.429-.67.644-1.018M586.244 455.318c-18.187 28.633-38.72 57.507-59.092 86.421M523.68 546.602c-28.547 39.177-69.532 71.481-115.235 85.523M402.724 633.773c-27.167 7.396-55.325 8.535-84.462 6.981M312.217 640.378c-35.892-2.64-71.703-13.01-103.279-29.062M204.379 608.959l1.367.724M200.854 607.043c-30.089-16.481-57.35-38.253-77.159-66.082M120.25 536.058c-30.665-44.256-56.37-90.976-72.668-139.439M45.705 390.858c-12.062-38.24-18.16-84.585-8.926-122.061M38.363 263.023c5.04-16.775 13.416-31.553 19.032-49.789M59.043 207.513c5.401-19.454 9.408-40.785 21.042-57.654" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M74.387 152.082c31.362-41.696 104.807-75.045 158.055-77.256M238.594 74.719c14.702.107 29.03 2.76 43.183 3.832M287.797 78.938c53.409 3.255 100.036 2.786 155.254 20.017M448.973 100.846c8.725 2.84 17.383 5.841 25.92 9.057M480.578 112.102c25.961 10.169 50.809 22.295 70.805 39.726M555.914 155.928c15.44 14.711 26.993 32.679 36.723 51.758M595.328 213.113c22.516 46.038 36.294 99.619 28.494 149.233M622.763 368.309c-6.111 29.999-23.092 55.51-40.247 81.141M580.023 453.189c.228-.336.456-.684.684-1.019M577.76 456.551c-19.514 28.887-40.878 58.176-61.799 87.693M512.464 549.121c-27.06 37.007-65.083 68.239-107.73 82.669M398.916 633.654c-25.331 7.624-51.707 9.473-79.209 8.455M313.704 641.825c-34.94-2.09-69.76-12.568-100.13-28.766M209.191 610.674c.443.241.872.482 1.314.724M205.654 608.679c-28.802-16.601-54.562-38.347-73.795-65.345M128.372 538.336c-31.254-44.925-58.569-91.74-76.81-140.645M49.484 391.956c-12.786-36.27-20.8-80.861-14.729-117.841M35.895 268.101c3.538-16.454 10.145-31.246 14.675-48.972M52.004 213.166c4.423-18.999 8.108-39.539 18.857-56.086" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M65.031 159.197c30.96-43.626 107.314-79.333 161.701-81.115M232.656 78.027c15.279.242 30.156 3.243 44.899 4.757M283.547 83.361c52.618 4.77 99.634 6.15 153.901 22.738M443.387 107.949a663.59 663.59 0 0 1 25.826 8.736M474.895 118.773c25.933 9.701 50.942 21.103 71.422 37.811M550.926 160.51c15.748 14.028 27.864 31.352 37.996 49.923M591.777 215.793c23.388 44.872 36.951 97.89 27.958 146.62M618.514 368.336c-7.144 30.683-25.746 56.461-44.202 82.361M571.688 454.395c.241-.348.495-.683.737-1.032M569.357 457.648c-20.881 29.196-43.116 58.954-64.627 89.141M501.229 551.654c-25.571 34.837-60.646 64.997-100.237 79.815M395.286 633.506c-23.589 7.892-48.276 10.451-74.224 9.955M315.029 643.273c-33.908-1.554-67.682-12.139-96.779-28.445M213.988 612.391c.416.241.845.496 1.26.737M210.464 610.288c-27.516-16.708-51.774-38.428-70.417-64.608M136.549 540.693c-31.871-45.635-60.726-92.637-81.018-141.984M53.252 393.056C39.81 358.728 29.825 315.92 32.733 279.449M33.348 273.461c2.037-16.293 6.956-31.192 10.44-48.557M44.902 219.049c3.485-18.651 6.836-38.548 16.807-54.867" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M55.719 166.245c30.504-45.542 109.753-83.54 165.266-84.893M227.043 81.352c15.694.401 30.96 3.698 46.131 5.68M279.18 87.756c51.908 6.23 99.326 9.486 152.694 25.471M437.785 115.035a788.78 788.78 0 0 1 25.746 8.401M469.211 125.445c25.894 9.232 51.063 19.924 72.038 35.908M545.941 165.078c16.057 13.345 28.722 30.026 39.27 48.088M588.172 218.391c24.285 43.733 37.634 96.241 27.448 144.168M614.269 368.361c-8.203 31.353-28.414 57.4-48.156 83.58M563.352 455.6c.254-.348.522-.697.777-1.045M560.967 458.762c-22.262 29.503-45.368 59.73-67.455 90.574M489.999 554.188c-24.057 32.692-56.196 61.753-92.745 76.961M391.653 633.357c-21.846 8.16-44.858 11.429-69.251 11.456M316.37 644.72c-32.876-1.005-65.592-11.711-93.429-28.111M218.785 614.104c.402.254.804.495 1.206.737M215.424 611.987a244.155 244.155 0 0 1-67.24-64.018M144.723 543.053c-32.488-46.345-62.764-93.602-85.227-143.311M57.072 394.275c-14.086-32.452-26.122-73.559-26.35-109.574M30.805 278.819c.55-16.118 3.766-31.138 6.192-48.128M37.824 224.688c2.52-18.195 5.509-37.301 14.663-53.286" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M46.402 173.279c29.942-47.511 112.193-88.002 168.845-88.685M221.426 84.676c16.11.603 31.777 4.113 47.378 6.578M274.82 92.164c51.238 7.664 99.018 12.836 151.489 28.217M432.195 122.137c8.605 2.586 17.169 5.265 25.653 8.079M463.719 132.172c25.786 8.736 50.996 18.704 72.387 33.885M540.957 169.66c16.364 12.675 29.593 28.7 40.543 46.252M584.633 221.07c25.143 42.568 38.21 94.487 26.912 141.556M609.978 368.537c-9.302 31.929-31.027 58.19-52.029 84.572M555.016 456.807c.281-.348.549-.697.831-1.045M552.496 459.98c-23.602 29.772-47.512 60.415-70.176 91.861M478.781 556.719c-22.543 30.548-51.747 58.525-85.254 74.08M388.048 633.225c-20.117 8.427-41.441 12.42-64.278 12.929M317.695 646.181c-31.844-.455-63.501-11.281-90.078-27.788M223.586 615.82c.389.255.764.496 1.153.751M220.247 613.596c-25.009-16.962-46.359-38.668-63.876-63.268M152.9 545.411c-33.091-47.069-64.667-94.634-89.435-144.638M60.823 395.361c-14.649-30.589-28.735-69.86-32.112-105.353M28.244 283.897c-.912-15.783.59-30.803 1.956-47.27M30.71 230.584c1.582-17.86 4.196-36.35 12.626-52.08" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M37.035 180.394c29.244-49.521 114.699-91.941 172.49-92.53M215.516 87.97c16.672.697 32.903 4.543 49.066 7.53M270.453 96.559c50.595 9.044 98.736 16.078 150.282 30.964M426.605 129.225a1174.052 1174.052 0 0 1 25.572 7.757M458.035 138.844c25.746 8.267 51.117 17.538 72.99 31.982M535.969 174.242c16.672 12.005 30.45 27.373 41.816 44.403M581.031 223.658c26.041 41.442 38.827 92.799 26.403 139.104M605.73 368.551c-10.427 32.572-33.694 59.114-55.996 85.791M546.68 458.012c.295-.349.589-.71.884-1.059M544.118 461.094c-24.982 30.066-49.75 61.191-73.016 93.294M467.55 559.252c-21.001 28.418-47.297 55.296-77.761 71.2M384.442 633.104c-18.388 8.682-38.036 13.385-59.333 14.376M319.036 647.641c-30.799.094-61.41-10.866-86.727-27.467M228.383 617.535c.362.255.737.509 1.099.751M225.059 615.19c-23.722-17.057-43.585-38.722-60.512-62.504M161.077 547.768c-33.681-47.792-66.436-95.773-93.643-145.977M64.564 396.431c-15.199-28.78-31.335-66.175-37.85-101.119M25.682 289.271c-2.385-15.623-2.586-30.737-2.251-46.855M23.605 236.226c.63-17.378 2.869-35.104 10.521-50.486" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M27.719 187.439c28.453-51.53 117.151-96.188 176.068-96.322M209.887 91.266c17.088.844 33.747 4.93 50.313 8.454M266.098 100.967c49.978 10.41 98.414 19.428 149.076 33.711M421.004 136.326a1752.479 1752.479 0 0 1 25.478 7.423M452.352 145.518c25.719 7.811 51.237 16.386 73.593 30.093M530.984 178.812c16.981 11.336 31.322 26.047 43.089 42.568M577.477 226.322c26.898 40.276 39.336 90.99 25.853 136.518M601.494 368.574c-11.58 33.188-36.361 60.053-59.963 86.984M538.344 459.205c.308-.348.616-.71.925-1.072M535.727 462.219c-26.363 30.374-51.975 61.981-75.872 94.728M456.318 561.797c-19.461 26.288-42.848 52.08-70.283 68.292M380.848 633.01c-16.659 8.95-34.645 14.363-54.387 15.81M320.54 649.115c-29.847.723-59.494-10.451-83.618-27.213M233.18 619.25l1.045.764M230.033 616.891c-22.516-17.19-40.972-38.869-57.349-61.914M169.209 550.046c-34.244-48.476-68.005-96.952-97.772-147.196M68.357 397.638C52.609 370.6 34.34 335.014 24.69 300.539M23.137 294.643c-3.86-15.448-5.776-30.656-6.473-46.413M16.476 242.147c-.321-17.043 1.515-34.167 8.497-49.307" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M18.352 194.556C45.853 140.949 137.996 94.04 198.079 94.389M203.988 94.563c17.651.964 34.887 5.319 51.989 9.419M261.836 105.375c49.361 11.737 97.999 22.764 147.722 36.417M415.414 143.414c8.47 2.331 16.941 4.703 25.384 7.101M446.684 152.188c25.692 7.342 51.345 15.234 74.209 28.19M526 183.395c17.276 10.665 32.179 24.706 44.362 40.718M573.871 228.91c27.797 39.151 39.913 89.261 25.358 134.066M597.246 368.615c-12.772 33.791-39.041 60.99-63.93 88.189M530.004 460.41c.322-.362.657-.71.978-1.072M527.272 463.424c-27.716 30.642-54.106 62.692-78.592 96.014M445.074 564.342c-17.893 24.198-38.358 48.905-62.804 65.371M377.285 632.941c-14.93 9.232-31.268 15.315-49.469 17.204M321.867 650.602c-28.802 1.313-57.39-10.049-80.281-26.905M237.992 620.965c.335.254.657.509.992.764M234.868 618.485c-21.229-17.297-38.21-38.923-53.985-61.137M177.386 552.404c-34.82-49.213-69.465-98.346-101.98-148.537M72.148 398.83c-16.297-25.363-36.642-59.101-49.468-93.066M20.592 300.017c-5.32-15.288-8.953-30.575-10.682-45.984M9.347 248.082c-1.287-16.708.134-33.228 6.473-48.141M198.359 97.871c18.08 1.099 35.758 5.681 53.249 10.344M257.465 109.783c59.212 15.837 118.438 31.661 177.65 47.498M441 158.848c25.666 6.887 51.466 14.095 74.813 26.288" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/><path d="M521.105 188.029c61.277 34.944 96.793 110.686 74.022 175.052M592.972 368.736c-14.367 35.225-43.142 63.268-69.894 91.419M518.908 464.551a1082.908 1082.908 0 0 0-81.447 97.434M433.869 566.848c-27.314 37.02-58.3 78.14-104.646 84.625M323.205 652.102c-27.743 1.929-55.298-9.661-76.943-26.61M241.611 621.702c-20.867-17.66-36.91-39.928-52.564-62.022M185.561 554.763c-35.396-49.95-70.778-99.913-106.174-149.876M75.876 399.942C41.31 351.199-17.138 268.556 6.624 207.164M9.012 201.602c26.443-55.658 122.096-104.75 183.319-103.96" stroke="%23EE7248" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 5"/></svg>');
    background-repeat: no-repeat;
    background-position: center 73%;
}
.logo-items-box .title-box{
    color: var(--white-color);
    margin-top: 0;
    margin-bottom: 64px;
}
.logo-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}
.logo-items_item:last-of-type{
    width: 100%;
    display: flex;
    justify-content: center;
}
.logo-items_item:last-of-type img{
    width: auto;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .logo-items-box{
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .logo-items{
        gap: 24px;
        justify-content: start;
    }
    .logo-items_item img {
        max-width: 22vw;
    }
    .logo-items_item:last-of-type{
        width: auto;
        justify-content: start;
    }
}
@media (max-width: 768px) {
    .logo-items-box{
        padding: 64px 0;
    }
    .logo-items-box .title-box{
        margin-bottom: 32px;
    }
    .logo-items-box{
        background-repeat: no-repeat;
        background-position: right -52px center;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="450" height="206" viewBox="0 0 450 206" fill="none"><mask id="mask0_669_8310" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="450" height="206"><rect width="450" height="206" fill="white"/></mask><g mask="url(%23mask0_669_8310)"><path d="M456.623 92.8137C419.376 144.538 357.607 179.593 292.085 186.094" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M287.163 186.53C248.598 189.551 209.843 183.407 171.836 176.16" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M166.95 175.226C127.04 167.517 87.284 158.552 49.0469 145.23" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M44.3704 143.577C8.27028 130.567 -27.5509 112.086 -48.5156 81.4121" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M477.29 31.4741C472.842 52.484 462.78 72.484 450.231 90.6541" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M447.347 94.7437C411.312 144.667 352.041 178.902 289.03 185.809" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M284.053 186.302C246.986 189.569 209.689 184.089 172.977 177.316" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M168.045 176.42C130.1 169.406 92.3053 160.661 56.1133 147.859" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M51.4062 146.164C51.9221 146.349 52.4489 146.546 52.9647 146.731" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M48.3011 145.02C13.2625 131.917 -21.2999 113.446 -41.8125 83.4648" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M470.264 32.25C464.753 53.5181 453.934 73.8807 440.934 92.6174" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M438.061 96.6637C403.116 144.717 346.464 178.213 285.975 185.526" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M281.029 186.06C245.426 189.583 209.534 184.635 174.07 178.457" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M169.218 177.607C132.095 170.971 95.0951 162.251 59.8984 149.355" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M55.332 147.645C55.8367 147.841 56.3415 148.026 56.8462 148.222" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M52.2286 146.456C18.2406 133.26 -15.0523 114.799 -35.1016 85.5098" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M463.216 33.1711C456.63 54.6199 445.111 75.291 431.694 94.5174" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M428.789 98.584C395.013 144.814 340.902 177.513 282.923 185.232" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M278.021 185.837C243.871 189.627 209.382 185.265 175.18 179.605" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M170.314 178.785C134.045 172.594 97.885 163.844 63.75 150.855" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M59.2617 149.123C59.7553 149.319 60.2381 149.504 60.7318 149.7" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M56.1595 147.878C23.2328 134.601 -8.81239 116.15 -28.3984 87.5527" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M456.213 33.9473C448.541 55.654 436.297 76.6883 422.396 96.4696" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M419.502 100.516C386.916 144.933 335.325 176.835 279.868 184.95" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M274.901 185.619C242.248 189.644 209.229 185.892 176.332 180.762" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M171.399 179.972C135.984 174.215 100.675 165.445 67.5898 152.375" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M63.1914 150.602C63.6629 150.797 64.1455 150.993 64.6171 151.189" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M60.1752 149.346C28.2551 135.964 -2.58652 117.512 -21.7305 89.5508" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M450.409 31.6874C450.512 31.4241 450.605 31.1606 450.709 30.8974" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M449.221 34.7255C440.463 56.69 427.484 78.0984 413.11 98.4238" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M410.231 102.436C378.834 145.041 329.762 176.146 276.817 184.656" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M271.876 185.392C240.677 189.673 209.05 186.518 177.414 181.895" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M172.48 181.15C137.919 175.826 103.46 167.038 71.4258 153.875" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M67.1289 152.082C67.5894 152.277 68.0499 152.473 68.5104 152.668" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M64.1138 150.781C33.2554 137.306 3.6722 118.874 -15.0195 91.6055" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M459.716 -31.6199C458.927 -10.1405 452.975 9.70722 444.816 29.474" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M443.526 32.5675C443.64 32.3045 443.755 32.0414 443.859 31.7671" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M442.184 35.6352C432.351 57.7916 418.661 79.4971 403.859 100.334" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M400.943 104.358C370.747 145.161 324.185 175.447 273.751 184.353" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M268.866 185.165C239.121 189.702 208.897 187.144 178.512 183.027" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M173.566 182.338C139.859 177.448 106.25 168.63 75.2773 155.396" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M71.0586 153.559C71.5081 153.754 71.9465 153.949 72.396 154.144" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M68.0447 152.207C38.2366 138.651 9.91207 120.229 -8.31641 93.6523" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M456.192 -31.5239C454.666 -9.56005 447.288 10.4074 438.099 30.3336" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M436.643 33.4328C436.769 33.1699 436.895 32.8959 437.021 32.633" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M435.214 36.4118C424.273 58.8146 409.859 80.8945 394.573 102.286" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M391.672 106.288C362.687 145.29 318.623 174.768 270.7 184.068" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M265.869 184.951C237.577 189.745 208.745 187.795 179.622 184.174" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M174.761 183.548C141.853 179.102 109.051 170.242 79.0742 156.893" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M74.9844 155.035C75.4118 155.23 75.85 155.436 76.2774 155.631" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M71.9719 153.629C43.2254 139.98 16.148 121.59 -1.61719 95.7051" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M452.68 -31.5832C450.427 -9.05746 441.599 11.1066 431.336 31.2467" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M429.76 34.313C429.897 34.0392 430.034 33.7765 430.182 33.5029" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M428.256 37.1885C416.207 59.8377 401.058 82.2916 385.299 104.228" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M382.396 108.208C354.634 145.42 313.036 173.979 267.645 183.752" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M262.736 184.743C235.931 189.715 208.568 188.431 180.772 185.317" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M175.846 184.738C143.781 180.737 111.841 171.836 82.9141 158.416" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M78.9141 156.516C79.3302 156.721 79.7466 156.916 80.1629 157.111" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M75.9029 155.052C48.2178 141.321 22.3989 122.952 5.08594 97.7598" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M2.33847 93.6393C-20.7933 58.503 -36.8787 19.9629 -45.2852 -18.8574" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M449.156 -31.4871C446.122 -8.46667 435.912 11.8178 424.619 32.1063" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M422.877 35.188C423.025 34.9144 423.184 34.641 423.332 34.3785" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M421.229 38.0868C408.094 60.9276 392.244 83.7011 376.036 106.126" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M373.109 110.14C346.569 145.562 307.448 173.29 264.578 183.459" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M259.725 184.537C234.373 189.755 208.392 189.078 181.868 186.461" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M176.931 185.922C145.708 182.365 114.631 173.424 86.7539 159.922" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M82.8438 157.996C83.2489 158.202 83.6432 158.396 84.0483 158.601" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M79.9407 156.521C53.262 142.696 28.6246 124.325 11.7539 99.7578" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M8.99483 95.6277C-14.6357 59.9421 -32.2437 21.3324 -42.0234 -17.9082" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M445.644 -31.5443C441.838 -7.96268 430.212 12.5079 417.844 33.0213" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M415.994 36.0701C416.164 35.7969 416.323 35.5235 416.494 35.2503" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M414.282 38.8753C400.028 61.9624 383.454 85.099 366.762 108.079" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M363.837 112.063C338.541 145.706 301.886 172.592 261.527 183.156" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M256.724 184.332C232.804 189.805 208.215 189.737 182.964 187.593" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M178.004 187.124C147.624 184.012 117.408 175.029 90.582 161.445" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M86.7695 159.486C87.1526 159.691 87.5467 159.897 87.9299 160.091" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M83.8837 157.933C58.2663 144.027 34.8762 125.687 18.4688 101.812" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M15.6959 97.6935C-8.44376 61.4144 -27.5518 22.7025 -38.7812 -17.0039" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M442.136 -31.5819C437.526 -7.43971 424.515 13.2175 411.074 33.9337" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M409.123 36.9464C409.304 36.6733 409.485 36.4003 409.667 36.1163" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M407.335 39.666C391.961 62.9993 374.653 86.499 357.476 110.034" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M354.55 113.991C330.498 145.867 296.297 171.91 258.461 182.847" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M253.724 184.128C231.246 189.846 208.038 190.397 184.06 188.716" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M179.089 188.323C149.563 185.656 120.209 176.622 94.4219 162.967" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M90.6992 160.961C91.0712 161.166 91.4432 161.371 91.8152 161.576" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M87.8226 159.335C63.2666 145.347 41.1127 127.039 25.1797 103.846" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M22.4088 99.7602C-2.23989 62.8875 -22.7703 24.0524 -35.5273 -16.0879" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M438.611 -31.4954C433.165 -6.87046 418.828 13.9081 404.345 34.7836" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M402.244 37.8273C402.436 37.5544 402.629 37.2705 402.821 36.9977" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M400.33 40.5645C383.86 64.0893 365.862 87.9197 348.224 111.944" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M345.278 115.911C322.482 146.02 290.735 171.221 255.41 182.52" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M250.592 183.976C229.623 189.907 207.873 191.067 185.235 189.85" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M180.292 189.535C151.542 187.333 123.006 178.225 98.2148 164.465" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M94.6406 162.443C95.0016 162.648 95.3515 162.853 95.7125 163.058" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M91.7494 160.748C68.2549 146.679 47.3369 128.414 31.8672 105.912" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M29.0689 101.748C3.94369 64.3153 -17.9101 25.3808 -32.2617 -15.1504" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M435.114 -31.5348C428.808 -6.36122 413.131 14.6158 397.575 35.6941" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M395.361 38.7055C395.564 38.4218 395.779 38.1493 395.982 37.8656" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M393.394 41.3534C375.794 65.1132 357.071 89.3178 338.938 113.886" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M335.99 117.845C314.449 146.186 285.145 170.546 252.332 182.207" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M247.603 183.804C228.066 189.979 207.697 191.748 186.332 190.983" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M181.364 190.746C153.457 188.999 125.784 179.817 102.043 165.986" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M98.5664 163.918C98.9053 164.122 99.255 164.338 99.5939 164.542" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M95.6925 162.142C73.2592 148.002 53.5773 129.779 38.582 107.959" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M35.7706 103.802C10.1474 65.7759 -12.9733 26.6658 -29.0078 -14.2578" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M431.612 -31.5703C424.425 -5.85946 407.42 15.3161 390.8 36.6085" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M388.478 39.5837C388.692 39.3002 388.918 39.0169 389.132 38.7333" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M386.465 42.156C367.724 66.1506 348.277 90.7295 329.661 115.83" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M326.702 119.775C306.438 146.372 279.567 169.866 249.254 181.889" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M244.613 183.632C226.507 190.052 207.508 192.429 187.417 192.115" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M182.449 191.953C155.384 190.674 128.585 181.406 105.883 167.516" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M102.492 165.4C102.82 165.616 103.148 165.82 103.476 166.024" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M99.7524 163.61C78.3144 149.377 59.814 131.152 45.25 109.957" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M42.4686 105.858C16.3474 67.2392 -7.93994 27.8999 -25.7578 -13.3516" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M428.08 -31.4858C419.98 -5.31554 401.725 16.0158 384.064 37.4564" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M381.595 40.4626C381.832 40.1795 382.057 39.8961 382.294 39.613" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M379.476 43.043C359.627 67.2399 339.512 92.1499 320.413 117.739" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M317.43 121.707C298.442 146.559 274.004 169.2 246.192 181.552" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M241.642 183.472C224.957 190.137 207.339 193.132 188.521 193.237" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M183.522 193.179C157.3 192.366 131.374 183.014 109.711 169.053" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M106.422 166.877C106.739 167.092 107.044 167.296 107.361 167.511" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M103.707 164.999C83.3412 150.684 66.0546 132.512 51.9648 112.01" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M49.1745 107.911C22.5664 68.6877 -2.78748 29.0767 -22.5 -12.4492" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M424.578 -31.5328C415.542 -4.84832 396.013 16.6936 377.277 38.3591" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M374.712 41.3408C374.96 41.0578 375.208 40.7639 375.455 40.4809" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M372.562 43.8438C351.572 68.2645 330.744 93.56 311.139 119.682" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M308.146 123.639C290.457 146.758 268.429 168.534 243.119 181.214" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M238.674 183.324C223.409 190.222 207.162 193.825 189.607 194.349" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M184.606 194.4C159.238 194.053 134.175 184.605 113.551 170.584" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M110.352 168.357C110.646 168.572 110.952 168.787 111.246 168.991" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M107.646 166.378C88.3412 152.004 72.2793 133.886 58.6641 114.064" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M55.8723 109.967C28.7885 70.1396 2.46886 30.1703 -19.25 -11.5547" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M421.088 -31.5681C411.094 -4.39182 390.313 17.3941 370.503 39.2514" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M367.829 42.2093C368.088 41.9265 368.347 41.6327 368.605 41.3389" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M365.632 44.6565C343.501 69.312 321.971 94.9932 301.838 121.636" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M298.857 125.58C282.467 146.964 262.849 167.886 240.03 180.862" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M235.718 183.197C221.874 190.34 206.985 194.551 190.704 195.471" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M185.822 195.632C161.229 195.817 136.964 186.206 117.324 172.068" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M114.281 169.836C114.565 170.05 114.848 170.265 115.132 170.48" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M111.72 167.847C93.4113 153.379 78.5087 135.269 65.3359 116.062" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M62.5446 111.954C35.0065 71.5559 7.86581 31.1644 -15.9609 -10.6289" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M417.59 -31.5937C406.605 -3.93714 384.594 18.1042 363.721 40.1645" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M360.946 43.0862C361.216 42.7926 361.497 42.5102 361.767 42.2166" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M358.651 45.5318C335.401 70.3894 313.224 96.4241 292.598 123.533" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M289.561 127.524C274.491 147.208 257.295 167.277 236.933 180.504" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M232.784 183.094C220.36 190.493 206.819 195.278 191.803 196.584" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M186.894 196.877C163.153 197.562 139.763 187.811 121.141 173.613" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M118.219 171.312C118.491 171.527 118.753 171.741 119.025 171.955" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M115.683 169.227C98.4351 154.688 84.746 136.643 72.0586 118.129" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M69.2424 114.01C41.2398 72.9969 13.3795 32.0525 -12.7109 -9.73438" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M414.068 -31.5546C401.75 -2.73921 377.664 19.9629 355.243 42.7812" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M351.748 46.3445C327.357 71.4259 304.489 97.8685 283.324 125.476" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M280.298 129.433C257.291 159.549 231.204 192.992 192.942 197.696" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M187.978 198.129C165.1 199.337 142.564 189.412 124.969 175.154" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M121.192 171.969C104.247 157.137 91.3398 138.575 78.75 120.162" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><path d="M75.9448 116.066C47.4776 74.4379 19.0217 32.7991 -9.44531 -8.83984" stroke="%23EE7248" stroke-width="0.823766" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="0.82 4.12"/><rect x="0.707031" y="-3.11328" width="311" height="201" transform="rotate(6.29821 0.707031 -3.11328)" fill="url(%23paint0_linear_669_8310)"/></g><defs><linearGradient id="paint0_linear_669_8310" x1="293.207" y1="97.3867" x2="115.949" y2="135.76" gradientUnits="userSpaceOnUse"><stop stop-opacity="0"/><stop offset="1"/></linearGradient></defs></svg>');
    }
}
@media (max-width: 365px) {
    .logo-items_item img {
        max-width: 22vw;
    }
}
/*formbox*/
.form-box{
    padding: 128px 0;
}
.form-box .title-box{
    margin-top: 0;
}
@media (max-width: 1375px) and (min-width: 768px) {
    .form-box{
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .form-box{
        padding: 64px 0;
    }
    .form-box .title-box{
        margin-bottom: 24px;
    }
}
/*footer*/
footer{
    color: var(--white-color);
    background: var(--dark-bg);
    padding: 48px 0 24px 0;
}
.footer-top, .footer-bottom_contact, .footer-bottom_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top, .footer-bottom_contact{
    margin-bottom: 24px;
}
.footer-bottom_info{
    padding-top: 24px;
    border-top: 1px solid rgba(148, 150, 152, 0.25);
}
.footer-top, .footer-top a{
    font-weight: 400;
    font-size: clamp(24px, calc(24px + 12 * ((100vw - 375px) / 1065)), 36px);
    line-height: 90%;
    color: var(--white-color);
}
.footer-bottom_contact {
    font-weight: 200;
    font-size: clamp(16px, calc(16px + 6 * ((100vw - 375px) / 1065)), 22px);
    line-height: 120%;
    color: var(--light-text);
}
.footer-bottom_contact .adr{
    max-width: 315px;
}
.footer-social{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-bottom_info, .footer-bottom_info a{
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    color: var(--light-text);
}
.footer-bottom_info__item{
    display: flex;
    align-items: center;
    column-gap: 24px;
}
@media (max-width: 768px) {
    footer {
        padding: 32px 0 24px 0;
    }
    .footer-top, .footer-bottom_contact, .footer-bottom_info{
        flex-direction: column;
        align-items: start;
        row-gap: 24px;
    }
    .footer-bottom_info__item{
        flex-direction: column;
        align-items: start;
    }
    .footer-bottom_info{
        flex-direction: column-reverse;
    }
    .footer-bottom_info__item{
        row-gap: 8px;
    }
    .footer-top {
        padding-top: 24px;
        border-top: 1px solid rgba(148, 150, 152, 0.25);
    }
    .footer-bottom_contact .adr{
        max-width: 230px;
    }
}