@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
 
 body#bodyEl {
    background-color: #120808;
	color:#939393;
}
html, body {
    min-width: 1420px;
    height: 100vh;
	font-family: "IBM Plex Sans";
}
body::-webkit-scrollbar {
  width: 6px;height: 6px;
}
body::-webkit-scrollbar-track {
  background: #565656;border-radius: 1px;width:6px;height: 6px;
}
body::-webkit-scrollbar-thumb {
  background: #1BF2FF;transition:all 0.6s ease;width:6px;height: 6px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #1BF2FF;
}
html, body {
    _width: calc(100vw - 6px);
}
* {
  padding: 0;
  margin: 0;    position: relative;
  box-sizing: border-box;
  
  font-size:14px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  color: #333;
  background: #1BF2FF;
}

::selection {
  color: #333;
  background: #1BF2FF;
}

 

body{width:100%;height:auto;}
#fireworks {
	background-color: transparent;
    width: 718px;
    height: 739px;
}
#fireworks {
    width: 100%;
    height: 100%;
}
 


#glaz {
    background: url(../img/glaz.webp) top center no-repeat;
    background-size: cover;
}
#glaz #zoors {
    width: 100%;
    height: 100vh;
    min-height: 600px;
}
#glaz #zoors #fireworks {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
body {
    min-height: 100vh;
}
#glaz {
    position: fixed;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.zoors .zoor,
#zoors .zoor {
    background: rgba(255, 150, 151, 0.15);
    mix-blend-mode: normal;
    border: 1px solid #FF9697;
    width: 275px;
    height: 222px;
    position: absolute;
    left: calc( (100% - 275px) / 2 );
    top: calc( (100% - 222px) / 2 - 20px );
	    transition: all 0.6s ease;
}
.zoors .zoor span,
#zoors .zoor span {
    display: block;
    background: #FF9697;
    width: 142px;
    height: 34px;
    top: -35px;
    left: -1px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
}
#zoors .zoor.zoor1 {}
.zoors .zoor.zoor2,
#zoors .zoor.zoor2 {
    background: rgba(171, 165, 30, 0.15);
    border: 1px solid #ABA51E;
    transform: translateX(-37px) translateY(63px);
    z-index: 1;
    width: 219px;
    height: 289px;
}
.zoors .zoor.zoor2 span,
#zoors .zoor.zoor2 span {
    background: #ABA51E;
    width: 118px;
}
.zoors .zoor.zoor3,
#zoors .zoor.zoor3 {
    background: rgba(210, 0, 2, 0.15);
    mix-blend-mode: normal;
    border: 1px solid #D20002;
    width: 133px;
    height: 133px;
    transform: translateX(105px) translateY(125px);
    z-index: 2;
}
.zoors .zoor.zoor3 span,
#zoors .zoor.zoor3 span {
    background: #D20002;
    width: calc(100% + 2px);
}
.zoor.zoor1 {
    animation: zoor1 7.5s infinite;
}
.zoor.zoor2 {
    animation: zoor2 4s infinite;
}
.zoor.zoor3 {
    animation: zoor3 5s infinite;
}
@keyframes zoor1 {
    15% { transform: translate(-10px, -15px);background: rgba(21, 169, 116, 0.25);
		width: 275px;    height: 242px;
	}
    50% { transform: translate(0px, 0px);   background: rgba(21, 169, 116, 0.15);
		width: 275px;    height: 222px;
	}
    70% { transform: translate(7px, 10px);  background: rgba(21, 169, 116, 0.05);
		width: 295px;    height: 222px;
	}
}
@keyframes zoor2 {
    15% {     transform: translateX(-40px) translateY(43px); background: rgba(25, 88, 210, 0.25); 
		width: 219px;    height: 319px;
	}
    50% {     transform: translateX(-37px) translateY(63px); background: rgba(25, 88, 210, 0.15);
		width: 219px;    height: 289px;
	}
    70% {     transform: translateX(-57px) translateY(73px); background: rgba(25, 88, 210, 0.07);
		width: 229px;    height: 299px;
	}
}
@keyframes zoor3 {
    15% { transform: translateX(110px) translateY(130px); background: rgba(3, 177, 188, 0.05);width: 140px;}
    50% { transform: translateX(99px) translateY(106px);  background: rgba(3, 177, 188, 0.15);width: 133px;}
    70% { transform: translateX(119px) translateY(120px); background: rgba(3, 177, 188, 0.25);width: 160px;}
}
.zoors .zoor span,
#zoors .zoor span { 
    background: #15A974;
}
.zoors .zoor.zoor1,
#zoors .zoor.zoor1 {
	border: 1px solid #15A974;
	background: rgba(21, 169, 116, 0.15);
}
.zoors .zoor.zoor2,
#zoors .zoor.zoor2 {
	border: 1px solid #1958D2;
	background: rgba(25, 88, 210, 0.15);
}
.zoors .zoor.zoor3,
#zoors .zoor.zoor3 {
	border: 1px solid #03B1BC;
	background: rgba(3, 177, 188, 0.15);
}
.zoors .zoor.zoor2 span,
#zoors .zoor.zoor2 span { 
    background: #1958D2;
}
.zoors .zoor.zoor3 span,
#zoors .zoor.zoor3 span { 
    background: #03B1BC;
}
.page {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}
.page .axtin {
    position: absolute;
    bottom: 32px;
    left: 32px;
    max-width: 310px;
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.6s ease;opacity:0.3;
}
.page .axtin.animated {opacity:1;}



.bigtitle h2 {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    background: linear-gradient(95.49deg, #665A5A 6.59%, #FFFFFF 68.1%, #888991 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    max-width: 1000px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: var(--grey, linear-gradient(90deg, rgba(217, 217, 217, 0.40) 2.45%, #E8E8E8 49.19%, rgba(217, 217, 217, 0.38) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page.page2 .bigtitle {
    position: absolute;
    bottom: 56px;
    left: 16px;
}
.bigtitle span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #939393;
    padding-bottom: 16px;
    border-bottom: 1px solid #585858;
    padding-top: 0;
    margin-bottom: 32px;
}
.page.page3 .mobile {
    background: url(../img/mobile1.png);
    width: 402px;
    height: 691px;
    display: block;
    position: absolute;
    bottom: 16px;
    left: calc( (100% - 402px) / 2);
    background-size: contain;
}
html, body {
    min-width: 1200px; 
}
#zoors.prepare {
    opacity: 0.3;
    transform: scale(1) translateX(5px) translateY(-90vh);
}
#zoors.prepare {
    opacity: 0.3;
    transform: scale(1) translateX(5px) translateY(0px);
}
#zoors.success {
    opacity: 1;
    transform: scale(0.6) translateX(15px);
    position: absolute;
    top: 0;
}
#glaz #zoors {
    transition: all 0.6s ease;
}
body {
    background: #000 url(../img/glaz.webp) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#glaz { 
    z-index: 1; 
    pointer-events: none;
	background:transparent;
}
#zoors.success .zoor {
    margin-left: 60px;
}

body:before {
    content: '';
    background: rgb(15 16 19 / 70%);
    transition: all 0.6s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	opacity:0;pointer-events: none;
}
body.curved:before {opacity:1}

.animate{
    transition: all 0.6s ease;
}
.animate:not(.animated) {
    opacity: 0;
}
.animate.animated {
    opacity: 1;
}

#page4 {
    font-size: 0;
    background: #F1F1EB;
}
#page8 .wrap,
#page7 .wrap,
#page6 .wrap,
#page5 .wrap,
#page4 .wrap {
    max-width: 1360px;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    height: 100%;font-size: 0;
}
#page4 .left {
    height: calc(100% - 220px);
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 430px - 24px);
    margin-right: 24px;
}
#page4 .right {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    height: calc(100% - 220px);
}
#page4 .bot {
    height: 220px;
}
#page4 .top {
    padding-top: calc(120px);
}
#page4 .left.bot {}
#page4 .right.bot {}
#page4 .bot b{}
#page4 .bot p{}
#page4 .left.top .bigtitle {
    max-width: 600px;
}
#page4 .left.top .bigtitle span {
    color: var(--gray_mid, #939393);
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
    border-bottom: 1px solid transparent;
}
#page4 .left.top .bigtitle span {
    max-width: 200px;
}
#page4 .left.top .bigtitle h2 {
    font-family: "IBM Plex Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    background: var(--black-g, linear-gradient(94deg, #807676 2.42%, #120808 65.53%, #807676 103.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page4 .left.bot {
    border-top: 1px solid #939393;
    padding-top: 16px;
}
#page4 .bot b {
    display: block;
    margin-bottom: 24px;
    color: var(--gray-black, #2E2E2E);
     
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#page4 .bot p {
    display: block;
    color: var(--gray_mid, #939393);
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page4 .right.bot {
    border-top: 1px solid #939393;
    padding-top: 16px;
}
#page4 .right.top .grafik1 {
    font-size: 0;
}
#page4 .right.top .grafik1 .circle {
    width: 160px;
    background: #fff;
    height: 160px;
    border-radius: 360px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 16px;
    line-height: 160px;
    text-align: center;
    font-size: 14px;
    color: #939393;
}
#page4 .right.top .grafik1 .circle2 {
    margin-right: 0;
    width: 240px;
    height: 240px;
    line-height: 240px;
}
#page4 .right.top .grafik1 .legenda {
    margin-top: 32px;
    font-size: 0;
}
#page4 .right.top .grafik1 .legenda span {
    display: inline-block;
    vertical-align: top;
    padding-top: 32px;
    width: 50%;
    font-size: 14px;
    color: #939393;
}
#page4 .right.top .grafik1 .legenda span:before {
    content: '';
    border-bottom: 1px solid #939393;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-left: 1px solid #939393;
    height: 16px;
}

#page5 {
    background: #262626;
}
#page5 {}
#page5 .bigtitle {
    padding-top: 32px; 
}
#page5 .bigtitle span {}
#page5 .bigtitle h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
#page5 .bigtitle .intro {
    max-width: 530px;
    display: block;
    margin: 32px 0;
    color: var(--gray_mid, #939393);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page5 .threeblocks {
    font-size: 0;
}
#page5 .threeblocks > div {
    display: inline-block;
    vertical-align: top;
    width: calc( (100% / 3) - 25px);
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #2E2E2E;
}
#page5 .threeblocks > div:last-child {
    border: none;
}
#page5 .threeblocks > div span {
    display: block;
    color: var(--gray_mid, #939393);
    font-size: 16px;
}
#page5 .threeblocks > div b {
    display: block;
    margin: 8px 0;
    color: #1BF2FF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#page5 .threeblocks > div p {
    display: block;
    height: 96px;
    overflow: hidden;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page5 .graphs {
    font-size: 0;
}
#page5 .graphs > div {
    display: inline-block;
    vertical-align: top;
    width: calc( (100% / 3) - 25px);
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #2E2E2E;
    height: calc(175px + 75px);
    padding-top: 75px;
}
#page5 .graphs .gr, #page5 .graphs .gr3 {
    font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='410' height='176' viewBox='0 0 410 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='410' y2='0.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='25.5' x2='410' y2='25.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='50.5' x2='410' y2='50.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='75.5' x2='410' y2='75.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='100.5' x2='410' y2='100.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='125.5' x2='410' y2='125.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='150.5' x2='410' y2='150.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3Cline y1='175.5' x2='410' y2='175.5' stroke='%23343434' stroke-dasharray='2 2'/%3E%3C/svg%3E%0A");
}
#page5 .graphs .gr, #page5 .graphs .gr3 {
    background-size: 95% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}
#page5 .graphs .gr > div {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% / 3);
    background: #120808;
    border-top: 4px solid #00EBFA;
}
#page5 .graphs .gr.gr1 {}
#page5 .graphs .gr span {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 8px;
}
#page5 .graphs .gr i {
    display: block;
    color: var(--white, #FFF);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
#page5 .graphs .gr.gr1 > div:nth-child(1) {
    background: rgba(25, 88, 210, 0.5);
}
#page5 .graphs .gr.gr1 > div:nth-child(2) {
    background: rgba(18, 8, 8, 0.5);
}
#page5 .graphs .gr.gr1 > div:nth-child(3) {
    background: rgba(3, 177, 188, 0.5);
}
#page5 .graphs .gr.gr2 > div:nth-child(1) {
    background: rgba(25, 88, 210, 0.5);
}
#page5 .graphs .gr.gr2 > div:nth-child(2) {
    background: rgba(18, 8, 8, 0.5);
}
#page5 .graphs .gr.gr2 > div:nth-child(3) {
	background: rgba(3, 177, 188, 0.5);
}
#page5 .graphs .gr3 {
    margin-right: 0;
    border: none;
}
#page5 .graphs .gr3 span {
    display: block;
    color: var(--blue, #00EBFA);
    font-family: "IBM Plex Mono";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 175px;
    text-transform: uppercase;
    text-align: center;
}
.hidezur #glaz #zoors {
    opacity: 0;
}


#page7,
#page6 {
    height: auto;
    padding-bottom: 180px;
}
#page7,
#page6 {background: #262626;}

#page10 .bigtitle,#page9 .bigtitle,
#page8 .bigtitle,
#page7 .bigtitle,
#page6 .bigtitle {
    padding-top: 32px;
}

#page9 .bigtitle h2,
#page10 .bigtitle h2,
#page8 .bigtitle h2,
#page7 .bigtitle h2,
#page6 .bigtitle h2 {    
	font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;}
#page6 .bigtitle h2 i {
    font: inherit;
    background: #00EBFA;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#page9 .bigtitle .intro,
#page10 .bigtitle .intro,
#page8 .bigtitle .intro,
#page7 .bigtitle .intro,
#page6 .bigtitle .intro {
    max-width: 530px;
    display: block;
    margin: 32px 0;
    color: var(--gray_mid, #939393);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page6 #scanning {
	background-image: url("data:image/svg+xml,%3Csvg width='1263' height='196' viewBox='0 0 1263 196' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.46 195.24C51.54 195.24 37.68 192.18 26.88 186.06C16.08 179.76 7.17 171.75 0.15 162.03L16.62 148.53C24 157.71 31.74 164.55 39.84 169.05C48.12 173.55 57.93 175.8 69.27 175.8C82.95 175.8 93.39 172.65 100.59 166.35C107.79 160.05 111.39 151.23 111.39 139.89C111.39 130.71 108.78 123.6 103.56 118.56C98.34 113.34 89.25 109.65 76.29 107.49L55.23 103.98C46.05 102.36 38.31 99.93 32.01 96.69C25.89 93.45 20.94 89.58 17.16 85.08C13.38 80.4 10.68 75.36 9.06 69.96C7.44 64.38 6.63 58.62 6.63 52.68C6.63 35.4 12.3 22.35 23.64 13.53C34.98 4.70999 50.28 0.29999 69.54 0.29999C84.66 0.29999 97.35 2.81999 107.61 7.85999C118.05 12.9 126.42 20.01 132.72 29.19L116.79 42.96C111.57 36.12 105.27 30.54 97.89 26.22C90.51 21.9 80.97 19.74 69.27 19.74C56.49 19.74 46.68 22.44 39.84 27.84C33 33.24 29.58 41.34 29.58 52.14C29.58 60.6 32.1 67.53 37.14 72.93C42.36 78.15 51.63 81.93 64.95 84.27L85.2 87.78C94.38 89.4 102.12 91.83 108.42 95.07C114.72 98.31 119.76 102.18 123.54 106.68C127.5 111.18 130.29 116.22 131.91 121.8C133.53 127.38 134.34 133.23 134.34 139.35C134.34 156.81 128.58 170.49 117.06 180.39C105.72 190.29 89.52 195.24 68.46 195.24ZM237.105 195.24C214.065 195.24 196.875 186.87 185.535 170.13C174.375 153.39 168.795 129.27 168.795 97.77C168.795 66.27 174.375 42.15 185.535 25.41C196.875 8.66999 214.065 0.29999 237.105 0.29999C245.745 0.29999 253.215 1.46999 259.515 3.80999C265.815 6.14999 271.215 9.29999 275.715 13.26C280.215 17.22 283.995 21.72 287.055 26.76C290.115 31.62 292.815 36.57 295.155 41.61L275.715 50.52C274.095 46.38 272.205 42.51 270.045 38.91C267.885 35.13 265.275 31.89 262.215 29.19C259.335 26.31 255.825 24.06 251.685 22.44C247.725 20.82 242.865 20.01 237.105 20.01C222.165 20.01 211.005 25.68 203.625 37.02C196.425 48.36 192.825 63.48 192.825 82.38V113.16C192.825 132.06 196.425 147.18 203.625 158.52C211.005 169.86 222.165 175.53 237.105 175.53C242.865 175.53 247.725 174.72 251.685 173.1C255.825 171.48 259.335 169.32 262.215 166.62C265.275 163.74 267.885 160.5 270.045 156.9C272.205 153.12 274.095 149.16 275.715 145.02L295.155 153.93C292.815 159.15 290.115 164.19 287.055 169.05C283.995 173.91 280.215 178.32 275.715 182.28C271.215 186.24 265.815 189.39 259.515 191.73C253.215 194.07 245.745 195.24 237.105 195.24ZM441.659 192L425.729 138.27H359.579L343.649 192H320.159L377.939 3.54H407.909L465.689 192H441.659ZM393.869 27.57H391.439L364.979 118.56H420.329L393.869 27.57ZM517.694 32.43H515.804V192H495.284V3.54H527.414L591.674 161.49H593.564V3.54H614.084V192H581.954L517.694 32.43ZM679.588 32.43H677.698V192H657.178V3.54H689.308L753.568 161.49H755.458V3.54H775.978V192H743.848L679.588 32.43ZM820.153 192V173.91H867.133V21.63H820.153V3.54H936.793V21.63H889.813V173.91H936.793V192H820.153ZM1003.38 32.43H1001.49V192H980.967V3.54H1013.1L1077.36 161.49H1079.25V3.54H1099.77V192H1067.64L1003.38 32.43ZM1241.14 166.89H1239.79C1238.17 170.49 1236.28 174 1234.12 177.42C1231.96 180.84 1229.17 183.9 1225.75 186.6C1222.51 189.12 1218.55 191.19 1213.87 192.81C1209.19 194.43 1203.61 195.24 1197.13 195.24C1176.61 195.24 1161.31 186.96 1151.23 170.4C1141.33 153.84 1136.38 130.08 1136.38 99.12C1136.38 66.72 1141.87 42.15 1152.85 25.41C1163.83 8.66999 1180.75 0.29999 1203.61 0.29999C1212.43 0.29999 1220.08 1.46999 1226.56 3.80999C1233.04 6.14999 1238.53 9.29999 1243.03 13.26C1247.71 17.22 1251.58 21.72 1254.64 26.76C1257.7 31.62 1260.22 36.57 1262.2 41.61L1242.76 50.52C1241.14 46.38 1239.25 42.51 1237.09 38.91C1235.11 35.13 1232.59 31.89 1229.53 29.19C1226.65 26.31 1223.14 24.06 1219 22.44C1214.86 20.82 1210 20.01 1204.42 20.01C1189.3 20.01 1178.14 25.68 1170.94 37.02C1163.92 48.36 1160.41 63.48 1160.41 82.38V111.54C1160.41 121.08 1161.13 129.81 1162.57 137.73C1164.01 145.47 1166.35 152.22 1169.59 157.98C1173.01 163.74 1177.33 168.24 1182.55 171.48C1187.95 174.54 1194.52 176.07 1202.26 176.07C1214.5 176.07 1224.04 172.38 1230.88 165C1237.72 157.62 1241.14 148.08 1241.14 136.38V116.94H1201.45V98.85H1262.2V192H1241.14V166.89Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}
#page6 #scanning {
    height: 332px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#page6 #scanning .blow {
	background-image: url("data:image/svg+xml,%3Csvg width='1263' height='196' viewBox='0 0 1263 196' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M68.46 195.24C51.54 195.24 37.68 192.18 26.88 186.06C16.08 179.76 7.17 171.75 0.15 162.03L16.62 148.53C24 157.71 31.74 164.55 39.84 169.05C48.12 173.55 57.93 175.8 69.27 175.8C82.95 175.8 93.39 172.65 100.59 166.35C107.79 160.05 111.39 151.23 111.39 139.89C111.39 130.71 108.78 123.6 103.56 118.56C98.34 113.34 89.25 109.65 76.29 107.49L55.23 103.98C46.05 102.36 38.31 99.93 32.01 96.69C25.89 93.45 20.94 89.58 17.16 85.08C13.38 80.4 10.68 75.36 9.06 69.96C7.44 64.38 6.63 58.62 6.63 52.68C6.63 35.4 12.3 22.35 23.64 13.53C34.98 4.70999 50.28 0.29999 69.54 0.29999C84.66 0.29999 97.35 2.81999 107.61 7.85999C118.05 12.9 126.42 20.01 132.72 29.19L116.79 42.96C111.57 36.12 105.27 30.54 97.89 26.22C90.51 21.9 80.97 19.74 69.27 19.74C56.49 19.74 46.68 22.44 39.84 27.84C33 33.24 29.58 41.34 29.58 52.14C29.58 60.6 32.1 67.53 37.14 72.93C42.36 78.15 51.63 81.93 64.95 84.27L85.2 87.78C94.38 89.4 102.12 91.83 108.42 95.07C114.72 98.31 119.76 102.18 123.54 106.68C127.5 111.18 130.29 116.22 131.91 121.8C133.53 127.38 134.34 133.23 134.34 139.35C134.34 156.81 128.58 170.49 117.06 180.39C105.72 190.29 89.52 195.24 68.46 195.24ZM237.105 195.24C214.065 195.24 196.875 186.87 185.535 170.13C174.375 153.39 168.795 129.27 168.795 97.77C168.795 66.27 174.375 42.15 185.535 25.41C196.875 8.66999 214.065 0.29999 237.105 0.29999C245.745 0.29999 253.215 1.46999 259.515 3.80999C265.815 6.14999 271.215 9.29999 275.715 13.26C280.215 17.22 283.995 21.72 287.055 26.76C290.115 31.62 292.815 36.57 295.155 41.61L275.715 50.52C274.095 46.38 272.205 42.51 270.045 38.91C267.885 35.13 265.275 31.89 262.215 29.19C259.335 26.31 255.825 24.06 251.685 22.44C247.725 20.82 242.865 20.01 237.105 20.01C222.165 20.01 211.005 25.68 203.625 37.02C196.425 48.36 192.825 63.48 192.825 82.38V113.16C192.825 132.06 196.425 147.18 203.625 158.52C211.005 169.86 222.165 175.53 237.105 175.53C242.865 175.53 247.725 174.72 251.685 173.1C255.825 171.48 259.335 169.32 262.215 166.62C265.275 163.74 267.885 160.5 270.045 156.9C272.205 153.12 274.095 149.16 275.715 145.02L295.155 153.93C292.815 159.15 290.115 164.19 287.055 169.05C283.995 173.91 280.215 178.32 275.715 182.28C271.215 186.24 265.815 189.39 259.515 191.73C253.215 194.07 245.745 195.24 237.105 195.24ZM441.659 192L425.729 138.27H359.579L343.649 192H320.159L377.939 3.54H407.909L465.689 192H441.659ZM393.869 27.57H391.439L364.979 118.56H420.329L393.869 27.57ZM517.694 32.43H515.804V192H495.284V3.54H527.414L591.674 161.49H593.564V3.54H614.084V192H581.954L517.694 32.43ZM679.588 32.43H677.698V192H657.178V3.54H689.308L753.568 161.49H755.458V3.54H775.978V192H743.848L679.588 32.43ZM820.153 192V173.91H867.133V21.63H820.153V3.54H936.793V21.63H889.813V173.91H936.793V192H820.153ZM1003.38 32.43H1001.49V192H980.967V3.54H1013.1L1077.36 161.49H1079.25V3.54H1099.77V192H1067.64L1003.38 32.43ZM1241.14 166.89H1239.79C1238.17 170.49 1236.28 174 1234.12 177.42C1231.96 180.84 1229.17 183.9 1225.75 186.6C1222.51 189.12 1218.55 191.19 1213.87 192.81C1209.19 194.43 1203.61 195.24 1197.13 195.24C1176.61 195.24 1161.31 186.96 1151.23 170.4C1141.33 153.84 1136.38 130.08 1136.38 99.12C1136.38 66.72 1141.87 42.15 1152.85 25.41C1163.83 8.66999 1180.75 0.29999 1203.61 0.29999C1212.43 0.29999 1220.08 1.46999 1226.56 3.80999C1233.04 6.14999 1238.53 9.29999 1243.03 13.26C1247.71 17.22 1251.58 21.72 1254.64 26.76C1257.7 31.62 1260.22 36.57 1262.2 41.61L1242.76 50.52C1241.14 46.38 1239.25 42.51 1237.09 38.91C1235.11 35.13 1232.59 31.89 1229.53 29.19C1226.65 26.31 1223.14 24.06 1219 22.44C1214.86 20.82 1210 20.01 1204.42 20.01C1189.3 20.01 1178.14 25.68 1170.94 37.02C1163.92 48.36 1160.41 63.48 1160.41 82.38V111.54C1160.41 121.08 1161.13 129.81 1162.57 137.73C1164.01 145.47 1166.35 152.22 1169.59 157.98C1173.01 163.74 1177.33 168.24 1182.55 171.48C1187.95 174.54 1194.52 176.07 1202.26 176.07C1214.5 176.07 1224.04 172.38 1230.88 165C1237.72 157.62 1241.14 148.08 1241.14 136.38V116.94H1201.45V98.85H1262.2V192H1241.14V166.89Z' fill='%23383838'/%3E%3C/svg%3E%0A");
}
#page6 #scanning .blow i {
    display: block;
    color: var(--gray_mid, #939393); 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page6 #scanning .blow b {
    display: block;
    color: var(--white, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page6 #scanning {
    background-size: auto 196px;
    margin-bottom: 64px;
}
#page6 #scanning .blow {
    position: absolute;
    width: 50%;
    height: 100%;
    border-left: 1px solid #ffffff7a;
    right: 0;
    background-color: #262626;
    padding: 16px;
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 196px;
    /* background-repeat: repeat-y; */
}
#page6 #scanning .blow {
    transition: all 0.6s ease;
}
#page6 .gall3d {}
#page6 .gall3d .gallitem {
    width: 100%;
    height: 428px;
    padding: 16px;
}
#page6 .gall3d .gallitem img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px;
}
#page6 .gall3d .gallitem div {
    width: 396px;
    height: 396px;
    background: #383838;
    border-radius: 500px;
    padding: 50px;
    text-align: center;
}
#page6 .gall3d .gallitem div i {
    width: 56px;
    margin: 0 auto;
    height: 56px;
    margin-bottom: 32px;
    display: block;
    border-radius: 60px;
    background: #00EBFA;
    text-align: center;
    padding-top: 12px;
}
#page6 .gall3d .gallitem div i svg {
    display: block;
    height: 32px;
    width: 32px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
#page6 .gall3d .gallitem div b {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--grey, linear-gradient(90deg, rgba(217, 217, 217, 0.40) 2.45%, #E8E8E8 49.19%, rgba(217, 217, 217, 0.38) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page6 .gall3d .gallitem div p {
    display: block;
    color: var(--gray_mid, #939393);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page6 .gall3d .gallitem div a {
    display: block;
    border-radius: 4px;
    background: var(--blue, #00EBFA);
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    color: var(--black, #121010);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 80px;
    position: absolute;
    bottom: 40px;
    left: calc( (100% - 80px) / 2);
    transition: all 0.6s ease;
}
#page6 .gall3d .gallitem div ins {
    display: block;
    color: #00EBFA;
    text-decoration: none;
    margin-bottom: 16px;
}
#page6 .gall3d .gallitem {
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
}
#page6 .gall3d {
    height: 500px;
}
#page6 .gall3d .gallitem[dpos="1"] {z-index: 2;}
#page6 .gall3d .gallitem[dpos="2"] {
    transform: translateY(60px) scale(0.90);
    opacity: 0.8;
    z-index: 1;
}
#page6 .gall3d .gallitem[dpos="3"] {
    transform: translateY(140px) scale(0.7);
    opacity: 0.3;
    z-index: 0;
}
html, body {
    min-width: 1190px;
}
#page6 .gall3d .gallitem img {
    cursor: pointer;
}
#page7 {}
#page7 .bgCircle {}
#page7 .cards {
    margin-top: 140px;
    display: block;
    font-size: 0;
}
#page7 .cards .card {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 40px);
    margin: 0 20px;
}
#page7 .cards .card div {
    height: 232px;
    border-radius: 8px;
    background: #434343;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;padding: 12px;
}
#page7 .cards .card2 div {
    width: 195px;
}
#page7 .cards .card3 div {width: 195px;}
#page7 .cards .card div img {
    position: absolute;
}
#page7 .cards .card div i {
    display: block;
    max-width: 116px;
    color: var(--gray_mid, #939393);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page7 .cards .card div span {
    color: var(--white, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page7 .cards .card b {
    display: block;
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
#page7 .cards .card p {
    display: block;
    padding-right: 16px;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page7 .cards .card1 div img {
    top: calc( (100% - 200px) / 2);
    left: calc( (100% - 215px) / 2);
}
#page7 .cards .card2 div img {
    bottom: 16px;
    left: calc( (100% - 163px) / 2);
}
#page7 .cards .card3 div img {
    bottom: 16px;
    left: calc( (100% - 181px) / 2);
}
#page7 .cards .card4 div img {
    bottom: 0;
    width: 100%;
    left: 0;
}
#page7 .cards .card3 span {}
#page7 .cards .card3 i {}
#page7 .proptable {
    margin-top: 80px;
}
#page7 .proptable table {
    width: 100%;
    border-collapse: collapse;
}
#page7 .proptable table thead {}
#page7 .proptable table thead tr {}
#page7 .proptable table thead tr th {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: var(--gray-mid-dark, #585858);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
#page7 .proptable table tbody {}
#page7 .proptable table tbody tr {}
#page7 .proptable table tbody td {
    border-bottom: 1px solid #2E2E2E;
    height: 48px;
    padding-bottom: 16px;
    line-height: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: var(--grey, linear-gradient(90deg, rgba(217, 217, 217, 0.40) 2.45%, #E8E8E8 49.19%, rgba(217, 217, 217, 0.38) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page7 .proptable table tbody tr td:first-child {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page7 .proptable table tbody tr td:last-child {}
#page7 .proptable table tbody td .ok {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.525 16.2134L17.2634 9.47501L16.3923 8.61926L10.525 14.4962L7.56345 11.5346L6.7173 12.3904L10.525 16.2134ZM12.0016 21.5C10.698 21.5 9.46966 21.2506 8.31673 20.752C7.16379 20.2533 6.15555 19.5724 5.292 18.7092C4.42843 17.846 3.74721 16.8382 3.24833 15.6858C2.74944 14.5334 2.5 13.3053 2.5 12.0017C2.5 10.6877 2.74933 9.45271 3.248 8.29658C3.74667 7.14043 4.42758 6.13475 5.29075 5.27953C6.15393 4.4243 7.16173 3.74724 8.31415 3.24836C9.46658 2.74947 10.6946 2.50003 11.9983 2.50003C13.3122 2.50003 14.5473 2.74936 15.7034 3.24803C16.8596 3.7467 17.8652 4.42345 18.7205 5.27828C19.5757 6.13313 20.2527 7.13837 20.7516 8.29401C21.2505 9.44962 21.5 10.6844 21.5 11.9983C21.5 13.302 21.2506 14.5303 20.752 15.6833C20.2533 16.8362 19.5765 17.8444 18.7217 18.708C17.8669 19.5715 16.8616 20.2528 15.706 20.7517C14.5504 21.2505 13.3156 21.5 12.0016 21.5Z' fill='%2398AF55'/%3E%3C/svg%3E%0A");
}
#page7 .proptable table tbody td .no {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.28845 16.5115L12 12.8L15.7115 16.5115L16.5115 15.7115L12.8 12L16.5115 8.28847L15.7115 7.48847L12 11.2L8.28845 7.48847L7.48845 8.28847L11.2 12L7.48845 15.7115L8.28845 16.5115ZM12.0016 21.5C10.698 21.5 9.46966 21.2506 8.31673 20.752C7.16379 20.2533 6.15555 19.5724 5.292 18.7092C4.42843 17.846 3.74721 16.8382 3.24833 15.6858C2.74944 14.5334 2.5 13.3053 2.5 12.0017C2.5 10.6877 2.74933 9.45271 3.248 8.29657C3.74667 7.14042 4.42758 6.13474 5.29075 5.27952C6.15393 4.42429 7.16173 3.74723 8.31415 3.24835C9.46658 2.74946 10.6946 2.50002 11.9983 2.50002C13.3122 2.50002 14.5473 2.74936 15.7034 3.24802C16.8596 3.74669 17.8652 4.42344 18.7205 5.27827C19.5757 6.13312 20.2527 7.13836 20.7516 8.294C21.2505 9.44962 21.5 10.6844 21.5 11.9983C21.5 13.302 21.2506 14.5303 20.752 15.6832C20.2533 16.8362 19.5765 17.8444 18.7217 18.708C17.8669 19.5715 16.8616 20.2528 15.706 20.7516C14.5504 21.2505 13.3156 21.5 12.0016 21.5Z' fill='%23939393'/%3E%3C/svg%3E%0A");
}
#page7 .proptable table tbody td i {
    width: 24px;
    height: 24px;
    display: block;
}
#page7 .bgCircle {
    width: 638px;
    height: 638px;
    max-width: 80vw;
    max-height: 80vw;
    position: absolute;
    border-radius: 638px;
    border: 1px solid #393939;
    top: calc( (100% - 638px) / 2);
    left: calc( (100% - 638px) / 2);
}

