:root {
  --080808: #080808;
  --white: #d9d9d9;
  --_base-hues---950: #4a0605;
  --transparent: #0000;
  --_base-hues---base: #ed2f2d;
  --dark-grey-2: #272727;
  --3c3c3b: #3c3c3b;
  --474747: #474747;
  --grey: #202020;
  --lightgrey: lightgrey;
  --_base-hues---600: #ed2f2d;
  --dark-transparent: #080808d9;
  --dark-grey: #1a1b1e;
  --orange-saturated-bright: #ce0000;
  --orange-saturated: #a62c21;
  --light-black: #131313;
  --_base-hues---500: #fd3836;
  --accessible-components--dark-grey: #9b9b9b;
  --black: #000;
  --3030-grey: #303030;
  --color: #ed2f2d;
  --_base-hues---700: #c6110f;
  --_base-hues---900: #871615;
  --222: #222;
  --black-blue: #272935;
  --3838: #383838;
  --_base-hues---800: #a31311;
  --2e2e2d: #2e2e2d;
  --a3a3a3: #a3a3a3;
  --saturated-red: #cc2929;
  --light-beige: #d9b68b;
  --burgundy: #881c38;
  --red-2: #c00;
  --pink-red: #ff3232;
  --pink: #ff5e5e;
  --_base-hues---50: #fff1f1;
  --locality: #6e6e6e;
  --region: #f40;
  --settlement: #d75758;
  --area-a: #b7ff00;
  --area-b: #ffb485;
  --area-c: #b4d3ff;
  --7a7a7a: #7a7a7a;
  --777: #777;
  --color-2: #cc3629;
  --rl--rl-black: black;
  --firing-zones: #c51d3c;
  --_base-hues---100: #ffe0e0;
  --_base-hues---200: #ffc7c6;
  --_base-hues---300: #ff9f9e;
  --_base-hues---400: #ff6866;
  --red: #591426;
  --dark-beige: #bf9f78;
  --orange: #a64138;
  --red-brown: #260f0d;
  --orange-saturated-bright-2: #cc2711;
  --saturated-beige: #d99f57;
  --blue: #6a7a9c;
  --light-saturated-beige: #ffc987;
  --white-beige: #fff7ed;
  --white-orange: #ffe2de;
  --brown-white: #fdf6f0;
  --brown-white-hover: #f5e6d3;
  --rl--rl-gray: #f4f4f4;
  --rl--rl-white: white;
  --_ce0000-copy---50-2: #fef3f2;
  --_ce0000-copy---100-2: #fde5e3;
  --_ce0000-copy---200-2: #fcd0cc;
  --_ce0000-copy---300-2: #f9aea8;
  --_ce0000-copy---400-2: #f38076;
  --_ce0000-copy---500-2: #e8584b;
  --_ce0000-copy---600-2: #cc3629;
  --_ce0000-copy---700-2: #b32e22;
  --_ce0000-copy---800-2: #942920;
  --_ce0000-copy---900-2: #7b2821;
  --_ce0000-copy---950-2: #43100c;
  --_ce0000-copy---base-2: #cc3629;
  --_base-hues-orange---50-3: #fff1f1;
  --_base-hues-orange---100-3: #ffe0e0;
  --_base-hues-orange---200-3: #ffc7c6;
  --_base-hues-orange---300-3: #ff9f9e;
  --_base-hues-orange---400-3: #ff6866;
  --_base-hues-orange---500-3: #fd3836;
  --_base-hues-orange---600-3: #ed2f2d;
  --_base-hues-orange---700-3: #c6110f;
  --_base-hues-orange---800-3: #a31311;
  --_base-hues-orange---900-3: #871615;
  --_base-hues-orange---950-3: #4a0605;
  --_base-hues-orange---base-3: #ed2f2d;
  --_base-hues-green---50-4: #f5f8ed;
  --_base-hues-green---100-4: #e7efd8;
  --_base-hues-green---200-4: #d0e1b5;
  --_base-hues-green---300-4: #b7d191;
  --_base-hues-green---400-4: #95b863;
  --_base-hues-green---500-4: #769d45;
  --_base-hues-green---600-4: #5b7c34;
  --_base-hues-green---700-4: #47602b;
  --_base-hues-green---800-4: #3a4d27;
  --_base-hues-green---900-4: #344324;
  --_base-hues-green---950-4: #192310;
  --_base-hues-green---base-4: #769d45;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--080808);
  color: var(--white);
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h6 {
  background-color: var(--_base-hues---950);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

a {
  background-color: var(--transparent);
  color: var(--white);
  text-decoration: none;
  transition: all .15s;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: 5px solid var(--_base-hues---base);
  font-style: italic;
}

figure {
  margin-bottom: 10px;
  margin-right: 0;
  padding: .5rem;
}

figcaption {
  text-align: center;
  margin-top: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .9rem;
  font-weight: 500;
}

.filtermenubutton {
  z-index: 9;
  background-color: #3c3c3b;
  border: 2px solid #2e2e2d;
  border-radius: 20rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.empty-state-10 {
  background-color: var(--transparent);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-264 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

._w-dyn-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  padding: .25rem .5rem .5rem;
  display: flex;
}

._w-dyn-list.feed {
  background-color: var(--transparent);
}

.div-block-266 {
  opacity: 1;
  pointer-events: auto;
  color: #202020;
  background-color: #f15b40;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all .1s;
  display: none;
}

.image-50 {
  z-index: 5;
  width: 2.5rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.image-50.map {
  color: var(--_base-hues---base);
}

.map-search-wrap {
  pointer-events: auto;
  border-radius: 20rem;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  transition: all .1s;
  display: flex;
  position: relative;
}

.list-term {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--dark-grey-2);
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 15px;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition: none;
  display: flex;
}

.list-term:hover {
  background-color: var(--3c3c3b);
}

.list-term:active {
  background-color: var(--474747);
}

.list-term.hide {
  justify-content: center;
  align-items: center;
  display: none;
}

.list-term.hide:lang(en-us) {
  text-align: left;
  direction: ltr;
}

.leftsidebarwrap {
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  max-width: 100svw;
  height: 100svh;
  max-height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-17 {
  z-index: 99999;
  pointer-events: auto;
}

.search-icon {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 9px 1rem;
  display: flex;
}

.leftsidebar {
  z-index: 1001;
  background-color: var(--dark-grey-2);
  flex: 0 auto;
  width: 45svw;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -45svw;
  transition: all .2s;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.leftsidebar.is--show {
  background-color: var(--grey);
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.navigatetocode {
  width: 0;
  height: 0;
  overflow: hidden;
}

.div-block-247 {
  display: flex;
}

.regular-search {
  border: 1px solid var(--transparent);
  background-color: var(--dark-grey-2);
  height: 2.5rem;
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 .5rem 0 4rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.regular-search:hover {
  border-color: var(--lightgrey);
}

.regular-search:focus {
  border-color: var(--_base-hues---600);
}

.regular-search::placeholder {
  color: #ffffff80;
}

.fs-select_link-block-5 {
  background-color: var(--dark-grey-2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.fs-select_link-block-5:focus-visible, .fs-select_link-block-5[data-wf-focus-visible] {
  z-index: 2;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
  position: relative;
}

.cms-item {
  pointer-events: auto;
  width: 100px;
  transition: all .2s;
  display: none;
  position: relative;
  overflow: visible;
}

.cms-item.is--show {
  background-color: var(--dark-transparent);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.cms-item.is--show.feed {
  border: 1px solid var(--dark-grey);
  border-radius: 3px;
}

.div-block-263 {
  display: none;
}

.form-7 {
  pointer-events: auto;
  height: 100%;
  overflow: hidden;
}

.fs-select_toggle-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 13rem;
  min-width: 10rem;
  height: 2.5rem;
  padding: 0 1rem;
  transition: all .2s;
  display: flex;
}

.fs-select_toggle-5:focus-visible, .fs-select_toggle-5[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.viewmore {
  background-color: var(--orange-saturated-bright);
  color: #f7faf8;
  border-width: 2px;
  border-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.viewmore:hover {
  background-color: var(--orange-saturated);
}

.div-block-259 {
  pointer-events: auto;
  border-radius: 20rem;
  height: 2.5rem;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.tab-pane-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .25rem .5rem .5rem;
  display: none;
}

.div-block-256 {
  pointer-events: none;
  flex-flow: column;
  display: flex;
  position: relative;
}

.picturelightbox {
  aspect-ratio: 1;
  direction: rtl;
  background-color: #2e2e2d;
  border-radius: 2px;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.navbar-wrap {
  z-index: 5;
  background-color: var(--light-black);
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.location-map_card-text-wrap {
  flex-flow: column;
  display: flex;
}

.location-map_card-text-wrap:lang(en-us) {
  text-align: left;
  direction: ltr;
}

.fs-select_text-5 {
  color: #ffffff80;
  transition: all .2s;
}

.card_heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  transition: all 50ms;
  position: relative;
}

.card_heading:lang(en-us) {
  text-align: left;
}

.videogridwrapper {
  flex-flow: column;
  padding-bottom: 1rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.text-block-82 {
  font-weight: 900;
  position: relative;
}

.videowrappercmspage {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 4px;
  flex-flow: column-reverse;
  justify-content: flex-end;
  padding: .5rem .5rem 0;
  display: flex;
}

.dropdown-list-7 {
  border-radius: 5px;
  min-width: 10rem;
  max-height: 80svh;
  transition: all .2s;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-7.w--open {
  background-color: var(--transparent);
  margin-top: .25rem;
}

.rich-text-fancybox {
  font-size: .9rem;
  line-height: 1.5;
}

.rich-text-fancybox:lang(en-us) {
  text-align: left;
}

.rich-text-fancybox.short {
  line-height: 1.2;
}

.rich-text-fancybox a {
  color: var(--_base-hues---500);
  text-decoration: underline;
}

.rich-text-fancybox blockquote {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-select_link-block-text-5 {
  text-decoration: none;
}

.embedvideo {
  background-color: #2e2e2d;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.tabs-content {
  color: var(--white);
  position: sticky;
  top: 0;
  overflow: visible;
}

.container-16 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-16.is-map {
  max-width: none;
  height: 100%;
  max-height: 100svh;
  position: relative;
}

.tab-pane-info {
  flex-flow: column;
  display: flex;
}

.infotab {
  background-color: var(--dark-grey-2);
  width: 100%;
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: .9rem;
  transition: all 50ms;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infotab:hover {
  background-color: var(--474747);
}

.infotab.w--current {
  background-color: var(--orange-saturated-bright);
  color: var(--white);
}

.infotab.hide {
  display: none;
}

.infotab.active-tab {
  background-color: var(--474747);
}

.search-suggestions {
  height: 0;
}

.search-suggestions:lang(en-us) {
  direction: ltr;
}

.infotabtext {
  pointer-events: none;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.page-wrapper {
  z-index: 999;
  pointer-events: none;
  max-width: 100svw;
  height: 100svh;
  max-height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mapcardbody {
  background-color: var(--transparent);
}

.fs-select-5 {
  z-index: 99;
  background-color: var(--dark-grey-2);
  border-radius: 20rem;
  min-width: 10rem;
  margin-left: 0;
  transition: all .1s;
}

.fs-select-5:hover {
  background-color: var(--3c3c3b);
}

.viewmorewrapper {
  width: 100%;
}

.viewmorewrapper.videos {
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.viewmorewrapper.links {
  margin-top: 0;
}

.stickytabs {
  z-index: 99;
  background-color: var(--light-black);
  flex-flow: row;
  padding: .5rem 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.stickytabs.feed {
  z-index: auto;
  background-color: var(--transparent);
  position: relative;
}

.svgembed {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
  position: absolute;
}

.sharetext {
  white-space: nowrap;
  margin-right: .5rem;
  font-size: .8rem;
}

.sectionmap {
  width: 100%;
  max-width: 100svw;
  height: 100svh;
  max-height: 100svh;
  position: relative;
}

.socialembed {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.socialembed.mobileshare {
  width: 1.2rem;
  height: 1.2rem;
}

.socialembed.copyurl {
  pointer-events: none;
}

.socialembed.copyurl:hover {
  background-color: var(--transparent);
}

.socialembed.facebook {
  width: .6rem;
}

.socialembed.whatsapp, .socialembed.instagram {
  width: 1.2rem;
  height: 1.2rem;
}

.socialembed.whatsapp:hover {
  color: #fff;
  background-color: #25d366;
}

.socialembed.copyurl:hover {
  color: #fff;
  background-color: #f15b40;
}

.socialembed.mobileshare {
  display: none;
}

.socialembed.mobileshare:hover {
  color: #fff;
  background-color: #e1306c;
}

.socialembed.tiktok {
  width: 1.2rem;
  height: 1.2rem;
}

.socialembed.youtube {
  width: 1.2rem;
}

.search-terms-wrapper {
  pointer-events: auto;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-height: 80svh;
  margin-top: .25rem;
  display: flex;
  overflow: auto;
}

.search-terms-wrapper:lang(en-us) {
  direction: ltr;
}

.sharesvgwrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sharesvgwrap.copyurl {
  position: relative;
}

.placemarkers {
  z-index: 99999;
  pointer-events: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.placemarkers.cmsfilter {
  z-index: 99999;
  background-color: var(--white);
  font-family: Montserrat, sans-serif;
}

.div-qwe282 {
  z-index: 1001;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 3rem;
  display: flex;
}

.div-qwe282.feed {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
}

.scrolltotopcode {
  width: 0;
  height: 0;
  overflow: hidden;
}

.reports-header-text {
  word-break: break-all;
  font-size: 1rem;
  line-height: 1;
}

.reports-header-text.hide {
  display: none;
}

.fs-select_field-5 {
  background-color: var(--transparent);
  color: #00000080;
  margin-bottom: 0;
  transition: all .2s;
  display: none;
}

.sidebar-header {
  z-index: 5;
  width: 100%;
}

.sidebar-header.feed {
  position: fixed;
}

.div-block-280 {
  z-index: 9;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.fs_selectcustom-3_dropdown {
  z-index: 99;
  margin-left: 0;
}

.div-block-249 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.reporter-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  font-size: .8rem;
  text-decoration-thickness: 1px;
  display: flex;
}

.reporter-link:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.reporter-link.add-report {
  background-color: var(--_base-hues---600);
  white-space: nowrap;
  height: 2rem;
  padding: .5rem 1rem;
}

.reporter-link.add-report:hover {
  background-color: var(--_base-hues---500);
}

.image-14-copy-2 {
  max-width: 20px;
  max-height: 20px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.reporter-page-image {
  background-color: var(--dark-grey-2);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .15s;
}

.reporter-page-image:hover {
  border-color: var(--white);
}

.reporter-page-image.is--hidden {
  display: none;
}

.reporter-page-image.scrolled {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  margin-top: 0%;
}

.fs-select_icon-5 {
  color: var(--accessible-components--dark-grey);
  margin-right: 0;
  position: relative;
}

.event_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1.5rem .5rem;
  display: flex;
}

.code-embed-6 {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.link-block-51 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-grey-2);
  height: 1.75rem;
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0 .75rem;
  font-size: .9rem;
  transition: all .1s;
  display: flex;
  position: relative;
}

.link-block-51:hover {
  background-color: var(--474747);
}

.link-block-51.outside-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-right: 1.3rem;
}

.link-block-51.support {
  background-color: var(--_base-hues---500);
  color: var(--black);
}

.navbar-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: auto;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.navbar-link.w--current {
  height: 100%;
  color: var(--accessible-components--dark-grey);
  text-decoration: none;
}

.filterform {
  pointer-events: none;
  margin-bottom: 0;
  position: fixed;
  inset: 0%;
}

.main-image-wrap {
  aspect-ratio: 5 / 4;
  border: 1px solid var(--transparent);
  pointer-events: auto;
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-image-wrap:hover {
  border-color: var(--white);
}

.collection-list-wrapper-23 {
  height: 0;
}

.div-block-289 {
  border-radius: 4px;
  padding: .5rem 1rem;
  position: relative;
}

.div-block-289.hide {
  display: none;
}

.fs-select_link-5 {
  background-color: var(--dark-grey-2);
  color: var(--white);
  padding: .75rem 1rem;
}

.fs-select_link-5:hover {
  background-color: var(--3030-grey);
}

.fs-select_link-5:focus-visible, .fs-select_link-5[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-5.w--current {
  background-color: var(--_base-hues---600);
  color: var(--white);
}

.info_divider {
  height: 1rem;
}

.text-block-86 {
  text-decoration: none;
}

.images-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_body {
  flex-flow: column;
  display: flex;
}

.leftsidetabwrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.div-block-278 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.leftsidetab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color);
  pointer-events: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem .5rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.leftsidetab:hover {
  background-color: var(--_base-hues---500);
}

.leftsidetab:active {
  background-color: var(--_base-hues---700);
}

.linkinsides {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--3030-grey);
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.linkinsides:hover {
  color: var(--_base-hues---600);
}

.linkinsides.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkinsides.district {
  background-color: var(--_base-hues---950);
}

.linkinsides.district:hover {
  background-color: var(--_base-hues---600);
}

.linkinsides.district:active {
  background-color: var(--_base-hues---900);
}

.linkinsides.number-copy {
  position: absolute;
}

.text-block-912 {
  pointer-events: none;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-267 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.collection-list-wrapper-24 {
  background-color: var(--dark-grey-2);
  height: calc(100svh - 3rem);
  min-height: calc(100svh - 3rem);
  padding-bottom: 12rem;
  position: relative;
  overflow: auto;
}

.collection-list-wrapper-24.hide {
  display: none;
}

.rightsidebar {
  z-index: 1001;
  border-left: 1px solid var(--dark-grey-2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #080808d9;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45svw;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -45svw;
  transition: all .2s;
  display: flex;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.rightsidebar.is--show {
  margin-right: 0;
}

.code-embed {
  width: 11.9531px;
  height: 1rem;
  display: flex;
}

.rightsidebarwrap {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-246 {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-246.hide {
  display: none;
}

.rightsidetabwrap {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.list-item {
  border: 0 #000;
  flex-flow: column;
  margin: 0;
  padding: 0;
  display: flex;
}

.rightsidetab {
  background-color: var(--grey);
  pointer-events: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem .5rem;
  font-size: .9rem;
  text-decoration: none;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.rightsidetab:hover {
  background-color: #242424;
}

.rightsidetab:active {
  background-color: var(--dark-grey);
}

.mapbox-wrap {
  z-index: 1;
  flex: 1;
  height: 100svh;
  font-weight: 600;
  position: relative;
  overflow: clip;
}

.districtsselect {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  width: 100svw;
  height: 100svh;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.rightsidebarclose {
  z-index: 99999;
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rightsidebarclose:hover {
  background-color: var(--dark-grey);
}

.rightsidebarclose.hidemobile {
  z-index: 999;
  background-color: #2e2e2d;
  border: 1px #969696;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.rightsidebarclose.hidemobile:hover {
  background-color: #474746;
}

.rightsidebarclose.hidemobile.close-block-filter {
  background-color: var(--transparent);
  opacity: .8;
  color: var(--white);
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% auto auto 0%;
}

.rightsidebarclose.hidemobile.close-block-filter:hover {
  background-color: var(--light-black);
  opacity: 100;
  color: var(--white);
}

.rightsidebarclose.hidemobile.close-block-filter {
  opacity: .8;
  color: #fff;
  background-color: #0000;
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% auto auto 0%;
}

.rightsidebarclose.hidemobile.close-block-filter:hover {
  opacity: 100;
  color: #fff;
  background-color: #131313;
}

.list {
  flex-flow: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.filtersidebar {
  width: 100%;
  height: 100%;
}

.filtersidebar.right {
  padding-top: 0;
  overflow: hidden;
}

.text-block-87 {
  color: #fff;
}

.div-block-296 {
  height: 100%;
  overflow: hidden;
}

.locations-map_citypopup {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.filterform-copy {
  z-index: 2;
  pointer-events: none;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-297 {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.filter-item-image {
  z-index: 6;
  background-color: var(--222);
  pointer-events: none;
  object-fit: cover;
  border-radius: 2px;
  width: 3rem;
  height: 3rem;
  position: relative;
}

.locations-map_card-info {
  position: relative;
}

.dynamic-filter-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.dynamic-filter-list.load-more {
  max-height: none;
}

.date {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  cursor: pointer;
  display: flex;
}

.date:lang(en-us) {
  display: none;
}

.date.mapdate {
  cursor: pointer;
  text-decoration: none;
  transition: all 50ms;
}

.date.mapdate:lang(en-us) {
  display: flex;
}

.date.mapdate.close-block {
  cursor: pointer;
  background-color: #a60c0a;
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: .25rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.date.mapdate.close-block.placepage.onimage {
  z-index: 999;
  margin: .5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tabs-content-2 {
  height: 100%;
  position: relative;
  overflow: auto;
}

.path-4 {
  color: #c31717;
}

.filtertabs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--transparent);
  width: 100%;
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: .9rem;
  transition: all .1s;
  display: flex;
}

.filtertabs:hover {
  background-color: var(--dark-grey);
}

.filtertabs.w--current {
  background-color: var(--3c3c3b);
}

.filtertabs.hide {
  display: none;
}

.filtertabs.current {
  background-color: var(--474747);
}

.copy-slug2 {
  background-color: #c31717;
  border: 2px solid #a60c0a;
  border-radius: 20rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  transition: all 50ms;
  display: none;
}

.copy-slug2:hover {
  background-color: #a60c0a;
  border-color: #c31717;
}

.copy-slug2.w--current {
  background-color: #c31717;
  border-radius: 5px;
}

.default-tabs {
  z-index: 999;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.default-tabs.hidescroll {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: 1px solid var(--474747);
  pointer-events: auto;
  padding: .25rem;
  position: relative;
}

.default-tabs.hidescroll.hide {
  display: none;
}

.default-tabs.hidescroll-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  overflow: auto;
}

.default-tabs.hidescroll-copy.hide {
  display: none;
}

.default-tabs.feed {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  pointer-events: auto;
  padding: .25rem;
  position: relative;
}

.default-tabs.feed.hide {
  display: none;
}

.div-block-257 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #e3e5d6;
  border-radius: 4px;
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem;
  display: flex;
}

.tabs {
  position: static;
}

.tabs.right {
  flex-flow: column;
  height: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.tabs.right.hide {
  display: none;
}

.tabs.hide {
  margin-top: 0;
}

.toggleable {
  z-index: 6;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--light-black);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .15s;
  position: absolute;
  inset: 0%;
}

.toggleable:hover {
  border-color: var(--lightgrey);
}

.toggleable.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_base-hues---600);
  background-color: var(--light-black);
  background-image: none;
  background-size: auto;
}

.toggleable.w--redirected-focus {
  margin-top: 0;
  margin-left: 0;
  inset: 0%;
  overflow: hidden;
}

.dynamic-filter-item-name {
  z-index: 6;
  pointer-events: none;
  margin-bottom: 0;
  font-size: .875rem;
  position: relative;
}

.link-block-48 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #20898d;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.25rem;
  padding: 1rem 1rem 1rem 1.25rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.link-block-48:hover {
  color: #fff;
  background-color: #f15b40;
  text-decoration-color: #20898d;
}

.leftsidebar-reports-wrap {
  z-index: 2;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  width: 100%;
  position: relative;
}

.tab-pane-reporters {
  height: 100%;
  position: static;
  overflow: hidden;
}

.image-14-copy-copy-3 {
  filter: brightness(80%);
  max-width: 20px;
  max-height: 20px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.image-14-copy-copy-3.eventcard {
  flex: 0 auto;
  width: 15px;
}

.div-block-300 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

.div-block-300:hover {
  background-color: var(--black-blue);
}

.div-block-300.openleftsidebar {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--white);
  pointer-events: auto;
  border-radius: 20rem;
  height: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9rem;
  font-weight: 300;
  overflow: hidden;
}

.div-block-300.openleftsidebar:hover {
  background-color: var(--white);
  color: var(--light-black);
}

.div-block-164-copy {
  background-color: #303030;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 1.75rem;
  display: none;
}

.div-block-301 {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-140 {
  background-color: #eceee2;
  border-radius: 4px;
  padding: .5rem;
  position: relative;
}

.allevents {
  z-index: 1001;
  background-color: var(--dark-grey);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 300;
  display: none;
  position: relative;
  overflow: hidden;
}

.allevents:hover {
  background-color: var(--474747);
}

.allevents:active {
  background-color: var(--dark-grey);
}

.location-map_card-wrap {
  z-index: 5;
  pointer-events: auto;
  background-color: #f7faf8;
  border: 1px #969696;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
  overflow: auto;
}

.alleventswrap {
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-embed-xxsmall-copy-3 {
  color: #969696;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  padding-left: .2rem;
  padding-right: .2rem;
  display: flex;
}

.alleventsinside {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .15s;
  display: flex;
  position: relative;
}

.locations-map_population-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #2e2e2d;
  border-radius: 20rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem .25rem .75rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all 50ms;
  display: none;
}

.locations-map_population-wrapper:hover {
  color: #fff;
  background-color: #474746;
}

.locations-map_population-wrapper:lang(en-us) {
  padding-left: .5rem;
  padding-right: .75rem;
}

.locations-map_population-wrapper.mapinfopopup {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  direction: rtl;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .25rem;
  padding-left: 0;
  padding-right: 0;
}

.locations-map_population-wrapper.mapinfopopup:lang(en-us) {
  direction: ltr;
}

.tab-pane-videos {
  flex-flow: column;
  display: none;
}

.custom-close-button {
  cursor: pointer;
  background-color: #2e2e2d;
  border-radius: 2px;
  padding: 16px 8px 16px 16px;
  position: absolute;
  top: auto;
  bottom: 20%;
  right: -8%;
}

.custom-close-button.hidemobile {
  z-index: 999;
  background-color: #2e2e2d;
  border: 1px #969696;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.custom-close-button.hidemobile:hover {
  background-color: #474746;
}

.custom-close-button.hidemobile.close-block-copy {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: .4rem;
  margin-right: .5rem;
  display: none;
}

.custom-close-button.hidemobile.close-block-copy.popupcloser {
  display: flex;
}

.share-read-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem 1rem;
  display: flex;
}

.share-read-wrap.mini {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-164 {
  background-color: #629371;
  height: 4rem;
}

.clear-field {
  border: 1px solid var(--white);
  pointer-events: auto;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.clear-field:hover {
  background-color: var(--white);
  color: var(--dark-grey);
}

.locations-map_name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 50ms;
  display: flex;
}

.locations-map_name.popup {
  text-align: right;
  max-width: 15rem;
}

.locations-map_name.popup:lang(en-us) {
  text-align: left;
}

.location-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: auto;
  color: var(--accessible-components--dark-grey);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  text-decoration-thickness: 1px;
  display: flex;
  position: relative;
}

.location-link:hover {
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.div-block-166 {
  direction: rtl;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.div-block-166:lang(en-us) {
  direction: ltr;
}

.multi-reporter-name {
  font-size: .8rem;
}

.multi-reporter-name.email {
  color: var(--accessible-components--dark-grey);
  font-size: .75rem;
}

.collection-list-22 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.report-content-wrap {
  background-color: var(--light-black);
  border-width: 2px;
  border-color: #000;
  flex-flow: column;
  display: flex;
}

.report-content-wrap.cms-page {
  box-shadow: 0 0 5px 2px #fff3;
}

.report-content-wrap.feed {
  background-color: var(--transparent);
}

.image-14-copy-2-copy {
  max-width: 20px;
  max-height: 20px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.locations-map_card {
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.locations-map_card:lang(en-us) {
  text-align: left;
  direction: ltr;
}

.text-block-88-copy {
  color: #7c7c7c;
  justify-content: flex-start;
  align-items: center;
}

.text-block-88-copy.hide, .text-block-88-copy.reporter {
  display: none;
}

.text-block-55 {
  line-height: 1.5;
}

.tag-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

.svg-3-popup {
  width: 1rem;
  height: 1rem;
}

.tag-remove {
  background-color: var(--080808);
  pointer-events: auto;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  color: var(--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-136 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.filter-tag {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--_base-hues---600);
  background-color: var(--light-black);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: 1rem;
  padding-left: .8rem;
  padding-right: .3rem;
  font-size: .9rem;
  display: flex;
}

.filter-tag.permanent {
  margin-left: 0;
  padding-right: 1rem;
}

.filter-tag.feed {
  background-color: var(--222);
  border-style: none;
  border-radius: 20rem;
  margin-left: .75rem;
  font-size: .7rem;
}

.filter-hiddentagparent {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-hiddentagparent.feed {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
}

.mapcardhead {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.closebuttoninsides {
  display: none;
}

.dynamic-filter-item {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .75rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dynamic-filter-item.person {
  justify-content: flex-start;
  align-items: center;
  height: 4.5rem;
  padding-left: .25rem;
}

.data-latitude {
  display: block;
}

.locations-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--accessible-components--dark-grey);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locations-wrap.mini {
  pointer-events: auto;
  color: var(--3838);
}

.locations-wrap.header {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  color: var(--3838);
  padding: .5rem 1rem;
}

.div-block-254 {
  height: 1rem;
}

.filter-tabs-text {
  text-align: center;
  white-space: nowrap;
}

.image-37-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: 15rem;
  margin-bottom: 0;
  display: inline-block;
}

.lefttogglewrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100svh;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.path-5 {
  color: #761211;
}

.righttogglewrap {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100svh;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fs-checkbox_label-3 {
  z-index: 99;
  color: #fff;
  letter-spacing: normal;
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.lefttoggle {
  background-color: var(--dark-grey-2);
  pointer-events: auto;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.lefttoggle:hover {
  background-color: var(--_base-hues---600);
}

.lefttoggle:active {
  background-color: var(--_base-hues---800);
}

.text-block-91-copy {
  pointer-events: none;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mapboxdata {
  width: 0;
  height: 0;
  overflow: hidden;
}

.filtermenubutton-copy {
  z-index: 6;
  background-color: #3c3c3b;
  border: 2px solid #2e2e2d;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.filtermenubutton-copy:hover {
  background-color: var(--474747);
}

.filtermenubutton-copy:active {
  background-color: var(--dark-grey-2);
}

.filter-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--222);
  background-color: var(--080808);
  pointer-events: auto;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: none;
  box-shadow: 0 2px 5px #00000080;
}

.filter-button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.filter-button:active {
  background-color: var(--222);
}

.filter-button.switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  height: auto;
  padding: .25rem;
}

.filter-button.switch:hover {
  background-color: var(--080808);
}

.link-block-49 {
  color: #20898d;
  display: flex;
}

.filter-button-indic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_base-hues---base);
  border-radius: 20rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-274 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-button-wrap {
  z-index: 9999999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-button-wrap.feed {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 27.5svw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem 1rem;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.left-button-wrap.feed:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 8rem;
  position: absolute;
}

.left-button-wrap.report-page {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.left-button-wrap.report-page:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 8rem;
  position: absolute;
}

.left-button-wrap.report-page:where(.w-variant-a8bb3bcf-3b3c-f73b-44c6-2fab6b51224c) {
  justify-content: flex-start;
  align-items: flex-end;
}

.left-button-wrap.no-feed {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 27.5svw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem 1rem;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.left-button-wrap.no-feed:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 8rem;
  position: absolute;
}

.left-button-wrap.bottom-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 27.5svw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem 1rem;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.left-button-wrap.bottom-left:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding-top: 8rem;
  position: absolute;
}

.div-block-251 {
  display: flex;
}

.tabs-menu-3-copy {
  z-index: 999;
  display: flex;
}

.tabs-menu-3-copy.hidescroll {
  position: relative;
  overflow: auto;
}

.image-37 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  display: inline-block;
  position: relative;
}

.div-block-314 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-315 {
  z-index: 5;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fs-checkbox_label-3-copy {
  z-index: 99;
  color: #fff;
  letter-spacing: normal;
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.fs-checkbox_label-3-copy:lang(en-us) {
  text-align: left;
}

.filter-collapse-target {
  height: 0;
  overflow: hidden;
}

.filter-collapse-target.is--open {
  height: auto;
}

.date-text-field {
  border: 1px solid var(--transparent);
  background-color: var(--dark-grey);
  width: 100%;
  height: 2.5rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 3rem;
  transition: all .1s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.date-text-field:hover {
  border-color: var(--accessible-components--dark-grey);
}

.date-text-field:active {
  background-color: var(--dark-grey);
}

.date-text-field:focus {
  z-index: 5;
  border-color: var(--accessible-components--dark-grey);
}

.date-text-field::placeholder {
  color: var(--accessible-components--dark-grey);
}

.itemtypetext {
  width: 0;
  height: 0;
  overflow: hidden;
}

.svgsymbolwhite {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.category-link {
  border: 1px solid var(--transparent);
  background-color: var(--saturated-red);
  padding: .25rem;
  font-size: .7rem;
}

.category-link:hover {
  border-color: var(--saturated-red);
  background-color: var(--light-black);
  color: var(--saturated-red);
}

.data-longitude {
  display: block;
}

.div-block-320 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.perpetratorl-link {
  color: var(--accessible-components--dark-grey);
  display: flex;
}

.perpetratorl-link:hover {
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.heading-info-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-255 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eceee2;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25rem;
  display: flex;
}

.date-reporter-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-10 {
  color: #20898d;
  flex: 1;
}

.code-embed-9 {
  color: var(--_base-hues---600);
  padding-bottom: .125rem;
  overflow: hidden;
}

.link-block-50 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.25rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-50:hover {
  color: #f7faf8;
  text-decoration-color: #20898d;
}

.link-block-50.publicationlink {
  padding-left: 0;
  position: relative;
}

.location-text {
  font-size: .7rem;
}

.location-text.is-list-highlight {
  background-color: var(--_base-hues---base);
}

.location-text.slash {
  color: var(--accessible-components--dark-grey);
}

.location-text.mini {
  font-size: .7rem;
}

.right-sidetab-filter-indicator {
  border-top: 1px solid var(--_base-hues---600);
  border-bottom: 1px solid var(--_base-hues---600);
  border-left: 1px solid var(--_base-hues---600);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  display: block;
}

.label.cc-blog-date.classdate {
  text-transform: none;
}

.label.cc-blog-date.classdate:lang(en-us) {
  display: none;
}

.label.cc-blog-date.classdate.datesearch {
  overflow: hidden;
}

.label.cc-blog-date.classdate.datesearch.datefilterconvert {
  max-width: 0;
  max-height: 0;
}

.label.cc-blog-date.classdate.mapdate {
  font-size: 1.1rem;
}

.label.cc-blog-date.classdate.mapdate:lang(en-us) {
  display: none;
}

.label.cc-blog-date.classdate.mapdate.popup {
  font-size: 1rem;
  line-height: 1;
}

.text-block-914 {
  display: none;
  overflow: hidden;
}

.text-block-54 {
  letter-spacing: 0;
  line-height: 1;
}

.text-block-54:lang(en-us) {
  text-transform: none;
}

.div-block-323 {
  display: flex;
}

.svgsymbolwhite-copy {
  justify-content: center;
  align-items: center;
  width: .4rem;
  height: .4rem;
  display: flex;
}

.text-block-83 {
  flex: 1;
}

.urgent-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  color: var(--_base-hues---base);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem 0;
  font-size: .8rem;
  display: flex;
}

.urgent-wrap.full {
  margin-top: 1rem;
}

.code-embed-2 {
  color: #b7b08b;
  flex: 1;
  width: .75rem;
  height: 1.8rem;
  display: flex;
}

.div-block-325 {
  border: 2px solid var(--white);
  background-color: var(--white);
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--light-black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #00000059;
}

.eventtypelink2 {
  background-color: #c31717;
  border: 2px solid #a60c0a;
  border-radius: 20rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  transition: all 50ms;
}

.eventtypelink2:hover {
  background-color: #a60c0a;
  border-color: #c31717;
}

.eventtypelink2.w--current {
  background-color: #c31717;
  border-radius: 5px;
}

.filter-block-headline {
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  font-size: 1rem;
  display: flex;
}

.div-block-326 {
  flex-flow: column;
  display: flex;
}

.mapeventimage {
  aspect-ratio: 1;
  object-fit: cover;
  flex: 1;
}

.svgsymbolwhite-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.div-block-252 {
  width: 0;
  height: 0;
  overflow: hidden;
}

.div-block-3155 {
  z-index: 5;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-list-8 {
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: .5rem;
  bottom: 2.5rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-8.w--open {
  overflow: hidden;
}

.dynamic-filter-clear-btn {
  pointer-events: auto;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  color: var(--accessible-components--dark-grey);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dynamic-filter-clear-btn:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.sharewrap {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1rem .5rem .5rem;
  display: flex;
}

.svgsymbolwhite-3 {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.locality-search {
  background-color: var(--3030-grey);
  color: var(--white);
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .1s;
  position: relative;
}

.locality-search:hover {
  background-color: var(--3c3c3b);
}

.locality-search:active {
  background-color: var(--dark-grey);
}

.locality-search::placeholder {
  color: var(--accessible-components--dark-grey);
}

.dropdown-toggle-5 {
  height: 2.5rem;
  box-shadow: none;
  pointer-events: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 0;
  transition: all .1s;
  display: flex;
}

.dropdown-toggle-5:hover {
  background-color: var(--_base-hues---600);
  color: var(--white);
  -webkit-text-decoration-color: var(--_base-hues---600);
  text-decoration-color: var(--_base-hues---600);
}

.item-search-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.item-search-wrap.search-page {
  width: 100%;
}

.tab-pane-location {
  height: 100%;
  position: static;
  overflow: hidden;
}

.dropdown-10 {
  pointer-events: auto;
}

.filter-indicator {
  border: 1px solid var(--_base-hues---600);
  border-radius: 5px;
  display: none;
  position: absolute;
  inset: 0%;
}

.item-checkbox {
  z-index: 6;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--light-black);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .15s;
  position: absolute;
  inset: 0%;
}

.item-checkbox:hover {
  border-color: var(--lightgrey);
}

.item-checkbox.w--redirected-checked {
  border: 1px solid var(--_base-hues---600);
  background-color: var(--light-black);
  background-image: none;
  background-size: auto;
}

.item-checkbox.w--redirected-focus {
  box-shadow: none;
}

.test1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.sharewrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  pointer-events: auto;
  color: #202020;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sharewrapper:hover {
  box-shadow: 0 2px 5px #fff;
}

.sharewrapper.facebook:hover {
  color: #fff;
  background-color: #1877f2;
}

.sharewrapper.copyurl:hover {
  color: #fff;
  background-color: #f15b40;
}

.sharewrapper.mobileshare {
  display: none;
}

.sharewrapper.mobileshare:hover {
  color: #fff;
  background-color: #e1306c;
}

.sharewrapper.navigate:hover {
  color: #fff;
  background-color: #20898d;
}

.sharewrapper.whatsapp:hover {
  color: #fff;
  background-color: #25d366;
}

.sharewrapper.x:hover {
  color: #fff;
  background-color: #000;
}

.search-svg {
  width: .9rem;
  height: .9rem;
}

.dynamic-filter-search-input {
  border: 1px solid var(--transparent);
  background-color: var(--dark-grey);
  color: #fff;
  border-radius: 8px;
  height: 2rem;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 3.25rem;
  line-height: 1;
  transition: all .1s;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.dynamic-filter-search-input:hover, .dynamic-filter-search-input:focus {
  border-color: var(--accessible-components--dark-grey);
}

.dynamic-filter-search-input::placeholder {
  color: #9b9b9b;
}

.body {
  height: 100svh;
  font-family: itc-avant-garde-gothic-pro;
  overflow: clip;
}

.div-block-315-copy-copy {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.onmapplacelinks {
  display: flex;
}

.search-svg-2 {
  width: 1rem;
  height: 1rem;
}

.div-block-281 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clear-search-wrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.clear-search {
  pointer-events: auto;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  color: var(--accessible-components--dark-grey);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clear-search:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.svgsymbolwhite-32 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-32:hover {
  color: var(--white);
}

.tag-text {
  justify-content: flex-start;
  align-items: center;
}

.tag-text.hide, .tag-text.reporter {
  display: none;
}

.right-toggle-filter-indicator {
  border: 2px solid var(--_base-hues---600);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.reporters-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs_selectcustom-3_toggle {
  background-color: #f5f5f5;
  padding: .75rem 4rem .75rem 1rem;
}

.fs_selectcustom-3_toggle:focus-visible, .fs_selectcustom-3_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.div-block-3158 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--accessible-components--dark-grey);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.fs_selectcustom-3_link {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs_selectcustom-3_link:hover {
  opacity: .7;
}

.fs_selectcustom-3_link:focus-visible, .fs_selectcustom-3_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-3_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.text-block-918 {
  text-shadow: 0 2px 5px #00000059;
  overflow: visible;
}

.fs_selectcustom-3_field {
  margin-bottom: 0;
  display: none;
}

.empty-state-11 {
  display: none;
}

.fs_selectcustom-3_link-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.faq-divider {
  border-top: 1px solid var(--dark-grey-2);
  height: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.fs_selectcustom-3_list {
  background-color: #0000;
}

.fs_selectcustom-3_list.w--open {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 1rem;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.fs_selectcustom-3_link-block {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.fs_selectcustom-3_link-block:focus-visible, .fs_selectcustom-3_link-block[data-wf-focus-visible] {
  z-index: 2;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hide {
  display: none;
}

.fs_selectcustom-3_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filtersidebar-copy {
  width: 100%;
}

.filtersidebar-copy.right {
  pointer-events: none;
  padding-top: 0;
}

.fs_selectcustom-3_embed {
  margin-bottom: 0;
}

.div-block-3163 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.fs_selectcustom-3_message {
  color: var(--accessible-components--dark-grey);
}

.text-block-920 {
  white-space: nowrap;
}

.leftsidebarclose {
  cursor: pointer;
  background-color: #2e2e2d;
  border-radius: 2px;
  padding: 16px 8px 16px 16px;
  position: absolute;
  top: auto;
  bottom: 20%;
  right: -8%;
}

.leftsidebarclose.hidemobile {
  z-index: 999;
  background-color: #2e2e2d;
  border: 1px #969696;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.leftsidebarclose.hidemobile:hover {
  background-color: #474746;
}

.leftsidebarclose.hidemobile.close-block {
  background-color: var(--transparent);
  opacity: .8;
  color: var(--white);
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.leftsidebarclose.hidemobile.close-block:hover {
  background-color: var(--light-black);
  opacity: 100;
  color: var(--white);
}

.div-block-3166 {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.icon-5 {
  color: #f7faf8;
  margin: 0;
  position: relative;
  transform: rotate(90deg);
}

.link-block-566 {
  pointer-events: auto;
  color: #9b9b9b;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  display: flex;
}

.link-block-566:hover {
  color: #fff;
  background-color: #1a1b1e;
}

.text-field-2 {
  pointer-events: auto;
  margin-bottom: 0;
  padding: 0;
}

.svgsymbolwhite-4 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-list-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  max-height: 12rem;
  display: flex;
  overflow: auto;
}

.report-wrap {
  z-index: 1;
  border: 1px solid var(--3838);
  border-radius: 5px;
  max-width: 640px;
  margin-top: 2rem;
  margin-bottom: 8rem;
  transition: all .2s;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3169 {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-285 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-922 {
  color: #fff;
  word-break: break-all;
  line-height: 1;
}

.div-block-3173 {
  height: 100%;
}

.svgsymbolwhite-5 {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.div-block-3175 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.5rem;
  display: flex;
}

.div-block-287 {
  background-color: #777;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.collection-list-23-copy-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: grid;
}

.div-block-3181 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.svgsymbolwhite-32-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svgsymbolwhite-32-copy:hover {
  color: var(--white);
}

.mapeventimage-2 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
}

.div-block-3182 {
  border: 3px solid var(--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  display: flex;
}

.link-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #20898d;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.25rem;
  padding: 1rem 1rem 1rem 1.25rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.link-block-52:hover {
  color: #fff;
  background-color: #f15b40;
  text-decoration-color: #20898d;
}

.test33 {
  z-index: 6;
  opacity: .5;
  pointer-events: none;
  color: var(--accessible-components--dark-grey);
  margin-bottom: 0;
}

.div-block-3183 {
  z-index: 6;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 2rem;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-90 {
  line-height: 1.5;
}

.div-block-31834 {
  z-index: 6;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-290 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.radio-button-field {
  display: none;
  position: relative;
}

.body-2 {
  font-family: itc-avant-garde-gothic-pro;
}

.report-text-field {
  border: 1px solid var(--transparent);
  background-color: var(--222);
  color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  transition: all .1s;
  position: relative;
}

.report-text-field:hover, .report-text-field:focus {
  border-color: var(--accessible-components--dark-grey);
}

.report-text-field::placeholder {
  color: #9b9b9b;
}

.link-block-53 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.25rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-53:hover {
  color: #f7faf8;
  text-decoration-color: #20898d;
}

.link-block-53.publicationlink {
  padding-left: 0;
  position: relative;
}

.hidden-names {
  background-color: var(--transparent);
  pointer-events: none;
  color: var(--_base-hues---500);
  border: 1px #000;
  border-radius: 5px;
  flex-flow: wrap;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  transition: all .1s;
  display: flex;
}

.hidden-names::placeholder {
  background-color: var(--transparent);
  color: var(--transparent);
}

.report-reporter-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  max-height: 13.25rem;
  display: grid;
  overflow: auto;
}

.tabs-content-copy {
  overflow: visible;
}

.text-span {
  color: var(--saturated-red);
}

.infotabtestimony {
  background-color: var(--_base-hues---800);
  color: var(--white);
  border-radius: 5px;
  padding: .5rem 1rem;
  transition: all 50ms;
}

.infotabtestimony:hover {
  background-color: var(--_base-hues---900);
}

.infotabtestimony.w--current {
  background-color: var(--_base-hues---950);
}

.submit-button {
  background-color: var(--_base-hues---600);
  border-radius: 3px;
  width: 15rem;
  padding: .5rem 1rem;
}

.submit-button:hover {
  background-color: var(--_base-hues---500);
}

.submit-button:active {
  background-color: var(--_base-hues---700);
}

.tabs-menu-testimony {
  z-index: 99999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: sticky;
  top: 3.75rem;
}

.collection-list-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-293 {
  background-color: var(--light-beige);
  padding-left: 1rem;
  padding-right: 1em;
}

.report-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  flex-flow: column;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.div-block-294 {
  background-color: var(--white);
}

.form-section {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.autofill-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.autofill-title:lang(en-us) {
  text-align: left;
  direction: ltr;
}

.form-section-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--3838);
  border-radius: 3px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.form-section-3 {
  grid-row-gap: 1rem;
  border: 1px solid var(--3838);
  border-radius: 5px;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.report-text-field-icon {
  border: 1px solid var(--transparent);
  background-color: var(--222);
  color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 3rem;
  font-size: 1rem;
  transition: all .1s;
  position: relative;
}

.report-text-field-icon:hover, .report-text-field-icon:focus {
  border-color: var(--accessible-components--dark-grey);
}

.report-text-field-icon::placeholder {
  color: #9b9b9b;
}

.report-text-field-date {
  border: 1px solid var(--transparent);
  background-color: var(--222);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 3rem;
  font-size: 1rem;
  transition: all .1s;
  display: inline-flex;
  position: relative;
}

.report-text-field-date:hover {
  border-color: var(--accessible-components--dark-grey);
}

.report-text-field-date:active {
  background-color: #1a1b1e;
}

.report-text-field-date:focus {
  border-color: var(--accessible-components--dark-grey);
}

.report-text-field-date::placeholder {
  color: #9b9b9b;
}

.code-embed-12 {
  position: absolute;
}

.div-block-31845 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hidden-ids {
  height: 1rem;
  color: var(--_base-hues---base);
  border: 1px #000;
  border-radius: 5px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  transition: all .1s;
  display: none;
  position: relative;
}

.hidden-ids::placeholder {
  background-color: var(--transparent);
  color: var(--transparent);
}

.success-message {
  background-color: var(--transparent);
}

.error-message {
  background-color: var(--_base-hues---base);
}

.text-block-924 {
  color: var(--accessible-components--dark-grey);
  font-size: .8rem;
}

.report-text-field-large {
  border: 1px solid var(--transparent);
  background-color: var(--222);
  color: #fff;
  border-radius: 3px;
  min-width: 100%;
  min-height: 10rem;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: all .1s;
  position: relative;
}

.report-text-field-large:hover, .report-text-field-large:focus {
  border-color: var(--accessible-components--dark-grey);
}

.report-text-field-large::placeholder {
  color: #9b9b9b;
}

.large-text-form-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-section-2-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--2e2e2d);
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.div-block-31846 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-54 {
  flex: 1;
  height: 2rem;
}

.icon-5-copy {
  color: #f7faf8;
  margin: 0;
  position: relative;
  transform: rotate(-90deg);
}

.div-block-31847 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31848 {
  justify-content: space-between;
  display: flex;
}

.form-section-2-options {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--2e2e2d);
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.more-reporting-options {
  z-index: 6;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--light-black);
  border-style: none;
  border-color: #000;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  transition: all .15s;
  display: flex;
}

.more-reporting-options:hover {
  background-color: var(--orange-saturated);
}

.more-reporting-options.w--redirected-checked {
  background-color: var(--orange-saturated-bright);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

.option-text {
  z-index: 6;
  margin-bottom: 0;
  position: relative;
}

.reporterwrap1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-31850 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.hidden-names-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-55 {
  width: .6rem;
  height: .6rem;
}

.div-block-31852 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-height: 74svh;
  display: flex;
  overflow: auto;
}

.div-block-31852.hide {
  display: none;
}

.left-sidetabs-text {
  justify-content: center;
  align-items: center;
  width: 1rem;
  font-weight: 500;
  display: flex;
  transform: rotate(90deg);
}

.div-block-31854 {
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  display: flex;
}

.right-sidetab-text {
  justify-content: center;
  align-items: center;
  width: 1rem;
  font-weight: 500;
  display: flex;
  transform: rotate(-90deg);
}

.div-block-318542 {
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  display: flex;
}

.div-block-298 {
  position: relative;
}

.page-count {
  display: none;
}

.next {
  border-style: solid;
  border-color: var(--_base-hues---600);
  background-color: var(--light-black);
  color: var(--_base-hues---500);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition-duration: .15s;
  display: flex;
}

.next:hover {
  background-color: var(--_base-hues---600);
  color: var(--light-black);
}

.next:active {
  background-color: var(--_base-hues---700);
}

.icon-6 {
  transform: rotate(90deg);
}

.fs_checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible, .fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.leftsidebar-head {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.filter-tagparent {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  position: relative;
}

.filter-tagparent.feed {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.fs_checkbox-7_button {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-7_button:focus-visible, .fs_checkbox-7_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.layers-arrow {
  margin: 0;
  transition: all .2s;
  display: none;
  position: relative;
}

.layers-arrow.is--rotated {
  display: none;
  transform: rotate(180deg);
}

.div-block-302 {
  background-color: var(--transparent);
}

.sidebar-close {
  z-index: 999;
  background-color: var(--transparent);
  width: 2rem;
  height: 2rem;
  color: var(--white);
  cursor: pointer;
  border: 2px #c31717;
  border-radius: 20rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sidebar-close:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.div-qwe282-copy {
  z-index: 1001;
  border-bottom: 1px solid var(--474747);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  display: flex;
}

.fs_checkbox-6_button {
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-6_button:focus-visible, .fs_checkbox-6_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.div-block-318553 {
  pointer-events: auto;
  max-height: 100svh;
  position: relative;
}

.div-block-304 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-304:hover {
  background-color: var(--burgundy);
}

.div-block-318554 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-92 {
  font-weight: 500;
}

.div-block-318555 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-flow: column;
  width: 27.5svw;
  height: 100%;
  padding-top: 1rem;
  display: flex;
}

.div-block-305 {
  z-index: 99999;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reporter-name {
  flex: 0 auto;
}

.div-block-318556 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.socials-wrap {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-306 {
  display: flex;
}

.socials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 2rem;
  height: 3rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.socials-wrapper:hover {
  background-color: var(--light-black);
  box-shadow: none;
}

.socials-wrapper.facebook:hover {
  background-color: #1877f2;
}

.socials-wrapper.copyurl {
  display: none;
}

.socials-wrapper.copyurl:hover {
  background-color: #f15b40;
}

.socials-wrapper.mobileshare {
  display: none;
}

.socials-wrapper.mobileshare:hover {
  background-color: #e1306c;
}

.socials-wrapper.instagram:hover {
  background-color: #dd2a7b;
}

.socials-wrapper.whatsapp:hover {
  color: #fff;
  background-color: #25d366;
}

.socials-wrapper.x:hover {
  background-color: #000;
}

.socials-wrapper.linktree:hover {
  background-color: #43e660;
}

.socials-wrapper.tiktok:hover {
  background-color: #fe1c55;
}

.placemarkers-2 {
  width: 0;
  height: 0;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.placemarkers-2.cmsfilter {
  font-family: Montserrat, sans-serif;
}

.div-block-318557 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linkinsides-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f15b40;
  border: 2px solid #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  overflow: hidden;
}

.linkinsides-2:hover {
  color: #f7faf8;
}

.linkinsides-2.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkinsides-2.number {
  color: #000;
  background-color: #20898d;
}

.linkinsides-2.number:hover {
  color: #f7faf8;
}

.support-button {
  border: 1px solid var(--transparent);
  background-color: var(--_base-hues---base);
  height: 2rem;
  color: var(--080808);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .8rem;
  display: flex;
}

.support-button:hover {
  border-color: var(--_base-hues---base);
  background-color: var(--light-black);
  color: var(--_base-hues---base);
}

.support-button.cms-page {
  padding-left: .7rem;
  padding-right: .7rem;
}

.support-button.cms-page:hover {
  background-color: var(--light-black);
}

.support-button.org {
  z-index: 3;
  position: relative;
}

.div-block-307 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-318559 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: auto;
}

.join-support-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: .5rem;
  display: flex;
}

.join-support-wrap.is--hidden {
  display: none;
}

.join-support-wrap.mobile {
  z-index: 3;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  position: relative;
}

.join-support-wrap.org {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
}

.join-button {
  border: 1px solid var(--transparent);
  background-color: var(--_base-hues---800);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .8rem;
  display: flex;
}

.join-button:hover {
  border-color: var(--_base-hues---500);
  background-color: var(--light-black);
  color: var(--_base-hues---500);
}

.join-button.cms-page {
  padding-left: .7rem;
  padding-right: .7rem;
}

.join-button.cms-page:hover {
  background-color: var(--light-black);
}

.join-button.org {
  z-index: 3;
  position: relative;
}

.person-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 8px;
  flex-flow: row;
  padding: .5rem;
  display: flex;
  position: relative;
}

.person-wrap:hover {
  background-color: var(--dark-grey);
}

.person-wrap.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  border-style: none;
  padding: 0;
}

.person-wrap.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100%;
  padding: 1rem;
  transition-duration: .15s;
}

.person-wrap.search:hover {
  background-color: var(--3030-grey);
}

.person-wrap.hide {
  display: none;
}

.person-wrap.info {
  border-style: none;
  padding: 1rem;
}

.person-wrap.home-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem;
  transition-duration: .15s;
}

.person-wrap.home-page:hover {
  background-color: var(--3030-grey);
}

.div-block-318562 {
  padding: 0 1.5rem .5rem;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-318566 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-flow: column;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.div-block-318567 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-grey-2);
  border-radius: 5px;
  flex-flow: column;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.div-block-318568 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-318569 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-56 {
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
}

.location-name {
  margin-bottom: 3px;
}

.dropdown-list-9 {
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: .5rem;
  bottom: 2.5rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-9.w--open {
  overflow: hidden;
}

.div-block-318570 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.mobile {
  display: none;
}

.div-block-318571 {
  background-color: var(--_base-hues---600);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: .5rem 1rem;
  display: flex;
}

.div-block-318571:hover {
  background-color: var(--_base-hues---500);
}

.div-block-318571:active {
  background-color: var(--_base-hues---700);
}

.div-block-318572 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  flex-flow: column;
  display: flex;
}

.tabs-content-2-copy {
  position: static;
}

.location-marker-svg {
  max-height: 1.5rem;
  color: var(--474747);
  justify-content: center;
  align-items: center;
  padding-bottom: .125rem;
  display: flex;
}

.location-marker-svg.settlement {
  color: var(--red-2);
}

.location-marker-svg.locality {
  width: 1rem;
  height: 1rem;
}

.location-name-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-pane-tab-4 {
  position: static;
}

.body-main {
  color: var(--white);
}

.body-main:lang(he) {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.body-main.feed {
  flex-flow: column;
  display: flex;
}

.body-main.map {
  max-width: 100svw;
  max-height: 100svh;
  overflow: hidden;
}

.jump-to-top {
  border: 1px solid var(--222);
  background-color: var(--dark-grey-2);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.jump-to-top:hover {
  background-color: var(--474747);
}

.jump-to-top:active {
  background-color: var(--dark-grey-2);
}

.collection-list-23-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  max-height: 100svh;
  display: grid;
  overflow: auto;
}

.image-57 {
  width: 1.1rem;
}

.div-block-248-copy {
  z-index: 3;
  background-color: #eceee2;
  border-radius: 20rem;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  display: flex;
  overflow: hidden;
}

.right-button-wrap {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-button-wrap.feed {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 27.5svw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.right-button-wrap.feed:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}

.right-button-wrap.report-page {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem calc(27.5svw + 1rem) 1rem 1rem;
  display: flex;
}

.right-button-wrap.report-page:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}

.right-button-wrap.home {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 27.5svw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.right-button-wrap.home:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}

.tab-content-wrap {
  flex-flow: column;
  height: 100%;
  max-height: 100%;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto;
}

.search-filter-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.data-filter-header {
  border-bottom: 1px solid var(--474747);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: .5rem .5rem .5rem 1rem;
  font-size: .8rem;
  transition: all .15s;
  display: flex;
  position: relative;
}

.data-filter-header:hover {
  background-color: var(--dark-grey);
}

.data-filter-header.no-collapse {
  cursor: auto;
}

.data-filter-header.no-collapse:hover {
  background-color: var(--transparent);
}

.reporter-filter-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--080808);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.righttoggle {
  background-color: var(--_base-hues---700);
  pointer-events: auto;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.righttoggle:hover {
  background-color: var(--_base-hues---600);
}

.collection-list-wrapper-28 {
  max-height: 100%;
  padding-bottom: 8rem;
  overflow: auto;
}

.fs-select_icon-5-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  transform: rotate(90deg);
}

.dynamic-filter-section {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-91-copy-copy {
  pointer-events: none;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}

.pick-date-text {
  color: var(--accessible-components--dark-grey);
  white-space: nowrap;
  padding-left: .5rem;
  display: none;
}

.pick-date-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-91-copy-copy {
  pointer-events: none;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.left-sidetab-filter-indicator {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.fs-select_icon-5-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: none;
  position: relative;
}

.wb-gaza-wrap-wp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-block-912-copy {
  pointer-events: none;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wb-gaza-wrap {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .75rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-4-copy {
  width: 1rem;
  display: flex;
}

.report-date-symbol {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .7rem;
  display: flex;
  position: relative;
}

.date-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  pointer-events: auto;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.date-link:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.svgsymbol {
  width: 1.3rem;
  height: 1.3rem;
  color: var(--light-black);
  display: flex;
}

.search-icons-wrap {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding-left: .25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cms-page-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.cms-page-wrap.report {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
}

.cms-page-wrap.reporter {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: 4rem;
}

.cms-page-wrap.home {
  padding-top: 4rem;
}

.cms-page-wrap.feed {
  min-height: 100svh;
  padding-top: 0;
}

.cms-page-wrap.map {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100svh;
  padding: 0;
  position: relative;
}

.cms-page-wrap.report-page {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 9rem;
  padding-bottom: 8rem;
  position: relative;
}

.sidebars-wrap-cms {
  z-index: 9999;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.socials-wrap-header {
  z-index: 3;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.tab-pane-perpetrator {
  height: 100%;
  overflow: hidden;
}

.form-8 {
  background-color: var(--transparent);
}

.text-field-3 {
  border-radius: 5px;
  padding-left: 3rem;
}

.search-input-wrap-regular {
  pointer-events: auto;
  border-radius: 20rem;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  transition: all .1s;
  display: flex;
  position: relative;
}

.reporter-image {
  background-color: var(--light-black);
  border-radius: 2px;
  width: 2rem;
  height: 2rem;
}

.date-text {
  font-size: .8rem;
}

.div-block-317 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.perpetrator-report-text {
  font-size: .7rem;
}

.perpetrator-report-text.the {
  padding-right: .125rem;
}

.div-block-318 {
  padding: .5rem 1rem 1rem;
}

.collection-list-wrapper-25 {
  margin-top: .25rem;
}

.checbox-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.test3 {
  z-index: 6;
  pointer-events: none;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  position: relative;
}

.checkbox-wrap-auto {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loading-reports-wrap {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.loading-reports {
  background-color: var(--light-black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 1rem;
  display: flex;
}

.div-block-318587 {
  position: relative;
}

.perpetrator-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: flex;
}

.formblock-hide {
  margin-bottom: 0;
}

.rl_navbar5_logo-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--_base-hues---base);
  justify-content: flex-start;
  align-items: center;
  padding-left: .5rem;
  font-weight: 600;
  display: flex;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f3f3f3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1rem;
  font-size: .9rem;
  font-weight: 300;
  display: flex;
}

.navbar_link:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.navbar_link.w--current {
  pointer-events: none;
  color: var(--474747);
}

.navbar_link.search {
  border-radius: 20rem;
}

.navbar_link.vertical {
  background-color: var(--080808);
  width: 100%;
  height: 2rem;
  color: var(--a3a3a3);
  justify-content: flex-start;
  align-items: center;
}

.navbar_link.vertical:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  box-shadow: 0 2px 5px #0003;
}

.navbar_link.vertical.w--current {
  border: 1px solid var(--dark-grey-2);
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar5_button {
  background-color: var(--white);
  color: var(--dark-grey-2);
  white-space: nowrap;
  border-radius: 3px;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  display: none;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.arrowicon {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.arrowicon.right {
  padding-right: .125rem;
}

.arrowicon.left {
  padding-left: .125rem;
  display: none;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_menu-left {
  display: flex;
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.rl_navbar5_component {
  border-bottom: 1px solid var(--222);
  background-color: var(--080808);
  align-items: center;
  width: 100%;
  height: 4rem;
  min-height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar5_button-secondary {
  border: 2px solid var(--_base-hues---600);
  background-color: var(--color);
  border-radius: 3px;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  display: none;
}

.rl_navbar5_button-secondary:hover {
  background-color: var(--light-black);
  color: var(--_base-hues---600);
}

.rl_navbar5_dropdown-content-left-copy {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rl_navbar5_dropdown-list-copy.w--open {
  z-index: 2;
  background-color: var(--light-black);
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.tab-filter-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  padding: .5rem 1rem 1rem;
  display: flex;
}

.div-block-318589 {
  min-width: 3.3rem;
  min-height: 3.3rem;
  position: relative;
}

.reporter-image-main {
  border-width: 5px;
  border-color: #000;
  border-radius: 2px;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  position: relative;
}

.reporter-image-main.test {
  justify-content: center;
  align-items: center;
}

.reporter-image-main-wrap {
  border: 2px solid var(--light-black);
  border-radius: 4px;
}

.reporter-image-main-wrap.test {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.reporter-image_2 {
  border-radius: 2px;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.reporter-image_2.test {
  justify-content: center;
  align-items: center;
}

.div-block-328 {
  justify-content: center;
  align-items: center;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-318591 {
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0%;
}

.zoom-out {
  width: 2rem;
  height: 2rem;
}

.multi-reporter-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.multi-reporter-wrap:hover {
  text-decoration: underline;
}

.district-name-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--dark-grey);
  color: var(--white);
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.district-name-wrap:hover {
  background-color: var(--_base-hues---500);
}

.district-name-wrap:active {
  background-color: var(--_base-hues---950);
}

.district-name-wrap.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.district-name-wrap.number {
  background-color: var(--_base-hues---950);
}

.district-name-wrap.number:hover {
  background-color: var(--_base-hues---600);
}

.district-name-wrap.number:active {
  background-color: var(--_base-hues---900);
}

.district-name-wrap.district {
  background-color: var(--_base-hues---950);
}

.district-name-wrap.district:hover {
  background-color: var(--_base-hues---600);
}

.district-name-wrap.district:active {
  background-color: var(--_base-hues---900);
}

.reporter-list-wrap {
  position: relative;
}

.reporter-list-wrap.modal-click {
  z-index: 99999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.boundary-style {
  background-color: #1a1b1e40;
  border: 2px dashed #1a1b1e;
}

.boundary-style:hover {
  background-color: #e9311940;
  border-color: #e93119;
}

.div-block-318592 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: inline-flex;
}

.modal-close-btn {
  z-index: 999;
  background-color: var(--transparent);
  width: 2rem;
  height: 2rem;
  color: var(--white);
  cursor: pointer;
  border: 2px #c31717;
  border-radius: 20rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-btn:hover {
  background-color: var(--2e2e2d);
  color: var(--white);
}

.tab-pane-district {
  height: 100%;
  position: static;
}

.modal-pre-wrap {
  position: relative;
}

.modal-pre-wrap.modal-click {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--light-black);
  border-radius: 5px;
  flex-flow: column;
  width: 20rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 12px 1px #fff3;
}

.link-block-54-copy {
  background-color: var(--pink-red);
  pointer-events: auto;
  border-radius: 20rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.link-block-54-copy:hover {
  background-color: var(--pink);
}

.modal-elements {
  display: none;
}

.modal-elements.modal-click {
  display: block;
}

.readmore-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
}

.readmore-icon.reporterd-by {
  transform: rotate(90deg);
}

.ms-profile-image-preview-2 {
  background-color: var(--dark-grey);
  border-radius: 3px;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.div-block-3168-copy {
  z-index: 1001;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-318595 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.password-requirements-wrap {
  display: none;
}

.reporter-hub {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--474747);
  background-color: var(--light-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: .5rem 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.reporter-hub.loggedout {
  justify-content: center;
  align-items: center;
  display: none;
}

.locality-search-3 {
  color: #fff;
  background-color: #303030;
  border: 1px #000;
  border-radius: 5px;
  width: 0;
  height: 0;
  margin-bottom: 0;
  padding: 0 0;
  transition: all .1s;
  position: relative;
}

.locality-search-3:hover {
  background-color: #3c3c3b;
}

.locality-search-3:active {
  background-color: #1a1b1e;
}

.locality-search-3::placeholder {
  color: #9b9b9b;
}

.locality-search-4 {
  color: #fff;
  background-color: #303030;
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .1s;
  position: relative;
}

.locality-search-4:hover {
  background-color: #3c3c3b;
}

.locality-search-4:active {
  background-color: #1a1b1e;
}

.locality-search-4::placeholder {
  color: #9b9b9b;
}

.text-field-4 {
  display: none;
}

.map-marker-cluster {
  font-family: Montserrat, sans-serif;
}

.map-marker-cluster.number {
  margin-right: -.25rem;
}

.submit-button-copy {
  background-color: var(--_base-hues---base);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8rem;
  display: block;
  position: relative;
}

.submit-button-copy:hover {
  background-color: var(--_base-hues---500);
}

.submit-button-copy:active {
  background-color: var(--_base-hues---700);
}

.submit-button-copy:disabled {
  opacity: 0;
  pointer-events: none;
}

.submit-button-copy.loading-form {
  background-color: var(--grey);
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.submit-button-copy.login {
  flex: 1;
}

.submit-button-copy.login:disabled {
  opacity: 1;
  pointer-events: auto;
}

.collection-item-4 {
  position: relative;
}

.update-wrap {
  border: 1px solid var(--474747);
  border-radius: 5px;
  width: 45svw;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.update-wrap.is--show {
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.update-wrap.login {
  border: 1px solid var(--474747);
  border-radius: 5px;
}

.div-block-3156 {
  position: absolute;
  inset: 0%;
}

.update-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 8rem;
  display: flex;
}

.update-page-wrap.login {
  height: 100svh;
}

.form-block-5 {
  margin-bottom: 0;
}

.is-list-highlight {
  background-color: var(--_base-hues---base);
}

.details-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-318599 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: .25rem .25rem .5rem .5rem;
  display: flex;
}

.form-block-6 {
  margin-bottom: 0;
}

.text-block-94-copy {
  color: #999;
}

.div-block-318600 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success {
  background-color: var(--_base-hues---600);
  padding: 1rem;
}

.error {
  background-color: var(--burgundy);
}

.div-block-318602 {
  flex: 0 auto;
  display: flex;
  position: relative;
}

.div-block-3159 {
  display: none;
}

.div-block-318603 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-284-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reporter-link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.dropdown-list-11 {
  background-color: var(--transparent);
}

.dropdown-list-11.w--open {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--3c3c3b);
  border-radius: 3px;
  flex-flow: column;
  display: flex;
  bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.reporter-dropdown-link {
  background-color: var(--2e2e2d);
  width: 100%;
  height: 2rem;
  color: var(--_base-hues---50);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .3rem .8rem;
  transition: all 50ms;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reporter-dropdown-link:hover {
  background-color: var(--_base-hues---700);
  color: var(--white);
}

.reporter-dropdown-link:active {
  background-color: var(--_base-hues---700);
}

.reporter-dropdown-link.w--current {
  color: var(--white);
}

.reporter-dropdown-link.hide {
  display: none;
}

.reporter-dropdown-link.active-tab {
  background-color: var(--_base-hues---600);
}

.reporter-svg {
  width: 1rem;
  height: 1rem;
  color: var(--3030-grey);
}

.reporter-dropdown-toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  transition: all 50ms;
  display: flex;
}

.reporter-dropdown-toggle:hover {
  background-color: var(--474747);
}

.reporter-dropdown-toggle.add-report {
  background-color: var(--_base-hues---600);
  padding: .5rem 1rem;
}

.reporter-dropdown-toggle.add-report:hover {
  background-color: var(--_base-hues---500);
}

.div-block-318604 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-318605 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 1.7rem;
  display: flex;
}

.hidden-list-search {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.support-button-copy {
  background-color: var(--_base-hues---700);
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .9rem;
  transition-duration: .15s;
  display: flex;
}

.support-button-copy:hover {
  background-color: var(--2e2e2d);
  color: var(--_base-hues---500);
}

.div-block-3160 {
  margin-top: 1rem;
}

.location-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 3rem;
  padding: .5rem .75rem;
  display: flex;
}

.location-wrap:hover {
  background-color: var(--dark-grey);
}

.location-wrap.region {
  border-left-color: var(--white);
}

.location-wrap.region.search {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
}

.location-wrap.region.search:hover {
  background-color: var(--dark-grey-2);
}

.location-wrap.locality {
  border-left: .25rem solid var(--locality);
}

.location-wrap.locality:hover {
  background-color: var(--3c3c3b);
}

.location-wrap.settlement.search {
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
}

.location-wrap.settlement.search:hover {
  background-color: var(--dark-grey-2);
}

.location-wrap.territory {
  border-left-color: var(--white);
  background-color: var(--dark-grey);
  color: var(--white);
}

.location-wrap.locality-search {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--transparent);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
}

.location-wrap.locality-search:hover {
  background-color: var(--3030-grey);
}

.location-wrap.territory-copy {
  border: 2px solid var(--saturated-red);
  background-color: var(--dark-grey);
  color: var(--white);
}

.location-wrap.info {
  border-left-style: none;
  padding: 1rem;
}

.div-block-3161 {
  pointer-events: auto;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.person-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.map-key-checkbox {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.person-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.toggleable-map-key {
  z-index: 6;
  background-color: var(--3c3c3b);
  border-style: none;
  border-color: #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .15s;
  position: absolute;
  inset: 0%;
}

.toggleable-map-key:hover {
  background-color: var(--474747);
}

.toggleable-map-key.w--redirected-checked {
  background-color: #161616;
  background-image: none;
  background-size: auto;
  border-radius: 0;
}

.div-block-318607 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  display: flex;
}

.check-text-key {
  z-index: 6;
  pointer-events: none;
  margin-bottom: 0;
  position: relative;
}

.perpetrator-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 8px;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.perpetrator-wrap:hover {
  background-color: var(--dark-grey);
}

.perpetrator-wrap.region {
  border-left: .25rem solid var(--region);
  color: var(--region);
  background-color: #fdf6f0;
}

.perpetrator-wrap.search {
  width: auto;
  min-height: 100%;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  transition-duration: .15s;
}

.perpetrator-wrap.search:hover {
  border-color: var(--saturated-red);
  background-color: var(--222);
}

.perpetrator-wrap.locality {
  border-left: .25rem solid var(--locality);
  color: var(--locality);
  background-color: #f9f8e6;
}

.perpetrator-wrap.info {
  padding: 1rem;
}

.perpetrator-wrap.settlement {
  border-left: .25rem solid var(--settlement);
  color: var(--settlement);
  background-color: #f5f7fa;
}

.svgsymbolwhite-copy-copy {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: none;
}

.div-block-318609 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.key-color-wrap {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.key-color-a {
  background-color: var(--area-a);
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.key-color-b {
  background-color: var(--area-b);
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.key-color-c {
  background-color: var(--area-c);
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.text-block-919 {
  display: none;
}

.upload-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: none;
}

.div-block-3162 {
  position: relative;
}

.search-input-wrap-regular-copy {
  pointer-events: auto;
  border-radius: 20rem;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: all .1s;
  display: inline-flex;
  position: relative;
}

.layers-side-bar {
  z-index: 99999;
  background-color: var(--474747);
  pointer-events: auto;
  flex-flow: column;
  width: 350px;
  height: 100%;
  margin-right: -350px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.layers-side-bar.is--show {
  border-left: 1px solid var(--dark-grey-2);
  background-color: var(--dark-grey-2);
  margin-right: 0;
}

.regular-search-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--transparent);
  background-color: var(--dark-grey-2);
  width: 100%;
  height: 2.5rem;
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1rem 0 4rem;
  font-size: 1rem;
  line-height: 1;
  transition: background-color .15s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.regular-search-copy:hover {
  border-color: var(--lightgrey);
}

.regular-search-copy:focus {
  border-color: var(--_base-hues---600);
}

.regular-search-copy::placeholder {
  color: #ffffff80;
}

.regular-search-copy.w--current {
  display: none;
}

.search-svg-copy {
  width: 1rem;
  height: 1rem;
}

.faq-q-text {
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-318611 {
  pointer-events: none;
  padding: .25rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.div-block-318612 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.search-button {
  background-color: var(--transparent);
  pointer-events: auto;
  border-radius: 20rem;
  width: 3.5rem;
  height: 2rem;
  padding: 0;
  transition: background-color .15s;
}

.search-button:hover {
  background-color: var(--_base-hues---600);
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.search-result-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-grey-2);
  border-radius: 5px;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.search-result-item {
  background-color: var(--light-black);
  border-radius: 3px;
}

.c-faq-a-text {
  padding: .75rem 1rem .5rem;
}

.link-block-570 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.text-block-829801 {
  font-size: 1.3rem;
}

.div-block-318613 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.faq-a-text {
  font-size: .8rem;
  line-height: 1rem;
}

.heading {
  font-weight: 300;
}

.c-faq-item {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

.open-in-new-tab {
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--3c3c3b);
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.open-in-new-tab:hover {
  color: var(--_base-hues---600);
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.svg-3 {
  width: .5rem;
  height: .5rem;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.div-block-318614 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.display-image {
  z-index: 2;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.div-block-318615 {
  aspect-ratio: 1;
  background-color: var(--light-black);
  object-fit: cover;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.text-block-829802 {
  z-index: 1;
}

.signup_input-wrap {
  position: relative;
}

.div-block-318616 {
  z-index: 3;
  pointer-events: none;
  justify-content: space-between;
  padding-top: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.signup_log-txt {
  color: #0b173099;
  font-size: .875rem;
  font-weight: 600;
}

.link-block-565-copy {
  pointer-events: auto;
  background-color: #38383880;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  display: flex;
}

.link-block-565-copy:hover {
  background-color: var(--color);
  color: var(--white);
}

.login_passwords-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-62 {
  width: .9rem;
  height: .9rem;
}

.signup_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 438px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.div-block-318616-copy {
  z-index: 3;
  background-color: var(--_base-hues---600);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.signup_divider {
  background-image: linear-gradient(270deg, #0b173099, #fff);
  width: 50%;
  height: 2px;
}

.signup_divider.right {
  background-image: linear-gradient(90deg, #0b173099, #fff);
}

.report-wrap-cms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2px;
  flex-flow: column;
  width: 600px;
  display: flex;
}

.report-wrap-cms.region {
  color: var(--region);
  background-color: #fdf6f0;
}

.report-wrap-cms.settlement {
  color: var(--settlement);
  background-color: #f5f7fa;
  border: 1px solid #000;
}

.report-wrap-cms.locality {
  color: var(--locality);
  background-color: #f9f8e6;
}

.signup_field-label {
  color: #0b1730cc;
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 600;
}

.div-block-318617 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.signup_or-txt {
  color: #0b173099;
  font-size: .875rem;
  font-weight: 600;
}

.text-block-829803 {
  color: var(--_base-hues---600);
}

.div-block-318619 {
  z-index: 99;
  background-color: var(--dark-grey-2);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem 4.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.section_signup {
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  line-height: 1.4;
  display: flex;
}

.area-wrap {
  display: flex;
}

.add-trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  text-decoration-thickness: 1px;
  transition: all 50ms;
  display: flex;
}

.add-trigger:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.add-trigger.add-report {
  background-color: var(--_base-hues---600);
  white-space: nowrap;
  height: 2rem;
  padding: .5rem .25rem .5rem 1rem;
}

.add-trigger.add-report:hover {
  background-color: var(--_base-hues---500);
}

.add-trigger.edit {
  background-color: var(--222);
  white-space: nowrap;
  height: 2rem;
  padding: .5rem .25rem .5rem 1rem;
}

.add-trigger.edit:hover {
  background-color: var(--474747);
}

.dropdown-list-11-copy {
  background-color: var(--transparent);
}

.dropdown-list-11-copy.w--open {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--3c3c3b);
  border-radius: 3px;
  flex-flow: column;
  display: flex;
  bottom: 3.5rem;
  right: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.show-password-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup_google-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1730cc;
  border: 1px solid #0b173033;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.signup_google-wrap:hover {
  color: #fffc;
  background-color: #0b1730cc;
}

.insider-loading-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.signup_title-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.div-block-318607-copy {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  font-size: .8rem;
  display: flex;
}

.search-wrap {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--080808);
  flex-flow: column;
  width: 50svw;
  padding-top: 5rem;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.search-wrap.region {
  border-left: .25rem solid var(--region);
  color: var(--region);
  background-color: #fdf6f0;
}

.search-wrap.search {
  border-style: none;
}

.search-wrap.search:hover {
  background-color: var(--black);
  color: var(--saturated-red);
}

.search-wrap.locality {
  border-left: .25rem solid var(--locality);
  color: var(--locality);
  background-color: #f9f8e6;
}

.search-wrap.settlement {
  border-left: .25rem solid var(--settlement);
  color: var(--settlement);
  background-color: #f5f7fa;
}

.signup_form-block {
  margin-bottom: 0;
}

.find-wrap-search {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  width: 50svw;
  transition: all .15s;
  display: flex;
}

.find-wrap-search.region {
  border-left: .25rem solid var(--region);
  color: var(--region);
  background-color: #fdf6f0;
}

.find-wrap-search.search {
  border-style: none;
}

.find-wrap-search.search:hover {
  background-color: var(--black);
  color: var(--saturated-red);
}

.find-wrap-search.locality {
  border-left: .25rem solid var(--locality);
  color: var(--locality);
  background-color: #f9f8e6;
}

.find-wrap-search.settlement {
  border-left: .25rem solid var(--settlement);
  color: var(--settlement);
  background-color: #f5f7fa;
}

.find-wrap-search.is--closed {
  height: 0;
  overflow: hidden;
}

.code-embed-10 {
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.cms-page-wrap-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.cms-page-wrap-copy.report {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
}

.signup_heading {
  color: #0b1730;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.collection-list-27 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signup_submit-button {
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
}

.signup_submit-button:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.location-subtext {
  color: #686868;
  font-size: .6rem;
}

.login-list {
  color: #3d3d41;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  padding-left: 0;
  display: flex;
}

.search-results-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50svw;
  display: flex;
}

.search-results-wrap.region {
  border-left: .25rem solid var(--region);
  color: var(--region);
  background-color: #fdf6f0;
}

.search-results-wrap.search {
  border-style: none;
}

.search-results-wrap.search:hover {
  background-color: var(--black);
  color: var(--saturated-red);
}

.search-results-wrap.locality {
  border-left: .25rem solid var(--locality);
  color: var(--locality);
  background-color: #f9f8e6;
}

.search-results-wrap.settlement {
  border-left: .25rem solid var(--settlement);
  color: var(--settlement);
  background-color: #f5f7fa;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.person-text {
  text-align: left;
}

.signup_google-icon {
  width: 30px;
  height: 30px;
}

.person-image {
  background-color: var(--black);
  object-fit: cover;
  border-radius: 5px;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.password-requirements {
  color: #737373;
  background-image: none;
  background-position: 0 46%;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 50%;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.8;
  list-style-type: none;
}

.div-block-318556-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.person-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.person-content-wrap-page {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_log-link {
  color: #0b1730cc;
  transition: all .3s;
}

.signup_log-link:hover {
  color: #0b173099;
}

.div-block-318602-copy {
  flex: 1;
  display: flex;
  position: relative;
}

.signup_link-wrap {
  text-align: center;
}

.head-info-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--080808);
  flex-flow: column;
  width: 45svw;
  padding-top: 2rem;
  padding-bottom: .5rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.signup_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.home-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2px;
  flex-flow: column;
  display: flex;
}

.home-wrap.region {
  color: var(--region);
  background-color: #fdf6f0;
}

.home-wrap.settlement {
  color: var(--settlement);
  background-color: #f5f7fa;
  border: 1px solid #000;
}

.home-wrap.locality {
  color: var(--locality);
  background-color: #f9f8e6;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.show-password-tabs {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 12px 12px auto;
}

.image-63 {
  aspect-ratio: 5 / 4;
  pointer-events: auto;
  object-fit: cover;
  width: 100%;
}

.signup_input {
  color: #000;
  border: 1px solid #0b173033;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 0;
  padding-right: 35px;
}

.signup_input::placeholder {
  color: #0b173066;
  font-size: .75rem;
  font-weight: 600;
}

.link-block-573 {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.link-block-573:hover {
  background-color: var(--dark-grey);
}

.signup_divider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-829806 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.tab-link-tab-1 {
  background-color: #0000;
  padding: 0;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.text-block-829807 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-align-center.light-grey {
  color: #0b173066;
}

.text-size-small.text-weight-semibold.grey {
  color: #0b1730cc;
}

.home-report-link {
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed-11 {
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.div-block-318626 {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.image-63-copy {
  aspect-ratio: 5 / 4;
  pointer-events: auto;
  object-fit: cover;
  width: 66%;
  max-height: 56.25%;
}

.rightsidebar-copy {
  z-index: 1001;
  background-color: var(--dark-grey-2);
  width: 37em;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  box-shadow: 0 2px 5px #0003;
}

.rightsidebar-copy.is--show {
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  max-width: 45svw;
  margin-right: 0;
  display: flex;
}

.collection-list-28-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-63-1 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 5rem;
}

.div-block-3164 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-block-829806-1 {
  font-weight: 600;
  line-height: 1.2;
}

.link-block-573-1 {
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: .9rem;
  display: flex;
  overflow: hidden;
}

.div-block-3165 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.home-item-info {
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1rem 2rem 2rem 1rem;
  display: flex;
  position: relative;
}

.text-block-829808 {
  color: var(--3838);
  font-size: .7rem;
}

.text-block-829809 {
  pointer-events: auto;
  color: var(--474747);
  font-size: .8rem;
}

.svgsymbolwhite-3-copy-2 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-3-copy-2:hover {
  color: #fff;
}

.div-block-318627-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.div-block-318627-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1rem;
  display: flex;
  position: relative;
}

.div-block-3167 {
  z-index: 99999;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-318628 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--light-black);
  border-left: 1px solid var(--light-black);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.link-block-574 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--accessible-components--dark-grey);
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.svg-5 {
  width: .7rem;
  height: .7rem;
}

.div-block-3168 {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-29 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-318629 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feed-wrap {
  flex-flow: column;
  width: 45svw;
  height: 100%;
  padding-top: 0;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.feed-wrap.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.feed-wrap.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100%;
  padding: 2rem 1rem;
  transition-duration: .15s;
}

.feed-wrap.search:hover {
  background-color: var(--3030-grey);
}

.feed-wrap.info {
  padding: 1rem;
}

.fixed-feed {
  z-index: 9;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fixed-feed:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  position: absolute;
}

.div-block-3170 {
  z-index: 5;
  background-color: var(--3c3c3b);
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.collection-list-30 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.div-block-3171 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  transition: all .15s;
  display: flex;
}

.div-block-3171:hover {
  background-color: #272935;
}

.div-block-3171.openleftsidebar {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: auto;
  background-color: #e93119;
  border-radius: 20rem;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.div-block-3171.openleftsidebar:hover {
  background-color: #fc4e37;
}

.div-block-3171.openleftsidebar:active {
  background-color: #cc2711;
}

.home-list-item {
  pointer-events: auto;
  flex-flow: column;
  transition: all .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-list-item:hover {
  background-color: var(--light-black);
}

.link-block-54-copy-2 {
  pointer-events: auto;
  background-color: #ff3232;
  border-radius: 20rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.link-block-54-copy-2:hover {
  background-color: #ff5e5e;
}

.div-block-318634 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3172 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.news-featured-link {
  z-index: 99;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  color: var(--474747);
  font-size: .8rem;
  display: flex;
  position: relative;
}

.news-featured-link:hover {
  color: var(--white);
}

.collection-item-6 {
  flex-flow: column;
  display: flex;
}

.date-text-field-2 {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 3rem;
  font-size: 1rem;
  transition: all .1s;
  position: relative;
}

.date-text-field-2:hover {
  background-color: #3c3c3b;
}

.date-text-field-2:active {
  background-color: #1a1b1e;
}

.date-text-field-2::placeholder {
  color: #9b9b9b;
}

.footer {
  color: var(--474747);
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  display: flex;
}

.div-block-3174 {
  z-index: 999;
  pointer-events: none;
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.reporter-description {
  color: var(--7a7a7a);
  font-size: .7rem;
}

.reporter-description.perp {
  background-color: var(--red-2);
  color: var(--white);
  padding: .125rem .25rem;
}

.home-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-list.topics {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.home-list.reports {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.home-list.most-read {
  grid-template-columns: 1fr;
}

.navbar-dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  border-radius: 5px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding: 1rem;
  font-size: .8rem;
  display: flex;
}

.navbar-dropdown-link:hover {
  background-color: #3c3c3b;
}

.navbar-dropdown-link:lang(he) {
  text-align: right;
  direction: rtl;
}

.searching-indicator {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-load-more {
  max-height: 12rem;
  overflow: auto;
}

.div-block-3176 {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.empty-state-12 {
  background-color: var(--light-black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-922-copy {
  color: #fff;
  word-break: break-all;
  line-height: 1;
}

.code-embed-13 {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.div-block-3177 {
  flex-flow: column;
  display: flex;
}

.filter-search-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.div-block-3178 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.searching-indicator-map {
  justify-content: center;
  align-items: center;
  padding-right: 2.5rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3179 {
  display: flex;
}

.outside-link-svg {
  width: .5rem;
  height: .5rem;
}

.map-layers-form {
  z-index: 99;
  pointer-events: none;
  width: 100svw;
  height: 100svh;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.div-block-318635 {
  padding-top: .25rem;
  padding-right: .5rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-318635-copy {
  padding-top: .25rem;
  padding-right: .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-block-7 {
  margin-bottom: 0;
}

.site-search {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  height: 2.5rem;
  color: var(--white);
  margin-bottom: 0;
  padding: 0 .5rem 0 4rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.site-search:hover {
  border-color: var(--white);
}

.site-search:focus {
  border-color: var(--_base-hues---600);
}

.site-search::placeholder {
  color: #ffffff80;
}

.site-search-sidebar {
  z-index: 1001;
  border-left: 1px solid var(--474747);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #080808d9;
  flex-flow: column;
  flex: 0 auto;
  width: 45svw;
  margin-right: -45svw;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.site-search-sidebar.is--show {
  pointer-events: auto;
  margin-right: 0;
}

.sort-by {
  flex: 1;
}

.div-block-318636 {
  border-bottom: 1px solid var(--474747);
  display: flex;
}

.layers-contents {
  background-color: var(--grey);
  flex-flow: column;
  height: 100%;
  max-height: calc(100svh - 3rem);
  padding-top: .5rem;
  display: flex;
  overflow: auto;
}

.site-search-result-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark-grey-2);
  background-color: var(--dark-transparent);
  justify-content: space-between;
  padding: 1rem;
  transition: all .15s;
  display: flex;
}

.site-search-result-wrap:hover {
  background-color: var(--dark-grey);
}

.site-search-result-wrap.is--selected {
  background-color: var(--3c3c3b);
}

.div-block-31836 {
  cursor: pointer;
  width: 9.5rem;
  padding: .5rem;
  display: flex;
}

.site-search-result-divide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31837 {
  height: .5rem;
}

.site-search-result-picture {
  object-fit: cover;
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
}

.layers-items-wrap {
  flex-flow: column;
  padding-bottom: .5rem;
  display: flex;
}

.site-search-results-wrap {
  border-color: var(--3838) var(--3838) var(--dark-grey-2) var(--dark-grey-2);
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: auto;
}

.site-search-result-detail {
  color: gray;
  font-size: .8rem;
}

.site-search-result-detail.small {
  font-size: .7rem;
}

.div-block-31839 {
  background-color: var(--accessible-components--dark-grey);
  border-radius: 5px;
  height: 3rem;
}

.site-search-title-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.site-search-sidebar-head {
  border-bottom: 1px solid var(--474747);
  display: flex;
}

.sidebar-close-site-search {
  z-index: 999;
  border-right: 1px solid var(--474747);
  background-color: var(--transparent);
  min-width: 2.5rem;
  min-height: 2.5rem;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.sidebar-close-site-search:hover {
  background-color: var(--3838);
  color: var(--white);
}

.site-search-select {
  border: 1px solid var(--transparent);
  background-color: var(--dark-transparent);
  color: #d9d9d9;
  cursor: pointer;
  margin-bottom: 0;
  transition: all .3s;
}

.site-search-select:hover, .site-search-select:focus {
  border-style: solid;
  border-color: var(--white);
}

.site-search-select.right:hover {
  border-color: var(--white);
}

.site-search-wrap {
  pointer-events: auto;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: all .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.site-search-report-picture {
  object-fit: cover;
  border-radius: 5px;
  width: 6rem;
  min-width: 6rem;
  max-width: 6rem;
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
  display: block;
}

.div-block-31840 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.form-wrap-site-search {
  flex-flow: column;
  display: flex;
}

.div-block-31841 {
  background-color: var(--474747);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.topic-link-2 {
  z-index: 9;
  pointer-events: auto;
  background-color: #cc2929;
  border: 1px solid #0000;
  padding: .25rem .5rem;
  font-size: .8rem;
  position: relative;
}

.topic-link-2:hover {
  color: #cc2929;
  background-color: #131313;
  border-color: #cc2929;
}

.topic-link-2.mini {
  z-index: 2;
  pointer-events: auto;
  padding: .125rem;
  font-size: .7rem;
  position: relative;
}

.topic-link-2.report-page {
  pointer-events: auto;
  padding: .125rem;
  font-size: .8rem;
}

.tabs-content-5 {
  pointer-events: auto;
  color: #d9d9d9;
  position: relative;
  overflow: visible;
}

.div-block-318596 {
  grid-row-gap: .5rem;
  border-radius: 4px;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.div-block-318596.hide {
  display: none;
}

.mini-report-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: .9rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.mini-report-wrap.feed {
  border-bottom: 1px solid var(--dark-grey-2);
  background-color: var(--dark-transparent);
  display: flex;
  overflow: hidden;
}

.mini-report-info-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: flex;
}

.div-block-31842 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--3c3c3b);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.mini-report-wrap-initial {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: .9rem;
  transition: all .1s;
  display: flex;
  position: relative;
}

.mini-report-wrap-initial:hover {
  background-color: var(--dark-grey);
}

.mini-report-wrap-initial.skeleton {
  flex-flow: row;
}

.tabs-menu-3-copy {
  z-index: 999;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.tabs-menu-3-copy.hidescroll {
  z-index: 99999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--light-black);
  padding: .5rem;
  position: sticky;
  inset: 0 auto auto;
  overflow: visible;
}

.tabs-menu-3-copy.hidescroll.hide {
  display: none;
}

.tabs-menu-3-copy.feed {
  z-index: 999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding: .5rem;
  position: sticky;
  inset: 0 auto auto;
  overflow: visible;
}

.tabs-menu-3-copy.feed.hide {
  display: none;
}

.tabs-menu-3-copy.hidescroll-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  overflow: auto;
}

.tabs-menu-3-copy.hidescroll-copy.hide {
  display: none;
}

.mini-report-image {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--transparent);
  pointer-events: auto;
  object-fit: cover;
  border-radius: 8px;
  height: 7rem;
  overflow: hidden;
}

.mini-report-image:hover {
  border-color: var(--white);
}

.mini-report-image.skeleton {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--080808);
}

.div-block-31843 {
  width: 500px;
}

.mini-report-extended-wrap {
  flex-flow: column;
  height: 0;
  transition: all .3s;
  overflow: hidden;
}

.reports-cms-list-wrap {
  height: 100svh;
  position: relative;
  overflow: auto;
}

.reports-cms-list-wrap.hide {
  display: none;
}

.reporter-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  text-decoration-thickness: 1px;
  display: flex;
  position: relative;
}

.reporter-link-2:hover {
  text-decoration-color: #d9d9d9;
}

.div-block-31844 {
  display: flex;
}

.reporter-image-2 {
  background-color: #131313;
  border-radius: 2px;
  width: 2rem;
  height: 2rem;
}

.reporter-image-2.hide {
  display: none;
}

.text-block-923 {
  color: var(--black);
}

.div-block-318656 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: .5rem;
  display: flex;
}

.image-50-copy {
  z-index: 5;
  width: 198px;
  height: 2.5rem;
  color: var(--_base-hues---600);
  display: flex;
  position: relative;
}

.join-button-2 {
  background-color: #a31311;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 1.7rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.join-button-2:hover {
  color: #fd3836;
  background-color: #131313;
  border-color: #fd3836;
}

.logo-wrap-reports {
  pointer-events: auto;
}

.support-button-2 {
  color: #131313;
  background-color: #ed2f2d;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 1.7rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.support-button-2:hover {
  color: #fd3836;
  background-color: #131313;
  border-color: #fd3836;
}

.code-embed-16 {
  color: var(--_base-hues---500);
  padding-bottom: .125rem;
  overflow: hidden;
}

.location-link-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: auto;
  color: var(--777);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  text-decoration-thickness: 1px;
  display: flex;
}

.location-link-4:hover {
  color: var(--white);
  -webkit-text-decoration: underline #d9d9d9;
  text-decoration: underline #d9d9d9;
  text-decoration-thickness: 1px;
}

.location-link-4.reporter:hover {
  -webkit-text-decoration-color: var(--_base-hues---500);
  text-decoration-color: var(--_base-hues---500);
}

.location-link-4.multi-location {
  color: var(--lightgrey);
}

.div-block-318657 {
  pointer-events: none;
  color: var(--accessible-components--dark-grey);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mini-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.svg-6 {
  width: 1rem;
  height: 1rem;
}

.dropdown-close {
  z-index: 2;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  background-color: var(--080808);
  opacity: 0;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding-right: 1rem;
  transition: all .2s;
  display: none;
}

.dropdown-close:hover {
  background-color: var(--dark-grey-2);
}

.dropdown-close.is--opened {
  opacity: 100;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-318660 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.jump-to-top-copy {
  border: 1px solid var(--222);
  background-color: var(--080808);
  opacity: 0;
  pointer-events: auto;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.jump-to-top-copy:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.jump-to-top-copy:active {
  background-color: var(--222);
}

.report-content-wrap-3 {
  background-color: var(--light-black);
  border-width: 2px;
  border-color: #000;
  flex-flow: column;
  display: flex;
}

.report-content-wrap-3.feed {
  background-color: var(--transparent);
  pointer-events: none;
  transition: all .1s;
}

.support-button-copy-4 {
  border: 1px solid var(--transparent);
  background-color: var(--_base-hues---base);
  pointer-events: auto;
  height: 1.75rem;
  color: var(--080808);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .9rem;
  transition-duration: .15s;
  display: flex;
  position: relative;
}

.support-button-copy-4:hover {
  border-color: var(--_base-hues---base);
  background-color: var(--transparent);
  color: var(--_base-hues---base);
}

.support-button-copy-4.mini {
  pointer-events: auto;
  height: 1.5rem;
  color: var(--080808);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: .8rem;
}

.support-button-copy-4.mini:hover {
  color: var(--_base-hues---base);
}

.event_head-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1.5rem .5rem;
  display: flex;
}

.perpetratorl-link-3 {
  display: flex;
}

.perpetratorl-link-3:hover, .perpetratorl-link-3.mini, .perpetratorl-link-3.mini:hover {
  color: var(--white);
}

.infotab-3 {
  border: 1px solid var(--dark-grey-2);
  pointer-events: auto;
  width: 100%;
  color: var(--7a7a7a);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: .9rem;
  transition: all .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infotab-3:hover {
  border-color: var(--white);
  color: var(--white);
}

.infotab-3.w--current {
  background-color: var(--orange-saturated-bright);
  color: var(--white);
}

.infotab-3.active-tab {
  background-color: var(--474747);
}

.infotab-3.current {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.add-testimony {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  text-decoration-thickness: 2px;
}

.add-testimony:hover {
  text-decoration: underline;
}

.div-block-318670 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-31849 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cms-info-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--accessible-components--dark-grey);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.cms-info-wrap.mini {
  color: var(--777);
}

.topic-link {
  border: 1px solid var(--transparent);
  background-color: var(--saturated-red);
  pointer-events: auto;
  padding: .25rem;
  font-size: .7rem;
  position: relative;
}

.topic-link:hover {
  border-color: var(--saturated-red);
  background-color: var(--light-black);
  color: var(--saturated-red);
}

.div-block-318675 {
  border-radius: 4px;
  padding: .5rem 1rem;
  position: relative;
}

.div-block-318675.hide {
  display: none;
}

.mapcardbody-4 {
  background-color: var(--transparent);
}

.div-block-318676 {
  padding: 0 1.5rem .5rem;
  display: flex;
}

.link-block-580 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--dark-grey-2);
  pointer-events: auto;
  height: 2rem;
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 .75rem;
  font-size: .8rem;
  transition: all .1s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.link-block-580:hover {
  background-color: var(--dark-grey);
}

.link-block-580:active {
  background-color: var(--222);
}

.link-block-580.outside-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-right: 1.3rem;
}

.loading-map-screen {
  z-index: 99999;
  background-color: #131313cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.div-block-318678 {
  border: 1px solid var(--_base-hues---base);
  opacity: 1;
  width: .9rem;
  height: .9rem;
  color: var(--light-black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.div-block-31851 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: none;
  border-radius: 20rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: .5rem 1rem;
  display: flex;
}

.text-block-829826 {
  color: var(--_base-hues---base);
}

.tab-pane-date {
  position: static;
}

.text-block-829827 {
  text-shadow: 0 2px 5px #00000059;
  overflow: visible;
}

.text-block-82365 {
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  font-weight: 900;
  position: absolute;
}

.text-block-82365.number {
  margin-right: -.25rem;
}

.text-block-82978 {
  -webkit-text-stroke-color: var(--white);
  font-weight: 900;
  position: absolute;
}

.text-block-82978.number {
  margin-right: -.25rem;
}

.text-block-82365-copy {
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  font-weight: 900;
}

.text-block-82365-copy.number {
  margin-right: -.25rem;
}

.clustercopywrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.clustercopywrap.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clustercopywrap.district {
  background-color: var(--_base-hues---950);
}

.clustercopywrap.district:hover {
  background-color: var(--_base-hues---600);
}

.clustercopywrap.district:active {
  background-color: var(--_base-hues---900);
}

.clustercopywrap.number-copy {
  position: absolute;
}

.pagination {
  display: none;
}

.collection-list-wrapper-27 {
  display: flex;
}

.div-block-31853 {
  height: 0;
}

.text-block-912-copy-copy {
  pointer-events: none;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.leftsidetabwraplayers {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  height: 100svh;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.leftsidetablayers {
  background-color: var(--grey);
  pointer-events: auto;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.leftsidetablayers:hover {
  background-color: #242424;
}

.leftsidetablayers:active {
  background-color: var(--dark-grey);
}

.layers-side-bar-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100svw;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-16-copy {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-16-copy.is-map {
  max-width: none;
  height: 100%;
  max-height: 100svh;
  position: relative;
}

.leftsidebarcloselayers {
  cursor: pointer;
  background-color: #2e2e2d;
  border-radius: 2px;
  padding: 16px 8px 16px 16px;
  position: absolute;
  top: auto;
  bottom: 20%;
  right: -8%;
}

.leftsidebarcloselayers.hidemobile {
  z-index: 999;
  background-color: #2e2e2d;
  border: 1px #969696;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.leftsidebarcloselayers.hidemobile:hover {
  background-color: #474746;
}

.leftsidebarcloselayers.hidemobile.close-block {
  z-index: 99999;
  background-color: var(--transparent);
  opacity: .8;
  color: var(--white);
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: .5rem;
  margin-right: .5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.leftsidebarcloselayers.hidemobile.close-block:hover {
  background-color: var(--light-black);
  opacity: 100;
  color: var(--white);
}

.layers-header {
  z-index: 1001;
  background-color: var(--3030-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: 1rem 7rem;
  display: flex;
}

.text-block-829793 {
  font-size: 1.2rem;
}

.sidebars-wrap {
  position: relative;
}

.fs_checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs_checkbox-5_dot {
  z-index: 2;
  background-color: #bbb;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.fs_checkbox-5_mask {
  z-index: 1;
  background-color: #f5f5f5;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.topic-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.report-type-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--transparent);
  width: 100%;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
}

.report-type-toggle:hover {
  background-color: var(--3030-grey);
}

.report-type-toggle:active {
  background-color: var(--222);
}

.report-type-toggle.w--current {
  background-color: var(--474747);
}

.report-type-toggle.hide {
  display: none;
}

.report-type-toggle.is--active {
  background-color: var(--3030-grey);
}

.fs_checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-deliver_list {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  flex-flow: column;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.cms-deliver_list.feed {
  background-color: var(--transparent);
}

.cms-deliver_list.is-mini-reports {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_checkbox-5_message {
  color: var(--accessible-components--dark-grey);
}

.sticky-header {
  z-index: 99;
  background-color: var(--dark-transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  flex-flow: column;
  width: 45svw;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-header.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.sticky-header.info {
  padding: 1rem;
}

.sticky-header.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100%;
  padding: 2rem 1rem;
  transition-duration: .15s;
}

.sticky-header.search:hover {
  background-color: var(--3030-grey);
}

.key-color-localities {
  background-color: var(--locality);
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.vertical-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 255px;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.vertical-navbar:where(.w-variant-a54be4a9-40ea-50b6-db2d-11ee2e7f8468) {
  z-index: 999;
  border-right: 1px solid var(--dark-grey-2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #080808e6;
  width: 255px;
  margin-left: -255px;
  box-shadow: 0 2px 5px #0003;
}

.vertical-navbar.is--open:where(.w-variant-a54be4a9-40ea-50b6-db2d-11ee2e7f8468) {
  background-color: #080808e6;
  margin-left: 0;
}

.key-color-districts {
  background-color: var(--region);
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.div-block-318679 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-header-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .25rem .5rem 1rem;
  display: flex;
  position: relative;
}

.sticky-header-main.map {
  padding-left: .5rem;
}

.feed-top-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .8rem;
  transition: all .2s;
  display: flex;
}

.feed-top-buttons:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.feed-top-buttons.w--current {
  pointer-events: none;
  color: var(--474747);
}

.feed-top-buttons.search {
  border-radius: 20rem;
}

.feed-top-buttons.is--open {
  background-color: var(--dark-grey-2);
}

.feed-top-buttons.vertical {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.on-off {
  z-index: 7;
  justify-content: flex-start;
  align-items: center;
  padding-right: 3.75rem;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.more-dropdown {
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
}

.fs_checkbox-7_wrapper {
  cursor: pointer;
  background-color: #ddd;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 5.5rem;
  height: 3rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem .75rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.div-block-318682 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fs_checkbox-7_label {
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.header-main-info-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs_checkbox-7_dot {
  z-index: 2;
  background-color: #ddd;
  flex: none;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-left: .5rem;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.filter-tag-feed {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--light-black);
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: .5rem;
  padding-left: .75rem;
  padding-right: .3rem;
  font-size: .7rem;
  transition: all .15s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.filter-tag-feed.type {
  border-color: var(--orange-saturated);
  background-color: var(--color-2);
}

.filter-tag-feed.type:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--080808);
}

.filter-tag-feed.clear {
  border-color: var(--white);
  padding-right: .4rem;
}

.filter-tag-feed.clear:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--080808);
}

.filter-tag-feed.regular {
  border-color: var(--color);
}

.filter-tag-feed.regular:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--080808);
}

.fs_checkbox-7_text-on {
  z-index: 2;
  position: relative;
}

.div-block-318684 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-318685 {
  pointer-events: none;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fs_checkbox-7_text-off {
  z-index: 2;
  margin-left: 1rem;
  position: relative;
}

.fs_checkbox-7_mask {
  z-index: 1;
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

.topic-page-name {
  background-color: #cc2929;
  border: 1px solid #0000;
  padding: .125rem .25rem;
  font-size: .8rem;
}

.topic-page-name.mini {
  padding: .125rem;
  font-size: .7rem;
}

.fs_checkbox-7_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-318686 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs_checkbox-7_message {
  color: var(--accessible-components--dark-grey);
}

.div-block-318687 {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cms-deliver_list-skeleton {
  flex-flow: column;
  width: 100%;
  min-height: 100svh;
  display: none;
  position: relative;
}

.cms-deliver_list-skeleton.feed {
  background-color: var(--transparent);
}

.cms-deliver_list-skeleton.is-mini-reports {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  display: flex;
}

.container-layers-wrap {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subject-info-rich {
  text-overflow: ellipsis;
  font-size: .8rem;
  line-height: 1.2;
  transition: all .2s;
  overflow: hidden;
}

.subject-info-rich.less {
  font-weight: 700;
}

.layers-close {
  z-index: 99999;
  background-color: var(--transparent);
  opacity: .8;
  width: 2rem;
  height: 2rem;
  color: var(--white);
  cursor: pointer;
  border: 2px #c31717;
  border-radius: 20rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-right: .5rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.layers-close:hover {
  background-color: var(--light-black);
  opacity: 100;
  color: var(--white);
}

.subject-info-rich-wrap {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  background-color: var(--080808);
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: .75rem 1.25rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subject-info-rich-wrap.is--open {
  cursor: auto;
  max-height: none;
  padding-bottom: 0;
}

.subject-info-rich-wrap.is--open:hover {
  background-color: var(--transparent);
}

.subject-info-rich-wrap.is--truncated {
  cursor: pointer;
}

.subject-info-rich-wrap.is--truncated:hover {
  background-color: var(--light-black);
}

.subject-info-rich-wrap.is--truncated.is--open {
  cursor: auto;
}

.subject-info-rich-wrap.is--truncated.is--open:hover {
  background-color: var(--080808);
}

.subject-info-scroll {
  flex-flow: column;
  transition: height .15s;
  display: flex;
}

.subject-info-scroll.is--scrolled {
  height: 0;
  overflow: hidden;
}

.subject-info-scroll.is--expanded {
  height: auto;
}

.subject-info-scroll.is--hidden {
  display: none;
}

.dropdown-close-wrap {
  z-index: 2;
  pointer-events: none;
  height: 0;
  color: var(--accessible-components--dark-grey);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 .5rem 3.25rem 0;
  display: flex;
  position: sticky;
  top: 4.5rem;
  bottom: 8rem;
}

.dropdown-close-wrap.is--opened {
  opacity: 100;
  pointer-events: auto;
}

.dropdown-close-mini {
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .15s;
  display: flex;
}

.dropdown-close-mini:hover {
  background-color: var(--3c3c3b);
  border-radius: 20rem;
}

.dropdown-close-mini.is--opened {
  opacity: 100;
  pointer-events: auto;
  transform: rotate(180deg);
}

.collection-list-wrapper-17-copy {
  height: 0;
  overflow: hidden;
}

.code-embed-16-copy {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  padding-bottom: .125rem;
  display: flex;
  overflow: hidden;
}

.collection-list-26 {
  max-height: 100svh;
  overflow: auto;
}

.location-link-header {
  color: var(--7a7a7a);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  font-size: .7rem;
}

.location-link-header:hover {
  color: var(--white);
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.placemarkers-lists-wrap {
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  overflow: clip;
}

.non-sticky-header {
  z-index: 1;
  position: relative;
}

.map-key-checkbox-copy {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--3c3c3b);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-search-wrap {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.header-search-wrap.hide--search {
  transition: all .2s;
  display: none;
}

.fs_checkbox-6_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 1rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.header-reports-search {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  height: 2.5rem;
  color: var(--white);
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 3.25rem;
  line-height: 1;
  transition: all .1s;
  position: relative;
}

.header-reports-search:hover {
  border-color: var(--accessible-components--dark-grey);
}

.header-reports-search:focus {
  border-color: var(--_base-hues---base);
}

.header-reports-search::placeholder {
  color: #9b9b9b;
}

.header-buttons-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs_checkbox-6_dot {
  z-index: 2;
  background-color: #f5f5f5;
  border-radius: 999rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  left: 0;
}

.header-search-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--transparent);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
  transition: all .2s;
  display: flex;
}

.header-search-toggle:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.header-search-toggle.w--current {
  pointer-events: none;
  color: var(--474747);
}

.header-search-toggle.search {
  border-radius: 20rem;
}

.header-search-toggle.is--open {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.header-search-toggle.vertical {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.header-search-toggle.feed-close {
  display: none;
}

.fs_checkbox-6_mask {
  z-index: 1;
  background-color: #ddd;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.perp-page-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .15s;
}

.fs_checkbox-6_label {
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.div-block-318688 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.fs_checkbox-6_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.open-menu {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  position: relative;
}

.open-menu:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  display: none;
}

.open-menu:hover {
  background-color: var(--dark-grey);
}

.open-menu:active {
  background-color: var(--222);
}

.open-menu.map {
  cursor: pointer;
  border-style: none;
  display: flex;
}

.fs_checkbox-6_message {
  color: var(--accessible-components--dark-grey);
}

.navbar-close {
  z-index: 99999;
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-close:where(.w-variant-a54be4a9-40ea-50b6-db2d-11ee2e7f8468) {
  display: flex;
}

.navbar-close:hover {
  background-color: var(--dark-grey);
}

.navbar-close.hidemobile {
  z-index: 999;
  background-color: #2e2e2d;
  border: 1px #969696;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.navbar-close.hidemobile:hover {
  background-color: #474746;
}

.navbar-close.hidemobile.close-block-filter {
  background-color: var(--transparent);
  opacity: .8;
  color: var(--white);
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% auto auto 0%;
}

.navbar-close.hidemobile.close-block-filter:hover {
  background-color: var(--light-black);
  opacity: 100;
  color: var(--white);
}

.navbar-close.hidemobile.close-block-filter {
  opacity: .8;
  color: #fff;
  background-color: #0000;
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% auto auto 0%;
}

.navbar-close.hidemobile.close-block-filter:hover {
  opacity: 100;
  color: #fff;
  background-color: #131313;
}

.checkbox-label {
  pointer-events: none;
  background-color: #6dad63;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.search-button-navbar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--dark-grey-2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  width: 11rem;
  height: 2.5rem;
  color: var(--a3a3a3);
  background-color: #13131380;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 300;
  display: flex;
}

.search-button-navbar:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  box-shadow: 0 2px 5px #00000080;
}

.search-button-navbar.switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  height: auto;
  padding: .25rem;
}

.search-button-navbar.switch:hover {
  background-color: var(--080808);
}

.checkbox {
  width: 3rem;
  height: 2rem;
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
  background-color: #6dad63;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.checkbox.w--redirected-checked {
  background-color: var(--pink-red);
  box-shadow: none;
  background-image: none;
  background-size: auto;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.map-wrap {
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.checkbox-field {
  pointer-events: auto;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.feed-wrap-map {
  background-color: var(--dark-transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .2s;
  display: flex;
  position: relative;
}

.feed-wrap-map:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
  background-color: var(--080808);
}

.feed-wrap-map.is--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 100svh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.layers-arrow-2 {
  color: #9b9b9b;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.feed-wrap-map-scroll {
  max-height: 100svh;
  overflow: auto;
}

.div-block-318547 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-318691 {
  background-color: var(--474747);
  width: 1px;
}

.div-block-318548 {
  z-index: 9;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.map-tag {
  display: none;
  overflow: hidden;
}

.map-key-checkbox-copy-2 {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #3c3c3b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-test {
  width: 100%;
  height: 100svh;
}

.div-block-318549 {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.map-overlay-wrap {
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-829794 {
  pointer-events: none;
}

.map-controls-buttons-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.checkbox-label-copy {
  pointer-events: none;
  background-color: #6dad63;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.map-buttons {
  border: 1px solid var(--222);
  background-color: var(--080808);
  pointer-events: auto;
  color: var(--white);
  border-radius: 20rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.map-buttons.zoom {
  height: auto;
}

.map-buttons.zoom:hover {
  background-color: var(--080808);
}

._1231 {
  pointer-events: none;
  background-color: #6dad63;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.reset-map-button {
  border: .25rem solid var(--080808);
  background-color: var(--080808);
  pointer-events: auto;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.reset-map-button:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  display: flex;
}

.reset-map-button:hover {
  background-color: var(--3c3c3b);
}

.reset-map-button:active {
  background-color: var(--222);
}

._123 {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  display: none;
  position: absolute;
}

.search-button-map {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  border: .25rem solid var(--080808);
  background-color: var(--080808);
  pointer-events: auto;
  height: 2.25rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.search-button-map:hover {
  background-color: var(--3c3c3b);
}

.search-button-map:active {
  background-color: var(--222);
}

.search-button-map.switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  height: auto;
  padding: .25rem;
}

.search-button-map.switch:hover {
  background-color: var(--080808);
}

.checkbox-label-2 {
  display: none;
}

.map-controls-svg {
  width: .9rem;
  height: .9rem;
}

.map-controls-svg.reset {
  width: 1.3rem;
  height: 1.2rem;
  padding-right: 3px;
}

.map-controls-svg.layers {
  width: 1rem;
  height: 1rem;
}

.c-faq-item-2 {
  background-color: #1f1f1f;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

.map-control-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .25rem solid var(--080808);
  background-color: var(--transparent);
  width: 2.25rem;
  height: 2.25rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
}

.map-control-button:hover {
  background-color: var(--3c3c3b);
}

.map-control-button:active {
  background-color: var(--222);
}

.map-control-button.w--current {
  background-color: var(--474747);
}

.map-control-button.hide {
  display: none;
}

.map-control-button.is--active {
  background-color: var(--3030-grey);
}

.checkbox-2 {
  border-radius: 20px;
  width: 2rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.feed-dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--222);
  background-color: var(--080808);
  pointer-events: auto;
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  right: 0;
  box-shadow: 0 2px 5px #00000080;
}

.feed-dropdown.w--open {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.feed-dropdown.switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  height: auto;
  padding: .25rem;
}

.feed-dropdown.switch:hover {
  background-color: var(--080808);
}

.checkbox-field-2 {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.feed-dropdown-option {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--transparent);
  width: 100%;
  color: var(--white);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
}

.feed-dropdown-option:hover {
  background-color: var(--3030-grey);
}

.feed-dropdown-option:active {
  background-color: var(--222);
}

.feed-dropdown-option.w--current {
  background-color: var(--474747);
}

.feed-dropdown-option.hide, .feed-dropdown-option.is--hidden {
  display: none;
}

.feed-dropdown-option.is--active {
  background-color: var(--3030-grey);
}

.feed-dropdown-option.is--open {
  background-color: var(--dark-grey-2);
}

.feed-dropdown-option.filter, .feed-dropdown-option.search {
  display: none;
}

.layers-arrow-3 {
  color: #9b9b9b;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-318550 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.dropdown-divider {
  background-color: var(--dark-grey-2);
  width: 100%;
  height: 1px;
}

.dropdown-divider.is--hidden, .dropdown-divider.filter-search {
  display: none;
}

.div-block-318551 {
  z-index: 9;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  height: 2rem;
  padding-top: .5rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.map-button-wrap {
  border: 1px solid var(--222);
  pointer-events: auto;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.map-button-wrap:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  display: flex;
}

.map-button-wrap.open-feed {
  display: none;
}

.map-key-checkbox-copy-3 {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #3c3c3b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-separator {
  font-size: .7rem;
}

.checkbox-wrap {
  z-index: 9;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: .25rem;
  padding-right: .25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.more-locations-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--777);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.more-locations-wrap.mini {
  color: var(--3838);
}

.more-locations-wrap.header {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  color: var(--3838);
  padding: .5rem 1rem;
}

.more-locations-wrap.test {
  border: 1px solid var(--dark-grey-2);
  border-radius: 8px;
  height: 1.5rem;
  padding: .25rem .5rem;
}

.more-locations-wrap.test:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.more-locations-wrap.perp {
  border: 1px solid var(--red-2);
  height: 1.5rem;
  color: var(--white);
  border-radius: 8px;
  padding: .25rem .5rem;
}

.more-locations-wrap.perp:hover {
  background-color: var(--red-2);
}

.more-locations-wrap.type {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--dark-grey-2);
  height: 1.5rem;
  color: var(--white);
  cursor: default;
  border-radius: 8px;
  padding: .25rem .5rem;
}

.more-locations-wrap.perp-type {
  border: 1px solid var(--red-2);
  background-color: var(--red-2);
  height: 1.5rem;
  color: var(--white);
  cursor: default;
  border-radius: 8px;
  padding: .25rem .5rem;
}

.more-locations-wrap.perp-type:hover {
  background-color: var(--red-2);
}

.layers-arrow-4 {
  color: #9b9b9b;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.by-line {
  color: var(--777);
  font-size: .7rem;
}

.c-faq-item-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: relative;
}

.perp-symbol {
  overflow: hidden;
}

.checkbox-3 {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
  background-image: url('../images/On.svg');
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.checkbox-3.w--redirected-checked {
  z-index: 2;
  background-color: var(--light-black);
  box-shadow: none;
  background-image: url('../images/Off.svg');
  background-size: auto;
}

.checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.urgent-inside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_base-hues---base);
  pointer-events: none;
  color: var(--_base-hues---base);
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  padding: .125rem .25rem;
  font-size: .6rem;
  display: flex;
}

.urgent-inside.full {
  margin-top: 1rem;
}

.map-key-checkbox-copy-4 {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--2e2e2d);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 1rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-key-checkbox-copy-4:hover {
  background-color: var(--474747);
}

.collection-item-8 {
  display: flex;
}

.dropdown-icon-wrap {
  justify-content: center;
  align-items: center;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.report-wrap-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  flex-flow: column;
  width: 45svw;
  height: 100%;
  padding-top: 0;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.report-wrap-page.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.report-wrap-page.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100%;
  padding: 2rem 1rem;
  transition-duration: .15s;
}

.report-wrap-page.search:hover {
  background-color: var(--3030-grey);
}

.report-wrap-page.info {
  padding: 1rem;
}

.div-block-318552 {
  height: 0;
  overflow: hidden;
}

.collection-list-35 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.key-color-firing-zones {
  background-color: var(--orange-saturated-bright);
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.image-66 {
  border-radius: 20rem;
  width: 1.5rem;
  height: 1.5rem;
}

.image-66.org {
  border-radius: 5px;
}

.checkbox-field-off {
  background-color: var(--light-black);
  pointer-events: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-318692 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--a3a3a3);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._123-back {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  display: none;
  position: absolute;
}

.pill-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--080808);
  border-radius: 20rem;
  justify-content: flex-start;
  align-items: center;
  height: 2.125rem;
  padding: .25rem .5rem;
  font-size: .8rem;
  display: flex;
}

.pill-link-wrap:hover {
  background-color: var(--dark-grey);
}

.pill-link-wrap.perp {
  border-color: var(--red-2);
}

.pill-link-wrap.perp:hover {
  background-color: var(--red-2);
}

.collection-list-wrapper-24---reporters {
  position: relative;
  overflow: auto;
}

.collection-list-wrapper-24---reporters.hide {
  display: none;
}

.svg-7 {
  width: .8rem;
  height: .8rem;
}

.code-embed-17 {
  width: 100%;
}

.tab-pane-loading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.div-block-318690 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.header-search-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  position: relative;
}

.header-search-wrap-2.feed {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.fixed-search-wrap {
  padding-top: .5rem;
  padding-right: .5rem;
  position: fixed;
  inset: 0% 0% auto auto;
}

.dropdown-10-copy {
  pointer-events: auto;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-5-copy {
  height: 2.5rem;
  box-shadow: none;
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--pink-red);
  text-decoration-color: var(--pink-red);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 0;
  font-weight: 600;
  text-decoration-thickness: 2px;
  transition: all .1s;
  display: flex;
}

.dropdown-toggle-5-copy:hover {
  background-color: var(--_base-hues---600);
  color: var(--white);
  -webkit-text-decoration-color: var(--_base-hues---600);
  text-decoration-color: var(--_base-hues---600);
}

.dropdown-list-9-copy {
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: .5rem;
  bottom: 2.5rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-9-copy.w--open {
  overflow: hidden;
}

.rightsidebarwrap-cmspage {
  pointer-events: none;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.viewmore-4 {
  background-color: var(--orange-saturated-bright);
  color: #f7faf8;
  border-width: 2px;
  border-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.viewmore-4:hover {
  background-color: var(--orange-saturated);
}

.collection-list-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.svgsymbolwhite-36 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-36:hover {
  color: var(--white);
}

.dropdown-list-10 {
  border-radius: 5px;
}

.dropdown-list-10.w--open {
  background-color: var(--3030-grey);
  top: 4.25rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-318674 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: inline-flex;
}

.reporter-dropdown-links {
  color: var(--white);
}

.reporter-dropdown-links:hover {
  background-color: var(--474747);
}

.reporter-image-main-wrap-4 {
  border: 2px solid var(--light-black);
  border-radius: 4px;
}

.div-block-318673 {
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0%;
}

.div-block-318545-copy {
  background-color: var(--474747);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-318672 {
  min-width: 3.3rem;
  min-height: 3.3rem;
  position: relative;
}

.tab-link-tab-2 {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.multi-reporter-wrap-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: none;
}

.multi-reporter-wrap-5:hover {
  text-decoration: underline;
}

.text-block-829824 {
  text-shadow: 0 2px 5px #00000059;
  overflow: visible;
}

.tab-toggle-off {
  background-color: var(--_base-hues---600);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.tab-toggle-on {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-318669 {
  border: 2px solid var(--white);
  background-color: var(--white);
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--light-black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #00000059;
}

.div-block-318563 {
  width: 100%;
  overflow: hidden;
}

.dropdown-13 {
  z-index: 99999;
}

.div-block-318564 {
  overflow: hidden;
}

.div-block-318565 {
  padding: .5rem;
}

.link-block-579 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-grey-2);
  height: 1.75rem;
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0 .75rem;
  font-size: .9rem;
  transition: all .1s;
  display: flex;
  position: relative;
}

.link-block-579:hover {
  background-color: var(--474747);
}

.link-block-579.outside-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-right: 1.3rem;
}

.viewmore-3 {
  background-color: var(--orange-saturated-bright);
  color: #f7faf8;
  border-width: 2px;
  border-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.viewmore-3:hover {
  background-color: var(--orange-saturated);
}

.div-block-318667 {
  padding: 0 1.5rem .5rem;
  display: flex;
}

.mapcardbody-3 {
  background-color: var(--transparent);
}

.div-block-318666 {
  border-radius: 4px;
  padding: .5rem 1rem;
  position: relative;
}

.div-block-318666.hide {
  display: none;
}

.collection-list-33 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.svgsymbolwhite-35 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-35:hover {
  color: var(--white);
}

.div-block-318665 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: inline-flex;
}

.reporter-image-main-wrap-3 {
  border: 2px solid var(--light-black);
  border-radius: 4px;
}

.div-block-318664 {
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0%;
}

.div-block-318663 {
  min-width: 3.3rem;
  min-height: 3.3rem;
  position: relative;
}

.multi-reporter-wrap-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: none;
}

.multi-reporter-wrap-4:hover {
  text-decoration: underline;
}

.div-block-318573 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.category-link-3 {
  border: 1px solid var(--transparent);
  background-color: var(--saturated-red);
  padding: .25rem;
  font-size: .7rem;
}

.category-link-3:hover {
  border-color: var(--saturated-red);
  background-color: var(--light-black);
  color: var(--saturated-red);
}

.leftsidebartest {
  z-index: 1001;
  background-color: var(--2e2e2d);
  width: 45svw;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.leftsidebartest.is--show {
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-318662 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--accessible-components--dark-grey);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.div-block-318574 {
  height: 3.5rem;
}

.div-block-318661 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-829821 {
  display: none;
  overflow: hidden;
}

.leftsidebarcms {
  background-color: var(--2e2e2d);
  width: 45svw;
  height: calc(100svh - 3.5rem);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.leftsidebarcms.is--show {
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  height: calc(100svh - 3.5rem);
  margin-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-567 {
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-flex;
}

.link-block-567:hover {
  text-decoration: underline;
}

.link-block-578 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--474747);
  height: 1.75rem;
  color: var(--white);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 0 .75rem;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.link-block-578:hover {
  border-color: var(--_base-hues---500);
  background-color: var(--dark-grey-2);
  color: var(--_base-hues---500);
}

.rightsidebarcms {
  z-index: 1001;
  background-color: var(--dark-grey-2);
  pointer-events: auto;
  width: 27.5svw;
  height: calc(100svh - 3.5rem);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -27.5svw;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  box-shadow: 0 2px 5px #00000080;
}

.rightsidebarcms.is--show {
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.div-block-318659 {
  padding-right: 3rem;
}

.reports-header-cms {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.reports-header-cms-wrap {
  z-index: 1001;
  background-color: var(--474747);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 3rem;
  display: flex;
}

.svg-3-copy {
  width: .5rem;
  height: .5rem;
}

.mini-report-tabs-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #131313;
  flex-flow: row;
  padding: .5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-318655 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  padding: .25rem .5rem .5rem;
  display: flex;
}

.sub-text-block {
  color: #383838;
  font-size: .7rem;
}

.div-block-318654 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.link-block-573-1-2 {
  border: 1px solid #131313;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: .9rem;
  display: flex;
  overflow: hidden;
}

.link-block-573-1-2:hover {
  background-color: #1a1b1e;
}

.collection-list-wrapper-24-copy {
  height: calc(100svh - 9rem);
  min-height: calc(100svh - 9rem);
  padding-bottom: 12rem;
  position: relative;
  overflow: auto;
}

.collection-list-wrapper-24-copy.hide {
  display: none;
}

.tab-menu-311, .tab-menu-3 {
  z-index: 999;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-list-32 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.collection-list-23-cms-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: grid;
  overflow: auto;
}

.div-block-318653 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.div-block-318575 {
  position: absolute;
  inset: 0%;
}

.location-link-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--accessible-components--dark-grey);
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  text-decoration-thickness: 1px;
  display: flex;
}

.location-link-3:hover {
  color: var(--white);
  -webkit-text-decoration: underline #d9d9d9;
  text-decoration: underline #d9d9d9;
}

.date-text-field-placeholder {
  z-index: 3;
  background-color: var(--3030-grey);
  pointer-events: none;
  width: 100%;
  color: var(--white);
  cursor: pointer;
  border: 1px #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 3rem;
  font-size: 1rem;
  transition: all .1s;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.date-text-field-placeholder:hover {
  background-color: var(--3c3c3b);
}

.date-text-field-placeholder:active {
  background-color: var(--dark-grey);
}

.date-text-field-placeholder::placeholder {
  color: var(--accessible-components--dark-grey);
}

.div-block-318652 {
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0%;
}

.text-block-829816 {
  display: none;
  overflow: hidden;
}

.text-block-829815 {
  text-shadow: 0 2px 5px #00000059;
  overflow: visible;
}

.link-block-577 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #d9d9d9;
  border: 1px solid #474747;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding: 0 .75rem;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.link-block-577:hover {
  color: #fd3836;
  background-color: #272727;
  border-color: #fd3836;
}

.link-block-577.outside-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-right: 1.3rem;
}

.div-block-318651 {
  padding: 0 1.5rem .5rem;
  display: flex;
}

.stickytabs-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #131313;
  flex-flow: row;
  padding: .5rem 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.main-image-wrap-3 {
  aspect-ratio: 3 / 2;
  background-color: #272935;
  background-image: linear-gradient(#272935, #272935);
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-radius: 3px 3px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.toggleable-region {
  z-index: 6;
  background-color: var(--light-black);
  border-style: none;
  border-color: #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .15s;
  position: absolute;
  inset: 0%;
}

.toggleable-region:hover {
  background-color: var(--orange-saturated);
}

.toggleable-region.w--redirected-checked {
  background-color: var(--_base-hues---600);
  background-image: none;
  background-size: auto;
  border-radius: 0;
}

.dropdown-12 {
  z-index: 99999;
}

.region-toggle-wrap {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-15 {
  color: #ed2f2d;
  padding-bottom: .125rem;
  overflow: hidden;
}

.modal-close-btn-3 {
  z-index: 999;
  color: #d9d9d9;
  cursor: pointer;
  background-color: #0000;
  border: 2px #c31717;
  border-radius: 20rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-btn-3:hover {
  color: #d9d9d9;
  background-color: #2e2e2d;
}

.perpetratorl-link-2 {
  color: #cc2929;
  display: flex;
}

.perpetratorl-link-2:hover {
  -webkit-text-decoration: underline #cc2929;
  text-decoration: underline #cc2929;
}

.div-block-318650 {
  min-width: 3.3rem;
  min-height: 3.3rem;
  position: relative;
}

.leftsidebar-reporter {
  z-index: 1001;
  background-color: var(--2e2e2d);
  width: 45svw;
  height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
  display: block;
  position: relative;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.leftsidebar-reporter.is--show {
  pointer-events: auto;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.multi-reporter-wrap-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  display: none;
}

.multi-reporter-wrap-3:hover {
  text-decoration: underline;
}

.reports-header-text-reporters {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  padding: 1rem 5rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-318598 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.support-button-copy-3 {
  background-color: #c6110f;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .9rem;
  transition-duration: .15s;
  display: flex;
}

.support-button-copy-3:hover {
  color: #fd3836;
  background-color: #2e2e2d;
}

.socials-wrap-copy {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-318649 {
  opacity: 1;
  color: #131313;
  background-color: #d9d9d9;
  border: 2px solid #d9d9d9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #00000059;
}

.svgsymbolwhite-34 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-34:hover {
  color: #d9d9d9;
}

.locality-checkbox {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 2rem;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-318648 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: inline-flex;
}

.locality-check-source-wrap {
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  overflow: clip;
}

.text-block-829814 {
  font-size: .8rem;
}

.image-58 {
  object-fit: cover;
  border-radius: 3px;
  width: 8rem;
  height: 8rem;
}

.text-block-829813 {
  color: var(--accessible-components--dark-grey);
  font-size: .6rem;
}

.div-block-318582 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-318646 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.div-block-318583 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-65 {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.image-59 {
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
}

.reportwrappercmspage {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-grey-2);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-829797 {
  font-size: 1.5rem;
}

.reportgridwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: .25rem;
  padding-right: .25rem;
  display: grid;
}

.div-block-318584 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.tab-pane-reports {
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.div-block-318558-copy-2 {
  color: #000;
  background-color: #fff3f1;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: .5rem 1rem;
  display: flex;
}

.div-block-318558-copy-2:hover {
  background-color: #9b9b9b;
}

.div-block-318558-copy-2:active {
  color: #fff;
  background-color: #303030;
}

.collection-list-31 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-318585 {
  background-color: #e93119;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: .5rem 1rem;
  display: flex;
}

.div-block-318585:hover {
  background-color: #fc4e37;
}

.div-block-318585:active {
  background-color: #cc2711;
}

.div-block-318645 {
  opacity: 1;
  color: #131313;
  background-color: #d9d9d9;
  border: 2px solid #d9d9d9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #00000059;
}

.sanctioned-link {
  text-decoration: underline;
}

.div-block-318644 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.sanctioned-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.perpetrator-text {
  font-size: 1.8rem;
}

.div-block-318643 {
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 0%;
}

.div-block-318583-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-link-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  text-decoration-thickness: 1px;
  display: flex;
}

.location-link-2:hover {
  -webkit-text-decoration: underline #d9d9d9;
  text-decoration: underline #d9d9d9;
}

.perpetrator-header-text {
  color: var(--saturated-red);
  word-break: break-all;
  font-size: 1.2rem;
  line-height: 1;
}

.perpetrator-header-text.hide {
  display: none;
}

.viewmore-2 {
  color: #f7faf8;
  background-color: #ce0000;
  border-width: 2px;
  border-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.viewmore-2:hover {
  background-color: #a62c21;
}

.div-block-318642 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: inline-flex;
}

.navbar-links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tabs-content-4 {
  color: #d9d9d9;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-logo-link {
  pointer-events: auto;
  color: #fff;
}

.link-block-576 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #d9d9d9;
  border: 1px solid #474747;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding: 0 .75rem;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.link-block-576:hover {
  color: #fd3836;
  background-color: #272727;
  border-color: #fd3836;
}

.stickytabs-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #131313;
  flex-flow: row;
  padding: .5rem 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.form-block {
  margin-bottom: 0;
}

.main-image-wrap-2 {
  aspect-ratio: 3 / 2;
  background-color: #272935;
  background-image: linear-gradient(#272935, #272935);
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-radius: 3px 3px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navbar-prewrap {
  pointer-events: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-14 {
  color: #ed2f2d;
  padding-bottom: .125rem;
  overflow: hidden;
}

.div-block-318586 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.modal-close-btn-2 {
  z-index: 999;
  color: #d9d9d9;
  cursor: pointer;
  background-color: #0000;
  border: 2px #c31717;
  border-radius: 20rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-btn-2:hover {
  color: #d9d9d9;
  background-color: #2e2e2d;
}

.map-search {
  border: 1px solid var(--transparent);
  height: 2.5rem;
  color: var(--white);
  background-color: #0f0f0f;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 .5rem 0 4rem;
  font-size: 1rem;
  line-height: 1;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.map-search:hover {
  border-color: var(--lightgrey);
}

.map-search:focus {
  border-color: var(--_base-hues---600);
}

.map-search::placeholder {
  color: #ffffff80;
}

.event_head-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #d9d9d9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1.5rem .5rem;
  display: flex;
}

.reporter-image-main-wrap-2 {
  border: 2px solid #131313;
  border-radius: 4px;
}

.div-block-318641 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.mapcardbody-2 {
  background-color: #0000;
}

.div-block-318640 {
  min-width: 3.3rem;
  min-height: 3.3rem;
  position: relative;
}

.infotab-2 {
  color: #fff1f1;
  cursor: pointer;
  border: 1px solid #474747;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: .3rem .8rem;
  transition: all 50ms;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infotab-2:hover {
  color: #d9d9d9;
  background-color: #2e2e2d;
}

.infotab-2:active {
  background-color: #c6110f;
}

.infotab-2.w--current {
  color: #d9d9d9;
  background-color: #ce0000;
}

.test3-copy {
  z-index: 6;
  pointer-events: none;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  position: relative;
}

.text-block-829810 {
  text-shadow: 0 2px 5px #00000059;
  overflow: visible;
}

.div-block-318639 {
  padding: 0 1.5rem .5rem;
  display: flex;
}

.svg {
  color: #fff;
  display: flex;
}

.multi-reporter-wrap-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  display: none;
}

.multi-reporter-wrap-2:hover {
  text-decoration: underline;
}

.support-button-copy-2 {
  background-color: #c6110f;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .9rem;
  transition-duration: .15s;
  display: flex;
}

.support-button-copy-2:hover {
  color: #fd3836;
  background-color: #2e2e2d;
}

.navbar-wrap-map {
  z-index: 5;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-318638 {
  border-radius: 4px;
  padding: .5rem 1rem;
  position: relative;
}

.div-block-318638.hide, .reports-header-text-cms.hide {
  display: none;
}

.svgsymbolwhite-33 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-33:hover {
  color: #d9d9d9;
}

.loading {
  width: 1rem;
  height: 1rem;
}

.report-content-wrap-2 {
  background-color: #131313;
  border-width: 2px;
  border-color: #000;
  flex-flow: column;
  display: flex;
}

.insider-loading {
  width: 1rem;
  height: 1rem;
}

.link-block-575 {
  width: 10rem;
}

.image-64 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-wrap {
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.arrowicon-copy {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  transform: rotate(90deg);
}

.arrowicon-copy.right {
  padding-right: .125rem;
  display: none;
}

.arrowicon-copy.left {
  padding-left: .125rem;
  display: none;
}

.div-block-318637 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.fs-select_icon-5-copy-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.outsidel-link-wrap {
  padding-top: .125rem;
  padding-right: .4rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.show-password {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-size: 13.5px;
  display: flex;
  bottom: 0;
}

.show-password.w--current {
  background-color: #0000;
  display: none;
}

.login_divider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login_form-block {
  margin-bottom: 0;
}

.loading-crop-1 {
  background-color: #0000;
  width: 50px;
  height: 50px;
  display: block;
}

.login_input-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  position: relative;
}

.empty-state-15 {
  background-color: var(--dark-grey-2);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.login_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  text-decoration: underline;
  display: block;
}

.collection-item-7 {
  background-color: var(--light-black);
}

.login_google-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1730cc;
  border: 1px solid #0b173033;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.login_google-wrap:hover {
  color: #fffc;
  background-color: #0b1730cc;
}

.alt-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: grid;
}

.login_title {
  text-align: center;
  font-size: 1.3rem;
}

.text-block-829809-copy {
  color: #afafaf;
  font-size: .8rem;
}

.login_title-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.dropdown-11 {
  z-index: 99999;
}

.login_input {
  border: 1px solid #0b173033;
  border-radius: 3px;
  min-height: 44px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
}

.login_input::placeholder {
  color: #0b173066;
  font-size: .75rem;
  font-weight: 600;
}

.rich-press-links {
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.rich-press-links a {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  padding: .5rem;
  display: inline-flex;
}

.rich-press-links a:hover {
  background-color: var(--3030-grey);
}

.section_login {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  line-height: 1.4;
  display: flex;
}

.press-dropdown-list {
  border-radius: 5px;
  margin-top: .5rem;
}

.press-dropdown-list.w--open {
  background-color: #1e1e1e;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
  right: 0;
}

.eye-svg {
  filter: invert(50%);
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 0;
  display: flex;
}

.login_signup-link {
  transition: all .3s;
}

.login_signup-link:hover {
  text-decoration: underline;
}

.login_sub-txt {
  color: #0b173066;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
}

.press-dropdown-toggle {
  color: #f3f3f3;
  background-color: #1e1e1e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-right: 20px;
  display: inline-flex;
}

.login_field-label {
  margin-bottom: 8px;
  font-weight: 300;
}

.login_google_icon {
  width: 30px;
  height: 30px;
}

.press-wrap {
  position: relative;
}

.login_forgot-link {
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s;
}

.login_forgot-link:hover {
  text-decoration: underline;
}

.footer-social-link {
  margin-left: 12px;
}

.login_password-wrap {
  position: relative;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.login_bottom-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.login_submit-button {
  background-color: var(--_base-hues---600);
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
}

.login_submit-button:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--474747);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 438px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.login_divider {
  background-image: linear-gradient(270deg, #0b173099, #fff);
  width: 50%;
  max-width: 122px;
  height: 2px;
}

.login_divider.right {
  background-image: linear-gradient(90deg, #0b173099, #fff);
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 10px 12px auto auto;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.rl_navbar5_spacing-block1 {
  width: 100%;
  padding-bottom: .25rem;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.rl_navbar5_dropdown-toggle {
  color: var(--white);
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  line-height: 1.5;
  display: flex;
}

.rl_navbar5_dropdown-toggle:hover {
  background-color: var(--222);
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl_navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_blog-item:hover {
  background-color: var(--474747);
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.rl_navbar5_dropdown-column-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-span-2 {
  text-decoration: underline;
}

.rl_navbar5_dropdown-background-layer {
  background-color: var(--3c3c3b);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.svg-4 {
  width: 1rem;
  height: 1rem;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.location-wrap-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 45svw;
  padding: .5rem .75rem;
  display: flex;
}

.location-wrap-copy.region {
  border-left-color: var(--region);
}

.location-wrap-copy.region.search:hover {
  background-color: var(--2e2e2d);
}

.location-wrap-copy.locality {
  border-left: .25rem solid var(--locality);
}

.location-wrap-copy.locality:hover {
  background-color: var(--3c3c3b);
}

.location-wrap-copy.settlement {
  border-left-color: var(--saturated-red);
}

.location-wrap-copy.settlement.search:hover {
  background-color: var(--dark-grey-2);
}

.location-wrap-copy.territory {
  border-left-color: var(--white);
  background-color: var(--dark-grey);
  color: var(--white);
}

.location-wrap-copy.territory-copy {
  border: 2px solid var(--saturated-red);
  background-color: var(--dark-grey);
  color: var(--white);
}

.location-wrap-copy.info {
  border-left-style: none;
  padding: 1rem;
}

.rl_navbar5_dropdown-list.w--open {
  z-index: 2;
  background-color: var(--dark-grey-2);
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.home-page-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4.5rem 1rem 1rem;
  display: flex;
}

.home-page-wrap.report {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
}

.rl_navbar5_text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
}

.div-block-318556-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.div-block-318583-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl_navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.topic-wrap {
  background-color: var(--grey);
  border-radius: 2px;
  flex-flow: row;
  width: 45svw;
  padding: 1rem;
  display: flex;
}

.topic-wrap.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.topic-wrap.search:hover {
  color: var(--_base-hues---500);
}

.text-block-829805 {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.collection-list-wrapper-29-copy {
  margin-top: 3rem;
}

.rl-text-style-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-29 {
  margin-top: 3rem;
}

.div-block-318624 {
  position: fixed;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--rl--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-link:hover {
  text-decoration: underline;
}

.settler-image {
  background-color: var(--black);
  object-fit: cover;
  border-radius: 3px;
  width: 4rem;
  height: 4rem;
}

.key-color-territories {
  background-color: var(--black);
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.rl_navbar5_icon {
  height: 1.5rem;
}

.reporter-info {
  font-size: .9rem;
  line-height: 1.2;
}

.reporter-info a {
  color: #00bfff;
  text-decoration: underline;
}

.rl_navbar5_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loading-map-markers {
  z-index: 99999;
  background-color: #131313cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

.loading-logo {
  z-index: 5;
  width: 8rem;
  color: var(--_base-hues---600);
  display: block;
  position: relative;
}

.rl_navbar5_icon-wrapper {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.div-block-318623 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-height: 12rem;
  display: flex;
  overflow: auto;
}

.rl_navbar5_item-title {
  line-height: 1.5;
  text-decoration: none;
}

.div-block-318622 {
  flex: 1;
}

.rl_navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.div-block-318621 {
  background-color: var(--black);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rl_navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.copied-wrap {
  display: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.copied {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rich-text-editor {
  background-color: var(--light-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-family: itc-avant-garde-gothic-pro;
  display: flex;
  position: relative;
}

.link-block-572 {
  color: var(--region);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
}

.link-block-572:hover {
  -webkit-text-decoration-color: var(--region);
  text-decoration-color: var(--region);
}

.div-block-318620 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--region);
  flex-flow: wrap;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.link-block-571 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-black);
  border-radius: 3px;
  margin-top: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-571:hover {
  background-color: var(--dark-grey-2);
}

.div-block-318618 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cms-head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2px;
  flex-flow: column;
  width: 45svw;
  padding: .5rem;
  display: flex;
}

.cms-head.region {
  color: var(--region);
  background-color: #fdf6f0;
}

.cms-head.locality {
  color: var(--locality);
  background-color: #f9f8e6;
}

.cms-head.settlement {
  color: var(--settlement);
  background-color: #f5f7fa;
  border: 1px solid #000;
}

.cms-head.category {
  background-color: var(--saturated-red);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .3rem .75rem .25rem;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .5rem 1rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_dropdown-link:hover {
  background-color: var(--3c3c3b);
}

.progress-text {
  color: var(--accessible-components--dark-grey);
  font-size: .8rem;
}

.rl_navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.progress-fill {
  background-color: var(--_base-hues---600);
  height: 100%;
}

.rl_navbar5_spacing-block2 {
  width: 100%;
  padding-bottom: .5rem;
}

.progress-bar {
  background-color: var(--222);
  border-radius: 2px;
  height: .75rem;
  overflow: hidden;
}

.upload-progress-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light-black);
  border-radius: 3px;
  flex-flow: column;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.text-block-829800 {
  color: #ffffff80;
}

.rl_navbar5_item-link {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.clear-search-copy {
  pointer-events: auto;
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  color: var(--accessible-components--dark-grey);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clear-search-copy:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.rl_navbar5_component-2 {
  background-color: #131313;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-61 {
  z-index: 5;
  color: #e93119;
  width: 8rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.rl_navbar5_dropdown-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.text-block-829799 {
  color: var(--white);
}

.rl_navbar5_dropdown-link-list-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-block-318610 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: inline-flex;
}

.div-block-318588 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-block-569-copy {
  color: var(--saturated-red);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  display: inline-flex;
}

.link-block-569-copy:hover {
  -webkit-text-decoration-color: var(--region);
  text-decoration-color: var(--region);
}

.link-block-569-copy.perp {
  font-size: .8rem;
}

.link-block-569-copy.perp:hover {
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
}

.div-block-318608 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.image-58-copy {
  object-fit: cover;
  border-radius: 3px;
  width: 3rem;
  height: 3rem;
}

.rl_navbar5_dropdown-link-copy {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding: 1rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.rl_navbar5_dropdown-link-copy:hover {
  background-color: var(--dark-grey-2);
}

.rl_navbar5_dropdown-link-copy.w--current {
  pointer-events: none;
  color: var(--474747);
}

.location-subtext-link {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  font-size: .8rem;
}

.location-subtext-link:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.image-60 {
  filter: invert();
}

.div-block-318606 {
  color: var(--black);
}

.key-color-settlement {
  background-color: var(--settlement);
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.text-block-829798 {
  position: absolute;
}

.div-block-318590 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
}

.div-block-318601 {
  display: inline-block;
}

.svg-2 {
  filter: invert();
  width: .6rem;
  height: .6rem;
}

.link-block-568 {
  z-index: 6;
  opacity: .3;
  padding: .25rem .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-568:hover {
  opacity: 100;
}

.permanent-tag-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.field-label-2 {
  font-weight: 300;
}

.ms-mail-icon {
  flex: none;
  min-width: 40px;
  max-width: 50px;
  max-height: 50px;
}

.ms-passwordless-step {
  text-align: left;
  background-color: #f4f5f8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
}

.ms-link {
  color: #2962ff;
  border-bottom: 1px solid #2962ff03;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  color: #1051b9;
  border-bottom-color: #2962ff;
}

.ms-step-two-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.modal_small {
  text-align: left;
  background-color: #fff;
  border: 2px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.hero_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h1-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.hero_contact-info-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #dbdbdb;
  border-bottom: 1px #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.field-wrapper {
  margin-bottom: 20px;
}

.field-wrapper.passwordless {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
}

.field-wrapper.top {
  margin-top: 20px;
}

.hero_link-content {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.field-label {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.hero_contact-info-form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.button-text {
  margin-bottom: 0;
}

.hero_slogan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 20px 25px;
  display: grid;
}

.google-button {
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.hero_links-bottom-line {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  margin-top: 0;
  display: block;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
}

.hero_edit-location-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px #dbdbdb;
  border-bottom: 1px #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.button-3 {
  color: #fff;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.in-form {
  width: 100%;
}

.button-3.in-form.mb-10 {
  margin-bottom: 10px;
}

.text-size-xxsmall {
  font-size: .75rem;
}

.text-size-xxsmall.text-color-mediumgray2 {
  margin-bottom: 0;
}

.field-input {
  border: 1px solid #d3d4d8;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .2s;
}

.field-input:hover {
  border-color: #434de7;
}

.field-input:focus {
  border-color: #177fff;
}

.hero_profile-socialnetwork-content {
  border-right: 1px solid #dbdbdb;
  flex-flow: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.hero_profile-socialnetwork-content.is-last {
  border-right-style: none;
}

.lightbox-modal {
  z-index: 2000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero_profile-image {
  object-fit: cover;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}

.disclaimer {
  opacity: .8;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.hero_contact-info-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding: 0 25px 40px;
  display: grid;
}

.clone-me {
  color: var(--black);
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-medium {
  letter-spacing: 1px;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.hero_contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 20px 0;
  display: grid;
}

.icon_close {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.hero_links-form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.button-2:hover {
  background-color: #000;
  box-shadow: 0 5px 30px #22222229;
}

.hero_profile-photo-wrap {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.hero_edit-country {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.upgrade-accent {
  background-color: #ffd28b;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero_slogan-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.description {
  opacity: .6;
  color: #0d0c22;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.hero_edit-country-text-field {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
}

.hero_edit-country-text-field::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.spacer {
  width: 10px;
  height: 10px;
}

.spacer._20 {
  width: 20px;
  height: 20px;
}

.hero_edit-birthday-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 20px 25px 40px;
  display: grid;
}

.hide-me-overlay {
  z-index: 8888;
  color: var(--black);
  background-color: #042044d9;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.hero_edit-birthday-select {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-header {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.hero_link-text-field {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
}

.hero_link-text-field::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.verification-overlay {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px 24px 24px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.padding-medium {
  padding: 2rem;
}

.close-overlay {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.form_edit-name-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.textarea-2 {
  min-height: 5rem;
}

.hero_edit-title {
  padding-left: 25px;
}

.joining-wrap {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.hero_profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.div-block-318594 {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.text-size-custom {
  font-size: 1.1rem;
}

.tab-link {
  opacity: .4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3f3f3f;
  border: 2px solid #3f3f3f;
  border-radius: 8px;
  flex: 1;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #3f3f3f;
  box-shadow: inset -6px 0 13px -1px #ffffff0d;
}

.hero_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-grey-2);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  height: auto;
  display: grid;
}

.form-block-3 {
  margin-bottom: 0;
}

.hero_grid-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.form-field-2 {
  flex: 1;
  margin-bottom: 20px;
}

.hero_profile-button {
  color: #fff;
  background-color: #52acfa;
  border: 1px solid #52acfa;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
  transition: all .4s;
}

.hero_profile-button:hover {
  color: #52acfa;
  background-color: #fff;
  border: 1px solid #52acfa;
}

.hero_profile-button.is-form {
  text-align: center;
  width: auto;
}

.hero_profile-button.is-form.is-link {
  width: auto;
  margin-top: 80px;
}

.hero_profile-button.is-second {
  color: #a1a1a1;
  background-color: #0000;
  border: 1px solid #dbdbdb;
}

.hero_profile-button.is-second:hover {
  color: #111;
  background-color: #fff;
  border-color: #111;
}

.hero_profile-button-div {
  justify-content: center;
  display: flex;
}

.field-2 {
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 3px #0000001a;
}

.field-2:focus-visible, .field-2[data-wf-focus-visible] {
  color: #fff;
}

.field-2.textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.hero_edit-birthday-date {
  color: #000;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 200;
}

.hero_edit-birthday-date::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.share-button {
  color: #fff;
  background-image: linear-gradient(#5e61ff, #5e61ff);
  border: 2px solid #3f3f3f;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 11px #0003;
}

.share-button:hover {
  box-shadow: 0 2px 11px #0000008c, inset -3px 3px 11px -8px #fff3;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_edit-name-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px 25px 0;
  display: grid;
}

.profile-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000005c;
  border: 2px solid #3f3f3f;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px #0003;
}

.checkbox-4 {
  background-color: #0000;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-4.w--redirected-checked {
  background-color: #71bd97;
  border-color: #71bd97;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-left: 0;
}

.form-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-size-xsmall {
  font-size: .875rem;
}

.text-size-xsmall.text-weight-medium.text-color-black {
  margin-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  display: flex;
}

.form_edit-text-field {
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  width: 75%;
  margin-bottom: 0;
}

.form_edit-text-field::placeholder {
  color: #d4d4d4;
  font-weight: 200;
}

.ms-profile-upload-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #3b3b3b;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  align-items: center;
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.checkbox-field-3 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.card-bottom {
  padding: 20px;
}

.hero_profile-socialnetwork {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: grid;
}

.ms-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.ms-form.is-profile {
  width: 550px;
}

.text-size-regular {
  font-size: 1.1rem;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}

.hero_edit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid #e6e6e6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.account-input {
  border: 1px solid var(--accessible-components--dark-grey);
  color: #fff;
  background-color: #222;
  border-radius: 5px;
  width: 75%;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 1;
  transition: all .1s;
  position: relative;
}

.account-input:hover, .account-input:focus {
  border-color: var(--white);
}

.account-input::placeholder {
  color: #9b9b9b;
}

.ms-form-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.account-input-2 {
  border: 1px solid var(--accessible-components--dark-grey);
  color: #fff;
  background-color: #222;
  border-radius: 5px;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 1;
  transition: all .1s;
  position: relative;
}

.account-input-2:hover, .account-input-2:focus {
  border-color: var(--white);
}

.account-input-2::placeholder {
  color: #9b9b9b;
}

.ms-form-sub-heading {
  margin-top: -15px;
  margin-bottom: 20px;
}

.section_big {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: grid;
}

.section_big._90 {
  border-bottom: 2px #000;
  margin-top: -2px;
  margin-bottom: -2px;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #12133199;
}

.ms-input.is-code {
  min-height: 50px;
  font-size: 20px;
}

.image-wrap {
  background-color: #000;
  background-image: url('../images/pexels-andrea-piacquadio-3800497.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #000;
  border-left-style: none;
  border-radius: 0 50px 50px 0;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-wrap._2 {
  background-image: url('../images/pexels-sound-on-3756861.jpg');
}

.form-field {
  width: 100%;
  margin-bottom: 20px;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.is-form {
  width: 100%;
}

.form-block-2 {
  background-color: var(--3c3c3b);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 80svw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.div-block-318593 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-2 {
  margin-bottom: 10px;
  font-weight: 400;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-profile-upload {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #efefef;
  border: 1px solid #000;
  border-radius: 8px;
  align-items: center;
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.social-btn {
  color: #072524;
  border: 1px solid #bdbec3;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 40px 10px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #0a9c75;
  text-decoration: none;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.mt-20 {
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 2px 2px #0003;
}

.social-btn.mt-20:hover {
  border-bottom-color: #bdbec3;
  box-shadow: 0 0 #0003;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.social-image {
  width: 24px;
}

.p-light {
  margin-bottom: 35px;
}

.social-text {
  font-weight: 500;
}

.mb-20 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 13px 20px;
  transition: box-shadow .2s;
  box-shadow: 2px 2px #000;
}

.button:hover {
  box-shadow: 0 0 #000;
}

.button._100w {
  width: 100%;
}

.progress {
  background-color: var(--dark-grey-2);
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 20px;
  margin-right: auto;
  padding: 5px 20px;
  font-weight: 600;
}

.form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ms-profile-image-preview {
  object-fit: cover;
  background-color: #efefef;
  border: 1px solid #000;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.field {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  transition: box-shadow .2s;
}

.field.bio {
  height: 75px;
  padding-top: 10px;
}

.ms-profile-image-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-link-merge {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1rem;
  font-weight: 300;
  display: flex;
}

.navbar-link-merge:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  box-shadow: 0 2px 5px #0003;
}

.navbar-link-merge.w--current {
  color: var(--white);
  background-color: #1a1b1ebf;
  box-shadow: 0 2px 5px #0003;
}

.navbar-link-merge.toggle {
  cursor: pointer;
  justify-content: space-between;
}

.mini-report-wrap-initial-inside {
  pointer-events: none;
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: .9rem;
  transition: all .1s;
  display: flex;
  position: relative;
}

.mini-report-wrap-initial-inside.skeleton {
  background-color: var(--light-black);
}

.div-block-318693 {
  padding-right: 4rem;
}

.link-block-581 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  font-weight: 600;
  display: flex;
}

.link-block-581:hover {
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.key-color-a-2 {
  border: 1px dashed var(--area-a);
  background-color: #b7ff004d;
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.text-block-829829 {
  font-size: 1.2rem;
}

.key-color-firing-zones-2 {
  border: 1px dashed var(--firing-zones);
  background-color: #ce00004d;
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.legend-toggle {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--dark-grey-2);
  background-color: var(--080808);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 1rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.legend-toggle:hover {
  background-color: var(--dark-grey-2);
}

.checkbox-5 {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: none;
  pointer-events: auto;
  cursor: pointer;
  background-image: url('../images/On.svg');
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.checkbox-5.w--redirected-checked {
  z-index: 2;
  box-shadow: none;
  background-color: #131313;
  background-image: url('../images/Off.svg');
  background-size: auto;
}

.checkbox-5.w--redirected-focus {
  box-shadow: none;
}

.key-color-territories-2 {
  background-color: #ff668c4d;
  border: 1px dashed #ff668c;
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.key-color-settlement-2 {
  border: 1px solid var(--white);
  background-color: var(--settlement);
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.key-color-districts-2 {
  background-color: #ff668c4d;
  border: 1px dashed #ff668c;
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.key-color-c-2 {
  border: 1px dashed var(--area-c);
  background-color: #b4d3ff4d;
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.checkbox-field-off-2 {
  pointer-events: auto;
  background-color: #131313;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layers-arrow-5 {
  margin: 0;
  position: relative;
}

.layers-header-2 {
  z-index: 1001;
  background-color: var(--080808);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: 1rem 7rem;
  display: flex;
}

.page-wrapper-3 {
  z-index: 999;
  pointer-events: none;
  max-width: 100svw;
  height: 100svh;
  max-height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.key-color-localities-2 {
  border: 1px solid var(--white);
  background-color: var(--locality);
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.layers-close-2 {
  z-index: 99999;
  opacity: .8;
  color: #d9d9d9;
  cursor: pointer;
  background-color: #0000;
  border: 2px #c31717;
  border-radius: 20rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-left: .5rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.layers-close-2:hover {
  background-color: var(--dark-grey-2);
  opacity: 100;
  color: #d9d9d9;
}

.layers-contents-2 {
  background-color: var(--080808);
  flex-flow: column;
  height: 100%;
  max-height: calc(100svh - 3rem);
  display: flex;
  overflow: auto;
}

.key-color-b-2 {
  border: 1px dashed var(--area-b);
  background-color: #ffb4854a;
  border-radius: 2px;
  width: 1rem;
  height: 1rem;
}

.svgsymbolwhite-37 {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.svgsymbolwhite-37:hover {
  color: #d9d9d9;
}

.text-block-829830 {
  color: var(--777);
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .7rem;
  line-height: 1.5;
}

.text-block-829831 {
  color: var(--a3a3a3);
  font-size: .7rem;
}

.rich-text-block {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.rich-text-block p {
  margin-bottom: 2rem;
}

.rich-text-block-2 {
  font-weight: 300;
  line-height: 1.5;
}

.div-block-318694 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  margin: 10px -10rem -8rem;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.person-multi-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--080808);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: .25rem .5rem;
  font-size: .7rem;
  display: flex;
}

.location:hover {
  background-color: var(--dark-grey);
}

.dropdown-options {
  pointer-events: auto;
  width: 2rem;
  height: 2rem;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .15s;
  display: flex;
}

.dropdown-options:hover {
  background-color: var(--3c3c3b);
  border-radius: 20rem;
}

.dropdown-options.is--opened {
  opacity: 100;
  pointer-events: auto;
  transform: rotate(180deg);
}

.link-block-582 {
  pointer-events: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown-14 {
  z-index: auto;
  pointer-events: auto;
}

.div-block-318695 {
  position: absolute;
}

.header-info-divider {
  border-bottom: 1px solid var(--dark-grey-2);
  width: 100%;
}

.div-block-318696 {
  pointer-events: none;
  display: flex;
}

.extrernal-report-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_base-hues---base);
  background-color: var(--dark-grey);
  pointer-events: auto;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .8rem;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.extrernal-report-link:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.extrernal-report-link:active {
  background-color: var(--222);
}

.extrernal-report-link.switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  height: auto;
  padding: .25rem;
}

.extrernal-report-link.switch:hover {
  background-color: var(--080808);
}

.extrernal-report-link.page {
  border-color: var(--_base-hues---base);
  background-color: var(--dark-grey);
  border-radius: 8px;
}

.extrernal-report-link.page:hover {
  background-color: var(--dark-grey-2);
}

.report-page-date {
  color: var(--a3a3a3);
  font-size: .8rem;
  font-weight: 300;
}

.report-tabs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.report-tabs.feed {
  z-index: auto;
  background-color: var(--transparent);
  position: relative;
}

.report-tabs.mini {
  margin-top: .5rem;
}

.header-image {
  aspect-ratio: 3;
  object-fit: cover;
}

.image-link {
  border: 1px solid var(--transparent);
  object-fit: cover;
  border-radius: 5px;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  margin-top: -2rem;
  transition: all .15s;
  overflow: hidden;
}

.image-link:hover {
  border-color: var(--white);
}

.image-link.is--hidden {
  display: none;
}

.image-link.scrolled {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-top: 0;
}

.image-link.scrolled:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
  display: none;
}

.header-image-link {
  aspect-ratio: 3;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  object-fit: cover;
}

.header-image-link.not-set, .header-image-link.not-set-perp {
  aspect-ratio: auto;
  height: 3rem;
}

.collection-list-35-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.div-block-318697 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--7a7a7a);
  font-size: .8rem;
  display: flex;
}

.link-block-583 {
  color: var(--474747);
}

.link-block-583:hover {
  color: var(--white);
}

.menu-button {
  border: 1px solid var(--222);
  background-color: var(--080808);
  pointer-events: auto;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.menu-button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.menu-button:active {
  background-color: var(--222);
}

.fixed-home {
  z-index: 9;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fixed-home:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
  position: absolute;
}

.div-block-318698 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-318699 {
  position: absolute;
}

.div-block-318700 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.filter-collapse-insides {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--474747);
  width: 100%;
  padding: .5rem;
  display: flex;
}

.key-filter-indicator {
  border-left: 2px solid var(--_base-hues---base);
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.filter-header-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.data-filter-loading {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  display: none;
}

.data-filter-empty {
  color: var(--777);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  display: none;
}

.data-filter-error {
  color: var(--777);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  transition: all .15s;
  display: none;
}

.data-filter-error:hover {
  color: var(--white);
}

.show-more {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--light-black);
  height: 2rem;
  min-height: 2rem;
  color: var(--777);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  transition: all .15s;
  display: flex;
}

.show-more:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.dynamic-filter-list-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-height: 50svh;
  display: flex;
  overflow: auto;
}

.dynamic-filter-list-wrap.load-more {
  max-height: none;
}

.dynamic-filter-list-wrap.people {
  max-height: 75svh;
}

.color-report-head {
  z-index: -1;
  background-color: #111;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  display: flex;
}

.filter-location-svg {
  z-index: 6;
  color: var(--dark-grey-2);
  padding-bottom: .125rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.topic-link-3 {
  background-color: #cc2929;
  border: 1px solid #0000;
  padding: .25rem .5rem;
  font-size: 1rem;
}

.topic-link-3:hover {
  color: #cc2929;
  background-color: #131313;
  border-color: #cc2929;
}

.topic-link-3.mini {
  pointer-events: auto;
  padding: .125rem;
  font-size: .7rem;
}

.topic-link-3.report-page {
  pointer-events: auto;
  padding: .125rem;
  font-size: .8rem;
}

.data-search-loading {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._w-embed-hide {
  opacity: 0;
  pointer-events: none;
}

.div-block-318702 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  display: flex;
}

.svg-8 {
  width: 1.2rem;
  height: 1.2rem;
}

.svg-8-copy {
  width: .6rem;
  height: .6rem;
}

.div-block-318703 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.path-6 {
  color: var(--474747);
}

.path-7 {
  color: var(--red-2);
}

.path-8 {
  color: #fff;
}

.perp-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--red-2);
  background-color: #200;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: .25rem;
  font-size: .7rem;
  display: flex;
}

.perp-link:hover {
  background-color: var(--_base-hues---950);
}

.perp-link.perp {
  border-color: var(--red-2);
}

.perp-link.perp:hover {
  background-color: var(--red-2);
}

.perp-link.settlement {
  height: 1.5rem;
}

.div-block-3186921 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--a3a3a3);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-318657-copy {
  pointer-events: none;
  color: var(--accessible-components--dark-grey);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.svg-9 {
  width: 1rem;
  height: 1rem;
}

.report-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--222);
  background-color: var(--080808);
  pointer-events: auto;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .8rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000080;
}

.report-share:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.report-share:active {
  background-color: var(--222);
}

.settlement-svg {
  width: 1.3rem;
  height: 1.3rem;
  max-height: 1.5rem;
  color: var(--474747);
  justify-content: center;
  align-items: center;
  padding-bottom: .125rem;
  display: flex;
}

.settlement-svg.settlement {
  color: var(--red-2);
}

.settlement-svg.locality {
  width: 1rem;
  height: 1rem;
}

.link-block-584 {
  position: absolute;
  inset: 0%;
}

.div-block-3186922 {
  aspect-ratio: 16 / 9;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3186923 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--saturated-red);
  mix-blend-mode: hard-light;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.ethnically-cleansed {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--saturated-red);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: height .15s;
  display: flex;
}

.ethnically-cleansed.is--scrolled {
  height: 0;
  overflow: hidden;
}

.ethnically-cleansed.is--expanded {
  height: auto;
}

.ethnically-cleansed.is--hidden {
  display: none;
}

.ethnically-cleansed-text {
  color: var(--white);
  text-align: center;
  font-size: .9rem;
}

.div-block-3186924 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-67 {
  border-radius: 5px;
  width: 12rem;
}

.div-block-3186925 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--dark-grey-2);
  background-color: var(--light-black);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.perp-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--saturated-red);
  flex-flow: row;
  padding: .5rem;
  transition: height .15s;
  display: none;
}

.perp-header.is--scrolled {
  height: 0;
  overflow: hidden;
}

.perp-header.is--expanded {
  height: auto;
}

.perp-header.is--hidden, .div-block-3186926 {
  display: none;
}

.div-block-3186926:where(.w-variant-3ab5b80b-4822-edd5-432f-03bc02e68154) {
  display: flex;
}

.div-block-3186928 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3186929 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  margin-top: .5rem;
  font-size: .8rem;
  display: flex;
}

.header-map-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-grey-2);
  color: var(--7a7a7a);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  display: flex;
}

.header-map-wrap:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.header-map-wrap.not-set, .header-map-wrap.not-set-perp {
  aspect-ratio: auto;
  height: 3rem;
}

.danger-svg {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--white);
}

.path-9 {
  color: var(--3838);
}

.report-media {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--222);
  background-color: var(--dark-transparent);
  pointer-events: auto;
  height: 2rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem;
  font-size: .8rem;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.report-media:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.report-media:active {
  background-color: var(--222);
}

.filter-arrow {
  width: .6rem;
  height: .6rem;
  transition: all .15s;
}

.div-block-3186931 {
  padding-top: 0;
}

.div-block-3186932 {
  position: absolute;
}

.find-filter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--transparent);
  width: 2.1rem;
  height: 2.1rem;
  color: var(--white);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
  transition: all .2s;
  display: flex;
}

.find-filter:hover {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.find-filter.w--current {
  pointer-events: none;
  color: var(--474747);
}

.find-filter.search {
  border-radius: 20rem;
}

.find-filter.is--open {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.find-filter.vertical {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.find-filter.feed-close {
  display: none;
}

.find-filter-select {
  border: 1px solid var(--dark-grey-2);
  background-color: var(--080808);
  color: #d9d9d9;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 0;
  transition: all .3s;
}

.find-filter-select:hover, .find-filter-select:focus {
  border-style: solid;
  border-color: var(--white);
}

.find-filter-select.right:hover {
  border-color: var(--white);
}

.items-search-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  height: 100%;
  max-height: 100%;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto;
}

.item-filter-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  max-height: 0;
  transition: all .15s;
  display: flex;
  overflow: hidden;
}

.item-filter-wrap.region {
  border-left: .25rem solid var(--region);
  color: var(--region);
  background-color: #fdf6f0;
}

.item-filter-wrap.search {
  border-style: none;
}

.item-filter-wrap.search:hover {
  background-color: var(--black);
  color: var(--saturated-red);
}

.item-filter-wrap.locality {
  border-left: .25rem solid var(--locality);
  color: var(--locality);
  background-color: #f9f8e6;
}

.item-filter-wrap.settlement {
  border-left: .25rem solid var(--settlement);
  color: var(--settlement);
  background-color: #f5f7fa;
}

.item-filter-wrap.is--open {
  height: auto;
  max-height: none;
}

.media-gallery-wrap {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-transparent);
  opacity: 1;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.media-gallery-wrap.is--closed {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.div-block-3186934 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: flex;
}

.div-block-3186935 {
  position: relative;
}

.svg-10 {
  width: 1.3rem;
  height: 1.3rem;
}

.masonry-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3186936 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.masonry-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.masonry-caption {
  color: var(--a3a3a3);
  font-size: .8rem;
}

.div-block-3186937 {
  z-index: 9;
  padding-top: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.media-gallery-close {
  z-index: 99999;
  border: 1px solid var(--transparent);
  background-color: var(--dark-transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.media-gallery-close:hover {
  border-color: var(--white);
  background-color: var(--dark-grey);
}

.media-gallery-close.hidemobile {
  z-index: 999;
  background-color: #2e2e2d;
  border: 1px #969696;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0;
  display: flex;
  inset: 0% 0% auto auto;
}

.media-gallery-close.hidemobile:hover {
  background-color: #474746;
}

.media-gallery-close.hidemobile.close-block-filter {
  background-color: var(--transparent);
  opacity: .8;
  color: var(--white);
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% auto auto 0%;
}

.media-gallery-close.hidemobile.close-block-filter:hover {
  background-color: var(--light-black);
  opacity: 100;
  color: var(--white);
}

.media-gallery-close.hidemobile.close-block-filter {
  opacity: .8;
  color: #fff;
  background-color: #0000;
  border-width: 2px;
  border-color: #c31717;
  border-radius: 20rem;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% auto auto 0%;
}

.media-gallery-close.hidemobile.close-block-filter:hover {
  opacity: 100;
  color: #fff;
  background-color: #131313;
}

.galery-tabs-wrap {
  width: 100%;
}

.gallery-tabs {
  border: 1px solid var(--transparent);
  background-color: var(--dark-transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  border-radius: 11px;
  box-shadow: 0 2px 5px #0003;
}

.gallery-tabs:hover {
  border-color: var(--white);
}

.gallery-tabs.w--current {
  border-color: var(--_base-hues---base);
  background-color: var(--dark-transparent);
}

.media-gallery-modal {
  z-index: 9;
  border: 1px solid var(--a3a3a3);
  background-color: var(--dark-transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.media-gallery-modal.is--open {
  display: block;
}

.tabs-menu-2 {
  z-index: 9;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content-6 {
  width: 80svw;
  height: 80svh;
  overflow: auto;
}

.code-embed-19 {
  width: 80%;
}

.div-block-3186938 {
  min-height: 16.8047px;
}

.link-block-585 {
  width: 100%;
}

.text-block-829833 {
  text-align: left;
  display: flex;
}

.text-block-829834 {
  color: var(--white);
  font-size: 1.3rem;
}

.image-68 {
  aspect-ratio: 1;
  object-fit: cover;
}

.simple-navbar {
  z-index: 999;
  background-color: var(--dark-transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.simple-navbar:where(.w-variant-32251f1f-9ef9-eab5-bfe0-2c6ee8b50962) {
  background-color: #111111d9;
}

.simple-menu {
  pointer-events: auto;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  color: var(--a3a3a3);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.simple-menu:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.simple-menu:active {
  background-color: var(--222);
}

.div-block-3186940 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-button-navbar-simple {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 300;
  display: flex;
}

.search-button-navbar-simple:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  box-shadow: 0 2px 5px #00000080;
}

.search-button-navbar-simple.switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  height: auto;
  padding: .25rem;
}

.search-button-navbar-simple.switch:hover {
  background-color: var(--080808);
}

.div-block-3186940-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.support-button-us {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--transparent);
  background-color: var(--_base-hues---base);
  height: 2rem;
  color: var(--080808);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.support-button-us:hover {
  border-color: var(--_base-hues---base);
  background-color: var(--light-black);
  color: var(--_base-hues---base);
}

.support-button-us.cms-page {
  padding-left: .7rem;
  padding-right: .7rem;
}

.support-button-us.cms-page:hover {
  background-color: var(--light-black);
}

.support-button-us.org {
  z-index: 3;
  position: relative;
}

.div-block-3186941 {
  flex-flow: column;
  display: none;
  position: sticky;
  top: 0;
}

.seperating-line {
  background-color: var(--light-black);
  width: 100%;
  height: 1px;
}

.rich-text-block-3 {
  color: var(--777);
  font-size: .9rem;
  line-height: 1.2;
}

.div-block-3186942 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.report-head-veritcal-image {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  pointer-events: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 4rem;
  display: flex;
  position: relative;
}

.report-head-veritcal-image.socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.report-head-veritcal-image.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 100%;
  padding: 2rem 1rem;
  transition-duration: .15s;
}

.report-head-veritcal-image.search:hover {
  background-color: var(--3030-grey);
}

.report-head-veritcal-image.info {
  padding: 1rem;
}

.div-block-3186943 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.vertical-image-wrap {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: -8rem;
  display: flex;
  position: relative;
}

.text-block-829834-copy {
  color: var(--white);
  font-size: 1.1rem;
}

.div-block-3186941-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  flex-flow: column;
  width: 140px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-3186944 {
  margin-top: 8rem;
  position: sticky;
  top: 4rem;
}

.text-block-829836 {
  display: inline-flex;
}

.text-block-829836-copy {
  color: var(--777);
  display: inline-flex;
}

@media screen and (min-width: 1280px) {
  .leftsidebar {
    width: 33em;
    margin-left: -33em;
  }

  .rightsidebar {
    width: 33em;
    margin-right: -33em;
  }

  .date {
    cursor: auto;
  }

  .date.mapdate.close-block.placepage.onimage {
    z-index: 999;
  }

  .custom-close-button {
    background-color: #2e2e2d;
    border-radius: 2px;
  }

  .left-button-wrap.feed, .left-button-wrap.report-page, .left-button-wrap.no-feed, .left-button-wrap.bottom-left {
    width: calc(50svw - 300px);
  }

  .item-search-wrap.search-page {
    width: 100%;
  }

  .leftsidebarclose {
    background-color: #2e2e2d;
    border-radius: 2px;
  }

  .main-image {
    width: 100%;
  }

  .div-block-318553 {
    width: 37em;
    min-width: 37em;
  }

  .right-button-wrap.feed {
    width: calc(50svw - 300px);
  }

  .right-button-wrap.report-page {
    padding-right: calc(50svw - 300px);
  }

  .right-button-wrap.home {
    width: calc(50svw - 300px);
  }

  .update-wrap {
    width: 33em;
    height: auto;
  }

  .update-page-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 8rem;
    display: flex;
  }

  .find-wrap-search {
    justify-content: center;
    align-items: center;
  }

  .collection-list-27 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .head-info-wrap {
    width: 33em;
  }

  .link-block-573 {
    font-size: 1.2rem;
  }

  .div-block-318628 {
    max-width: 1200px;
  }

  .feed-wrap {
    width: 600px;
  }

  .site-search-sidebar {
    width: 33em;
    margin-right: -33em;
  }

  .leftsidebarcloselayers {
    background-color: #2e2e2d;
    border-radius: 2px;
  }

  .sticky-header, .feed-wrap-map, .report-wrap-page {
    width: 600px;
  }

  .leftsidebartest {
    width: 37em;
  }

  .leftsidebar-reporter {
    width: 37em;
    margin-left: -37em;
  }

  .location-wrap-copy, .topic-wrap, .cms-head {
    width: 33em;
  }

  .progress {
    background-color: var(--dark-grey-2);
    color: var(--white);
  }

  .item-filter-wrap {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .cms-page-wrap.home {
    position: relative;
  }

  .navbar_link.vertical {
    width: auto;
  }

  .loading-map-screen {
    display: flex;
  }

  .report-wrap-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_contact-info-form-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: start center;
    padding-top: 0;
  }

  .hero_slogan {
    grid-auto-columns: 1fr;
  }

  .hero_edit-location-section {
    border-bottom-style: none;
  }

  .hero_edit-birthday-section {
    border-top-style: solid;
    border-bottom-style: solid;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero_edit-title {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .hero_grid {
    grid-template-rows: minmax(auto, 1.5fr) minmax(auto, 1.5fr) auto;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .hero_profile-button.is-form {
    width: 50%;
  }

  .hero_edit-name-section {
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .checkbox-4 {
    margin-top: 0;
  }

  .navbar-link-merge {
    width: auto;
  }

  .rich-text-block-2 {
    font-size: 1.2rem;
  }

  .div-block-318694 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .div-block-3186938 {
    width: 100%;
    display: flex;
  }

  .report-head-veritcal-image {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-left: 12rem;
    padding-right: 15rem;
  }
}

@media screen and (max-width: 991px) {
  .filtermenubutton {
    padding: .5rem;
    display: none;
    box-shadow: 0 2px 5px #0003;
  }

  .search-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .leftsidebar {
    width: 65svw;
    margin-left: -65svw;
  }

  .leftsidebar.is--show {
    max-width: none;
  }

  .search-terms-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-280 {
    display: none;
  }

  .reporter-page-image.scrolled {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    min-height: 5rem;
  }

  .images-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rightsidebar {
    width: 65svw;
    margin-right: -65svw;
  }

  .date.mapdate.close-block {
    height: 3rem;
  }

  .lefttogglewrap {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .righttogglewrap {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .filtermenubutton-copy, .filter-button {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .filter-button-indic {
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-274 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .left-button-wrap.feed, .left-button-wrap.no-feed, .left-button-wrap.bottom-left {
    width: 17.5svw;
  }

  .filter-collapse-target {
    flex-flow: wrap;
  }

  .right-sidetab-filter-indicator, .right-toggle-filter-indicator {
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .hidden-names {
    font-size: 1rem;
  }

  .report-reporter-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hidden-ids {
    font-size: 1rem;
  }

  .div-block-318553 {
    width: 30svw;
    min-width: 50svw;
  }

  .jump-to-top {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .collection-list-23-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-button-wrap.feed {
    width: 17.5svw;
  }

  .right-button-wrap.report-page {
    padding-right: calc(17.5svw + 1rem);
  }

  .right-button-wrap.home {
    width: 17.5svw;
  }

  .left-sidetab-filter-indicator {
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .cms-page-wrap.report, .cms-page-wrap.report-page {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl_navbar5_menu {
    background-color: var(--light-black);
    align-items: flex-start;
    height: calc(100svh - 4.5rem);
    max-height: calc(100svh - 4.5rem);
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar5_menu-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_dropdown-content-left-copy {
    align-content: start;
    align-items: start;
    padding-left: 2rem;
  }

  .rl_navbar5_dropdown-list-copy {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list-copy.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .update-wrap {
    width: 65svw;
  }

  .update-wrap.is--show {
    max-width: none;
  }

  .rl_menu-icon_line-middle-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top-2, .rl_menu-icon_line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-318614 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .report-wrap-cms, .search-wrap, .find-wrap-search {
    width: 65svw;
  }

  .cms-page-wrap-copy.report {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-27 {
    grid-template-columns: 1fr 1fr;
  }

  .search-results-wrap {
    width: 65svw;
  }

  .person-list {
    grid-template-columns: 1fr 1fr;
  }

  .person-list.orgs {
    grid-template-columns: 1fr;
  }

  .head-info-wrap {
    width: 65svw;
  }

  .home-wrap {
    width: 100%;
  }

  .collection-list-28 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-829807 {
    font-size: 1.5rem;
  }

  .rightsidebar-copy {
    width: 37em;
    margin-right: -37em;
  }

  .feed-wrap, .feed-wrap:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
    width: 100%;
  }

  .home-list {
    grid-template-columns: 1fr 1fr;
  }

  .site-search-sidebar {
    width: 65svw;
    margin-right: -65svw;
  }

  .site-search-sidebar.is--show {
    max-width: none;
  }

  .svg-6 {
    width: 1.1rem;
    height: 1.1rem;
  }

  .jump-to-top-copy {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .sticky-header, .sticky-header:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
    width: 100%;
  }

  .vertical-navbar {
    z-index: 999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #080808f2;
    width: 40svw;
    margin-left: -40svw;
  }

  .vertical-navbar.is--open {
    margin-left: 0;
    box-shadow: 0 2px 5px #fff3;
  }

  .sticky-header-main {
    padding-left: .5rem;
  }

  .header-reports-search {
    font-size: 1.001rem;
  }

  .header-search-toggle.feed-close {
    display: flex;
  }

  .open-menu {
    padding: .5rem;
    display: flex;
  }

  .open-menu:where(.w-variant-6d09ec56-5b58-e24b-c934-28df3f9f0b97) {
    display: none;
  }

  .navbar-close {
    display: flex;
  }

  .search-button-navbar {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .feed-wrap-map, .feed-wrap-map:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
    z-index: 99;
    width: 80svw;
    margin-left: -80svw;
    position: absolute;
  }

  .feed-wrap-map.is--open, .feed-wrap-map.is--open:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
    position: absolute;
  }

  .feed-wrap-map-scroll, .feed-wrap-map-scroll:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
    width: 100%;
  }

  .map-controls-buttons-wrap.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .map-buttons {
    box-shadow: 0 2px 5px #0003;
  }

  .reset-map-button {
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .search-button-map {
    box-shadow: 0 2px 5px #0003;
  }

  .feed-dropdown {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .map-button-wrap {
    box-shadow: 0 2px 5px #0003;
  }

  .map-button-wrap.open-feed {
    display: flex;
  }

  .report-wrap-page {
    width: 65svw;
  }

  .div-block-318689 {
    width: 50svw;
  }

  .div-block-318677, .div-block-318668 {
    grid-row-gap: 1rem;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .leftsidebartest {
    width: 37em;
  }

  .leftsidebartest.is--show, .leftsidebarcms.is--show {
    max-width: none;
  }

  .collection-list-23-cms-page {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .leftsidebar-reporter {
    width: 65svw;
    margin-left: -65svw;
  }

  .leftsidebar-reporter.is--show {
    max-width: none;
  }

  .reports-header-text-reporters {
    flex-flow: wrap;
  }

  .div-block-318647 {
    grid-row-gap: 1rem;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .alt-list {
    grid-template-columns: 1fr 1fr;
  }

  .press-dropdown-list {
    margin-bottom: 58px;
  }

  .press-dropdown-list.w--open {
    bottom: 0;
  }

  .press-dropdown-text-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .div-block-318632 {
    grid-row-gap: 1rem;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .press-dropdown-toggle {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .press-dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .rl_menu-icon_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_blog-item {
    width: 100%;
  }

  .rl_menu-icon_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .container {
    max-width: 728px;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 2rem;
  }

  .location-wrap-copy {
    width: 65svw;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .home-page-wrap.report {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_navbar5_large-item-content {
    width: 100%;
  }

  .topic-wrap {
    width: 65svw;
  }

  .rl_navbar5_blog-list {
    width: 100%;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cms-head {
    width: 65svw;
  }

  .rl_navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .rl_navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .hero_links {
    border-top: 1px solid #dbdbdb;
  }

  .hero_links-bottom-line {
    margin-top: 10px;
  }

  .hero_contact-info-content {
    padding-bottom: 40px;
  }

  .hero_contact-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_profile-photo-wrap {
    width: 30%;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero_profile-button.is-form.is-link {
    margin-top: 0;
  }

  .hero_profile-button.is-second {
    margin-top: 15px;
  }

  .hero_profile-button-div {
    padding-top: 30px;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .ms-form.is-profile {
    width: 475px;
  }

  .hero_edit {
    border-top: 1px solid #dbdbdb;
  }

  .account-input, .account-input-2 {
    font-size: 1rem;
  }

  .section_big {
    grid-template-columns: 1fr;
  }

  .image-wrap {
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
  }

  .ms-button {
    position: relative;
  }

  .navbar-link-merge {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .extrernal-report-link {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button {
    padding: .5rem;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-318698 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .filter-collapse-insides {
    flex-flow: wrap;
  }

  .report-share {
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-3186927 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .report-media {
    padding: .5rem;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .find-filter.feed-close {
    display: flex;
  }

  .div-block-3186935 {
    width: 100%;
  }

  .div-block-3186936 {
    padding: 0;
  }

  .tabs-content-6 {
    width: 90svw;
    height: 90svh;
  }

  .simple-menu {
    padding: .5rem;
    display: flex;
  }

  .search-button-navbar-simple {
    padding: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-3186941 {
    display: none;
  }

  .report-head-veritcal-image {
    flex-flow: column;
  }

  .div-block-3186943 {
    width: auto;
  }

  .vertical-image-wrap {
    width: 100%;
  }

  .div-block-3186941-copy, .div-block-3186944 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .search-icon {
    display: flex;
  }

  .leftsidebar {
    z-index: 1001;
    width: 80svw;
    margin-left: -80svw;
  }

  .card_heading:lang(en-us) {
    text-align: left;
  }

  .leftsidetabwrap {
    z-index: 1001;
  }

  .rightsidebar {
    width: 80svw;
    margin-right: -80svw;
  }

  .rightsidetab {
    width: 32px;
  }

  .date.mapdate.close-block {
    margin-top: 0;
  }

  .custom-close-button {
    inset: 20rem -30px auto auto;
  }

  .lefttogglewrap {
    z-index: 1001;
  }

  .filter-button {
    width: 2.5rem;
  }

  .left-button-wrap.feed {
    justify-content: flex-end;
    width: auto;
  }

  .left-button-wrap.report-page {
    width: auto;
  }

  .left-button-wrap.no-feed, .left-button-wrap.bottom-left {
    justify-content: flex-end;
    width: auto;
  }

  .leftsidebarclose {
    inset: 20rem -30px auto auto;
  }

  .report-wrap {
    border-radius: 0;
    margin-top: 0;
  }

  .collection-list-23-copy-copy, .report-reporter-list {
    grid-template-columns: 1fr 1fr;
  }

  .support-button.cms-page {
    flex: 1;
  }

  .join-support-wrap {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .join-button.cms-page {
    flex: 1;
  }

  .person-wrap.socials {
    border-style: none;
  }

  .collection-list-23-copy {
    grid-template-columns: 1fr 1fr;
  }

  .right-button-wrap.feed {
    width: auto;
  }

  .right-button-wrap.report-page {
    padding-right: 1rem;
  }

  .cms-page-wrap.feed, .cms-page-wrap.map {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .socials-wrap-header {
    justify-content: space-around;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .rl_navbar5_dropdown-content-left-copy {
    grid-column-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
  }

  .update-wrap {
    z-index: 1001;
    width: 80svw;
  }

  .perpetrator-wrap {
    width: 100%;
  }

  .div-block-318609 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .div-block-318614 {
    grid-template-columns: 1fr 1fr;
  }

  .report-wrap-cms, .search-wrap, .find-wrap-search, .search-results-wrap {
    width: 100%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .person-list {
    grid-template-columns: 1fr 1fr;
  }

  .head-info-wrap, .home-wrap {
    width: 100%;
  }

  .text-block-829806 {
    font-size: 1rem;
  }

  .text-block-829807 {
    font-size: 1.2rem;
  }

  .image-63-copy {
    width: auto;
  }

  .rightsidebar-copy.is--show {
    max-width: none;
  }

  .image-63-1 {
    border-radius: 5px;
  }

  .text-block-829806-1 {
    padding-right: 1.5rem;
  }

  .link-block-573-1 {
    border-style: none;
    padding: .5rem;
  }

  .div-block-318627-copy {
    grid-row-gap: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .feed-wrap {
    width: 100%;
  }

  .feed-wrap.map {
    width: 65svw;
  }

  .navbar-dropdown-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .site-search-sidebar {
    z-index: 1001;
    width: 80svw;
    margin-right: -80svw;
  }

  .topic-link-2 {
    font-size: .7rem;
  }

  .mini-report-wrap, .mini-report-wrap-initial {
    border-style: none;
  }

  .mini-report-image {
    border-radius: 5px;
  }

  .div-block-318656 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .leftsidetabwraplayers {
    z-index: 1001;
  }

  .leftsidebarcloselayers {
    inset: 20rem -30px auto auto;
  }

  .sticky-header {
    width: 100%;
  }

  .vertical-navbar {
    width: 60svw;
    margin-left: -60svw;
  }

  .text-block-829828 {
    display: none;
  }

  .layers-close {
    inset: 20rem -30px auto auto;
  }

  .feed-wrap-map {
    width: 100svw;
    margin-left: -100svw;
  }

  .report-wrap-page {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .report-wrap-page.map {
    width: 65svw;
  }

  .fixed-search-wrap {
    display: none;
  }

  .leftsidebartest {
    z-index: 1001;
  }

  .leftsidebartest.is--show {
    max-width: none;
  }

  .leftsidebarcms {
    z-index: 1001;
  }

  .leftsidebarcms.is--show, .rightsidebarcms.is--show {
    max-width: none;
  }

  .link-block-573-1-2 {
    border-style: none;
    padding: .5rem;
  }

  .collection-list-23-cms-page {
    grid-template-columns: 1fr 1fr;
  }

  .leftsidebar-reporter {
    z-index: 1001;
  }

  .leftsidebar-reporter.is--show {
    max-width: none;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_navbar5_spacing-block1 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .location-wrap-copy {
    width: 100%;
  }

  .rl_navbar5_text-small {
    display: none;
  }

  .topic-wrap {
    width: 100%;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .cms-head {
    width: 100%;
  }

  .rl_navbar5_dropdown-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .rl_navbar5_spacing-block2 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_component-2 {
    min-height: 4rem;
  }

  .rl_navbar5_dropdown-link-list-copy {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .rl_navbar5_dropdown-link-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modal-scroll {
    overflow: auto;
  }

  .verification-overlay {
    flex-direction: column;
    margin-bottom: 70px;
    padding: 50px 7% 2px;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .ms-form.is-profile {
    width: 400px;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .mini-report-wrap-initial-inside {
    border-style: none;
  }

  .layers-close-2 {
    inset: 20rem -30px auto auto;
  }

  .div-block-318694 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .div-block-318696 {
    flex-flow: column;
  }

  .item-filter-wrap {
    width: 100%;
  }

  .text-block-829834 {
    font-size: 1rem;
  }

  .support-button-us.cms-page {
    flex: 1;
  }

  .report-head-veritcal-image {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .report-head-veritcal-image.map {
    width: 65svw;
  }

  .vertical-image-wrap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media screen and (max-width: 479px) {
  .filtermenubutton {
    z-index: 10;
    opacity: 1;
    color: #f7faf8;
    background-color: #f15b40;
    border-style: none;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1rem;
    margin-left: 1rem;
    display: none;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-264 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-266 {
    color: #f7faf8;
    background-color: #f15b40;
    text-decoration: none;
  }

  .map-search-wrap {
    box-shadow: none;
    justify-content: center;
    align-items: center;
  }

  .search-icon {
    height: 2rem;
  }

  .leftsidebar {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -100svw;
  }

  .leftsidebar.is--show {
    width: 100svw;
    height: 100%;
    box-shadow: none;
  }

  .code-embed-4 {
    width: 1.3rem;
    height: 1.3rem;
  }

  .regular-search:focus {
    width: calc(100svw - 2rem);
  }

  .cms-item {
    display: none;
  }

  .cms-item.is--show.feed {
    border-radius: 0;
  }

  .div-block-263 {
    background-color: #eceee2;
  }

  .form-7 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .fs-select_toggle-5 {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 1.5rem;
  }

  .div-block-259 {
    width: 100%;
    height: 2.5rem;
    box-shadow: none;
  }

  .div-block-256 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .navbar-wrap {
    z-index: 9;
  }

  .card_heading:lang(en-us) {
    text-align: left;
  }

  .dropdown-list-7 {
    max-height: 70svh;
    overflow: auto;
  }

  .container-16.is-map {
    height: 100%;
    min-height: 100%;
  }

  .infotab {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .search-suggestions {
    margin-top: -.25rem;
  }

  .infotabtext {
    font-size: .9rem;
  }

  .fs-select-5 {
    width: 100%;
  }

  .socialembed, .socialembed.mobileshare {
    width: .9rem;
    height: .9rem;
  }

  .socialembed.facebook {
    width: .6rem;
  }

  .socialembed.whatsapp, .socialembed.linktree {
    width: 1.1rem;
    height: 1.1rem;
  }

  .socialembed.mobileshare {
    display: flex;
  }

  .div-block-249 {
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .fs-select_icon-5 {
    margin-left: 0;
  }

  .filterform {
    z-index: 9;
    width: 100svw;
    padding-left: 0;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .leftsidetabwrap {
    z-index: 99999;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 160px;
    position: relative;
  }

  .leftsidetab {
    z-index: 99999;
    position: relative;
  }

  .leftsidetab:hover {
    background-color: var(--_base-hues---600);
  }

  .div-block-267 {
    flex-flow: column-reverse;
    width: 100%;
  }

  .collection-list-wrapper-24 {
    width: 100svw;
  }

  .rightsidebar {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -100svw;
  }

  .rightsidebar.is--show {
    z-index: 1003;
    box-shadow: none;
  }

  .rightsidebarwrap {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .rightsidetabwrap {
    z-index: 99999;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 248px;
  }

  .text-block-91-copy {
    display: none;
  }

  .rightsidebarclose {
    margin-right: 1rem;
  }

  .rightsidebarclose.hidemobile.close-block-filter {
    inset: 0% 0% auto auto;
    inset: 0% 0% auto auto;
  }

  .filtersidebar {
    width: 100svw;
  }

  .locations-map_citypopup {
    font-size: 1rem;
  }

  .filterform-copy {
    z-index: 9;
    width: 100svw;
    height: 100%;
    padding-left: 0;
  }

  .dynamic-filter-list {
    grid-template-columns: 1fr;
  }

  .date.mapdate.close-block.placepage {
    display: none;
  }

  .date.mapdate.close-block.placepage.onimage {
    margin: .5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .default-tabs {
    overflow: auto;
  }

  .link-block-48 {
    height: auto;
    min-height: 3.25rem;
  }

  .leftsidebar-reports-wrap {
    width: 100svw;
  }

  .div-block-300.openleftsidebar {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .div-block-301 {
    padding-left: 1rem;
  }

  .location-map_card-wrap {
    border-style: none;
    border-radius: 0;
    height: 100%;
    box-shadow: 0 3px 10px #0000004d;
  }

  .icon-embed-xxsmall-copy-3 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .alleventsinside {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .custom-close-button {
    border-radius: 0 0 0 10px;
    padding-right: 16px;
    inset: 0% 0% auto auto;
  }

  .clear-all-text.mobile-hide {
    display: none;
  }

  .div-block-166 {
    max-width: 60svw;
  }

  .image-14-copy-2-copy {
    filter: none;
    width: 1rem;
    height: 1rem;
  }

  .text-block-88-copy {
    word-break: keep-all;
  }

  .text-block-88-copy.reporter {
    display: none;
  }

  .tag-text-wrap {
    word-break: keep-all;
  }

  .svg-3-popup {
    height: .8rem;
  }

  .filter-tag, .filter-hiddentagparent {
    word-break: keep-all;
  }

  .locations-wrap {
    flex-flow: wrap;
  }

  .image-37-copy {
    max-width: 60svw;
  }

  .lefttogglewrap {
    z-index: 99999;
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
    position: relative;
  }

  .righttogglewrap {
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }

  .lefttoggle {
    height: 3rem;
  }

  .filtermenubutton-copy {
    z-index: 10;
    border-color: var(--2e2e2d);
    background-color: var(--3c3c3b);
    color: #f7faf8;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
    margin-left: 1rem;
    display: flex;
  }

  .filter-button {
    z-index: 10;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .filter-button-indic {
    z-index: 10;
    opacity: 1;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-314 {
    width: 100%;
  }

  .fs-checkbox_label-3-copy {
    font-size: .8rem;
  }

  .filter-collapse-target {
    flex-flow: column;
  }

  .date-text-field {
    width: 100%;
  }

  .svgsymbolwhite {
    width: 1rem;
    height: 1rem;
    display: flex;
  }

  .link-block-50 {
    height: 100%;
  }

  .link-block-50.publicationlink {
    position: relative;
  }

  .location-text {
    white-space: nowrap;
  }

  .right-sidetab-filter-indicator {
    opacity: 1;
    color: #f7faf8;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .label.cc-blog-date {
    font-size: 1rem;
  }

  .label.cc-blog-date.classdate {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .text-block-54 {
    font-size: 1rem;
  }

  .eventtypelink2 {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .svgsymbolwhite-2 {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
  }

  .dynamic-filter-clear-btn {
    width: 1.5rem;
    min-width: 1rem;
    height: 1.5rem;
    min-height: 1rem;
  }

  .sharewrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    inset: auto auto 0% 0%;
  }

  .svgsymbolwhite-3 {
    width: .6rem;
    height: .6rem;
    display: flex;
  }

  .locality-search, .item-search-wrap {
    width: 100%;
  }

  .sharewrapper.mobileshare {
    display: flex;
  }

  .search-svg {
    display: flex;
    position: relative;
  }

  .dynamic-filter-search-input {
    width: 100%;
  }

  .search-svg-2 {
    display: flex;
    position: relative;
  }

  .clear-search {
    width: 1.5rem;
    min-width: 1rem;
    height: 1.5rem;
    min-height: 1rem;
  }

  .svgsymbolwhite-32 {
    display: flex;
  }

  .tag-text {
    word-break: keep-all;
  }

  .tag-text.reporter {
    display: none;
  }

  .right-toggle-filter-indicator {
    opacity: 1;
    color: #f7faf8;
    border-style: solid;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .filtersidebar-copy {
    width: 100svw;
  }

  .div-block-3163 {
    width: 100%;
  }

  .leftsidebarclose {
    border-radius: 0 0 0 10px;
    padding-right: 16px;
    inset: 0% 0% auto auto;
  }

  .link-block-566 {
    width: 1.5rem;
    min-width: 1rem;
    height: 1.5rem;
    min-height: 1rem;
  }

  .svgsymbolwhite-4 {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
  }

  .collection-list-24 {
    grid-template-columns: 1fr;
    max-height: 50svh;
  }

  .report-wrap {
    border-radius: 0;
    max-width: none;
    margin-top: 0;
  }

  .svgsymbolwhite-5 {
    width: .6rem;
    height: .6rem;
    display: flex;
  }

  .collection-list-23-copy-copy {
    grid-template-columns: 1fr;
    padding-bottom: 8rem;
  }

  .svgsymbolwhite-32-copy {
    width: 1rem;
    height: 1rem;
    display: flex;
  }

  .div-block-3182 {
    border-width: 2px;
    width: 3rem;
    height: 3rem;
  }

  .link-block-52 {
    height: auto;
    min-height: 3.25rem;
  }

  .report-text-field {
    width: 100%;
  }

  .link-block-53 {
    height: 100%;
  }

  .link-block-53.publicationlink {
    position: relative;
  }

  .hidden-names {
    width: 100%;
  }

  .report-reporter-list {
    grid-template-columns: 1fr;
    height: 50svh;
  }

  .report-form {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .report-text-field-icon, .report-text-field-date, .hidden-ids, .report-text-field-large, .large-text-form-wrap {
    width: 100%;
  }

  .form-section-2-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .layers-arrow {
    margin-left: 0;
  }

  .sidebar-close {
    inset: 0% 0% auto auto;
  }

  .div-qwe282-copy {
    padding-left: 4.5rem;
    padding-right: 4rem;
  }

  .div-block-318553 {
    width: 100svw;
    min-width: 100svw;
    max-width: 100svw;
  }

  .div-block-305 {
    padding-bottom: 1rem;
    padding-right: 1rem;
    inset: auto 0% 0% auto;
  }

  .reporter-name {
    font-size: .9rem;
  }

  .socials-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    inset: auto auto 0% 0%;
  }

  .socials-wrapper.mobileshare {
    display: flex;
  }

  .support-button.cms-page {
    flex: 1;
  }

  .join-support-wrap {
    flex-flow: wrap;
    display: none;
  }

  .join-support-wrap.org {
    flex-flow: row;
    display: flex;
  }

  .join-button.cms-page {
    flex: 1;
  }

  .person-wrap.socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .code-embed-8 {
    width: 1.3rem;
    height: 1.3rem;
  }

  .mobile {
    display: flex;
  }

  .location-marker-svg.locality {
    width: 1.6rem;
    height: 1.6rem;
  }

  .jump-to-top {
    z-index: 10;
    opacity: 1;
    color: #f7faf8;
    border-style: none;
    border-radius: 20rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
    margin-left: 1rem;
    display: none;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .collection-list-23-copy {
    grid-template-columns: 1fr;
    height: 50svh;
  }

  .image-57 {
    width: 1rem;
  }

  .div-block-248-copy {
    box-shadow: none;
  }

  .right-button-wrap.feed, .right-button-wrap.report-page, .right-button-wrap.home {
    width: auto;
  }

  .righttoggle {
    width: 3rem;
    height: 3rem;
  }

  .fs-select_icon-5-copy, .text-block-91-copy-copy {
    display: none;
  }

  .left-sidetab-filter-indicator {
    opacity: 1;
    color: #f7faf8;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .fs-select_icon-5-copy-copy {
    display: none;
  }

  .text-block-912-copy {
    display: flex;
  }

  .code-embed-4-copy {
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
  }

  .report-date-symbol, .svgsymbol {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
  }

  .search-icons-wrap.blurred {
    padding-left: .5rem;
  }

  .cms-page-wrap.feed {
    padding: 0;
  }

  .cms-page-wrap.map {
    padding-top: 0;
  }

  .search-input-wrap-regular {
    box-shadow: none;
    justify-content: center;
    align-items: center;
  }

  .perpetrator-report-text {
    display: inline-block;
  }

  .arrowicon {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    position: relative;
  }

  .arrowicon.right, .arrowicon.left {
    display: none;
  }

  .rl_navbar5_dropdown-content-left-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .modal-close-btn {
    inset: 0% 0% auto auto;
  }

  .reporter-hub {
    height: auto;
  }

  .locality-search-3, .locality-search-4 {
    width: 100%;
  }

  .update-wrap {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .update-wrap.is--show {
    width: 100svw;
    height: 100%;
    box-shadow: none;
  }

  .reporter-link-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .reporter-dropdown-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .reporter-svg {
    display: flex;
    position: relative;
  }

  .svgsymbolwhite-copy-copy {
    width: .7rem;
    height: .7rem;
    display: flex;
  }

  .div-block-318609 {
    flex-flow: wrap;
  }

  .search-input-wrap-regular-copy {
    box-shadow: none;
    justify-content: center;
    align-items: center;
  }

  .layers-side-bar {
    width: 80svw;
    margin-right: -80svw;
  }

  .regular-search-copy:focus {
    width: calc(100svw - 2rem);
  }

  .search-svg-copy {
    display: flex;
    position: relative;
  }

  .div-block-318614 {
    grid-auto-columns: 1fr;
  }

  .link-block-565-copy {
    width: 1.5rem;
    min-width: 1rem;
    height: 1.5rem;
    min-height: 1rem;
  }

  .login_passwords-wrap {
    flex-flow: column;
  }

  .signup_or-txt {
    flex: none;
  }

  .signup_google-wrap {
    font-size: 1rem;
  }

  .cms-page-wrap-copy {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .collection-list-27 {
    grid-template-columns: 1fr;
  }

  .login-list {
    flex-flow: column;
  }

  .password-requirements {
    width: 100%;
  }

  .person-list, .collection-list-28 {
    grid-template-columns: 1fr;
  }

  .image-63 {
    border-radius: 8px;
    width: 35%;
    height: auto;
  }

  .link-block-573 {
    border-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .5rem;
    display: flex;
  }

  .link-block-573:hover {
    background-color: var(--transparent);
  }

  .text-size-small.text-weight-semibold.text-align-center.light-grey {
    flex: none;
    font-size: .75rem;
  }

  .image-63-copy {
    width: auto;
  }

  .rightsidebar-copy {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -100svw;
  }

  .rightsidebar-copy.is--show {
    z-index: 1003;
    box-shadow: none;
  }

  .collection-list-28-copy {
    grid-template-columns: 1fr;
  }

  .image-63-1 {
    aspect-ratio: 1;
    border-radius: 5px;
    width: 5rem;
    height: 5rem;
  }

  .div-block-3164 {
    flex-flow: column;
  }

  .link-block-573-1 {
    border-style: none;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-573-1:hover {
    background-color: var(--transparent);
  }

  .home-item-info {
    grid-row-gap: .5rem;
    flex: 0 auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .svgsymbolwhite-3-copy-2 {
    width: .6rem;
    height: .6rem;
    display: flex;
  }

  .div-block-318627-1 {
    padding: 1rem;
  }

  .div-block-318627-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-3167 {
    padding-bottom: 1rem;
    padding-right: 1rem;
    inset: auto 0% 0% auto;
  }

  .div-block-318628 {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-921.mobile-hide {
    display: none;
  }

  .collection-list-29 {
    grid-template-columns: 1fr;
  }

  .feed-wrap {
    padding: 0;
  }

  .feed-wrap.socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .feed-wrap.map {
    width: 100svw;
  }

  .div-block-3170 {
    flex-flow: column;
  }

  .div-block-3171.openleftsidebar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .date-text-field-2 {
    width: 100%;
  }

  .div-block-3174 {
    padding-left: 1rem;
    inset: 0% auto auto 0%;
  }

  .reporter-description {
    font-size: .6rem;
  }

  .home-list {
    grid-template-columns: 1fr;
  }

  .form-7-copy {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-3176 {
    display: none;
  }

  .site-search {
    transition-property: none;
  }

  .site-search-sidebar {
    width: 100svw;
    margin-right: -100svw;
  }

  .site-search-sidebar.is--show {
    box-shadow: none;
  }

  .site-search-result-picture {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sidebar-close-site-search {
    inset: 0% 0% auto auto;
  }

  .site-search-wrap {
    box-shadow: none;
    justify-content: center;
    align-items: center;
  }

  .site-search-report-picture {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mini-report-wrap {
    border-style: none;
    display: flex;
  }

  .mini-report-wrap-initial {
    border-style: none;
  }

  .tabs-menu-3-copy {
    overflow: auto;
  }

  .mini-report-image {
    aspect-ratio: 1;
    border-radius: 5px;
    width: 5rem;
    height: 5rem;
  }

  .reports-cms-list-wrap {
    width: 100svw;
  }

  .image-50-copy {
    height: 2.5rem;
  }

  .logo-wrap-reports {
    display: none;
  }

  .jump-to-top-copy {
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .infotab-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-31851 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .text-block-912-copy-copy {
    display: none;
  }

  .leftsidetabwraplayers {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 15.5rem;
  }

  .leftsidebarcloselayers {
    border-radius: 0 0 0 10px;
    padding-right: 16px;
    inset: 0% 0% auto auto;
  }

  .layers-header {
    padding-left: 4.5rem;
    padding-right: 4rem;
  }

  .sticky-header {
    padding: 0;
  }

  .sticky-header.socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .vertical-navbar {
    width: 90svw;
    margin-left: -90svw;
  }

  .more-dropdown {
    display: flex;
    position: relative;
  }

  .filter-tag-feed {
    word-break: keep-all;
  }

  .text-block-829828 {
    display: none;
  }

  .layers-close {
    inset: 0% 0% auto auto;
  }

  .dropdown-close-wrap {
    position: relative;
  }

  .header-reports-search {
    width: 100%;
  }

  .header-search-toggle.search, .header-search-toggle.filter {
    display: none;
  }

  .open-menu {
    z-index: 10;
    opacity: 1;
    color: #f7faf8;
    justify-content: center;
    align-items: center;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar-close {
    margin-right: 1rem;
  }

  .navbar-close.hidemobile.close-block-filter {
    inset: 0% 0% auto auto;
    inset: 0% 0% auto auto;
  }

  .search-button-navbar {
    z-index: 10;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .feed-wrap-map {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100svw;
    margin-left: -100svw;
  }

  .feed-wrap-map:where(.w-variant-213f08b0-a8f3-e982-3521-874e67e4f457) {
    width: 100svw;
    margin-left: -100svw;
  }

  .layers-arrow-2 {
    margin-left: 0;
  }

  .map-buttons {
    z-index: 10;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .reset-map-button {
    z-index: 10;
    opacity: 1;
    color: #f7faf8;
    justify-content: center;
    align-items: center;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .search-button-map {
    z-index: 10;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .feed-dropdown {
    z-index: 10;
  }

  .feed-dropdown-option.filter, .feed-dropdown-option.search {
    display: flex;
  }

  .layers-arrow-3 {
    margin-left: 0;
  }

  .dropdown-divider.filter-search {
    display: flex;
  }

  .map-button-wrap {
    z-index: 10;
    opacity: 1;
    color: #f7faf8;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .location-separator {
    white-space: nowrap;
  }

  .more-locations-wrap {
    flex-flow: wrap;
  }

  .layers-arrow-4 {
    margin-left: 0;
  }

  .by-line {
    white-space: nowrap;
  }

  .report-wrap-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .report-wrap-page.socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .report-wrap-page.map {
    width: 100svw;
  }

  .image-66 {
    width: 1rem;
    height: 1rem;
  }

  .pill-link-wrap {
    height: 1.5rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .collection-list-wrapper-24---reporters {
    width: 100svw;
  }

  .div-block-318690 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rightsidebarwrap-cmspage {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .svgsymbolwhite-36, .svgsymbolwhite-35 {
    display: flex;
  }

  .leftsidebartest {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .leftsidebartest.is--show {
    width: 100svw;
    height: 100%;
    box-shadow: none;
  }

  .leftsidebarcms {
    width: 100svw;
    position: absolute;
  }

  .leftsidebarcms.is--show {
    width: 100svw;
    height: 100%;
    box-shadow: none;
  }

  .rightsidebarcms {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -100svw;
  }

  .rightsidebarcms.is--show {
    z-index: 1003;
    box-shadow: none;
  }

  .reports-header-cms-wrap {
    padding-left: 4.5rem;
    padding-right: 4rem;
  }

  .link-block-573-1-2 {
    border-style: none;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-573-1-2:hover {
    background-color: #0000;
  }

  .collection-list-wrapper-24-copy {
    width: 100svw;
  }

  .collection-list-23-cms-page {
    grid-template-columns: 1fr;
    padding-bottom: 8rem;
  }

  .date-text-field-placeholder {
    width: 100%;
  }

  .main-image-wrap-3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .modal-close-btn-3 {
    inset: 0% 0% auto auto;
  }

  .leftsidebar-reporter {
    width: 100svw;
    min-width: 100svw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -100svw;
  }

  .leftsidebar-reporter.is--show {
    width: 100svw;
    height: 100%;
    box-shadow: none;
  }

  .reports-header-text-reporters {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .socials-wrap-copy {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    inset: auto auto 0% 0%;
  }

  .svgsymbolwhite-34 {
    display: flex;
  }

  .text-block-829797 {
    font-size: 1.3rem;
  }

  .reportgridwrapper {
    grid-template-columns: 1fr;
  }

  .navbar-logo-link {
    pointer-events: auto;
  }

  .main-image-wrap-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .modal-close-btn-2 {
    inset: 0% 0% auto auto;
  }

  .map-search {
    width: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition-property: none;
  }

  .map-search:focus {
    border-top-color: var(--white);
    border-right-color: var(--white);
    border-bottom-color: var(--white);
    border-left-color: var(--white);
    width: calc(100svw - 2rem);
    padding-left: 4rem;
  }

  .infotab-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .reports-header-text-cms {
    text-align: center;
    white-space: normal;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: .3rem;
    display: flex;
  }

  .svgsymbolwhite-33 {
    display: flex;
  }

  .arrowicon-copy {
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    position: relative;
  }

  .arrowicon-copy.right, .arrowicon-copy.left, .fs-select_icon-5-copy-copy-copy, .text-block-4 {
    display: none;
  }

  .login_google-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 1rem;
  }

  .alt-list {
    grid-template-columns: 1fr;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .login_submit-button {
    font-size: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .rl_navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container {
    max-width: none;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_large-item-content {
    margin-top: 1rem;
  }

  .topic-wrap.socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .text-block-829804 {
    font-size: .8rem;
  }

  .div-block-318625 {
    display: none;
  }

  .settler-image {
    width: 3rem;
    height: 3rem;
  }

  .rl_navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rich-text-editor {
    width: 100%;
  }

  .clear-search-copy {
    width: 1.5rem;
    min-width: 1rem;
    height: 1.5rem;
    min-height: 1rem;
  }

  .location-subtext-link {
    font-size: .7rem;
  }

  .modal_small {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

  .hero_slogan {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right-style: none;
    grid-template-rows: auto;
    padding: 0;
  }

  .hero_edit-location-section, .hero_contact-info-content {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_contact-info {
    border-right-style: none;
  }

  .hero_links-form-block, .hero_edit-birthday-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .verification-overlay {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form_edit-name-content {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: flex-start;
  }

  .hero_edit-title {
    padding-left: 10px;
  }

  .hero_profile {
    border-right-style: none;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: minmax(auto, 1fr) auto auto;
  }

  .hero_grid-wrap {
    background-color: #0000;
    padding: 0;
  }

  .hero_profile-button.is-form {
    width: 60%;
  }

  .hero_profile-button.is-form.is-link {
    width: 54%;
  }

  .section_hero {
    padding-top: 0;
  }

  .hero_edit-name-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .form_edit-text-field {
    width: 100%;
  }

  .checkbox-field-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form.is-profile {
    width: 100%;
  }

  .hero_edit {
    border-right-style: none;
  }

  .account-input, .account-input-2 {
    width: 100%;
  }

  .section_big {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    display: flex;
  }

  .image-wrap {
    height: 200px;
    padding-bottom: 0;
    display: flex;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-report-wrap-initial-inside {
    border-style: none;
  }

  .layers-arrow-5 {
    margin-left: 0;
  }

  .layers-header-2 {
    padding-left: 4.5rem;
    padding-right: 4rem;
  }

  .layers-close-2 {
    inset: 0% 0% auto auto;
  }

  .svgsymbolwhite-37 {
    display: flex;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .div-block-318696 {
    flex-flow: column-reverse;
  }

  .extrernal-report-link {
    z-index: 10;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-link {
    width: 3rem;
    height: 3rem;
  }

  .menu-button {
    z-index: 10;
    justify-content: center;
    align-items: center;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .filter-collapse-insides {
    flex-flow: column;
  }

  .dynamic-filter-list-wrap {
    grid-template-columns: 1fr;
  }

  .color-report-head {
    padding-top: 5rem;
  }

  .report-share {
    z-index: 10;
    justify-content: center;
    align-items: center;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .settlement-svg.locality {
    width: 1.6rem;
    height: 1.6rem;
  }

  .ethnically-cleansed-text {
    font-size: .8rem;
  }

  .report-media {
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px #0003;
  }

  .find-filter.search, .find-filter.filter {
    display: none;
  }

  .item-filter-wrap {
    flex-flow: column;
  }

  .media-gallery-close.hidemobile.close-block-filter {
    inset: 0% 0% auto auto;
    inset: 0% 0% auto auto;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .simple-navbar:where(.w-variant-32251f1f-9ef9-eab5-bfe0-2c6ee8b50962) {
    justify-content: flex-start;
  }

  .simple-menu {
    z-index: 10;
    justify-content: center;
    align-items: center;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .search-button-navbar-simple {
    z-index: 10;
    display: none;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .support-button-us {
    display: none;
  }

  .support-button-us.cms-page {
    flex: 1;
  }

  .report-head-veritcal-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .report-head-veritcal-image.socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .report-head-veritcal-image.map {
    width: 100svw;
  }
}


