﻿
.loader-ring {
    position: relative;
}

    .loader-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 10px solid #000;
    }

        .loader-ring div:nth-child(1) {
            width: 160px;
            height: 160px;
            top: 20px;
            left: 20px;
            border-color: #e52d33 transparent #e52d33 transparent;
            -webkit-animation: loader-ring 1s linear infinite;
            animation: loader-ring 1s linear infinite;
        }

        .loader-ring div:nth-child(2) {
            width: 136px;
            height: 136px;
            top: 32px;
            left: 32px;
            border-color: transparent #fab626 transparent #fab626;
            -webkit-animation: loader-ring_reverse 1s linear infinite;
            animation: loader-ring_reverse 1s linear infinite;
        }

        .loader-ring div:nth-child(3) {
            width: 70px;
            height: 70px;
            top: 70px;
            left: 70px;
            border: none;
        }

.loader-ring {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    margin: auto;
}

.logo {
    display: inline-block;
    height: 70px;
    /*width: auto;*/
}

.text-mute-dark {
    color: #54606d !important;
}

.text-menu-color {
    color: #7782aa !important;
    font-weight: 600;
}

    .text-menu-color:hover {
        background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
    }

.text-menu-active {
    background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.menu-active {
    width: 50%;
    transition: 0.4s;
    opacity: 1;
    position: relative;
    left: 0.75rem;
    bottom: 0px;
    height: 2px;
    background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
}

.main-menu > ul.navbar-nav > li > a::before {
    position: absolute;
    content: "";
    left: 0.75rem;
    bottom: 0px;
    height: 2px;
    background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
    width: 0;
    transition: 0.4s;
    opacity: 0;
}

.header-area.stick .main-menu > ul.navbar-nav > li > a::before {
    left: 16px;
    bottom: 27px;
}

.main-menu > ul.navbar-nav > li > a:hover::before {
    width: 50%;
    transition: 0.4s;
    opacity: 1;
}

.main-menu > ul.navbar-nav > li > a.text-menu-active::after {
    position: absolute;
    content: "";
    left: 0.75rem;
    bottom: 0px;
    height: 2px;
    background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
    width: 50%;
    transition: 0.4s;
    opacity: 1;
}

.border-gradient {
    border-bottom: 2px solid;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.valign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_login {
    padding: 15px 15px 0 20px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    color: #3e4095;
}

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 18px;
        font-weight: 600;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #3e4095;
        font-size: 18px;
    }

.group {
    position: relative;
    margin-top: 20px;
}

    .group input, .group select {
        font-size: 16px;
        padding: 12px 10px;
        display: block;
        width: 100%;
        border: none;
        border: 1px solid #999999;
        border-radius: 5px;
        font-weight: 600;
        color: #495057;
    }

    .group select {
        height: 50px !important;
    }

input:focus, select:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    pointer-events: all;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    /*color:#6c757d;*/
    pointer-events: none;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label, .group input:disabled ~ label, .group select:focus ~ label, .group select:valid ~ label, .group select:disabled ~ label {
    top: -10px;
    font-size: 13px;
    color: #5264AE;
    background: #fff !important;
    padding: 0 5px;
    font-weight: bold;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight, select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.font-weight-600 {
    font-weight: 600;
}

.pills-soft-success {
    color: #00c9a7;
    border-radius: 6.1875rem;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
    background: rgba(0, 201, 167, 0.1);
    border-color: transparent;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-icon {
    font-size: 1.75rem;
    width: 64px;
    height: 64px;
    position: relative;
    line-height: 0;
    padding: 0;
    display: block;
    margin: 3rem auto 1rem;
}

.bg-soft-danger {
    color: #de4437;
    background: rgba(222, 68, 55, 0.15);
    border-color: transparent;
}

.bg-soft-blue {
    color: #377dff;
    background: rgba(55, 125, 255, 0.15);
    border-color: transparent;
}

.bg-soft-orange {
    color: #f9a838;
    background: rgba(233, 147, 29, 0.15);
    border-color: transparent;
}

.bg-soft-pink {
    color: #e91e63;
    background: rgba(233, 30, 99, 0.15);
    border-color: transparent;
}

.bg-soft-vilot {
    color: #7b57a7;
    background: rgba(123, 87, 167, 0.15);
    border-color: transparent;
}

.bg-soft-green {
    color: #00c9a7;
    background: rgba(0, 201, 167, 0.15);
    border-color: transparent;
}

.separator span {
    display: inline-block;
    height: 7px;
    border-radius: 1rem;
}

    .separator span.large {
        width: 70px;
    }

    .separator span.medium {
        width: 30px;
    }

    .separator span.small {
        width: 7px;
    }

.gradient-45deg-deep-purple-blue {
    background: -webkit-linear-gradient(45deg,#6200ea,#1976d2) !important;
    background: linear-gradient(45deg,#6200ea,#1976d2) !important;
}

.gradient-45deg-deep-orange-orange {
    background: -webkit-linear-gradient(45deg,#bf360c,#f57c00) !important;
    background: linear-gradient(45deg,#bf360c,#f57c00) !important;
}

.gradient-45deg-green-teal {
    background: -webkit-linear-gradient(45deg,#43a047,#1de9b6) !important;
    background: linear-gradient(45deg,#43a047,#1de9b6) !important;
}

.gradient-45deg-purple-deep-purple {
    background: -webkit-linear-gradient(45deg,#7b1fa2,#7c4dff) !important;
    background: linear-gradient(45deg,#7b1fa2,#7c4dff) !important;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v134/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

    .material-icons.md-16 {
        font-size: 16px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.apple-play-store {
    color: #fff;
    background-color: #1e2022;
    border-color: #1e2022;
    min-width: 9.6875rem;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.footer-list {
    width: 100%;
    float: left;
    padding-left: 15px;
}

    .footer-list li {
        list-style: disclosure-closed;
        color: #54606d;
        font-size: 80%;
    }

        .footer-list li a {
            color: #54606d;
            padding: 2px 0px 2px 0px;
            display: block;
            position: relative;
            font-weight: 400;
            transition: 0.4s;
        }

            .footer-list li a:hover, .footer-list li:hover {
                color: #3e4095;
            }

.support-menu {
    width: 1070px;
    right: 0;
    left: inherit !important;
}

.support-menu-icon {
    font-size: 1.75rem;
    width: 32px;
    height: 32px;
    position: relative;
    line-height: 32px;
    vertical-align: middle;
    padding: 0;
    display: block;
    margin: 1rem auto 1rem;
}

@media (max-width: 576px) {
    .support-menu {
        max-width: 320px;
        right: 0;
        left: inherit !important;
    }
}

@media (max-width: 768px) {
    .support-menu {
        max-width: 720px;
        right: 0;
        left: inherit !important;
    }
}

.divider {
    overflow: hidden;
    height: 1px;
    background-color: #cccccc;
    width: 100%;
    margin: 15px 0;
}

.heading::before {
    position: absolute;
    content: "";
    left: 1rem;
    bottom: -5px;
    height: 2px;
    background: linear-gradient(45deg, rgba(142,36,170,1) 0%, rgba(29,134,206,1) 25%, rgba(230,72,86,1) 75%, rgba(94,176,19,1) 100%);
    width: 35px;
    transition: 0.4s;
    opacity: 1;
}

/*FOR COMING SOOM*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #cd9557;
    opacity: 0.7;
    z-index: 1;
}

.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

    .masthead .masthead-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 35rem;
        height: 100%;
        background-color: rgba(0, 46, 102, 0.8);
        transform: skewY(4deg);
        transform-origin: bottom right;
    }

    .masthead .masthead-content h1 {
        font-size: 2.5rem;
    }

    .masthead .masthead-content p {
        font-size: 1.2rem;
    }

        .masthead .masthead-content p strong {
            font-weight: 700;
        }

    .masthead .masthead-content .input-group-newsletter input {
        height: auto;
        font-size: 1rem;
        padding: 1rem;
    }

    .masthead .masthead-content .input-group-newsletter button {
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 1rem;
    }

@media (min-width: 768px) {
    .masthead {
        height: 100vh;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0;
    }

        .masthead .masthead-bg {
            min-height: 0;
            transform: skewX(-8deg);
            transform-origin: top right;
        }

        .masthead .masthead-content {
            padding-left: 3rem;
            padding-right: 10rem;
        }

            .masthead .masthead-content h1 {
                font-size: 3.5rem;
            }

            .masthead .masthead-content p {
                font-size: 1.3rem;
            }
}

/*END FOR COMING SOOM*/


#bootloader-text {
    text-align: center;
    font-family: Lato;
    color: #666;
    font-size: 16px;
    font-weight: 700;
}

#loader-box {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

    #loader-box #loader-complete-circle {
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 150px;
        transition: transform .15s linear,opacity .15s linear;
        opacity: 0;
        top: 0;
        left: 0;
        transform: scale(2);
    }

    #loader-box #loader-wrapper {
        position: relative;
        width: 150px;
        height: 150px;
        transition: transform .1s linear;
    }

        #loader-box #loader-wrapper .loader {
            transition: opacity .1s linear;
        }

    #loader-box.closeout #loader-wrapper {
        transform: scale(.5);
    }

    #loader-box.closeout .loader {
        opacity: 0 !important;
    }

    #loader-box.closeout:after {
        opacity: 1;
        transform: scale(3);
        background-image: url("data:image/png;base64,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") !important;
    }

    #loader-box:after {
        transition: transform .1s linear;
        content: "";
        background-size: 32px;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 150px;
        height: 150px;
        top: 0;
        left: 0;
        background-image: url("../../images/favicon/favicon-32x32.png") !important;
    }

    #loader-box:after, .loader {
        position: absolute;
        opacity: .7;
    }

        .loader circle {
            animation: draw 2s ease-in-out infinite;
            transform-origin: 75px 75px;
            transform: rotate(-90deg);
        }

.loader-2 circle, .loader-6 circle {
    animation-delay: .5s;
}

.loader-7 circle {
    animation-delay: 1s;
}

.loader-4 circle, .loader-8 circle {
    animation-delay: 1.5s;
}

.loader-3 {
    left: -150px;
    transform: rotateY(180deg);
}

.loader-6, .loader-7, .loader-8 {
    left: -150px;
    transform: rotateX(180deg) rotateY(180deg);
}

.loader-5 circle {
    opacity: .2;
}

@keyframes draw {
    50% {
        stroke-dashoffset: 0;
        transform: scale(.5);
    }
}

.small-alert {
    position: fixed;
    top: 15%;
    right: 5%;
    border: 1px solid #999;
    border: none;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-color: #fff;
    z-index: 99999 !important;
}


.blended-image {
    background-image: url(../../images/Background_Banner.jpg);
    /*background: rgb(187,80,158);
    background: linear-gradient(13deg, rgba(187,80,158,1) 0%, rgba(140,197,60,1) 73%, rgba(247,148,29,1) 100%);*/
    /*background: linear-gradient(135deg, #6a6a6a, #3e4095) !important;
    background-blend-mode: multiply;*/
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 100vh;
}

/*.blended-image {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    background-blend-mode: multiply;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1025%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(179%2c 216%2c 255%2c 1)'%3e%3c/rect%3e%3cpath d='M-102.69 401.28L-102.69 401.28' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-102.69 401.28L-59.57 532.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-102.69 401.28L58.67 388.51' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-102.69 401.28L55.89 539.59' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-102.69 401.28L-45.59 687.38' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-102.69 401.28L52.35 668.83' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-102.69 401.28L236.45 541.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.57 532.5L-59.57 532.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.57 532.5L55.89 539.59' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.59 687.38L-45.59 687.38' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.59 687.38L52.35 668.83' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.59 687.38L-59.57 532.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.59 687.38L55.89 539.59' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.67 388.51L58.67 388.51' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.67 388.51L55.89 539.59' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M55.89 539.59L55.89 539.59' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M55.89 539.59L52.35 668.83' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.35 668.83L52.35 668.83' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.35 668.83L-59.57 532.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.35 668.83L231.32 662.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.35 668.83L236.45 541.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.35 668.83L58.67 388.51' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.45 541.87L236.45 541.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.45 541.87L231.32 662.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.45 541.87L358.77 537.41' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.45 541.87L55.89 539.59' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.45 541.87L364.06 403.92' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.45 541.87L399.19 697.93' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M231.32 662.91L231.32 662.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M364.06 403.92L364.06 403.92' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M364.06 403.92L358.77 537.41' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M364.06 403.92L542.62 353.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M364.06 403.92L533.28 542.39' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M364.06 403.92L555.8 257.95' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M358.77 537.41L358.77 537.41' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.19 697.93L399.19 697.93' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.19 697.93L548.42 659.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.19 697.93L358.77 537.41' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.19 697.93L231.32 662.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.19 697.93L533.28 542.39' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M399.19 697.93L364.06 403.92' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.8 257.95L555.8 257.95' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.8 257.95L542.62 353.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.8 257.95L672.79 241.31' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M542.62 353.24L542.62 353.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M542.62 353.24L672.79 241.31' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.28 542.39L533.28 542.39' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.28 542.39L548.42 659.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M533.28 542.39L358.77 537.41' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M548.42 659.48L548.42 659.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.79 241.31L672.79 241.31' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.79 241.31L814.65 259.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 499.77L710.36 499.77' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 499.77L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 499.77L708.07 654.81' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 499.77L841.31 392.19' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 499.77L533.28 542.39' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M710.36 499.77L826.05 679.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.07 654.81L708.07 654.81' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.07 654.81L826.05 679.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.07 654.81L548.42 659.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.07 654.81L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M708.07 654.81L533.28 542.39' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M814.65 259.48L814.65 259.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M814.65 259.48L841.31 392.19' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M841.31 392.19L841.31 392.19' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M841.31 392.19L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M841.31 392.19L996.24 347.82' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M823.44 501.46L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.05 679.75L826.05 679.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.05 679.75L950.73 662.92' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.05 679.75L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M826.05 679.75L963.18 539.56' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.65 -105.95L995.65 -105.95' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.65 -105.95L1147.27 -60.04' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.65 -105.95L969.81 71.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.65 -105.95L1277.66 -80.65' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.65 -105.95L957.29 188.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.65 -105.95L1273.3 55.23' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M969.81 71.91L969.81 71.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M969.81 71.91L957.29 188.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.29 188.24L957.29 188.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.29 188.24L814.65 259.48' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.29 188.24L996.24 347.82' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.24 347.82L996.24 347.82' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.24 347.82L1145.51 371.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.24 347.82L1114.88 243.22' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.24 347.82L963.18 539.56' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M963.18 539.56L963.18 539.56' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M963.18 539.56L950.73 662.92' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M963.18 539.56L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.73 662.92L950.73 662.92' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.73 662.92L823.44 501.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.73 662.92L708.07 654.81' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.73 662.92L1156.06 514.86' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.73 662.92L710.36 499.77' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.27 -60.04L1147.27 -60.04' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.27 -60.04L1277.66 -80.65' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.27 -60.04L1273.3 55.23' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1114.88 243.22L1114.88 243.22' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1114.88 243.22L1145.51 371.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1114.88 243.22L1247.88 238.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1114.88 243.22L957.29 188.24' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1114.88 243.22L969.81 71.91' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1114.88 243.22L1288.33 411.12' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.51 371.5L1145.51 371.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.51 371.5L1156.06 514.86' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.51 371.5L1288.33 411.12' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.06 514.86L1156.06 514.86' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.06 514.86L1244.99 557.44' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.66 -80.65L1277.66 -80.65' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.66 -80.65L1400.42 -84.56' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.66 -80.65L1273.3 55.23' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.66 -80.65L1564.76 -61.05' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1277.66 -80.65L1548.5 80' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1273.3 55.23L1273.3 55.23' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1273.3 55.23L1247.88 238.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1273.3 55.23L1400.42 -84.56' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247.88 238.87L1247.88 238.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247.88 238.87L1145.51 371.5' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.33 411.12L1288.33 411.12' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.33 411.12L1244.99 557.44' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.99 557.44L1244.99 557.44' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.46 708.46L1293.46 708.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.46 708.46L1430.68 690.47' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.46 708.46L1244.99 557.44' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.46 708.46L1156.06 514.86' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.42 -84.56L1400.42 -84.56' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.42 -84.56L1564.76 -61.05' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.55 191.85L1444.55 191.85' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.55 191.85L1556.88 189.8' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.55 191.85L1548.5 80' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.55 191.85L1247.88 238.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.55 191.85L1273.3 55.23' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.55 191.85L1569.02 397.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1456.62 492.64L1456.62 492.64' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1456.62 492.64L1544.06 556.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1456.62 492.64L1569.02 397.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1456.62 492.64L1288.33 411.12' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1456.62 492.64L1430.68 690.47' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.68 690.47L1430.68 690.47' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.68 690.47L1551.35 704.26' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.68 690.47L1544.06 556.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.68 690.47L1244.99 557.44' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.76 -61.05L1564.76 -61.05' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.76 -61.05L1548.5 80' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.76 -61.05L1556.88 189.8' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.76 -61.05L1444.55 191.85' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.5 80L1548.5 80' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.5 80L1556.88 189.8' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.88 189.8L1556.88 189.8' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.88 189.8L1569.02 397.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.88 189.8L1247.88 238.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.88 189.8L1273.3 55.23' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.02 397.75L1569.02 397.75' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.02 397.75L1544.06 556.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.02 397.75L1288.33 411.12' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.02 397.75L1551.35 704.26' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1544.06 556.87L1544.06 556.87' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1544.06 556.87L1551.35 704.26' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1551.35 704.26L1551.35 704.26' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1551.35 704.26L1456.62 492.64' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1551.35 704.26L1293.46 708.46' stroke='rgba(221%2c 67%2c 28%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-102.69' cy='401.28' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-59.57' cy='532.5' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-45.59' cy='687.38' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='58.67' cy='388.51' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='55.89' cy='539.59' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='52.35' cy='668.83' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='236.45' cy='541.87' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='231.32' cy='662.91' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='364.06' cy='403.92' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='358.77' cy='537.41' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='399.19' cy='697.93' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='555.8' cy='257.95' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='542.62' cy='353.24' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='533.28' cy='542.39' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='548.42' cy='659.48' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='672.79' cy='241.31' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='710.36' cy='499.77' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='708.07' cy='654.81' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='814.65' cy='259.48' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='841.31' cy='392.19' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='823.44' cy='501.46' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='826.05' cy='679.75' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='995.65' cy='-105.95' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='969.81' cy='71.91' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='957.29' cy='188.24' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='996.24' cy='347.82' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='963.18' cy='539.56' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='950.73' cy='662.92' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1147.27' cy='-60.04' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1114.88' cy='243.22' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1145.51' cy='371.5' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1156.06' cy='514.86' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1277.66' cy='-80.65' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1273.3' cy='55.23' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1247.88' cy='238.87' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1288.33' cy='411.12' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1244.99' cy='557.44' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1293.46' cy='708.46' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1400.42' cy='-84.56' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1444.55' cy='191.85' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1456.62' cy='492.64' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1430.68' cy='690.47' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1564.76' cy='-61.05' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1548.5' cy='80' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1556.88' cy='189.8' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1569.02' cy='397.75' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1544.06' cy='556.87' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1551.35' cy='704.26' fill='rgba(221%2c 67%2c 28%2c 1)'%3e%3c/circle%3e%3cpath d='M76.74 548.62L76.74 548.62' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M76.74 548.62L-40.13 561.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M76.74 548.62L61.85 687.21' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M76.74 548.62L235.46 529.06' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.67 650.13L219.67 650.13' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.67 650.13L235.46 529.06' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.67 650.13L338.11 693.74' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M219.67 650.13L61.85 687.21' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L835.45 360.37' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L1010.06 343.67' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L789.02 534' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L692.81 491.7' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L1126.21 369.94' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M835.45 360.37L555.76 497.63' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.06 343.67L1010.06 343.67' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.06 343.67L1126.21 369.94' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.06 343.67L1121.15 228.3' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.06 343.67L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1010.06 343.67L1160.72 499.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L954.64 705.97' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L843.68 680.41' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L1092.66 667.49' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L789.02 534' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L1160.72 499.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M954.64 705.97L1248.5 656.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1126.21 369.94L1126.21 369.94' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1126.21 369.94L1160.72 499.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1126.21 369.94L1121.15 228.3' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.72 499.59L1160.72 499.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.72 499.59L1262.58 555.17' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.72 499.59L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.72 499.59L1248.5 656.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.72 499.59L1092.66 667.49' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1288.66 -99.42' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1419.71 -53.45' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1309.84 73.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1405.97 63.46' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1561.05 95.32' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1279.82 241.09' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1288.66 -99.42L1422.45 226.55' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1304.62 379.54L1304.62 379.54' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1304.62 379.54L1279.82 241.09' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1304.62 379.54L1451.15 394.72' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.71 -53.45L1419.71 -53.45' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.71 -53.45L1405.97 63.46' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.71 -53.45L1309.84 73.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.71 -53.45L1561.05 95.32' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.71 -53.45L1422.45 226.55' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1410.69 686.63' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1248.5 656.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1440.89 521.18' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1262.58 555.17' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1562.27 515.29' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1451.15 394.72' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1410.69 686.63L1160.72 499.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1581.57 351.72' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1602.2 223.35' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1451.15 394.72' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1562.27 515.29' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1422.45 226.55' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1440.89 521.18' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.57 351.72L1561.05 95.32' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-40.13 561.59L-40.13 561.59' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-40.13 561.59L61.85 687.21' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-40.13 561.59L219.67 650.13' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-40.13 561.59L235.46 529.06' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-40.13 561.59L338.11 693.74' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-40.13 561.59L508.11 651.22' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M61.85 687.21L61.85 687.21' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M235.46 529.06L235.46 529.06' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.11 693.74L338.11 693.74' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.11 693.74L508.11 651.22' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.11 693.74L235.46 529.06' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.76 497.63L555.76 497.63' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.76 497.63L692.81 491.7' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.76 497.63L508.11 651.22' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M508.11 651.22L508.11 651.22' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M508.11 651.22L692.81 491.7' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M692.81 491.7L692.81 491.7' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M692.81 491.7L789.02 534' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.02 534L789.02 534' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.02 534L843.68 680.41' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.68 680.41L843.68 680.41' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.68 680.41L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.68 680.41L692.81 491.7' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.68 680.41L1092.66 667.49' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M843.68 680.41L835.45 360.37' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.75 541.76L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.75 541.76L1092.66 667.49' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1121.15 228.3L1121.15 228.3' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1092.66 667.49L1092.66 667.49' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1092.66 667.49L1248.5 656.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1092.66 667.49L1262.58 555.17' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.84 73.36L1309.84 73.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.84 73.36L1405.97 63.46' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.84 73.36L1279.82 241.09' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1279.82 241.09L1279.82 241.09' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1279.82 241.09L1422.45 226.55' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1262.58 555.17L1262.58 555.17' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1262.58 555.17L1248.5 656.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.5 656.36L1248.5 656.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.5 656.36L1440.89 521.18' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.5 656.36L997.75 541.76' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1405.97 63.46L1405.97 63.46' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1405.97 63.46L1561.05 95.32' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1405.97 63.46L1422.45 226.55' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.45 226.55L1422.45 226.55' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.45 226.55L1451.15 394.72' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.45 226.55L1602.2 223.35' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.45 226.55L1309.84 73.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.45 226.55L1561.05 95.32' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.15 394.72L1451.15 394.72' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.15 394.72L1440.89 521.18' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.15 394.72L1562.27 515.29' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.15 394.72L1602.2 223.35' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.89 521.18L1440.89 521.18' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.89 521.18L1562.27 515.29' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.89 521.18L1262.58 555.17' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1440.89 521.18L1304.62 379.54' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1561.05 95.32L1561.05 95.32' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1561.05 95.32L1602.2 223.35' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1561.05 95.32L1309.84 73.36' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1602.2 223.35L1602.2 223.35' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1602.2 223.35L1405.97 63.46' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1602.2 223.35L1562.27 515.29' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1562.27 515.29L1562.27 515.29' stroke='hsl(12.100000000000023%2c 77.5%25%2c 63.5%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='76.74' cy='548.62' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='219.67' cy='650.13' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='835.45' cy='360.37' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1010.06' cy='343.67' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='954.64' cy='705.97' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1126.21' cy='369.94' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1160.72' cy='499.59' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1288.66' cy='-99.42' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1304.62' cy='379.54' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1419.71' cy='-53.45' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1410.69' cy='686.63' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='25' cx='1581.57' cy='351.72' fill='url(%23SvgjsRadialGradient1026)'%3e%3c/circle%3e%3ccircle r='5' cx='-40.13' cy='561.59' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='61.85' cy='687.21' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='235.46' cy='529.06' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='338.11' cy='693.74' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='555.76' cy='497.63' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='508.11' cy='651.22' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='692.81' cy='491.7' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='789.02' cy='534' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='843.68' cy='680.41' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='997.75' cy='541.76' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1121.15' cy='228.3' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1092.66' cy='667.49' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1309.84' cy='73.36' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1279.82' cy='241.09' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1262.58' cy='555.17' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1248.5' cy='656.36' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1405.97' cy='63.46' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1422.45' cy='226.55' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1451.15' cy='394.72' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1440.89' cy='521.18' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1561.05' cy='95.32' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1602.2' cy='223.35' fill='%23eea18e'%3e%3c/circle%3e%3ccircle r='5' cx='1562.27' cy='515.29' fill='%23eea18e'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1025'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1026'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(221%2c 67%2c 28%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(221%2c 67%2c 28%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
    height: 100vh;
}*/

.btn-theme {
    color: #fff;
    background-color: #3e4095 !important;
    border-color: #3e4095 !important;
    font-weight: 600 !important;
}

    .btn-theme:hover {
        color: #fff;
        background-color: #3e4095 !important;
        border-color: #3e4095 !important;
        font-weight: 600 !important;
    }

    .btn-theme:focus, .btn-theme.focus {
        box-shadow: 0 0 0 0.2rem rgba(221, 67, 28, 0.5) !important;
    }