#page8 {
    background: #F1F1EB;
}
#page8 .bigtitle span {
    border-bottom: 1px solid #58585836;
}
#page8 .bigtitle h2 {
    color: #2E2E2E;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    background: transparent;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
#page8 .years {
    margin-top: 50px;
	background-image: url("data:image/svg+xml,%3Csvg width='1297' height='123' viewBox='0 0 1297 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cline x1='0.5' y1='29' x2='0.499998' y2='67' stroke='%23939393'/%3E%3Cline x1='24.5' y1='29' x2='24.5' y2='67' stroke='%23939393'/%3E%3Cline x1='48.5' y1='29' x2='48.5' y2='67' stroke='%23939393'/%3E%3Cline x1='72.5' y1='29' x2='72.5' y2='67' stroke='%23939393'/%3E%3Cline x1='96.5' y1='29' x2='96.5' y2='67' stroke='%23939393'/%3E%3Cline x1='120.5' y1='29' x2='120.5' y2='67' stroke='%23939393'/%3E%3Cline x1='144.5' y1='29' x2='144.5' y2='67' stroke='%23939393'/%3E%3Cline x1='168.5' y1='29' x2='168.5' y2='67' stroke='%23939393'/%3E%3Cline x1='192.5' y1='29' x2='192.5' y2='67' stroke='%23939393'/%3E%3Cline x1='216.5' y1='29' x2='216.5' y2='67' stroke='%23939393'/%3E%3Cline x1='240.5' y1='29' x2='240.5' y2='67' stroke='%23939393'/%3E%3Cline x1='264.5' y1='29' x2='264.5' y2='67' stroke='%23939393'/%3E%3Cline x1='288.5' y1='29' x2='288.5' y2='67' stroke='%23939393'/%3E%3Cline x1='312.5' y1='29' x2='312.5' y2='67' stroke='%23939393'/%3E%3Cline x1='336.5' y1='29' x2='336.5' y2='67' stroke='%23939393'/%3E%3Cline x1='360.5' y1='29' x2='360.5' y2='67' stroke='%23939393'/%3E%3Cline x1='384.5' y1='29' x2='384.5' y2='67' stroke='%23939393'/%3E%3Cline x1='408.5' y1='29' x2='408.5' y2='67' stroke='%23939393'/%3E%3Cline x1='432.5' y1='29' x2='432.5' y2='67' stroke='%23939393'/%3E%3Cline x1='456.5' y1='29' x2='456.5' y2='67' stroke='%23939393'/%3E%3Cline x1='480.5' y1='29' x2='480.5' y2='67' stroke='%23939393'/%3E%3Cline x1='504.5' y1='29' x2='504.5' y2='67' stroke='%23939393'/%3E%3Cline x1='528.5' y1='29' x2='528.5' y2='67' stroke='%23939393'/%3E%3Cline x1='552.5' y1='29' x2='552.5' y2='67' stroke='%23939393'/%3E%3Cline x1='576.5' y1='29' x2='576.5' y2='67' stroke='%23939393'/%3E%3Cline x1='600.5' y1='29' x2='600.5' y2='67' stroke='%23939393'/%3E%3Cline x1='624.5' y1='29' x2='624.5' y2='67' stroke='%23939393'/%3E%3Cline x1='648.5' y1='29' x2='648.5' y2='67' stroke='%23939393'/%3E%3C/g%3E%3Cg opacity='0.4'%3E%3Cline x1='672.5' y1='29' x2='672.5' y2='67' stroke='%23939393'/%3E%3Cline x1='696.5' y1='29' x2='696.5' y2='67' stroke='%23939393'/%3E%3Cline x1='720.5' y1='29' x2='720.5' y2='67' stroke='%23939393'/%3E%3Cline x1='744.5' y1='29' x2='744.5' y2='67' stroke='%23939393'/%3E%3Cline x1='768.5' y1='29' x2='768.5' y2='67' stroke='%23939393'/%3E%3Cline x1='792.5' y1='29' x2='792.5' y2='67' stroke='%23939393'/%3E%3Cline x1='816.5' y1='29' x2='816.5' y2='67' stroke='%23939393'/%3E%3Cline x1='840.5' y1='29' x2='840.5' y2='67' stroke='%23939393'/%3E%3Cline x1='864.5' y1='29' x2='864.5' y2='67' stroke='%23939393'/%3E%3Cline x1='888.5' y1='29' x2='888.5' y2='67' stroke='%23939393'/%3E%3Cline x1='912.5' y1='29' x2='912.5' y2='67' stroke='%23939393'/%3E%3Cline x1='936.5' y1='29' x2='936.5' y2='67' stroke='%23939393'/%3E%3Cline x1='960.5' y1='29' x2='960.5' y2='67' stroke='%23939393'/%3E%3Cline x1='984.5' y1='29' x2='984.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1008.5' y1='29' x2='1008.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1032.5' y1='29' x2='1032.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1056.5' y1='29' x2='1056.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1080.5' y1='29' x2='1080.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1104.5' y1='29' x2='1104.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1128.5' y1='29' x2='1128.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1152.5' y1='29' x2='1152.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1176.5' y1='29' x2='1176.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1200.5' y1='29' x2='1200.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1224.5' y1='29' x2='1224.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1248.5' y1='29' x2='1248.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1272.5' y1='29' x2='1272.5' y2='67' stroke='%23939393'/%3E%3Cline x1='1296.5' y1='29' x2='1296.5' y2='67' stroke='%23939393'/%3E%3C/g%3E%3Cline x1='888.5' y1='29' x2='888.5' y2='123' stroke='%23939393'/%3E%3Cpath d='M878.673 14H872.261V12.796L875.453 9.856C875.91 9.436 876.293 8.99267 876.601 8.526C876.909 8.05 877.063 7.574 877.063 7.098V6.93C877.063 6.38867 876.914 5.95 876.615 5.614C876.316 5.278 875.864 5.11 875.257 5.11C874.958 5.11 874.697 5.152 874.473 5.236C874.249 5.32 874.053 5.43667 873.885 5.586C873.726 5.73533 873.591 5.91267 873.479 6.118C873.376 6.314 873.292 6.52867 873.227 6.762L872.177 6.356C872.27 6.06667 872.396 5.78667 872.555 5.516C872.723 5.236 872.928 4.98867 873.171 4.774C873.423 4.55933 873.722 4.38667 874.067 4.256C874.422 4.12533 874.837 4.06 875.313 4.06C875.789 4.06 876.214 4.13 876.587 4.27C876.96 4.41 877.273 4.606 877.525 4.858C877.777 5.11 877.968 5.40867 878.099 5.754C878.239 6.09933 878.309 6.482 878.309 6.902C878.309 7.28467 878.253 7.63933 878.141 7.966C878.038 8.29267 877.894 8.60533 877.707 8.904C877.52 9.19333 877.292 9.478 877.021 9.758C876.76 10.038 876.475 10.318 876.167 10.598L873.535 12.964H878.673V14ZM883.805 14.168C882.639 14.168 881.785 13.7247 881.243 12.838C880.711 11.9513 880.445 10.71 880.445 9.114C880.445 7.518 880.711 6.27667 881.243 5.39C881.785 4.50333 882.639 4.06 883.805 4.06C884.972 4.06 885.821 4.50333 886.353 5.39C886.895 6.27667 887.165 7.518 887.165 9.114C887.165 10.71 886.895 11.9513 886.353 12.838C885.821 13.7247 884.972 14.168 883.805 14.168ZM883.805 13.146C884.188 13.146 884.515 13.0667 884.785 12.908C885.056 12.7493 885.275 12.5253 885.443 12.236C885.611 11.9467 885.733 11.606 885.807 11.214C885.891 10.822 885.933 10.388 885.933 9.912V8.316C885.933 7.84 885.891 7.406 885.807 7.014C885.733 6.622 885.611 6.28133 885.443 5.992C885.275 5.70267 885.056 5.47867 884.785 5.32C884.515 5.16133 884.188 5.082 883.805 5.082C883.423 5.082 883.096 5.16133 882.825 5.32C882.555 5.47867 882.335 5.70267 882.167 5.992C881.999 6.28133 881.873 6.622 881.789 7.014C881.715 7.406 881.677 7.84 881.677 8.316V9.912C881.677 10.388 881.715 10.822 881.789 11.214C881.873 11.606 881.999 11.9467 882.167 12.236C882.335 12.5253 882.555 12.7493 882.825 12.908C883.096 13.0667 883.423 13.146 883.805 13.146ZM895.462 14H889.05V12.796L892.242 9.856C892.699 9.436 893.082 8.99267 893.39 8.526C893.698 8.05 893.852 7.574 893.852 7.098V6.93C893.852 6.38867 893.703 5.95 893.404 5.614C893.105 5.278 892.653 5.11 892.046 5.11C891.747 5.11 891.486 5.152 891.262 5.236C891.038 5.32 890.842 5.43667 890.674 5.586C890.515 5.73533 890.38 5.91267 890.268 6.118C890.165 6.314 890.081 6.52867 890.016 6.762L888.966 6.356C889.059 6.06667 889.185 5.78667 889.344 5.516C889.512 5.236 889.717 4.98867 889.96 4.774C890.212 4.55933 890.511 4.38667 890.856 4.256C891.211 4.12533 891.626 4.06 892.102 4.06C892.578 4.06 893.003 4.13 893.376 4.27C893.749 4.41 894.062 4.606 894.314 4.858C894.566 5.11 894.757 5.40867 894.888 5.754C895.028 6.09933 895.098 6.482 895.098 6.902C895.098 7.28467 895.042 7.63933 894.93 7.966C894.827 8.29267 894.683 8.60533 894.496 8.904C894.309 9.19333 894.081 9.478 893.81 9.758C893.549 10.038 893.264 10.318 892.956 10.598L890.324 12.964H895.462V14ZM900.049 8.372C900.711 8.372 901.206 8.22267 901.533 7.924C901.869 7.616 902.037 7.224 902.037 6.748V6.65C902.037 6.13667 901.873 5.754 901.547 5.502C901.229 5.24067 900.809 5.11 900.287 5.11C899.783 5.11 899.372 5.222 899.055 5.446C898.737 5.66067 898.476 5.95467 898.271 6.328L897.403 5.656C897.524 5.46 897.669 5.26867 897.837 5.082C898.014 4.886 898.219 4.71333 898.453 4.564C898.686 4.41467 898.957 4.29333 899.265 4.2C899.573 4.10667 899.923 4.06 900.315 4.06C900.725 4.06 901.113 4.116 901.477 4.228C901.841 4.33067 902.153 4.48933 902.415 4.704C902.685 4.90933 902.895 5.166 903.045 5.474C903.203 5.782 903.283 6.132 903.283 6.524C903.283 6.84133 903.231 7.126 903.129 7.378C903.035 7.63 902.905 7.84933 902.737 8.036C902.569 8.22267 902.368 8.38133 902.135 8.512C901.911 8.64267 901.668 8.74067 901.407 8.806V8.862C901.668 8.918 901.92 9.01133 902.163 9.142C902.415 9.26333 902.634 9.42667 902.821 9.632C903.017 9.828 903.171 10.0707 903.283 10.36C903.404 10.64 903.465 10.962 903.465 11.326C903.465 11.746 903.385 12.1333 903.227 12.488C903.068 12.8333 902.844 13.132 902.555 13.384C902.265 13.6267 901.915 13.818 901.505 13.958C901.094 14.098 900.641 14.168 900.147 14.168C899.727 14.168 899.353 14.1213 899.027 14.028C898.7 13.9347 898.411 13.8087 898.159 13.65C897.907 13.4913 897.683 13.314 897.487 13.118C897.3 12.922 897.132 12.7167 896.983 12.502L897.865 11.83C897.986 12.026 898.117 12.2033 898.257 12.362C898.406 12.5207 898.569 12.656 898.747 12.768C898.924 12.88 899.125 12.9687 899.349 13.034C899.573 13.09 899.834 13.118 900.133 13.118C900.823 13.118 901.346 12.964 901.701 12.656C902.055 12.3387 902.233 11.8907 902.233 11.312V11.2C902.233 10.6213 902.055 10.178 901.701 9.87C901.346 9.55267 900.823 9.394 900.133 9.394H898.985V8.372H900.049Z' fill='%23939393'/%3E%3Cline x1='168.5' y1='29' x2='168.5' y2='123' stroke='%23939393'/%3E%3Cline x1='408.5' y1='29' x2='408.5' y2='123' stroke='%23939393'/%3E%3Cpath d='M158.673 14H152.261V12.796L155.453 9.856C155.91 9.436 156.293 8.99267 156.601 8.526C156.909 8.05 157.063 7.574 157.063 7.098V6.93C157.063 6.38867 156.914 5.95 156.615 5.614C156.316 5.278 155.864 5.11 155.257 5.11C154.958 5.11 154.697 5.152 154.473 5.236C154.249 5.32 154.053 5.43667 153.885 5.586C153.726 5.73533 153.591 5.91267 153.479 6.118C153.376 6.314 153.292 6.52867 153.227 6.762L152.177 6.356C152.27 6.06667 152.396 5.78667 152.555 5.516C152.723 5.236 152.928 4.98867 153.171 4.774C153.423 4.55933 153.722 4.38667 154.067 4.256C154.422 4.12533 154.837 4.06 155.313 4.06C155.789 4.06 156.214 4.13 156.587 4.27C156.96 4.41 157.273 4.606 157.525 4.858C157.777 5.11 157.968 5.40867 158.099 5.754C158.239 6.09933 158.309 6.482 158.309 6.902C158.309 7.28467 158.253 7.63933 158.141 7.966C158.038 8.29267 157.894 8.60533 157.707 8.904C157.52 9.19333 157.292 9.478 157.021 9.758C156.76 10.038 156.475 10.318 156.167 10.598L153.535 12.964H158.673V14ZM163.805 14.168C162.639 14.168 161.785 13.7247 161.243 12.838C160.711 11.9513 160.445 10.71 160.445 9.114C160.445 7.518 160.711 6.27667 161.243 5.39C161.785 4.50333 162.639 4.06 163.805 4.06C164.972 4.06 165.821 4.50333 166.353 5.39C166.895 6.27667 167.165 7.518 167.165 9.114C167.165 10.71 166.895 11.9513 166.353 12.838C165.821 13.7247 164.972 14.168 163.805 14.168ZM163.805 13.146C164.188 13.146 164.515 13.0667 164.785 12.908C165.056 12.7493 165.275 12.5253 165.443 12.236C165.611 11.9467 165.733 11.606 165.807 11.214C165.891 10.822 165.933 10.388 165.933 9.912V8.316C165.933 7.84 165.891 7.406 165.807 7.014C165.733 6.622 165.611 6.28133 165.443 5.992C165.275 5.70267 165.056 5.47867 164.785 5.32C164.515 5.16133 164.188 5.082 163.805 5.082C163.423 5.082 163.096 5.16133 162.825 5.32C162.555 5.47867 162.335 5.70267 162.167 5.992C161.999 6.28133 161.873 6.622 161.789 7.014C161.715 7.406 161.677 7.84 161.677 8.316V9.912C161.677 10.388 161.715 10.822 161.789 11.214C161.873 11.606 161.999 11.9467 162.167 12.236C162.335 12.5253 162.555 12.7493 162.825 12.908C163.096 13.0667 163.423 13.146 163.805 13.146ZM169.232 14V12.964H171.962V5.096H171.864L169.4 7.392L168.714 6.65L171.304 4.228H173.138V12.964H175.658V14H169.232ZM183.857 7.812C183.857 8.54 183.749 9.226 183.535 9.87C183.32 10.5047 183.04 11.088 182.695 11.62C182.359 12.1427 181.985 12.6093 181.575 13.02C181.164 13.4213 180.763 13.748 180.371 14H178.859C179.381 13.6173 179.848 13.244 180.259 12.88C180.669 12.516 181.029 12.138 181.337 11.746C181.645 11.3447 181.906 10.92 182.121 10.472C182.335 10.0147 182.508 9.50133 182.639 8.932L182.569 8.904C182.335 9.30533 182.032 9.64133 181.659 9.912C181.295 10.1733 180.814 10.304 180.217 10.304C179.797 10.304 179.409 10.234 179.055 10.094C178.7 9.954 178.397 9.75333 178.145 9.492C177.893 9.23067 177.692 8.918 177.543 8.554C177.403 8.18067 177.333 7.76067 177.333 7.294C177.333 6.818 177.407 6.384 177.557 5.992C177.715 5.59067 177.935 5.25 178.215 4.97C178.504 4.68067 178.845 4.45667 179.237 4.298C179.638 4.13933 180.086 4.06 180.581 4.06C181.085 4.06 181.537 4.14867 181.939 4.326C182.349 4.494 182.695 4.74133 182.975 5.068C183.264 5.38533 183.483 5.77733 183.633 6.244C183.782 6.71067 183.857 7.23333 183.857 7.812ZM180.595 9.31C181.239 9.31 181.738 9.13267 182.093 8.778C182.457 8.42333 182.639 7.91467 182.639 7.252V7.14C182.639 6.47733 182.457 5.96867 182.093 5.614C181.738 5.25933 181.239 5.082 180.595 5.082C179.951 5.082 179.447 5.25933 179.083 5.614C178.728 5.96867 178.551 6.47733 178.551 7.14V7.252C178.551 7.91467 178.728 8.42333 179.083 8.778C179.447 9.13267 179.951 9.31 180.595 9.31Z' fill='%23939393'/%3E%3Cpath d='M398.673 14H392.261V12.796L395.453 9.856C395.91 9.436 396.293 8.99267 396.601 8.526C396.909 8.05 397.063 7.574 397.063 7.098V6.93C397.063 6.38867 396.914 5.95 396.615 5.614C396.316 5.278 395.864 5.11 395.257 5.11C394.958 5.11 394.697 5.152 394.473 5.236C394.249 5.32 394.053 5.43667 393.885 5.586C393.726 5.73533 393.591 5.91267 393.479 6.118C393.376 6.314 393.292 6.52867 393.227 6.762L392.177 6.356C392.27 6.06667 392.396 5.78667 392.555 5.516C392.723 5.236 392.928 4.98867 393.171 4.774C393.423 4.55933 393.722 4.38667 394.067 4.256C394.422 4.12533 394.837 4.06 395.313 4.06C395.789 4.06 396.214 4.13 396.587 4.27C396.96 4.41 397.273 4.606 397.525 4.858C397.777 5.11 397.968 5.40867 398.099 5.754C398.239 6.09933 398.309 6.482 398.309 6.902C398.309 7.28467 398.253 7.63933 398.141 7.966C398.038 8.29267 397.894 8.60533 397.707 8.904C397.52 9.19333 397.292 9.478 397.021 9.758C396.76 10.038 396.475 10.318 396.167 10.598L393.535 12.964H398.673V14ZM403.805 14.168C402.639 14.168 401.785 13.7247 401.243 12.838C400.711 11.9513 400.445 10.71 400.445 9.114C400.445 7.518 400.711 6.27667 401.243 5.39C401.785 4.50333 402.639 4.06 403.805 4.06C404.972 4.06 405.821 4.50333 406.353 5.39C406.895 6.27667 407.165 7.518 407.165 9.114C407.165 10.71 406.895 11.9513 406.353 12.838C405.821 13.7247 404.972 14.168 403.805 14.168ZM403.805 13.146C404.188 13.146 404.515 13.0667 404.785 12.908C405.056 12.7493 405.275 12.5253 405.443 12.236C405.611 11.9467 405.733 11.606 405.807 11.214C405.891 10.822 405.933 10.388 405.933 9.912V8.316C405.933 7.84 405.891 7.406 405.807 7.014C405.733 6.622 405.611 6.28133 405.443 5.992C405.275 5.70267 405.056 5.47867 404.785 5.32C404.515 5.16133 404.188 5.082 403.805 5.082C403.423 5.082 403.096 5.16133 402.825 5.32C402.555 5.47867 402.335 5.70267 402.167 5.992C401.999 6.28133 401.873 6.622 401.789 7.014C401.715 7.406 401.677 7.84 401.677 8.316V9.912C401.677 10.388 401.715 10.822 401.789 11.214C401.873 11.606 401.999 11.9467 402.167 12.236C402.335 12.5253 402.555 12.7493 402.825 12.908C403.096 13.0667 403.423 13.146 403.805 13.146ZM415.462 14H409.05V12.796L412.242 9.856C412.699 9.436 413.082 8.99267 413.39 8.526C413.698 8.05 413.852 7.574 413.852 7.098V6.93C413.852 6.38867 413.703 5.95 413.404 5.614C413.105 5.278 412.653 5.11 412.046 5.11C411.747 5.11 411.486 5.152 411.262 5.236C411.038 5.32 410.842 5.43667 410.674 5.586C410.515 5.73533 410.38 5.91267 410.268 6.118C410.165 6.314 410.081 6.52867 410.016 6.762L408.966 6.356C409.059 6.06667 409.185 5.78667 409.344 5.516C409.512 5.236 409.717 4.98867 409.96 4.774C410.212 4.55933 410.511 4.38667 410.856 4.256C411.211 4.12533 411.626 4.06 412.102 4.06C412.578 4.06 413.003 4.13 413.376 4.27C413.749 4.41 414.062 4.606 414.314 4.858C414.566 5.11 414.757 5.40867 414.888 5.754C415.028 6.09933 415.098 6.482 415.098 6.902C415.098 7.28467 415.042 7.63933 414.93 7.966C414.827 8.29267 414.683 8.60533 414.496 8.904C414.309 9.19333 414.081 9.478 413.81 9.758C413.549 10.038 413.264 10.318 412.956 10.598L410.324 12.964H415.462V14ZM417.627 14V12.964H420.357V5.096H420.259L417.795 7.392L417.109 6.65L419.699 4.228H421.533V12.964H424.053V14H417.627Z' fill='%23939393'/%3E%3Cline x1='1128.5' y1='29' x2='1128.5' y2='123' stroke='%23121010'/%3E%3Cpath d='M1118.67 14H1112.26V12.796L1115.45 9.856C1115.91 9.436 1116.29 8.99267 1116.6 8.526C1116.91 8.05 1117.06 7.574 1117.06 7.098V6.93C1117.06 6.38867 1116.91 5.95 1116.61 5.614C1116.32 5.278 1115.86 5.11 1115.26 5.11C1114.96 5.11 1114.7 5.152 1114.47 5.236C1114.25 5.32 1114.05 5.43667 1113.88 5.586C1113.73 5.73533 1113.59 5.91267 1113.48 6.118C1113.38 6.314 1113.29 6.52867 1113.23 6.762L1112.18 6.356C1112.27 6.06667 1112.4 5.78667 1112.55 5.516C1112.72 5.236 1112.93 4.98867 1113.17 4.774C1113.42 4.55933 1113.72 4.38667 1114.07 4.256C1114.42 4.12533 1114.84 4.06 1115.31 4.06C1115.79 4.06 1116.21 4.13 1116.59 4.27C1116.96 4.41 1117.27 4.606 1117.52 4.858C1117.78 5.11 1117.97 5.40867 1118.1 5.754C1118.24 6.09933 1118.31 6.482 1118.31 6.902C1118.31 7.28467 1118.25 7.63933 1118.14 7.966C1118.04 8.29267 1117.89 8.60533 1117.71 8.904C1117.52 9.19333 1117.29 9.478 1117.02 9.758C1116.76 10.038 1116.47 10.318 1116.17 10.598L1113.53 12.964H1118.67V14ZM1123.81 14.168C1122.64 14.168 1121.78 13.7247 1121.24 12.838C1120.71 11.9513 1120.45 10.71 1120.45 9.114C1120.45 7.518 1120.71 6.27667 1121.24 5.39C1121.78 4.50333 1122.64 4.06 1123.81 4.06C1124.97 4.06 1125.82 4.50333 1126.35 5.39C1126.89 6.27667 1127.17 7.518 1127.17 9.114C1127.17 10.71 1126.89 11.9513 1126.35 12.838C1125.82 13.7247 1124.97 14.168 1123.81 14.168ZM1123.81 13.146C1124.19 13.146 1124.51 13.0667 1124.79 12.908C1125.06 12.7493 1125.28 12.5253 1125.44 12.236C1125.61 11.9467 1125.73 11.606 1125.81 11.214C1125.89 10.822 1125.93 10.388 1125.93 9.912V8.316C1125.93 7.84 1125.89 7.406 1125.81 7.014C1125.73 6.622 1125.61 6.28133 1125.44 5.992C1125.28 5.70267 1125.06 5.47867 1124.79 5.32C1124.51 5.16133 1124.19 5.082 1123.81 5.082C1123.42 5.082 1123.1 5.16133 1122.83 5.32C1122.55 5.47867 1122.34 5.70267 1122.17 5.992C1122 6.28133 1121.87 6.622 1121.79 7.014C1121.71 7.406 1121.68 7.84 1121.68 8.316V9.912C1121.68 10.388 1121.71 10.822 1121.79 11.214C1121.87 11.606 1122 11.9467 1122.17 12.236C1122.34 12.5253 1122.55 12.7493 1122.83 12.908C1123.1 13.0667 1123.42 13.146 1123.81 13.146ZM1135.46 14H1129.05V12.796L1132.24 9.856C1132.7 9.436 1133.08 8.99267 1133.39 8.526C1133.7 8.05 1133.85 7.574 1133.85 7.098V6.93C1133.85 6.38867 1133.7 5.95 1133.4 5.614C1133.11 5.278 1132.65 5.11 1132.05 5.11C1131.75 5.11 1131.49 5.152 1131.26 5.236C1131.04 5.32 1130.84 5.43667 1130.67 5.586C1130.52 5.73533 1130.38 5.91267 1130.27 6.118C1130.17 6.314 1130.08 6.52867 1130.02 6.762L1128.97 6.356C1129.06 6.06667 1129.19 5.78667 1129.34 5.516C1129.51 5.236 1129.72 4.98867 1129.96 4.774C1130.21 4.55933 1130.51 4.38667 1130.86 4.256C1131.21 4.12533 1131.63 4.06 1132.1 4.06C1132.58 4.06 1133 4.13 1133.38 4.27C1133.75 4.41 1134.06 4.606 1134.31 4.858C1134.57 5.11 1134.76 5.40867 1134.89 5.754C1135.03 6.09933 1135.1 6.482 1135.1 6.902C1135.1 7.28467 1135.04 7.63933 1134.93 7.966C1134.83 8.29267 1134.68 8.60533 1134.5 8.904C1134.31 9.19333 1134.08 9.478 1133.81 9.758C1133.55 10.038 1133.26 10.318 1132.96 10.598L1130.32 12.964H1135.46V14ZM1141.64 14V12.082H1136.93V11.046L1141.01 4.228H1142.76V11.102H1144.18V12.082H1142.76V14H1141.64ZM1138.03 11.102H1141.64V5.138H1141.57L1138.03 11.102Z' fill='%23121010'/%3E%3C/svg%3E%0A");
}
#page8 .years {
    height: calc(123px + 80px);
    background-repeat: no-repeat;
    background-size: auto 123px;
    background-position: bottom center;
    padding-top: 80px;
    font-size: 0;
}
#page8 .years span {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 100%;
}
#page8 .aftertext {
    display: block;
    transition: all 0.6s ease;
    width: 360px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin-top: 30px;
    text-align: center;
}
#page8 .aftertext h2 {
    color: var(--gray-mid-dark, #585858);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
}
#page8 .aftertext p {
    display: block;
    color: var(--gray_mid, #939393);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page8 .aftertext.y2021 {
    right: auto;
    left: 0;
}
#page8 .aftertext.y2022 {
    right: auto;
    left: calc(25% - 120px);
}
#page8 .aftertext.y2023 {
    right: auto;
    left: calc(75% - 250px);
}
#page8 .aftertext.y2024 {
    right: auto;
    left: auto;
    right: 0;
}
#page8 .aftertext.active {
    opacity: 1;
}
.showVideo,
#page8 .showVideo {
    width: 158px;
    height: 158px;
    display: block;
    background: url(../img/playbtn.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    left: calc( (100% - 158px) / 2);
    cursor: pointer;
}

#page8 .years {
    margin-top: calc( (100% - 950px) / 2);
}
#page10,
#page9 {
    background: #262626;
}
#page9 .bigtitle h2, #page10 .bigtitle h2 {
    max-width: 640px;
    height: 210px;
}
#page9 .wrap, #page10 .wrap {
    max-width: 1360px;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#page9 .blocks {
    margin-top: 56px;
    font-size: 0;
}
#page9 .blocks div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);
    transition: all 0.6s ease;
    transform: translateX(-100vw);
    opacity: 0;
}
#page9 .blocks div.animated {
    transform: translateX(0);
    opacity: 1;
}
#page9 .blocks div:nth-child(1) {transition: all 0.2s ease;}
#page9 .blocks div:nth-child(2) {transition: all 0.4s ease;}
#page9 .blocks div:nth-child(3) {transition: all 0.6s ease;}
#page9 .blocks div:nth-child(4) {transition: all 0.8s ease;}
#page9 .blocks div:nth-child(5) {transition: all 1s ease;}
#page9 .blocks div:nth-child(6) {transition: all 1.2s ease;}
#page9 .blocks div:nth-child(1).animated {}
#page9 .blocks div:nth-child(2).animated {}
#page9 .blocks div:nth-child(3).animated {}
#page9 .blocks div:nth-child(4).animated {}
#page9 .blocks div:nth-child(5).animated {}
#page9 .blocks div:nth-child(6).animated {}
#page9 .blocks svg {
    display: block;
    margin-bottom: 24px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
