.pretty-loader{display:inline-flex;position:relative}.pretty-loader .pretty-loader__content{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.pretty-loader .pretty-loader__content_dots{gap:6px}.pretty-loader .pretty-loader__label{opacity:1}.pretty-loader.pretty-loader_active .pretty-loader__content{display:inline-block}.pretty-loader.pretty-loader_active .pretty-loader__label{opacity:0}.pretty-loader.pretty-loader_active .pretty-loader__content_dots{display:inline-flex;gap:6px}.loader-circle{animation:rotate 2s linear infinite;transform-origin:center;vertical-align:middle}.loader-circle circle{fill:none;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:stretch 1.5s ease-in-out infinite}.loader-circleDots circle{animation:blink 1s infinite}.loader-circleDots circle:first-child{animation-delay:.1s}.loader-circleDots circle:nth-child(2){animation-delay:.2s}.loader-circleDots circle:nth-child(3){animation-delay:.3s}.loader-circleDots circle:nth-child(4){animation-delay:.4s}.loader-circleDots circle:nth-child(5){animation-delay:.5s}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes stretch{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-124px}}@keyframes blink{0%,to{opacity:.1}50%{opacity:1}}.collaborator-reach{margin:160px 0 0}@media(max-width:991.98px){.collaborator-reach{margin-top:64px}}.collaborator-reach__map{margin-top:50px;position:relative}@media(max-width:1289.98px){.collaborator-reach__map{margin-top:30px}}.collaborator-reach__map svg{height:auto;width:100%}.collaborator-reach__map svg circle[id]{transition:all .2s ease-in-out}.collaborator-reach__map svg circle[id]+circle:hover,.collaborator-reach__map svg circle[id]:hover+circle{stroke:var(--color-white);stroke-opacity:1}.collaborator-reach__info{background:hsla(0,0%,100%,.6);border:1px solid var(--color-e4e4e4);border-radius:22px;bottom:6%;left:50%;max-width:440px;padding:36px 46px;position:absolute;width:100%}@media(max-width:1289.98px){.collaborator-reach__info{max-width:310px;padding:20px 30px}}@media(max-width:991.98px){.collaborator-reach__info{margin:0 auto;position:static}}.collaborator-reach__tooltip{background-color:var(--color-white);border-radius:8px;box-shadow:0 4px 40px 0 rgba(0,0,0,.15);font-size:12px;opacity:0;position:absolute;text-align:center;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease;visibility:hidden;z-index:3}.collaborator-reach__tooltip.show{opacity:1;transform:translateY(0);visibility:visible}.collaborator-reach__tooltip:before{background-color:var(--color-white);border-radius:2px;bottom:0;content:"";height:20px;left:50%;position:absolute;transform:translate(-50%,calc(50% - 2px)) rotate(45deg);width:20px;z-index:1}.collaborator-reach__tooltip-inner{min-width:108px;padding:18px 8px 8px;position:relative;z-index:2}.collaborator-reach__tooltip img{display:flex;height:auto;margin:0 auto;width:32px}