@font-face {
  font-family: "Pharma-RegularCond";
  src: url("../fonts/Pharma-RegularCond/Pharma-RegularCond.eot?#iefix") format("embedded-opentype"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.otf") format("opentype"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.woff") format("woff"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.ttf") format("truetype"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.svg#Pharma-RegularCond") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pharma-BoldCond";
  src: url("../fonts/Pharma-BoldCond/Pharma-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.otf") format("opentype"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.woff") format("woff"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.ttf") format("truetype"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.svg#Pharma-BoldCond") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Pharma-RegularCond";
  font-size: 16px;
  margin: 0;
  background-color: #01172c;
}

.header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.175), rgba(0, 0, 0, 0) 85vh), radial-gradient(circle 32vh, rgba(255, 255, 255, 0.04) 32vh, rgba(0, 0, 0, 0));
  background-color: #01172c;
}

#info {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
}

#content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 0 0 0;
}

a {
  color: #0a2034;
  text-decoration: none;
}

#c {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-item {
  display: inline;
}
.list-item .scene {
  width: 100vw;
  height: 100vh;
  display: block;
}

.scene2 {
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  background-color: #f3f3f3;
}

img {
  max-width: 100%;
}

.container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 550px) {
  .container {
    min-height: 0;
  }
}
.container .block {
  max-width: 100%;
}
@media screen and (min-width: 990px) {
  .container .block {
    width: 50%;
  }
}
.container .block .block-inner {
  max-width: 470px;
}