#page9 .blocks p {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #2E2E2E;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-right: 24px;
}
#page9 .blocks {
    margin-top: calc(56px + (100vh - 740px)/2);
}

#page10 #form {
    width: 652px;
    position: absolute;
    right: 16px;
    max-width: 50%;
}
#form .fitem {
    margin-bottom: 32px;
}
#form .fitem label {
    display: block;
    position: absolute;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 0;
    left: 0;pointer-events: none;
    transition: all 0.6s ease;
}
#form .fitem.filled label {
	color: #585858;
    font-size: 10px;
}
#form .fitem span {
    display: none;
    color: var(--blue, #00EBFA);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;pointer-events: none;
    /*  */
    margin-top: 8px;
}
#form .fitem.error span {display: block;}
#form .fitem input {
    height: 34px;
    border: none;
    border-bottom: 1px solid #939393;
    display: block;
    width: 100%;
    padding: 0 16px;
    outline: none;
    line-height: 34px;
    background: transparent;
    transition: all 0.6s ease;
	    color: #939393;
    font-size: 14px;
    padding: 16px 0;
}
#form .fitem.error input {
	border-bottom: 1px solid #00EBFA;
}
#form .fitem textarea {}
#form .fitem.hidd {}
#form .fsubmit {}
#form .fsubmit a {}
#form .fsubmit a span {}
#form .fsubmit a i {}
#form .fsubmit > span {}
#form .fch {
    margin: 40px 0;
    height: 20px;
    cursor: pointer;
}
#form .fch label {
    display: block;
    height: 20px;
    cursor: pointer;
    color: var(--gray-mid-dark, #585858);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#form .fch label:after {
    content: '';
    width: 39px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	transition_:all 0.6s ease;
	background-image: url("data:image/svg+xml,%3Csvg width='39' height='20' viewBox='0 0 39 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='39' height='20' rx='10' fill='%23585858'/%3E%3Ccircle cx='10' cy='10' r='8' fill='%23939393'/%3E%3C/svg%3E%0A");
}
#form .fch.active label:after {
	background-image: url("data:image/svg+xml,%3Csvg width='39' height='20' viewBox='0 0 39 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='39' height='20' rx='10' fill='%23585858'/%3E%3Ccircle cx='29' cy='10' r='8' fill='%2300EBFA'/%3E%3C/svg%3E%0A");
}
#form .fitem.hidd {
    display: none;
}
#form .fitem textarea {
    height: 80px;
    border: none;
    resize: none;
    border-bottom: 1px solid #939393;
    display: block;
    width: 100%;
    padding: 0 16px;
    outline: none;
    line-height: 34px;
    background: transparent;
    transition: all 0.6s ease;
    color: #939393;
    font-size: 14px;
    padding: 16px 0;
    font-family: "IBM Plex Sans";
}
#form .fsubmit > span {
    display: block;
    margin-top: 24px;
    color: var(--gray-mid-dark, #585858);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#form .fsubmit a {
    cursor: pointer;
    height: 48px;
    border-radius: 4px;
    background: var(--blue, #00EBFA);
    text-align: center;
    display: block;
    line-height: 48px;
    transition: all 0.6s ease;
}
#form .fsubmit a:hover {
	background: #18d0db;
}
#page10 #form { 
    top: calc( (100% - 550px) / 2);
}
#form .fsubmit a i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_720_314999)'%3E%3Cpath d='M10.7817 7.33312L7.20566 3.75712L8.14833 2.81445L13.3337 7.99979L8.14833 13.1851L7.20566 12.2425L10.7817 8.66645H2.66699V7.33312H10.7817Z' fill='%23121010'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_720_314999'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#form .fsubmit a.disabled {
    background: #7bcdc6;
}
#page10 .bigtitle h2, #page10 .bigtitle .intro {
    max-width: calc(100% - 700px);
    top: calc((100vh - 500px) / 2);
    position: relative;
}
#page10 #form {
    top: calc( (100vh - 350px) / 2);
}
#page11 {
    height: auto;
    padding-bottom: 120px;
    background: #F1F1EB;
}
#page11 .wrap {
    max-width: 1360px;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#page11 .pretitle {
    display: block;
    padding-top: 40px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.40);
    padding-bottom: 16px;
    margin-bottom: 32px;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page11 .team {
    margin-bottom: 120px;
    font-size: 0;
}
#page11 .team .left {
    width: 390px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
}
#page11 .team .left h2 {
    display: block;
    color: var(--gray_mid, #939393);
    text-align: left;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
#page11 .team .right {
    width: calc(100% - 390px - 24px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
#page11 .team .right .person {
    height: 460px;
    width: calc( (100% / 3) - 24px);
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 56px;cursor: pointer;
}
#page11 .team .right .person:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    left: -1px;
    top: 0;
    background: #1BF2FF;
    z-index: 0;transition: all 0.6s ease;
}
#page11 .team .right .person:hover:before {    
	width: 100%;
 }
#page11 .team .right .person .name {
    padding-top: 16px;
    display: block;
    padding-left: 16px;
    margin-bottom: 4px;
    color: var(--black, #121010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#page11 .team .right .person .post {
    display: block;
    color: var(--black, #121010);
    font-size: 12px;
    font-style: normal;
    padding-left: 16px;
    font-weight: 400;
    line-height: normal;
}
#page11 .team .right .person .descr {
    display: none;
}
#page11 .team .right .person img {
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    object-fit: cover;
}
#page11 .advisors {
    font-size: 0;
    margin-bottom: 120px;
}
#page11 .advisors .left {
    width: 390px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
}
#page11 .advisors .left h2 {
    padding-top: 20px;
    border-top: 1px solid rgba(217, 217, 217, 0.38);
    display: block;
    color: var(--gray_mid, #939393);
    text-align: left;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
#page11 .advisors .right {
    width: calc(100% - 390px - 24px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
#page11 .advisors .right .tperson {
    height: 90px;
    width: calc( (100% / 3) - 24px);
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 64px;
    cursor: pointer;
    padding: 24px 0;
    cursor: pointer;
    padding-left: 16px;
}
#page11 .advisors .right .tperson:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: -1px;
    height: 1px;
    left: 0;
    background: #1BF2FF;
    z-index: 0;
    transition: all 0.6s ease;
}
#page11 .advisors .right .tperson:hover:before {    
	height: 100%;
 }
