@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap);.BaseLayout__overlay-container{display:flex;flex-direction:column;height:100%;-webkit-perspective:1200px;perspective:1200px;position:relative;width:100%}#BaseLayout{color:rgba(var(--text-primary),1);font-family:Nunito Sans,sans-serif;font-style:normal;font-weight:400;width:100vw}#BaseLayout .BaseLayout__content{width:100vw}#NavBar{left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:80}#NavBar .NavBar__content{background-color:inherit;background-color:rgba(var(--bg-nav),1);justify-content:space-between;padding:1rem 2rem;pointer-events:all;transition:background-color .2s,box-shadow .2s;z-index:1}#NavBar .NavBar__content,#NavBar .NavBar__content .NavBar__additional-items{align-items:center;display:flex;flex-direction:row}#NavBar .NavBar__content .NavBar__additional-items>:not(:last-child){margin-right:1rem}#NavBar .NavBar__dropdown-mobile{display:flex;flex-direction:column;pointer-events:none;position:relative;width:100%;z-index:-1}#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-content{align-items:center;align-self:flex-end;background-color:rgba(var(--bg-nav),1);display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:calc(100% - 5rem);transition:opacity .3s,-webkit-transform .3s ease;transition:opacity .3s,transform .3s ease;transition:opacity .3s,transform .3s ease,-webkit-transform .3s ease;width:30rem;z-index:1}#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-content .NavBar__dropdown-items{margin-bottom:2.5rem}#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-content .NavBar__dropdown-items>*>*{font-size:2rem}#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-content .NavBar__dropdown-items>*>:not(:last-child){margin-bottom:1rem}#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-content .NavBar__resume-button{font-size:2rem}#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-blur{background-color:rgba(0,0,0,.7);height:100%;left:0;position:absolute;top:0;transition:opacity .3s;width:100%}@supports((-webkit-backdrop-filter:blur(2px)) or (backdrop-filter:blur(2px))){#NavBar .NavBar__dropdown-mobile .NavBar__dropdown-blur.NavBar__dropdown-blur{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}#NavBar .NavBar__dropdown-mobile:not(.open) .NavBar__dropdown-content{opacity:0;pointer-events:none;-webkit-transform:translateX(20px);transform:translateX(20px)}#NavBar .NavBar__dropdown-mobile:not(.open) .NavBar__dropdown-blur{opacity:0;pointer-events:none}#NavBar .NavBar__dropdown-mobile.open .NavBar__dropdown-content{opacity:1;pointer-events:all;-webkit-transform:translateX(0);transform:translateX(0)}#NavBar .NavBar__dropdown-mobile.open .NavBar__dropdown-blur{opacity:1;pointer-events:all}#NavBar.nav-state-flush-root .NavBar__content{background-color:rgba(var(--bg-landing),0);box-shadow:0 1px 4px 2px transparent}#NavBar.nav-state-flush .NavBar__content{background-color:rgba(var(--bg-primary),0);box-shadow:0 1px 4px 2px transparent}#NavBar.nav-state-outset .NavBar__content{background-color:rgba(var(--bg-nav),1);box-shadow:0 1px 4px 2px rgba(0,0,0,.5)}#NavBar.mobile .NavBar__content{flex-direction:row;justify-content:flex-end}.SelectableList{position:relative}.SelectableList .SelectableList__items{display:flex;flex-wrap:wrap}.SelectableList .SelectableList__cursor{background-color:rgba(var(--accent),1);height:.3rem;left:0;position:absolute;top:0;width:2rem}.SelectableList.horizontal .SelectableList__items{flex-direction:row}.SelectableList.horizontal .SelectableList__items .SelectableList__item:not(:last-child){margin-right:1.2rem}.SelectableList.vertical .SelectableList__items{align-items:center;flex-direction:column}.SelectableList.vertical .SelectableList__items .SelectableList__item:not(:last-child){margin-bottom:.5rem}.SelectableListItem{color:inherit;color:rgba(var(--text-primary),1);cursor:inherit;cursor:pointer;font-family:Nunito Sans,sans-serif;font-style:normal;font-weight:700;margin-bottom:.5rem;text-decoration:inherit;transition:color .2s}.SelectableListItem:hover{color:rgba(var(--text-hover),1)}.SelectableListItem.disabled{color:rgba(var(--text-disabled),1);pointer-events:none}.HamburgerMenu{cursor:pointer;position:relative}.HamburgerMenu .HamburgerMenu__bar{background-color:rgba(var(--text-primary),1);border-radius:2px;display:block;position:absolute;transition:.3s ease-in-out;width:100%}.HamburgerMenu .HamburgerMenu__top-bar{left:0;opacity:1;top:0;-webkit-transform:translateY(0);transform:translateY(0)}.HamburgerMenu .HamburgerMenu__mid-bar-1,.HamburgerMenu .HamburgerMenu__mid-bar-2{top:50%;-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.HamburgerMenu .HamburgerMenu__bottom-bar{bottom:0;left:0;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.HamburgerMenu.open .HamburgerMenu__top-bar{left:50%;opacity:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0}.HamburgerMenu.open .HamburgerMenu__mid-bar-1{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.HamburgerMenu.open .HamburgerMenu__mid-bar-2{-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.HamburgerMenu.open .HamburgerMenu__bottom-bar{bottom:50%;left:50%;opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%);width:0}.HamburgerMenu.disabled{cursor:auto;pointer-events:none}.HamburgerMenu.disabled .HamburgerMenu__bar{background-color:rgba(var(--text-disabled),1)}.ThemeToggle{border-radius:20rem;cursor:pointer;height:2rem;position:relative;transition:background-color .4s;width:4.2rem}.ThemeToggle .ThemeToggle__handle{border-radius:20rem;height:1.6rem;left:.2rem;position:absolute;top:.2rem;transition:left .4s,background-color .4s;width:1.6rem}.ThemeToggle .ThemeToggle__handle .ThemeToggle__icon{height:1.2rem;left:.2rem;position:absolute;top:.2rem;transition:opacity .4s;width:1.2rem}.ThemeToggle .ThemeToggle__handle .ThemeToggle__light-icon{color:rgba(var(--icon-color-toggle-light),1)}.ThemeToggle .ThemeToggle__handle .ThemeToggle__dark-icon{color:rgba(var(--icon-color-toggle-dark),1)}.ThemeToggle:not(.dark){background-color:rgba(var(--bg-toggle-light),1)}.ThemeToggle:not(.dark) .ThemeToggle__handle{background-color:rgba(var(--icon-bg-toggle-light),1)}.ThemeToggle:not(.dark) .ThemeToggle__handle .ThemeToggle__light-icon{opacity:1}.ThemeToggle:not(.dark) .ThemeToggle__handle .ThemeToggle__dark-icon{opacity:0}.ThemeToggle.dark{background-color:rgba(var(--bg-toggle-dark),1)}.ThemeToggle.dark .ThemeToggle__handle{background-color:rgba(var(--icon-bg-toggle-dark),1);left:2.4rem}.ThemeToggle.dark .ThemeToggle__handle .ThemeToggle__light-icon{opacity:0}.ThemeToggle.dark .ThemeToggle__handle .ThemeToggle__dark-icon{opacity:1}.ResumeButton{background:none;background:rgba(var(--resume-gradient-1),1);background:linear-gradient(90deg,rgba(var(--resume-gradient-1),1) 0,rgba(var(--resume-gradient-2),1) 100%);border:none;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);color:inherit;color:rgba(var(--resume-text),1);cursor:inherit;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:inherit;font-style:normal;font-weight:inherit;font-weight:400;outline:none;padding:.3rem 2rem;position:relative;text-decoration:inherit;transition:opacity .5s,box-shadow .5s;z-index:0}.ResumeButtona{align-items:center;display:flex;flex-direction:column;padding:1rem 5rem}.ResumeButton:before{background:rgba(var(--resume-gradient-2),1);background:linear-gradient(90deg,rgba(var(--resume-gradient-2),1) 0,rgba(var(--resume-gradient-1),1) 100%)}.ResumeButton:after,.ResumeButton:before{border-radius:inherit;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s;width:100%;z-index:-1}.ResumeButton:after{background:rgba(var(--resume-gradient-selected-2),1);background:linear-gradient(90deg,rgba(var(--resume-gradient-selected-2),1) 0,rgba(var(--resume-gradient-selected-1),1))}.ResumeButton .ResumeButton__disabled-overlay{background:rgba(var(--resume-gradient-disabled-1),1);background:linear-gradient(90deg,rgba(var(--resume-gradient-disabled-1),1) 0,rgba(var(--resume-gradient-disabled-2),1) 100%);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s;width:100%;z-index:-1}.ResumeButton.disabled{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ResumeButton.disabled .ResumeButton__disabled-overlay,.ResumeButton:hover:not(.disabled):before{opacity:1}.ResumeButton:active:not(.disabled):before{opacity:0}.ResumeButton:active:not(.disabled):after{opacity:1}.FooterSection{background-color:rgba(var(--bg-footer),1);display:inline-block;font-size:1.5rem;padding:1rem 2rem;text-align:center;width:100vw}.FooterSection .FooterSection__content{color:inherit;color:rgba(var(--text-footer),1);cursor:inherit;cursor:pointer;text-decoration:inherit;transition:color .3s}.FooterSection .FooterSection__content:hover{color:rgba(var(--text-footer),.8)}#Loader{align-items:center;background-color:rgba(var(--loader-bg),1);display:flex;flex-direction:column;font-family:Nunito Sans,sans-serif;font-size:2rem;font-style:normal;font-weight:400;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99}#Loader.fading{pointer-events:none}#Loader.loaded{display:none}.DiamondLoader{height:80px;position:relative;width:80px}.DiamondLoader .DiamondLoader__diamond{background-color:rgba(var(--loader-accent),1);-webkit-clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);height:40px;position:absolute;width:40px;z-index:3}.DiamondLoader .DiamondLoader__diamond.top{left:50%;top:0;-webkit-transform:translate3D(-50%,0,0);transform:translate3D(-50%,0,0)}.DiamondLoader .DiamondLoader__diamond.bottom{bottom:0;left:50%;-webkit-transform:translate3D(-50%,0,0);transform:translate3D(-50%,0,0)}.DiamondLoader .DiamondLoader__diamond.right{right:0;top:50%;-webkit-transform:translate3D(0,-50%,0);transform:translate3D(0,-50%,0)}.DiamondLoader .DiamondLoader__diamond.left{left:0;top:50%;-webkit-transform:translate3D(0,-50%,0);transform:translate3D(0,-50%,0)}.ProjectLayout{background-color:rgba(var(--bg-primary),1);color:rgba(var(--text-primary),1)}.ProjectLayout .ProjectLayout__content{align-items:center;display:flex;flex-direction:column;width:100%}.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button{align-items:center;align-self:flex-start;color:inherit;cursor:inherit;cursor:pointer;display:flex;flex-direction:row;text-decoration:inherit}.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button .ProjectLayout__back-icon{height:100%;width:3rem}.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button .ProjectLayout__back-text{font-family:Nunito Sans,sans-serif;font-size:1.7rem;font-style:normal;font-weight:700}.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button .ProjectLayout__back-icon,.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button .ProjectLayout__back-text{color:rgba(var(--text-primary),1);transition:color .3s}.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button:hover .ProjectLayout__back-icon,.ProjectLayout .ProjectLayout__content .ProjectLayout__back-button:hover .ProjectLayout__back-text{color:rgba(var(--accent),1)}.NotFound,.NotFound .NotFound__content{align-items:center;display:flex;flex-direction:column;justify-content:center}#Main,.NotFound .NotFound__content{width:100%}.global-theme{--bg-toggle-light:188,188,188;--bg-toggle-dark:101,191,220;--icon-bg-toggle-light:249,255,182;--icon-bg-toggle-dark:66,66,67;--icon-color-toggle-light:21,21,21;--icon-color-toggle-dark:255,255,255}.theme-light{--bg-landing:248,249,255;--bg-primary:255,255,255;--bg-footer:234,236,243;--bg-experience:255,255,255;--bg-project:255,255,255;--bg-nav:248,249,255;--text-primary:21,21,21;--text-secondary:92,92,92;--text-tertiary:97,97,97;--text-footer:140,140,140;--text-hover:29,48,51;--text-disabled:70,70,70;--accent:0,194,255;--timeline-backbone:196,196,196;--timeline-background:255,255,255;--resume-text:255,255,255;--resume-gradient-1:214,153,242;--resume-gradient-2:120,195,237;--resume-gradient-selected-1:223,173,247;--resume-gradient-selected-2:147,210,247;--resume-gradient-disabled-1:205,181,216;--resume-gradient-disabled-2:140,186,212;--scrollbar-track:204,204,204;--scrollbar-thumb:153,153,153;--scrollbar-hover:161,161,161;--bars-color:62,139,255;--loader-bg:255,255,255;--loader-accent:0,194,255}.theme-dark{--bg-landing:33,33,36;--bg-primary:35,35,35;--bg-footer:65,65,65;--bg-experience:70,70,70;--bg-project:57,57,57;--bg-nav:35,35,35;--text-primary:255,255,255;--text-secondary:206,206,206;--text-tertiary:150,150,150;--text-footer:166,166,166;--text-hover:163,234,255;--text-disabled:175,175,175;--accent:0,194,255;--timeline-backbone:70,70,70;--timeline-background:70,70,70;--resume-text:255,255,255;--resume-gradient-1:218,153,248;--resume-gradient-2:76,167,219;--resume-gradient-selected-1:232,181,255;--resume-gradient-selected-2:102,196,250;--resume-gradient-disabled-1:205,181,216;--resume-gradient-disabled-2:140,186,212;--scrollbar-track:59,59,59;--scrollbar-thumb:73,73,73;--scrollbar-hover:87,87,87;--bars-color:30,120,255;--loader-bg:58,58,58;--loader-accent:0,194,255}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:rgba(var(--scrollbar-track),1)}::-webkit-scrollbar-thumb{background:rgba(var(--scrollbar-thumb),1)}::-webkit-scrollbar-thumb:hover{background:rgba(var(--scrollbar-hover),1)}.fadeup-enter{opacity:.01;-webkit-transform:translateY(20px);transform:translateY(20px)}.fadeup-enter,.fadeup-enter-active{transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out}.fadeup-enter-active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.fadedown-enter{opacity:.01;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.fadedown-enter,.fadedown-enter-active{transition:opacity .5s ease-out,-webkit-transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out}.fadedown-enter-active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .5s ease-out}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .5s ease-out}*{box-sizing:border-box;margin:0;padding:0}:root,html{font-size:10px}html{scroll-behavior:smooth}body,html{height:100%}#___gatsby,#gatsby-focus-wrapper,body,html{width:100%}body{background-color:rgba(var(--bg-primary),1);font-size:1.7rem;position:relative}.preload *{scroll-behavior:unset!important;transition:none!important}#gatsby-focus-wrapper{overflow:hidden}.theme-change *{transition:all .2s!important}.no-scroll{overflow:hidden}.disable-smooth-scroll{scroll-behavior:unset}.LandingSection{background-color:rgba(var(--bg-landing),1);color:rgba(var(--text-primary),1)}.LandingSection .LandingSection__parallax{height:100%;width:100%}.LandingSection .LandingSection__paralax-bg{height:100vh;width:100vw}.LandingSection .LandingSection__content{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:0 2rem;width:100%;z-index:1}.LandingSection .LandingSection__content>*{will-change:transition}.LandingSection .LandingSection__content .LandingSection__name{font-family:Open Sans,sans-serif;font-size:5rem;font-style:normal;font-weight:800;letter-spacing:.1rem;margin-bottom:.3rem;max-width:100%;text-align:center;will-change:transition}.LandingSection .LandingSection__content .LandingSection__divider{will-change:transition}.LandingSection .LandingSection__content .LandingSection__descriptive-words-list{align-items:center;display:flex;flex-direction:row;margin-top:1rem}.LandingSection .LandingSection__content .LandingSection__descriptive-words-list .LandingSection__word-divider{align-self:stretch;background-color:rgba(var(--text-secondary),1);margin:.3rem .8rem;width:1px}.LandingSection .LandingSection__content .LandingSection__descriptive-words-list .LandingSection__descriptive-word{color:rgba(var(--text-secondary),1);font-family:Nunito Sans,sans-serif;font-size:2.1rem;font-style:normal;font-weight:400;text-align:center}.LandingSection .LandingSection__background{height:120vh;z-index:0}.FullPageSection{display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.FullPageSection .FullPageSection__id-dummy{pointer-events:none;position:absolute}.SectionWaypoint{left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.GradientDivider{background:rgba(var(--accent),1)}.GradientDivider.vertical{height:100vh}.GradientDivider.vertical.fade-left-right{background:linear-gradient(0deg,rgba(var(--accent),0) 0,rgba(var(--accent),1) 20rem,rgba(var(--accent),1) calc(100% - 20rem),rgba(var(--accent),0) 100%)}.GradientDivider.vertical.fade-right{background:linear-gradient(0deg,rgba(var(--accent),1) 0,rgba(var(--accent),1) calc(100% - 20rem),rgba(var(--accent),0) 100%)}.GradientDivider.vertical.fade-left{background:linear-gradient(0deg,rgba(var(--accent),0) 0,rgba(var(--accent),1) 20rem,rgba(var(--accent),1) 100%)}.GradientDivider.horizontal{margin-left:.5rem;margin-right:.5rem;width:100vw}.GradientDivider.horizontal.fade-left-right{background:linear-gradient(90deg,rgba(var(--accent),0) 0,rgba(var(--accent),1) 20rem,rgba(var(--accent),1) calc(100% - 20rem),rgba(var(--accent),0) 100%)}.GradientDivider.horizontal.fade-right{background:linear-gradient(90deg,rgba(var(--accent),1) 0,rgba(var(--accent),1) calc(100% - 20rem),rgba(var(--accent),0) 100%)}.GradientDivider.horizontal.fade-left{background:linear-gradient(90deg,rgba(var(--accent),0) 0,rgba(var(--accent),1) 20rem,rgba(var(--accent),1) 100%)}.BarBackground{height:100vh;overflow:hidden;width:100%}.BarBackground .BarBackground__bar{position:absolute}.BarBackground .BarBackground__bar.right{right:0;top:50%}.BarBackground .BarBackground__bar.left{left:0;top:50%}.BarBackground .BarBackground__bar.top{left:50%;top:0}.BarBackground .BarBackground__bar.bottom{bottom:0;left:50%}.BarBackground .BarBackground__bar-num-1{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-1;animation-name:anim-bar-1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-1.left,.BarBackground .BarBackground__bar-num-1.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(-50vh + 9px));transform:translateY(calc(-50vh + 9px));width:calc(1.1079vw + 1.3px)}.BarBackground .BarBackground__bar-num-1.bottom,.BarBackground .BarBackground__bar-num-1.top{height:calc(1.1079vh + 1.3px);-webkit-transform:translateX(calc(-50vw + 9px));transform:translateX(calc(-50vw + 9px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-1.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-1.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-1.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-1.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-1 .BarBackground__bar-fill{height:100%;opacity:.02;width:100%}@-webkit-keyframes anim-bar-1{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-1{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-2{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-2;animation-name:anim-bar-2;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-2.left,.BarBackground .BarBackground__bar-num-2.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(-49vh + 5px));transform:translateY(calc(-49vh + 5px));width:calc(1.1657vw + 2.2px)}.BarBackground .BarBackground__bar-num-2.bottom,.BarBackground .BarBackground__bar-num-2.top{height:calc(1.1657vh + 2.2px);-webkit-transform:translateX(calc(-49vw + 5px));transform:translateX(calc(-49vw + 5px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-2.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-2.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-2.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-2.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-2 .BarBackground__bar-fill{height:100%;opacity:.04;width:100%}@-webkit-keyframes anim-bar-2{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-2{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-3{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-3;animation-name:anim-bar-3;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-3.left,.BarBackground .BarBackground__bar-num-3.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(-48vh + 4px));transform:translateY(calc(-48vh + 4px));width:calc(1.24507vw + 3.96px)}.BarBackground .BarBackground__bar-num-3.bottom,.BarBackground .BarBackground__bar-num-3.top{height:calc(1.24507vh + 3.96px);-webkit-transform:translateX(calc(-48vw + 4px));transform:translateX(calc(-48vw + 4px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-3.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-3.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-3.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-3.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-3 .BarBackground__bar-fill{height:100%;opacity:.06;width:100%}@-webkit-keyframes anim-bar-3{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-3{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-4{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-4;animation-name:anim-bar-4;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-4.left,.BarBackground .BarBackground__bar-num-4.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(-47vh + 7px));transform:translateY(calc(-47vh + 7px));width:calc(1.35061vw + 1.44px)}.BarBackground .BarBackground__bar-num-4.bottom,.BarBackground .BarBackground__bar-num-4.top{height:calc(1.35061vh + 1.44px);-webkit-transform:translateX(calc(-47vw + 7px));transform:translateX(calc(-47vw + 7px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-4.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-4.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-4.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-4.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-4 .BarBackground__bar-fill{height:100%;opacity:.08;width:100%}@-webkit-keyframes anim-bar-4{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-4{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-5{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-5;animation-name:anim-bar-5;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-5.left,.BarBackground .BarBackground__bar-num-5.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(-46vh + 4px));transform:translateY(calc(-46vh + 4px));width:calc(1.48705vw + 1px)}.BarBackground .BarBackground__bar-num-5.bottom,.BarBackground .BarBackground__bar-num-5.top{height:calc(1.48705vh + 1px);-webkit-transform:translateX(calc(-46vw + 4px));transform:translateX(calc(-46vw + 4px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-5.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-5.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-5.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-5.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-5 .BarBackground__bar-fill{height:100%;opacity:.1;width:100%}@-webkit-keyframes anim-bar-5{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-5{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-6{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-6;animation-name:anim-bar-6;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-6.left,.BarBackground .BarBackground__bar-num-6.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(-45vh + 10px));transform:translateY(calc(-45vh + 10px));width:calc(1.65917vw + 8.64px)}.BarBackground .BarBackground__bar-num-6.bottom,.BarBackground .BarBackground__bar-num-6.top{height:calc(1.65917vh + 8.64px);-webkit-transform:translateX(calc(-45vw + 10px));transform:translateX(calc(-45vw + 10px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-6.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-6.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-6.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-6.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-6 .BarBackground__bar-fill{height:100%;opacity:.12;width:100%}@-webkit-keyframes anim-bar-6{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-6{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-7{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-7;animation-name:anim-bar-7;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-7.left,.BarBackground .BarBackground__bar-num-7.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(-44vh + 4px));transform:translateY(calc(-44vh + 4px));width:calc(1.87166vw + 3.78px)}.BarBackground .BarBackground__bar-num-7.bottom,.BarBackground .BarBackground__bar-num-7.top{height:calc(1.87166vh + 3.78px);-webkit-transform:translateX(calc(-44vw + 4px));transform:translateX(calc(-44vw + 4px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-7.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-7.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-7.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-7.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-7 .BarBackground__bar-fill{height:100%;opacity:.14;width:100%}@-webkit-keyframes anim-bar-7{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-7{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-8{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-8;animation-name:anim-bar-8;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-8.left,.BarBackground .BarBackground__bar-num-8.right{height:calc(.8vh - 4px);-webkit-transform:translateY(-43vh);transform:translateY(-43vh);width:calc(2.1291vw + 9.12px)}.BarBackground .BarBackground__bar-num-8.bottom,.BarBackground .BarBackground__bar-num-8.top{height:calc(2.1291vh + 9.12px);-webkit-transform:translateX(-43vw);transform:translateX(-43vw);width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-8.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-8.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-8.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-8.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-8 .BarBackground__bar-fill{height:100%;opacity:.16;width:100%}@-webkit-keyframes anim-bar-8{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-8{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-9{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-9;animation-name:anim-bar-9;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-9.left,.BarBackground .BarBackground__bar-num-9.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(-42vh + 8px));transform:translateY(calc(-42vh + 8px));width:calc(2.43584vw + 8.82px)}.BarBackground .BarBackground__bar-num-9.bottom,.BarBackground .BarBackground__bar-num-9.top{height:calc(2.43584vh + 8.82px);-webkit-transform:translateX(calc(-42vw + 8px));transform:translateX(calc(-42vw + 8px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-9.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-9.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-9.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-9.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-9 .BarBackground__bar-fill{height:100%;opacity:.18;width:100%}@-webkit-keyframes anim-bar-9{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-9{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-10{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-10;animation-name:anim-bar-10;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-10.left,.BarBackground .BarBackground__bar-num-10.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(-41vh + 2px));transform:translateY(calc(-41vh + 2px));width:calc(2.79603vw + 12.6px)}.BarBackground .BarBackground__bar-num-10.bottom,.BarBackground .BarBackground__bar-num-10.top{height:calc(2.79603vh + 12.6px);-webkit-transform:translateX(calc(-41vw + 2px));transform:translateX(calc(-41vw + 2px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-10.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-10.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-10.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-10.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-10 .BarBackground__bar-fill{height:100%;opacity:.2;width:100%}@-webkit-keyframes anim-bar-10{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-10{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-11{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-11;animation-name:anim-bar-11;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-11.left,.BarBackground .BarBackground__bar-num-11.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(-40vh + 6px));transform:translateY(calc(-40vh + 6px));width:calc(3.21359vw + 8.58px)}.BarBackground .BarBackground__bar-num-11.bottom,.BarBackground .BarBackground__bar-num-11.top{height:calc(3.21359vh + 8.58px);-webkit-transform:translateX(calc(-40vw + 6px));transform:translateX(calc(-40vw + 6px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-11.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-11.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-11.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-11.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-11 .BarBackground__bar-fill{height:100%;opacity:.22;width:100%}@-webkit-keyframes anim-bar-11{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-11{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-12{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-12;animation-name:anim-bar-12;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-12.left,.BarBackground .BarBackground__bar-num-12.right{height:.8vh;-webkit-transform:translateY(calc(-39vh - 4px));transform:translateY(calc(-39vh - 4px));width:calc(3.69216vw + 17.52px)}.BarBackground .BarBackground__bar-num-12.bottom,.BarBackground .BarBackground__bar-num-12.top{height:calc(3.69216vh + 17.52px);-webkit-transform:translateX(calc(-39vw - 4px));transform:translateX(calc(-39vw - 4px));width:.8vw}.BarBackground .BarBackground__bar-num-12.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-12.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-12.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-12.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-12 .BarBackground__bar-fill{height:100%;opacity:.24;width:100%}@-webkit-keyframes anim-bar-12{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-12{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-13{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-13;animation-name:anim-bar-13;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-13.left,.BarBackground .BarBackground__bar-num-13.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(-38vh + 8px));transform:translateY(calc(-38vh + 8px));width:calc(4.23517vw + 18.98px)}.BarBackground .BarBackground__bar-num-13.bottom,.BarBackground .BarBackground__bar-num-13.top{height:calc(4.23517vh + 18.98px);-webkit-transform:translateX(calc(-38vw + 8px));transform:translateX(calc(-38vw + 8px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-13.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-13.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-13.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-13.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-13 .BarBackground__bar-fill{height:100%;opacity:.26;width:100%}@-webkit-keyframes anim-bar-13{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-13{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-14{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-14;animation-name:anim-bar-14;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-14.left,.BarBackground .BarBackground__bar-num-14.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(-37vh + 10px));transform:translateY(calc(-37vh + 10px));width:calc(4.84581vw + 2.24px)}.BarBackground .BarBackground__bar-num-14.bottom,.BarBackground .BarBackground__bar-num-14.top{height:calc(4.84581vh + 2.24px);-webkit-transform:translateX(calc(-37vw + 10px));transform:translateX(calc(-37vw + 10px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-14.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-14.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-14.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-14.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-14 .BarBackground__bar-fill{height:100%;opacity:.28;width:100%}@-webkit-keyframes anim-bar-14{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-14{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-15{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-15;animation-name:anim-bar-15;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-15.left,.BarBackground .BarBackground__bar-num-15.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(-36vh + 1px));transform:translateY(calc(-36vh + 1px));width:calc(5.52707vw + 3.6px)}.BarBackground .BarBackground__bar-num-15.bottom,.BarBackground .BarBackground__bar-num-15.top{height:calc(5.52707vh + 3.6px);-webkit-transform:translateX(calc(-36vw + 1px));transform:translateX(calc(-36vw + 1px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-15.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-15.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-15.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-15.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-15 .BarBackground__bar-fill{height:100%;opacity:.3;width:100%}@-webkit-keyframes anim-bar-15{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-15{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-16{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-16;animation-name:anim-bar-16;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-16.left,.BarBackground .BarBackground__bar-num-16.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(-35vh + 4px));transform:translateY(calc(-35vh + 4px));width:calc(6.28176vw + 22.4px)}.BarBackground .BarBackground__bar-num-16.bottom,.BarBackground .BarBackground__bar-num-16.top{height:calc(6.28176vh + 22.4px);-webkit-transform:translateX(calc(-35vw + 4px));transform:translateX(calc(-35vw + 4px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-16.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-16.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-16.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-16.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-16 .BarBackground__bar-fill{height:100%;opacity:.32;width:100%}@-webkit-keyframes anim-bar-16{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-16{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-17{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-17;animation-name:anim-bar-17;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-17.left,.BarBackground .BarBackground__bar-num-17.right{height:.8vh;-webkit-transform:translateY(calc(-34vh + 9px));transform:translateY(calc(-34vh + 9px));width:calc(7.11252vw + 13.94px)}.BarBackground .BarBackground__bar-num-17.bottom,.BarBackground .BarBackground__bar-num-17.top{height:calc(7.11252vh + 13.94px);-webkit-transform:translateX(calc(-34vw + 9px));transform:translateX(calc(-34vw + 9px));width:.8vw}.BarBackground .BarBackground__bar-num-17.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-17.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-17.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-17.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-17 .BarBackground__bar-fill{height:100%;opacity:.34;width:100%}@-webkit-keyframes anim-bar-17{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-17{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-18{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-18;animation-name:anim-bar-18;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-18.left,.BarBackground .BarBackground__bar-num-18.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(-33vh + 8px));transform:translateY(calc(-33vh + 8px));width:calc(8.02183vw + 1.44px)}.BarBackground .BarBackground__bar-num-18.bottom,.BarBackground .BarBackground__bar-num-18.top{height:calc(8.02183vh + 1.44px);-webkit-transform:translateX(calc(-33vw + 8px));transform:translateX(calc(-33vw + 8px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-18.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-18.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-18.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-18.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-18 .BarBackground__bar-fill{height:100%;opacity:.36;width:100%}@-webkit-keyframes anim-bar-18{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-18{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-19{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-19;animation-name:anim-bar-19;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-19.left,.BarBackground .BarBackground__bar-num-19.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(-32vh + 9px));transform:translateY(calc(-32vh + 9px));width:calc(9.01206vw + 22.42px)}.BarBackground .BarBackground__bar-num-19.bottom,.BarBackground .BarBackground__bar-num-19.top{height:calc(9.01206vh + 22.42px);-webkit-transform:translateX(calc(-32vw + 9px));transform:translateX(calc(-32vw + 9px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-19.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-19.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-19.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-19.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-19 .BarBackground__bar-fill{height:100%;opacity:.38;width:100%}@-webkit-keyframes anim-bar-19{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-19{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-20{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-20;animation-name:anim-bar-20;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-20.left,.BarBackground .BarBackground__bar-num-20.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(-31vh - 10px));transform:translateY(calc(-31vh - 10px));width:calc(10.08547vw + 3.6px)}.BarBackground .BarBackground__bar-num-20.bottom,.BarBackground .BarBackground__bar-num-20.top{height:calc(10.08547vh + 3.6px);-webkit-transform:translateX(calc(-31vw - 10px));transform:translateX(calc(-31vw - 10px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-20.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-20.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-20.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-20.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-20 .BarBackground__bar-fill{height:100%;opacity:.4;width:100%}@-webkit-keyframes anim-bar-20{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-20{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-21{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-21;animation-name:anim-bar-21;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-21.left,.BarBackground .BarBackground__bar-num-21.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(-30vh + 1px));transform:translateY(calc(-30vh + 1px));width:calc(11.24422vw + 23.94px)}.BarBackground .BarBackground__bar-num-21.bottom,.BarBackground .BarBackground__bar-num-21.top{height:calc(11.24422vh + 23.94px);-webkit-transform:translateX(calc(-30vw + 1px));transform:translateX(calc(-30vw + 1px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-21.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-21.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-21.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-21.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-21 .BarBackground__bar-fill{height:100%;opacity:.42;width:100%}@-webkit-keyframes anim-bar-21{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-21{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-22{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-22;animation-name:anim-bar-22;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-22.left,.BarBackground .BarBackground__bar-num-22.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(-29vh + 8px));transform:translateY(calc(-29vh + 8px));width:calc(12.49038vw + 10.12px)}.BarBackground .BarBackground__bar-num-22.bottom,.BarBackground .BarBackground__bar-num-22.top{height:calc(12.49038vh + 10.12px);-webkit-transform:translateX(calc(-29vw + 8px));transform:translateX(calc(-29vw + 8px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-22.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-22.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-22.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-22.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-22 .BarBackground__bar-fill{height:100%;opacity:.44;width:100%}@-webkit-keyframes anim-bar-22{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-22{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-23{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-23;animation-name:anim-bar-23;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-23.left,.BarBackground .BarBackground__bar-num-23.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(-28vh - 8px));transform:translateY(calc(-28vh - 8px));width:calc(13.82597vw + 24.38px)}.BarBackground .BarBackground__bar-num-23.bottom,.BarBackground .BarBackground__bar-num-23.top{height:calc(13.82597vh + 24.38px);-webkit-transform:translateX(calc(-28vw - 8px));transform:translateX(calc(-28vw - 8px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-23.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-23.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-23.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-23.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-23 .BarBackground__bar-fill{height:100%;opacity:.46;width:100%}@-webkit-keyframes anim-bar-23{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-23{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-24{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-24;animation-name:anim-bar-24;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-24.left,.BarBackground .BarBackground__bar-num-24.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(-27vh - 1px));transform:translateY(calc(-27vh - 1px));width:calc(15.25294vw + 3.36px)}.BarBackground .BarBackground__bar-num-24.bottom,.BarBackground .BarBackground__bar-num-24.top{height:calc(15.25294vh + 3.36px);-webkit-transform:translateX(calc(-27vw - 1px));transform:translateX(calc(-27vw - 1px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-24.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-24.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-24.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-24.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-24 .BarBackground__bar-fill{height:100%;opacity:.48;width:100%}@-webkit-keyframes anim-bar-24{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-24{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-25{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-25;animation-name:anim-bar-25;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-25.left,.BarBackground .BarBackground__bar-num-25.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(-26vh + 8px));transform:translateY(calc(-26vh + 8px));width:calc(16.77317vw + 8.5px)}.BarBackground .BarBackground__bar-num-25.bottom,.BarBackground .BarBackground__bar-num-25.top{height:calc(16.77317vh + 8.5px);-webkit-transform:translateX(calc(-26vw + 8px));transform:translateX(calc(-26vw + 8px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-25.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-25.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-25.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-25.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-25 .BarBackground__bar-fill{height:100%;opacity:.5;width:100%}@-webkit-keyframes anim-bar-25{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-25{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-26{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-26;animation-name:anim-bar-26;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-26.left,.BarBackground .BarBackground__bar-num-26.right{height:.8vh;-webkit-transform:translateY(calc(-25vh - 10px));transform:translateY(calc(-25vh - 10px));width:calc(18.38852vw + 5.72px)}.BarBackground .BarBackground__bar-num-26.bottom,.BarBackground .BarBackground__bar-num-26.top{height:calc(18.38852vh + 5.72px);-webkit-transform:translateX(calc(-25vw - 10px));transform:translateX(calc(-25vw - 10px));width:.8vw}.BarBackground .BarBackground__bar-num-26.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-26.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-26.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-26.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-26 .BarBackground__bar-fill{height:100%;opacity:.52;width:100%}@-webkit-keyframes anim-bar-26{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-26{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-27{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-27;animation-name:anim-bar-27;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-27.left,.BarBackground .BarBackground__bar-num-27.right{height:.8vh;-webkit-transform:translateY(calc(-24vh + 2px));transform:translateY(calc(-24vh + 2px));width:calc(20.1008vw + 16.2px)}.BarBackground .BarBackground__bar-num-27.bottom,.BarBackground .BarBackground__bar-num-27.top{height:calc(20.1008vh + 16.2px);-webkit-transform:translateX(calc(-24vw + 2px));transform:translateX(calc(-24vw + 2px));width:.8vw}.BarBackground .BarBackground__bar-num-27.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-27.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-27.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-27.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-27 .BarBackground__bar-fill{height:100%;opacity:.54;width:100%}@-webkit-keyframes anim-bar-27{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-27{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-28{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-28;animation-name:anim-bar-28;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-28.left,.BarBackground .BarBackground__bar-num-28.right{height:calc(.8vh - 1px);-webkit-transform:translateY(-23vh);transform:translateY(-23vh);width:calc(21.91177vw + 21.84px)}.BarBackground .BarBackground__bar-num-28.bottom,.BarBackground .BarBackground__bar-num-28.top{height:calc(21.91177vh + 21.84px);-webkit-transform:translateX(-23vw);transform:translateX(-23vw);width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-28.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-28.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-28.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-28.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-28 .BarBackground__bar-fill{height:100%;opacity:.56;width:100%}@-webkit-keyframes anim-bar-28{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-28{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-29{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-29;animation-name:anim-bar-29;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-29.left,.BarBackground .BarBackground__bar-num-29.right{height:calc(.8vh + 1px);-webkit-transform:translateY(calc(-22vh - 9px));transform:translateY(calc(-22vh - 9px));width:calc(23.82319vw + 24.94px)}.BarBackground .BarBackground__bar-num-29.bottom,.BarBackground .BarBackground__bar-num-29.top{height:calc(23.82319vh + 24.94px);-webkit-transform:translateX(calc(-22vw - 9px));transform:translateX(calc(-22vw - 9px));width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-29.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-29.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-29.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-29.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-29 .BarBackground__bar-fill{height:100%;opacity:.58;width:100%}@-webkit-keyframes anim-bar-29{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-29{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-30{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-30;animation-name:anim-bar-30;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-30.left,.BarBackground .BarBackground__bar-num-30.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(-21vh + 10px));transform:translateY(calc(-21vh + 10px));width:calc(25.83675vw + 25.8px)}.BarBackground .BarBackground__bar-num-30.bottom,.BarBackground .BarBackground__bar-num-30.top{height:calc(25.83675vh + 25.8px);-webkit-transform:translateX(calc(-21vw + 10px));transform:translateX(calc(-21vw + 10px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-30.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-30.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-30.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-30.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-30 .BarBackground__bar-fill{height:100%;opacity:.6;width:100%}@-webkit-keyframes anim-bar-30{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-30{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-31{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-31;animation-name:anim-bar-31;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-31.left,.BarBackground .BarBackground__bar-num-31.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(-20vh + 3px));transform:translateY(calc(-20vh + 3px));width:calc(27.95415vw + 8.68px)}.BarBackground .BarBackground__bar-num-31.bottom,.BarBackground .BarBackground__bar-num-31.top{height:calc(27.95415vh + 8.68px);-webkit-transform:translateX(calc(-20vw + 3px));transform:translateX(calc(-20vw + 3px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-31.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-31.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-31.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-31.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-31 .BarBackground__bar-fill{height:100%;opacity:.62;width:100%}@-webkit-keyframes anim-bar-31{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-31{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-32{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-32;animation-name:anim-bar-32;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-32.left,.BarBackground .BarBackground__bar-num-32.right{height:calc(.8vh + 1px);-webkit-transform:translateY(calc(-19vh - 5px));transform:translateY(calc(-19vh - 5px));width:calc(30.17705vw + 23.04px)}.BarBackground .BarBackground__bar-num-32.bottom,.BarBackground .BarBackground__bar-num-32.top{height:calc(30.17705vh + 23.04px);-webkit-transform:translateX(calc(-19vw - 5px));transform:translateX(calc(-19vw - 5px));width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-32.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-32.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-32.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-32.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-32 .BarBackground__bar-fill{height:100%;opacity:.64;width:100%}@-webkit-keyframes anim-bar-32{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-32{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-33{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-33;animation-name:anim-bar-33;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-33.left,.BarBackground .BarBackground__bar-num-33.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(-18vh + 9px));transform:translateY(calc(-18vh + 9px));width:calc(32.50708vw + 23.76px)}.BarBackground .BarBackground__bar-num-33.bottom,.BarBackground .BarBackground__bar-num-33.top{height:calc(32.50708vh + 23.76px);-webkit-transform:translateX(calc(-18vw + 9px));transform:translateX(calc(-18vw + 9px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-33.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-33.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-33.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-33.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-33 .BarBackground__bar-fill{height:100%;opacity:.66;width:100%}@-webkit-keyframes anim-bar-33{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-33{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-34{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-34;animation-name:anim-bar-34;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-34.left,.BarBackground .BarBackground__bar-num-34.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(-17vh + 5px));transform:translateY(calc(-17vh + 5px));width:calc(34.94585vw + 38.08px)}.BarBackground .BarBackground__bar-num-34.bottom,.BarBackground .BarBackground__bar-num-34.top{height:calc(34.94585vh + 38.08px);-webkit-transform:translateX(calc(-17vw + 5px));transform:translateX(calc(-17vw + 5px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-34.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-34.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-34.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-34.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-34 .BarBackground__bar-fill{height:100%;opacity:.68;width:100%}@-webkit-keyframes anim-bar-34{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-34{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-35{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-35;animation-name:anim-bar-35;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-35.left,.BarBackground .BarBackground__bar-num-35.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(-16vh - 8px));transform:translateY(calc(-16vh - 8px));width:calc(37.49496vw + 32.9px)}.BarBackground .BarBackground__bar-num-35.bottom,.BarBackground .BarBackground__bar-num-35.top{height:calc(37.49496vh + 32.9px);-webkit-transform:translateX(calc(-16vw - 8px));transform:translateX(calc(-16vw - 8px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-35.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-35.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-35.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-35.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-35 .BarBackground__bar-fill{height:100%;opacity:.7;width:100%}@-webkit-keyframes anim-bar-35{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-35{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-36{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-36;animation-name:anim-bar-36;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-36.left,.BarBackground .BarBackground__bar-num-36.right{height:.8vh;-webkit-transform:translateY(calc(-15vh - 10px));transform:translateY(calc(-15vh - 10px));width:calc(40.15598vw + 35.28px)}.BarBackground .BarBackground__bar-num-36.bottom,.BarBackground .BarBackground__bar-num-36.top{height:calc(40.15598vh + 35.28px);-webkit-transform:translateX(calc(-15vw - 10px));transform:translateX(calc(-15vw - 10px));width:.8vw}.BarBackground .BarBackground__bar-num-36.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-36.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-36.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-36.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-36 .BarBackground__bar-fill{height:100%;opacity:.72;width:100%}@-webkit-keyframes anim-bar-36{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-36{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-37{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-37;animation-name:anim-bar-37;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-37.left,.BarBackground .BarBackground__bar-num-37.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(-14vh + 4px));transform:translateY(calc(-14vh + 4px));width:calc(42.93047vw + 6.66px)}.BarBackground .BarBackground__bar-num-37.bottom,.BarBackground .BarBackground__bar-num-37.top{height:calc(42.93047vh + 6.66px);-webkit-transform:translateX(calc(-14vw + 4px));transform:translateX(calc(-14vw + 4px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-37.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-37.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-37.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-37.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-37 .BarBackground__bar-fill{height:100%;opacity:.74;width:100%}@-webkit-keyframes anim-bar-37{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-37{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-38{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-38;animation-name:anim-bar-38;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-38.left,.BarBackground .BarBackground__bar-num-38.right{height:.8vh;-webkit-transform:translateY(calc(-13vh + 2px));transform:translateY(calc(-13vh + 2px));width:calc(45.81996vw + 15.2px)}.BarBackground .BarBackground__bar-num-38.bottom,.BarBackground .BarBackground__bar-num-38.top{height:calc(45.81996vh + 15.2px);-webkit-transform:translateX(calc(-13vw + 2px));transform:translateX(calc(-13vw + 2px));width:.8vw}.BarBackground .BarBackground__bar-num-38.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-38.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-38.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-38.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-38 .BarBackground__bar-fill{height:100%;opacity:.76;width:100%}@-webkit-keyframes anim-bar-38{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-38{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-39{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-39;animation-name:anim-bar-39;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-39.left,.BarBackground .BarBackground__bar-num-39.right{height:.8vh;-webkit-transform:translateY(calc(-12vh - 7px));transform:translateY(calc(-12vh - 7px));width:calc(48.82598vw + .78px)}.BarBackground .BarBackground__bar-num-39.bottom,.BarBackground .BarBackground__bar-num-39.top{height:calc(48.82598vh + .78px);-webkit-transform:translateX(calc(-12vw - 7px));transform:translateX(calc(-12vw - 7px));width:.8vw}.BarBackground .BarBackground__bar-num-39.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-39.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-39.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-39.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-39 .BarBackground__bar-fill{height:100%;opacity:.78;width:100%}@-webkit-keyframes anim-bar-39{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-39{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-40{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-40;animation-name:anim-bar-40;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-40.left,.BarBackground .BarBackground__bar-num-40.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(-11vh - 9px));transform:translateY(calc(-11vh - 9px));width:calc(51.95002vw + 10.4px)}.BarBackground .BarBackground__bar-num-40.bottom,.BarBackground .BarBackground__bar-num-40.top{height:calc(51.95002vh + 10.4px);-webkit-transform:translateX(calc(-11vw - 9px));transform:translateX(calc(-11vw - 9px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-40.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-40.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-40.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-40.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-40 .BarBackground__bar-fill{height:100%;opacity:.8;width:100%}@-webkit-keyframes anim-bar-40{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-40{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-41{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-41;animation-name:anim-bar-41;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-41.left,.BarBackground .BarBackground__bar-num-41.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(-10vh - 8px));transform:translateY(calc(-10vh - 8px));width:calc(55.19357vw + 36.08px)}.BarBackground .BarBackground__bar-num-41.bottom,.BarBackground .BarBackground__bar-num-41.top{height:calc(55.19357vh + 36.08px);-webkit-transform:translateX(calc(-10vw - 8px));transform:translateX(calc(-10vw - 8px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-41.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-41.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-41.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-41.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-41 .BarBackground__bar-fill{height:100%;opacity:.82;width:100%}@-webkit-keyframes anim-bar-41{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-41{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-42{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-42;animation-name:anim-bar-42;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-42.left,.BarBackground .BarBackground__bar-num-42.right{height:calc(.8vh + 1px);-webkit-transform:translateY(calc(-9vh + 6px));transform:translateY(calc(-9vh + 6px));width:calc(58.5581vw + 62.16px)}.BarBackground .BarBackground__bar-num-42.bottom,.BarBackground .BarBackground__bar-num-42.top{height:calc(58.5581vh + 62.16px);-webkit-transform:translateX(calc(-9vw + 6px));transform:translateX(calc(-9vw + 6px));width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-42.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-42.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-42.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-42.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-42 .BarBackground__bar-fill{height:100%;opacity:.84;width:100%}@-webkit-keyframes anim-bar-42{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-42{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-43{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-43;animation-name:anim-bar-43;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-43.left,.BarBackground .BarBackground__bar-num-43.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(-8vh + 5px));transform:translateY(calc(-8vh + 5px));width:calc(62.04505vw + 25.8px)}.BarBackground .BarBackground__bar-num-43.bottom,.BarBackground .BarBackground__bar-num-43.top{height:calc(62.04505vh + 25.8px);-webkit-transform:translateX(calc(-8vw + 5px));transform:translateX(calc(-8vw + 5px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-43.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-43.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-43.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-43.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-43 .BarBackground__bar-fill{height:100%;opacity:.86;width:100%}@-webkit-keyframes anim-bar-43{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-43{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-44{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-44;animation-name:anim-bar-44;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-44.left,.BarBackground .BarBackground__bar-num-44.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(-7vh + 8px));transform:translateY(calc(-7vh + 8px));width:calc(65.65587vw + 44.88px)}.BarBackground .BarBackground__bar-num-44.bottom,.BarBackground .BarBackground__bar-num-44.top{height:calc(65.65587vh + 44.88px);-webkit-transform:translateX(calc(-7vw + 8px));transform:translateX(calc(-7vw + 8px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-44.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-44.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-44.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-44.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-44 .BarBackground__bar-fill{height:100%;opacity:.88;width:100%}@-webkit-keyframes anim-bar-44{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-44{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-45{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-45;animation-name:anim-bar-45;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-45.left,.BarBackground .BarBackground__bar-num-45.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(-6vh + 4px));transform:translateY(calc(-6vh + 4px));width:calc(69.39197vw + 18px)}.BarBackground .BarBackground__bar-num-45.bottom,.BarBackground .BarBackground__bar-num-45.top{height:calc(69.39197vh + 18px);-webkit-transform:translateX(calc(-6vw + 4px));transform:translateX(calc(-6vw + 4px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-45.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-45.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-45.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-45.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-45 .BarBackground__bar-fill{height:100%;opacity:.9;width:100%}@-webkit-keyframes anim-bar-45{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-45{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-46{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-46;animation-name:anim-bar-46;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-46.left,.BarBackground .BarBackground__bar-num-46.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(-5vh - 1px));transform:translateY(calc(-5vh - 1px));width:calc(73.25477vw + 56.12px)}.BarBackground .BarBackground__bar-num-46.bottom,.BarBackground .BarBackground__bar-num-46.top{height:calc(73.25477vh + 56.12px);-webkit-transform:translateX(calc(-5vw - 1px));transform:translateX(calc(-5vw - 1px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-46.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-46.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-46.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-46.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-46 .BarBackground__bar-fill{height:100%;opacity:.92;width:100%}@-webkit-keyframes anim-bar-46{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-46{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-47{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-47;animation-name:anim-bar-47;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-47.left,.BarBackground .BarBackground__bar-num-47.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(-4vh + 4px));transform:translateY(calc(-4vh + 4px));width:calc(77.24566vw + 39.48px)}.BarBackground .BarBackground__bar-num-47.bottom,.BarBackground .BarBackground__bar-num-47.top{height:calc(77.24566vh + 39.48px);-webkit-transform:translateX(calc(-4vw + 4px));transform:translateX(calc(-4vw + 4px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-47.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-47.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-47.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-47.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-47 .BarBackground__bar-fill{height:100%;opacity:.94;width:100%}@-webkit-keyframes anim-bar-47{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-47{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-48{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-48;animation-name:anim-bar-48;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-48.left,.BarBackground .BarBackground__bar-num-48.right{height:.8vh;-webkit-transform:translateY(calc(-3vh + 8px));transform:translateY(calc(-3vh + 8px));width:calc(81.36601vw + 3.84px)}.BarBackground .BarBackground__bar-num-48.bottom,.BarBackground .BarBackground__bar-num-48.top{height:calc(81.36601vh + 3.84px);-webkit-transform:translateX(calc(-3vw + 8px));transform:translateX(calc(-3vw + 8px));width:.8vw}.BarBackground .BarBackground__bar-num-48.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-48.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-48.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-48.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-48 .BarBackground__bar-fill{height:100%;opacity:.96;width:100%}@-webkit-keyframes anim-bar-48{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-48{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-49{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-49;animation-name:anim-bar-49;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-49.left,.BarBackground .BarBackground__bar-num-49.right{height:calc(.8vh + 1px);-webkit-transform:translateY(calc(-2vh - 3px));transform:translateY(calc(-2vh - 3px));width:calc(85.61719vw + 4.9px)}.BarBackground .BarBackground__bar-num-49.bottom,.BarBackground .BarBackground__bar-num-49.top{height:calc(85.61719vh + 4.9px);-webkit-transform:translateX(calc(-2vw - 3px));transform:translateX(calc(-2vw - 3px));width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-49.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-49.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-49.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-49.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-49 .BarBackground__bar-fill{height:100%;opacity:.98;width:100%}@-webkit-keyframes anim-bar-49{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-49{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-50{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-50;animation-name:anim-bar-50;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-50.left,.BarBackground .BarBackground__bar-num-50.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(-1vh - 8px));transform:translateY(calc(-1vh - 8px));width:calc(90.00055vw + 29px)}.BarBackground .BarBackground__bar-num-50.bottom,.BarBackground .BarBackground__bar-num-50.top{height:calc(90.00055vh + 29px);-webkit-transform:translateX(calc(-1vw - 8px));transform:translateX(calc(-1vw - 8px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-50.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-50.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-50.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-50.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-50 .BarBackground__bar-fill{height:100%;opacity:1;width:100%}@-webkit-keyframes anim-bar-50{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-50{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-51{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-51;animation-name:anim-bar-51;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-51.left,.BarBackground .BarBackground__bar-num-51.right{height:calc(.8vh + 3px);-webkit-transform:translateY(-5px);transform:translateY(-5px);width:calc(85.61719vw + 65.66px)}.BarBackground .BarBackground__bar-num-51.bottom,.BarBackground .BarBackground__bar-num-51.top{height:calc(85.61719vh + 65.66px);-webkit-transform:translateX(-5px);transform:translateX(-5px);width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-51.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-51.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-51.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-51.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-51 .BarBackground__bar-fill{height:100%;opacity:.98;width:100%}@-webkit-keyframes anim-bar-51{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-51{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-52{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-52;animation-name:anim-bar-52;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-52.left,.BarBackground .BarBackground__bar-num-52.right{height:calc(.8vh + 1px);-webkit-transform:translateY(calc(1vh - 8px));transform:translateY(calc(1vh - 8px));width:calc(81.36601vw + 36.48px)}.BarBackground .BarBackground__bar-num-52.bottom,.BarBackground .BarBackground__bar-num-52.top{height:calc(81.36601vh + 36.48px);-webkit-transform:translateX(calc(1vw - 8px));transform:translateX(calc(1vw - 8px));width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-52.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-52.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-52.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-52.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-52 .BarBackground__bar-fill{height:100%;opacity:.96;width:100%}@-webkit-keyframes anim-bar-52{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-52{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-53{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-53;animation-name:anim-bar-53;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-53.left,.BarBackground .BarBackground__bar-num-53.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(2vh - 10px));transform:translateY(calc(2vh - 10px));width:calc(77.24566vw + 32.9px)}.BarBackground .BarBackground__bar-num-53.bottom,.BarBackground .BarBackground__bar-num-53.top{height:calc(77.24566vh + 32.9px);-webkit-transform:translateX(calc(2vw - 10px));transform:translateX(calc(2vw - 10px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-53.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-53.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-53.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-53.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-53 .BarBackground__bar-fill{height:100%;opacity:.94;width:100%}@-webkit-keyframes anim-bar-53{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-53{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-54{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-54;animation-name:anim-bar-54;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-54.left,.BarBackground .BarBackground__bar-num-54.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(3vh - 10px));transform:translateY(calc(3vh - 10px));width:calc(73.25477vw + 19.32px)}.BarBackground .BarBackground__bar-num-54.bottom,.BarBackground .BarBackground__bar-num-54.top{height:calc(73.25477vh + 19.32px);-webkit-transform:translateX(calc(3vw - 10px));transform:translateX(calc(3vw - 10px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-54.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-54.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-54.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-54.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-54 .BarBackground__bar-fill{height:100%;opacity:.92;width:100%}@-webkit-keyframes anim-bar-54{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-54{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-55{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-55;animation-name:anim-bar-55;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-55.left,.BarBackground .BarBackground__bar-num-55.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(4vh - 10px));transform:translateY(calc(4vh - 10px));width:calc(69.39197vw + 45px)}.BarBackground .BarBackground__bar-num-55.bottom,.BarBackground .BarBackground__bar-num-55.top{height:calc(69.39197vh + 45px);-webkit-transform:translateX(calc(4vw - 10px));transform:translateX(calc(4vw - 10px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-55.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-55.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-55.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-55.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-55 .BarBackground__bar-fill{height:100%;opacity:.9;width:100%}@-webkit-keyframes anim-bar-55{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-55{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-56{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-56;animation-name:anim-bar-56;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-56.left,.BarBackground .BarBackground__bar-num-56.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(5vh - 7px));transform:translateY(calc(5vh - 7px));width:calc(65.65587vw + 36.08px)}.BarBackground .BarBackground__bar-num-56.bottom,.BarBackground .BarBackground__bar-num-56.top{height:calc(65.65587vh + 36.08px);-webkit-transform:translateX(calc(5vw - 7px));transform:translateX(calc(5vw - 7px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-56.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-56.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-56.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-56.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-56 .BarBackground__bar-fill{height:100%;opacity:.88;width:100%}@-webkit-keyframes anim-bar-56{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-56{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-57{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-57;animation-name:anim-bar-57;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-57.left,.BarBackground .BarBackground__bar-num-57.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(6vh - 9px));transform:translateY(calc(6vh - 9px));width:calc(62.04505vw + 49.88px)}.BarBackground .BarBackground__bar-num-57.bottom,.BarBackground .BarBackground__bar-num-57.top{height:calc(62.04505vh + 49.88px);-webkit-transform:translateX(calc(6vw - 9px));transform:translateX(calc(6vw - 9px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-57.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-57.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-57.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-57.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-57 .BarBackground__bar-fill{height:100%;opacity:.86;width:100%}@-webkit-keyframes anim-bar-57{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-57{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-58{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-58;animation-name:anim-bar-58;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-58.left,.BarBackground .BarBackground__bar-num-58.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(7vh + 6px));transform:translateY(calc(7vh + 6px));width:calc(58.5581vw + 62.16px)}.BarBackground .BarBackground__bar-num-58.bottom,.BarBackground .BarBackground__bar-num-58.top{height:calc(58.5581vh + 62.16px);-webkit-transform:translateX(calc(7vw + 6px));transform:translateX(calc(7vw + 6px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-58.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-58.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-58.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-58.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-58 .BarBackground__bar-fill{height:100%;opacity:.84;width:100%}@-webkit-keyframes anim-bar-58{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-58{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-59{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-59;animation-name:anim-bar-59;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-59.left,.BarBackground .BarBackground__bar-num-59.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(8vh - 10px));transform:translateY(calc(8vh - 10px));width:calc(55.19357vw + 27.88px)}.BarBackground .BarBackground__bar-num-59.bottom,.BarBackground .BarBackground__bar-num-59.top{height:calc(55.19357vh + 27.88px);-webkit-transform:translateX(calc(8vw - 10px));transform:translateX(calc(8vw - 10px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-59.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-59.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-59.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-59.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-59 .BarBackground__bar-fill{height:100%;opacity:.82;width:100%}@-webkit-keyframes anim-bar-59{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-59{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-60{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-60;animation-name:anim-bar-60;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-60.left,.BarBackground .BarBackground__bar-num-60.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(9vh - 10px));transform:translateY(calc(9vh - 10px));width:calc(51.95002vw + 32px)}.BarBackground .BarBackground__bar-num-60.bottom,.BarBackground .BarBackground__bar-num-60.top{height:calc(51.95002vh + 32px);-webkit-transform:translateX(calc(9vw - 10px));transform:translateX(calc(9vw - 10px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-60.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-60.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-60.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-60.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-60 .BarBackground__bar-fill{height:100%;opacity:.8;width:100%}@-webkit-keyframes anim-bar-60{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-60{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-61{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-61;animation-name:anim-bar-61;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-61.left,.BarBackground .BarBackground__bar-num-61.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(10vh - 1px));transform:translateY(calc(10vh - 1px));width:calc(48.82598vw + 46.8px)}.BarBackground .BarBackground__bar-num-61.bottom,.BarBackground .BarBackground__bar-num-61.top{height:calc(48.82598vh + 46.8px);-webkit-transform:translateX(calc(10vw - 1px));transform:translateX(calc(10vw - 1px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-61.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-61.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-61.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-61.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-61 .BarBackground__bar-fill{height:100%;opacity:.78;width:100%}@-webkit-keyframes anim-bar-61{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-61{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-62{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-62;animation-name:anim-bar-62;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-62.left,.BarBackground .BarBackground__bar-num-62.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(11vh + 2px));transform:translateY(calc(11vh + 2px));width:calc(45.81996vw + 10.64px)}.BarBackground .BarBackground__bar-num-62.bottom,.BarBackground .BarBackground__bar-num-62.top{height:calc(45.81996vh + 10.64px);-webkit-transform:translateX(calc(11vw + 2px));transform:translateX(calc(11vw + 2px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-62.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-62.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-62.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-62.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-62 .BarBackground__bar-fill{height:100%;opacity:.76;width:100%}@-webkit-keyframes anim-bar-62{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-62{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-63{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-63;animation-name:anim-bar-63;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-63.left,.BarBackground .BarBackground__bar-num-63.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(12vh - 6px));transform:translateY(calc(12vh - 6px));width:calc(42.93047vw + 9.62px)}.BarBackground .BarBackground__bar-num-63.bottom,.BarBackground .BarBackground__bar-num-63.top{height:calc(42.93047vh + 9.62px);-webkit-transform:translateX(calc(12vw - 6px));transform:translateX(calc(12vw - 6px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-63.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-63.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-63.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-63.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-63 .BarBackground__bar-fill{height:100%;opacity:.74;width:100%}@-webkit-keyframes anim-bar-63{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-63{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-64{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-64;animation-name:anim-bar-64;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-64.left,.BarBackground .BarBackground__bar-num-64.right{height:calc(.8vh + 1px);-webkit-transform:translateY(calc(13vh - 4px));transform:translateY(calc(13vh - 4px));width:calc(40.15598vw + 48.24px)}.BarBackground .BarBackground__bar-num-64.bottom,.BarBackground .BarBackground__bar-num-64.top{height:calc(40.15598vh + 48.24px);-webkit-transform:translateX(calc(13vw - 4px));transform:translateX(calc(13vw - 4px));width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-64.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-64.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-64.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-64.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-64 .BarBackground__bar-fill{height:100%;opacity:.72;width:100%}@-webkit-keyframes anim-bar-64{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-64{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-65{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-65;animation-name:anim-bar-65;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-65.left,.BarBackground .BarBackground__bar-num-65.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(14vh + 3px));transform:translateY(calc(14vh + 3px));width:calc(37.49496vw + 35.7px)}.BarBackground .BarBackground__bar-num-65.bottom,.BarBackground .BarBackground__bar-num-65.top{height:calc(37.49496vh + 35.7px);-webkit-transform:translateX(calc(14vw + 3px));transform:translateX(calc(14vw + 3px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-65.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-65.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-65.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-65.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-65 .BarBackground__bar-fill{height:100%;opacity:.7;width:100%}@-webkit-keyframes anim-bar-65{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-65{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-66{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-66;animation-name:anim-bar-66;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-66.left,.BarBackground .BarBackground__bar-num-66.right{height:calc(.8vh + 5px);-webkit-transform:translateY(15vh);transform:translateY(15vh);width:calc(34.94585vw + 7.48px)}.BarBackground .BarBackground__bar-num-66.bottom,.BarBackground .BarBackground__bar-num-66.top{height:calc(34.94585vh + 7.48px);-webkit-transform:translateX(15vw);transform:translateX(15vw);width:calc(.8vw + 5px)}.BarBackground .BarBackground__bar-num-66.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-66.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-66.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-66.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-66 .BarBackground__bar-fill{height:100%;opacity:.68;width:100%}@-webkit-keyframes anim-bar-66{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-66{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-67{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-67;animation-name:anim-bar-67;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-67.left,.BarBackground .BarBackground__bar-num-67.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(16vh - 9px));transform:translateY(calc(16vh - 9px));width:calc(32.50708vw + 46.2px)}.BarBackground .BarBackground__bar-num-67.bottom,.BarBackground .BarBackground__bar-num-67.top{height:calc(32.50708vh + 46.2px);-webkit-transform:translateX(calc(16vw - 9px));transform:translateX(calc(16vw - 9px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-67.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-67.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-67.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-67.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-67 .BarBackground__bar-fill{height:100%;opacity:.66;width:100%}@-webkit-keyframes anim-bar-67{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-67{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-68{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-68;animation-name:anim-bar-68;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-68.left,.BarBackground .BarBackground__bar-num-68.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(17vh - 2px));transform:translateY(calc(17vh - 2px));width:calc(30.17705vw + 1.28px)}.BarBackground .BarBackground__bar-num-68.bottom,.BarBackground .BarBackground__bar-num-68.top{height:calc(30.17705vh + 1.28px);-webkit-transform:translateX(calc(17vw - 2px));transform:translateX(calc(17vw - 2px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-68.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-68.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-68.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-68.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-68 .BarBackground__bar-fill{height:100%;opacity:.64;width:100%}@-webkit-keyframes anim-bar-68{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-68{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-69{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-69;animation-name:anim-bar-69;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-69.left,.BarBackground .BarBackground__bar-num-69.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(18vh - 6px));transform:translateY(calc(18vh - 6px));width:calc(27.95415vw + 34.1px)}.BarBackground .BarBackground__bar-num-69.bottom,.BarBackground .BarBackground__bar-num-69.top{height:calc(27.95415vh + 34.1px);-webkit-transform:translateX(calc(18vw - 6px));transform:translateX(calc(18vw - 6px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-69.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-69.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-69.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-69.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-69 .BarBackground__bar-fill{height:100%;opacity:.62;width:100%}@-webkit-keyframes anim-bar-69{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-69{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-70{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-70;animation-name:anim-bar-70;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-70.left,.BarBackground .BarBackground__bar-num-70.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(19vh - 6px));transform:translateY(calc(19vh - 6px));width:calc(25.83675vw + 38.4px)}.BarBackground .BarBackground__bar-num-70.bottom,.BarBackground .BarBackground__bar-num-70.top{height:calc(25.83675vh + 38.4px);-webkit-transform:translateX(calc(19vw - 6px));transform:translateX(calc(19vw - 6px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-70.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-70.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-70.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-70.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-70 .BarBackground__bar-fill{height:100%;opacity:.6;width:100%}@-webkit-keyframes anim-bar-70{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-70{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-71{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-71;animation-name:anim-bar-71;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-71.left,.BarBackground .BarBackground__bar-num-71.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(20vh + 5px));transform:translateY(calc(20vh + 5px));width:calc(23.82319vw + 22.62px)}.BarBackground .BarBackground__bar-num-71.bottom,.BarBackground .BarBackground__bar-num-71.top{height:calc(23.82319vh + 22.62px);-webkit-transform:translateX(calc(20vw + 5px));transform:translateX(calc(20vw + 5px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-71.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-71.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-71.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-71.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-71 .BarBackground__bar-fill{height:100%;opacity:.58;width:100%}@-webkit-keyframes anim-bar-71{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-71{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-72{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-72;animation-name:anim-bar-72;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-72.left,.BarBackground .BarBackground__bar-num-72.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(21vh - 7px));transform:translateY(calc(21vh - 7px));width:calc(21.91177vw + 30.24px)}.BarBackground .BarBackground__bar-num-72.bottom,.BarBackground .BarBackground__bar-num-72.top{height:calc(21.91177vh + 30.24px);-webkit-transform:translateX(calc(21vw - 7px));transform:translateX(calc(21vw - 7px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-72.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-72.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-72.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-72.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-72 .BarBackground__bar-fill{height:100%;opacity:.56;width:100%}@-webkit-keyframes anim-bar-72{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-72{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-73{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-73;animation-name:anim-bar-73;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-73.left,.BarBackground .BarBackground__bar-num-73.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(22vh - 9px));transform:translateY(calc(22vh - 9px));width:calc(20.1008vw + 17.28px)}.BarBackground .BarBackground__bar-num-73.bottom,.BarBackground .BarBackground__bar-num-73.top{height:calc(20.1008vh + 17.28px);-webkit-transform:translateX(calc(22vw - 9px));transform:translateX(calc(22vw - 9px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-73.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-73.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-73.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-73.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-73 .BarBackground__bar-fill{height:100%;opacity:.54;width:100%}@-webkit-keyframes anim-bar-73{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-73{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-74{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-74;animation-name:anim-bar-74;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-74.left,.BarBackground .BarBackground__bar-num-74.right{height:calc(.8vh + 5px);-webkit-transform:translateY(calc(23vh - 10px));transform:translateY(calc(23vh - 10px));width:calc(18.38852vw + 7.28px)}.BarBackground .BarBackground__bar-num-74.bottom,.BarBackground .BarBackground__bar-num-74.top{height:calc(18.38852vh + 7.28px);-webkit-transform:translateX(calc(23vw - 10px));transform:translateX(calc(23vw - 10px));width:calc(.8vw + 5px)}.BarBackground .BarBackground__bar-num-74.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-74.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-74.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-74.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-74 .BarBackground__bar-fill{height:100%;opacity:.52;width:100%}@-webkit-keyframes anim-bar-74{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-74{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-75{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-75;animation-name:anim-bar-75;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-75.left,.BarBackground .BarBackground__bar-num-75.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(24vh + 6px));transform:translateY(calc(24vh + 6px));width:calc(16.77317vw + 16.5px)}.BarBackground .BarBackground__bar-num-75.bottom,.BarBackground .BarBackground__bar-num-75.top{height:calc(16.77317vh + 16.5px);-webkit-transform:translateX(calc(24vw + 6px));transform:translateX(calc(24vw + 6px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-75.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-75.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-75.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-75.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-75 .BarBackground__bar-fill{height:100%;opacity:.5;width:100%}@-webkit-keyframes anim-bar-75{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-75{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-76{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-76;animation-name:anim-bar-76;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-76.left,.BarBackground .BarBackground__bar-num-76.right{height:calc(.8vh - 2px);-webkit-transform:translateY(calc(25vh + 7px));transform:translateY(calc(25vh + 7px));width:calc(15.25294vw + 14.88px)}.BarBackground .BarBackground__bar-num-76.bottom,.BarBackground .BarBackground__bar-num-76.top{height:calc(15.25294vh + 14.88px);-webkit-transform:translateX(calc(25vw + 7px));transform:translateX(calc(25vw + 7px));width:calc(.8vw - 2px)}.BarBackground .BarBackground__bar-num-76.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-76.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-76.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-76.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-76 .BarBackground__bar-fill{height:100%;opacity:.48;width:100%}@-webkit-keyframes anim-bar-76{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-76{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-77{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-77;animation-name:anim-bar-77;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-77.left,.BarBackground .BarBackground__bar-num-77.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(26vh + 9px));transform:translateY(calc(26vh + 9px));width:calc(13.82597vw + 16.56px)}.BarBackground .BarBackground__bar-num-77.bottom,.BarBackground .BarBackground__bar-num-77.top{height:calc(13.82597vh + 16.56px);-webkit-transform:translateX(calc(26vw + 9px));transform:translateX(calc(26vw + 9px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-77.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-77.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-77.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-77.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-77 .BarBackground__bar-fill{height:100%;opacity:.46;width:100%}@-webkit-keyframes anim-bar-77{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-77{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-78{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-78;animation-name:anim-bar-78;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-78.left,.BarBackground .BarBackground__bar-num-78.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(27vh - 8px));transform:translateY(calc(27vh - 8px));width:calc(12.49038vw + 26.4px)}.BarBackground .BarBackground__bar-num-78.bottom,.BarBackground .BarBackground__bar-num-78.top{height:calc(12.49038vh + 26.4px);-webkit-transform:translateX(calc(27vw - 8px));transform:translateX(calc(27vw - 8px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-78.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-78.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-78.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-78.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-78 .BarBackground__bar-fill{height:100%;opacity:.44;width:100%}@-webkit-keyframes anim-bar-78{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-78{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-79{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-79;animation-name:anim-bar-79;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-79.left,.BarBackground .BarBackground__bar-num-79.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(28vh + 6px));transform:translateY(calc(28vh + 6px));width:calc(11.24422vw + 10.5px)}.BarBackground .BarBackground__bar-num-79.bottom,.BarBackground .BarBackground__bar-num-79.top{height:calc(11.24422vh + 10.5px);-webkit-transform:translateX(calc(28vw + 6px));transform:translateX(calc(28vw + 6px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-79.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-79.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-79.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-79.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-79 .BarBackground__bar-fill{height:100%;opacity:.42;width:100%}@-webkit-keyframes anim-bar-79{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-79{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-80{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-80;animation-name:anim-bar-80;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-80.left,.BarBackground .BarBackground__bar-num-80.right{height:calc(.8vh - 1px);-webkit-transform:translateY(calc(29vh - 4px));transform:translateY(calc(29vh - 4px));width:calc(10.08547vw + 14px)}.BarBackground .BarBackground__bar-num-80.bottom,.BarBackground .BarBackground__bar-num-80.top{height:calc(10.08547vh + 14px);-webkit-transform:translateX(calc(29vw - 4px));transform:translateX(calc(29vw - 4px));width:calc(.8vw - 1px)}.BarBackground .BarBackground__bar-num-80.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-80.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-80.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-80.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-80 .BarBackground__bar-fill{height:100%;opacity:.4;width:100%}@-webkit-keyframes anim-bar-80{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-80{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-81{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-81;animation-name:anim-bar-81;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-81.left,.BarBackground .BarBackground__bar-num-81.right{height:calc(.8vh - 5px);-webkit-transform:translateY(30vh);transform:translateY(30vh);width:calc(9.01206vw + 1.52px)}.BarBackground .BarBackground__bar-num-81.bottom,.BarBackground .BarBackground__bar-num-81.top{height:calc(9.01206vh + 1.52px);-webkit-transform:translateX(30vw);transform:translateX(30vw);width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-81.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-81.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-81.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-81.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-81 .BarBackground__bar-fill{height:100%;opacity:.38;width:100%}@-webkit-keyframes anim-bar-81{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-81{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-82{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-82;animation-name:anim-bar-82;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-82.left,.BarBackground .BarBackground__bar-num-82.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(31vh + 7px));transform:translateY(calc(31vh + 7px));width:calc(8.02183vw + 26.64px)}.BarBackground .BarBackground__bar-num-82.bottom,.BarBackground .BarBackground__bar-num-82.top{height:calc(8.02183vh + 26.64px);-webkit-transform:translateX(calc(31vw + 7px));transform:translateX(calc(31vw + 7px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-82.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-82.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-82.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-82.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-82 .BarBackground__bar-fill{height:100%;opacity:.36;width:100%}@-webkit-keyframes anim-bar-82{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-82{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-83{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-83;animation-name:anim-bar-83;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-83.left,.BarBackground .BarBackground__bar-num-83.right{height:calc(.8vh + 3px);-webkit-transform:translateY(32vh);transform:translateY(32vh);width:calc(7.11252vw + 8.84px)}.BarBackground .BarBackground__bar-num-83.bottom,.BarBackground .BarBackground__bar-num-83.top{height:calc(7.11252vh + 8.84px);-webkit-transform:translateX(32vw);transform:translateX(32vw);width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-83.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-83.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-83.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-83.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-83 .BarBackground__bar-fill{height:100%;opacity:.34;width:100%}@-webkit-keyframes anim-bar-83{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-83{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-84{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-84;animation-name:anim-bar-84;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-84.left,.BarBackground .BarBackground__bar-num-84.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(33vh - 7px));transform:translateY(calc(33vh - 7px));width:calc(6.28176vw + 12.8px)}.BarBackground .BarBackground__bar-num-84.bottom,.BarBackground .BarBackground__bar-num-84.top{height:calc(6.28176vh + 12.8px);-webkit-transform:translateX(calc(33vw - 7px));transform:translateX(calc(33vw - 7px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-84.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-84.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-84.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-84.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-84 .BarBackground__bar-fill{height:100%;opacity:.32;width:100%}@-webkit-keyframes anim-bar-84{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-84{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-85{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-85;animation-name:anim-bar-85;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-85.left,.BarBackground .BarBackground__bar-num-85.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(34vh - 7px));transform:translateY(calc(34vh - 7px));width:calc(5.52707vw + 8.1px)}.BarBackground .BarBackground__bar-num-85.bottom,.BarBackground .BarBackground__bar-num-85.top{height:calc(5.52707vh + 8.1px);-webkit-transform:translateX(calc(34vw - 7px));transform:translateX(calc(34vw - 7px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-85.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-85.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-85.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-85.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-85 .BarBackground__bar-fill{height:100%;opacity:.3;width:100%}@-webkit-keyframes anim-bar-85{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-85{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-86{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-86;animation-name:anim-bar-86;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-86.left,.BarBackground .BarBackground__bar-num-86.right{height:calc(.8vh + 1px);-webkit-transform:translateY(35vh);transform:translateY(35vh);width:calc(4.84581vw + 6.72px)}.BarBackground .BarBackground__bar-num-86.bottom,.BarBackground .BarBackground__bar-num-86.top{height:calc(4.84581vh + 6.72px);-webkit-transform:translateX(35vw);transform:translateX(35vw);width:calc(.8vw + 1px)}.BarBackground .BarBackground__bar-num-86.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-86.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-86.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-86.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-86 .BarBackground__bar-fill{height:100%;opacity:.28;width:100%}@-webkit-keyframes anim-bar-86{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-86{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-87{-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-87;animation-name:anim-bar-87;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-87.left,.BarBackground .BarBackground__bar-num-87.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(36vh - 7px));transform:translateY(calc(36vh - 7px));width:calc(4.23517vw + 6.24px)}.BarBackground .BarBackground__bar-num-87.bottom,.BarBackground .BarBackground__bar-num-87.top{height:calc(4.23517vh + 6.24px);-webkit-transform:translateX(calc(36vw - 7px));transform:translateX(calc(36vw - 7px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-87.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-87.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-87.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-87.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-87 .BarBackground__bar-fill{height:100%;opacity:.26;width:100%}@-webkit-keyframes anim-bar-87{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-87{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-88{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-88;animation-name:anim-bar-88;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-88.left,.BarBackground .BarBackground__bar-num-88.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(37vh - 6px));transform:translateY(calc(37vh - 6px));width:calc(3.69216vw + 2.88px)}.BarBackground .BarBackground__bar-num-88.bottom,.BarBackground .BarBackground__bar-num-88.top{height:calc(3.69216vh + 2.88px);-webkit-transform:translateX(calc(37vw - 6px));transform:translateX(calc(37vw - 6px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-88.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-88.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-88.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-88.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-88 .BarBackground__bar-fill{height:100%;opacity:.24;width:100%}@-webkit-keyframes anim-bar-88{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-88{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-89{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-89;animation-name:anim-bar-89;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-89.left,.BarBackground .BarBackground__bar-num-89.right{height:calc(.8vh + 5px);-webkit-transform:translateY(38vh);transform:translateY(38vh);width:calc(3.21359vw + 6.82px)}.BarBackground .BarBackground__bar-num-89.bottom,.BarBackground .BarBackground__bar-num-89.top{height:calc(3.21359vh + 6.82px);-webkit-transform:translateX(38vw);transform:translateX(38vw);width:calc(.8vw + 5px)}.BarBackground .BarBackground__bar-num-89.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-89.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-89.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-89.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-89 .BarBackground__bar-fill{height:100%;opacity:.22;width:100%}@-webkit-keyframes anim-bar-89{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-89{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-90{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-90;animation-name:anim-bar-90;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-90.left,.BarBackground .BarBackground__bar-num-90.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(39vh + 3px));transform:translateY(calc(39vh + 3px));width:calc(2.79603vw + 4px)}.BarBackground .BarBackground__bar-num-90.bottom,.BarBackground .BarBackground__bar-num-90.top{height:calc(2.79603vh + 4px);-webkit-transform:translateX(calc(39vw + 3px));transform:translateX(calc(39vw + 3px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-90.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-90.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-90.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-90.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-90 .BarBackground__bar-fill{height:100%;opacity:.2;width:100%}@-webkit-keyframes anim-bar-90{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-90{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-91{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-91;animation-name:anim-bar-91;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-91.left,.BarBackground .BarBackground__bar-num-91.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(40vh + 9px));transform:translateY(calc(40vh + 9px));width:calc(2.43584vw + 7.38px)}.BarBackground .BarBackground__bar-num-91.bottom,.BarBackground .BarBackground__bar-num-91.top{height:calc(2.43584vh + 7.38px);-webkit-transform:translateX(calc(40vw + 9px));transform:translateX(calc(40vw + 9px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-91.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-91.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-91.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-91.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-91 .BarBackground__bar-fill{height:100%;opacity:.18;width:100%}@-webkit-keyframes anim-bar-91{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-91{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-92{-webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-92;animation-name:anim-bar-92;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-92.left,.BarBackground .BarBackground__bar-num-92.right{height:calc(.8vh - 4px);-webkit-transform:translateY(calc(41vh + 8px));transform:translateY(calc(41vh + 8px));width:calc(2.1291vw + 10.88px)}.BarBackground .BarBackground__bar-num-92.bottom,.BarBackground .BarBackground__bar-num-92.top{height:calc(2.1291vh + 10.88px);-webkit-transform:translateX(calc(41vw + 8px));transform:translateX(calc(41vw + 8px));width:calc(.8vw - 4px)}.BarBackground .BarBackground__bar-num-92.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-92.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-92.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-92.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-92 .BarBackground__bar-fill{height:100%;opacity:.16;width:100%}@-webkit-keyframes anim-bar-92{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-92{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-93{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-93;animation-name:anim-bar-93;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-93.left,.BarBackground .BarBackground__bar-num-93.right{height:calc(.8vh + 3px);-webkit-transform:translateY(calc(42vh - 7px));transform:translateY(calc(42vh - 7px));width:calc(1.87166vw + 4.48px)}.BarBackground .BarBackground__bar-num-93.bottom,.BarBackground .BarBackground__bar-num-93.top{height:calc(1.87166vh + 4.48px);-webkit-transform:translateX(calc(42vw - 7px));transform:translateX(calc(42vw - 7px));width:calc(.8vw + 3px)}.BarBackground .BarBackground__bar-num-93.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-93.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-93.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-93.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-93 .BarBackground__bar-fill{height:100%;opacity:.14;width:100%}@-webkit-keyframes anim-bar-93{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-93{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-94{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-94;animation-name:anim-bar-94;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-94.left,.BarBackground .BarBackground__bar-num-94.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(43vh + 3px));transform:translateY(calc(43vh + 3px));width:calc(1.65917vw + 8.64px)}.BarBackground .BarBackground__bar-num-94.bottom,.BarBackground .BarBackground__bar-num-94.top{height:calc(1.65917vh + 8.64px);-webkit-transform:translateX(calc(43vw + 3px));transform:translateX(calc(43vw + 3px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-94.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-94.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-94.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-94.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-94 .BarBackground__bar-fill{height:100%;opacity:.12;width:100%}@-webkit-keyframes anim-bar-94{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-94{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-95{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-95;animation-name:anim-bar-95;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-95.left,.BarBackground .BarBackground__bar-num-95.right{height:calc(.8vh + 4px);-webkit-transform:translateY(calc(44vh + 9px));transform:translateY(calc(44vh + 9px));width:calc(1.48705vw + 5.5px)}.BarBackground .BarBackground__bar-num-95.bottom,.BarBackground .BarBackground__bar-num-95.top{height:calc(1.48705vh + 5.5px);-webkit-transform:translateX(calc(44vw + 9px));transform:translateX(calc(44vw + 9px));width:calc(.8vw + 4px)}.BarBackground .BarBackground__bar-num-95.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-95.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-95.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-95.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-95 .BarBackground__bar-fill{height:100%;opacity:.1;width:100%}@-webkit-keyframes anim-bar-95{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-95{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-96{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-96;animation-name:anim-bar-96;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-96.left,.BarBackground .BarBackground__bar-num-96.right{height:calc(.8vh + 2px);-webkit-transform:translateY(calc(45vh + 5px));transform:translateY(calc(45vh + 5px));width:calc(1.35061vw + 4.88px)}.BarBackground .BarBackground__bar-num-96.bottom,.BarBackground .BarBackground__bar-num-96.top{height:calc(1.35061vh + 4.88px);-webkit-transform:translateX(calc(45vw + 5px));transform:translateX(calc(45vw + 5px));width:calc(.8vw + 2px)}.BarBackground .BarBackground__bar-num-96.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-96.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-96.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-96.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-96 .BarBackground__bar-fill{height:100%;opacity:.08;width:100%}@-webkit-keyframes anim-bar-96{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-96{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-97{-webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-97;animation-name:anim-bar-97;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-97.left,.BarBackground .BarBackground__bar-num-97.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(46vh + 3px));transform:translateY(calc(46vh + 3px));width:calc(1.24507vw + 3.54px)}.BarBackground .BarBackground__bar-num-97.bottom,.BarBackground .BarBackground__bar-num-97.top{height:calc(1.24507vh + 3.54px);-webkit-transform:translateX(calc(46vw + 3px));transform:translateX(calc(46vw + 3px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-97.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-97.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-97.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-97.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-97 .BarBackground__bar-fill{height:100%;opacity:.06;width:100%}@-webkit-keyframes anim-bar-97{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-97{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-98{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-98;animation-name:anim-bar-98;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-98.left,.BarBackground .BarBackground__bar-num-98.right{height:calc(.8vh + 5px);-webkit-transform:translateY(calc(47vh - 7px));transform:translateY(calc(47vh - 7px));width:calc(1.1657vw + 1.2px)}.BarBackground .BarBackground__bar-num-98.bottom,.BarBackground .BarBackground__bar-num-98.top{height:calc(1.1657vh + 1.2px);-webkit-transform:translateX(calc(47vw - 7px));transform:translateX(calc(47vw - 7px));width:calc(.8vw + 5px)}.BarBackground .BarBackground__bar-num-98.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-98.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-98.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-98.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-98 .BarBackground__bar-fill{height:100%;opacity:.04;width:100%}@-webkit-keyframes anim-bar-98{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-98{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-99{-webkit-animation-delay:10s;animation-delay:10s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-99;animation-name:anim-bar-99;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-99.left,.BarBackground .BarBackground__bar-num-99.right{height:calc(.8vh - 3px);-webkit-transform:translateY(calc(48vh - 4px));transform:translateY(calc(48vh - 4px));width:calc(1.1079vw + 1.06px)}.BarBackground .BarBackground__bar-num-99.bottom,.BarBackground .BarBackground__bar-num-99.top{height:calc(1.1079vh + 1.06px);-webkit-transform:translateX(calc(48vw - 4px));transform:translateX(calc(48vw - 4px));width:calc(.8vw - 3px)}.BarBackground .BarBackground__bar-num-99.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-99.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-99.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-99.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-99 .BarBackground__bar-fill{height:100%;opacity:.02;width:100%}@-webkit-keyframes anim-bar-99{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-99{0%{opacity:1}50%{opacity:.4}}.BarBackground .BarBackground__bar-num-100{-webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:anim-bar-100;animation-name:anim-bar-100;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.BarBackground .BarBackground__bar-num-100.left,.BarBackground .BarBackground__bar-num-100.right{height:calc(.8vh - 5px);-webkit-transform:translateY(calc(49vh - 5px));transform:translateY(calc(49vh - 5px));width:1.06732vw}.BarBackground .BarBackground__bar-num-100.bottom,.BarBackground .BarBackground__bar-num-100.top{height:1.06732vh;-webkit-transform:translateX(calc(49vw - 5px));transform:translateX(calc(49vw - 5px));width:calc(.8vw - 5px)}.BarBackground .BarBackground__bar-num-100.right .BarBackground__bar-fill{background:linear-gradient(to right,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-100.left .BarBackground__bar-fill{background:linear-gradient(to left,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-100.top .BarBackground__bar-fill{background:linear-gradient(to top,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-100.bottom .BarBackground__bar-fill{background:linear-gradient(to bottom,rgba(var(--bars-color),0) 0,rgba(var(--bars-color),.3) 50%,rgba(var(--bars-color),.3) 100%)}.BarBackground .BarBackground__bar-num-100 .BarBackground__bar-fill{height:100%;opacity:0;width:100%}@-webkit-keyframes anim-bar-100{0%{opacity:1}50%{opacity:.4}}@keyframes anim-bar-100{0%{opacity:1}50%{opacity:.4}}.AboutSection{background-color:rgba(var(--bg-primary),1);color:rgba(var(--text-primary),1)}.AboutSection .AboutSection__main-content{-webkit-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-areas:"pic header" "pic bio";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;row-gap:0;width:100%}@media(max-width:37.5em){.AboutSection .AboutSection__main-content{-webkit-column-gap:0;column-gap:0;grid-template-areas:"header" "pic" "bio";grid-template-columns:auto;grid-template-rows:auto auto auto}}.AboutSection .AboutSection__main-content .AboutSection__profile-pic-container{align-items:center;display:flex;grid-area:pic;justify-content:center}.AboutSection .AboutSection__main-content .AboutSection__profile-pic-container .AboutSection__profile-pic-subcontainer{border-radius:50%;box-shadow:0 4px 10px 0 rgba(0,0,0,.5);height:20rem;width:20rem}.AboutSection .AboutSection__main-content .AboutSection__profile-pic-container .AboutSection__profile-pic-subcontainer>*{-webkit-clip-path:circle(50%);clip-path:circle(50%)}.AboutSection .AboutSection__main-content .AboutSection__header-container{display:flex;flex-direction:column;grid-area:header}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__header-subcontainer{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media(max-width:37.5em){.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__header-subcontainer{flex-direction:column;justify-content:flex-start}}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__header-subcontainer .AboutSection__links{display:flex;flex-direction:row;flex-wrap:wrap}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__header-subcontainer .AboutSection__links>:not(:last-child){margin-right:.8rem}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__header-subcontainer .AboutSection__title{font-family:Open Sans,sans-serif;font-size:3.3rem;font-style:normal;font-weight:800;text-align:center;text-align:right}@media(max-width:37.5em){.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__header-subcontainer .AboutSection__title{text-align:center}}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__divider{margin:.5rem 0;width:100%}@media(max-width:37.5em){.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__divider{margin:1rem 0}}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__divider-desktop{display:initial}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__divider-mobile{display:none}@media(max-width:37.5em){.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__divider-desktop{display:none}.AboutSection .AboutSection__main-content .AboutSection__header-container .AboutSection__divider-mobile{display:initial}}.AboutSection .AboutSection__main-content .AboutSection__bio{color:rgba(var(--text-secondary),1);font-family:Nunito Sans,sans-serif;font-size:1.8rem;font-style:normal;font-weight:400}@media(max-width:37.5em){.AboutSection .AboutSection__main-content .AboutSection__bio{margin-top:1rem}}.AboutSection .AboutSection__about-content{color:rgba(var(--text-primary),1);font-size:1.8rem;margin-top:2rem;width:100%}.AboutSection .AboutSection__about-content h1{font-size:2.5rem}.AboutSection .AboutSection__about-content h2{font-size:2.3rem}.AboutSection .AboutSection__about-content h3{font-size:2.1rem}.AboutSection .AboutSection__about-content h4{font-size:1.9rem}.AboutSection .AboutSection__about-content h5{font-size:1.8rem}.AboutSection .AboutSection__about-content ul{margin-left:20px}.AboutSection .AboutSection__about-content ul ul{margin-left:30px}.AboutSection .AboutSection__about-content ul ul ul{margin-left:40px}.AboutSection .AboutSection__about-content li::marker{color:rgba(var(--accent),1);content:">  "}.AboutSection .AboutSection__skills{margin-top:2rem;width:100%}.AboutSection .AboutSection__skills .AboutSection__skill-title{color:rgba(var(--text-primary),1);font-family:Nunito Sans,sans-serif;font-size:2rem;font-style:normal;font-weight:700}.AboutSection .AboutSection__skills .AboutSection__skill-list>:not(:last-child){margin-bottom:1rem}.ContentWrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100%;width:100%}.ContentWrapper .ContentWrapper__content{align-items:center;display:flex;flex-direction:column;height:100%;padding:10rem 2rem;width:100vw}@media(max-width:37.5em){.ContentWrapper .ContentWrapper__content{padding:5rem 2.5rem}}.ContentWrapper.wideness-wide .ContentWrapper__content{max-width:120rem}.ContentWrapper.wideness-normal .ContentWrapper__content{max-width:80rem}.ContentWrapper.wideness-thin .ContentWrapper__content{max-width:70rem}.ProjectCard{background-color:rgba(var(--bg-project),1);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);padding:2rem 0;width:100%}.ProjectCard .ProjectCard__header-content{align-items:center;display:flex;flex-direction:column;padding:0 2rem}.ProjectCard .ProjectCard__header-content .ProjectCard__links{align-self:flex-end;display:flex;flex-direction:row;flex-wrap:wrap}.ProjectCard .ProjectCard__header-content .ProjectCard__links>:not(:last-child){margin-right:.8rem}.ProjectCard .ProjectCard__header-content .ProjectCard__title{color:rgba(var(--text-primary),1);font-family:Open Sans,sans-serif;font-size:2.5rem;font-style:normal;font-weight:800;margin-bottom:.5rem}.ProjectCard .ProjectCard__header-content .ProjectCard__subtitle{color:rgba(var(--text-secondary),1);font-family:Nunito Sans,sans-serif;font-size:1.6rem;font-style:italic;font-weight:700;margin-bottom:.5rem}.ProjectCard .ProjectCard__header-content .ProjectCard__date{color:rgba(var(--text-tertiary),1);font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-style:normal;font-weight:400}.ProjectCard .ProjectCard__image{margin:2rem 0;pointer-events:none;width:100%}.ProjectCard .ProjectCard__content{color:rgba(var(--text-primary),1);font-size:1.6rem;width:100%}.ProjectCard .ProjectCard__content h1{font-size:2.3rem}.ProjectCard .ProjectCard__content h2{font-size:2.1rem}.ProjectCard .ProjectCard__content h3{font-size:1.9rem}.ProjectCard .ProjectCard__content h4{font-size:1.7rem}.ProjectCard .ProjectCard__content h5{font-size:1.6rem}.ProjectCard .ProjectCard__content ul{margin-left:20px}.ProjectCard .ProjectCard__content ul ul{margin-left:30px}.ProjectCard .ProjectCard__content ul ul ul{margin-left:40px}.ProjectCard .ProjectCard__content li::marker{color:rgba(var(--accent),1);content:">  "}.ProjectCard .ProjectCard__tags{margin-top:2rem}.ProjectCard .ProjectCard__tags .ProjectCard__tag-title{color:rgba(var(--text-primary),1);font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700}.ProjectCard .ProjectCard__tags .ProjectCard__tag-list{color:rgba(var(--text-tertiary),1);font-family:Nunito Sans,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400}.ProjectCard .ProjectCard__content,.ProjectCard .ProjectCard__tags{padding:0 5rem}@media(max-width:37.5em){.ProjectCard .ProjectCard__content,.ProjectCard .ProjectCard__tags{padding:0 2rem}}.LinkIcon{color:inherit;color:rgba(var(--text-primary),1);cursor:inherit;cursor:pointer;text-decoration:inherit;transition:color .3s}.LinkIcon>svg{height:100%!important;width:100%!important}.LinkIcon:hover{color:rgba(var(--accent),1)}.SkillDisplay{-webkit-column-gap:1rem;column-gap:1rem;display:grid;grid-template-areas:"title skills";grid-template-columns:var(--title-width) 1fr;grid-template-rows:auto}.SkillDisplay .SkillDisplay__title{color:rgba(var(--text-primary),1);font-family:Nunito Sans,sans-serif;font-size:1.8rem;font-style:normal;font-weight:700;grid-area:title}.SkillDisplay .SkillDisplay__skills{color:rgba(var(--text-secondary),1);font-family:Nunito Sans,sans-serif;font-size:1.8rem;font-style:normal;font-weight:400;grid-area:skills}@media(max-width:37.5em){.SkillDisplay{grid-template-areas:"title" "skills";grid-template-columns:auto;grid-template-rows:auto auto}}.ExperienceSection{background-color:rgba(var(--bg-primary),1);color:rgba(var(--text-primary),1)}.ExperienceSection .ExperienceSection__content{align-items:center;display:flex;flex-direction:column;width:100%}.ExperienceSection .ExperienceSection__content .ExperienceSection__title{font-family:Open Sans,sans-serif;font-size:3.3rem;font-style:normal;font-weight:800;text-align:center}.ExperienceSection .ExperienceSection__content .ExperienceSection__divider{margin-bottom:4rem;margin-top:1rem}.Timeline{-webkit-column-gap:var(--col-gap);column-gap:var(--col-gap);display:grid;grid-template-columns:[left-start] 1fr [left-end backbone-start] var(--backbone-width) [backbone-end right-start] 1fr [right-end];margin:var(--backbone-extension) 0;row-gap:var(--row-gap);width:100%}.Timeline.mobile{grid-template-columns:[backbone-start] var(--backbone-width) [backbone-end right-start] 1fr [right-end];max-width:60rem}.Timeline .Timeline__backbone{grid-column:backbone-start/backbone-end;position:relative;width:var(--backbone-width)}.Timeline .Timeline__backbone:before{background:rgba(var(--timeline-backbone),1);background:linear-gradient(0deg,rgba(var(--timeline-backbone),0) 0,rgba(var(--timeline-backbone),1) var(--backbone-fade-start),rgba(var(--timeline-backbone),1) calc(100% - var(--backbone-fade-start)),rgba(var(--timeline-backbone),0) 100%);content:"";height:calc(100% + var(--backbone-extension)*2);position:absolute;top:calc(var(--backbone-extension)*-1);width:100%}.Timeline .Timeline__item-left{grid-column:left-start/left-end}.Timeline .Timeline__item-right{grid-column:right-start/right-end}.TimelineItem{display:grid;grid-template-rows:auto;position:relative}.TimelineItem.side-left{grid-template-areas:"content accent";grid-template-columns:1fr var(--accent-width)}.TimelineItem.side-left .TimelineItem__pointer{right:calc(var(--pointer-size)*-1/2 - var(--backbone-gap) - var(--backbone-width)/2)}.TimelineItem.side-right{grid-template-areas:"accent content";grid-template-columns:var(--accent-width) 1fr}.TimelineItem.side-right .TimelineItem__pointer{left:calc(var(--pointer-size)*-1/2 - var(--backbone-gap) - var(--backbone-width)/2)}.TimelineItem .TimelineItem__content{background-color:rgba(var(--timeline-background),1);box-shadow:0 4px 6px 0 rgba(0,0,0,.5);display:flex;flex-direction:column;font-family:Nunito Sans,sans-serif;font-style:normal;font-weight:400;grid-area:content;padding:2rem}@media(max-width:37.5em){.TimelineItem .TimelineItem__content{padding:1.5rem}}.TimelineItem .TimelineItem__content .TimelineItem__title-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.TimelineItem .TimelineItem__content .TimelineItem__title-header .TimelineItem__title{color:rgba(var(--text-primary),1);flex-grow:1;flex-shrink:1;font-family:Nunito Sans,sans-serif;font-size:1.8rem;font-style:normal;font-weight:700;margin-right:.5rem}.TimelineItem .TimelineItem__content .TimelineItem__title-header .TimelineItem__date{color:rgba(var(--text-tertiary),1);flex-grow:0;flex-shrink:3;font-size:1.6rem;text-align:right}@media(max-width:37.5em){.TimelineItem .TimelineItem__content .TimelineItem__title-header{align-items:stretch;flex-direction:column;justify-content:flex-start}.TimelineItem .TimelineItem__content .TimelineItem__title-header .TimelineItem__date{text-align:left}}.TimelineItem .TimelineItem__content .TimelineItem__subtitle{color:rgba(var(--text-secondary),1);font-size:1.6rem}.TimelineItem .TimelineItem__content .TimelineItem__body{color:rgba(var(--text-primary),1);font-size:1.6rem;margin-top:1rem}.TimelineItem .TimelineItem__content .TimelineItem__body h1{font-size:2.3rem}.TimelineItem .TimelineItem__content .TimelineItem__body h2{font-size:2.1rem}.TimelineItem .TimelineItem__content .TimelineItem__body h3{font-size:1.9rem}.TimelineItem .TimelineItem__content .TimelineItem__body h4{font-size:1.7rem}.TimelineItem .TimelineItem__content .TimelineItem__body h5{font-size:1.6rem}.TimelineItem .TimelineItem__content .TimelineItem__body ul{margin-left:20px}.TimelineItem .TimelineItem__content .TimelineItem__body ul ul{margin-left:30px}.TimelineItem .TimelineItem__content .TimelineItem__body ul ul ul{margin-left:40px}.TimelineItem .TimelineItem__content .TimelineItem__body li::marker{color:rgba(var(--accent),1);content:">  "}.TimelineItem .TimelineItem__accent{background-color:rgba(var(--accent-color),1);box-shadow:0 4px 6px 0 rgba(var(--accent-color),.5);grid-area:accent}.TimelineItem .TimelineItem__pointer{-webkit-filter:drop-shadow(0 3px 1px rgba(0,0,0,.5));filter:drop-shadow(0 3px 1px rgba(0,0,0,.5));height:var(--pointer-size);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:var(--pointer-size)}.TimelineItem .TimelineItem__pointer-diamond{background-color:rgba(var(--accent-color),1);-webkit-clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);height:100%;width:100%}.ProjectsSection{background-color:rgba(var(--bg-primary),1);color:rgba(var(--text-primary),1)}.ProjectsSection .ProjectsSection__content{align-items:center;display:flex;flex-direction:column;width:100%}.ProjectsSection .ProjectsSection__content .ProjectsSection__title{font-family:Open Sans,sans-serif;font-size:3.3rem;font-style:normal;font-weight:800;text-align:center}.ProjectsSection .ProjectsSection__content .ProjectsSection__divider{margin-bottom:1.5rem;margin-top:1rem}.ProjectGrid{width:100%}.ProjectGrid .ProjectGrid__category-filter{margin-bottom:1rem}.ProjectGrid .ProjectGrid__no-projects{color:rgba(var(--text-tertiary),1);font-family:Nunito Sans,sans-serif;font-style:normal;font-style:italic;font-weight:400;text-align:center;width:100%}.ProjectGridItem{color:inherit;cursor:inherit;cursor:pointer;text-decoration:inherit;width:100%;z-index:1}.ProjectGridItem .ProjectGridItem__content{box-shadow:0 2px 4px 0 rgba(0,0,0,.5);height:100%;position:relative;-webkit-transform:translateY(0);transform:translateY(0);transition:box-shadow .3s,-webkit-transform .2s ease-in-out;transition:box-shadow .3s,transform .2s ease-in-out;transition:box-shadow .3s,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:100%;will-change:transform}.ProjectGridItem .ProjectGridItem__content .ProjectGridItem__info-container{align-items:center;background-color:rgba(var(--bg-project),1);display:flex;flex-direction:column;justify-content:center}.ProjectGridItem .ProjectGridItem__content .ProjectGridItem__info-container .ProjectGridItem__title{color:rgba(var(--text-primary),1);font-family:Nunito Sans,sans-serif;font-style:normal;font-weight:700;padding:1rem 0;transition:color .3s}.ProjectGridItem .ProjectGridItem__content:before{-webkit-backdrop-filter:brightness(100%);backdrop-filter:brightness(100%);background-color:rgba(var(--item-color),0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:background-color .3s,-webkit-backdrop-filter .3s;transition:background-color .3s,backdrop-filter .3s;transition:background-color .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s;z-index:2}.ProjectGridItem:hover .ProjectGridItem__content{box-shadow:0 4px 4px 0 rgba(0,0,0,.5);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.ProjectGridItem:hover .ProjectGridItem__content:before{-webkit-backdrop-filter:brightness(50%);backdrop-filter:brightness(50%);background-color:rgba(var(--item-color),.3)}