﻿<UserControl
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	xmlns:ee="http://schemas.microsoft.com/expression/2010/effects"
  xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
  xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit"
  mc:Ignorable="d" VerticalAlignment="Center" HorizontalAlignment="Center" >

  <UserControl.Resources>
    <Storyboard x:Name="Storyboard1" RepeatBehavior="Forever">
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.BloomIntensity)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="1"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="4.7"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2.8" Value="0"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.BloomSaturation)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="0.5"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0.53"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2.8" Value="0"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.BaseIntensity)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="1"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2.8" Value="1"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.BaseSaturation)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="1"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2.8" Value="1"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.Threshold)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:0.6" Value="0.5"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2.8" Value="0.5"/>
      </DoubleAnimationUsingKeyFrames>
      <PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(MagnifyEffect.Center)" Storyboard.TargetName="LayoutRoot">
        <EasingPointKeyFrame KeyTime="0" Value="-1,0.5"/>
        <EasingPointKeyFrame KeyTime="0:0:3" Value="2,0.5"/>
      </PointAnimationUsingKeyFrames>
      <ColorAnimation Duration="0:0:1.5" To="#00000000" Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="rectangle" d:IsOptimized="True"/>
      <ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="rectangle">
        <EasingColorKeyFrame KeyTime="0" Value="#FF181717"/>
        <EasingColorKeyFrame KeyTime="0:0:1.5" Value="#FF8D9543"/>
        <EasingColorKeyFrame KeyTime="0:0:3" Value="#FF181717"/>
      </ColorAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(Brush.RelativeTransform).(CompositeTransform.Rotation)" Storyboard.TargetName="rectangle">
        <EasingDoubleKeyFrame KeyTime="0" Value="-133.095"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1.5" Value="-17.479"/>
        <EasingDoubleKeyFrame KeyTime="0:0:3" Value="5.771"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(RadialGradientBrush.RadiusY)" Storyboard.TargetName="rectangle">
        <EasingDoubleKeyFrame KeyTime="0:0:1.5" Value="0.969"/>
        <EasingDoubleKeyFrame KeyTime="0:0:3" Value="0.33"/>
      </DoubleAnimationUsingKeyFrames>
      <PointAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(RadialGradientBrush.Center)" Storyboard.TargetName="rectangle">
        <EasingPointKeyFrame KeyTime="0" Value="0.63,0.396"/>
        <EasingPointKeyFrame KeyTime="0:0:1.5" Value="0.485,0.494"/>
        <EasingPointKeyFrame KeyTime="0:0:3" Value="0.423,0.524"/>
      </PointAnimationUsingKeyFrames>
      <PointAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(RadialGradientBrush.GradientOrigin)" Storyboard.TargetName="rectangle">
        <EasingPointKeyFrame KeyTime="0" Value="0.61,0.338"/>
        <EasingPointKeyFrame KeyTime="0:0:1.5" Value="0.465,0.436"/>
        <EasingPointKeyFrame KeyTime="0:0:3" Value="0.403,0.466"/>
      </PointAnimationUsingKeyFrames>
    </Storyboard>
    <Storyboard x:Name="Storyboard2">
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(PixelateEffect.Pixelation)" Storyboard.TargetName="grid1">
        <EasingDoubleKeyFrame KeyTime="0" Value="0"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
      </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    <Storyboard x:Name="Storyboard3" RepeatBehavior="1x">
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(PixelateEffect.Pixelation)" Storyboard.TargetName="grid1">
        <EasingDoubleKeyFrame KeyTime="0:0:0.3" Value="1"/>
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0"/>
      </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    <Storyboard x:Name="Storyboard4" RepeatBehavior="Forever">
      <PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(MagnifyEffect.Center)" Storyboard.TargetName="LayoutRoot">
        <EasingPointKeyFrame KeyTime="0" Value="-0.490000009536743,0.5"/>
        <EasingPointKeyFrame KeyTime="0:0:1" Value="0.48,0.5"/>
        <EasingPointKeyFrame KeyTime="0:0:2" Value="2,0.5"/>
        <EasingPointKeyFrame KeyTime="0:0:4" Value="2,0.5"/>
      </PointAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.Threshold)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0.05"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2" Value="0.5"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.BloomIntensity)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="3"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2" Value="1.25"/>
      </DoubleAnimationUsingKeyFrames>
      <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Effect).(BloomEffect.BloomSaturation)" Storyboard.TargetName="grid">
        <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0.85"/>
        <EasingDoubleKeyFrame KeyTime="0:0:2" Value="1"/>
      </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    <!--Removed all dependencies on Themes project: START-->
    <SolidColorBrush x:Key="gridBkgrnd" Color="#FF181717"/>
    <SolidColorBrush x:Key="PathFill20" Color="#FF024BB6"/>
    <SolidColorBrush x:Key="PathFill11" Color="#FF539140"/>
    <SolidColorBrush x:Key="PathFill13" Color="#FF024B9B"/>
    <SolidColorBrush x:Key="PathFill03"  Color="#FF009CFF">
      <SolidColorBrush.RelativeTransform>
        <MatrixTransform Matrix="Identity"/>
      </SolidColorBrush.RelativeTransform>
      <SolidColorBrush.Transform>
        <MatrixTransform Matrix="Identity"/>
      </SolidColorBrush.Transform>
    </SolidColorBrush>
    <SolidColorBrush x:Key="PathFill04"  Color="White">
      <SolidColorBrush.RelativeTransform>
        <MatrixTransform Matrix="Identity"/>
      </SolidColorBrush.RelativeTransform>
      <SolidColorBrush.Transform>
        <MatrixTransform Matrix="Identity"/>
      </SolidColorBrush.Transform>
    </SolidColorBrush>
    <SolidColorBrush x:Key="PathFill05"  Color="Black">
      <SolidColorBrush.RelativeTransform>
        <MatrixTransform Matrix="Identity"/>
      </SolidColorBrush.RelativeTransform>
      <SolidColorBrush.Transform>
        <MatrixTransform Matrix="Identity"/>
      </SolidColorBrush.Transform>
    </SolidColorBrush>
    <RadialGradientBrush x:Key="PathFillRadGrad03"  Center="0.561,0.47" GradientOrigin="0.351,0.24" RadiusY="0.485" RadiusX="0.485">
      <GradientStop Color="White" Offset="0"/>
      <GradientStop Color="White" Offset="0.20959499478340149"/>
      <GradientStop Color="#FF024B9B" Offset="1"/>
    </RadialGradientBrush>
    <RadialGradientBrush x:Key="PathFillRadGrad04"  Center="0.561,0.47" GradientOrigin="0.351,0.24" RadiusY="0.485" RadiusX="0.485">
      <GradientStop Color="White" Offset="0"/>
      <GradientStop Color="White" Offset="0.20959499478340149"/>
      <GradientStop Color="#FF539140" Offset="1"/>
    </RadialGradientBrush>
    <!--Removed all dependencies on Themes project: END-->
  </UserControl.Resources>

  <Grid x:Name="grid2" Background="{StaticResource gridBkgrnd}">

    <Grid Margin="0">
      <Grid x:Name="LayoutRoot"  RenderTransformOrigin="0.5,0.5">
        <Grid.Effect>
          <!-- For Future -->
          <!--ee:MagnifyEffect Amount="0.18" Center="-0.94,0.5" InnerRadius="0" OuterRadius="1"/-->

          <!-- For FT and Shilpa -->
          <ee:MagnifyEffect  Amount="0.16" Center="-0.49,0.5" InnerRadius="0.24" OuterRadius="1"/>
        </Grid.Effect>
        <i:Interaction.Triggers >
          <i:EventTrigger>
            <ei:ControlStoryboardAction  Storyboard="{StaticResource Storyboard1}"/>
          </i:EventTrigger>
        </i:Interaction.Triggers>
        <Grid x:Name="grid1">
          <Grid.Effect>
            <ee:PixelateEffect Pixelation="0"/>
          </Grid.Effect>
          <Grid x:Name="grid" Margin="0">
            <Grid.Effect>
              <ee:BloomEffect Threshold="0.5"/>
            </Grid.Effect>
            <!-- For Shilpa -->
            <Grid RenderTransformOrigin="-0.02,0.99" Margin="0" HorizontalAlignment="Center" VerticalAlignment="Center" Visibility="Collapsed">
              <Grid x:Name="ClientLogo" Width="250" Margin="0,0,0,10">
                <Viewbox>
                  <Grid Height="64.6270000040531" Width="178.150999993086">
                    <Path Data="M160.98001,57.610352 L160.98001,59.850243 L161.84668,59.850243 C162.26268,59.850243 162.54001,59.784363 162.71333,59.586723 C162.85201,59.422028 162.95601,59.125572 162.95601,58.664417 C162.95601,58.269142 162.85201,58.005627 162.67867,57.840927 C162.50534,57.709171 162.19334,57.610352 161.70801,57.610352 z M149.72047,57.610352 L149.72047,59.981998 L150.34447,59.981998 C150.76047,59.982002 151.07246,59.916122 151.28046,59.718483 C151.4538,59.520847 151.55779,59.224392 151.55779,58.763237 C151.55779,58.335022 151.4538,58.038567 151.31512,57.873867 C151.1418,57.709171 150.8298,57.610352 150.34447,57.610352 z M131.91791,57.610352 L131.91791,59.850243 L132.78458,59.850243 C133.20058,59.850243 133.47791,59.784363 133.65123,59.586723 C133.7899,59.422028 133.89389,59.125572 133.89389,58.664417 C133.89389,58.269142 133.7899,58.005627 133.61656,57.840927 C133.44324,57.709171 133.13124,57.610352 132.6459,57.610352 z M125.88325,57.610352 L125.88325,59.981998 L126.50724,59.981998 C126.92324,59.982002 127.23524,59.916122 127.44324,59.718483 C127.61657,59.520847 127.72057,59.224392 127.72057,58.763237 C127.72057,58.335022 127.61657,58.038567 127.47791,57.873867 C127.30457,57.709171 126.99257,57.610352 126.50724,57.610352 z M97.710823,57.610352 L97.710823,59.850243 L98.577484,59.850243 C98.993477,59.850243 99.270813,59.784363 99.444145,59.586723 C99.582809,59.422028 99.686806,59.125572 99.686806,58.664417 C99.686806,58.269142 99.582809,58.005627 99.409477,57.840927 C99.236145,57.709171 98.924149,57.610352 98.43882,57.610352 z M138.89574,57.478905 C138.47971,57.478905 138.20236,57.676548 138.06369,58.005951 C137.89035,58.335358 137.82101,59.158871 137.82101,60.476486 C137.82101,61.794109 137.89035,62.617619 138.06369,62.947021 C138.20236,63.276428 138.47971,63.441132 138.89574,63.441128 C139.31174,63.441132 139.5891,63.276428 139.72777,62.947021 C139.86644,62.617619 139.97044,61.794109 139.97044,60.476486 C139.97044,59.158871 139.86644,58.335358 139.72777,58.005951 C139.55443,57.676548 139.27708,57.478905 138.89574,57.478905 z M118.20681,57.478905 C117.79079,57.478905 117.51344,57.676548 117.37477,58.005951 C117.20142,58.335358 117.1321,59.158871 117.1321,60.476486 C117.1321,61.794109 117.20142,62.617619 117.37477,62.947021 C117.51344,63.276428 117.79079,63.441132 118.20681,63.441128 C118.62283,63.441132 118.90018,63.276428 119.03885,62.947021 C119.17752,62.617619 119.28152,61.794109 119.28152,60.476486 C119.28152,59.158871 119.17752,58.335358 119.03885,58.005951 C118.86551,57.676548 118.58817,57.478905 118.20681,57.478905 z M92.395073,57.478905 C91.97905,57.478905 91.701706,57.676548 91.563034,58.005951 C91.389694,58.335358 91.320351,59.158871 91.320351,60.476486 C91.320351,61.794109 91.389694,62.617619 91.563034,62.947021 C91.701706,63.276428 91.97905,63.441132 92.395073,63.441128 C92.811096,63.441132 93.08844,63.276428 93.227104,62.947021 C93.365784,62.617619 93.469788,61.794109 93.469788,60.476486 C93.469788,59.158871 93.365784,58.335358 93.227104,58.005951 C93.053764,57.676548 92.776428,57.478905 92.395073,57.478905 z M8.5100651,57.478905 C8.0940504,57.478905 7.8167019,57.676548 7.6780372,58.005951 C7.5046873,58.335358 7.4353542,59.158871 7.4353538,60.476486 C7.4353542,61.794109 7.5046873,62.617619 7.6780372,62.947021 C7.8167019,63.276428 8.0940504,63.441132 8.5100651,63.441128 C8.926095,63.441132 9.2034264,63.276428 9.3421087,62.947021 C9.4807749,62.617619 9.5847912,61.794109 9.5847921,60.476486 C9.5847912,59.158871 9.4807749,58.335358 9.3421087,58.005951 C9.1687603,57.676548 8.8914118,57.478905 8.5100651,57.478905 z M172.60437,56.490402 L174.23369,56.490402 L175.41235,59.487907 L176.591,56.490402 L178.151,56.490402 L176.10568,61.069004 L176.10568,64.428841 L174.64969,64.428841 L174.64969,61.069004 z M167.70557,56.490402 L172.52449,56.490402 L172.52449,57.807987 L170.8604,57.807987 L170.8604,64.428841 L169.40433,64.428841 L169.40433,57.807987 L167.70557,57.807987 z M165.23845,56.490402 L166.69388,56.490402 L166.69388,64.428841 L165.23845,64.428841 z M159.5587,56.490402 L162.19334,56.490402 C162.95601,56.490406 163.54533,56.655106 163.892,56.984501 C164.23866,57.313896 164.41199,57.840927 164.41199,58.565598 C164.41199,59.092632 164.308,59.520847 164.13466,59.817303 C163.92667,60.113758 163.64934,60.278458 163.30267,60.311394 C163.996,60.509033 164.34267,61.101944 164.41199,62.090134 C164.41199,62.156013 164.41199,62.188953 164.41199,62.18895 L164.44666,63.243015 C164.44666,63.572414 164.48132,63.80299 164.55066,63.96769 C164.62,64.165329 164.68933,64.297081 164.82799,64.428841 L163.09467,64.428841 C163.06,64.297081 163.02533,64.165329 163.02533,63.96769 C162.99066,63.77005 162.99066,63.506535 162.99066,63.177135 L162.95601,62.353649 L162.95601,62.156013 C162.95601,61.694859 162.85201,61.398403 162.64401,61.200764 C162.436,61.036068 162.05467,60.937248 161.46535,60.937248 L160.98001,60.937248 L160.98001,64.428841 L159.5587,64.428841 z M153.91675,56.490402 L157.97328,56.490402 L157.97328,57.807987 L155.37294,57.807987 L155.37294,59.652603 L157.79991,59.652603 L157.79991,60.904308 L155.37294,60.904308 L155.37294,63.07832 L158.00795,63.07832 L158.00795,64.428841 L153.91675,64.428841 z M148.29915,56.490402 L150.8298,56.490402 C151.59245,56.490406 152.14713,56.688046 152.49379,57.017437 C152.84045,57.379776 153.01378,57.939747 153.01378,58.730297 C153.01378,59.520847 152.80579,60.113758 152.45912,60.509033 C152.11246,60.904308 151.55779,61.069008 150.8298,61.069004 L149.75514,61.069004 L149.75514,64.428841 L148.29915,64.428841 z M130.49658,56.490402 L133.13124,56.490402 C133.89389,56.490406 134.48323,56.655106 134.8299,56.984501 C135.17656,57.313896 135.34988,57.840927 135.34988,58.565598 C135.34988,59.092632 135.2459,59.520847 135.07256,59.817303 C134.86456,60.113758 134.58722,60.278458 134.24055,60.311394 C134.93388,60.509033 135.28055,61.101944 135.34988,62.090134 C135.34988,62.156013 135.34988,62.188953 135.34988,62.18895 L135.38455,63.243015 C135.38455,63.572414 135.41922,63.80299 135.48856,63.96769 C135.55789,64.165329 135.62721,64.297081 135.76588,64.428841 L134.03256,64.428841 C133.99789,64.297081 133.96323,64.165329 133.96323,63.96769 C133.92856,63.77005 133.92856,63.506535 133.92856,63.177135 L133.89389,62.353649 L133.89389,62.156013 C133.89389,61.694859 133.7899,61.398403 133.58189,61.200764 C133.3739,61.036068 132.99257,60.937248 132.40324,60.937248 L131.91791,60.937248 L131.91791,64.428841 L130.49658,64.428841 z M124.46192,56.490402 L126.99257,56.490402 C127.75523,56.490406 128.30989,56.688046 128.65656,57.017437 C129.00322,57.379776 129.17656,57.939747 129.17656,58.730297 C129.17656,59.520847 128.96855,60.113758 128.62189,60.509033 C128.27522,60.904308 127.72057,61.069008 126.99257,61.069004 L125.91792,61.069004 L125.91792,64.428841 L124.46192,64.428841 z M110.03175,56.490402 L114.85067,56.490402 L114.85067,57.807987 L113.18658,57.807987 L113.18658,64.428841 L111.73051,64.428841 L111.73051,57.807987 L110.03175,57.807987 z M96.289497,56.490402 L98.924149,56.490402 C99.686806,56.490406 100.27614,56.655106 100.6228,56.984501 C100.96947,57.313896 101.1428,57.840927 101.1428,58.565598 C101.1428,59.092632 101.0388,59.520847 100.86546,59.817303 C100.65747,60.113758 100.38013,60.278458 100.03347,60.311394 C100.7268,60.509033 101.07346,61.101944 101.1428,62.090134 C101.1428,62.156013 101.1428,62.188953 101.1428,62.18895 L101.17747,63.243015 C101.17747,63.572414 101.21213,63.80299 101.28146,63.96769 C101.3508,64.165329 101.42013,64.297081 101.55879,64.428841 L99.825478,64.428841 C99.79081,64.297081 99.756142,64.165329 99.756142,63.96769 C99.721474,63.77005 99.721474,63.506535 99.721474,63.177135 L99.686806,62.353649 L99.686806,62.156013 C99.686806,61.694859 99.582809,61.398403 99.374809,61.200764 C99.166809,61.036068 98.785484,60.937248 98.196152,60.937248 L97.710823,60.937248 L97.710823,64.428841 L96.289497,64.428841 z M84.219902,56.490402 L89.038803,56.490402 L89.038803,57.807987 L87.37471,57.807987 L87.37471,64.428841 L85.918648,64.428841 L85.918648,57.807987 L84.219902,57.807987 z M73.568237,56.490402 L77.624756,56.490402 L77.624756,57.807987 L75.024422,57.807987 L75.024422,59.652603 L77.451401,59.652603 L77.451401,60.904308 L75.024422,60.904308 L75.024422,63.07832 L77.659431,63.07832 L77.659431,64.428841 L73.568237,64.428841 z M67.722069,56.490402 L69.281898,56.490402 L70.460434,62.814804 L71.50032,56.490402 L73.06015,56.490402 L71.396324,64.428841 L69.489876,64.428841 z M61.722889,56.490402 L63.248119,56.490402 L65.258659,62.057194 L65.258659,56.490402 L66.610573,56.490402 L66.610573,64.428841 L65.154671,64.428841 L63.040138,58.862057 L63.109463,64.428841 L61.722889,64.428841 z M58.667786,56.490402 L60.123215,56.490402 L60.123215,64.428841 L58.667786,64.428841 z M43.736301,56.490402 L45.261539,56.490402 L47.272072,62.057194 L47.272072,56.490402 L48.623985,56.490402 L48.623985,64.428841 L47.168079,64.428841 L45.053547,58.862057 L45.122879,64.428841 L43.736301,64.428841 z M40.681171,56.490402 L42.136608,56.490402 L42.136608,64.428841 L40.681171,64.428841 z M35.227707,56.490402 L40.046619,56.490402 L40.046619,57.807987 L38.382538,57.807987 L38.382538,64.428841 L36.926464,64.428841 L36.926464,57.807987 L35.227707,57.807987 z M24.576054,56.490402 L28.632568,56.490402 L28.632568,57.807987 L26.032228,57.807987 L26.032228,59.652603 L28.459217,59.652603 L28.459217,60.904308 L26.032228,60.904308 L26.032228,63.07832 L28.667234,63.07832 L28.667234,64.428841 L24.576054,64.428841 z M18.505791,56.490402 L20.031029,56.490402 L22.041563,62.057194 L22.041563,56.490402 L23.393486,56.490402 L23.393486,64.428841 L21.937563,64.428841 L19.823048,58.862057 L19.892363,64.428841 L18.505791,64.428841 z M12.211516,56.490402 L13.736755,56.490402 L15.747289,62.057194 L15.747289,56.490402 L17.099209,56.490402 L17.099209,64.428841 L15.643306,64.428841 L13.528773,58.862057 L13.598089,64.428841 L12.211516,64.428841 z M144.66026,56.325989 C145.35359,56.325989 145.90825,56.523632 146.32425,56.918915 C146.70558,57.314205 146.91357,57.907131 146.91357,58.631821 C146.91357,58.730644 146.91357,58.796524 146.91357,58.829464 C146.91357,58.895348 146.91357,58.928288 146.91357,58.928284 L145.49225,58.928284 L145.49225,58.730644 C145.49225,58.302418 145.42291,58.005955 145.28426,57.808308 C145.14558,57.610668 144.90292,57.511848 144.6256,57.511845 C144.38293,57.511848 144.17493,57.610668 144.03627,57.742432 C143.8976,57.874191 143.82826,58.071835 143.82826,58.302418 C143.82826,58.631821 144.14026,59.027107 144.76425,59.422394 C144.76425,59.422394 144.76425,59.422394 144.79892,59.422394 L145.56158,59.98238 C146.15091,60.377666 146.53224,60.740013 146.74025,61.069416 C146.94824,61.398823 147.05225,61.827049 147.05225,62.354095 C147.05225,63.078785 146.84424,63.638775 146.42825,64.034058 C146.01225,64.429344 145.45758,64.626984 144.69493,64.626991 C143.8976,64.626984 143.30827,64.429344 142.92694,64.001114 C142.51094,63.605835 142.3376,62.979965 142.3376,62.123512 C142.3376,62.057632 142.3376,61.892929 142.37227,61.662346 L142.37227,61.629402 L143.82826,61.629402 L143.82826,62.156448 C143.82826,62.650558 143.86293,62.979965 144.0016,63.144669 C144.14026,63.342308 144.34827,63.408192 144.6256,63.408188 C144.93759,63.408192 145.18025,63.342308 145.35359,63.177605 C145.49225,63.045845 145.59625,62.815262 145.59625,62.485855 C145.59625,62.255276 145.52692,62.057632 145.42291,61.892929 C145.28426,61.728226 145.0416,61.497643 144.69493,61.201176 L143.93227,60.674129 C143.27361,60.212963 142.8576,59.85062 142.68427,59.554153 C142.51094,59.29063 142.4416,58.895348 142.4416,58.434181 C142.4416,57.775372 142.61494,57.281265 143.03093,56.885979 C143.41226,56.523632 143.96693,56.325989 144.66026,56.325989 z M138.89574,56.325989 C139.41576,56.325989 139.83177,56.424812 140.14378,56.556572 C140.45581,56.721275 140.73315,56.984798 140.97583,57.314201 C141.1145,57.577728 141.25317,57.973015 141.32251,58.467121 C141.39185,58.994167 141.46118,59.652977 141.46118,60.476486 C141.46118,61.332939 141.39185,61.991753 141.32251,62.485855 C141.25317,62.979965 141.1145,63.342308 140.97583,63.605831 C140.73315,64.001122 140.45581,64.264641 140.14378,64.3964 C139.83177,64.528168 139.41576,64.626984 138.89574,64.626991 C138.3757,64.626984 137.95969,64.528168 137.64767,64.3964 C137.33566,64.264641 137.0583,64.001122 136.81563,63.605831 C136.67696,63.375252 136.53828,63.012905 136.46895,62.485855 C136.39961,61.991753 136.36494,61.332939 136.36494,60.476486 C136.36494,59.620037 136.39961,58.961227 136.46895,58.467121 C136.53828,57.973015 136.67696,57.577728 136.81563,57.314201 C137.0583,56.984798 137.33566,56.721275 137.64767,56.556572 C137.95969,56.424812 138.3757,56.325989 138.89574,56.325989 z M118.20681,56.325989 C118.72683,56.325989 119.14285,56.424812 119.45487,56.556572 C119.76688,56.721275 120.04422,56.984798 120.2869,57.314201 C120.42558,57.577728 120.56425,57.973015 120.63358,58.467121 C120.70293,58.994167 120.77227,59.652977 120.77227,60.476486 C120.77227,61.332939 120.70293,61.991753 120.63358,62.485855 C120.56425,62.979965 120.42558,63.342308 120.2869,63.605831 C120.04422,64.001122 119.76688,64.264641 119.45487,64.3964 C119.14285,64.528168 118.72683,64.626984 118.20681,64.626991 C117.68679,64.626984 117.27077,64.528168 116.95875,64.3964 C116.64674,64.264641 116.36938,64.001122 116.12672,63.605831 C115.98803,63.375252 115.84937,63.012905 115.78004,62.485855 C115.71069,61.991753 115.67602,61.332939 115.67602,60.476486 C115.67602,59.620037 115.71069,58.961227 115.78004,58.467121 C115.84937,57.973015 115.98803,57.577728 116.12672,57.314201 C116.36938,56.984798 116.64674,56.721275 116.95875,56.556572 C117.27077,56.424812 117.68679,56.325989 118.20681,56.325989 z M104.25411,56.325989 C104.94744,56.325989 105.5021,56.523632 105.9181,56.918915 C106.29943,57.314205 106.50742,57.907131 106.50742,58.631821 C106.50742,58.730644 106.50742,58.796524 106.50742,58.829464 C106.50742,58.895348 106.50742,58.928288 106.50742,58.928284 L105.08611,58.928284 L105.08611,58.730644 C105.08611,58.302418 105.01677,58.005955 104.87811,57.808308 C104.73944,57.610668 104.49677,57.511848 104.21944,57.511845 C103.97678,57.511848 103.76878,57.610668 103.63011,57.742432 C103.49145,57.874191 103.42212,58.071835 103.42212,58.302418 C103.42212,58.631821 103.73412,59.027107 104.35811,59.422394 C104.35811,59.422394 104.35811,59.422394 104.39278,59.422394 L105.15543,59.98238 C105.74477,60.377666 106.1261,60.740013 106.33409,61.069416 C106.54209,61.398823 106.6461,61.827049 106.6461,62.354095 C106.6461,63.078785 106.4381,63.638775 106.02209,64.034058 C105.6061,64.429344 105.05144,64.626984 104.28877,64.626991 C103.49145,64.626984 102.90212,64.429344 102.52079,64.001114 C102.10479,63.605835 101.93146,62.979965 101.93146,62.123512 C101.93146,62.057632 101.93146,61.892929 101.96613,61.662346 L101.96613,61.629402 L103.42212,61.629402 L103.42212,62.156448 C103.42212,62.650558 103.45678,62.979965 103.59544,63.144669 C103.73412,63.342308 103.94211,63.408192 104.21944,63.408188 C104.53144,63.408192 104.77411,63.342308 104.94744,63.177605 C105.08611,63.045845 105.1901,62.815262 105.1901,62.485855 C105.1901,62.255276 105.12077,62.057632 105.01677,61.892929 C104.87811,61.728226 104.63544,61.497643 104.28877,61.201176 L103.52612,60.674129 C102.86745,60.212963 102.45145,59.85062 102.27812,59.554153 C102.10479,59.29063 102.03546,58.895348 102.03546,58.434181 C102.03546,57.775372 102.20879,57.281265 102.62479,56.885979 C103.00612,56.523632 103.56078,56.325989 104.25411,56.325989 z M92.395073,56.325989 C92.915092,56.325989 93.331116,56.424812 93.643127,56.556572 C93.955147,56.721275 94.232491,56.984798 94.475166,57.314201 C94.613838,57.577728 94.752518,57.973015 94.821854,58.467121 C94.89119,58.994167 94.960533,59.652977 94.960533,60.476486 C94.960533,61.332939 94.89119,61.991753 94.821854,62.485855 C94.752518,62.979965 94.613838,63.342308 94.475166,63.605831 C94.232491,64.001122 93.955147,64.264641 93.643127,64.3964 C93.331116,64.528168 92.915092,64.626984 92.395073,64.626991 C91.875046,64.626984 91.45903,64.528168 91.147011,64.3964 C90.834999,64.264641 90.557648,64.001122 90.31498,63.605831 C90.1763,63.375252 90.037628,63.012905 89.968292,62.485855 C89.898956,61.991753 89.864288,61.332939 89.864288,60.476486 C89.864288,59.620037 89.898956,58.961227 89.968292,58.467121 C90.037628,57.973015 90.1763,57.577728 90.31498,57.314201 C90.557648,56.984798 90.834999,56.721275 91.147011,56.556572 C91.45903,56.424812 91.875046,56.325989 92.395073,56.325989 z M81.082588,56.325989 C81.775917,56.325989 82.330582,56.523632 82.746574,56.918915 C83.127907,57.314205 83.335907,57.907131 83.335907,58.631821 C83.335907,58.730644 83.335907,58.796524 83.335907,58.829464 C83.335907,58.895348 83.335907,58.928288 83.335907,58.928284 L81.914581,58.928284 L81.914581,58.730644 C81.914581,58.302418 81.845245,58.005955 81.706581,57.808308 C81.567917,57.610668 81.325249,57.511848 81.04792,57.511845 C80.80526,57.511848 80.59726,57.610668 80.458595,57.742432 C80.319923,57.874191 80.250595,58.071835 80.250595,58.302418 C80.250595,58.631821 80.562592,59.027107 81.186584,59.422394 C81.186584,59.422394 81.186584,59.422394 81.221252,59.422394 L81.983917,59.98238 C82.573242,60.377666 82.954575,60.740013 83.162575,61.069416 C83.370567,61.398823 83.474571,61.827049 83.474571,62.354095 C83.474571,63.078785 83.266571,63.638775 82.850578,64.034058 C82.434578,64.429344 81.879913,64.626984 81.117256,64.626991 C80.319923,64.626984 79.730598,64.429344 79.349266,64.001114 C78.933266,63.605835 78.759941,62.979965 78.759941,62.123512 C78.759941,62.057632 78.759941,61.892929 78.794601,61.662346 L78.794601,61.629402 L80.250595,61.629402 L80.250595,62.156448 C80.250595,62.650558 80.285263,62.979965 80.423927,63.144669 C80.562592,63.342308 80.770592,63.408192 81.04792,63.408188 C81.359917,63.408192 81.602585,63.342308 81.775917,63.177605 C81.914581,63.045845 82.018578,62.815262 82.018578,62.485855 C82.018578,62.255276 81.949249,62.057632 81.845245,61.892929 C81.706581,61.728226 81.463921,61.497643 81.117256,61.201176 L80.354591,60.674129 C79.69593,60.212963 79.27993,59.85062 79.106598,59.554153 C78.933266,59.29063 78.863937,58.895348 78.863937,58.434181 C78.863937,57.775372 79.03727,57.281265 79.453262,56.885979 C79.834595,56.523632 80.389259,56.325989 81.082588,56.325989 z M52.495132,56.325989 C53.327271,56.325989 53.951366,56.523632 54.367432,56.918915 C54.783497,57.314205 54.991528,57.940071 54.991528,58.796524 L54.991528,58.994167 L53.639317,58.994167 L53.639317,58.928284 C53.639317,58.467121 53.535301,58.104774 53.361935,57.841251 C53.153904,57.610668 52.911198,57.478905 52.56448,57.478905 C52.148407,57.478905 51.836361,57.643608 51.697678,57.973011 C51.524311,58.302418 51.454971,59.191811 51.454971,60.60825 C51.454971,61.728226 51.524311,62.485859 51.663002,62.848202 C51.801693,63.243488 52.079067,63.408192 52.495132,63.408188 C52.841854,63.408192 53.119228,63.276428 53.292595,63.012905 C53.465954,62.749382 53.569969,62.288216 53.569969,61.629402 L53.569969,61.365879 L52.529808,61.365879 L52.529808,60.114143 L54.991528,60.114143 L54.991528,64.429344 L53.986034,64.429344 L53.882015,63.539951 C53.70866,63.935238 53.500626,64.231705 53.257919,64.3964 C52.980545,64.528168 52.633823,64.626984 52.183083,64.626991 C51.350952,64.626984 50.761524,64.330521 50.449474,63.704655 C50.102753,63.078785 49.964069,61.925869 49.964069,60.212963 C49.964069,59.455334 49.998734,58.829464 50.068085,58.368298 C50.137424,57.907131 50.276115,57.511848 50.449474,57.248322 C50.657505,56.951859 50.900215,56.721275 51.246937,56.556572 C51.593662,56.424812 52.009724,56.325989 52.495132,56.325989 z M32.195084,56.325989 C32.957745,56.325989 33.547073,56.556572 33.893738,56.951859 C34.240402,57.380085 34.448399,58.038895 34.483067,58.961227 L33.027077,58.961227 L33.027077,58.76358 C33.027077,58.368298 32.957745,58.038895 32.819077,57.808308 C32.680412,57.610668 32.50708,57.478905 32.229748,57.478905 C31.848419,57.478905 31.605753,57.643608 31.467085,57.940071 C31.328423,58.236538 31.293756,59.027107 31.293755,60.344727 C31.293756,61.794109 31.328423,62.650558 31.467085,62.947021 C31.605753,63.276428 31.848419,63.408192 32.195084,63.408188 C32.50708,63.408192 32.71508,63.309368 32.853745,63.045845 C32.992409,62.815262 33.061745,62.354095 33.061745,61.695286 L33.061745,61.596462 L34.517731,61.596462 C34.517731,61.662346 34.517731,61.695286 34.517731,61.761166 C34.517731,61.827049 34.517731,61.892929 34.517731,61.925869 C34.517731,62.848202 34.309734,63.507011 33.928402,63.968178 C33.547073,64.429344 32.957745,64.626984 32.195084,64.626991 C31.779085,64.626984 31.467087,64.561111 31.189756,64.462288 C30.912424,64.396408 30.704426,64.231705 30.531094,64.001114 C30.253763,63.737595 30.045765,63.375252 29.941765,62.881142 C29.837767,62.419975 29.803099,61.563522 29.803099,60.377666 C29.803099,59.587097 29.837767,58.928288 29.907099,58.434181 C29.976431,57.973015 30.045765,57.610668 30.184429,57.347145 C30.392429,56.984798 30.66976,56.721275 30.981758,56.556572 C31.259089,56.424812 31.675087,56.325989 32.195084,56.325989 z M8.5100651,56.325989 C9.0300941,56.325989 9.4461079,56.424812 9.7581224,56.556572 C10.070138,56.721275 10.347486,56.984798 10.590169,57.314201 C10.728833,57.577728 10.867517,57.973015 10.936849,58.467121 C11.006182,58.994167 11.075515,59.652977 11.075515,60.476486 C11.075515,61.332939 11.006182,61.991753 10.936849,62.485855 C10.867517,62.979965 10.728833,63.342308 10.590169,63.605831 C10.347486,64.001122 10.070138,64.264641 9.7581224,64.3964 C9.4461079,64.528168 9.0300941,64.626984 8.5100651,64.626991 C7.9900508,64.626984 7.5740199,64.528168 7.2620049,64.3964 C6.9499907,64.264641 6.6726422,64.001122 6.4299612,63.605831 C6.2912951,63.375252 6.1526294,63.012905 6.0832787,62.485855 C6.0139465,61.991753 5.97928,61.332939 5.97928,60.476486 C5.97928,59.620037 6.0139465,58.961227 6.0832787,58.467121 C6.1526294,57.973015 6.2912951,57.577728 6.4299612,57.314201 C6.6726422,56.984798 6.9499907,56.721275 7.2620049,56.556572 C7.5740199,56.424812 7.9900508,56.325989 8.5100651,56.325989 z M2.3919837,56.325989 C3.154644,56.325989 3.7439733,56.556572 4.0906377,56.951859 C4.4373016,57.380085 4.6452999,58.038895 4.679966,58.961227 L3.2239771,58.961227 L3.2239771,58.76358 C3.2239771,58.368298 3.154644,58.038895 3.0159795,57.808308 C2.8773127,57.610668 2.7039807,57.478905 2.4266484,57.478905 C2.0453186,57.478905 1.8026538,57.643608 1.6639893,57.940071 C1.5253224,58.236538 1.490656,59.027107 1.4906561,60.344727 C1.490656,61.794109 1.5253224,62.650558 1.6639893,62.947021 C1.8026538,63.276428 2.0453186,63.408192 2.3919837,63.408188 C2.7039807,63.408192 2.9119792,63.309368 3.0506439,63.045845 C3.1893106,62.815262 3.2586434,62.354095 3.2586443,61.695286 L3.2586443,61.596462 L4.7146335,61.596462 C4.714633,61.662346 4.714633,61.695286 4.7146335,61.761166 C4.714633,61.827049 4.714633,61.892929 4.7146335,61.925869 C4.714633,62.848202 4.5066347,63.507011 4.1253047,63.968178 C3.7439733,64.429344 3.154644,64.626984 2.3919837,64.626991 C1.9759859,64.626984 1.6639881,64.561111 1.3866574,64.462288 C1.1093254,64.396408 0.90132689,64.231705 0.7279945,64.001114 C0.45066345,63.737595 0.24266493,63.375252 0.138666,62.881142 C0.034666419,62.419975 0,61.563522 0,60.377666 C0,59.587097 0.034666419,58.928288 0.10399883,58.434181 C0.1733321,57.973015 0.24266493,57.610668 0.38133082,57.347145 C0.58932912,56.984798 0.86666048,56.721275 1.1786569,56.556572 C1.4559896,56.424812 1.8719866,56.325989 2.3919837,56.325989 z M148.71304,32.404968 C148.43761,32.751663 147.51945,33.271706 145.9586,34.034428 C144.26003,34.901169 143.02052,35.663895 142.1942,36.287945 C140.90878,37.397366 140.312,38.576126 140.312,39.824226 C140.312,40.101582 140.312,40.309601 140.35789,40.517616 C140.67926,42.597778 141.91875,43.603195 144.0764,43.603195 C145.08635,43.603195 145.9586,43.464516 146.69312,43.152493 C147.33583,42.944477 147.97853,42.493774 148.71304,41.800385 z M120.06053,26.28446 C118.72924,26.284464 117.53568,26.769806 116.47983,27.671156 L116.47983,42.058094 C117.03071,43.098114 117.99474,43.826126 119.37193,44.242134 C119.92281,44.450138 120.47369,44.554142 121.11637,44.623474 C122.769,44.623474 124.14619,43.791458 125.15614,42.058094 C126.16608,40.324726 126.67104,38.07135 126.67104,35.263302 C126.67104,29.30052 124.46754,26.284464 120.06053,26.28446 z M121.98859,24.51643 C124.78889,24.51643 127.08421,25.591116 128.92046,27.705822 C130.61899,29.716528 131.49121,32.039238 131.49121,34.708622 C131.49121,38.175354 130.52718,40.948738 128.59912,42.959442 C126.67104,45.004814 124.1921,46.010166 121.11637,46.010166 C118.68333,46.010166 117.12252,45.628826 116.47983,44.796814 L116.47983,54.364994 L112.02691,54.364994 L112.02691,24.7591 L116.2962,24.7591 L116.2962,26.943142 C117.39796,25.348446 119.28012,24.51643 121.98859,24.51643 z M88.933792,24.256397 L93.386086,24.256397 L93.386086,45.299252 L88.933792,45.299252 z M145.68317,24.014965 C147.88672,24.014965 149.67709,24.500336 151.10022,25.471083 C152.47745,26.441824 153.21196,27.759262 153.21196,29.423395 L153.21196,45.267326 L148.75896,45.267326 L148.75896,42.736458 C148.48351,43.499184 147.61127,44.157906 146.18813,44.712616 C144.90273,45.267326 143.57141,45.510014 142.28601,45.510014 C140.77107,45.510014 139.53157,45.232658 138.56752,44.643276 C137.37392,43.94989 136.6394,42.979145 136.36395,41.661705 C136.22624,41.211006 136.18033,40.7603 136.18033,40.274925 C136.18033,38.472115 137.09848,36.911995 138.98068,35.594555 C140.08246,34.901169 142.28601,33.895752 145.49953,32.578316 C147.97853,31.572901 149.26393,30.35947 149.26393,28.938025 C149.26393,28.036619 148.85077,27.308559 148.07034,26.753849 C147.2899,26.199139 146.27995,25.887114 145.08635,25.887114 C142.791,25.887114 141.09242,26.857859 139.99063,28.730007 L139.99063,25.887114 C140.72516,25.332401 141.68922,24.847031 142.791,24.500338 C143.84686,24.188313 144.81091,24.014965 145.68317,24.014965 z M50.576004,24.014965 C52.641956,24.014965 54.661991,24.604345 56.636124,25.713768 L56.636124,28.417984 C55.396557,26.857859 53.835617,25.991123 51.907398,25.783108 C51.631935,25.783106 51.402386,25.748436 51.218746,25.748438 C50.208725,25.748436 49.474163,25.991123 48.969154,26.407156 C48.418236,26.823189 48.188683,27.377899 48.188683,28.001949 C48.188683,29.423395 49.152794,30.602156 51.081013,31.572901 C53.468338,32.820999 55.212914,33.895752 56.222931,34.831829 C57.370682,36.01059 57.967514,37.293358 57.967514,38.714806 C57.967514,41.037659 56.911583,42.805798 54.891548,44.019226 C53.284695,45.024643 51.631935,45.510014 49.887352,45.510014 C47.316395,45.510014 45.388176,44.989971 44.056786,43.949886 L44.102695,41.245674 C44.791348,42.0084 45.434086,42.56311 46.030914,42.909805 C46.581837,43.2565 47.408215,43.499184 48.510056,43.637863 C48.739605,43.637863 48.969154,43.637863 49.244614,43.637863 C50.530094,43.637863 51.631935,43.2565 52.458313,42.459103 C53.284695,41.661705 53.743793,40.656292 53.743793,39.408195 C53.743793,38.645466 53.330605,37.882736 52.504223,37.189354 C51.723755,36.599968 50.300545,35.767902 48.234596,34.658478 C45.388176,33.167694 43.964966,31.295546 43.964966,29.007364 C43.964966,27.551247 44.607704,26.337816 45.985004,25.367073 C47.224575,24.465666 48.739605,24.014965 50.576004,24.014965 z M63.773209,16.735317 L68.271942,16.735317 L68.271942,27.482491 C70.383598,25.194384 72.862488,24.015663 75.616821,24.015663 C77.453041,24.015663 78.922012,24.431681 80.115555,25.194384 C81.584526,26.165096 82.364922,27.655834 82.364922,29.666594 L82.364922,45.510014 L77.866188,45.510014 L77.866188,29.701263 C77.866188,28.591877 77.361229,27.794508 76.443115,27.239817 C75.616821,26.789127 74.698708,26.546448 73.596977,26.54645 C71.714851,26.546448 69.924538,27.413157 68.271942,29.14657 L68.271942,45.510014 L63.773209,45.510014 z M101.10532,16.735306 L105.46643,16.735306 L105.46643,45.265942 L101.05942,45.265942 z M40.006733,16.464302 C42.660175,16.450367 45.568581,16.978882 48.623005,18.165924 C33.575706,13.655815 16.397928,30.306955 44.789059,51.002003 C17.097599,36.89275 23.791265,16.549465 40.006733,16.464302 z M91.091087,16.386993 C91.779587,16.386993 92.376289,16.629662 92.881187,17.045666 C93.386086,17.46167 93.661484,17.981674 93.661484,18.571014 C93.661484,19.195019 93.386086,19.749691 92.881187,20.165695 C92.376289,20.581699 91.779587,20.7897 91.091087,20.7897 C90.356689,20.7897 89.714088,20.581699 89.20919,20.165695 C88.658386,19.749691 88.428886,19.195019 88.428886,18.571014 C88.428886,17.981674 88.658386,17.46167 89.20919,17.045666 C89.714088,16.629662 90.356689,16.386993 91.091087,16.386993 z M34.77549,6.442028 C37.012039,6.442028 38.827999,8.2577629 38.827999,10.494038 C38.827999,12.732292 37.012039,14.548027 34.77549,14.548027 C32.955101,14.548027 31.416248,13.349358 30.903175,11.69931 L30.853493,11.506039 L30.218258,11.61478 C18.619234,13.901688 13.647091,30.976889 38.811012,51.002003 C9.1725082,34.516552 12.772406,10.43224 29.124481,10.243092 C29.458956,10.239223 29.798765,10.245354 30.143736,10.261749 L30.730471,10.306587 L30.741919,10.080002 C30.949417,8.0378876 32.675041,6.442028 34.77549,6.442028 z M23.919947,0 C26.158171,0 27.971958,1.8137856 27.97196,4.0539894 C27.971958,6.2922134 26.158171,8.105999 23.919947,8.105999 C21.679745,8.105999 19.865957,6.2922134 19.865957,4.0539894 C19.865957,1.8137856 21.679745,0 23.919947,0 z" Fill="{StaticResource PathFill20}" Margin="0,0,-0.151,0.373" Stretch="Fill" UseLayoutRounding="False">
                      <Path.Effect>
                        <BlurEffect Radius="15"/>
                      </Path.Effect>
                    </Path>
                    <Path Data="F1M238.9375,243.125C229.3745,238.562,223.0625,252,237.2495,260.875C224.7495,249.688,232.3125,240.687,238.9375,243.125" Fill="{StaticResource PathFill11}" Stretch="Fill" Width="22.698" HorizontalAlignment="Left" Margin="25.925,0,0,13.998" UseLayoutRounding="False" Height="34.538" VerticalAlignment="Bottom"/>
                    <Path Data="F1M234.2065,240.5161C223.9715,235.6331,219.3405,250.2271,234.5255,259.7261C221.1465,247.7521,227.1155,237.9081,234.2065,240.5161" Fill="{StaticResource PathFill13}" Stretch="Fill" UseLayoutRounding="False" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="22.166" Height="40.76" Margin="16.645,0,0,13.998"/>
                    <Path Data="F1M222.375,237.563C222.375,238.702,223.298,239.625,224.438,239.625L224.438,239.625C225.577,239.625,226.5,238.702,226.5,237.563L226.5,237.563C226.5,236.423,225.577,235.5,224.438,235.5L224.438,235.5C223.298,235.5,222.375,236.423,222.375,237.563" Height="8.106" Stretch="Fill" Width="8.106" HorizontalAlignment="Left" Margin="19.866,0,0,0" UseLayoutRounding="False" VerticalAlignment="Top" Fill="{StaticResource PathFillRadGrad03}"/>
                    <Path Data="F1M227.375,241.562C227.375,242.701,228.298,243.625,229.438,243.625L229.438,243.625C230.576,243.625,231.5,242.701,231.5,241.562L231.5,241.562C231.5,240.424,230.576,239.5,229.438,239.5L229.438,239.5C228.298,239.5,227.375,240.424,227.375,241.562" Stretch="Fill" Margin="30.721,6.442,0,0" UseLayoutRounding="False" Width="8.107" HorizontalAlignment="Left" Height="8.106" VerticalAlignment="Top" d:LayoutOverrides="HorizontalAlignment" Fill="{StaticResource PathFillRadGrad04}"/>
                    <Path Data="M35.652752,7.2194376 C35.559002,7.3756952 35.246494,7.6100821 34.715233,7.9538493 C34.137096,8.3444948 33.71521,8.6882629 33.433956,8.9695282 C32.996445,9.469553 32.793316,10.000831 32.793316,10.56336 C32.793316,10.688366 32.793316,10.782122 32.808941,10.875876 C32.91832,11.813424 33.340202,12.266573 34.074593,12.266573 C34.41835,12.266573 34.715233,12.20407 34.965237,12.063437 C35.183994,11.969683 35.402748,11.766547 35.652752,11.454031 z M25.900393,4.4608731 C25.447268,4.4608736 25.041018,4.6796217 24.681643,5.0858679 L24.681643,11.570183 C24.869143,12.038928 25.197268,12.36705 25.666018,12.554548 C25.853518,12.648297 26.041018,12.695172 26.259768,12.726421 C26.822268,12.726421 27.291018,12.351425 27.634768,11.570183 C27.978518,10.788939 28.150393,9.773324 28.150393,8.5077114 C28.150393,5.8202362 27.400393,4.4608736 25.900393,4.4608731 z M26.556643,3.664006 C27.509768,3.664006 28.291018,4.1483765 28.916018,5.1014924 C29.494143,6.0077343 29.791018,7.0545998 29.791018,8.2577133 C29.791018,9.8201981 29.462893,11.070187 28.806643,11.976429 C28.150393,12.898295 27.306643,13.351416 26.259768,13.351416 C25.431643,13.351416 24.900393,13.179543 24.681643,12.804546 L24.681643,17.117006 L23.166018,17.117006 L23.166018,3.7733798 L24.619143,3.7733798 L24.619143,4.7577457 C24.994143,4.0390024 25.634768,3.664006 26.556643,3.664006 z M15.305889,3.5468071 L16.821301,3.5468071 L16.821301,13.031 L15.305889,13.031 z M34.621483,3.4379919 C35.371498,3.4379911 35.980885,3.6567526 36.465271,4.0942755 C36.934029,4.5317979 37.184036,5.1255784 37.184036,5.875617 L37.184036,13.016612 L35.668381,13.016612 L35.668381,11.875928 C35.574627,12.219695 35.277744,12.516586 34.793358,12.766599 C34.35585,13.016612 33.902714,13.125993 33.465206,13.125993 C32.94957,13.125993 32.527687,13.000986 32.199554,12.735347 C31.793295,12.422831 31.543289,11.985309 31.449537,11.391527 C31.40266,11.188393 31.387035,10.985256 31.387035,10.766495 C31.387035,9.9539528 31.699543,9.2507915 32.340183,8.657011 C32.715191,8.3444948 33.465206,7.8913465 34.558979,7.2975664 C35.402748,6.8444176 35.840256,6.297514 35.840256,5.6568556 C35.840256,5.2505851 35.699631,4.9224429 35.433998,4.67243 C35.168365,4.4224172 34.824612,4.281785 34.41835,4.281785 C33.637085,4.281785 33.058949,4.7193074 32.683937,5.5631013 L32.683937,4.281785 C32.933945,4.0317717 33.262077,3.8130107 33.637085,3.6567531 C33.996468,3.5161202 34.3246,3.4379911 34.621483,3.4379919 z M2.2501774,3.4379919 C2.9533577,3.4379911 3.6409111,3.70363 4.3128395,4.2036562 L4.3128395,5.4224696 C3.8909321,4.7193074 3.3596401,4.3286624 2.7033386,4.2349081 C2.609581,4.2349076 2.5314503,4.2192817 2.4689445,4.2192822 C2.1251678,4.2192817 1.8751469,4.3286624 1.7032585,4.5161719 C1.5157452,4.7036819 1.4376125,4.9536943 1.4376125,5.2349596 C1.4376125,5.875617 1.7657642,6.4068947 2.4220657,6.8444176 C3.2346306,7.4069462 3.8284264,7.8913465 4.1722031,8.3132439 C4.5628586,8.8445206 4.7660007,9.4226761 4.7660007,10.063334 C4.7660007,11.110264 4.4065971,11.907179 3.7190437,12.454082 C3.1721249,12.907231 2.609581,13.125993 2.0157833,13.125993 C1.1407146,13.125993 0.48441315,12.891605 0.031251907,12.422831 L0.046878815,11.204019 C0.28127289,11.547786 0.50004005,11.797799 0.70318031,11.954057 C0.89069557,12.110315 1.1719666,12.219695 1.5469971,12.282199 C1.6251278,12.282199 1.7032585,12.282199 1.7970161,12.282199 C2.2345505,12.282199 2.609581,12.110315 2.890852,11.750921 C3.1721249,11.391527 3.3283863,10.938379 3.3283863,10.375851 C3.3283863,10.032083 3.1877518,9.6883144 2.9064789,9.3757992 C2.6408329,9.1101599 2.1564198,8.7351398 1.4532394,8.2351141 C0.48441315,7.5632048 0,6.7194109 0,5.688108 C0,5.0318236 0.21876717,4.4849205 0.68755341,4.0473981 C1.1094627,3.6411266 1.6251278,3.4379911 2.2501774,3.4379919 z M6.7420654,0.15699244 L8.2732849,0.15699244 L8.2732849,5.0008359 C8.9920216,3.9695656 9.8357544,3.4383054 10.773235,3.4383056 C11.398224,3.4383054 11.898212,3.625809 12.304455,3.9695659 C12.804445,4.407074 13.070065,5.0789618 13.070065,5.9852295 L13.070065,13.125993 L11.538845,13.125993 L11.538845,6.0008545 C11.538845,5.500845 11.366974,5.1414633 11.05448,4.8914585 C10.773235,4.6883297 10.460741,4.5789523 10.085749,4.5789528 C9.445137,4.5789523 8.8357735,4.9695849 8.2732849,5.7508507 L8.2732849,13.125993 L6.7420654,13.125993 z M19.448673,0.15698743 L20.933048,0.15698743 L20.933048,13.015987 L19.433048,13.015987 z M16.040161,0 C16.274502,0 16.4776,0.10937285 16.64945,0.29686952 C16.821301,0.4843657 16.915039,0.71873617 16.915039,0.9843564 C16.915039,1.2656007 16.821301,1.5155959 16.64945,1.7030926 C16.4776,1.8905888 16.274502,1.984337 16.040161,1.9843369 C15.790195,1.984337 15.571476,1.8905888 15.399626,1.7030926 C15.212152,1.5155959 15.134037,1.2656007 15.134037,0.9843564 C15.134037,0.71873617 15.212152,0.4843657 15.399626,0.29686952 C15.571476,0.10937285 15.790195,0 16.040161,0 z" Fill="{StaticResource PathFill13}" Margin="43.465,0,24.288,10.135" Stretch="Fill" UseLayoutRounding="False" Height="38.978" VerticalAlignment="Bottom" Stroke="#FF024B9B" d:LayoutOverrides="GridBox"/>
                    <Path Data="M72.557617,0.60930312 L72.557617,1.6719084 L72.948242,1.6719084 C73.135742,1.6719086 73.260742,1.6406555 73.338867,1.5468962 C73.401367,1.4687635 73.448242,1.3281244 73.448242,1.1093521 C73.448242,0.92183399 73.401367,0.79682153 73.323242,0.71868879 C73.245117,0.65618253 73.104492,0.60930288 72.885742,0.60930312 z M67.482666,0.60930312 L67.482666,1.7344146 L67.763916,1.7344146 C67.951416,1.7344148 68.092041,1.7031617 68.185791,1.6094023 C68.263916,1.5156431 68.310791,1.3750041 68.310791,1.1562328 C68.310791,0.95308709 68.263916,0.81244808 68.201416,0.73431534 C68.123291,0.65618253 67.982666,0.60930288 67.763916,0.60930312 z M59.458618,0.60930312 L59.458618,1.6719084 L59.849243,1.6719084 C60.036743,1.6719086 60.161743,1.6406555 60.239868,1.5468962 C60.302368,1.4687635 60.349243,1.3281244 60.349243,1.1093521 C60.349243,0.92183399 60.302368,0.79682153 60.224243,0.71868879 C60.146118,0.65618253 60.005493,0.60930288 59.786743,0.60930312 z M56.738647,0.60930312 L56.738647,1.7344146 L57.019897,1.7344146 C57.207397,1.7344148 57.348022,1.7031617 57.441772,1.6094023 C57.519897,1.5156431 57.566772,1.3750041 57.566772,1.1562328 C57.566772,0.95308709 57.519897,0.81244808 57.457397,0.73431534 C57.379272,0.65618253 57.238647,0.60930288 57.019897,0.60930312 z M44.040649,0.60930312 L44.040649,1.6719084 L44.431274,1.6719084 C44.618774,1.6719086 44.743774,1.6406555 44.821899,1.5468962 C44.884399,1.4687635 44.931274,1.3281244 44.931274,1.1093521 C44.931274,0.92183399 44.884399,0.79682153 44.806274,0.71868879 C44.728149,0.65618253 44.587524,0.60930288 44.368774,0.60930312 z M62.603691,0.54694533 C62.41618,0.54694492 62.291172,0.64070678 62.228668,0.79697704 C62.150539,0.95324647 62.119289,1.3439211 62.119289,1.9690003 C62.119289,2.59408 62.150539,2.9847546 62.228668,3.1410239 C62.291172,3.2972941 62.41618,3.3754292 62.603691,3.3754289 C62.791199,3.3754292 62.916206,3.2972941 62.97871,3.1410239 C63.041214,2.9847546 63.088093,2.59408 63.088089,1.9690003 C63.088093,1.3439211 63.041214,0.95324647 62.97871,0.79697704 C62.900581,0.64070678 62.775574,0.54694492 62.603691,0.54694533 z M53.27869,0.54694533 C53.091179,0.54694492 52.966171,0.64070678 52.903671,0.79697704 C52.825539,0.95324647 52.794289,1.3439211 52.794289,1.9690003 C52.794289,2.59408 52.825539,2.9847546 52.903671,3.1410239 C52.966171,3.2972941 53.091179,3.3754292 53.27869,3.3754289 C53.466202,3.3754292 53.591209,3.2972941 53.653709,3.1410239 C53.716213,2.9847546 53.763092,2.59408 53.763092,1.9690003 C53.763092,1.3439211 53.716213,0.95324647 53.653709,0.79697704 C53.575581,0.64070678 53.450577,0.54694492 53.27869,0.54694533 z M41.644711,0.54694533 C41.457199,0.54694492 41.332195,0.64070678 41.269691,0.79697704 C41.191563,0.95324647 41.160309,1.3439211 41.160309,1.9690003 C41.160309,2.59408 41.191563,2.9847546 41.269691,3.1410239 C41.332195,3.2972941 41.457199,3.3754292 41.644711,3.3754289 C41.832222,3.3754292 41.95723,3.2972941 42.01973,3.1410239 C42.082233,2.9847546 42.129112,2.59408 42.129112,1.9690003 C42.129112,1.3439211 42.082233,0.95324647 42.01973,0.79697704 C41.941601,0.64070678 41.816597,0.54694492 41.644711,0.54694533 z M3.8356934,0.54694533 C3.6481857,0.54694492 3.5231781,0.64070678 3.4606781,0.79697704 C3.3825455,0.95324647 3.3512955,1.3439211 3.3512955,1.9690003 C3.3512955,2.59408 3.3825455,2.9847546 3.4606781,3.1410239 C3.5231781,3.2972941 3.6481857,3.3754292 3.8356934,3.3754289 C4.0232086,3.3754292 4.1482086,3.2972941 4.2107162,3.1410239 C4.2732162,2.9847546 4.3200989,2.59408 4.3200989,1.9690003 C4.3200989,1.3439211 4.2732162,0.95324647 4.2107162,0.79697704 C4.1325836,0.64070678 4.007576,0.54694492 3.8356934,0.54694533 z M77.796997,0.077999845 L78.531372,0.077999845 L79.062622,1.5000166 L79.593872,0.077999845 L80.296997,0.077999845 L79.375122,2.2500913 L79.375122,3.8440001 L78.718872,3.8440001 L78.718872,2.2500913 z M75.588989,0.077999845 L77.760994,0.077999845 L77.760994,0.7030623 L77.010948,0.7030623 L77.010948,3.8440001 L76.35466,3.8440001 L76.35466,0.7030623 L75.588989,0.7030623 z M74.476997,0.077999845 L75.132996,0.077999845 L75.132996,3.8440001 L74.476997,3.8440001 z M71.916992,0.077999845 L73.104492,0.077999845 C73.448242,0.078000017 73.713867,0.15613279 73.870117,0.31239781 C74.026367,0.4686639 74.104492,0.71868879 74.104492,1.0624726 C74.104492,1.3124979 74.057617,1.5156431 73.979492,1.6562819 C73.885742,1.7969211 73.760742,1.8750539 73.604492,1.8906798 C73.916992,1.9844397 74.073242,2.2657177 74.104492,2.734514 C74.104492,2.7657676 74.104492,2.7813942 74.104492,2.7813947 L74.120117,3.2814436 C74.120117,3.4377096 74.135742,3.5470953 74.166992,3.6252286 C74.198242,3.7189875 74.229492,3.7814937 74.291992,3.8440001 L73.510742,3.8440001 C73.495117,3.7814937 73.479492,3.7189875 73.479492,3.6252286 C73.463867,3.5314689 73.463867,3.4064565 73.463867,3.2501907 L73.448242,2.8595273 L73.448242,2.7657681 C73.448242,2.5469959 73.401367,2.4063568 73.307617,2.3125975 C73.213867,2.2344646 73.041992,2.1875851 72.776367,2.1875854 L72.557617,2.1875854 L72.557617,3.8440001 L71.916992,3.8440001 z M69.374031,0.077999845 L71.202408,0.077999845 L71.202408,0.7030623 L70.030373,0.7030623 L70.030373,1.5781492 L71.124268,1.5781492 L71.124268,2.1719587 L70.030373,2.1719587 L70.030373,3.203311 L71.218033,3.203311 L71.218033,3.8440001 L69.374031,3.8440001 z M66.842041,0.077999845 L67.982666,0.077999845 C68.326416,0.078000017 68.576416,0.17175935 68.732666,0.32802436 C68.888916,0.49991703 68.967041,0.76556844 68.967041,1.1406064 C68.967041,1.5156431 68.873291,1.7969211 68.717041,1.9844402 C68.560791,2.1719584 68.310791,2.2500913 67.982666,2.2500913 L67.498291,2.2500913 L67.498291,3.8440001 L66.842041,3.8440001 z M58.817993,0.077999845 L60.005493,0.077999845 C60.349243,0.078000017 60.614868,0.15613279 60.771118,0.31239781 C60.927368,0.4686639 61.005493,0.71868879 61.005493,1.0624726 C61.005493,1.3124979 60.958618,1.5156431 60.880493,1.6562819 C60.786743,1.7969211 60.661743,1.8750539 60.505493,1.8906798 C60.817993,1.9844397 60.974243,2.2657177 61.005493,2.734514 C61.005493,2.7657676 61.005493,2.7813942 61.005493,2.7813947 L61.021118,3.2814436 C61.021118,3.4377096 61.036743,3.5470953 61.067993,3.6252286 C61.099243,3.7189875 61.130493,3.7814937 61.192993,3.8440001 L60.411743,3.8440001 C60.396118,3.7814937 60.380493,3.7189875 60.380493,3.6252286 C60.364868,3.5314689 60.364868,3.4064565 60.364868,3.2501907 L60.349243,2.8595273 L60.349243,2.7657681 C60.349243,2.5469959 60.302368,2.4063568 60.208618,2.3125975 C60.114868,2.2344646 59.942993,2.1875851 59.677368,2.1875854 L59.458618,2.1875854 L59.458618,3.8440001 L58.817993,3.8440001 z M56.098022,0.077999845 L57.238647,0.077999845 C57.582397,0.078000017 57.832397,0.17175935 57.988647,0.32802436 C58.144897,0.49991703 58.223022,0.76556844 58.223022,1.1406064 C58.223022,1.5156431 58.129272,1.7969211 57.973022,1.9844402 C57.816772,2.1719584 57.566772,2.2500913 57.238647,2.2500913 L56.754272,2.2500913 L56.754272,3.8440001 L56.098022,3.8440001 z M49.593994,0.077999845 L51.765995,0.077999845 L51.765995,0.7030623 L51.015953,0.7030623 L51.015953,3.8440001 L50.359665,3.8440001 L50.359665,0.7030623 L49.593994,0.7030623 z M43.400024,0.077999845 L44.587524,0.077999845 C44.931274,0.078000017 45.196899,0.15613279 45.353149,0.31239781 C45.509399,0.4686639 45.587524,0.71868879 45.587524,1.0624726 C45.587524,1.3124979 45.540649,1.5156431 45.462524,1.6562819 C45.368774,1.7969211 45.243774,1.8750539 45.087524,1.8906798 C45.400024,1.9844397 45.556274,2.2657177 45.587524,2.734514 C45.587524,2.7657676 45.587524,2.7813942 45.587524,2.7813947 L45.603149,3.2814436 C45.603149,3.4377096 45.618774,3.5470953 45.650024,3.6252286 C45.681274,3.7189875 45.712524,3.7814937 45.775024,3.8440001 L44.993774,3.8440001 C44.978149,3.7814937 44.962524,3.7189875 44.962524,3.6252286 C44.946899,3.5314689 44.946899,3.4064565 44.946899,3.2501907 L44.931274,2.8595273 L44.931274,2.7657681 C44.931274,2.5469959 44.884399,2.4063568 44.790649,2.3125975 C44.696899,2.2344646 44.525024,2.1875851 44.259399,2.1875854 L44.040649,2.1875854 L44.040649,3.8440001 L43.400024,3.8440001 z M37.959961,0.077999845 L40.131958,0.077999845 L40.131958,0.7030623 L39.381912,0.7030623 L39.381912,3.8440001 L38.725628,3.8440001 L38.725628,0.7030623 L37.959961,0.7030623 z M33.158997,0.077999845 L34.98737,0.077999845 L34.98737,0.7030623 L33.815334,0.7030623 L33.815334,1.5781492 L34.909233,1.5781492 L34.909233,2.1719587 L33.815334,2.1719587 L33.815334,3.203311 L35.002998,3.203311 L35.002998,3.8440001 L33.158997,3.8440001 z M30.523987,0.077999845 L31.227039,0.077999845 L31.758236,3.0782988 L32.226936,0.077999845 L32.929989,0.077999845 L32.180065,3.8440001 L31.320782,3.8440001 z M27.820011,0.077999845 L28.507469,0.077999845 L29.41367,2.7188885 L29.41367,0.077999845 L30.02301,0.077999845 L30.02301,3.8440001 L29.366798,3.8440001 L28.413727,1.2031125 L28.444973,3.8440001 L27.820011,3.8440001 z M26.443001,0.077999845 L27.098999,0.077999845 L27.098999,3.8440001 L26.443001,3.8440001 z M19.713017,0.077999845 L20.400478,0.077999845 L21.306675,2.7188885 L21.306675,0.077999845 L21.916016,0.077999845 L21.916016,3.8440001 L21.259804,3.8440001 L20.306732,1.2031125 L20.337982,3.8440001 L19.713017,3.8440001 z M18.335995,0.077999845 L18.991997,0.077999845 L18.991997,3.8440001 L18.335995,3.8440001 z M15.877987,0.077999845 L18.049988,0.077999845 L18.049988,0.7030623 L17.299946,0.7030623 L17.299946,3.8440001 L16.643658,3.8440001 L16.643658,0.7030623 L15.877987,0.7030623 z M11.077026,0.077999845 L12.905396,0.077999845 L12.905396,0.7030623 L11.73336,0.7030623 L11.73336,1.5781492 L12.827263,1.5781492 L12.827263,2.1719587 L11.73336,2.1719587 L11.73336,3.203311 L12.921021,3.203311 L12.921021,3.8440001 L11.077026,3.8440001 z M8.341011,0.077999845 L9.0284729,0.077999845 L9.9346695,2.7188885 L9.9346695,0.077999845 L10.544014,0.077999845 L10.544014,3.8440001 L9.8877945,3.8440001 L8.9347305,1.2031125 L8.9659729,3.8440001 L8.341011,3.8440001 z M5.5040283,0.077999845 L6.1914902,0.077999845 L7.0976868,2.7188885 L7.0976868,0.077999845 L7.7070313,0.077999845 L7.7070313,3.8440001 L7.0508194,3.8440001 L6.0977478,1.2031125 L6.1289902,3.8440001 L5.5040283,3.8440001 z M65.201904,0 C65.514404,4.8428774E-07 65.764404,0.093762383 65.951904,0.28128594 C66.123779,0.46880999 66.217529,0.75009567 66.217529,1.0938895 C66.217529,1.1407703 66.217529,1.1720243 66.217529,1.187651 C66.217529,1.2189052 66.217529,1.2345321 66.217529,1.2345319 L65.576904,1.2345319 L65.576904,1.1407703 C65.576904,0.93761951 65.545654,0.79697663 65.483154,0.70321423 C65.420654,0.60945284 65.311279,0.56257188 65.186279,0.56257188 C65.076904,0.56257188 64.983154,0.60945284 64.920654,0.67196119 C64.858154,0.7344687 64.826904,0.82823062 64.826904,0.93761939 C64.826904,1.0938894 64.967529,1.2814131 65.248779,1.468937 C65.248779,1.4689369 65.248779,1.4689369 65.264404,1.468937 L65.608154,1.7345952 C65.873779,1.9221195 66.045654,2.0940163 66.139404,2.2502863 C66.233154,2.4065561 66.280029,2.6097069 66.280029,2.8597391 C66.280029,3.2035322 66.186279,3.4691911 65.998779,3.6567149 C65.811279,3.8442385 65.561279,3.9380004 65.217529,3.9380009 C64.858154,3.9380004 64.592529,3.8442385 64.420654,3.6410873 C64.233154,3.4535639 64.155029,3.1566513 64.155029,2.7503498 C64.155029,2.7190957 64.155029,2.6409609 64.170654,2.5315723 L64.170654,2.5159447 L64.826904,2.5159447 L64.826904,2.7659764 C64.826904,3.0003815 64.842529,3.1566513 64.905029,3.2347867 C64.967529,3.3285482 65.061279,3.359802 65.186279,3.3598025 C65.326904,3.359802 65.436279,3.3285482 65.514404,3.2504132 C65.576904,3.1879053 65.623779,3.0785165 65.623779,2.9222465 C65.623779,2.8128576 65.592529,2.7190957 65.545654,2.6409605 C65.483154,2.5628259 65.373779,2.4534371 65.217529,2.3127937 L64.873779,2.062762 C64.576904,1.8439845 64.389404,1.6720877 64.311279,1.5314443 C64.233154,1.4064291 64.201904,1.2189052 64.201904,1.0001279 C64.201904,0.68758774 64.280029,0.45318303 64.467529,0.26565942 C64.639404,0.093762383 64.889404,4.8428774E-07 65.201904,0 z M62.603691,0 C62.838078,4.8428774E-07 63.025589,0.046881437 63.166222,0.10938931 C63.306854,0.18752429 63.431862,0.31254017 63.541241,0.46881032 C63.603745,0.59382582 63.666248,0.78134966 63.697498,1.0157545 C63.728752,1.2657862 63.760002,1.5783259 63.760002,1.9690003 C63.760002,2.3753021 63.728752,2.6878419 63.697498,2.9222465 C63.666248,3.1566513 63.603745,3.3285482 63.541241,3.4535642 C63.431862,3.6410878 63.306854,3.7661037 63.166222,3.8286116 C63.025589,3.8911195 62.838078,3.9380004 62.603691,3.9380009 C62.369301,3.9380004 62.181793,3.8911195 62.041161,3.8286116 C61.900528,3.7661037 61.77552,3.6410878 61.666138,3.4535642 C61.603638,3.3441751 61.54113,3.1722782 61.50988,2.9222465 C61.47863,2.6878419 61.463005,2.3753021 61.463005,1.9690003 C61.463005,1.5626988 61.47863,1.2501591 61.50988,1.0157545 C61.54113,0.78134966 61.603638,0.59382582 61.666138,0.46881032 C61.77552,0.31254017 61.900528,0.18752429 62.041161,0.10938931 C62.181793,0.046881437 62.369301,4.8428774E-07 62.603691,0 z M53.27869,0 C53.513077,4.8428774E-07 53.700588,0.046881437 53.841221,0.10938931 C53.981853,0.18752429 54.106857,0.31254017 54.21624,0.46881032 C54.278744,0.59382582 54.341248,0.78134966 54.372498,1.0157545 C54.403751,1.2657862 54.435005,1.5783259 54.435005,1.9690003 C54.435005,2.3753021 54.403751,2.6878419 54.372498,2.9222465 C54.341248,3.1566513 54.278744,3.3285482 54.21624,3.4535642 C54.106857,3.6410878 53.981853,3.7661037 53.841221,3.8286116 C53.700588,3.8911195 53.513077,3.9380004 53.27869,3.9380009 C53.044304,3.9380004 52.856792,3.8911195 52.71616,3.8286116 C52.575527,3.7661037 52.45052,3.6410878 52.341141,3.4535642 C52.278633,3.3441751 52.216133,3.1722782 52.184883,2.9222465 C52.153629,2.6878419 52.138,2.3753021 52.138,1.9690003 C52.138,1.5626988 52.153629,1.2501591 52.184883,1.0157545 C52.216133,0.78134966 52.278633,0.59382582 52.341141,0.46881032 C52.45052,0.31254017 52.575527,0.18752429 52.71616,0.10938931 C52.856792,0.046881437 53.044304,4.8428774E-07 53.27869,0 z M46.989868,0 C47.302368,4.8428774E-07 47.552368,0.093762383 47.739868,0.28128594 C47.911743,0.46880999 48.005493,0.75009567 48.005493,1.0938895 C48.005493,1.1407703 48.005493,1.1720243 48.005493,1.187651 C48.005493,1.2189052 48.005493,1.2345321 48.005493,1.2345319 L47.364868,1.2345319 L47.364868,1.1407703 C47.364868,0.93761951 47.333618,0.79697663 47.271118,0.70321423 C47.208618,0.60945284 47.099243,0.56257188 46.974243,0.56257188 C46.864868,0.56257188 46.771118,0.60945284 46.708618,0.67196119 C46.646118,0.7344687 46.614868,0.82823062 46.614868,0.93761939 C46.614868,1.0938894 46.755493,1.2814131 47.036743,1.468937 C47.036743,1.4689369 47.036743,1.4689369 47.052368,1.468937 L47.396118,1.7345952 C47.661743,1.9221195 47.833618,2.0940163 47.927368,2.2502863 C48.021118,2.4065561 48.067993,2.6097069 48.067993,2.8597391 C48.067993,3.2035322 47.974243,3.4691911 47.786743,3.6567149 C47.599243,3.8442385 47.349243,3.9380004 47.005493,3.9380009 C46.646118,3.9380004 46.380493,3.8442385 46.208618,3.6410873 C46.021118,3.4535639 45.942993,3.1566513 45.942993,2.7503498 C45.942993,2.7190957 45.942993,2.6409609 45.958618,2.5315723 L45.958618,2.5159447 L46.614868,2.5159447 L46.614868,2.7659764 C46.614868,3.0003815 46.630493,3.1566513 46.692993,3.2347867 C46.755493,3.3285482 46.849243,3.359802 46.974243,3.3598025 C47.114868,3.359802 47.224243,3.3285482 47.302368,3.2504132 C47.364868,3.1879053 47.411743,3.0785165 47.411743,2.9222465 C47.411743,2.8128576 47.380493,2.7190957 47.333618,2.6409605 C47.271118,2.5628259 47.161743,2.4534371 47.005493,2.3127937 L46.661743,2.062762 C46.364868,1.8439845 46.177368,1.6720877 46.099243,1.5314443 C46.021118,1.4064291 45.989868,1.2189052 45.989868,1.0001279 C45.989868,0.68758774 46.067993,0.45318303 46.255493,0.26565942 C46.427368,0.093762383 46.677368,4.8428774E-07 46.989868,0 z M41.644711,0 C41.879097,4.8428774E-07 42.066608,0.046881437 42.207241,0.10938931 C42.347874,0.18752429 42.472881,0.31254017 42.58226,0.46881032 C42.644764,0.59382582 42.707268,0.78134966 42.738522,1.0157545 C42.769772,1.2657862 42.801025,1.5783259 42.801025,1.9690003 C42.801025,2.3753021 42.769772,2.6878419 42.738522,2.9222465 C42.707268,3.1566513 42.644764,3.3285482 42.58226,3.4535642 C42.472881,3.6410878 42.347874,3.7661037 42.207241,3.8286116 C42.066608,3.8911195 41.879097,3.9380004 41.644711,3.9380009 C41.410324,3.9380004 41.222813,3.8911195 41.08218,3.8286116 C40.941547,3.7661037 40.81654,3.6410878 40.707161,3.4535642 C40.644657,3.3441751 40.582153,3.1722782 40.550903,2.9222465 C40.51965,2.6878419 40.504025,2.3753021 40.504025,1.9690003 C40.504025,1.5626988 40.51965,1.2501591 40.550903,1.0157545 C40.582153,0.78134966 40.644657,0.59382582 40.707161,0.46881032 C40.81654,0.31254017 40.941547,0.18752429 41.08218,0.10938931 C41.222813,0.046881437 41.410324,4.8428774E-07 41.644711,0 z M36.545898,0 C36.858398,4.8428774E-07 37.108398,0.093762383 37.295898,0.28128594 C37.467773,0.46880999 37.561523,0.75009567 37.561523,1.0938895 C37.561523,1.1407703 37.561523,1.1720243 37.561523,1.187651 C37.561523,1.2189052 37.561523,1.2345321 37.561523,1.2345319 L36.920898,1.2345319 L36.920898,1.1407703 C36.920898,0.93761951 36.889648,0.79697663 36.827148,0.70321423 C36.764648,0.60945284 36.655273,0.56257188 36.530273,0.56257188 C36.420898,0.56257188 36.327148,0.60945284 36.264648,0.67196119 C36.202148,0.7344687 36.170898,0.82823062 36.170898,0.93761939 C36.170898,1.0938894 36.311523,1.2814131 36.592773,1.468937 C36.592773,1.4689369 36.592773,1.4689369 36.608398,1.468937 L36.952148,1.7345952 C37.217773,1.9221195 37.389648,2.0940163 37.483398,2.2502863 C37.577148,2.4065561 37.624023,2.6097069 37.624023,2.8597391 C37.624023,3.2035322 37.530273,3.4691911 37.342773,3.6567149 C37.155273,3.8442385 36.905273,3.9380004 36.561523,3.9380009 C36.202148,3.9380004 35.936523,3.8442385 35.764648,3.6410873 C35.577148,3.4535639 35.499023,3.1566513 35.499023,2.7503498 C35.499023,2.7190957 35.499023,2.6409609 35.514648,2.5315723 L35.514648,2.5159447 L36.170898,2.5159447 L36.170898,2.7659764 C36.170898,3.0003815 36.186523,3.1566513 36.249023,3.2347867 C36.311523,3.3285482 36.405273,3.359802 36.530273,3.3598025 C36.670898,3.359802 36.780273,3.3285482 36.858398,3.2504132 C36.920898,3.1879053 36.967773,3.0785165 36.967773,2.9222465 C36.967773,2.8128576 36.936523,2.7190957 36.889648,2.6409605 C36.827148,2.5628259 36.717773,2.4534371 36.561523,2.3127937 L36.217773,2.062762 C35.920898,1.8439845 35.733398,1.6720877 35.655273,1.5314443 C35.577148,1.4064291 35.545898,1.2189052 35.545898,1.0001279 C35.545898,0.68758774 35.624023,0.45318303 35.811523,0.26565942 C35.983398,0.093762383 36.233398,4.8428774E-07 36.545898,0 z M23.660835,0 C24.0359,4.8428774E-07 24.317196,0.093762383 24.504726,0.28128594 C24.692257,0.46880999 24.786022,0.76572269 24.786022,1.1720245 L24.786022,1.2657862 L24.176548,1.2657862 L24.176548,1.2345319 C24.176548,1.0157545 24.129665,0.84385759 24.051525,0.71884197 C23.95776,0.60945284 23.848366,0.54694492 23.692093,0.54694533 C23.504559,0.54694492 23.363911,0.62507981 23.301403,0.7813493 C23.223263,0.93761951 23.192009,1.3595481 23.192009,2.0315089 C23.192009,2.5628259 23.223263,2.9222465 23.285774,3.0941432 C23.348286,3.2816672 23.473305,3.359802 23.660835,3.3598025 C23.817112,3.359802 23.942131,3.2972941 24.020271,3.1722782 C24.098408,3.0472624 24.14529,2.8284845 24.14529,2.5159447 L24.14529,2.3909287 L23.676464,2.3909287 L23.676464,1.7971038 L24.786022,1.7971038 L24.786022,3.844238 L24.332821,3.844238 L24.285938,3.4223099 C24.207802,3.6098337 24.114037,3.7504766 24.004642,3.8286116 C23.879623,3.8911195 23.723347,3.9380004 23.520187,3.9380009 C23.145126,3.9380004 22.879456,3.7973576 22.738808,3.5004449 C22.582531,3.2035322 22.520023,2.6565878 22.520023,1.8439846 C22.520023,1.4845639 22.535648,1.1876513 22.566906,0.96887368 C22.59816,0.75009567 22.660671,0.56257188 22.738808,0.43755606 C22.832573,0.29691318 22.941967,0.18752429 23.098244,0.10938931 C23.25452,0.046881437 23.442051,4.8428774E-07 23.660835,0 z M14.511108,0 C14.854858,4.8428774E-07 15.120483,0.10938937 15.276733,0.29691368 C15.432983,0.50006396 15.526733,0.81260359 15.542358,1.2501596 L14.886108,1.2501596 L14.886108,1.1563969 C14.886108,0.96887344 14.854858,0.81260359 14.792358,0.70321423 C14.729858,0.60945284 14.651733,0.54694492 14.526733,0.54694533 C14.354858,0.54694492 14.245483,0.62507981 14.182983,0.76572275 C14.120483,0.90636551 14.104858,1.2814131 14.104858,1.9064931 C14.104858,2.59408 14.120483,3.0003815 14.182983,3.1410239 C14.245483,3.2972941 14.354858,3.359802 14.511108,3.3598025 C14.651733,3.359802 14.745483,3.312921 14.807983,3.1879058 C14.870483,3.0785165 14.901733,2.8597386 14.901733,2.547199 L14.901733,2.5003181 L15.557983,2.5003181 C15.557983,2.5315719 15.557983,2.547199 15.557983,2.5784533 C15.557983,2.6097069 15.557983,2.6409609 15.557983,2.6565883 C15.557983,3.0941434 15.464233,3.406683 15.292358,3.6254606 C15.120483,3.8442385 14.854858,3.9380004 14.511108,3.9380009 C14.323608,3.9380004 14.182983,3.9067466 14.057983,3.8598659 C13.932983,3.8286116 13.839233,3.7504766 13.761108,3.6410873 C13.636108,3.516072 13.542358,3.3441751 13.495483,3.1097708 C13.448608,2.8909926 13.432983,2.4846909 13.432983,1.9221196 C13.432983,1.5470718 13.448608,1.2345321 13.479858,1.0001279 C13.511108,0.78134966 13.542358,0.60945284 13.604858,0.48443684 C13.698608,0.31254017 13.823608,0.18752429 13.964233,0.10938931 C14.089233,0.046881437 14.276733,4.8428774E-07 14.511108,0 z M3.8356934,0 C4.0700836,4.8428774E-07 4.2575912,0.046881437 4.3982239,0.10938931 C4.5388565,0.18752429 4.6638641,0.31254017 4.7732468,0.46881032 C4.8357468,0.59382582 4.8982544,0.78134966 4.9295044,1.0157545 C4.9607544,1.2657862 4.9920044,1.5783259 4.9920044,1.9690003 C4.9920044,2.3753021 4.9607544,2.6878419 4.9295044,2.9222465 C4.8982544,3.1566513 4.8357468,3.3285482 4.7732468,3.4535642 C4.6638641,3.6410878 4.5388565,3.7661037 4.3982239,3.8286116 C4.2575912,3.8911195 4.0700836,3.9380004 3.8356934,3.9380009 C3.6013107,3.9380004 3.4137955,3.8911195 3.2731628,3.8286116 C3.1325302,3.7661037 3.0075226,3.6410878 2.89814,3.4535642 C2.83564,3.3441751 2.77314,3.1722782 2.7418823,2.9222465 C2.7106323,2.6878419 2.6950073,2.3753021 2.6950073,1.9690003 C2.6950073,1.5626988 2.7106323,1.2501591 2.7418823,1.0157545 C2.77314,0.78134966 2.83564,0.59382582 2.89814,0.46881032 C3.0075226,0.31254017 3.1325302,0.18752429 3.2731628,0.10938931 C3.4137955,0.046881437 3.6013107,4.8428774E-07 3.8356934,0 z M1.078125,0 C1.421875,4.8428774E-07 1.6875,0.10938937 1.84375,0.29691368 C2,0.50006396 2.09375,0.81260359 2.109375,1.2501596 L1.453125,1.2501596 L1.453125,1.1563969 C1.453125,0.96887344 1.421875,0.81260359 1.359375,0.70321423 C1.296875,0.60945284 1.21875,0.54694492 1.09375,0.54694533 C0.921875,0.54694492 0.8125,0.62507981 0.75,0.76572275 C0.6875,0.90636551 0.671875,1.2814131 0.671875,1.9064931 C0.671875,2.59408 0.6875,3.0003815 0.75,3.1410239 C0.8125,3.2972941 0.921875,3.359802 1.078125,3.3598025 C1.21875,3.359802 1.3125,3.312921 1.375,3.1879058 C1.4375,3.0785165 1.46875,2.8597386 1.46875,2.547199 L1.46875,2.5003181 L2.125,2.5003181 C2.125,2.5315719 2.125,2.547199 2.125,2.5784533 C2.125,2.6097069 2.125,2.6409609 2.125,2.6565883 C2.125,3.0941434 2.03125,3.406683 1.859375,3.6254606 C1.6875,3.8442385 1.421875,3.9380004 1.078125,3.9380009 C0.890625,3.9380004 0.75,3.9067466 0.625,3.8598659 C0.5,3.8286116 0.40625,3.7504766 0.328125,3.6410873 C0.203125,3.516072 0.109375,3.3441751 0.0625,3.1097708 C0.015625,2.8909926 0,2.4846909 0,1.9221196 C0,1.5470718 0.015625,1.2345321 0.046875,1.0001279 C0.078125,0.78134966 0.109375,0.60945284 0.171875,0.48443684 C0.265625,0.31254017 0.390625,0.18752429 0.53125,0.10938931 C0.65625,0.046881437 0.84375,4.8428774E-07 1.078125,0 z" Fill="{StaticResource PathFill11}" Margin="0,0,-0.151,0.373" Stretch="Fill" UseLayoutRounding="False" Height="8.301" VerticalAlignment="Bottom"/>
                  </Grid>
                </Viewbox>
              </Grid>
            </Grid>

            <!-- For Future -->
            <Grid x:Name="grdFuture" RenderTransformOrigin="-0.02,0.99" Margin="0" Visibility="Collapsed">
              <Grid x:Name="ClientLogo1" Margin="0">
                <Viewbox Margin="0" Width="392" Height="81">
                  <Grid Width="450" Height="81" Margin="0">
                    <Rectangle x:Name="rectangle" HorizontalAlignment="Left" Width="450" RadiusX="12" RadiusY="12">
                      <Rectangle.Fill>
                        <RadialGradientBrush  Center="0.561,0.47" GradientOrigin="0.541,0.412" RadiusY="0.969" RadiusX="0.172">
                          <RadialGradientBrush.RelativeTransform>
                            <CompositeTransform CenterY="0.47" CenterX="0.561" Rotation="-133.095"/>
                          </RadialGradientBrush.RelativeTransform>
                          <GradientStop Color="#FF181717"/>
                          <GradientStop Offset="0.586"/>
                        </RadialGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <Path Data="M40.817997,8.1419973 L22.064989,8.1759939 L18.621996,17.403013 L33.442997,17.376005 L30.573002,25.064999 L15.752993,25.093014 L9.743989,41.193996 L0,41.212002 L15.360003,0.052001946 L43.856998,5.6843419E-14 z M69.788986,10.604002 L58.424923,41.058941 L50.323864,41.074932 L52.25988,35.886951 C49.286873,39.769939 45.645847,41.714943 41.342827,41.722939 C39.111813,41.726936 37.558796,41.302929 36.684795,40.450939 C35.809792,39.598949 35.388783,38.433945 35.421791,36.957932 C35.454796,35.480946 35.991783,33.34594 37.034805,30.550961 L44.460842,10.649992 L52.942883,10.634977 L45.517838,30.536953 C44.496838,33.269951 45.081848,34.634937 47.273861,34.630939 C48.389866,34.628956 49.478874,34.300957 50.544876,33.645958 C51.609882,32.990959 52.393883,32.291954 52.896893,31.546961 C53.398895,30.802944 53.987888,29.525969 54.662895,27.716951 L61.042934,10.619993 z M86.000854,17.506979 L81.196762,30.38298 C80.596756,31.990982 80.428757,33.065964 80.693756,33.607986 C80.958763,34.150986 81.958786,34.418961 83.691818,34.41597 C84.490829,34.414963 85.431839,34.372971 86.513863,34.289963 L84.025826,40.954967 C81.317764,41.400982 79.405724,41.625957 78.29071,41.627972 C74.651634,41.633984 72.336594,40.920971 71.347572,39.48698 C70.357567,38.050976 70.56356,35.454971 71.966591,31.695969 L77.254684,17.52297 L72.559601,17.530966 L75.169655,10.535973 L80.363754,10.52697 L84.422821,1.5389973 L92.188972,0.92300016 L88.610901,10.510979 L94.980026,10.499992 L92.36998,17.495993 z M127.07298,10.501005 L115.70892,40.955975 L107.60788,40.971966 L109.54388,35.783955 C106.57087,39.666973 102.92984,41.611946 98.626823,41.619972 C96.395813,41.62397 94.842804,41.199963 93.968796,40.346966 C93.093788,39.495953 92.672798,38.330978 92.705788,36.854965 C92.738792,35.377979 93.275795,33.242973 94.318802,30.447964 L101.74483,10.546995 L110.2269,10.531004 L102.80185,30.43298 C101.78083,33.166985 102.36584,34.531971 104.55786,34.527973 C105.67386,34.525959 106.76287,34.196983 107.82887,33.541985 C108.89388,32.887962 109.67788,32.188988 110.18089,31.443966 C110.68289,30.699978 111.2719,29.422972 111.94689,27.613985 L118.32693,10.516996 z M133.24249,40.938972 L124.7605,40.954994 L136.12451,10.498998 L144.13751,10.483983 L142.02148,16.15299 C144.8295,11.92899 147.75049,9.8139696 150.7825,9.8089952 C151.2135,9.8079882 151.72949,9.8369799 152.3335,9.8969774 L149.02551,18.761999 C147.24548,18.76499 145.75549,19.048986 144.5575,19.613989 C143.3595,20.177984 142.17551,21.189978 141.00549,22.648993 C139.83551,24.107977 138.78949,26.072975 137.86749,28.543983 z M161.73111,21.889978 L172.26724,21.870966 C173.55324,17.689972 172.66025,15.601993 169.5892,15.607974 C166.30219,15.613986 163.68213,17.707977 161.73111,21.889978 M178.8903,27.070971 L159.8141,27.105974 C159.59111,27.648973 159.40611,28.120956 159.2551,28.523972 C158.44608,30.693951 158.39709,32.330975 159.10907,33.434975 C159.82109,34.538948 160.96011,35.088966 162.52513,35.085976 C165.44017,35.080971 167.7892,33.479958 169.56821,30.282972 L177.2673,30.870953 C172.43024,37.910954 166.62717,41.437954 159.85811,41.449947 C156.90306,41.454952 154.62202,40.850948 153.01102,39.638947 C151.40001,38.425964 150.35999,36.655949 149.88997,34.325966 C149.41899,31.995951 149.79298,29.202957 151.00699,25.947987 C152.81503,21.101986 155.62006,17.189974 159.42009,14.209997 C163.22014,11.22999 167.23416,9.7360039 171.46024,9.7280083 C175.27426,9.7209892 178.03229,11.098001 179.73032,13.857 C181.42934,16.615999 181.14833,21.020992 178.8903,27.070971" Fill="#FFF47A20" Height="41.723" Stretch="Fill" Margin="0,0.106,158.2,0" UseLayoutRounding="False" Width="182.824005126953"/>
                    <Path Data="M28.158699,0.9287746 C32.225086,0.96346837 35.249126,2.151144 37.239899,4.48001 C39.005886,6.5430279 39.817894,9.261014 39.669884,12.625026 C39.454887,17.451012 37.761898,22.308002 34.5839,27.194994 C32.667919,30.140001 30.331924,32.625015 27.59594,34.646011 C24.126925,37.209 20.62693,38.500015 17.095964,38.533005 L0,38.690994 L4.3914895,25.107378 L13.041658,25.115398 L10.05902,34.062996 L30.82403,19.231005 L19.633022,5.3420091 L16.949533,13.392189 L8.1890392,13.360924 L12.161958,1.0720222 L27.761925,0.92901659 C27.895267,0.92773598 28.027527,0.92765534 28.158699,0.9287746 z M54.527031,6.4710093 L47.033009,6.4710093 L48.986012,0 L56.482018,0 z M45.086014,37.741001 L37.591019,37.741001 L46.064014,9.6810007 L53.558006,9.6810007 z M75.129028,16.254004 C74.369019,16.15299 73.529022,16.103003 72.613037,16.103003 C68.320038,16.103003 65.623016,17.931004 64.518036,21.587986 L59.641026,37.740997 L52.147038,37.740997 L60.619022,9.681983 L68.113037,9.681983 L66.473022,15.116979 C67.537018,13.498999 69.176025,12.065985 71.389038,10.819006 C73.268036,9.7569952 74.891022,9.2269964 76.258026,9.2269964 C76.471039,9.2269964 76.79303,9.260993 77.221039,9.3279791 z M95.77253,21.133018 C96.241516,19.582024 96.301514,18.251001 95.954506,17.139002 C95.448524,15.555017 94.172539,14.762018 92.12455,14.762018 C90.07357,14.762018 88.284584,15.487023 86.758598,16.937006 C85.526611,18.116999 84.66761,19.516014 84.178596,21.133018 z M102.76646,24.066002 C102.71946,24.217003 102.63747,24.453026 102.52046,24.77401 C102.40147,25.09301 102.32146,25.329002 102.27446,25.48101 L82.864616,25.48101 L82.338615,27.224998 C81.860626,28.809013 81.95462,30.224998 82.618614,31.471001 C83.379623,32.887016 84.682594,33.596001 86.530602,33.596001 C87.741592,33.596001 89.008575,33.207024 90.338554,32.431999 C91.665535,31.657005 92.602539,30.789024 93.147552,29.828026 L100.64148,29.828026 C99.145485,32.592003 96.989502,34.783012 94.172539,36.401024 C91.272568,38.086021 88.071571,38.929008 84.569618,38.929008 C80.063644,38.929008 77.071663,37.421013 75.590691,34.404015 C74.334686,31.842003 74.278687,28.674004 75.417686,24.89901 C76.719673,20.584007 78.649651,17.09701 81.204628,14.434015 C84.538612,10.962 88.668587,9.2260075 93.602531,9.2260075 C98.577499,9.2260075 101.71346,11.071009 103.01246,14.762018 C103.93243,17.375025 103.85046,20.474998 102.76646,24.066002 M131.85497,27.958 C128.34496,35.270988 122.75491,38.929008 115.08882,38.929008 C110.52078,38.929008 107.60474,37.310997 106.33874,34.073997 C105.33873,31.514 105.43272,28.270012 106.61874,24.34301 C107.91676,20.045006 109.96179,16.590998 112.75881,13.978998 C116.17083,10.810999 120.41687,9.2260075 125.49992,9.2260075 C129.62096,9.2260075 132.37798,10.558008 133.77499,13.221003 C134.84102,15.275994 134.98802,17.584986 134.21399,20.145988 L126.97592,20.145988 C127.15393,16.726007 125.79091,15.015985 122.8879,15.015985 C120.66586,15.015985 118.71986,16.195002 117.04584,18.55401 C115.96383,20.088005 115.08882,21.959007 114.42283,24.166008 C112.55581,30.352013 113.58682,33.442986 117.51685,33.442986 C120.24988,33.442986 122.61691,31.614983 124.61692,27.958 z M153.68309,15.417989 L149.48816,15.417989 L144.61125,31.570992 C144.12225,33.188972 144.29425,33.997963 145.12624,33.997963 L147.94519,33.997963 L146.6172,38.395969 C145.09325,38.850986 143.60329,39.078983 142.15228,39.078983 C140.10133,39.078983 138.52138,38.547977 137.41238,37.485966 C136.30238,36.423985 135.99042,35.09296 136.4724,33.491982 L141.92931,15.417989 L138.27937,15.417989 L139.96632,9.830987 L143.61726,9.830987 L145.74524,2.7779827 L153.30409,2.7779827 L151.17514,9.830987 L155.37105,9.830987 z" Fill="#FF00477F" Height="39.079" Stretch="Fill" UseLayoutRounding="False" Width="155.371" Margin="0,3.071,-181.8,0"/>
                  </Grid>
                </Viewbox>
              </Grid>
            </Grid>

            <Grid x:Name="grdFT" RenderTransformOrigin="-0.02,0.99" Margin="0">
              <Grid x:Name="NETNET" Margin="0,0,0,31">
                <Viewbox Margin="0,0,-3,-1" Width="250" Height="80">
                  <Grid Height="81" Width="252.589996337891">
                    <Path Data="M199.16225,61.872971 L204.1302,61.872971 L202.70323,66.617722 L197.73526,66.617722 z M183.88017,49.75 L189.00519,49.8125 L193.31769,62.3125 L196.63019,53.375 L207.1927,53.375 L205.3802,57.8125 L199.50519,57.8125 L196.44269,66.617722 L189.32613,66.617722 z M243.72139,46.223999 L236.71175,71.926239 L244.91164,71.926239 L243.85107,75.815002 L221.26169,75.815002 L222.32225,71.926239 L230.57504,71.926239 L236.17613,51.388748 L227.24222,53.110336 L228.358,49.019043 z M81.470299,25.120403 C79.508537,25.120399 77.637497,25.685457 75.85717,26.815575 C74.076843,27.945686 72.692795,29.424124 71.705025,31.250885 L85.65316,31.250885 C86.347412,29.315756 86.324074,27.810226 85.583168,26.734301 C84.842255,25.658365 83.471298,25.120399 81.470299,25.120403 z M83.023438,21.149517 C87.143143,21.149519 89.945511,22.194489 91.430565,24.284428 C91.709007,24.676289 91.937256,25.096725 92.115311,25.545736 L92.224258,25.855415 L92.19558,25.933153 L92.25161,25.933153 L92.276627,26.004269 C92.85498,27.876505 92.630173,30.205915 91.602196,32.992504 L90.83979,35.059219 L70.300125,35.059219 C69.567642,37.257523 69.800568,38.952694 70.998901,40.144733 C72.197227,41.336769 74.228485,41.932789 77.092651,41.932789 C80.309944,41.932789 83.542236,41.174221 86.789528,39.657078 L85.187607,43.999504 C81.938568,45.361835 78.058029,46.042999 73.545975,46.043003 C69.112389,46.042999 66.033508,44.9632 64.309311,42.8036 C62.585125,40.643993 62.445465,37.605843 63.890335,33.689148 C65.255249,29.989182 67.755402,26.974253 71.390793,24.64436 C75.026184,22.314466 78.903732,21.149519 83.023438,21.149517 z M179.38626,17.589828 C176.71841,17.589827 174.1877,18.358263 171.7941,19.895142 C169.40051,21.432009 167.55429,23.442575 166.25546,25.92684 L185.22388,25.92684 C186.12088,23.295204 186.05251,21.247795 185.01874,19.784609 C183.98495,18.321419 182.10747,17.589827 179.38626,17.589828 z M181.40175,12.189716 C187.00423,12.18972 190.84067,13.610802 192.9111,16.452959 C193.29932,16.985867 193.61995,17.557629 193.87302,18.168251 L194.02872,18.58939 L193.99161,18.695112 L194.06781,18.695112 L194.10358,18.791821 C194.93565,21.337929 194.68665,24.505754 193.35651,28.295307 L192.37,31.105888 L164.43762,31.105888 C163.49503,34.095421 163.85304,36.40073 165.5117,38.021816 C167.17035,39.642899 169.9472,40.453442 173.84227,40.453445 C178.21753,40.453442 182.59474,39.421844 186.97388,37.358646 L184.90109,43.26403 C180.51582,45.116692 175.25516,46.04303 169.11911,46.04303 C163.08977,46.04303 158.87643,44.574577 156.4791,41.637672 C154.08176,38.700775 153.81787,34.569115 155.68744,29.242695 C157.45355,24.211012 160.78018,20.110929 165.66731,16.942442 C170.55446,13.773964 175.79926,12.18972 181.40175,12.189716 z M39.915138,12.186005 L48.066261,12.186005 L52.454102,36.080967 C52.91254,37.071747 53.190933,37.752914 53.289284,38.124458 L53.40699,38.124458 C53.536335,37.242039 53.989353,35.748123 54.766045,33.642704 L62.681412,12.186005 L69.420074,12.186005 L57.13583,45.485687 L49.484951,45.485687 L44.634464,21.010185 C44.352844,20.390949 44.168068,19.748486 44.080139,19.082802 L43.903584,19.082802 C43.797817,19.79493 43.313763,21.319811 42.451408,23.657444 L34.398979,45.485687 L0,45.485687 L3.0983047,40.331123 L29.557457,40.263229 z M215.49469,3.3790169 L212.13611,12.947626 L251.59024,12.947626 L249.57289,18.695112 L210.11876,18.695112 L204.44356,34.863857 C203.7711,36.779686 203.73097,38.148132 204.32317,38.969204 C204.91537,39.790272 206.23859,40.200806 208.29282,40.200806 C209.86685,40.200806 211.35309,39.842903 212.7515,39.127098 L212.72887,39.191589 L228.54306,33.115009 L220.50037,62.902145 L228.70009,62.902145 L227.6395,66.791 L205.05061,66.791 L206.11121,62.902145 L214.36382,62.902145 L219.96506,42.364143 L210.72484,44.901096 L210.71198,44.937744 C208.64659,45.653545 206.13324,46.011448 203.17194,46.011452 C195.22174,46.011448 192.30338,43.000862 194.41678,36.979691 L200.83466,18.695112 L194.06781,18.695112 L194.02872,18.58939 L196.00897,12.947626 L202.85201,12.947626 L205.479,5.4632702 z M123.43886,0 L134.52377,0 L140.19327,32.495392 C140.84082,33.842785 141.23599,34.769119 141.37878,35.274395 L141.53886,35.274395 C141.69328,34.074368 142.27298,32.042747 143.27797,29.179535 L153.51994,0 L162.68401,0 L146.789,45.285114 L136.38438,45.285114 L130.07159,12.000238 C129.67354,11.158121 129.40662,10.28442 129.27084,9.3791389 L129.03073,9.3791389 C128.90424,10.347578 128.28308,12.421305 127.16725,15.600315 L118.14856,41.294674 L118.14102,41.443962 C118.00446,42.788643 117.53488,44.034874 116.81606,45.098885 L116.81084,45.105846 L116.74792,45.285114 L116.67679,45.285114 L116.35551,45.714752 C114.8882,47.492729 112.66761,48.626007 110.18233,48.626007 C107.69704,48.626007 105.47646,47.492729 104.00914,45.714752 L103.74174,45.357166 L103.55695,45.415295 C102.14877,45.818283 100.492,46.019779 98.586632,46.019783 C92.740585,46.019779 90.634224,43.805992 92.267548,39.378418 L97.227509,25.933153 L92.25161,25.933153 L92.224258,25.855415 L93.754669,21.706837 L98.786598,21.706837 L100.81683,16.203329 L108.20915,14.67071 L105.61353,21.706837 L112.82301,21.706837 L111.26392,25.933153 L104.05444,25.933153 L99.668434,37.822582 C99.148743,39.23135 99.101219,40.237617 99.525879,40.841377 C99.897446,41.369667 100.68472,41.666832 101.88769,41.732872 L102.26158,41.742649 L102.22363,41.443962 C102.19632,41.175026 102.18233,40.902149 102.18233,40.626011 C102.18233,36.207729 105.76405,32.626007 110.18233,32.626011 C110.73461,32.626007 111.27383,32.681973 111.79461,32.78854 L111.91891,32.820499 z" Margin="8,0,0,0" Stretch="Fill" UseLayoutRounding="False" HorizontalAlignment="Left" Height="79.815" VerticalAlignment="Bottom" Width="244.59" Fill="{StaticResource PathFill03}">
                      <Path.Effect>
                        <BlurEffect Radius="16"/>
                      </Path.Effect>
                    </Path>
                    <Path Data="M18.296848,36.374168 L31.281223,36.374168 L52.3125,84.608543 C53.624996,86.608543 54.468746,87.983543 54.84375,88.733543 L55.03125,88.733543 C54.718746,86.952293 54.562496,83.936668 54.5625,79.686668 L54.5625,36.374168 L65.296875,36.374168 L65.296875,103.59292 L53.109375,103.59292 L30.999973,54.186668 C30.187473,52.936672 29.515598,51.639797 28.984348,50.296043 L28.703098,50.296043 C28.953098,51.733547 29.078098,54.811672 29.078098,59.530418 L29.078098,103.59292 L-16.616346,103.59292 L-27.266504,111.69621 L-25.717922,103.59292 L-23.811493,93.187912 L18.296848,93.050865 z M92.093124,62.483543 C88.968124,62.483543 86.319687,63.624168 84.147812,65.905418 C81.975937,68.186668 80.639999,71.171043 80.139999,74.858543 L102.35875,74.858543 C102.3275,70.952293 101.40562,67.913231 99.593124,65.741356 C97.780624,63.569481 95.280624,62.483543 92.093124,62.483543 z M92.233749,54.467918 C98.796249,54.467922 103.87437,56.577297 107.46812,60.796043 C111.06187,65.014793 112.85875,70.874168 112.85875,78.374168 L112.85875,82.546043 L80.139999,82.546043 C80.264999,86.983543 81.632187,90.405418 84.241562,92.811668 C86.850937,95.217918 90.436874,96.421043 94.999374,96.421043 C100.12437,96.421043 104.8275,94.889793 109.10875,91.827293 L109.10875,100.59292 C104.73375,103.34292 98.952499,104.71792 91.764999,104.71792 C84.702499,104.71792 79.163437,102.53823 75.147812,98.178856 C71.132187,93.819481 69.124374,87.686668 69.124374,79.780418 C69.124374,72.311668 71.335312,66.225731 75.757187,61.522606 C80.179062,56.819485 85.671249,54.467922 92.233749,54.467918 z M128.54625,41.389793 L128.54625,55.592918 L140.03062,55.592918 L140.03062,64.124168 L128.54625,64.124168 L128.54625,88.124168 C128.54625,90.967918 129.06187,92.999168 130.09312,94.217918 C131.12437,95.436668 132.84312,96.046043 135.24937,96.046043 C137.09312,96.046043 138.68687,95.514793 140.03062,94.452293 L140.03062,103.07729 C137.90562,104.13979 135.10875,104.67104 131.64,104.67104 C122.3275,104.67104 117.67125,100.20229 117.67125,91.264793 L117.67125,64.124168 L109.65562,64.124168 L109.65562,55.592918 L117.67125,55.592918 L117.67125,44.483543 z" HorizontalAlignment="Left" Margin="0,12.186,0,27.5" RenderTransformOrigin="0.5,0.5" Stretch="Fill" UseLayoutRounding="False" Width="105.023" Height="41.3139991760254" Fill="{StaticResource PathFill04}">
                      <Path.RenderTransform>
                        <CompositeTransform SkewX="-20.249" TranslateX="10.021356342967628"/>
                      </Path.RenderTransform>
                    </Path>
                    <Path Data="M19.326838,36.374168 L32.311214,36.374168 L52.3125,84.608543 C53.624996,86.608543 54.468746,87.983543 54.84375,88.733543 L55.03125,88.733543 C54.718746,86.952293 54.562496,83.936668 54.5625,79.686668 L54.5625,36.374168 L65.296875,36.374168 L65.296875,103.59292 L53.109375,103.59292 L32.029964,54.186668 C31.217464,52.936672 30.545589,51.639797 30.014339,50.296043 L29.733089,50.296043 C29.983089,51.733547 30.108089,54.811672 30.108089,59.530418 L30.108089,103.59292 L19.326838,103.59292 z M92.093124,62.483543 C88.968124,62.483543 86.319687,63.624168 84.147812,65.905418 C81.975937,68.186668 80.639999,71.171043 80.139999,74.858543 L102.35875,74.858543 C102.3275,70.952293 101.40562,67.913231 99.593124,65.741356 C97.780624,63.569481 95.280624,62.483543 92.093124,62.483543 z M92.233749,54.467918 C98.796249,54.467922 103.87437,56.577297 107.46812,60.796043 C111.06187,65.014793 112.85875,70.874168 112.85875,78.374168 L112.85875,82.546043 L80.139999,82.546043 C80.264999,86.983543 81.632187,90.405418 84.241562,92.811668 C86.850937,95.217918 90.436874,96.421043 94.999374,96.421043 C100.12437,96.421043 104.8275,94.889793 109.10875,91.827293 L109.10875,100.59292 C104.73375,103.34292 98.952499,104.71792 91.764999,104.71792 C84.702499,104.71792 79.163437,102.53823 75.147812,98.178856 C71.132187,93.819481 69.124374,87.686668 69.124374,79.780418 C69.124374,72.311668 71.335312,66.225731 75.757187,61.522606 C80.179062,56.819485 85.671249,54.467922 92.233749,54.467918 z M128.54625,41.389793 L128.54625,55.592918 L164.99789,55.592918 L162.95111,50.846542 L177.33711,60.494793 L164.86919,69.400871 L165.6039,64.124168 L128.54625,64.124168 L128.54625,88.124168 C128.54625,90.967918 129.06187,92.999168 130.09312,94.217918 C131.12437,95.436668 132.84312,96.046043 135.24937,96.046043 C137.09312,96.046043 138.68687,95.514793 140.03062,94.452293 L140.03062,103.07729 C137.90562,104.13979 135.10875,104.67104 131.64,104.67104 C122.3275,104.67104 117.67125,100.20229 117.67125,91.264793 L117.67125,64.124168 L109.65562,64.124168 L109.65562,55.592918 L117.67125,55.592918 L117.67125,44.483543 z" Margin="110.774,0,14.331,30.957" RenderTransformOrigin="0.5,0.5" Stretch="Fill" UseLayoutRounding="False" Width="127.894996643066" Height="50.0429992675781" Fill="{StaticResource PathFill03}">
                      <Path.RenderTransform>
                        <CompositeTransform SkewX="-19.341" TranslateX="10.176000486362334"/>
                      </Path.RenderTransform>
                    </Path>
                    <Path Data="M23.129641,-7.7503948 L23.258682,48.774582 L36.320621,48.774582 L36.320621,56.154186 L0.3370823,56.154186 L0.3370823,48.774582 L13.483295,48.774582 L13.483295,9.8010387 L-0.47232655,14.734867 L0.41404819,3.8645091 z" Margin="0,33.115,30.499,10.209" RenderTransformOrigin="0.908216834068298,0.610052466392517" Stretch="Fill" UseLayoutRounding="False" HorizontalAlignment="Right" Width="23.097" Height="37.6759986877441" Fill="{StaticResource PathFill03}">
                      <Path.RenderTransform>
                        <CompositeTransform SkewX="-15.255" TranslateX="10.311554106513114"/>
                      </Path.RenderTransform>
                    </Path>
                    <Path Data="M23.258678,1.6679904E-07 L23.258678,48.774586 L36.320618,48.774586 L36.320618,56.15419 L0.3370823,56.15419 L0.3370823,48.774586 L13.483293,48.774586 L13.483293,9.8010387 L0,13.068055 L0,5.3040919 z" Height="29.591" Margin="0,0,14.361,3.519" RenderTransformOrigin="0.0917829847842154,0.389947603457828" Stretch="Fill" UseLayoutRounding="False" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="22.801" Fill="{StaticResource PathFill03}">
                      <Path.RenderTransform>
                        <CompositeTransform SkewX="-15.255" TranslateX="11.394"/>
                      </Path.RenderTransform>
                    </Path>
                    <Path Data="M61.519199,19.572052 L70.218918,19.572052 L78.434105,45.825241 L84.736198,27.660856 L104.73185,27.660856 L101.89828,35.310238 L90.561852,35.310238 L84.893654,52.363335 L71.801666,52.363335 z M92.629021,43.152397 L102.01553,43.152397 L99.280754,52.363335 L89.894249,52.363335 z" Height="16.892" Margin="0,0,45.363,9.882" RenderTransformOrigin="0.5,0.5" Stretch="Fill" UseLayoutRounding="False" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="22.871" Fill="{StaticResource PathFill04}">
                      <Path.RenderTransform>
                        <TransformGroup>
                          <ScaleTransform/>
                          <SkewTransform/>
                          <RotateTransform/>
                          <TranslateTransform/>
                        </TransformGroup>
                      </Path.RenderTransform>
                    </Path>
                    <Ellipse Margin="108,33,0,28" HorizontalAlignment="Left" Width="16" Height="20" Fill="{StaticResource PathFill04}"/>
                  </Grid>
                </Viewbox>
              </Grid>
            </Grid>
          </Grid>
        </Grid>
      </Grid>
    </Grid>
    <!--<Canvas x:Name="_123_2" Clip="M0,0L1000,0 1000,1000 0,1000z" Height="1000" UseLayoutRounding="False" VerticalAlignment="Top" Width="1000">
      <Image x:Name="Layer_0" Height="463" Canvas.Left="226" Source="Images/Layer_0.png" Canvas.Top="200" Width="599"/>
    </Canvas>-->
  </Grid>
</UserControl>