#page11 .advisors .right .tperson {}
#page11 .advisors .right .tperson .name {
    display: block;
    margin-bottom: 4px;
    color: var(--black, #121010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#page11 .advisors .right .tperson .post {
    display: block;
    color: var(--black, #121010);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#page11 .advisors .right .tperson:before{content:'';}
#page11 .advisors .right .tperson:hover:before {}

.modal {
    background: rgba(38, 38, 38, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: all 0.6s ease; 
    opacity: 0;
	z-index:-1;pointer-events:none;
}
.modal.visible {
   z-index:99;pointer-events:all;
    
}
.modal.active  {
	opacity: 1;
}
.modal .close {
	background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='56' height='56' rx='28' fill='%232E2E2E'/%3E%3Cpath d='M20.5332 37.3334L18.6665 35.4667L26.1332 28.0001L18.6665 20.5334L20.5332 18.6667L27.9998 26.1334L35.4665 18.6667L37.3332 20.5334L29.8665 28.0001L37.3332 35.4667L35.4665 37.3334L27.9998 29.8667L20.5332 37.3334Z' fill='%23939393'/%3E%3C/svg%3E%0A");
}
.modal .close {
    width: 56px;
    height: 56px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 32px;
}
.modal .win {
    transition: all 0.6s ease;
    opacity: 0;
    background: #262626;
    border-radius: 32px;
    width: 652px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 32px;
    overflow: hidden;
    min-height: 295px;
    top: calc( (100% - 295px) / 2);
    padding-left: 210px;
}
.modal.active .win {opacity: 1;}
.modal .win img {
    position: absolute;
    width: 182px;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.modal .win .name {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
    background: var(--grey, linear-gradient(90deg, rgba(217, 217, 217, 0.40) 2.45%, #E8E8E8 49.19%, rgba(217, 217, 217, 0.38) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modal .win .post {
    display: block;
    margin-bottom: 32px;
    color: var(--blue, #00EBFA);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal .win .descr {
    padding-top: 16px;
    border-top: 1px solid #585858;
    height: 170px;
    overflow: auto;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#page122 {
    padding: 58px 0;
    background: #262626;
}
#page122 {}
#page122 .wrap {
    max-width: 1360px;
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}
#page122 .left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 48px;
}
#page122 .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 48px;
}
#page122 .top, #page122 .bot {
    font-size: 0;
}
#page122 .bot {}
#page122 .top .left .logo {
	background-image: url("data:image/svg+xml,%3Csvg width='211' height='35' viewBox='0 0 211 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78.454 3.6003L80.8976 1.68454V16.3853L70.8301 7.4123V14.4693L68.3865 16.3851V1.68433L78.454 10.9307V3.6003Z' fill='%231BF2FF'/%3E%3Cpath d='M94.752 4.16903H87.4018V7.82464H93.6576V10.2682H87.4018V13.9435H94.752V16.3871H84.9583V1.72559H94.752V4.16903Z' fill='%231BF2FF'/%3E%3Cpath d='M109.483 1.72559V10.9525C109.483 11.0828 109.47 11.3109 109.444 11.6367C109.43 11.9495 109.372 12.3079 109.268 12.7119C109.163 13.1159 108.994 13.5395 108.759 13.9826C108.538 14.4126 108.212 14.8101 107.782 15.175C107.365 15.5269 106.83 15.8201 106.179 16.0547C105.54 16.2763 104.745 16.387 103.794 16.387C102.895 16.387 102.132 16.2763 101.507 16.0547C100.881 15.8201 100.366 15.5269 99.9624 15.175C99.5583 14.8101 99.2456 14.4126 99.024 13.9826C98.8155 13.5395 98.6591 13.1159 98.5549 12.7119C98.4636 12.3079 98.405 11.9495 98.3789 11.6367C98.3659 11.3109 98.3594 11.0828 98.3594 10.9525V1.72559H100.803V10.9525C100.803 11.0959 100.816 11.3435 100.842 11.6953C100.881 12.0472 100.992 12.4121 101.174 12.7901C101.357 13.155 101.65 13.4808 102.054 13.7675C102.471 14.0542 103.051 14.1976 103.794 14.1976C104.602 14.1976 105.221 14.0542 105.651 13.7675C106.094 13.4808 106.413 13.155 106.609 12.7901C106.817 12.4121 106.935 12.0472 106.961 11.6953C107 11.3434 107.019 11.0958 107.019 10.9525V1.72559H109.483Z' fill='%231BF2FF'/%3E%3Cpath d='M124.878 16.3869H122.161L118.916 10.4048H115.905V16.3869H113.481V1.72534H120.538C121.294 1.76444 121.972 1.94689 122.572 2.27269C122.819 2.41604 123.067 2.59199 123.314 2.80052C123.562 3.00903 123.777 3.26317 123.959 3.56291C124.155 3.86265 124.311 4.22104 124.429 4.63808C124.546 5.0421 124.605 5.51778 124.605 6.06513C124.605 6.95132 124.461 7.68115 124.174 8.2546C123.888 8.81498 123.562 9.25807 123.197 9.58389C122.845 9.89666 122.506 10.1117 122.181 10.229C121.868 10.3463 121.679 10.4049 121.614 10.4049L124.878 16.3869ZM115.905 7.98106H120.538C120.838 7.96803 121.105 7.88984 121.34 7.74648C121.548 7.62919 121.737 7.44022 121.907 7.17958C122.076 6.91893 122.161 6.54749 122.161 6.06528C122.161 5.59611 122.076 5.2312 121.907 4.97055C121.737 4.7099 121.548 4.52094 121.34 4.40365C121.105 4.2603 120.838 4.1821 120.538 4.16906H115.905V7.98106Z' fill='%231BF2FF'/%3E%3Cpath d='M134.766 1.72539C135.744 1.72539 136.669 1.91436 137.542 2.29229C138.428 2.67023 139.21 3.19152 139.888 3.85618C140.566 4.50781 141.1 5.28324 141.491 6.18247C141.895 7.06867 142.097 8.02655 142.097 9.05613C142.097 10.0336 141.908 10.9654 141.53 11.8516C141.152 12.7248 140.631 13.5002 139.966 14.1779C139.315 14.8556 138.539 15.3964 137.64 15.8004C136.754 16.1914 135.796 16.3869 134.766 16.3869C133.789 16.3869 132.857 16.1979 131.971 15.82C131.085 15.442 130.303 14.9207 129.625 14.2561C128.96 13.5914 128.426 12.816 128.022 11.9298C127.631 11.0305 127.436 10.0726 127.436 9.0561C127.436 8.06563 127.625 7.13382 128.002 6.26066C128.38 5.37446 128.895 4.59903 129.547 3.93437C130.211 3.26971 130.987 2.74189 131.873 2.35092C132.772 1.95995 133.737 1.75146 134.766 1.72539ZM134.766 13.9433C135.405 13.9433 136.017 13.8195 136.604 13.5719C137.203 13.3112 137.725 12.9594 138.168 12.5163C138.624 12.0732 138.982 11.5584 139.243 10.9719C139.517 10.3724 139.653 9.73385 139.653 9.05618C139.653 8.40456 139.523 7.78551 139.262 7.19905C139.015 6.59955 138.669 6.07826 138.226 5.63516C137.783 5.17902 137.262 4.82062 136.662 4.55997C136.076 4.28629 135.444 4.14945 134.766 4.14945C134.115 4.14945 133.489 4.27977 132.89 4.54042C132.303 4.78804 131.782 5.13339 131.326 5.57649C130.883 6.01958 130.524 6.54089 130.251 7.14039C129.99 7.73989 129.86 8.37846 129.86 9.05613C129.86 9.72079 129.983 10.3464 130.231 10.9328C130.492 11.5062 130.843 12.0145 131.287 12.4576C131.73 12.9007 132.244 13.2526 132.831 13.5132C133.43 13.7739 134.076 13.9172 134.766 13.9433Z' fill='%231BF2FF'/%3E%3Cpath d='M152.025 1.72563C153.002 1.72563 153.928 1.9146 154.801 2.29254C155.687 2.67047 156.469 3.19177 157.147 3.85643C157.825 4.50805 158.359 5.28348 158.75 6.18271C159.154 7.06891 159.356 8.0268 159.356 9.05638C159.356 10.0338 159.167 10.9656 158.789 11.8518C158.411 12.725 157.89 13.5004 157.225 14.1781C156.573 14.8558 155.798 15.3967 154.899 15.8006C154.013 16.1916 153.055 16.3871 152.025 16.3871C151.048 16.3871 150.116 16.1981 149.23 15.8202C148.343 15.4423 147.562 14.921 146.884 14.2563C146.219 13.5916 145.685 12.8162 145.281 11.93C144.89 11.0308 144.694 10.0729 144.694 9.05635C144.694 8.06587 144.883 7.13406 145.261 6.2609C145.639 5.37471 146.154 4.59928 146.806 3.93462C147.47 3.26996 148.246 2.74214 149.132 2.35116C150.031 1.96019 150.996 1.75171 152.025 1.72563ZM152.025 13.9436C152.664 13.9436 153.276 13.8197 153.863 13.5721C154.462 13.3115 154.983 12.9596 155.427 12.5165C155.883 12.0734 156.241 11.5586 156.502 10.9722C156.775 10.3727 156.912 9.7341 156.912 9.05642C156.912 8.4048 156.782 7.78575 156.521 7.19929C156.274 6.5998 155.928 6.0785 155.485 5.6354C155.042 5.17927 154.521 4.82087 153.921 4.56022C153.335 4.28653 152.703 4.14969 152.025 4.14969C151.373 4.14969 150.748 4.28002 150.148 4.54067C149.562 4.78828 149.041 5.13363 148.584 5.57673C148.141 6.01983 147.783 6.54113 147.509 7.14063C147.249 7.74013 147.118 8.37871 147.118 9.05638C147.118 9.72104 147.242 10.3466 147.49 10.9331C147.75 11.5065 148.102 12.0148 148.545 12.4579C148.988 12.9009 149.503 13.2528 150.09 13.5135C150.689 13.7741 151.334 13.9175 152.025 13.9436Z' fill='white'/%3E%3Cpath d='M165.139 10.3072V16.3869H162.695V1.72534H170.065V1.74489C170.821 1.78399 171.499 1.95993 172.098 2.27272C172.346 2.40304 172.594 2.57247 172.841 2.781C173.089 2.97649 173.304 3.2241 173.486 3.52383C173.682 3.82357 173.838 4.17545 173.955 4.57946C174.073 4.98347 174.131 5.45263 174.131 5.98697C174.131 6.53434 174.073 7.01002 173.955 7.41401C173.838 7.81802 173.682 8.17642 173.486 8.4892C173.304 8.78893 173.089 9.04306 172.841 9.25158C172.594 9.4601 172.346 9.62953 172.098 9.75986C171.499 10.0857 170.821 10.2681 170.065 10.3072L165.139 10.3072ZM165.139 4.16893V7.84421H169.889C169.902 7.84421 170.007 7.83769 170.202 7.82465C170.397 7.79859 170.599 7.7269 170.808 7.60961C171.03 7.49232 171.232 7.30987 171.414 7.06227C171.596 6.81465 171.688 6.45627 171.688 5.98709C171.688 5.53096 171.59 5.18561 171.394 4.95103C171.212 4.70342 171.01 4.52096 170.788 4.40367C170.528 4.26032 170.228 4.18213 169.889 4.1691L165.139 4.16893Z' fill='white'/%3E%3Cpath d='M188.881 4.16893H183.994V16.3869H181.551V4.16893H176.663V1.72534H188.881V4.16893Z' fill='white'/%3E%3Cpath d='M191.827 1.72559H194.251V16.3871H191.827V1.72559Z' fill='white'/%3E%3Cpath d='M210.224 14.1781C209.534 14.8558 208.745 15.3901 207.859 15.7811C206.973 16.159 206.047 16.348 205.083 16.348C204.132 16.348 203.213 16.159 202.327 15.7811C201.453 15.3901 200.678 14.8623 200 14.1976C199.323 13.533 198.782 12.7575 198.378 11.8713C197.974 10.9851 197.772 10.0403 197.772 9.03678C197.772 8.08543 197.961 7.17315 198.339 6.29997C198.73 5.41377 199.257 4.63182 199.922 3.95412C200.587 3.27642 201.362 2.73559 202.248 2.3316C203.135 1.92759 204.079 1.72559 205.083 1.72559C206.047 1.72559 206.973 1.92107 207.859 2.31204C208.745 2.68998 209.534 3.2178 210.224 3.89549L208.602 5.51802C208.067 5.11401 207.514 4.7882 206.94 4.54059C206.38 4.27994 205.761 4.14961 205.083 4.14961C204.405 4.14961 203.767 4.27994 203.167 4.54059C202.581 4.7882 202.066 5.13355 201.623 5.57665C201.193 6.01975 200.847 6.54105 200.587 7.14054C200.339 7.727 200.215 8.35909 200.215 9.03678C200.215 9.71448 200.339 10.3531 200.587 10.9525C200.847 11.539 201.193 12.0538 201.623 12.4969C202.066 12.9269 202.581 13.2723 203.167 13.5329C203.767 13.7806 204.405 13.9044 205.083 13.9044C205.761 13.9044 206.373 13.7806 206.921 13.5329C207.468 13.2853 207.944 12.9595 208.348 12.5555L210.224 14.1781Z' fill='white'/%3E%3Cpath d='M72.4995 17.8951C73.516 17.9211 74.4674 18.1362 75.3536 18.5401C76.2398 18.9311 77.0152 19.4589 77.6799 20.1236C78.3445 20.7883 78.8658 21.5637 79.2438 22.4499C79.6217 23.3231 79.8107 24.2484 79.8107 25.2258C79.8107 26.2423 79.6087 27.2002 79.2047 28.0995C78.8006 28.9857 78.2598 29.7611 77.5821 30.4258C76.9044 31.0774 76.1225 31.5922 75.2363 31.9701C74.3631 32.348 73.4508 32.5435 72.4995 32.5566H67.6123V30.0934H72.7926C73.4312 30.1195 74.0242 29.9957 74.5716 29.722C75.132 29.4483 75.6207 29.0834 76.0377 28.6273C76.4548 28.1581 76.7806 27.6303 77.0152 27.0438C77.2628 26.4443 77.3866 25.8383 77.3866 25.2258C77.3866 24.6133 77.2628 24.0138 77.0152 23.4273C76.7806 22.8278 76.4548 22.3 76.0377 21.8439C75.6337 21.3877 75.1515 21.0228 74.5911 20.7491C74.0307 20.4754 73.4312 20.3451 72.7926 20.3582H67.6123V17.895L72.4995 17.8951Z' fill='white'/%3E%3Cpath d='M83.1541 17.8948H85.5781V32.5563H83.1541V17.8948Z' fill='white'/%3E%3Cpath d='M95.6654 17.8765L103.016 32.5574H100.318L98.6563 29.586H92.6941L91.3061 32.5574H88.3347L95.6654 17.8765ZM94.0429 27.1034H97.5617L95.6654 23.3305L94.0429 27.1034Z' fill='white'/%3E%3Cpath d='M116.575 24.4038V30.4052C116.132 30.8092 115.637 31.1676 115.089 31.4804C114.62 31.7541 114.053 32.0017 113.388 32.2232C112.724 32.4448 111.981 32.5556 111.16 32.5556C110.195 32.5556 109.27 32.3666 108.384 31.9887C107.511 31.5977 106.735 31.0699 106.058 30.4052C105.38 29.7405 104.839 28.9651 104.435 28.0789C104.031 27.1797 103.829 26.2218 103.829 25.2052C103.829 24.2539 104.018 23.3416 104.396 22.4684C104.787 21.5822 105.315 20.8003 105.979 20.1226C106.644 19.4449 107.42 18.904 108.306 18.5001C109.205 18.096 110.156 17.894 111.16 17.894C112.32 17.894 113.343 18.1156 114.229 18.5587C115.128 18.9887 115.91 19.5817 116.575 20.3376C116.575 20.3507 116.477 20.4289 116.282 20.5722C116.086 20.7156 115.871 20.872 115.637 21.0414C115.363 21.2369 115.044 21.4584 114.679 21.706C114.275 21.289 113.76 20.9566 113.134 20.709C112.509 20.4614 111.851 20.3376 111.16 20.3376C110.56 20.3376 109.967 20.4679 109.381 20.7286C108.808 20.9892 108.286 21.3411 107.817 21.7842C107.361 22.2143 106.99 22.7291 106.703 23.3286C106.416 23.915 106.273 24.5406 106.273 25.2052C106.273 25.8178 106.403 26.4173 106.664 27.0037C106.924 27.5902 107.276 28.118 107.719 28.5872C108.162 29.0433 108.677 29.4147 109.264 29.7015C109.863 29.9751 110.495 30.112 111.16 30.112C111.72 30.112 112.255 30.0403 112.763 29.897C113.284 29.7536 113.753 29.5516 114.17 29.2909V26.8669H111.16V24.4038L116.575 24.4038Z' fill='white'/%3E%3Cpath d='M129.733 17.8765H132.176V32.5574L122.363 23.4479V32.5574H119.919V17.8765L129.733 26.986V17.8765Z' fill='white'/%3E%3Cpath d='M142.849 17.8948C143.827 17.8948 144.752 18.0838 145.625 18.4617C146.511 18.8397 147.293 19.361 147.971 20.0256C148.649 20.6772 149.183 21.4527 149.574 22.3519C149.978 23.2381 150.18 24.196 150.18 25.2256C150.18 26.203 149.991 27.1348 149.613 28.021C149.235 28.8942 148.714 29.6696 148.049 30.3473C147.398 31.025 146.622 31.5658 145.723 31.9698C144.837 32.3608 143.879 32.5563 142.849 32.5563C141.872 32.5563 140.94 32.3673 140.054 31.9894C139.168 31.6115 138.386 31.0901 137.708 30.4255C137.043 29.7608 136.509 28.9854 136.105 28.0992C135.714 27.2 135.519 26.2421 135.519 25.2255C135.519 24.2351 135.708 23.3032 136.085 22.4301C136.463 21.5439 136.978 20.7685 137.63 20.1038C138.294 19.4391 139.07 18.9113 139.956 18.5204C140.855 18.1294 141.82 17.9209 142.849 17.8948ZM142.849 30.1127C143.488 30.1127 144.1 29.9889 144.687 29.7413C145.286 29.4807 145.808 29.1288 146.251 28.6857C146.707 28.2426 147.065 27.7278 147.326 27.1414C147.6 26.5419 147.736 25.9033 147.736 25.2256C147.736 24.574 147.606 23.9549 147.345 23.3685C147.098 22.769 146.753 22.2477 146.309 21.8046C145.866 21.3485 145.345 20.9901 144.746 20.7294C144.159 20.4557 143.527 20.3189 142.849 20.3189C142.198 20.3189 141.572 20.4492 140.973 20.7099C140.386 20.9575 139.865 21.3028 139.409 21.7459C138.966 22.189 138.607 22.7103 138.334 23.3098C138.073 23.9093 137.943 24.5479 137.943 25.2256C137.943 25.8902 138.066 26.5158 138.314 27.1022C138.575 27.6757 138.926 28.1839 139.37 28.627C139.813 29.0701 140.327 29.422 140.914 29.6827C141.513 29.9433 142.159 30.0867 142.849 30.1127Z' fill='white'/%3E%3Cpath d='M158.094 23.8755C158.199 23.8885 158.375 23.9146 158.622 23.9537C158.883 23.9927 159.17 24.0709 159.482 24.1882C159.808 24.2925 160.141 24.4359 160.479 24.6183C160.818 24.8008 161.125 25.0549 161.398 25.3807C161.672 25.6935 161.9 26.0779 162.082 26.5341C162.265 26.9902 162.356 27.5376 162.356 28.1762C162.356 28.2022 162.343 28.3326 162.317 28.5671C162.304 28.7887 162.245 29.0624 162.141 29.3882C162.037 29.714 161.88 30.0594 161.672 30.4243C161.463 30.7892 161.164 31.1345 160.773 31.4603C160.382 31.7731 159.886 32.0337 159.287 32.2423C158.701 32.4508 157.977 32.5551 157.117 32.5551C156.322 32.5551 155.566 32.3921 154.849 32.0663C154.146 31.7275 153.54 31.2648 153.031 30.6784L155.025 29.134C155.025 29.1471 155.071 29.2057 155.162 29.31C155.266 29.4142 155.41 29.525 155.592 29.6423C155.788 29.7596 156.029 29.8704 156.316 29.9746C156.615 30.0659 156.967 30.1115 157.371 30.1115C158.114 30.1115 158.694 29.9225 159.111 29.5446C159.528 29.1536 159.737 28.6975 159.737 28.1762C159.737 27.7982 159.658 27.4919 159.502 27.2574C159.346 27.0097 159.131 26.8143 158.857 26.6709C158.596 26.5145 158.29 26.3972 157.938 26.319C157.599 26.2278 157.234 26.1431 156.843 26.0649C156.739 26.0519 156.563 26.0193 156.316 25.9671C156.081 25.915 155.814 25.8303 155.514 25.713C155.227 25.5957 154.921 25.4458 154.595 25.2634C154.283 25.0679 153.996 24.8268 153.735 24.5401C153.488 24.2403 153.279 23.8885 153.11 23.4845C152.94 23.0674 152.855 22.5787 152.855 22.0183C152.855 21.9922 152.862 21.875 152.875 21.6664C152.901 21.4449 152.96 21.1842 153.051 20.8845C153.155 20.5717 153.312 20.2394 153.52 19.8875C153.742 19.5356 154.048 19.2163 154.439 18.9296C154.83 18.6299 155.319 18.3823 155.905 18.1868C156.505 17.9913 157.234 17.8936 158.095 17.8936C158.89 17.8936 159.645 18.063 160.362 18.4018C161.079 18.7407 161.691 19.2033 162.2 19.7898L160.206 21.3341C160.062 21.0865 159.86 20.8976 159.6 20.7672C159.339 20.6239 159.078 20.5196 158.818 20.4545C158.505 20.3893 158.173 20.3502 157.821 20.3372C157.078 20.3372 156.498 20.487 156.081 20.7868C155.664 21.0735 155.455 21.484 155.455 22.0183C155.455 22.3962 155.521 22.696 155.651 22.9176C155.781 23.1261 155.957 23.289 156.179 23.4063C156.413 23.5236 156.694 23.6148 157.019 23.68C157.345 23.7321 157.704 23.7973 158.094 23.8755Z' fill='white'/%3E%3Cpath d='M176.879 20.3386H171.992V32.5565H169.548V20.3386H164.661V17.895H176.879V20.3386Z' fill='white'/%3E%3Cpath d='M179.826 17.8948H182.25V32.5563H179.826V17.8948Z' fill='white'/%3E%3Cpath d='M198.223 30.3478C197.532 31.0254 196.744 31.5598 195.857 31.9508C194.971 32.3287 194.046 32.5177 193.081 32.5177C192.13 32.5177 191.211 32.3287 190.325 31.9508C189.452 31.5598 188.676 31.032 187.999 30.3673C187.321 29.7027 186.78 28.9272 186.376 28.041C185.972 27.1548 185.77 26.21 185.77 25.2065C185.77 24.2551 185.959 23.3428 186.337 22.4696C186.728 21.5835 187.256 20.8015 187.921 20.1238C188.585 19.4461 189.361 18.9053 190.247 18.5013C191.133 18.0973 192.078 17.8953 193.081 17.8953C194.046 17.8953 194.971 18.0908 195.857 18.4817C196.744 18.8597 197.532 19.3875 198.223 20.0652L196.6 21.6877C196.066 21.2837 195.512 20.9579 194.939 20.7103C194.378 20.4496 193.759 20.3193 193.082 20.3193C192.404 20.3193 191.765 20.4496 191.166 20.7103C190.579 20.9579 190.064 21.3032 189.621 21.7463C189.191 22.1894 188.846 22.7107 188.585 23.3102C188.338 23.8967 188.214 24.5288 188.214 25.2065C188.214 25.8842 188.338 26.5227 188.585 27.1222C188.846 27.7087 189.191 28.2235 189.621 28.6666C190.064 29.0966 190.579 29.442 191.166 29.7026C191.765 29.9502 192.404 30.074 193.082 30.074C193.759 30.074 194.372 29.9502 194.919 29.7026C195.466 29.455 195.942 29.1292 196.346 28.7252L198.223 30.3478Z' fill='white'/%3E%3Cpath d='M206.738 23.8755C206.842 23.8885 207.018 23.9146 207.266 23.9537C207.527 23.9927 207.813 24.0709 208.126 24.1882C208.452 24.2925 208.784 24.4359 209.123 24.6183C209.462 24.8008 209.768 25.0549 210.042 25.3807C210.315 25.6935 210.544 26.0779 210.726 26.5341C210.908 26.9902 211 27.5376 211 28.1762C211 28.2022 210.987 28.3326 210.961 28.5671C210.948 28.7887 210.889 29.0624 210.785 29.3882C210.68 29.714 210.524 30.0594 210.315 30.4243C210.107 30.7892 209.807 31.1345 209.416 31.4603C209.025 31.7731 208.53 32.0337 207.931 32.2423C207.344 32.4508 206.621 32.5551 205.761 32.5551C204.966 32.5551 204.21 32.3921 203.493 32.0663C202.789 31.7275 202.183 31.2648 201.675 30.6784L203.669 29.134C203.669 29.1471 203.715 29.2057 203.806 29.31C203.91 29.4142 204.053 29.525 204.236 29.6423C204.431 29.7596 204.672 29.8704 204.959 29.9746C205.259 30.0659 205.611 30.1115 206.015 30.1115C206.758 30.1115 207.338 29.9225 207.755 29.5446C208.172 29.1536 208.38 28.6975 208.38 28.1762C208.38 27.7982 208.302 27.4919 208.146 27.2574C207.989 27.0097 207.774 26.8143 207.501 26.6709C207.24 26.5145 206.934 26.3972 206.582 26.319C206.243 26.2278 205.878 26.1431 205.487 26.0649C205.383 26.0519 205.207 26.0193 204.959 25.9671C204.725 25.915 204.457 25.8303 204.158 25.713C203.871 25.5957 203.565 25.4458 203.239 25.2634C202.926 25.0679 202.639 24.8268 202.379 24.5401C202.131 24.2403 201.923 23.8885 201.753 23.4845C201.584 23.0674 201.499 22.5787 201.499 22.0183C201.499 21.9922 201.506 21.875 201.519 21.6664C201.545 21.4449 201.603 21.1842 201.695 20.8845C201.799 20.5717 201.955 20.2394 202.164 19.8875C202.385 19.5356 202.691 19.2163 203.082 18.9296C203.473 18.6299 203.962 18.3823 204.549 18.1868C205.148 17.9913 205.878 17.8936 206.738 17.8936C207.533 17.8936 208.289 18.063 209.006 18.4018C209.723 18.7407 210.335 19.2033 210.843 19.7898L208.849 21.3341C208.706 21.0865 208.504 20.8976 208.243 20.7672C207.983 20.6239 207.722 20.5196 207.461 20.4545C207.149 20.3893 206.816 20.3502 206.464 20.3372C205.722 20.3372 205.142 20.487 204.725 20.7868C204.308 21.0735 204.099 21.484 204.099 22.0183C204.099 22.3962 204.164 22.696 204.294 22.9176C204.425 23.1261 204.601 23.289 204.822 23.4063C205.057 23.5236 205.337 23.6148 205.663 23.68C205.989 23.7321 206.347 23.7973 206.738 23.8755Z' fill='white'/%3E%3Cpath d='M18.1641 0.000952356C17.8123 -0.00198288 17.435 0.00205653 17.3256 0.0104586C17.2163 0.0187507 17.0179 0.0377923 16.8847 0.0528171C16.7516 0.0676767 16.5227 0.0993203 16.3759 0.123011C16.2291 0.146677 16.0153 0.185428 15.9005 0.209285C15.7857 0.23295 15.5595 0.28674 15.3979 0.328578C15.2362 0.370592 15.0146 0.432994 14.9051 0.467399C14.7959 0.501814 14.6052 0.56578 14.4815 0.609523C14.3579 0.653262 14.1363 0.739184 13.9888 0.800388C13.8413 0.861587 13.6017 0.96895 13.456 1.03914C13.3102 1.10934 13.0963 1.21895 12.9805 1.28292C12.8647 1.34689 12.6806 1.45339 12.5711 1.51995C12.4619 1.58634 12.279 1.70304 12.1649 1.77911C12.0508 1.85518 11.8718 1.98105 11.7672 2.05868C11.6626 2.1363 11.4851 2.27426 11.3727 2.36538C11.2603 2.45649 11.0698 2.62021 10.9491 2.72947C10.8286 2.83857 10.6244 3.03566 10.4954 3.16738C10.3666 3.29912 10.1751 3.50554 10.07 3.62641C9.96486 3.74709 9.80581 3.94018 9.71659 4.05554C9.62738 4.17085 9.48768 4.35861 9.40625 4.47289C9.32482 4.58717 9.1917 4.78687 9.11044 4.91689C9.02901 5.04673 8.91749 5.23086 8.86251 5.32595C8.80754 5.42104 8.69067 5.64269 8.60266 5.8187C8.51466 5.99471 8.39157 6.25716 8.32898 6.40201C8.2664 6.54689 8.16525 6.80362 8.10457 6.97255C8.04371 7.14146 7.95813 7.4001 7.91439 7.54759C7.87083 7.69489 7.80824 7.92829 7.77539 8.06625C7.74255 8.20404 7.70139 8.37847 7.6841 8.45388L7.65299 8.59101L7.34297 8.81241C7.17267 8.93412 6.92371 9.11721 6.78972 9.21938C6.6559 9.32138 6.418 9.50742 6.26104 9.63277C6.10423 9.75811 5.85906 9.95951 5.71645 10.0802C5.57381 10.2009 5.32103 10.4215 5.15457 10.5705C4.98825 10.7194 4.61584 11.0746 4.32712 11.3599C4.0384 11.6452 3.65976 12.0342 3.48567 12.2244C3.31157 12.4145 3.06277 12.6946 2.93259 12.8468C2.8024 12.9989 2.58647 13.2595 2.45283 13.426C2.31936 13.5923 2.09943 13.8764 1.96459 14.057C1.82956 14.2377 1.6221 14.5256 1.50331 14.6967C1.38471 14.8679 1.23465 15.0895 1.16998 15.1895C1.10514 15.2892 0.99501 15.4623 0.925159 15.5736C0.855315 15.6851 0.707842 15.9336 0.59736 16.1258C0.486885 16.3179 0.320213 16.6278 0.227001 16.8143C0.133642 17.0009 0.0444307 17.1976 0.0287015 17.2515C0.0126311 17.307 0.00015583 17.412 9.06773e-06 17.4927C-0.000332154 17.5716 0.00900064 17.6748 0.0205948 17.7223C0.0320056 17.7699 0.0639922 17.857 0.0916569 17.916C0.119138 17.9749 0.182247 18.0676 0.23204 18.122C0.281656 18.1765 0.367415 18.2503 0.422737 18.2861C0.47789 18.3219 0.575226 18.3691 0.638851 18.3909C0.729271 18.4218 0.792374 18.4305 0.927399 18.4305C1.06243 18.4305 1.12553 18.4218 1.21595 18.3909C1.27957 18.3691 1.37691 18.3219 1.43241 18.2861C1.48773 18.2503 1.57297 18.1762 1.6219 18.1214C1.68206 18.0539 1.74828 17.9452 1.82625 17.7856C1.8897 17.6556 1.99257 17.4561 2.05464 17.342C2.11688 17.2278 2.25778 16.9827 2.36792 16.7974C2.47805 16.6119 2.69311 16.2735 2.84578 16.0453C2.99844 15.8171 3.22839 15.4875 3.35666 15.3129C3.48494 15.1383 3.71506 14.8387 3.86823 14.6473C4.02124 14.4557 4.25014 14.1784 4.37669 14.0311C4.50324 13.8837 4.72038 13.6388 4.85902 13.4869C4.99785 13.3349 5.29799 13.0237 5.5262 12.7951C5.75442 12.5665 6.07667 12.2564 6.24233 12.1056C6.40795 11.955 6.64533 11.7441 6.76964 11.6369C6.89394 11.5299 7.10089 11.3558 7.22915 11.2502C7.35761 11.1445 7.46705 11.0579 7.47258 11.0577C7.47813 11.0576 7.4921 11.1878 7.5037 11.347C7.51544 11.5062 7.53965 11.7496 7.55746 11.888C7.57526 12.0261 7.60224 12.2128 7.61745 12.3029C7.63268 12.3928 7.66103 12.548 7.68056 12.648C7.69994 12.7477 7.74989 12.9661 7.79138 13.133C7.83287 13.2998 7.90307 13.5525 7.94716 13.6948C7.99125 13.837 8.06161 14.0479 8.10345 14.1634C8.14546 14.2789 8.23069 14.4967 8.29294 14.6475C8.35517 14.7982 8.48726 15.0849 8.58633 15.2846C8.68539 15.4842 8.84307 15.7764 8.93661 15.9338C9.03032 16.0911 9.1797 16.3283 9.26841 16.4611C9.35727 16.5937 9.4999 16.7956 9.58566 16.9097C9.67124 17.0238 9.83549 17.2298 9.95047 17.3672C10.0656 17.5046 10.2489 17.7107 10.358 17.8253C10.4669 17.9398 10.6401 18.1151 10.7428 18.215L10.9296 18.3966L10.9736 18.6191C10.998 18.7416 11.0527 18.9828 11.0952 19.155C11.1377 19.3274 11.2069 19.5852 11.2489 19.7278C11.2909 19.8704 11.3753 20.135 11.4365 20.3156C11.4975 20.4963 11.6021 20.7805 11.6688 20.9474C11.7354 21.114 11.8409 21.3642 11.9033 21.5032C11.9655 21.6424 12.0796 21.882 12.1565 22.036C12.2337 22.1901 12.3552 22.4214 12.4268 22.5504C12.4982 22.6793 12.6156 22.8827 12.6875 23.0025C12.7596 23.1221 12.9112 23.3595 13.0246 23.53C13.138 23.7003 13.3303 23.9726 13.4519 24.1351C13.5736 24.2974 13.7333 24.5042 13.807 24.5946C13.8806 24.6848 14.0392 24.8715 14.1591 25.0095C14.2793 25.1473 14.5448 25.4282 14.7495 25.6335C14.9542 25.8389 15.2037 26.0801 15.3041 26.1696C15.4046 26.2592 15.5758 26.407 15.6845 26.4979C15.7933 26.5891 15.9719 26.7334 16.0811 26.819C16.1906 26.9044 16.4084 27.0659 16.5652 27.1777C16.7222 27.2898 16.9836 27.4658 17.1465 27.569C17.3092 27.6724 17.5659 27.8278 17.717 27.9144C17.868 28.001 18.1511 28.1523 18.346 28.2505C18.541 28.3489 18.8171 28.4817 18.9597 28.5456C19.1024 28.6096 19.3475 28.7123 19.5043 28.774C19.6613 28.8357 19.8985 28.9246 20.0316 28.9718C20.1648 29.0188 20.4255 29.1027 20.6108 29.158C20.7964 29.2133 21.0724 29.2903 21.2246 29.3286C21.3767 29.3672 21.653 29.4298 21.8384 29.4678C22.0239 29.5057 22.304 29.5567 22.4608 29.5809C22.6178 29.6051 22.8823 29.6404 23.0486 29.6592C23.2151 29.6781 23.4718 29.7033 23.6191 29.7154C23.7848 29.7291 24.181 29.7375 24.6565 29.7373C25.2488 29.737 25.5034 29.7301 25.7629 29.7067C25.9485 29.69 26.2481 29.6573 26.4289 29.6341C26.6098 29.611 26.8743 29.5721 27.0167 29.5477C27.1592 29.5231 27.4197 29.4723 27.5956 29.4346C27.7716 29.3968 28.0594 29.3272 28.2353 29.2801C28.4113 29.2329 28.6758 29.1559 28.8231 29.1092C28.9706 29.0624 29.2 28.9855 29.3331 28.9383C29.4662 28.8909 29.6958 28.8039 29.8431 28.7446C29.9906 28.6855 30.2299 28.5833 30.3753 28.5176C30.5205 28.4517 30.7344 28.3504 30.8507 28.2922C30.9669 28.2341 31.1554 28.1359 31.2695 28.0742C31.3836 28.0124 31.6092 27.8833 31.7708 27.7873C31.9325 27.6914 32.2058 27.5183 32.3783 27.403C32.5507 27.2875 32.7997 27.1127 32.9316 27.0147C33.0634 26.9165 33.2686 26.7579 33.3873 26.6623C33.5063 26.5667 33.7257 26.381 33.8751 26.2498C34.0244 26.1186 34.2929 25.8653 34.4715 25.6871C34.6501 25.509 34.8969 25.2505 35.0194 25.1129C35.1422 24.9751 35.3261 24.7604 35.4285 24.6357C35.5309 24.5109 35.7098 24.2813 35.8262 24.1257C35.9427 23.9699 36.1408 23.6869 36.2665 23.4967C36.3922 23.3065 36.5438 23.0692 36.6033 22.9694C36.6627 22.8695 36.7642 22.6936 36.8289 22.5783C36.8936 22.4632 37.0163 22.2292 37.1017 22.0584C37.1873 21.8878 37.2974 21.6591 37.3467 21.5505C37.3958 21.4417 37.4812 21.244 37.5362 21.1108C37.5913 20.9777 37.6831 20.7403 37.7402 20.5835C37.7972 20.4265 37.8756 20.2009 37.9139 20.0821C37.9525 19.9632 38.0191 19.7416 38.0621 19.5894C38.1052 19.4373 38.1634 19.2154 38.1916 19.0966C38.2198 18.9777 38.2672 18.7638 38.2969 18.6212C38.3265 18.4786 38.3733 18.2256 38.4006 18.0593C38.4281 17.8928 38.4663 17.6205 38.4859 17.4542C38.5052 17.2877 38.5338 16.9843 38.5491 16.78C38.567 16.5441 38.5775 16.1902 38.578 15.8118C38.5783 15.4836 38.5695 15.0869 38.5585 14.93C38.5474 14.7731 38.5265 14.5281 38.5121 14.3854C38.4977 14.2428 38.4706 14.0132 38.4518 13.8754C38.4329 13.7374 38.3939 13.4925 38.3652 13.3308C38.3363 13.1692 38.2813 12.8974 38.2429 12.7267C38.2046 12.5561 38.1356 12.2788 38.0894 12.1104C38.0434 11.942 37.9577 11.6576 37.8989 11.4783C37.8401 11.2991 37.7455 11.0288 37.6888 10.8779C37.6319 10.727 37.5386 10.4936 37.4815 10.3592C37.4243 10.2249 37.3226 9.99842 37.2554 9.85578C37.1883 9.71315 37.0638 9.46418 36.9789 9.30253C36.8939 9.14088 36.735 8.8589 36.6261 8.67582C36.517 8.49273 36.3315 8.19898 36.2137 8.02316C36.0961 7.84716 36.0024 7.70332 36.0056 7.70332C36.0085 7.70332 36.1503 7.76453 36.32 7.83939C36.49 7.91425 36.7964 8.0548 37.0007 8.1516C37.2051 8.2486 37.551 8.42184 37.7695 8.53683C37.9879 8.6518 38.2991 8.82157 38.4611 8.91389C38.6229 9.00621 38.8645 9.14781 38.9976 9.22839C39.1307 9.30896 39.3292 9.43153 39.4384 9.50069C39.5479 9.56985 39.7922 9.73133 39.9815 9.85962C40.1708 9.9879 40.4393 10.1755 40.578 10.2768C40.7168 10.3781 40.9509 10.5538 41.0982 10.6674C41.2457 10.7809 41.4791 10.9665 41.6169 11.0795C41.7548 11.1926 41.9805 11.3835 42.1182 11.5038C42.2562 11.6241 42.4234 11.7726 42.49 11.834C42.5565 11.8952 42.7543 12.0819 42.9294 12.2491C43.1046 12.4162 43.3846 12.6971 43.5518 12.8733C43.719 13.0495 43.969 13.3218 44.1075 13.4784C44.246 13.635 44.4526 13.8758 44.5667 14.0138C44.6806 14.1516 44.8679 14.385 44.9825 14.5325C45.0973 14.6798 45.2944 14.9443 45.4206 15.1203C45.5468 15.2961 45.7178 15.5413 45.8004 15.6649C45.8832 15.7885 46.0193 15.9986 46.103 16.1317C46.1867 16.2648 46.34 16.5216 46.4439 16.7022C46.5478 16.8829 46.7159 17.1981 46.8175 17.4026C46.9192 17.6071 47.0288 17.8315 47.0611 17.9012C47.0936 17.9713 47.1591 18.0708 47.2081 18.1244C47.2565 18.1775 47.3414 18.2503 47.3967 18.2861C47.4518 18.3219 47.5492 18.3691 47.6128 18.3909C47.7032 18.4218 47.7663 18.4305 47.9014 18.4305C48.0364 18.4305 48.0995 18.4218 48.1899 18.3909C48.2535 18.3691 48.3509 18.3219 48.406 18.2861C48.4613 18.2503 48.5457 18.1782 48.5936 18.1257C48.6415 18.0731 48.7048 17.9802 48.734 17.9194C48.7634 17.8585 48.7968 17.7698 48.8083 17.7223C48.8198 17.6748 48.8291 17.5715 48.8287 17.4927C48.8286 17.414 48.8161 17.3074 48.8013 17.2557C48.7862 17.204 48.7164 17.037 48.6462 16.8845C48.576 16.732 48.4441 16.4678 48.353 16.2974C48.262 16.1267 48.1286 15.8847 48.0566 15.7593C47.9845 15.634 47.8507 15.4098 47.7593 15.2611C47.6678 15.1124 47.4916 14.8389 47.368 14.6535C47.2444 14.468 47.0423 14.1763 46.9189 14.0052C46.7954 13.8341 46.6163 13.5929 46.521 13.4692C46.4256 13.3456 46.2657 13.1433 46.1657 13.0197C46.0658 12.8961 45.8943 12.69 45.7847 12.5616C45.6749 12.4331 45.516 12.2504 45.4315 12.1553C45.3471 12.0602 45.1032 11.7983 44.8898 11.5733C44.6763 11.3484 44.3292 11.0015 44.1182 10.8021C43.9073 10.6029 43.6568 10.3706 43.5614 10.2859C43.4661 10.201 43.2833 10.0418 43.1551 9.93198C43.027 9.82202 42.7797 9.61767 42.6058 9.4776C42.4317 9.33774 42.1245 9.10021 41.9229 8.94977C41.7213 8.79919 41.4048 8.57117 41.2192 8.44286C41.0339 8.31458 40.7188 8.1047 40.519 7.97674C40.3194 7.84863 40.0118 7.65792 39.8358 7.55282C39.6596 7.44788 39.3522 7.27136 39.1529 7.16071C38.9534 7.04989 38.5763 6.85124 38.3147 6.71918C38.0533 6.58709 37.6837 6.40745 37.4935 6.32017C37.3033 6.23269 36.9961 6.09645 36.8106 6.01744C36.6253 5.93843 36.3723 5.83348 36.2487 5.78403C36.1251 5.73476 35.8717 5.63726 35.6856 5.56758C35.4994 5.49774 35.2116 5.39452 35.0459 5.33816C34.8801 5.28162 34.6357 5.19985 34.5025 5.15628C34.3694 5.11271 34.132 5.03855 33.9752 4.99152C33.8184 4.94449 33.5344 4.86289 33.3442 4.81033C33.154 4.75777 32.8895 4.68757 32.7564 4.65421C32.6232 4.62082 32.3627 4.55842 32.1772 4.51589C31.9918 4.47319 31.63 4.3954 31.3732 4.34301C31.1165 4.29079 30.6731 4.20901 30.3878 4.16129C30.1025 4.11375 29.6669 4.04737 29.4196 4.014C29.1724 3.98046 28.834 3.93758 28.6675 3.91856C28.5012 3.89956 28.1938 3.86808 27.9846 3.84888C27.7754 3.82951 27.4409 3.8022 27.2412 3.78803C27.0415 3.77386 26.7109 3.75413 26.5064 3.74394L26.1347 3.7256L26.0064 3.58366C25.9357 3.50551 25.7063 3.27038 25.4964 3.06086C25.2863 2.85132 25.0019 2.58594 24.864 2.47081C24.7262 2.35584 24.5141 2.18727 24.3929 2.09634C24.2715 2.0054 24.0499 1.84979 23.9001 1.75056C23.7504 1.65149 23.5189 1.50644 23.3858 1.42847C23.2527 1.3505 22.957 1.19456 22.7288 1.08183C22.5006 0.969101 22.1934 0.828711 22.0459 0.769596C21.8986 0.710638 21.669 0.623854 21.5359 0.576827C21.4027 0.529801 21.15 0.450105 20.974 0.399623C20.7982 0.349141 20.5297 0.279977 20.3775 0.245921C20.2254 0.211873 19.9881 0.164836 19.8502 0.141498C19.7124 0.118163 19.5023 0.0868646 19.3834 0.0719976C19.2646 0.057138 19.0857 0.0363727 18.9857 0.0260113C18.886 0.0156279 18.5163 0.00457921 18.1645 0.00127707L18.1641 0.000952356ZM18.1468 1.86817C18.5161 1.87147 18.8028 1.88303 18.9594 1.90068C19.0926 1.91554 19.2559 1.9363 19.3225 1.94666C19.389 1.95705 19.5486 1.98504 19.6769 2.00873C19.8054 2.03239 20.0348 2.08307 20.1869 2.12093C20.3391 2.15897 20.6232 2.24334 20.818 2.30835C21.013 2.37336 21.2969 2.47933 21.449 2.54399C21.6012 2.60865 21.8501 2.72501 22.0023 2.80246C22.1544 2.87974 22.3685 2.99628 22.4777 3.06128C22.5871 3.12612 22.7699 3.2416 22.884 3.31767C22.9981 3.39374 23.1649 3.51097 23.2548 3.57805L23.4182 3.70011L23.3499 3.71115C23.3124 3.7172 23.1378 3.7274 22.9618 3.73379C22.786 3.74017 22.467 3.75679 22.2529 3.77062C22.0391 3.78445 21.6812 3.81158 21.4576 3.83078C21.2343 3.84997 20.8413 3.88922 20.5845 3.91791C20.3278 3.94679 19.8999 4.00125 19.6336 4.03894C19.3674 4.07663 18.9668 4.1387 18.7433 4.17673C18.5199 4.21495 18.1036 4.29291 17.8183 4.35031C17.533 4.40771 17.1013 4.50107 16.8588 4.55795C16.6164 4.615 16.2857 4.69679 16.124 4.73983C15.9624 4.78288 15.6278 4.87624 15.3806 4.94747C15.1334 5.01853 14.655 5.16894 14.3173 5.28184C13.9796 5.39456 13.5053 5.56261 13.2627 5.65509C13.0201 5.74741 12.6546 5.89281 12.4501 5.97789C12.2457 6.06295 11.9228 6.203 11.7326 6.28891C11.5424 6.37501 11.1768 6.54875 10.92 6.67514C10.6633 6.80152 10.3657 6.95195 10.2587 7.00952C10.1517 7.06692 10.0642 7.10546 10.0642 7.09526C10.0642 7.08488 10.1373 6.92756 10.2269 6.74569C10.3163 6.56398 10.4413 6.32555 10.5047 6.21629C10.568 6.10702 10.6939 5.90528 10.7845 5.76816C10.8751 5.63106 11.008 5.44035 11.0801 5.34456C11.1522 5.24878 11.285 5.08073 11.3751 4.97149C11.4653 4.86222 11.707 4.60532 11.9124 4.40077C12.1178 4.19625 12.3884 3.94519 12.5137 3.84286C12.6391 3.74051 12.8541 3.57626 12.9916 3.47805C13.1288 3.37968 13.351 3.2322 13.485 3.15024C13.619 3.06812 13.8202 2.95246 13.9321 2.89298C14.0441 2.83351 14.2384 2.73634 14.3639 2.67721C14.4895 2.61791 14.719 2.51954 14.874 2.45833C15.0291 2.39713 15.2535 2.31553 15.3728 2.27698C15.4921 2.2386 15.6949 2.17929 15.8235 2.14558C15.9519 2.11168 16.1694 2.06139 16.3067 2.03355C16.4438 2.0057 16.6613 1.96717 16.7896 1.94797C16.918 1.92878 17.1203 1.90475 17.2391 1.89472C17.358 1.8847 17.4825 1.87329 17.5157 1.86966C17.549 1.86584 17.8331 1.86531 18.1468 1.86817ZM24.6128 5.56326C24.9171 5.56143 25.1749 5.56547 25.1856 5.57259C25.1963 5.57949 25.271 5.68634 25.3515 5.80996C25.4321 5.93357 25.5452 6.11667 25.6026 6.21679C25.6602 6.31689 25.7703 6.52488 25.8474 6.67872C25.9243 6.83277 26.0369 7.07758 26.0974 7.2228C26.1579 7.3682 26.2426 7.58864 26.2858 7.71277C26.3291 7.83691 26.3999 8.0665 26.4435 8.2228C26.4871 8.37909 26.5457 8.6163 26.574 8.74993C26.6024 8.8834 26.6411 9.09347 26.6601 9.21675C26.6793 9.33984 26.7084 9.56116 26.725 9.70862C26.7475 9.909 26.7553 10.1227 26.7558 10.5558C26.7565 10.9161 26.748 11.2167 26.7338 11.3511C26.7214 11.4698 26.6956 11.6761 26.6768 11.8092C26.6577 11.9423 26.6194 12.1636 26.5914 12.3007C26.5635 12.438 26.5132 12.6558 26.4795 12.7848C26.4458 12.914 26.3687 13.1672 26.3082 13.3479C26.2475 13.5286 26.1453 13.8009 26.081 13.953C26.0167 14.1051 25.8967 14.3619 25.8142 14.5235C25.7319 14.6852 25.6154 14.899 25.5554 14.999C25.4954 15.0987 25.3894 15.2673 25.3198 15.3733C25.2501 15.4792 25.124 15.6585 25.0395 15.7718C24.9551 15.885 24.8052 16.0745 24.7065 16.193C24.6078 16.3112 24.3908 16.5448 24.2242 16.712C24.0575 16.879 23.8319 17.092 23.7225 17.1852C23.6132 17.2782 23.4225 17.4303 23.2989 17.5228C23.1753 17.6155 23.0003 17.7409 22.9099 17.8014C22.8196 17.8619 22.6445 17.9724 22.5209 18.0467C22.3973 18.121 22.1601 18.2509 21.9936 18.3349C21.8273 18.4191 21.5783 18.5363 21.4403 18.5953C21.3025 18.6544 21.0185 18.7597 20.8093 18.8294C20.6001 18.899 20.3006 18.9872 20.1436 19.0256C19.9868 19.0638 19.7494 19.1148 19.6163 19.1387C19.4832 19.1627 19.2849 19.1936 19.1755 19.2076C19.0662 19.2216 18.8717 19.2426 18.7432 19.2542C18.615 19.2659 18.296 19.2749 18.0344 19.2746C17.7246 19.2738 17.4595 19.2638 17.2737 19.2453C17.1169 19.2296 16.9068 19.2049 16.8069 19.1903C16.7071 19.176 16.5443 19.1487 16.445 19.1298C16.3458 19.111 16.1824 19.0766 16.0819 19.0534C15.9815 19.0303 15.7903 18.9803 15.6571 18.9426C15.524 18.9047 15.3217 18.8416 15.2076 18.8022C15.0935 18.7628 14.903 18.6912 14.784 18.6433C14.6652 18.5953 14.4279 18.4884 14.2567 18.4056C14.0855 18.3228 13.8406 18.1945 13.7121 18.1205C13.5838 18.0465 13.3815 17.9217 13.2626 17.8432C13.1438 17.7647 12.9597 17.6362 12.8535 17.5577L12.6607 17.4151L12.6505 17.3439C12.645 17.3046 12.6289 17.1558 12.6146 17.0131C12.6004 16.8705 12.5809 16.6098 12.5714 16.434C12.5617 16.258 12.5539 15.9623 12.5539 15.777C12.5541 15.5915 12.5619 15.3076 12.5714 15.1459C12.5809 14.9843 12.6008 14.7313 12.6156 14.5841C12.6303 14.4366 12.658 14.2071 12.677 14.074C12.6959 13.9409 12.7308 13.7269 12.7543 13.5986C12.7778 13.4701 12.8248 13.2445 12.8589 13.0972C12.8929 12.9497 12.9514 12.7163 12.9889 12.5786C13.0264 12.4406 13.1101 12.1683 13.1751 11.9735C13.2399 11.7784 13.3378 11.5061 13.3924 11.3684C13.447 11.2304 13.5535 10.9815 13.6289 10.8151C13.7043 10.6486 13.8267 10.3958 13.9009 10.2532C13.9752 10.1106 14.0966 9.88913 14.1706 9.76102C14.2444 9.63291 14.3749 9.41888 14.4605 9.28559C14.5461 9.15212 14.6877 8.9419 14.7754 8.81827C14.863 8.69465 15.0205 8.48458 15.1251 8.35145C15.2299 8.21833 15.3924 8.0202 15.4863 7.91109C15.5802 7.80217 15.7615 7.6037 15.8893 7.47022C16.0171 7.33675 16.2271 7.12789 16.3561 7.00601C16.4851 6.88413 16.6772 6.71142 16.7828 6.62186C16.8884 6.53248 16.9935 6.45225 17.0165 6.44344C17.0395 6.43463 17.2138 6.39192 17.4038 6.34835C17.5936 6.30479 17.9008 6.23805 18.0862 6.20018C18.2717 6.16215 18.5751 6.10371 18.7604 6.07C18.9459 6.03646 19.2687 5.982 19.4779 5.94915C19.6871 5.91631 20.0412 5.86598 20.2646 5.83746C20.4881 5.80876 20.7798 5.7735 20.9129 5.75898C21.046 5.74445 21.33 5.71696 21.5439 5.69777C21.7579 5.67877 22.1041 5.65178 22.3133 5.63795C22.5225 5.62411 22.9037 5.60424 23.1604 5.59404C23.4172 5.58366 23.7245 5.57327 23.8433 5.57089C23.9623 5.56869 24.3085 5.56517 24.6128 5.56326ZM27.4905 5.68032C27.5172 5.68032 27.7366 5.69983 27.9778 5.72387C28.2189 5.74772 28.576 5.78716 28.7708 5.81119C28.9658 5.83522 29.2575 5.87447 29.4191 5.89816C29.5808 5.92182 29.8764 5.96851 30.0761 6.00188C30.2758 6.03509 30.6688 6.10804 30.9492 6.16388C31.2298 6.21973 31.6226 6.30409 31.8223 6.35129C32.022 6.39849 32.2165 6.44586 32.2545 6.45641C32.3034 6.46991 32.3935 6.53663 32.5626 6.68462C32.694 6.7996 32.9072 6.99601 33.0363 7.12116C33.1655 7.24633 33.3683 7.45311 33.4868 7.58068C33.6056 7.70844 33.797 7.92627 33.9125 8.06477C34.0278 8.20343 34.204 8.42576 34.3039 8.55889C34.404 8.69201 34.5717 8.92938 34.6768 9.0862C34.782 9.24301 34.9263 9.46862 34.9976 9.58757C35.069 9.70634 35.1743 9.88926 35.2318 9.99384C35.2894 10.0984 35.3871 10.2852 35.4488 10.4088C35.5105 10.5324 35.6194 10.7658 35.6908 10.9274C35.7622 11.0891 35.8712 11.3536 35.9329 11.5153C35.9946 11.6769 36.0767 11.9063 36.1153 12.0253C36.1538 12.1441 36.2211 12.3659 36.2648 12.518C36.3084 12.6702 36.3788 12.9503 36.421 13.1405C36.4633 13.3306 36.5171 13.5989 36.5406 13.7369C36.5641 13.8747 36.599 14.1121 36.6182 14.2642C36.6374 14.4164 36.6611 14.6303 36.671 14.7397C36.6808 14.849 36.6965 15.123 36.7062 15.3486C36.718 15.6259 36.718 15.9086 36.7059 16.2217C36.6962 16.4763 36.6727 16.8363 36.6539 17.0218C36.6348 17.2072 36.5994 17.4872 36.5752 17.6442C36.551 17.8011 36.5078 18.0462 36.4794 18.1888C36.4509 18.3315 36.3932 18.5853 36.3511 18.753C36.3093 18.9205 36.2356 19.185 36.1876 19.3408C36.1397 19.4964 36.0702 19.7094 36.0332 19.814C35.9962 19.9186 35.9388 20.0749 35.9056 20.1613C35.8724 20.2479 35.801 20.4229 35.7469 20.5503C35.6929 20.6779 35.5681 20.9455 35.4696 21.1452C35.371 21.3449 35.221 21.6293 35.1361 21.7771C35.0512 21.9251 34.9101 22.1585 34.8228 22.2958C34.7353 22.4332 34.5885 22.6512 34.4966 22.7802C34.4044 22.9092 34.2536 23.112 34.1615 23.2306C34.0692 23.3493 33.907 23.5471 33.801 23.6702C33.695 23.7933 33.5021 24.0064 33.3722 24.1436C33.2424 24.2809 33.0235 24.4977 32.8856 24.6255C32.7478 24.7532 32.5222 24.9524 32.3842 25.0681C32.2464 25.1837 32.0402 25.3487 31.9261 25.4344C31.8119 25.5204 31.6408 25.6454 31.5457 25.7123C31.4506 25.7792 31.2561 25.908 31.1135 25.9988C30.9708 26.0893 30.7492 26.2238 30.6207 26.2975C30.4923 26.3713 30.2253 26.5126 30.0274 26.6116C29.8296 26.7105 29.5306 26.8499 29.3633 26.9213C29.1959 26.9925 28.9209 27.1011 28.7521 27.1623C28.5834 27.2235 28.3162 27.3125 28.1584 27.3602C28.0004 27.4078 27.7473 27.478 27.5955 27.516C27.4439 27.5542 27.1852 27.6123 27.021 27.6453C26.8566 27.6782 26.6177 27.7212 26.4901 27.7409C26.3625 27.7606 26.1213 27.7918 25.9541 27.8101C25.7869 27.8284 25.4946 27.8524 25.3044 27.8637C25.0926 27.876 24.7477 27.8801 24.414 27.8741C24.1146 27.8687 23.7408 27.8523 23.5835 27.8376C23.4263 27.8229 23.2045 27.7987 23.0907 27.784C22.9769 27.7693 22.8101 27.7456 22.7197 27.7313C22.6294 27.7171 22.4776 27.6905 22.3825 27.6721C22.2875 27.6538 22.1203 27.6194 22.0108 27.5956C21.9016 27.5717 21.7187 27.5281 21.6046 27.4986C21.4905 27.469 21.2956 27.4145 21.1718 27.3775C21.0478 27.3405 20.83 27.2702 20.6877 27.2211C20.5452 27.172 20.3122 27.0854 20.1696 27.0285C20.0269 26.9718 19.7897 26.8708 19.6423 26.8044C19.495 26.738 19.2477 26.618 19.0928 26.5377C18.9381 26.4573 18.6969 26.3246 18.5568 26.2429C18.417 26.1611 18.1663 26.0046 17.9998 25.8954C17.8335 25.7859 17.5923 25.6184 17.4638 25.5229C17.3355 25.4273 17.1526 25.2864 17.0575 25.2098C16.9624 25.1331 16.7913 24.9889 16.6771 24.8895C16.563 24.7901 16.3386 24.58 16.1783 24.4225C16.0181 24.265 15.7918 24.0311 15.6754 23.9028C15.5592 23.7743 15.3891 23.5779 15.2973 23.4659C15.2054 23.3541 15.0606 23.1703 14.9753 23.0574C14.8901 22.9445 14.7316 22.721 14.6228 22.5605C14.5142 22.4003 14.3553 22.1524 14.2699 22.0097C14.1845 21.8671 14.0502 21.63 13.9714 21.4831C13.8925 21.3361 13.7817 21.1183 13.7253 20.999C13.669 20.8797 13.5701 20.6577 13.5056 20.5056C13.4413 20.3534 13.3723 20.1849 13.3522 20.1307L13.3158 20.0327L13.4114 20.0749C13.4639 20.0981 13.545 20.1365 13.5917 20.1601C13.6385 20.1838 13.7993 20.2544 13.9494 20.317C14.0993 20.3795 14.3268 20.4689 14.4548 20.5156C14.5829 20.5625 14.8007 20.6352 14.9389 20.6776C15.0772 20.7201 15.3147 20.7864 15.4669 20.8249C15.619 20.8635 15.868 20.9184 16.0201 20.9471C16.1723 20.9756 16.3137 21.0047 16.3343 21.0116C16.3555 21.0187 16.4518 21.1366 16.5557 21.2825C16.6569 21.4245 16.7957 21.6112 16.864 21.6973C16.9323 21.7834 17.0692 21.9473 17.1681 22.0614C17.267 22.1757 17.4774 22.3973 17.6358 22.5543C17.7941 22.7111 18.0166 22.9191 18.1302 23.0165C18.2438 23.1136 18.4224 23.2597 18.527 23.3412C18.6316 23.4226 18.8249 23.5639 18.9565 23.6553C19.088 23.7466 19.3175 23.8947 19.4665 23.9843C19.6154 24.074 19.9201 24.2386 20.1436 24.35C20.3671 24.4615 20.6705 24.6003 20.8178 24.6586C20.9653 24.717 21.1909 24.8005 21.3192 24.8446C21.4477 24.8885 21.6926 24.9629 21.8638 25.0099C22.035 25.0569 22.2666 25.115 22.3787 25.139C22.4907 25.1631 22.7008 25.2018 22.8455 25.2253C22.9902 25.2488 23.2098 25.2796 23.3334 25.2938C23.457 25.308 23.7059 25.3287 23.8866 25.3397C24.0813 25.3515 24.3805 25.3555 24.6214 25.3493C24.8449 25.3436 25.1561 25.3266 25.3129 25.3117C25.4699 25.2969 25.7266 25.2649 25.8834 25.2409C26.0404 25.2168 26.2776 25.1743 26.4108 25.1463C26.5439 25.1181 26.7579 25.0676 26.8862 25.0341C27.0147 25.0004 27.2518 24.9295 27.4135 24.8766C27.5752 24.8238 27.8203 24.7357 27.9581 24.6809C28.0961 24.6261 28.2895 24.5448 28.3881 24.5005C28.4866 24.4561 28.6462 24.3804 28.7425 24.3321C28.8388 24.2839 29.0343 24.1783 29.177 24.0974C29.3196 24.0165 29.5492 23.8764 29.687 23.7862C29.825 23.6957 30.0388 23.5465 30.1624 23.4544C30.2861 23.3624 30.4805 23.2089 30.5947 23.1135C30.7088 23.018 30.8975 22.851 31.0142 22.7424C31.1309 22.6337 31.3206 22.4439 31.4357 22.3206C31.5509 22.1972 31.7232 22.003 31.8189 21.8891C31.9143 21.7753 32.068 21.5808 32.1601 21.4568C32.2523 21.3331 32.4016 21.1188 32.4921 20.981C32.5823 20.8431 32.7224 20.6137 32.8033 20.471C32.8842 20.3284 32.9931 20.1261 33.0453 20.0215C33.0975 19.9169 33.185 19.7302 33.2398 19.6065C33.2945 19.4829 33.3762 19.2845 33.4215 19.1657C33.467 19.0467 33.5398 18.8406 33.5834 18.7075C33.6269 18.5744 33.6902 18.3643 33.7239 18.2407C33.7576 18.1171 33.8119 17.8915 33.8446 17.7393C33.8774 17.5872 33.9198 17.3654 33.9386 17.2466C33.9577 17.1276 33.985 16.9254 33.9995 16.7971C34.0139 16.6686 34.0346 16.4197 34.0457 16.2438C34.0579 16.0502 34.0616 15.7535 34.0552 15.4917C34.0495 15.254 34.0327 14.9389 34.018 14.7915C34.0031 14.6441 33.9751 14.4146 33.9556 14.2815C33.9361 14.1484 33.897 13.9266 33.8688 13.7888C33.8404 13.6508 33.7863 13.4181 33.7485 13.2713C33.7106 13.1245 33.64 12.8833 33.5916 12.7353C33.5434 12.5873 33.4549 12.3417 33.3952 12.1895C33.3356 12.0374 33.2426 11.8156 33.1888 11.6968C33.1349 11.5778 33.0436 11.3911 32.9858 11.2818C32.9283 11.1726 32.8342 11.0012 32.777 10.9015C32.7198 10.8015 32.5915 10.5955 32.4919 10.4433C32.3923 10.2912 32.2348 10.0656 32.142 9.94195C32.0491 9.81833 31.8889 9.61603 31.7858 9.49241C31.6828 9.36879 31.4388 9.10775 31.2435 8.91219C31.0483 8.71682 30.7914 8.47495 30.6724 8.37467C30.5536 8.2744 30.3551 8.11568 30.2315 8.02214C30.1079 7.92861 29.8745 7.76489 29.7129 7.6584C29.5512 7.55207 29.314 7.40512 29.1856 7.33199C29.0571 7.25886 28.8277 7.13749 28.6755 7.06246C28.5234 6.98743 28.2902 6.88023 28.1572 6.82422L27.9155 6.72238L27.8019 6.45631C27.7395 6.31004 27.6328 6.07542 27.5651 5.93523L27.4416 5.68022L27.4905 5.68032ZM13.2917 7.65213C13.3029 7.65176 13.2381 7.75828 13.1477 7.88899C13.0573 8.0197 12.9267 8.21626 12.8576 8.32553C12.7884 8.43479 12.6631 8.64106 12.5794 8.78369C12.4956 8.92632 12.3277 9.23751 12.2065 9.47523C12.0853 9.71295 11.938 10.0164 11.8794 10.1495C11.8206 10.2826 11.7334 10.4887 11.6859 10.6076C11.6383 10.7264 11.5493 10.9638 11.4883 11.135C11.4271 11.3061 11.3315 11.5978 11.2758 11.7833C11.22 11.9686 11.1389 12.2643 11.0953 12.4403C11.0517 12.6163 10.9893 12.8962 10.9563 13.0627C10.9235 13.229 10.8766 13.4937 10.8524 13.6507C10.828 13.8078 10.7924 14.0761 10.7734 14.2472C10.7542 14.4183 10.7293 14.7084 10.7179 14.8918L10.698 15.2258L10.6678 15.186C10.6511 15.1642 10.5755 15.0373 10.5001 14.9042C10.4246 14.7711 10.3126 14.561 10.251 14.4374C10.1895 14.3138 10.1003 14.1231 10.0525 14.0135C10.005 13.9038 9.92649 13.7055 9.87808 13.5726C9.82967 13.4396 9.75931 13.2298 9.72145 13.1061C9.68359 12.9825 9.62965 12.788 9.60129 12.6739C9.57293 12.5598 9.52989 12.3653 9.50551 12.2417C9.4813 12.1181 9.44604 11.908 9.42719 11.7749C9.40837 11.6418 9.385 11.4433 9.37515 11.334C9.36528 11.2248 9.35233 10.9796 9.34628 10.7894C9.33971 10.5859 9.34334 10.3014 9.35545 10.0979C9.36668 9.90771 9.38018 9.73448 9.38554 9.71301C9.39244 9.68516 9.47907 9.62172 9.68291 9.49499C9.8411 9.39662 10.1106 9.23462 10.2818 9.13522C10.453 9.03563 10.737 8.87606 10.9128 8.78045C11.0888 8.68484 11.4038 8.52112 11.613 8.41671C11.8222 8.31228 12.0985 8.17778 12.2268 8.11761C12.3553 8.05762 12.6431 7.92846 12.8665 7.83096C13.09 7.73327 13.2819 7.65288 13.293 7.65236L13.2917 7.65213ZM0.954535 19.2936C0.836281 19.2903 0.743267 19.2969 0.687765 19.313C0.640911 19.3263 0.551874 19.363 0.48998 19.3945C0.424459 19.4277 0.333343 19.4956 0.272316 19.5566C0.214572 19.6144 0.142819 19.7077 0.112909 19.7641C0.0830061 19.8205 0.0456548 19.9114 0.029922 19.966C0.0128242 20.0252 0.00123514 20.1273 0.00123514 20.2179C0.00123514 20.3381 0.0112482 20.401 0.0489513 20.5149C0.0752217 20.5945 0.191411 20.8507 0.30725 21.0843C0.42291 21.3179 0.599773 21.6543 0.700238 21.8317C0.800514 22.0091 0.958536 22.2774 1.05103 22.4282C1.14369 22.5788 1.30673 22.8343 1.41356 22.9959C1.52024 23.1576 1.699 23.4181 1.81085 23.5751C1.92253 23.7319 2.09594 23.9693 2.19621 24.1024C2.29648 24.2356 2.48148 24.4728 2.60699 24.6297C2.73268 24.7866 2.93893 25.0355 3.06533 25.183C3.19171 25.3303 3.40057 25.5677 3.52954 25.7103C3.65851 25.8529 3.94293 26.1515 4.1616 26.3737C4.38031 26.5958 4.70327 26.911 4.87909 27.0741C5.05509 27.2371 5.26896 27.4332 5.35452 27.5097C5.4401 27.5861 5.61126 27.7347 5.73489 27.8394C5.85851 27.944 6.0997 28.142 6.27087 28.2793C6.44203 28.4164 6.7183 28.6304 6.88462 28.7547C7.05112 28.879 7.3051 29.0635 7.44911 29.1646C7.59313 29.2659 7.88099 29.4604 8.08881 29.5972C8.29662 29.734 8.60662 29.9312 8.77778 30.0356C8.94895 30.1401 9.20567 30.292 9.34832 30.3733C9.49095 30.4546 9.73023 30.5882 9.88015 30.6702C10.03 30.7521 10.3528 30.9195 10.5976 31.0419C10.8424 31.1643 11.1867 31.3306 11.3625 31.4113C11.5385 31.4921 11.8414 31.6263 12.0359 31.7094C12.2304 31.7926 12.536 31.9179 12.7151 31.9883C12.8943 32.0586 13.2215 32.1814 13.4421 32.2611C13.6629 32.3408 14.0146 32.4618 14.2238 32.5299C14.433 32.5981 14.7736 32.7037 14.9807 32.7649C15.1878 32.8259 15.5352 32.9229 15.7525 32.9803C15.97 33.0377 16.3101 33.1228 16.5083 33.1695C16.7066 33.216 17.0363 33.2893 17.2407 33.3321C17.4452 33.3752 17.7409 33.434 17.8977 33.4627C18.0547 33.4915 18.323 33.5384 18.4942 33.5671C18.6653 33.5958 18.9376 33.6385 19.0993 33.6622C19.2609 33.6857 19.5139 33.7206 19.6611 33.7398C19.8086 33.7589 20.0692 33.7899 20.2403 33.809C20.4115 33.828 20.676 33.8553 20.8281 33.8695C20.9803 33.8839 21.2603 33.9072 21.4506 33.9215C21.6407 33.9361 21.9286 33.9554 22.0903 33.9647C22.2519 33.9741 22.6331 33.9909 22.9374 34.0019C23.2878 34.0147 23.8898 34.0185 24.5798 34.0124C25.1789 34.0071 25.8169 33.9945 25.9975 33.9841C26.1782 33.9739 26.505 33.9535 26.7237 33.9388C26.9424 33.9241 27.3255 33.8933 27.5752 33.8703C27.8246 33.8473 28.1981 33.8084 28.405 33.7839C28.6118 33.7593 28.9484 33.7161 29.1528 33.6876C29.3571 33.6591 29.7307 33.6015 29.9826 33.5595C30.2345 33.5175 30.6042 33.4512 30.8038 33.4122C31.0035 33.3733 31.3614 33.2982 31.5991 33.2457C31.8369 33.1931 32.2259 33.1008 32.4636 33.0406C32.7013 32.9803 33.0241 32.8949 33.1809 32.8506C33.3377 32.8065 33.5121 32.7458 33.5685 32.7158C33.625 32.6857 33.7118 32.624 33.7616 32.5785C33.8112 32.533 33.8773 32.4564 33.9081 32.4084C33.939 32.3601 33.9831 32.269 34.0059 32.2059C34.0305 32.1381 34.0515 32.0337 34.0571 31.9521C34.0636 31.8553 34.0582 31.7771 34.0384 31.6942C34.023 31.6288 33.9819 31.5211 33.9471 31.4549C33.9122 31.3883 33.8399 31.2906 33.7853 31.236C33.7312 31.1819 33.6411 31.1136 33.5853 31.0842C33.5292 31.0548 33.4409 31.0166 33.3885 30.9993C33.3223 30.9774 33.2436 30.968 33.1292 30.9685C32.9852 30.9693 32.9266 30.9801 32.6538 31.0572C32.4826 31.1058 32.1558 31.1921 31.9276 31.2493C31.6994 31.3064 31.3726 31.3842 31.2015 31.4222C31.0303 31.4601 30.7094 31.5266 30.4885 31.5699C30.2675 31.6131 29.9252 31.6755 29.7278 31.7087C29.5304 31.7417 29.2366 31.7884 29.075 31.8122C28.9133 31.8361 28.6294 31.875 28.4439 31.8985C28.2586 31.922 27.9123 31.9608 27.6746 31.9846C27.4368 32.0085 27.0867 32.0401 26.8966 32.055C26.7064 32.0698 26.3447 32.094 26.0926 32.1087C25.8197 32.1248 25.2011 32.1395 24.5626 32.1452C23.8843 32.1513 23.2971 32.1474 22.9634 32.1347C22.6734 32.1238 22.2493 32.1031 22.0211 32.0889C21.7929 32.0747 21.4701 32.0513 21.3036 32.0373C21.1373 32.0232 20.8494 31.9959 20.6639 31.9767C20.4786 31.9575 20.2023 31.926 20.0502 31.907C19.898 31.888 19.6402 31.8534 19.4772 31.8302C19.3142 31.8071 19.0808 31.772 18.9585 31.7524C18.8363 31.7329 18.5856 31.6895 18.4015 31.6563C18.2176 31.6231 17.9141 31.5645 17.7273 31.5261C17.5405 31.4879 17.205 31.4137 16.9814 31.3615C16.758 31.3091 16.4429 31.2315 16.2812 31.1886C16.1196 31.1459 15.8512 31.0721 15.6847 31.0247C15.5184 30.9774 15.2344 30.8914 15.0537 30.8337C14.873 30.7761 14.593 30.684 14.4313 30.6288C14.2696 30.5738 14.0003 30.4781 13.8329 30.4162C13.6654 30.3541 13.3659 30.2374 13.1673 30.1568C12.9686 30.0761 12.6739 29.952 12.5122 29.8807C12.3506 29.8097 12.0665 29.68 11.8812 29.5927C11.6958 29.5052 11.4002 29.3591 11.2242 29.268C11.0484 29.1769 10.7565 29.0206 10.5759 28.9207C10.3952 28.8209 10.0918 28.6458 9.90162 28.5319C9.71144 28.4177 9.41199 28.2314 9.23599 28.1178C9.06016 28.0041 8.78785 27.8215 8.63089 27.7119C8.47408 27.6023 8.16668 27.3782 7.94797 27.2139C7.72926 27.0497 7.40649 26.7975 7.23067 26.6533C7.05484 26.5093 6.78253 26.2786 6.62557 26.1408C6.46858 26.003 6.1574 25.7136 5.93381 25.4978C5.71044 25.2819 5.39405 24.9651 5.23085 24.794C5.06765 24.6228 4.85463 24.3932 4.75765 24.2839C4.66066 24.1745 4.4672 23.9489 4.32786 23.7826C4.18834 23.6161 3.96878 23.3438 3.83999 23.1775C3.71119 23.011 3.5065 22.7361 3.38514 22.5665C3.26394 22.3971 3.06894 22.113 2.95205 21.9355C2.835 21.7581 2.64621 21.4572 2.53246 21.2671C2.4187 21.0769 2.25064 20.7814 2.15902 20.6103C2.06738 20.4393 1.93305 20.17 1.86044 20.0117C1.78229 19.8414 1.69775 19.6851 1.65297 19.6288C1.6113 19.5762 1.52469 19.4975 1.46055 19.4538C1.39623 19.4099 1.29699 19.3572 1.23994 19.3364C1.16369 19.3087 1.08801 19.2974 0.954535 19.2936ZM46.0691 22.3037C45.9836 22.3 45.8824 22.304 45.8444 22.3123C45.8063 22.3204 45.7299 22.3443 45.6746 22.3651C45.6191 22.386 45.5261 22.439 45.4675 22.4833C45.3971 22.5366 45.2953 22.6481 45.1653 22.8144C45.0575 22.9522 44.876 23.1797 44.7617 23.3195C44.6475 23.4596 44.4604 23.6814 44.3458 23.8123C44.2313 23.9433 44.0225 24.175 43.8819 24.3272C43.7412 24.4793 43.425 24.8024 43.1793 25.0453C42.9334 25.2881 42.6156 25.5917 42.473 25.7199C42.3304 25.8482 42.1015 26.0493 41.9646 26.1667C41.8275 26.2842 41.5785 26.4896 41.4113 26.6235C41.244 26.7571 40.9594 26.9767 40.7787 27.1112C40.598 27.2457 40.318 27.448 40.1563 27.5607C39.9948 27.6736 39.7536 27.8368 39.6203 27.9236C39.4872 28.0104 39.2655 28.1517 39.1276 28.2376C38.9898 28.3233 38.733 28.4774 38.557 28.5799C38.381 28.6823 38.1049 28.838 37.9433 28.9259C37.7816 29.0137 37.5083 29.1567 37.3357 29.2436C37.1632 29.3304 36.9754 29.4359 36.9184 29.4779C36.8599 29.5209 36.779 29.6041 36.733 29.6686C36.6881 29.7315 36.631 29.8392 36.6063 29.9077C36.5688 30.012 36.5612 30.0626 36.561 30.2141C36.5607 30.3595 36.5687 30.4188 36.6008 30.5126C36.6229 30.5769 36.672 30.676 36.7099 30.7327C36.7477 30.7896 36.8192 30.8716 36.8683 30.9149C36.9175 30.9583 37.0123 31.0201 37.0788 31.0519C37.1454 31.0837 37.241 31.1183 37.2915 31.1286C37.3418 31.1392 37.4281 31.1477 37.483 31.1477C37.538 31.1477 37.6291 31.1387 37.6853 31.1276C37.7559 31.114 37.9225 31.0393 38.2199 30.8882C38.4576 30.7675 38.7766 30.6001 38.9288 30.5163C39.0809 30.4326 39.3183 30.2983 39.4561 30.2179C39.594 30.1375 39.8352 29.9936 39.992 29.898C40.149 29.8024 40.4602 29.6039 40.6836 29.457C40.9071 29.31 41.2221 29.096 41.3838 28.9812C41.5454 28.8665 41.8022 28.6791 41.9543 28.565C42.1065 28.4507 42.3439 28.268 42.4816 28.1587C42.6196 28.0495 42.872 27.8431 43.0429 27.6997C43.2137 27.5564 43.5133 27.2955 43.7085 27.12C43.9039 26.9443 44.3015 26.5631 44.5923 26.2729C44.8829 25.9824 45.2372 25.6164 45.3795 25.4596C45.5216 25.3026 45.7545 25.0381 45.8969 24.8718C46.0394 24.7053 46.2615 24.4369 46.3907 24.2753C46.5197 24.1136 46.6696 23.9229 46.7237 23.8517C46.7778 23.7803 46.8414 23.6817 46.8649 23.6323C46.8885 23.583 46.9201 23.4897 46.9353 23.4248C46.9538 23.3463 46.9602 23.2637 46.9545 23.1767C46.9498 23.1038 46.927 22.9919 46.9028 22.9224C46.8791 22.8541 46.8229 22.7468 46.778 22.6838C46.7287 22.6147 46.6507 22.5358 46.5816 22.4848C46.5185 22.4385 46.4123 22.3801 46.3457 22.3553C46.2576 22.3223 46.1824 22.3083 46.0691 22.3037Z' fill='white'/%3E%3C/svg%3E%0A");
}
#page122 .top .left .logo {
    width: 211px;
    height: 35px;
    display: block;
    font-size: 0;
}
#page122 .top .left {
    min-height: 100px;
}
#page122 .top .left .menu {
    position: absolute;
    right: 48px;
    top: 0;
    width: 275px;
}
#page122 .top .left .menu > a {
    display: block;
    margin-bottom: 16px;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.6s ease;
    text-decoration: none;
}
#page122 .top .left .menu > a:hover {color:#1BF2FF;}
#page122 .top .left .menu .socials {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
#page122 .top .left .menu .socials a {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}
.socials .fb {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_702_35605)'%3E%3Cpath d='M15.402 21V14.034H17.735L18.084 11.326H15.402V9.598C15.402 8.814 15.62 8.279 16.744 8.279H18.178V5.857C17.4838 5.78334 16.7861 5.74762 16.088 5.75C14.021 5.75 12.606 7.012 12.606 9.33V11.326H10.268V14.034H12.606V21H4C3.73478 21 3.48043 20.8946 3.29289 20.7071C3.10536 20.5196 3 20.2652 3 20V4C3 3.73478 3.10536 3.48043 3.29289 3.29289C3.48043 3.10536 3.73478 3 4 3H20C20.2652 3 20.5196 3.10536 20.7071 3.29289C20.8946 3.48043 21 3.73478 21 4V20C21 20.2652 20.8946 20.5196 20.7071 20.7071C20.5196 20.8946 20.2652 21 20 21H15.402Z' fill='%23A5A5A5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_702_35605'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.socials .in {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_702_35602)'%3E%3Cpath d='M18.335 18.339H15.67V14.162C15.67 13.166 15.65 11.884 14.28 11.884C12.891 11.884 12.679 12.968 12.679 14.089V18.339H10.013V9.75H12.573V10.92H12.608C12.966 10.246 13.836 9.533 15.136 9.533C17.836 9.533 18.336 11.311 18.336 13.624V18.339H18.335ZM7.003 8.575C6.79956 8.57526 6.59806 8.53537 6.41006 8.45761C6.22207 8.37984 6.05127 8.26574 5.90746 8.12184C5.76365 7.97793 5.64965 7.80706 5.57201 7.61901C5.49437 7.43097 5.4546 7.22944 5.455 7.026C5.4552 6.71983 5.54618 6.4206 5.71644 6.16615C5.8867 5.91169 6.12859 5.71343 6.41153 5.59645C6.69447 5.47947 7.00574 5.44902 7.30598 5.50894C7.60622 5.56886 7.88196 5.71648 8.09831 5.93311C8.31466 6.14974 8.46191 6.42566 8.52145 6.72598C8.58099 7.0263 8.55013 7.33753 8.43278 7.62032C8.31543 7.9031 8.11687 8.14474 7.86219 8.31467C7.60751 8.4846 7.30917 8.5752 7.003 8.575ZM8.339 18.339H5.666V9.75H8.34V18.339H8.339ZM19.67 3H4.329C3.593 3 3 3.58 3 4.297V19.703C3 20.42 3.594 21 4.328 21H19.666C20.4 21 21 20.42 21 19.703V4.297C21 3.58 20.4 3 19.666 3H19.67Z' fill='%23A5A5A5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_702_35602'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#page122 .top .right {}
#page122 .top .right h2 {
    display: block;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: var(--grey, linear-gradient(90deg, rgba(217, 217, 217, 0.40) 2.45%, #E8E8E8 49.19%, rgba(217, 217, 217, 0.38) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}
#page122 .top .right p {
    display: block;
    margin-bottom: 32px;
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 500px;
}
#page122 .top .right .subscriber {
    font-size: 0;
    height: 56px;
}
#page122 .top .right .subscriber label {
    position: absolute;
    color: #7f7f7f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    left: 16px;
    top: 16px;
    transition: all 0.6s ease;    outline: none;
}
#page122 .top .right .subscriber input {
    height: 56px;
    border-radius: 4px;
    border: none;
    width: 310px;
    background-color: transparent;
    background-size: cover;
    outline: none;
    padding: 0 16px;
    color: #aaa;
    background: url(../img/input.png);
    background-size: 100% 100%;
}
#page122 .top .right .subscriber .subscribe {
    cursor: pointer;
    height: 48px;
    border-radius: 4px;
    background: var(--blue, #00EBFA);
    text-align: center;
    display: block;
    line-height: 48px;
    transition: all 0.6s ease;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px - 8px);
    margin-left: 8px;
    max-width: 170px;
}
#page122 .top .right .subscriber .subscribe span {}
#page122 .top .right .subscriber .subscribe span i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_720_314999)'%3E%3Cpath d='M10.7817 7.33312L7.20566 3.75712L8.14833 2.81445L13.3337 7.99979L8.14833 13.1851L7.20566 12.2425L10.7817 8.66645H2.66699V7.33312H10.7817Z' fill='%23121010'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_720_314999'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
#page122 .top .right .subscriber.filled label{
	color: #585858;
    font-size: 10px;
    top: 3px;
    left: 8px;
}
#page122 .bot .left {}
#page122 .bot .left a {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    color: #888;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.6s ease;
}
#page122 .bot .left a:hover {color:#1BF2FF;}
#page122 .bot .right {
	color: #888; 
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
#page122 .bot .right .brab {
	background-image: url("data:image/svg+xml,%3Csvg width='113' height='12' viewBox='0 0 113 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64351 4.944H6.58351L5.87551 6.348L3.87151 9.996L1.86751 6.348L1.15951 4.944H1.09951V12H0.115512V3.624H1.45951L3.85951 8.136H3.91951L6.33151 3.624H7.62751V12H6.64351V4.944ZM15.3378 12L14.4978 9.528H11.1138L10.2738 12H9.25379L12.1818 3.624H13.4658L16.3938 12H15.3378ZM12.8298 4.56H12.7698L11.3538 8.64H14.2458L12.8298 4.56ZM18.0213 3.624H20.8293C21.3493 3.624 21.8213 3.712 22.2453 3.888C22.6693 4.064 23.0293 4.328 23.3253 4.68C23.6293 5.024 23.8613 5.46 24.0213 5.988C24.1813 6.508 24.2613 7.116 24.2613 7.812C24.2613 8.508 24.1813 9.12 24.0213 9.648C23.8613 10.168 23.6293 10.604 23.3253 10.956C23.0293 11.3 22.6693 11.56 22.2453 11.736C21.8213 11.912 21.3493 12 20.8293 12H18.0213V3.624ZM20.8293 11.112C21.1733 11.112 21.4893 11.056 21.7773 10.944C22.0653 10.824 22.3133 10.652 22.5213 10.428C22.7293 10.204 22.8893 9.932 23.0013 9.612C23.1213 9.284 23.1813 8.912 23.1813 8.496V7.128C23.1813 6.712 23.1213 6.344 23.0013 6.024C22.8893 5.696 22.7293 5.42 22.5213 5.196C22.3133 4.972 22.0653 4.804 21.7773 4.692C21.4893 4.572 21.1733 4.512 20.8293 4.512H19.0293V11.112H20.8293ZM26.3121 12V3.624H31.4241V4.512H27.3201V7.32H31.1841V8.208H27.3201V11.112H31.4241V12H26.3121ZM36.6241 3.624H40.0681C40.7641 3.624 41.3081 3.82 41.7001 4.212C42.1001 4.604 42.3001 5.128 42.3001 5.784C42.3001 6.096 42.2561 6.36 42.1681 6.576C42.0801 6.792 41.9681 6.972 41.8321 7.116C41.6961 7.252 41.5481 7.356 41.3881 7.428C41.2281 7.492 41.0801 7.536 40.9441 7.56V7.632C41.0961 7.64 41.2641 7.68 41.4481 7.752C41.6401 7.824 41.8201 7.94 41.9881 8.1C42.1561 8.252 42.2961 8.452 42.4081 8.7C42.5281 8.94 42.5881 9.232 42.5881 9.576C42.5881 9.92 42.5321 10.24 42.4201 10.536C42.3161 10.832 42.1681 11.088 41.9761 11.304C41.7841 11.52 41.5561 11.692 41.2921 11.82C41.0281 11.94 40.7401 12 40.4281 12H36.6241V3.624ZM37.6321 11.112H40.1161C40.5481 11.112 40.8881 11.004 41.1361 10.788C41.3841 10.564 41.5081 10.24 41.5081 9.816V9.408C41.5081 8.984 41.3841 8.664 41.1361 8.448C40.8881 8.224 40.5481 8.112 40.1161 8.112H37.6321V11.112ZM37.6321 7.248H39.9481C40.3481 7.248 40.6601 7.148 40.8841 6.948C41.1081 6.748 41.2201 6.46 41.2201 6.084V5.676C41.2201 5.3 41.1081 5.012 40.8841 4.812C40.6601 4.612 40.3481 4.512 39.9481 4.512H37.6321V7.248ZM46.2607 12V8.688L43.3807 3.624H44.5327L46.7647 7.656H46.8007L49.0327 3.624H50.1847L47.2687 8.652V12H46.2607Z' fill='%23888888'/%3E%3Cpath d='M75.5044 8.66309C75.5044 9.72559 75.106 10.5474 74.3091 11.1284C73.5122 11.7095 72.4054 12 70.9888 12H65.1367V0.304199H70.4907C71.9185 0.304199 72.9976 0.553223 73.728 1.05127C74.464 1.54378 74.832 2.27425 74.832 3.24268C74.832 3.90674 74.6466 4.46842 74.2759 4.92773C73.9106 5.38151 73.3517 5.68864 72.5991 5.84912C73.5454 5.9598 74.2648 6.25863 74.7573 6.74561C75.2554 7.22705 75.5044 7.86621 75.5044 8.66309ZM72.3667 3.57471C72.3667 3.04899 72.1979 2.67546 71.8604 2.4541C71.5283 2.23275 71.033 2.12207 70.3745 2.12207H67.5854V5.01904H70.3911C71.0828 5.01904 71.5837 4.90007 71.8936 4.66211C72.209 4.41862 72.3667 4.05615 72.3667 3.57471ZM73.0474 8.47217C73.0474 7.37646 72.2616 6.82861 70.6899 6.82861H67.5854V10.1821H70.7812C71.5671 10.1821 72.1398 10.041 72.4995 9.75879C72.8647 9.47103 73.0474 9.04215 73.0474 8.47217ZM79.8706 7.55908V12H77.4219V0.304199H83.2656C84.6602 0.304199 85.7365 0.605794 86.4946 1.20898C87.2528 1.80664 87.6318 2.66715 87.6318 3.79053C87.6318 4.60954 87.3994 5.31787 86.9346 5.91553C86.4697 6.50765 85.8416 6.89779 85.0503 7.08594L88.2129 12H85.457L82.7427 7.55908H79.8706ZM85.1665 3.89014C85.1665 3.33122 84.9867 2.91064 84.627 2.62842C84.2673 2.34619 83.7277 2.20508 83.0083 2.20508H79.8706V5.6582H83.0747C83.7609 5.6582 84.2811 5.50326 84.6353 5.19336C84.9894 4.88346 85.1665 4.44906 85.1665 3.89014ZM92.4795 9.01172L91.4419 12H88.9932L93.2598 0.304199H96.1484L100.398 12H97.9746L96.937 9.01172H92.4795ZM94.7041 2.10547C94.6488 2.32682 94.5713 2.59245 94.4717 2.90234C94.3721 3.21224 94.3001 3.43083 94.2559 3.55811L93.0273 7.16895H96.3892L95.1274 3.4834C95.05 3.25651 94.978 3.02686 94.9116 2.79443C94.8452 2.56201 94.776 2.33236 94.7041 2.10547ZM112.36 8.66309C112.36 9.72559 111.961 10.5474 111.165 11.1284C110.368 11.7095 109.261 12 107.844 12H101.992V0.304199H107.346C108.774 0.304199 109.853 0.553223 110.583 1.05127C111.319 1.54378 111.688 2.27425 111.688 3.24268C111.688 3.90674 111.502 4.46842 111.131 4.92773C110.766 5.38151 110.207 5.68864 109.455 5.84912C110.401 5.9598 111.12 6.25863 111.613 6.74561C112.111 7.22705 112.36 7.86621 112.36 8.66309ZM109.222 3.57471C109.222 3.04899 109.053 2.67546 108.716 2.4541C108.384 2.23275 107.889 2.12207 107.23 2.12207H104.441V5.01904H107.247C107.938 5.01904 108.439 4.90007 108.749 4.66211C109.064 4.41862 109.222 4.05615 109.222 3.57471ZM109.903 8.47217C109.903 7.37646 109.117 6.82861 107.545 6.82861H104.441V10.1821H107.637C108.423 10.1821 108.995 10.041 109.355 9.75879C109.72 9.47103 109.903 9.04215 109.903 8.47217Z' fill='%23BBBBBB'/%3E%3Ccircle cx='58.4995' cy='8.5' r='3.5' fill='%23FF5151'/%3E%3C/svg%3E%0A");
}
#page122 .left {
    border-right: 1px solid #585858;
}
#page122 .bot .right .brab {
    width: 113px;
    height: 12px;
    display: block;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#page3 .axtin.animate.cipher.animated {
    margin-bottom: 24px;
}