.site-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.site-main section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #0a2034;
}
@media only screen and (max-width: 550px) {
  .site-main section {
    padding-bottom: 3rem;
    min-height: 0;
    background-color: white;
  }
}
.site-main section h2 {
  font-size: 2rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .site-main section h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 670px) {
  .site-main section h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 990px) {
  .site-main section h2 {
    font-size: 5rem;
  }
}
.site-main .header {
  padding: 1rem 2rem;
  min-height: 100vh;
  text-align: center;
  color: #fff;
  background-image: url("../images/header-fallback.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: 6s ease-out 0s 1 fadeIn;
}
@media only screen and (max-width: 550px) {
  .site-main .header {
    animation-duration: 2s;
    animation-delay: 0;
  }
}
.site-main .header img {
  width: 100%;
  max-width: 280px;
  margin: 1rem auto;
}
@media screen and (min-width: 320px) {
  .site-main .header img {
    max-width: 200px;
  }
}
@media screen and (min-width: 990px) {
  .site-main .header img {
    max-width: 250px;
  }
}
@media screen and (min-width: 1600px) {
  .site-main .header img {
    max-width: 338px;
  }
}
.site-main .header h1 {
  display: block;
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  left: 2rem;
  margin: 0 auto;
  max-width: 650px;
  font-weight: 400;
}
.site-main .header h1:after {
  display: block;
  content: "";
  width: 1px;
  height: 1.5rem;
  background-color: #fff;
  margin: 1rem auto 0;
}
.site-main .dna-section {
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.site-main .definition {
  color: #0a2034;
  font-size: 2rem;
  min-height: 0;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .site-main .definition {
    padding-top: 4rem;
  }
}
.site-main .definition h2 span.small-word {
  position: relative;
  font-size: 2rem;
}
@media screen and (min-width: 990px) {
  .site-main .definition h2 span.small-word {
    top: -2.5rem;
  }
}
.site-main .definition p {
  line-height: 1.5;
  line-height: 2rem;
  font-size: 1.5rem;
}
.site-main .definition ul {
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}
.site-main .definition .container {
  justify-content: flex-end;
  min-height: 0;
}
.site-main .menu {
  font-size: 1.5rem;
  min-height: 0;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 990px) {
  .site-main .menu {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  .site-main .menu {
    padding-top: 4rem;
  }
}
.site-main .menu .container {
  justify-content: flex-start;
  min-height: 0;
}
.site-main .menu .block:first-child {
  order: 1;
}
@media screen and (min-width: 990px) {
  .site-main .menu .block:first-child {
    order: 0;
  }
}
.site-main .menu p {
  margin: 0 0 2rem 0;
  line-height: 2rem;
}
.site-main .menu p:last-child {
  margin-bottom: 0;
}
.site-main .menu h3 {
  font-size: 1.7rem;
  margin: 0;
  font-weight: 400;
}
.site-main .menu img {
  margin: 2rem 0;
}
.site-main .menu .allpeople {
  display: block;
  position: relative;
  max-width: 563px;
  height: 546px;
}
@media only screen and (max-width: 990px) {
  .site-main .menu .allpeople {
    display: none;
  }
}
.site-main .menu .people1, .site-main .menu .people2, .site-main .menu .people3, .site-main .menu .people4, .site-main .menu .people5 {
  position: absolute;
}
.site-main .menu .people1 {
  width: 443px;
}
.site-main .menu .people2 {
  width: 80px;
}
.site-main .menu .people3 {
  width: 128px;
  right: 114px;
  top: 39px;
}
.site-main .menu .people4 {
  width: 84px;
  right: 0;
  top: 194px;
}
.site-main .menu .people5 {
  width: 82px;
  right: 219px;
  top: 438px;
}
.site-main .menu .combined-image {
  display: none;
}
@media only screen and (max-width: 990px) {
  .site-main .menu .combined-image {
    display: block;
    max-width: 500px;
    width: 100%;
  }
}
.site-main .location {
  font-size: 2rem;
  min-height: 0;
  padding: 50px 0 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .site-main .location {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  .site-main .location {
    padding-top: 4rem;
  }
}
.site-main .location p {
  padding-left: 0.5rem;
  font-size: 1.5rem;
}
.site-main .location a {
  font-size: 1.5rem;
}
.site-main .location #map {
  width: 100%;
  max-width: 500px;
  height: 500px;
  border-radius: 100%;
}
.site-main .location img {
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .site-main .location img {
    margin: 2rem;
    margin-right: 3rem;
    max-width: 90%;
  }
}
.site-main .location .container {
  min-height: 0;
  position: relative;
}
.site-main .location #svgCircle-3 {
  position: absolute;
  max-height: 500px;
  max-width: 500px;
  width: 100%;
  top: 0px;
  left: -30px;
}
@media only screen and (min-width: 550px) {
  .site-main .location #svgCircle-3 {
    top: -30px;
    left: -30px;
  }
}
.site-main .location #svgCircle-4 {
  position: absolute;
  max-height: 500px;
  max-width: 500px;
  width: 100%;
  left: 30px;
  top: 30px;
}
@media only screen and (min-width: 550px) {
  .site-main .location #svgCircle-4 {
    left: 60px;
    top: 30px;
  }
}
.site-main .locationCircle {
  min-height: 100vw;
  min-width: 80vw;
}
@media only screen and (min-width: 550px) {
  .site-main .locationCircle {
    min-height: 0;
    min-width: 0;
    width: 500px;
    height: 500px;
  }
}
.site-main .locationLink {
  position: absolute;
}
.site-main #dots {
  display: none;
}
@media only screen and (min-width: 550px) {
  .site-main #dots {
    display: none;
    position: relative;
    bottom: -3rem;
  }
}
.site-main .line-dots {
  width: 8px;
  height: 12px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  transition: all 1s;
  transform: scaleX(1);
  opacity: 0.5;
}
.site-main .line-dots.active {
  transform: scaleX(1.5);
  opacity: 1;
}
.site-main .attendees {
  background-color: #01172c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
}
.site-main .attendees .container {
  max-width: none;
  flex-direction: column;
  width: 100vw;
  padding: 0;
  margin: 0;
}
.site-main .attendees .header-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  width: 100%;
}
.site-main .attendees #my-network {
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 550px) {
  .site-main .attendees #my-network {
    height: 500px;
    max-height: 80vh;
    margin-top: 50px;
  }
}
.site-main .attendees .my-network-wrapper {
  position: relative;
  width: 100%;
}
.site-main .attendees .my-network-wrapper .vis-tooltip {
  padding: 7px;
  color: black;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  font-family: "Pharma-RegularCond";
  font-size: 1.125rem;
  line-height: 1.2;
}
.site-main .attendees .my-network-wrapper .navNetwork {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 10px;
}
.site-main .attendees .my-network-wrapper .navNetwork .nextTranslate {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.5);
}
.site-main .attendees .my-network-wrapper .navNetwork .preTranslate {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid rgba(255, 255, 255, 0.5);
  margin-right: 26px;
}
.site-main .attendees .my-network-wrapper button {
  position: absolute;
  top: 50%;
  z-index: 11;
  appearance: none;
  -moz-appearance: none;
  background: none;
  color: white;
  border: 0;
  font-family: "Pharma-RegularCond";
  font-size: 1.2rem;
  cursor: pointer;
}
.site-main .attendees .my-network-wrapper button.prev {
  left: -1.5vw;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-main .attendees .my-network-wrapper button.prev {
    left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .site-main .attendees .my-network-wrapper button.prev {
    left: -5vw;
  }
}
.site-main .attendees .my-network-wrapper button.prev::before {
  content: "";
  position: absolute;
  top: 41%;
  left: -1rem;
  width: 1rem;
  height: 1px;
  background-color: white;
  transition: left 0.15s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .site-main .attendees .my-network-wrapper button.prev::before {
    display: none;
  }
}
.site-main .attendees .my-network-wrapper button.prev:hover::before {
  left: -1.25rem;
}
.site-main .attendees .my-network-wrapper button.next {
  right: -1.5vw;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-main .attendees .my-network-wrapper button.next {
    right: 0vw;
  }
}
@media only screen and (max-width: 550px) {
  .site-main .attendees .my-network-wrapper button.next {
    right: -5vw;
  }
}
.site-main .attendees .my-network-wrapper button.next::after {
  content: "";
  position: absolute;
  top: 41%;
  right: -1rem;
  width: 1rem;
  height: 1px;
  background-color: white;
  transition: right 0.15s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .site-main .attendees .my-network-wrapper button.next::after {
    display: none;
  }
}
.site-main .attendees .my-network-wrapper button.next:hover::after {
  right: -1.25rem;
}
@media only screen and (max-width: 550px) {
  .site-main .attendees .my-network-wrapper button span.label {
    display: none;
  }
}
@media only screen and (min-width: 550px) {
  .site-main .attendees .my-network-wrapper button span.label-mobile {
    display: none;
  }
}
.site-main .attendees .search {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.site-main .attendees .search #search-icon {
  display: inline-block;
  float: left;
  padding: 20px 0 10px 0;
}
.site-main .attendees .search #searchInput {
  width: 80%;
  font-size: 36px;
  padding: 10px;
  background-color: transparent;
  border: none;
  font-family: "Pharma-RegularCond";
  color: #ffffff;
  opacity: 0.2;
}
.site-main .attendees .search #searchInput:focus {
  outline: none;
}
.site-main .attendees .search #all-attendees-list {
  position: absolute;
  display: none;
  max-width: 500px;
  width: 100%;
  background-color: white;
  opacity: 0.95;
  margin-top: 20px;
  z-index: 10;
}
.site-main .attendees .search #all-attendees-list #attendees-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #0a2034;
}
.site-main .attendees .search #all-attendees-list #attendees-list li {
  cursor: pointer;
  margin: 18px 0 0 0;
  padding-bottom: 18px;
  font-size: 24px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.site-main .attendees .search-results {
  background-color: #01172c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
}
.site-main .attendees .search-results .close-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 100px;
}
.site-main .attendees .search-results .close-button .closeLinkSearch {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.site-main .attendees .search-results .close-button .closeLinkSearch:hover {
  opacity: 1;
}
.site-main .attendees .search-results .close-button .closeLinkSearch::before, .site-main .attendees .search-results .close-button .closeLinkSearch::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}
.site-main .attendees .search-results .close-button .closeLinkSearch::before {
  transform: rotate(45deg);
}
.site-main .attendees .search-results .close-button .closeLinkSearch::after {
  transform: rotate(-45deg);
}
.site-main .attendees .search-results .search-picture .clip-circle {
  -webkit-clip-path: circle(80px at center);
  clip-path: circle(80px at center);
}
.site-main .attendees .search-results .search-picture img {
  width: 180px;
  height: 180px;
}
.site-main .attendees .search-results .search-picture::before {
  content: "";
  width: 180px;
  height: 180px;
  background-color: #ef9033;
  position: absolute;
  border-radius: 50%;
}
.site-main .attendees .search-results .search-attendees-details {
  font-size: 21px;
}
.site-main .attendees .search-results .search-attendees-details .search-name {
  font-size: 21px;
  color: #ef9033;
  padding: 10px;
}
.site-main .partners {
  min-height: 0;
  position: relative;
  padding-top: 3rem;
  background-color: #01172c;
  color: #fff;
}
.site-main .partners::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../images/overlap-circles.png");
  background-size: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
}
.site-main .partners .container-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.site-main .partners .container {
  z-index: 1;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.site-main .partners .block {
  width: 100%;
  max-width: none;
  text-align: center;
}
.site-main .partners h2 {
  margin-bottom: 0.75em;
}
.site-main .partners .partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-main .partners .partner-logos a {
  display: block;
}
.site-main .partners .partner-logos #lab-logo img {
  padding: 25px;
}
.site-main .partners .partner-logos > div {
  width: 50%;
  padding: 2rem 1rem;
  text-align: center;
}
@media screen and (min-width: 990px) {
  .site-main .partners .partner-logos > div {
    width: 25%;
  }
}
.site-main .partners .partner-logos > div img {
  max-width: 100%;
  cursor: pointer;
}
.site-main .creative-team {
  min-height: 0;
  position: relative;
  padding-top: 3rem;
  background-color: #01172c;
  color: #fff;
}
.site-main .creative-team .container {
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
.site-main .creative-team .block {
  width: 100%;
  max-width: none;
  text-align: center;
}
.site-main .creative-team h2 {
  margin-bottom: 0.75em;
}
.site-main .creative-team .creative-team-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-main .creative-team .creative-team-logos > div {
  width: 50%;
  padding: 2rem 1rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 990px) {
  .site-main .creative-team .creative-team-logos > div {
    width: 25%;
  }
}
.site-main .creative-team .creative-team-logos > div img {
  max-width: 100%;
}

#unconsciously-coupling {
  position: relative;
}
#unconsciously-coupling .circle1 {
  content: "";
  position: absolute;
  top: -15%;
  left: -20.5%;
  z-index: 1;
  display: none;
  width: 55%;
  padding-top: 55%;
  background-image: url("../images/overlap-circles1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
@media screen and (min-width: 990px) {
  #unconsciously-coupling .circle1 {
    width: 110%;
    padding-top: 110%;
  }
}
#unconsciously-coupling #svgCircle-1 {
  position: absolute;
  max-height: 570px;
  max-width: 570px;
  width: 100%;
  top: 5%;
  left: 0;
}
@media screen and (min-width: 990px) {
  #unconsciously-coupling #svgCircle-1 {
    top: -15%;
    left: -32.5%;
  }
}
#unconsciously-coupling #svgCircle-2 {
  position: absolute;
  max-height: 570px;
  max-width: 570px;
  width: 100%;
  top: 15%;
  left: 0;
}
@media screen and (min-width: 990px) {
  #unconsciously-coupling #svgCircle-2 {
    top: -15%;
    left: -20.5%;
  }
}
#unconsciously-coupling::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -32.5%;
  z-index: 1;
  display: none;
  width: 55%;
  padding-top: 55%;
  background-image: url("../images/overlap-circles2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
@media screen and (min-width: 990px) {
  #unconsciously-coupling::before {
    width: 110%;
    padding-top: 110%;
  }
}
#unconsciously-coupling * {
  position: relative;
  z-index: 5;
}

