@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css);
@import url(https://api.tiles.mapbox.com/mapbox-gl-js/v0.44.1/mapbox-gl.css);
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);
@keyframes fade-opacity {
  0% {
    filter: opacity(100%); }
  100% {
    filter: opacity(0%); } }

@keyframes fade {
  0% {
    color: #ffffff;
    transform: scale(1, 1); }
  100% {
    color: rgba(255, 255, 255, 0);
    transform: scale(1.5, 1.5); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes pulse-pending-opacity {
  0% {
    filter: opacity(40%); }
  100% {
    filter: opacity(100%); } }

:root {
  --safe-area-inset-top: 0px;
  --safe-area-inset-right: 0px;
  --safe-area-inset-bottom: 0px;
  --safe-area-inset-left: 0px;
  --safe-area-inset-top: constant(safe-area-inset-top, 0px);
  --safe-area-inset-right: constant(safe-area-inset-right, 0px);
  --safe-area-inset-bottom: constant(safe-area-inset-bottom, 0px);
  --safe-area-inset-left: constant(safe-area-inset-left, 0px);
  --safe-area-inset-top: env(safe-area-inset-top, 0px);
  --safe-area-inset-right: env(safe-area-inset-right, 0px);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-inset-left: env(safe-area-inset-left, 0px); }

html,
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: var(--safe-area-inset-top) var(--safe-area-inset-right) var(--safe-area-inset-bottom) var(--safe-area-inset-left);
  color: #ffffff;
  background: #000; }

.disable-scrolling {
  position: fixed;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

.link {
  background: transparent;
  border: none;
  color: #22c9ff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  width: initial;
  height: initial; }

.loader {
  width: 57px;
  margin: 20% auto; }

a {
  text-decoration: none;
  color: #ffffff; }

a:hover {
  text-decoration: none;
  text-decoration-color: #ffffff; }

@media only screen and (max-width: 900px) {
  .divider {
    margin: 17px 0 23px; } }

.incident-video-stream-control-play {
  bottom: 20px;
  left: 20px; }

.incident-video-control {
  position: absolute;
  z-index: 100;
  height: 36px;
  opacity: 0.3; }

.null-state {
  margin: auto;
  text-align: center; }

/*  COLUMN SETUP  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

.col {
  display: block;
  float: left;
  margin: 0; }

.col:first-child {
  margin-left: 0; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
  .col {
    margin: 1% 0 1% 0%; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  border: 0px;
  outline: none;
  font-size: 12px; }

.btn {
  cursor: pointer; }

.nav-right-menu {
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 10; }

hr {
  border: 0;
  border-bottom: 1px solid #666; }

.pane {
  height: 100%;
  display: flex;
  flex-direction: column; }

.reset {
  clear: both; }

.message {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center; }

.spinner {
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-duration: 1s; }

@media only screen and (max-width: 480px) {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  select {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff;
    -webkit-appearance: none; } }

select {
  padding: 4px 8px;
  padding-right: 24px;
  height: 24px;
  color: #a7abaf;
  font-size: 12px;
  border: 0;
  border-radius: 4px;
  background: url(/down-white.svg) 96%/15% no-repeat;
  background-color: black;
  background-size: 15px;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label.select-wrapper {
  position: relative; }
  label.select-wrapper:after {
    content: "\F107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #ffffff;
    right: 8px;
    top: 0px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  label.select-wrapper:before {
    content: "";
    right: 4px;
    top: 0px;
    width: 23px;
    height: 18px;
    background: transparent;
    position: absolute;
    pointer-events: none;
    display: block; }

input::-ms-clear {
  display: none; }

input::placeholder {
  font-size: 12px;
  font-weight: normal;
  color: #5e656f; }

.side-by-side {
  display: flex; }
  .side-by-side > div + div {
    margin-left: 8px; }

.align-bottom {
  align-items: flex-end; }

.align-center {
  align-items: center; }

.location-input {
  width: 158px; }

.no-pointer {
  cursor: initial !important; }

.error {
  color: #ea374d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; }

input {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  height: 48px; }
  input::placeholder {
    color: #aaadb3; }

button.link {
  padding-left: 0; }

.disabled {
  pointer-events: none;
  opacity: 0.4; }

.carousel {
  height: 100%; }
  .carousel > .slick-list,
  .carousel > .slick-list > .slick-track,
  .carousel > .slick-list > .slick-track > .slick-slide,
  .carousel > .slick-list > .slick-track > .slick-slide > div,
  .carousel > .slick-list > .slick-track > .slick-slide > div > .item {
    height: 100% !important; }
  .carousel .slick-next {
    right: 15px; }
  .carousel .slick-prev {
    left: 15px;
    z-index: 1; }
  .carousel .item > .incident-video-stream {
    height: 100%; }
    .carousel .item > .incident-video-stream > div > .badge.verified {
      opacity: 0; }
  .carousel .thumbnails {
    top: 16px;
    right: 16px;
    height: fit-content;
    width: 32px; }
    .carousel .thumbnails.slick-dots li button:before {
      display: none; }
    .carousel .thumbnails li {
      width: 32px;
      height: 32px;
      vertical-align: middle;
      border-radius: 8px;
      margin-bottom: 8px;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px; }
      .carousel .thumbnails li.slick-active .carousel-thumbnail {
        width: 28px;
        height: 28px; }
    .carousel .thumbnails .carousel-thumbnail {
      width: 32px;
      height: 32px;
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #ffffff; }
      .carousel .thumbnails .carousel-thumbnail > .fas.fa-play {
        visibility: hidden; }
      .carousel .thumbnails .carousel-thumbnail.map, .carousel .thumbnails .carousel-thumbnail.number {
        background: #676c73; }
  .carousel .incident-video-stream {
    max-height: none; }
    .carousel .incident-video-stream .incident-video-stream-player {
      max-height: none; }
      .carousel .incident-video-stream .incident-video-stream-player video {
        max-height: none; }
  .carousel.multiple-items .incident-video-stream .controls img {
    box-shadow: none; }
  .carousel .item > a > .map {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .carousel .item {
    position: relative; }
    .carousel .item:focus {
      outline: none; }
  .carousel .item > a {
    height: 100%; }
    .carousel .item > a > .background {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      filter: blur(8px); }

@keyframes fade-opacity {
  0% {
    filter: opacity(100%); }
  100% {
    filter: opacity(0%); } }

@keyframes fade {
  0% {
    color: #ffffff;
    transform: scale(1, 1); }
  100% {
    color: rgba(255, 255, 255, 0);
    transform: scale(1.5, 1.5); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes pulse-pending-opacity {
  0% {
    filter: opacity(40%); }
  100% {
    filter: opacity(100%); } }

.embed-footer {
  padding: 12px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent; }
  .embed-footer.desktop > .input > .logo,
  .embed-footer > .logo {
    border-radius: 8px;
    height: 32px;
    width: 32px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center; }
    .embed-footer.desktop > .input > .logo > img,
    .embed-footer > .logo > img {
      width: 18px;
      height: 18px; }
  .embed-footer > .text {
    margin-left: 8px;
    flex: 1; }
    .embed-footer > .text > h5 {
      color: #8c8c8c;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-transform: uppercase;
      margin: 0; }
  .embed-footer > button.cta {
    color: white;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    background: #4da6ff;
    border-radius: 40px;
    height: 40px;
    width: 105px;
    margin-left: 17px;
    padding: 0;
    border: 0;
    cursor: pointer; }
  .embed-footer.desktop > .input {
    height: 40px;
    flex: 1;
    position: relative; }
    .embed-footer.desktop > .input > .input-container {
      padding: 0; }
      .embed-footer.desktop > .input > .input-container > .input-field > input {
        height: 36px;
        padding-left: 43px;
        width: calc(100% - 40px);
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 16px;
        text-transform: uppercase;
        outline: none; }
    .embed-footer.desktop > .input > .logo,
    .embed-footer.desktop > .input > .sending,
    .embed-footer.desktop > .input > .submitted {
      position: absolute;
      top: 5px;
      left: 4px; }
      .embed-footer.desktop > .input > .logo > .loader,
      .embed-footer.desktop > .input > .sending > .loader,
      .embed-footer.desktop > .input > .submitted > .loader {
        height: 32px;
        width: 32px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite; }
        .embed-footer.desktop > .input > .logo > .loader > img,
        .embed-footer.desktop > .input > .sending > .loader > img,
        .embed-footer.desktop > .input > .submitted > .loader > img {
          height: 25px;
          width: 25px; }
      .embed-footer.desktop > .input > .logo > .submitted-container,
      .embed-footer.desktop > .input > .sending > .submitted-container,
      .embed-footer.desktop > .input > .submitted > .submitted-container {
        height: 32px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .embed-footer.desktop > .input > .logo > .submitted-container > i,
        .embed-footer.desktop > .input > .sending > .submitted-container > i,
        .embed-footer.desktop > .input > .submitted > .submitted-container > i {
          font-size: 25px;
          color: #37BC92; }
  .embed-footer.desktop > button.cta {
    width: 134px; }

.videos {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .videos > .nav-container {
    position: fixed;
    width: 100%;
    background: #000; }
  .videos > .video-list {
    display: flex;
    padding-top: 72px;
    flex: 1; }
    .videos > .video-list > .list {
      width: 100%; }
      .videos > .video-list > .list > div > .row {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 25px; }
        .videos > .video-list > .list > div > .row > .video {
          margin: 25px;
          overflow: hidden;
          display: inline-block;
          background: #242d3a;
          height: 100%;
          border-radius: 6px;
          position: relative; }
          .videos > .video-list > .list > div > .row > .video > .player {
            height: calc(100% - 50px);
            position: relative; }
            .videos > .video-list > .list > div > .row > .video > .player > .icon {
              position: absolute;
              top: 10px;
              left: 10px;
              font-size: 16px;
              background: none;
              border: none;
              padding: 10px; }
          .videos > .video-list > .list > div > .row > .video > .live {
            position: absolute;
            right: 20px;
            top: 15px; }
          .videos > .video-list > .list > div > .row > .video > .info {
            padding: 20px 15px; }
            .videos > .video-list > .list > div > .row > .video > .info > a > h3 {
              color: #ffffff;
              font-family: -apple-system, BlinkMacSystemFont, sans-serif;
              font-size: 14px;
              font-weight: bold;
              letter-spacing: 1px;
              line-height: 16px;
              text-transform: uppercase;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              margin: 0; }

.stream-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .stream-detail > .video-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .stream-detail > .video-container > .video {
      max-width: 500px;
      width: fit-content;
      margin: 25px;
      overflow: hidden;
      display: inline-block;
      background: #242d3a;
      border-radius: 6px;
      position: relative; }
      .stream-detail > .video-container > .video > .player {
        height: calc(100% - 50px);
        position: relative; }
        .stream-detail > .video-container > .video > .player > .icon {
          position: absolute;
          top: 10px;
          left: 10px;
          font-size: 16px;
          background: none;
          border: none;
          padding: 10px; }
      .stream-detail > .video-container > .video > .live {
        position: absolute;
        right: 20px;
        top: 15px; }
      .stream-detail > .video-container > .video > .info {
        padding: 20px 15px; }
        .stream-detail > .video-container > .video > .info > a > h3 {
          color: white;
          font-family: -apple-system, BlinkMacSystemFont, sans-serif;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 16px;
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0; }

.user-dropdown {
  z-index: 101; }
  .user-dropdown > .hamburger {
    color: #666666;
    font-size: 16px;
    padding: 22px 16px; }
  .user-dropdown .dropdown {
    display: flex;
    align-items: center;
    height: 60px;
    cursor: pointer; }
  .user-dropdown .fullName {
    font-size: 12px;
    margin-right: 7.5px;
    z-index: 6; }
  .user-dropdown .menu {
    margin-right: 40px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    width: 168px;
    z-index: 6;
    position: absolute;
    perspective: 1px;
    right: 0;
    overflow: hidden; }
    .left .user-dropdown .menu {
      left: 10px; }
  .user-dropdown .toggleActive {
    -webkit-appearance: checkbox; }
  .user-dropdown .menuItem {
    color: #4c5159;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    border: 0;
    justify-content: flex-start;
    padding: 0 12px;
    cursor: pointer; }
  .user-dropdown .menuItem:hover {
    background: #aaadb3; }
  .user-dropdown a {
    color: inherit; }
    .user-dropdown a:hover {
      text-decoration: none; }
  .user-dropdown .avatar-thumb {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    z-index: 6; }

.nav-container {
  flex: 1;
  height: 72px;
  max-height: 72px;
  display: flex; }
  .nav-container .fullscreen-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0072ff 0%, #5bb4ff 100%);
    overflow: hidden;
    z-index: 9999;
    display: flex;
    padding: 16px;
    transition: opacity 600ms, visibility 600ms;
    visibility: visible;
    opacity: 1; }
    .nav-container .fullscreen-navbar.hidden {
      opacity: 0;
      visibility: hidden; }
    .nav-container .fullscreen-navbar .left {
      flex: 1;
      display: flex;
      height: 100%; }
      .nav-container .fullscreen-navbar .left .logo-container {
        width: auto;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: left; }
        .nav-container .fullscreen-navbar .left .logo-container .logo {
          height: 20px;
          margin-right: 10px; }
          @media only screen and (max-width: 540px) {
            .nav-container .fullscreen-navbar .left .logo-container .logo {
              height: 16px; } }
    .nav-container .fullscreen-navbar .right {
      display: flex;
      text-align: right;
      flex-direction: column; }
      .nav-container .fullscreen-navbar .right .button {
        background: transparent;
        height: 30px;
        padding: 0;
        width: auto;
        margin: 0;
        text-align: right;
        margin-bottom: 48px; }
        .nav-container .fullscreen-navbar .right .button img {
          height: 16px;
          width: 16px; }
      .nav-container .fullscreen-navbar .right .link {
        width: 110px;
        padding: 16px 0;
        font-size: 24px;
        font-weight: 400;
        text-align: right;
        color: #ffffff;
        opacity: 0.4;
        text-transform: uppercase; }
        .nav-container .fullscreen-navbar .right .link:hover {
          text-decoration: none;
          transition: 0.3s;
          opacity: 1; }
        .nav-container .fullscreen-navbar .right .link.active {
          color: #ffffff;
          opacity: 1; }
  .nav-container .nav {
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start; }
    .nav-container .nav.public {
      position: fixed;
      background-color: #000;
      top: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 0; }
      .nav-container .nav.public .left .logo-container {
        padding-left: 20px; }
        .nav-container .nav.public .left .logo-container .logo {
          height: 24px; }
      .nav-container .nav.public .link {
        letter-spacing: 1.6px; }
      .nav-container .nav.public .button {
        font-weight: 800;
        color: #5bb4ff;
        background: transparent;
        font-size: 32px;
        padding: 0 16px;
        width: auto; }
        .nav-container .nav.public .button:hover {
          color: white; }
    @media only screen and (max-width: 540px) {
      .nav-container .nav {
        padding: 0 16px; } }
    .nav-container .nav .left {
      flex: 1;
      display: flex;
      height: 100%;
      align-items: center; }
      .nav-container .nav .left .logo-container {
        width: auto;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: left; }
        .nav-container .nav .left .logo-container .logo {
          height: 20px;
          margin-right: 10px; }
          @media only screen and (max-width: 540px) {
            .nav-container .nav .left .logo-container .logo {
              height: 16px; } }
    .nav-container .nav .right {
      display: flex;
      align-items: center;
      text-align: right; }
      .nav-container .nav .right .login-controls {
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.5px;
        text-transform: uppercase; }
        @media only screen and (max-width: 540px) {
          .nav-container .nav .right .login-controls {
            font-size: 12px; } }
    .nav-container .nav .link {
      display: inline-flex;
      width: 110px;
      height: 100%;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      justify-content: center;
      align-items: center;
      color: #8d9299;
      text-transform: uppercase; }
      .nav-container .nav .link:hover {
        color: #ffffff;
        text-decoration: none;
        transition: 0.3s; }
      .nav-container .nav .link.active {
        color: #ffffff; }
    .nav-container .nav .mask {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 100; }
  .nav-container:focus-within {
    border: none;
    outline: none; }

@font-face {
  font-family: "Styrene";
  font-weight: 300;
  font-display: auto;
  font-style: normal;
  font-named-instance: "Light";
  src: url("/fonts/StyreneB-Light-Web.woff2") format("woff2"), url("/fonts/StyreneB-Light-Web.woff") format("woff"); }

@font-face {
  font-family: "Styrene";
  font-weight: 400;
  font-display: auto;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("/fonts/StyreneB-Regular-Web.woff2") format("woff2"), url("/fonts/StyreneB-Regular-Web.woff") format("woff"); }

@font-face {
  font-family: "Styrene";
  font-weight: 500;
  font-display: auto;
  font-style: normal;
  font-named-instance: "Medium";
  src: url("/fonts/StyreneB-Medium-Web.woff2") format("woff2"), url("/fonts/StyreneB-Medium-Web.woff") format("woff"); }

.standards {
  padding: 32px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px; }
  .standards .hero-image {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .standards .hero-image > .image {
      height: 101px;
      width: auto; }
  .standards .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .standards .info > h3 {
      color: white;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 28px;
      margin: 25px 0;
      text-align: left;
      width: 315px; }
    .standards .info > p,
    .standards .info > ol,
    .standards .info > ul {
      font-size: 15px;
      line-height: 20px;
      margin: 0 0 24px 0;
      text-align: left;
      width: 315px; }
  .standards a {
    text-decoration: underline;
    color: #51adff; }

.reporting-standards .hero-image > .image {
  height: 96px; }

.community-standards .info > ol > li {
  margin: 0 0 24px 0; }

.iframe {
  height: calc(100vh - 105px);
  width: 100%;
  border: none; }

.body-background {
  background-color: #000000;
  height: 100%;
  width: 100%; }

.chartContainer {
  top: 25%;
  position: absolute;
  height: 50%;
  width: 100%;
  overflow-y: visible;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.chartContainer.chart {
  position: relative;
  height: 100%;
  top: 0; }

.fixed-chart-height {
  height: 100%; }

.chartContainer.chart .chartTitle {
  position: relative;
  overflow: visible;
  font-size: 4vw;
  font-family: -apple-system-display, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-shadow: 0px 1.1375px 3.4125px rgba(0, 0, 0, 0.4);
  margin-left: 6.4%;
  margin-bottom: 1.4%;
  display: flex;
  flex-direction: row; }

.chartContainer.chart .chartTitle .unselected-chart {
  color: #666666; }

.chartContainer html,
.chartContainer body {
  overflow: hidden; }

.chartContainer body {
  position: relative; }

.progress-bar {
  width: 80%;
  margin: -2vh auto 0 auto;
  display: flex;
  flex-direction: row; }

.progress-run {
  width: 80%;
  margin-left: 1vh;
  margin-top: 0.75vh; }

.listen-controls-play {
  z-index: +1;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .listen-controls-play .play-button {
    height: 4vh;
    width: 4vh;
    background: linear-gradient(225deg, #ff6a00, #ee0979);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 2vh; }
    .listen-controls-play .play-button .fa-play {
      padding-left: 2px; }

div > .custom-tooltip {
  width: 40vw;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 1vw 1vw 1vw 1vw; }

.custom-tooltip p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2vh; }

.rc-slider .rc-slider-handle {
  visibility: hidden; }

.rc-slider .rc-slider-track {
  background-color: #a9a9a9; }

.label {
  color: white; }

text.recharts-label > tspan {
  fill: grey; }

text.recharts-label {
  transform-origin: center;
  font-size: 10px; }

.update-text {
  font-family: -apple-system-body, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #8c8c8c;
  text-shadow: 0px 1.1375px 3.4125px rgba(0, 0, 0, 0.4);
  margin-left: 6.4%; }

.updated-at {
  letter-spacing: -0.25px;
  font-weight: normal;
  text-transform: none; }

.custom-legend {
  width: 110%;
  margin-bottom: 5%;
  margin-left: -5%;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.legend-entry {
  width: fit-content;
  text-align: center;
  font-family: -apple-system-body, BlinkMacSystemFont, sans-serif;
  color: #8c8c8c;
  font-weight: normal;
  font-style: normal; }

.legend-pill {
  font-size: 14px;
  border: 1px solid #666666;
  border-radius: 16px;
  width: fit-content;
  padding: 4px 10px;
  box-sizing: border-box;
  margin: 0 auto; }

.legend-num {
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0px 0.75833px 2.275px rgba(0, 0, 0, 0.4);
  margin-top: 4%;
  font-weight: 600;
  color: #fff; }

.legend-current-city {
  font-weight: 600; }

.timeframe-toggle-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #030303;
  text-transform: uppercase;
  font-family: -apple-system-body, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px; }

.timeframe-toggle-pill {
  border-radius: 30px;
  background: #ffffff;
  width: fit-content;
  text-align: center;
  padding: 4px 13px; }

.chart-offset {
  margin-left: 7%;
  height: 70%; }

.timeframe-toggle-pill.toggle-off {
  color: #fff;
  background-color: transparent; }

.chart-source {
  margin-left: 6.4%;
  margin-top: 3.2%;
  font-family: -apple-system-body, BlinkMacSystemFont, sans-serif;
  color: #8c8c8c;
  font-weight: 600;
  font-size: 8px;
  line-height: 16px; }

.recharts-surface {
  overflow: visible; }

.cases-select-container {
  display: flex;
  align-items: center;
  margin-left: 2vh;
  margin-right: 2vh; }

.cases-select-divider {
  height: 19.5px;
  width: 0px;
  border: 1px solid #ffffff; }

.earn {
  background: #D9D9D9; }

.earn {
  height: 100vh;
  width: 100vw; }

.earn > .info {
  height: 100%;
  width: 100%; }

.getapp-container .store-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.getapp-container .store {
  margin-right: 9px;
  height: 40px; }

.getapp-container .text {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #ffffff; }

.onair-preview {
  width: 100%;
  height: 100%; }
  .onair-preview .onair-video {
    width: 100%;
    height: auto; }
  .onair-preview .mute-button {
    position: absolute;
    z-index: 5;
    top: 16px;
    right: 18px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
  .onair-preview .mute-button > i {
    height: 16px;
    width: 16px; }
  .onair-preview .top-video-overlay-1 {
    position: absolute;
    z-index: 2;
    top: 0px;
    height: 90px;
    width: 100%;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0.5) 0%, rgba(3, 3, 3, 0.25) 100%); }
  .onair-preview .top-video-overlay-2 {
    position: absolute;
    z-index: 2;
    top: 90px;
    height: 88px;
    width: 100%;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0.25) 0%, rgba(3, 3, 3, 0.0001) 100%); }
  .onair-preview .incident-info {
    position: absolute;
    z-index: 3;
    top: 48px;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column; }
    .onair-preview .incident-info .topRow {
      display: flex; }
      .onair-preview .incident-info .topRow .onair-badge {
        width: 83px;
        height: 24px;
        background: #ff2640;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #ffffff; }
      .onair-preview .incident-info .topRow .onair-badge > img {
        margin-right: 4px; }
      .onair-preview .incident-info .topRow .viewers {
        margin-left: 6px;
        margin-top: 4px;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.25px;
        color: #b3b3b3;
        text-shadow: 0px 1px 12px rgba(3, 3, 3, 0.7); }
    .onair-preview .incident-info .incident-title {
      margin-top: 6px;
      max-height: 56px;
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.4px;
      color: #ffffff;
      text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.2);
      word-wrap: normal;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
    .onair-preview .incident-info .incident-location {
      margin-top: 4px;
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: -0.25px;
      color: #e6e6e6;
      text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.2); }
  .onair-preview .video-overlay-1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 72px;
    bottom: 174px;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.65) 100%); }
  .onair-preview .video-overlay-2 {
    position: absolute;
    z-index: 2;
    height: 142px;
    left: 0%;
    right: 0%;
    bottom: 32px;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0.65) 0%, rgba(3, 3, 3, 0.95) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .onair-preview .video-overlay-2 .video-overlay-interior {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .onair-preview .video-overlay-2 .video-overlay-interior .heading {
        display: flex;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        font-weight: bold;
        color: #ffffff;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.4px;
        margin-bottom: 4px; }
      .onair-preview .video-overlay-2 .video-overlay-interior .subheading {
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
        color: #ffffff;
        display: flex;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.25px;
        color: #e6e6e6;
        margin-bottom: 14px; }
  .onair-preview .video-overlay-3 {
    position: absolute;
    z-index: 2;
    height: 32px;
    left: 0%;
    right: 0%;
    bottom: 0px;
    background: rgba(3, 3, 3, 0.95); }
  .onair-preview .store-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .onair-preview .store {
    margin-right: 9px;
    height: 40px; }
  .onair-preview .full-screen-overlay {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(3, 3, 3, 0.7);
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px; }
    .onair-preview .full-screen-overlay .overlay-interior {
      width: 195px;
      height: 180px;
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
      font-weight: bold;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 0.4px;
      color: #ffffff;
      text-transform: capitalize; }

.component-Container.flex {
  display: flex; }

.component-Container.center {
  justify-content: center;
  align-items: center;
  text-align: center; }

.component-Container.column {
  flex-direction: column; }

.component-Container.fill {
  flex: 1;
  min-height: 0; }

.component-Container.fullWidth {
  width: 100%; }

.component-Container.fullHeight {
  height: 100%; }

@keyframes slide-in-from-right {
  from {
    margin-left: 100%; }
  to {
    margin-left: 0; } }

.psn-safepass {
  animation: slide-in-from-right 300ms forwards ease-in-out; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.select-button-check {
  animation: fade-in 150ms forwards ease-in-out; }

.email-settings {
  position: relative;
  padding-left: 40px;
  flex: 1;
  margin: 20px 0; }
  @media only screen and (max-width: 540px) {
    .email-settings {
      padding: 0 16px; } }
  .email-settings .checkbox-container.checked .checkbox-box {
    background: #5bb4ff; }
    .email-settings .checkbox-container.checked .checkbox-box .checkmark {
      display: block; }
  .email-settings .checkbox-container:hover {
    cursor: pointer; }
  .email-settings .checkbox-container {
    position: relative;
    margin-bottom: 16px;
    display: table; }
    .email-settings .checkbox-container .checkbox-box {
      position: absolute;
      width: 16px;
      height: 16px;
      border: 1px solid #4c5159;
      border-radius: 3px;
      margin: 0; }
      .email-settings .checkbox-container .checkbox-box .checkmark {
        position: absolute;
        padding: 3px;
        display: none; }
    .email-settings .checkbox-container .checkbox-label {
      height: 16px;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      margin-left: 24px;
      position: relative;
      vertical-align: middle; }
  .email-settings .submit {
    width: 164px;
    height: 48px;
    background: #4c5159;
    border-radius: 24px;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 800;
    background: linear-gradient(45deg, #0072ff 0%, #5bb4ff 100%);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
    font-size: 14px; }
    @media only screen and (max-width: 540px) {
      .email-settings .submit {
        height: 40px;
        width: 144px;
        font-size: 12px;
        letter-spacing: 0.86px; } }
    .email-settings .submit:hover {
      cursor: pointer; }
    .email-settings .submit.disabled {
      background: #4c5159;
      opacity: 1; }
      .email-settings .submit.disabled:hover {
        cursor: none; }
    .email-settings .submit.success {
      background: linear-gradient(-135deg, #72ff80 0%, #00a44f 100%); }
    .email-settings .submit.error {
      background: #ea374d; }
  .email-settings .title {
    height: 28px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px; }
    @media only screen and (max-width: 540px) {
      .email-settings .title {
        font-size: 20px;
        margin-top: 18px; } }
  .email-settings .sub-title {
    height: 19px;
    color: #aaadb3;
    font-size: 16px;
    margin-bottom: 32px;
    font-weight: 500;
    margin-top: 7px; }
    @media only screen and (max-width: 540px) {
      .email-settings .sub-title {
        height: 17px;
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 36px; } }

.terms {
  padding: 40px; }
  .terms .info {
    max-width: 960px;
    margin: 0 auto;
    font-size: 16px; }
    .terms .info > h3 {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 24px; }
    .terms .info > h4 {
      margin-top: 10px;
      margin-bottom: 20px;
      font-size: 18px; }
    .terms .info p, .terms .info ul, .terms .info ol, .terms .info li {
      margin-bottom: 25px; }
    .terms .info > ol > li {
      font-weight: bold; }

.badge {
  position: absolute; }
  .badge.verified .checkmark {
    position: absolute;
    top: 2px;
    left: 3px; }

.badge {
  position: relative; }
  .badge.short.live {
    width: 26px; }
    .badge.short.live .bullet {
      background: #ed2323;
      border-radius: 50%;
      height: 4px;
      width: 4px;
      margin-right: 3px; }
    .badge.short.live .text {
      font-size: 8px;
      font-weight: 800;
      letter-spacing: 0.5px;
      line-height: 12px;
      text-transform: uppercase; }

.static-map {
  position: relative; }

a.incident-row:hover {
  text-decoration: none; }

.incident-row {
  position: relative;
  padding: 16px 21px 16px 16px;
  display: block;
  cursor: pointer;
  border-bottom: 1px #1c2026 solid; }
  .incident-row.top {
    height: auto;
    padding-bottom: 30px; }
    .incident-row.top .video-container {
      margin: 0;
      position: relative;
      width: 480px;
      height: 270px;
      overflow: hidden; }
      .incident-row.top .video-container .background {
        filter: blur(8px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .incident-row.top .video-container .video {
        position: relative;
        z-index: 1; }
      @media only screen and (max-width: 1024px) {
        .incident-row.top .video-container {
          width: 100%; } }
      .incident-row.top .video-container .badge-container {
        position: absolute;
        top: 10px;
        left: 10px;
        display: flex; }
        .incident-row.top .video-container .badge-container .badge {
          position: relative;
          display: flex;
          justify-content: center;
          align-self: center;
          height: 20px;
          padding: 4px 6px;
          color: #ffffff;
          font-size: 10px;
          font-weight: 800;
          letter-spacing: 1px;
          line-height: 12px; }
          .incident-row.top .video-container .badge-container .badge img {
            margin-right: 7px; }
          .incident-row.top .video-container .badge-container .badge.live {
            top: 10px;
            left: 10px;
            box-shadow: none; }
          .incident-row.top .video-container .badge-container .badge.verified {
            margin-right: 6px; }
    .incident-row.top .meta {
      padding-left: 0px; }
      .incident-row.top .meta .title {
        font-size: 20px;
        padding-top: 12px;
        width: calc(480px - 5px - 120px); }
      .incident-row.top .meta .neighborhood {
        font-size: 14px;
        margin-top: 6px; }
      .incident-row.top .meta .location {
        font-size: 14px;
        margin-top: 3px; }
      .incident-row.top .meta .date {
        font-size: 12px;
        padding-top: 20px; }
  .incident-row.regular {
    max-height: 113px;
    height: calc(113px - 17px - 16px);
    padding-bottom: 17px;
    position: relative; }
    .incident-row.regular .badge {
      position: absolute;
      top: 2px;
      left: 2px; }
    .incident-row.regular .meta {
      padding-left: 0px; }
      .incident-row.regular .meta .title {
        width: 240px;
        font-size: 14px;
        padding-top: 10px;
        line-height: 17px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        @media only screen and (max-width: 1024px) {
          .incident-row.regular .meta .title {
            padding-top: 5px;
            width: auto; } }
      .incident-row.regular .meta .neighborhood {
        font-size: 12px;
        margin-top: 4px; }
      .incident-row.regular .meta .location {
        font-size: 12px; }
      .incident-row.regular .meta .date {
        font-size: 10px;
        padding-top: 14px; }
        @media only screen and (max-width: 1024px) {
          .incident-row.regular .meta .date {
            padding-top: 0; } }
  .incident-row .meta {
    padding-left: 16px;
    text-align: left;
    width: inherit; }
    .incident-row .meta .title {
      color: #ffffff;
      font-weight: 800;
      display: block; }
      @media only screen and (max-width: 1024px) {
        .incident-row .meta .title {
          padding: 0; } }
    .incident-row .meta .neighborhood {
      color: #aaadb3;
      font-weight: 400; }
    .incident-row .meta .location {
      color: #4c5159;
      font-weight: 400; }
    .incident-row .meta .date {
      color: #4c5159;
      font-weight: 700;
      text-align: right;
      position: absolute;
      right: 26px; }
      @media only screen and (max-width: 1024px) {
        .incident-row .meta .date {
          text-align: left;
          position: initial;
          right: initial; } }
  .incident-row .thumbnail {
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 16px;
    position: relative;
    border-radius: 4px; }
    .incident-row .thumbnail .play {
      position: absolute;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1; }
  .incident-row.active {
    background-color: #1c2026; }

.incident-list {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 72px); }
  @media only screen and (max-width: 1024px) {
    .incident-list {
      height: auto; } }
  .incident-list .loader {
    margin-top: 20%;
    width: 100%;
    justify-content: center;
    text-align: center;
    display: inline-grid;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    .incident-list .loader img {
      height: 48px;
      width: 48px; }
  .incident-list form {
    margin: 15px 0 15px 15px; }
  .incident-list .incident-container {
    flex: 1;
    width: 512px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto; }
    @media only screen and (max-width: 1024px) {
      .incident-list .incident-container {
        width: 100%; } }
    .incident-list .incident-container .no-results {
      margin-top: 20%;
      justify-content: center;
      text-align: center;
      width: 100%;
      color: #4c5159;
      font-size: 16px;
      font-weight: 700;
      height: 24px;
      line-height: 24px; }
      .incident-list .incident-container .no-results .query {
        display: block; }
  .incident-list .input-field.prefix.postfix .postfixLabel .clear-icon {
    cursor: pointer; }

.input-container {
  padding: 0; }
  .input-container .label {
    color: #676c73;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    letter-spacing: 0.1px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 9px; }
  .input-container > .error {
    color: #ea374d;
    text-align: left;
    margin-top: 8px;
    margin-left: 4px;
    font-weight: normal; }
  .input-container.error > input {
    border: 2px solid #ea374d; }
  .input-container .input-field {
    position: relative;
    font-size: 16px;
    display: flex; }
    .input-container .input-field.prefix input {
      padding-left: 40px; }
    .input-container .input-field.postfix input {
      padding-right: 40px; }
    .input-container .input-field.error input {
      border: 2px solid #ea374d;
      margin-bottom: 10px; }
    .input-container .input-field input {
      padding: 0 16px;
      border-radius: 0.25rem;
      border: 2px solid transparent;
      height: 40px;
      background-color: #11141a;
      color: #ffffff;
      width: 100%; }
      .input-container .input-field input.light {
        color: #4c5159;
        background-color: #ffffff; }
        .input-container .input-field input.light:focus {
          border: 2px solid #5bb4ff; }
      .input-container .input-field input:focus {
        border: 2px solid #8d9299; }
    .input-container .input-field .prefixLabel {
      position: absolute;
      left: 16px;
      color: rgba(76, 81, 89, 0.6);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      align-self: center; }
    .input-container .input-field .postfixLabel {
      position: absolute;
      right: 8px;
      color: rgba(76, 81, 89, 0.6);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      align-self: center; }

.get-citizen {
  min-height: 272px;
  display: flex;
  flex-direction: row; }
  .get-citizen .cta {
    padding: 24px 16px 48px;
    min-height: 272px;
    height: 100%;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #393939; }
    .get-citizen .cta form {
      display: flex;
      align-items: flex-end; }
      .get-citizen .cta form.error {
        align-items: center; }
    .get-citizen .cta input[type="tel"] {
      display: inline-block;
      margin-right: 1rem;
      height: 48px;
      font-size: 20px; }
      .get-citizen .cta input[type="tel"]::placeholder {
        font-size: 20px; }
    .get-citizen .cta input[type="submit"] {
      display: inline-block;
      width: 192px;
      text-transform: uppercase; }
      .get-citizen .cta input[type="submit"].submitted {
        pointer-events: all;
        background: linear-gradient(-135deg, #72ff80 0%, #00a44f 100%);
        cursor: initial; }
    .get-citizen .cta .meta {
      margin-bottom: 27px; }
      .get-citizen .cta .meta .logo-container .badge {
        height: 56px;
        width: 56px;
        border-radius: 10px;
        padding: 12px; }
        .get-citizen .cta .meta .logo-container .badge img {
          width: 32px;
          height: 32px; }
      .get-citizen .cta .meta .text-container .title {
        padding-top: 4px;
        color: #ffffff;
        line-height: 24px;
        font-weight: 700; }
      .get-citizen .cta .meta .text-container .sub-title {
        padding-top: 7px;
        color: #aaadb3;
        line-height: 16px;
        font-weight: 500; }
    .get-citizen .cta .input-container {
      padding: 0;
      display: inline-block; }
  .get-citizen .store-links {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap; }
  .get-citizen .store {
    margin-top: 22px;
    margin-right: 9px;
    height: 40px; }
  .get-citizen .text-me {
    display: none; }
  @media only screen and (min-width: 540px) {
    .get-citizen .cta {
      padding: 44px 40px 65px; }
      .get-citizen .cta .meta .logo-container {
        float: left; }
        .get-citizen .cta .meta .logo-container .badge {
          height: 64px;
          width: 64px;
          border-radius: 12px;
          padding: 14px; }
          .get-citizen .cta .meta .logo-container .badge img {
            width: 36px;
            height: 36px; }
      .get-citizen .cta .meta .text-container {
        margin-left: 80px; }
    .get-citizen .text-me {
      display: block; }
    .get-citizen .store-links {
      display: none; } }

.error-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 1024px; }
  .error-page .error-container {
    flex: 1;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px; }
  .error-page .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; }
  .error-page .status {
    color: #aaadb3;
    font-size: 20px;
    font-weight: 500;
    height: 24px; }
  .error-page .redirect {
    color: #8d9299;
    font-size: 14px;
    font-weight: 700;
    height: 17px;
    text-transform: uppercase;
    margin-top: 38px; }
    .error-page .redirect a {
      color: #22c9ff; }
      .error-page .redirect a:hover {
        text-decoration: none; }
  @media only screen and (min-width: 540px) {
    .error-page .error-container {
      padding: 0 40px; } }

.download .footer {
  height: calc(100vh - 272px - 72px); }

.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 8px 2px 28px;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}to{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}
.mapboxgl-ctrl-group > button {
  background-color: #4c5159;
  width: 36px;
  height: 36px;
  border-radius: 0; }
  .mapboxgl-ctrl-group > button:hover {
    background-color: #676c73; }
  .mapboxgl-ctrl-group > button + button {
    border-top: 1px solid #1d2026; }

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("/static/app/Icon - Map Zoom In.svg"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("/static/app/Icon - Map Zoom Out.svg"); }

.incident-app .incident-map {
  position: relative;
  flex: 1;
  margin-left: 24px; }
  @media only screen and (max-width: 1024px) {
    .incident-app .incident-map {
      margin: 0 0 8px; } }
  .incident-app .incident-map #map-container #incident-map {
    position: relative;
    top: 0;
    left: 0;
    height: calc(100vh - 72px);
    width: 100%;
    outline: none; }
    @media only screen and (max-width: 1024px) {
      .incident-app .incident-map #map-container #incident-map {
        height: calc(40vh); } }
  .incident-app .incident-map #map-container #disable-map {
    pointer-events: all;
    z-index: 99;
    width: 100%;
    height: calc(100vh - 72px);
    position: absolute;
    top: 0;
    left: 0; }
  .incident-app .incident-map .dropdown {
    top: 16px;
    left: 16px;
    position: absolute;
    height: 40px;
    z-index: 98; }
  .incident-app .incident-map .mapboxgl-popup-content {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 16px;
    max-width: 280px; }
    .incident-app .incident-map .mapboxgl-popup-content .title {
      color: black;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .incident-app .incident-map .mapboxgl-popup-content .location {
      font-size: 10px;
      color: #aaadb3; }
  .incident-app .incident-map .select__indicator-separator,
  .incident-app .incident-map .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate {
    display: none; }
  .incident-app .incident-map .mapboxgl-ctrl.mapboxgl-ctrl-group {
    margin: 16px 16px 0 0;
    border-radius: 4px;
    background-color: #4c5159;
    overflow: hidden;
    color: white; }
    @media only screen and (max-width: 1024px) {
      .incident-app .incident-map .mapboxgl-ctrl.mapboxgl-ctrl-group {
        display: none; } }
    .incident-app .incident-map .mapboxgl-ctrl.mapboxgl-ctrl-group .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
      background-image: url("/static/app/Icon - Map Zoom In.svg") !important;
      background-repeat: no-repeat;
      background-position: center;
      width: 36px;
      height: 36px;
      border-radius: 0; }
    .incident-app .incident-map .mapboxgl-ctrl.mapboxgl-ctrl-group .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
      background-image: url("/static/app/Icon - Map Zoom Out.svg") !important;
      background-repeat: no-repeat;
      background-position: center;
      width: 36px;
      height: 36px;
      border-radius: 0; }
    .incident-app .incident-map .mapboxgl-ctrl.mapboxgl-ctrl-group .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in:hover,
    .incident-app .incident-map .mapboxgl-ctrl.mapboxgl-ctrl-group .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out:hover {
      background-color: #f0f0f0; }
  .incident-app .incident-map .mapboxgl-ctrl-group button {
    padding: 0 10px 10px 0;
    color: white !important; }
  .incident-app .incident-map .mapboxgl-ctrl-group button {
    padding: 0 10px 10px 0; }
  .incident-app .incident-map .mapboxgl-ctrl-group > button + button {
    border-top: 1px solid #11141a; }
  .incident-app .incident-map .select__control:hover {
    border-color: transparent;
    outline: none; }
  .incident-app .incident-map .select__value-container,
  .incident-app .incident-map .select__indicators,
  .incident-app .incident-map .select__input {
    height: 40px;
    background: #4c5159;
    border: none;
    box-shadow: none; }
  .incident-app .incident-map .select__control {
    width: 232px;
    background: #4c5159;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    height: 40px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.11); }
  .incident-app .incident-map .select__value-container {
    width: 200px; }
  .incident-app .incident-map .select__menu {
    margin: 2px 0 0; }
  .incident-app .incident-map .select__menu,
  .incident-app .incident-map .select__menu-list {
    width: 232px;
    padding: 0px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .incident-app .incident-map .select__option:hover {
    background: #aaadb3; }
  .incident-app .incident-map .select__option.select__option--is-selected {
    font-weight: 800; }
  .incident-app .incident-map .select__option,
  .incident-app .incident-map .select__menu-notice,
  .incident-app .incident-map .select__menu-notice--no-options {
    background: #ffffff;
    color: #4c5159;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase; }
    .incident-app .incident-map .select__option i,
    .incident-app .incident-map .select__menu-notice i,
    .incident-app .incident-map .select__menu-notice--no-options i {
      margin-right: 5px;
      color: #974dff; }
  .incident-app .incident-map .select__option:first-child {
    border-bottom: 1px solid #aaadb3; }
  .incident-app .incident-map .select__value-container {
    position: initial; }
  .incident-app .incident-map .select__input,
  .incident-app .incident-map .select__single-value,
  .incident-app .incident-map .select__indicator,
  .incident-app .incident-map .select__dropdown-indicator {
    color: #ffffff; }

.explore * {
  box-sizing: content-box; }

.explore ::-webkit-scrollbar {
  width: 5px; }

.explore ::-webkit-scrollbar-thumb {
  background: #555; }

.explore ::-webkit-scrollbar-track {
  background: #0e151d; }

.explore .incident-app {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 1024px) {
    .explore .incident-app {
      flex-direction: column-reverse; } }

.lead-form-modal > h3,
.lead-form-modal p {
  text-align: left;
  width: 100%;
  padding: 0 16px; }

.lead-form-modal > .text-input > .label {
  text-align: left;
  width: 100%;
  margin: 20px 0 9px 0; }

.lead-form-modal > .text-input > input,
.lead-form-modal > .text-input > .input-field > input {
  border: 1px solid #aaadb3;
  padding: 0 16px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 40px; }

.lead-form-modal > .text-input.error > input {
  border: 2px solid #ea374d; }

.lead-form-modal > .cta-container {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 16px;
  display: flex; }
  .lead-form-modal > .cta-container > button.submit {
    width: 150px;
    margin-top: 25px; }

.embed {
  width: 100%;
  height: 100%;
  position: relative;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  min-width: 352px;
  min-height: 146px; }
  .embed * {
    box-sizing: content-box; }
  .embed.with-media {
    min-height: 346px; }
    .embed.with-media.with-details {
      min-height: 506px; }
  .embed.with-details {
    min-height: 306px; }
  .embed.inverted {
    filter: invert(1); }
    .embed.inverted .share-button {
      filter: invert(1); }
    .embed.inverted .footer {
      filter: invert(1);
      background-image: linear-gradient(to top, #ccc, rgba(255, 255, 255, 0)); }
    .embed.inverted .map-container {
      filter: invert(1); }
  .embed > .media {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    flex: 1; }
    .embed > .media.inverted {
      filter: invert(1); }
  .embed > a > .title-bar {
    margin-bottom: 4px; }
    .embed > a > .title-bar > .date {
      font-size: 10px;
      font-weight: 900;
      line-height: 16px; }
    .embed > a > .title-bar #title {
      font-size: 16px;
      font-weight: bold;
      line-height: 20px; }
    .embed > a > .title-bar > .address {
      font-size: 12px;
      font-weight: 500;
      line-height: 20px; }
  .embed > a.base {
    margin: 20px 0 8px;
    width: 100%; }
    .embed > a.base > .title {
      display: flex;
      flex-direction: row;
      width: 100%;
      align-items: flex-start; }
      .embed > a.base > .title > h1 {
        flex: 1;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.2px;
        padding: 0 20px;
        margin: 0 0 2px 0;
        overflow: hidden;
        position: relative;
        line-height: 20px;
        max-height: 40px; }
    .embed > a.base > .location {
      color: #aaadb3;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      padding: 0 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .embed > a.updates {
    position: relative;
    overflow: auto;
    height: 160px; }
    .embed > a.updates.no-media {
      height: initial;
      flex: 1; }

.incident-thumbnail {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  height: 80px; }
  @media (max-width: 880px) {
    .incident-thumbnail {
      margin-right: 8px;
      margin-bottom: 0;
      height: 72px; } }
  @media (max-width: 540px) {
    .incident-thumbnail {
      height: 60px; } }
  .incident-thumbnail .map-thumbnail-image,
  .incident-thumbnail .video-thumbnail-image {
    overflow: hidden;
    height: 80px;
    max-width: 128px;
    width: 100%;
    border-radius: 6px; }
    @media (max-width: 880px) {
      .incident-thumbnail .map-thumbnail-image,
      .incident-thumbnail .video-thumbnail-image {
        height: 72px; } }
    @media (max-width: 540px) {
      .incident-thumbnail .map-thumbnail-image,
      .incident-thumbnail .video-thumbnail-image {
        height: 60px;
        max-width: 80px; } }
  .incident-thumbnail .video-thumbnail-overlay {
    position: absolute;
    background-color: rgba(13, 17, 26, 0.5); }
    @media (max-width: 880px) {
      .incident-thumbnail .video-thumbnail-overlay {
        height: 110%;
        width: 100%; } }
  .incident-thumbnail .video-thumbnail-icon {
    position: absolute;
    height: 32px;
    width: 32px;
    top: calc(50% - 16px);
    right: calc(50% - 16px); }
    @media (max-width: 540px) {
      .incident-thumbnail .video-thumbnail-icon {
        display: none; } }
  .incident-thumbnail.active-thumbnail {
    border: 2px solid #22c9ff; }
    .incident-thumbnail.active-thumbnail .map-thumbnail-image,
    .incident-thumbnail.active-thumbnail .video-thumbnail-image {
      top: 0;
      left: 0;
      margin-top: -4px; }
  .incident-thumbnail .badge {
    position: absolute; }
    .incident-thumbnail .badge.verified {
      top: 4px;
      left: 4px; }
    .incident-thumbnail .badge.live {
      top: 5px;
      right: 7px; }
    .incident-thumbnail .badge.downloads-counter {
      width: 13px;
      top: 5px;
      right: 6px; }
      .incident-thumbnail .badge.downloads-counter .num-downloads {
        font-size: 8px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 12px;
        margin-left: 3px; }

.media-module-container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  margin-bottom: 34px;
  max-height: 450px; }
  @media only screen and (max-width: 880px) {
    .media-module-container {
      flex-direction: column;
      max-width: 800px;
      max-height: 547px; } }
  @media only screen and (max-width: 540px) {
    .media-module-container {
      max-height: 483px;
      max-width: 540px; } }
  .media-module-container .media-module-view {
    flex: 1;
    margin-right: 32px;
    display: flex; }
    @media (max-width: 880px) {
      .media-module-container .media-module-view {
        width: calc(100vw - 80px);
        min-height: 387px; } }
    @media only screen and (max-width: 540px) {
      .media-module-container .media-module-view {
        margin-right: 0px;
        width: calc(100vw);
        min-height: 210px; } }
    .media-module-container .media-module-view .incident-map {
      height: 100%;
      width: 100%; }
  .media-module-container #faded-carousel {
    max-width: 128px; }
    .media-module-container #faded-carousel > .slick-slider,
    .media-module-container #faded-carousel > .slick-slider > .slick-list,
    .media-module-container #faded-carousel > .slick-slider > .slick-list > .slick-track {
      max-height: 100%;
      height: 100%; }
    .media-module-container #faded-carousel .slick-slide {
      cursor: pointer; }
      @media only screen and (max-width: 880px) {
        .media-module-container #faded-carousel .slick-slide {
          height: 72px;
          max-width: 128px; } }
      @media only screen and (max-width: 540px) {
        .media-module-container #faded-carousel .slick-slide {
          height: 60px;
          max-width: 80px; } }
    .media-module-container #faded-carousel .slick-arrow.slick-disabled {
      display: none; }
    @media only screen and (max-width: 880px) {
      .media-module-container #faded-carousel .slick-list {
        margin-top: 8px;
        height: 72px !important;
        width: calc(100vw - 80px); } }
    @media only screen and (max-width: 540px) {
      .media-module-container #faded-carousel .slick-list {
        height: 60px !important;
        width: 100vw; } }
    .media-module-container #faded-carousel .arrow {
      position: absolute;
      left: 36px;
      z-index: 2;
      cursor: pointer; }
      @media (max-width: 540px) {
        .media-module-container #faded-carousel .arrow {
          display: none; } }
      .media-module-container #faded-carousel .arrow.prev {
        top: -16px; }
        @media (max-width: 880px) {
          .media-module-container #faded-carousel .arrow.prev {
            top: 20px;
            transform: rotate(-90deg) scaleX(0.5);
            left: calc(-30px); } }
      .media-module-container #faded-carousel .arrow.next {
        bottom: -16px; }
        @media (max-width: 880px) {
          .media-module-container #faded-carousel .arrow.next {
            top: 20px;
            transform: rotate(-90deg) scaleX(0.5);
            left: calc(100vw - 110px); } }
    .media-module-container #faded-carousel .gradient {
      content: "";
      position: absolute;
      z-index: 1 !important;
      left: 0;
      width: 100%;
      height: 80px; }
      .media-module-container #faded-carousel .gradient.prev {
        top: 0;
        background-image: linear-gradient(to top, transparent, #090d14 100%); }
      .media-module-container #faded-carousel .gradient.next {
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent, #090d14 100%); }
      @media only screen and (max-width: 880px) {
        .media-module-container #faded-carousel .gradient {
          display: none; } }

.incident-meta {
  max-width: 676px; }
  .incident-meta .incident-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 21px; }
    @media only screen and (max-width: 540px) {
      .incident-meta .incident-title {
        font-size: 20px; } }
  .incident-meta .incident-neighborhood {
    color: #aaadb3;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px; }
    @media only screen and (max-width: 540px) {
      .incident-meta .incident-neighborhood {
        font-size: 14px; } }
  .incident-meta .incident-address {
    color: #4c5159;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 7px;
    margin-bottom: 29px; }
    @media only screen and (max-width: 540px) {
      .incident-meta .incident-address {
        font-size: 12px; } }

.comment-button {
  background: #262626;
  border-radius: 12px;
  border: 1px solid rgba(89, 89, 89, 0.1);
  height: 40px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase; }
  .comment-button > .emoji {
    margin-right: 10px;
    font-size: 16px;
    width: 25px;
    height: 25px; }
    .comment-button > .emoji > img {
      width: 100%;
      height: 100%; }

.footer-mobile {
  display: flex;
  flex-direction: column;
  margin: 0 28px;
  padding: 17px 12px;
  border-left: 4px dashed #1c2026; }
  .footer-mobile > .info {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 19px; }
  .footer-mobile > a {
    width: 100%; }
    .footer-mobile > a > .get-app {
      width: 100%;
      color: white;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 1px;
      line-height: 16px;
      text-align: center;
      text-transform: uppercase; }

.get-modal {
  margin: initial;
  z-index: 9999; }
  .get-modal .modal-container {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 0; }
    .get-modal .modal-container .close {
      color: #aaadb3; }
  .get-modal .md > .logo-container {
    margin-bottom: 8px;
    display: flex;
    justify-content: center; }
    .get-modal .md > .logo-container .badge {
      height: 48px;
      width: 48px;
      border-radius: 10px;
      padding: 12px; }
      .get-modal .md > .logo-container .badge img {
        width: 27px;
        height: 27px; }
  .get-modal .md > .img-container {
    margin-bottom: 16px; }
    .get-modal .md > .img-container > img {
      height: 50px; }
  .get-modal .md > b {
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    height: 40px;
    letter-spacing: 0.19px;
    line-height: 20px; }
  .get-modal .md > p {
    color: #aaadb3;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 16px;
    margin: 8px 0 18px 0; }
  .get-modal .md > .get-app-cta > button {
    height: 40px;
    width: 192px; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.reaction-button {
  background: #262626;
  border-radius: 12px;
  border: 1px solid rgba(89, 89, 89, 0.1);
  height: 40px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase; }
  .reaction-button > .emoji-container {
    margin-right: 10px;
    position: relative;
    font-size: 16px; }
    .reaction-button > .emoji-container > .emoji {
      width: 25px;
      height: 25px; }
      .reaction-button > .emoji-container > .emoji > img {
        width: 100%;
        height: 100%; }
    .reaction-button > .emoji-container > .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      .reaction-button > .emoji-container > .animated.fadeOutUp {
        -webkit-animation-name: fadeOutUp;
        animation-name: fadeOutUp; }
    .reaction-button > .emoji-container > .static {
      position: absolute;
      left: 0;
      top: 0; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); } }

.stream-carousel {
  height: 375px; }
  .stream-carousel > .slider {
    height: 100%; }
    .stream-carousel > .slider > .slick-list {
      height: calc(100% - 31px); }
    .stream-carousel > .slider > .slick-list > .slick-track,
    .stream-carousel > .slider > .slick-list > .slick-track > .slick-slide,
    .stream-carousel > .slider > .slick-list > .slick-track > .slick-slide > div,
    .stream-carousel > .slider > .slick-list > .slick-track > .slick-slide > div > .item {
      height: 100% !important; }
    .stream-carousel > .slider > .slick-dots {
      bottom: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      height: 31px; }
      .stream-carousel > .slider > .slick-dots > li {
        height: 8px;
        width: 8px; }
        .stream-carousel > .slider > .slick-dots > li.slick-active .dot {
          background: #f2243c;
          opacity: 1; }
        .stream-carousel > .slider > .slick-dots > li .map-dot {
          color: white;
          font-size: 11px;
          height: 11px;
          width: 11px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .stream-carousel > .slider > .slick-dots > li .dot {
          background: white;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 0.4; }
    .stream-carousel > .slider .item > .incident-video-stream {
      height: 100%; }
      .stream-carousel > .slider .item > .incident-video-stream > div > .badge.verified {
        opacity: 0; }
    .stream-carousel > .slider .item > a > .map {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

.incident-mobile > .button-container {
  display: flex;
  flex-direction: row;
  padding: 0 16px; }
  .incident-mobile > .button-container > .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1; }
    .incident-mobile > .button-container > .left > button:first-child {
      margin-right: 8px; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.incident-updates {
  font-size: 16px;
  max-width: 676px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 10px; }
  .incident-updates .incident-date-container {
    display: flex;
    align-items: center; }
  .incident-updates .incident-update-text {
    border-left: 4px solid #1c2026;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 3px;
    padding-top: 7px;
    padding-bottom: 36px;
    color: #ffffff; }
    @media only screen and (max-width: 540px) {
      .incident-updates .incident-update-text {
        font-size: 14px;
        font-weight: 400;
        border-left: 2px solid #1c2026;
        padding-left: 13px;
        margin-left: 3px; } }
  .incident-updates .incident-update-list {
    margin-top: 36px; }
    .incident-updates .incident-update-list ul {
      margin-bottom: 0px; }
  .incident-updates .time {
    color: #4c5159;
    font-size: 14px;
    font-weight: 400;
    width: 100%; }
    @media only screen and (max-width: 540px) {
      .incident-updates .time {
        font-size: 12px; } }
  .incident-updates .incident-bullet {
    margin-right: 10px;
    background: #4c5159;
    border-radius: 50%;
    height: 10px;
    width: 10px; }
    @media only screen and (max-width: 540px) {
      .incident-updates .incident-bullet {
        height: 8px;
        width: 8px; } }
  .incident-updates .incident-update:last-child .incident-update-text {
    padding-bottom: 74px; }

.smartbanner .banner {
  position: fixed;
  z-index: 999;
  pointer-events: all;
  margin: auto;
  left: 0;
  right: 0;
  width: 96%;
  background: linear-gradient(45deg, #0072ff 0%, #5bb4ff 100%);
  border-radius: 12px;
  bottom: 0px;
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 16px;
  cursor: pointer;
  color: #ffffff; }
  .smartbanner .banner .logo {
    display: flex;
    justify-content: flex-start;
    margin-right: 8px; }
    .smartbanner .banner .logo .badge {
      height: 40px;
      width: 40px;
      border-radius: 10px;
      padding: 9px; }
      .smartbanner .banner .logo .badge img {
        width: 24px;
        height: 24px; }
  .smartbanner .banner .text {
    display: flex;
    flex-direction: column;
    flex: 1;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 12px; }
    .smartbanner .banner .text .title {
      font-weight: 800; }
    .smartbanner .banner .text .body {
      opacity: 0.5;
      font-family: 400; }
  .smartbanner .banner .go-ico {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 0.5;
    width: 32px; }

.modal.download-app {
  margin: initial;
  z-index: 9999; }
  .modal.download-app .display {
    position: fixed !important;
    padding: 32px; }
    .modal.download-app .display .logo-container {
      margin-bottom: 8px;
      display: flex;
      justify-content: center; }
      .modal.download-app .display .logo-container .badge {
        height: 48px;
        width: 48px;
        border-radius: 10px;
        padding: 12px; }
        .modal.download-app .display .logo-container .badge img {
          width: 27px;
          height: 27px; }
  .modal.download-app .text {
    position: relative;
    width: 70vw; }
    .modal.download-app .text b {
      color: #000000;
      font-weight: 800;
      font-size: 18px;
      height: 40px;
      letter-spacing: 0.19px;
      line-height: 20px; }
    .modal.download-app .text p {
      color: #aaadb3;
      font-weight: 400;
      font-size: 14px;
      height: 16px;
      letter-spacing: 0.22px;
      line-height: 16px;
      margin: 8px 0 18px; }
    .modal.download-app .text button {
      height: 40px;
      width: 100%; }

.incident-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: max-content; }
  .incident-view .incident-view-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: max-content;
    max-width: 960px;
    line-height: 150%; }
    .incident-view .incident-view-container > button {
      height: 40px;
      background: #262626;
      border: 1px solid rgba(89, 89, 89, 0.1);
      border-radius: 12px;
      color: #8c8c8c;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 16px;
      width: 150px;
      margin: 0 16px 16px 0; }
    .incident-view .incident-view-container > button:hover,
    .incident-view .incident-view-container > button.active {
      background: #1c2833;
      border: 1px solid rgba(77, 166, 255, 0.6);
      color: #ffffff; }
    @media only screen and (max-width: 540px) {
      .incident-view .incident-view-container {
        margin: 0; }
        .incident-view .incident-view-container .incident-meta {
          flex: 1;
          margin: 0 16px; }
        .incident-view .incident-view-container .incident-updates {
          flex: 1;
          margin-left: 16px;
          height: auto; } }
    @media only screen and (min-width: 540px) {
      .incident-view .incident-view-container {
        margin: 0 40px; } }

.share-square {
  margin: 0;
  background: #1d2026;
  color: #ffffff;
  width: 1024px;
  height: 512px;
  margin: auto;
  position: relative; }
  .share-square .mapboxgl-missing-css {
    display: none; }
  .share-square .share-square-slice {
    display: block; }
  .share-square .reset {
    clear: both; }

.emoji-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .emoji-bar > .emoji {
    width: 82px;
    height: 82px;
    margin-left: 60px; }
    .emoji-bar > .emoji:first-child {
      margin-left: -16px; }
    .emoji-bar > .emoji > img {
      width: 100%;
      height: 100%; }
  .emoji-bar > .number {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    margin-left: 19px; }

.viewer-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .viewer-bar > .live-badge {
    border-radius: 8px;
    height: 44px;
    width: 108px;
    background: #ed2323;
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center; }
  .viewer-bar > .viewers {
    margin-left: 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px 16px #000000; }
    .viewer-bar > .viewers > .stat {
      color: #ffffff;
      margin-right: 5px; }

.landscape-thumbnail {
  padding: 56px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row; }
  .landscape-thumbnail > .left-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    margin-right: 56px; }
    .landscape-thumbnail > .left-side > .viewer-bar {
      margin-bottom: 40px; }
    .landscape-thumbnail > .left-side > .title-bar {
      flex: 1;
      padding: 0; }
      .landscape-thumbnail > .left-side > .title-bar > h3 {
        font-size: 56px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 64px; }
      .landscape-thumbnail > .left-side > .title-bar > .address {
        font-size: 44px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 48px;
        margin-top: 16px; }
  .landscape-thumbnail > .right-side {
    height: 528px;
    width: 318px;
    border-radius: 32px;
    border: 2px solid #262626;
    overflow: hidden;
    position: relative; }
    .landscape-thumbnail > .right-side > .image {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center; }
    .landscape-thumbnail > .right-side > .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 68px; }

.portrait-thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .portrait-thumbnail > .preview {
    width: 100%;
    height: 640px;
    position: relative; }
    .portrait-thumbnail > .preview > .image {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center; }
    .portrait-thumbnail > .preview > .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 68px; }
    .portrait-thumbnail > .preview > .info-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 48px;
      display: flex;
      flex-direction: row;
      align-items: center; }
  .portrait-thumbnail > .title-bar {
    padding: 48px 48px 0 48px;
    flex: 1; }
    .portrait-thumbnail > .title-bar > h3 {
      font-size: 48px;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 56px;
      margin-bottom: 16px; }
    .portrait-thumbnail > .title-bar > .address {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 0px;
      line-height: 48px; }
  .portrait-thumbnail > .emoji-bar {
    margin-bottom: 48px;
    margin-left: 48px; }

.share-square {
  margin: 0;
  background: #000000;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  width: 1220px;
  height: 640px;
  margin: auto;
  position: relative; }
  .share-square.portrait {
    height: 1220px;
    width: 640px; }