#menu {
    position: fixed;
    top: 20px;
    left: 16px;
    z-index: 10;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    max-width: 427px;
    width: 100%;
    transition: all 0.6s ease;
    height: 56px;
}
#menu .openlink {
    height: 56px;
    display: block;
    line-height: 28px;
    padding: 14px 24px;
}
#menu .openlink .logo {
	background-image: url("data:image/svg+xml,%3Csvg width='172' height='28' viewBox='0 0 172 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.9523 2.96338L65.9442 1.38641V13.4875L57.7375 6.10126V11.9103L55.7456 13.4873V1.38623L63.9523 8.99746V2.96338Z' fill='%2300EBFA'/%3E%3Cpath d='M77.2379 3.43175H71.2463V6.4409H76.3458V8.45237H71.2463V11.4777H77.2379V13.4892H69.2544V1.42041H77.2379V3.43175Z' fill='%2300EBFA'/%3E%3Cpath d='M89.2469 1.42041V9.01563C89.2469 9.12291 89.2363 9.31065 89.2151 9.57884C89.2044 9.83631 89.1566 10.1313 89.0717 10.4639C88.9867 10.7964 88.8486 11.1451 88.6573 11.5099C88.4767 11.8639 88.2111 12.1911 87.8606 12.4914C87.5206 12.7811 87.085 13.0225 86.5538 13.2156C86.0333 13.3979 85.3853 13.4891 84.6097 13.4891C83.8767 13.4891 83.2552 13.3979 82.7453 13.2156C82.2353 13.0225 81.8157 12.7811 81.4864 12.4914C81.157 12.1911 80.9021 11.8639 80.7215 11.5099C80.5515 11.1451 80.424 10.7964 80.339 10.4639C80.2647 10.1313 80.2169 9.83631 80.1956 9.57884C80.185 9.31065 80.1797 9.12291 80.1797 9.01563V1.42041H82.1716V9.01563C82.1716 9.13364 82.1822 9.33746 82.2035 9.6271C82.2354 9.91676 82.3257 10.2171 82.4744 10.5282C82.6231 10.8286 82.8621 11.0968 83.1915 11.3328C83.5314 11.5688 84.0042 11.6869 84.6097 11.6869C85.2684 11.6869 85.773 11.5688 86.1236 11.3328C86.4848 11.0968 86.7451 10.8286 86.9044 10.5282C87.0744 10.2171 87.17 9.91676 87.1912 9.6271C87.2231 9.33745 87.2391 9.13362 87.2391 9.01563V1.42041H89.2469Z' fill='%2300EBFA'/%3E%3Cpath d='M101.796 13.4892H99.5812L96.9359 8.56502H94.4819V13.4892H92.5059V1.42041H98.2585C98.8747 1.45259 99.4271 1.60278 99.9158 1.87096C100.118 1.98897 100.319 2.1338 100.521 2.30545C100.723 2.47709 100.898 2.68629 101.047 2.93302C101.207 3.17975 101.334 3.47477 101.43 3.81806C101.525 4.15063 101.573 4.54219 101.573 4.99275C101.573 5.72223 101.456 6.32299 101.222 6.79503C100.989 7.25632 100.723 7.62105 100.426 7.88925C100.139 8.14671 99.8626 8.32372 99.597 8.42026C99.3421 8.51681 99.188 8.56509 99.1349 8.56509L101.796 13.4892ZM94.4817 6.56987H98.2583C98.5026 6.55914 98.7204 6.49477 98.9116 6.37677C99.0816 6.28022 99.2357 6.12467 99.3738 5.91012C99.5119 5.69556 99.5809 5.38981 99.5809 4.99287C99.5809 4.60667 99.5119 4.30629 99.3738 4.09173C99.2357 3.87718 99.0816 3.72163 98.9116 3.62509C98.7204 3.50708 98.5026 3.44271 98.2583 3.43198H94.4817V6.56987Z' fill='%2300EBFA'/%3E%3Cpath d='M109.856 1.42045C110.653 1.42045 111.407 1.576 112.119 1.8871C112.841 2.1982 113.479 2.62731 114.031 3.17443C114.584 3.71082 115.019 4.34913 115.338 5.08934C115.667 5.81882 115.832 6.60731 115.832 7.45482C115.832 8.25941 115.678 9.02645 115.37 9.75593C115.062 10.4747 114.637 11.113 114.095 11.6708C113.564 12.2287 112.932 12.6739 112.199 13.0064C111.476 13.3283 110.695 13.4892 109.856 13.4892C109.059 13.4892 108.3 13.3336 107.577 13.0225C106.855 12.7114 106.218 12.2823 105.665 11.7352C105.123 11.1881 104.688 10.5498 104.358 9.82029C104.04 9.08008 103.88 8.29158 103.88 7.4548C103.88 6.63948 104.034 5.87245 104.342 5.1537C104.651 4.42422 105.07 3.78592 105.601 3.2388C106.143 2.69167 106.775 2.2572 107.498 1.93536C108.231 1.61353 109.017 1.44191 109.856 1.42045ZM109.856 11.4777C110.377 11.4777 110.876 11.3758 111.354 11.172C111.843 10.9575 112.268 10.6678 112.629 10.3031C113.001 9.93832 113.293 9.51458 113.505 9.03183C113.728 8.53834 113.84 8.01269 113.84 7.45486C113.84 6.91847 113.734 6.4089 113.521 5.92615C113.319 5.43266 113.038 5.00356 112.677 4.63881C112.315 4.26334 111.891 3.96832 111.402 3.75377C110.924 3.52848 110.409 3.41583 109.856 3.41583C109.325 3.41583 108.815 3.52312 108.326 3.73767C107.848 3.9415 107.423 4.22578 107.051 4.59052C106.69 4.95526 106.398 5.38438 106.175 5.87786C105.963 6.37134 105.856 6.89699 105.856 7.45482C105.856 8.00195 105.957 8.51688 106.159 8.99963C106.372 9.47165 106.658 9.89004 107.02 10.2548C107.381 10.6195 107.8 10.9092 108.278 11.1237C108.767 11.3383 109.293 11.4563 109.856 11.4777Z' fill='%2300EBFA'/%3E%3Cpath d='M123.926 1.42045C124.723 1.42045 125.477 1.576 126.189 1.8871C126.911 2.1982 127.549 2.62731 128.101 3.17443C128.653 3.71082 129.089 4.34913 129.408 5.08934C129.737 5.81882 129.902 6.60731 129.902 7.45482C129.902 8.25941 129.748 9.02645 129.44 9.75593C129.132 10.4747 128.707 11.113 128.165 11.6708C127.634 12.2287 127.002 12.6739 126.268 13.0064C125.546 13.3283 124.765 13.4892 123.926 13.4892C123.129 13.4892 122.37 13.3336 121.647 13.0225C120.925 12.7114 120.287 12.2823 119.735 11.7352C119.193 11.1881 118.758 10.5498 118.428 9.82029C118.11 9.08008 117.95 8.29158 117.95 7.4548C117.95 6.63948 118.104 5.87245 118.412 5.1537C118.72 4.42422 119.14 3.78592 119.671 3.2388C120.213 2.69167 120.845 2.2572 121.568 1.93536C122.301 1.61353 123.087 1.44191 123.926 1.42045ZM123.926 11.4777C124.446 11.4777 124.946 11.3758 125.424 11.172C125.913 10.9575 126.337 10.6678 126.699 10.3031C127.071 9.93832 127.363 9.51458 127.575 9.03183C127.798 8.53834 127.91 8.01269 127.91 7.45486C127.91 6.91847 127.804 6.4089 127.591 5.92615C127.389 5.43266 127.108 5.00356 126.747 4.63881C126.385 4.26334 125.96 3.96832 125.472 3.75377C124.994 3.52848 124.478 3.41583 123.926 3.41583C123.395 3.41583 122.885 3.52312 122.396 3.73767C121.918 3.9415 121.493 4.22578 121.121 4.59052C120.76 4.95526 120.468 5.38438 120.245 5.87786C120.032 6.37134 119.926 6.89699 119.926 7.45482C119.926 8.00195 120.027 8.51688 120.229 8.99963C120.441 9.47165 120.728 9.89004 121.089 10.2548C121.451 10.6195 121.87 10.9092 122.348 11.1237C122.837 11.3383 123.363 11.4563 123.926 11.4777Z' fill='%23121010'/%3E%3Cpath d='M134.615 8.48468V13.4892H132.623V1.42041H138.631V1.4365C139.247 1.46869 139.799 1.61352 140.288 1.87099C140.49 1.97827 140.692 2.11774 140.894 2.28938C141.095 2.4503 141.271 2.65412 141.419 2.90086C141.579 3.14759 141.706 3.43724 141.802 3.7698C141.898 4.10237 141.945 4.48857 141.945 4.92841C141.945 5.37899 141.898 5.77055 141.802 6.10309C141.706 6.43566 141.579 6.73068 141.419 6.98814C141.271 7.23487 141.095 7.44406 140.894 7.61571C140.692 7.78735 140.49 7.92682 140.288 8.0341C139.799 8.3023 139.247 8.45248 138.631 8.48465L134.615 8.48468ZM134.615 3.43187V6.45722H138.487C138.498 6.45722 138.583 6.45185 138.742 6.44112C138.902 6.41966 139.066 6.36065 139.236 6.2641C139.417 6.16755 139.581 6.01737 139.73 5.81355C139.879 5.60973 139.953 5.31472 139.953 4.92851C139.953 4.55304 139.874 4.26876 139.714 4.07567C139.566 3.87184 139.401 3.72165 139.22 3.62511C139.008 3.5071 138.763 3.44274 138.487 3.43201L134.615 3.43187Z' fill='%23121010'/%3E%3Cpath d='M153.969 3.43187H149.986V13.4892H147.994V3.43187H144.01V1.42041H153.969V3.43187Z' fill='%23121010'/%3E%3Cpath d='M156.371 1.42041H158.347V13.4892H156.371V1.42041Z' fill='%23121010'/%3E%3Cpath d='M171.367 11.6708C170.804 12.2287 170.161 12.6685 169.439 12.9903C168.717 13.3014 167.962 13.457 167.176 13.457C166.401 13.457 165.652 13.3014 164.929 12.9903C164.217 12.6685 163.585 12.234 163.033 11.6869C162.48 11.1398 162.04 10.5015 161.71 9.77199C161.381 9.0425 161.216 8.26474 161.216 7.43869C161.216 6.65557 161.37 5.90463 161.678 5.18586C161.997 4.45638 162.427 3.8127 162.969 3.25485C163.511 2.697 164.143 2.2518 164.865 1.91926C165.588 1.58669 166.358 1.42041 167.176 1.42041C167.962 1.42041 168.717 1.58132 169.439 1.90316C170.161 2.21426 170.804 2.64874 171.367 3.20659L170.045 4.54219C169.609 4.20963 169.157 3.94143 168.69 3.73761C168.233 3.52305 167.729 3.41577 167.176 3.41577C166.624 3.41577 166.103 3.52305 165.615 3.73761C165.136 3.94143 164.717 4.22571 164.356 4.59045C164.005 4.95519 163.724 5.3843 163.511 5.87778C163.309 6.36054 163.208 6.88084 163.208 7.43869C163.208 7.99655 163.309 8.52221 163.511 9.01567C163.724 9.49842 164.005 9.92216 164.356 10.2869C164.717 10.6409 165.136 10.9252 165.615 11.1398C166.103 11.3436 166.624 11.4455 167.176 11.4455C167.729 11.4455 168.228 11.3436 168.674 11.1398C169.12 10.9359 169.508 10.6677 169.837 10.3352L171.367 11.6708Z' fill='%23121010'/%3E%3Cpath d='M59.0981 14.73C59.9267 14.7515 60.7023 14.9285 61.4247 15.261C62.1471 15.5829 62.7792 16.0173 63.321 16.5645C63.8628 17.1116 64.2877 17.7499 64.5958 18.4794C64.9039 19.1981 65.0579 19.9598 65.0579 20.7644C65.0579 21.6012 64.8933 22.3897 64.5639 23.1299C64.2346 23.8594 63.7937 24.4977 63.2413 25.0448C62.6889 25.5812 62.0514 26.0049 61.3291 26.316C60.6173 26.6271 59.8736 26.788 59.0981 26.7988H55.1143V24.7712H59.3371C59.8576 24.7927 60.341 24.6908 60.7872 24.4655C61.244 24.2402 61.6424 23.9398 61.9824 23.5643C62.3223 23.1781 62.5879 22.7437 62.7791 22.2609C62.981 21.7674 63.0819 21.2686 63.0819 20.7644C63.0819 20.2602 62.981 19.7667 62.7791 19.2839C62.5879 18.7905 62.3223 18.356 61.9824 17.9805C61.653 17.605 61.2599 17.3047 60.8031 17.0794C60.3463 16.8541 59.8576 16.7468 59.3371 16.7575H55.1143V14.73L59.0981 14.73Z' fill='%23121010'/%3E%3Cpath d='M67.7842 14.73H69.7602V26.7988H67.7842V14.73Z' fill='%23121010'/%3E%3Cpath d='M77.9831 14.7153L83.9747 26.8001H81.7756L80.4211 24.3542H75.5609L74.4295 26.8001H72.0073L77.9831 14.7153ZM76.6604 22.3106H79.5288L77.9831 19.2049L76.6604 22.3106Z' fill='%23121010'/%3E%3Cpath d='M95.0281 20.088V25.0282C94.6669 25.3608 94.2632 25.6558 93.817 25.9132C93.4345 26.1385 92.9724 26.3423 92.4306 26.5247C91.8888 26.7071 91.2832 26.7983 90.614 26.7983C89.8278 26.7983 89.0735 26.6427 88.3511 26.3316C87.6393 26.0098 87.0072 25.5753 86.4548 25.0282C85.9024 24.4811 85.4615 23.8428 85.1322 23.1133C84.8029 22.3731 84.6382 21.5846 84.6382 20.7478C84.6382 19.9647 84.7922 19.2137 85.1003 18.4949C85.419 17.7655 85.8493 17.1218 86.3911 16.5639C86.9329 16.0061 87.565 15.5609 88.2874 15.2283C89.0204 14.8958 89.7959 14.7295 90.614 14.7295C91.5595 14.7295 92.3934 14.9119 93.1158 15.2766C93.8489 15.6306 94.4863 16.1187 95.0281 16.741C95.0281 16.7517 94.9484 16.8161 94.7891 16.9341C94.6297 17.0521 94.4544 17.1808 94.2632 17.3202C94.0401 17.4812 93.7798 17.6635 93.4824 17.8674C93.153 17.5241 92.7334 17.2505 92.2235 17.0467C91.7136 16.8429 91.177 16.7409 90.614 16.7409C90.1253 16.7409 89.6419 16.8482 89.1639 17.0628C88.6964 17.2773 88.2715 17.567 87.889 17.9317C87.5172 18.2857 87.2144 18.7095 86.9807 19.203C86.747 19.6857 86.6301 20.2006 86.6301 20.7478C86.6301 21.252 86.7364 21.7455 86.9488 22.2282C87.1613 22.711 87.4481 23.1454 87.8093 23.5316C88.1705 23.9071 88.5902 24.2129 89.0682 24.4489C89.5569 24.6742 90.0722 24.7868 90.614 24.7868C91.0708 24.7868 91.5063 24.7278 91.9207 24.6098C92.3456 24.4918 92.7281 24.3255 93.068 24.111V22.1156H90.614V20.088L95.0281 20.088Z' fill='%23121010'/%3E%3Cpath d='M105.754 14.7153H107.746V26.8001L99.7458 19.3015V26.8001H97.7539V14.7153L105.754 22.2139V14.7153Z' fill='%23121010'/%3E%3Cpath d='M116.445 14.73C117.242 14.73 117.997 14.8856 118.708 15.1967C119.431 15.5078 120.068 15.9369 120.621 16.484C121.173 17.0204 121.609 17.6587 121.927 18.3989C122.257 19.1284 122.421 19.9169 122.421 20.7644C122.421 21.569 122.267 22.336 121.959 23.0655C121.651 23.7843 121.226 24.4226 120.684 24.9804C120.153 25.5382 119.521 25.9835 118.788 26.316C118.066 26.6378 117.285 26.7987 116.445 26.7987C115.649 26.7987 114.889 26.6432 114.167 26.3321C113.444 26.021 112.807 25.5919 112.255 25.0448C111.713 24.4976 111.277 23.8593 110.948 23.1299C110.629 22.3896 110.47 21.6011 110.47 20.7644C110.47 19.9491 110.624 19.182 110.932 18.4633C111.24 17.7338 111.66 17.0955 112.191 16.5484C112.733 16.0012 113.365 15.5668 114.087 15.2449C114.82 14.9231 115.606 14.7515 116.445 14.73ZM116.445 24.7873C116.966 24.7873 117.465 24.6854 117.943 24.4816C118.432 24.267 118.857 23.9774 119.218 23.6126C119.59 23.2479 119.882 22.8241 120.095 22.3414C120.318 21.8479 120.429 21.3223 120.429 20.7644C120.429 20.228 120.323 19.7185 120.111 19.2357C119.909 18.7422 119.627 18.3131 119.266 17.9484C118.905 17.5729 118.48 17.2779 117.991 17.0633C117.513 16.838 116.998 16.7254 116.445 16.7254C115.914 16.7254 115.404 16.8327 114.916 17.0472C114.438 17.2511 114.013 17.5353 113.641 17.9001C113.28 18.2648 112.987 18.6939 112.764 19.1874C112.552 19.6809 112.446 20.2066 112.446 20.7644C112.446 21.3115 112.547 21.8265 112.748 22.3092C112.961 22.7812 113.248 23.1996 113.609 23.5643C113.97 23.9291 114.39 24.2187 114.868 24.4333C115.357 24.6478 115.882 24.7659 116.445 24.7873Z' fill='%23121010'/%3E%3Cpath d='M128.873 19.6531C128.958 19.6638 129.101 19.6853 129.303 19.7174C129.515 19.7496 129.749 19.814 130.004 19.9105C130.27 19.9964 130.541 20.1144 130.817 20.2646C131.093 20.4148 131.343 20.6239 131.566 20.8921C131.789 21.1496 131.975 21.4661 132.124 21.8415C132.272 22.217 132.347 22.6676 132.347 23.1932C132.347 23.2147 132.336 23.322 132.315 23.5151C132.304 23.6974 132.256 23.9227 132.171 24.1909C132.086 24.4591 131.959 24.7434 131.789 25.0438C131.619 25.3442 131.375 25.6284 131.056 25.8966C130.737 26.1541 130.333 26.3686 129.845 26.5403C129.367 26.7119 128.777 26.7978 128.076 26.7978C127.428 26.7978 126.812 26.6637 126.227 26.3955C125.654 26.1165 125.16 25.7357 124.745 25.253L126.371 23.9817C126.371 23.9924 126.408 24.0407 126.482 24.1265C126.567 24.2124 126.684 24.3035 126.833 24.4001C126.992 24.4966 127.189 24.5878 127.423 24.6737C127.667 24.7488 127.954 24.7863 128.283 24.7863C128.889 24.7863 129.361 24.6307 129.701 24.3196C130.041 23.9978 130.211 23.6223 130.211 23.1932C130.211 22.8821 130.148 22.63 130.02 22.4369C129.893 22.2331 129.717 22.0722 129.494 21.9542C129.282 21.8254 129.032 21.7289 128.745 21.6645C128.469 21.5894 128.172 21.5197 127.853 21.4553C127.768 21.4446 127.625 21.4178 127.423 21.3749C127.231 21.3319 127.014 21.2622 126.769 21.1657C126.536 21.0691 126.286 20.9457 126.02 20.7956C125.765 20.6347 125.532 20.4362 125.319 20.2002C125.117 19.9534 124.947 19.6638 124.809 19.3312C124.671 18.9879 124.602 18.5856 124.602 18.1243C124.602 18.1029 124.607 18.0063 124.618 17.8347C124.639 17.6523 124.687 17.4378 124.761 17.191C124.846 16.9336 124.974 16.66 125.144 16.3703C125.324 16.0807 125.574 15.8179 125.893 15.5819C126.212 15.3351 126.61 15.1313 127.088 14.9704C127.577 14.8095 128.172 14.729 128.873 14.729C129.521 14.729 130.137 14.8685 130.721 15.1474C131.306 15.4263 131.805 15.8072 132.219 16.2899L130.594 17.5612C130.477 17.3573 130.312 17.2018 130.1 17.0945C129.887 16.9765 129.675 16.8907 129.462 16.837C129.207 16.7834 128.936 16.7512 128.65 16.7405C128.044 16.7405 127.571 16.8638 127.231 17.1106C126.891 17.3466 126.721 17.6845 126.721 18.1243C126.721 18.4354 126.775 18.6822 126.881 18.8646C126.987 19.0362 127.13 19.1703 127.311 19.2669C127.502 19.3634 127.731 19.4385 127.996 19.4921C128.262 19.5351 128.554 19.5887 128.873 19.6531Z' fill='%23121010'/%3E%3Cpath d='M144.186 16.7414H140.202V26.7988H138.21V16.7414H134.227V14.73H144.186V16.7414Z' fill='%23121010'/%3E%3Cpath d='M146.588 14.73H148.564V26.7988H146.588V14.73Z' fill='%23121010'/%3E%3Cpath d='M161.584 24.9809C161.021 25.5387 160.379 25.9786 159.656 26.3004C158.934 26.6115 158.18 26.767 157.393 26.767C156.618 26.767 155.869 26.6115 155.147 26.3004C154.435 25.9786 153.803 25.5441 153.25 24.997C152.698 24.4498 152.257 23.8115 151.928 23.0821C151.598 22.3526 151.434 21.5748 151.434 20.7488C151.434 19.9656 151.588 19.2147 151.896 18.4959C152.214 17.7664 152.645 17.1228 153.186 16.5649C153.728 16.0071 154.36 15.5619 155.083 15.2293C155.805 14.8968 156.575 14.7305 157.393 14.7305C158.18 14.7305 158.934 14.8914 159.656 15.2132C160.379 15.5243 161.021 15.9588 161.584 16.5167L160.262 17.8523C159.826 17.5197 159.375 17.2515 158.907 17.0477C158.451 16.8331 157.946 16.7258 157.393 16.7258C156.841 16.7258 156.32 16.8331 155.832 17.0477C155.354 17.2515 154.934 17.5358 154.573 17.9005C154.222 18.2653 153.941 18.6944 153.728 19.1879C153.526 19.6706 153.426 20.1909 153.426 20.7488C153.426 21.3066 153.526 21.8323 153.728 22.3257C153.941 22.8085 154.222 23.2322 154.573 23.597C154.934 23.951 155.354 24.2353 155.832 24.4498C156.32 24.6536 156.841 24.7555 157.393 24.7555C157.946 24.7555 158.445 24.6536 158.891 24.4498C159.338 24.246 159.725 23.9778 160.055 23.6452L161.584 24.9809Z' fill='%23121010'/%3E%3Cpath d='M168.526 19.6531C168.611 19.6638 168.754 19.6853 168.956 19.7174C169.169 19.7496 169.402 19.814 169.657 19.9105C169.923 19.9964 170.194 20.1144 170.47 20.2646C170.746 20.4148 170.996 20.6239 171.219 20.8921C171.442 21.1496 171.628 21.4661 171.777 21.8415C171.926 22.217 172 22.6676 172 23.1932C172 23.2147 171.989 23.322 171.968 23.5151C171.957 23.6974 171.91 23.9227 171.825 24.1909C171.74 24.4591 171.612 24.7434 171.442 25.0438C171.272 25.3442 171.028 25.6284 170.709 25.8966C170.391 26.1541 169.987 26.3686 169.498 26.5403C169.02 26.7119 168.43 26.7978 167.729 26.7978C167.081 26.7978 166.465 26.6637 165.881 26.3955C165.307 26.1165 164.813 25.7357 164.399 25.253L166.024 23.9817C166.024 23.9924 166.061 24.0407 166.136 24.1265C166.221 24.2124 166.338 24.3035 166.486 24.4001C166.646 24.4966 166.842 24.5878 167.076 24.6737C167.32 24.7488 167.607 24.7863 167.936 24.7863C168.542 24.7863 169.015 24.6307 169.355 24.3196C169.695 23.9978 169.865 23.6223 169.865 23.1932C169.865 22.8821 169.801 22.63 169.673 22.4369C169.546 22.2331 169.371 22.0722 169.148 21.9542C168.935 21.8254 168.685 21.7289 168.399 21.6645C168.122 21.5894 167.825 21.5197 167.506 21.4553C167.421 21.4446 167.278 21.4178 167.076 21.3749C166.885 21.3319 166.667 21.2622 166.423 21.1657C166.189 21.0691 165.939 20.9457 165.674 20.7956C165.419 20.6347 165.185 20.4362 164.972 20.2002C164.771 19.9534 164.601 19.6638 164.463 19.3312C164.324 18.9879 164.255 18.5856 164.255 18.1243C164.255 18.1029 164.261 18.0063 164.271 17.8347C164.293 17.6523 164.34 17.4378 164.415 17.191C164.5 16.9336 164.627 16.66 164.797 16.3703C164.978 16.0807 165.227 15.8179 165.546 15.5819C165.865 15.3351 166.263 15.1313 166.741 14.9704C167.23 14.8095 167.825 14.729 168.526 14.729C169.174 14.729 169.79 14.8685 170.375 15.1474C170.959 15.4263 171.458 15.8072 171.873 16.2899L170.247 17.5612C170.13 17.3573 169.966 17.2018 169.753 17.0945C169.541 16.9765 169.328 16.8907 169.116 16.837C168.861 16.7834 168.59 16.7512 168.303 16.7405C167.697 16.7405 167.225 16.8638 166.885 17.1106C166.545 17.3466 166.375 17.6845 166.375 18.1243C166.375 18.4354 166.428 18.6822 166.534 18.8646C166.64 19.0362 166.784 19.1703 166.964 19.2669C167.156 19.3634 167.384 19.4385 167.65 19.4921C167.915 19.5351 168.207 19.5887 168.526 19.6531Z' fill='%23121010'/%3E%3Cpath d='M14.8067 0.000783941C14.5199 -0.00163223 14.2124 0.00169285 14.1232 0.00860914C14.0341 0.0154348 13.8723 0.0311091 13.7638 0.0434769C13.6553 0.0557087 13.4687 0.0817565 13.3491 0.101258C13.2294 0.120738 13.0551 0.152637 12.9615 0.172275C12.8679 0.191755 12.6836 0.236033 12.5518 0.270472C12.42 0.305056 12.2393 0.356423 12.1501 0.384744C12.0611 0.413073 11.9056 0.465728 11.8048 0.501735C11.7041 0.537739 11.5234 0.608467 11.4032 0.658847C11.283 0.709224 11.0876 0.7976 10.9688 0.85538C10.85 0.913163 10.6757 1.00339 10.5813 1.05605C10.4868 1.10871 10.3367 1.19638 10.2475 1.25117C10.1585 1.30581 10.0094 1.40187 9.91636 1.46449C9.82335 1.52711 9.67748 1.63072 9.59221 1.69462C9.50695 1.75852 9.3622 1.87208 9.2706 1.94708C9.17899 2.02208 9.02369 2.15685 8.92531 2.24679C8.82708 2.33659 8.66062 2.49883 8.55551 2.60726C8.45052 2.7157 8.29435 2.88562 8.20869 2.98511C8.123 3.08445 7.99335 3.2434 7.92062 3.33835C7.84789 3.43328 7.73402 3.58784 7.66764 3.68191C7.60126 3.77598 7.49274 3.94036 7.4265 4.04739C7.36012 4.15427 7.26922 4.30583 7.2244 4.38411C7.17959 4.46238 7.08432 4.64483 7.01258 4.78972C6.94085 4.9346 6.8405 5.15064 6.78949 5.26988C6.73847 5.38914 6.65602 5.60047 6.60655 5.73952C6.55695 5.87856 6.48719 6.09146 6.45153 6.21287C6.41602 6.33413 6.36499 6.52625 6.33822 6.63981C6.31145 6.75324 6.2779 6.89682 6.26381 6.95889L6.23845 7.07177L5.98572 7.25402C5.84691 7.35421 5.64396 7.50492 5.53473 7.58902C5.42565 7.67299 5.23173 7.82612 5.10378 7.92931C4.97595 8.03249 4.7761 8.19827 4.65984 8.29762C4.54357 8.39696 4.33752 8.57854 4.20182 8.70121C4.06624 8.82375 3.76267 9.11619 3.52732 9.35104C3.29196 9.58587 2.98331 9.90606 2.84139 10.0626C2.69947 10.2191 2.49666 10.4497 2.39054 10.575C2.28442 10.7002 2.1084 10.9147 1.99946 11.0517C1.89066 11.1886 1.71138 11.4225 1.60146 11.5712C1.49139 11.7199 1.32228 11.9568 1.22545 12.0977C1.12876 12.2386 1.00644 12.4211 0.953723 12.5034C0.900872 12.5855 0.811097 12.7279 0.754157 12.8196C0.697222 12.9114 0.577008 13.1159 0.486947 13.2741C0.396891 13.4323 0.261026 13.6873 0.185043 13.8409C0.10894 13.9944 0.0362183 14.1564 0.0233964 14.2008C0.0102964 14.2465 0.000127027 14.3328 7.39169e-06 14.3993C-0.00027076 14.4642 0.007337 14.5492 0.0167882 14.5883C0.0260898 14.6274 0.0521642 14.6992 0.0747154 14.7477C0.0971171 14.7962 0.148561 14.8725 0.189151 14.9173C0.229596 14.9622 0.299503 15.0229 0.3446 15.0524C0.389559 15.0818 0.468903 15.1207 0.520768 15.1386C0.594475 15.1641 0.645915 15.1712 0.755982 15.1712C0.866052 15.1712 0.917493 15.1641 0.991201 15.1386C1.04306 15.1207 1.12241 15.0819 1.16765 15.0524C1.21275 15.0229 1.28223 14.9619 1.32211 14.9168C1.37116 14.8613 1.42514 14.7717 1.4887 14.6404C1.54042 14.5334 1.62427 14.3691 1.67487 14.2752C1.72561 14.1813 1.84046 13.9795 1.93024 13.8269C2.02002 13.6742 2.19533 13.3957 2.31978 13.2078C2.44422 13.02 2.63167 12.7487 2.73623 12.605C2.8408 12.4613 3.02839 12.2146 3.15325 12.0571C3.27798 11.8994 3.46456 11.6711 3.56772 11.5499C3.67088 11.4285 3.84789 11.2269 3.9609 11.1018C4.07407 10.9767 4.31873 10.7206 4.50476 10.5324C4.6908 10.3443 4.95348 10.0889 5.08852 9.96485C5.22354 9.84089 5.41704 9.66727 5.51837 9.57905C5.6197 9.49096 5.7884 9.34764 5.89294 9.26069C5.99766 9.17373 6.08687 9.10243 6.09138 9.10229C6.0959 9.10215 6.10729 9.20931 6.11674 9.34039C6.12632 9.47146 6.14605 9.67183 6.16057 9.78569C6.17508 9.89939 6.19707 10.0531 6.20947 10.1272C6.22189 10.2012 6.245 10.329 6.26092 10.4113C6.27671 10.4934 6.31743 10.6732 6.35126 10.8105C6.38508 10.9479 6.4423 11.1559 6.47824 11.273C6.51418 11.39 6.57154 11.5637 6.60564 11.6587C6.63989 11.7538 6.70937 11.9331 6.76011 12.0572C6.81084 12.1813 6.91851 12.4173 6.99927 12.5816C7.08002 12.746 7.20855 12.9865 7.28481 13.116C7.36119 13.2455 7.48297 13.4408 7.55527 13.5501C7.62771 13.6593 7.74397 13.8255 7.81389 13.9194C7.88365 14.0133 8.01754 14.1828 8.11127 14.296C8.20513 14.4091 8.35452 14.5788 8.44344 14.6731C8.53222 14.7673 8.67344 14.9116 8.75718 14.9939L8.90939 15.1433L8.94533 15.3265C8.96519 15.4274 9.00973 15.6259 9.0444 15.7677C9.07907 15.9095 9.13544 16.1217 9.16969 16.2391C9.20394 16.3566 9.27271 16.5743 9.3226 16.723C9.37235 16.8717 9.45762 17.1057 9.51202 17.243C9.56628 17.3802 9.65224 17.5862 9.70312 17.7006C9.75386 17.8151 9.84687 18.0124 9.90958 18.1392C9.97244 18.266 10.0715 18.4564 10.1299 18.5626C10.1881 18.6687 10.2838 18.8361 10.3424 18.9347C10.4012 19.0332 10.5248 19.2286 10.6172 19.3689C10.7097 19.5091 10.8664 19.7333 10.9655 19.867C11.0647 20.0007 11.1949 20.1709 11.2549 20.2453C11.315 20.3196 11.4442 20.4733 11.542 20.5868C11.64 20.7002 11.8564 20.9315 12.0233 21.1004C12.1902 21.2695 12.3935 21.4681 12.4754 21.5418C12.5573 21.6155 12.6968 21.7372 12.7855 21.812C12.8741 21.887 13.0197 22.0059 13.1088 22.0763C13.198 22.1466 13.3756 22.2795 13.5034 22.3716C13.6314 22.4638 13.8444 22.6087 13.9772 22.6937C14.1098 22.7788 14.3191 22.9067 14.4423 22.978C14.5653 23.0493 14.7962 23.1738 14.955 23.2547C15.114 23.3357 15.339 23.445 15.4553 23.4976C15.5716 23.5503 15.7714 23.6348 15.8992 23.6856C16.0272 23.7364 16.2206 23.8096 16.3291 23.8484C16.4376 23.8871 16.6501 23.9562 16.8012 24.0017C16.9524 24.0472 17.1775 24.1106 17.3015 24.1422C17.4256 24.1739 17.6508 24.2254 17.8018 24.2567C17.9531 24.2879 18.1814 24.3299 18.3092 24.3498C18.4372 24.3697 18.6528 24.3988 18.7884 24.4143C18.9241 24.4298 19.1334 24.4506 19.2535 24.4605C19.3885 24.4718 19.7115 24.4787 20.0991 24.4786C20.5819 24.4783 20.7895 24.4726 21.001 24.4534C21.1523 24.4396 21.3965 24.4127 21.5439 24.3936C21.6913 24.3746 21.907 24.3425 22.0231 24.3225C22.1392 24.3023 22.3516 24.2604 22.4949 24.2294C22.6384 24.1982 22.8731 24.141 23.0164 24.1022C23.1598 24.0633 23.3755 24 23.4955 23.9616C23.6158 23.923 23.8028 23.8597 23.9113 23.8208C24.0198 23.7818 24.207 23.7102 24.3271 23.6614C24.4473 23.6127 24.6423 23.5286 24.7609 23.4746C24.8793 23.4203 25.0536 23.3369 25.1484 23.289C25.2431 23.2412 25.3967 23.1603 25.4897 23.1095C25.5828 23.0587 25.7667 22.9524 25.8984 22.8734C26.0302 22.7944 26.253 22.652 26.3937 22.557C26.5342 22.462 26.7371 22.3181 26.8447 22.2374C26.9521 22.1566 27.1193 22.026 27.2162 21.9473C27.3131 21.8686 27.492 21.7158 27.6137 21.6078C27.7355 21.4998 27.9544 21.2913 28.1 21.1446C28.2455 20.998 28.4467 20.7852 28.5466 20.6719C28.6467 20.5585 28.7966 20.3817 28.88 20.2791C28.9635 20.1764 29.1093 19.9874 29.2042 19.8593C29.2992 19.731 29.4607 19.4981 29.5631 19.3415C29.6656 19.185 29.7892 18.9896 29.8377 18.9075C29.8862 18.8252 29.9689 18.6805 30.0216 18.5856C30.0743 18.4908 30.1744 18.2982 30.244 18.1576C30.3138 18.0172 30.4035 17.8289 30.4437 17.7395C30.4837 17.65 30.5533 17.4872 30.5982 17.3776C30.6431 17.268 30.7179 17.0726 30.7645 16.9435C30.811 16.8143 30.8748 16.6286 30.9061 16.5308C30.9375 16.4329 30.9918 16.2505 31.0269 16.1252C31.062 16 31.1095 15.8174 31.1324 15.7196C31.1554 15.6217 31.194 15.4456 31.2183 15.3282C31.2424 15.2108 31.2805 15.0026 31.3028 14.8657C31.3252 14.7287 31.3564 14.5045 31.3723 14.3676C31.3881 14.2306 31.4113 13.9808 31.4239 13.8126C31.4384 13.6185 31.447 13.3272 31.4474 13.0156C31.4476 12.7455 31.4405 12.4189 31.4315 12.2898C31.4224 12.1606 31.4054 11.9589 31.3937 11.8415C31.382 11.7241 31.3599 11.5351 31.3445 11.4217C31.3291 11.3081 31.2973 11.1065 31.2739 10.9734C31.2504 10.8403 31.2056 10.6166 31.1743 10.4761C31.143 10.3357 31.0868 10.1074 31.0491 9.9688C31.0116 9.83019 30.9417 9.59608 30.8938 9.44851C30.8459 9.30093 30.7688 9.07847 30.7226 8.95425C30.6762 8.83001 30.6001 8.63789 30.5536 8.52732C30.507 8.41674 30.4241 8.2303 30.3693 8.11288C30.3146 7.99547 30.2131 7.79054 30.1439 7.65746C30.0746 7.5244 29.9451 7.29229 29.8563 7.14158C29.7673 6.99087 29.6161 6.74907 29.5201 6.60434C29.4243 6.45947 29.3479 6.34106 29.3504 6.34106C29.3528 6.34106 29.4684 6.39145 29.6068 6.45307C29.7453 6.51469 29.9951 6.63039 30.1617 6.71007C30.3283 6.78991 30.6103 6.93252 30.7884 7.02717C30.9664 7.12181 31.22 7.26156 31.3521 7.33755C31.484 7.41355 31.6809 7.53011 31.7894 7.59644C31.8979 7.66276 32.0597 7.76366 32.1488 7.82059C32.238 7.87751 32.4372 8.01044 32.5915 8.11604C32.7458 8.22164 32.9647 8.37605 33.0777 8.45944C33.1909 8.54284 33.3817 8.68743 33.5018 8.78094C33.622 8.87444 33.8123 9.02715 33.9246 9.12023C34.037 9.21331 34.221 9.37043 34.3333 9.46946C34.4457 9.56852 34.582 9.69077 34.6363 9.7413C34.6905 9.79168 34.8518 9.94537 34.9945 10.083C35.1373 10.2205 35.3656 10.4517 35.5019 10.5968C35.6382 10.7418 35.842 10.966 35.9549 11.0949C36.0678 11.2238 36.2362 11.422 36.3292 11.5356C36.4221 11.649 36.5747 11.8412 36.6681 11.9625C36.7617 12.0838 36.9224 12.3015 37.0252 12.4464C37.1281 12.5911 37.2675 12.7929 37.3349 12.8947C37.4024 12.9965 37.5133 13.1694 37.5815 13.279C37.6497 13.3885 37.7747 13.5999 37.8594 13.7486C37.9441 13.8973 38.0811 14.1568 38.164 14.3251C38.2468 14.4935 38.3362 14.6782 38.3625 14.7356C38.389 14.7932 38.4425 14.8752 38.4823 14.9193C38.5218 14.963 38.591 15.0229 38.6361 15.0524C38.6811 15.0818 38.7604 15.1207 38.8123 15.1386C38.886 15.1641 38.9374 15.1712 39.0475 15.1712C39.1576 15.1712 39.209 15.1641 39.2827 15.1386C39.3346 15.1207 39.4139 15.0818 39.4589 15.0524C39.504 15.0229 39.5727 14.9636 39.6118 14.9203C39.6508 14.877 39.7024 14.8006 39.7262 14.7505C39.7502 14.7004 39.7774 14.6274 39.7868 14.5883C39.7961 14.5491 39.8037 14.4642 39.8034 14.3993C39.8033 14.3345 39.7932 14.2467 39.781 14.2042C39.7688 14.1616 39.7119 14.0241 39.6546 13.8986C39.5974 13.7731 39.4899 13.5556 39.4156 13.4153C39.3415 13.2749 39.2327 13.0756 39.174 12.9724C39.1153 12.8693 39.0062 12.6847 38.9316 12.5623C38.8571 12.4399 38.7135 12.2148 38.6127 12.0622C38.512 11.9095 38.3472 11.6694 38.2466 11.5285C38.146 11.3876 38 11.1891 37.9223 11.0873C37.8445 10.9856 37.7141 10.8191 37.6327 10.7173C37.5512 10.6156 37.4114 10.4459 37.3221 10.3402C37.2326 10.2344 37.1031 10.084 37.0341 10.0057C36.9654 9.92747 36.7665 9.71188 36.5926 9.52671C36.4185 9.34156 36.1356 9.05595 35.9636 8.89186C35.7917 8.72792 35.5874 8.53662 35.5097 8.46692C35.432 8.39704 35.283 8.26597 35.1785 8.17561C35.074 8.08509 34.8725 7.91688 34.7307 7.80158C34.5888 7.68645 34.3384 7.49092 34.174 7.36709C34.0097 7.24314 33.7517 7.05544 33.6005 6.94982C33.4494 6.84423 33.1925 6.67146 33.0297 6.56613C32.8669 6.46067 32.6162 6.30369 32.4727 6.21718C32.3291 6.13079 32.0785 5.98549 31.916 5.89441C31.7534 5.80318 31.446 5.63967 31.2328 5.53096C31.0197 5.42223 30.7184 5.27436 30.5634 5.20251C30.4083 5.1305 30.1579 5.01835 30.0067 4.95331C29.8556 4.88827 29.6494 4.80189 29.5487 4.76118C29.4479 4.72063 29.2413 4.64037 29.0897 4.58301C28.9379 4.52552 28.7032 4.44055 28.5682 4.39416C28.433 4.34762 28.2337 4.28031 28.1252 4.24445C28.0167 4.20858 27.8232 4.14753 27.6954 4.10882C27.5676 4.07011 27.336 4.00293 27.181 3.95967C27.026 3.91641 26.8103 3.85862 26.7018 3.83116C26.5933 3.80367 26.3809 3.75231 26.2297 3.7173C26.0786 3.68215 25.7836 3.61811 25.5744 3.57499C25.3651 3.53201 25.0036 3.46469 24.771 3.42541C24.5385 3.38627 24.1834 3.33163 23.9818 3.30416C23.7803 3.27655 23.5045 3.24126 23.3687 3.2256C23.2332 3.20996 22.9826 3.18404 22.812 3.16825C22.6415 3.1523 22.3688 3.12982 22.206 3.11815C22.0432 3.10649 21.7738 3.09025 21.6071 3.08186L21.3041 3.06677L21.1995 2.94992C21.1419 2.8856 20.9548 2.69204 20.7837 2.51957C20.6125 2.34709 20.3807 2.12864 20.2682 2.03387C20.1559 1.93923 19.983 1.80047 19.8842 1.72563C19.7853 1.65077 19.6046 1.52268 19.4825 1.44099C19.3605 1.35944 19.1718 1.24004 19.0633 1.17586C18.9547 1.11168 18.7138 0.983311 18.5277 0.890515C18.3417 0.797725 18.0913 0.682162 17.971 0.6335C17.851 0.584968 17.6638 0.513531 17.5553 0.474821C17.4467 0.436111 17.2407 0.370509 17.0972 0.328954C16.9539 0.287399 16.735 0.230466 16.611 0.202432C16.487 0.174405 16.2936 0.135687 16.1812 0.116475C16.0688 0.0972666 15.8976 0.0715034 15.8006 0.0592655C15.7038 0.0470337 15.558 0.0299406 15.4765 0.0214115C15.3952 0.0128643 15.0939 0.00376942 14.8071 0.00105123L14.8067 0.000783941ZM14.7927 1.5378C15.0937 1.54052 15.3274 1.55003 15.455 1.56456C15.5636 1.57679 15.6967 1.59388 15.751 1.60241C15.8053 1.61096 15.9354 1.63401 16.0399 1.6535C16.1446 1.67298 16.3316 1.7147 16.4557 1.74587C16.5797 1.77718 16.8113 1.84663 16.9701 1.90014C17.1291 1.95365 17.3605 2.04088 17.4845 2.09411C17.6085 2.14734 17.8114 2.24312 17.9355 2.30688C18.0595 2.37049 18.234 2.46642 18.323 2.51993C18.4122 2.57329 18.5612 2.66835 18.6542 2.73098C18.7472 2.79359 18.8832 2.89009 18.9565 2.94531L19.0897 3.04578L19.034 3.05487C19.0034 3.05985 18.8611 3.06825 18.7176 3.0735C18.5743 3.07876 18.3143 3.09244 18.1398 3.10382C17.9655 3.11521 17.6737 3.13754 17.4915 3.15334C17.3094 3.16914 16.9891 3.20145 16.7798 3.22507C16.5705 3.24884 16.2217 3.29367 16.0046 3.32469C15.7876 3.35572 15.4611 3.40681 15.2788 3.43812C15.0968 3.46957 14.7574 3.53375 14.5248 3.581C14.2923 3.62825 13.9404 3.7051 13.7427 3.75192C13.5451 3.79888 13.2755 3.86621 13.1437 3.90164C13.012 3.93708 12.7392 4.01392 12.5377 4.07256C12.3362 4.13105 11.9462 4.25486 11.6709 4.3478C11.3957 4.44058 11.009 4.57891 10.8113 4.65504C10.6135 4.73104 10.3156 4.85073 10.1489 4.92076C9.98229 4.99078 9.71902 5.10606 9.564 5.17678C9.40897 5.24765 9.11092 5.39067 8.90161 5.49471C8.69233 5.59874 8.44978 5.72257 8.36254 5.76995C8.2753 5.8172 8.20399 5.84893 8.20399 5.84054C8.20399 5.83199 8.2636 5.70249 8.33661 5.55278C8.40947 5.40321 8.51137 5.20694 8.56309 5.117C8.61467 5.02705 8.71727 4.86099 8.79112 4.74812C8.86497 4.63526 8.97334 4.47828 9.03211 4.39943C9.09088 4.32059 9.19912 4.18225 9.27254 4.09233C9.34611 4.00239 9.54313 3.79091 9.71056 3.62254C9.87799 3.45418 10.0986 3.24752 10.2007 3.16329C10.3029 3.07904 10.4782 2.94383 10.5903 2.86299C10.7022 2.78201 10.8833 2.66062 10.9925 2.59315C11.1017 2.52555 11.2657 2.43034 11.3569 2.38139C11.4482 2.33243 11.6066 2.25245 11.709 2.20377C11.8113 2.15496 11.9984 2.07398 12.1247 2.0236C12.2511 1.97322 12.4341 1.90605 12.5313 1.87431C12.6286 1.84272 12.7939 1.79391 12.8987 1.76615C13.0035 1.73825 13.1808 1.69685 13.2926 1.67394C13.4044 1.65101 13.5817 1.61929 13.6863 1.60349C13.791 1.5877 13.9559 1.56791 14.0527 1.55966C14.1496 1.55141 14.2511 1.54202 14.2782 1.53903C14.3054 1.53589 14.5369 1.53545 14.7927 1.5378ZM20.0635 4.57945C20.3115 4.57794 20.5216 4.58127 20.5304 4.58713C20.5391 4.59281 20.6 4.68077 20.6657 4.78252C20.7313 4.88428 20.8235 5.035 20.8703 5.11741C20.9172 5.19981 21.007 5.37102 21.0699 5.49766C21.1326 5.62446 21.2243 5.82598 21.2737 5.94552C21.323 6.06521 21.392 6.24667 21.4273 6.34884C21.4625 6.45102 21.5203 6.64002 21.5558 6.76867C21.5913 6.89733 21.6391 7.09259 21.6622 7.20259C21.6853 7.31246 21.7169 7.48538 21.7324 7.58685C21.748 7.68818 21.7717 7.87036 21.7853 7.99175C21.8036 8.15669 21.8099 8.33258 21.8103 8.68908C21.8109 8.98567 21.804 9.23314 21.7925 9.34374C21.7823 9.44151 21.7613 9.6113 21.746 9.72087C21.7304 9.83046 21.6992 10.0126 21.6763 10.1255C21.6536 10.2385 21.6126 10.4178 21.5851 10.5239C21.5577 10.6303 21.4948 10.8387 21.4455 10.9875C21.396 11.1362 21.3127 11.3603 21.2603 11.4856C21.2079 11.6108 21.1101 11.8221 21.0428 11.9552C20.9757 12.0883 20.8808 12.2643 20.8319 12.3466C20.783 12.4287 20.6966 12.5674 20.6398 12.6546C20.583 12.7419 20.4802 12.8895 20.4113 12.9827C20.3425 13.0759 20.2203 13.2319 20.1399 13.3294C20.0594 13.4267 19.8825 13.619 19.7467 13.7566C19.6108 13.8941 19.4269 14.0694 19.3377 14.1461C19.2486 14.2227 19.0932 14.348 18.9924 14.4241C18.8916 14.5004 18.749 14.6036 18.6753 14.6534C18.6018 14.7032 18.459 14.7941 18.3582 14.8553C18.2575 14.9165 18.0641 15.0234 17.9284 15.0926C17.7928 15.1619 17.5899 15.2584 17.4774 15.3069C17.3651 15.3556 17.1335 15.4422 16.963 15.4996C16.7925 15.5569 16.5484 15.6295 16.4204 15.6611C16.2926 15.6926 16.099 15.7345 15.9905 15.7542C15.882 15.774 15.7204 15.7994 15.6311 15.811C15.5421 15.8225 15.3835 15.8397 15.2788 15.8492C15.1742 15.8589 14.9142 15.8663 14.701 15.866C14.4484 15.8654 14.2324 15.8572 14.0809 15.842C13.9531 15.829 13.7818 15.8087 13.7004 15.7967C13.619 15.7849 13.4863 15.7624 13.4054 15.7469C13.3245 15.7314 13.1913 15.7031 13.1094 15.684C13.0275 15.6649 12.8717 15.6238 12.7631 15.5928C12.6546 15.5616 12.4897 15.5097 12.3967 15.4772C12.3037 15.4448 12.1484 15.3858 12.0514 15.3464C11.9546 15.3069 11.7611 15.2189 11.6216 15.1507C11.482 15.0826 11.2823 14.977 11.1776 14.9161C11.073 14.8552 10.9082 14.7524 10.8112 14.6878C10.7144 14.6232 10.5643 14.5174 10.4777 14.4528L10.3206 14.3354L10.3123 14.2768C10.3078 14.2445 10.2947 14.1219 10.283 14.0045C10.2714 13.8871 10.2555 13.6725 10.2477 13.5278C10.2398 13.3829 10.2335 13.1395 10.2335 12.987C10.2336 12.8343 10.24 12.6006 10.2477 12.4675C10.2555 12.3345 10.2717 12.1262 10.2838 12.005C10.2958 11.8836 10.3183 11.6947 10.3338 11.5852C10.3492 11.4756 10.3777 11.2994 10.3968 11.1938C10.416 11.0881 10.4543 10.9023 10.4821 10.7811C10.5099 10.6597 10.5575 10.4676 10.5881 10.3542C10.6187 10.2406 10.6869 10.0164 10.7399 9.85607C10.7927 9.69553 10.8725 9.47138 10.917 9.35798C10.9615 9.24441 11.0484 9.03949 11.1098 8.90256C11.1713 8.7655 11.271 8.55744 11.3315 8.44004C11.3921 8.32263 11.491 8.14034 11.5514 8.03488C11.6115 7.92942 11.7179 7.75324 11.7877 7.64352C11.8575 7.53365 11.9729 7.36061 12.0443 7.25884C12.1158 7.15709 12.2442 6.98417 12.3295 6.87458C12.4149 6.76499 12.5473 6.6019 12.6239 6.51209C12.7004 6.42243 12.8482 6.25906 12.9524 6.14918C13.0565 6.03931 13.2278 5.86739 13.3329 5.76707C13.4381 5.66674 13.5946 5.52457 13.6807 5.45085C13.7668 5.37728 13.8525 5.31123 13.8713 5.30398C13.89 5.29673 14.0321 5.26157 14.187 5.22571C14.3417 5.18985 14.5921 5.13491 14.7432 5.10374C14.8944 5.07243 15.1418 5.02433 15.2928 4.99658C15.4441 4.96897 15.7072 4.92414 15.8777 4.8971C16.0482 4.87007 16.3369 4.82864 16.5189 4.80516C16.7012 4.78154 16.9389 4.75251 17.0474 4.74056C17.156 4.7286 17.3875 4.70597 17.5618 4.69018C17.7363 4.67453 18.0184 4.65232 18.189 4.64093C18.3595 4.62954 18.6703 4.61318 18.8796 4.60479C19.0888 4.59624 19.3394 4.58769 19.4362 4.58573C19.5332 4.58392 19.8154 4.58102 20.0635 4.57945ZM22.4093 4.67581C22.431 4.67581 22.6099 4.69187 22.8065 4.71166C23.0031 4.73129 23.2941 4.76375 23.4529 4.78354C23.6119 4.80332 23.8497 4.83563 23.9814 4.85512C24.1132 4.8746 24.3542 4.91304 24.517 4.94051C24.6798 4.96784 25.0001 5.02789 25.2287 5.07386C25.4574 5.11983 25.7776 5.18927 25.9404 5.22812C26.1032 5.26698 26.2617 5.30597 26.2927 5.31465C26.3326 5.32577 26.406 5.38069 26.5439 5.50251C26.651 5.59715 26.8247 5.75883 26.93 5.86186C27.0353 5.96489 27.2006 6.1351 27.2973 6.24011C27.3941 6.34528 27.5501 6.52459 27.6443 6.6386C27.7383 6.75273 27.8819 6.93574 27.9633 7.04533C28.0449 7.15491 28.1816 7.35031 28.2673 7.47939C28.353 7.60847 28.4707 7.79419 28.5288 7.8921C28.587 7.98987 28.6728 8.14044 28.7197 8.22653C28.7667 8.31263 28.8463 8.46634 28.8966 8.56809C28.9469 8.66985 29.0357 8.86196 29.0939 8.99502C29.1521 9.12809 29.2409 9.34582 29.2912 9.47889C29.3415 9.61196 29.4085 9.80082 29.4399 9.89873C29.4713 9.9965 29.5261 10.1791 29.5618 10.3043C29.5973 10.4296 29.6547 10.6601 29.6891 10.8167C29.7236 10.9732 29.7674 11.1941 29.7866 11.3077C29.8058 11.4211 29.8342 11.6165 29.8499 11.7418C29.8655 11.867 29.8848 12.0431 29.8929 12.1331C29.9009 12.2231 29.9137 12.4486 29.9216 12.6344C29.9312 12.8626 29.9312 13.0953 29.9213 13.353C29.9134 13.5627 29.8943 13.859 29.8789 14.0117C29.8634 14.1642 29.8345 14.3948 29.8148 14.524C29.7951 14.6531 29.7598 14.8549 29.7367 14.9723C29.7135 15.0897 29.6664 15.2987 29.6321 15.4367C29.598 15.5746 29.538 15.7923 29.4988 15.9205C29.4598 16.0486 29.4031 16.224 29.373 16.3101C29.3428 16.3962 29.296 16.5248 29.269 16.596C29.2419 16.6673 29.1837 16.8113 29.1396 16.9162C29.0956 17.0212 28.9939 17.2415 28.9135 17.4059C28.8332 17.5702 28.7109 17.8044 28.6417 17.926C28.5725 18.0479 28.4575 18.24 28.3863 18.353C28.315 18.4661 28.1953 18.6456 28.1204 18.7517C28.0452 18.8579 27.9223 19.0249 27.8472 19.1225C27.772 19.2202 27.6398 19.383 27.5534 19.4844C27.467 19.5857 27.3097 19.7611 27.2039 19.8741C27.098 19.9871 26.9196 20.1655 26.8072 20.2707C26.6948 20.3759 26.5109 20.5398 26.3984 20.635C26.2861 20.7302 26.118 20.866 26.025 20.9366C25.932 21.0073 25.7924 21.1102 25.7149 21.1653C25.6374 21.2204 25.4789 21.3264 25.3626 21.4011C25.2463 21.4757 25.0656 21.5864 24.9609 21.647C24.8562 21.7078 24.6386 21.8241 24.4772 21.9056C24.316 21.987 24.0723 22.1017 23.9359 22.1605C23.7995 22.2191 23.5753 22.3085 23.4377 22.3589C23.3001 22.4093 23.0824 22.4826 22.9537 22.5218C22.8249 22.561 22.6186 22.6188 22.4949 22.6501C22.3713 22.6815 22.1604 22.7293 22.0266 22.7565C21.8925 22.7836 21.6978 22.819 21.5938 22.8352C21.4897 22.8514 21.2931 22.8771 21.1568 22.8922C21.0206 22.9072 20.7823 22.927 20.6272 22.9363C20.4546 22.9464 20.1734 22.9498 19.9014 22.9448C19.6573 22.9404 19.3526 22.9269 19.2244 22.9148C19.0963 22.9027 18.9155 22.8828 18.8227 22.8707C18.73 22.8586 18.594 22.8391 18.5203 22.8273C18.4467 22.8156 18.323 22.7937 18.2455 22.7786C18.1679 22.7635 18.0317 22.7352 17.9425 22.7156C17.8534 22.6959 17.7043 22.6601 17.6113 22.6357C17.5183 22.6114 17.3594 22.5665 17.2585 22.5361C17.1574 22.5056 16.9799 22.4477 16.8639 22.4073C16.7478 22.3669 16.5578 22.2956 16.4415 22.2488C16.3252 22.2021 16.1319 22.119 16.0117 22.0643C15.8916 22.0097 15.6901 21.9109 15.5638 21.8447C15.4376 21.7786 15.2411 21.6694 15.1269 21.6021C15.0129 21.5348 14.8085 21.406 14.6728 21.316C14.5372 21.2259 14.3406 21.088 14.2359 21.0095C14.1313 20.9308 13.9822 20.8148 13.9047 20.7517C13.8272 20.6885 13.6876 20.5698 13.5946 20.488C13.5016 20.4062 13.3187 20.2333 13.188 20.1036C13.0574 19.9739 12.8729 19.7814 12.778 19.6758C12.6833 19.5701 12.5446 19.4084 12.4698 19.3162C12.3949 19.2241 12.2768 19.0728 12.2073 18.9799C12.1379 18.887 12.0086 18.703 11.92 18.5709C11.8315 18.439 11.702 18.2349 11.6323 18.1175C11.5627 18.0001 11.4532 17.805 11.3889 17.684C11.3247 17.563 11.2343 17.3837 11.1884 17.2855C11.1425 17.1873 11.0618 17.0046 11.0093 16.8794C10.9568 16.7541 10.9006 16.6154 10.8843 16.5708L10.8545 16.4901L10.9325 16.5249C10.9753 16.5439 11.0414 16.5755 11.0795 16.595C11.1177 16.6145 11.2487 16.6726 11.3711 16.7241C11.4932 16.7756 11.6787 16.8492 11.783 16.8876C11.8875 16.9262 12.065 16.9861 12.1776 17.021C12.2904 17.056 12.484 17.1105 12.608 17.1422C12.732 17.174 12.935 17.2192 13.059 17.2428C13.183 17.2663 13.2983 17.2902 13.3151 17.2959C13.3325 17.3017 13.4109 17.3988 13.4956 17.5189C13.5781 17.6358 13.6913 17.7895 13.7469 17.8603C13.8026 17.9312 13.9142 18.0661 13.9948 18.16C14.0754 18.2541 14.247 18.4366 14.376 18.5658C14.5051 18.6949 14.6865 18.8661 14.7791 18.9462C14.8717 19.0262 15.0173 19.1465 15.1026 19.2135C15.1878 19.2805 15.3454 19.3968 15.4526 19.4721C15.5599 19.5472 15.7469 19.6692 15.8684 19.7429C15.9897 19.8168 16.2382 19.9523 16.4203 20.0439C16.6025 20.1357 16.8499 20.25 16.9699 20.2979C17.0902 20.346 17.2741 20.4148 17.3786 20.4511C17.4834 20.4872 17.6831 20.5484 17.8226 20.5871C17.9621 20.6258 18.1509 20.6737 18.2423 20.6934C18.3336 20.7132 18.5048 20.7451 18.6228 20.7644C18.7408 20.7838 18.9198 20.8091 19.0205 20.8208C19.1213 20.8325 19.3242 20.8496 19.4715 20.8587C19.6302 20.8683 19.8741 20.8716 20.0705 20.8665C20.2527 20.8618 20.5064 20.8478 20.6342 20.8356C20.7622 20.8234 20.9714 20.797 21.0993 20.7773C21.2272 20.7575 21.4206 20.7225 21.5291 20.6994C21.6376 20.6762 21.8121 20.6347 21.9167 20.607C22.0214 20.5793 22.2147 20.5209 22.3465 20.4774C22.4783 20.434 22.6782 20.3614 22.7905 20.3163C22.9029 20.2712 23.0606 20.2043 23.141 20.1679C23.2213 20.1313 23.3514 20.069 23.4299 20.0292C23.5084 19.9895 23.6678 19.9026 23.784 19.836C23.9003 19.7694 24.0875 19.6541 24.1998 19.5798C24.3122 19.5054 24.4866 19.3826 24.5873 19.3067C24.6881 19.231 24.8466 19.1046 24.9397 19.0261C25.0327 18.9475 25.1866 18.81 25.2817 18.7207C25.3768 18.6311 25.5314 18.4749 25.6253 18.3734C25.7192 18.2718 25.8597 18.112 25.9376 18.0182C26.0154 17.9245 26.1407 17.7644 26.2158 17.6624C26.2909 17.5605 26.4127 17.3842 26.4864 17.2707C26.5599 17.1572 26.6741 16.9683 26.7401 16.8509C26.806 16.7335 26.8948 16.567 26.9374 16.4809C26.9799 16.3948 27.0512 16.2411 27.0959 16.1393C27.1404 16.0376 27.2071 15.8742 27.244 15.7764C27.2811 15.6785 27.3404 15.5089 27.3759 15.3993C27.4115 15.2897 27.463 15.1168 27.4905 15.015C27.518 14.9133 27.5623 14.7275 27.5889 14.6023C27.6157 14.4771 27.6502 14.2945 27.6656 14.1967C27.6811 14.0988 27.7033 13.9323 27.7152 13.8267C27.7269 13.7209 27.7438 13.516 27.7528 13.3713C27.7628 13.2119 27.7658 12.9677 27.7606 12.7522C27.7559 12.5565 27.7422 12.2971 27.7302 12.1758C27.7181 12.0544 27.6953 11.8655 27.6794 11.756C27.6635 11.6464 27.6316 11.4638 27.6086 11.3503C27.5855 11.2368 27.5414 11.0452 27.5105 10.9244C27.4797 10.8036 27.4222 10.605 27.3827 10.4832C27.3434 10.3614 27.2712 10.1592 27.2226 10.0339C27.174 9.90869 27.0982 9.7261 27.0543 9.62831C27.0104 9.5304 26.936 9.3767 26.8889 9.28676C26.8419 9.19681 26.7653 9.05577 26.7186 8.97365C26.672 8.89139 26.5674 8.72175 26.4862 8.59652C26.4051 8.47128 26.2767 8.28556 26.201 8.18381C26.1253 8.08205 25.9947 7.91553 25.9107 7.81377C25.8267 7.71201 25.6278 7.49713 25.4685 7.33615C25.3094 7.17534 25.1 6.97624 25.003 6.89369C24.9062 6.81115 24.7444 6.6805 24.6437 6.60351C24.5429 6.52652 24.3526 6.39174 24.2209 6.30408C24.0891 6.21656 23.8957 6.09559 23.791 6.0354C23.6863 5.9752 23.4993 5.8753 23.3753 5.81353C23.2512 5.75177 23.0611 5.66353 22.9527 5.61742L22.7557 5.53359L22.6631 5.31457C22.6122 5.19417 22.5253 5.00104 22.47 4.88564L22.3694 4.67572L22.4093 4.67581ZM10.8349 6.29892C10.8441 6.29862 10.7912 6.38631 10.7175 6.4939C10.6438 6.60149 10.5374 6.76329 10.481 6.85324C10.4247 6.94318 10.3225 7.11297 10.2543 7.23038C10.1859 7.34779 10.0491 7.60395 9.95028 7.79963C9.85149 7.99531 9.73141 8.24508 9.68362 8.35465C9.63571 8.46424 9.56468 8.63388 9.52592 8.73178C9.48717 8.82955 9.41459 9.02496 9.36484 9.16585C9.31495 9.30674 9.23701 9.54682 9.19163 9.69952C9.14611 9.85208 9.08001 10.0954 9.0445 10.2403C9.00898 10.3852 8.95811 10.6156 8.93119 10.7527C8.90442 10.8896 8.86622 11.1074 8.84649 11.2367C8.82662 11.366 8.79758 11.5869 8.78208 11.7277C8.76644 11.8686 8.74615 12.1074 8.73685 12.2584L8.72064 12.5333L8.69605 12.5005C8.68238 12.4826 8.62079 12.3781 8.55935 12.2685C8.49776 12.1589 8.40643 11.986 8.35626 11.8843C8.30609 11.7825 8.23337 11.6255 8.19447 11.5353C8.15571 11.4451 8.09172 11.2818 8.05226 11.1724C8.0128 11.063 7.95544 10.8902 7.92458 10.7884C7.89371 10.6867 7.84974 10.5266 7.82663 10.4327C7.80351 10.3387 7.76843 10.1786 7.74856 10.0769C7.72882 9.97513 7.70007 9.80221 7.68471 9.69262C7.66937 9.58304 7.65032 9.41967 7.64228 9.32972C7.63424 9.23977 7.62369 9.03796 7.61875 8.88142C7.6134 8.71392 7.61636 8.47967 7.62623 8.31217C7.63538 8.15563 7.64639 8.01304 7.65075 7.99536C7.65638 7.97243 7.727 7.92021 7.89316 7.8159C8.02212 7.73492 8.24181 7.60157 8.38136 7.51975C8.52088 7.43777 8.7524 7.30642 8.89575 7.22772C9.03923 7.14901 9.296 7.01425 9.46654 6.92829C9.63707 6.84234 9.86226 6.73162 9.96685 6.68209C10.0716 6.63271 10.3062 6.52639 10.4883 6.44613C10.6705 6.36572 10.827 6.29955 10.836 6.29912L10.8349 6.29892ZM0.778102 15.8818C0.681707 15.879 0.605884 15.8845 0.560641 15.8977C0.522448 15.9087 0.449868 15.9388 0.399415 15.9647C0.346003 15.9921 0.271729 16.048 0.221982 16.0982C0.174911 16.1458 0.116421 16.2226 0.0920392 16.269C0.0676636 16.3154 0.0372162 16.3903 0.0243913 16.4352C0.0104538 16.4839 0.00100685 16.568 0.00100685 16.6426C0.00100685 16.7415 0.00916914 16.7933 0.0399034 16.8871C0.0613181 16.9525 0.156032 17.1635 0.250459 17.3557C0.344741 17.548 0.488913 17.8249 0.570809 17.971C0.65255 18.117 0.781364 18.3379 0.856758 18.462C0.932299 18.5859 1.0652 18.7962 1.15229 18.9293C1.23924 19.0624 1.38497 19.2769 1.47614 19.4061C1.56718 19.5352 1.70854 19.7306 1.79027 19.8401C1.87201 19.9497 2.02281 20.145 2.12513 20.2742C2.22759 20.4033 2.39571 20.6082 2.49875 20.7296C2.60177 20.8509 2.77202 21.0463 2.87716 21.1637C2.98229 21.2811 3.21413 21.5269 3.39239 21.7098C3.57067 21.8926 3.83393 22.1521 3.97726 22.2863C4.12073 22.4205 4.29507 22.5819 4.36482 22.6449C4.43458 22.7078 4.5741 22.8301 4.67488 22.9163C4.77565 23.0024 4.97226 23.1653 5.11179 23.2784C5.25131 23.3912 5.47652 23.5674 5.6121 23.6697C5.74782 23.772 5.95486 23.9239 6.07225 24.0071C6.18965 24.0905 6.4243 24.2506 6.59371 24.3632C6.76311 24.4758 7.01581 24.6382 7.15534 24.7241C7.29486 24.8101 7.50413 24.9352 7.62042 25.0021C7.73669 25.069 7.93173 25.179 8.05394 25.2464C8.17613 25.3139 8.43926 25.4517 8.63881 25.5524C8.83837 25.6532 9.11896 25.7901 9.26229 25.8566C9.40575 25.923 9.65265 26.0335 9.8112 26.1019C9.96975 26.1704 10.2189 26.2735 10.3649 26.3315C10.5109 26.3894 10.7777 26.4904 10.9575 26.556C11.1375 26.6216 11.4242 26.7213 11.5947 26.7773C11.7652 26.8334 12.0429 26.9204 12.2117 26.9707C12.3806 27.021 12.6637 27.1008 12.8409 27.1481C13.0182 27.1953 13.2954 27.2653 13.457 27.3038C13.6187 27.342 13.8874 27.4024 14.054 27.4377C14.2207 27.4731 14.4617 27.5215 14.5895 27.5451C14.7175 27.5689 14.9362 27.6075 15.0758 27.6311C15.2153 27.6547 15.4372 27.6899 15.569 27.7094C15.7008 27.7287 15.907 27.7575 16.0271 27.7733C16.1473 27.7889 16.3597 27.8145 16.4992 27.8302C16.6387 27.8459 16.8543 27.8683 16.9784 27.88C17.1024 27.8918 17.3307 27.911 17.4857 27.9228C17.6407 27.9348 17.8754 27.9507 18.0072 27.9584C18.139 27.9661 18.4497 27.9799 18.6977 27.989C18.9834 27.9995 19.4741 28.0027 20.0366 27.9977C20.5249 27.9933 21.045 27.9829 21.1923 27.9743C21.3395 27.9659 21.6059 27.9491 21.7842 27.937C21.9625 27.9249 22.2748 27.8996 22.4783 27.8807C22.6816 27.8618 22.9861 27.8297 23.1548 27.8095C23.3233 27.7893 23.5977 27.7537 23.7643 27.7303C23.9309 27.7068 24.2354 27.6594 24.4408 27.6248C24.6461 27.5902 24.9474 27.5357 25.1102 27.5035C25.273 27.4715 25.5647 27.4098 25.7585 27.3665C25.9523 27.3232 26.2694 27.2472 26.4631 27.1977C26.6569 27.148 26.9201 27.0777 27.0479 27.0413C27.1757 27.005 27.3179 26.9551 27.3638 26.9303C27.4099 26.9055 27.4807 26.8547 27.5213 26.8173C27.5617 26.7799 27.6155 26.7168 27.6406 26.6773C27.6658 26.6376 27.7018 26.5626 27.7204 26.5106C27.7404 26.4548 27.7576 26.3689 27.7621 26.3017C27.7675 26.222 27.763 26.1577 27.7469 26.0894C27.7343 26.0356 27.7008 25.9469 27.6725 25.8924C27.644 25.8376 27.5851 25.7572 27.5406 25.7122C27.4965 25.6677 27.423 25.6115 27.3775 25.5873C27.3318 25.5631 27.2598 25.5316 27.2171 25.5174C27.1631 25.4993 27.099 25.4916 27.0057 25.4921C26.8883 25.4927 26.8406 25.5016 26.6182 25.5651C26.4786 25.6051 26.2123 25.6761 26.0262 25.7232C25.8402 25.7701 25.5738 25.8342 25.4343 25.8655C25.2948 25.8967 25.0332 25.9515 24.8531 25.987C24.673 26.0226 24.394 26.074 24.233 26.1013C24.0721 26.1285 23.8327 26.1669 23.7009 26.1866C23.5691 26.2062 23.3377 26.2382 23.1865 26.2576C23.0354 26.2769 22.7531 26.3088 22.5593 26.3284C22.3655 26.3481 22.0801 26.3741 21.9251 26.3864C21.7701 26.3986 21.4753 26.4185 21.2698 26.4306C21.0473 26.4439 20.543 26.456 20.0225 26.4606C19.4696 26.4656 18.9909 26.4625 18.7189 26.452C18.4826 26.443 18.1369 26.4259 17.9508 26.4143C17.7648 26.4026 17.5016 26.3834 17.366 26.3719C17.2304 26.3602 16.9957 26.3377 16.8445 26.3219C16.6934 26.3061 16.4682 26.2802 16.3442 26.2646C16.2202 26.2489 16.01 26.2204 15.8771 26.2014C15.7442 26.1823 15.554 26.1534 15.4543 26.1373C15.3547 26.1213 15.1503 26.0855 15.0003 26.0582C14.8503 26.0309 14.603 25.9826 14.4506 25.951C14.2984 25.9196 14.0249 25.8585 13.8426 25.8155C13.6606 25.7724 13.4036 25.7085 13.2719 25.6732C13.1401 25.6381 12.9214 25.5773 12.7856 25.5383C12.6501 25.4993 12.4185 25.4286 12.2712 25.3811C12.124 25.3337 11.8957 25.2578 11.7639 25.2124C11.6321 25.1672 11.4125 25.0883 11.2761 25.0374C11.1396 24.9863 10.8954 24.8902 10.7335 24.8239C10.5716 24.7574 10.3313 24.6552 10.1995 24.5966C10.0677 24.5381 9.83618 24.4314 9.68511 24.3595C9.53403 24.2875 9.29304 24.1673 9.14957 24.0922C9.00624 24.0172 8.76835 23.8886 8.62108 23.8063C8.47381 23.7242 8.22646 23.58 8.07145 23.4863C7.91642 23.3923 7.67232 23.2389 7.52885 23.1455C7.38552 23.0518 7.16354 22.9015 7.03559 22.8113C6.90777 22.7211 6.65718 22.5366 6.4789 22.4014C6.30062 22.2662 6.0375 22.0586 5.89418 21.9399C5.75085 21.8214 5.52888 21.6315 5.40093 21.5181C5.27296 21.4046 5.01929 21.1664 4.83703 20.9888C4.65494 20.811 4.39704 20.5503 4.264 20.4094C4.13096 20.2685 3.95732 20.0795 3.87827 19.9896C3.79921 19.8995 3.6415 19.7138 3.52792 19.5769C3.41418 19.4398 3.23521 19.2157 3.13022 19.0788C3.02523 18.9417 2.85837 18.7154 2.75944 18.5758C2.66065 18.4364 2.50169 18.2025 2.4064 18.0564C2.31099 17.9104 2.15709 17.6627 2.06437 17.5062C1.97163 17.3496 1.83464 17.1064 1.75995 16.9655C1.68526 16.8248 1.57575 16.6031 1.51656 16.4728C1.45286 16.3327 1.38394 16.204 1.34744 16.1576C1.31348 16.1144 1.24287 16.0496 1.19058 16.0136C1.13816 15.9774 1.05726 15.934 1.01075 15.917C0.948598 15.8942 0.886905 15.8849 0.778102 15.8818ZM37.5539 18.3595C37.4841 18.3565 37.4017 18.3597 37.3707 18.3666C37.3397 18.3733 37.2774 18.3929 37.2323 18.41C37.1871 18.4272 37.1112 18.4709 37.0635 18.5074C37.0061 18.5512 36.9231 18.643 36.8171 18.7799C36.7293 18.8933 36.5813 19.0806 36.4882 19.1957C36.395 19.311 36.2425 19.4936 36.1491 19.6013C36.0558 19.7092 35.8856 19.8999 35.771 20.0251C35.6562 20.1504 35.3985 20.4164 35.1982 20.6163C34.9978 20.8161 34.7388 21.0661 34.6225 21.1716C34.5062 21.2772 34.3196 21.4427 34.208 21.5394C34.0963 21.6361 33.8933 21.8052 33.757 21.9154C33.6206 22.0254 33.3886 22.2061 33.2413 22.3168C33.0941 22.4276 32.8658 22.5941 32.734 22.6869C32.6023 22.7798 32.4057 22.9142 32.2971 22.9856C32.1885 23.057 32.0079 23.1733 31.8954 23.244C31.7831 23.3146 31.5738 23.4414 31.4303 23.5258C31.2868 23.6101 31.0618 23.7383 30.93 23.8106C30.7982 23.8829 30.5754 24.0006 30.4348 24.0722C30.2941 24.1436 30.1411 24.2304 30.0945 24.265C30.0469 24.3005 29.981 24.3689 29.9435 24.422C29.9068 24.4738 29.8603 24.5625 29.8402 24.6188C29.8096 24.7046 29.8034 24.7463 29.8032 24.871C29.803 24.9907 29.8095 25.0395 29.8357 25.1168C29.8537 25.1697 29.8937 25.2513 29.9246 25.2979C29.9554 25.3448 30.0137 25.4122 30.0537 25.4479C30.0938 25.4837 30.1711 25.5345 30.2253 25.5607C30.2796 25.5868 30.3575 25.6153 30.3987 25.6238C30.4397 25.6325 30.51 25.6395 30.5548 25.6395C30.5996 25.6395 30.6739 25.6321 30.7197 25.623C30.7772 25.6118 30.9131 25.5503 31.1555 25.4259C31.3493 25.3266 31.6093 25.1888 31.7333 25.1198C31.8574 25.0509 32.0509 24.9403 32.1632 24.8741C32.2757 24.808 32.4723 24.6895 32.6001 24.6108C32.7281 24.5321 32.9817 24.3688 33.1638 24.2478C33.346 24.1268 33.6028 23.9506 33.7346 23.8561C33.8664 23.7618 34.0756 23.6075 34.1997 23.5136C34.3237 23.4195 34.5172 23.2691 34.6295 23.1791C34.742 23.0892 34.9477 22.9193 35.087 22.8013C35.2262 22.6833 35.4705 22.4685 35.6296 22.3241C35.7889 22.1795 36.113 21.8657 36.3501 21.6268C36.587 21.3877 36.8757 21.0864 36.9917 20.9573C37.1076 20.8281 37.2974 20.6103 37.4135 20.4734C37.5297 20.3364 37.7107 20.1155 37.816 19.9824C37.9212 19.8494 38.0434 19.6924 38.0875 19.6337C38.1316 19.575 38.1835 19.4938 38.2026 19.4531C38.2218 19.4126 38.2476 19.3357 38.26 19.2824C38.2751 19.2178 38.2803 19.1497 38.2756 19.0781C38.2718 19.0181 38.2532 18.926 38.2335 18.8688C38.2142 18.8126 38.1684 18.7242 38.1317 18.6724C38.0916 18.6155 38.028 18.5506 37.9716 18.5086C37.9202 18.4705 37.8337 18.4224 37.7794 18.402C37.7075 18.3748 37.6462 18.3633 37.5539 18.3595Z' fill='%23121010'/%3E%3C/svg%3E%0A");
}
#menu .openlink .logo {
    width: 172px;
    display: block;
    height: 28px;
    font-size: 0;
}
#menu .openlink ins i {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H21V6H3V4ZM3 11H21V13H3V11ZM3 18H21V20H3V18Z' fill='%23121010'/%3E%3C/svg%3E%0A");
}
#menu.opened .openlink ins i {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 19L5 17.6L10.6 12L5 6.4L6.4 5L12 10.6L17.6 5L19 6.4L13.4 12L19 17.6L17.6 19L12 13.4L6.4 19Z' fill='%23121010'/%3E%3C/svg%3E%0A");
}
#menu .openlink ins {
    position: absolute;
    right: 24px;
    top: 14px;
    height: 28px;
    line-height: 28px;
    width: calc(100% - 250px);
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    color: #121010;
}
#menu .openlink ins i {
    width: 24px;
    height: 26px;
    transition: all 0.6s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
