@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,600;1,500&display=swap";@-webkit-keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-pulse>div:nth-child(0){-webkit-animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(0){-webkit-animation:ball-pulse-sync .6s -.21s infinite ease-in-out;animation:ball-pulse-sync .6s -.21s infinite ease-in-out}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;animation:ball-pulse-sync .6s -.07s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;display:inline-block;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate{position:relative}.ball-rotate>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:relative}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:before,.ball-rotate>div:after{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;content:"";position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;border:2px solid #fff;border-bottom-color:transparent;height:25px;width:25px;background:transparent!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}to{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#fff;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;border:2px solid #fff;width:30px;height:30px;left:-16px;top:-2px;background:transparent;border:2px solid;border-color:#fff transparent #fff transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}to{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:-20px;top:-20px;border:2px solid #fff;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#fff transparent #fff transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}.ball-scale-ripple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;height:50px;width:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{background-color:#fff;width:15px;height:15px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0px);transform:translate(50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0px);transform:translate(50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0px);transform:translate(-50px)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0px);transform:translate(-50px)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.994px,-37.50938px);-ms-transform:translate(-29.994px,-37.50938px);transform:translate(-29.994px,-37.50938px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}to{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}to{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-delay:.44s;animation-delay:.44s;-webkit-animation-duration:1.27s;animation-duration:1.27s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:1.52s;animation-duration:1.52s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.14s;animation-delay:.14s;-webkit-animation-duration:.61s;animation-duration:.61s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-duration:.82s;animation-duration:.82s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:-.01s;animation-delay:-.01s;-webkit-animation-duration:1.24s;animation-duration:1.24s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:-.07s;animation-delay:-.07s;-webkit-animation-duration:1.35s;animation-duration:1.35s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:.29s;animation-delay:.29s;-webkit-animation-duration:1.44s;animation-duration:1.44s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:1.19s;animation-duration:1.19s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:-.18s;animation-delay:-.18s;-webkit-animation-duration:1.48s;animation-duration:1.48s}.ball-grid-beat>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:.9s;animation-duration:.9s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.01s;animation-delay:.01s;-webkit-animation-duration:.94s;animation-duration:.94s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.43s;animation-duration:1.43s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:-.03s;animation-delay:-.03s;-webkit-animation-duration:.74s;animation-duration:.74s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:.68s;animation-duration:.68s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:1.41s;animation-duration:1.41s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.02s;animation-delay:.02s;-webkit-animation-duration:1.56s;animation-duration:1.56s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.13s;animation-delay:.13s;-webkit-animation-duration:.78s;animation-duration:.78s}.ball-grid-pulse>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}to{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}to{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68182px;left:30.68182px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68182px;left:30.68182px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68182px;left:-30.68182px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68182px;left:-30.68182px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%;background:green}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{background-color:#fff;width:15px;height:15px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;margin:2px 2px 2px 15px;top:4px;left:-7px}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zig-deflect{17%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes ball-zag-deflect{17%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zag-deflect{17%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{background-color:#fff;width:15px;height:15px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;margin:2px 2px 2px 15px;top:4px;left:-7px}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes line-scale-party{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes line-scale-party{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:-.09s;animation-delay:-.09s;-webkit-animation-duration:.83s;animation-duration:.83s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.33s;animation-delay:.33s;-webkit-animation-duration:.64s;animation-duration:.64s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:.32s;animation-delay:.32s;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.47s;animation-delay:.47s;-webkit-animation-duration:.52s;animation-duration:.52s}.line-scale-party>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}.line-scale-pulse-out>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}90%{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out-rapid{0%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}90%{-webkit-transform:scaley(1);transform:scaley(1)}}.line-scale-pulse-out-rapid>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}to{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}to{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.63636px;left:13.63636px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.63636px;left:13.63636px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.63636px;left:-13.63636px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.63636px;left:-13.63636px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:50px;height:50px;background:#fff;border:1px solid red;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}to{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}to{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(2){-webkit-animation:pacman-balls 1s -.99s infinite linear;animation:pacman-balls 1s -.99s infinite linear}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{width:0px;height:0px;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite;position:relative;left:-30px}.pacman>div:nth-child(2){width:0px;height:0px;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px;position:relative;left:-30px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);transform:translateY(-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translate(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translate(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#fff;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0px;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0%,transparent 70%,#fff 30%,#fff 100%);background-image:linear-gradient(transparent 0%,transparent 70%,#fff 30%,#fff 100%);width:100%;height:100%}@-webkit-keyframes bar-progress{0%{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}25%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translate(20%) scaleY(.2);opacity:1}75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}to{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}}@keyframes bar-progress{0%{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}25%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translate(20%) scaleY(.2);opacity:1}75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}to{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}}.bar-progress{width:30%;height:12px}.bar-progress>div{position:relative;width:20%;height:12px;border-radius:10px;background-color:#fff;-webkit-animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;opacity:1}@-webkit-keyframes bar-swing{0%{left:0}50%{left:70%}to{left:0}}@keyframes bar-swing{0%{left:0}50%{left:70%}to{left:0}}.bar-swing{width:30%;height:8px}.bar-swing>div{position:relative;width:30%;height:8px;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing 1.5s infinite;animation:bar-swing 1.5s infinite}@-webkit-keyframes bar-swing-container{0%{left:0;-webkit-transform:translateX(0);transform:translate(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translate(-4px)}to{left:0;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes bar-swing-container{0%{left:0;-webkit-transform:translateX(0);transform:translate(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translate(-4px)}to{left:0;-webkit-transform:translateX(0);transform:translate(0)}}.bar-swing-container{width:20%;height:8px;position:relative}.bar-swing-container div:nth-child(1){position:absolute;width:100%;background-color:#fff3;height:12px;border-radius:10px}.bar-swing-container div:nth-child(2){position:absolute;width:30%;height:8px;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;margin:2px 2px 0}/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - FlatButton.scss
 */.flat-button{--flat-btn-color: 0, 0, 0;--flat-btn-front-color: rgba(var(--flat-btn-color), 1);--flat-btn-back-color: rgba(var(--flat-btn-color), 0);--flat-btn-border-color: rgba(var(--flat-btn-color), .75);--flat-btn-front-hover-color: rgba(var(--flat-btn-color), 1);--flat-btn-border-hover-color: rgba(var(--flat-btn-color), .75);--flat-btn-back-hover-color: rgba(var(--flat-btn-color), .15);--flat-btn-front-active-color: rgba(var(--flat-btn-color), 1);--flat-btn-border-active-color: rgba(var(--flat-btn-color), .75);--flat-btn-back-active-color: rgba(var(--flat-btn-color), .35);display:inline-flex;justify-content:center;align-items:center;min-height:2rem;padding:3px 15px;cursor:default;-webkit-user-select:none;user-select:none;border:1px solid var(--flat-btn-border-color);background:var(--flat-btn-back-color);vertical-align:middle;color:var(--flat-btn-front-color);text-align:center;font-size:.79rem;font-weight:400;white-space:nowrap;-webkit-user-drag:none;transition:ease-out .1s}.flat-button__link{display:inline-flex;cursor:default}.flat-button:hover{border-color:var(--flat-btn-border-hover-color);background:var(--flat-btn-back-hover-color);color:var(--flat-btn-front-hover-color)}.flat-button:active{border-color:var(--flat-btn-border-active-color);background:var(--flat-btn-back-active-color);color:var(--flat-btn-front-active-color)}.flat-button:focus,.flat-button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--flat-btn-border-active-color) inset;border-color:var(--flat-btn-border-active-color);color:var(--flat-btn-front-active-color)}.flat-button.secondary{--flat-btn-color: var(--light-grey-rgb);--flat-btn-front-color: var(--dark-grey);--flat-btn-front-hover-color: var(--dark-grey);--flat-btn-front-active-color: var(--dark-grey)}.flat-button.highlight{--flat-btn-color: var(--highlight-color-rgb)}.flat-button.main{--flat-btn-color: var(--dark-blue-rgb)}.flat-button.success{--flat-btn-color: var(--success-rgb)}.flat-button.light-blue{--flat-btn-color: var(--light-blue-rgb)}.flat-button.warning{--flat-btn-color: var(--warning-rgb)}.flat-button.danger{--flat-btn-color: var(--danger-rgb)}.flat-button.headsup{--flat-btn-color: var(--headsup-rgb)}.flat-button.purple{--flat-btn-color: var(--odoo-rgb)}.flat-button.plain{--flat-btn-front-color: rgb(var(--flat-btn-color));--flat-btn-back-color: rgba(var(--flat-btn-color), .1);--flat-btn-border-color: transparent;--flat-btn-back-hover-color: rgba(var(--flat-btn-color), .25);--flat-btn-border-hover-color: transparent}.flat-button.plain.default{--flat-btn-front-hover-color: #000000}.flat-button.primary{min-width:150px;--flat-btn-front-color: #FFFFFF;--flat-btn-back-color: rgba(var(--flat-btn-color), 1);--flat-btn-border-color: rgba(var(--flat-btn-color), 1);--flat-btn-front-hover-color: #FFFFFF;--flat-btn-back-hover-color: rgba(var(--flat-btn-color), .85);--flat-btn-border-hover-color: #FFFFFF;--flat-btn-front-active-color: #FFFFFF;--flat-btn-back-active-color: rgba(var(--flat-btn-color), .65);font-weight:500;letter-spacing:.05ch}.flat-button.primary:hover{box-shadow:0 0 0 2px rgb(var(--flat-btn-color))}.flat-button.primary:focus{border-color:#fff;box-shadow:0 0 0 2px rgb(var(--flat-btn-color))}.flat-button.primary:disabled{--flat-btn-front-color: #FFFFFF}.flat-button.inverted{--flat-btn-color: #FFFFFF;--flat-btn-front-color: #FFFFFF}.flat-button.icon{width:unset;height:unset;padding:0 8px;flex-shrink:0}.flat-button.icon .flat-button__icon{flex-shrink:0;width:1.35rem;height:1.35rem;background-color:var(--flat-btn-front-color);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.flat-button.icon:hover .flat-button__icon{background:var(--flat-btn-front-hover-color)}.flat-button.icon:focus .flat-button__icon{background:var(--flat-btn-front-hover-color)}.flat-button.icon.primary{min-width:unset}.flat-button:disabled{--flat-btn-color: var(--light-grey-rgb);--flat-btn-front-color: var(--light-grey)}.flat-button.static{pointer-events:none}.flat-button .loader{margin-top:-1px;margin-bottom:-3px;scale:.5}.flat-button .loader .ball-pulse>div{background-color:var(--flat-btn-front-active-color)}.flat-button__tooltip{margin-bottom:5px;padding:3px 10px;box-shadow:0 0 10px 0 var(--idle-grey);border-radius:1rem;background-color:#fff;color:#000;font-weight:400;font-size:.72rem;letter-spacing:.01ch}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - PillButton.scss
*/.pill-button{--pill-btn-color-rgb: var(--highlight-color-rgb);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:2px 10px;border-radius:15px;border:1px solid rgb(var(--pill-btn-color-rgb));background-color:transparent;color:rgb(var(--pill-btn-color-rgb));font-weight:500;font-size:.702rem;white-space:nowrap;transition:ease-out .1s}.pill-button:disabled,.pill-button.disabled{--pill-btn-color-rgb: var(--idle-grey-rgb)}.pill-button:hover{background-color:rgba(var(--pill-btn-color-rgb),.15)}.pill-button:active{background-color:rgba(var(--pill-btn-color-rgb),.35)}.pill-button:focus{box-shadow:0 0 0 2px rgb(var(--pill-btn-color-rgb)) inset}.pill-button.selected{color:#fff;background-color:rgb(var(--pill-btn-color-rgb))}.pill-button.selected:hover{filter:brightness(115%)}.pill-button.selected:active{filter:brightness(135%)}.pill-button.selected:focus{box-shadow:0 0 0 2px #fff inset}.pill-button.loading>.loader{display:inline-block;transform:scale(.35);height:1rem;width:50px}.pill-button.loading>.loader .loader-inner{display:flex;flex-direction:row;flex-wrap:nowrap;flex-shrink:0}.pill-button.loading>.loader .loader-inner div{background-color:var(--highlight-color)}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - TextButton.scss
*/.text-button{display:inline;cursor:default;text-underline-offset:.2rem;text-decoration-thickness:5px;--text-button-color: var(--highlight-color-rgb)}.text-button:not(.disabled):hover{text-decoration:underline}.text-button:not(.disabled):focus,.text-button:not(.disabled):focus-visible{outline:none;text-decoration:underline}.text-button:not(.disabled):active{text-decoration:underline;color:rgb(var(--text-button-color));text-underline-color:rgb(var(--text-button-color))}/*!
* Copyright 2025 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <valentin@webisoft.com>
*
* @neo/connect - Modal.scss
*/.modal-overlay{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#202035cc}.modal{--modal-color: var(--highlight-color);display:block;position:relative;min-width:730px;width:730px;max-height:calc(100vh - 30px);max-width:100%;padding:30px 50px 0;background-color:#fff;box-shadow:0 10px 50px #202035;border:10px solid var(--modal-color);resize:horizontal;overflow-y:scroll;overflow-x:hidden}.modal.wide{width:1024px}.modal__header{display:flex;flex-direction:row;align-items:center}.modal__header+.column-nav__multi-group{margin-top:10px}.modal__header h2{line-height:1.2em;font-size:2.1em;color:var(--modal-color);margin-right:auto}.modal p{font-size:.875em;margin:0 0 20px}.modal .row{display:flex;flex-direction:row;width:100%;margin-top:30px}.modal .row.empty-label{display:block;width:100%;text-align:center;color:#888;font-size:.875em;margin:25px 0}.modal .row.space-between,.modal .row.action{justify-content:space-between}.modal .row.action{align-items:center}.modal .row.right{justify-content:flex-end}.modal .row.centered{justify-content:center}.modal .row.space-top-small{margin-top:10px}.modal .row.space-top-medium{margin-top:20px}.modal .row.space-top-big,.modal .row.spacer-top{margin-top:30px}.modal .row.space-bottom-big{margin-bottom:30px}.modal .row.v-align{align-items:center}.modal .row.subtitle{margin-top:0;padding:0 5px;font-size:.79rem;color:#595959}.modal .row.subtitle .prop-label{font-weight:300;cursor:default}.modal .row.subtitle .prop-label:not(:first-child){margin-left:20px}.modal .row.subtitle .prop-value{margin-left:10px;font-weight:500}.modal .row.form-actions{position:sticky;bottom:0;left:0;z-index:50;width:calc(100% + 100px);margin-left:-50px;padding:25px 50px;justify-content:space-between;background-color:#fff;border-top:1px solid var(--modal-color);gap:10px}.modal .row.form-actions>:first-child{margin-right:auto}.modal .row .empty-label{display:block;width:100%;text-align:center;color:#888;font-size:.875em;margin:25px 0}.modal .row .error-message{display:flex;align-items:center;justify-content:flex-end;text-align:right;color:var(--danger);font-size:.702rem;line-height:1.2em}.modal .selector+.form-actions{margin-top:0}.modal.danger{--modal-color: var(--danger)}.modal.warning{--modal-color: var(--warning)}.modal.success{--modal-color: var(--success)}.modal.odoo{--modal-color: var(--odoo)}.modal>.loader{height:fit-content;align-items:flex-start;margin:50px 0 75px}.modal>.loader img{margin:0}.modal .locations-selector{grid-template-rows:minmax(500px,60vh);margin:0 0 25px}.modal .locations-selector .column-nav{height:calc(60vh - 2px);min-height:498px}/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - bootstrap.scss
 *//*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _texts.scss
 *//*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _structure.scss
 */*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Poppins,sans-serif!important;font-size:1em;font-weight:400;color:#000;text-rendering:optimizeLegibility}input,button{font-family:Poppins,sans-serif}#connect-wrapper{width:100%;height:100%;display:flex;flex-direction:column}#page-wrapper{display:flex;flex-direction:row;height:100%;width:100%;overflow:auto}#drag-layer{position:absolute;top:0;left:0;z-index:var(--drag-layer-z-index)}main{position:relative;width:100%;height:100%;overflow:auto}main.multi-columns{display:flex;flex-direction:row;width:100%}main.multi-columns>.content{padding-top:50px}main.side-nav-layout,main .side-nav-layout{display:flex;flex-direction:row;align-self:flex-start;width:100%;min-height:calc(100vh - var(--header-height))}main.side-nav-layout>.tree-browser,main.side-nav-layout>.side-nav,main .side-nav-layout>.tree-browser,main .side-nav-layout>.side-nav{width:300px;height:calc(100vh - var(--header-height));border-right:1px solid var(--dark-blue);flex-shrink:0}main.side-nav-layout>.main,main .side-nav-layout>.main{width:100%;height:calc(100vh - var(--header-height));overflow:auto}main.grey-background{background-color:rgba(var(--dark-blue-rgb),.05)}main.grey-background .side-nav{background-color:#fff}main.flex-layout,main .main.flex-layout{display:flex;flex-direction:column}main .content{display:flex;flex-direction:column;margin:0 auto;padding:20px}main .content:first-child{padding-top:40px}main .content:last-child{margin-bottom:50px;padding-bottom:50px}main .content.narrow{width:490px}main .content.large{width:870px}main .content.wide{width:100%;min-width:728px}main .content.full-page{width:100%;min-width:728px;margin:0;padding:0}main .content.full-page>.row>.main{padding-top:40px}main .content details{width:100%}main .content .row{display:flex;flex-direction:row;width:100%;margin-top:30px}main .content .row+.row{margin-top:10px}main .content .row.subtitle{padding:0 5px;font-size:.79rem;color:#595959}main .content .row.subtitle .prop-label{font-weight:300;cursor:default;flex-shrink:0}main .content .row.subtitle .prop-label:not(:first-child){margin-left:20px}main .content .row.subtitle .prop-value{margin-left:10px;font-weight:500}main .content .row:first-child{margin-top:0}main .content .row.space-top-none{margin-top:0}main .content .row.space-top-small{margin-top:10px}main .content .row.space-top-medium{margin-top:20px}main .content .row.space-top-big,main .content .row.spacer-top{margin-top:30px}main .content .row.space-bottom-small{margin-bottom:10px}main .content .row.space-bottom-medium{margin-bottom:20px}main .content .row.space-bottom-big{margin-bottom:30px}main .content .row.v-align{align-items:center}main .content .row.v-align fieldset{margin-top:0}main .content .row.space-between{justify-content:space-between;gap:10px}main .content .row.right{justify-content:flex-end}main .content .row.centered{justify-content:center}main .content .row.chart{margin-left:-100px;width:calc(100% + 100px)}main .content .row::marker{align-self:center}main .content .row.search-row .search-bar{margin:0 auto}main .content .row.form-actions{position:sticky;z-index:100;justify-content:space-between;align-items:center;padding:20px 50px;bottom:0;background-color:#fff;margin-left:-50px;border-top:1px solid #BBBBBB;width:calc(100% + 100px)}main .content .row.action-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:30px 0 20px;padding:10px 0;border-bottom:1px solid var(--light-grey);border-top:1px solid var(--light-grey)}main .content .row.action-row .info .title{font-weight:600;display:block}main .content .row.action-row .info .desc{font-size:.889rem;color:var(--dark-grey)}main .content .row.action-row .info .data{display:block;font-size:.889rem;color:var(--idle-grey);-webkit-user-select:all;user-select:all}main .content .row.action-row .info .data:hover{color:#000}main .content .row.action-row+.action-row{margin-top:-15px;border-top:none}main .content .row .col-2{flex-grow:0;flex-shrink:0;width:20%;min-width:300px}@media screen and (max-width: 1820px){main .content .row .col-2{min-width:250px}}main .content .row>.main:not(.flat-button){width:100%;max-width:870px;margin:0 auto;padding-bottom:50px}main .content .row>.button,main .content .row>button{flex-grow:0;flex-shrink:0}main .content .row>.button:not(:last-child),main .content .row>button:not(:last-child){margin-right:20px}main .content .row .empty-label{display:block;width:100%;text-align:center;color:#888;font-size:.875em;margin:25px 0}main .content .row h1,main .content .row h2,main .content .row h3,main .content .row h4,main .content .row h5,main .content .row h6{padding-left:5px;margin-right:auto}main .content .row h1+fieldset,main .content .row h2+fieldset,main .content .row h3+fieldset,main .content .row h4+fieldset,main .content .row h5+fieldset,main .content .row h6+fieldset{margin-left:20px;margin-top:0}main .content .row .inline-help{align-self:flex-end;margin-left:20px;font-weight:300;letter-spacing:.05ch}main .content .row.columns{display:grid;grid-template-rows:1fr;grid-auto-columns:1fr;gap:20px}main .content .row.columns .col{grid-row:1}main .content summary+.row{margin-top:10px}main .content .breadcrumb+.row{margin-top:0}main .content summary>.row{display:inline-flex;width:calc(100% - 20px)!important}main .content>hr{border:none;border-bottom:1px solid #BBBBBB;width:100%;margin:50px auto 20px}.loading-jumbo{display:flex;width:100%;height:calc(80% - 40px);justify-content:center;align-items:center}.loading-jumbo .ball-grid-beat>div{background-color:#202035}.buttons-row{display:flex;flex-flow:row wrap;width:100%;margin-top:30px}.buttons-row.right{justify-content:flex-end}.tooltip{margin:5px 0;padding:5px 10px;box-shadow:0 2px 5px #20203540;border-radius:5px;background-color:#fff;font-size:.702rem}h1{display:block;margin:0;font-size:1.602rem;font-weight:700;line-height:1.2em;color:#202035;cursor:default}h2{display:block;margin:0;font-size:1.424rem;font-weight:700;color:#202035;cursor:default}h3{display:block;margin:0;font-size:1.266rem;font-weight:700;line-height:1.2em;color:#202035;cursor:default}h4{display:block;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2em;color:#202035;cursor:default}h5{display:block;margin:0;font-size:1rem;font-weight:700;line-height:1em;color:#202035;cursor:default}h6{display:block;margin:0;font-size:.889rem;font-weight:700;line-height:1rem;color:#202035;cursor:default}.subtitle{display:block;font-size:.889rem;font-weight:400;line-height:1.25em;letter-spacing:.05rem;color:#595959}.inline-help{display:block;margin:0 5px 5px 20px;font-size:.702rem;font-weight:400;color:var(--dark-grey)}a{outline:none;text-decoration:none;color:inherit;cursor:default}.text-info{color:#0099f8!important}.text-success{color:#00b338!important}.text-warning{color:#f38000!important}.text-danger{color:#f8002b!important}.text-dummy{color:var(--dark-blue)}.text-odoo{color:var(--odoo)}.text-hivestack{color:var(--hivestack)}.text-reach{color:var(--reach)}.text-vistar{color:var(--vistar)}.text-atedra{color:var(--atedra)}.text-place-exchange{color:var(--place-exchange)}details summary{outline:none}/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _icons.scss
 */.icon{display:inline-flex;height:1em;width:1em;vertical-align:middle;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon.icon-edit{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/edit%3c/title%3e%3cg%20id='icons/edit'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M49.5436739,13.6547098%20L49.4670615,13.8938426%20L49.2501508,14.5445746%20L26.9306438,36.8640816%20L8.99750078,41.0024992%20L13.1359184,23.0693562%20L35.460232,0.745042664%20L36.3740928,0.447556298%20C44.3077983,-1.96491712%2051.9696535,5.76460812%2049.5436739,13.6547098%20Z%20M45.9135531,12.2589708%20C47.1467662,7.55217269%2042.6565243,2.97327388%2037.9548674,4.03431438%20L37.7410292,4.08644693%20L37.5431805,4.14083973%20L16.6601921,25.0228596%20L14.166173,35.8328585%20L24.9761719,33.3388394%20L45.8581917,12.455851%20L45.9135531,12.2589708%20Z'%20id='Shape'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M28.68,-0.00130153484%20C29.7845695,-0.00130153484%2030.68,0.894128965%2030.68,1.99869847%20C30.68,3.05306026%2029.8641222,3.91686359%2028.8292623,3.99321273%20L28.68,3.99869847%20L6.6,3.99869847%20C5.2192891,3.99869847%204.08994532,5.07494044%204.00511519,6.43428006%20L4,6.59870892%20L4,43.39999%20C4,44.7807084%205.07623952,45.9100549%206.43557202,45.9948853%20L6.6,46.0000005%20L43.4,46.0000005%20C44.7807109,46.0000005%2045.9100547,44.9237585%2045.9948848,43.5644189%20L46,43.39999%20L46,20.3999377%20C46,19.2953682%2046.8954305,18.3999377%2048,18.3999377%20C49.0543618,18.3999377%2049.9181651,19.2158155%2049.9945143,20.2506754%20L50,20.3999377%20L50,43.39999%20C50,46.9675191%2047.169484,49.8739465%2043.6317056,49.9960093%20L43.4,50.0000005%20L6.6,50.0000005%20C3.03247453,50.0000005%200.126053692,47.169478%200.00399120531,43.6316958%20L0,43.39999%20L0,6.59870892%20C0,3.0311798%202.83051605,0.124752442%206.3682944,0.00268967951%20L6.6,-0.00130153484%20L28.68,-0.00130153484%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/edit%3c/title%3e%3cg%20id='icons/edit'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M49.5436739,13.6547098%20L49.4670615,13.8938426%20L49.2501508,14.5445746%20L26.9306438,36.8640816%20L8.99750078,41.0024992%20L13.1359184,23.0693562%20L35.460232,0.745042664%20L36.3740928,0.447556298%20C44.3077983,-1.96491712%2051.9696535,5.76460812%2049.5436739,13.6547098%20Z%20M45.9135531,12.2589708%20C47.1467662,7.55217269%2042.6565243,2.97327388%2037.9548674,4.03431438%20L37.7410292,4.08644693%20L37.5431805,4.14083973%20L16.6601921,25.0228596%20L14.166173,35.8328585%20L24.9761719,33.3388394%20L45.8581917,12.455851%20L45.9135531,12.2589708%20Z'%20id='Shape'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M28.68,-0.00130153484%20C29.7845695,-0.00130153484%2030.68,0.894128965%2030.68,1.99869847%20C30.68,3.05306026%2029.8641222,3.91686359%2028.8292623,3.99321273%20L28.68,3.99869847%20L6.6,3.99869847%20C5.2192891,3.99869847%204.08994532,5.07494044%204.00511519,6.43428006%20L4,6.59870892%20L4,43.39999%20C4,44.7807084%205.07623952,45.9100549%206.43557202,45.9948853%20L6.6,46.0000005%20L43.4,46.0000005%20C44.7807109,46.0000005%2045.9100547,44.9237585%2045.9948848,43.5644189%20L46,43.39999%20L46,20.3999377%20C46,19.2953682%2046.8954305,18.3999377%2048,18.3999377%20C49.0543618,18.3999377%2049.9181651,19.2158155%2049.9945143,20.2506754%20L50,20.3999377%20L50,43.39999%20C50,46.9675191%2047.169484,49.8739465%2043.6317056,49.9960093%20L43.4,50.0000005%20L6.6,50.0000005%20C3.03247453,50.0000005%200.126053692,47.169478%200.00399120531,43.6316958%20L0,43.39999%20L0,6.59870892%20C0,3.0311798%202.83051605,0.124752442%206.3682944,0.00268967951%20L6.6,-0.00130153484%20L28.68,-0.00130153484%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon.icon-edit.hover-success:hover,.icon.icon-edit.hover-warning:hover,.icon.icon-edit.hover-danger:hover,.icon.icon-edit.hover-colored:hover,.icon.icon-edit.colored{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/edit%3c/title%3e%3cg%20id='icons/edit'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M49.5436739,13.6547098%20L49.4670615,13.8938426%20L49.2501508,14.5445746%20L26.9306438,36.8640816%20L8.99750078,41.0024992%20L13.1359184,23.0693562%20L35.460232,0.745042664%20L36.3740928,0.447556298%20C44.3077983,-1.96491712%2051.9696535,5.76460812%2049.5436739,13.6547098%20Z%20M45.9135531,12.2589708%20C47.1467662,7.55217269%2042.6565243,2.97327388%2037.9548674,4.03431438%20L37.7410292,4.08644693%20L37.5431805,4.14083973%20L16.6601921,25.0228596%20L14.166173,35.8328585%20L24.9761719,33.3388394%20L45.8581917,12.455851%20L45.9135531,12.2589708%20Z'%20id='Shape'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M28.68,-0.00130153484%20C29.7845695,-0.00130153484%2030.68,0.894128965%2030.68,1.99869847%20C30.68,3.05306026%2029.8641222,3.91686359%2028.8292623,3.99321273%20L28.68,3.99869847%20L6.6,3.99869847%20C5.2192891,3.99869847%204.08994532,5.07494044%204.00511519,6.43428006%20L4,6.59870892%20L4,43.39999%20C4,44.7807084%205.07623952,45.9100549%206.43557202,45.9948853%20L6.6,46.0000005%20L43.4,46.0000005%20C44.7807109,46.0000005%2045.9100547,44.9237585%2045.9948848,43.5644189%20L46,43.39999%20L46,20.3999377%20C46,19.2953682%2046.8954305,18.3999377%2048,18.3999377%20C49.0543618,18.3999377%2049.9181651,19.2158155%2049.9945143,20.2506754%20L50,20.3999377%20L50,43.39999%20C50,46.9675191%2047.169484,49.8739465%2043.6317056,49.9960093%20L43.4,50.0000005%20L6.6,50.0000005%20C3.03247453,50.0000005%200.126053692,47.169478%200.00399120531,43.6316958%20L0,43.39999%20L0,6.59870892%20C0,3.0311798%202.83051605,0.124752442%206.3682944,0.00268967951%20L6.6,-0.00130153484%20L28.68,-0.00130153484%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/edit%3c/title%3e%3cg%20id='icons/edit'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M49.5436739,13.6547098%20L49.4670615,13.8938426%20L49.2501508,14.5445746%20L26.9306438,36.8640816%20L8.99750078,41.0024992%20L13.1359184,23.0693562%20L35.460232,0.745042664%20L36.3740928,0.447556298%20C44.3077983,-1.96491712%2051.9696535,5.76460812%2049.5436739,13.6547098%20Z%20M45.9135531,12.2589708%20C47.1467662,7.55217269%2042.6565243,2.97327388%2037.9548674,4.03431438%20L37.7410292,4.08644693%20L37.5431805,4.14083973%20L16.6601921,25.0228596%20L14.166173,35.8328585%20L24.9761719,33.3388394%20L45.8581917,12.455851%20L45.9135531,12.2589708%20Z'%20id='Shape'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M28.68,-0.00130153484%20C29.7845695,-0.00130153484%2030.68,0.894128965%2030.68,1.99869847%20C30.68,3.05306026%2029.8641222,3.91686359%2028.8292623,3.99321273%20L28.68,3.99869847%20L6.6,3.99869847%20C5.2192891,3.99869847%204.08994532,5.07494044%204.00511519,6.43428006%20L4,6.59870892%20L4,43.39999%20C4,44.7807084%205.07623952,45.9100549%206.43557202,45.9948853%20L6.6,46.0000005%20L43.4,46.0000005%20C44.7807109,46.0000005%2045.9100547,44.9237585%2045.9948848,43.5644189%20L46,43.39999%20L46,20.3999377%20C46,19.2953682%2046.8954305,18.3999377%2048,18.3999377%20C49.0543618,18.3999377%2049.9181651,19.2158155%2049.9945143,20.2506754%20L50,20.3999377%20L50,43.39999%20C50,46.9675191%2047.169484,49.8739465%2043.6317056,49.9960093%20L43.4,50.0000005%20L6.6,50.0000005%20C3.03247453,50.0000005%200.126053692,47.169478%200.00399120531,43.6316958%20L0,43.39999%20L0,6.59870892%20C0,3.0311798%202.83051605,0.124752442%206.3682944,0.00268967951%20L6.6,-0.00130153484%20L28.68,-0.00130153484%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon.icon-arrow-right{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/right-arrow%3c/title%3e%3cg%20id='icons/right-arrow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M35.2869988,9.46895369%20L35.4142136,9.58578644%20L49.4142136,23.5857864%20C50.1541543,24.3257272%2050.1930986,25.5012114%2049.5310463,26.2869988%20L35.4142136,40.4142136%20L35.2869988,40.5310463%20C34.5012114,41.1930986%2033.3257272,41.1541543%2032.5857864,40.4142136%20C31.8458457,39.6742728%2031.8069014,38.4987886%2032.4689537,37.7130012%20L32.5857864,37.5857864%20L45,25%20L32.5857864,12.4142136%20C31.8047379,11.633165%2031.8047379,10.366835%2032.5857864,9.58578644%20C33.3257272,8.84584567%2034.5012114,8.80690142%2035.2869988,9.46895369%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M40.1359148,23%20C41.2404843,23%2042.1359148,23.8954305%2042.1359148,25%20C42.1359148,26.0543618%2041.320037,26.9181651%2040.2851771,26.9945143%20L40.1359148,27%20L2,27%20C0.8954305,27%208.66862138e-13,26.1045695%208.66862138e-13,25%20C8.66862138e-13,23.9456382%200.815877791,23.0818349%201.85073766,23.0054857%20L2,23%20L40.1359148,23%20Z'%20id='Line'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/right-arrow%3c/title%3e%3cg%20id='icons/right-arrow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M35.2869988,9.46895369%20L35.4142136,9.58578644%20L49.4142136,23.5857864%20C50.1541543,24.3257272%2050.1930986,25.5012114%2049.5310463,26.2869988%20L35.4142136,40.4142136%20L35.2869988,40.5310463%20C34.5012114,41.1930986%2033.3257272,41.1541543%2032.5857864,40.4142136%20C31.8458457,39.6742728%2031.8069014,38.4987886%2032.4689537,37.7130012%20L32.5857864,37.5857864%20L45,25%20L32.5857864,12.4142136%20C31.8047379,11.633165%2031.8047379,10.366835%2032.5857864,9.58578644%20C33.3257272,8.84584567%2034.5012114,8.80690142%2035.2869988,9.46895369%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M40.1359148,23%20C41.2404843,23%2042.1359148,23.8954305%2042.1359148,25%20C42.1359148,26.0543618%2041.320037,26.9181651%2040.2851771,26.9945143%20L40.1359148,27%20L2,27%20C0.8954305,27%208.66862138e-13,26.1045695%208.66862138e-13,25%20C8.66862138e-13,23.9456382%200.815877791,23.0818349%201.85073766,23.0054857%20L2,23%20L40.1359148,23%20Z'%20id='Line'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon.icon-arrow-right.hover-success:hover,.icon.icon-arrow-right.hover-warning:hover,.icon.icon-arrow-right.hover-danger:hover,.icon.icon-arrow-right.hover-colored:hover,.icon.icon-arrow-right.colored{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/right-arrow%3c/title%3e%3cg%20id='icons/right-arrow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M35.2869988,9.46895369%20L35.4142136,9.58578644%20L49.4142136,23.5857864%20C50.1541543,24.3257272%2050.1930986,25.5012114%2049.5310463,26.2869988%20L35.4142136,40.4142136%20L35.2869988,40.5310463%20C34.5012114,41.1930986%2033.3257272,41.1541543%2032.5857864,40.4142136%20C31.8458457,39.6742728%2031.8069014,38.4987886%2032.4689537,37.7130012%20L32.5857864,37.5857864%20L45,25%20L32.5857864,12.4142136%20C31.8047379,11.633165%2031.8047379,10.366835%2032.5857864,9.58578644%20C33.3257272,8.84584567%2034.5012114,8.80690142%2035.2869988,9.46895369%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M40.1359148,23%20C41.2404843,23%2042.1359148,23.8954305%2042.1359148,25%20C42.1359148,26.0543618%2041.320037,26.9181651%2040.2851771,26.9945143%20L40.1359148,27%20L2,27%20C0.8954305,27%208.66862138e-13,26.1045695%208.66862138e-13,25%20C8.66862138e-13,23.9456382%200.815877791,23.0818349%201.85073766,23.0054857%20L2,23%20L40.1359148,23%20Z'%20id='Line'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/right-arrow%3c/title%3e%3cg%20id='icons/right-arrow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M35.2869988,9.46895369%20L35.4142136,9.58578644%20L49.4142136,23.5857864%20C50.1541543,24.3257272%2050.1930986,25.5012114%2049.5310463,26.2869988%20L35.4142136,40.4142136%20L35.2869988,40.5310463%20C34.5012114,41.1930986%2033.3257272,41.1541543%2032.5857864,40.4142136%20C31.8458457,39.6742728%2031.8069014,38.4987886%2032.4689537,37.7130012%20L32.5857864,37.5857864%20L45,25%20L32.5857864,12.4142136%20C31.8047379,11.633165%2031.8047379,10.366835%2032.5857864,9.58578644%20C33.3257272,8.84584567%2034.5012114,8.80690142%2035.2869988,9.46895369%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M40.1359148,23%20C41.2404843,23%2042.1359148,23.8954305%2042.1359148,25%20C42.1359148,26.0543618%2041.320037,26.9181651%2040.2851771,26.9945143%20L40.1359148,27%20L2,27%20C0.8954305,27%208.66862138e-13,26.1045695%208.66862138e-13,25%20C8.66862138e-13,23.9456382%200.815877791,23.0818349%201.85073766,23.0054857%20L2,23%20L40.1359148,23%20Z'%20id='Line'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon.icon-select{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/select%3c/title%3e%3cg%20id='icons/select'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M21.5095042,1.1565186%20C23.4346249,-0.334105375%2026.3649484,-0.38379284%2028.3570826,1.00745621%20L28.5597391,1.1565186%20L44.2936015,13.3392731%20C45.1669651,14.0155199%2045.3267599,15.2717274%2044.650513,16.145091%20C44.0080785,16.9747864%2042.8422296,17.1604859%2041.9784506,16.5971845%20L41.8446951,16.5020025%20L26.1108327,4.31924804%20C25.6003604,3.92398856%2024.6560031,3.89575574%2024.0835473,4.23454958%20L23.9584106,4.31924804%20L8.22454818,16.5020025%20C7.35118456,17.1782493%206.09497709,17.0184546%205.41873027,16.145091%20C4.77629578,15.3153955%204.88838881,14.1401835%205.65000433,13.4449395%20L5.77564179,13.3392731%20L21.5095042,1.1565186%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M21.5095042,34.2134465%20C23.4346249,32.7228225%2026.3649484,32.6731351%2028.3570826,34.0643841%20L28.5597391,34.2134465%20L44.2936015,46.396201%20C45.1669651,47.0724478%2045.3267599,48.3286553%2044.650513,49.2020189%20C44.0080785,50.0317143%2042.8422296,50.2174139%2041.9784506,49.6541125%20L41.8446951,49.5589304%20L26.1108327,37.376176%20C25.6003604,36.9809165%2024.6560031,36.9526837%2024.0835473,37.2914775%20L23.9584106,37.376176%20L8.22454818,49.5589304%20C7.35118456,50.2351773%206.09497709,50.0753825%205.41873027,49.2020189%20C4.77629578,48.3723235%204.88838881,47.1971115%205.65000433,46.5018674%20L5.77564179,46.396201%20L21.5095042,34.2134465%20Z'%20id='Path-Copy'%20fill='%232B2C43'%20fill-rule='nonzero'%20transform='translate(25.034622,%2041.517294)%20rotate(-180.000000)%20translate(-25.034622,%20-41.517294)%20'%3e%3c/path%3e%3ccircle%20id='Oval'%20fill='%2300AAF3'%20cx='25'%20cy='25'%20r='4'%3e%3c/circle%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/select%3c/title%3e%3cg%20id='icons/select'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M21.5095042,1.1565186%20C23.4346249,-0.334105375%2026.3649484,-0.38379284%2028.3570826,1.00745621%20L28.5597391,1.1565186%20L44.2936015,13.3392731%20C45.1669651,14.0155199%2045.3267599,15.2717274%2044.650513,16.145091%20C44.0080785,16.9747864%2042.8422296,17.1604859%2041.9784506,16.5971845%20L41.8446951,16.5020025%20L26.1108327,4.31924804%20C25.6003604,3.92398856%2024.6560031,3.89575574%2024.0835473,4.23454958%20L23.9584106,4.31924804%20L8.22454818,16.5020025%20C7.35118456,17.1782493%206.09497709,17.0184546%205.41873027,16.145091%20C4.77629578,15.3153955%204.88838881,14.1401835%205.65000433,13.4449395%20L5.77564179,13.3392731%20L21.5095042,1.1565186%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M21.5095042,34.2134465%20C23.4346249,32.7228225%2026.3649484,32.6731351%2028.3570826,34.0643841%20L28.5597391,34.2134465%20L44.2936015,46.396201%20C45.1669651,47.0724478%2045.3267599,48.3286553%2044.650513,49.2020189%20C44.0080785,50.0317143%2042.8422296,50.2174139%2041.9784506,49.6541125%20L41.8446951,49.5589304%20L26.1108327,37.376176%20C25.6003604,36.9809165%2024.6560031,36.9526837%2024.0835473,37.2914775%20L23.9584106,37.376176%20L8.22454818,49.5589304%20C7.35118456,50.2351773%206.09497709,50.0753825%205.41873027,49.2020189%20C4.77629578,48.3723235%204.88838881,47.1971115%205.65000433,46.5018674%20L5.77564179,46.396201%20L21.5095042,34.2134465%20Z'%20id='Path-Copy'%20fill='%232B2C43'%20fill-rule='nonzero'%20transform='translate(25.034622,%2041.517294)%20rotate(-180.000000)%20translate(-25.034622,%20-41.517294)%20'%3e%3c/path%3e%3ccircle%20id='Oval'%20fill='%2300AAF3'%20cx='25'%20cy='25'%20r='4'%3e%3c/circle%3e%3c/g%3e%3c/svg%3e")}.icon.icon-select.hover-success:hover,.icon.icon-select.hover-warning:hover,.icon.icon-select.hover-danger:hover,.icon.icon-select.hover-colored:hover,.icon.icon-select.colored{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/select%3c/title%3e%3cg%20id='icons/select'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M21.5095042,1.1565186%20C23.4346249,-0.334105375%2026.3649484,-0.38379284%2028.3570826,1.00745621%20L28.5597391,1.1565186%20L44.2936015,13.3392731%20C45.1669651,14.0155199%2045.3267599,15.2717274%2044.650513,16.145091%20C44.0080785,16.9747864%2042.8422296,17.1604859%2041.9784506,16.5971845%20L41.8446951,16.5020025%20L26.1108327,4.31924804%20C25.6003604,3.92398856%2024.6560031,3.89575574%2024.0835473,4.23454958%20L23.9584106,4.31924804%20L8.22454818,16.5020025%20C7.35118456,17.1782493%206.09497709,17.0184546%205.41873027,16.145091%20C4.77629578,15.3153955%204.88838881,14.1401835%205.65000433,13.4449395%20L5.77564179,13.3392731%20L21.5095042,1.1565186%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M21.5095042,34.2134465%20C23.4346249,32.7228225%2026.3649484,32.6731351%2028.3570826,34.0643841%20L28.5597391,34.2134465%20L44.2936015,46.396201%20C45.1669651,47.0724478%2045.3267599,48.3286553%2044.650513,49.2020189%20C44.0080785,50.0317143%2042.8422296,50.2174139%2041.9784506,49.6541125%20L41.8446951,49.5589304%20L26.1108327,37.376176%20C25.6003604,36.9809165%2024.6560031,36.9526837%2024.0835473,37.2914775%20L23.9584106,37.376176%20L8.22454818,49.5589304%20C7.35118456,50.2351773%206.09497709,50.0753825%205.41873027,49.2020189%20C4.77629578,48.3723235%204.88838881,47.1971115%205.65000433,46.5018674%20L5.77564179,46.396201%20L21.5095042,34.2134465%20Z'%20id='Path-Copy'%20fill='%232B2C43'%20fill-rule='nonzero'%20transform='translate(25.034622,%2041.517294)%20rotate(-180.000000)%20translate(-25.034622,%20-41.517294)%20'%3e%3c/path%3e%3ccircle%20id='Oval'%20fill='%2300AAF3'%20cx='25'%20cy='25'%20r='4'%3e%3c/circle%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='50px'%20height='50px'%20viewBox='0%200%2050%2050'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/select%3c/title%3e%3cg%20id='icons/select'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M21.5095042,1.1565186%20C23.4346249,-0.334105375%2026.3649484,-0.38379284%2028.3570826,1.00745621%20L28.5597391,1.1565186%20L44.2936015,13.3392731%20C45.1669651,14.0155199%2045.3267599,15.2717274%2044.650513,16.145091%20C44.0080785,16.9747864%2042.8422296,17.1604859%2041.9784506,16.5971845%20L41.8446951,16.5020025%20L26.1108327,4.31924804%20C25.6003604,3.92398856%2024.6560031,3.89575574%2024.0835473,4.23454958%20L23.9584106,4.31924804%20L8.22454818,16.5020025%20C7.35118456,17.1782493%206.09497709,17.0184546%205.41873027,16.145091%20C4.77629578,15.3153955%204.88838881,14.1401835%205.65000433,13.4449395%20L5.77564179,13.3392731%20L21.5095042,1.1565186%20Z'%20id='Path'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M21.5095042,34.2134465%20C23.4346249,32.7228225%2026.3649484,32.6731351%2028.3570826,34.0643841%20L28.5597391,34.2134465%20L44.2936015,46.396201%20C45.1669651,47.0724478%2045.3267599,48.3286553%2044.650513,49.2020189%20C44.0080785,50.0317143%2042.8422296,50.2174139%2041.9784506,49.6541125%20L41.8446951,49.5589304%20L26.1108327,37.376176%20C25.6003604,36.9809165%2024.6560031,36.9526837%2024.0835473,37.2914775%20L23.9584106,37.376176%20L8.22454818,49.5589304%20C7.35118456,50.2351773%206.09497709,50.0753825%205.41873027,49.2020189%20C4.77629578,48.3723235%204.88838881,47.1971115%205.65000433,46.5018674%20L5.77564179,46.396201%20L21.5095042,34.2134465%20Z'%20id='Path-Copy'%20fill='%232B2C43'%20fill-rule='nonzero'%20transform='translate(25.034622,%2041.517294)%20rotate(-180.000000)%20translate(-25.034622,%20-41.517294)%20'%3e%3c/path%3e%3ccircle%20id='Oval'%20fill='%2300AAF3'%20cx='25'%20cy='25'%20r='4'%3e%3c/circle%3e%3c/g%3e%3c/svg%3e")}.icon.icon-checked-round{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='49px'%20height='49px'%20viewBox='0%200%2049%2049'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/checked-round%3c/title%3e%3cg%20id='icons/checked-round'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M31.5857864,17.5857864%20C32.366835,16.8047379%2033.633165,16.8047379%2034.4142136,17.5857864%20C35.0896381,18.261211%2035.1865708,19.3095611%2034.6425487,20.1321181%20L34.5398786,20.2748095%20L34.4142136,20.4142136%20L23.4142136,31.4142136%20C22.738789,32.0896381%2021.6904389,32.1865708%2020.8678819,31.6425487%20L20.7251905,31.5398786%20L20.5857864,31.4142136%20L15.5857864,26.4142136%20C14.8047379,25.633165%2014.8047379,24.366835%2015.5857864,23.5857864%20C16.261211,22.9103619%2017.3095611,22.8134292%2018.1321181,23.3574513%20L18.2748095,23.4601214%20L18.4141488,23.5857217%20L21.999,27.17%20L31.5857864,17.5857864%20Z'%20id='Path'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M24.5,0%20C38.0309764,0%2049,10.9690236%2049,24.5%20C49,38.0309764%2038.0309764,49%2024.5,49%20C10.9690236,49%200,38.0309764%200,24.5%20C0,10.9690236%2010.9690236,0%2024.5,0%20Z%20M24.5,4%20C13.1781626,4%204,13.1781626%204,24.5%20C4,35.8218374%2013.1781626,45%2024.5,45%20C35.8218374,45%2045,35.8218374%2045,24.5%20C45,13.1781626%2035.8218374,4%2024.5,4%20Z'%20id='Oval'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='49px'%20height='49px'%20viewBox='0%200%2049%2049'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/checked-round%3c/title%3e%3cg%20id='icons/checked-round'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M31.5857864,17.5857864%20C32.366835,16.8047379%2033.633165,16.8047379%2034.4142136,17.5857864%20C35.0896381,18.261211%2035.1865708,19.3095611%2034.6425487,20.1321181%20L34.5398786,20.2748095%20L34.4142136,20.4142136%20L23.4142136,31.4142136%20C22.738789,32.0896381%2021.6904389,32.1865708%2020.8678819,31.6425487%20L20.7251905,31.5398786%20L20.5857864,31.4142136%20L15.5857864,26.4142136%20C14.8047379,25.633165%2014.8047379,24.366835%2015.5857864,23.5857864%20C16.261211,22.9103619%2017.3095611,22.8134292%2018.1321181,23.3574513%20L18.2748095,23.4601214%20L18.4141488,23.5857217%20L21.999,27.17%20L31.5857864,17.5857864%20Z'%20id='Path'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M24.5,0%20C38.0309764,0%2049,10.9690236%2049,24.5%20C49,38.0309764%2038.0309764,49%2024.5,49%20C10.9690236,49%200,38.0309764%200,24.5%20C0,10.9690236%2010.9690236,0%2024.5,0%20Z%20M24.5,4%20C13.1781626,4%204,13.1781626%204,24.5%20C4,35.8218374%2013.1781626,45%2024.5,45%20C35.8218374,45%2045,35.8218374%2045,24.5%20C45,13.1781626%2035.8218374,4%2024.5,4%20Z'%20id='Oval'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon.icon-checked-round.hover-success:hover,.icon.icon-checked-round.hover-warning:hover,.icon.icon-checked-round.hover-danger:hover,.icon.icon-checked-round.hover-colored:hover,.icon.icon-checked-round.colored{-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='49px'%20height='49px'%20viewBox='0%200%2049%2049'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/checked-round%3c/title%3e%3cg%20id='icons/checked-round'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M31.5857864,17.5857864%20C32.366835,16.8047379%2033.633165,16.8047379%2034.4142136,17.5857864%20C35.0896381,18.261211%2035.1865708,19.3095611%2034.6425487,20.1321181%20L34.5398786,20.2748095%20L34.4142136,20.4142136%20L23.4142136,31.4142136%20C22.738789,32.0896381%2021.6904389,32.1865708%2020.8678819,31.6425487%20L20.7251905,31.5398786%20L20.5857864,31.4142136%20L15.5857864,26.4142136%20C14.8047379,25.633165%2014.8047379,24.366835%2015.5857864,23.5857864%20C16.261211,22.9103619%2017.3095611,22.8134292%2018.1321181,23.3574513%20L18.2748095,23.4601214%20L18.4141488,23.5857217%20L21.999,27.17%20L31.5857864,17.5857864%20Z'%20id='Path'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M24.5,0%20C38.0309764,0%2049,10.9690236%2049,24.5%20C49,38.0309764%2038.0309764,49%2024.5,49%20C10.9690236,49%200,38.0309764%200,24.5%20C0,10.9690236%2010.9690236,0%2024.5,0%20Z%20M24.5,4%20C13.1781626,4%204,13.1781626%204,24.5%20C4,35.8218374%2013.1781626,45%2024.5,45%20C35.8218374,45%2045,35.8218374%2045,24.5%20C45,13.1781626%2035.8218374,4%2024.5,4%20Z'%20id='Oval'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--suppress%20XmlDefaultAttributeValue,%20XmlDefaultAttributeValue%20--%3e%3csvg%20width='49px'%20height='49px'%20viewBox='0%200%2049%2049'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicons/checked-round%3c/title%3e%3cg%20id='icons/checked-round'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M31.5857864,17.5857864%20C32.366835,16.8047379%2033.633165,16.8047379%2034.4142136,17.5857864%20C35.0896381,18.261211%2035.1865708,19.3095611%2034.6425487,20.1321181%20L34.5398786,20.2748095%20L34.4142136,20.4142136%20L23.4142136,31.4142136%20C22.738789,32.0896381%2021.6904389,32.1865708%2020.8678819,31.6425487%20L20.7251905,31.5398786%20L20.5857864,31.4142136%20L15.5857864,26.4142136%20C14.8047379,25.633165%2014.8047379,24.366835%2015.5857864,23.5857864%20C16.261211,22.9103619%2017.3095611,22.8134292%2018.1321181,23.3574513%20L18.2748095,23.4601214%20L18.4141488,23.5857217%20L21.999,27.17%20L31.5857864,17.5857864%20Z'%20id='Path'%20fill='%2300AAF3'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M24.5,0%20C38.0309764,0%2049,10.9690236%2049,24.5%20C49,38.0309764%2038.0309764,49%2024.5,49%20C10.9690236,49%200,38.0309764%200,24.5%20C0,10.9690236%2010.9690236,0%2024.5,0%20Z%20M24.5,4%20C13.1781626,4%204,13.1781626%204,24.5%20C4,35.8218374%2013.1781626,45%2024.5,45%20C35.8218374,45%2045,35.8218374%2045,24.5%20C45,13.1781626%2035.8218374,4%2024.5,4%20Z'%20id='Oval'%20fill='%232B2C43'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.icon.size-l{height:1.4em;width:1.4em}.icon.disabled{background-color:var(--light-grey)}.icon.success,.icon.hover-success:hover{background-color:var(--success)}.icon.warning,.icon.hover-warning:hover{background-color:var(--warning)}.icon.danger,.icon.hover-danger:hover{background-color:var(--danger)}.icon.colored,.icon.hover-colored:hover{-webkit-mask-image:none;mask-image:none;background-size:contain;background-position:center center;background-repeat:no-repeat}/*!
 * Copyright 2020 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * neo-access - _print.scss
 */@media print{html{font-size:11pt}#sidebar{visibility:hidden}#react-wrapper{padding:40px 0 0}#react-wrapper header{width:100vw;left:0;background-image:none}#react-wrapper header:before{content:"Connect";white-space:nowrap;font-weight:700;font-size:1.602rem;margin-left:10px}#react-wrapper header .link{visibility:hidden}#page-wrapper{box-shadow:none}#page-wrapper .data-table{page-break-inside:avoid;box-shadow:none}}/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _tooltips.scss
 */.__react_component_tooltip{padding:7.5px 15px 5.5px!important;font-size:.889rem;font-weight:500;background-color:var(--dark-blue)!important;border-radius:0!important;border:none!important}.default-tooltip{margin-bottom:5px;padding:3px 10px;box-shadow:0 2px 5px rgba(var(--dark-blue-rgb),.25);border-radius:1rem;background-color:#fff;color:#000;font-weight:400;font-size:.72rem;letter-spacing:.01ch;z-index:100;pointer-events:none;-webkit-user-select:none;user-select:none}.default-tooltip.monospace{font-family:Roboto Mono,monospace}/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _popovers.scss
 */.default-popover{box-shadow:0 2px 5px rgba(var(--dark-blue-rgb),.25);background-color:#fff}.default-popover.padding{padding:10px 15px}/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _common.scss
 *//*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _drop-down-menu.scss
 */.drop-down-menu{position:relative;z-index:var(--drag-layer-z-index);display:flex;flex-direction:column;gap:1px;box-shadow:0 2px 5px #20203540;border:1px solid var(--light-grey);background:#fff;overflow:auto}.drop-down-menu__arrow{fill:var(--light-grey)}.drop-down-menu__item,.drop-down-menu .flat-button.plain{--flat-btn-back-color: transparent;width:100%;justify-content:start}.drop-down-menu__item__indicator{position:absolute;left:0;width:25px;display:inline-flex;align-items:center;justify-content:center}.drop-down-menu.selectable__item,.drop-down-menu.selectable .flat-button.plain{padding-left:25px}.drop-down-menu.selectable__item[data-state=checked],.drop-down-menu.selectable .flat-button.plain[data-state=checked]{color:var(--highlight-color);background-color:rgba(var(--highlight-color-rgb),.15)}:root{--dark-blue: #202035;--dark-blue-rgb: 32, 32, 53;--light-blue: #0099F8;--light-blue-rgb: 0, 153, 248;--success: #00B338;--success-rgb: 0, 179, 56;--headsup: #998A00;--headsup-rgb: 153, 138, 0;--yellow: #FFC907;--yellow-rgb: 255, 201, 7;--warning: #FF6300;--warning-rgb: 255, 99, 0;--danger: #F8002B;--danger-rgb: 248, 0, 43;--grey-1: #595959;--grey-1-rgb: 89, 89, 89;--grey-2: #888888;--grey-2-rgb: 136, 136, 136;--grey-3: #BBBBBB;--grey-3-rgb: 187, 187, 187;--grey-4: #EEEEEE;--grey-4-rgb: 238, 238, 238;--grey-5: #F4F4F5;--grey-5-rgb: 244, 244, 245;--dark-grey: var(--grey-1);--dark-grey-rgb: var(--grey-1-rgb);--idle-grey: var(--grey-2);--idle-grey-rgb: var(--grey-2-rgb);--light-grey: var(--grey-3);--light-grey-rgb: var(--grey-3-rgb);--ultralight-grey: var(--grey-4);--ultralight-grey-rgb: var(--grey-4-rgb);--highlight-color: var(--light-blue);--highlight-color-rgb: var(--light-blue-rgb);--page-background-color: rgba(var(--dark-blue-rgb), .05);--shopping: var(--light-blue);--otg: var(--warning);--fitness: var(--danger);--mobile: var(--yellow);--drag-layer-z-index: 1000;--odoo: #B3248F;--odoo-rgb: 179, 36, 143;--hivestack: #EA3382;--hivestack-rgb: 234, 51, 130;--reach: #001464;--reach-rgb: 0, 20, 100;--atedra: #E64E4E;--atedra-rgb: 230, 78, 78;--vistar: #FF4340;--vistar-rgb: 255, 67, 64;--place-exchange: #3078F0;--place-exchange-rgb: 48, 120, 240}/*!
* Copyright 2022 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - MaintenanceProvider.scss
*/.maintenance-page{position:absolute;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;border:50px solid var(--dark-blue);box-shadow:0 0 0 15px var(--light-blue) inset}.maintenance-page__image{height:15vh;aspect-ratio:1;background-color:var(--dark-blue);-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20-%20Copyright%202023%20(c)%20Neo-OOH%20-%20All%20Rights%20Reserved%20-%20Unauthorized%20copying%20of%20this%20file,%20via%20any%20medium%20is%20strictly%20prohibited%20-%20Proprietary%20and%20confidential%20-%20Written%20by%20Valentin%20Dufois%20%3cvdufois@neo-ooh.com%3e%20-%20-%20@neo/connect%20-%20connect.svg%20--%3e%3csvg%20width='344px'%20height='229px'%20viewBox='0%200%20344%20229'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ctitle%3econnect%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(0.900000,%200.400000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='PropertiesGroup'%20transform='translate(0.000000,%200.000000)'%3e%3cpath%20d='M31.5,113.9%20C31.5,68.4%2068.5,31.4%20114,31.4%20C117.2,31.4%20120.4,31.6%20123.5,32%20C131.2,22.1%20140.2,13.4%20150.4,6%20C139,2.1%20126.7,2.84217094e-14%20114,2.84217094e-14%20C51.1,2.84217094e-14%200,51.1%200,114%20C0,138.6%207.8,161.3%2021.1,180%20L43.8,157.3%20C36,144.6%2031.5,129.8%2031.5,113.9%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M228,113.9%20C228,91.8%20221.7,71.2%20210.8,53.7%20C200.5,56.8%20191.3,62.5%20184,70%20C192,82.7%20196.6,97.7%20196.6,113.8%20C196.6,159.3%20159.6,196.3%20114.1,196.3%20C95.7,196.3%2078.8,190.3%2065,180.1%20L42.6,202.5%20C62.2,218.3%2087,227.800147%20114.1,227.800147%20C176.9,227.9%20228,176.8%20228,113.9%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3cg%20id='PropertiesGroup'%20transform='translate(115.000000,%200.000000)'%3e%3cpath%20d='M114,-5.68434189e-14%20C51.1,-5.68434189e-14%200,51.1%200,114%20C0,136.1%206.3,156.7%2017.2,174.2%20C27.5,171.1%2036.7,165.4%2044,157.8%20C36,145.1%2031.4,130.1%2031.4,114%20C31.4,68.5%2068.4,31.5%20114,31.5%20C132.7,31.5%20150,37.8%20163.9,48.3%20L186.1,25.7%20C166.4,9.6%20141.3,-5.68434189e-14%20114,-5.68434189e-14%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M185.8,73.3%20C192.6,85.3%20196.6,99.2%20196.6,114%20C196.6,159.5%20159.5,196.5%20114,196.5%20C110.8,196.5%20107.6,196.3%20104.5,195.9%20C96.8,205.8%2087.8,214.5%2077.6,221.9%20C89,225.8%20101.2,227.9%20114,227.9%20C176.9,227.9%20228,176.8%20228,113.9%20C228,90.3%20220.8,68.4%20208.5,50.2%20L185.8,73.3%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20-%20Copyright%202023%20(c)%20Neo-OOH%20-%20All%20Rights%20Reserved%20-%20Unauthorized%20copying%20of%20this%20file,%20via%20any%20medium%20is%20strictly%20prohibited%20-%20Proprietary%20and%20confidential%20-%20Written%20by%20Valentin%20Dufois%20%3cvdufois@neo-ooh.com%3e%20-%20-%20@neo/connect%20-%20connect.svg%20--%3e%3csvg%20width='344px'%20height='229px'%20viewBox='0%200%20344%20229'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ctitle%3econnect%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(0.900000,%200.400000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='PropertiesGroup'%20transform='translate(0.000000,%200.000000)'%3e%3cpath%20d='M31.5,113.9%20C31.5,68.4%2068.5,31.4%20114,31.4%20C117.2,31.4%20120.4,31.6%20123.5,32%20C131.2,22.1%20140.2,13.4%20150.4,6%20C139,2.1%20126.7,2.84217094e-14%20114,2.84217094e-14%20C51.1,2.84217094e-14%200,51.1%200,114%20C0,138.6%207.8,161.3%2021.1,180%20L43.8,157.3%20C36,144.6%2031.5,129.8%2031.5,113.9%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M228,113.9%20C228,91.8%20221.7,71.2%20210.8,53.7%20C200.5,56.8%20191.3,62.5%20184,70%20C192,82.7%20196.6,97.7%20196.6,113.8%20C196.6,159.3%20159.6,196.3%20114.1,196.3%20C95.7,196.3%2078.8,190.3%2065,180.1%20L42.6,202.5%20C62.2,218.3%2087,227.800147%20114.1,227.800147%20C176.9,227.9%20228,176.8%20228,113.9%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3cg%20id='PropertiesGroup'%20transform='translate(115.000000,%200.000000)'%3e%3cpath%20d='M114,-5.68434189e-14%20C51.1,-5.68434189e-14%200,51.1%200,114%20C0,136.1%206.3,156.7%2017.2,174.2%20C27.5,171.1%2036.7,165.4%2044,157.8%20C36,145.1%2031.4,130.1%2031.4,114%20C31.4,68.5%2068.4,31.5%20114,31.5%20C132.7,31.5%20150,37.8%20163.9,48.3%20L186.1,25.7%20C166.4,9.6%20141.3,-5.68434189e-14%20114,-5.68434189e-14%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M185.8,73.3%20C192.6,85.3%20196.6,99.2%20196.6,114%20C196.6,159.5%20159.5,196.5%20114,196.5%20C110.8,196.5%20107.6,196.3%20104.5,195.9%20C96.8,205.8%2087.8,214.5%2077.6,221.9%20C89,225.8%20101.2,227.9%20114,227.9%20C176.9,227.9%20228,176.8%20228,113.9%20C228,90.3%20220.8,68.4%20208.5,50.2%20L185.8,73.3%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.maintenance-page__caption{font-weight:300}.maintenance-overlay{position:fixed;bottom:0;right:0;z-index:999999999;padding:15px 25px;opacity:.75;font-weight:600;pointer-events:none}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - AuthProvider.scss
*//*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - AuthProvider.scss
 */.auth-wrapper{display:grid;position:absolute;top:0;left:0;min-height:100vh;width:100vw;grid-template-columns:400px auto;background-color:#202035;background-size:cover;background-position:center center;background-attachment:fixed;background-image:url(/static/media/auth-background.en.DyzXV811.jpg)}.auth-wrapper.fr{background-image:url(/static/media/auth-background.fr.C9DctGx6.jpg)}#auth-panel{display:flex;flex-direction:column;width:400px;height:calc(100vh - 100px);margin:50px;padding:50px 10px 10px;border-radius:15px;background-color:#fff}#auth-panel .connect-logo{display:block;margin:0 auto;width:70%;height:70px;background-color:var(--dark-blue);-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20-%20Copyright%202023%20(c)%20Neo-OOH%20-%20All%20Rights%20Reserved%20-%20Unauthorized%20copying%20of%20this%20file,%20via%20any%20medium%20is%20strictly%20prohibited%20-%20Proprietary%20and%20confidential%20-%20Written%20by%20Valentin%20Dufois%20%3cvdufois@neo-ooh.com%3e%20-%20-%20@neo/connect%20-%20connect.svg%20--%3e%3csvg%20width='344px'%20height='229px'%20viewBox='0%200%20344%20229'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ctitle%3econnect%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(0.900000,%200.400000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='PropertiesGroup'%20transform='translate(0.000000,%200.000000)'%3e%3cpath%20d='M31.5,113.9%20C31.5,68.4%2068.5,31.4%20114,31.4%20C117.2,31.4%20120.4,31.6%20123.5,32%20C131.2,22.1%20140.2,13.4%20150.4,6%20C139,2.1%20126.7,2.84217094e-14%20114,2.84217094e-14%20C51.1,2.84217094e-14%200,51.1%200,114%20C0,138.6%207.8,161.3%2021.1,180%20L43.8,157.3%20C36,144.6%2031.5,129.8%2031.5,113.9%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M228,113.9%20C228,91.8%20221.7,71.2%20210.8,53.7%20C200.5,56.8%20191.3,62.5%20184,70%20C192,82.7%20196.6,97.7%20196.6,113.8%20C196.6,159.3%20159.6,196.3%20114.1,196.3%20C95.7,196.3%2078.8,190.3%2065,180.1%20L42.6,202.5%20C62.2,218.3%2087,227.800147%20114.1,227.800147%20C176.9,227.9%20228,176.8%20228,113.9%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3cg%20id='PropertiesGroup'%20transform='translate(115.000000,%200.000000)'%3e%3cpath%20d='M114,-5.68434189e-14%20C51.1,-5.68434189e-14%200,51.1%200,114%20C0,136.1%206.3,156.7%2017.2,174.2%20C27.5,171.1%2036.7,165.4%2044,157.8%20C36,145.1%2031.4,130.1%2031.4,114%20C31.4,68.5%2068.4,31.5%20114,31.5%20C132.7,31.5%20150,37.8%20163.9,48.3%20L186.1,25.7%20C166.4,9.6%20141.3,-5.68434189e-14%20114,-5.68434189e-14%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M185.8,73.3%20C192.6,85.3%20196.6,99.2%20196.6,114%20C196.6,159.5%20159.5,196.5%20114,196.5%20C110.8,196.5%20107.6,196.3%20104.5,195.9%20C96.8,205.8%2087.8,214.5%2077.6,221.9%20C89,225.8%20101.2,227.9%20114,227.9%20C176.9,227.9%20228,176.8%20228,113.9%20C228,90.3%20220.8,68.4%20208.5,50.2%20L185.8,73.3%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20-%20Copyright%202023%20(c)%20Neo-OOH%20-%20All%20Rights%20Reserved%20-%20Unauthorized%20copying%20of%20this%20file,%20via%20any%20medium%20is%20strictly%20prohibited%20-%20Proprietary%20and%20confidential%20-%20Written%20by%20Valentin%20Dufois%20%3cvdufois@neo-ooh.com%3e%20-%20-%20@neo/connect%20-%20connect.svg%20--%3e%3csvg%20width='344px'%20height='229px'%20viewBox='0%200%20344%20229'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ctitle%3econnect%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(0.900000,%200.400000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='PropertiesGroup'%20transform='translate(0.000000,%200.000000)'%3e%3cpath%20d='M31.5,113.9%20C31.5,68.4%2068.5,31.4%20114,31.4%20C117.2,31.4%20120.4,31.6%20123.5,32%20C131.2,22.1%20140.2,13.4%20150.4,6%20C139,2.1%20126.7,2.84217094e-14%20114,2.84217094e-14%20C51.1,2.84217094e-14%200,51.1%200,114%20C0,138.6%207.8,161.3%2021.1,180%20L43.8,157.3%20C36,144.6%2031.5,129.8%2031.5,113.9%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M228,113.9%20C228,91.8%20221.7,71.2%20210.8,53.7%20C200.5,56.8%20191.3,62.5%20184,70%20C192,82.7%20196.6,97.7%20196.6,113.8%20C196.6,159.3%20159.6,196.3%20114.1,196.3%20C95.7,196.3%2078.8,190.3%2065,180.1%20L42.6,202.5%20C62.2,218.3%2087,227.800147%20114.1,227.800147%20C176.9,227.9%20228,176.8%20228,113.9%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3cg%20id='PropertiesGroup'%20transform='translate(115.000000,%200.000000)'%3e%3cpath%20d='M114,-5.68434189e-14%20C51.1,-5.68434189e-14%200,51.1%200,114%20C0,136.1%206.3,156.7%2017.2,174.2%20C27.5,171.1%2036.7,165.4%2044,157.8%20C36,145.1%2031.4,130.1%2031.4,114%20C31.4,68.5%2068.4,31.5%20114,31.5%20C132.7,31.5%20150,37.8%20163.9,48.3%20L186.1,25.7%20C166.4,9.6%20141.3,-5.68434189e-14%20114,-5.68434189e-14%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M185.8,73.3%20C192.6,85.3%20196.6,99.2%20196.6,114%20C196.6,159.5%20159.5,196.5%20114,196.5%20C110.8,196.5%20107.6,196.3%20104.5,195.9%20C96.8,205.8%2087.8,214.5%2077.6,221.9%20C89,225.8%20101.2,227.9%20114,227.9%20C176.9,227.9%20228,176.8%20228,113.9%20C228,90.3%20220.8,68.4%20208.5,50.2%20L185.8,73.3%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#auth-panel h1.connect-title{margin:25px 0 0;font-size:2rem}#auth-panel h1,#auth-panel h2,#auth-panel h3{margin-bottom:0;text-align:center}#auth-panel .auth-panel__body{margin:auto 0}#auth-panel .subtitle{margin-top:30px;padding:0 65px;text-align:center}#auth-panel p{padding:30px 50px;text-align:center}#auth-panel .form{display:flex;align-items:center;flex-direction:column;margin:40px 0 auto}#auth-panel .form .flat-button.primary{margin:40px 0 0}#auth-panel .form .auth-text-field.errored input{border-color:#f8002b}#auth-panel .form .auth-text-field.errored input+label{color:#f8002b}#auth-panel a,#auth-panel .link,#auth-panel .text-button{display:inline-block;margin:30px auto 0;padding:2px 7px;font-size:.889rem;font-weight:300;cursor:default;text-align:center;color:#888;border-radius:5px;transition:ease-out .15s}#auth-panel .legals{width:100%;margin-top:50px;font-size:.8em;font-weight:300;text-align:center;color:#888}#impersonating-ribbon{width:100vw;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:var(--dark-blue)}#impersonating-ribbon p{color:#fff;font-weight:400;font-size:.89rem;cursor:default;padding:0 20px}#impersonating-ribbon button{margin-right:5px}/*!
* Copyright 2022 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - Loader.scss
*/.loader{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.loader img{width:100px;-webkit-user-select:none;user-select:none;pointer-events:none;margin-bottom:5rem;mix-blend-mode:darken}.loader.medium img{width:80px}.loader.small img{width:30px}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - HeadlinesProvider.scss
*/#headlines-wrapper .headline{display:block;position:relative;width:100vw;min-height:40px;padding:5px 20px;background-color:var(--dark-blue);color:#fff;text-align:center;line-height:30px;cursor:default}#headlines-wrapper .headline.success{background-color:var(--success)}#headlines-wrapper .headline.warning{background-color:var(--warning)}#headlines-wrapper .headline.danger{background-color:var(--danger)}#headlines-wrapper .headline .close-btn{position:absolute;top:5px;right:10px;cursor:default;color:#fff}#headlines-wrapper .headline span{font-size:.889rem;font-weight:500;letter-spacing:.05ch}#headlines-wrapper .headline:hover .close-btn{color:var(--light-grey)}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - Breadcrumb.scss
*/header .breadcrumb{display:flex;flex-direction:row;align-items:center;height:40px;width:100%;margin:0;transition:ease-out .1s}header .breadcrumb a,header .breadcrumb .current{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-block;height:40px;padding:.05em 15px 0;border:none;background:none;font-family:Poppins,sans-serif;color:var(--highlight-color);line-height:40px;font-size:.889em;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;cursor:default;transition:ease-out .1s}header .breadcrumb a:first-child,header .breadcrumb .current:first-child{font-size:1rem}header .breadcrumb a:not(:first-child),header .breadcrumb .current:not(:first-child){padding-left:25px}header .breadcrumb a:not(:first-child):after,header .breadcrumb .current:not(:first-child):after{content:"<";position:absolute;left:0;padding-right:5px;vertical-align:bottom;font-weight:400;pointer-events:none}header .breadcrumb .current{color:var(--dark-grey)}header .breadcrumb a{letter-spacing:.5pt}header .breadcrumb a:first-child{font-size:1rem;font-weight:600}header .breadcrumb a:hover{border-top-color:var(--highlight-color);cursor:default}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - Header.scss
*//*!
 * Copyright 2020 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * neo-access - _responsive.scss
 */:root{--header-height: 40px}header{display:flex;align-items:center;flex-direction:row;width:100%;height:40px;background-color:#fff}header .header-content{display:flex;align-items:center;flex-direction:row;width:100%;height:100%;border-bottom:1px solid var(--highlight-color)}header.space-top{top:40px}header .link{display:block;position:relative;height:40px;padding:.05em 15px 0;line-height:40px;cursor:default;font-size:.779em;color:var(--highlight-color);transition:linear .05s}@media (max-width: 1200px){header .link{padding:.05em 5px 0}}header .link:last-child{padding:.05em 15px 0!important}header .link:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:linear .05s}header .link:hover:before{border-top:2px solid var(--highlight-color)}header .link:active:before,header .link:focus:before,header .link.active:before{border-top:3px solid var(--highlight-color)}header .user-profile{flex-shrink:0;padding:0 20px;letter-spacing:normal}header .user-profile .user-profile-picture{height:1.25rem;vertical-align:middle}header .user-profile .user-name{font-weight:500}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - MainLogo.scss
*/.shell-main-logo{flex-shrink:0;width:var(--sidebar-width);height:100%;border-bottom:1px solid var(--dark-blue);background-color:var(--highlight-color);transition:ease-out .15s}.shell-main-logo__logo{display:flex;width:100%;height:39px;flex-shrink:0;flex-grow:0;align-items:center;justify-content:center;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20-%20Copyright%202023%20(c)%20Neo-OOH%20-%20All%20Rights%20Reserved%20-%20Unauthorized%20copying%20of%20this%20file,%20via%20any%20medium%20is%20strictly%20prohibited%20-%20Proprietary%20and%20confidential%20-%20Written%20by%20Valentin%20Dufois%20%3cvdufois@neo-ooh.com%3e%20-%20-%20@neo/connect%20-%20connect.svg%20--%3e%3csvg%20width='344px'%20height='229px'%20viewBox='0%200%20344%20229'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ctitle%3econnect%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(0.900000,%200.400000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='PropertiesGroup'%20transform='translate(0.000000,%200.000000)'%3e%3cpath%20d='M31.5,113.9%20C31.5,68.4%2068.5,31.4%20114,31.4%20C117.2,31.4%20120.4,31.6%20123.5,32%20C131.2,22.1%20140.2,13.4%20150.4,6%20C139,2.1%20126.7,2.84217094e-14%20114,2.84217094e-14%20C51.1,2.84217094e-14%200,51.1%200,114%20C0,138.6%207.8,161.3%2021.1,180%20L43.8,157.3%20C36,144.6%2031.5,129.8%2031.5,113.9%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M228,113.9%20C228,91.8%20221.7,71.2%20210.8,53.7%20C200.5,56.8%20191.3,62.5%20184,70%20C192,82.7%20196.6,97.7%20196.6,113.8%20C196.6,159.3%20159.6,196.3%20114.1,196.3%20C95.7,196.3%2078.8,190.3%2065,180.1%20L42.6,202.5%20C62.2,218.3%2087,227.800147%20114.1,227.800147%20C176.9,227.9%20228,176.8%20228,113.9%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3cg%20id='PropertiesGroup'%20transform='translate(115.000000,%200.000000)'%3e%3cpath%20d='M114,-5.68434189e-14%20C51.1,-5.68434189e-14%200,51.1%200,114%20C0,136.1%206.3,156.7%2017.2,174.2%20C27.5,171.1%2036.7,165.4%2044,157.8%20C36,145.1%2031.4,130.1%2031.4,114%20C31.4,68.5%2068.4,31.5%20114,31.5%20C132.7,31.5%20150,37.8%20163.9,48.3%20L186.1,25.7%20C166.4,9.6%20141.3,-5.68434189e-14%20114,-5.68434189e-14%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M185.8,73.3%20C192.6,85.3%20196.6,99.2%20196.6,114%20C196.6,159.5%20159.5,196.5%20114,196.5%20C110.8,196.5%20107.6,196.3%20104.5,195.9%20C96.8,205.8%2087.8,214.5%2077.6,221.9%20C89,225.8%20101.2,227.9%20114,227.9%20C176.9,227.9%20228,176.8%20228,113.9%20C228,90.3%20220.8,68.4%20208.5,50.2%20L185.8,73.3%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20-%20Copyright%202023%20(c)%20Neo-OOH%20-%20All%20Rights%20Reserved%20-%20Unauthorized%20copying%20of%20this%20file,%20via%20any%20medium%20is%20strictly%20prohibited%20-%20Proprietary%20and%20confidential%20-%20Written%20by%20Valentin%20Dufois%20%3cvdufois@neo-ooh.com%3e%20-%20-%20@neo/connect%20-%20connect.svg%20--%3e%3csvg%20width='344px'%20height='229px'%20viewBox='0%200%20344%20229'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ctitle%3econnect%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='connect'%20transform='translate(0.900000,%200.400000)'%20fill='%23000000'%20fill-rule='nonzero'%3e%3cg%20id='PropertiesGroup'%20transform='translate(0.000000,%200.000000)'%3e%3cpath%20d='M31.5,113.9%20C31.5,68.4%2068.5,31.4%20114,31.4%20C117.2,31.4%20120.4,31.6%20123.5,32%20C131.2,22.1%20140.2,13.4%20150.4,6%20C139,2.1%20126.7,2.84217094e-14%20114,2.84217094e-14%20C51.1,2.84217094e-14%200,51.1%200,114%20C0,138.6%207.8,161.3%2021.1,180%20L43.8,157.3%20C36,144.6%2031.5,129.8%2031.5,113.9%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M228,113.9%20C228,91.8%20221.7,71.2%20210.8,53.7%20C200.5,56.8%20191.3,62.5%20184,70%20C192,82.7%20196.6,97.7%20196.6,113.8%20C196.6,159.3%20159.6,196.3%20114.1,196.3%20C95.7,196.3%2078.8,190.3%2065,180.1%20L42.6,202.5%20C62.2,218.3%2087,227.800147%20114.1,227.800147%20C176.9,227.9%20228,176.8%20228,113.9%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3cg%20id='PropertiesGroup'%20transform='translate(115.000000,%200.000000)'%3e%3cpath%20d='M114,-5.68434189e-14%20C51.1,-5.68434189e-14%200,51.1%200,114%20C0,136.1%206.3,156.7%2017.2,174.2%20C27.5,171.1%2036.7,165.4%2044,157.8%20C36,145.1%2031.4,130.1%2031.4,114%20C31.4,68.5%2068.4,31.5%20114,31.5%20C132.7,31.5%20150,37.8%20163.9,48.3%20L186.1,25.7%20C166.4,9.6%20141.3,-5.68434189e-14%20114,-5.68434189e-14%20Z'%20id='Path'%3e%3c/path%3e%3cpath%20d='M185.8,73.3%20C192.6,85.3%20196.6,99.2%20196.6,114%20C196.6,159.5%20159.5,196.5%20114,196.5%20C110.8,196.5%20107.6,196.3%20104.5,195.9%20C96.8,205.8%2087.8,214.5%2077.6,221.9%20C89,225.8%20101.2,227.9%20114,227.9%20C176.9,227.9%20228,176.8%20228,113.9%20C228,90.3%20220.8,68.4%20208.5,50.2%20L185.8,73.3%20Z'%20id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:30px;mask-size:30px;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;cursor:default;transition:ease-out .15s}.shell-main-logo:hover{background-color:#fff}.shell-main-logo:hover .shell-main-logo__logo{background-color:var(--highlight-color)}/*!
* Copyright 2025 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <valentin@webisoft.com>
*
* @neo/connect - Sidebar.scss
*//*!
 * Copyright 2022 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _animations.scss
 *//*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _colors.scss
 *//*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _cards.scss
 *//*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _utils.scss
 *//*!
 * Copyright 2020 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * neo-access - _texts.scss
 */:root{--sidebar-width: 90px}#sidebar{position:relative;grid-column:1;grid-row:2/-1;display:flex;flex-direction:column;flex-shrink:0;width:var(--sidebar-width);height:100%;overflow:auto;overflow-x:hidden;background-color:var(--dark-blue);transition:ease-out .15s}#sidebar footer{width:200px;flex-shrink:0;padding:0;margin-top:auto;display:flex;flex-direction:row;align-items:flex-end;transition:ease-out .15s;transition-property:margin-left}#sidebar footer .neo-logo{flex-shrink:0;display:block;width:var(--sidebar-width);height:40px;background-size:75%;background-position:center center;background-repeat:no-repeat;cursor:default;background-image:url(/static/media/main.light.colors.DmaO5_PX.png)}#sidebar footer .neo-logo:hover{background-color:#00000026}.sidebar__menu-items-group{padding:0;margin:5px 0 20px;width:var(--sidebar-width)}.sidebar__menu-items-group a{cursor:default}.sidebar__subsection{display:block;width:var(--sidebar-width);padding:5px;color:#fff;text-align:center}.sidebar__subsection:hover,.sidebar__subsection.isOpen{color:var(--active-color);background-color:rgba(var(--active-color-rgb),.15)}.sidebar__subsection.isActive{color:#fff;background-color:var(--highlight-color)}.sidebar__subsection__popup{background-color:var(--dark-blue);border-left:1px solid var(--idle-grey);box-shadow:0 2px 5px rgba(var(--dark-blue-rgb),.25)}.sidebar__subsection__popup .sidebar__menu-item{min-width:var(--sidebar-width);width:unset;padding-left:10px;padding-right:10px}.sidebar__menu-item{display:block;width:var(--sidebar-width);height:unset;margin:0;padding:10px 0;color:#fff;cursor:default;-webkit-user-select:none;user-select:none;transition:ease-out .1s;transition-property:background-color}.sidebar__menu-item .sidebar__menu-item__icon{display:block;width:100%;height:20px;margin-bottom:5px;grid-column:1;background-color:#fff;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:ease-out .1s;transition-property:background-color}.sidebar__menu-item .label{display:block;width:100%;margin-bottom:-2px;font-size:.702rem;font-weight:300;letter-spacing:.025em;text-align:center;transition:ease-out .1s;transition-property:color}.sidebar__menu-item.active{background-color:var(--highlight-color)}.sidebar__menu-item:hover:not(.active),.sidebar__menu-item:focus:not(.active){background-color:rgba(var(--active-color-rgb),.15)}.sidebar__menu-item:hover:not(.active) .sidebar__menu-item__icon,.sidebar__menu-item:focus:not(.active) .sidebar__menu-item__icon{background-color:var(--active-color)}.sidebar__menu-item:hover:not(.active) .label,.sidebar__menu-item:focus:not(.active) .label{color:var(--active-color)}.sidebar__menu-item:focus:not(.active){box-shadow:0 0 0 3px var(--active-color) inset}/*!
* Copyright 2023 (c) Neo-OOH - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Valentin Dufois <vdufois@neo-ooh.com>
*
* @neo/connect - OutdatedServiceWorkerRibbon.scss
*/.outdated-app-ribbon{display:flex;align-items:center;justify-content:center;gap:15px;height:40px;flex-shrink:0;border-bottom:1px solid var(--success);background-color:rgba(var(--success-rgb),.75);color:#fff;font-size:.889rem;font-weight:500}.outdated-app-ribbon .flat-button{height:25px;--flat-btn-color: 255, 255, 255;--flat-btn-front-color: var(--success);--flat-btn-front-hover-color: var(--success);--flat-btn-front-active-color: var(--success)}