.site-footer {
  background-color: #01172c;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
.site-footer a {
  color: #fff;
}
.site-footer .container {
  min-height: 0;
}
.site-footer img {
  max-width: 170px;
}
.site-footer .site-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 670px) {
  .site-footer .site-footer__inner {
    flex-direction: row;
  }
}
.site-footer ul {
  list-style: none;
  padding: 0;
}
.site-footer ul li {
  display: inline-block;
  padding-left: 1rem;
}
.site-footer ul li:first-child {
  padding-left: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Reveal_item {
  display: inline-block;
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease;
  transform: translateY(100%) rotate(5deg);
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.Reveal_item_menu {
  display: inline-block;
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease;
  transform: translateY(100%) rotate(5deg);
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.Reveal_item_location {
  display: inline-block;
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease;
  transform: translateY(100%) rotate(5deg);
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.Reveal_animate {
  transform: translate(0) rotate(0);
  opacity: 1;
}

.Reveal_row {
  display: block;
  overflow: hidden;
  vertical-align: top;
}

.loadingPage {
  background-color: #01172c;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
#map-svg,
#map-span,
#map-svg-path,
#map-circle-svg {
  pointer-events: none;
}

#map-svg {
  font-size: 1.5rem;
  z-index: 100;
  position: fixed;
  display: none;
  text-align: center;
  top: 0;
  justify-content: center;
  align-items: center;
}
#map-svg span {
  position: absolute;
}

/*# sourceMappingURL=style.css.map */