#menu.opened {
    height: 320px;
}
#menu .menu {
    height: calc(100% - 56px);
    padding: 24px;
    padding-top: 16px;
}
#menu .menu a {
    display: block;
    margin-bottom: 12px;
    color: var(--gray-black, #2E2E2E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.6s ease;
}
#menu .menu a:hover, #menu .menu a.active { color:#939393; }
body[page="page4"] #zoors.success {
    transform: scale(1) translateX(-20px) translateY(-100px);
}

#videoplayer {
    position: fixed;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    overflow: hidden;
    border-radius: 2px;
    border-top: 4px solid #d20002;
	z-index: 200;
	display:none;
}
#videoplayer.active {display:block;}
#videoplayer .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #d20002;
    cursor: pointer;
    padding: 0 15px;
    height: 30px;
    line-height: 26px;
    color: #fff;
}
#videoplayer video {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
    display: block;cursor:pointer;
}
#menu span {cursor:pointer;} 
#videoplayer .close { 
    background: #06ebfa; 
    color: #181818;
}
#videoplayer { 
    border-top: 4px solid #06ebfa; 
}
.showVideo.global {
    width: 64px;
    height: 64px;
    position: fixed;
    z-index: 10;
    top: 16px;
    right: 16px;
    left: auto;
    cursor: pointer;
}
.justmobile {display:none;}

