@charset "UTF-8";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{margin:0;padding:0;background-color:#0a192f;color:#ccd6f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif;line-height:1.3;overflow-x:hidden}html.blur,body.blur{overflow:hidden}a{text-decoration:none;color:inherit;transition:all .3s ease}a:hover{color:#64ffda}ul,ol{list-style:none;padding:0;margin:0}ul li{margin-bottom:10px}ul li:before{content:"▹";margin-right:10px;color:#64ffda}svg{width:100%;height:100%;fill:currentColor}img{max-width:100%;vertical-align:middle}h1,h2,h3,h4,h5{margin:0;font-weight:700;color:#ccd6f6}h3{font-size:24px}@media (min-width: 768px){h3{font-size:28px}}@media (min-width: 1200px){h3{font-size:32px}}h4{font-size:16px}@media (min-width: 768px){h4{font-size:20px}}@media (min-width: 1200px){h4{font-size:24px}}h5{margin-bottom:10px;font-size:14px}@media (min-width: 768px){h5{font-size:16px}}@media (min-width: 1200px){h5{font-size:18px}}p{margin:0 0 10px;font-size:16px}@media (min-width: 768px){p{margin:0 0 20px;font-size:18px}}@media (min-width: 1200px){p{font-size:20px}}.site{position:relative;min-height:100vh}.main{max-width:1600px;min-width:100vw;min-height:calc(100vh - 102px);margin:0 auto;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;counter-reset:section 0}@media (min-width: 768px){.main{padding:0 100px}}@media (min-width: 1200px){.main{padding:0 150px}}.section{width:100%;max-width:1200px;margin:0 auto;padding:50px 0}@media (min-width: 768px){.section{padding:100px 0}}@media (min-width: 1200px){.section{padding:150px 0}}.text--small{font-size:14px}.text--monospace{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,Lucida Console,Monaco,monospace}.text--normal{font-weight:400}.text--center{text-align:center}.text--right{text-align:right}.text--left{text-align:left}.text--white{color:#fff}.text--black{color:#36363c}.text--secondary,.link-button{color:#64ffda}.text--dark-primary{color:#8892b0}.mt-20{margin-top:20px}.link-button{border:1px solid #64ffda;border-radius:5px}.link-button:hover{background-color:#64ffda33}.section__h3{display:flex;align-items:center;margin:10px 0 40px;counter-increment:section 1}.section__h3:before{content:"0" counter(section) ".";margin-right:10px;font-weight:400;font-size:24px;color:#64ffda}@media (min-width: 768px){.section__h3:after{content:"";display:block;width:300px;height:1px;margin-left:20px;background-color:#233554}}.image__link{display:block;position:relative;z-index:1;box-shadow:#020c1bb3 0 10px 30px -15px}.image__link>img{border-radius:3px}.image__link:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;background-color:#64ffda4d;transition:background-color .3s ease}.image__link:hover:before{background-color:transparent}.social__link{width:22px;transition:filter .3s ease}.social__link:hover{filter:hue-rotate(-100deg)}.side__panel{display:none;flex-direction:column;align-items:center}.side__panel:after{content:"";display:block;width:1px;height:90px;background-color:#ccd6f6}@media (min-width: 768px){.side__panel{display:flex}}.header{position:relative;z-index:11;padding:30px 20px;background-color:#0a192f;box-shadow:#020c1bb3 0 10px 30px -15px}@media (min-width: 768px){.header{padding-left:50px;padding-right:50px}}.header__nav{display:flex;justify-content:space-between;align-items:center}.nav__logo{width:42px;height:42px}#nav__checkbox{position:absolute;top:-9999px;left:-9999px}#nav__checkbox:checked~.nav__links{transform:translate(0)}#nav__checkbox:checked+.nav__label:before{top:5px;transform:rotate(135deg)}#nav__checkbox:checked+.nav__label:after{transform:rotate(-135deg)}.nav__label{position:relative;display:block;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:3}.nav__label:before,.nav__label:after{display:block;content:"";position:absolute;right:20px;width:32px;height:3px;border-radius:3px;background-color:#64ffda;transition:transform .3s ease}.nav__label:before{top:-5px}.nav__label:after{top:5px}@media (min-width: 768px){.nav__label{display:none}}.nav__links{position:fixed;top:0;bottom:0;right:0;z-index:2;width:300px;display:flex;flex-direction:column;justify-content:center;padding:40px;transform:translate(300px);background-color:#172a45;box-shadow:#020c1bb3 -5px 0 20px 5px;transition:transform .5s ease}@media (min-width: 768px){.nav__links{flex-direction:row;align-items:center;position:static;width:auto;padding:0;background:transparent;box-shadow:none;transform:none}}.links__menu{display:flex;flex-direction:column;margin-bottom:20px;counter-reset:item}@media (min-width: 768px){.links__menu{flex-direction:row;margin-bottom:0}}.menu__item{margin:30px 0;counter-increment:item 1}.menu__item:before{content:"0" counter(item) ".";color:#64ffda}.menu__item a{padding:10px}@media (min-width: 768px){.menu__item{margin:0 10px}}.links__resume{padding:10px 15px}.left_panel{position:fixed;bottom:0;left:40px;width:40px;z-index:10}.left_panel__links>li{display:block;margin-bottom:0;padding:10px;transition:transform .3s ease}.left_panel__links>li:hover{transform:translateY(-5px)}.left_panel__links>li:before{display:none}.left_panel__links>li:last-of-type{margin-bottom:20px}.right_panel{position:fixed;bottom:0;right:40px;width:40px;z-index:10}.panel__link{writing-mode:vertical-lr;margin:20px 0}.name .intro__animation span:nth-of-type(1){transition-delay:426ms!important;background-color:#ccd6f6;clip-path:polygon(11.43% 32.86%,8.96% 28.88%,10.99% 28.88%)}.name .intro__animation span:nth-of-type(2){transition-delay:687ms!important;background-color:#ccd6f6;clip-path:polygon(8.13% 32.86%,8.96% 28.88%,11.43% 32.86%)}.name .intro__animation span:nth-of-type(3){transition-delay:71ms!important;background-color:#ccd6f6;clip-path:polygon(8.13% 32.86%,8.61% 19.5%,8.96% 28.88%)}.name .intro__animation span:nth-of-type(4){transition-delay:791ms!important;background-color:#ccd6f6;clip-path:polygon(6.91% 38.16%,8.61% 19.5%,8.13% 32.86%)}.name .intro__animation span:nth-of-type(5){transition-delay:254ms!important;background-color:#ccd6f6;clip-path:polygon(8.61% 19.5%,6.91% 38.16%,3.67% 38.17%)}.name .intro__animation span:nth-of-type(6){transition-delay:568ms!important;background-color:#ccd6f6;clip-path:polygon(12.52% 38.16%,12.07% 19.5%,15.57% 38.16%)}.name .intro__animation span:nth-of-type(7){transition-delay:263ms!important;background-color:#ccd6f6;clip-path:polygon(11.61% 33.09%,12.07% 19.5%,12.52% 38.16%)}.name .intro__animation span:nth-of-type(8){transition-delay:336ms!important;background-color:#ccd6f6;clip-path:polygon(11.43% 32.86%,12.07% 19.5%,11.61% 33.09%)}.name .intro__animation span:nth-of-type(9){transition-delay:12ms!important;background-color:#ccd6f6;clip-path:polygon(10.99% 28.88%,12.07% 19.5%,11.43% 32.86%)}.name .intro__animation span:nth-of-type(10){transition-delay:185ms!important;background-color:#ccd6f699;clip-path:polygon(10.25% 23.8%,12.07% 19.5%,10.99% 28.88%)}.name .intro__animation span:nth-of-type(11){transition-delay:218ms!important;background-color:#ccd6f6;clip-path:polygon(10.25% 23.8%,8.61% 19.5%,12.07% 19.5%)}.name .intro__animation span:nth-of-type(12){transition-delay:505ms!important;background-color:#ccd6f6;clip-path:polygon(8.61% 19.5%,10.25% 23.8%,8.96% 28.88%)}.name .intro__animation span:nth-of-type(13){transition-delay:254ms!important;background-color:#ccd6f6cc;clip-path:polygon(24.24% 38.05%,24.02% 25.49%,24.44% 28.05%)}.name .intro__animation span:nth-of-type(14){transition-delay:718ms!important;background-color:#ccd6f6;clip-path:polygon(24.24% 38.05%,23.57% 24.67%,24.02% 25.49%)}.name .intro__animation span:nth-of-type(15){transition-delay:507ms!important;background-color:#ccd6f666;clip-path:polygon(24.24% 38.05%,22.79% 24.06%,23.57% 24.67%)}.name .intro__animation span:nth-of-type(16){transition-delay:.73s!important;background-color:#ccd6f6;clip-path:polygon(24.24% 38.05%,21.73% 23.87%,22.79% 24.06%)}.name .intro__animation span:nth-of-type(17){transition-delay:691ms!important;background-color:#ccd6f699;clip-path:polygon(24.24% 38.05%,21.62% 30.68%,21.73% 23.87%)}.name .intro__animation span:nth-of-type(18){transition-delay:53ms!important;background-color:#ccd6f6;clip-path:polygon(21.62% 30.68%,24.24% 38.05%,21.53% 38.17%)}.name .intro__animation span:nth-of-type(19){transition-delay:664ms!important;background-color:#ccd6f6;clip-path:polygon(21.37% 28.86%,21.73% 23.87%,21.62% 30.68%)}.name .intro__animation span:nth-of-type(20){transition-delay:.77s!important;background-color:#ccd6f6cc;clip-path:polygon(20.62% 28.26%,21.73% 23.87%,21.37% 28.86%)}.name .intro__animation span:nth-of-type(21){transition-delay:149ms!important;background-color:#ccd6f6cc;clip-path:polygon(20.62% 28.26%,20.47% 24.31%,21.73% 23.87%)}.name .intro__animation span:nth-of-type(22){transition-delay:207ms!important;background-color:#ccd6f6;clip-path:polygon(19.79% 29.01%,20.47% 24.31%,20.62% 28.26%)}.name .intro__animation span:nth-of-type(23){transition-delay:.56s!important;background-color:#ccd6f6;clip-path:polygon(19.33% 30.29%,20.47% 24.31%,19.79% 29.01%)}.name .intro__animation span:nth-of-type(24){transition-delay:376ms!important;background-color:#ccd6f6;clip-path:polygon(19.33% 30.29%,19.24% 26.07%,20.47% 24.31%)}.name .intro__animation span:nth-of-type(25){transition-delay:305ms!important;background-color:#ccd6f6;clip-path:polygon(19.24% 26.07%,19.33% 30.29%,18.96% 37.97%)}.name .intro__animation span:nth-of-type(26){transition-delay:551ms!important;background-color:#ccd6f6;clip-path:polygon(19.24% 26.07%,16.56% 24.21%,19.31% 24.21%)}.name .intro__animation span:nth-of-type(27){transition-delay:482ms!important;background-color:#ccd6f6;clip-path:polygon(18.96% 37.97%,16.56% 24.21%,19.24% 26.07%)}.name .intro__animation span:nth-of-type(28){transition-delay:685ms!important;background-color:#ccd6f6;clip-path:polygon(16.56% 24.21%,18.96% 37.97%,16.14% 38.17%)}.name .intro__animation span:nth-of-type(29){transition-delay:155ms!important;background-color:#ccd6f6cc;clip-path:polygon(30.45% 38.06%,30.12% 34.45%,30.81% 34.15%)}.name .intro__animation span:nth-of-type(30){transition-delay:187ms!important;background-color:#ccd6f6;clip-path:polygon(30.45% 38.06%,29.4% 34.2%,30.12% 34.45%)}.name .intro__animation span:nth-of-type(31){transition-delay:371ms!important;background-color:#ccd6f6;clip-path:polygon(29.4% 34.2%,28.77% 38.51%,29.11% 32.42%)}.name .intro__animation span:nth-of-type(32){transition-delay:391ms!important;background-color:#ccd6f6cc;clip-path:polygon(28.77% 38.51%,29.4% 34.2%,30.45% 38.06%)}.name .intro__animation span:nth-of-type(33){transition-delay:46ms!important;background-color:#ccd6f6;clip-path:polygon(30.78% 28.01%,29.28% 24.25%,30.76% 24.41%)}.name .intro__animation span:nth-of-type(34){transition-delay:321ms!important;background-color:#ccd6f6;clip-path:polygon(29.28% 24.25%,30.78% 28.01%,29.27% 28.17%)}.name .intro__animation span:nth-of-type(35){transition-delay:429ms!important;background-color:#ccd6f6;clip-path:polygon(29.11% 32.42%,29.28% 24.25%,29.27% 28.17%)}.name .intro__animation span:nth-of-type(36){transition-delay:461ms!important;background-color:#ccd6f6;clip-path:polygon(29.11% 32.42%,29.28% 20.58%,29.28% 24.25%)}.name .intro__animation span:nth-of-type(37){transition-delay:82ms!important;background-color:#ccd6f6;clip-path:polygon(28.77% 38.51%,29.28% 20.58%,29.11% 32.42%)}.name .intro__animation span:nth-of-type(38){transition-delay:773ms!important;background-color:#ccd6f6;clip-path:polygon(27.62% 38.33%,29.28% 20.58%,28.77% 38.51%)}.name .intro__animation span:nth-of-type(39){transition-delay:656ms!important;background-color:#ccd6f666;clip-path:polygon(26.87% 37.6%,29.28% 20.58%,27.62% 38.33%)}.name .intro__animation span:nth-of-type(40){transition-delay:269ms!important;background-color:#ccd6f6;clip-path:polygon(26.87% 37.6%,26.8% 21.78%,29.28% 20.58%)}.name .intro__animation span:nth-of-type(41){transition-delay:668ms!important;background-color:#ccd6f6;clip-path:polygon(26.87% 37.6%,26.7% 24.41%,26.8% 21.78%)}.name .intro__animation span:nth-of-type(42){transition-delay:31ms!important;background-color:#ccd6f699;clip-path:polygon(26.87% 37.6%,26.55% 28.38%,26.7% 24.41%)}.name .intro__animation span:nth-of-type(43){transition-delay:646ms!important;background-color:#ccd6f6;clip-path:polygon(26.52% 36.58%,26.55% 28.38%,26.87% 37.6%)}.name .intro__animation span:nth-of-type(44){transition-delay:188ms!important;background-color:#ccd6f6;clip-path:polygon(26.55% 28.38%,26.52% 36.58%,26.35% 34.86%)}.name .intro__animation span:nth-of-type(45){transition-delay:469ms!important;background-color:#ccd6f6;clip-path:polygon(26.55% 28.38%,25.57% 24.61%,26.7% 24.41%)}.name .intro__animation span:nth-of-type(46){transition-delay:.74s!important;background-color:#ccd6f6;clip-path:polygon(25.57% 24.61%,26.55% 28.38%,25.49% 28.17%)}.name .intro__animation span:nth-of-type(47){transition-delay:7ms!important;background-color:#ccd6f6cc;clip-path:polygon(37.28% 37.97%,36.84% 32.83%,37.02% 30.91%)}.name .intro__animation span:nth-of-type(48){transition-delay:699ms!important;background-color:#ccd6f6;clip-path:polygon(37.28% 37.97%,36.33% 34.18%,36.84% 32.83%)}.name .intro__animation span:nth-of-type(49){transition-delay:162ms!important;background-color:#ccd6f6;clip-path:polygon(37.28% 37.97%,35.55% 34.64%,36.33% 34.18%)}.name .intro__animation span:nth-of-type(50){transition-delay:229ms!important;background-color:#ccd6f6;clip-path:polygon(35.5% 38.5%,35.55% 34.64%,37.28% 37.97%)}.name .intro__animation span:nth-of-type(51){transition-delay:411ms!important;background-color:#ccd6f6;clip-path:polygon(35.5% 38.5%,34.61% 33.84%,35.55% 34.64%)}.name .intro__animation span:nth-of-type(52){transition-delay:61ms!important;background-color:#ccd6f6;clip-path:polygon(33.97% 38.04%,34.61% 33.84%,35.5% 38.5%)}.name .intro__animation span:nth-of-type(53){transition-delay:59ms!important;background-color:#ccd6f6;clip-path:polygon(33.97% 38.04%,34.23% 31.53%,34.61% 33.84%)}.name .intro__animation span:nth-of-type(54){transition-delay:725ms!important;background-color:#ccd6f6;clip-path:polygon(33.97% 38.04%,34.07% 24.41%,34.23% 31.53%)}.name .intro__animation span:nth-of-type(55){transition-delay:56ms!important;background-color:#ccd6f6;clip-path:polygon(33.97% 38.04%,32.65% 26.02%,34.07% 24.41%)}.name .intro__animation span:nth-of-type(56){transition-delay:588ms!important;background-color:#ccd6f699;clip-path:polygon(32.62% 36.61%,32.65% 26.02%,33.97% 38.04%)}.name .intro__animation span:nth-of-type(57){transition-delay:461ms!important;background-color:#ccd6f6;clip-path:polygon(31.79% 34.32%,32.65% 26.02%,32.62% 36.61%)}.name .intro__animation span:nth-of-type(58){transition-delay:646ms!important;background-color:#ccd6f6;clip-path:polygon(31.79% 34.32%,31.74% 28.65%,32.65% 26.02%)}.name .intro__animation span:nth-of-type(59){transition-delay:285ms!important;background-color:#ccd6f6;clip-path:polygon(31.74% 28.65%,31.79% 34.32%,31.5% 31.49%)}.name .intro__animation span:nth-of-type(60){transition-delay:631ms!important;background-color:#ccd6f6;clip-path:polygon(39.53% 33.63%,39.46% 28.05%,39.74% 30.84%)}.name .intro__animation span:nth-of-type(61){transition-delay:122ms!important;background-color:#ccd6f666;clip-path:polygon(38.69% 36.29%,39.46% 28.05%,39.53% 33.63%)}.name .intro__animation span:nth-of-type(62){transition-delay:17ms!important;background-color:#ccd6f699;clip-path:polygon(38.69% 36.29%,38.64% 25.81%,39.46% 28.05%)}.name .intro__animation span:nth-of-type(63){transition-delay:286ms!important;background-color:#ccd6f6;clip-path:polygon(38.69% 36.29%,37.31% 24.35%,38.64% 25.81%)}.name .intro__animation span:nth-of-type(64){transition-delay:261ms!important;background-color:#ccd6f6;clip-path:polygon(37.28% 37.97%,37.31% 24.35%,38.69% 36.29%)}.name .intro__animation span:nth-of-type(65){transition-delay:166ms!important;background-color:#ccd6f6;clip-path:polygon(37.02% 30.91%,37.31% 24.35%,37.28% 37.97%)}.name .intro__animation span:nth-of-type(66){transition-delay:337ms!important;background-color:#ccd6f6;clip-path:polygon(36.9% 29.61%,37.31% 24.35%,37.02% 30.91%)}.name .intro__animation span:nth-of-type(67){transition-delay:153ms!important;background-color:#ccd6f666;clip-path:polygon(36.5% 28.45%,37.31% 24.35%,36.9% 29.61%)}.name .intro__animation span:nth-of-type(68){transition-delay:322ms!important;background-color:#ccd6f6;clip-path:polygon(36.5% 28.45%,35.75% 23.85%,37.31% 24.35%)}.name .intro__animation span:nth-of-type(69){transition-delay:175ms!important;background-color:#ccd6f6;clip-path:polygon(35.7% 27.87%,35.75% 23.85%,36.5% 28.45%)}.name .intro__animation span:nth-of-type(70){transition-delay:268ms!important;background-color:#ccd6f6cc;clip-path:polygon(34.92% 28.32%,35.75% 23.85%,35.7% 27.87%)}.name .intro__animation span:nth-of-type(71){transition-delay:396ms!important;background-color:#ccd6f6cc;clip-path:polygon(34.41% 29.64%,35.75% 23.85%,34.92% 28.32%)}.name .intro__animation span:nth-of-type(72){transition-delay:.8s!important;background-color:#ccd6f6;clip-path:polygon(34.41% 29.64%,34.07% 24.41%,35.75% 23.85%)}.name .intro__animation span:nth-of-type(73){transition-delay:13ms!important;background-color:#ccd6f6;clip-path:polygon(34.07% 24.41%,34.41% 29.64%,34.23% 31.53%)}.name .intro__animation span:nth-of-type(74){transition-delay:702ms!important;background-color:#ccd6f6;clip-path:polygon(48.8% 38.05%,48.58% 25.49%,49% 28.05%)}.name .intro__animation span:nth-of-type(75){transition-delay:353ms!important;background-color:#ccd6f699;clip-path:polygon(48.8% 38.05%,48.13% 24.67%,48.58% 25.49%)}.name .intro__animation span:nth-of-type(76){transition-delay:206ms!important;background-color:#ccd6f6;clip-path:polygon(48.8% 38.05%,47.35% 24.06%,48.13% 24.67%)}.name .intro__animation span:nth-of-type(77){transition-delay:284ms!important;background-color:#ccd6f699;clip-path:polygon(48.8% 38.05%,46.29% 23.87%,47.35% 24.06%)}.name .intro__animation span:nth-of-type(78){transition-delay:72ms!important;background-color:#ccd6f6;clip-path:polygon(48.8% 38.05%,46.18% 30.68%,46.29% 23.87%)}.name .intro__animation span:nth-of-type(79){transition-delay:.16s!important;background-color:#ccd6f6;clip-path:polygon(46.18% 30.68%,48.8% 38.05%,46.09% 38.17%)}.name .intro__animation span:nth-of-type(80){transition-delay:711ms!important;background-color:#ccd6f6;clip-path:polygon(45.93% 28.86%,46.29% 23.87%,46.18% 30.68%)}.name .intro__animation span:nth-of-type(81){transition-delay:368ms!important;background-color:#ccd6f6;clip-path:polygon(45.18% 28.26%,46.29% 23.87%,45.93% 28.86%)}.name .intro__animation span:nth-of-type(82){transition-delay:729ms!important;background-color:#ccd6f6;clip-path:polygon(45.18% 28.26%,45.03% 24.31%,46.29% 23.87%)}.name .intro__animation span:nth-of-type(83){transition-delay:536ms!important;background-color:#ccd6f6;clip-path:polygon(44.35% 29.01%,45.03% 24.31%,45.18% 28.26%)}.name .intro__animation span:nth-of-type(84){transition-delay:82ms!important;background-color:#ccd6f6cc;clip-path:polygon(43.89% 30.29%,45.03% 24.31%,44.35% 29.01%)}.name .intro__animation span:nth-of-type(85){transition-delay:.51s!important;background-color:#ccd6f6;clip-path:polygon(43.89% 30.29%,43.8% 26.07%,45.03% 24.31%)}.name .intro__animation span:nth-of-type(86){transition-delay:.23s!important;background-color:#ccd6f6;clip-path:polygon(43.8% 26.07%,43.89% 30.29%,43.52% 37.97%)}.name .intro__animation span:nth-of-type(87){transition-delay:543ms!important;background-color:#ccd6f6;clip-path:polygon(43.8% 26.07%,41.13% 24.21%,43.87% 24.21%)}.name .intro__animation span:nth-of-type(88){transition-delay:273ms!important;background-color:#ccd6f699;clip-path:polygon(43.52% 37.97%,41.13% 24.21%,43.8% 26.07%)}.name .intro__animation span:nth-of-type(89){transition-delay:307ms!important;background-color:#ccd6f6;clip-path:polygon(41.13% 24.21%,43.52% 37.97%,40.7% 38.17%)}.name .intro__animation span:nth-of-type(90){transition-delay:116ms!important;background-color:#ccd6f6;clip-path:polygon(12.62% 71.69%,10.65% 67.95%,12.97% 67.22%)}.name .intro__animation span:nth-of-type(91){transition-delay:306ms!important;background-color:#ccd6f6;clip-path:polygon(10.12% 72.1%,10.65% 67.95%,12.62% 71.69%)}.name .intro__animation span:nth-of-type(92){transition-delay:629ms!important;background-color:#ccd6f6;clip-path:polygon(10.12% 72.1%,8.99% 67.37%,10.65% 67.95%)}.name .intro__animation span:nth-of-type(93){transition-delay:48ms!important;background-color:#ccd6f6;clip-path:polygon(8.03% 71.59%,8.99% 67.37%,10.12% 72.1%)}.name .intro__animation span:nth-of-type(94){transition-delay:768ms!important;background-color:#ccd6f6;clip-path:polygon(8.03% 71.59%,8.01% 65.53%,8.99% 67.37%)}.name .intro__animation span:nth-of-type(95){transition-delay:597ms!important;background-color:#ccd6f699;clip-path:polygon(8.03% 71.59%,7.69% 62.84%,8.01% 65.53%)}.name .intro__animation span:nth-of-type(96){transition-delay:35ms!important;background-color:#ccd6f6;clip-path:polygon(8.03% 71.59%,6.58% 55.13%,7.69% 62.84%)}.name .intro__animation span:nth-of-type(97){transition-delay:422ms!important;background-color:#ccd6f666;clip-path:polygon(6.27% 69.83%,6.58% 55.13%,8.03% 71.59%)}.name .intro__animation span:nth-of-type(98){transition-delay:72ms!important;background-color:#ccd6f6;clip-path:polygon(6.27% 69.83%,5.23% 58.36%,6.58% 55.13%)}.name .intro__animation span:nth-of-type(99){transition-delay:51ms!important;background-color:#ccd6f666;clip-path:polygon(5.04% 66.62%,5.23% 58.36%,6.27% 69.83%)}.name .intro__animation span:nth-of-type(100){transition-delay:431ms!important;background-color:#ccd6f699;clip-path:polygon(5.23% 58.36%,5.04% 66.62%,4.73% 62.76%)}.name .intro__animation span:nth-of-type(101){transition-delay:656ms!important;background-color:#ccd6f699;clip-path:polygon(10.92% 56.97%,12.93% 53.25%,13.13% 57.39%)}.name .intro__animation span:nth-of-type(102){transition-delay:326ms!important;background-color:#ccd6f666;clip-path:polygon(10.92% 56.97%,10.44% 52.77%,12.93% 53.25%)}.name .intro__animation span:nth-of-type(103){transition-delay:427ms!important;background-color:#ccd6f6;clip-path:polygon(9.33% 57.68%,10.44% 52.77%,10.92% 56.97%)}.name .intro__animation span:nth-of-type(104){transition-delay:489ms!important;background-color:#ccd6f6;clip-path:polygon(9.33% 57.68%,8.32% 53.4%,10.44% 52.77%)}.name .intro__animation span:nth-of-type(105){transition-delay:422ms!important;background-color:#ccd6f6;clip-path:polygon(8.15% 59.77%,8.32% 53.4%,9.33% 57.68%)}.name .intro__animation span:nth-of-type(106){transition-delay:686ms!important;background-color:#ccd6f6;clip-path:polygon(7.69% 62.84%,8.32% 53.4%,8.15% 59.77%)}.name .intro__animation span:nth-of-type(107){transition-delay:255ms!important;background-color:#ccd6f6;clip-path:polygon(8.32% 53.4%,7.69% 62.84%,6.58% 55.13%)}.name .intro__animation span:nth-of-type(108){transition-delay:668ms!important;background-color:#ccd6f6;clip-path:polygon(22.16% 71.76%,22.32% 60.03%,22.46% 61.79%)}.name .intro__animation span:nth-of-type(109){transition-delay:.31s!important;background-color:#ccd6f6;clip-path:polygon(22.16% 71.76%,21.8% 58.58%,22.32% 60.03%)}.name .intro__animation span:nth-of-type(110){transition-delay:751ms!important;background-color:#ccd6f6cc;clip-path:polygon(22.16% 71.76%,20.88% 57.67%,21.8% 58.58%)}.name .intro__animation span:nth-of-type(111){transition-delay:701ms!important;background-color:#ccd6f6;clip-path:polygon(22.16% 71.76%,19.66% 64.19%,20.88% 57.67%)}.name .intro__animation span:nth-of-type(112){transition-delay:376ms!important;background-color:#ccd6f6;clip-path:polygon(19.66% 64.19%,22.16% 71.76%,19.44% 71.76%)}.name .intro__animation span:nth-of-type(113){transition-delay:169ms!important;background-color:#ccd6f6;clip-path:polygon(19.4% 62.23%,20.88% 57.67%,19.66% 64.19%)}.name .intro__animation span:nth-of-type(114){transition-delay:632ms!important;background-color:#ccd6f6;clip-path:polygon(19.4% 62.23%,19.26% 57.47%,20.88% 57.67%)}.name .intro__animation span:nth-of-type(115){transition-delay:.57s!important;background-color:#ccd6f6;clip-path:polygon(18.57% 61.77%,19.26% 57.47%,19.4% 62.23%)}.name .intro__animation span:nth-of-type(116){transition-delay:265ms!important;background-color:#ccd6f666;clip-path:polygon(18.57% 61.77%,18.18% 58.02%,19.26% 57.47%)}.name .intro__animation span:nth-of-type(117){transition-delay:124ms!important;background-color:#ccd6f6;clip-path:polygon(17.9% 62.18%,18.18% 58.02%,18.57% 61.77%)}.name .intro__animation span:nth-of-type(118){transition-delay:.64s!important;background-color:#ccd6f6;clip-path:polygon(17.25% 64.16%,18.18% 58.02%,17.9% 62.18%)}.name .intro__animation span:nth-of-type(119){transition-delay:494ms!important;background-color:#ccd6f6;clip-path:polygon(17.25% 64.16%,17.2% 59.59%,18.18% 58.02%)}.name .intro__animation span:nth-of-type(120){transition-delay:152ms!important;background-color:#ccd6f6;clip-path:polygon(17.2% 59.59%,17.25% 64.16%,16.92% 71.59%)}.name .intro__animation span:nth-of-type(121){transition-delay:469ms!important;background-color:#ccd6f6;clip-path:polygon(17.2% 59.59%,14.63% 53.29%,17.38% 53.11%)}.name .intro__animation span:nth-of-type(122){transition-delay:317ms!important;background-color:#ccd6f6;clip-path:polygon(16.92% 71.59%,14.63% 53.29%,17.2% 59.59%)}.name .intro__animation span:nth-of-type(123){transition-delay:114ms!important;background-color:#ccd6f6;clip-path:polygon(14.63% 53.29%,16.92% 71.59%,14.15% 71.77%)}.name .intro__animation span:nth-of-type(124){transition-delay:275ms!important;background-color:#ccd6f666;clip-path:polygon(29.73% 71.73%,30.49% 67.64%,30.17% 71.43%)}.name .intro__animation span:nth-of-type(125){transition-delay:312ms!important;background-color:#ccd6f666;clip-path:polygon(29.73% 71.73%,28.04% 68.57%,30.49% 67.64%)}.name .intro__animation span:nth-of-type(126){transition-delay:664ms!important;background-color:#ccd6f6;clip-path:polygon(27.73% 72.12%,28.04% 68.57%,29.73% 71.73%)}.name .intro__animation span:nth-of-type(127){transition-delay:765ms!important;background-color:#ccd6f6;clip-path:polygon(27.73% 72.12%,26.76% 67.88%,28.04% 68.57%)}.name .intro__animation span:nth-of-type(128){transition-delay:94ms!important;background-color:#ccd6f6;clip-path:polygon(26.29% 71.91%,26.76% 67.88%,27.73% 72.12%)}.name .intro__animation span:nth-of-type(129){transition-delay:233ms!important;background-color:#ccd6f6;clip-path:polygon(26.29% 71.91%,26.23% 65.65%,26.76% 67.88%)}.name .intro__animation span:nth-of-type(130){transition-delay:67ms!important;background-color:#ccd6f6;clip-path:polygon(26.29% 71.91%,26% 57.91%,26.23% 65.65%)}.name .intro__animation span:nth-of-type(131){transition-delay:447ms!important;background-color:#ccd6f6;clip-path:polygon(25.05% 71.1%,26% 57.91%,26.29% 71.91%)}.name .intro__animation span:nth-of-type(132){transition-delay:262ms!important;background-color:#ccd6f6;clip-path:polygon(25.05% 71.1%,24.84% 59.13%,26% 57.91%)}.name .intro__animation span:nth-of-type(133){transition-delay:177ms!important;background-color:#ccd6f6;clip-path:polygon(24.22% 69.67%,24.84% 59.13%,25.05% 71.1%)}.name .intro__animation span:nth-of-type(134){transition-delay:601ms!important;background-color:#ccd6f6;clip-path:polygon(24.22% 69.67%,23.92% 61.69%,24.84% 59.13%)}.name .intro__animation span:nth-of-type(135){transition-delay:101ms!important;background-color:#ccd6f666;clip-path:polygon(23.71% 67.64%,23.92% 61.69%,24.22% 69.67%)}.name .intro__animation span:nth-of-type(136){transition-delay:584ms!important;background-color:#ccd6f6;clip-path:polygon(23.92% 61.69%,23.71% 67.64%,23.54% 65.23%)}.name .intro__animation span:nth-of-type(137){transition-delay:331ms!important;background-color:#ccd6f6;clip-path:polygon(31.03% 65.31%,30.91% 61.12%,31.12% 63.57%)}.name .intro__animation span:nth-of-type(138){transition-delay:241ms!important;background-color:#ccd6f6;clip-path:polygon(31.03% 65.31%,30.16% 59.03%,30.91% 61.12%)}.name .intro__animation span:nth-of-type(139){transition-delay:40ms!important;background-color:#ccd6f6cc;clip-path:polygon(31.03% 65.31%,28.94% 57.8%,30.16% 59.03%)}.name .intro__animation span:nth-of-type(140){transition-delay:646ms!important;background-color:#ccd6f666;clip-path:polygon(31.03% 65.31%,28.45% 63.22%,28.94% 57.8%)}.name .intro__animation span:nth-of-type(141){transition-delay:588ms!important;background-color:#ccd6f6;clip-path:polygon(26.29% 65.32%,28.45% 63.22%,31.03% 65.31%)}.name .intro__animation span:nth-of-type(142){transition-delay:26ms!important;background-color:#ccd6f6cc;clip-path:polygon(26.29% 65.32%,26.29% 63.22%,28.45% 63.22%)}.name .intro__animation span:nth-of-type(143){transition-delay:678ms!important;background-color:#ccd6f6;clip-path:polygon(26.29% 63.22%,26.29% 65.32%,26.23% 65.65%)}.name .intro__animation span:nth-of-type(144){transition-delay:194ms!important;background-color:#ccd6f699;clip-path:polygon(28.44% 61.8%,28.94% 57.8%,28.45% 63.22%)}.name .intro__animation span:nth-of-type(145){transition-delay:401ms!important;background-color:#ccd6f6;clip-path:polygon(27.98% 60.83%,28.94% 57.8%,28.44% 61.8%)}.name .intro__animation span:nth-of-type(146){transition-delay:257ms!important;background-color:#ccd6f6;clip-path:polygon(27.98% 60.83%,27.46% 57.47%,28.94% 57.8%)}.name .intro__animation span:nth-of-type(147){transition-delay:.76s!important;background-color:#ccd6f6;clip-path:polygon(27.2% 60.75%,27.46% 57.47%,27.98% 60.83%)}.name .intro__animation span:nth-of-type(148){transition-delay:491ms!important;background-color:#ccd6f6;clip-path:polygon(26.58% 61.64%,27.46% 57.47%,27.2% 60.75%)}.name .intro__animation span:nth-of-type(149){transition-delay:106ms!important;background-color:#ccd6f666;clip-path:polygon(26.58% 61.64%,26% 57.91%,27.46% 57.47%)}.name .intro__animation span:nth-of-type(150){transition-delay:122ms!important;background-color:#ccd6f6;clip-path:polygon(26.29% 63.22%,26% 57.91%,26.58% 61.64%)}.name .intro__animation span:nth-of-type(151){transition-delay:305ms!important;background-color:#ccd6f6;clip-path:polygon(26% 57.91%,26.29% 63.22%,26.23% 65.65%)}.name .intro__animation span:nth-of-type(152){transition-delay:755ms!important;background-color:#ccd6f6cc;clip-path:polygon(36.47% 61.97%,37.11% 57.57%,37.28% 62.16%)}.name .intro__animation span:nth-of-type(153){transition-delay:434ms!important;background-color:#ccd6f6;clip-path:polygon(36.47% 61.97%,36.08% 57.63%,37.11% 57.57%)}.name .intro__animation span:nth-of-type(154){transition-delay:69ms!important;background-color:#ccd6f6;clip-path:polygon(35.79% 62.29%,36.08% 57.63%,36.47% 61.97%)}.name .intro__animation span:nth-of-type(155){transition-delay:702ms!important;background-color:#ccd6f6;clip-path:polygon(35.03% 63.92%,36.08% 57.63%,35.79% 62.29%)}.name .intro__animation span:nth-of-type(156){transition-delay:431ms!important;background-color:#ccd6f6;clip-path:polygon(35.03% 63.92%,34.87% 59.11%,36.08% 57.63%)}.name .intro__animation span:nth-of-type(157){transition-delay:738ms!important;background-color:#ccd6f6;clip-path:polygon(34.87% 59.11%,35.03% 63.92%,34.79% 66.41%)}.name .intro__animation span:nth-of-type(158){transition-delay:327ms!important;background-color:#ccd6f6;clip-path:polygon(34.87% 59.11%,32.28% 57.81%,34.89% 57.81%)}.name .intro__animation span:nth-of-type(159){transition-delay:565ms!important;background-color:#ccd6f6;clip-path:polygon(34.79% 66.41%,32.28% 57.81%,34.87% 59.11%)}.name .intro__animation span:nth-of-type(160){transition-delay:159ms!important;background-color:#ccd6f6cc;clip-path:polygon(34.76% 71.77%,32.28% 57.81%,34.79% 66.41%)}.name .intro__animation span:nth-of-type(161){transition-delay:413ms!important;background-color:#ccd6f6;clip-path:polygon(32.28% 57.81%,34.76% 71.77%,32% 71.77%)}.name .intro__animation span:nth-of-type(162){transition-delay:632ms!important;background-color:#ccd6f666;clip-path:polygon(46.06% 71.65%,45.84% 59.09%,46.26% 61.65%)}.name .intro__animation span:nth-of-type(163){transition-delay:782ms!important;background-color:#ccd6f666;clip-path:polygon(46.06% 71.65%,45.39% 58.27%,45.84% 59.09%)}.name .intro__animation span:nth-of-type(164){transition-delay:31ms!important;background-color:#ccd6f6;clip-path:polygon(46.06% 71.65%,44.61% 57.66%,45.39% 58.27%)}.name .intro__animation span:nth-of-type(165){transition-delay:94ms!important;background-color:#ccd6f6;clip-path:polygon(46.06% 71.65%,43.55% 57.47%,44.61% 57.66%)}.name .intro__animation span:nth-of-type(166){transition-delay:516ms!important;background-color:#ccd6f6cc;clip-path:polygon(46.06% 71.65%,43.44% 64.28%,43.55% 57.47%)}.name .intro__animation span:nth-of-type(167){transition-delay:781ms!important;background-color:#ccd6f6;clip-path:polygon(43.44% 64.28%,46.06% 71.65%,43.35% 71.77%)}.name .intro__animation span:nth-of-type(168){transition-delay:285ms!important;background-color:#ccd6f6;clip-path:polygon(43.19% 62.46%,43.55% 57.47%,43.44% 64.28%)}.name .intro__animation span:nth-of-type(169){transition-delay:185ms!important;background-color:#ccd6f6;clip-path:polygon(42.44% 61.86%,43.55% 57.47%,43.19% 62.46%)}.name .intro__animation span:nth-of-type(170){transition-delay:707ms!important;background-color:#ccd6f6cc;clip-path:polygon(42.44% 61.86%,42.29% 57.91%,43.55% 57.47%)}.name .intro__animation span:nth-of-type(171){transition-delay:319ms!important;background-color:#ccd6f6;clip-path:polygon(41.81% 62.3%,42.29% 57.91%,42.44% 61.86%)}.name .intro__animation span:nth-of-type(172){transition-delay:15ms!important;background-color:#ccd6f666;clip-path:polygon(41.15% 63.89%,42.29% 57.91%,41.81% 62.3%)}.name .intro__animation span:nth-of-type(173){transition-delay:245ms!important;background-color:#ccd6f699;clip-path:polygon(41.15% 63.89%,41.06% 59.67%,42.29% 57.91%)}.name .intro__animation span:nth-of-type(174){transition-delay:437ms!important;background-color:#ccd6f666;clip-path:polygon(41.06% 59.67%,41.15% 63.89%,40.78% 71.57%)}.name .intro__animation span:nth-of-type(175){transition-delay:766ms!important;background-color:#ccd6f6;clip-path:polygon(41.06% 59.67%,38.38% 57.81%,41.13% 57.81%)}.name .intro__animation span:nth-of-type(176){transition-delay:492ms!important;background-color:#ccd6f699;clip-path:polygon(40.78% 71.57%,38.38% 57.81%,41.06% 59.67%)}.name .intro__animation span:nth-of-type(177){transition-delay:602ms!important;background-color:#ccd6f6;clip-path:polygon(38.38% 57.81%,40.78% 71.57%,37.96% 71.77%)}.name .intro__animation span:nth-of-type(178){transition-delay:525ms!important;background-color:#ccd6f6;clip-path:polygon(50.42% 71.54%,47.87% 58.01%,50.63% 57.81%)}.name .intro__animation span:nth-of-type(179){transition-delay:103ms!important;background-color:#ccd6f666;clip-path:polygon(47.87% 58.01%,50.42% 71.54%,47.5% 71.77%)}.name .intro__animation span:nth-of-type(180){transition-delay:398ms!important;background-color:#ccd6f6;clip-path:polygon(50.63% 55.92%,47.97% 52.87%,50.65% 52.75%)}.name .intro__animation span:nth-of-type(181){transition-delay:383ms!important;background-color:#ccd6f6;clip-path:polygon(47.97% 52.87%,50.63% 55.92%,47.93% 56.06%)}.name .intro__animation span:nth-of-type(182){transition-delay:58ms!important;background-color:#ccd6f666;clip-path:polygon(55.29% 71.79%,55.03% 69.13%,55.67% 68.89%)}.name .intro__animation span:nth-of-type(183){transition-delay:296ms!important;background-color:#ccd6f666;clip-path:polygon(55.29% 71.79%,54.49% 68.86%,55.03% 69.13%)}.name .intro__animation span:nth-of-type(184){transition-delay:159ms!important;background-color:#ccd6f6;clip-path:polygon(55.29% 71.79%,54.22% 67.93%,54.49% 68.86%)}.name .intro__animation span:nth-of-type(185){transition-delay:549ms!important;background-color:#ccd6f699;clip-path:polygon(54.22% 67.93%,55.29% 71.79%,54.16% 72.12%)}.name .intro__animation span:nth-of-type(186){transition-delay:611ms!important;background-color:#ccd6f666;clip-path:polygon(56.35% 65.56%,55.9% 62.54%,56.31% 61.59%)}.name .intro__animation span:nth-of-type(187){transition-delay:338ms!important;background-color:#ccd6f666;clip-path:polygon(54.8% 66.67%,55.9% 62.54%,56.35% 65.56%)}.name .intro__animation span:nth-of-type(188){transition-delay:374ms!important;background-color:#ccd6f6;clip-path:polygon(54.31% 67.4%,55.9% 62.54%,54.8% 66.67%)}.name .intro__animation span:nth-of-type(189){transition-delay:325ms!important;background-color:#ccd6f666;clip-path:polygon(54.31% 67.4%,52.74% 64.43%,55.9% 62.54%)}.name .intro__animation span:nth-of-type(190){transition-delay:303ms!important;background-color:#ccd6f6;clip-path:polygon(54.22% 67.93%,52.74% 64.43%,54.31% 67.4%)}.name .intro__animation span:nth-of-type(191){transition-delay:198ms!important;background-color:#ccd6f6;clip-path:polygon(54.16% 72.12%,52.74% 64.43%,54.22% 67.93%)}.name .intro__animation span:nth-of-type(192){transition-delay:98ms!important;background-color:#ccd6f6cc;clip-path:polygon(52.61% 71.41%,52.74% 64.43%,54.16% 72.12%)}.name .intro__animation span:nth-of-type(193){transition-delay:369ms!important;background-color:#ccd6f6;clip-path:polygon(52.61% 71.41%,51.98% 65.74%,52.74% 64.43%)}.name .intro__animation span:nth-of-type(194){transition-delay:674ms!important;background-color:#ccd6f6;clip-path:polygon(51.88% 70.12%,51.98% 65.74%,52.61% 71.41%)}.name .intro__animation span:nth-of-type(195){transition-delay:.18s!important;background-color:#ccd6f666;clip-path:polygon(51.98% 65.74%,51.88% 70.12%,51.57% 68.02%)}.name .intro__animation span:nth-of-type(196){transition-delay:275ms!important;background-color:#ccd6f6;clip-path:polygon(58.85% 71.77%,58.73% 58.98%,59.11% 61.29%)}.name .intro__animation span:nth-of-type(197){transition-delay:126ms!important;background-color:#ccd6f6;clip-path:polygon(58.85% 71.77%,57.62% 57.8%,58.73% 58.98%)}.name .intro__animation span:nth-of-type(198){transition-delay:496ms!important;background-color:#ccd6f6cc;clip-path:polygon(58.85% 71.77%,56.35% 65.56%,57.62% 57.8%)}.name .intro__animation span:nth-of-type(199){transition-delay:161ms!important;background-color:#ccd6f6;clip-path:polygon(56.35% 65.56%,58.85% 71.77%,56.21% 71.76%)}.name .intro__animation span:nth-of-type(200){transition-delay:268ms!important;background-color:#ccd6f6;clip-path:polygon(56.31% 61.59%,57.62% 57.8%,56.35% 65.56%)}.name .intro__animation span:nth-of-type(201){transition-delay:492ms!important;background-color:#ccd6f6;clip-path:polygon(56.31% 61.59%,56.21% 57.45%,57.62% 57.8%)}.name .intro__animation span:nth-of-type(202){transition-delay:87ms!important;background-color:#ccd6f6;clip-path:polygon(56.13% 60.86%,56.21% 57.45%,56.31% 61.59%)}.name .intro__animation span:nth-of-type(203){transition-delay:.71s!important;background-color:#ccd6f6;clip-path:polygon(55.56% 60.5%,56.21% 57.45%,56.13% 60.86%)}.name .intro__animation span:nth-of-type(204){transition-delay:12ms!important;background-color:#ccd6f6;clip-path:polygon(55.56% 60.5%,52.83% 58.31%,56.21% 57.45%)}.name .intro__animation span:nth-of-type(205){transition-delay:279ms!important;background-color:#ccd6f6;clip-path:polygon(52.83% 58.31%,55.56% 60.5%,52.55% 61.79%)}.name .intro__animation span:nth-of-type(206){transition-delay:142ms!important;background-color:#ccd6f6;clip-path:polygon(65.2% 71.77%,65.47% 57.81%,68.21% 57.81%)}.name .intro__animation span:nth-of-type(207){transition-delay:734ms!important;background-color:#ccd6f6;clip-path:polygon(65.2% 71.77%,63.85% 66.48%,65.47% 57.81%)}.name .intro__animation span:nth-of-type(208){transition-delay:595ms!important;background-color:#ccd6f699;clip-path:polygon(62.27% 71.77%,63.85% 66.48%,65.2% 71.77%)}.name .intro__animation span:nth-of-type(209){transition-delay:133ms!important;background-color:#ccd6f6;clip-path:polygon(62.27% 71.77%,62.67% 57.81%,63.85% 66.48%)}.name .intro__animation span:nth-of-type(210){transition-delay:.73s!important;background-color:#ccd6f6;clip-path:polygon(62.67% 57.81%,62.27% 71.77%,59.93% 57.91%)}.name .intro__animation span:nth-of-type(211){transition-delay:784ms!important;background-color:#ccd6f6;clip-path:polygon(73.85% 69.79%,73.67% 65.69%,74.07% 67.82%)}.name .intro__animation span:nth-of-type(212){transition-delay:789ms!important;background-color:#ccd6f6;clip-path:polygon(73.14% 71.15%,73.67% 65.69%,73.85% 69.79%)}.name .intro__animation span:nth-of-type(213){transition-delay:91ms!important;background-color:#ccd6f6cc;clip-path:polygon(72.11% 71.91%,73.67% 65.69%,73.14% 71.15%)}.name .intro__animation span:nth-of-type(214){transition-delay:451ms!important;background-color:#ccd6f6;clip-path:polygon(72.11% 71.91%,71.65% 62.26%,73.67% 65.69%)}.name .intro__animation span:nth-of-type(215){transition-delay:297ms!important;background-color:#ccd6f699;clip-path:polygon(71.65% 62.26%,71.33% 67.58%,71.64% 57.47%)}.name .intro__animation span:nth-of-type(216){transition-delay:654ms!important;background-color:#ccd6f6;clip-path:polygon(72.11% 71.91%,71.33% 67.58%,71.65% 62.26%)}.name .intro__animation span:nth-of-type(217){transition-delay:266ms!important;background-color:#ccd6f6;clip-path:polygon(72.11% 71.91%,70.99% 68.28%,71.33% 67.58%)}.name .intro__animation span:nth-of-type(218){transition-delay:.22s!important;background-color:#ccd6f6;clip-path:polygon(70.97% 72.13%,70.99% 68.28%,72.11% 71.91%)}.name .intro__animation span:nth-of-type(219){transition-delay:643ms!important;background-color:#ccd6f6;clip-path:polygon(70.97% 72.13%,70.4% 68.46%,70.99% 68.28%)}.name .intro__animation span:nth-of-type(220){transition-delay:.61s!important;background-color:#ccd6f6;clip-path:polygon(68.58% 71.51%,70.4% 68.46%,70.97% 72.13%)}.name .intro__animation span:nth-of-type(221){transition-delay:25ms!important;background-color:#ccd6f6;clip-path:polygon(70.4% 68.46%,68.58% 71.51%,68.39% 67.59%)}.name .intro__animation span:nth-of-type(222){transition-delay:462ms!important;background-color:#ccd6f699;clip-path:polygon(72.53% 61.15%,74.03% 57.93%,74.24% 61.61%)}.name .intro__animation span:nth-of-type(223){transition-delay:167ms!important;background-color:#ccd6f6;clip-path:polygon(71.83% 61.45%,74.03% 57.93%,72.53% 61.15%)}.name .intro__animation span:nth-of-type(224){transition-delay:604ms!important;background-color:#ccd6f6cc;clip-path:polygon(71.83% 61.45%,71.64% 57.47%,74.03% 57.93%)}.name .intro__animation span:nth-of-type(225){transition-delay:203ms!important;background-color:#ccd6f6cc;clip-path:polygon(71.64% 57.47%,71.83% 61.45%,71.65% 62.26%)}.name .intro__animation span:nth-of-type(226){transition-delay:578ms!important;background-color:#ccd6f6;clip-path:polygon(71% 66.58%,71.64% 57.47%,71.33% 67.58%)}.name .intro__animation span:nth-of-type(227){transition-delay:791ms!important;background-color:#ccd6f6;clip-path:polygon(71% 66.58%,70.16% 57.9%,71.64% 57.47%)}.name .intro__animation span:nth-of-type(228){transition-delay:541ms!important;background-color:#ccd6f666;clip-path:polygon(69.32% 63.81%,70.16% 57.9%,71% 66.58%)}.name .intro__animation span:nth-of-type(229){transition-delay:786ms!important;background-color:#ccd6f6;clip-path:polygon(69.32% 63.81%,69.21% 59.33%,70.16% 57.9%)}.name .intro__animation span:nth-of-type(230){transition-delay:639ms!important;background-color:#ccd6f6;clip-path:polygon(69.05% 62.87%,69.21% 59.33%,69.32% 63.81%)}.name .intro__animation span:nth-of-type(231){transition-delay:425ms!important;background-color:#ccd6f6;clip-path:polygon(69.21% 59.33%,69.05% 62.87%,68.9% 61.64%)}.name .intro__animation span:nth-of-type(232){transition-delay:325ms!important;background-color:#ccd6f6cc;clip-path:polygon(83.39% 71.68%,80.54% 71.77%,81.16% 63.85%)}.name .intro__animation span:nth-of-type(233){transition-delay:665ms!important;background-color:#ccd6f6;clip-path:polygon(81.16% 63.85%,80.4% 57.92%,83.38% 57.81%)}.name .intro__animation span:nth-of-type(234){transition-delay:.31s!important;background-color:#ccd6f6;clip-path:polygon(80.54% 71.77%,80.4% 57.92%,81.16% 63.85%)}.name .intro__animation span:nth-of-type(235){transition-delay:342ms!important;background-color:#ccd6f666;clip-path:polygon(80.4% 57.92%,80.54% 71.77%,78.38% 63.91%)}.name .intro__animation span:nth-of-type(236){transition-delay:402ms!important;background-color:#ccd6f6;clip-path:polygon(78.11% 71.66%,75.78% 53.3%,78.53% 53.11%)}.name .intro__animation span:nth-of-type(237){transition-delay:119ms!important;background-color:#ccd6f6;clip-path:polygon(75.78% 53.3%,78.11% 71.66%,75.36% 71.77%)}.name .intro__animation span:nth-of-type(238){transition-delay:467ms!important;background-color:#ccd6f6;clip-path:polygon(87.83% 76.31%,89.29% 57.97%,91.92% 57.81%)}.name .intro__animation span:nth-of-type(239){transition-delay:.23s!important;background-color:#ccd6f6cc;clip-path:polygon(87.83% 76.31%,87.61% 67.54%,89.29% 57.97%)}.name .intro__animation span:nth-of-type(240){transition-delay:732ms!important;background-color:#ccd6f6;clip-path:polygon(87% 77.65%,87.61% 67.54%,87.83% 76.31%)}.name .intro__animation span:nth-of-type(241){transition-delay:524ms!important;background-color:#ccd6f6;clip-path:polygon(87% 77.65%,86.45% 57.81%,87.61% 67.54%)}.name .intro__animation span:nth-of-type(242){transition-delay:752ms!important;background-color:#ccd6f6;clip-path:polygon(87% 77.65%,86.07% 72.17%,86.45% 57.81%)}.name .intro__animation span:nth-of-type(243){transition-delay:475ms!important;background-color:#ccd6f6;clip-path:polygon(86.03% 78.27%,86.07% 72.17%,87% 77.65%)}.name .intro__animation span:nth-of-type(244){transition-delay:619ms!important;background-color:#ccd6f6cc;clip-path:polygon(86.03% 78.27%,85.67% 73.68%,86.07% 72.17%)}.name .intro__animation span:nth-of-type(245){transition-delay:588ms!important;background-color:#ccd6f6;clip-path:polygon(86.03% 78.27%,85.14% 74.48%,85.67% 73.68%)}.name .intro__animation span:nth-of-type(246){transition-delay:.61s!important;background-color:#ccd6f6;clip-path:polygon(86.03% 78.27%,84.52% 74.64%,85.14% 74.48%)}.name .intro__animation span:nth-of-type(247){transition-delay:103ms!important;background-color:#ccd6f6;clip-path:polygon(83.56% 78.02%,84.52% 74.64%,86.03% 78.27%)}.name .intro__animation span:nth-of-type(248){transition-delay:315ms!important;background-color:#ccd6f6;clip-path:polygon(84.52% 74.64%,83.56% 78.02%,83.28% 74.13%)}.name .intro__animation span:nth-of-type(249){transition-delay:185ms!important;background-color:#ccd6f6;clip-path:polygon(86.45% 57.81%,86.07% 72.17%,83.71% 57.81%)}.name .intro__animation span:nth-of-type(250){transition-delay:257ms!important;background-color:#ccd6f6;clip-path:polygon(95.29% 71.54%,92.73% 58.01%,95.49% 57.81%)}.name .intro__animation span:nth-of-type(251){transition-delay:109ms!important;background-color:#ccd6f6;clip-path:polygon(92.73% 58.01%,95.29% 71.54%,92.36% 71.77%)}.name .intro__animation span:nth-of-type(252){transition-delay:163ms!important;background-color:#ccd6f6;clip-path:polygon(95.49% 55.92%,92.83% 52.87%,95.51% 52.75%)}.name .intro__animation span:nth-of-type(253){transition-delay:407ms!important;background-color:#ccd6f6;clip-path:polygon(92.83% 52.87%,95.49% 55.92%,92.8% 56.06%)}.name .intro__animation span:nth-of-type(254){transition-delay:507ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(255){transition-delay:324ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(256){transition-delay:361ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(257){transition-delay:423ms!important;background-color:#ccd6f699;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(258){transition-delay:.78s!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(259){transition-delay:111ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(260){transition-delay:143ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(261){transition-delay:399ms!important;background-color:#ccd6f6cc;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(262){transition-delay:174ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(263){transition-delay:781ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(264){transition-delay:707ms!important;background-color:#ccd6f666;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(265){transition-delay:.18s!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(266){transition-delay:327ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(267){transition-delay:715ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(268){transition-delay:35ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(269){transition-delay:768ms!important;background-color:#ccd6f699;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(270){transition-delay:138ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(271){transition-delay:52ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(272){transition-delay:625ms!important;background-color:#ccd6f6cc;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(273){transition-delay:.51s!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(274){transition-delay:699ms!important;background-color:#ccd6f6cc;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(275){transition-delay:739ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(276){transition-delay:641ms!important;background-color:#ccd6f699;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(277){transition-delay:218ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(278){transition-delay:8ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(279){transition-delay:73ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(280){transition-delay:.72s!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(281){transition-delay:529ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(282){transition-delay:639ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(283){transition-delay:.1s!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(284){transition-delay:119ms!important;background-color:#ccd6f666;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(285){transition-delay:616ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(286){transition-delay:664ms!important;background-color:#ccd6f6cc;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(287){transition-delay:691ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(288){transition-delay:745ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(289){transition-delay:412ms!important;background-color:#ccd6f699;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(290){transition-delay:751ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(291){transition-delay:777ms!important;background-color:#ccd6f666;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(292){transition-delay:278ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(293){transition-delay:.71s!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(294){transition-delay:102ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(295){transition-delay:207ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(296){transition-delay:144ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(297){transition-delay:606ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(298){transition-delay:255ms!important;background-color:#ccd6f699;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(299){transition-delay:239ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(300){transition-delay:40ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(301){transition-delay:37ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(302){transition-delay:.59s!important;background-color:#ccd6f666;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(303){transition-delay:656ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(304){transition-delay:146ms!important;background-color:#ccd6f699;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(305){transition-delay:319ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(306){transition-delay:631ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(307){transition-delay:80ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(308){transition-delay:743ms!important;background-color:#ccd6f6cc;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(309){transition-delay:626ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(310){transition-delay:608ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.name .intro__animation span:nth-of-type(311){transition-delay:59ms!important;background-color:#ccd6f6;clip-path:polygon(50% 50%,50% 50%,50% 50%)}.position .intro__animation span:nth-of-type(1){transition-delay:224ms!important;background-color:#ccd6f6;clip-path:polygon(13.77% 29.69%,9.66% 24.96%,13.78% 25.13%)}.position .intro__animation span:nth-of-type(2){transition-delay:364ms!important;background-color:#ccd6f6;clip-path:polygon(9.66% 24.96%,13.77% 29.69%,9.63% 29.89%)}.position .intro__animation span:nth-of-type(3){transition-delay:603ms!important;background-color:#ccd6f6;clip-path:polygon(9.8% 21.37%,14.83% 16.57%,14.64% 21.41%)}.position .intro__animation span:nth-of-type(4){transition-delay:472ms!important;background-color:#ccd6f666;clip-path:polygon(9.43% 38.45%,9.66% 24.96%,9.63% 29.89%)}.position .intro__animation span:nth-of-type(5){transition-delay:476ms!important;background-color:#ccd6f666;clip-path:polygon(9.8% 21.37%,6.32% 16.57%,14.83% 16.57%)}.position .intro__animation span:nth-of-type(6){transition-delay:516ms!important;background-color:#ccd6f6;clip-path:polygon(9.66% 24.96%,6.32% 16.57%,9.8% 21.37%)}.position .intro__animation span:nth-of-type(7){transition-delay:753ms!important;background-color:#ccd6f6;clip-path:polygon(9.43% 38.45%,6.32% 16.57%,9.66% 24.96%)}.position .intro__animation span:nth-of-type(8){transition-delay:.79s!important;background-color:#ccd6f6;clip-path:polygon(6.32% 16.57%,9.43% 38.45%,5.81% 38.56%)}.position .intro__animation span:nth-of-type(9){transition-delay:605ms!important;background-color:#ccd6f6;clip-path:polygon(21.2% 26.97%,21.83% 21.82%,22.02% 27.23%)}.position .intro__animation span:nth-of-type(10){transition-delay:681ms!important;background-color:#ccd6f6cc;clip-path:polygon(21.2% 26.97%,21.19% 21.71%,21.83% 21.82%)}.position .intro__animation span:nth-of-type(11){transition-delay:412ms!important;background-color:#ccd6f6;clip-path:polygon(20.36% 27.25%,21.19% 21.71%,21.2% 26.97%)}.position .intro__animation span:nth-of-type(12){transition-delay:607ms!important;background-color:#ccd6f6;clip-path:polygon(20.36% 27.25%,20.24% 22.18%,21.19% 21.71%)}.position .intro__animation span:nth-of-type(13){transition-delay:775ms!important;background-color:#ccd6f6;clip-path:polygon(19.84% 27.97%,20.24% 22.18%,20.36% 27.25%)}.position .intro__animation span:nth-of-type(14){transition-delay:1ms!important;background-color:#ccd6f6;clip-path:polygon(19.31% 29.53%,20.24% 22.18%,19.84% 27.97%)}.position .intro__animation span:nth-of-type(15){transition-delay:601ms!important;background-color:#ccd6f6;clip-path:polygon(19.31% 29.53%,19.18% 23.93%,20.24% 22.18%)}.position .intro__animation span:nth-of-type(16){transition-delay:.6s!important;background-color:#ccd6f666;clip-path:polygon(19.08% 32.42%,19.18% 23.93%,19.31% 29.53%)}.position .intro__animation span:nth-of-type(17){transition-delay:297ms!important;background-color:#ccd6f6;clip-path:polygon(19.08% 32.42%,19.15% 22.11%,19.18% 23.93%)}.position .intro__animation span:nth-of-type(18){transition-delay:624ms!important;background-color:#ccd6f6;clip-path:polygon(19.08% 32.42%,16.13% 22.23%,19.15% 22.11%)}.position .intro__animation span:nth-of-type(19){transition-delay:566ms!important;background-color:#ccd6f6cc;clip-path:polygon(19.05% 38.55%,16.13% 22.23%,19.08% 32.42%)}.position .intro__animation span:nth-of-type(20){transition-delay:268ms!important;background-color:#ccd6f6;clip-path:polygon(16.13% 22.23%,19.05% 38.55%,15.8% 38.56%)}.position .intro__animation span:nth-of-type(21){transition-delay:581ms!important;background-color:#ccd6f6cc;clip-path:polygon(29.5% 38.33%,28.98% 32.27%,29.18% 30%)}.position .intro__animation span:nth-of-type(22){transition-delay:601ms!important;background-color:#ccd6f6;clip-path:polygon(29.5% 38.33%,28.37% 33.86%,28.98% 32.27%)}.position .intro__animation span:nth-of-type(23){transition-delay:447ms!important;background-color:#ccd6f6;clip-path:polygon(29.5% 38.33%,27.46% 34.4%,28.37% 33.86%)}.position .intro__animation span:nth-of-type(24){transition-delay:96ms!important;background-color:#ccd6f6;clip-path:polygon(27.4% 38.96%,27.46% 34.4%,29.5% 38.33%)}.position .intro__animation span:nth-of-type(25){transition-delay:778ms!important;background-color:#ccd6f6;clip-path:polygon(27.4% 38.96%,26.33% 33.35%,27.46% 34.4%)}.position .intro__animation span:nth-of-type(26){transition-delay:.68s!important;background-color:#ccd6f6;clip-path:polygon(25.45% 38.31%,26.33% 33.35%,27.4% 38.96%)}.position .intro__animation span:nth-of-type(27){transition-delay:778ms!important;background-color:#ccd6f6;clip-path:polygon(25.45% 38.31%,25.91% 30.75%,26.33% 33.35%)}.position .intro__animation span:nth-of-type(28){transition-delay:615ms!important;background-color:#ccd6f6;clip-path:polygon(25.45% 38.31%,25.72% 22.35%,25.91% 30.75%)}.position .intro__animation span:nth-of-type(29){transition-delay:181ms!important;background-color:#ccd6f6cc;clip-path:polygon(25.45% 38.31%,24.04% 24.25%,25.72% 22.35%)}.position .intro__animation span:nth-of-type(30){transition-delay:.17s!important;background-color:#ccd6f6;clip-path:polygon(23.9% 36.53%,24.04% 24.25%,25.45% 38.31%)}.position .intro__animation span:nth-of-type(31){transition-delay:619ms!important;background-color:#ccd6f6;clip-path:polygon(23.9% 36.53%,23.03% 27.08%,24.04% 24.25%)}.position .intro__animation span:nth-of-type(32){transition-delay:412ms!important;background-color:#ccd6f699;clip-path:polygon(22.98% 33.76%,23.03% 27.08%,23.9% 36.53%)}.position .intro__animation span:nth-of-type(33){transition-delay:103ms!important;background-color:#ccd6f6;clip-path:polygon(23.03% 27.08%,22.98% 33.76%,22.69% 30.41%)}.position .intro__animation span:nth-of-type(34){transition-delay:743ms!important;background-color:#ccd6f6;clip-path:polygon(32.11% 33.48%,32.13% 26.9%,32.41% 30.21%)}.position .intro__animation span:nth-of-type(35){transition-delay:378ms!important;background-color:#ccd6f699;clip-path:polygon(32.11% 33.48%,31.22% 24.18%,32.13% 26.9%)}.position .intro__animation span:nth-of-type(36){transition-delay:508ms!important;background-color:#ccd6f6;clip-path:polygon(31.16% 36.36%,31.22% 24.18%,32.11% 33.48%)}.position .intro__animation span:nth-of-type(37){transition-delay:26ms!important;background-color:#ccd6f699;clip-path:polygon(31.16% 36.36%,29.68% 22.38%,31.22% 24.18%)}.position .intro__animation span:nth-of-type(38){transition-delay:108ms!important;background-color:#ccd6f6;clip-path:polygon(29.5% 38.33%,29.68% 22.38%,31.16% 36.36%)}.position .intro__animation span:nth-of-type(39){transition-delay:205ms!important;background-color:#ccd6f6;clip-path:polygon(29.18% 30%,29.68% 22.38%,29.5% 38.33%)}.position .intro__animation span:nth-of-type(40){transition-delay:676ms!important;background-color:#ccd6f6cc;clip-path:polygon(29.02% 28.2%,29.68% 22.38%,29.18% 30%)}.position .intro__animation span:nth-of-type(41){transition-delay:97ms!important;background-color:#ccd6f699;clip-path:polygon(28.5% 26.91%,29.68% 22.38%,29.02% 28.2%)}.position .intro__animation span:nth-of-type(42){transition-delay:655ms!important;background-color:#ccd6f6cc;clip-path:polygon(28.5% 26.91%,27.7% 21.69%,29.68% 22.38%)}.position .intro__animation span:nth-of-type(43){transition-delay:116ms!important;background-color:#ccd6f6cc;clip-path:polygon(27.64% 26.43%,27.7% 21.69%,28.5% 26.91%)}.position .intro__animation span:nth-of-type(44){transition-delay:773ms!important;background-color:#ccd6f6;clip-path:polygon(26.72% 26.96%,27.7% 21.69%,27.64% 26.43%)}.position .intro__animation span:nth-of-type(45){transition-delay:88ms!important;background-color:#ccd6f666;clip-path:polygon(26.11% 28.51%,27.7% 21.69%,26.72% 26.96%)}.position .intro__animation span:nth-of-type(46){transition-delay:661ms!important;background-color:#ccd6f699;clip-path:polygon(26.11% 28.51%,25.72% 22.35%,27.7% 21.69%)}.position .intro__animation span:nth-of-type(47){transition-delay:86ms!important;background-color:#ccd6f6;clip-path:polygon(25.72% 22.35%,26.11% 28.51%,25.91% 30.75%)}.position .intro__animation span:nth-of-type(48){transition-delay:762ms!important;background-color:#ccd6f666;clip-path:polygon(43.08% 38.43%,43.24% 25.27%,43.32% 26.9%)}.position .intro__animation span:nth-of-type(49){transition-delay:38ms!important;background-color:#ccd6f6;clip-path:polygon(43.08% 38.43%,42.91% 23.8%,43.24% 25.27%)}.position .intro__animation span:nth-of-type(50){transition-delay:759ms!important;background-color:#ccd6f6;clip-path:polygon(43.08% 38.43%,42.29% 22.65%,42.91% 23.8%)}.position .intro__animation span:nth-of-type(51){transition-delay:9ms!important;background-color:#ccd6f699;clip-path:polygon(43.08% 38.43%,41.37% 21.94%,42.29% 22.65%)}.position .intro__animation span:nth-of-type(52){transition-delay:454ms!important;background-color:#ccd6f6;clip-path:polygon(43.08% 38.43%,40.24% 21.69%,41.37% 21.94%)}.position .intro__animation span:nth-of-type(53){transition-delay:266ms!important;background-color:#ccd6f6;clip-path:polygon(43.08% 38.43%,39.99% 29.74%,40.24% 21.69%)}.position .intro__animation span:nth-of-type(54){transition-delay:237ms!important;background-color:#ccd6f6cc;clip-path:polygon(39.99% 29.74%,43.08% 38.43%,39.89% 38.56%)}.position .intro__animation span:nth-of-type(55){transition-delay:734ms!important;background-color:#ccd6f666;clip-path:polygon(39.7% 27.6%,40.24% 21.69%,39.99% 29.74%)}.position .intro__animation span:nth-of-type(56){transition-delay:.39s!important;background-color:#ccd6f699;clip-path:polygon(38.81% 26.89%,40.24% 21.69%,39.7% 27.6%)}.position .intro__animation span:nth-of-type(57){transition-delay:328ms!important;background-color:#ccd6f6;clip-path:polygon(38.81% 26.89%,38.64% 22.23%,40.24% 21.69%)}.position .intro__animation span:nth-of-type(58){transition-delay:626ms!important;background-color:#ccd6f699;clip-path:polygon(37.93% 27.5%,38.64% 22.23%,38.81% 26.89%)}.position .intro__animation span:nth-of-type(59){transition-delay:217ms!important;background-color:#ccd6f6;clip-path:polygon(37.29% 29.28%,38.64% 22.23%,37.93% 27.5%)}.position .intro__animation span:nth-of-type(60){transition-delay:.71s!important;background-color:#ccd6f6;clip-path:polygon(37.29% 29.28%,37.19% 24.3%,38.64% 22.23%)}.position .intro__animation span:nth-of-type(61){transition-delay:39ms!important;background-color:#ccd6f6;clip-path:polygon(37.19% 24.3%,37.29% 29.28%,36.78% 38.57%)}.position .intro__animation span:nth-of-type(62){transition-delay:83ms!important;background-color:#ccd6f6cc;clip-path:polygon(36.78% 38.57%,37.2% 22.11%,37.19% 24.3%)}.position .intro__animation span:nth-of-type(63){transition-delay:.72s!important;background-color:#ccd6f6cc;clip-path:polygon(36.78% 38.57%,34.03% 22.2%,37.2% 22.11%)}.position .intro__animation span:nth-of-type(64){transition-delay:792ms!important;background-color:#ccd6f6;clip-path:polygon(34.03% 22.2%,36.78% 38.57%,33.53% 38.56%)}.position .intro__animation span:nth-of-type(65){transition-delay:535ms!important;background-color:#ccd6f6;clip-path:polygon(50.39% 38.43%,49.27% 34.03%,50.82% 33.82%)}.position .intro__animation span:nth-of-type(66){transition-delay:589ms!important;background-color:#ccd6f666;clip-path:polygon(50.39% 38.43%,48.95% 33.37%,49.27% 34.03%)}.position .intro__animation span:nth-of-type(67){transition-delay:753ms!important;background-color:#ccd6f6;clip-path:polygon(48.95% 33.37%,48.28% 38.98%,48.82% 31.79%)}.position .intro__animation span:nth-of-type(68){transition-delay:312ms!important;background-color:#ccd6f666;clip-path:polygon(48.28% 38.98%,48.95% 33.37%,50.39% 38.43%)}.position .intro__animation span:nth-of-type(69){transition-delay:574ms!important;background-color:#ccd6f6cc;clip-path:polygon(50.79% 26.59%,49.01% 22.15%,50.77% 22.35%)}.position .intro__animation span:nth-of-type(70){transition-delay:179ms!important;background-color:#ccd6f6;clip-path:polygon(49.01% 22.15%,50.79% 26.59%,49.01% 26.78%)}.position .intro__animation span:nth-of-type(71){transition-delay:425ms!important;background-color:#ccd6f699;clip-path:polygon(48.82% 31.79%,49.01% 22.15%,49.01% 26.78%)}.position .intro__animation span:nth-of-type(72){transition-delay:207ms!important;background-color:#ccd6f6;clip-path:polygon(48.82% 31.79%,49.02% 17.84%,49.01% 22.15%)}.position .intro__animation span:nth-of-type(73){transition-delay:603ms!important;background-color:#ccd6f666;clip-path:polygon(48.28% 38.98%,49.02% 17.84%,48.82% 31.79%)}.position .intro__animation span:nth-of-type(74){transition-delay:626ms!important;background-color:#ccd6f6;clip-path:polygon(47.06% 38.74%,49.02% 17.84%,48.28% 38.98%)}.position .intro__animation span:nth-of-type(75){transition-delay:603ms!important;background-color:#ccd6f6;clip-path:polygon(46.18% 37.89%,49.02% 17.84%,47.06% 38.74%)}.position .intro__animation span:nth-of-type(76){transition-delay:195ms!important;background-color:#ccd6f6;clip-path:polygon(46.18% 37.89%,46.1% 19.25%,49.02% 17.84%)}.position .intro__animation span:nth-of-type(77){transition-delay:51ms!important;background-color:#ccd6f6;clip-path:polygon(46.18% 37.89%,45.92% 22.35%,46.1% 19.25%)}.position .intro__animation span:nth-of-type(78){transition-delay:295ms!important;background-color:#ccd6f6;clip-path:polygon(46.18% 37.89%,45.8% 27.02%,45.92% 22.35%)}.position .intro__animation span:nth-of-type(79){transition-delay:658ms!important;background-color:#ccd6f6cc;clip-path:polygon(45.69% 36.47%,45.8% 27.02%,46.18% 37.89%)}.position .intro__animation span:nth-of-type(80){transition-delay:572ms!important;background-color:#ccd6f6;clip-path:polygon(45.8% 27.02%,45.69% 36.47%,45.57% 34.76%)}.position .intro__animation span:nth-of-type(81){transition-delay:.66s!important;background-color:#ccd6f6;clip-path:polygon(45.8% 27.02%,44.64% 22.58%,45.92% 22.35%)}.position .intro__animation span:nth-of-type(82){transition-delay:175ms!important;background-color:#ccd6f699;clip-path:polygon(44.64% 22.58%,45.8% 27.02%,44.55% 26.78%)}.position .intro__animation span:nth-of-type(83){transition-delay:126ms!important;background-color:#ccd6f6;clip-path:polygon(55.35% 32.24%,51.33% 27.77%,55.56% 27.95%)}.position .intro__animation span:nth-of-type(84){transition-delay:.19s!important;background-color:#ccd6f6;clip-path:polygon(51.33% 27.77%,55.35% 32.24%,51.12% 32.24%)}.position .intro__animation span:nth-of-type(85){transition-delay:50ms!important;background-color:#ccd6f6cc;clip-path:polygon(64.61% 29.89%,60.24% 24.88%,64.85% 25.19%)}.position .intro__animation span:nth-of-type(86){transition-delay:217ms!important;background-color:#ccd6f6;clip-path:polygon(60.24% 24.88%,64.61% 29.89%,60.18% 29.97%)}.position .intro__animation span:nth-of-type(87){transition-delay:518ms!important;background-color:#ccd6f6;clip-path:polygon(60.33% 21.34%,65.85% 16.57%,65.67% 21.38%)}.position .intro__animation span:nth-of-type(88){transition-delay:338ms!important;background-color:#ccd6f6;clip-path:polygon(59.98% 33.72%,60.24% 24.88%,60.18% 29.97%)}.position .intro__animation span:nth-of-type(89){transition-delay:454ms!important;background-color:#ccd6f6;clip-path:polygon(59.98% 33.72%,60.33% 21.34%,60.24% 24.88%)}.position .intro__animation span:nth-of-type(90){transition-delay:786ms!important;background-color:#ccd6f6;clip-path:polygon(60.33% 21.34%,56.91% 16.79%,65.85% 16.57%)}.position .intro__animation span:nth-of-type(91){transition-delay:474ms!important;background-color:#ccd6f6;clip-path:polygon(56.91% 16.79%,60.33% 21.34%,59.98% 33.72%)}.position .intro__animation span:nth-of-type(92){transition-delay:60ms!important;background-color:#ccd6f666;clip-path:polygon(65.35% 38.35%,59.98% 33.72%,65.51% 33.63%)}.position .intro__animation span:nth-of-type(93){transition-delay:304ms!important;background-color:#ccd6f6;clip-path:polygon(59.98% 33.72%,56.34% 38.56%,56.91% 16.79%)}.position .intro__animation span:nth-of-type(94){transition-delay:.67s!important;background-color:#ccd6f6;clip-path:polygon(56.34% 38.56%,59.98% 33.72%,65.35% 38.35%)}.position .intro__animation span:nth-of-type(95){transition-delay:647ms!important;background-color:#ccd6f6;clip-path:polygon(76.6% 38.43%,76.77% 25.27%,76.85% 26.9%)}.position .intro__animation span:nth-of-type(96){transition-delay:50ms!important;background-color:#ccd6f6;clip-path:polygon(76.6% 38.43%,76.44% 23.8%,76.77% 25.27%)}.position .intro__animation span:nth-of-type(97){transition-delay:346ms!important;background-color:#ccd6f699;clip-path:polygon(76.6% 38.43%,75.82% 22.65%,76.44% 23.8%)}.position .intro__animation span:nth-of-type(98){transition-delay:521ms!important;background-color:#ccd6f6;clip-path:polygon(76.6% 38.43%,74.89% 21.94%,75.82% 22.65%)}.position .intro__animation span:nth-of-type(99){transition-delay:787ms!important;background-color:#ccd6f666;clip-path:polygon(76.6% 38.43%,73.76% 21.69%,74.89% 21.94%)}.position .intro__animation span:nth-of-type(100){transition-delay:343ms!important;background-color:#ccd6f666;clip-path:polygon(76.6% 38.43%,73.51% 29.74%,73.76% 21.69%)}.position .intro__animation span:nth-of-type(101){transition-delay:67ms!important;background-color:#ccd6f666;clip-path:polygon(73.51% 29.74%,76.6% 38.43%,73.41% 38.56%)}.position .intro__animation span:nth-of-type(102){transition-delay:224ms!important;background-color:#ccd6f6;clip-path:polygon(73.22% 27.6%,73.76% 21.69%,73.51% 29.74%)}.position .intro__animation span:nth-of-type(103){transition-delay:58ms!important;background-color:#ccd6f6;clip-path:polygon(72.33% 26.89%,73.76% 21.69%,73.22% 27.6%)}.position .intro__animation span:nth-of-type(104){transition-delay:795ms!important;background-color:#ccd6f6;clip-path:polygon(72.33% 26.89%,72.16% 22.23%,73.76% 21.69%)}.position .intro__animation span:nth-of-type(105){transition-delay:443ms!important;background-color:#ccd6f6;clip-path:polygon(71.45% 27.5%,72.16% 22.23%,72.33% 26.89%)}.position .intro__animation span:nth-of-type(106){transition-delay:.47s!important;background-color:#ccd6f699;clip-path:polygon(70.81% 29.28%,72.16% 22.23%,71.45% 27.5%)}.position .intro__animation span:nth-of-type(107){transition-delay:312ms!important;background-color:#ccd6f666;clip-path:polygon(70.81% 29.28%,70.71% 24.3%,72.16% 22.23%)}.position .intro__animation span:nth-of-type(108){transition-delay:128ms!important;background-color:#ccd6f666;clip-path:polygon(70.71% 24.3%,70.81% 29.28%,70.3% 38.57%)}.position .intro__animation span:nth-of-type(109){transition-delay:432ms!important;background-color:#ccd6f6;clip-path:polygon(70.3% 38.57%,70.72% 22.11%,70.71% 24.3%)}.position .intro__animation span:nth-of-type(110){transition-delay:125ms!important;background-color:#ccd6f6;clip-path:polygon(70.3% 38.57%,67.55% 22.2%,70.72% 22.11%)}.position .intro__animation span:nth-of-type(111){transition-delay:676ms!important;background-color:#ccd6f6;clip-path:polygon(67.55% 22.2%,70.3% 38.57%,67.05% 38.56%)}.position .intro__animation span:nth-of-type(112){transition-delay:82ms!important;background-color:#ccd6f6;clip-path:polygon(87.42% 38.56%,84.82% 16.56%,87.94% 16.56%)}.position .intro__animation span:nth-of-type(113){transition-delay:.18s!important;background-color:#ccd6f699;clip-path:polygon(87.42% 38.56%,84.59% 21.91%,84.82% 16.56%)}.position .intro__animation span:nth-of-type(114){transition-delay:207ms!important;background-color:#ccd6f6;clip-path:polygon(87.42% 38.56%,84.55% 26.12%,84.59% 21.91%)}.position .intro__animation span:nth-of-type(115){transition-delay:771ms!important;background-color:#ccd6f6;clip-path:polygon(84.49% 38.56%,84.55% 26.12%,87.42% 38.56%)}.position .intro__animation span:nth-of-type(116){transition-delay:364ms!important;background-color:#ccd6f6;clip-path:polygon(84.47% 36.51%,84.55% 26.12%,84.49% 38.56%)}.position .intro__animation span:nth-of-type(117){transition-delay:599ms!important;background-color:#ccd6f6;clip-path:polygon(84.47% 36.51%,84.43% 29.98%,84.55% 26.12%)}.position .intro__animation span:nth-of-type(118){transition-delay:259ms!important;background-color:#ccd6f6;clip-path:polygon(84.47% 36.51%,84.12% 32.28%,84.43% 29.98%)}.position .intro__animation span:nth-of-type(119){transition-delay:778ms!important;background-color:#ccd6f6;clip-path:polygon(84.47% 36.51%,83.52% 33.75%,84.12% 32.28%)}.position .intro__animation span:nth-of-type(120){transition-delay:666ms!important;background-color:#ccd6f6;clip-path:polygon(83.42% 38.12%,83.52% 33.75%,84.47% 36.51%)}.position .intro__animation span:nth-of-type(121){transition-delay:19ms!important;background-color:#ccd6f6;clip-path:polygon(83.42% 38.12%,82.84% 34.17%,83.52% 33.75%)}.position .intro__animation span:nth-of-type(122){transition-delay:307ms!important;background-color:#ccd6f6cc;clip-path:polygon(82.53% 38.78%,82.84% 34.17%,83.42% 38.12%)}.position .intro__animation span:nth-of-type(123){transition-delay:13ms!important;background-color:#ccd6f6;clip-path:polygon(82.53% 38.78%,81.87% 33.62%,82.84% 34.17%)}.position .intro__animation span:nth-of-type(124){transition-delay:147ms!important;background-color:#ccd6f6;clip-path:polygon(81.66% 38.98%,81.87% 33.62%,82.53% 38.78%)}.position .intro__animation span:nth-of-type(125){transition-delay:512ms!important;background-color:#ccd6f6;clip-path:polygon(81.66% 38.98%,81.44% 32.63%,81.87% 33.62%)}.position .intro__animation span:nth-of-type(126){transition-delay:196ms!important;background-color:#ccd6f6;clip-path:polygon(81.66% 38.98%,81.27% 30.94%,81.44% 32.63%)}.position .intro__animation span:nth-of-type(127){transition-delay:758ms!important;background-color:#ccd6f6;clip-path:polygon(81.27% 30.94%,81.66% 38.98%,80.27% 38.43%)}.position .intro__animation span:nth-of-type(128){transition-delay:766ms!important;background-color:#ccd6f699;clip-path:polygon(83.74% 25.93%,84.59% 21.91%,84.55% 26.12%)}.position .intro__animation span:nth-of-type(129){transition-delay:372ms!important;background-color:#ccd6f6;clip-path:polygon(83.74% 25.93%,83.02% 21.7%,84.59% 21.91%)}.position .intro__animation span:nth-of-type(130){transition-delay:456ms!important;background-color:#ccd6f6;clip-path:polygon(82.47% 26.51%,83.02% 21.7%,83.74% 25.93%)}.position .intro__animation span:nth-of-type(131){transition-delay:606ms!important;background-color:#ccd6f666;clip-path:polygon(81.57% 28.42%,83.02% 21.7%,82.47% 26.51%)}.position .intro__animation span:nth-of-type(132){transition-delay:517ms!important;background-color:#ccd6f6;clip-path:polygon(81.57% 28.42%,81.3% 22.15%,83.02% 21.7%)}.position .intro__animation span:nth-of-type(133){transition-delay:749ms!important;background-color:#ccd6f6;clip-path:polygon(81.27% 30.94%,81.3% 22.15%,81.57% 28.42%)}.position .intro__animation span:nth-of-type(134){transition-delay:633ms!important;background-color:#ccd6f6;clip-path:polygon(80.27% 38.43%,81.3% 22.15%,81.27% 30.94%)}.position .intro__animation span:nth-of-type(135){transition-delay:355ms!important;background-color:#ccd6f6;clip-path:polygon(80.27% 38.43%,79.62% 24%,81.3% 22.15%)}.position .intro__animation span:nth-of-type(136){transition-delay:99ms!important;background-color:#ccd6f6;clip-path:polygon(79.11% 36.88%,79.62% 24%,80.27% 38.43%)}.position .intro__animation span:nth-of-type(137){transition-delay:592ms!important;background-color:#ccd6f6;clip-path:polygon(79.11% 36.88%,78.53% 27.31%,79.62% 24%)}.position .intro__animation span:nth-of-type(138){transition-delay:168ms!important;background-color:#ccd6f6;clip-path:polygon(78.39% 34.45%,78.53% 27.31%,79.11% 36.88%)}.position .intro__animation span:nth-of-type(139){transition-delay:731ms!important;background-color:#ccd6f699;clip-path:polygon(78.53% 27.31%,78.39% 34.45%,78.13% 31.51%)}.position .intro__animation span:nth-of-type(140){transition-delay:475ms!important;background-color:#ccd6f6;clip-path:polygon(14.5% 76.82%,13.49% 69.52%,13.75% 66.5%)}.position .intro__animation span:nth-of-type(141){transition-delay:394ms!important;background-color:#ccd6f6cc;clip-path:polygon(14.5% 76.82%,12.8% 71.86%,13.49% 69.52%)}.position .intro__animation span:nth-of-type(142){transition-delay:751ms!important;background-color:#ccd6f666;clip-path:polygon(12.52% 77.97%,12.8% 71.86%,14.5% 76.82%)}.position .intro__animation span:nth-of-type(143){transition-delay:748ms!important;background-color:#ccd6f6;clip-path:polygon(12.52% 77.97%,11.85% 72.91%,12.8% 71.86%)}.position .intro__animation span:nth-of-type(144){transition-delay:84ms!important;background-color:#ccd6f6;clip-path:polygon(12.52% 77.97%,9.28% 73.31%,11.85% 72.91%)}.position .intro__animation span:nth-of-type(145){transition-delay:756ms!important;background-color:#ccd6f699;clip-path:polygon(9.28% 73.31%,5.8% 78.16%,6.31% 56.17%)}.position .intro__animation span:nth-of-type(146){transition-delay:512ms!important;background-color:#ccd6f6;clip-path:polygon(5.8% 78.16%,9.28% 73.31%,12.52% 77.97%)}.position .intro__animation span:nth-of-type(147){transition-delay:302ms!important;background-color:#ccd6f6;clip-path:polygon(17.03% 69.79%,16.97% 62.42%,17.24% 66.3%)}.position .intro__animation span:nth-of-type(148){transition-delay:292ms!important;background-color:#ccd6f6;clip-path:polygon(16.54% 72.56%,16.97% 62.42%,17.03% 69.79%)}.position .intro__animation span:nth-of-type(149){transition-delay:565ms!important;background-color:#ccd6f666;clip-path:polygon(16.54% 72.56%,16.22% 59.41%,16.97% 62.42%)}.position .intro__animation span:nth-of-type(150){transition-delay:107ms!important;background-color:#ccd6f6;clip-path:polygon(15.74% 74.92%,16.22% 59.41%,16.54% 72.56%)}.position .intro__animation span:nth-of-type(151){transition-delay:40ms!important;background-color:#ccd6f6;clip-path:polygon(15.74% 74.92%,15.03% 57.34%,16.22% 59.41%)}.position .intro__animation span:nth-of-type(152){transition-delay:739ms!important;background-color:#ccd6f6;clip-path:polygon(14.5% 76.82%,15.03% 57.34%,15.74% 74.92%)}.position .intro__animation span:nth-of-type(153){transition-delay:405ms!important;background-color:#ccd6f6;clip-path:polygon(13.75% 66.5%,15.03% 57.34%,14.5% 76.82%)}.position .intro__animation span:nth-of-type(154){transition-delay:708ms!important;background-color:#ccd6f699;clip-path:polygon(13.75% 66.5%,13.49% 56.31%,15.03% 57.34%)}.position .intro__animation span:nth-of-type(155){transition-delay:347ms!important;background-color:#ccd6f666;clip-path:polygon(13.43% 63.28%,13.49% 56.31%,13.75% 66.5%)}.position .intro__animation span:nth-of-type(156){transition-delay:.44s!important;background-color:#ccd6f6cc;clip-path:polygon(12.49% 61.31%,13.49% 56.31%,13.43% 63.28%)}.position .intro__animation span:nth-of-type(157){transition-delay:66ms!important;background-color:#ccd6f6;clip-path:polygon(10.99% 60.81%,13.49% 56.31%,12.49% 61.31%)}.position .intro__animation span:nth-of-type(158){transition-delay:319ms!important;background-color:#ccd6f6;clip-path:polygon(9.61% 60.89%,13.49% 56.31%,10.99% 60.81%)}.position .intro__animation span:nth-of-type(159){transition-delay:418ms!important;background-color:#ccd6f6;clip-path:polygon(9.61% 60.89%,6.31% 56.17%,13.49% 56.31%)}.position .intro__animation span:nth-of-type(160){transition-delay:.69s!important;background-color:#ccd6f6;clip-path:polygon(6.31% 56.17%,9.61% 60.89%,9.28% 73.31%)}.position .intro__animation span:nth-of-type(161){transition-delay:253ms!important;background-color:#ccd6f699;clip-path:polygon(25.95% 77.99%,23.47% 74.35%,26.42% 73.29%)}.position .intro__animation span:nth-of-type(162){transition-delay:288ms!important;background-color:#ccd6f6;clip-path:polygon(23.16% 78.58%,23.47% 74.35%,25.95% 77.99%)}.position .intro__animation span:nth-of-type(163){transition-delay:168ms!important;background-color:#ccd6f699;clip-path:polygon(23.16% 78.58%,21.99% 73.46%,23.47% 74.35%)}.position .intro__animation span:nth-of-type(164){transition-delay:505ms!important;background-color:#ccd6f6;clip-path:polygon(21.47% 78.32%,21.99% 73.46%,23.16% 78.58%)}.position .intro__animation span:nth-of-type(165){transition-delay:798ms!important;background-color:#ccd6f6;clip-path:polygon(21.47% 78.32%,21.4% 70.94%,21.99% 73.46%)}.position .intro__animation span:nth-of-type(166){transition-delay:332ms!important;background-color:#ccd6f6;clip-path:polygon(21.47% 78.32%,21.12% 61.82%,21.4% 70.94%)}.position .intro__animation span:nth-of-type(167){transition-delay:738ms!important;background-color:#ccd6f6;clip-path:polygon(20.06% 77.41%,21.12% 61.82%,21.47% 78.32%)}.position .intro__animation span:nth-of-type(168){transition-delay:84ms!important;background-color:#ccd6f6;clip-path:polygon(20.06% 77.41%,19.65% 63.46%,21.12% 61.82%)}.position .intro__animation span:nth-of-type(169){transition-delay:691ms!important;background-color:#ccd6f699;clip-path:polygon(19.03% 75.69%,19.65% 63.46%,20.06% 77.41%)}.position .intro__animation span:nth-of-type(170){transition-delay:103ms!important;background-color:#ccd6f666;clip-path:polygon(19.03% 75.69%,18.68% 66.28%,19.65% 63.46%)}.position .intro__animation span:nth-of-type(171){transition-delay:121ms!important;background-color:#ccd6f6;clip-path:polygon(18.45% 73.4%,18.68% 66.28%,19.03% 75.69%)}.position .intro__animation span:nth-of-type(172){transition-delay:.3s!important;background-color:#ccd6f6;clip-path:polygon(18.68% 66.28%,18.45% 73.4%,18.24% 70.27%)}.position .intro__animation span:nth-of-type(173){transition-delay:5ms!important;background-color:#ccd6f6;clip-path:polygon(27.05% 70.54%,26.88% 65.5%,27.15% 68.37%)}.position .intro__animation span:nth-of-type(174){transition-delay:165ms!important;background-color:#ccd6f6;clip-path:polygon(27.05% 70.54%,26.03% 63.14%,26.88% 65.5%)}.position .intro__animation span:nth-of-type(175){transition-delay:69ms!important;background-color:#ccd6f699;clip-path:polygon(27.05% 70.54%,24.73% 61.78%,26.03% 63.14%)}.position .intro__animation span:nth-of-type(176){transition-delay:.7s!important;background-color:#ccd6f6;clip-path:polygon(27.05% 70.54%,24.01% 68.09%,24.73% 61.78%)}.position .intro__animation span:nth-of-type(177){transition-delay:55ms!important;background-color:#ccd6f6;clip-path:polygon(21.47% 70.55%,24.01% 68.09%,27.05% 70.54%)}.position .intro__animation span:nth-of-type(178){transition-delay:323ms!important;background-color:#ccd6f6;clip-path:polygon(21.47% 70.55%,21.47% 68.09%,24.01% 68.09%)}.position .intro__animation span:nth-of-type(179){transition-delay:362ms!important;background-color:#ccd6f666;clip-path:polygon(21.47% 68.09%,21.47% 70.55%,21.4% 70.94%)}.position .intro__animation span:nth-of-type(180){transition-delay:255ms!important;background-color:#ccd6f6;clip-path:polygon(24.01% 66.41%,24.73% 61.78%,24.01% 68.09%)}.position .intro__animation span:nth-of-type(181){transition-delay:753ms!important;background-color:#ccd6f6;clip-path:polygon(23.46% 65.27%,24.73% 61.78%,24.01% 66.41%)}.position .intro__animation span:nth-of-type(182){transition-delay:393ms!important;background-color:#ccd6f6;clip-path:polygon(23.46% 65.27%,22.85% 61.31%,24.73% 61.78%)}.position .intro__animation span:nth-of-type(183){transition-delay:236ms!important;background-color:#ccd6f6;clip-path:polygon(22.54% 65.17%,22.85% 61.31%,23.46% 65.27%)}.position .intro__animation span:nth-of-type(184){transition-delay:42ms!important;background-color:#ccd6f6cc;clip-path:polygon(21.8% 66.22%,22.85% 61.31%,22.54% 65.17%)}.position .intro__animation span:nth-of-type(185){transition-delay:371ms!important;background-color:#ccd6f666;clip-path:polygon(21.8% 66.22%,21.12% 61.82%,22.85% 61.31%)}.position .intro__animation span:nth-of-type(186){transition-delay:755ms!important;background-color:#ccd6f6;clip-path:polygon(21.47% 68.09%,21.12% 61.82%,21.8% 66.22%)}.position .intro__animation span:nth-of-type(187){transition-delay:706ms!important;background-color:#ccd6f6cc;clip-path:polygon(21.12% 61.82%,21.47% 68.09%,21.4% 70.94%)}.position .intro__animation span:nth-of-type(188){transition-delay:132ms!important;background-color:#ccd6f6;clip-path:polygon(33.88% 78.16%,34.19% 61.79%,37.43% 61.71%)}.position .intro__animation span:nth-of-type(189){transition-delay:286ms!important;background-color:#ccd6f666;clip-path:polygon(33.88% 78.16%,32.33% 72.21%,34.19% 61.79%)}.position .intro__animation span:nth-of-type(190){transition-delay:.1s!important;background-color:#ccd6f6;clip-path:polygon(30.43% 78.16%,32.33% 72.21%,33.88% 78.16%)}.position .intro__animation span:nth-of-type(191){transition-delay:.32s!important;background-color:#ccd6f6;clip-path:polygon(30.43% 78.16%,30.84% 61.71%,32.33% 72.21%)}.position .intro__animation span:nth-of-type(192){transition-delay:455ms!important;background-color:#ccd6f6;clip-path:polygon(30.84% 61.71%,30.43% 78.16%,27.67% 61.83%)}.position .intro__animation span:nth-of-type(193){transition-delay:77ms!important;background-color:#ccd6f6;clip-path:polygon(45.44% 77.99%,42.96% 74.35%,45.91% 73.29%)}.position .intro__animation span:nth-of-type(194){transition-delay:544ms!important;background-color:#ccd6f6;clip-path:polygon(42.65% 78.58%,42.96% 74.35%,45.44% 77.99%)}.position .intro__animation span:nth-of-type(195){transition-delay:668ms!important;background-color:#ccd6f6cc;clip-path:polygon(42.65% 78.58%,41.48% 73.46%,42.96% 74.35%)}.position .intro__animation span:nth-of-type(196){transition-delay:.48s!important;background-color:#ccd6f666;clip-path:polygon(40.96% 78.32%,41.48% 73.46%,42.65% 78.58%)}.position .intro__animation span:nth-of-type(197){transition-delay:221ms!important;background-color:#ccd6f6;clip-path:polygon(40.96% 78.32%,40.89% 70.94%,41.48% 73.46%)}.position .intro__animation span:nth-of-type(198){transition-delay:.28s!important;background-color:#ccd6f6;clip-path:polygon(40.96% 78.32%,40.61% 61.82%,40.89% 70.94%)}.position .intro__animation span:nth-of-type(199){transition-delay:389ms!important;background-color:#ccd6f666;clip-path:polygon(39.55% 77.41%,40.61% 61.82%,40.96% 78.32%)}.position .intro__animation span:nth-of-type(200){transition-delay:671ms!important;background-color:#ccd6f6;clip-path:polygon(39.55% 77.41%,39.14% 63.46%,40.61% 61.82%)}.position .intro__animation span:nth-of-type(201){transition-delay:656ms!important;background-color:#ccd6f6;clip-path:polygon(38.52% 75.69%,39.14% 63.46%,39.55% 77.41%)}.position .intro__animation span:nth-of-type(202){transition-delay:772ms!important;background-color:#ccd6f6cc;clip-path:polygon(38.52% 75.69%,38.17% 66.28%,39.14% 63.46%)}.position .intro__animation span:nth-of-type(203){transition-delay:113ms!important;background-color:#ccd6f6;clip-path:polygon(37.94% 73.4%,38.17% 66.28%,38.52% 75.69%)}.position .intro__animation span:nth-of-type(204){transition-delay:226ms!important;background-color:#ccd6f699;clip-path:polygon(38.17% 66.28%,37.94% 73.4%,37.73% 70.27%)}.position .intro__animation span:nth-of-type(205){transition-delay:365ms!important;background-color:#ccd6f6;clip-path:polygon(46.54% 70.54%,46.37% 65.5%,46.64% 68.37%)}.position .intro__animation span:nth-of-type(206){transition-delay:488ms!important;background-color:#ccd6f6;clip-path:polygon(46.54% 70.54%,45.52% 63.14%,46.37% 65.5%)}.position .intro__animation span:nth-of-type(207){transition-delay:188ms!important;background-color:#ccd6f6cc;clip-path:polygon(46.54% 70.54%,44.22% 61.78%,45.52% 63.14%)}.position .intro__animation span:nth-of-type(208){transition-delay:358ms!important;background-color:#ccd6f6cc;clip-path:polygon(46.54% 70.54%,43.5% 68.09%,44.22% 61.78%)}.position .intro__animation span:nth-of-type(209){transition-delay:374ms!important;background-color:#ccd6f6;clip-path:polygon(40.96% 70.55%,43.5% 68.09%,46.54% 70.54%)}.position .intro__animation span:nth-of-type(210){transition-delay:3ms!important;background-color:#ccd6f6;clip-path:polygon(40.96% 70.55%,40.96% 68.09%,43.5% 68.09%)}.position .intro__animation span:nth-of-type(211){transition-delay:11ms!important;background-color:#ccd6f6;clip-path:polygon(40.96% 68.09%,40.96% 70.55%,40.89% 70.94%)}.position .intro__animation span:nth-of-type(212){transition-delay:264ms!important;background-color:#ccd6f6;clip-path:polygon(43.5% 66.41%,44.22% 61.78%,43.5% 68.09%)}.position .intro__animation span:nth-of-type(213){transition-delay:678ms!important;background-color:#ccd6f6;clip-path:polygon(42.95% 65.27%,44.22% 61.78%,43.5% 66.41%)}.position .intro__animation span:nth-of-type(214){transition-delay:224ms!important;background-color:#ccd6f699;clip-path:polygon(42.95% 65.27%,42.34% 61.31%,44.22% 61.78%)}.position .intro__animation span:nth-of-type(215){transition-delay:326ms!important;background-color:#ccd6f666;clip-path:polygon(42.03% 65.17%,42.34% 61.31%,42.95% 65.27%)}.position .intro__animation span:nth-of-type(216){transition-delay:.54s!important;background-color:#ccd6f6;clip-path:polygon(41.29% 66.22%,42.34% 61.31%,42.03% 65.17%)}.position .intro__animation span:nth-of-type(217){transition-delay:641ms!important;background-color:#ccd6f6;clip-path:polygon(41.29% 66.22%,40.61% 61.82%,42.34% 61.31%)}.position .intro__animation span:nth-of-type(218){transition-delay:796ms!important;background-color:#ccd6f699;clip-path:polygon(40.96% 68.09%,40.61% 61.82%,41.29% 66.22%)}.position .intro__animation span:nth-of-type(219){transition-delay:196ms!important;background-color:#ccd6f6cc;clip-path:polygon(40.61% 61.82%,40.96% 68.09%,40.89% 70.94%)}.position .intro__animation span:nth-of-type(220){transition-delay:797ms!important;background-color:#ccd6f6;clip-path:polygon(50.99% 77.95%,48.23% 56.16%,51.47% 56.17%)}.position .intro__animation span:nth-of-type(221){transition-delay:745ms!important;background-color:#ccd6f6;clip-path:polygon(48.23% 56.16%,50.99% 77.95%,47.69% 78.16%)}.position .intro__animation span:nth-of-type(222){transition-delay:673ms!important;background-color:#ccd6f666;clip-path:polygon(59.41% 77.93%,58.89% 71.87%,59.09% 69.61%)}.position .intro__animation span:nth-of-type(223){transition-delay:628ms!important;background-color:#ccd6f6;clip-path:polygon(59.41% 77.93%,58.28% 73.47%,58.89% 71.87%)}.position .intro__animation span:nth-of-type(224){transition-delay:.63s!important;background-color:#ccd6f6;clip-path:polygon(59.41% 77.93%,57.37% 74.01%,58.28% 73.47%)}.position .intro__animation span:nth-of-type(225){transition-delay:42ms!important;background-color:#ccd6f6;clip-path:polygon(57.31% 78.55%,57.37% 74.01%,59.41% 77.93%)}.position .intro__animation span:nth-of-type(226){transition-delay:371ms!important;background-color:#ccd6f6;clip-path:polygon(57.31% 78.55%,56.24% 72.95%,57.37% 74.01%)}.position .intro__animation span:nth-of-type(227){transition-delay:159ms!important;background-color:#ccd6f6;clip-path:polygon(55.36% 77.91%,56.24% 72.95%,57.31% 78.55%)}.position .intro__animation span:nth-of-type(228){transition-delay:273ms!important;background-color:#ccd6f6;clip-path:polygon(55.36% 77.91%,55.81% 70.35%,56.24% 72.95%)}.position .intro__animation span:nth-of-type(229){transition-delay:306ms!important;background-color:#ccd6f6;clip-path:polygon(55.36% 77.91%,55.63% 61.95%,55.81% 70.35%)}.position .intro__animation span:nth-of-type(230){transition-delay:144ms!important;background-color:#ccd6f6cc;clip-path:polygon(55.36% 77.91%,53.95% 63.85%,55.63% 61.95%)}.position .intro__animation span:nth-of-type(231){transition-delay:344ms!important;background-color:#ccd6f6;clip-path:polygon(53.81% 76.13%,53.95% 63.85%,55.36% 77.91%)}.position .intro__animation span:nth-of-type(232){transition-delay:618ms!important;background-color:#ccd6f6;clip-path:polygon(53.81% 76.13%,52.93% 66.68%,53.95% 63.85%)}.position .intro__animation span:nth-of-type(233){transition-delay:519ms!important;background-color:#ccd6f6;clip-path:polygon(52.89% 73.36%,52.93% 66.68%,53.81% 76.13%)}.position .intro__animation span:nth-of-type(234){transition-delay:728ms!important;background-color:#ccd6f6;clip-path:polygon(52.93% 66.68%,52.89% 73.36%,52.6% 70.01%)}.position .intro__animation span:nth-of-type(235){transition-delay:785ms!important;background-color:#ccd6f6;clip-path:polygon(62.01% 73.08%,62.03% 66.5%,62.31% 69.81%)}.position .intro__animation span:nth-of-type(236){transition-delay:642ms!important;background-color:#ccd6f6;clip-path:polygon(62.01% 73.08%,61.12% 63.78%,62.03% 66.5%)}.position .intro__animation span:nth-of-type(237){transition-delay:612ms!important;background-color:#ccd6f6;clip-path:polygon(61.07% 75.95%,61.12% 63.78%,62.01% 73.08%)}.position .intro__animation span:nth-of-type(238){transition-delay:633ms!important;background-color:#ccd6f666;clip-path:polygon(61.07% 75.95%,59.59% 61.98%,61.12% 63.78%)}.position .intro__animation span:nth-of-type(239){transition-delay:603ms!important;background-color:#ccd6f6;clip-path:polygon(59.41% 77.93%,59.59% 61.98%,61.07% 75.95%)}.position .intro__animation span:nth-of-type(240){transition-delay:.41s!important;background-color:#ccd6f6;clip-path:polygon(59.09% 69.61%,59.59% 61.98%,59.41% 77.93%)}.position .intro__animation span:nth-of-type(241){transition-delay:267ms!important;background-color:#ccd6f6;clip-path:polygon(58.93% 67.8%,59.59% 61.98%,59.09% 69.61%)}.position .intro__animation span:nth-of-type(242){transition-delay:756ms!important;background-color:#ccd6f6;clip-path:polygon(58.4% 66.51%,59.59% 61.98%,58.93% 67.8%)}.position .intro__animation span:nth-of-type(243){transition-delay:167ms!important;background-color:#ccd6f666;clip-path:polygon(58.4% 66.51%,57.6% 61.29%,59.59% 61.98%)}.position .intro__animation span:nth-of-type(244){transition-delay:623ms!important;background-color:#ccd6f6;clip-path:polygon(57.55% 66.03%,57.6% 61.29%,58.4% 66.51%)}.position .intro__animation span:nth-of-type(245){transition-delay:519ms!important;background-color:#ccd6f6;clip-path:polygon(56.63% 66.56%,57.6% 61.29%,57.55% 66.03%)}.position .intro__animation span:nth-of-type(246){transition-delay:759ms!important;background-color:#ccd6f6;clip-path:polygon(56.02% 68.12%,57.6% 61.29%,56.63% 66.56%)}.position .intro__animation span:nth-of-type(247){transition-delay:718ms!important;background-color:#ccd6f666;clip-path:polygon(56.02% 68.12%,55.63% 61.95%,57.6% 61.29%)}.position .intro__animation span:nth-of-type(248){transition-delay:276ms!important;background-color:#ccd6f6;clip-path:polygon(55.63% 61.95%,56.02% 68.12%,55.81% 70.35%)}.position .intro__animation span:nth-of-type(249){transition-delay:679ms!important;background-color:#ccd6f6;clip-path:polygon(72.93% 73.08%,72.82% 66.27%,73.15% 69.79%)}.position .intro__animation span:nth-of-type(250){transition-delay:19ms!important;background-color:#ccd6f6cc;clip-path:polygon(72.21% 75.96%,72.82% 66.27%,72.93% 73.08%)}.position .intro__animation span:nth-of-type(251){transition-delay:379ms!important;background-color:#ccd6f6;clip-path:polygon(72.21% 75.96%,71.91% 63.4%,72.82% 66.27%)}.position .intro__animation span:nth-of-type(252){transition-delay:263ms!important;background-color:#ccd6f6;clip-path:polygon(71.08% 77.88%,71.91% 63.4%,72.21% 75.96%)}.position .intro__animation span:nth-of-type(253){transition-delay:47ms!important;background-color:#ccd6f6;clip-path:polygon(71.08% 77.88%,70.31% 61.75%,71.91% 63.4%)}.position .intro__animation span:nth-of-type(254){transition-delay:767ms!important;background-color:#ccd6f6;clip-path:polygon(71.08% 77.88%,70.01% 69.69%,70.31% 61.75%)}.position .intro__animation span:nth-of-type(255){transition-delay:237ms!important;background-color:#ccd6f6;clip-path:polygon(71.08% 77.88%,69.79% 71.97%,70.01% 69.69%)}.position .intro__animation span:nth-of-type(256){transition-delay:332ms!important;background-color:#ccd6f699;clip-path:polygon(69.65% 78.55%,69.79% 71.97%,71.08% 77.88%)}.position .intro__animation span:nth-of-type(257){transition-delay:648ms!important;background-color:#ccd6f666;clip-path:polygon(69.65% 78.55%,69.2% 73.5%,69.79% 71.97%)}.position .intro__animation span:nth-of-type(258){transition-delay:676ms!important;background-color:#ccd6f666;clip-path:polygon(69.65% 78.55%,68.39% 74%,69.2% 73.5%)}.position .intro__animation span:nth-of-type(259){transition-delay:176ms!important;background-color:#ccd6f6;clip-path:polygon(67.97% 77.98%,68.39% 74%,69.65% 78.55%)}.position .intro__animation span:nth-of-type(260){transition-delay:134ms!important;background-color:#ccd6f699;clip-path:polygon(67.97% 77.98%,67.6% 73.51%,68.39% 74%)}.position .intro__animation span:nth-of-type(261){transition-delay:65ms!important;background-color:#ccd6f6cc;clip-path:polygon(67.97% 77.98%,67.03% 72.13%,67.6% 73.51%)}.position .intro__animation span:nth-of-type(262){transition-delay:30ms!important;background-color:#ccd6f6;clip-path:polygon(67.03% 72.13%,66.8% 76.67%,66.83% 69.71%)}.position .intro__animation span:nth-of-type(263){transition-delay:297ms!important;background-color:#ccd6f6;clip-path:polygon(66.8% 76.67%,67.03% 72.13%,67.97% 77.98%)}.position .intro__animation span:nth-of-type(264){transition-delay:31ms!important;background-color:#ccd6f6;clip-path:polygon(69.58% 67.03%,70.31% 61.75%,70.01% 69.69%)}.position .intro__animation span:nth-of-type(265){transition-delay:177ms!important;background-color:#ccd6f6;clip-path:polygon(69.58% 67.03%,68.36% 61.31%,70.31% 61.75%)}.position .intro__animation span:nth-of-type(266){transition-delay:195ms!important;background-color:#ccd6f6;clip-path:polygon(68.29% 65.91%,68.36% 61.31%,69.58% 67.03%)}.position .intro__animation span:nth-of-type(267){transition-delay:266ms!important;background-color:#ccd6f699;clip-path:polygon(66.99% 66.23%,68.36% 61.31%,68.29% 65.91%)}.position .intro__animation span:nth-of-type(268){transition-delay:.34s!important;background-color:#ccd6f6;clip-path:polygon(66.56% 85.5%,66.83% 69.71%,66.8% 76.67%)}.position .intro__animation span:nth-of-type(269){transition-delay:374ms!important;background-color:#ccd6f6;clip-path:polygon(66.99% 66.23%,63.85% 62.21%,68.36% 61.31%)}.position .intro__animation span:nth-of-type(270){transition-delay:586ms!important;background-color:#ccd6f6;clip-path:polygon(66.83% 69.71%,63.85% 62.21%,66.99% 66.23%)}.position .intro__animation span:nth-of-type(271){transition-delay:108ms!important;background-color:#ccd6f6;clip-path:polygon(66.56% 85.5%,63.85% 62.21%,66.83% 69.71%)}.position .intro__animation span:nth-of-type(272){transition-delay:315ms!important;background-color:#ccd6f666;clip-path:polygon(63.85% 62.21%,66.56% 85.5%,63.27% 85.7%)}.position .intro__animation span:nth-of-type(273){transition-delay:.4s!important;background-color:#ccd6f666;clip-path:polygon(81.86% 77.99%,79.37% 74.35%,82.33% 73.29%)}.position .intro__animation span:nth-of-type(274){transition-delay:224ms!important;background-color:#ccd6f6;clip-path:polygon(79.07% 78.58%,79.37% 74.35%,81.86% 77.99%)}.position .intro__animation span:nth-of-type(275){transition-delay:278ms!important;background-color:#ccd6f6;clip-path:polygon(79.07% 78.58%,77.9% 73.46%,79.37% 74.35%)}.position .intro__animation span:nth-of-type(276){transition-delay:705ms!important;background-color:#ccd6f6;clip-path:polygon(77.38% 78.32%,77.9% 73.46%,79.07% 78.58%)}.position .intro__animation span:nth-of-type(277){transition-delay:52ms!important;background-color:#ccd6f6;clip-path:polygon(77.38% 78.32%,77.31% 70.94%,77.9% 73.46%)}.position .intro__animation span:nth-of-type(278){transition-delay:349ms!important;background-color:#ccd6f6;clip-path:polygon(77.38% 78.32%,77.03% 61.82%,77.31% 70.94%)}.position .intro__animation span:nth-of-type(279){transition-delay:645ms!important;background-color:#ccd6f6;clip-path:polygon(75.97% 77.41%,77.03% 61.82%,77.38% 78.32%)}.position .intro__animation span:nth-of-type(280){transition-delay:341ms!important;background-color:#ccd6f699;clip-path:polygon(75.97% 77.41%,75.66% 63.26%,77.03% 61.82%)}.position .intro__animation span:nth-of-type(281){transition-delay:596ms!important;background-color:#ccd6f6;clip-path:polygon(74.93% 75.69%,75.66% 63.26%,75.97% 77.41%)}.position .intro__animation span:nth-of-type(282){transition-delay:538ms!important;background-color:#ccd6f6cc;clip-path:polygon(74.93% 75.69%,74.58% 66.28%,75.66% 63.26%)}.position .intro__animation span:nth-of-type(283){transition-delay:156ms!important;background-color:#ccd6f6;clip-path:polygon(74.36% 73.4%,74.58% 66.28%,74.93% 75.69%)}.position .intro__animation span:nth-of-type(284){transition-delay:186ms!important;background-color:#ccd6f6;clip-path:polygon(74.58% 66.28%,74.36% 73.4%,74.15% 70.27%)}.position .intro__animation span:nth-of-type(285){transition-delay:344ms!important;background-color:#ccd6f666;clip-path:polygon(82.96% 70.54%,82.78% 65.5%,83.05% 68.37%)}.position .intro__animation span:nth-of-type(286){transition-delay:265ms!important;background-color:#ccd6f6;clip-path:polygon(82.96% 70.54%,81.93% 63.14%,82.78% 65.5%)}.position .intro__animation span:nth-of-type(287){transition-delay:309ms!important;background-color:#ccd6f6;clip-path:polygon(82.96% 70.54%,80.64% 61.78%,81.93% 63.14%)}.position .intro__animation span:nth-of-type(288){transition-delay:575ms!important;background-color:#ccd6f6;clip-path:polygon(82.96% 70.54%,79.92% 68.09%,80.64% 61.78%)}.position .intro__animation span:nth-of-type(289){transition-delay:68ms!important;background-color:#ccd6f6;clip-path:polygon(77.38% 70.55%,79.92% 68.09%,82.96% 70.54%)}.position .intro__animation span:nth-of-type(290){transition-delay:412ms!important;background-color:#ccd6f6;clip-path:polygon(77.38% 70.55%,77.37% 68.09%,79.92% 68.09%)}.position .intro__animation span:nth-of-type(291){transition-delay:229ms!important;background-color:#ccd6f699;clip-path:polygon(77.37% 68.09%,77.38% 70.55%,77.31% 70.94%)}.position .intro__animation span:nth-of-type(292){transition-delay:256ms!important;background-color:#ccd6f6;clip-path:polygon(79.91% 66.41%,80.64% 61.78%,79.92% 68.09%)}.position .intro__animation span:nth-of-type(293){transition-delay:411ms!important;background-color:#ccd6f6;clip-path:polygon(79.37% 65.27%,80.64% 61.78%,79.91% 66.41%)}.position .intro__animation span:nth-of-type(294){transition-delay:384ms!important;background-color:#ccd6f6;clip-path:polygon(79.37% 65.27%,78.75% 61.31%,80.64% 61.78%)}.position .intro__animation span:nth-of-type(295){transition-delay:98ms!important;background-color:#ccd6f6;clip-path:polygon(78.44% 65.17%,78.75% 61.31%,79.37% 65.27%)}.position .intro__animation span:nth-of-type(296){transition-delay:283ms!important;background-color:#ccd6f666;clip-path:polygon(77.71% 66.22%,78.75% 61.31%,78.44% 65.17%)}.position .intro__animation span:nth-of-type(297){transition-delay:85ms!important;background-color:#ccd6f6;clip-path:polygon(77.71% 66.22%,77.03% 61.82%,78.75% 61.31%)}.position .intro__animation span:nth-of-type(298){transition-delay:563ms!important;background-color:#ccd6f6;clip-path:polygon(77.37% 68.09%,77.03% 61.82%,77.71% 66.22%)}.position .intro__animation span:nth-of-type(299){transition-delay:452ms!important;background-color:#ccd6f6;clip-path:polygon(77.03% 61.82%,77.37% 68.09%,77.31% 70.94%)}.position .intro__animation span:nth-of-type(300){transition-delay:72ms!important;background-color:#ccd6f6;clip-path:polygon(89.5% 66.57%,90.13% 61.42%,90.33% 66.83%)}.position .intro__animation span:nth-of-type(301){transition-delay:621ms!important;background-color:#ccd6f6;clip-path:polygon(89.5% 66.57%,89.5% 61.31%,90.13% 61.42%)}.position .intro__animation span:nth-of-type(302){transition-delay:369ms!important;background-color:#ccd6f666;clip-path:polygon(88.67% 66.85%,89.5% 61.31%,89.5% 66.57%)}.position .intro__animation span:nth-of-type(303){transition-delay:589ms!important;background-color:#ccd6f6;clip-path:polygon(88.67% 66.85%,88.54% 61.78%,89.5% 61.31%)}.position .intro__animation span:nth-of-type(304){transition-delay:53ms!important;background-color:#ccd6f6;clip-path:polygon(88.14% 67.57%,88.54% 61.78%,88.67% 66.85%)}.position .intro__animation span:nth-of-type(305){transition-delay:135ms!important;background-color:#ccd6f666;clip-path:polygon(87.62% 69.13%,88.54% 61.78%,88.14% 67.57%)}.position .intro__animation span:nth-of-type(306){transition-delay:671ms!important;background-color:#ccd6f6;clip-path:polygon(87.62% 69.13%,87.48% 63.53%,88.54% 61.78%)}.position .intro__animation span:nth-of-type(307){transition-delay:497ms!important;background-color:#ccd6f699;clip-path:polygon(87.39% 72.02%,87.48% 63.53%,87.62% 69.13%)}.position .intro__animation span:nth-of-type(308){transition-delay:134ms!important;background-color:#ccd6f6;clip-path:polygon(87.39% 72.02%,87.45% 61.71%,87.48% 63.53%)}.position .intro__animation span:nth-of-type(309){transition-delay:436ms!important;background-color:#ccd6f6;clip-path:polygon(87.39% 72.02%,84.43% 61.83%,87.45% 61.71%)}.position .intro__animation span:nth-of-type(310){transition-delay:713ms!important;background-color:#ccd6f6;clip-path:polygon(87.36% 78.16%,84.43% 61.83%,87.39% 72.02%)}.position .intro__animation span:nth-of-type(311){transition-delay:611ms!important;background-color:#ccd6f6;clip-path:polygon(84.43% 61.83%,87.36% 78.16%,84.11% 78.16%)}.intro__animation{position:relative;width:800px;max-width:100%;height:400px;display:block}.intro__animation>*{position:absolute;top:0;left:0;width:100%;height:400px;display:block;background-color:transparent;transition:all 1s cubic-bezier(.16,1,.3,1)}.intro__h1{font-weight:400;font-size:18px}@media (min-width: 768px){.intro__h1{font-size:24px}}.intro__h2{line-height:1.1}.intro__text{margin:30px 0}@media (min-width: 768px){.intro__text{width:60%;margin:80px 0}}.intro__link{padding:20px 30px}.about__info{display:flex;flex-wrap:wrap;align-items:center}@media (min-width: 768px){.info__text{width:60%}}.info__list{display:grid;grid-template-columns:repeat(2,minmax(140px,300px))}.info__image{width:40%;max-width:300px;min-width:200px;margin:0 auto 40px;order:-1}@media (min-width: 768px){.info__image{order:1}}@media (min-width: 768px){.image--border:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;z-index:-1;transform:translate(25px,25px);border:2px solid #64ffda;border-radius:3px;transition:transform .3s ease}.image--border:hover:after{transform:translate(15px,15px)}}.experience__container{display:flex;flex-direction:column}@media (min-width: 768px){.experience__container{flex-direction:row}}.experince__menu{margin-bottom:30px;display:flex;flex-direction:column}@media (min-width: 768px){.experince__menu{margin-right:30px}}.experience__btn{padding:15px 20px;border:none;border-left:2px solid #233554;outline:none;background:none;font-size:16px;color:#ccd6f6;cursor:pointer;white-space:nowrap;text-align:left;transition:all .3s}.experience__btn.active{color:#64ffda;border-left-color:#64ffda}.experience__btn:hover{color:#64ffda;background-color:#172a45}.experience__jobs{display:flex;flex-wrap:wrap;justify-content:space-between}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.jobs__block{margin-bottom:30px;display:none}.jobs__block.active{display:block;animation-name:fade-in;animation-fill-mode:both;animation-duration:.5s}.jobs__link{position:relative;overflow:hidden}.jobs__link:after{content:"";display:block;position:absolute;bottom:-3px;left:0;width:100%;height:1px;transform:scaleX(0);transform-origin:left;background-color:#64ffda;transition:transform .3s ease}.jobs__link:hover:after{transform:scaleX(1)}.jobs__list{margin-top:40px;font-size:14px}@media (min-width: 768px){.jobs__list{font-size:16px}}.skills__list{margin-top:16px;display:flex;flex-wrap:wrap;column-gap:8px}.projects__block{display:flex;align-items:center;margin-bottom:100px;text-align:right}.projects__block:last-of-type{margin-bottom:0}.projects__block.reversed{text-align:left}.projects__block.reversed .project__description{order:-1}.projects__block.reversed .project__about{left:0;right:-50px}.projects__block.reversed .project__technologies{justify-content:flex-start}.project__image{display:none}@media (min-width: 768px){.project__image{display:block}}@media (min-width: 768px){.project__description{width:75%}}@media (min-width: 992px){.project__description{width:50%}}.project__about{position:relative;z-index:2;margin:40px 0;padding:20px;background-color:#172a45;border-radius:3px;box-shadow:#020c1bb3 0 10px 30px -15px}.project__about>p{margin-bottom:0;font-size:16px}@media (min-width: 768px){.project__about{width:calc(100% + 50px);left:-50px}}.project__technologies{display:flex;flex-wrap:wrap;justify-content:flex-end}.project__technologies>li{margin-right:20px}.project__technologies>li:before{display:none}.project__links a{padding:10px}.other_projects__container{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}@media (min-width: 768px){.other_projects__container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.other_projects__block{min-height:300px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border-radius:3px;background-color:#172a45;transition:transform .5s ease,box-shadow .3s ease}.other_projects__block:hover{transform:translateY(-5px);box-shadow:#020c1bb3 0 10px 30px -15px}.other_project__top{display:flex;justify-content:space-between;margin-bottom:30px}.header__image{width:36px;height:36px}.other_project__footer{font-size:12px}.other_project__footer .project__technologies{justify-content:flex-start}.other_project__footer .project__technologies>li{margin-right:15px}.contact{max-width:600px}.contact__h3{display:block;margin-bottom:20px;font-size:18px}.contact__h3:before{font-size:16px}.contact__h3:after{display:none}.contact__h4{font-size:32px}@media (min-width: 768px){.contact__h4{font-size:48px}}@media (min-width: 992px){.contact__h4{font-size:60px}}.contact__p{margin:40px 0;font-size:14px}@media (min-width: 768px){.contact__p{margin:80px 0;font-size:18px}}.footer{padding:50px 20px 20px}.footer__links{display:flex;flex-wrap:wrap;justify-content:center}.footer__links>li{padding:15px}.footer__links>li:before{display:none}@media (min-width: 768px){.footer__links{display:none}}.not_found__h1{font-size:60px;line-height:1}@media (min-width: 768px){.not_found__h1{font-size:80px}}@media (min-width: 992px){.not_found__h1{font-size:100px}}@media (min-width: 1200px){.not_found__h1{font-size:120px}}.not_found__link{margin-top:50px}
