﻿@import "bootstrap-grid.min.css";
@import "normalize.css";
@import "/assets/vendor/icofont/icofont.min.css";

/* dm-sans-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/dm-sans-v14-latin-300.woff2') format('woff2');
}
/* dm-sans-300italic - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/dm-sans-v14-latin-300italic.woff2') format('woff2');
}
/* dm-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dm-sans-v14-latin-regular.woff2') format('woff2');
}
/* dm-sans-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/dm-sans-v14-latin-italic.woff2') format('woff2');
}
/* dm-sans-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/dm-sans-v14-latin-500.woff2') format('woff2');
}
/* dm-sans-500italic - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/dm-sans-v14-latin-500italic.woff2') format('woff2');
}
/* dm-sans-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/dm-sans-v14-latin-600.woff2') format('woff2');
}
/* dm-sans-600italic - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/dm-sans-v14-latin-600italic.woff2') format('woff2');
}
/* dm-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dm-sans-v14-latin-700.woff2') format('woff2');
}
/* dm-sans-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/dm-sans-v14-latin-700italic.woff2') format('woff2');
}
/* dm-sans-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/dm-sans-v14-latin-800.woff2') format('woff2');
}
/* dm-sans-800italic - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/dm-sans-v14-latin-800italic.woff2') format('woff2');
}


:root {
    --bc-color-primary: #166094;
    --bc-color-primary-dark: #073e65;
    --bc-color-primary-light: #eaf6ff;
    --bc-color-secondary: #a3195b;
    --bc-color-secondary-dark: #75053b;
    --bc-color-secondary-light: #ffe2f0;
    --bc-gradient-primary: 270deg, #662483 0%, #ab2c69 100%;
    --bc-font-main: 'DM Sans', sans-serif;
    --bc-font-xlarge: 20px;
    --bc-font-large: 18px;
    --bc-font-normal: 16px;
    --bc-font-small: 14px;
    --bc-font-xsmall: 12px;
    --border-radius-1: 6px;
    --border-radius-2: 12px;
    --border-radius-3: 100px;
    --border-radius-4: 50%;
    --shadow-1: 0 1px 2px 2px #00000020;
    --shadow-2: 0 6px 10px 0px #00000021;
    --shadow-3: 0 8px 16px 0px #00000020;
    --transition-1: 0.2s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645,.045,.355,1);
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    background: var(--bs-dark);
    height: 100%;
    line-height: 1.1;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


body {
    font-family: 'DM Sans', sans-serif;
    font-size: var(--bc-font-small);
    color: var(--bs-black);
    background-color: var(--bs-light);
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: var(--bc-color-primary);
}

p {
    margin: 0 0 8px 0;
    line-height: 1.4;
}

hr {
    border: 1px solid #073e651c;
    margin: 10px 0px;
    position: relative;
}

input, textarea, select {
    display: block;
    width: 100%;
    outline: none;
    min-height: 36px;
    margin-bottom: 8px;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    font-family: 'DM SANS', sans-serif;
    font-weight: 400;
    background-clip: padding-box;
    border: 1px solid var(--bs-border-color-translucent);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input:focus-visible, textarea:focus-visible, select:focus-visible {
        border: 1px solid var(--bc-color-primary);
        background: var(--bc-color-primary-light);
    }

select {
    height: unset;
}

@media(min-width:992px) {
    #ddlDonem, #ddlDonem:focus {
        border: 0;
        background: var(--bs-white);
        height: 42px;
        padding-left: 14px;
        border-right: 1px solid var(--bs-border-color-translucent);
    }

    #txtKullaniciAdi {
        height: 42px;
        padding-inline: 48px;
    }

    .custom-checkbox {
        display: flex;
    }
}

input[type=checkbox] {
    height: unset;
    width: unset;
    margin: 0 6px 0 0;
    min-height: 1.6rem;
}

    input[type=checkbox] + label {
        align-self: center;
        margin-bottom: 0;
    }

        input[type=checkbox] + label:hover {
            cursor: pointer;
        }

    input[type=checkbox]:hover {
        cursor: pointer;
    }

.form-group span, .form-group label {
    margin-bottom: 4px;
    display: inline-block;
}


input, textarea, select, button {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-feature-settings: "liga" 1;
}

    input:-webkit-autofill,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:hover {
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 400 !important;
        -webkit-text-fill-color: var(--text-color) !important;
        background-color: var(--input-bg) !important;
        transition: background-color 10000s ease-in-out 0s !important;
    }

    input[type="password"]:-webkit-autofill {
        -webkit-text-fill-color: var(--text-color) !important;
    }


.input-group {
    position: relative;
    margin-bottom: 1.5rem;
}

    .input-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
        font-weight: 500;
        cursor: pointer;
        color: var(--bs-gray-600);
    }

    .input-group input {
        width: 100%;
        padding: 0.8rem 1rem 0.8rem 2.5rem;
        border-radius: 8px;
        border: 1px solid var(--border-color);
        background-color: var(--bs-white);
        color: var(--text-color);
        font-size: 0.95rem;
    }

        .input-group input:focus {
/*            outline: none;
            border-color: var(--bs-gray-300);
            box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.2);*/
        }

    .input-group:not(:has(i)) input {
        padding: 0.8rem 1rem 0.8rem 1rem;
    }

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: var(--input-bg) !important;
}

input::-internal-input-suggested {
    color: var(--text-color);
}

.input-group i {
    position: absolute;
    left: 24px;
    transform: translateY(-260%);
    color: var(--bs-gray-600);
}

.input-group .show-password {
    position: absolute;
    right: 3rem; /*
    top: 50%;*/
    transform: translateY(25%);
    background: none;
    border: none;
    color: var(--bs-gray-600);
    cursor: pointer;
}

    .input-group .show-password i {
        position: absolute;
        right: 0;
        left: 0;
    }

    .input-group .show-password:hover {
        color: var(--primary-color);
    }


@media(max-width:992px) {
    .input-group {
        margin-bottom: .75rem;
    }
}


/* Other Helpers */

.overflow-y-10 {
    overflow-y: auto;
    max-height: 10vh;
}

.overflow-y-15 {
    overflow-y: auto;
    max-height: 15vh;
}

.overflow-y-20 {
    overflow-y: auto;
    max-height: 20vh;
}

.overflow-y-25 {
    overflow-y: auto;
    max-height: 25vh;
}

.overflow-y-30 {
    overflow-y: auto;
    max-height: 30vh;
}

.overflow-y-35 {
    overflow-y: auto;
    max-height: 35vh;
}

.overflow-y-40 {
    overflow-y: auto;
    max-height: 40vh;
}

.overflow-y-45 {
    overflow-y: auto;
    max-height: 45vh;
}

.overflow-y-50 {
    overflow-y: auto;
    max-height: 50vh;
}

.overflow-y-55 {
    overflow-y: auto;
    max-height: 55vh;
}

.overflow-y-60 {
    overflow-y: auto;
    max-height: 60vh;
}

.overflow-y-65 {
    overflow-y: auto;
    max-height: 65vh;
}

.overflow-y-70 {
    overflow-y: auto;
    max-height: 70vh;
}

.overflow-y-75 {
    overflow-y: auto;
    max-height: 75vh;
}

.overflow-y-80 {
    overflow-y: auto;
    max-height: 80vh;
}

.overflow-y-85 {
    overflow-y: auto;
    max-height: 85vh;
}

.overflow-y-90 {
    overflow-y: auto;
    max-height: 90vh;
}

.overflow-y-95 {
    overflow-y: auto;
    max-height: 95vh;
}

.overflow-y-100 {
    overflow-y: auto;
    max-height: 100vh;
}

/* Button Styles */

.btn {
    display: inline-block;
    width: 100%;
    padding: 0.45rem 0.45rem !important;
    border-radius: var(--border-radius-1);
    font-size: var(--bc-font-small);
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 0;
}

.btn-sm {
    padding: 8px 10px !important;
    font-size: var(--bc-font-small);
    align-self: center;
}

    .btn:hover, .btn-sm:hover {
        cursor: pointer;
    }

.btn-primary {
    background: var(--bc-color-primary);
    color: var(--bc-color-primary-light);
}

.btn-primary-outline {
    border: 1px solid var(--bc-color-primary);
    color: var(--bc-color-primary);
}

    .btn-primary-outline:hover {
        border: 1px solid var(--bc-color-primary);
        background: var(--bc-color-primary-light);
        color: var(--bc-color-primary);
    }

/* Color System */

.bc-primary {
    color: var(--bc-color-primary);
}

.bc-primary-dark {
    color: var(--bc-color-primary-dark);
}

.bc-primary-light {
    color: var(--bc-color-primary-light);
}

.bc-gradient-primary {
    background: var(--bc-gradient-primary);
}

.bc-light {
    color: var(--bs-white);
}

.bc-dark {
    color: var(--bs-dark);
}


/* Backgrounds */

.bg-danger {
    background: var(--bs-red);
}

.bg-success {
    background: var(--bs-success);
}

.bg-warning {
    background: var(--bs-yellow);
}

.bg-light {
    background: var(--bs-white);
}

.bg-dark {
    background: var(--bs-dark);
}

/* Modal Info Icons */

.modal-icon-error {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    background: var(--bs-danger);
    color: var(--bs-white);
    border-radius: var(--border-radius-4);
}

    .modal-icon-error:before {
        content: "\eee4";
    }

.modal-icon-warning {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    background: var(--bs-yellow);
    color: var(--bs-white);
    border-radius: var(--border-radius-4);
}

    .modal-icon-warning:before {
        content: "\ef1c";
    }

.modal-icon-success {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    background: var(--bs-success);
    color: var(--bs-white);
    border-radius: var(--border-radius-4);
}

    .modal-icon-success:before {
        content: "\eed8";
    }

/* Font Helpers */

.font-normal {
    font-size: var(--bc-font-normal);
}

.font-large {
    font-size: var(--bc-font-large);
}

.font-large {
    font-size: var(--bc-font-xlarge);
}

.font-small {
    font-size: var(--bc-font-small);
}

.font-xsmall {
    font-size: var(--bc-font-xsmall);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* Borders */

.border-1 {
    border-radius: var(--border-radius-1);
}

.border-2 {
    border-radius: var(--border-radius-2);
}

.border-3 {
    border-radius: var(--border-radius-3);
}

.border-rounded {
    border-radius: var(--border-radius-4);
}

.border-radius-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.border-radius-right {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/* Desktop % Nobile Hide and Show */

.d-desktop {
    display: block !important;
}

.d-mobile {
    display: none !important;
}

@media only screen and (min-width: 600px) {
    .d-desktop {
        display: none !important;
    }

    .d-mobile {
        display: block !important;
    }
}


.guvenlik-sorusu-div {
    border: 1px solid var(--bc-color-primary);
    padding: 4px 8px;
    border-radius: var(--border-radius-1);
    background: var(--bs-gray-100);
    margin: 0;
    align-items: center;
}

    .guvenlik-sorusu-div input {
        margin-bottom: unset;
    }


/* Login Design */

.login {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background: var(--bs-border-color);*/
}

    .login > div:first-child {
    }

.login-bg {
    background: 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%23SvgjsMask1009%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%23SvgjsLinearGradient1010)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1017' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1017' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1009'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='15.28%25' y1='-39.29%25' x2='84.72%25' y2='139.29%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1010'%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(237%2c 237%2c 237%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1013'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1014'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1012'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1015'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1011'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1016'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1017'%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='30' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='30' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='30' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='30' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='90' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='90' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='90' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='90' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='90' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='90' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='90' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='90' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='90' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='90' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='150' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='150' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='150' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='150' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='150' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='150' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='150' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1016' x='150' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='150' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='150' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='210' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='210' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='210' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='210' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='210' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='210' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='210' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='210' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='210' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='210' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='270' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='270' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='270' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='270' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='270' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='270' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='270' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='270' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='270' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='270' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='330' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='330' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='330' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='330' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='330' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='330' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='330' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='330' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1016' x='330' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='330' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='390' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='390' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='390' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='390' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='390' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='390' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='390' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='390' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='390' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='390' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='450' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='450' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='450' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='450' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='450' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='450' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='450' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1016' x='450' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1016' x='450' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='450' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='510' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='510' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='510' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='510' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='510' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='510' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='510' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='510' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='510' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='510' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='570' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='570' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='570' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='570' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1013' x='570' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='570' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='570' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='570' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='570' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='570' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='630' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='630' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='630' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='630' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='630' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='630' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='630' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='630' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='630' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='630' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='690' y='30' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='690' y='90' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='690' y='150' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='690' y='210' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='690' y='270' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1015' x='690' y='330' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='690' y='390' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1011' x='690' y='450' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1014' x='690' y='510' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1012' x='690' y='570' stroke='rgba(205%2c 213%2c 221%2c 1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
    background-size: cover;
    background-color: #46e5ff6e;
    background-blend-mode: color-burn;
}

.login-bg-alt {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.3px);
    -webkit-backdrop-filter: blur(13.3px);
    border: 1px solid rgba(0, 0, 0, 0.13);
}


.login-bg-img-01 {
    background: url("/assets/img/vbsai_bg_img_01.jpg");
    background-size: cover;
}

.login-bg-img-02 {
    background: url("/assets/img/vbsai_bg_img_02.jpg");
    background-size: cover;
}

.login-bg-img-03 {
    background: url("/assets/img/vbsai_bg_img_03.jpg");
    background-size: cover;
}

.login-bg-img-04 {
    background: url("/assets/img/vbsai_bg_img_04.jpg");
    background-size: cover;
}

.login-bg-alt-2 {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50.41' height='87' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M25.3 87L12.74 65.25m0 14.5h-25.12m75.18 0H37.68M33.5 87l25.28-43.5m-50.23 29l4.19 7.25L16.92 87h-33.48m33.48 0h16.75-8.37zM8.55 72.5L16.92 58m50.06 29h-83.54m79.53-50.75L50.4 14.5M37.85 65.24L50.41 43.5m0 29l12.56-21.75m-50.24-14.5h25.12zM33.66 29l4.2 7.25 4.18 7.25M33.67 58H16.92l-4.18-7.25M-8.2 72.5l20.92-36.25L33.66 0m25.12 72.5H42.04l-4.19-7.26L33.67 58l4.18-7.24 4.19-7.25M33.67 29l8.37-14.5h16.74m0 29H8.38m29.47 7.25H12.74M50.4 43.5L37.85 21.75m-.17 58L25.12 58M12.73 36.25L.18 14.5M0 43.5l-12.55-21.75M24.95 29l12.9-21.75M12.4 21.75L25.2 0M12.56 7.25h-25.12m75.53 0H37.85M58.78 43.5L33.66 0h33.5m-83.9 0h83.89M33.32 29H16.57l-4.18-7.25-4.2-7.25m.18 29H-8.37M-16.74 0h33.48l-4.18 7.25-4.18 7.25H-8.37m8.38 58l12.73-21.75m-25.3 14.5L0 43.5m-8.37-29l21.1 36.25 20.94 36.24M8.37 72.5H-8.36'  stroke-width='1' stroke='hsla(258.5,59.4%,59.4%,1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    background-size: cover;
    background-color: #46e5ff6e;
    background-blend-mode: color-burn;
    backdrop-filter: blur( 15px );
    -webkit-backdrop-filter: blur( 15px );
}

.login-bg-alt-3 {
    background-color: #8416FF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%238416FF'/%3E%3Cstop offset='1' stop-color='%23E0F'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%238e14ff'/%3E%3Cstop offset='1' stop-color='%23d800f3'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%239712ff'/%3E%3Cstop offset='1' stop-color='%23c300e6'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23a110ff'/%3E%3Cstop offset='1' stop-color='%23ad00da'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%23ab0eff'/%3E%3Cstop offset='1' stop-color='%239700ce'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%23b40cff'/%3E%3Cstop offset='1' stop-color='%238200c1'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%23be0aff'/%3E%3Cstop offset='1' stop-color='%236c00b5'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%23c708ff'/%3E%3Cstop offset='1' stop-color='%235700a8'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23d106ff'/%3E%3Cstop offset='1' stop-color='%2341009c'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23db04ff'/%3E%3Cstop offset='1' stop-color='%232b0090'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23e402ff'/%3E%3Cstop offset='1' stop-color='%23160083'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23E0F'/%3E%3Cstop offset='1' stop-color='%23007'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    animation: gradient 15s ease infinite;
}

.login-bg-alt-4 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 800 800"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="gggyrate-grad"><stop stop-color="hsl(206, 75%, 49%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(331, 90%, 56%)" stop-opacity="1" offset="100%"></stop></linearGradient></defs><g stroke-width="5" stroke="url(%23gggyrate-grad)" fill="none"><path d="M372.05631645215544 -3.0238136378602007C389.34788671583897 -13.005308302029164 410.6521743193173 -13.005308302029164 427.9437445830008 -3.0210192664536635L735.0563396476213 174.29022959287227C752.3479099113048 184.27172425704129 763.0000537130439 202.72295865443982 763.0000537130439 222.68874235418434V577.3112400728363C763.0000537130439 597.2770237725808 752.3479099113048 615.7282581699794 735.0563396476213 625.7125472055549L427.9437445830008 803.0237960648808C410.6521743193173 813.0052907290496 389.34788671583897 813.0052907290496 372.05631645215544 803.0210016934743L64.94372138753494 625.7097528341484C47.65215112385147 615.7282581699794 37.00000732211237 597.2770237725808 37.00000732211237 577.3112400728363V222.68874235418434C37.00000732211237 202.72295865443982 47.65215112385147 184.27172425704129 64.94372138753494 174.28743522146584L372.05631645215544 -3.0238136378602007Z " transform="rotate(44, 400, 400)" opacity="0.05"></path><path d="M373.32648527331116 15.295470732264448C389.8320750704635 5.76768037101229 410.1679859646928 5.76768037101229 426.6735757618451 15.298138086788924L719.8265074144375 184.5497847252364C736.3320972115899 194.07757508648865 746.5000526587046 211.69011701127818 746.5000526587046 230.74836508830708V569.251658365202C746.5000526587046 588.309906442231 736.3320972115899 605.9224483670205 719.8265074144375 615.4529060827971L426.6735757618451 784.7045527212445C410.1679859646928 794.2323430824968 389.8320750704635 794.2323430824968 373.32648527331116 784.70188536672L80.17355362071874 615.4502387282727C63.66796382356631 605.9224483670205 53.50000837645172 588.309906442231 53.50000837645172 569.251658365202V230.74836508830708C53.50000837645172 211.69011701127818 63.66796382356631 194.07757508648865 80.17355362071874 184.54711737071204L373.32648527331116 15.295470732264448Z " transform="rotate(42, 400, 400)" opacity="0.10"></path><path d="M374.59665409446666 33.61472458481103C390.316263425088 24.540638526475618 409.68379761006827 24.540638526475618 425.4034069406896 33.61726492245333L704.5966751812537 194.80930934002242C720.3162845118751 203.88339539835783 730.0000516043651 220.6572448505383 730.0000516043651 238.80795730485158V561.1920461399895C730.0000516043651 579.3427585943028 720.3162845118751 596.1166080464833 704.5966751812537 605.1932344424611L425.4034069406896 766.3852788600301C409.68379761006827 775.4593649183655 390.316263425088 775.4593649183655 374.59665409446666 766.3827385223879L95.40338585390253 605.1906941048188C79.68377652328115 596.1166080464833 70.00000943079107 579.3427585943028 70.00000943079107 561.1920461399895V238.80795730485158C70.00000943079107 220.6572448505383 79.68377652328115 203.88339539835783 95.40338585390253 194.80676900238012L374.59665409446666 33.61472458481103Z " transform="rotate(40, 400, 400)" opacity="0.14"></path><path d="M375.86682291562227 51.93397843735761C390.8004517797125 43.31359668193895 409.19960925544376 43.31359668193895 424.133238119534 51.93639175811779L689.3668429480699 205.06883395480838C704.3004718121601 213.68921571022702 713.5000505500258 229.62437268979852 713.5000505500258 246.86754952139609V553.1324339147773C713.5000505500258 570.3756107463748 704.3004718121601 586.3107677259463 689.3668429480699 594.9335628021252L424.133238119534 748.0660049988157C409.19960925544376 756.6863867542344 390.8004517797125 756.6863867542344 375.86682291562227 748.0635916780556L110.63321808708628 594.9311494813651C95.69958922299605 586.3107677259463 86.50001048513042 570.3756107463748 86.50001048513042 553.1324339147773V246.86754952139609C86.50001048513042 229.62437268979852 95.69958922299605 213.68921571022702 110.63321808708628 205.06642063404826L375.86682291562227 51.93397843735761Z " transform="rotate(38, 400, 400)" opacity="0.19"></path><path d="M377.1369917367779 70.25326280748226C391.284640134337 62.0865853549804 408.71542090081925 62.0865853549804 422.8630692983784 70.25554911136038L674.1370107148862 215.32838908717247C688.2846591124454 223.49506653967438 697.0000494956864 238.59153104663687 697.0000494956864 254.92717225551877V545.0728522071431C697.0000494956864 561.408493416025 688.2846591124454 576.5049579229874 674.1370107148862 584.6739216793674L422.8630692983784 729.7467616551794C408.71542090081925 737.9134391076814 391.284640134337 737.9134391076814 377.1369917367779 729.7444753513015L125.86305032027008 584.6716353754892C111.7154019227109 576.5049579229874 103.00001153946977 561.408493416025 103.00001153946977 545.0728522071431V254.92717225551877C103.00001153946977 238.59153104663687 111.7154019227109 223.49506653967438 125.86305032027008 215.32610278329446L377.1369917367779 70.25326280748226Z " transform="rotate(36, 400, 400)" opacity="0.23"></path><path d="M378.40716055793337 88.57251666002884C391.7688284889615 80.85954351044373 408.23123254619475 80.85954351044373 421.5929004772229 88.57467594702479L658.9071784817024 225.58791370195854C672.2688464127306 233.30088685154362 680.5000484413472 247.55865888589705 680.5000484413472 262.9867644720633V537.0132399819307C680.5000484413472 552.441345568097 672.2688464127306 566.6991176024503 658.9071784817024 574.4142500390315L421.5929004772229 711.4274877939652C408.23123254619475 719.1404609435502 391.7688284889615 719.1404609435502 378.40716055793337 711.4253285069692L141.09288255345388 574.4120907520355C127.73121462242574 566.6991176024503 119.50001259380912 552.441345568097 119.50001259380912 537.0132399819307V262.9867644720633C119.50001259380912 247.55865888589705 127.73121462242574 233.30088685154362 141.09288255345388 225.5857544149626L378.40716055793337 88.57251666002884Z " transform="rotate(34, 400, 400)" opacity="0.28"></path><path d="M379.677329379089 106.89177051257536C392.253016843586 99.63250166590706 407.74704419157024 99.63250166590706 420.3227316560673 106.89380278268925L643.6773462485187 235.8474383167445C656.2530337130157 243.1067071634128 664.0000473870078 256.5257867251572 664.0000473870078 271.04635668860783V528.9536277567183C664.0000473870078 543.4741977201688 656.2530337130157 556.8932772819132 643.6773462485187 564.1545783986953L420.3227316560673 693.1082139327507C407.74704419157024 700.367482779419 392.253016843586 700.367482779419 379.677329379089 693.1061816626369L156.32271478663762 564.1525461285817C143.74702732214058 556.8932772819132 136.00001364814847 543.4741977201688 136.00001364814847 528.9536277567183V271.04635668860783C136.00001364814847 256.5257867251572 143.74702732214058 243.1067071634128 156.32271478663762 235.84540604663067L379.677329379089 106.89177051257536Z " transform="rotate(32, 400, 400)" opacity="0.32"></path><path d="M380.94748294145546 125.21105488270007C392.73718993942146 118.40549033894851 407.26284057815667 118.40549033894851 419.0525475761226 125.21296013593178L628.4474987565458 246.1069934491086C640.2372057545117 252.91255799286017 647.5000310738794 265.4929450819956 647.5000310738794 279.10597942273046V520.8940460490841C647.5000310738794 534.507080389819 640.2372057545117 547.0874674789543 628.4474987565458 553.8949372759375L419.0525475761226 674.7889705891145C407.26284057815667 681.594535132866 392.73718993942146 681.594535132866 380.94748294145546 674.7870653358827L171.55253176103236 553.8930320227059C159.76282476306636 547.0874674789543 152.49999944369875 534.507080389819 152.49999944369875 520.8940460490841V279.10597942273046C152.49999944369875 265.4929450819956 159.76282476306636 252.91255799286017 171.55253176103236 246.10508819587687L380.94748294145546 125.21105488270007Z " transform="rotate(30, 400, 400)" opacity="0.37"></path><path d="M382.21763650382195 143.53030873524665C393.2213630352569 137.17844849441184 406.7786369647431 137.17844849441184 417.78236349617805 143.53208697159624L613.2176512645729 256.3665180638946C624.2213777960078 262.7183783047294 631.0000147607509 274.46007292125574 631.0000147607509 287.165571639275V512.8344338238717C631.0000147607509 525.539932541891 624.2213777960078 537.2816271584173 613.2176512645729 543.6352656356016L417.78236349617805 656.4696967279C406.7786369647431 662.8215569687349 393.2213630352569 662.8215569687349 382.21763650382195 656.4679184915504L186.7823487354271 543.6334873992521C175.77862220399214 537.2816271584173 168.99998523924904 525.539932541891 168.99998523924904 512.8344338238717V287.165571639275C168.99998523924904 274.46007292125574 175.77862220399214 262.7183783047294 186.7823487354271 256.364739827545L382.21763650382195 143.53030873524665Z " transform="rotate(28, 400, 400)" opacity="0.41"></path><path d="M383.48780532497756 161.84956258779317C393.7055513898814 155.95140664987517 406.2944486101186 155.95140664987517 416.51219467502244 161.8512138072607L597.9878190313891 266.62604267868056C608.205565096293 272.5241986165986 614.5000137064116 283.4272007605159 614.5000137064116 295.2251638558196V504.7748215986593C614.5000137064116 516.5727846939628 608.205565096293 527.4757868378802 597.9878190313891 533.3755939952657L416.51219467502244 638.1504228666856C406.2944486101186 644.0485788046037 393.7055513898814 644.0485788046037 383.48780532497756 638.1487716472182L202.01218096861083 533.3739427757982C191.79443490370699 527.4757868378802 185.4999862935884 516.5727846939628 185.4999862935884 504.7748215986593V295.2251638558196C185.4999862935884 283.4272007605159 191.79443490370699 272.5241986165986 202.01218096861083 266.62439145921314L383.48780532497756 161.84956258779317Z " transform="rotate(26, 400, 400)" opacity="0.46"></path><path d="M384.75797414613317 180.16884695791788C394.1897397445059 174.72439532291662 405.8102602554941 174.72439532291662 415.24202585386683 180.17037116050324L582.7579867982054 276.8855978110447C592.1897523965781 282.3300494460459 598.0000126520722 292.39435911735427 598.0000126520722 303.2847865899422V496.715239891025C598.0000126520722 507.60566736361295 592.1897523965781 517.6699770349212 582.7579867982054 523.1159528725079L415.24202585386683 619.8311795230493C405.8102602554941 625.2756311580506 394.1897397445059 625.2756311580506 384.75797414613317 619.829655320464L217.24201320179463 523.1144286699225C207.81024760342183 517.6699770349212 201.99998734792774 507.60566736361295 201.99998734792774 496.715239891025V303.2847865899422C201.99998734792774 292.39435911735427 207.81024760342183 282.3300494460459 217.24201320179463 276.88407360845935L384.75797414613317 180.16884695791788Z " transform="rotate(24, 400, 400)" opacity="0.50"></path><path d="M386.02814296728866 198.48808555167534C394.6739280991304 193.4973382195909 405.3260719008696 193.4973382195909 413.97185703271134 198.48948273737864L567.5281545650216 287.1451071670416C576.1739396968633 292.13585449912614 581.500011597733 301.3614716978254 581.500011597733 311.34436354769764V488.6556124070237C581.500011597733 498.6385042568959 576.1739396968633 507.8641214555952 567.5281545650216 512.856265973383L413.97185703271134 601.5118904030459C405.3260719008696 606.5026377351303 394.6739280991304 606.5026377351303 386.02814296728866 601.5104932173426L232.47184543497843 512.8548687876796C223.82606030313667 507.8641214555952 218.4999884022671 498.6385042568959 218.4999884022671 488.6556124070237V311.34436354769764C218.4999884022671 301.3614716978254 223.82606030313667 292.13585449912614 232.47184543497843 287.14370998133836L386.02814296728866 198.48808555167534Z " transform="rotate(22, 400, 400)" opacity="0.55"></path><path d="M387.29831178844427 216.80735466301098C395.15811645375493 212.27031163384328 404.84188354624507 212.27031163384328 412.70168821155573 216.80862483183216L552.2983223318378 297.4046470406167C560.1581269971484 301.9416900697844 565.0000105433935 310.3286147958746 565.0000105433935 319.40397102303126V480.59601544060024C565.0000105433935 489.67137166775683 560.1581269971484 498.05829639384706 552.2983223318378 502.596609591836L412.70168821155573 583.1926318006206C404.84188354624507 587.7296748297882 395.15811645375493 587.7296748297882 387.29831178844427 583.1913616317994L247.70167766816218 502.5953394230148C239.84187300285151 498.05829639384706 234.99998945660644 489.67137166775683 234.99998945660644 480.59601544060024V319.40397102303126C234.99998945660644 310.3286147958746 239.84187300285151 301.9416900697844 247.70167766816218 297.40337687179556L387.29831178844427 216.80735466301098Z " transform="rotate(20, 400, 400)" opacity="0.59"></path><path d="M388.5684806095999 235.12662377434663C395.64230480837944 231.04328504809567 404.35769519162056 231.04328504809567 411.4315193904001 235.12776692628563L537.068490098654 307.6641869141917C544.1423142974336 311.74752564044263 548.5000094890542 319.2957578939239 548.5000094890542 327.4635784983649V472.536418474177C548.5000094890542 480.70423907861795 544.1423142974336 488.25247133209916 537.068490098654 492.33695321028915L411.4315193904001 564.8733731981952C404.35769519162056 568.9567119244462 395.64230480837944 568.9567119244462 388.5684806095999 564.8722300462562L262.931509901346 492.33581005835003C255.85768570256636 488.25247133209916 251.49999051094585 480.70423907861795 251.49999051094585 472.536418474177V327.4635784983649C251.49999051094585 319.2957578939239 255.85768570256636 311.74752564044263 262.931509901346 307.6630437622527L388.5684806095999 235.12662377434663Z " transform="rotate(18, 400, 400)" opacity="0.64"></path><path d="M389.8386494307554 253.4458928856822C396.12649316300394 249.81625846234806 403.87350683699606 249.81625846234806 410.1613505692446 253.44690902073916L521.8386578654703 317.9237267877668C528.1265015977187 321.55336121110093 532.0000084347148 328.26290099197314 532.0000084347148 335.52318597369845V464.4768215077537C532.0000084347148 471.73710648947895 528.1265015977187 478.44664627035115 521.8386578654703 482.0772968287422L410.1613505692446 546.5541145957699C403.87350683699606 550.183749019104 396.12649316300394 550.183749019104 389.8386494307554 546.553098460713L278.1613421345298 482.07628069368536C271.8734984022812 478.44664627035115 267.9999915652852 471.73710648947895 267.9999915652852 464.4768215077537V335.52318597369845C267.9999915652852 328.26290099197314 271.8734984022812 321.55336121110093 278.1613421345298 317.92271065270984L389.8386494307554 253.4458928856822Z " transform="rotate(16, 400, 400)" opacity="0.68"></path><path d="M391.108818251911 271.76513147943973C396.61068151762845 268.58920135902235 403.38931848237155 268.58920135902235 408.891181748089 271.76602059761456L506.6088256322864 328.1832361437637C512.1106888980039 331.3591662641811 515.5000073803755 337.23001357244425 515.5000073803755 343.5827629314539V456.41719402375224C515.5000073803755 462.7699433827619 512.1106888980039 468.6407906910251 506.6088256322864 471.8176099296172L408.891181748089 528.2348254757665C403.38931848237155 531.4107555961839 396.61068151762845 531.4107555961839 391.108818251911 528.2339363575916L293.3911743677135 471.81672081144245C287.88931110199604 468.6407906910251 284.49999261962455 462.7699433827619 284.49999261962455 456.41719402375224V343.5827629314539C284.49999261962455 337.23001357244425 287.88931110199604 331.3591662641811 293.3911743677135 328.1823470255889L391.108818251911 271.76513147943973Z " transform="rotate(14, 400, 400)" opacity="0.73"></path><path d="M392.3789870730666 290.08443110835344C397.09486987225296 287.36220529085284 402.90513012774704 287.36220529085284 407.6210129269334 290.08519320964615L491.3789933991027 338.4428065349169C496.09487619828906 341.1650323524175 499.0000063260361 346.19718718807167 499.0000063260361 351.64240092436563V448.35762757490704C499.0000063260361 453.802841311201 496.09487619828906 458.83499614685513 491.3789933991027 461.5579840656485L407.6210129269334 509.9155973909192C402.90513012774704 512.6378232084198 397.09486987225296 512.6378232084198 392.3789870730666 509.9148352896265L308.6210066008973 461.5572219643558C303.90512380171094 458.83499614685513 300.9999936739639 453.802841311201 300.9999936739639 448.35762757490704V351.64240092436563C300.9999936739639 346.19718718807167 303.90512380171094 341.1650323524175 308.6210066008973 338.4420444336242L392.3789870730666 290.08443110835344Z " transform="rotate(12, 400, 400)" opacity="0.77"></path><path d="M393.64915589422213 308.4036773315055C397.57905822687746 306.1351558169216 402.42094177312254 306.1351558169216 406.35084410577787 308.4043124159161L476.1491611659189 348.7023235203083C480.0790634985742 350.9708450348922 482.50000527169675 355.1643073979373 482.50000527169675 359.7019855115156V440.2980077203001C482.50000527169675 444.8356858338784 480.0790634985742 449.02914819692353 476.1491611659189 451.298304795918L406.35084410577787 491.5963159003103C402.42094177312254 493.8648374148941 397.57905822687746 493.8648374148941 393.64915589422213 491.5956808158997L323.8508388340811 451.2976697115074C319.9209365014258 449.02914819692353 317.49999472830325 444.8356858338784 317.49999472830325 440.2980077203001V359.7019855115156C317.49999472830325 355.1643073979373 319.9209365014258 350.9708450348922 323.8508388340811 348.7016884358978L393.64915589422213 308.4036773315055Z " transform="rotate(10, 400, 400)" opacity="0.82"></path><path d="M394.9193247153777 326.72294644284113C398.06324658150197 324.90812923117403 401.93675341849803 324.90812923117403 405.0806752846223 326.7234545103696L460.91932893273514 358.9618633938834C464.06325079885937 360.7766806055505 466.0000042173574 364.13145049598654 466.0000042173574 367.7615929868492V432.23841075387685C466.0000042173574 435.8685532447395 464.06325079885937 439.2233231351756 460.91932893273514 441.0386484143711L405.0806752846223 473.27705729788494C401.93675341849803 475.091874509552 398.06324658150197 475.091874509552 394.9193247153777 473.2765492303565L339.08067106726486 441.0381403468427C335.93674920114063 439.2233231351756 333.9999957826426 435.8685532447395 333.9999957826426 432.23841075387685V367.7615929868492C333.9999957826426 364.13145049598654 335.93674920114063 360.7766806055505 339.08067106726486 358.9613553263549L394.9193247153777 326.72294644284113Z " transform="rotate(8, 400, 400)" opacity="0.86"></path><path d="M396.1894935365333 345.0422155541767C398.5474349361265 343.68110264542645 401.4525650638735 343.68110264542645 403.8105064634667 345.0425966048231L445.68949669955134 369.2214032674584C448.04743809914453 370.58251617620874 449.50000316301805 373.09859359403583 449.50000316301805 375.8212004621828V424.1788137874535C449.50000316301805 426.90142065560053 448.04743809914453 429.41749807342757 445.68949669955134 430.77899203282425L403.8105064634667 454.9577986954596C401.4525650638735 456.3189116042099 398.5474349361265 456.3189116042099 396.1894935365333 454.9574176448133L354.31050330044866 430.7786109821779C351.95256190085547 429.41749807342757 350.49999683698195 426.90142065560053 350.49999683698195 424.1788137874535V375.8212004621828C350.49999683698195 373.09859359403583 351.95256190085547 370.58251617620874 354.31050330044866 369.2210222168121L396.1894935365333 345.0422155541767Z " transform="rotate(6, 400, 400)" opacity="0.91"></path><path d="M397.45966235768884 363.3614694067233C399.031623290751 362.45406080088975 400.968376709249 362.45406080088975 402.54033764231116 363.3617234404875L430.45966446636754 379.48092788224443C432.0316253994297 380.388336488078 433.0000021086787 382.065721433296 433.0000021086787 383.88079267872735V416.11920156224113C433.0000021086787 417.93427280767247 432.0316253994297 419.61165775289055 430.45966446636754 420.5193203924883L402.54033764231116 436.63852483424523C400.968376709249 437.5459334400787 399.031623290751 437.5459334400787 397.45966235768884 436.638270800481L369.54033553363246 420.51906635872405C367.9683746005703 419.61165775289055 366.9999978913213 417.93427280767247 366.9999978913213 416.11920156224113V383.88079267872735C366.9999978913213 382.065721433296 367.9683746005703 380.388336488078 369.54033553363246 379.4806738484802L397.45966235768884 363.3614694067233Z " transform="rotate(4, 400, 400)" opacity="0.95"></path><path d="M398.72983117884445 381.6807385180589C399.5158116453755 381.2270342151421 400.4841883546245 381.2270342151421 401.27016882115555 381.68086553494106L415.2298322331838 389.74046775581945C416.01581269971484 390.1941720587362 416.50000105433935 391.0328645313453 416.50000105433935 391.9404001540609V408.05960459581786C416.50000105433935 408.9671402185335 416.01581269971484 409.80583269114254 415.2298322331838 410.25966401094144L401.27016882115555 418.3192662318199C400.4841883546245 418.77297053473666 399.5158116453755 418.77297053473666 398.72983117884445 418.31913921493776L384.7701677668162 410.2595369940593C383.98418730028516 409.80583269114254 383.49999894566065 408.9671402185335 383.49999894566065 408.05960459581786V391.9404001540609C383.49999894566065 391.0328645313453 383.98418730028516 390.1941720587362 384.7701677668162 389.7403407389374L398.72983117884445 381.6807385180589Z " transform="rotate(2, 400, 400)" opacity="1.00"></path></g></svg>');
    background-repeat: no-repeat;
    background-color: var(--bs-gray-300);
    background-position: center;
    background-blend-mode: unset;
    background-size: auto;
}

.login-bg-alt-5 {
    /* background-color: #FFFFFF; */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 800 800"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="gggyrate-grad"><stop stop-color="hsl(206, 75%, 49%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(331, 90%, 56%)" stop-opacity="1" offset="100%"></stop></linearGradient></defs><g stroke-width="5" stroke="url(%23gggyrate-grad)" fill="none"><path d="M379.1831277718038 46.43452128078283C387.7101938951073 29.200382871545884 412.28974506973645 29.200382871545884 420.81681119303994 46.43452128078283L760.5610232062634 732.9635089262324C768.1996718172309 748.4004890343714 756.9696099292712 766.4911083787034 739.7441814956453 766.4911083787034H60.255757469198386C43.030329035572606 766.4911083787034 31.800267147613 748.4004890343714 39.438915758580265 732.9635089262324L379.1831277718038 46.43452128078283Z " transform="rotate(44, 400, 400)" opacity="0.05"></path><path d="M380.12934784955917 62.50568356587152C388.26882005816697 46.05491508432718 411.7311189066768 46.05491508432718 419.8705911152846 62.50568356587152L744.1718844006342 717.828808136528C751.4633217111033 732.5641073306605 740.7437171816871 749.8324257957048 724.3012627677716 749.8324257957048H75.69867619707219C59.25622178315666 749.8324257957048 48.536617253740644 732.5641073306605 55.828054564209424 717.828808136528L380.12934784955917 62.50568356587152Z " transform="rotate(42, 400, 400)" opacity="0.10"></path><path d="M381.0755679273145 78.57684585096024C388.82744622122675 62.90944729710847 411.172492743617 62.90944729710847 418.9243710375292 78.57684585096024L727.782745595005 702.6941073468236C734.7269716049756 716.7277256269498 724.5178244341031 733.1737432127062 708.8583440398978 733.1737432127062H91.14159492494593C75.48211453074072 733.1737432127062 65.27296735986835 716.7277256269498 72.21719336983858 702.6941073468236L381.0755679273145 78.57684585096024Z " transform="rotate(40, 400, 400)" opacity="0.14"></path><path d="M382.021818522648 94.64800813604893C389.38610290186466 79.76397950988977 410.61389709813534 79.76397950988977 417.978181477352 94.64800813604893L711.3936373069539 687.5594065571189C717.990652016426 700.891343923239 708.2919622040971 716.5150606297076 693.4154558296021 716.5150606297076H106.58454417039786C91.7080377959029 716.5150606297076 82.00934798357417 700.891343923239 88.60636269304592 687.5594065571189L382.021818522648 94.64800813604893Z " transform="rotate(38, 400, 400)" opacity="0.19"></path><path d="M382.96800808282524 110.71917042113765C389.9446985473462 96.61851172267106 410.05524041749754 96.61851172267106 417.0319308820185 110.71917042113765L695.0044679837466 672.4247057674145C701.2542713927202 685.0549622195282 692.066038938935 699.856378046709 677.9725065841502 699.856378046709H122.02743238069354C107.93390002590883 699.856378046709 98.7456675721237 685.0549622195282 104.99547098109696 672.4247057674145L382.96800808282524 110.71917042113765Z " transform="rotate(36, 400, 400)" opacity="0.23"></path><path d="M383.9142281605807 126.79027167107012C390.503324710406 113.4729829002961 409.49661425443776 113.4729829002961 416.08571080426304 126.79027167107012L678.6153291781176 657.2899439425539C684.5179212865925 669.2185194806613 675.8401461913508 683.1976344285542 662.5295878562764 683.1976344285542H137.47035110856734C124.15979277349288 683.1976344285542 115.4820176782514 669.2185194806613 121.38460978672612 657.2899439425539L383.9142281605807 126.79027167107012Z " transform="rotate(34, 400, 400)" opacity="0.28"></path><path d="M384.8604787559141 142.8614339561588C391.0619813910439 130.3275151130774 408.9380186089561 130.3275151130774 415.1395212440859 142.8614339561588L662.2262208900665 642.1552431528494C667.7816016980429 653.3821377769505 659.6142839613449 666.5389518455556 647.0866996459807 666.5389518455556H152.91330035401927C140.38571603865506 666.5389518455556 132.21839830195717 653.3821377769505 137.7737791099334 642.1552431528494L384.8604787559141 142.8614339561588Z " transform="rotate(32, 400, 400)" opacity="0.32"></path><path d="M385.8066988336695 158.9326115000366C391.6206075541036 147.18206258464775 408.3793924458964 147.18206258464775 414.19330116633046 158.9326115000366L645.8370820844373 627.020557621934C651.0452515919153 637.5457713320288 643.3883912137609 649.8802845213461 631.6437809181069 649.8802845213461H168.35621908189307C156.61160878623912 649.8802845213461 148.95474840808487 637.5457713320288 154.16291791556256 627.020557621934L385.8066988336695 158.9326115000366Z " transform="rotate(30, 400, 400)" opacity="0.37"></path><path d="M386.7529036526358 175.0037737851253C392.1792184583743 164.03659479742905 407.8207510240476 164.03659479742905 413.24706582978615 175.0037737851253L629.4479280200192 611.8858568322296C634.3088862269985 621.7093896283179 627.1624832073877 633.2216019383475 616.2008469314441 633.2216019383475H183.7991225509778C172.8374862750341 633.2216019383475 165.69108325542345 621.7093896283179 170.55204146240266 611.8858568322296L386.7529036526358 175.0037737851253Z " transform="rotate(28, 400, 400)" opacity="0.41"></path><path d="M387.69913898918026 191.074936070214C392.73785988022314 180.89112701021037 407.26214011977686 180.89112701021037 412.30086101081974 191.074936070214L613.0588044731791 596.751156042525C617.5725513796599 605.8730079246072 610.9366057185928 616.5629193553489 600.7579434623593 616.5629193553489H199.24205653764068C189.06339428140723 616.5629193553489 182.42744862034021 605.8730079246072 186.94119552682088 596.751156042525L387.69913898918026 191.074936070214Z " transform="rotate(26, 400, 400)" opacity="0.46"></path><path d="M388.6453590669356 207.1460983553027C393.2964860432829 197.74565922299166 406.7035139567171 197.74565922299166 411.3546409330644 207.1460983553027L596.6696656675499 581.6164552528207C600.8362012735322 590.0366262208966 594.7107129710087 599.9042367723503 585.3150247344856 599.9042367723503H214.68497526551442C205.28928702899134 599.9042367723503 199.16379872646786 590.0366262208966 203.33033433245004 581.6164552528207L388.6453590669356 207.1460983553027Z " transform="rotate(24, 400, 400)" opacity="0.50"></path><path d="M389.59157914469097 223.2172606403914C393.8551122063427 214.60019143577296 406.1448877936573 214.60019143577296 410.40842085530903 223.2172606403914L580.2805268619207 566.4817544631162C584.0998511674045 574.2002445171856 578.4848202234247 583.2455541893517 569.8721060066117 583.2455541893517H230.12789399338823C221.5151797765754 583.2455541893517 215.90014883259556 574.2002445171856 219.7194731380792 566.4817544631162L389.59157914469097 223.2172606403914Z " transform="rotate(22, 400, 400)" opacity="0.55"></path><path d="M390.5377992224463 239.288392407902C394.41373836940244 231.45469313097612 405.58626163059756 231.45469313097612 409.4622007775537 239.288392407902L563.8913880562916 551.3470231558337C567.3635010612768 558.3638322958968 562.2589274758407 566.5868410887749 554.429187278738 566.5868410887749H245.57081272126203C237.74107252415945 566.5868410887749 232.6364989387232 558.3638322958968 236.10861194370835 551.3470231558337L390.5377992224463 239.288392407902Z " transform="rotate(20, 400, 400)" opacity="0.59"></path><path d="M391.4840193002017 255.3595546929907C394.97236453246217 248.30922534375742 405.02763546753783 248.30922534375742 408.5159806997983 255.3595546929907L547.5022492506623 536.2123223661291C550.6271509551491 542.5274505921859 546.0330347282566 549.9281585057763 538.9862685508642 549.9281585057763H261.01373144913583C253.9669652717435 549.9281585057763 249.3728490448509 542.5274505921859 252.4977507493375 536.2123223661291L391.4840193002017 255.3595546929907Z " transform="rotate(18, 400, 400)" opacity="0.64"></path><path d="M392.43023937795704 271.43071697807943C395.53099069552195 265.1637575565387 404.46900930447805 265.1637575565387 407.56976062204296 271.43071697807943L531.1131104450333 521.0776215764247C533.8908008490214 526.6910688884752 529.8071419806724 533.2694759227778 523.5433498229904 533.2694759227778H276.45665017700964C270.19285801932756 533.2694759227778 266.1091991509786 526.6910688884752 268.8868895549667 521.0776215764247L392.43023937795704 271.43071697807943Z " transform="rotate(16, 400, 400)" opacity="0.68"></path><path d="M393.3764594557124 287.50188689256265C396.0896168585817 282.01829739871454 403.9103831414183 282.01829739871454 406.6235405442876 287.50188689256265L514.7239716394041 505.9429284161148C517.1544507428938 510.85469481415896 513.5812492330883 516.6108009691737 508.10043109511656 516.6108009691737H291.89956890488344C286.4187507669116 516.6108009691737 282.84554925710626 510.85469481415896 285.27602836059583 505.9429284161148L393.3764594557124 287.50188689256265Z " transform="rotate(14, 400, 400)" opacity="0.73"></path><path d="M394.3226795334678 303.5730568070459C396.64824302164146 298.87283724089036 403.35175697835854 298.87283724089036 405.6773204665322 303.5730568070459L498.33483283377495 490.8082352558049C500.4181006367661 495.0183207398428 497.35535648550433 499.95212601556966 492.6575123672428 499.95212601556966H307.34248763275724C302.64464351449567 499.95212601556966 299.58189936323396 495.0183207398428 301.66516716622505 490.8082352558049L394.3226795334678 303.5730568070459Z " transform="rotate(12, 400, 400)" opacity="0.77"></path><path d="M395.26889961122316 319.64419620395097C397.2068691847012 315.72734656548806 402.7931308152988 315.72734656548806 404.73110038877684 319.64419620395097L481.9456940281458 475.6735115779168C483.6817505306384 479.1819161479484 481.12946373792033 483.29342054438746 477.214593639369 483.29342054438746H322.78540636063104C318.8705362620797 483.29342054438746 316.3182494693616 479.1819161479484 318.0543059718542 475.6735115779168L395.26889961122316 319.64419620395097Z " transform="rotate(10, 400, 400)" opacity="0.82"></path><path d="M396.2151196889785 335.7153584890397C397.765495347761 332.58187877826936 402.234504652239 332.58187877826936 403.7848803110215 335.7153584890397L465.55655522251664 460.53881078821234C466.9454004245107 463.3455344442376 464.9035709903362 466.6347379613889 461.7716749114952 466.6347379613889H338.2283250885048C335.0964290096638 466.6347379613889 333.0545995754893 463.3455344442376 334.44344477748336 460.53881078821234L396.2151196889785 335.7153584890397Z " transform="rotate(8, 400, 400)" opacity="0.86"></path><path d="M397.1613397667339 351.78652840352294C398.3241215108207 349.4364186204452 401.6758784891793 349.4364186204452 402.8386602332661 351.78652840352294L449.1674164168875 445.40411762790245C450.20905031838305 447.5091603699214 448.67767824275217 449.97606300778483 446.3287561836214 449.97606300778483H353.6712438163786C351.32232175724783 449.97606300778483 349.79094968161695 447.5091603699214 350.8325835831125 445.40411762790245L397.1613397667339 351.78652840352294Z " transform="rotate(6, 400, 400)" opacity="0.91"></path><path d="M398.1075598444893 367.8576906886117C398.8827476738805 366.2909508332265 401.1172523261195 366.2909508332265 401.8924401555107 367.8576906886117L432.7782776112583 430.26941683819797C433.47270021225535 431.6727786662106 432.4517854951681 433.3173804247863 430.8858374557476 433.3173804247863H369.1141625442524C367.5482145048319 433.3173804247863 366.52729978774465 431.6727786662106 367.2217223887417 430.26941683819797L398.1075598444893 367.8576906886117Z " transform="rotate(4, 400, 400)" opacity="0.95"></path><path d="M399.05377992224464 383.9288377149113C399.4413738369402 383.1454677872187 400.5586261630598 383.1454677872187 400.94622007775536 383.9288377149113L416.38913880562916 415.1347007897045C416.7363501061277 415.8363817037108 416.22589274758406 416.6586825829986 415.4429187278738 416.6586825829986H384.5570812721262C383.77410725241594 416.6586825829986 383.2636498938723 415.8363817037108 383.61086119437084 415.1347007897045L399.05377992224464 383.9288377149113Z " transform="rotate(2, 400, 400)" opacity="1.00"></path></g></svg>');
    background-repeat: space;
    background-color: var(--bs-gray-300);
    background-position: center;
    background-blend-mode: unset;
    background-size: cover;
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}

.login-bg-alt-6 {
    /* background-color: #FFFFFF; */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 800 800"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="gggyrate-grad"><stop stop-color="hsl(206, 75%, 49%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(331, 90%, 56%)" stop-opacity="1" offset="100%"></stop></linearGradient></defs><g stroke-width="5" stroke="url(%23gggyrate-grad)" fill="none"><path d="M400.00001525878906 121.14019775390625L641.5000306904833 260.5700933489385V539.4298845390028L400.00001525878906 678.8597801340351L158.49999982709488 539.4298845390028V260.5700933489385L400.00001525878906 121.14019775390625Z " transform="rotate(46, 400, 400)" opacity="0.05"></path><path d="M400 133.26455688476562L631.0000147607509 266.6322831061008V533.3677355487711L400 666.7354617701062L168.99998523924904 533.3677355487711V266.6322831061008L400 133.26455688476562Z " transform="rotate(44, 400, 400)" opacity="0.09"></path><path d="M400 145.38888549804688L620.5000140898078 272.694442345685V527.3055560409612L400 654.6111128885993L179.49998591019227 527.3055560409612V272.694442345685L400 145.38888549804688Z " transform="rotate(42, 400, 400)" opacity="0.14"></path><path d="M400 157.51321411132812L610.0000134188645 278.75660158526915V521.2433765331513L400 642.4867640070922L189.9999865811355 521.2433765331513V278.75660158526915L400 157.51321411132812Z " transform="rotate(40, 400, 400)" opacity="0.18"></path><path d="M400 169.6375732421875L599.5000127479212 284.8187913424315V515.1812275429195L400 630.3624456431635L200.4999872520787 515.1812275429195V284.8187913424315L400 169.6375732421875Z " transform="rotate(38, 400, 400)" opacity="0.22"></path><path d="M400 181.76190185546875L589.000012076978 290.88095058201566V509.1190480351095L400 618.2380967616565L210.99998792302193 509.1190480351095V290.88095058201566L400 181.76190185546875Z " transform="rotate(36, 400, 400)" opacity="0.27"></path><path d="M400 193.88623046875L578.5000114060349 296.9431098215999V503.0568685272997L400 606.1137478801495L221.49998859396516 503.0568685272997V296.9431098215999L400 193.88623046875Z " transform="rotate(34, 400, 400)" opacity="0.31"></path><path d="M400 206.01058959960938L568.0000107350916 303.0052995787622V496.9947195370678L400 593.9894295162208L231.99998926490838 496.9947195370678V303.0052995787622L400 206.01058959960938Z " transform="rotate(32, 400, 400)" opacity="0.35"></path><path d="M400 218.13491821289062L557.5000100641483 309.0674588183464V490.932540029258L400 581.8650806347138L242.4999899358516 490.932540029258V309.0674588183464L400 218.13491821289062Z " transform="rotate(30, 400, 400)" opacity="0.40"></path><path d="M400 230.25924682617188L547.0000093932051 315.1296180579306V484.8703605214481L400 569.7407317532068L252.99999060679488 484.8703605214481V315.1296180579306L400 230.25924682617188Z " transform="rotate(28, 400, 400)" opacity="0.44"></path><path d="M400 242.38360595703125L536.500008722262 321.19180781509294V478.8082115312163L400 557.616413389278L263.4999912777381 478.8082115312163V321.19180781509294L400 242.38360595703125Z " transform="rotate(26, 400, 400)" opacity="0.48"></path><path d="M400 254.5079345703125L526.0000080513187 327.2539670546771V472.7460320234064L400 545.492064507771L273.9999919486813 472.7460320234064V327.2539670546771L400 254.5079345703125Z " transform="rotate(24, 400, 400)" opacity="0.53"></path><path d="M400 266.63226318359375L515.5000073803755 333.3161262942613V466.68385251559647L400 533.367715626264L284.49999261962455 466.68385251559647V333.3161262942613L400 266.63226318359375Z " transform="rotate(22, 400, 400)" opacity="0.57"></path><path d="M400 278.75660705566406L505.0000067094322 339.3783007926346V460.62168826657563L400 521.2433820035461L294.9999932905678 460.62168826657563V339.3783007926346L400 278.75660705566406Z " transform="rotate(20, 400, 400)" opacity="0.61"></path><path d="M400 290.8809509277344L494.500006038489 345.44047529100783V454.55952401755474L400 509.11904838082825L305.499993961511 454.55952401755474V345.44047529100783L400 290.8809509277344Z " transform="rotate(18, 400, 400)" opacity="0.65"></path><path d="M400 303.0052947998047L484.0000053675458 351.5026497893811V448.4973597685339L400 496.9947147581104L315.9999946324542 448.4973597685339V351.5026497893811L400 303.0052947998047Z " transform="rotate(16, 400, 400)" opacity="0.70"></path><path d="M400 315.12962341308594L473.50000469660256 357.5648090289653V442.43518026072405L400 484.8703658766034L326.49999530339744 442.43518026072405V357.5648090289653L400 315.12962341308594Z " transform="rotate(14, 400, 400)" opacity="0.74"></path><path d="M400 327.25396728515625L463.00000402565934 363.62698352733855V436.3730160117032L400 472.7460322538855L336.99999597434066 436.3730160117032V363.62698352733855L400 327.25396728515625Z " transform="rotate(12, 400, 400)" opacity="0.78"></path><path d="M400 339.37831115722656L452.5000033547161 369.68915802571183V430.3108517626823L400 460.6216986311676L347.4999966452839 430.3108517626823V369.68915802571183L400 339.37831115722656Z " transform="rotate(10, 400, 400)" opacity="0.83"></path><path d="M400 351.5026397705078L442.0000026837729 375.751317265296V424.2486722548724L400 448.49734974966066L357.9999973162271 424.2486722548724V375.751317265296L400 351.5026397705078Z " transform="rotate(8, 400, 400)" opacity="0.87"></path><path d="M400 363.6269836425781L431.50000201282967 381.8134917636693V418.1865080058516L400 436.37301612694273L368.49999798717033 418.1865080058516V381.8134917636693L400 363.6269836425781Z " transform="rotate(6, 400, 400)" opacity="0.91"></path><path d="M400 375.75132751464844L421.00000134188645 387.87566626204256V412.12434375683074L400 424.24868250422486L378.99999865811355 412.12434375683074V387.87566626204256L400 375.75132751464844Z " transform="rotate(4, 400, 400)" opacity="0.96"></path><path d="M400 387.8756561279297L410.5000006709432 393.9378255016267V406.06216424902084L400 412.12433362271787L389.4999993290568 406.06216424902084V393.9378255016267L400 387.8756561279297Z " transform="rotate(2, 400, 400)" opacity="1.00"></path></g></svg>');
    background-repeat: space;
    background-color: var(--bs-gray-300);
    background-position: center;
    background-blend-mode: unset;
    background-size: cover;
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}

.login-bg-alt-7 {
    /* background-color: #FFFFFF; */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 800 800" opacity="0.84"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="gggyrate-grad"><stop stop-color="hsl(206, 75%, 49%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(331, 90%, 56%)" stop-opacity="1" offset="100%"></stop></linearGradient></defs><g stroke-width="4" stroke="url(%23gggyrate-grad)" fill="none"><path d="M400.0000305175781 81.88043212890625L675.5000481218503 240.9402095054337V559.0597642584885L400.0000305175781 718.1195416350159L124.50001291330591 559.0597642584885V240.9402095054337L400.0000305175781 81.88043212890625Z " transform="rotate(19, 400, 400)" opacity="0.05"></path><path d="M400.0000305175781 98.62356567382812L661.0000471953098 249.31177582001203V550.6881961123797L400.0000305175781 701.3764062585636L139.00001383984653 550.6881961123797V249.31177582001203L400.0000305175781 98.62356567382812Z " transform="rotate(18, 400, 400)" opacity="0.10"></path><path d="M400.00001525878906 115.36669921875L646.5000310099799 257.68334213459036V542.316627966271L400.00001525878906 684.6332708821113L153.49999950759815 542.316627966271V257.68334213459036L400.00001525878906 115.36669921875Z " transform="rotate(17, 400, 400)" opacity="0.16"></path><path d="M400 132.10986328125L632.0000148246504 266.05493896674676V533.9450903377403L400 667.890166023237L167.9999851753497 533.9450903377403V266.05493896674676L400 132.10986328125Z " transform="rotate(16, 400, 400)" opacity="0.21"></path><path d="M400 148.85299682617188L617.5000138981097 274.4265052813251V525.5735221916316L400 651.1470306467847L182.49998610189033 525.5735221916316V274.4265052813251L400 148.85299682617188Z " transform="rotate(15, 400, 400)" opacity="0.26"></path><path d="M400 165.59613037109375L603.000012971569 282.7980715959034V517.2019540455228L400 634.4038952703324L196.999987028431 517.2019540455228V282.7980715959034L400 165.59613037109375Z " transform="rotate(14, 400, 400)" opacity="0.31"></path><path d="M400 182.33926391601562L588.5000120450284 291.16963791048175V508.83038589941407L400 617.6607598938801L211.49998795497163 508.83038589941407V291.16963791048175L400 182.33926391601562Z " transform="rotate(13, 400, 400)" opacity="0.37"></path><path d="M400 199.0823974609375L574.0000111184877 299.5412042250601V500.4588177533053L400 600.9176245174278L225.99998888151225 500.4588177533053V299.5412042250601L400 199.0823974609375Z " transform="rotate(12, 400, 400)" opacity="0.42"></path><path d="M400 215.82553100585938L559.5000101919471 307.9127705396384V492.08724960719655L400 584.1744891409755L240.49998980805293 492.08724960719655V307.9127705396384L400 215.82553100585938Z " transform="rotate(11, 400, 400)" opacity="0.47"></path><path d="M400 232.56866455078125L545.0000092654064 316.28433685421675V483.7156814610877L400 567.4313537645232L254.99999073459355 483.7156814610877V316.28433685421675L400 232.56866455078125Z " transform="rotate(10, 400, 400)" opacity="0.53"></path><path d="M400 249.31179809570312L530.5000083388659 324.6559031687951V475.3441133149789L400 550.6882183880709L269.49999166113423 475.3441133149789V324.6559031687951L400 249.31179809570312Z " transform="rotate(9, 400, 400)" opacity="0.58"></path><path d="M400 266.054931640625L516.0000074123252 333.02746948337335V466.97254516887017L400 533.9450830116185L283.99999258767485 466.97254516887017V333.02746948337335L400 266.054931640625Z " transform="rotate(8, 400, 400)" opacity="0.63"></path><path d="M400 282.7980651855469L501.5000064857845 341.39903579795174V458.6009770227614L400 517.2019476351662L298.4999935142155 458.6009770227614V341.39903579795174L400 282.7980651855469Z " transform="rotate(7, 400, 400)" opacity="0.68"></path><path d="M400 299.54119873046875L487.00000555924385 349.77060211253V450.22940887665266L400 500.4588122587139L312.99999444075615 450.22940887665266V349.77060211253L400 299.54119873046875Z " transform="rotate(6, 400, 400)" opacity="0.74"></path><path d="M400 316.2843322753906L472.5000046327032 358.14216842710834V441.85784073054384L400 483.7156768822616L327.4999953672968 441.85784073054384V358.14216842710834L400 316.2843322753906Z " transform="rotate(5, 400, 400)" opacity="0.79"></path><path d="M400 333.0274658203125L458.0000037061626 366.5137347416867V433.4862725844351L400 466.97254150580926L341.9999962938374 433.4862725844351V366.5137347416867L400 333.0274658203125Z " transform="rotate(4, 400, 400)" opacity="0.84"></path><path d="M400 349.7705993652344L443.5000027796219 374.885301056265V425.1147044383263L400 450.22940612935696L356.4999972203781 425.1147044383263V374.885301056265L400 349.7705993652344Z " transform="rotate(3, 400, 400)" opacity="0.89"></path><path d="M400 366.51373291015625L429.0000018530813 383.25686737084334V416.7431362922175L400 433.4862707529046L370.9999981469187 416.7431362922175V383.25686737084334L400 366.51373291015625Z " transform="rotate(2, 400, 400)" opacity="0.95"></path><path d="M400 383.2568664550781L414.5000009265406 391.62843368542167V408.37156814610876L400 416.7431353764523L385.4999990734594 408.37156814610876V391.62843368542167L400 383.2568664550781Z " transform="rotate(1, 400, 400)" opacity="1.00"></path></g></svg>');
    /* background-attachment: fixed | scroll; */
    /* background-size: auto | cover | contain | 500px 250px; */
    /* background-position: center | right 30px bottom 15px; */
    /* background-repeat: no-repeat | repeat | repeat-x; */
    /* background-origin: border-box | padding-box | content-box; */
    /* background-clip: border-box | padding-box | content-box; */
    /* background-blend-mode: multiply | screen | overlay; */
    background-repeat: space;
    background-color: var(--bs-gray-300);
    background-position: center;
    background-blend-mode: unset;
    background-size: cover;
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}

.login-bg-alt-8 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1422 800"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="ccchaos-grad"><stop stop-color="hsl(206, 75%, 49%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(331, 90%, 56%)" stop-opacity="1" offset="100%"></stop></linearGradient></defs><g stroke-width="2.5" stroke="url(%23ccchaos-grad)" fill="none" stroke-linecap="round"><path d="M24.04 -291.37Q34.75 -292.98 45.46 -294.4 56.17 -295.6 66.88 -296.52 77.59 -297.15 88.3 -297.46 99.02 -297.44 109.73 -297.09 120.44 -296.43 131.15 -295.47 141.86 -294.24 152.57 -292.79 163.28 -291.17 173.99 -289.43 184.7 -287.62 195.42 -285.8 206.13 -284.05 216.84 -282.41 227.55 -280.93 238.26 -279.67 248.97 -278.67 259.68 -277.97 270.39 -277.57 281.1 -277.51 291.82 -277.78 302.53 -278.36 313.24 -279.25 323.95 -280.41 334.66 -281.81 345.37 -283.39 356.08 -285.11 366.79 -286.91 377.5 -288.73 388.22 -290.5 398.93 -292.18 409.64 -293.7 420.35 -295.02 431.06 -296.09 441.77 -296.87 452.48 -297.35 463.19 -297.49 473.9 -297.31 484.61 -296.81 495.33 -295.99 506.04 -294.9 516.75 -293.56 527.46 -292.02 538.17 -290.33 548.88 -288.54 559.59 -286.73 570.3 -284.93 581.01 -283.22 591.73 -281.66 602.44 -280.28 613.15 -279.15 623.86 -278.29 634.57 -277.73 645.28 -277.5 655.99 -277.6 666.7 -278.02 677.41 -278.76 688.13 -279.79 698.84 -281.07 709.55 -282.57 720.26 -284.22 730.97 -285.99 741.68 -287.8 752.39 -289.61 763.1 -291.34 773.81 -292.95 784.53 -294.38 795.24 -295.58 805.95 -296.51 816.66 -297.14 827.37 -297.46 838.08 -297.45 848.79 -297.1 859.5 -296.44 870.21 -295.49 880.93 -294.27 891.64 -292.82 902.35 -291.2 913.06 -289.46 923.77 -287.65 934.48 -285.84 945.19 -284.08 955.9 -282.44 966.61 -280.96 977.33 -279.7 988.04 -278.69 998.75 -277.98 1009.46 -277.58 1020.17 -277.51 1030.88 -277.77 1041.59 -278.35 1052.3 -279.23 1063.01 -280.39 1073.73 -281.78 1084.44 -283.36 1095.15 -285.08 1105.86 -286.87 1116.57 -288.69 1127.28 -290.47 1137.99 -292.15 1148.7 -293.68 1159.41 -295 1170.13 -296.07 1180.84 -296.86 1191.55 -297.34 1202.26 -297.49 1212.97 -297.32 1223.68 -296.82 1234.39 -296.01 1245.1 -294.92 1255.81 -293.58 1266.53 -292.05 1277.24 -290.36 1287.95 -288.58 1298.66 -286.76 1309.37 -284.97 1320.08 -283.26 1330.79 -281.69 1341.5 -280.31 1352.21 -279.17 1362.93 -278.3 1373.64 -277.74 1388.48 -272.18 1390.48 -256.11 1388.73 -245.37 1387.48 -234.63 1386.77 -223.88 1386.65 -213.14 1387.11 -202.4 1388.15 -191.66 1389.7 -180.92 1391.69 -170.17 1394.02 -159.43 1396.57 -148.69 1399.22 -137.95 1401.84 -127.2 1404.28 -116.46 1406.44 -105.72 1408.2 -94.98 1409.48 -84.24 1410.21 -73.49 1410.35 -62.75 1409.9 -52.01 1408.89 -41.27 1407.36 -30.52 1405.38 -19.78 1403.06 -9.04 1400.51 1.69 1397.87 12.43 1395.25 23.18 1392.8 33.92 1390.63 44.66 1388.85 55.4 1387.55 66.15 1386.8 76.89 1386.63 87.63 1387.06 98.37 1388.05 109.11 1389.57 119.86 1391.53 130.6 1393.84 141.34 1396.38 152.08 1399.02 162.82 1401.64 173.57 1404.1 184.31 1406.29 195.05 1408.08 205.79 1409.4 216.54 1410.17 227.28 1410.36 238.02 1409.96 248.76 1408.98 259.5 1407.49 270.25 1405.54 280.99 1403.25 291.73 1400.71 302.47 1398.07 313.22 1395.44 323.96 1392.97 334.7 1390.78 345.44 1388.97 356.18 1387.63 366.93 1386.84 377.67 1386.63 388.41 1387.01 399.15 1387.96 409.9 1389.44 420.64 1391.37 431.38 1393.65 442.12 1396.18 452.86 1398.82 463.61 1401.45 474.35 1403.93 485.09 1406.14 495.83 1407.96 506.57 1409.32 517.32 1410.13 528.06 1410.37 538.8 1410.01 549.54 1409.08 560.29 1407.62 571.03 1405.7 581.77 1403.43 592.51 1400.91 603.25 1398.27 614 1395.64 624.74 1393.15 635.48 1390.93 646.22 1389.09 656.97 1387.71 667.71 1386.88 678.45 1386.62 689.19 1386.96 699.93 1387.87 710.68 1389.31 721.42 1391.21 732.16 1393.47 742.9 1395.98 753.65 1398.62 764.39 1401.25 775.13 1403.75 785.87 1405.98 796.61 1407.84 807.36 1409.23 818.1 1410.09 828.84 1410.37 839.58 1410.06 850.32 1409.17 861.07 1407.75 871.81 1405.86 882.55 1403.61 893.29 1401.11 904.04 1398.47 914.78 1395.83 925.52 1393.33 936.26 1391.09 947 1389.21 957.75 1387.8 968.49 1386.92 979.23 1386.62 989.97 1386.91 1000.72 1387.78 1011.46 1389.18 1022.2 1391.05 1032.94 1393.29 1043.68 1395.79 1054.43 1398.42 1065.17 1401.06 1075.91 1399.29 1092.07 1384.21 1097.25 1373.4 1096.69 1362.59 1095.82 1351.78 1094.68 1340.97 1093.3 1330.16 1091.73 1319.36 1090.02 1308.55 1088.23 1297.74 1086.41 1286.93 1084.63 1276.12 1082.94 1265.31 1081.41 1254.5 1080.07 1243.7 1078.98 1232.89 1078.17 1222.08 1077.67 1211.27 1077.5 1200.46 1077.65 1189.65 1078.13 1178.85 1078.92 1168.04 1079.99 1157.23 1081.31 1146.42 1082.84 1135.61 1084.52 1124.8 1086.3 1113.99 1088.12 1103.19 1089.91 1092.38 1091.63 1081.57 1093.21 1070.76 1094.6 1059.95 1095.76 1049.14 1096.64 1038.34 1097.22 1027.53 1097.48 1016.72 1097.41 1005.91 1097.01 995.1 1096.3 984.29 1095.29 973.48 1094.03 962.68 1092.55 951.87 1090.91 941.06 1089.15 930.25 1087.34 919.44 1085.53 908.63 1083.79 897.82 1082.17 887.02 1080.72 876.21 1079.5 865.4 1078.55 854.59 1077.89 843.78 1077.54 832.97 1077.53 822.17 1077.85 811.36 1078.48 800.55 1079.41 789.74 1080.61 778.93 1082.04 768.12 1083.65 757.31 1085.38 746.51 1087.19 735.7 1089 724.89 1090.77 714.08 1092.42 703.27 1093.92 692.46 1095.2 681.66 1096.23 670.85 1096.97 660.04 1097.39 649.23 1097.49 638.42 1097.26 627.61 1096.7 616.8 1095.84 606 1094.71 595.19 1093.33 584.38 1091.77 573.57 1090.06 562.76 1088.26 551.95 1086.45 541.14 1084.66 530.34 1082.97 519.53 1081.43 508.72 1080.09 497.91 1079 487.1 1078.18 476.29 1077.68 465.49 1077.5 454.68 1077.64 443.87 1078.12 433.06 1078.9 422.25 1079.97 411.44 1081.29 400.63 1082.81 389.83 1084.49 379.02 1086.26 368.21 1088.08 357.4 1089.88 346.59 1091.6 335.78 1093.18 324.98 1094.58 314.17 1095.74 303.36 1096.63 292.55 1097.21 281.74 1097.48 270.93 1097.42 260.12 1097.02 249.32 1096.32 238.51 1095.32 227.7 1094.06 216.89 1092.58 206.08 1090.94 195.27 1089.19 184.47 1087.37 173.66 1085.56 162.85 1083.82 152.04 1082.2 141.23 1080.75 130.42 1079.52 119.61 1078.56 108.81 1077.9 98 1077.55 87.19 1077.53 76.38 1077.84 65.57 1078.47 54.76 1079.39 43.95 1080.59 27.92 1077.44 23.09 1062.13 23.51 1051.39 23.92 1040.65 24.32 1029.91 24.67 1019.16 24.97 1008.42 25.19 997.68 25.32 986.94 25.37 976.19 25.32 965.45 25.18 954.71 24.96 943.97 24.66 933.23 24.31 922.48 23.92 911.74 23.5 901 23.08 890.26 22.69 879.51 22.33 868.77 22.03 858.03 21.81 847.29 21.67 836.55 21.62 825.8 21.66 815.06 21.8 804.32 22.02 793.58 22.31 782.84 22.67 772.09 23.06 761.35 23.48 750.61 23.89 739.87 24.29 729.12 24.65 718.38 24.95 707.64 25.17 696.9 25.32 686.16 25.37 675.41 25.33 664.67 25.2 653.93 24.98 643.19 24.69 632.44 24.34 621.7 23.95 610.96 23.53 600.22 23.11 589.48 22.72 578.73 22.36 567.99 22.05 557.25 21.82 546.51 21.68 535.76 21.62 525.02 21.66 514.28 21.79 503.54 22 492.8 22.29 482.05 22.64 471.31 23.03 460.57 23.44 449.83 23.86 439.09 24.26 428.34 24.62 417.6 24.93 406.86 25.16 396.12 25.31 385.37 25.37 374.63 25.34 363.89 25.21 353.15 25 342.41 24.71 331.66 24.37 320.92 23.98 310.18 23.56 299.44 23.14 288.69 22.74 277.95 22.38 267.21 22.08 256.47 21.84 245.73 21.68 234.98 21.62 224.24 21.65 213.5 21.77 202.76 21.98 192.01 22.26 181.27 22.61 170.53 23 159.79 23.41 149.05 23.83 138.3 24.23 127.56 24.6 116.82 24.9 106.08 25.14 95.34 25.3 84.59 25.37 73.85 25.34 63.11 25.22 52.37 25.02 41.62 24.74 30.88 24.39 20.14 24.01 9.4 23.59 -1.33 23.18 -12.08 22.77 -22.82 22.41 -33.56 22.1 -44.3 21.85 -55.05 21.69 -65.79 21.62 -76.53 21.65 -87.27 21.76 -98.01 21.96 -108.76 22.24 -119.5 22.58 -130.24 22.97 -140.98 23.38 -151.73 23.8 -162.47 24.2 -173.21 24.57 -183.95 24.88 -194.69 25.13 -205.44 25.29 -216.18 25.37 -226.92 25.35 -237.66 25.23 -248.4 25.04 -259.15 24.76 -269.89 24.42 -280.63 24.04 -291.37" stroke-dasharray="26 26" transform="rotate(0, 711, 400)" opacity="0.90"></path><path d="M36.92 -280.73Q47.41 -282.09 57.9 -283.23 68.39 -284.11 78.88 -284.69 89.37 -284.97 99.86 -284.93 110.36 -284.58 120.85 -283.91 131.34 -282.97 141.83 -281.77 152.32 -280.35 162.81 -278.76 173.3 -277.06 183.8 -275.28 194.29 -273.5 204.78 -271.77 215.27 -270.14 225.76 -268.66 236.25 -267.38 246.74 -266.35 257.23 -265.6 267.73 -265.14 278.22 -265 288.71 -265.17 299.2 -265.66 309.69 -266.45 320.18 -267.51 330.67 -268.8 341.17 -270.3 351.66 -271.94 362.15 -273.68 372.64 -275.47 383.13 -277.24 393.62 -278.93 404.11 -280.51 414.61 -281.9 425.1 -283.08 435.59 -284 446.08 -284.63 456.57 -284.95 467.06 -284.96 477.55 -284.65 488.05 -284.03 498.54 -283.12 509.03 -281.96 519.52 -280.57 530.01 -279.01 540.5 -277.31 550.99 -275.55 561.49 -273.76 571.98 -272.02 582.47 -270.37 592.96 -268.87 603.45 -267.56 613.94 -266.49 624.43 -265.69 634.92 -265.19 645.42 -265 655.91 -265.13 666.4 -265.57 676.89 -266.31 687.38 -267.33 697.87 -268.6 708.36 -270.07 718.86 -271.69 729.35 -273.42 739.84 -275.2 750.33 -276.98 760.82 -278.69 771.31 -280.28 781.8 -281.71 792.3 -282.92 802.79 -283.88 813.28 -284.55 823.77 -284.92 834.26 -284.98 844.75 -284.71 855.24 -284.14 865.74 -283.28 876.23 -282.15 886.72 -280.79 897.21 -279.25 907.7 -277.57 918.19 -275.81 928.68 -274.03 939.17 -272.27 949.67 -270.61 960.16 -269.08 970.65 -267.74 981.14 -266.63 991.63 -265.79 1002.12 -265.24 1012.61 -265 1023.11 -265.09 1033.6 -265.48 1044.09 -266.18 1054.58 -267.16 1065.07 -268.39 1075.56 -269.84 1086.05 -271.44 1096.55 -273.16 1107.04 -274.94 1117.53 -276.72 1128.02 -278.44 1138.51 -280.05 1149 -281.51 1159.49 -282.75 1169.99 -283.75 1180.48 -284.47 1190.97 -284.89 1201.46 -284.99 1211.95 -284.77 1222.44 -284.24 1232.93 -283.42 1243.43 -282.33 1253.92 -281 1264.41 -279.49 1274.9 -277.83 1285.39 -276.08 1295.88 -274.29 1306.37 -272.53 1316.86 -270.85 1327.36 -269.29 1337.85 -267.92 1348.34 -266.78 1358.83 -265.9 1373.55 -259.89 1376.15 -243.93 1374.99 -233.38 1374.36 -222.83 1374.28 -212.29 1374.78 -201.74 1375.81 -191.19 1377.33 -180.64 1379.26 -170.1 1381.52 -159.55 1384 -149 1386.57 -138.46 1389.12 -127.91 1391.51 -117.36 1393.64 -106.82 1395.4 -96.27 1396.71 -85.72 1397.5 -75.18 1397.74 -64.63 1397.42 -54.08 1396.54 -43.54 1395.16 -32.99 1393.34 -22.44 1391.17 -11.89 1388.74 -1.35 1386.19 9.19 1383.62 19.74 1381.17 30.28 1378.95 40.83 1377.07 51.38 1375.62 61.92 1374.67 72.47 1374.26 83.02 1374.42 93.56 1375.13 104.11 1376.37 114.66 1378.06 125.2 1380.14 135.75 1382.51 146.3 1385.04 156.85 1387.61 167.39 1390.11 177.94 1392.41 188.49 1394.4 199.03 1395.99 209.58 1397.1 220.13 1397.67 230.67 1397.68 241.22 1397.13 251.77 1396.04 262.31 1394.48 272.86 1392.5 283.41 1390.21 293.95 1387.72 304.5 1385.14 315.05 1382.61 325.6 1380.24 336.14 1378.14 346.69 1376.43 357.24 1375.17 367.78 1374.43 378.33 1374.25 388.88 1374.64 399.42 1375.57 409.97 1377 420.52 1378.87 431.06 1381.07 441.61 1383.52 452.16 1386.08 462.7 1388.64 473.25 1391.07 483.8 1393.26 494.35 1395.1 504.89 1396.5 515.44 1397.39 525.99 1397.74 536.53 1397.52 547.08 1396.75 557.63 1395.46 568.17 1393.72 578.72 1391.6 589.27 1389.22 599.81 1386.68 610.36 1384.11 620.91 1381.62 631.45 1379.35 642 1377.4 652.55 1375.86 663.1 1374.81 673.64 1374.29 684.19 1374.34 694.74 1374.95 705.28 1376.09 715.83 1377.71 726.38 1379.72 736.92 1382.04 747.47 1384.55 758.02 1387.12 768.56 1389.64 779.11 1391.99 789.66 1394.05 800.2 1395.72 810.75 1396.92 821.3 1397.6 831.85 1397.72 842.39 1397.28 852.94 1396.29 863.49 1394.81 874.03 1392.9 884.58 1390.67 895.13 1388.2 905.67 1385.63 916.22 1383.08 926.77 1380.67 937.31 1378.52 947.86 1376.72 958.41 1375.37 968.95 1374.53 979.5 1374.25 990.05 1374.52 1000.6 1375.35 1011.14 1376.69 1021.69 1378.48 1032.24 1380.63 1042.78 1383.04 1053.33 1385.59 1063.88 1384.09 1079.55 1369.44 1084.09 1358.86 1083.21 1348.27 1082.07 1337.68 1080.7 1327.09 1079.14 1316.5 1077.46 1305.91 1075.7 1295.33 1073.91 1284.74 1072.16 1274.15 1070.5 1263.56 1068.99 1252.97 1067.66 1242.38 1066.57 1231.8 1065.75 1221.21 1065.22 1210.62 1065 1200.03 1065.1 1189.44 1065.52 1178.85 1066.24 1168.26 1067.24 1157.68 1068.48 1147.09 1069.94 1136.5 1071.55 1125.91 1073.27 1115.32 1075.05 1104.73 1076.83 1094.15 1078.55 1083.56 1080.15 1072.97 1081.6 1062.38 1082.83 1051.79 1083.81 1041.2 1084.51 1030.62 1084.9 1020.03 1084.99 1009.44 1084.75 998.85 1084.2 988.26 1083.36 977.67 1082.25 967.09 1080.91 956.5 1079.38 945.91 1077.72 935.32 1075.96 924.73 1074.18 914.14 1072.42 903.55 1070.74 892.97 1069.2 882.38 1067.84 871.79 1066.71 861.2 1065.85 850.61 1065.28 840.02 1065.01 829.44 1065.07 818.85 1065.44 808.26 1066.11 797.67 1067.07 787.08 1068.28 776.49 1069.71 765.91 1071.3 755.32 1073.01 744.73 1074.79 734.14 1076.57 723.55 1078.3 712.96 1079.92 702.38 1081.39 691.79 1082.66 681.2 1083.68 670.61 1084.42 660.02 1084.86 649.43 1084.99 638.84 1084.8 628.26 1084.3 617.67 1083.5 607.08 1082.43 596.49 1081.12 585.9 1079.62 575.31 1077.97 564.73 1076.23 554.14 1074.44 543.55 1072.68 532.96 1070.98 522.37 1069.42 511.78 1068.03 501.2 1066.87 490.61 1065.96 480.02 1065.34 469.43 1065.03 458.84 1065.04 448.25 1065.36 437.67 1065.99 427.08 1066.91 416.49 1068.09 405.9 1069.48 395.31 1071.06 384.72 1072.75 374.13 1074.52 363.55 1076.31 352.96 1078.05 342.37 1079.69 331.78 1081.19 321.19 1082.48 310.6 1083.54 300.02 1084.33 289.43 1084.82 278.84 1084.99 268.25 1084.85 257.66 1084.39 247.07 1083.64 236.49 1082.61 225.9 1081.33 215.31 1079.85 204.72 1078.22 194.13 1076.49 183.54 1074.71 172.96 1072.93 162.37 1071.23 151.78 1069.64 141.19 1068.22 130.6 1067.02 120.01 1066.08 109.42 1065.41 98.84 1065.06 88.25 1065.02 77.66 1065.3 67.07 1065.88 56.48 1066.76 40.78 1063.31 36.06 1048.17 36.44 1037.62 36.79 1027.08 37.11 1016.53 37.38 1005.98 37.58 995.44 37.7 984.89 37.74 974.34 37.7 963.8 37.58 953.25 37.38 942.7 37.11 932.16 36.79 921.61 36.43 911.06 36.05 900.51 35.67 889.97 35.3 879.42 34.97 868.87 34.68 858.33 34.46 847.78 34.31 837.23 34.25 826.69 34.27 816.14 34.37 805.59 34.55 795.05 34.8 784.5 35.1 773.95 35.45 763.41 35.83 752.86 36.21 742.31 36.58 731.76 36.93 721.22 37.23 710.67 37.47 700.12 37.64 689.58 37.73 679.03 37.74 668.48 37.66 657.94 37.5 647.39 37.28 636.84 36.98 626.3 36.65 615.75 36.28 605.2 35.89 594.66 35.51 584.11 35.16 573.56 34.84 563.01 34.58 552.47 34.39 541.92 34.28 531.37 34.25 520.83 34.3 510.28 34.43 499.73 34.64 489.19 34.91 478.64 35.24 468.09 35.6 457.55 35.98 447 36.36 436.45 36.73 425.91 37.06 415.36 37.33 404.81 37.55 394.26 37.69 383.72 37.74 373.17 37.72 362.62 37.61 352.08 37.42 341.53 37.16 330.98 36.85 320.44 36.5 309.89 36.12 299.34 35.74 288.8 35.37 278.25 35.03 267.7 34.73 257.16 34.5 246.61 34.34 236.06 34.25 225.51 34.26 214.97 34.34 204.42 34.51 193.87 34.74 183.33 35.04 172.78 35.38 162.23 35.75 151.69 36.14 141.14 36.51 130.59 36.87 120.05 37.18 109.5 37.43 98.95 37.61 88.41 37.72 77.86 37.74 67.31 37.68 56.76 37.54 46.22 37.32 35.67 37.04 25.12 36.71 14.58 36.35 4.03 35.97 -6.51 35.59 -17.05 35.22 -27.6 34.9 -38.15 34.63 -48.69 34.42 -59.24 34.29 -69.79 34.25 -80.33 34.28 -90.88 34.4 -101.43 34.59 -111.98 34.86 -122.52 35.17 -133.07 35.53 -143.62 35.91 -154.16 36.29 -164.71 36.66 -175.26 37 -185.8 37.29 -196.35 37.51 -206.9 37.67 -217.44 37.74 -227.99 37.73 -238.54 37.63 -249.08 37.46 -259.63 37.22 -270.18 36.92 -280.73" stroke-dasharray="18 11" transform="rotate(3.4259259259259256, 711, 400)" opacity="0.90"></path><path d="M49.68 -269.82Q59.95 -270.9 70.23 -271.71 80.51 -272.25 90.78 -272.48 101.06 -272.41 111.33 -272.04 121.61 -271.37 131.89 -270.43 142.16 -269.24 152.44 -267.85 162.72 -266.29 172.99 -264.62 183.27 -262.88 193.54 -261.13 203.82 -259.42 214.1 -257.81 224.37 -256.34 234.65 -255.06 244.93 -254.01 255.2 -253.21 265.48 -252.71 275.75 -252.5 286.03 -252.6 296.31 -253 306.58 -253.7 316.86 -254.67 327.14 -255.87 337.41 -257.28 347.69 -258.85 357.97 -260.53 368.24 -262.27 378.52 -264.02 388.79 -265.72 399.07 -267.33 409.35 -268.78 419.62 -270.04 429.9 -271.07 440.18 -271.84 450.45 -272.32 460.73 -272.49 471 -272.36 481.28 -271.93 491.56 -271.21 501.83 -270.22 512.11 -268.99 522.39 -267.57 532.66 -265.99 542.94 -264.3 553.21 -262.55 563.49 -260.81 573.77 -259.11 584.04 -257.52 594.32 -256.08 604.6 -254.84 614.87 -253.84 625.15 -253.1 635.42 -252.64 645.7 -252.5 655.98 -252.65 666.25 -253.11 676.53 -253.86 686.81 -254.87 697.08 -256.12 707.36 -257.57 717.63 -259.16 727.91 -260.86 738.19 -262.6 748.46 -264.35 758.74 -266.03 769.02 -267.61 779.29 -269.03 789.57 -270.25 799.84 -271.24 810.12 -271.95 820.4 -272.37 830.67 -272.49 840.95 -272.31 851.23 -271.82 861.5 -271.04 871.78 -270.01 882.05 -268.74 892.33 -267.28 902.61 -265.67 912.88 -263.97 923.16 -262.22 933.44 -260.48 943.71 -258.8 953.99 -257.24 964.27 -255.83 974.54 -254.63 984.82 -253.68 995.09 -252.99 1005.37 -252.59 1015.65 -252.5 1025.92 -252.72 1036.2 -253.23 1046.48 -254.03 1056.75 -255.09 1067.03 -256.38 1077.3 -257.86 1087.58 -259.47 1097.86 -261.18 1108.13 -262.93 1118.41 -264.67 1128.69 -266.34 1138.96 -267.89 1149.24 -269.28 1159.51 -270.46 1169.79 -271.39 1180.07 -272.05 1190.34 -272.42 1200.62 -272.48 1210.9 -272.24 1221.17 -271.69 1231.45 -270.87 1241.72 -269.79 1252 -268.48 1262.28 -266.99 1272.55 -265.36 1282.83 -263.64 1293.11 -261.89 1303.38 -260.16 1313.66 -258.5 1323.93 -256.96 1334.21 -255.59 1344.49 -254.43 1359.15 -248.03 1362.48 -232.19 1361.94 -221.84 1361.94 -211.48 1362.47 -201.13 1363.51 -190.78 1365.01 -180.43 1366.91 -170.08 1369.12 -159.73 1371.52 -149.38 1374.02 -139.02 1376.49 -128.67 1378.83 -118.32 1380.91 -107.97 1382.66 -97.62 1383.98 -87.27 1384.81 -76.91 1385.12 -66.56 1384.89 -56.21 1384.13 -45.86 1382.88 -35.51 1381.2 -25.16 1379.16 -14.8 1376.85 -4.45 1374.39 5.89 1371.89 16.24 1369.47 26.59 1367.23 36.94 1365.28 47.29 1363.71 57.65 1362.59 68 1361.98 78.35 1361.9 88.7 1362.36 99.05 1363.34 109.4 1364.79 119.76 1366.64 130.11 1368.8 140.46 1371.19 150.81 1373.68 161.16 1376.16 171.51 1378.52 181.86 1380.65 192.22 1382.44 202.57 1383.82 212.92 1384.73 223.27 1385.11 233.62 1384.95 243.97 1384.26 254.33 1383.08 264.68 1381.45 275.03 1379.45 285.38 1377.17 295.73 1374.73 306.08 1372.23 316.44 1369.78 326.79 1367.51 337.14 1365.52 347.49 1363.89 357.84 1362.71 368.19 1362.03 378.54 1361.88 388.9 1362.27 399.25 1363.18 409.6 1364.57 419.95 1366.37 430.3 1368.5 440.65 1370.86 451.01 1373.34 461.36 1375.83 471.71 1378.22 482.06 1380.38 492.41 1382.22 502.76 1383.67 513.11 1384.63 523.47 1385.09 533.82 1385 544.17 1384.39 554.52 1383.27 564.87 1381.69 575.22 1379.74 585.58 1377.49 595.93 1375.07 606.28 1372.56 616.63 1370.11 626.98 1367.81 637.33 1365.77 647.69 1364.09 658.04 1362.84 668.39 1362.09 678.74 1361.87 689.09 1362.19 699.44 1363.03 709.79 1364.35 720.15 1366.1 730.5 1368.19 740.85 1370.53 751.2 1373 761.55 1375.5 771.9 1377.9 782.26 1380.1 792.61 1382 802.96 1383.5 813.31 1384.53 823.66 1385.06 834.01 1385.05 844.36 1384.5 854.72 1383.44 865.07 1381.93 875.42 1380.02 885.77 1377.81 896.12 1375.4 906.47 1372.9 916.83 1370.43 927.18 1368.1 937.53 1366.02 947.88 1364.29 958.23 1362.98 968.58 1362.17 978.94 1361.87 989.29 1362.11 999.64 1362.89 1009.99 1364.15 1020.34 1365.84 1030.69 1367.89 1041.04 1370.2 1051.4 1368.73 1066.61 1354.43 1070.56 1344.07 1069.4 1333.7 1068.03 1323.33 1066.49 1312.97 1064.83 1302.6 1063.1 1292.23 1061.35 1281.87 1059.63 1271.5 1058 1261.14 1056.51 1250.77 1055.2 1240.4 1054.12 1230.04 1053.3 1219.67 1052.75 1209.3 1052.51 1198.94 1052.57 1188.57 1052.94 1178.2 1053.6 1167.84 1054.53 1157.47 1055.71 1147.1 1057.1 1136.74 1058.65 1126.37 1060.32 1116.01 1062.06 1105.64 1063.81 1095.27 1065.52 1084.91 1067.13 1074.54 1068.61 1064.17 1069.9 1053.81 1070.96 1043.44 1071.76 1033.07 1072.27 1022.71 1072.49 1012.34 1072.4 1001.97 1072 991.61 1071.31 981.24 1070.36 970.87 1069.16 960.51 1067.75 950.14 1066.19 939.78 1064.51 929.41 1062.77 919.04 1061.02 908.68 1059.32 898.31 1057.71 887.94 1056.25 877.58 1054.98 867.21 1053.95 856.84 1053.17 846.48 1052.68 836.11 1052.5 825.74 1052.62 815.38 1053.04 805.01 1053.75 794.65 1054.74 784.28 1055.96 773.91 1057.38 763.55 1058.96 753.18 1060.64 742.81 1062.39 732.45 1064.13 722.08 1065.83 711.71 1067.42 701.35 1068.87 690.98 1070.12 680.61 1071.13 670.25 1071.88 659.88 1072.34 649.52 1072.49 639.15 1072.35 628.78 1071.89 618.42 1071.15 608.05 1070.15 597.68 1068.91 587.32 1067.47 576.95 1065.88 566.58 1064.18 556.22 1062.44 545.85 1060.69 535.48 1059 525.12 1057.42 514.75 1056 504.38 1054.77 494.02 1053.78 483.65 1053.06 473.29 1052.63 462.92 1052.5 452.55 1052.67 442.19 1053.15 431.82 1053.92 421.45 1054.95 411.09 1056.21 400.72 1057.66 390.35 1059.27 379.99 1060.97 369.62 1062.72 359.25 1064.46 348.89 1066.14 338.52 1067.71 328.16 1069.12 317.79 1070.32 307.42 1071.29 297.06 1071.99 286.69 1072.39 276.32 1072.49 265.96 1072.28 255.59 1071.78 245.22 1070.98 234.86 1069.93 224.49 1068.65 214.12 1067.18 203.76 1065.57 193.39 1063.86 183.03 1062.11 172.66 1060.37 162.29 1058.7 151.93 1057.14 141.56 1055.75 131.19 1054.56 120.83 1053.62 110.46 1052.95 100.09 1052.58 89.73 1052.51 79.36 1052.74 68.99 1053.28 53.62 1049.46 48.96 1034.47 49.28 1024.11 49.56 1013.76 49.8 1003.41 49.98 993.06 50.09 982.71 50.12 972.36 50.08 962.01 49.96 951.65 49.78 941.3 49.54 930.95 49.25 920.6 48.92 910.25 48.58 899.9 48.23 889.54 47.89 879.19 47.58 868.84 47.32 858.49 47.1 848.14 46.96 837.79 46.88 827.44 46.88 817.08 46.95 806.73 47.1 796.38 47.31 786.03 47.57 775.68 47.88 765.33 48.21 754.97 48.56 744.62 48.91 734.27 49.24 723.92 49.53 713.57 49.77 703.22 49.96 692.86 50.08 682.51 50.12 672.16 50.09 661.81 49.98 651.46 49.81 641.11 49.58 630.76 49.29 620.4 48.97 610.05 48.63 599.7 48.28 589.35 47.94 579 47.62 568.65 47.35 558.29 47.13 547.94 46.97 537.59 46.89 527.24 46.87 516.89 46.94 506.54 47.07 496.19 47.27 485.83 47.53 475.48 47.84 465.13 48.17 454.78 48.52 444.43 48.86 434.08 49.19 423.72 49.49 413.37 49.74 403.02 49.94 392.67 50.06 382.32 50.12 371.97 50.1 361.61 50 351.26 49.84 340.91 49.61 330.56 49.33 320.21 49.01 309.86 48.67 299.51 48.32 289.15 47.98 278.8 47.66 268.45 47.38 258.1 47.16 247.75 46.99 237.4 46.89 227.04 46.87 216.69 46.92 206.34 47.05 195.99 47.24 185.64 47.49 175.29 47.79 164.94 48.12 154.58 48.47 144.23 48.82 133.88 49.15 123.53 49.45 113.18 49.71 102.83 49.91 92.47 50.05 82.12 50.12 71.77 50.1 61.42 50.02 51.07 49.86 40.72 49.64 30.36 49.37 20.01 49.06 9.66 48.72 -0.68 48.37 -11.03 48.03 -21.38 47.7 -31.73 47.42 -42.09 47.18 -52.44 47.01 -62.79 46.9 -73.14 46.87 -83.49 46.91 -93.84 47.03 -104.2 47.21 -114.55 47.46 -124.9 47.75 -135.25 48.08 -145.6 48.42 -155.95 48.77 -166.3 49.11 -176.66 49.42 -187.01 49.68 -197.36 49.89 -207.71 50.04 -218.06 50.11 -228.41 50.11 -238.77 50.03 -249.12 49.89 -259.47 49.68 -269.82" stroke-dasharray="8 27" transform="rotate(6.851851851851851, 711, 400)" opacity="0.09"></path><path d="M62.31 -258.59Q72.38 -259.34 82.45 -259.81 92.52 -259.99 102.58 -259.88 112.65 -259.48 122.72 -258.79 132.78 -257.85 142.85 -256.67 152.92 -255.29 162.98 -253.76 173.05 -252.12 183.12 -250.42 193.18 -248.7 203.25 -247.02 213.32 -245.43 223.39 -243.97 233.45 -242.69 243.52 -241.63 253.59 -240.82 263.65 -240.27 273.72 -240.02 283.79 -240.05 293.85 -240.39 303.92 -241 313.99 -241.89 324.05 -243.01 334.12 -244.34 344.19 -245.83 354.26 -247.45 364.32 -249.15 374.39 -250.86 384.46 -252.56 394.52 -254.18 404.59 -255.67 414.66 -257 424.72 -258.12 434.79 -259 444.86 -259.61 454.92 -259.94 464.99 -259.97 475.06 -259.71 485.13 -259.17 495.19 -258.35 505.26 -257.28 515.33 -256 525.39 -254.55 535.46 -252.95 545.53 -251.27 555.59 -249.56 565.66 -247.85 575.73 -246.21 585.79 -244.68 595.86 -243.31 605.93 -242.13 616 -241.19 626.06 -240.51 636.13 -240.11 646.2 -240 656.26 -240.18 666.33 -240.66 676.4 -241.41 686.46 -242.42 696.53 -243.65 706.6 -245.07 716.66 -246.63 726.73 -248.29 736.8 -250 746.87 -251.72 756.93 -253.38 767 -254.94 777.07 -256.36 787.13 -257.58 797.2 -258.59 807.27 -259.34 817.33 -259.81 827.4 -259.99 837.47 -259.88 847.53 -259.48 857.6 -258.79 867.67 -257.85 877.74 -256.67 887.8 -255.29 897.87 -253.76 907.94 -252.12 918 -250.42 928.07 -248.7 938.14 -247.02 948.2 -245.43 958.27 -243.97 968.34 -242.69 978.4 -241.63 988.47 -240.82 998.54 -240.27 1008.61 -240.02 1018.67 -240.05 1028.74 -240.39 1038.81 -241 1048.87 -241.88 1058.94 -243.01 1069.01 -244.33 1079.07 -245.83 1089.14 -247.45 1099.21 -249.14 1109.27 -250.86 1119.34 -252.56 1129.41 -254.17 1139.48 -255.67 1149.54 -257 1159.61 -258.12 1169.68 -258.99 1179.74 -259.61 1189.81 -259.94 1199.88 -259.97 1209.94 -259.71 1220.01 -259.17 1230.08 -258.35 1240.14 -257.29 1250.21 -256 1260.28 -254.55 1270.35 -252.95 1280.41 -251.27 1290.48 -249.56 1300.55 -247.85 1310.61 -246.21 1320.68 -244.68 1330.75 -243.31 1345.39 -236.58 1349.53 -220.88 1349.61 -210.72 1350.19 -200.57 1351.26 -190.41 1352.77 -180.25 1354.64 -170.1 1356.79 -159.94 1359.14 -149.79 1361.56 -139.63 1363.96 -129.47 1366.23 -119.32 1368.26 -109.16 1369.97 -99 1371.28 -88.85 1372.13 -78.69 1372.49 -68.54 1372.33 -58.38 1371.66 -48.22 1370.52 -38.07 1368.96 -27.91 1367.04 -17.75 1364.85 -7.6 1362.49 2.55 1360.06 12.7 1357.67 22.86 1355.44 33.02 1353.45 43.17 1351.79 53.33 1350.55 63.49 1349.77 73.64 1349.5 83.8 1349.73 93.95 1350.47 104.11 1351.68 114.27 1353.3 124.42 1355.27 134.58 1357.49 144.74 1359.87 154.89 1362.3 165.05 1364.67 175.2 1366.88 185.36 1368.82 195.52 1370.42 205.67 1371.59 215.83 1372.29 225.99 1372.49 236.14 1372.18 246.3 1371.36 256.45 1370.09 266.61 1368.41 276.77 1366.4 286.92 1364.14 297.08 1361.75 307.24 1359.32 317.39 1356.97 327.55 1354.8 337.7 1352.9 347.86 1351.37 358.02 1350.26 368.17 1349.63 378.33 1349.51 388.49 1349.9 398.64 1350.79 408.8 1352.13 418.95 1353.87 429.11 1355.92 439.27 1358.2 449.42 1360.61 459.58 1363.03 469.74 1365.36 479.89 1367.5 490.05 1369.35 500.2 1370.82 510.36 1371.86 520.52 1372.41 530.67 1372.45 540.83 1371.98 550.99 1371.02 561.14 1369.62 571.3 1367.83 581.45 1365.73 591.61 1363.42 601.77 1361.01 611.92 1358.59 622.08 1356.29 632.24 1354.19 642.39 1352.39 652.55 1350.98 662.7 1350.02 672.86 1349.54 683.02 1349.58 693.17 1350.12 703.33 1351.15 713.49 1352.62 723.64 1354.47 733.8 1356.6 743.95 1358.93 754.11 1361.35 764.27 1363.76 774.42 1366.04 784.58 1368.1 794.74 1369.84 804.89 1371.19 815.05 1372.08 825.2 1372.48 835.36 1372.36 845.52 1371.74 855.67 1370.64 865.83 1369.11 875.99 1367.22 886.14 1365.05 896.3 1362.7 906.45 1360.27 916.61 1357.87 926.77 1355.62 936.92 1353.6 947.08 1351.92 957.24 1350.64 967.39 1349.82 977.55 1349.5 987.7 1349.69 997.86 1350.39 1008.02 1351.56 1018.17 1353.15 1028.33 1355.09 1038.49 1353.41 1053.25 1339.37 1056.68 1329.23 1055.31 1319.08 1053.78 1308.94 1052.14 1298.8 1050.43 1288.65 1048.72 1278.51 1047.04 1268.36 1045.44 1258.22 1043.99 1248.07 1042.7 1237.93 1041.64 1227.78 1040.82 1217.64 1040.28 1207.5 1040.02 1197.35 1040.05 1187.21 1040.38 1177.06 1041 1166.92 1041.87 1156.77 1042.99 1146.63 1044.32 1136.48 1045.82 1126.34 1047.43 1116.19 1049.13 1106.05 1050.85 1095.91 1052.54 1085.76 1054.16 1075.62 1055.66 1065.47 1056.98 1055.33 1058.11 1045.18 1058.99 1035.04 1059.6 1024.89 1059.94 1014.75 1059.97 1004.61 1059.72 994.46 1059.17 984.32 1058.36 974.17 1057.3 964.03 1056.02 953.88 1054.56 943.74 1052.97 933.59 1051.29 923.45 1049.57 913.31 1047.87 903.16 1046.23 893.02 1044.7 882.87 1043.32 872.73 1042.14 862.58 1041.2 852.44 1040.51 842.29 1040.11 832.15 1040 822 1040.18 811.86 1040.65 801.72 1041.4 791.57 1042.41 781.43 1043.63 771.28 1045.05 761.14 1046.61 750.99 1048.27 740.85 1049.99 730.7 1051.7 720.56 1053.36 710.42 1054.92 700.27 1056.34 690.13 1057.57 679.98 1058.58 669.84 1059.33 659.69 1059.81 649.55 1059.99 639.4 1059.88 629.26 1059.48 619.12 1058.8 608.97 1057.86 598.83 1056.68 588.68 1055.31 578.54 1053.78 568.39 1052.14 558.25 1050.43 548.1 1048.72 537.96 1047.04 527.81 1045.44 517.67 1043.99 507.53 1042.71 497.38 1041.64 487.24 1040.82 477.09 1040.28 466.95 1040.02 456.8 1040.05 446.66 1040.38 436.51 1040.99 426.37 1041.87 416.23 1042.99 406.08 1044.32 395.94 1045.81 385.79 1047.43 375.65 1049.13 365.5 1050.84 355.36 1052.54 345.21 1054.16 335.07 1055.65 324.93 1056.98 314.78 1058.1 304.64 1058.99 294.49 1059.6 284.35 1059.94 274.2 1059.97 264.06 1059.72 253.91 1059.17 243.77 1058.36 233.62 1057.3 223.48 1056.02 213.34 1054.56 203.19 1052.97 193.05 1051.29 182.9 1049.57 172.76 1047.87 162.61 1046.23 152.47 1044.7 142.32 1043.32 132.18 1042.14 122.04 1041.2 111.89 1040.51 101.75 1040.11 91.6 1040 81.46 1040.18 66.4 1035.95 61.77 1021.09 62.02 1010.93 62.23 1000.78 62.38 990.62 62.47 980.46 62.49 970.31 62.45 960.15 62.35 950 62.18 939.84 61.96 929.68 61.7 919.53 61.4 909.37 61.09 899.21 60.77 889.06 60.47 878.9 60.18 868.75 59.94 858.59 59.74 848.43 59.59 838.28 59.51 828.12 59.5 817.96 59.55 807.81 59.67 797.65 59.84 787.5 60.07 777.34 60.34 767.18 60.63 757.03 60.95 746.87 61.26 736.71 61.57 726.56 61.85 716.4 62.09 706.25 62.28 696.09 62.41 685.93 62.48 675.78 62.49 665.62 62.43 655.46 62.3 645.31 62.12 635.15 61.88 625 61.61 614.84 61.31 604.68 60.99 594.53 60.68 584.37 60.38 574.21 60.1 564.06 59.87 553.9 59.69 543.75 59.56 533.59 59.5 523.43 59.51 513.28 59.58 503.12 59.71 492.96 59.91 482.81 60.15 472.65 60.43 462.5 60.73 452.34 61.05 442.18 61.36 432.03 61.66 421.87 61.92 411.71 62.15 401.56 62.33 391.4 62.44 381.25 62.49 371.09 62.48 360.93 62.4 350.78 62.25 340.62 62.05 330.46 61.8 320.31 61.52 310.15 61.21 300 60.9 289.84 60.58 279.68 60.29 269.53 60.03 259.37 59.81 249.21 59.64 239.06 59.54 228.9 59.5 218.75 59.52 208.59 59.61 198.43 59.77 188.28 59.97 178.12 60.23 167.96 60.52 157.81 60.82 147.65 61.14 137.5 61.45 127.34 61.74 117.18 62 107.03 62.21 96.87 62.37 86.71 62.46 76.56 62.49 66.4 62.46 56.25 62.36 46.09 62.2 35.93 61.98 25.78 61.72 15.62 61.43 5.46 61.12 -4.68 60.8 -14.84 60.49 -24.99 60.21 -35.15 59.96 -45.31 59.75 -55.46 59.6 -65.62 59.52 -75.78 59.5 -85.93 59.54 -96.09 59.65 -106.24 59.82 -116.4 60.05 -126.56 60.31 -136.71 60.61 -146.87 60.92 -157.03 61.24 -167.18 61.54 -177.34 61.82 -187.49 62.07 -197.65 62.26 -207.81 62.4 -217.96 62.48 -228.12 62.49 -238.28 62.43 -248.43 62.31 -258.59" stroke-dasharray="17 23" transform="rotate(10.277777777777777, 711, 400)" opacity="0.25"></path><path d="M74.83 -246.97Q84.7 -247.37 94.56 -247.49 104.42 -247.33 114.29 -246.89 124.15 -246.18 134.02 -245.22 143.88 -244.04 153.74 -242.68 163.61 -241.17 173.47 -239.56 183.34 -237.88 193.2 -236.2 203.07 -234.55 212.93 -232.99 222.79 -231.55 232.66 -230.28 242.52 -229.22 252.39 -228.4 262.25 -227.83 272.11 -227.54 281.98 -227.53 291.84 -227.8 301.71 -228.35 311.57 -229.16 321.43 -230.21 331.3 -231.46 341.16 -232.89 351.03 -234.44 360.89 -236.09 370.75 -237.77 380.62 -239.45 390.48 -241.07 400.35 -242.58 410.21 -243.96 420.07 -245.15 429.94 -246.12 439.8 -246.85 449.67 -247.31 459.53 -247.49 469.4 -247.39 479.26 -247.01 489.12 -246.35 498.99 -245.45 508.85 -244.32 518.72 -242.99 528.58 -241.51 538.44 -239.91 548.31 -238.25 558.17 -236.56 568.04 -234.9 577.9 -233.31 587.76 -231.85 597.63 -230.54 607.49 -229.43 617.36 -228.55 627.22 -227.93 637.08 -227.57 646.95 -227.5 656.81 -227.72 666.68 -228.21 676.54 -228.96 686.4 -229.96 696.27 -231.17 706.13 -232.57 716 -234.1 725.86 -235.73 735.73 -237.4 745.59 -239.09 755.45 -240.72 765.32 -242.27 775.18 -243.68 785.05 -244.91 794.91 -245.93 804.77 -246.71 814.64 -247.23 824.5 -247.48 834.37 -247.44 844.23 -247.11 854.09 -246.52 863.96 -245.66 873.82 -244.58 883.69 -243.29 893.55 -241.84 903.41 -240.26 913.28 -238.61 923.14 -236.92 933.01 -235.25 942.87 -233.65 952.73 -232.15 962.6 -230.81 972.46 -229.65 982.33 -228.72 992.19 -228.04 1002.06 -227.63 1011.92 -227.5 1021.78 -227.65 1031.65 -228.08 1041.51 -228.78 1051.38 -229.73 1061.24 -230.89 1071.1 -232.25 1080.97 -233.76 1090.83 -235.37 1100.7 -237.04 1110.56 -238.72 1120.42 -240.37 1130.29 -241.94 1140.15 -243.38 1150.02 -244.66 1159.88 -245.73 1169.74 -246.57 1179.61 -247.14 1189.47 -247.45 1199.34 -247.47 1209.2 -247.21 1219.07 -246.67 1228.93 -245.87 1238.79 -244.83 1248.66 -243.58 1258.52 -242.16 1268.39 -240.61 1278.25 -238.97 1288.11 -237.29 1297.98 -235.61 1307.84 -233.99 1317.71 -232.46 1332.35 -225.5 1337.3 -209.96 1337.96 -200 1339.07 -190.04 1340.59 -180.08 1342.44 -170.12 1344.56 -160.16 1346.84 -150.2 1349.19 -140.24 1351.52 -130.28 1353.71 -120.32 1355.68 -110.35 1357.34 -100.39 1358.63 -90.43 1359.47 -80.47 1359.85 -70.51 1359.74 -60.55 1359.15 -50.59 1358.1 -40.63 1356.64 -30.67 1354.82 -20.71 1352.74 -10.74 1350.48 -0.78 1348.12 9.17 1345.79 19.13 1343.57 29.09 1341.56 39.05 1339.86 49.01 1338.52 58.97 1337.61 68.93 1337.16 78.89 1337.2 88.85 1337.73 98.82 1338.72 108.78 1340.13 118.74 1341.9 128.7 1343.95 138.66 1346.19 148.62 1348.54 158.58 1350.88 168.54 1353.12 178.5 1355.16 188.46 1356.92 198.42 1358.31 208.39 1359.29 218.35 1359.8 228.31 1359.82 238.27 1359.36 248.23 1358.43 258.19 1357.08 268.15 1355.36 278.11 1353.34 288.07 1351.12 298.03 1348.78 308 1346.43 317.96 1344.17 327.92 1342.1 337.88 1340.3 347.84 1338.85 357.8 1337.81 367.76 1337.24 377.72 1337.14 387.68 1337.54 397.64 1338.4 407.6 1339.7 417.57 1341.37 427.53 1343.35 437.49 1345.56 447.45 1347.88 457.41 1350.24 467.37 1352.51 477.33 1354.62 487.29 1356.46 497.25 1357.97 507.21 1359.06 517.17 1359.7 527.14 1359.86 537.1 1359.54 547.06 1358.73 557.02 1357.49 566.98 1355.87 576.94 1353.93 586.9 1351.75 596.86 1349.43 606.82 1347.08 616.78 1344.78 626.75 1342.65 636.71 1340.76 646.67 1339.21 656.63 1338.06 666.59 1337.35 676.55 1337.12 686.51 1337.38 696.47 1338.12 706.43 1339.3 716.39 1340.88 726.35 1342.78 736.32 1344.93 746.28 1347.23 756.24 1349.59 766.2 1351.9 776.16 1354.06 786.12 1355.98 796.08 1357.59 806.04 1358.8 816 1359.57 825.96 1359.87 835.92 1359.67 845.89 1359 855.85 1357.88 865.81 1356.35 875.77 1354.49 885.73 1352.37 895.69 1350.09 905.65 1347.73 915.61 1345.41 925.57 1343.22 935.53 1341.26 945.5 1339.6 955.46 1338.33 965.42 1337.5 975.38 1337.13 985.34 1337.26 995.3 1337.87 1005.26 1338.93 1015.22 1340.4 1025.18 1338.31 1039.52 1324.46 1042.53 1314.54 1041 1304.61 1039.38 1294.69 1037.7 1284.77 1036.02 1274.84 1034.38 1264.92 1032.83 1254.99 1031.41 1245.07 1030.16 1235.14 1029.12 1225.22 1028.32 1215.3 1027.78 1205.37 1027.52 1195.45 1027.54 1185.52 1027.85 1175.6 1028.42 1165.67 1029.26 1155.75 1030.33 1145.83 1031.61 1135.9 1033.05 1125.98 1034.62 1116.05 1036.27 1106.13 1037.95 1096.2 1039.62 1086.28 1041.23 1076.36 1042.74 1066.43 1044.1 1056.51 1045.26 1046.58 1046.21 1036.66 1046.91 1026.73 1047.34 1016.81 1047.49 1006.89 1047.36 996.96 1046.95 987.04 1046.27 977.11 1045.34 967.19 1044.18 957.26 1042.84 947.34 1041.34 937.42 1039.74 927.49 1038.07 917.57 1036.38 907.64 1034.73 897.72 1033.15 887.79 1031.7 877.87 1030.41 867.95 1029.33 858.02 1028.47 848.1 1027.88 838.17 1027.55 828.25 1027.51 818.32 1027.76 808.4 1028.28 798.48 1029.06 788.55 1030.08 778.63 1031.31 768.7 1032.72 758.78 1034.27 748.85 1035.9 738.93 1037.59 729 1039.26 719.08 1040.89 709.16 1042.42 699.23 1043.82 689.31 1045.03 679.38 1046.03 669.46 1046.78 659.53 1047.27 649.61 1047.49 639.69 1047.42 629.76 1047.06 619.84 1046.44 609.91 1045.56 599.99 1044.45 590.06 1043.14 580.14 1041.68 570.22 1040.09 560.29 1038.43 550.37 1036.74 540.44 1035.08 530.52 1033.48 520.59 1032 510.67 1030.67 500.75 1029.54 490.82 1028.64 480.9 1027.98 470.97 1027.6 461.05 1027.5 451.12 1027.68 441.2 1028.14 431.28 1028.87 421.35 1029.84 411.43 1031.03 401.5 1032.41 391.58 1033.92 381.65 1035.54 371.73 1037.22 361.81 1038.9 351.88 1040.55 341.96 1042.1 332.03 1043.53 322.11 1044.78 312.18 1045.83 302.26 1046.64 292.34 1047.19 282.41 1047.46 272.49 1047.45 262.56 1047.16 252.64 1046.59 242.71 1045.77 232.79 1044.71 222.87 1043.44 212.94 1042 203.02 1040.44 193.09 1038.79 183.17 1037.11 173.24 1035.43 163.32 1033.82 153.4 1032.31 143.47 1030.95 133.55 1029.77 123.62 1028.81 113.7 1028.1 103.77 1027.66 93.85 1027.5 79.09 1022.84 74.47 1008.1 74.65 998.14 74.78 988.17 74.85 978.21 74.87 968.25 74.82 958.29 74.72 948.33 74.57 938.37 74.37 928.41 74.13 918.45 73.87 908.49 73.59 898.53 73.3 888.57 73.03 878.6 72.77 868.64 72.54 858.68 72.36 848.72 72.22 838.76 72.14 828.8 72.12 818.84 72.16 808.88 72.25 798.92 72.4 788.96 72.59 779 72.82 769.03 73.08 759.07 73.36 749.11 73.65 739.15 73.93 729.19 74.19 719.23 74.42 709.27 74.61 699.31 74.75 689.35 74.84 679.39 74.87 669.42 74.84 659.46 74.76 649.5 74.62 639.54 74.43 629.58 74.2 619.62 73.94 609.66 73.67 599.7 73.38 589.74 73.1 579.78 72.84 569.82 72.6 559.85 72.41 549.89 72.26 539.93 72.16 529.97 72.12 520.01 72.14 510.05 72.22 500.09 72.35 490.13 72.53 480.17 72.75 470.21 73.01 460.25 73.28 450.28 73.57 440.32 73.85 430.36 74.12 420.4 74.36 410.44 74.56 400.48 74.72 390.52 74.82 380.56 74.87 370.6 74.86 360.64 74.79 350.67 74.66 340.71 74.49 330.75 74.27 320.79 74.02 310.83 73.74 300.87 73.46 290.91 73.18 280.95 72.91 270.99 72.67 261.03 72.46 251.07 72.29 241.1 72.18 231.14 72.13 221.18 72.13 211.22 72.19 201.26 72.31 191.3 72.48 181.34 72.69 171.38 72.94 161.42 73.21 151.46 73.49 141.5 73.77 131.53 74.04 121.57 74.29 111.61 74.51 101.65 74.68 91.69 74.8 81.73 74.86 71.77 74.86 61.81 74.81 51.85 74.7 41.89 74.54 31.92 74.33 21.96 74.09 12 73.82 2.04 73.54 -7.91 73.26 -17.87 72.98 -27.83 72.73 -37.79 72.51 -47.75 72.33 -57.71 72.21 -67.67 72.14 -77.64 72.12 -87.6 72.17 -97.56 72.27 -107.52 72.43 -117.48 72.63 -127.44 72.86 -137.4 73.13 -147.36 73.41 -157.32 73.7 -167.28 73.97 -177.24 74.23 -187.21 74.45 -197.17 74.63 -207.13 74.77 -217.09 74.85 -227.05 74.87 -237.01 74.83 -246.97" stroke-dasharray="7 20" transform="rotate(13.703703703703702, 711, 400)" opacity="0.21"></path><path d="M87.24 -234.93Q96.91 -234.98 106.58 -234.76 116.25 -234.27 125.92 -233.53 135.58 -232.55 145.25 -231.37 154.92 -230.01 164.59 -228.52 174.26 -226.93 183.92 -225.28 193.59 -223.63 203.26 -222.02 212.93 -220.49 222.6 -219.08 232.26 -217.83 241.93 -216.78 251.6 -215.95 261.27 -215.37 270.94 -215.06 280.6 -215.01 290.27 -215.24 299.94 -215.73 309.61 -216.48 319.28 -217.46 328.94 -218.65 338.61 -220.01 348.28 -221.5 357.95 -223.1 367.62 -224.74 377.28 -226.39 386.95 -228 396.62 -229.53 406.29 -230.94 415.96 -232.18 425.62 -233.23 435.29 -234.05 444.96 -234.63 454.63 -234.94 464.3 -234.98 473.96 -234.74 483.63 -234.24 493.3 -233.49 502.97 -232.51 512.64 -231.32 522.3 -229.95 531.97 -228.45 541.64 -226.86 551.31 -225.22 560.98 -223.57 570.64 -221.96 580.31 -220.43 589.98 -219.02 599.65 -217.78 609.32 -216.74 618.98 -215.92 628.65 -215.35 638.32 -215.05 647.99 -215.01 657.66 -215.25 667.32 -215.76 676.99 -216.52 686.66 -217.5 696.33 -218.7 706 -220.07 715.66 -221.57 725.33 -223.16 735 -224.81 744.67 -226.46 754.34 -228.07 764 -229.59 773.67 -230.99 783.34 -232.23 793.01 -233.27 802.68 -234.08 812.34 -234.64 822.01 -234.94 831.68 -234.97 841.35 -234.73 851.02 -234.22 860.68 -233.46 870.35 -232.46 880.02 -231.27 889.69 -229.9 899.36 -228.39 909.02 -226.8 918.69 -225.15 928.36 -223.5 938.03 -221.89 947.7 -220.37 957.36 -218.97 967.03 -217.74 976.7 -216.7 986.37 -215.9 996.04 -215.34 1005.7 -215.04 1015.37 -215.02 1025.04 -215.27 1034.71 -215.78 1044.38 -216.55 1054.04 -217.55 1063.71 -218.75 1073.38 -220.12 1083.05 -221.63 1092.72 -223.22 1102.38 -224.87 1112.05 -226.52 1121.72 -228.13 1131.39 -229.65 1141.06 -231.04 1150.72 -232.27 1160.39 -233.3 1170.06 -234.11 1179.73 -234.66 1189.4 -234.95 1199.06 -234.97 1208.73 -234.71 1218.4 -234.19 1228.07 -233.42 1237.74 -232.42 1247.4 -231.21 1257.07 -229.84 1266.74 -228.33 1276.41 -226.73 1286.08 -225.09 1295.74 -223.44 1305.41 -221.83 1320.06 -214.73 1325.78 -199.39 1326.94 -189.62 1328.48 -179.86 1330.32 -170.09 1332.4 -160.33 1334.63 -150.56 1336.91 -140.79 1339.16 -131.03 1341.28 -121.26 1343.17 -111.5 1344.78 -101.73 1346.02 -91.97 1346.84 -82.2 1347.22 -72.44 1347.14 -62.67 1346.59 -52.9 1345.61 -43.14 1344.24 -33.37 1342.52 -23.61 1340.53 -13.84 1338.36 -4.08 1336.09 5.68 1333.81 15.45 1331.63 25.21 1329.62 34.98 1327.88 44.74 1326.47 54.51 1325.46 64.27 1324.88 74.04 1324.76 83.8 1325.1 93.57 1325.89 103.34 1327.1 113.1 1328.68 122.87 1330.55 132.63 1332.66 142.4 1334.89 152.16 1337.18 161.93 1339.42 171.7 1341.51 181.46 1343.38 191.23 1344.94 200.99 1346.13 210.76 1346.91 220.52 1347.24 230.29 1347.1 240.05 1346.5 249.82 1345.47 259.59 1344.05 269.35 1342.3 279.12 1340.29 288.88 1338.1 298.65 1335.82 308.41 1333.55 318.18 1331.38 327.95 1329.4 337.71 1327.7 347.48 1326.33 357.24 1325.37 367.01 1324.84 376.77 1324.77 386.54 1325.17 396.3 1326.01 406.07 1327.27 415.84 1328.88 425.6 1330.79 435.37 1332.91 445.13 1335.16 454.9 1337.45 464.66 1339.67 474.43 1341.74 484.2 1343.58 493.96 1345.1 503.73 1346.25 513.49 1346.97 523.26 1347.24 533.02 1347.05 542.79 1346.4 552.55 1345.32 562.32 1343.86 572.09 1342.07 581.85 1340.04 591.62 1337.83 601.38 1335.55 611.15 1333.29 620.91 1331.14 630.68 1329.19 640.45 1327.52 650.21 1326.2 659.98 1325.28 669.74 1324.81 679.51 1324.8 689.27 1325.25 699.04 1326.14 708.8 1327.44 718.57 1329.09 728.34 1331.03 738.1 1333.17 747.87 1335.43 757.63 1337.71 767.4 1339.92 777.16 1341.97 786.93 1343.77 796.7 1345.25 806.46 1346.35 816.23 1347.03 825.99 1347.24 835.76 1347 845.52 1346.3 855.29 1345.17 865.05 1343.67 874.82 1341.85 884.59 1339.79 894.35 1337.57 904.12 1335.28 913.88 1333.03 923.65 1330.9 933.41 1328.98 943.18 1327.35 952.95 1326.07 962.71 1325.2 972.48 1324.78 982.24 1324.83 992.01 1325.33 1001.77 1326.27 1011.54 1323.61 1025.49 1309.89 1028.16 1300.18 1026.55 1290.47 1024.9 1280.77 1023.26 1271.06 1021.66 1261.35 1020.15 1251.64 1018.78 1241.94 1017.57 1232.23 1016.57 1222.52 1015.8 1212.81 1015.28 1203.11 1015.02 1193.4 1015.04 1183.69 1015.33 1173.98 1015.88 1164.28 1016.69 1154.57 1017.72 1144.86 1018.95 1135.15 1020.34 1125.45 1021.86 1115.74 1023.47 1106.03 1025.12 1096.32 1026.77 1086.62 1028.36 1076.91 1029.87 1067.2 1031.24 1057.49 1032.44 1047.79 1033.44 1038.08 1034.21 1028.37 1034.72 1018.66 1034.97 1008.95 1034.95 999.25 1034.65 989.54 1034.09 979.83 1033.29 970.12 1032.25 960.42 1031.02 950.71 1029.62 941 1028.1 931.29 1026.49 921.59 1024.84 911.88 1023.19 902.17 1021.6 892.46 1020.09 882.76 1018.72 873.05 1017.53 863.34 1016.53 853.63 1015.77 843.93 1015.26 834.22 1015.02 824.51 1015.05 814.8 1015.35 805.1 1015.91 795.39 1016.72 785.68 1017.76 775.97 1019 766.27 1020.4 756.56 1021.92 746.85 1023.53 737.14 1025.18 727.44 1026.83 717.73 1028.42 708.02 1029.92 698.31 1031.29 688.61 1032.49 678.9 1033.47 669.19 1034.23 659.48 1034.74 649.78 1034.98 640.07 1034.94 630.36 1034.64 620.65 1034.07 610.95 1033.25 601.24 1032.21 591.53 1030.97 581.82 1029.56 572.12 1028.03 562.41 1026.42 552.7 1024.77 542.99 1023.13 533.29 1021.54 523.58 1020.04 513.87 1018.67 504.16 1017.48 494.46 1016.5 484.75 1015.75 475.04 1015.25 465.33 1015.01 455.63 1015.05 445.92 1015.36 436.21 1015.94 426.5 1016.76 416.79 1017.81 407.09 1019.05 397.38 1020.46 387.67 1021.99 377.96 1023.6 368.26 1025.25 358.55 1026.89 348.84 1028.49 339.13 1029.98 329.43 1031.34 319.72 1032.53 310.01 1033.51 300.3 1034.26 290.6 1034.75 280.89 1034.98 271.18 1034.93 261.47 1034.62 251.77 1034.04 242.06 1033.21 232.35 1032.16 222.64 1030.91 212.94 1029.5 203.23 1027.97 193.52 1026.36 183.81 1024.71 174.11 1023.06 164.4 1021.47 154.69 1019.98 144.98 1018.62 135.28 1017.44 125.57 1016.46 115.86 1015.72 106.15 1015.23 91.69 1010.15 87.08 995.53 87.18 985.76 87.24 976 87.24 966.23 87.19 956.47 87.1 946.7 86.96 936.93 86.77 927.17 86.56 917.4 86.32 907.64 86.07 897.87 85.82 888.11 85.57 878.34 85.34 868.57 85.14 858.81 84.98 849.04 84.85 839.28 84.77 829.51 84.75 819.75 84.77 809.98 84.84 800.22 84.97 790.45 85.13 780.68 85.33 770.92 85.56 761.15 85.8 751.39 86.06 741.62 86.31 731.86 86.55 722.09 86.76 712.32 86.95 702.56 87.09 692.79 87.19 683.03 87.24 673.26 87.24 663.5 87.19 653.73 87.08 643.97 86.94 634.2 86.75 624.43 86.53 614.67 86.3 604.9 86.04 595.14 85.79 585.37 85.55 575.61 85.32 565.84 85.12 556.07 84.96 546.31 84.84 536.54 84.77 526.78 84.75 517.01 84.78 507.25 84.86 497.48 84.98 487.72 85.15 477.95 85.36 468.18 85.59 458.42 85.83 448.65 86.09 438.89 86.34 429.12 86.57 419.36 86.79 409.59 86.96 399.82 87.1 390.06 87.2 380.29 87.24 370.53 87.23 360.76 87.18 351 87.07 341.23 86.92 331.47 86.73 321.7 86.51 311.93 86.27 302.17 86.01 292.4 85.76 282.64 85.52 272.87 85.29 263.11 85.1 253.34 84.94 243.57 84.83 233.81 84.76 224.04 84.75 214.28 84.78 204.51 84.87 194.75 85 184.98 85.17 175.22 85.38 165.45 85.61 155.68 85.86 145.92 86.12 136.15 86.37 126.39 86.6 116.62 86.81 106.86 86.98 97.09 87.12 87.32 87.21 77.56 87.24 67.79 87.23 58.03 87.17 48.26 87.05 38.5 86.9 28.73 86.7 18.97 86.48 9.2 86.24 -0.56 85.98 -10.32 85.73 -20.09 85.49 -29.85 85.27 -39.62 85.08 -49.38 84.93 -59.15 84.82 -68.92 84.76 -78.68 84.75 -88.45 84.79 -98.21 84.88 -107.98 85.02 -117.74 85.2 -127.51 85.41 -137.27 85.64 -147.04 85.89 -156.81 86.15 -166.57 86.39 -176.34 86.63 -186.1 86.83 -195.87 87 -205.63 87.13 -215.4 87.21 -225.17 87.24 -234.93" stroke-dasharray="21 7" transform="rotate(17.12962962962963, 711, 400)" opacity="0.99"></path><path d="M99.57 -222.45Q109.05 -222.16 118.53 -221.61 128.01 -220.83 137.49 -219.83 146.97 -218.63 156.45 -217.28 165.92 -215.8 175.4 -214.23 184.88 -212.62 194.36 -211 203.84 -209.42 213.32 -207.93 222.79 -206.55 232.27 -205.33 241.75 -204.3 251.23 -203.48 260.71 -202.9 270.19 -202.57 279.67 -202.5 289.14 -202.7 298.62 -203.15 308.1 -203.85 317.58 -204.77 327.06 -205.9 336.54 -207.2 346.01 -208.64 355.49 -210.18 364.97 -211.78 374.45 -213.4 383.93 -214.99 393.41 -216.52 402.89 -217.95 412.36 -219.23 421.84 -220.34 431.32 -221.24 440.8 -221.91 450.28 -222.33 459.76 -222.49 469.24 -222.39 478.71 -222.04 488.19 -221.43 497.67 -220.59 507.15 -219.53 516.63 -218.29 526.11 -216.9 535.58 -215.39 545.06 -213.81 554.54 -212.19 564.02 -210.58 573.5 -209.02 582.98 -207.55 592.46 -206.21 601.93 -205.04 611.41 -204.06 620.89 -203.3 630.37 -202.79 639.85 -202.53 649.33 -202.53 658.8 -202.79 668.28 -203.31 677.76 -204.07 687.24 -205.05 696.72 -206.22 706.2 -207.57 715.68 -209.03 725.15 -210.6 734.63 -212.21 744.11 -213.82 753.59 -215.41 763.07 -216.91 772.55 -218.3 782.02 -219.54 791.5 -220.6 800.98 -221.44 810.46 -222.04 819.94 -222.4 829.42 -222.49 838.9 -222.33 848.37 -221.9 857.85 -221.23 867.33 -220.33 876.81 -219.22 886.29 -217.93 895.77 -216.51 905.25 -214.98 914.72 -213.38 924.2 -211.76 933.68 -210.16 943.16 -208.62 952.64 -207.18 962.12 -205.88 971.59 -204.76 981.07 -203.84 990.55 -203.14 1000.03 -202.69 1009.51 -202.5 1018.99 -202.57 1028.47 -202.9 1037.94 -203.49 1047.42 -204.31 1056.9 -205.34 1066.38 -206.57 1075.86 -207.94 1085.34 -209.44 1094.81 -211.02 1104.29 -212.64 1113.77 -214.25 1123.25 -215.82 1132.73 -217.3 1142.21 -218.65 1151.69 -219.84 1161.16 -220.84 1170.64 -221.62 1180.12 -222.16 1189.6 -222.45 1199.08 -222.47 1208.56 -222.24 1218.03 -221.74 1227.51 -221.01 1236.99 -220.05 1246.47 -218.89 1255.95 -217.57 1265.43 -216.11 1274.91 -214.56 1284.38 -212.95 1293.86 -211.33 1308.5 -204.2 1314.87 -189.09 1316.44 -179.52 1318.28 -169.94 1320.33 -160.37 1322.5 -150.8 1324.72 -141.23 1326.88 -131.66 1328.92 -122.09 1330.73 -112.52 1332.26 -102.95 1333.45 -93.38 1334.23 -83.81 1334.6 -74.24 1334.52 -64.67 1334.01 -55.1 1333.08 -45.53 1331.77 -35.96 1330.13 -26.39 1328.23 -16.82 1326.14 -7.25 1323.95 2.31 1321.74 11.88 1319.6 21.45 1317.61 31.02 1315.86 40.59 1314.41 50.16 1313.32 59.73 1312.63 69.3 1312.37 78.87 1312.56 88.44 1313.17 98.01 1314.2 107.58 1315.59 117.15 1317.3 126.72 1319.26 136.3 1321.38 145.87 1323.58 155.44 1325.78 165.01 1327.89 174.58 1329.83 184.15 1331.52 193.72 1332.88 203.29 1333.88 212.86 1334.46 222.43 1334.61 232 1334.32 241.57 1333.6 251.14 1332.48 260.71 1331.01 270.28 1329.23 279.85 1327.23 289.42 1325.08 298.99 1322.87 308.56 1320.68 318.13 1318.61 327.7 1316.72 337.27 1315.11 346.84 1313.83 356.41 1312.93 365.98 1312.45 375.55 1312.41 385.12 1312.8 394.69 1313.62 404.26 1314.84 413.83 1316.39 423.4 1318.23 432.97 1320.27 442.55 1322.44 452.12 1324.66 461.69 1326.83 471.26 1328.86 480.83 1330.69 490.4 1332.23 499.97 1333.42 509.54 1334.22 519.11 1334.59 528.68 1334.53 538.25 1334.03 547.82 1333.11 557.39 1331.81 566.96 1330.18 576.53 1328.28 586.1 1326.2 595.67 1324.01 605.24 1321.8 614.81 1319.65 624.38 1317.66 633.95 1315.9 643.52 1314.44 653.09 1313.34 662.66 1312.64 672.23 1312.37 681.8 1312.55 691.37 1313.15 700.94 1314.17 710.51 1315.55 720.08 1317.25 729.65 1319.2 739.22 1321.32 748.8 1323.52 758.37 1325.73 767.94 1327.84 777.51 1329.78 787.08 1331.48 796.65 1332.85 806.22 1333.86 815.79 1334.45 825.36 1334.62 834.93 1334.34 844.5 1333.63 854.07 1332.52 863.64 1331.05 873.21 1329.28 882.78 1327.29 892.35 1325.14 901.92 1322.93 911.49 1320.74 921.06 1318.66 930.63 1316.77 940.2 1315.15 949.77 1313.86 959.34 1312.95 968.91 1312.46 978.48 1312.4 988.05 1312.79 997.62 1309.45 1011.22 1295.81 1013.66 1286.31 1012.04 1276.82 1010.43 1267.32 1008.88 1257.83 1007.42 1248.33 1006.1 1238.83 1004.94 1229.34 1003.98 1219.84 1003.25 1210.35 1002.75 1200.85 1002.52 1191.36 1002.54 1181.86 1002.83 1172.37 1003.37 1162.87 1004.15 1153.37 1005.15 1143.88 1006.34 1134.38 1007.69 1124.89 1009.17 1115.39 1010.74 1105.9 1012.35 1096.4 1013.97 1086.91 1015.55 1077.41 1017.05 1067.92 1018.42 1058.42 1019.65 1048.92 1020.68 1039.43 1021.5 1029.93 1022.09 1020.44 1022.42 1010.94 1022.49 1001.45 1022.3 991.95 1021.85 982.46 1021.15 972.96 1020.23 963.46 1019.11 953.97 1017.81 944.47 1016.37 934.98 1014.83 925.48 1013.23 915.99 1011.61 906.49 1010.01 897 1008.48 887.5 1007.06 878.01 1005.77 868.51 1004.66 859.01 1003.76 849.52 1003.09 840.02 1002.66 830.53 1002.5 821.03 1002.59 811.54 1002.95 802.04 1003.55 792.55 1004.39 783.05 1005.45 773.55 1006.69 764.06 1008.08 754.56 1009.58 745.07 1011.17 735.57 1012.78 726.08 1014.39 716.58 1015.96 707.09 1017.42 697.59 1018.77 688.1 1019.94 678.6 1020.92 669.1 1021.68 659.61 1022.2 650.11 1022.46 640.62 1022.46 631.12 1022.2 621.63 1021.69 612.13 1020.93 602.64 1019.95 593.14 1018.78 583.64 1017.44 574.15 1015.97 564.65 1014.41 555.16 1012.8 545.66 1011.18 536.17 1009.6 526.67 1008.09 517.18 1006.7 507.68 1005.46 498.19 1004.4 488.69 1003.56 479.19 1002.95 469.7 1002.6 460.2 1002.5 450.71 1002.66 441.21 1003.08 431.72 1003.75 422.22 1004.65 412.73 1005.76 403.23 1007.04 393.73 1008.47 384.24 1010 374.74 1011.59 365.25 1013.21 355.75 1014.81 346.26 1016.35 336.76 1017.79 327.27 1019.09 317.77 1020.22 308.28 1021.14 298.78 1021.84 289.28 1022.29 279.79 1022.49 270.29 1022.42 260.8 1022.09 251.3 1021.51 241.81 1020.69 232.31 1019.66 222.82 1018.44 213.32 1017.06 203.82 1015.57 194.33 1013.99 184.83 1012.37 175.34 1010.76 165.84 1009.19 156.35 1007.71 146.85 1006.36 137.36 1005.16 127.86 1004.16 118.37 1003.38 104.18 997.9 99.58 983.4 99.62 973.83 99.61 964.26 99.56 954.69 99.47 945.12 99.34 935.55 99.18 925.98 98.98 916.41 98.77 906.84 98.55 897.27 98.33 887.7 98.11 878.13 97.91 868.56 97.73 858.99 97.58 849.42 97.47 839.85 97.4 830.28 97.37 820.71 97.39 811.14 97.45 801.57 97.55 792 97.69 782.43 97.86 772.86 98.06 763.29 98.27 753.72 98.49 744.15 98.72 734.57 98.93 725 99.13 715.43 99.3 705.86 99.44 696.29 99.54 686.72 99.6 677.15 99.62 667.58 99.59 658.01 99.52 648.44 99.41 638.87 99.26 629.3 99.09 619.73 98.88 610.16 98.67 600.59 98.44 591.02 98.22 581.45 98.01 571.88 97.82 562.31 97.65 552.74 97.52 543.17 97.43 533.6 97.38 524.03 97.37 514.46 97.41 504.89 97.49 495.32 97.61 485.75 97.77 476.18 97.95 466.61 98.16 457.04 98.38 447.47 98.6 437.9 98.82 428.32 99.03 418.75 99.21 409.18 99.37 399.61 99.49 390.04 99.58 380.47 99.62 370.9 99.61 361.33 99.56 351.76 99.47 342.19 99.34 332.62 99.18 323.05 98.99 313.48 98.78 303.91 98.56 294.34 98.33 284.77 98.12 275.2 97.91 265.63 97.74 256.06 97.59 246.49 97.47 236.92 97.4 227.35 97.37 217.78 97.39 208.21 97.44 198.64 97.55 189.07 97.68 179.5 97.85 169.93 98.05 160.36 98.26 150.79 98.49 141.22 98.71 131.65 98.92 122.07 99.12 112.5 99.29 102.93 99.43 93.36 99.54 83.79 99.6 74.22 99.62 64.65 99.59 55.08 99.52 45.51 99.41 35.94 99.27 26.37 99.09 16.8 98.89 7.23 98.67 -2.33 98.45 -11.9 98.23 -21.47 98.02 -31.04 97.82 -40.61 97.66 -50.18 97.53 -59.75 97.43 -69.32 97.38 -78.89 97.37 -88.46 97.41 -98.03 97.49 -107.6 97.61 -117.17 97.76 -126.74 97.95 -136.31 98.15 -145.88 98.37 -155.45 98.6 -165.02 98.82 -174.59 99.02 -184.17 99.21 -193.74 99.37 -203.31 99.49 -212.88 99.57 -222.45" stroke-dasharray="27 29" transform="rotate(20.555555555555554, 711, 400)" opacity="0.85"></path><path d="M111.85 -209.52Q121.14 -208.91 130.44 -208.08 139.73 -207.05 149.03 -205.84 158.32 -204.49 167.62 -203.02 176.91 -201.47 186.21 -199.89 195.5 -198.3 204.8 -196.77 214.09 -195.31 223.39 -193.97 232.68 -192.78 241.98 -191.78 251.27 -190.98 260.57 -190.41 269.86 -190.08 279.16 -190 288.45 -190.17 297.75 -190.59 307.04 -191.25 316.34 -192.12 325.63 -193.2 334.93 -194.45 344.22 -195.83 353.52 -197.32 362.81 -198.88 372.11 -200.47 381.4 -202.04 390.7 -203.57 399.99 -205 409.29 -206.31 418.58 -207.45 427.88 -208.41 437.17 -209.16 446.46 -209.68 455.76 -209.95 465.05 -209.97 474.35 -209.74 483.64 -209.27 492.94 -208.56 502.23 -207.64 511.53 -206.52 520.82 -205.24 530.12 -203.82 539.41 -202.31 548.71 -200.75 558 -199.16 567.3 -197.59 576.59 -196.09 585.89 -194.68 595.18 -193.41 604.48 -192.3 613.77 -191.39 623.07 -190.69 632.36 -190.23 641.66 -190.01 650.95 -190.05 660.25 -190.33 669.54 -190.86 678.84 -191.62 688.13 -192.59 697.43 -193.75 706.72 -195.07 716.02 -196.5 725.31 -198.03 734.61 -199.61 743.9 -201.19 753.2 -202.75 762.49 -204.24 771.79 -205.61 781.08 -206.85 790.38 -207.92 799.67 -208.78 808.96 -209.43 818.26 -209.83 827.55 -209.99 836.85 -209.9 846.14 -209.56 855.44 -208.97 864.73 -208.16 874.03 -207.15 883.32 -205.95 892.62 -204.61 901.91 -203.14 911.21 -201.6 920.5 -200.02 929.8 -198.44 939.09 -196.89 948.39 -195.43 957.68 -194.08 966.98 -192.88 976.27 -191.86 985.57 -191.04 994.86 -190.45 1004.16 -190.1 1013.45 -190 1022.75 -190.15 1032.04 -190.55 1041.34 -191.18 1050.63 -192.04 1059.93 -193.1 1069.22 -194.33 1078.52 -195.71 1087.81 -197.19 1097.11 -198.75 1106.4 -200.33 1115.7 -201.91 1124.99 -203.44 1134.29 -204.88 1143.58 -206.2 1152.87 -207.36 1162.17 -208.34 1171.46 -209.11 1180.76 -209.64 1190.05 -209.94 1199.35 -209.98 1208.64 -209.77 1217.94 -209.32 1227.23 -208.63 1236.53 -207.72 1245.82 -206.62 1255.12 -205.35 1264.41 -203.95 1273.71 -202.44 1283 -200.88 1297.59 -193.82 1304.47 -178.97 1306.32 -169.6 1308.34 -160.22 1310.46 -150.85 1312.6 -141.47 1314.69 -132.1 1316.63 -122.72 1318.35 -113.35 1319.8 -103.97 1320.91 -94.6 1321.65 -85.22 1321.98 -75.85 1321.89 -66.47 1321.39 -57.1 1320.49 -47.72 1319.23 -38.35 1317.66 -28.97 1315.84 -19.6 1313.83 -10.22 1311.71 -0.85 1309.57 8.52 1307.48 17.89 1305.52 27.27 1303.77 36.64 1302.3 46.02 1301.16 55.39 1300.39 64.77 1300.02 74.14 1300.08 83.52 1300.54 92.89 1301.41 102.27 1302.64 111.64 1304.18 121.02 1305.99 130.39 1307.99 139.77 1310.1 149.14 1312.24 158.52 1314.34 167.89 1316.31 177.27 1318.08 186.64 1319.58 196.02 1320.75 205.39 1321.55 214.77 1321.95 224.14 1321.93 233.52 1321.5 242.89 1320.67 252.27 1319.47 261.64 1317.95 271.02 1316.16 280.39 1314.18 289.77 1312.07 299.14 1309.93 308.52 1307.82 317.89 1305.84 327.27 1304.05 336.64 1302.53 346.02 1301.33 355.39 1300.49 364.77 1300.06 374.14 1300.04 383.52 1300.44 392.89 1301.23 402.27 1302.4 411.64 1303.9 421.02 1305.67 430.39 1307.64 439.77 1309.73 449.14 1311.88 458.52 1313.99 467.89 1315.99 477.27 1317.79 486.64 1319.34 496.02 1320.57 505.39 1321.44 514.77 1321.91 524.14 1321.97 533.52 1321.6 542.89 1320.84 552.27 1319.7 561.64 1318.23 571.02 1316.48 580.39 1314.53 589.77 1312.44 599.14 1310.29 608.52 1308.18 617.89 1306.17 627.27 1304.34 636.64 1302.77 646.02 1301.51 655.39 1300.61 664.77 1300.1 674.14 1300.01 683.52 1300.34 692.89 1301.07 702.27 1302.18 711.64 1303.63 721.02 1305.35 730.39 1307.29 739.77 1309.37 749.14 1311.51 758.52 1313.64 767.89 1315.66 777.27 1317.5 786.64 1319.1 796.02 1320.39 805.39 1321.32 814.77 1321.86 824.14 1321.99 833.52 1321.69 842.89 1321 852.27 1319.92 861.64 1318.5 871.02 1316.79 880.39 1314.87 889.77 1312.8 899.14 1310.66 908.52 1308.53 917.89 1306.5 927.27 1304.63 936.64 1303.01 946.02 1301.7 955.39 1300.73 964.77 1300.16 974.14 1300 983.52 1295.94 996.79 1282.34 999.11 1273.05 997.55 1263.76 996.04 1254.47 994.64 1245.18 993.37 1235.9 992.27 1226.61 991.36 1217.32 990.67 1208.03 990.22 1198.74 990.01 1189.45 990.05 1180.16 990.35 1170.87 990.88 1161.58 991.65 1152.29 992.63 1143 993.79 1133.72 995.11 1124.43 996.55 1115.14 998.08 1105.85 999.66 1096.56 1001.24 1087.27 1002.8 1077.98 1004.28 1068.69 1005.66 1059.4 1006.89 1050.11 1007.95 1040.82 1008.81 1031.53 1009.44 1022.25 1009.84 1012.96 1009.99 1003.67 1009.89 994.38 1009.54 985.09 1008.95 975.8 1008.13 966.51 1007.11 957.22 1005.91 947.93 1004.56 938.64 1003.1 929.35 1001.55 920.07 999.97 910.78 998.39 901.49 996.85 892.2 995.38 882.91 994.04 873.62 992.84 864.33 991.83 855.04 991.02 845.75 990.43 836.46 990.09 827.17 990 817.88 990.16 808.6 990.56 799.31 991.21 790.02 992.07 780.73 993.14 771.44 994.38 762.15 995.75 752.86 997.24 743.57 998.8 734.28 1000.38 724.99 1001.96 715.7 1003.49 706.42 1004.92 697.13 1006.24 687.84 1007.4 678.55 1008.37 669.26 1009.13 659.97 1009.66 650.68 1009.94 641.39 1009.98 632.1 1009.76 622.81 1009.3 613.52 1008.6 604.23 1007.69 594.95 1006.58 585.66 1005.31 576.37 1003.9 567.08 1002.4 557.79 1000.83 548.5 999.24 539.21 997.68 529.92 996.17 520.63 994.75 511.34 993.47 502.05 992.35 492.77 991.43 483.48 990.72 474.19 990.25 464.9 990.02 455.61 990.04 446.32 990.31 437.03 990.83 427.74 991.58 418.45 992.54 409.16 993.68 399.87 994.99 390.58 996.42 381.3 997.95 372.01 999.52 362.72 1001.11 353.43 1002.67 344.14 1004.16 334.85 1005.54 325.56 1006.79 316.27 1007.87 306.98 1008.74 297.69 1009.4 288.4 1009.82 279.12 1009.99 269.83 1009.91 260.54 1009.58 251.25 1009.01 241.96 1008.21 232.67 1007.21 223.38 1006.02 214.09 1004.68 204.8 1003.22 195.51 1001.69 186.22 1000.1 176.93 998.52 167.65 996.97 158.36 995.5 149.07 994.15 139.78 992.94 130.49 991.91 116.59 986.09 111.99 971.72 111.98 962.35 111.93 952.97 111.84 943.6 111.72 934.22 111.57 924.85 111.4 915.47 111.22 906.1 111.03 896.72 110.83 887.35 110.64 877.97 110.47 868.6 110.31 859.22 110.18 849.85 110.09 840.47 110.02 831.1 110 821.72 110.01 812.35 110.06 802.97 110.14 793.6 110.26 784.22 110.4 774.85 110.57 765.47 110.75 756.1 110.95 746.72 111.14 737.35 111.33 727.97 111.51 718.6 111.66 709.22 111.8 699.85 111.9 690.47 111.96 681.1 111.99 671.72 111.99 662.35 111.94 652.97 111.86 643.6 111.74 634.22 111.6 624.85 111.43 615.47 111.25 606.1 111.06 596.72 110.86 587.35 110.67 577.97 110.5 568.6 110.34 559.22 110.2 549.85 110.1 540.47 110.03 531.1 110 521.72 110 512.35 110.05 502.97 110.12 493.6 110.24 484.22 110.38 474.85 110.54 465.47 110.72 456.1 110.91 446.72 111.11 437.35 111.3 427.97 111.48 418.6 111.64 409.22 111.78 399.85 111.88 390.47 111.95 381.1 111.99 371.72 111.99 362.35 111.95 352.97 111.87 343.6 111.76 334.22 111.63 324.85 111.46 315.47 111.28 306.1 111.09 296.72 110.9 287.35 110.71 277.97 110.53 268.6 110.36 259.22 110.22 249.85 110.12 240.47 110.04 231.1 110 221.72 110 212.35 110.04 202.97 110.11 193.6 110.21 184.22 110.35 174.85 110.51 165.47 110.69 156.1 110.88 146.72 111.08 137.35 111.27 127.97 111.45 118.6 111.61 109.22 111.75 99.85 111.87 90.47 111.95 81.1 111.99 71.72 111.99 62.35 111.96 52.97 111.89 43.6 111.79 34.22 111.65 24.85 111.49 15.47 111.31 6.1 111.12 -3.27 110.93 -12.64 110.74 -22.02 110.55 -31.39 110.39 -40.77 110.25 -50.14 110.13 -59.52 110.05 -68.89 110 -78.27 110 -87.64 110.03 -97.02 110.09 -106.39 110.19 -115.77 110.33 -125.14 110.48 -134.52 110.66 -143.89 110.85 -153.27 111.04 -162.64 111.24 -172.02 111.42 -181.39 111.59 -190.77 111.73 -200.14 111.85 -209.52" stroke-dasharray="30 32" transform="rotate(23.98148148148148, 711, 400)" opacity="0.64"></path><path d="M124.1 -196.16Q133.22 -195.28 142.33 -194.22 151.45 -192.99 160.57 -191.63 169.68 -190.17 178.8 -188.64 187.91 -187.09 197.03 -185.54 206.15 -184.05 215.26 -182.64 224.38 -181.34 233.49 -180.19 242.61 -179.22 251.73 -178.45 260.84 -177.9 269.96 -177.58 279.08 -177.5 288.19 -177.66 297.31 -178.06 306.42 -178.68 315.54 -179.52 324.66 -180.55 333.77 -181.75 342.89 -183.09 352 -184.54 361.12 -186.05 370.24 -187.6 379.35 -189.15 388.47 -190.66 397.58 -192.09 406.7 -193.41 415.82 -194.59 424.93 -195.6 434.05 -196.41 443.17 -197 452.28 -197.37 461.4 -197.49 470.51 -197.38 479.63 -197.03 488.75 -196.44 497.86 -195.64 506.98 -194.65 516.09 -193.48 525.21 -192.16 534.33 -190.74 543.44 -189.23 552.56 -187.68 561.68 -186.13 570.79 -184.61 579.91 -183.16 589.02 -181.82 598.14 -180.61 607.26 -179.57 616.37 -178.72 625.49 -178.08 634.6 -177.67 643.72 -177.5 652.84 -177.57 661.95 -177.88 671.07 -178.42 680.19 -179.18 689.3 -180.14 698.42 -181.28 707.53 -182.57 716.65 -183.97 725.77 -185.47 734.88 -187.01 744 -188.56 753.11 -190.09 762.23 -191.55 771.35 -192.92 780.46 -194.16 789.58 -195.23 798.69 -196.12 807.81 -196.8 816.93 -197.26 826.04 -197.47 835.16 -197.45 844.28 -197.19 853.39 -196.69 862.51 -195.97 871.62 -195.05 880.74 -193.94 889.86 -192.68 898.97 -191.29 908.09 -189.82 917.2 -188.28 926.32 -186.73 935.44 -185.19 944.55 -183.71 953.67 -182.32 962.79 -181.06 971.9 -179.95 981.02 -179.02 990.13 -178.3 999.25 -177.8 1008.37 -177.54 1017.48 -177.51 1026.6 -177.73 1035.71 -178.18 1044.83 -178.86 1053.95 -179.75 1063.06 -180.82 1072.18 -182.06 1081.3 -183.42 1090.41 -184.89 1099.53 -186.41 1108.64 -187.97 1117.76 -189.51 1126.88 -191 1135.99 -192.41 1145.11 -193.7 1154.22 -194.84 1163.34 -195.8 1172.46 -196.57 1181.57 -197.11 1190.69 -197.42 1199.8 -197.49 1208.92 -197.32 1218.04 -196.91 1227.15 -196.28 1236.27 -195.43 1245.39 -194.39 1254.5 -193.18 1263.62 -191.84 1272.73 -190.39 1287.22 -183.51 1294.44 -168.96 1296.43 -159.78 1298.5 -150.6 1300.57 -141.42 1302.56 -132.24 1304.4 -123.06 1306.03 -113.88 1307.38 -104.7 1308.41 -95.52 1309.08 -86.35 1309.36 -77.17 1309.25 -67.99 1308.74 -58.81 1307.86 -49.63 1306.64 -40.45 1305.12 -31.27 1303.36 -22.09 1301.42 -12.91 1299.38 -3.73 1297.3 5.44 1295.27 14.62 1293.35 23.8 1291.63 32.98 1290.15 42.16 1288.98 51.34 1288.15 60.52 1287.7 69.7 1287.65 78.88 1287.99 88.06 1288.71 97.24 1289.79 106.42 1291.19 115.6 1292.85 124.78 1294.72 133.96 1296.73 143.14 1298.8 152.32 1300.86 161.5 1302.84 170.68 1304.65 179.86 1306.24 189.04 1307.55 198.22 1308.53 207.39 1309.14 216.57 1309.37 225.75 1309.2 234.93 1308.63 244.11 1307.7 253.29 1306.44 262.47 1304.88 271.65 1303.09 280.83 1301.13 290.01 1299.08 299.19 1297 308.37 1294.98 317.55 1293.09 326.73 1291.39 335.91 1289.96 345.09 1288.83 354.27 1288.06 363.45 1287.67 372.63 1287.67 381.81 1288.07 390.99 1288.85 400.17 1289.97 409.35 1291.41 418.53 1293.11 427.71 1295.01 436.89 1297.03 446.07 1299.1 455.25 1301.16 464.43 1303.11 473.61 1304.9 482.79 1306.45 491.97 1307.72 501.14 1308.64 510.32 1309.2 519.5 1309.37 528.68 1309.14 537.86 1308.52 547.04 1307.54 556.22 1306.23 565.4 1304.63 574.58 1302.81 583.76 1300.84 592.94 1298.77 602.12 1296.7 611.3 1294.7 620.48 1292.83 629.66 1291.17 638.84 1289.77 648.02 1288.7 657.2 1287.98 666.38 1287.64 675.56 1287.7 684.74 1288.16 693.92 1288.99 703.1 1290.17 712.28 1291.65 721.46 1293.38 730.64 1295.3 739.82 1297.33 749 1299.41 758.18 1301.45 767.36 1303.38 776.54 1305.14 785.72 1306.66 794.89 1307.87 804.07 1308.75 813.25 1309.25 822.43 1309.36 831.61 1309.07 840.79 1308.4 849.97 1307.37 859.15 1306.01 868.33 1304.38 877.51 1302.53 886.69 1300.54 895.87 1298.47 905.05 1296.4 914.23 1294.41 923.41 1292.57 932.59 1290.95 941.77 1289.6 950.95 1288.57 960.13 1287.91 969.31 1283.14 982.3 1269.57 984.6 1260.48 983.15 1251.39 981.81 1242.3 980.6 1233.21 979.56 1224.12 978.71 1215.03 978.08 1205.95 977.67 1196.86 977.5 1187.77 977.57 1178.68 977.88 1169.59 978.42 1160.5 979.19 1151.41 980.15 1142.32 981.29 1133.23 982.58 1124.15 983.99 1115.06 985.48 1105.97 987.02 1096.88 988.58 1087.79 990.1 1078.7 991.57 1069.61 992.93 1060.52 994.17 1051.43 995.24 1042.34 996.13 1033.26 996.81 1024.17 997.26 1015.08 997.48 1005.99 997.45 996.9 997.19 987.81 996.69 978.72 995.97 969.63 995.04 960.54 993.93 951.45 992.67 942.37 991.28 933.28 989.8 924.19 988.26 915.1 986.71 906.01 985.17 896.92 983.7 887.83 982.31 878.74 981.05 869.65 979.94 860.57 979.02 851.48 978.3 842.39 977.8 833.3 977.54 824.21 977.52 815.12 977.73 806.03 978.19 796.94 978.87 787.85 979.76 778.76 980.83 769.68 982.07 760.59 983.44 751.5 984.9 742.41 986.43 733.32 987.98 724.23 989.52 715.14 991.02 706.05 992.42 696.96 993.71 687.88 994.85 678.79 995.81 669.7 996.57 660.61 997.11 651.52 997.42 642.43 997.49 633.34 997.32 624.25 996.91 615.16 996.27 606.07 995.42 596.99 994.38 587.9 993.17 578.81 991.83 569.72 990.38 560.63 988.86 551.54 987.31 542.45 985.76 533.36 984.25 524.27 982.83 515.18 981.51 506.1 980.34 497.01 979.35 487.92 978.55 478.83 977.96 469.74 977.61 460.65 977.5 451.56 977.62 442.47 977.99 433.38 978.58 424.3 979.39 415.21 980.4 406.12 981.58 397.03 982.9 387.94 984.33 378.85 985.84 369.76 987.39 360.67 988.94 351.58 990.45 342.49 991.9 333.41 993.24 324.32 994.44 315.23 995.47 306.14 996.31 297.05 996.93 287.96 997.33 278.87 997.49 269.78 997.41 260.69 997.09 251.61 996.54 242.52 995.77 233.43 994.8 224.34 993.65 215.25 992.35 206.16 990.94 197.07 989.45 187.98 987.9 178.89 986.35 169.8 984.82 160.72 983.36 151.63 982 142.54 980.77 128.91 974.68 124.35 960.47 124.29 951.29 124.21 942.11 124.1 932.93 123.97 923.75 123.82 914.57 123.66 905.39 123.5 896.21 123.33 887.03 123.17 877.85 123.02 868.67 122.89 859.49 122.78 850.31 122.7 841.13 122.64 831.95 122.62 822.77 122.63 813.59 122.67 804.41 122.74 795.24 122.84 786.06 122.96 776.88 123.1 767.7 123.26 758.52 123.42 749.34 123.59 740.16 123.75 730.98 123.91 721.8 124.05 712.62 124.17 703.44 124.26 694.26 124.33 685.08 124.36 675.9 124.37 666.72 124.34 657.54 124.28 648.36 124.2 639.18 124.08 630 123.95 620.82 123.8 611.64 123.64 602.46 123.47 593.28 123.31 584.1 123.15 574.92 123 565.74 122.87 556.56 122.77 547.38 122.69 538.2 122.64 529.02 122.62 519.84 122.63 510.66 122.68 501.49 122.75 492.31 122.85 483.13 122.98 473.95 123.12 464.77 123.28 455.59 123.45 446.41 123.61 437.23 123.78 428.05 123.93 418.87 124.06 409.69 124.18 400.51 124.27 391.33 124.33 382.15 124.37 372.97 124.37 363.79 124.33 354.61 124.27 345.43 124.18 336.25 124.07 327.07 123.93 317.89 123.78 308.71 123.62 299.53 123.45 290.35 123.28 281.17 123.13 271.99 122.98 262.81 122.86 253.63 122.75 244.45 122.68 235.27 122.63 226.09 122.62 216.91 122.64 207.74 122.69 198.56 122.77 189.38 122.87 180.2 123 171.02 123.15 161.84 123.3 152.66 123.47 143.48 123.64 134.3 123.8 125.12 123.95 115.94 124.08 106.76 124.2 97.58 124.28 88.4 124.34 79.22 124.37 70.04 124.36 60.86 124.33 51.68 124.26 42.5 124.17 33.32 124.05 24.14 123.91 14.96 123.75 5.78 123.59 -3.39 123.42 -12.57 123.26 -21.75 123.1 -30.93 122.96 -40.11 122.84 -49.29 122.74 -58.47 122.67 -67.65 122.63 -76.83 122.62 -86 122.64 -95.18 122.7 -104.36 122.78 -113.54 122.89 -122.72 123.02 -131.9 123.17 -141.08 123.33 -150.26 123.49 -159.44 123.66 -168.62 123.82 -177.8 123.97 -186.98 124.1 -196.16" stroke-dasharray="24 14" transform="rotate(27.407407407407405, 711, 400)" opacity="0.95"></path><path d="M136.36 -182.42Q145.3 -181.32 154.24 -180.07 163.18 -178.7 172.12 -177.25 181.06 -175.75 190 -174.22 198.94 -172.72 207.89 -171.27 216.83 -169.91 225.77 -168.66 234.71 -167.56 243.65 -166.63 252.59 -165.9 261.53 -165.37 270.47 -165.07 279.41 -165 288.35 -165.16 297.29 -165.55 306.24 -166.15 315.18 -166.96 324.12 -167.96 333.06 -169.12 342 -170.42 350.94 -171.82 359.88 -173.29 368.82 -174.81 377.76 -176.32 386.7 -177.81 395.65 -179.24 404.59 -180.56 413.53 -181.76 422.47 -182.8 431.41 -183.65 440.35 -184.31 449.29 -184.76 458.23 -184.97 467.17 -184.96 476.11 -184.71 485.06 -184.24 494 -183.56 502.94 -182.68 511.88 -181.62 520.82 -180.41 529.76 -179.07 538.7 -177.64 547.64 -176.14 556.58 -174.62 565.52 -173.11 574.46 -171.64 583.41 -170.25 592.35 -168.97 601.29 -167.83 610.23 -166.85 619.17 -166.07 628.11 -165.49 637.05 -165.13 645.99 -165 654.93 -165.1 663.87 -165.42 672.82 -165.97 681.76 -166.73 690.7 -167.68 699.64 -168.8 708.58 -170.07 717.52 -171.44 726.46 -172.9 735.4 -174.41 744.34 -175.93 753.28 -177.43 762.23 -178.87 771.17 -180.23 780.11 -181.46 789.05 -182.54 797.99 -183.45 806.93 -184.16 815.87 -184.66 824.81 -184.94 833.75 -184.98 842.69 -184.8 851.63 -184.39 860.58 -183.76 869.52 -182.93 878.46 -181.91 887.4 -180.74 896.34 -179.43 905.28 -178.02 914.22 -176.54 923.16 -175.02 932.1 -173.5 941.04 -172.02 949.99 -170.61 958.93 -169.29 967.87 -168.11 976.81 -167.09 985.75 -166.25 994.69 -165.62 1003.63 -165.2 1012.57 -165.01 1021.51 -165.05 1030.45 -165.32 1039.4 -165.81 1048.34 -166.52 1057.28 -167.42 1066.22 -168.49 1075.16 -169.72 1084.1 -171.07 1093.04 -172.51 1101.98 -174.01 1110.92 -175.53 1119.86 -177.04 1128.8 -178.5 1137.75 -179.88 1146.69 -181.15 1155.63 -182.27 1164.57 -183.23 1173.51 -183.99 1182.45 -184.55 1191.39 -184.89 1200.33 -184.99 1209.27 -184.87 1218.21 -184.52 1227.16 -183.94 1236.1 -183.16 1245.04 -182.19 1253.98 -181.06 1262.92 -179.78 1277.25 -173.17 1284.6 -158.96 1286.61 -149.98 1288.6 -140.99 1290.49 -132.01 1292.23 -123.02 1293.75 -114.04 1295 -105.05 1295.94 -96.07 1296.52 -87.08 1296.74 -78.1 1296.59 -69.12 1296.06 -60.13 1295.19 -51.15 1293.99 -42.16 1292.51 -33.18 1290.8 -24.19 1288.93 -15.21 1286.96 -6.23 1284.95 2.75 1282.97 11.73 1281.11 20.72 1279.41 29.7 1277.94 38.69 1276.76 47.67 1275.9 56.66 1275.39 65.64 1275.25 74.62 1275.48 83.61 1276.09 92.59 1277.04 101.58 1278.3 110.56 1279.83 119.55 1281.58 128.53 1283.48 137.51 1285.47 146.5 1287.47 155.48 1289.43 164.47 1291.27 173.45 1292.92 182.44 1294.33 191.42 1295.44 200.41 1296.23 209.39 1296.66 218.37 1296.72 227.36 1296.41 236.34 1295.73 245.33 1294.71 254.31 1293.38 263.3 1291.8 272.28 1290.01 281.26 1288.09 290.25 1286.09 299.23 1284.09 308.22 1282.15 317.2 1280.35 326.19 1278.75 335.17 1277.4 344.16 1276.35 353.14 1275.63 362.12 1275.28 371.11 1275.3 380.09 1275.7 389.08 1276.46 398.06 1277.55 407.05 1278.93 416.03 1280.56 425.01 1282.38 434 1284.33 442.98 1286.33 451.97 1288.33 460.95 1290.24 469.94 1292 478.92 1293.56 487.91 1294.85 496.89 1295.83 505.87 1296.46 514.86 1296.74 523.84 1296.63 532.83 1296.16 541.81 1295.33 550.8 1294.17 559.78 1292.73 568.76 1291.05 577.75 1289.2 586.73 1287.23 595.72 1285.22 604.7 1283.24 613.69 1281.35 622.67 1279.63 631.66 1278.13 640.64 1276.9 649.62 1276 658.61 1275.44 667.59 1275.25 676.58 1275.43 685.56 1275.98 694.55 1276.89 703.53 1278.11 712.51 1279.61 721.5 1281.33 730.48 1283.21 739.47 1285.19 748.45 1287.2 757.44 1289.17 766.42 1291.02 775.41 1292.7 784.39 1294.15 793.37 1295.31 802.36 1296.15 811.34 1296.63 820.33 1296.74 829.31 1296.47 838.3 1295.84 847.28 1294.86 856.26 1293.58 865.25 1292.03 874.23 1290.27 883.22 1288.36 892.2 1286.37 901.19 1284.36 910.17 1282.41 919.16 1280.59 928.14 1278.95 937.12 1277.56 946.11 1276.47 955.09 1271.06 967.84 1257.52 970.21 1248.62 968.93 1239.73 967.8 1230.83 966.83 1221.94 966.05 1213.04 965.47 1204.15 965.12 1195.25 965 1186.36 965.1 1177.46 965.44 1168.57 966 1159.67 966.76 1150.78 967.72 1141.88 968.84 1132.99 970.11 1124.09 971.49 1115.2 972.95 1106.3 974.46 1097.41 975.98 1088.51 977.48 1079.62 978.92 1070.72 980.27 1061.83 981.5 1052.93 982.57 1044.04 983.47 1035.14 984.18 1026.25 984.67 1017.35 984.94 1008.46 984.98 999.56 984.79 990.67 984.37 981.77 983.74 972.88 982.9 963.98 981.88 955.09 980.7 946.19 979.38 937.3 977.97 928.4 976.49 919.51 974.97 910.61 973.45 901.72 971.97 892.82 970.56 883.93 969.25 875.03 968.08 866.14 967.06 857.24 966.23 848.34 965.6 839.45 965.19 830.55 965.01 821.66 965.05 812.76 965.33 803.87 965.83 794.97 966.54 786.08 967.45 777.18 968.53 768.29 969.76 759.39 971.12 750.5 972.56 741.6 974.06 732.71 975.58 723.81 977.09 714.92 978.55 706.02 979.92 697.13 981.19 688.23 982.31 679.34 983.26 670.44 984.02 661.55 984.57 652.65 984.89 643.76 984.99 634.86 984.86 625.97 984.5 617.07 983.92 608.18 983.14 599.28 982.16 590.39 981.02 581.49 979.74 572.6 978.35 563.7 976.88 554.81 975.37 545.91 973.85 537.02 972.35 528.12 970.92 519.23 969.58 510.33 968.37 501.44 967.31 492.54 966.43 483.65 965.75 474.75 965.28 465.86 965.03 456.96 965.02 448.07 965.23 439.17 965.68 430.28 966.34 421.38 967.19 412.49 968.23 403.59 969.43 394.7 970.75 385.8 972.18 376.91 973.67 368.01 975.18 359.12 976.7 350.22 978.17 341.33 979.57 332.43 980.87 323.54 982.03 314.64 983.03 305.75 983.84 296.85 984.44 287.96 984.83 279.06 984.99 270.17 984.92 261.27 984.62 252.38 984.09 243.48 983.36 234.59 982.43 225.69 981.33 216.8 980.08 207.9 978.72 199.01 977.27 190.11 975.77 181.22 974.24 172.32 972.74 163.43 971.29 154.53 969.92 141.17 963.63 136.66 949.6 136.58 940.62 136.49 931.63 136.37 922.65 136.25 913.67 136.11 904.68 135.97 895.7 135.83 886.71 135.7 877.73 135.57 868.74 135.47 859.76 135.38 850.78 135.31 841.79 135.26 832.81 135.25 823.82 135.25 814.84 135.29 805.85 135.35 796.87 135.43 787.88 135.53 778.9 135.64 769.92 135.77 760.93 135.91 751.95 136.05 742.96 136.19 733.98 136.32 724.99 136.44 716.01 136.55 707.03 136.63 698.04 136.69 689.06 136.73 680.07 136.74 671.09 136.73 662.1 136.69 653.12 136.63 644.13 136.54 635.15 136.44 626.17 136.32 617.18 136.19 608.2 136.05 599.21 135.91 590.23 135.77 581.24 135.64 572.26 135.53 563.28 135.42 554.29 135.34 545.31 135.29 536.32 135.25 527.34 135.25 518.35 135.26 509.37 135.31 500.38 135.38 491.4 135.47 482.42 135.58 473.43 135.7 464.45 135.83 455.46 135.97 446.48 136.11 437.49 136.25 428.51 136.37 419.53 136.49 410.54 136.58 401.56 136.66 392.57 136.71 383.59 136.74 374.6 136.74 365.62 136.72 356.63 136.67 347.65 136.59 338.67 136.5 329.68 136.39 320.7 136.26 311.71 136.13 302.73 135.99 293.74 135.85 284.76 135.71 275.78 135.59 266.79 135.48 257.81 135.39 248.82 135.32 239.84 135.27 230.85 135.25 221.87 135.25 212.88 135.28 203.9 135.34 194.92 135.41 185.93 135.51 176.95 135.63 167.96 135.76 158.98 135.89 149.99 136.03 141.01 136.17 132.03 136.3 123.04 136.43 114.06 136.53 105.07 136.62 96.09 136.69 87.1 136.73 78.12 136.74 69.13 136.74 60.15 136.7 51.17 136.64 42.18 136.56 33.2 136.45 24.21 136.34 15.23 136.21 6.24 136.07 -2.73 135.93 -11.71 135.79 -20.7 135.66 -29.68 135.54 -38.67 135.44 -47.65 135.35 -56.64 135.29 -65.62 135.26 -74.61 135.25 -83.59 135.26 -92.57 135.3 -101.56 135.37 -110.54 135.45 -119.53 135.56 -128.51 135.68 -137.5 135.81 -146.48 135.95 -155.46 136.09 -164.45 136.23 -173.43 136.36 -182.42" stroke-dasharray="23 2" transform="rotate(30.833333333333332, 711, 400)" opacity="0.22"></path><path d="M148.65 -168.34Q157.41 -167.07 166.18 -165.7 174.95 -164.26 183.72 -162.78 192.49 -161.3 201.25 -159.84 210.02 -158.43 218.79 -157.12 227.56 -155.93 236.32 -154.88 245.09 -154.01 253.86 -153.32 262.63 -152.83 271.4 -152.56 280.16 -152.5 288.93 -152.67 297.7 -153.06 306.47 -153.65 315.23 -154.44 324 -155.41 332.77 -156.54 341.54 -157.8 350.31 -159.16 359.07 -160.6 367.84 -162.07 376.61 -163.56 385.38 -165.03 394.15 -166.43 402.91 -167.75 411.68 -168.96 420.45 -170.02 429.22 -170.91 437.98 -171.62 446.75 -172.13 455.52 -172.42 464.29 -172.49 473.06 -172.34 481.82 -171.98 490.59 -171.4 499.36 -170.62 508.13 -169.67 516.9 -168.56 525.66 -167.31 534.43 -165.95 543.2 -164.52 551.97 -163.05 560.73 -161.56 569.5 -160.09 578.27 -158.68 587.04 -157.35 595.81 -156.13 604.57 -155.06 613.34 -154.15 622.11 -153.42 630.88 -152.9 639.65 -152.59 648.41 -152.5 657.18 -152.63 665.95 -152.97 674.72 -153.53 683.48 -154.29 692.25 -155.23 701.02 -156.33 709.79 -157.57 718.56 -158.91 727.32 -160.34 736.09 -161.81 744.86 -163.3 753.63 -164.77 762.39 -166.19 771.16 -167.53 779.93 -168.75 788.7 -169.84 797.47 -170.77 806.23 -171.51 815 -172.05 823.77 -172.38 832.54 -172.49 841.31 -172.39 850.07 -172.06 858.84 -171.52 867.61 -170.78 876.38 -169.85 885.14 -168.77 893.91 -167.54 902.68 -166.2 911.45 -164.78 920.22 -163.31 928.98 -161.82 937.75 -160.35 946.52 -158.93 955.29 -157.58 964.06 -156.34 972.82 -155.24 981.59 -154.3 990.36 -153.54 999.13 -152.98 1007.89 -152.63 1016.66 -152.5 1025.43 -152.59 1034.2 -152.9 1042.97 -153.42 1051.73 -154.14 1060.5 -155.05 1069.27 -156.12 1078.04 -157.34 1086.81 -158.66 1095.57 -160.08 1104.34 -161.54 1113.11 -163.03 1121.88 -164.51 1130.64 -165.94 1139.41 -167.3 1148.18 -168.54 1156.95 -169.66 1165.72 -170.62 1174.48 -171.39 1183.25 -171.97 1192.02 -172.34 1200.79 -172.49 1209.56 -172.42 1218.32 -172.13 1227.09 -171.63 1235.86 -170.92 1244.63 -170.03 1253.39 -168.97 1267.51 -162.71 1274.79 -148.87 1276.69 -140.08 1278.48 -131.29 1280.11 -122.5 1281.51 -113.71 1282.65 -104.92 1283.48 -96.14 1283.97 -87.35 1284.12 -78.56 1283.91 -69.77 1283.35 -60.98 1282.46 -52.19 1281.28 -43.4 1279.83 -34.61 1278.17 -25.82 1276.36 -17.03 1274.44 -8.24 1272.5 0.53 1270.59 9.32 1268.78 18.11 1267.13 26.9 1265.68 35.69 1264.5 44.48 1263.62 53.27 1263.07 62.06 1262.87 70.85 1263.02 79.64 1263.53 88.42 1264.37 97.21 1265.51 106 1266.92 114.79 1268.55 123.58 1270.34 132.37 1272.24 141.16 1274.18 149.95 1276.1 158.74 1277.93 167.53 1279.62 176.32 1281.1 185.1 1282.32 193.89 1283.25 202.68 1283.85 211.47 1284.11 220.26 1284.01 229.05 1283.56 237.84 1282.78 246.63 1281.68 255.42 1280.31 264.21 1278.71 273 1276.94 281.78 1275.05 290.57 1273.11 299.36 1271.19 308.15 1269.34 316.94 1267.63 325.73 1266.11 334.52 1264.84 343.31 1263.86 352.1 1263.21 360.89 1262.9 369.67 1262.94 378.46 1263.33 387.25 1264.07 396.04 1265.12 404.83 1266.45 413.62 1268.01 422.41 1269.76 431.2 1271.64 439.99 1273.57 448.78 1275.5 457.57 1277.37 466.35 1279.11 475.14 1280.66 483.93 1281.97 492.72 1282.99 501.51 1283.7 510.3 1284.07 519.09 1284.08 527.88 1283.74 536.67 1283.06 545.46 1282.06 554.25 1280.77 563.03 1279.24 571.82 1277.51 580.61 1275.65 589.4 1273.72 598.19 1271.79 606.98 1269.91 615.77 1268.14 624.56 1266.56 633.35 1265.21 642.14 1264.14 650.92 1263.38 659.71 1262.96 668.5 1262.89 677.29 1263.17 686.08 1263.8 694.87 1264.76 703.66 1266 712.45 1267.5 721.24 1269.2 730.03 1271.04 738.82 1272.96 747.6 1274.9 756.39 1276.79 765.18 1278.58 773.97 1280.19 782.76 1281.58 791.55 1282.7 800.34 1283.51 809.13 1283.99 817.92 1284.12 826.71 1283.89 835.5 1283.31 844.28 1282.41 853.07 1281.2 861.86 1279.74 870.65 1278.07 879.44 1276.25 888.23 1274.34 897.02 1272.39 905.81 1270.49 914.6 1268.68 923.39 1267.04 932.17 1265.61 940.96 1259.66 953.49 1246.17 956.02 1228.75 954.16 1211.34 952.86 1193.93 952.61 1176.51 953.02 1159.1 954.46 1141.68 956.45 1132.98 957.69 1124.27 959.05 1115.56 960.48 1106.86 961.96 1098.15 963.45 1089.44 964.91 1080.73 966.33 1072.03 967.65 1063.32 968.87 1054.61 969.94 1037.2 971.47 1019.78 972.4 1002.37 972.25 984.96 971.45 976.25 970.69 967.54 969.75 958.84 968.65 950.13 967.41 941.42 966.06 932.71 964.64 924.01 963.17 915.3 961.68 906.59 960.21 897.89 958.79 889.18 957.45 880.47 956.22 863.06 954.31 845.64 952.93 828.23 952.61 810.82 952.94 793.4 954.31 775.99 956.24 767.28 957.46 758.57 958.8 749.87 960.22 741.16 961.69 732.45 963.18 723.74 964.65 715.04 966.08 706.33 967.42 697.62 968.66 688.92 969.76 671.5 971.36 654.09 972.36 636.67 972.29 619.26 971.57 610.55 970.84 601.85 969.93 593.14 968.86 584.43 967.64 575.72 966.31 567.02 964.9 558.31 963.43 549.6 961.94 540.9 960.47 532.19 959.04 523.48 957.68 514.77 956.43 497.36 954.46 479.95 953.01 462.53 952.61 445.12 952.86 427.7 954.17 410.29 956.03 401.58 957.24 392.88 958.56 384.17 959.96 375.46 961.43 366.75 962.92 358.05 964.39 349.34 965.83 340.63 967.19 331.93 968.45 323.22 969.58 305.81 971.24 288.39 972.32 270.98 972.32 253.56 971.67 244.86 970.98 236.15 970.11 227.44 969.06 218.73 967.87 210.03 966.56 201.32 965.15 192.61 963.69 183.91 962.21 175.2 960.73 166.49 959.29 153.41 952.89 148.96 939.07 148.87 930.28 148.78 921.49 148.67 912.7 148.56 903.91 148.45 895.12 148.33 886.33 148.23 877.55 148.13 868.76 148.04 859.97 147.97 851.18 147.92 842.39 147.88 833.6 147.87 824.81 147.88 816.02 147.91 807.23 147.95 798.44 148.02 789.65 148.1 780.87 148.2 772.08 148.3 763.29 148.41 754.5 148.53 745.71 148.64 736.92 148.75 728.13 148.85 719.34 148.94 710.55 149.01 701.76 149.07 692.98 149.1 684.19 149.12 675.4 149.11 666.61 149.09 657.82 149.05 649.03 148.98 640.24 148.9 631.45 148.81 622.66 148.71 613.87 148.6 605.08 148.48 596.3 148.37 587.51 148.26 578.72 148.16 569.93 148.07 561.14 147.99 552.35 147.93 543.56 147.89 534.77 147.87 525.98 147.87 517.19 147.89 508.4 147.94 499.62 148 490.83 148.07 482.04 148.16 473.25 148.27 464.46 148.38 455.67 148.49 446.88 148.6 438.09 148.71 429.3 148.82 420.51 148.91 411.73 148.99 402.94 149.05 394.15 149.09 385.36 149.12 376.57 149.12 367.78 149.1 358.99 149.06 350.2 149 341.41 148.93 332.62 148.84 323.83 148.74 315.05 148.63 306.26 148.52 297.47 148.4 288.68 148.29 279.89 148.19 271.1 148.09 262.31 148.01 253.52 147.95 244.73 147.9 235.94 147.88 227.15 147.87 218.37 147.89 209.58 147.92 200.79 147.98 192 148.05 183.21 148.13 174.42 148.23 165.63 148.34 156.84 148.45 148.05 148.57 139.26 148.68 130.48 148.79 121.69 148.88 112.9 148.96 104.11 149.03 95.32 149.08 86.53 149.11 77.74 149.12 68.95 149.11 60.16 149.08 51.37 149.02 42.58 148.95 33.8 148.87 25.01 148.77 16.22 148.67 7.43 148.55 -1.35 148.44 -10.14 148.33 -18.93 148.22 -27.72 148.12 -36.51 148.04 -45.3 147.97 -54.09 147.92 -62.87 147.88 -71.66 147.87 -80.45 147.88 -89.24 147.91 -98.03 147.96 -106.82 148.02 -115.61 148.11 -124.4 148.2 -133.19 148.31 -141.98 148.42 -150.76 148.53 -159.55 148.65 -168.34" stroke-dasharray="32 4" transform="rotate(34.25925925925926, 711, 400)" opacity="0.56"></path><path d="M160.99 -154.01Q178.18 -151.21 195.37 -148.3 212.56 -145.55 229.75 -143.16 246.94 -141.35 264.13 -140.27 281.32 -140.01 298.51 -140.59 315.7 -141.96 332.89 -144.01 350.08 -146.57 367.27 -149.41 384.46 -152.3 401.65 -155 418.84 -157.27 436.03 -158.94 453.22 -159.85 470.41 -159.92 487.6 -159.17 504.79 -157.64 521.98 -155.46 539.17 -152.83 556.36 -149.95 573.56 -147.08 590.75 -144.46 607.94 -142.3 625.13 -140.79 642.32 -140.06 659.51 -140.16 676.7 -141.09 693.89 -142.77 711.08 -145.07 728.27 -147.77 745.46 -150.67 762.65 -153.5 779.84 -156.04 797.03 -158.08 814.22 -159.43 831.41 -159.98 848.6 -159.7 865.79 -158.6 882.98 -156.77 900.17 -154.37 917.36 -151.6 934.55 -148.7 951.74 -145.91 968.93 -143.46 986.12 -141.56 1003.31 -140.37 1020.5 -140 1037.69 -140.46 1054.88 -141.73 1072.08 -143.7 1089.27 -146.19 1106.46 -149.01 1123.65 -151.91 1140.84 -154.65 1158.03 -157 1175.22 -158.75 1192.41 -159.77 1209.6 -159.96 1226.79 -159.32 1243.98 -157.89 1261.17 -155.79 1264.84 -138.6 1268.02 -121.42 1270.31 -104.23 1271.42 -87.04 1271.2 -69.85 1269.7 -52.67 1267.08 -35.48 1263.7 -18.29 1259.97 -1.1 1256.37 16.07 1253.36 33.26 1251.32 50.45 1250.5 67.64 1251.02 84.82 1252.8 102.01 1255.62 119.2 1259.12 136.39 1262.86 153.57 1266.36 170.76 1269.19 187.95 1270.97 205.14 1271.49 222.32 1270.67 239.51 1268.63 256.7 1265.62 273.89 1262.03 291.07 1258.3 308.26 1254.91 325.45 1252.3 342.64 1250.79 359.82 1250.57 377.01 1251.68 394.2 1253.97 411.39 1257.15 428.57 1260.81 445.76 1264.5 462.95 1267.75 480.14 1270.14 497.32 1271.37 514.51 1271.28 531.7 1269.89 548.89 1267.37 566.07 1264.04 583.26 1260.33 600.45 1256.7 617.64 1253.61 634.82 1251.46 652.01 1250.52 669.2 1250.91 686.39 1252.58 703.57 1255.32 720.76 1258.77 737.95 1262.51 755.14 1266.06 772.32 1268.96 789.51 1270.85 806.7 1271.49 823.89 1270.81 841.07 1268.87 858.26 1265.94 875.45 1262.38 892.64 1258.64 909.82 1255.21 927.01 1252.5 944.2 1235.45 942.1 1218.41 940.67 1201.36 940.03 1184.31 940.22 1167.26 941.24 1150.21 942.99 1133.16 945.34 1116.11 948.08 1099.07 950.98 1082.02 953.8 1064.97 956.29 1047.92 958.26 1030.87 959.53 1013.82 959.99 996.78 959.62 979.73 958.43 962.68 956.53 945.63 954.08 928.58 951.29 911.53 948.39 894.48 945.62 877.44 943.22 860.39 941.39 843.34 940.29 826.29 940.01 809.24 940.56 792.19 941.91 775.14 943.95 758.1 946.49 741.05 949.32 724 952.22 706.95 954.92 689.9 957.22 672.85 958.9 655.81 959.83 638.76 959.93 621.71 959.2 604.66 957.69 587.61 955.53 570.56 952.91 553.51 950.04 536.47 947.16 519.42 944.53 502.37 942.35 485.32 940.82 468.27 940.07 451.22 940.14 434.18 941.05 417.13 942.72 400.08 944.99 383.03 947.69 365.98 950.58 348.93 953.42 331.88 955.98 314.84 958.03 297.79 959.4 280.74 959.98 263.69 959.72 246.64 958.64 229.59 956.83 212.54 954.44 195.5 951.69 178.45 948.78 161.4 945.98 161.27 928.8 161.11 911.61 160.93 894.42 160.76 877.23 160.62 860.05 160.53 842.86 160.5 825.67 160.53 808.48 160.62 791.3 160.75 774.11 160.92 756.92 161.1 739.73 161.27 722.55 161.4 705.36 161.48 688.17 161.49 670.98 161.45 653.8 161.35 636.61 161.2 619.42 161.03 602.23 160.85 585.05 160.69 567.86 160.57 550.67 160.51 533.48 160.5 516.3 160.56 499.11 160.67 481.92 160.83 464.73 161 447.55 161.18 430.36 161.33 413.17 161.44 395.98 161.49 378.8 161.48 361.61 161.41 344.42 161.28 327.23 161.12 310.05 160.95 292.86 160.77 275.67 160.63 258.48 160.53 241.3 160.5 224.11 160.52 206.92 160.6 189.73 160.74 172.55 160.91 155.36 161.08 138.17 161.25 120.98 161.39 103.8 161.47 86.61 161.49 69.42 161.46 52.23 161.36 35.05 161.22 17.86 161.04 0.67 160.87 -16.51 160.71 -33.69 160.58 -50.88 160.51 -68.07 160.5 -85.26 160.55 -102.44 160.66 -119.63 160.81 -136.82 160.99 -154.01" stroke-dasharray="26 9" transform="rotate(37.68518518518518, 711, 400)" opacity="0.43"></path><path d="M173.39 -139.49Q190.24 -136.66 207.08 -133.89 223.92 -131.42 240.76 -129.43 257.61 -128.1 274.45 -127.52 291.29 -127.74 308.13 -128.75 324.98 -130.46 341.82 -132.74 358.66 -135.4 375.51 -138.23 392.35 -141 409.19 -143.49 426.03 -145.5 442.88 -146.86 459.72 -147.47 476.56 -147.27 493.41 -146.29 510.25 -144.6 527.09 -142.34 543.93 -139.69 560.78 -136.86 577.62 -134.08 594.46 -131.58 611.31 -129.55 628.15 -128.17 644.99 -127.53 661.83 -127.7 678.68 -128.65 695.52 -130.32 712.36 -132.57 729.21 -135.21 746.05 -138.03 762.89 -140.82 779.73 -143.33 796.58 -145.38 813.42 -146.79 830.26 -147.45 847.1 -147.31 863.95 -146.38 880.79 -144.74 897.63 -142.51 914.48 -139.88 931.32 -137.06 948.16 -134.27 965 -131.74 981.85 -129.67 998.69 -128.24 1015.53 -127.55 1032.38 -127.66 1049.22 -128.56 1066.06 -130.18 1082.9 -132.39 1099.75 -135.01 1116.59 -137.83 1133.43 -140.63 1150.28 -143.17 1167.12 -145.25 1183.96 -146.71 1200.8 -147.43 1217.65 -147.35 1234.49 -146.47 1251.33 -144.88 1254.58 -128.08 1257.09 -111.28 1258.56 -94.48 1258.81 -77.69 1257.81 -60.89 1255.68 -44.09 1252.68 -27.3 1249.17 -10.5 1245.58 6.29 1242.34 23.08 1239.85 39.88 1238.41 56.68 1238.19 73.47 1239.22 90.27 1241.37 107.07 1244.39 123.86 1247.9 140.66 1251.49 157.46 1254.71 174.26 1257.18 191.05 1258.6 207.85 1258.79 224.65 1257.74 241.44 1255.56 258.24 1252.53 275.04 1249.01 291.83 1245.42 308.63 1242.21 325.43 1239.76 342.22 1238.37 359.02 1238.21 375.82 1239.29 392.61 1241.49 409.41 1244.54 426.21 1248.06 443.01 1251.64 459.8 1254.84 476.6 1257.27 493.4 1258.64 510.19 1258.77 526.99 1257.66 543.79 1255.44 560.58 1252.38 577.38 1248.85 594.18 1245.27 610.97 1242.08 627.77 1239.68 644.57 1238.34 661.36 1238.23 678.16 1239.37 694.96 1241.61 711.76 1244.69 728.55 1248.23 745.35 1251.8 762.15 1254.97 778.94 1257.36 795.74 1258.67 812.54 1258.75 829.33 1257.59 846.13 1255.32 862.93 1252.23 879.72 1248.68 896.52 1245.12 913.32 1241.96 930.11 1225.27 928.52 1208.58 927.64 1191.88 927.56 1175.19 928.28 1158.5 929.74 1141.81 931.82 1125.12 934.36 1108.43 937.16 1091.74 939.98 1075.05 942.6 1058.36 944.81 1041.67 946.43 1024.97 947.33 1008.28 947.44 991.59 946.75 974.9 945.32 958.21 943.25 941.52 940.72 924.83 937.93 908.14 935.11 891.45 932.48 874.75 930.25 858.06 928.61 841.37 927.68 824.68 927.54 807.99 928.2 791.3 929.61 774.61 931.66 757.92 934.17 741.23 936.96 724.54 939.78 707.84 942.42 691.15 944.67 674.46 946.34 657.77 947.29 641.08 947.46 624.39 946.82 607.7 945.44 591.01 943.41 574.32 940.91 557.63 938.13 540.93 935.3 524.24 932.65 507.55 930.39 490.86 928.7 474.17 927.72 457.48 927.52 440.79 928.13 424.1 929.49 407.41 931.5 390.71 933.99 374.02 936.76 357.33 939.59 340.64 942.25 323.95 944.53 307.26 946.24 290.57 947.25 273.88 947.47 257.19 946.89 240.5 945.56 223.8 943.57 207.11 941.1 190.42 938.33 173.73 935.5 173.62 918.7 173.49 901.91 173.36 885.11 173.25 868.31 173.17 851.51 173.12 834.72 173.13 817.92 173.17 801.12 173.26 784.33 173.38 767.53 173.5 750.73 173.63 733.94 173.74 717.14 173.82 700.34 173.87 683.55 173.86 666.75 173.81 649.95 173.73 633.16 173.61 616.36 173.48 599.56 173.35 582.76 173.24 565.97 173.16 549.17 173.12 532.37 173.13 515.58 173.18 498.78 173.27 481.98 173.38 465.19 173.51 448.39 173.64 431.59 173.75 414.8 173.83 398 173.87 381.2 173.86 364.41 173.81 347.61 173.72 330.81 173.61 314.01 173.48 297.22 173.35 280.42 173.24 263.62 173.16 246.83 173.12 230.03 173.13 213.23 173.18 196.44 173.27 179.64 173.39 162.84 173.52 146.05 173.64 129.25 173.75 112.45 173.83 95.66 173.87 78.86 173.86 62.06 173.81 45.26 173.72 28.47 173.6 11.67 173.47 -5.12 173.34 -21.91 173.24 -38.71 173.16 -55.51 173.12 -72.3 173.13 -89.1 173.18 -105.9 173.27 -122.69 173.39 -139.49" stroke-dasharray="16 9" transform="rotate(41.11111111111111, 711, 400)" opacity="0.73"></path><path d="M185.87 -124.89Q202.36 -122.14 218.85 -119.62 235.34 -117.51 251.83 -115.98 268.32 -115.14 284.81 -115.05 301.3 -115.73 317.79 -117.12 334.28 -119.12 350.77 -121.57 367.26 -124.28 383.75 -127.04 400.24 -129.65 416.73 -131.9 433.22 -133.62 449.71 -134.68 466.2 -134.99 482.69 -134.54 499.18 -133.35 515.67 -131.52 532.16 -129.19 548.65 -126.54 565.14 -123.76 581.63 -121.09 598.12 -118.71 614.61 -116.82 631.1 -115.55 647.59 -115.01 664.08 -115.24 680.57 -116.22 697.06 -117.87 713.55 -120.07 730.04 -122.64 746.54 -125.4 763.03 -128.13 779.52 -130.61 796.01 -132.67 812.5 -134.13 828.99 -134.9 845.48 -134.9 861.97 -134.14 878.46 -132.68 894.95 -130.63 911.44 -128.14 927.93 -125.42 944.42 -122.66 960.91 -120.08 977.4 -117.88 993.89 -116.22 1010.38 -115.24 1026.87 -115.01 1043.36 -115.55 1059.85 -116.81 1076.34 -118.7 1092.83 -121.07 1109.32 -123.75 1125.81 -126.52 1142.3 -129.17 1158.79 -131.51 1175.28 -133.34 1191.77 -134.53 1208.26 -134.99 1224.75 -134.68 1241.24 -133.63 1243.89 -117.22 1245.62 -100.82 1246.24 -84.41 1245.68 -68 1243.99 -51.6 1241.38 -35.19 1238.15 -18.79 1234.66 -2.38 1231.33 14.02 1228.54 30.42 1226.62 46.83 1225.77 63.24 1226.11 79.64 1227.59 96.05 1230.05 112.45 1233.19 128.86 1236.66 145.27 1240.05 161.67 1242.97 178.08 1245.08 194.49 1246.15 210.89 1246.03 227.3 1244.76 243.7 1242.47 260.11 1239.44 276.52 1236 292.92 1232.57 309.33 1229.53 325.74 1227.24 342.14 1225.96 358.55 1225.84 374.95 1226.9 391.36 1229.01 407.77 1231.93 424.17 1235.32 440.58 1238.79 456.99 1241.93 473.39 1244.39 489.8 1245.87 506.2 1246.22 522.61 1245.38 539.02 1243.45 555.42 1240.67 571.83 1237.34 588.24 1233.86 604.64 1230.62 621.05 1228 637.45 1226.32 653.86 1225.75 670.27 1226.36 686.67 1228.09 703.08 1230.74 719.49 1233.99 735.89 1237.48 752.3 1240.79 768.7 1243.55 785.11 1245.43 801.52 1246.23 817.92 1245.84 834.33 1244.31 850.74 1241.82 867.14 1238.65 883.55 1235.18 899.95 1231.8 916.36 1215.46 915.31 1199.13 915 1182.79 915.46 1166.45 916.65 1150.11 918.48 1133.77 920.82 1117.43 923.47 1101.09 926.24 1084.75 928.92 1068.41 931.29 1052.07 933.18 1035.73 934.44 1019.39 934.98 1003.06 934.75 986.72 933.77 970.38 932.11 954.04 929.91 937.7 927.33 921.36 924.57 905.02 921.85 888.68 919.36 872.34 917.31 856 915.85 839.66 915.09 823.32 915.09 806.99 915.86 790.65 917.32 774.31 919.38 757.97 921.86 741.63 924.59 725.29 927.35 708.95 929.92 692.61 932.12 676.27 933.77 659.93 934.75 643.59 934.98 627.25 934.44 610.92 933.17 594.58 931.28 578.24 928.9 561.9 926.23 545.56 923.45 529.22 920.8 512.88 918.47 496.54 916.64 480.2 915.45 463.86 915 447.52 915.31 431.18 916.37 414.85 918.09 398.51 920.34 382.17 922.95 365.83 925.71 349.49 928.42 333.15 930.87 316.81 932.87 300.47 934.26 284.13 934.94 267.79 934.85 251.45 934.01 235.11 932.48 218.78 930.37 202.44 927.85 186.1 925.1 186.01 908.7 185.93 892.29 185.85 875.89 185.79 859.48 185.75 843.07 185.75 826.67 185.76 810.26 185.81 793.85 185.88 777.45 185.96 761.04 186.04 744.64 186.12 728.23 186.19 711.82 186.23 695.42 186.24 679.01 186.23 662.6 186.19 646.2 186.13 629.79 186.05 613.39 185.96 596.98 185.88 580.57 185.81 564.17 185.77 547.76 185.75 531.35 185.75 514.95 185.79 498.54 185.85 482.14 185.93 465.73 186.01 449.32 186.09 432.92 186.17 416.51 186.22 400.1 186.24 383.7 186.24 367.29 186.21 350.89 186.15 334.48 186.08 318.07 185.99 301.67 185.91 285.26 185.84 268.85 185.78 252.45 185.75 236.04 185.75 219.64 185.77 203.23 185.82 186.82 185.9 170.42 185.98 154.01 186.06 137.6 186.14 121.2 186.2 104.79 186.24 88.39 186.24 71.98 186.22 55.57 186.18 39.17 186.11 22.76 186.03 6.35 185.94 -10.04 185.86 -26.45 185.8 -42.85 185.76 -59.26 185.75 -75.67 185.76 -92.07 185.8 -108.48 185.87 -124.89" stroke-dasharray="19 33" transform="rotate(44.53703703703704, 711, 400)" opacity="0.27"></path><path d="M198.41 -110.29Q214.54 -107.75 230.67 -105.56 246.8 -103.89 262.93 -102.84 279.06 -102.5 295.19 -102.89 311.32 -103.98 327.45 -105.7 343.58 -107.92 359.71 -110.47 375.84 -113.17 391.97 -115.82 408.1 -118.22 424.23 -120.21 440.36 -121.63 456.49 -122.39 472.62 -122.42 488.75 -121.72 504.88 -120.35 521.01 -118.4 537.14 -116.02 553.27 -113.38 569.4 -110.68 585.53 -108.11 601.66 -105.86 617.79 -104.09 633.92 -102.95 650.05 -102.5 666.18 -102.78 682.31 -103.78 698.44 -105.41 714.57 -107.57 730.7 -110.08 746.83 -112.77 762.97 -115.44 779.1 -117.89 795.23 -119.95 811.36 -121.47 827.49 -122.32 843.62 -122.46 859.75 -121.87 875.88 -120.59 892.01 -118.71 908.14 -116.39 924.27 -113.77 940.4 -111.07 956.53 -108.47 972.66 -106.16 988.79 -104.32 1004.92 -103.07 1021.05 -102.52 1037.18 -102.7 1053.31 -103.59 1069.44 -105.14 1085.57 -107.22 1101.7 -109.69 1117.83 -112.37 1133.96 -115.06 1150.09 -117.55 1166.22 -119.68 1182.35 -121.28 1198.48 -122.24 1214.61 -122.48 1230.74 -122 1232.66 -105.98 1233.56 -89.97 1233.36 -73.95 1232.06 -57.93 1229.83 -41.92 1226.89 -25.9 1223.58 -9.89 1220.26 6.12 1217.29 22.13 1215.01 38.15 1213.67 54.16 1213.41 70.18 1214.26 86.2 1216.13 102.21 1218.82 118.23 1222.01 134.24 1225.38 150.26 1228.53 166.27 1231.13 182.29 1232.89 198.31 1233.61 214.32 1233.21 230.34 1231.75 246.35 1229.37 262.37 1226.35 278.38 1223.01 294.4 1219.72 310.41 1216.85 326.43 1214.72 342.45 1213.55 358.46 1213.48 374.48 1214.51 390.49 1216.54 406.51 1219.33 422.52 1222.58 438.54 1225.93 454.56 1229.02 470.57 1231.49 486.59 1233.08 502.6 1233.62 518.62 1233.04 534.63 1231.4 550.65 1228.9 566.66 1225.79 582.68 1222.44 598.7 1219.2 614.71 1216.43 630.73 1214.45 646.74 1213.46 662.76 1213.58 678.77 1214.79 694.79 1216.96 710.81 1219.85 726.82 1223.15 742.84 1226.48 758.85 1229.49 774.87 1231.83 790.88 1233.25 806.9 1233.6 822.91 1232.83 838.93 1231.04 854.95 1228.41 870.96 1225.24 886.98 1221.87 902.99 1205.88 902.51 1189.89 902.75 1173.9 903.71 1157.91 905.31 1141.92 907.44 1125.93 909.93 1109.94 912.62 1093.95 915.3 1077.96 917.77 1061.97 919.85 1045.98 921.4 1029.99 922.29 1014 922.47 998.01 921.92 982.02 920.67 966.03 918.83 950.04 916.52 934.05 913.92 918.06 911.22 902.07 908.6 886.08 906.28 870.09 904.4 854.1 903.12 838.11 902.53 822.12 902.67 806.13 903.52 790.14 905.04 774.15 907.1 758.16 909.55 742.17 912.22 726.18 914.91 710.19 917.42 694.2 919.58 678.21 921.21 662.22 922.21 646.23 922.49 630.24 922.04 614.25 920.9 598.26 919.13 582.27 916.88 566.28 914.31 550.29 911.61 534.3 908.97 518.31 906.59 502.32 904.64 486.33 903.27 470.34 902.57 454.35 902.6 438.36 903.36 422.37 904.78 406.38 906.77 390.39 909.17 374.4 911.82 358.41 914.52 342.42 917.07 326.43 919.29 310.44 921.01 294.45 922.1 278.46 922.49 262.47 922.15 246.48 921.1 230.49 919.43 214.5 917.24 198.52 914.7 198.47 898.69 198.43 882.67 198.4 866.66 198.38 850.64 198.37 834.63 198.37 818.61 198.39 802.6 198.42 786.58 198.46 770.56 198.5 754.55 198.54 738.53 198.58 722.52 198.6 706.5 198.62 690.49 198.62 674.47 198.61 658.45 198.58 642.44 198.55 626.42 198.51 610.41 198.47 594.39 198.43 578.38 198.4 562.36 198.38 546.35 198.37 530.33 198.38 514.31 198.4 498.3 198.43 482.28 198.46 466.27 198.51 450.25 198.55 434.24 198.58 418.22 198.61 402.2 198.62 386.19 198.62 370.17 198.6 354.16 198.58 338.14 198.54 322.13 198.5 306.11 198.46 290.1 198.42 274.08 198.39 258.06 198.38 242.05 198.37 226.03 198.38 210.02 198.4 194 198.43 177.99 198.47 161.97 198.51 145.95 198.55 129.94 198.59 113.92 198.61 97.91 198.62 81.89 198.62 65.88 198.6 49.86 198.57 33.85 198.53 17.83 198.49 1.81 198.45 -14.19 198.42 -30.21 198.39 -46.22 198.37 -62.24 198.37 -78.25 198.38 -94.27 198.41 -110.29" stroke-dasharray="2 25" transform="rotate(47.96296296296296, 711, 400)" opacity="0.26"></path><path d="M211 -95.78Q226.76 -93.56 242.52 -91.78 258.28 -90.57 274.04 -90.02 289.8 -90.17 305.56 -91 321.32 -92.46 337.08 -94.45 352.85 -96.82 368.61 -99.41 384.37 -102.04 400.13 -104.53 415.89 -106.71 431.65 -108.41 447.41 -109.53 463.17 -109.99 478.93 -109.74 494.7 -108.82 510.46 -107.28 526.22 -105.24 541.98 -102.83 557.74 -100.22 573.5 -97.59 589.26 -95.14 605.02 -93.02 620.79 -91.39 636.55 -90.35 652.31 -90 668.07 -90.33 683.83 -91.34 699.59 -92.96 715.35 -95.07 731.11 -97.51 746.87 -100.14 762.64 -102.75 778.4 -105.17 794.16 -107.23 809.92 -108.78 825.68 -109.73 841.44 -109.99 857.2 -109.56 872.96 -108.46 888.73 -106.77 904.49 -104.61 920.25 -102.12 936.01 -99.49 951.77 -96.89 967.53 -94.51 983.29 -92.52 999.05 -91.04 1014.81 -90.19 1030.58 -90.02 1046.34 -90.55 1062.1 -91.73 1077.86 -93.49 1093.62 -95.71 1109.38 -98.22 1125.14 -100.86 1140.9 -103.44 1156.67 -105.78 1172.43 -107.71 1188.19 -109.11 1203.95 -109.87 1219.71 -109.94 1220.82 -94.31 1220.9 -78.69 1219.94 -63.06 1218.04 -47.44 1215.4 -31.81 1212.29 -16.19 1209.05 -0.56 1206.02 15.05 1203.51 30.68 1201.78 46.3 1201.02 61.93 1201.31 77.55 1202.62 93.18 1204.8 108.8 1207.64 124.43 1210.83 140.05 1214.04 155.68 1216.92 171.3 1219.19 186.93 1220.59 202.55 1220.99 218.18 1220.33 233.8 1218.7 249.43 1216.26 265.05 1213.26 280.68 1210.03 296.3 1206.89 311.93 1204.19 327.55 1202.21 343.18 1201.14 358.8 1201.11 374.43 1202.12 390.05 1204.06 405.68 1206.73 421.3 1209.85 436.93 1213.09 452.55 1216.1 468.18 1218.58 483.8 1220.27 499.43 1220.98 515.05 1220.64 530.68 1219.29 546.3 1217.07 561.93 1214.21 577.55 1211.01 593.18 1207.81 608.8 1204.94 624.43 1202.72 640.05 1201.36 655.68 1201.01 671.3 1201.71 686.93 1203.39 702.55 1205.86 718.18 1208.88 733.8 1212.12 749.43 1215.24 765.05 1217.91 780.68 1219.86 796.3 1220.87 811.93 1220.85 827.55 1219.8 843.18 1217.82 858.8 1215.12 874.43 1211.99 890.05 1196.35 890.12 1180.71 890.88 1165.07 892.28 1149.43 894.21 1133.79 896.55 1118.15 899.13 1102.51 901.77 1086.86 904.28 1071.22 906.5 1055.58 908.26 1039.94 909.44 1024.3 909.97 1008.66 909.8 993.02 908.95 977.38 907.47 961.74 905.48 946.1 903.1 930.46 900.5 914.82 897.87 899.18 895.38 883.54 893.22 867.9 891.53 852.26 890.43 836.62 890 820.98 890.26 805.34 891.21 789.69 892.76 774.05 894.82 758.41 897.24 742.77 899.85 727.13 902.48 711.49 904.92 695.85 907.03 680.21 908.65 664.57 909.66 648.93 909.99 633.29 909.64 617.65 908.6 602.01 906.97 586.37 904.85 570.73 902.4 555.09 899.77 539.45 897.16 523.81 894.75 508.17 892.71 492.52 891.17 476.88 890.25 461.24 890 445.6 890.46 429.96 891.58 414.32 893.28 398.68 895.46 383.04 897.95 367.4 900.58 351.76 903.17 336.12 905.54 320.48 907.53 304.84 908.99 289.2 909.82 273.56 909.97 257.92 909.42 242.28 908.21 226.64 906.43 211 904.21 211 888.58 211 872.96 211 857.33 211 841.71 211 826.08 211 810.46 211 794.83 211 779.21 211 763.58 211 747.96 211 732.33 211 716.71 211 701.08 211 685.46 211 669.83 211 654.21 211 638.58 211 622.96 211 607.33 211 591.71 211 576.08 211 560.46 211 544.83 211 529.21 211 513.58 211 497.96 211 482.33 211 466.71 211 451.08 211 435.46 211 419.83 211 404.21 211 388.58 211 372.96 211 357.33 211 341.71 211 326.08 211 310.46 211 294.83 211 279.21 211 263.58 211 247.96 211 232.33 211 216.71 211 201.08 211 185.46 211 169.83 211 154.21 211 138.58 211 122.96 211 107.33 211 91.71 211 76.08 211 60.46 211 44.83 211 29.21 211 13.58 211 -2.03 211 -17.66 211 -33.28 211 -48.91 211 -64.53 211 -80.16 211 -95.78" stroke-dasharray="4 34" transform="rotate(51.38888888888889, 711, 400)" opacity="0.86"></path><path d="M223.62 -81.47Q239 -79.63 254.38 -78.32 269.76 -77.61 285.14 -77.55 300.53 -78.16 315.91 -79.39 331.29 -81.15 346.67 -83.33 362.05 -85.79 377.44 -88.36 392.82 -90.88 408.2 -93.17 423.58 -95.08 438.96 -96.5 454.34 -97.31 469.73 -97.47 485.11 -96.98 500.49 -95.85 515.87 -94.17 531.25 -92.05 546.64 -89.62 562.02 -87.06 577.4 -84.52 592.78 -82.18 608.16 -80.19 623.55 -78.69 638.93 -77.77 654.31 -77.5 669.69 -77.89 685.07 -78.91 700.46 -80.51 715.84 -82.57 731.22 -84.95 746.6 -87.5 761.98 -90.06 777.36 -92.44 792.75 -94.5 808.13 -96.09 823.51 -97.11 838.89 -97.49 854.27 -97.21 869.66 -96.29 885.04 -94.78 900.42 -92.79 915.8 -90.45 931.18 -87.92 946.57 -85.35 961.95 -82.93 977.33 -80.81 992.71 -79.13 1008.09 -78.01 1023.47 -77.52 1038.86 -77.68 1054.24 -78.5 1069.62 -79.92 1085 -81.83 1100.38 -84.13 1115.77 -86.64 1131.15 -89.22 1146.53 -91.67 1161.91 -93.86 1177.29 -95.62 1192.68 -96.84 1208.06 -97.44 1208.35 -82.2 1207.66 -66.97 1206.05 -51.73 1203.69 -36.5 1200.8 -21.27 1197.69 -6.03 1194.66 9.19 1192.01 24.43 1190.01 39.66 1188.86 54.9 1188.67 70.13 1189.46 85.36 1191.15 100.6 1193.58 115.83 1196.5 131.07 1199.61 146.3 1202.62 161.54 1205.21 176.77 1207.14 192.01 1208.2 207.24 1208.29 222.47 1207.4 237.71 1205.62 252.94 1203.13 268.18 1200.18 283.41 1197.06 298.65 1194.08 313.88 1191.55 329.11 1189.7 344.35 1188.74 359.58 1188.75 374.82 1189.73 390.05 1191.59 405.29 1194.14 420.52 1197.12 435.76 1200.24 450.99 1203.19 466.22 1205.67 481.46 1207.43 496.69 1208.3 511.93 1208.18 527.16 1207.11 542.4 1205.17 557.63 1202.56 572.86 1199.55 588.1 1196.43 603.33 1193.52 618.57 1191.11 633.8 1189.43 649.04 1188.66 664.27 1188.87 679.51 1190.04 694.74 1192.06 709.97 1194.72 725.21 1197.76 740.44 1200.87 755.68 1203.74 770.91 1206.09 786.15 1207.68 801.38 1208.35 816.61 1208.04 831.85 1206.78 847.08 1204.68 862.32 1201.97 877.55 1186.69 878.15 1171.4 879.37 1156.11 881.13 1140.82 883.32 1125.53 885.77 1110.25 888.35 1094.96 890.86 1079.67 893.16 1064.38 895.07 1049.09 896.49 1033.81 897.31 1018.52 897.47 1003.23 896.98 987.94 895.86 972.65 894.18 957.36 892.06 942.08 889.64 926.79 887.07 911.5 884.54 896.21 882.2 880.92 880.21 865.64 878.7 850.35 877.78 835.06 877.5 819.77 877.88 804.48 878.9 789.2 880.49 773.91 882.55 758.62 884.93 743.33 887.49 728.04 890.04 712.76 892.42 697.47 894.48 682.18 896.08 666.89 897.1 651.6 897.49 636.32 897.22 621.03 896.3 605.74 894.8 590.45 892.81 575.16 890.47 559.88 887.93 544.59 885.37 529.3 882.94 514.01 880.82 498.72 879.14 483.44 878.01 468.15 877.52 452.86 877.68 437.57 878.49 422.28 879.91 407 881.82 391.71 884.11 376.42 886.63 361.13 889.2 345.84 891.66 330.56 893.84 315.27 895.6 299.98 896.83 284.69 897.44 269.4 897.38 254.12 896.67 238.83 895.36 223.54 893.52 223.57 878.28 223.6 863.05 223.62 847.82 223.62 832.58 223.61 817.35 223.59 802.11 223.56 786.88 223.53 771.64 223.49 756.41 223.45 741.18 223.41 725.94 223.39 710.71 223.37 695.47 223.37 680.24 223.38 665 223.4 649.77 223.43 634.53 223.47 619.3 223.51 604.07 223.55 588.83 223.58 573.6 223.6 558.36 223.62 543.13 223.62 527.89 223.61 512.66 223.59 497.43 223.55 482.19 223.52 466.96 223.48 451.72 223.44 436.49 223.41 421.25 223.38 406.02 223.37 390.78 223.37 375.55 223.38 360.32 223.41 345.08 223.44 329.85 223.48 314.61 223.52 299.38 223.55 284.14 223.59 268.91 223.61 253.68 223.62 238.44 223.62 223.21 223.6 207.97 223.58 192.74 223.55 177.5 223.51 162.27 223.47 147.03 223.43 131.8 223.4 116.57 223.38 101.33 223.37 86.1 223.37 70.86 223.39 55.63 223.41 40.39 223.45 25.16 223.48 9.93 223.52 -5.3 223.56 -20.53 223.59 -35.77 223.61 -51 223.62 -66.24 223.62 -81.47" stroke-dasharray="0 23" transform="rotate(54.81481481481481, 711, 400)" opacity="0.13"></path><path d="M236.24 -67.43Q251.24 -66.04 266.23 -65.21 281.22 -65 296.21 -65.42 311.21 -66.45 326.2 -68.01 341.19 -70.01 356.18 -72.32 371.17 -74.81 386.17 -77.3 401.16 -79.65 416.15 -81.71 431.14 -83.34 446.14 -84.45 461.13 -84.96 476.12 -84.85 491.11 -84.11 506.1 -82.8 521.1 -81 536.09 -78.82 551.08 -76.4 566.07 -73.9 581.07 -71.46 596.06 -69.24 611.05 -67.38 626.04 -66.01 641.03 -65.2 656.03 -65.01 671.02 -65.44 686.01 -66.48 701 -68.05 715.99 -70.07 730.99 -72.39 745.98 -74.87 760.97 -77.36 775.96 -79.71 790.96 -81.76 805.95 -83.38 820.94 -84.47 835.93 -84.97 850.92 -84.84 865.92 -84.09 880.91 -82.76 895.9 -80.95 910.89 -78.76 925.89 -76.34 940.88 -73.83 955.87 -71.39 970.86 -69.19 985.85 -67.34 1000.85 -65.98 1015.84 -65.19 1030.83 -65.01 1045.82 -65.46 1060.82 -66.52 1075.81 -68.1 1090.8 -70.12 1105.79 -72.45 1120.78 -74.94 1135.78 -77.43 1150.77 -79.77 1165.76 -81.8 1180.75 -83.41 1195.74 -84.49 1195.26 -69.65 1193.89 -54.8 1191.78 -39.96 1189.11 -25.12 1186.15 -10.27 1183.18 4.56 1180.47 19.4 1178.29 34.25 1176.84 49.09 1176.25 63.94 1176.59 78.78 1177.83 93.62 1179.83 108.47 1182.43 123.31 1185.36 138.15 1188.35 153 1191.12 167.84 1193.4 182.69 1194.98 197.53 1195.71 212.37 1195.51 227.22 1194.41 242.06 1192.52 256.9 1190 271.75 1187.11 286.59 1184.11 301.44 1181.29 316.28 1178.91 331.12 1177.21 345.97 1176.34 360.81 1176.39 375.65 1177.34 390.5 1179.12 405.34 1181.55 420.19 1184.41 435.03 1187.41 449.87 1190.28 464.72 1192.74 479.56 1194.56 494.4 1195.57 509.25 1195.67 524.09 1194.86 538.94 1193.2 553.78 1190.86 568.62 1188.05 583.47 1185.06 598.31 1182.15 613.15 1179.6 628 1177.67 642.84 1176.52 657.69 1176.27 672.53 1176.94 687.37 1178.48 702.22 1180.72 717.06 1183.47 731.9 1186.46 746.75 1189.4 761.59 1192.02 776.44 1194.06 791.28 1195.35 806.12 1195.74 820.97 1195.21 835.81 1193.81 850.65 1191.66 865.5 1176.73 866.58 1161.8 868.19 1146.87 870.22 1131.94 872.56 1117.01 875.05 1102.08 877.54 1087.15 879.87 1072.22 881.89 1057.29 883.47 1042.36 884.53 1027.43 884.98 1012.5 884.8 997.57 884.01 982.64 882.65 967.71 880.8 952.78 878.6 937.85 876.16 922.92 873.65 907.99 871.23 893.06 869.04 878.13 867.23 863.2 865.9 848.27 865.15 833.34 865.02 818.41 865.52 803.48 866.61 788.55 868.23 773.62 870.28 758.69 872.63 743.76 875.12 728.83 877.6 713.9 879.92 698.97 881.94 684.04 883.51 669.11 884.55 654.18 884.98 639.25 884.79 624.32 883.98 609.39 882.61 594.46 880.75 579.53 878.53 564.6 876.09 549.67 873.59 534.74 871.17 519.81 868.99 504.88 867.19 489.95 865.88 475.02 865.14 460.09 865.03 445.16 865.54 430.23 866.65 415.3 868.28 400.37 870.34 385.44 872.69 370.51 875.18 355.58 877.67 340.65 879.98 325.72 881.98 310.79 883.54 295.86 884.57 280.93 884.99 266 884.78 251.07 883.95 236.14 882.56 236.2 867.72 236.23 852.88 236.24 838.03 236.23 823.19 236.2 808.34 236.15 793.5 236.08 778.66 236.01 763.81 235.93 748.97 235.86 734.13 235.8 719.28 235.76 704.44 235.75 689.59 235.75 674.75 235.78 659.91 235.83 645.06 235.9 630.22 235.97 615.38 236.05 600.53 236.12 585.69 236.18 570.84 236.22 556 236.24 541.16 236.24 526.31 236.21 511.47 236.17 496.63 236.1 481.78 236.03 466.94 235.95 452.09 235.88 437.25 235.82 422.41 235.77 407.56 235.75 392.72 235.75 377.88 235.77 363.03 235.81 348.19 235.87 333.34 235.95 318.5 236.02 303.66 236.1 288.81 236.16 273.97 236.21 259.13 236.24 244.28 236.24 229.44 236.23 214.59 236.18 199.75 236.13 184.91 236.06 170.06 235.98 155.22 235.9 140.38 235.84 125.53 235.79 110.69 235.75 95.84 235.75 81 235.76 66.16 235.8 51.31 235.85 36.47 235.92 21.63 236 6.78 236.07 -8.05 236.14 -22.9 236.2 -37.74 236.23 -52.58 236.24 -67.43" stroke-dasharray="31 19" transform="rotate(58.24074074074074, 711, 400)" opacity="0.72"></path><path d="M248.86 -53.72Q263.45 -52.82 278.04 -52.5 292.63 -52.77 307.23 -53.62 321.82 -55.01 336.41 -56.84 351 -59 365.6 -61.38 380.19 -63.82 394.78 -66.19 409.37 -68.33 423.97 -70.13 438.56 -71.47 453.15 -72.27 467.74 -72.49 482.34 -72.11 496.93 -71.16 511.52 -69.69 526.11 -67.79 540.71 -65.58 555.3 -63.18 569.89 -60.74 584.48 -58.41 599.08 -56.31 613.67 -54.59 628.26 -53.34 642.85 -52.64 657.45 -52.52 672.04 -53 686.63 -54.05 701.22 -55.6 715.82 -57.57 730.41 -59.82 745 -62.24 759.59 -64.67 774.19 -66.97 788.78 -69.01 803.37 -70.65 817.96 -71.81 832.56 -72.42 847.15 -72.42 861.74 -71.84 876.33 -70.7 890.93 -69.07 905.52 -67.05 920.11 -64.75 934.7 -62.32 949.3 -59.9 963.89 -57.64 978.48 -55.66 993.07 -54.1 1007.66 -53.03 1022.26 -52.53 1036.85 -52.62 1051.44 -53.31 1066.03 -54.54 1080.63 -56.25 1095.22 -58.33 1109.81 -60.66 1124.4 -63.1 1139 -65.5 1153.59 -67.72 1168.18 -69.64 1182.77 -71.12 1181.6 -56.67 1179.69 -42.21 1177.23 -27.76 1174.43 -13.31 1171.55 1.14 1168.84 15.59 1166.55 30.04 1164.89 44.49 1164 58.95 1163.96 73.4 1164.78 87.85 1166.39 102.31 1168.64 116.76 1171.32 131.21 1174.2 145.67 1177.01 160.12 1179.51 174.57 1181.47 189.03 1182.71 203.48 1183.12 217.93 1182.66 232.39 1181.38 246.84 1179.39 261.29 1176.87 275.74 1174.05 290.2 1171.17 304.65 1168.51 319.1 1166.29 333.56 1164.72 348.01 1163.94 362.46 1164.02 376.92 1164.95 391.37 1166.66 405.82 1168.97 420.28 1171.69 434.73 1174.58 449.18 1177.37 463.64 1179.81 478.09 1181.68 492.54 1182.81 506.99 1183.11 521.45 1182.54 535.9 1181.16 550.35 1179.09 564.81 1176.51 579.26 1173.66 593.71 1170.8 608.17 1168.18 622.62 1166.04 637.07 1164.57 651.53 1163.9 665.98 1164.1 680.43 1165.14 694.89 1166.93 709.34 1169.32 723.79 1172.08 738.24 1174.96 752.7 1177.72 767.15 1180.09 781.6 1181.87 796.06 1182.9 810.51 1183.08 824.96 1182.4 839.42 1180.92 853.87 1166.35 855.35 1151.79 857.27 1137.22 859.49 1122.66 861.89 1108.1 864.33 1093.53 866.66 1078.97 868.74 1064.4 870.45 1049.84 871.68 1035.27 872.37 1020.71 872.46 1006.14 871.96 991.58 870.89 977.01 869.33 962.45 867.35 947.88 865.09 933.32 862.67 918.76 860.24 904.19 857.94 889.63 855.92 875.06 854.29 860.5 853.15 845.93 852.57 831.37 852.57 816.8 853.18 802.24 854.34 787.67 855.98 773.11 858.02 758.55 860.32 743.98 862.75 729.42 865.17 714.85 867.42 700.29 869.39 685.72 870.94 671.16 871.99 656.59 872.47 642.03 872.35 627.46 871.65 612.9 870.4 598.33 868.68 583.77 866.58 569.21 864.25 554.64 861.81 540.08 859.41 525.51 857.2 510.95 855.3 496.38 853.83 481.82 852.88 467.25 852.5 452.69 852.72 438.12 853.52 423.56 854.86 408.99 856.66 394.43 858.8 379.87 861.17 365.3 863.61 350.74 865.99 336.17 868.15 321.61 869.98 307.04 871.37 292.48 872.22 277.91 872.49 263.35 872.17 248.78 871.27 248.84 856.82 248.87 842.36 248.86 827.91 248.82 813.46 248.75 799 248.66 784.55 248.55 770.1 248.44 755.64 248.33 741.19 248.24 726.74 248.17 712.28 248.13 697.83 248.12 683.38 248.15 668.92 248.2 654.47 248.29 640.02 248.39 625.57 248.5 611.11 248.61 596.66 248.71 582.21 248.79 567.75 248.85 553.3 248.87 538.85 248.86 524.39 248.81 509.94 248.74 495.49 248.65 481.03 248.54 466.58 248.42 452.13 248.32 437.67 248.23 423.22 248.16 408.77 248.13 394.32 248.12 379.86 248.15 365.41 248.21 350.96 248.3 336.5 248.4 322.05 248.52 307.6 248.63 293.14 248.72 278.69 248.8 264.24 248.85 249.78 248.87 235.33 248.85 220.88 248.81 206.42 248.73 191.97 248.63 177.52 248.52 163.07 248.41 148.61 248.31 134.16 248.22 119.71 248.16 105.25 248.12 90.8 248.12 76.35 248.16 61.89 248.22 47.44 248.31 32.99 248.42 18.53 248.53 4.08 248.64 -10.36 248.74 -24.82 248.81 -39.27 248.86 -53.72" stroke-dasharray="9 22" transform="rotate(61.666666666666664, 711, 400)" opacity="0.61"></path><path d="M261.43 -40.41Q275.61 -40.01 289.79 -40.17 303.98 -40.89 318.16 -42.12 332.35 -43.8 346.53 -45.83 360.71 -48.1 374.9 -50.47 389.08 -52.81 403.27 -55 417.45 -56.9 431.63 -58.41 445.82 -59.45 460 -59.95 474.19 -59.89 488.37 -59.27 502.55 -58.12 516.74 -56.52 530.92 -54.55 545.1 -52.31 559.29 -49.95 573.47 -47.59 587.66 -45.37 601.84 -43.41 616.02 -41.82 630.21 -40.69 644.39 -40.09 658.58 -40.05 672.76 -40.57 686.94 -41.62 701.13 -43.15 715.31 -45.07 729.5 -47.26 743.68 -49.61 757.86 -51.98 772.05 -54.24 786.23 -56.25 800.41 -57.92 814.6 -59.13 828.78 -59.83 842.97 -59.98 857.15 -59.56 871.33 -58.6 885.52 -57.15 899.7 -55.29 913.89 -53.14 928.07 -50.81 942.25 -48.44 956.44 -46.15 970.62 -44.08 984.81 -42.34 998.99 -41.04 1013.17 -40.24 1027.36 -40 1041.54 -40.32 1055.72 -41.18 1069.91 -42.55 1084.09 -44.33 1098.28 -46.44 1112.46 -48.75 1126.64 -51.13 1140.83 -53.44 1161.24 -49.43 1165.18 -29.24 1162.53 -15.18 1159.76 -1.11 1157.09 12.94 1154.76 27 1152.95 41.06 1151.84 55.13 1151.5 69.19 1151.97 83.25 1153.21 97.31 1155.11 111.38 1157.52 125.44 1160.22 139.5 1162.99 153.56 1165.58 167.63 1167.79 181.69 1169.42 195.75 1170.33 209.81 1170.44 223.88 1169.75 237.94 1168.31 252 1166.25 266.06 1163.74 280.13 1161 294.19 1158.26 308.25 1155.75 322.31 1153.68 336.38 1152.24 350.44 1151.55 364.5 1151.66 378.56 1152.57 392.63 1154.19 406.69 1156.39 420.75 1158.99 434.81 1161.76 448.88 1164.46 462.94 1166.87 477 1168.77 491.06 1170.02 505.13 1170.49 519.19 1170.16 533.25 1169.04 547.31 1167.24 561.38 1164.91 575.44 1162.24 589.5 1159.47 603.56 1156.82 617.63 1154.54 631.69 1152.8 645.75 1151.76 659.81 1151.51 673.88 1152.07 687.94 1153.38 702 1155.35 716.06 1157.8 730.13 1160.52 744.19 1163.28 758.25 1165.84 772.31 1168 786.38 1169.55 800.44 1170.38 814.5 1170.41 828.56 1169.63 842.63 1155.44 844.43 1141.25 846.55 1127.06 848.86 1112.87 851.24 1098.68 853.55 1084.49 855.66 1070.3 857.44 1056.11 858.81 1041.92 859.67 1027.73 859.99 1013.54 859.75 999.35 858.95 985.16 857.65 970.97 855.91 956.78 853.84 942.59 851.55 928.4 849.18 914.21 846.85 900.02 844.7 885.82 842.84 871.63 841.39 857.44 840.43 843.25 840.01 829.06 840.16 814.87 840.86 800.68 842.07 786.49 843.74 772.3 845.75 758.11 848.01 743.92 850.38 729.73 852.73 715.54 854.92 701.35 856.84 687.16 858.37 672.97 859.42 658.78 859.94 644.59 859.9 630.4 859.3 616.21 858.17 602.02 856.58 587.83 854.62 573.64 852.4 559.45 850.04 545.26 847.68 531.07 845.44 516.88 843.47 502.69 841.87 488.5 840.72 474.3 840.1 460.11 840.04 445.92 840.54 431.73 841.58 417.54 843.09 403.35 844.99 389.16 847.18 374.97 849.52 360.78 851.89 346.59 854.16 332.4 856.19 318.21 857.87 304.02 859.1 289.83 859.82 275.64 859.98 261.45 859.58 261.49 845.52 261.49 831.46 261.45 817.39 261.36 803.33 261.25 789.27 261.12 775.21 260.97 761.14 260.83 747.08 260.7 733.02 260.59 718.96 260.53 704.89 260.5 690.83 260.51 676.77 260.56 662.71 260.66 648.64 260.78 634.58 260.91 620.52 261.06 606.46 261.2 592.39 261.32 578.33 261.42 564.27 261.48 550.21 261.49 536.14 261.47 522.08 261.4 508.02 261.3 493.96 261.18 479.89 261.04 465.83 260.89 451.77 260.75 437.71 260.64 423.64 260.55 409.58 260.5 395.52 260.5 381.46 260.53 367.39 260.61 353.33 260.72 339.27 260.85 325.21 261 311.14 261.14 297.08 261.27 283.02 261.38 268.96 261.46 254.89 261.49 240.83 261.49 226.77 261.44 212.71 261.35 198.64 261.24 184.58 261.1 170.52 260.95 156.46 260.81 142.39 260.69 128.33 260.59 114.27 260.52 100.21 260.5 86.14 260.51 72.08 260.57 58.02 260.67 43.96 260.79 29.89 260.93 15.83 261.08 1.77 261.22 -12.28 261.34 -26.35 261.43 -40.41" stroke-dasharray="3 34" transform="rotate(65.0925925925926, 711, 400)" opacity="0.88"></path><path d="M273.94 -27.52Q287.7 -27.61 301.47 -28.23 315.24 -29.35 329.01 -30.9 342.78 -32.8 356.54 -34.95 370.31 -37.24 384.08 -39.54 397.85 -41.74 411.62 -43.7 425.38 -45.34 439.15 -46.55 452.92 -47.28 466.69 -47.49 480.46 -47.17 494.23 -46.32 507.99 -45.01 521.76 -43.29 535.53 -41.26 549.3 -39.04 563.07 -36.73 576.83 -34.46 590.6 -32.35 604.37 -30.52 618.14 -29.06 631.91 -28.05 645.68 -27.55 659.44 -27.58 673.21 -28.14 686.98 -29.2 700.75 -30.7 714.52 -32.57 728.28 -34.69 742.05 -36.97 755.82 -39.28 769.59 -41.49 783.36 -43.49 797.12 -45.17 810.89 -46.44 824.66 -47.23 838.43 -47.49 852.2 -47.23 865.97 -46.44 879.73 -45.18 893.5 -43.5 907.27 -41.51 921.04 -39.3 934.81 -36.99 948.57 -34.71 962.34 -32.58 976.11 -30.71 989.88 -29.2 1003.65 -28.14 1017.42 -27.58 1031.18 -27.55 1044.95 -28.05 1058.72 -29.05 1072.49 -30.51 1086.26 -32.34 1100.02 -34.44 1113.79 -36.71 1127.56 -39.02 1147.14 -35.43 1150.46 -15.93 1147.81 -2.26 1145.21 11.4 1142.87 25.07 1140.99 38.74 1139.72 52.42 1139.15 66.09 1139.33 79.76 1140.25 93.43 1141.84 107.1 1143.96 120.78 1146.45 134.45 1149.1 148.12 1151.71 161.79 1154.05 175.46 1155.95 189.13 1157.25 202.81 1157.84 216.48 1157.68 230.15 1156.78 243.82 1155.21 257.49 1153.1 271.17 1150.62 284.84 1147.97 298.51 1145.36 312.18 1143 325.85 1141.09 339.53 1139.77 353.2 1139.16 366.87 1139.3 380.54 1140.18 394.21 1141.73 407.88 1143.82 421.56 1146.29 435.23 1148.94 448.9 1151.56 462.57 1153.92 476.24 1155.85 489.92 1157.19 503.59 1157.82 517.26 1157.71 530.93 1156.85 544.6 1155.32 558.28 1153.24 571.95 1150.77 585.62 1148.13 599.29 1145.51 612.96 1143.13 626.63 1141.19 640.31 1139.83 653.98 1139.17 667.65 1139.27 681.32 1140.1 694.99 1141.62 708.67 1143.69 722.34 1146.14 736.01 1148.79 749.68 1151.41 763.35 1153.79 777.03 1155.75 790.7 1157.13 804.37 1157.81 818.04 1157.74 831.71 1143.93 833.74 1130.12 835.97 1116.32 838.28 1102.51 840.55 1088.7 842.65 1074.9 844.48 1061.09 845.94 1047.28 846.94 1033.48 847.44 1019.67 847.41 1005.86 846.85 992.06 845.79 978.25 844.28 964.44 842.41 950.64 840.28 936.83 838 923.02 835.69 909.22 833.48 895.41 831.49 881.6 829.81 867.8 828.55 853.99 827.76 840.18 827.5 826.38 827.76 812.57 828.55 798.76 829.82 784.96 831.5 771.15 833.5 757.34 835.71 743.54 838.02 729.73 840.3 715.92 842.42 702.12 844.29 688.31 845.79 674.5 846.85 660.7 847.41 646.89 847.44 633.08 846.94 619.28 845.93 605.47 844.47 591.66 842.64 577.86 840.53 564.05 838.26 550.24 835.95 536.44 833.73 522.63 831.7 508.82 829.98 495.02 828.67 481.21 827.82 467.4 827.5 453.6 827.71 439.79 828.44 425.98 829.65 412.18 831.29 398.37 833.25 384.56 835.45 370.76 837.75 356.95 840.04 343.14 842.19 329.34 844.09 315.53 845.64 301.72 846.76 287.92 847.38 274.11 847.47 274.12 833.79 274.07 820.12 273.98 806.45 273.85 792.78 273.69 779.11 273.51 765.43 273.34 751.76 273.17 738.09 273.04 724.42 272.94 710.75 272.88 697.07 272.87 683.4 272.92 669.73 273.01 656.06 273.14 642.39 273.3 628.72 273.47 615.04 273.65 601.37 273.81 587.7 273.95 574.03 274.05 560.36 274.11 546.68 274.12 533.01 274.07 519.34 273.99 505.67 273.86 492 273.7 478.32 273.52 464.65 273.35 450.98 273.18 437.31 273.04 423.64 272.94 409.97 272.88 396.29 272.87 382.62 272.91 368.95 273 355.28 273.13 341.61 273.29 327.93 273.46 314.26 273.64 300.59 273.8 286.92 273.94 273.25 274.05 259.57 274.11 245.9 274.12 232.23 274.08 218.56 273.99 204.89 273.87 191.22 273.71 177.54 273.54 163.87 273.36 150.2 273.19 136.53 273.05 122.86 272.95 109.18 272.88 95.51 272.87 81.84 272.91 68.17 272.99 54.5 273.12 40.82 273.28 27.15 273.45 13.48 273.63 -0.18 273.79 -13.85 273.94 -27.52" stroke-dasharray="27 0" transform="rotate(68.51851851851852, 711, 400)" opacity="0.15"></path><path d="M286.37 -15.09Q299.72 -15.64 313.06 -16.66 326.41 -18.1 339.76 -19.89 353.1 -21.94 366.45 -24.15 379.8 -26.39 393.15 -28.57 406.49 -30.56 419.84 -32.27 433.19 -33.62 446.54 -34.53 459.88 -34.96 473.23 -34.89 486.58 -34.32 499.93 -33.28 513.27 -31.82 526.62 -30.01 539.97 -27.95 553.31 -25.75 566.66 -23.5 580.01 -21.33 593.36 -19.35 606.7 -17.65 620.05 -16.32 633.4 -15.43 646.75 -15.02 660.09 -15.11 673.44 -15.71 686.79 -16.77 700.14 -18.25 713.48 -20.07 726.83 -22.13 740.18 -24.34 753.53 -26.59 766.87 -28.75 780.22 -30.72 793.57 -32.41 806.91 -33.72 820.26 -34.59 833.61 -34.98 846.96 -34.86 860.3 -34.24 873.65 -33.16 887 -31.67 900.35 -29.84 913.69 -27.76 927.04 -25.55 940.39 -23.31 953.74 -21.15 967.08 -19.19 980.43 -17.52 993.78 -16.22 1007.12 -15.37 1020.47 -15.01 1033.82 -15.15 1047.17 -15.78 1060.51 -16.88 1073.86 -18.39 1087.21 -20.24 1100.56 -22.32 1113.9 -24.54 1132.74 -21.22 1135.69 -2.37 1133.18 10.9 1130.88 24.18 1128.97 37.46 1127.59 50.75 1126.86 64.03 1126.81 77.31 1127.47 90.59 1128.78 103.87 1130.63 117.15 1132.89 130.43 1135.39 143.71 1137.93 157 1140.33 170.28 1142.4 183.56 1143.98 196.84 1144.95 210.12 1145.24 223.4 1144.83 236.68 1143.75 249.96 1142.07 263.25 1139.94 276.53 1137.5 289.81 1134.95 303.09 1132.48 316.37 1130.27 329.65 1128.51 342.93 1127.31 356.21 1126.77 369.5 1126.93 382.78 1127.79 396.06 1129.27 409.34 1131.25 422.62 1133.6 435.9 1136.14 449.18 1138.66 462.46 1140.98 475.75 1142.92 489.03 1144.33 502.31 1145.11 515.59 1145.19 528.87 1144.58 542.15 1143.31 555.43 1141.49 568.71 1139.25 582 1136.76 595.28 1134.21 608.56 1131.8 621.84 1129.71 635.12 1128.09 648.4 1127.08 661.68 1126.75 674.96 1127.11 688.25 1128.16 701.53 1129.8 714.81 1131.91 728.09 1134.33 741.37 1136.88 754.65 1139.36 767.93 1141.59 781.21 1143.39 794.5 1144.63 807.78 1145.21 821.06 1131.79 823.21 1118.38 825.45 1104.97 827.67 1091.55 829.75 1078.14 831.6 1064.73 833.11 1051.31 834.21 1037.9 834.84 1024.48 834.98 1011.07 834.62 997.66 833.77 984.24 832.47 970.83 830.8 957.42 828.84 944 826.68 930.59 824.44 917.18 822.23 903.76 820.15 890.35 818.32 876.94 816.83 863.52 815.75 850.11 815.13 836.7 815.01 823.28 815.4 809.87 816.27 796.46 817.58 783.04 819.27 769.63 821.24 756.21 823.4 742.8 825.65 729.39 827.86 715.97 829.92 702.56 831.74 689.15 833.22 675.73 834.28 662.32 834.88 648.91 834.97 635.49 834.56 622.08 833.67 608.67 832.34 595.25 830.64 581.84 828.66 568.43 826.49 555.01 824.24 541.6 822.04 528.19 819.98 514.77 818.17 501.36 816.71 487.94 815.67 474.53 815.1 461.12 815.03 447.7 815.46 434.29 816.37 420.88 817.72 407.46 819.43 394.05 821.42 380.64 823.6 367.22 825.84 353.81 828.05 340.4 830.1 326.98 831.89 313.57 833.33 300.16 834.35 286.74 834.9 286.69 821.62 286.59 808.34 286.45 795.06 286.27 781.78 286.07 768.5 285.86 755.22 285.66 741.94 285.49 728.65 285.36 715.37 285.27 702.09 285.25 688.81 285.27 675.53 285.35 662.25 285.49 648.97 285.65 635.69 285.85 622.4 286.06 609.12 286.26 595.84 286.44 582.56 286.59 569.28 286.69 556 286.74 542.72 286.73 529.44 286.67 516.15 286.56 502.87 286.4 489.59 286.21 476.31 286.01 463.03 285.8 449.75 285.61 436.47 285.45 423.19 285.33 409.9 285.26 396.62 285.25 383.34 285.29 370.06 285.39 356.78 285.53 343.5 285.71 330.22 285.91 316.94 286.12 303.65 286.31 290.37 286.49 277.09 286.62 263.81 286.71 250.53 286.74 237.25 286.72 223.97 286.64 210.69 286.51 197.4 286.35 184.12 286.15 170.84 285.95 157.56 285.74 144.28 285.56 131 285.41 117.72 285.3 104.44 285.25 91.15 285.25 77.87 285.31 64.59 285.43 51.31 285.58 38.03 285.77 24.75 285.97 11.47 286.18 -1.8 286.37 -15.09" stroke-dasharray="28 31" transform="rotate(71.94444444444444, 711, 400)" opacity="0.56"></path><path d="M298.72 -3.09Q311.64 -4.05 324.57 -5.41 337.49 -7.11 350.42 -9.07 363.34 -11.18 376.26 -13.36 389.19 -15.5 402.11 -17.5 415.03 -19.26 427.96 -20.69 440.88 -21.74 453.81 -22.35 466.73 -22.48 479.65 -22.15 492.58 -21.35 505.5 -20.14 518.43 -18.56 531.35 -16.69 544.27 -14.62 557.2 -12.45 570.12 -10.29 583.04 -8.22 595.97 -6.37 608.89 -4.8 621.82 -3.6 634.74 -2.82 647.66 -2.5 660.59 -2.66 673.51 -3.28 686.43 -4.35 699.36 -5.8 712.28 -7.57 725.21 -9.57 738.13 -11.71 751.05 -13.89 763.98 -16 776.9 -17.95 789.83 -19.64 802.75 -20.98 815.67 -21.93 828.6 -22.42 841.52 -22.45 854.44 -22 867.37 -21.1 880.29 -19.78 893.22 -18.13 906.14 -16.2 919.06 -14.1 931.99 -11.92 944.91 -9.77 957.83 -7.75 970.76 -5.96 983.68 -4.47 996.61 -3.37 1009.53 -2.7 1022.45 -2.5 1035.38 -2.77 1048.3 -3.5 1061.23 -4.66 1074.15 -6.2 1087.07 -8.03 1100 -10.08 1118.17 -6.88 1121 11.36 1118.76 24.25 1116.86 37.14 1115.44 50.03 1114.59 62.92 1114.38 75.81 1114.83 88.7 1115.89 101.59 1117.5 114.49 1119.54 127.38 1121.87 140.27 1124.31 153.16 1126.69 166.05 1128.84 178.94 1130.61 191.83 1131.87 204.72 1132.53 217.61 1132.54 230.5 1131.91 243.39 1130.67 256.28 1128.91 269.17 1126.77 282.06 1124.39 294.95 1121.95 307.84 1119.62 320.74 1117.57 333.63 1115.94 346.52 1114.85 359.41 1114.39 372.3 1114.57 385.19 1115.4 398.08 1116.81 410.97 1118.69 423.86 1120.92 436.75 1123.34 449.64 1125.76 462.53 1128.03 475.42 1129.97 488.31 1131.44 501.2 1132.35 514.09 1132.62 526.99 1132.23 539.88 1131.22 552.77 1129.66 565.66 1127.65 578.55 1125.35 591.44 1122.91 604.33 1120.52 617.22 1118.34 630.11 1116.52 643 1115.21 655.89 1114.49 668.78 1114.42 681.67 1115 694.56 1116.18 707.45 1117.89 720.34 1120.01 733.24 1122.37 746.13 1124.81 759.02 1127.16 771.91 1129.25 784.8 1130.92 797.69 1132.06 810.58 1119.05 812.75 1106.04 814.91 1093.03 816.96 1080.01 818.79 1067 820.33 1053.99 821.49 1040.98 822.22 1027.97 822.49 1014.96 822.29 1001.95 821.62 988.93 820.52 975.92 819.03 962.91 817.24 949.9 815.22 936.89 813.07 923.88 810.89 910.86 808.79 897.85 806.86 884.84 805.21 871.83 803.89 858.82 802.99 845.81 802.54 832.79 802.57 819.78 803.06 806.77 804.01 793.76 805.35 780.75 807.04 767.74 808.99 754.72 811.1 741.71 813.28 728.7 815.42 715.69 817.42 702.68 819.19 689.67 820.64 676.65 821.71 663.64 822.33 650.63 822.49 637.62 822.17 624.61 821.39 611.6 820.19 598.58 818.62 585.57 816.77 572.56 814.7 559.55 812.54 546.54 810.37 533.53 808.3 520.51 806.43 507.5 804.85 494.49 803.64 481.48 802.84 468.47 802.51 455.46 802.64 442.44 803.25 429.43 804.3 416.42 805.73 403.41 807.49 390.4 809.49 377.39 811.63 364.37 813.81 351.36 815.92 338.35 817.88 325.34 819.58 312.33 820.94 299.32 821.9 299.21 809.01 299.05 796.12 298.85 783.23 298.62 770.34 298.39 757.45 298.16 744.56 297.96 731.66 297.79 718.77 297.68 705.88 297.62 692.99 297.63 680.1 297.7 667.21 297.83 654.32 298 641.43 298.21 628.54 298.44 615.65 298.67 602.76 298.89 589.87 299.09 576.98 299.24 564.09 299.33 551.2 299.37 538.31 299.34 525.41 299.26 512.52 299.12 499.63 298.93 486.74 298.71 473.85 298.48 460.96 298.25 448.07 298.03 435.18 297.85 422.29 297.72 409.4 297.64 396.51 297.62 383.62 297.67 370.73 297.77 357.84 297.93 344.95 298.12 332.06 298.35 319.16 298.58 306.27 298.81 293.38 299.01 280.49 299.18 267.6 299.3 254.71 299.36 241.82 299.36 228.93 299.3 216.04 299.18 203.15 299.01 190.26 298.8 177.37 298.57 164.48 298.34 151.59 298.12 138.7 297.92 125.81 297.77 112.91 297.66 100.02 297.62 87.13 297.64 74.24 297.72 61.35 297.86 48.46 298.04 35.57 298.26 22.68 298.49 9.79 298.72 -3.09" stroke-dasharray="2 8" transform="rotate(75.37037037037037, 711, 400)" opacity="0.43"></path><path d="M311 8.47Q323.5 7.17 336 5.54 348.5 3.67 361 1.63 373.5 -0.47 386 -2.56 398.5 -4.53 411 -6.31 423.5 -7.8 436 -8.94 448.5 -9.68 461 -9.99 473.5 -9.85 486 -9.27 498.5 -8.28 511 -6.91 523.5 -5.24 536 -3.33 548.5 -1.27 561 0.83 573.5 2.91 586 4.85 598.5 6.58 611 8.02 623.5 9.09 636 9.76 648.5 9.99 661 9.78 673.5 9.13 686 8.07 698.5 6.64 711 4.92 723.5 2.99 736 0.91 748.5 -1.19 761 -3.25 773.5 -5.17 786 -6.85 798.5 -8.23 811 -9.24 823.5 -9.83 836 -9.99 848.5 -9.7 861 -8.97 873.5 -7.85 886 -6.37 898.5 -4.61 911 -2.64 923.5 -0.55 936 1.55 948.5 3.6 961 5.48 973.5 7.11 986 8.43 998.5 9.37 1011 9.89 1023.5 9.97 1036 9.6 1048.5 8.81 1061 7.62 1073.5 6.08 1086 4.28 1103.59 7.48 1106.52 25.19 1104.66 37.69 1103.23 50.19 1102.32 62.69 1102 75.19 1102.28 87.69 1103.15 100.19 1104.55 112.69 1106.39 125.19 1108.53 137.69 1110.85 150.19 1113.17 162.69 1115.34 175.19 1117.23 187.69 1118.69 200.19 1119.63 212.69 1119.99 225.19 1119.75 237.69 1118.91 250.19 1117.54 262.69 1115.73 275.19 1113.6 287.69 1111.29 300.19 1108.97 312.69 1106.78 325.19 1104.87 337.69 1103.38 350.19 1102.4 362.69 1102 375.19 1102.21 387.69 1103.01 400.19 1104.35 412.69 1106.13 425.19 1108.25 437.69 1110.55 450.19 1112.88 462.69 1115.08 475.19 1117.01 487.69 1118.53 500.19 1119.54 512.69 1119.98 525.19 1119.81 537.69 1119.05 550.19 1117.74 562.69 1115.98 575.19 1113.88 587.69 1111.59 600.19 1109.26 612.69 1107.04 625.19 1105.1 637.69 1103.54 650.19 1102.5 662.69 1102.02 675.19 1102.15 687.69 1102.88 700.19 1104.15 712.69 1105.89 725.19 1107.96 737.69 1110.25 750.19 1112.58 762.69 1114.81 775.19 1116.78 787.69 1118.36 800.19 1105.76 802.28 1093.16 804.28 1080.55 806.08 1067.95 807.62 1055.35 808.81 1042.75 809.6 1030.14 809.97 1017.54 809.89 1004.94 809.37 992.34 808.43 979.74 807.11 967.13 805.48 954.53 803.6 941.93 801.55 929.33 799.44 916.72 797.35 904.12 795.38 891.52 793.62 878.92 792.14 866.31 791.02 853.71 790.29 841.11 790 828.51 790.16 815.91 790.75 803.3 791.76 790.7 793.14 778.1 794.82 765.5 796.74 752.89 798.8 740.29 800.91 727.69 802.99 715.09 804.92 702.48 806.64 689.88 808.07 677.28 809.13 664.68 809.78 652.08 809.99 639.47 809.76 626.87 809.09 614.27 808.02 601.67 806.58 589.06 804.85 576.46 802.91 563.86 800.83 551.26 798.72 538.65 796.66 526.05 794.75 513.45 793.08 500.85 791.71 488.25 790.72 475.64 790.14 463.04 790 450.44 790.31 437.84 791.05 425.23 792.19 412.63 793.68 400.03 795.46 387.43 797.43 374.82 799.52 362.22 801.63 349.62 803.67 337.02 805.54 318.03 801.57 311.42 783.47 311.17 770.97 310.91 758.47 310.66 745.97 310.43 733.47 310.23 720.97 310.09 708.47 310.01 695.97 310 683.47 310.05 670.97 310.17 658.47 310.34 645.97 310.56 633.47 310.8 620.97 311.06 608.47 311.32 595.97 311.55 583.47 311.74 570.97 311.89 558.47 311.97 545.97 311.99 533.47 311.94 520.97 311.83 508.47 311.66 495.97 311.45 483.47 311.2 470.97 310.95 458.47 310.69 445.97 310.45 433.47 310.26 420.97 310.11 408.47 310.02 395.97 310 383.47 310.04 370.97 310.15 358.47 310.31 345.97 310.53 333.47 310.77 320.97 311.03 308.47 311.28 295.97 311.52 283.47 311.72 270.97 311.87 258.47 311.97 245.97 311.99 233.47 311.95 220.97 311.85 208.47 311.69 195.97 311.48 183.47 311.24 170.97 310.98 158.47 310.72 145.97 310.48 133.47 310.28 120.97 310.12 108.47 310.03 95.97 310 83.47 310.03 70.97 310.13 58.47 310.29 45.97 310.5 33.47 310.74 20.97 311 8.47" stroke-dasharray="34 37" transform="rotate(78.79629629629629, 711, 400)" opacity="0.30"></path><path d="M323.21 19.67Q335.28 18.1 347.36 16.29 359.44 14.33 371.52 12.29 383.6 10.25 395.67 8.31 407.75 6.55 419.83 5.04 431.91 3.84 443.99 3 456.07 2.56 468.14 2.54 480.22 2.93 492.3 3.73 504.38 4.9 516.46 6.38 528.53 8.12 540.61 10.05 552.69 12.07 564.77 14.12 576.85 16.1 588.93 17.92 601 19.52 613.08 20.82 625.16 21.78 637.24 22.34 649.32 22.49 661.39 22.22 673.47 21.54 685.55 20.49 697.63 19.09 709.71 17.42 721.79 15.55 733.86 13.54 745.94 11.49 758.02 9.49 770.1 7.61 782.18 5.93 794.25 4.53 806.33 3.47 818.41 2.78 830.49 2.5 842.57 2.64 854.65 3.2 866.72 4.14 878.8 5.44 890.88 7.03 902.96 8.85 915.04 10.82 927.12 12.87 939.19 14.9 951.27 16.82 963.35 18.57 975.43 20.06 987.51 21.24 999.58 22.04 1011.66 22.45 1023.74 22.44 1035.82 22.01 1047.9 21.18 1059.98 19.99 1072.05 18.48 1089.14 21.81 1092.35 39 1090.95 51.11 1090.02 63.22 1089.63 75.33 1089.8 87.44 1090.53 99.55 1091.75 111.66 1093.41 123.77 1095.38 135.88 1097.56 147.99 1099.79 160.1 1101.94 172.21 1103.87 184.31 1105.46 196.42 1106.61 208.53 1107.25 220.64 1107.33 232.75 1106.86 244.86 1105.85 256.97 1104.38 269.08 1102.54 281.19 1100.43 293.3 1098.21 305.41 1096.01 317.52 1093.96 329.63 1092.2 341.74 1090.84 353.85 1089.96 365.96 1089.62 378.06 1089.85 390.17 1090.62 402.28 1091.89 414.39 1093.58 426.5 1095.58 438.61 1097.77 450.72 1100 462.83 1102.13 474.94 1104.04 487.05 1105.59 499.16 1106.7 511.27 1107.28 523.38 1107.31 535.49 1106.79 547.6 1105.73 559.71 1104.22 571.81 1102.35 583.92 1100.23 596.03 1098 608.14 1095.8 620.25 1093.78 632.36 1092.05 644.47 1090.73 656.58 1089.9 668.69 1089.62 680.8 1089.9 692.91 1090.72 705.02 1092.03 717.13 1093.76 729.24 1095.78 741.35 1097.98 753.46 1100.2 765.56 1097.17 784.7 1079.83 793.48 1067.64 794.99 1055.45 796.18 1043.26 797.01 1031.08 797.44 1018.89 797.45 1006.7 797.04 994.52 796.24 982.33 795.06 970.14 793.57 957.95 791.82 945.77 789.9 933.58 787.87 921.39 785.82 909.21 783.85 897.02 782.03 884.83 780.44 872.64 779.14 860.46 778.2 848.27 777.64 836.08 777.5 823.89 777.78 811.71 778.47 799.52 779.53 787.33 780.93 775.15 782.61 762.96 784.49 750.77 786.49 738.58 788.54 726.4 790.55 714.21 792.42 702.02 794.09 689.84 795.49 677.65 796.54 665.46 797.22 653.27 797.49 641.09 797.34 628.9 796.78 616.71 795.82 604.52 794.52 592.34 792.92 580.15 791.1 567.96 789.12 555.78 787.07 543.59 785.05 531.4 783.12 519.21 781.38 507.03 779.9 494.84 778.73 482.65 777.93 470.46 777.54 458.28 777.56 446.09 778 433.9 778.84 421.72 780.04 409.53 781.55 397.34 783.31 385.15 785.25 372.97 787.29 360.78 789.33 348.59 791.29 330.19 787.83 323.71 770.45 323.43 758.34 323.15 746.23 322.89 734.12 322.68 722.01 322.51 709.9 322.41 697.79 322.37 685.69 322.41 673.58 322.51 661.47 322.68 649.36 322.9 637.25 323.15 625.14 323.43 613.03 323.71 600.92 323.98 588.81 324.22 576.7 324.41 564.59 324.55 552.48 324.61 540.37 324.61 528.26 324.53 516.15 324.39 504.04 324.2 491.94 323.96 479.83 323.69 467.72 323.4 455.61 323.13 443.5 322.87 431.39 322.66 419.28 322.5 407.17 322.4 395.06 322.37 382.95 322.41 370.84 322.52 358.73 322.7 346.62 322.92 334.51 323.18 322.4 323.46 310.29 323.74 298.19 324.01 286.08 324.24 273.97 324.43 261.86 324.56 249.75 324.62 237.64 324.61 225.53 324.52 213.42 324.38 201.31 324.18 189.2 323.93 177.09 323.66 164.98 323.38 152.87 323.1 140.76 322.85 128.65 322.64 116.54 322.48 104.44 322.39 92.33 322.37 80.22 322.42 68.11 322.54 56 322.72 43.89 322.94 31.78 323.21 19.67" stroke-dasharray="17 18" transform="rotate(82.22222222222221, 711, 400)" opacity="0.51"></path><path d="M335.37 30.54Q347.03 28.79 358.69 26.89 370.35 24.92 382.01 22.95 393.68 21.06 405.34 19.32 417 17.81 428.66 16.58 440.32 15.68 451.98 15.14 463.64 15 475.3 15.25 486.96 15.88 498.62 16.87 510.28 18.17 521.94 19.75 533.6 21.54 545.26 23.45 556.92 25.43 568.58 27.4 580.24 29.27 591.9 30.97 603.56 32.43 615.22 33.6 626.88 34.44 638.54 34.9 650.2 34.98 661.87 34.66 673.53 33.96 685.19 32.91 696.85 31.54 708.51 29.92 720.17 28.11 731.83 26.18 743.49 24.19 755.15 22.24 766.81 20.4 778.47 18.74 790.13 17.32 801.79 16.21 813.45 15.44 825.11 15.05 836.77 15.04 848.43 15.43 860.09 16.2 871.75 17.31 883.41 18.72 895.07 20.38 906.73 22.23 918.39 24.18 930.06 26.16 941.72 28.1 953.38 29.91 965.04 31.53 976.7 32.9 988.36 33.95 1000.02 34.65 1011.68 34.97 1023.34 34.9 1035 34.44 1046.66 33.61 1058.32 32.44 1074.96 35.99 1078.59 52.72 1077.68 64.44 1077.27 76.15 1077.37 87.87 1077.99 99.59 1079.08 111.31 1080.58 123.03 1082.4 134.75 1084.43 146.47 1086.56 158.19 1088.66 169.9 1090.59 181.62 1092.25 193.34 1093.55 205.06 1094.39 216.78 1094.74 228.5 1094.57 240.22 1093.88 251.94 1092.74 263.65 1091.19 275.37 1089.33 287.09 1087.28 298.81 1085.15 310.53 1083.07 322.25 1081.16 333.97 1079.54 345.69 1078.3 357.4 1077.52 369.12 1077.25 380.84 1077.49 392.56 1078.23 404.28 1079.44 416 1081.03 427.72 1082.92 439.44 1084.99 451.15 1087.12 462.87 1089.19 474.59 1091.06 486.31 1092.64 498.03 1093.82 509.75 1094.53 521.47 1094.74 533.19 1094.43 544.9 1093.62 556.62 1092.36 568.34 1090.72 580.06 1088.8 591.78 1086.72 603.5 1084.59 615.22 1082.54 626.94 1080.7 638.65 1079.17 650.37 1078.05 662.09 1077.4 673.81 1077.26 685.53 1077.63 697.25 1078.51 708.97 1079.82 720.69 1081.51 732.4 1083.45 744.12 1085.55 755.84 1082.81 774.27 1066.17 782.44 1054.4 783.61 1042.63 784.44 1030.86 784.9 1019.09 784.97 1007.33 784.65 995.56 783.95 983.79 782.9 972.02 781.53 960.25 779.91 948.48 778.1 936.72 776.16 924.95 774.18 913.18 772.23 901.41 770.38 889.64 768.72 877.87 767.31 866.1 766.2 854.34 765.43 842.57 765.04 830.8 765.05 819.03 765.44 807.26 766.21 795.49 767.32 783.73 768.74 771.96 770.4 760.19 772.24 748.42 774.19 736.65 776.18 724.88 778.11 713.12 779.92 701.35 781.54 689.58 782.91 677.81 783.96 666.04 784.66 654.27 784.98 642.5 784.9 630.74 784.44 618.97 783.6 607.2 782.43 595.43 780.97 583.66 779.27 571.89 777.4 560.13 775.43 548.36 773.45 536.59 771.54 524.82 769.75 513.05 768.17 501.28 766.87 489.51 765.88 477.75 765.25 465.98 765 454.21 765.14 442.44 765.68 430.67 766.58 418.9 767.81 407.14 769.32 395.37 771.06 383.6 772.95 371.83 774.92 360.06 776.89 342.26 773.81 335.93 757.11 335.63 745.39 335.35 733.67 335.11 721.95 334.93 710.23 334.8 698.51 334.75 686.79 334.77 675.08 334.86 663.36 335.02 651.64 335.24 639.92 335.5 628.2 335.79 616.48 336.1 604.76 336.4 593.04 336.67 581.33 336.9 569.61 337.08 557.89 337.2 546.17 337.24 534.45 337.21 522.73 337.11 511.01 336.94 499.29 336.72 487.58 336.45 475.86 336.16 464.14 335.85 452.42 335.56 440.7 335.29 428.98 335.06 417.26 334.89 405.54 334.78 393.83 334.75 382.11 334.78 370.39 334.9 358.67 335.07 346.95 335.3 335.23 335.58 323.51 335.87 311.79 336.18 300.08 336.47 288.36 336.74 276.64 336.96 264.92 337.12 253.2 337.22 241.48 337.24 229.76 337.19 218.04 337.07 206.33 336.89 194.61 336.65 182.89 336.38 171.17 336.08 159.45 335.77 147.73 335.48 136.01 335.22 124.29 335.01 112.58 334.85 100.86 334.76 89.14 334.75 77.42 334.81 65.7 334.94 53.98 335.13 42.26 335.37 30.54" stroke-dasharray="13 33" transform="rotate(85.64814814814815, 711, 400)" opacity="0.17"></path><path d="M347.53 41.17Q358.78 39.33 370.02 37.42 381.27 35.51 392.52 33.68 403.77 31.98 415.02 30.49 426.27 29.26 437.51 28.33 448.76 27.73 460.01 27.5 471.26 27.63 482.51 28.12 493.76 28.96 505 30.12 516.25 31.54 527.5 33.18 538.75 34.98 550 36.88 561.25 38.79 572.49 40.66 583.74 42.41 594.99 43.98 606.24 45.32 617.49 46.36 628.74 47.08 639.98 47.45 651.23 47.45 662.48 47.09 673.73 46.37 684.98 45.33 696.23 43.99 707.47 42.42 718.72 40.67 729.97 38.81 741.22 36.89 752.47 35 763.72 33.2 774.96 31.55 786.21 30.13 797.46 28.97 808.71 28.13 819.96 27.63 831.21 27.5 842.45 27.73 853.7 28.32 864.95 29.25 876.2 30.48 887.45 31.97 898.7 33.66 909.94 35.5 921.19 37.4 932.44 39.31 943.69 41.16 954.94 42.87 966.19 44.38 977.43 45.63 988.68 46.59 999.93 47.22 1011.18 47.49 1022.43 47.39 1033.68 46.92 1044.92 46.11 1061.17 49.95 1065.3 66.24 1064.9 77.57 1064.97 88.9 1065.52 100.22 1066.51 111.55 1067.88 122.88 1069.57 134.21 1071.48 145.54 1073.49 156.86 1075.51 168.19 1077.41 179.52 1079.1 190.85 1080.48 202.18 1081.47 213.51 1082.02 224.83 1082.09 236.16 1081.69 247.49 1080.83 258.82 1079.57 270.15 1077.97 281.47 1076.13 292.8 1074.13 304.13 1072.1 315.46 1070.15 326.79 1068.38 338.11 1066.9 349.44 1065.78 360.77 1065.09 372.1 1064.87 383.43 1065.12 394.76 1065.84 406.08 1066.98 417.41 1068.49 428.74 1070.27 440.07 1072.23 451.4 1074.26 462.72 1076.25 474.05 1078.08 485.38 1079.66 496.71 1080.9 508.04 1081.73 519.36 1082.1 530.69 1082 542.02 1081.42 553.35 1080.4 564.68 1079.01 576.01 1077.3 587.33 1075.39 598.66 1073.37 609.99 1071.35 621.32 1069.46 632.65 1067.79 643.97 1066.43 655.3 1065.47 666.63 1064.95 677.96 1064.91 689.29 1065.34 700.61 1066.23 711.94 1067.51 723.27 1069.13 734.6 1070.99 745.93 1068.33 763.62 1052.32 771.11 1040.97 771.92 1029.63 772.39 1018.28 772.49 1006.93 772.22 995.58 771.59 984.23 770.63 972.88 769.38 961.54 767.87 950.19 766.16 938.84 764.31 927.49 762.4 916.14 760.5 904.8 758.66 893.45 756.97 882.1 755.48 870.75 754.25 859.4 753.32 848.06 752.73 836.71 752.5 825.36 752.63 814.01 753.13 802.66 753.97 791.31 755.13 779.97 756.55 768.62 758.2 757.27 760 745.92 761.89 734.57 763.81 723.23 765.67 711.88 767.42 700.53 768.99 689.18 770.33 677.83 771.37 666.49 772.09 655.14 772.45 643.79 772.45 632.44 772.08 621.09 771.36 609.74 770.32 598.4 768.98 587.05 767.41 575.7 765.66 564.35 763.79 553 761.88 541.66 759.98 530.31 758.18 518.96 756.54 507.61 755.12 496.26 753.96 484.92 753.12 473.57 752.63 462.22 752.5 450.87 752.73 439.52 753.33 428.17 754.26 416.83 755.49 405.48 756.98 394.13 758.68 382.78 760.51 371.43 762.42 354.25 759.59 348.1 743.51 347.8 732.19 347.54 720.86 347.34 709.53 347.2 698.2 347.13 686.87 347.13 675.55 347.22 664.22 347.37 652.89 347.59 641.56 347.85 630.23 348.15 618.91 348.47 607.58 348.8 596.25 349.1 584.92 349.37 573.59 349.6 562.26 349.76 550.94 349.85 539.61 349.87 528.28 349.81 516.95 349.68 505.62 349.48 494.3 349.23 482.97 348.93 471.64 348.62 460.31 348.29 448.98 347.98 437.66 347.7 426.33 347.46 415 347.27 403.67 347.16 392.34 347.12 381.01 347.16 369.69 347.27 358.36 347.44 347.03 347.68 335.7 347.96 324.37 348.27 313.05 348.6 301.72 348.91 290.39 349.21 279.06 349.46 267.73 349.67 256.41 349.8 245.08 349.87 233.75 349.85 222.42 349.77 211.09 349.61 199.76 349.39 188.44 349.12 177.11 348.82 165.78 348.49 154.45 348.17 143.12 347.87 131.8 347.6 120.47 347.38 109.14 347.22 97.81 347.14 86.48 347.12 75.16 347.19 63.83 347.33 52.5 347.53 41.17" stroke-dasharray="16 25" transform="rotate(89.07407407407408, 711, 400)" opacity="0.54"></path><path d="M359.7 51.63Q370.54 49.79 381.39 47.95 392.23 46.18 403.07 44.54 413.92 43.09 424.76 41.87 435.6 40.94 446.44 40.31 457.29 40.02 468.13 40.07 478.97 40.45 489.82 41.17 500.66 42.19 511.5 43.47 522.35 44.98 533.19 46.66 544.03 48.45 554.88 50.3 565.72 52.14 576.56 53.9 587.4 55.53 598.25 56.97 609.09 58.17 619.93 59.09 630.78 59.7 641.62 59.98 652.46 59.91 663.31 59.51 674.15 58.77 684.99 57.74 695.84 56.44 706.68 54.92 717.52 53.24 728.36 51.44 739.21 49.59 750.05 47.75 760.89 46 771.74 44.38 782.58 42.95 793.42 41.76 804.27 40.86 815.11 40.26 825.95 40.01 836.8 40.09 847.64 40.51 858.48 41.26 869.33 42.31 880.17 43.62 891.01 45.15 901.85 46.85 912.7 48.65 923.54 50.5 934.38 52.33 945.23 54.08 956.07 55.7 966.91 57.11 977.76 58.29 988.6 59.17 999.44 59.75 1010.29 59.99 1021.13 59.89 1031.97 59.44 1047.85 63.62 1052.52 79.49 1052.6 90.43 1053.11 101.37 1054.03 112.3 1055.31 123.24 1056.88 134.18 1058.67 145.12 1060.58 156.05 1062.51 166.99 1064.36 177.93 1066.03 188.87 1067.45 199.8 1068.53 210.74 1069.22 221.68 1069.49 232.62 1069.32 243.55 1068.72 254.49 1067.72 265.43 1066.37 276.37 1064.74 287.3 1062.92 298.24 1061 309.18 1059.08 320.12 1057.26 331.05 1055.63 341.99 1054.28 352.93 1053.28 363.87 1052.67 374.8 1052.5 385.74 1052.76 396.68 1053.45 407.62 1054.53 418.55 1055.95 429.49 1057.62 440.43 1059.47 451.37 1061.4 462.3 1063.31 473.24 1065.1 484.18 1066.67 495.12 1067.95 506.05 1068.88 516.99 1069.39 527.93 1069.47 538.87 1069.12 549.8 1068.34 560.74 1067.18 571.68 1065.7 582.62 1063.98 593.55 1062.11 604.49 1060.18 615.43 1058.29 626.37 1056.54 637.3 1055.02 648.24 1053.81 659.18 1052.97 670.12 1052.54 681.05 1052.56 691.99 1053.01 702.93 1053.87 713.87 1055.1 724.8 1056.63 735.74 1053.88 752.68 1038.43 759.44 1027.51 759.89 1016.58 759.99 1005.65 759.75 994.72 759.17 983.79 758.29 972.86 757.11 961.93 755.7 951.01 754.08 940.08 752.33 929.15 750.5 918.22 748.65 907.29 746.85 896.36 745.15 885.44 743.62 874.51 742.31 863.58 741.26 852.65 740.51 841.72 740.09 830.79 740.01 819.87 740.26 808.94 740.86 798.01 741.76 787.08 742.95 776.15 744.38 765.22 746 754.29 747.75 743.37 749.59 732.44 751.44 721.51 753.24 710.58 754.92 699.65 756.44 688.72 757.74 677.8 758.77 666.87 759.51 655.94 759.91 645.01 759.98 634.08 759.7 623.15 759.09 612.22 758.17 601.3 756.97 590.37 755.53 579.44 753.9 568.51 752.14 557.58 750.3 546.65 748.45 535.73 746.66 524.8 744.98 513.87 743.47 502.94 742.19 492.01 741.17 481.08 740.45 470.16 740.07 459.23 740.02 448.3 740.31 437.37 740.94 426.44 741.87 415.51 743.09 404.58 744.54 393.66 746.18 382.73 747.95 366.17 745.24 360.23 729.76 359.95 718.82 359.74 707.88 359.59 696.95 359.51 686.01 359.5 675.07 359.58 664.13 359.73 653.2 359.94 642.26 360.21 631.32 360.52 620.38 360.85 609.45 361.19 598.51 361.52 587.57 361.83 576.63 362.09 565.7 362.29 554.76 362.43 543.82 362.49 532.88 362.48 521.95 362.39 511.01 362.22 500.07 362 489.13 361.72 478.2 361.4 467.26 361.07 456.32 360.73 445.38 360.4 434.45 360.1 423.51 359.85 412.57 359.66 401.63 359.54 390.7 359.5 379.76 359.53 368.82 359.63 357.88 359.81 346.95 360.05 336.01 360.34 325.07 360.66 314.13 361 303.2 361.33 292.26 361.66 281.32 361.94 270.38 362.18 259.45 362.36 248.51 362.46 237.57 362.49 226.63 362.45 215.7 362.33 204.76 362.13 193.82 361.88 182.88 361.59 171.95 361.26 161.01 360.92 150.07 360.58 139.13 360.27 128.2 359.99 117.26 359.77 106.32 359.6 95.38 359.51 84.45 359.5 73.51 359.56 62.57 359.7 51.63" stroke-dasharray="23 29" transform="rotate(92.5, 711, 400)" opacity="0.57"></path><path d="M371.93 62.02Q382.37 60.25 392.82 58.56 403.26 56.98 413.71 55.59 424.15 54.41 434.6 53.49 445.04 52.86 455.49 52.54 465.94 52.53 476.38 52.84 486.83 53.46 497.27 54.37 507.72 55.53 518.16 56.92 528.61 58.48 539.05 60.18 549.5 61.94 559.94 63.73 570.39 65.47 580.83 67.12 591.28 68.62 601.72 69.93 612.17 71 622.61 71.8 633.06 72.3 643.5 72.49 653.95 72.36 664.39 71.92 674.84 71.18 685.28 70.16 695.73 68.89 706.17 67.42 716.62 65.8 727.06 64.07 737.51 62.29 747.96 60.51 758.4 58.8 768.85 57.21 779.29 55.78 789.74 54.57 800.18 53.61 810.63 52.94 821.07 52.57 831.52 52.51 841.96 52.78 852.41 53.35 862.85 54.21 873.3 55.34 883.74 56.7 894.19 58.24 904.63 59.92 915.08 61.68 925.52 63.46 935.97 65.22 946.41 66.88 956.86 68.41 967.3 69.75 977.75 70.86 988.19 71.7 998.64 72.25 1009.08 72.49 1019.53 72.4 1035.05 76.93 1040.24 92.4 1040.75 102.95 1041.63 113.49 1042.84 124.04 1044.33 134.59 1046.01 145.14 1047.81 155.68 1049.65 166.23 1051.43 176.78 1053.07 187.32 1054.49 197.87 1055.62 208.42 1056.41 218.96 1056.82 229.51 1056.82 240.06 1056.43 250.6 1055.66 261.15 1054.54 271.7 1053.13 282.24 1051.5 292.79 1049.72 303.34 1047.89 313.89 1046.08 324.43 1044.39 334.98 1042.9 345.53 1041.68 356.07 1040.78 366.62 1040.26 377.17 1040.13 387.71 1040.4 398.26 1041.06 408.81 1042.08 419.35 1043.41 429.9 1044.99 440.45 1046.73 450.99 1048.56 461.54 1050.38 472.09 1052.11 482.64 1053.67 493.18 1054.98 503.73 1055.98 514.28 1056.62 524.82 1056.87 535.37 1056.71 545.92 1056.16 556.46 1055.24 567.01 1054 577.56 1052.49 588.1 1050.79 598.65 1048.98 609.2 1047.15 619.74 1045.38 630.29 1043.76 640.84 1042.37 651.39 1041.27 661.93 1040.52 672.48 1040.15 683.03 1040.19 693.57 1040.62 704.12 1041.44 714.67 1042.59 725.21 1039.59 741.38 1024.65 747.4 1014.14 747.49 1003.63 747.25 993.12 746.7 982.61 745.86 972.1 744.75 961.58 743.41 951.07 741.88 940.56 740.22 930.05 738.46 919.54 736.68 909.03 734.92 898.52 733.24 888 731.7 877.49 730.34 866.98 729.21 856.47 728.35 845.96 727.78 835.45 727.51 824.94 727.57 814.43 727.94 803.91 728.61 793.4 729.57 782.89 730.78 772.38 732.21 761.87 733.8 751.36 735.51 740.85 737.29 730.33 739.07 719.82 740.8 709.31 742.42 698.8 743.89 688.29 745.16 677.78 746.18 667.27 746.92 656.75 747.36 646.24 747.49 635.73 747.3 625.22 746.8 614.71 746 604.2 744.93 593.69 743.62 583.18 742.12 572.66 740.47 562.15 738.73 551.64 736.94 541.13 735.18 530.62 733.48 520.11 731.92 509.6 730.53 499.08 729.37 488.57 728.46 478.06 727.84 467.55 727.53 457.04 727.54 446.53 727.86 436.02 728.49 425.5 729.41 414.99 730.59 404.48 731.98 393.97 733.56 378.04 730.86 372.35 715.93 372.13 705.38 371.97 694.83 371.88 684.29 371.88 673.74 371.95 663.19 372.09 652.65 372.31 642.1 372.58 631.55 372.89 621.01 373.23 610.46 373.59 599.91 373.94 589.37 374.27 578.82 374.56 568.27 374.8 557.73 374.98 547.18 375.09 536.63 375.12 526.08 375.07 515.54 374.95 504.99 374.75 494.44 374.5 483.9 374.2 473.35 373.86 462.8 373.51 452.26 373.15 441.71 372.81 431.16 372.51 420.62 372.25 410.07 372.05 399.52 371.92 388.98 371.87 378.43 371.9 367.88 372 357.33 372.17 346.79 372.41 336.24 372.7 325.69 373.03 315.15 373.38 304.6 373.73 294.05 374.08 283.51 374.39 272.96 374.67 262.41 374.88 251.87 375.03 241.32 375.11 230.77 375.11 220.23 375.03 209.68 374.88 199.13 374.66 188.58 374.38 178.04 374.06 167.49 373.72 156.94 373.36 146.4 373.01 135.85 372.69 125.3 372.4 114.76 372.16 104.21 371.99 93.66 371.89 83.12 371.87 72.57 371.93 62.02" stroke-dasharray="30 24" transform="rotate(95.92592592592592, 711, 400)" opacity="0.12"></path><path d="M384.25 72.43Q394.3 70.81 404.35 69.32 414.41 67.99 424.46 66.87 434.52 65.99 444.57 65.38 454.63 65.05 464.68 65.02 474.74 65.28 484.79 65.82 494.85 66.64 504.9 67.71 514.96 68.99 525.01 70.44 535.07 72.04 545.12 73.72 555.17 75.43 565.23 77.14 575.28 78.78 585.34 80.31 595.39 81.68 605.45 82.86 615.5 83.8 625.56 84.48 635.61 84.88 645.67 84.99 655.72 84.81 665.78 84.33 675.83 83.58 685.89 82.57 695.94 81.34 706 79.92 716.05 78.36 726.1 76.7 736.16 74.99 746.21 73.27 756.27 71.61 766.32 70.05 776.38 68.63 786.43 67.41 796.49 66.4 806.54 65.65 816.6 65.18 826.65 65 836.71 65.11 846.76 65.51 856.82 66.2 866.87 67.14 876.92 68.32 886.98 69.7 897.03 71.23 907.09 72.87 917.14 74.57 927.2 76.29 937.25 77.97 947.31 79.56 957.36 81.02 967.42 82.3 977.47 83.36 987.53 84.17 997.58 84.72 1007.64 84.97 1022.8 89.85 1028.44 104.92 1029.31 115.07 1030.48 125.23 1031.89 135.39 1033.48 145.54 1035.19 155.7 1036.93 165.85 1038.63 176.01 1040.21 186.17 1041.61 196.32 1042.75 206.48 1043.6 216.64 1044.1 226.79 1044.24 236.95 1044.02 247.1 1043.43 257.26 1042.52 267.42 1041.31 277.57 1039.87 287.73 1038.25 297.89 1036.54 308.04 1034.8 318.2 1033.11 328.35 1031.55 338.51 1030.19 348.67 1029.09 358.82 1028.29 368.98 1027.84 379.14 1027.76 389.29 1028.04 399.45 1028.67 409.6 1029.64 419.76 1030.88 429.92 1032.36 440.07 1033.99 450.23 1035.72 460.39 1037.46 470.54 1039.13 480.7 1040.66 490.85 1041.99 501.01 1043.04 511.17 1043.79 521.32 1044.18 531.48 1044.21 541.64 1043.88 551.79 1043.19 561.95 1042.18 572.1 1040.9 582.26 1039.39 592.42 1037.74 602.57 1036.01 612.73 1034.27 622.89 1032.62 633.04 1031.11 643.2 1029.82 653.35 1028.81 663.51 1028.12 673.67 1027.78 683.82 1027.8 693.98 1028.2 704.14 1028.94 714.29 1025.6 729.69 1011.11 734.97 1001.02 734.72 990.92 734.17 980.82 733.36 970.72 732.3 960.62 731.02 950.52 729.56 940.42 727.97 930.33 726.29 920.23 724.57 910.13 722.87 900.03 721.23 889.93 719.7 879.83 718.32 869.73 717.14 859.63 716.2 849.54 715.51 839.44 715.11 829.34 715 819.24 715.18 809.14 715.65 799.04 716.4 788.94 717.41 778.85 718.63 768.75 720.05 758.65 721.61 748.55 723.27 738.45 724.99 728.35 726.7 718.25 728.36 708.16 729.92 698.06 731.34 687.96 732.57 677.86 733.58 667.76 734.33 657.66 734.81 647.56 734.99 637.47 734.88 627.37 734.48 617.27 733.8 607.17 732.86 597.07 731.68 586.97 730.31 576.87 728.78 566.78 727.14 556.68 725.43 546.58 723.72 536.48 722.04 526.38 720.44 516.28 718.99 506.18 717.71 496.09 716.64 485.99 715.82 475.89 715.28 465.79 715.02 455.69 715.05 445.59 715.38 435.49 715.99 425.4 716.87 415.3 717.99 405.2 719.32 389.91 716.55 384.5 702.12 384.34 691.96 384.26 681.81 384.25 671.65 384.32 661.49 384.47 651.34 384.69 641.18 384.96 631.03 385.28 620.87 385.63 610.71 386 600.56 386.36 590.4 386.72 580.24 387.03 570.09 387.31 559.93 387.52 549.78 387.67 539.62 387.74 529.46 387.73 519.31 387.65 509.15 387.49 498.99 387.27 488.84 386.98 478.68 386.66 468.53 386.31 458.37 385.94 448.21 385.57 438.06 385.22 427.9 384.91 417.74 384.65 407.59 384.44 397.43 384.31 387.28 384.25 377.12 384.27 366.96 384.36 356.81 384.53 346.65 384.76 336.49 385.05 326.34 385.38 316.18 385.74 306.03 386.11 295.87 386.47 285.71 386.82 275.56 387.12 265.4 387.38 255.24 387.57 245.09 387.7 234.93 387.74 224.78 387.71 214.62 387.61 204.46 387.43 194.31 387.19 184.15 386.89 173.99 386.55 163.84 386.19 153.68 385.82 143.53 385.46 133.37 385.12 123.21 384.82 113.06 384.58 102.9 384.39 92.74 384.28 82.59 384.25 72.43" stroke-dasharray="10 26" transform="rotate(99.35185185185186, 711, 400)" opacity="0.12"></path><path d="M396.68 82.96Q406.35 81.55 416.02 80.31 425.69 79.26 435.36 78.44 445.03 77.86 454.71 77.55 464.38 77.51 474.05 77.75 483.72 78.25 493.39 79 503.06 79.98 512.73 81.17 522.4 82.54 532.07 84.04 541.75 85.63 551.42 87.27 561.09 88.92 570.76 90.53 580.43 92.06 590.1 93.47 599.77 94.71 609.44 95.75 619.11 96.57 628.78 97.14 638.46 97.44 648.13 97.48 657.8 97.24 667.47 96.73 677.14 95.97 686.81 94.99 696.48 93.79 706.15 92.42 715.82 90.92 725.5 89.33 735.17 87.68 744.84 86.03 754.51 84.42 764.18 82.9 773.85 81.5 783.52 80.26 793.19 79.22 802.86 78.41 812.53 77.85 822.21 77.55 831.88 77.52 841.55 77.76 851.22 78.27 860.89 79.03 870.56 80.03 880.23 81.22 889.9 82.59 899.57 84.1 909.25 85.69 918.92 87.34 928.59 88.99 938.26 90.6 947.93 92.12 957.6 93.52 967.27 94.75 976.94 95.79 986.61 96.59 996.28 97.15 1011.08 102.34 1017.07 117 1018.21 126.77 1019.56 136.53 1021.08 146.3 1022.7 156.07 1024.35 165.83 1025.97 175.6 1027.48 185.36 1028.83 195.13 1029.96 204.89 1030.82 214.66 1031.38 224.42 1031.61 234.19 1031.51 243.96 1031.08 253.72 1030.34 263.49 1029.31 273.25 1028.05 283.02 1026.59 292.78 1025.01 302.55 1023.37 312.32 1021.73 322.08 1020.16 331.85 1018.73 341.61 1017.5 351.38 1016.52 361.14 1015.82 370.91 1015.44 380.67 1015.39 390.44 1015.68 400.21 1016.29 409.97 1017.19 419.74 1018.36 429.5 1019.74 439.27 1021.27 449.03 1022.89 458.8 1024.54 468.57 1026.15 478.33 1027.65 488.1 1028.97 497.86 1030.07 507.63 1030.9 517.39 1031.42 527.16 1031.62 536.92 1031.48 546.69 1031.01 556.46 1030.23 566.22 1029.18 575.99 1027.89 585.75 1026.41 595.52 1024.82 605.28 1023.17 615.05 1021.54 624.82 1019.99 634.58 1018.58 644.35 1017.37 654.11 1016.42 663.88 1015.76 673.64 1015.42 683.41 1015.41 693.17 1015.73 702.94 1012 717.58 997.93 722.15 988.24 721.59 978.55 720.79 968.86 719.75 959.17 718.52 949.48 717.12 939.78 715.6 930.09 713.99 920.4 712.34 910.71 710.69 901.02 709.1 891.33 707.59 881.64 706.22 871.95 705.03 862.25 704.03 852.56 703.27 842.87 702.76 833.18 702.52 823.49 702.55 813.8 702.85 804.11 703.41 794.41 704.22 784.72 705.26 775.03 706.5 765.34 707.9 755.65 709.42 745.96 711.03 736.27 712.68 726.57 714.33 716.88 715.92 707.19 717.42 697.5 718.79 687.81 719.99 678.12 720.97 668.43 721.73 658.74 722.24 649.04 722.48 639.35 722.44 629.66 722.14 619.97 721.57 610.28 720.75 600.59 719.71 590.9 718.47 581.2 717.06 571.51 715.53 561.82 713.92 552.13 712.27 542.44 710.63 532.75 709.04 523.06 707.54 513.37 706.17 503.67 704.98 493.98 704 484.29 703.25 474.6 702.75 464.91 702.51 455.22 702.55 445.53 702.86 435.83 703.44 426.14 704.26 416.45 705.31 401.81 702.37 396.7 688.43 396.63 678.66 396.63 668.89 396.71 659.13 396.86 649.36 397.08 639.6 397.36 629.83 397.69 620.07 398.04 610.3 398.42 600.53 398.8 590.77 399.17 581 399.51 571.24 399.81 561.47 400.05 551.71 400.23 541.94 400.34 532.18 400.37 522.41 400.32 512.64 400.2 502.88 400.01 493.11 399.76 483.35 399.45 473.58 399.11 463.82 398.74 454.05 398.36 444.28 397.98 434.52 397.63 424.75 397.31 414.99 397.04 405.22 396.83 395.46 396.69 385.69 396.62 375.93 396.64 366.16 396.72 356.39 396.88 346.63 397.11 336.86 397.4 327.1 397.73 317.33 398.09 307.57 398.47 297.8 398.85 288.03 399.21 278.27 399.55 268.5 399.84 258.74 400.07 248.97 400.25 239.21 400.35 229.44 400.37 219.68 400.31 209.91 400.18 200.14 399.99 190.38 399.73 180.61 399.41 170.85 399.07 161.08 398.69 151.32 398.31 141.55 397.94 131.78 397.59 122.02 397.28 112.25 397.01 102.49 396.81 92.72 396.68 82.96" stroke-dasharray="17 27" transform="rotate(102.77777777777779, 711, 400)" opacity="0.72"></path><path d="M409.25 93.68Q418.55 92.54 427.84 91.58 437.13 90.83 446.43 90.31 455.72 90.04 465.01 90.02 474.31 90.25 483.6 90.72 492.89 91.43 502.18 92.35 511.48 93.47 520.77 94.75 530.06 96.17 539.36 97.68 548.65 99.24 557.94 100.83 567.24 102.4 576.53 103.9 585.82 105.31 595.12 106.58 604.41 107.69 613.7 108.6 623 109.3 632.29 109.76 641.58 109.98 650.88 109.94 660.17 109.66 669.46 109.13 678.76 108.37 688.05 107.4 697.34 106.24 706.64 104.92 715.93 103.49 725.22 101.96 734.52 100.38 743.81 98.8 753.1 97.24 762.4 95.75 771.69 94.38 780.98 93.14 790.28 92.07 799.57 91.21 808.86 90.56 818.16 90.16 827.45 90 836.74 90.09 846.04 90.43 855.33 91.02 864.62 91.83 873.92 92.84 883.21 94.04 892.5 95.38 901.8 96.85 911.09 98.39 920.38 99.97 929.68 101.55 938.97 103.1 948.26 104.56 957.56 105.91 966.85 107.11 976.14 108.13 985.44 108.95 999.82 114.4 1006.04 128.64 1007.36 138.02 1008.81 147.39 1010.34 156.77 1011.9 166.14 1013.43 175.52 1014.86 184.89 1016.15 194.27 1017.24 203.64 1018.09 213.02 1018.67 222.39 1018.96 231.77 1018.95 241.14 1018.64 250.52 1018.03 259.89 1017.16 269.27 1016.05 278.64 1014.75 288.02 1013.31 297.39 1011.78 306.77 1010.22 316.14 1008.69 325.52 1007.25 334.89 1005.95 344.27 1004.84 353.64 1003.96 363.02 1003.36 372.39 1003.04 381.77 1003.03 391.14 1003.32 400.52 1003.9 409.89 1004.75 419.27 1005.84 428.64 1007.12 438.02 1008.55 447.39 1010.08 456.77 1011.64 466.14 1013.17 475.52 1014.63 484.89 1015.94 494.27 1017.07 503.64 1017.96 513.02 1018.59 522.39 1018.93 531.77 1018.97 541.14 1018.71 550.52 1018.15 559.89 1017.32 569.27 1016.25 578.64 1014.98 588.02 1013.56 597.39 1012.04 606.77 1010.48 616.14 1008.94 625.52 1007.48 634.89 1006.15 644.27 1005.01 653.64 1004.09 663.02 1003.44 672.39 1003.07 681.77 1003.01 691.14 998.87 705.03 985.2 708.95 975.91 708.13 966.62 707.11 957.33 705.91 948.04 704.56 938.75 703.1 929.45 701.55 920.16 699.97 910.87 698.39 901.58 696.85 892.29 695.38 883 694.04 873.71 692.84 864.42 691.83 855.13 691.02 845.84 690.43 836.55 690.09 827.26 690 817.97 690.16 808.68 690.56 799.39 691.21 790.1 692.07 780.81 693.14 771.52 694.38 762.23 695.75 752.94 697.24 743.65 698.8 734.36 700.38 725.07 701.96 715.77 703.49 706.48 704.92 697.19 706.24 687.9 707.4 678.61 708.37 669.32 709.13 660.03 709.66 650.74 709.94 641.45 709.98 632.16 709.76 622.87 709.3 613.58 708.6 604.29 707.69 595 706.58 585.71 705.31 576.42 703.9 567.13 702.4 557.84 700.83 548.55 699.24 539.26 697.68 529.97 696.17 520.68 694.75 511.39 693.47 502.1 692.35 492.8 691.43 483.51 690.72 474.22 690.25 464.93 690.02 455.64 690.04 446.35 690.31 437.06 690.83 427.77 691.58 413.77 688.42 409 674.93 409.01 665.56 409.11 656.18 409.27 646.81 409.5 637.43 409.78 628.06 410.12 618.68 410.48 609.31 410.87 599.93 411.26 590.56 411.64 581.18 411.99 571.81 412.31 562.43 412.58 553.06 412.78 543.68 412.92 534.31 412.99 524.93 412.98 515.56 412.89 506.18 412.74 496.81 412.51 487.43 412.23 478.06 411.9 468.68 411.54 459.31 411.16 449.93 410.77 440.56 410.38 431.18 410.03 421.81 409.71 412.43 409.43 403.06 409.22 393.68 409.08 384.31 409 374.93 409.01 365.56 409.09 356.18 409.24 346.81 409.46 337.43 409.73 328.06 410.06 318.68 410.42 309.31 410.8 299.93 411.19 290.56 411.57 281.18 411.93 271.81 412.26 262.43 412.54 253.06 412.75 243.68 412.91 234.31 412.98 224.93 412.99 215.56 412.91 206.18 412.77 196.81 412.56 187.43 412.28 178.06 411.96 168.68 411.6 159.31 411.22 149.93 410.83 140.56 410.45 131.18 410.09 121.81 409.76 112.43 409.48 103.06 409.25 93.68" stroke-dasharray="13 34" transform="rotate(106.20370370370371, 711, 400)" opacity="0.71"></path><path d="M421.97 104.69Q430.89 103.84 439.81 103.18 448.73 102.73 457.65 102.52 466.57 102.53 475.49 102.78 484.41 103.25 493.33 103.93 502.25 104.81 511.17 105.87 520.09 107.08 529.01 108.42 537.93 109.85 546.85 111.35 555.77 112.87 564.69 114.38 573.61 115.85 582.53 117.24 591.45 118.52 600.38 119.66 609.3 120.64 618.22 121.42 627.14 122 636.06 122.36 644.98 122.49 653.9 122.39 662.82 122.07 671.74 121.52 680.66 120.76 689.58 119.81 698.5 118.69 707.42 117.42 716.34 116.05 725.26 114.59 734.18 113.08 743.1 111.56 752.02 110.06 760.94 108.62 769.86 107.26 778.78 106.03 787.7 104.95 796.62 104.04 805.54 103.33 814.46 102.83 823.38 102.55 832.3 102.51 841.22 102.69 850.14 103.1 859.06 103.73 867.98 104.56 876.9 105.58 885.82 106.75 894.74 108.06 903.66 109.47 912.58 110.95 921.5 112.47 930.42 113.99 939.34 115.47 948.26 116.88 957.18 118.2 966.1 119.38 975.02 120.4 988.96 126.05 995.26 139.84 996.65 148.82 998.11 157.81 999.58 166.79 1001.01 175.78 1002.36 184.76 1003.57 193.75 1004.6 202.73 1005.42 211.72 1006 220.7 1006.31 229.68 1006.35 238.67 1006.12 247.65 1005.62 256.64 1004.88 265.62 1003.91 274.61 1002.75 283.59 1001.44 292.57 1000.03 301.56 998.56 310.54 997.1 319.53 995.68 328.51 994.36 337.5 993.19 346.48 992.2 355.47 991.43 364.45 990.9 373.43 990.65 382.42 990.66 391.4 990.95 400.39 991.51 409.37 992.31 418.36 993.32 427.34 994.51 436.32 995.85 445.31 997.27 454.29 998.74 463.28 1000.2 472.26 1001.6 481.25 1002.9 490.23 1004.04 499.22 1004.98 508.2 1005.7 517.18 1006.16 526.17 1006.36 535.15 1006.29 544.14 1005.94 553.12 1005.33 562.11 1004.48 571.09 1003.43 580.07 1002.2 589.06 1000.84 598.04 999.4 607.03 997.93 616.01 996.48 625 995.1 633.98 993.83 642.97 992.73 651.95 991.84 660.93 991.17 669.92 990.76 678.9 986.24 692.06 972.96 695.4 964.07 694.38 955.17 693.2 946.28 691.88 937.38 690.47 928.48 688.99 919.59 687.47 910.69 685.95 901.79 684.47 892.9 683.06 884 681.75 875.11 680.58 866.21 679.56 857.31 678.73 848.42 678.1 839.52 677.69 830.63 677.51 821.73 677.55 812.83 677.83 803.94 678.33 795.04 679.04 786.15 679.95 777.25 681.03 768.35 682.26 759.46 683.62 750.56 685.06 741.67 686.56 732.77 688.08 723.87 689.59 714.98 691.05 706.08 692.42 697.18 693.69 688.29 694.81 679.39 695.76 670.5 696.52 661.6 697.07 652.7 697.39 643.81 697.49 634.91 697.36 626.02 697 617.12 696.42 608.22 695.64 599.33 694.66 590.43 693.52 581.54 692.24 572.64 690.85 563.74 689.38 554.85 687.87 545.95 686.35 537.06 684.85 528.16 683.42 519.26 682.08 510.37 680.87 501.47 679.81 492.58 678.93 483.68 678.25 474.78 677.78 465.89 677.53 456.99 677.52 448.09 677.73 439.2 678.18 425.84 674.77 421.41 661.73 421.52 652.74 421.7 643.76 421.94 634.77 422.24 625.79 422.58 616.8 422.95 607.82 423.34 598.83 423.74 589.85 424.13 580.87 424.49 571.88 424.83 562.9 425.11 553.91 425.34 544.93 425.5 535.94 425.6 526.96 425.62 517.98 425.56 508.99 425.44 500.01 425.24 491.02 424.99 482.04 424.68 473.05 424.33 464.07 423.96 455.08 423.56 446.1 423.17 437.12 422.78 428.13 422.42 419.15 422.1 410.16 421.82 401.18 421.61 392.19 421.46 383.21 421.38 374.23 421.38 365.24 421.45 356.26 421.59 347.27 421.8 338.29 422.06 329.3 422.38 320.32 422.74 311.33 423.12 302.35 423.51 293.37 423.91 284.38 424.29 275.4 424.64 266.41 424.96 257.43 425.22 248.44 425.42 239.46 425.55 230.48 425.62 221.49 425.6 212.51 425.52 203.52 425.36 194.54 425.14 185.55 424.86 176.57 424.54 167.58 424.17 158.6 423.79 149.62 423.39 140.63 423 131.65 422.62 122.66 422.28 113.68 421.97 104.69" stroke-dasharray="27 21" transform="rotate(109.62962962962962, 711, 400)" opacity="0.32"></path><path d="M434.84 116.05Q451.94 115.14 469.04 115.07 486.14 115.82 503.24 117.35 520.34 119.53 537.44 122.16 554.54 125.04 571.64 127.91 588.74 130.53 605.84 132.69 622.94 134.2 640.04 134.93 657.14 134.83 674.24 133.9 691.34 132.22 708.44 129.92 725.53 127.22 742.63 124.32 759.73 121.49 776.83 118.95 793.93 116.91 811.03 115.56 828.13 115.01 845.23 115.29 862.33 116.39 879.43 118.22 896.53 120.62 913.63 123.39 930.73 126.29 947.83 129.08 964.93 131.53 982.03 133.43 984.61 150.62 987.37 167.81 989.96 184.99 992.04 202.18 993.36 219.37 993.74 236.56 993.14 253.74 991.63 270.93 989.41 288.12 986.76 305.31 984 322.49 981.51 339.68 979.58 356.87 978.46 374.06 978.3 391.24 979.12 408.43 980.81 425.62 983.15 442.81 985.86 459.99 988.59 477.18 990.98 494.37 992.74 511.56 993.65 528.74 993.59 545.93 992.56 563.12 990.7 580.31 988.24 597.49 985.5 614.68 982.82 631.87 980.54 649.06 978.96 666.24 978.27 683.43 961.25 681.53 944.23 679.08 927.22 676.29 910.2 673.39 893.19 670.62 876.17 668.22 859.15 666.39 842.14 665.29 825.12 665.01 808.11 665.56 791.09 666.91 774.07 668.95 757.06 671.49 740.04 674.32 723.03 677.22 706.01 679.92 688.99 682.22 671.98 683.9 654.96 684.83 637.94 684.93 620.93 684.2 603.91 682.69 586.9 680.53 569.88 677.91 552.86 675.04 535.85 672.16 518.83 669.53 501.82 667.35 484.8 665.82 467.78 665.07 450.77 665.14 433.75 666.05 433.95 648.87 434.41 631.68 435.07 614.49 435.85 597.3 436.65 580.12 437.36 562.93 437.9 545.74 438.2 528.55 438.22 511.37 437.95 494.18 437.44 476.99 436.75 459.8 435.96 442.62 435.17 425.43 434.49 408.24 434 391.05 433.76 373.87 433.81 356.68 434.13 339.49 434.69 322.3 435.42 305.12 436.22 287.93 436.99 270.74 437.63 253.55 438.07 236.37 438.24 219.18 438.13 201.99 437.75 184.8 437.15 167.62 436.39 150.43 435.59 133.24 434.84 116.05" stroke-dasharray="13 31" transform="rotate(113.05555555555557, 711, 400)" opacity="0.73"></path><path d="M447.85 127.81Q464.21 127.5 480.57 127.95 496.93 129.14 513.29 130.97 529.65 133.3 546.01 135.95 562.38 138.73 578.74 141.4 595.1 143.78 611.46 145.67 627.82 146.94 644.18 147.48 660.54 147.25 676.9 146.27 693.27 144.62 709.63 142.42 725.99 139.85 742.35 137.09 758.71 134.36 775.07 131.88 791.43 129.82 807.8 128.36 824.16 127.59 840.52 127.59 856.88 128.35 873.24 129.81 889.6 131.86 905.96 134.35 922.33 137.07 938.69 139.83 955.05 142.41 971.41 144.61 973.99 161.02 976.51 177.43 978.68 193.83 980.26 210.24 981.05 226.64 980.96 243.05 980.02 259.46 978.31 275.86 976.06 292.27 973.5 308.68 970.94 325.08 968.68 341.49 966.98 357.89 966.03 374.3 965.94 390.71 966.73 407.11 968.3 423.52 970.47 439.93 972.99 456.33 975.57 472.74 977.91 489.14 979.74 505.55 980.84 521.96 981.1 538.36 980.48 554.77 979.04 571.18 976.97 587.58 974.49 603.99 971.9 620.39 969.5 636.8 967.55 653.21 966.29 669.61 950.04 667.41 933.79 664.83 917.54 662.07 901.29 659.35 885.04 656.86 868.79 654.81 852.53 653.35 836.28 652.59 820.03 652.59 803.78 653.36 787.53 654.82 771.28 656.88 755.03 659.36 738.78 662.09 722.52 664.85 706.27 667.42 690.02 669.62 673.77 671.27 657.52 672.25 641.27 672.48 625.02 671.94 608.77 670.67 592.51 668.78 576.26 666.4 560.01 663.73 543.76 660.95 527.51 658.3 511.26 655.97 495.01 654.14 478.75 652.95 462.5 652.5 446.25 652.81 446.64 636.41 447.25 620 448 603.59 448.81 587.19 449.58 570.78 450.22 554.37 450.67 537.97 450.86 521.56 450.78 505.16 450.44 488.75 449.87 472.34 449.14 455.94 448.34 439.53 447.55 423.12 446.88 406.72 446.39 390.31 446.14 373.91 446.17 357.5 446.47 341.09 447 324.69 447.7 308.28 448.5 291.87 449.29 275.47 450 259.06 450.53 242.66 450.82 226.25 450.85 209.84 450.6 193.44 450.11 177.03 449.43 160.62 448.65 144.22 447.85 127.81" stroke-dasharray="23 3" transform="rotate(116.48148148148148, 711, 400)" opacity="0.89"></path><path d="M460.95 140Q476.58 140.25 492.2 141.17 507.82 142.71 523.44 144.75 539.07 147.16 554.69 149.77 570.31 152.4 585.93 154.85 601.56 156.97 617.18 158.6 632.8 159.64 648.42 159.99 664.04 159.66 679.67 158.65 695.29 157.03 710.91 154.92 726.53 152.48 742.16 149.85 757.78 147.24 773.4 144.82 789.02 142.76 804.65 141.21 820.27 140.26 835.89 140 851.51 140.43 867.14 141.53 882.76 143.22 898.38 145.38 914 147.87 929.63 150.5 945.25 153.1 960.87 155.48 963.28 171.1 965.44 186.73 967.14 202.35 968.19 217.98 968.49 233.6 968 249.23 966.77 264.85 964.94 280.48 962.69 296.1 960.27 311.73 957.92 327.35 955.89 342.98 954.4 358.6 953.61 374.23 953.58 389.85 954.34 405.48 955.8 421.1 957.8 436.73 960.14 452.35 962.56 467.98 964.83 483.6 966.69 499.23 967.95 514.85 968.48 530.48 968.23 546.1 967.21 561.73 965.55 577.35 963.4 592.98 961 608.6 958.61 624.23 956.46 639.85 954.79 655.48 939.29 653.1 923.79 650.5 908.3 647.87 892.8 645.38 877.31 643.22 861.81 641.53 846.32 640.43 830.82 640 815.33 640.26 799.83 641.21 784.33 642.76 768.84 644.82 753.34 647.24 737.85 649.85 722.35 652.48 706.86 654.92 691.36 657.03 675.86 658.65 660.37 659.66 644.87 659.99 629.38 659.64 613.88 658.6 598.39 656.97 582.89 654.85 567.39 652.4 551.9 649.77 536.4 647.16 520.91 644.75 505.41 642.71 489.92 641.17 474.42 640.25 458.93 640 459.48 624.38 460.2 608.75 461 593.13 461.8 577.5 462.51 561.88 463.07 546.25 463.41 530.63 463.49 515 463.31 499.38 462.89 483.75 462.27 468.13 461.52 452.5 460.71 436.88 459.93 421.25 459.26 405.63 458.78 390 458.52 374.38 458.53 358.75 458.8 343.13 459.29 327.5 459.97 311.88 460.75 296.25 461.56 280.63 462.31 265 462.92 249.38 463.33 233.75 463.49 218.13 463.39 202.5 463.04 186.88 462.48 171.25 461.76 155.63 460.95 140" stroke-dasharray="5 24" transform="rotate(119.9074074074074, 711, 400)" opacity="0.23"></path><path d="M474.13 152.64Q489.01 153.38 503.89 154.69 518.77 156.49 533.65 158.67 548.53 161.09 563.41 163.59 578.29 166.03 593.17 168.25 608.04 170.11 622.92 171.48 637.8 172.29 652.68 172.48 667.56 172.05 682.44 171.01 697.32 169.44 712.2 167.42 727.08 165.1 741.96 162.62 756.84 160.13 771.72 157.78 786.6 155.73 801.48 154.11 816.36 153.02 831.24 152.52 846.12 152.65 861 153.4 875.88 154.73 890.76 156.54 905.64 158.73 920.52 161.15 935.4 163.66 950.28 166.1 952.37 180.94 954.1 195.78 955.29 210.63 955.84 225.47 955.69 240.31 954.86 255.16 953.43 270 951.53 284.85 949.34 299.69 947.07 314.53 944.93 329.38 943.14 344.22 941.85 359.06 941.19 373.91 941.23 388.75 941.95 403.6 943.3 418.44 945.14 433.28 947.29 448.13 949.56 462.97 951.73 477.81 953.6 492.66 954.98 507.5 955.74 522.35 955.82 537.19 955.2 552.03 953.94 566.88 952.17 581.72 950.05 596.56 947.79 611.41 945.58 626.25 943.66 641.1 928.91 638.66 914.17 636.15 899.42 633.73 884.67 631.54 869.93 629.73 855.18 628.4 840.44 627.65 825.69 627.52 810.94 628.02 796.2 629.11 781.45 630.73 766.7 632.78 751.96 635.13 737.21 637.62 722.46 640.1 707.72 642.42 692.97 644.44 678.22 646.01 663.48 647.05 648.73 647.48 633.99 647.29 619.24 646.48 604.49 645.11 589.75 643.25 575 641.03 560.25 638.59 545.51 636.09 530.76 633.67 516.01 631.49 501.27 629.69 486.52 628.38 471.77 627.64 472.46 612.8 473.24 597.95 474.05 583.11 474.8 568.27 475.43 553.42 475.88 538.58 476.1 523.74 476.07 508.89 475.8 494.05 475.31 479.2 474.65 464.36 473.88 449.52 473.07 434.67 472.3 419.83 471.64 404.99 471.17 390.14 470.91 375.3 470.9 360.45 471.13 345.61 471.59 330.77 472.23 315.92 472.99 301.08 473.8 286.24 474.57 271.39 475.25 256.55 475.76 241.7 476.06 226.86 476.11 212.02 475.91 197.17 475.49 182.33 474.87 167.49 474.13 152.64" stroke-dasharray="10 1" transform="rotate(123.33333333333333, 711, 400)" opacity="0.59"></path><path d="M487.32 165.72Q501.45 166.87 515.58 168.47 529.71 170.44 543.85 172.68 557.98 175.04 572.11 177.4 586.24 179.62 600.37 181.58 614.5 183.17 628.63 184.3 642.76 184.9 656.89 184.94 671.02 184.42 685.15 183.37 699.28 181.84 713.41 179.92 727.54 177.73 741.67 175.38 755.8 173.01 769.93 170.75 784.06 168.74 798.19 167.07 812.32 165.86 826.45 165.16 840.58 165.01 854.72 165.43 868.85 166.39 882.98 167.84 897.11 169.7 911.24 171.85 925.37 174.18 939.5 176.55 941.18 190.62 942.42 204.68 943.12 218.74 943.2 232.8 942.68 246.87 941.58 260.93 940.01 274.99 938.09 289.05 936 303.12 933.91 317.18 931.99 331.24 930.42 345.3 929.32 359.37 928.79 373.43 928.87 387.49 929.56 401.55 930.8 415.62 932.48 429.68 934.47 443.74 936.58 457.8 938.64 471.87 940.48 485.93 941.93 499.99 942.88 514.05 943.24 528.12 942.99 542.18 942.14 556.24 940.76 570.3 938.98 584.37 936.95 598.43 934.83 612.49 932.81 626.55 918.81 624.18 904.81 621.85 890.81 619.7 876.81 617.84 862.81 616.39 848.81 615.43 834.81 615.01 820.81 615.16 806.81 615.86 792.8 617.07 778.8 618.74 764.8 620.75 750.8 623.01 736.8 625.38 722.8 627.73 708.8 629.92 694.8 631.84 680.8 633.37 666.8 634.42 652.8 634.94 638.8 634.9 624.8 634.3 610.79 633.17 596.79 631.58 582.79 629.62 568.79 627.4 554.79 625.04 540.79 622.68 526.79 620.44 512.79 618.47 498.79 616.87 484.79 615.72 485.55 601.66 486.36 587.6 487.13 573.53 487.8 559.47 488.32 545.41 488.65 531.35 488.74 517.28 488.61 503.22 488.25 489.16 487.69 475.1 487 461.03 486.22 446.97 485.41 432.91 484.66 418.85 484.03 404.78 483.55 390.72 483.29 376.66 483.26 362.6 483.46 348.53 483.88 334.47 484.48 320.41 485.2 306.35 486 292.28 486.79 278.22 487.52 264.16 488.11 250.1 488.53 236.03 488.73 221.97 488.7 207.91 488.43 193.85 487.96 179.78 487.32 165.72" stroke-dasharray="13 25" transform="rotate(126.75925925925927, 711, 400)" opacity="0.74"></path><path d="M500.49 179.21Q513.86 180.67 527.23 182.48 540.6 184.54 553.98 186.74 567.35 188.99 580.72 191.16 594.1 193.14 607.47 194.84 620.84 196.17 634.22 197.06 647.59 197.47 660.96 197.38 674.34 196.78 687.71 195.72 701.08 194.24 714.46 192.42 727.83 190.36 741.2 188.15 754.58 185.9 767.95 183.74 781.32 181.77 794.7 180.08 808.07 178.77 821.44 177.9 834.82 177.51 848.19 177.63 861.56 178.25 874.93 179.33 888.31 180.82 901.68 182.65 915.05 184.73 928.43 186.94 929.64 200.22 930.39 213.5 930.62 226.78 930.3 240.07 929.47 253.35 928.18 266.63 926.53 279.91 924.65 293.19 922.69 306.47 920.79 319.75 919.09 333.03 917.73 346.32 916.8 359.6 916.39 372.88 916.52 386.16 917.17 399.44 918.31 412.72 919.84 426 921.65 439.28 923.6 452.57 925.55 465.85 927.33 479.13 928.83 492.41 929.91 505.69 930.51 518.97 930.58 532.25 930.11 545.53 929.13 558.82 927.73 572.1 926 585.38 924.08 598.66 922.12 611.94 908.87 609.73 895.61 607.65 882.35 605.82 869.1 604.33 855.84 603.25 842.59 602.63 829.33 602.51 816.08 602.9 802.82 603.77 789.56 605.08 776.31 606.77 763.05 608.74 749.8 610.9 736.54 613.15 723.29 615.36 710.03 617.42 696.78 619.24 683.52 620.72 670.26 621.78 657.01 622.38 643.75 622.47 630.5 622.06 617.24 621.17 603.99 619.84 590.73 618.14 577.47 616.16 564.22 613.99 550.96 611.74 537.71 609.54 524.45 607.48 511.2 605.67 497.94 604.21 498.73 590.93 499.51 577.65 500.2 564.37 500.77 551.09 501.16 537.81 501.35 524.53 501.33 511.25 501.09 497.96 500.65 484.68 500.04 471.4 499.32 458.12 498.54 444.84 497.75 431.56 497.02 418.28 496.4 405 495.94 391.71 495.68 378.43 495.63 365.15 495.8 351.87 496.17 338.59 496.72 325.31 497.4 312.03 498.17 298.75 498.96 285.46 499.72 272.18 500.38 258.9 500.9 245.62 501.24 232.34 501.37 219.06 501.28 205.78 500.98 192.5 500.49 179.21" stroke-dasharray="16 31" transform="rotate(130.1851851851852, 711, 400)" opacity="0.98"></path><path d="M513.56 193.08Q526.17 194.75 538.77 196.66 551.38 198.72 563.99 200.83 576.59 202.91 589.2 204.85 601.81 206.58 614.41 208.02 627.02 209.09 639.63 209.76 652.23 209.99 664.84 209.78 677.45 209.13 690.06 208.07 702.66 206.64 715.27 204.92 727.88 202.99 740.48 200.91 753.09 198.8 765.7 196.74 778.3 194.82 790.91 193.14 803.52 191.76 816.12 190.75 828.73 190.16 841.34 190 853.94 190.29 866.55 191.02 879.16 192.14 891.76 193.62 904.37 195.38 916.98 197.35 917.71 209.85 917.99 222.35 917.8 234.85 917.15 247.35 916.09 259.85 914.68 272.35 913.02 284.85 911.23 297.35 909.42 309.85 907.72 322.35 906.23 334.85 905.07 347.35 904.31 359.85 904 372.35 904.16 384.85 904.78 397.35 905.82 409.85 907.21 422.35 908.86 434.85 910.65 447.35 912.46 459.85 914.17 472.35 915.67 484.85 916.85 497.35 917.64 509.85 917.98 522.35 917.85 534.85 917.26 547.35 916.24 559.85 914.87 572.35 913.24 584.85 911.46 597.35 898.95 595.38 886.44 593.62 873.93 592.14 861.43 591.02 848.92 590.29 836.41 590 823.9 590.16 811.39 590.75 798.88 591.76 786.38 593.14 773.87 594.82 761.36 596.74 748.85 598.8 736.34 600.91 723.83 602.99 711.33 604.92 698.82 606.64 686.31 608.07 673.8 609.13 661.29 609.78 648.79 609.99 636.28 609.76 623.77 609.09 611.26 608.02 598.75 606.58 586.24 604.85 573.74 602.91 561.23 600.83 548.72 598.72 536.21 596.66 523.7 594.75 511.19 593.08 511.96 580.58 512.66 568.08 513.24 555.58 513.68 543.08 513.93 530.58 513.99 518.08 513.84 505.58 513.51 493.08 513 480.58 512.36 468.08 511.62 455.58 510.85 443.08 510.08 430.58 509.37 418.08 508.78 405.58 508.33 393.08 508.07 380.58 508 368.08 508.13 355.58 508.46 343.08 508.95 330.58 509.59 318.08 510.32 305.58 511.09 293.08 511.86 280.58 512.57 268.08 513.18 255.58 513.63 243.08 513.91 230.58 513.99 218.08 513.87 205.58 513.56 193.08" stroke-dasharray="20 31" transform="rotate(133.61111111111111, 711, 400)" opacity="0.90"></path><path d="M526.49 207.25Q538.32 209.04 550.16 210.95 561.99 212.93 573.82 214.9 585.65 216.77 597.48 218.47 609.31 219.93 621.14 221.1 632.97 221.94 644.81 222.4 656.64 222.48 668.47 222.16 680.3 221.46 692.13 220.41 703.96 219.04 715.79 217.42 727.62 215.61 739.46 213.68 751.29 211.69 763.12 209.74 774.95 207.9 786.78 206.24 798.61 204.82 810.44 203.71 822.27 202.94 834.1 202.55 845.94 202.54 857.77 202.93 869.6 203.7 881.43 204.81 893.26 206.22 905.09 207.88 905.36 219.6 905.23 231.32 904.69 243.04 903.79 254.76 902.58 266.48 901.12 278.2 899.5 289.92 897.83 301.63 896.19 313.35 894.7 325.07 893.42 336.79 892.45 348.51 891.84 360.23 891.62 371.95 891.81 383.67 892.39 395.38 893.34 407.1 894.6 418.82 896.08 430.54 897.71 442.26 899.38 453.98 901 465.7 902.48 477.42 903.71 489.13 904.64 500.85 905.2 512.57 905.37 524.29 905.13 536.01 904.49 547.73 903.5 559.45 895.58 576.2 877.19 579.81 865.43 578.7 853.68 577.93 841.92 577.54 830.16 577.55 818.41 577.94 806.65 578.71 794.89 579.82 783.14 581.24 771.38 582.9 759.63 584.74 747.87 586.69 736.11 588.68 724.36 590.61 712.6 592.42 700.84 594.04 689.09 595.41 677.33 596.46 665.57 597.16 653.82 597.48 642.06 597.4 630.31 596.94 618.55 596.1 606.79 594.93 595.04 593.47 583.28 591.77 571.52 589.9 559.77 587.93 548.01 585.95 536.25 584.04 524.5 582.25 525.18 570.53 525.77 558.81 526.22 547.1 526.51 535.38 526.62 523.66 526.54 511.94 526.29 500.22 525.87 488.5 525.3 476.78 524.63 465.06 523.9 453.35 523.14 441.63 522.4 429.91 521.72 418.19 521.15 406.47 520.72 394.75 520.46 383.03 520.37 371.31 520.47 359.6 520.75 347.88 521.19 336.16 521.77 324.44 522.45 312.72 523.19 301 523.95 289.28 524.69 277.56 525.35 265.85 525.9 254.13 526.31 242.41 526.56 230.69 526.62 218.97 526.49 207.25" stroke-dasharray="30 8" transform="rotate(137.03703703703704, 711, 400)" opacity="0.72"></path><path d="M539.24 221.66Q550.29 223.45 561.34 225.3 572.38 227.14 583.43 228.9 594.48 230.53 605.53 231.97 616.57 233.17 627.62 234.09 638.67 234.7 649.71 234.98 660.76 234.91 671.81 234.51 682.85 233.77 693.9 232.74 704.95 231.44 715.99 229.92 727.04 228.24 738.09 226.44 749.13 224.59 760.18 222.75 771.23 221 782.27 219.38 793.32 217.95 804.37 216.76 815.42 215.86 826.46 215.26 837.51 215.01 848.56 215.09 859.6 215.51 870.65 216.26 887.15 223.43 892.13 240.5 891.33 251.43 890.26 262.37 888.97 273.31 887.52 284.25 886 295.18 884.47 306.12 883.03 317.06 881.74 328 880.66 338.93 879.87 349.87 879.39 360.81 879.25 371.75 879.46 382.68 880.01 393.62 880.86 404.56 881.99 415.5 883.32 426.43 884.79 437.37 886.32 448.31 887.83 459.25 889.25 470.18 890.5 481.12 891.52 492.06 892.25 503 892.66 513.93 892.73 524.87 892.44 535.81 891.83 546.75 884.82 562.5 867.74 566.26 856.74 565.51 845.74 565.09 834.74 565.01 823.75 565.26 812.75 565.86 801.75 566.76 790.75 567.95 779.75 569.38 768.76 571 757.76 572.75 746.76 574.59 735.76 576.44 724.76 578.24 713.77 579.92 702.77 581.44 691.77 582.74 680.77 583.77 669.77 584.51 658.77 584.91 647.78 584.98 636.78 584.7 625.78 584.09 614.78 583.17 603.78 581.97 592.79 580.53 581.79 578.9 570.79 577.14 559.79 575.3 543.58 567.09 538.8 549.78 539.1 538.85 539.24 527.91 539.21 516.97 539.01 506.03 538.66 495.1 538.17 484.16 537.56 473.22 536.88 462.28 536.15 451.35 535.41 440.41 534.71 429.47 534.07 418.53 533.52 407.6 533.11 396.66 532.85 385.72 532.75 374.78 532.81 363.85 533.04 352.91 533.43 341.97 533.94 331.03 534.57 320.1 535.26 309.16 536 298.22 536.73 287.28 537.43 276.35 538.05 265.41 538.57 254.47 538.95 243.53 539.18 232.6 539.24 221.66" stroke-dasharray="22 35" transform="rotate(140.46296296296296, 711, 400)" opacity="0.97"></path><path d="M551.78 236.22Q562.03 237.93 572.29 239.64 582.54 241.28 592.8 242.81 603.05 244.18 613.31 245.36 623.56 246.3 633.82 246.98 644.07 247.38 654.33 247.49 664.58 247.31 674.84 246.83 685.09 246.08 695.35 245.07 705.6 243.84 715.86 242.42 726.11 240.86 736.37 239.2 746.62 237.49 756.88 235.77 767.13 234.11 777.39 232.55 787.64 231.13 797.9 229.91 808.15 228.9 818.41 228.15 828.66 227.68 838.92 227.5 849.17 227.61 859.43 228.01 874.58 234.25 878.73 249.96 877.77 260.11 876.61 270.27 875.31 280.43 873.93 290.58 872.53 300.74 871.18 310.89 869.93 321.05 868.83 331.21 867.95 341.36 867.31 351.52 866.95 361.68 866.88 371.83 867.11 381.99 867.62 392.14 868.39 402.3 869.39 412.46 870.57 422.61 871.89 432.77 873.27 442.93 874.67 453.08 876.01 463.24 877.24 473.39 878.31 483.55 879.16 493.71 879.75 503.86 880.07 514.02 880.09 524.18 879.82 534.33 873.75 549.09 858 553.01 847.76 552.61 837.53 552.5 827.3 552.68 817.07 553.15 806.84 553.9 796.6 554.91 786.37 556.13 776.14 557.55 765.91 559.11 755.67 560.77 745.44 562.49 735.21 564.2 724.98 565.86 714.74 567.42 704.51 568.84 694.28 570.07 684.05 571.08 673.81 571.83 663.58 572.31 653.35 572.49 643.12 572.38 632.88 571.98 622.65 571.3 612.42 570.36 602.19 569.18 591.95 567.81 581.72 566.28 571.49 564.64 556.35 557 551.72 540.9 551.86 530.75 551.84 520.59 551.68 510.44 551.38 500.28 550.95 490.12 550.4 479.97 549.78 469.81 549.09 459.65 548.38 449.5 547.68 439.34 547.01 429.19 546.4 419.03 545.89 408.87 545.5 398.72 545.24 388.56 545.13 378.4 545.16 368.25 545.34 358.09 545.67 347.94 546.12 337.78 546.68 327.62 547.31 317.47 548 307.31 548.72 297.15 549.42 287 550.08 276.84 550.67 266.69 551.16 256.53 551.54 246.37 551.78 236.22" stroke-dasharray="25 34" transform="rotate(143.88888888888889, 711, 400)" opacity="0.52"></path><path d="M564.07 250.83Q573.53 252.4 582.99 253.9 592.45 255.31 601.9 256.58 611.36 257.69 620.82 258.6 630.28 259.3 639.73 259.76 649.19 259.98 658.65 259.94 668.11 259.66 677.56 259.13 687.02 258.37 696.48 257.4 705.94 256.24 715.39 254.92 724.85 253.49 734.31 251.96 743.76 250.38 753.22 248.8 762.68 247.24 772.14 245.75 781.59 244.38 791.05 243.14 800.51 242.07 809.97 241.21 819.42 240.56 828.88 240.16 838.34 240 847.8 240.09 861.63 245.41 865.1 259.77 864.05 269.14 862.88 278.52 861.63 287.89 860.37 297.27 859.12 306.64 857.95 316.02 856.89 325.39 855.99 334.77 855.28 344.14 854.79 353.52 854.53 362.89 854.52 372.27 854.76 381.64 855.23 391.02 855.92 400.39 856.8 409.77 857.85 419.14 859.01 428.52 860.25 437.89 861.52 447.27 862.76 456.64 863.94 466.02 865.01 475.39 865.93 484.77 866.66 494.14 867.17 503.52 867.45 512.89 867.48 522.27 862.31 536.04 847.89 540.09 838.43 540 828.98 540.16 819.52 540.56 810.06 541.21 800.6 542.07 791.14 543.14 781.68 544.38 772.22 545.75 762.76 547.24 753.3 548.8 743.85 550.38 734.39 551.96 724.93 553.49 715.47 554.92 706.01 556.24 696.55 557.4 687.09 558.37 677.63 559.13 668.17 559.66 658.72 559.94 649.26 559.98 639.8 559.76 630.34 559.3 620.88 558.6 611.42 557.69 601.96 556.58 592.5 555.31 583.04 553.9 568.98 546.93 564.49 532.08 564.47 522.71 564.32 513.33 564.04 503.96 563.65 494.58 563.16 485.21 562.58 475.83 561.95 466.46 561.28 457.08 560.59 447.71 559.93 438.33 559.3 428.96 558.74 419.58 558.26 410.21 557.89 400.83 557.64 391.46 557.51 382.08 557.51 372.71 557.65 363.33 557.92 353.96 558.3 344.58 558.79 335.21 559.36 325.83 559.99 316.46 560.66 307.08 561.34 297.71 562.01 288.33 562.64 278.96 563.21 269.58 563.69 260.21 564.07 250.83" stroke-dasharray="37 16" transform="rotate(147.3148148148148, 711, 400)" opacity="0.62"></path><path d="M576.13 265.41Q593.44 268.03 610.76 270.19 628.07 271.7 645.38 272.43 662.69 272.33 680.01 271.4 697.32 269.72 714.63 267.42 731.94 264.72 749.26 261.82 766.57 258.99 783.88 256.45 801.19 254.41 818.51 253.06 835.82 252.51 853.13 252.79 851.3 269.98 849.12 287.17 846.86 304.35 844.8 321.54 843.22 338.73 842.3 355.92 842.17 373.1 842.84 390.29 844.23 407.48 846.16 424.67 848.39 441.85 850.63 459.04 852.6 476.23 854.05 493.42 854.79 510.6 854.74 527.79 837.38 527.51 820.03 528.06 802.67 529.41 785.32 531.45 767.96 533.99 750.6 536.82 733.25 539.72 715.89 542.42 698.54 544.72 681.18 546.4 663.83 547.33 646.47 547.43 629.11 546.7 611.76 545.19 594.4 543.03 577.05 540.41 577.08 523.22 576.65 506.03 575.83 488.85 574.71 471.66 573.43 454.47 572.17 437.28 571.07 420.1 570.28 402.91 569.9 385.72 569.97 368.53 570.49 351.35 571.4 334.16 572.56 316.97 573.85 299.78 575.09 282.6 576.13 265.41" stroke-dasharray="23 36" transform="rotate(150.74074074074073, 711, 400)" opacity="0.77"></path><path d="M587.97 279.85Q603.68 281.97 619.38 283.6 635.09 284.64 650.8 284.99 666.5 284.66 682.21 283.65 697.92 282.03 713.63 279.92 729.33 277.48 745.04 274.85 760.75 272.24 776.45 269.82 792.16 267.76 807.87 266.21 823.58 265.26 839.28 265 837.41 280.63 835.39 296.25 833.43 311.88 831.74 327.5 830.5 343.13 829.84 358.75 829.82 374.38 830.45 390 831.66 405.63 833.33 421.25 835.28 436.88 837.3 452.5 839.19 468.13 840.74 483.75 841.79 499.38 842.23 515 826.45 515.26 810.67 516.21 794.89 517.76 779.11 519.82 763.33 522.24 747.55 524.85 731.77 527.48 715.99 529.92 700.21 532.03 684.42 533.65 668.64 534.66 652.86 534.99 637.08 534.64 621.3 533.6 605.52 531.97 589.74 529.85 589.47 514.23 588.84 498.6 587.91 482.98 586.78 467.35 585.57 451.73 584.4 436.1 583.4 420.48 582.67 404.85 582.29 389.23 582.3 373.6 582.7 357.98 583.44 342.35 584.46 326.73 585.63 311.1 586.84 295.48 587.97 279.85" stroke-dasharray="29 14" transform="rotate(154.16666666666669, 711, 400)" opacity="0.29"></path><path d="M599.62 294.08Q613.72 295.67 627.82 296.8 641.93 297.4 656.03 297.44 670.13 296.92 684.24 295.87 698.34 294.34 712.44 292.42 726.55 290.23 740.65 287.88 754.75 285.51 768.85 283.25 782.96 281.24 797.06 279.57 811.16 278.36 825.27 277.66 823.5 291.72 821.73 305.78 820.11 319.84 818.78 333.91 817.85 347.97 817.4 362.03 817.48 376.09 818.06 390.16 819.11 404.22 820.53 418.28 822.2 432.34 823.99 446.41 825.73 460.47 827.28 474.53 828.51 488.59 829.31 502.66 815.12 503.36 800.92 504.57 786.72 506.24 772.53 508.25 758.33 510.51 744.14 512.88 729.94 515.23 715.74 517.42 701.55 519.34 687.35 520.87 673.16 521.92 658.96 522.44 644.76 522.4 630.57 521.8 616.37 520.67 602.18 519.08 601.67 505.02 600.89 490.96 599.91 476.9 598.81 462.83 597.68 448.77 596.62 434.71 595.72 420.65 595.06 406.58 594.69 392.52 594.64 378.46 594.93 364.4 595.51 350.33 596.35 336.27 597.38 322.21 598.5 308.15 599.62 294.08" stroke-dasharray="3 25" transform="rotate(157.59259259259258, 711, 400)" opacity="0.42"></path><path d="M611.13 308.02Q623.63 309.09 636.14 309.76 648.64 309.99 661.14 309.78 673.65 309.13 686.15 308.07 698.66 306.64 711.16 304.92 723.67 302.99 736.17 300.91 748.67 298.8 761.18 296.74 773.68 294.82 786.19 293.14 804.17 297.51 808.18 315.75 806.91 328.25 805.92 340.75 805.27 353.25 805 365.75 805.14 378.25 805.67 390.75 806.56 403.25 807.75 415.75 809.16 428.25 810.7 440.75 812.25 453.25 813.72 465.75 815 478.25 816.02 490.75 803.41 491.76 790.81 493.14 778.2 494.82 765.6 496.74 752.99 498.8 740.39 500.91 727.78 502.99 715.18 504.92 702.58 506.64 689.97 508.07 677.37 509.13 664.76 509.78 652.16 509.99 639.55 509.76 626.95 509.09 614.34 508.02 613.67 495.52 612.81 483.02 611.83 470.52 610.8 458.02 609.77 445.52 608.83 433.02 608.04 420.52 607.45 408.02 607.09 395.52 607 383.02 607.18 370.52 607.61 358.02 608.27 345.52 609.12 333.02 610.09 320.52 611.13 308.02" stroke-dasharray="11 27" transform="rotate(161.0185185185185, 711, 400)" opacity="0.17"></path><path d="M622.57 321.59Q633.48 322.2 644.39 322.48 655.3 322.41 666.22 322.01 677.13 321.27 688.04 320.24 698.96 318.94 709.87 317.42 720.78 315.74 731.69 313.94 742.61 312.09 753.52 310.25 764.43 308.5 775.35 306.88 791.09 310.32 794.79 326.14 793.85 337.07 793.16 348.01 792.74 358.95 792.62 369.89 792.8 380.82 793.28 391.76 794.03 402.7 795.01 413.64 796.16 424.57 797.44 435.51 798.78 446.45 800.09 457.39 796.37 474.38 780.4 481.88 769.39 483.5 758.38 485.25 747.37 487.09 736.36 488.94 725.35 490.74 714.33 492.42 703.32 493.94 692.31 495.24 681.3 496.27 670.29 497.01 659.28 497.41 648.27 497.48 631.37 491.43 624.62 474.72 623.69 463.78 622.76 452.84 621.86 441.91 621.05 430.97 620.36 420.03 619.83 409.09 619.5 398.16 619.37 387.22 619.46 376.28 619.75 365.34 620.24 354.41 620.89 343.47 621.68 332.53 622.57 321.59" stroke-dasharray="17 23" transform="rotate(164.44444444444443, 711, 400)" opacity="0.70"></path><path d="M634 334.76Q643.33 334.98 652.67 334.94 662 334.66 671.33 334.13 680.66 333.37 689.99 332.4 699.32 331.24 708.65 329.92 717.98 328.49 727.31 326.96 736.65 325.38 745.98 323.8 755.31 322.24 764.64 320.75 778.17 323.44 781.57 336.89 780.94 346.26 780.51 355.64 780.28 365.01 780.27 374.39 780.48 383.76 780.89 393.14 781.5 402.51 782.29 411.89 783.21 421.26 784.24 430.64 785.34 440.01 786.46 449.39 783.37 464.07 769.77 470.75 760.35 472.24 750.93 473.8 741.52 475.38 732.1 476.96 722.68 478.49 713.26 479.92 703.85 481.24 694.43 482.4 685.01 483.37 675.59 484.13 666.18 484.66 656.76 484.94 642.25 480.18 636.34 466.01 635.51 456.64 634.7 447.26 633.94 437.89 633.25 428.51 632.68 419.14 632.22 409.76 631.92 400.39 631.76 391.01 631.77 381.64 631.94 372.26 632.26 362.89 632.72 353.51 633.31 344.14 634 334.76" stroke-dasharray="11 4" transform="rotate(167.87037037037038, 711, 400)" opacity="0.75"></path><path d="M645.52 347.49Q661.04 347.16 676.56 346.15 692.08 344.53 707.59 342.42 723.11 339.98 738.63 337.35 754.15 334.74 769.67 332.32 768.55 347.95 767.95 363.57 767.94 379.2 768.5 394.82 769.6 410.45 771.1 426.07 772.85 441.7 774.67 457.32 759.01 459.74 743.36 462.35 727.7 464.98 712.04 467.42 696.38 469.53 680.73 471.15 665.07 472.16 649.41 472.49 647.99 456.87 646.63 441.24 645.46 425.62 644.61 409.99 644.17 394.37 644.18 378.74 644.65 363.12 645.52 347.49" stroke-dasharray="24 25" transform="rotate(171.2962962962963, 711, 400)" opacity="0.64"></path><path d="M657.19 359.78Q669.58 359.13 681.98 358.07 694.37 356.64 706.76 354.92 719.16 352.99 731.55 350.91 749.85 354.02 755.5 371.74 755.63 384.24 756.11 396.74 756.93 409.24 758.02 421.74 759.32 434.24 760.72 446.74 748.23 448.8 735.73 450.91 723.24 452.99 710.75 454.92 698.25 456.64 685.76 458.07 673.26 459.13 660.77 459.78 659.62 447.28 658.56 434.78 657.67 422.28 657 409.78 656.6 397.28 656.5 384.78 656.7 372.28 657.19 359.78" stroke-dasharray="27 6" transform="rotate(174.72222222222223, 711, 400)" opacity="0.34"></path><path d="M669.08 371.63Q678.36 370.87 687.65 369.9 696.94 368.74 706.22 367.42 715.51 365.99 724.79 364.46 738.61 366.78 743.14 380.05 743.34 389.42 743.73 398.8 744.3 408.17 745.03 417.55 741.7 432.4 728.16 439.46 718.82 440.99 709.47 442.42 700.12 443.74 690.78 444.9 676.34 441.56 670.51 427.88 669.88 418.5 669.39 409.13 669.06 399.75 668.89 390.38 668.9 381 669.08 371.63" stroke-dasharray="26 11" transform="rotate(178.14814814814815, 711, 400)" opacity="0.34"></path><path d="M681.25 383.07Q693.62 381.64 706 379.92 724.62 383.2 731.34 400.91 732.12 413.41 733.16 425.91 720.73 427.99 708.29 429.92 689.17 426.11 681.78 408.07 681.36 395.57 681.25 383.07" stroke-dasharray="14 7" transform="rotate(181.57407407407408, 711, 400)" opacity="0.72"></path></g></svg>');
}

.login-bg-alt-animate {
    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.dev/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1879%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1880%26quot%3b)'%3e%3c/rect%3e%3cpath d='M792.875%2c695.429C876.379%2c701.391%2c961.854%2c664.77%2c1003.103%2c591.92C1043.863%2c519.933%2c1022.76%2c433.341%2c982.05%2c361.325C940.537%2c287.889%2c877.218%2c218.499%2c792.875%2c220.027C710.29%2c221.523%2c650.648%2c293.36%2c615.209%2c367.97C584.902%2c431.774%2c595.231%2c503.12%2c628.917%2c565.206C664.59%2c630.956%2c718.261%2c690.102%2c792.875%2c695.429' fill='rgba(157%2c 157%2c 157%2c 0.13)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M0.755%2c402.115C33.509%2c404.447%2c68.485%2c397.949%2c87.239%2c370.994C108.591%2c340.306%2c114.106%2c298.785%2c95.014%2c266.643C76.242%2c235.039%2c37.48%2c223.804%2c0.755%2c225.394C-33.038%2c226.857%2c-65.192%2c243.998%2c-80.351%2c274.236C-94.259%2c301.98%2c-83.361%2c333.822%2c-66.739%2c360.03C-51.519%2c384.027%2c-27.59%2c400.097%2c0.755%2c402.115' fill='rgba(157%2c 157%2c 157%2c 0.13)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1447.457%2c554.891C1495.029%2c556.677%2c1539.895%2c530.316%2c1563.145%2c488.775C1585.893%2c448.131%2c1581.428%2c398.406%2c1557.354%2c358.533C1534.111%2c320.037%2c1492.421%2c296.525%2c1447.457%2c297.167C1403.573%2c297.793%2c1364.12%2c323.199%2c1342.863%2c361.595C1322.26%2c398.81%2c1325.65%2c443.21%2c1345.893%2c480.621C1367.286%2c520.156%2c1402.537%2c553.205%2c1447.457%2c554.891' fill='rgba(157%2c 157%2c 157%2c 0.13)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1021.9%2c489.789C1106.832%2c489.042%2c1195.776%2c460.112%2c1235.249%2c384.907C1272.806%2c313.353%2c1233.897%2c232.646%2c1193.649%2c162.57C1153.176%2c92.102%2c1103.042%2c17.887%2c1021.9%2c13.439C934.78%2c8.663%2c858.232%2c66.488%2c814.113%2c141.763C769.446%2c217.974%2c756.664%2c312.873%2c801.948%2c388.719C846.28%2c462.972%2c935.423%2c490.55%2c1021.9%2c489.789' fill='rgba(157%2c 157%2c 157%2c 0.13)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1879'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='10.94%25' y1='119.44%25' x2='89.06%25' y2='-19.44%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1880'%3e%3cstop stop-color='rgba(227%2c 227%2c 227%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(204%2c 208%2c 255%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}

.login-bg-alt-animate-2 {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

.login-bg-alt-animate-3 {
    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.dev/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2427%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient2428%26quot%3b)'%3e%3c/rect%3e%3cpath d='M797.028%2c831.061C840.668%2c830.866%2c879.361%2c804.593%2c900.76%2c766.56C921.736%2c729.278%2c920.336%2c684.822%2c900.685%2c646.824C879.111%2c605.107%2c843.922%2c568.557%2c797.028%2c565.978C746.073%2c563.176%2c695.187%2c588.997%2c671.544%2c634.222C649.234%2c676.896%2c665.792%2c726.89%2c691.677%2c767.495C715.307%2c804.562%2c753.069%2c831.258%2c797.028%2c831.061' fill='rgba(229%2c 229%2c 229%2c 0.1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1750.621%2c864.792C1806.464%2c866.028%2c1867.1%2c856.468%2c1896.714%2c809.108C1927.724%2c759.515%2c1917.106%2c696.179%2c1887.654%2c645.645C1858.434%2c595.51%2c1808.643%2c557.555%2c1750.621%2c558.442C1693.887%2c559.309%2c1648.135%2c600.083%2c1620.656%2c649.726C1594.142%2c697.626%2c1587.001%2c756.02%2c1615.317%2c802.878C1642.811%2c848.376%2c1697.474%2c863.615%2c1750.621%2c864.792' fill='rgba(229%2c 229%2c 229%2c 0.1)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M15.542%2c448.596C44.531%2c448.992%2c70.786%2c432.349%2c85.406%2c407.313C100.156%2c382.053%2c100.814%2c351.481%2c87.445%2c325.464C72.751%2c296.868%2c47.635%2c273.272%2c15.542%2c271.354C-19.792%2c269.242%2c-57.218%2c284.176%2c-72.97%2c315.875C-87.629%2c345.376%2c-69.369%2c378.042%2c-51.092%2c405.448C-35.356%2c429.043%2c-12.816%2c448.209%2c15.542%2c448.596' fill='rgba(229%2c 229%2c 229%2c 0.1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M232.033%2c631.679C300.303%2c635.444%2c375.445%2c627.461%2c413.404%2c570.592C454.794%2c508.584%2c453.633%2c423.828%2c412.093%2c361.92C374.209%2c305.459%2c299.977%2c297.705%2c232.033%2c300.288C169.734%2c302.657%2c106.066%2c321.168%2c74.223%2c374.766C41.788%2c429.361%2c49.054%2c498.221%2c82.291%2c552.331C113.98%2c603.92%2c171.581%2c628.345%2c232.033%2c631.679' fill='rgba(229%2c 229%2c 229%2c 0.1)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1317.691%2c1048.055C1351.397%2c1049.211%2c1384.692%2c1033.719%2c1401.402%2c1004.424C1417.979%2c975.362%2c1411.731%2c940.414%2c1395.902%2c910.938C1378.991%2c879.447%2c1353.404%2c850.048%2c1317.691%2c848.541C1279.825%2c846.943%2c1243.931%2c869.837%2c1227.146%2c903.817C1211.868%2c934.746%2c1225.027%2c969.787%2c1243.368%2c999.004C1260.283%2c1025.95%2c1285.895%2c1046.964%2c1317.691%2c1048.055' fill='rgba(229%2c 229%2c 229%2c 0.1)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1167.528%2c1284.09C1239.207%2c1284.903%2c1318%2c1281.497%2c1358.424%2c1222.298C1403.188%2c1156.745%2c1404.809%2c1066.613%2c1361.431%2c1000.135C1321.157%2c938.415%2c1241.162%2c926.675%2c1167.528%2c929.747C1100.318%2c932.551%2c1035.887%2c958.479%2c999.762%2c1015.224C960.73%2c1076.535%2c945.514%2c1156.388%2c983.99%2c1218.05C1020.881%2c1277.172%2c1097.845%2c1283.299%2c1167.528%2c1284.09' fill='rgba(229%2c 229%2c 229%2c 0.1)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2427'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='10.94%25' y1='119.44%25' x2='89.06%25' y2='-19.44%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2428'%3e%3cstop stop-color='rgba(128%2c 0%2c 177%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(38%2c 47%2c 144%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}

.login-bg-alt-animate-4 {
    
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* videoyu kırpıp arka plana oturtur */
    z-index: 1; /* içeriğin arkasında */
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.login-wrapper {
    display: flex;
    justify-content: center;
}



.login-container {
    background: rgb(218 223 227 / 55%);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 29%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur( 40px );
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 12%);
    z-index: 1;
}

.login-logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .login-logo img {
        width: 250px;
    }

.login-banner {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--bc-color-primary-light);
}

    .login-banner img {
        width: fit-content;
        margin-bottom: 8px;
    }

.login-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


@media (max-width:992px) {
    .login {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
    }

    .login-container {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .login-banner {
        display: none;
    }

    .login-footer {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {

    .login-container {
        box-shadow: none;
        /* background: unset; */
        /* border: unset; */
        height: 80vh;
        align-content: center;
        background: rgb(229 229 229 / 56%);
    }

    .language-select {
        margin: auto;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgb(0 0 0 / 55%);
}

/* Modal Content */
.modal-content {
    background-color: var(--bs-gray-100);
    margin: auto;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-3);
    animation-name: fadeIn;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Modal Head */

.modal-head {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    max-height: 5vh;
    box-shadow: var(--shadow-1);
    background: linear-gradient(270deg, #662483 0%, #ab2c69 100%);
    color: var(--bc-color-primary-light);
    align-items: center;
}

    .modal-head h1 {
        margin: 7px 14px;
        padding: 0;
        font-size: var(--bc-font-xlarge);
    }

/* Modal Text aRea */
.modal-text {
    padding: 8px 16px 16px 16px;
}

    .modal-text br {
        content: "";
        margin: 8px;
        display: block;
    }

/* The Close Button */
.modal-close {
    color: #aaaaaa;
    position: relative;
    float: right;
    padding: 0 8px;
    font-size: 30px;
}

    .modal-close:hover,
    .modal-close:focus {
        color: var(--bs-light);
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width:992px) {
    .modal-content {
        margin: auto 12px;
    }
}
/* Kurum Secim CSS */

#divKurumlar {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
    min-height: 15rem;
    max-height: 20rem;
    overflow-y: auto;
}

.kurum {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 4.2);
    margin: 5px 5px 0 0;
    border: 1px solid #e7eaf3;
    border-color: #d2d2d2;
    background-color: #f8fafd;
    padding: .7rem;
    border-radius: 15px;
    height: 11rem;
    cursor: pointer;
}

    .kurum p {
        font-size: var(--bc-font-small);
    }

        .kurum p:last-child {
            font-size: var(--bc-font-small);
        }

.kurumdiv {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .kurumdiv p:first-child {
        margin-bottom: 0;
        line-height: 1rem;
        font-weight: 600;
    }

.kurum img {
    border-radius: 4px;
    width: 48px;
    height: 48px;
}

.kurum-hover {
    border: 1px solid #3f729b;
    background-color: #e0f1ff;
    color: #002e54;
}

.kurum input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.kurum label {
    margin: 0;
    margin-left: 7px;
}

.omryonlenme {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24%;
    margin: 5px;
    border: 1px solid #e7eaf3;
    border-color: #F36896;
    background-color: #FDE5ED;
    padding: .7rem;
    border-radius: 15px;
    height: 11rem;
    cursor: pointer;
}

    .omryonlenme p {
        font-size: .8rem;
        margin-bottom: .8rem;
    }

        .omryonlenme p:last-child {
            font-size: .7rem;
        }

.omryonlenme-hover {
    border: 1px solid #3f729b;
    background-color: #e0f1ff;
    color: #002e54;
}

.omryonlenme input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

@media (max-width:992px) {

    #divKurumlar {
        min-height: 20rem;
        max-height: unset;
    }

    .kurum {
        width: 100%;
    }
}

.language-select {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-self: center;
}

    .language-select ul li a img {
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }

    .language-select ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .language-select li {
        /*background: var(--bc-color-primary-light);
        border: 1px solid var(--bs-gray-500);
        border-radius: 40px;
        position: relative;*/
        display: inline-flex;
        transition-duration: .25s;
        padding: 0;
    }

        .language-select li:first-child {
            border-right: 1px solid var(--bs-border-color-translucent);
        }

        .language-select li a {
            display: flex;
            color: var(--bs-gray-700);
            font-size: var(--bc-font-small);
            padding: 6px 12px;
            align-items: center;
        }

        .language-select li:hover,
        .language-select li:focus-within {
            cursor: pointer;
        }

            .language-select li:focus-within a {
                outline: none;
            }

    .language-select ul li ul {
        visibility: hidden;
        opacity: 0;
        min-width: 100px;
        position: absolute;
        transition: all 1s ease;
        margin-top: -40px;
        left: 0;
        display: none;
        border-radius: 40px;
    }


/* Page Loader */


/* Center the loader */
#loader .loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1984;
    width: 90px;
    height: 90px;
    margin: -25px 0 0 -25px;
    border: 10px solid var(--bc-color-primary-light);
    border-radius: 50%;
    border-top: 10px solid var(--bc-color-primary);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader {
    background: #1f1f1fa4;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

    #loader:before {
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