.cardswrap {
    font-size: 0;
}
#page8 .years { 
    background-position: 0 0px;
}
#page8 .years {
    padding-top: 0;
}
.modal {
    z-index: 99;
}
body[page="page4"] #zoors.success {
    opacity:0;
}
@media only screen and (min-device-width: 500px){
#page4 .top .zoors.justdesktop {
    display: block;
    position: relative;
    transform: scale(0.8);
    top: 160px;
}
#page4 .left.top {
    min-height: 750px;
}
}
a, #page6 .gall3d .gallitem div a {
    cursor: pointer;
}
.modal.text svg {
    width: 56px;
    height: 56px;
    object-fit: scale-down;
    background: #00EBFA;
    border-radius: 100px;
    margin-bottom: 32px;
    padding: 8px;
}
.modal.text .win h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 16px;
    background: var(--grey, linear-gradient(90deg, rgba(217, 217, 217, 0.40) 2.45%, #E8E8E8 49.19%, rgba(217, 217, 217, 0.38) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal.text .win p {
    display: block;
    margin-bottom: 32px;
    color: var(--gray_mid, #939393);
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal.text .win .blocks {
    font-size: 0;
}
.modal.text .win .blocks div {
    color: var(--gray_mid, #939393);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 16px;
    border-top: 1px solid #585858;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 16px);
    margin-right: 16px;
}
.modal.text .win {
    width: 100%;
    max-width: 652px;
    padding-left: 32px;
    top: calc( (100% - 500px) / 2);
}












.page {
    padding-top: 80px;
	height:auto;min-height:100vh;
	padding-botton:120px;
}


body[page="page4"] #zoors.success {
    opacity: 1;
}
body[page="page4"] #zoors.success .zoor {
    opacity: 0;
}

body[page="page5"] #zoors, 
body[page="page6"] #zoors, 
body[page="page7"] #zoors, 
body[page="page8"] #zoors, 
body[page="page9"] #zoors, 
body[page="page10"] #zoors, 
body[page="page11"] #zoors, 
body[page="page122"] #zoors {
	opacity:0;display:none;
}


#page6 #scanning { 
    background-position: center right; 
}

#page122 {
    height: auto !important;
    min-height: 250px;
}

body[page="page3"] #glaz {
    position: absolute;
    top: calc(200vh + 0px);
}
body[page="page4"] #glaz #zoors #fireworks {
    filter: brightness(0.9);
}
.page .axtin {
    font-size: 16px;
    line-height: 1.5em;
}

.page .axtin {
    font-size: 18px;
    line-height: 1.5em;
    max-width: 400px;
}
#page4 {
    padding-top: 0;
}

#page4 .top {
    padding-top: 40px;
}
#page4 .left.top {
    min-height: 650px;
}
#page5 {
    padding-top: 40px;
}



 .scanning {
    height: 375px;
    font-size: 0;
}
.scanning .h1 {
    display: block;
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 240px;
    line-height: 351px;
    color: #383838;
    text-align: left;text-transform:uppercase;
}
.scanning .h2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 240px;
    line-height: 351px;
    color: #ffffff;
    text-align: left;
    width: 47%;
    overflow: hidden;
    border-right: 1px solid #746262;text-transform:uppercase;
}
 .scanning .hy {
    display: block;
    width: 120px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 48%;text-align:left;
}
.scanning .hy b {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #939393;
}
 .scanning .hy i {
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.scanning .h2, .scanning .hy {
	    transition: all .8s ease;
		
}
.scanning {
    margin: 0 auto;
    width: 1360px;
}



.scanning {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 72px;
    margin-top: 32px;
}



@media only screen and (min-device-width: 500px){
	#page8 .years {
    	margin-top: 60px;
	}
	#page1, #page2, #page3 {
    	height: 100vh;
	}
	#glaz #zoors.success {
    	transition: all 0.6s ease;
    	bottom: 20px;
    	top: auto !important;
	}
}

#page5 .graphs > div:hover,
#page5 .graphs .gr:hover {
    animation: div1 1.5s infinite;
}

@keyframes div1 {
	10% {
		filter: blur(1px);
		opacity: 0.9;
	}
	15% {
		filter: blur(0.5px);
		opacity: 0.7;
	}
	20% {
		filter: blur(0.5px);
		opacity: 0.9;
	}
	25% {
		filter: blur(0px);
		opacity: 1;
	}
 
	70% {
		filter: blur(0px);
		opacity: 0.8;
	}
	75% {
		filter: blur(0.5px);
		opacity: 0.7;
	}
	80% {
		filter: blur(0.5px);
		opacity: 1;
	}
	85% {
		filter: blur(0px);
		opacity: 1;
	}
}

#menu.opened {
    height: 270px;
}

#page9 {
    min-height: 0;
}


#page122 .bot .right .brab { 
    font-size: 0 !important;
    background-repeat: no-repeat;
}


#page4 { 
    background: #262626;
}

#magic canvas {
    width: 100% !important;
    height: 100% !important;
}

#magic {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}



#page4 .right.top {
    padding-top: 200px;
}
#menu.opened {
    height: 230px;
}



#page122 .top .right {
    display: none;
}
#page122 .top .left {
    border: none;
}
#page122 .bot .left {
    display: none;
}
#page122 .bot .right {
    width: 100%;
    padding: 0;
}

#page7  { 
    padding-bottom: 0;
}

#page10 .bigtitle h2, #page10 .bigtitle .intro {
    height: auto;
    top: 80px;
}
#page10 #form {
    top: 180px;
}
#page10 {
    min-height: 700px;
}
body {overscroll-behavior-y: none;}

@media only screen and (min-width: 500px){
	#page122 .top .left .menu > a {    display: inline-block;    vertical-align: top;    margin-left: 24px;}
	#page122 .top .left .menu {    width: calc(100% - 250px);    right: 0;    text-align: right; }
	#page122 .top .left {    width: 100%;    padding: 0;}
}

#page7 .cards .card2 div img {
    max-width: 183px;
    left: calc( (100% - 183px) / 2);
    bottom: 0;
}




