.Icon_1YDtf {
  display: inline-block; }
  .Icon_1YDtf.hug_1OFEf {
    line-height: 0; }
  .Icon_1YDtf.isClickable_UX2X2 {
    cursor: pointer; }

.LoadingIcon_3y1yi {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .LoadingIcon_3y1yi svg {
    animation: rotator_SEef0 1.4s linear infinite; }
    .LoadingIcon_3y1yi svg .path_2ohgJ {
      stroke-linecap: "round";
      stroke-dasharray: 187;
      stroke-dashoffset: 0;
      transform-origin: center;
      animation: dash_2xMWq 1.4s ease-in-out infinite; }

@keyframes rotator_SEef0 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes dash_2xMWq {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
  .LoadingIcon_3y1yi .message_3w0eJ {
    margin-top: 10px; }
  .LoadingIcon_3y1yi.tiny_1Pocw {
    top: calc(50% - 7px); }
    .LoadingIcon_3y1yi.tiny_1Pocw svg {
      width: 13px;
      height: 13px; }
      .LoadingIcon_3y1yi.tiny_1Pocw svg .path_2ohgJ {
        stroke-width: 8px; }
  .LoadingIcon_3y1yi.small_1N5SC {
    top: calc(50% - 8px); }
    .LoadingIcon_3y1yi.small_1N5SC svg {
      width: 16px;
      height: 16px; }
      .LoadingIcon_3y1yi.small_1N5SC svg .path_2ohgJ {
        stroke-width: 7px; }
  .LoadingIcon_3y1yi.large_3QrbE {
    top: calc(50% - 24px); }
    .LoadingIcon_3y1yi.large_3QrbE svg {
      width: 42px;
      height: 42px; }
      .LoadingIcon_3y1yi.large_3QrbE svg .path_2ohgJ {
        stroke-width: 5px; }
  .LoadingIcon_3y1yi.extraLarge_39IrK {
    top: calc(50% - 24px); }
    .LoadingIcon_3y1yi.extraLarge_39IrK svg {
      width: 80px;
      height: 80px; }
      .LoadingIcon_3y1yi.extraLarge_39IrK svg .path_2ohgJ {
        stroke-width: 5px; }
  .LoadingIcon_3y1yi.grey_CDG70 svg .path_2ohgJ {
    stroke: #CBD9E2; }
  .LoadingIcon_3y1yi.white_1v-wF svg .path_2ohgJ {
    stroke: #FFFFFF; }
  .LoadingIcon_3y1yi.black_3Zw0n svg .path_2ohgJ {
    stroke: #282f3e; }

.Button_C9sOs {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  border: none;
  border-radius: 4px;
  text-shadow: none;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  font-weight: 600; }
  .Button_C9sOs.extraWide_4h1d8 {
    width: 150px; }
  .Button_C9sOs.reversedIconOrder_175tv {
    display: flex;
    flex-direction: row-reverse; }
  .Button_C9sOs[disabled], .Button_C9sOs[disabled]:active {
    pointer-events: none;
    background: #b7b7b7;
    color: #8c8484;
    cursor: default;
    box-shadow: none; }
  .Button_C9sOs:active, .Button_C9sOs:focus {
    outline: none; }
  .Button_C9sOs.Blue_3Dg8i {
    background: #0b71e6; }
    .Button_C9sOs.Blue_3Dg8i i svg path {
      fill: #fff; }
    .Button_C9sOs.Blue_3Dg8i:hover, .Button_C9sOs.Blue_3Dg8i.hover {
      background: #0b76f0; }
    .Button_C9sOs.Blue_3Dg8i:active {
      background: #0a65ce; }
    .Button_C9sOs.Blue_3Dg8i[disabled], .Button_C9sOs.Blue_3Dg8i[disabled]:active, .Button_C9sOs.Blue_3Dg8i[disabled].active_1H6-R {
      background: #0b71e6;
      color: #5ca3f3; }
      .Button_C9sOs.Blue_3Dg8i[disabled] i svg path, .Button_C9sOs.Blue_3Dg8i[disabled]:active i svg path, .Button_C9sOs.Blue_3Dg8i[disabled].active_1H6-R i svg path {
        fill: #5ca3f3; }
  .Button_C9sOs.Red_3UuEH {
    background: #fc3c65; }
    .Button_C9sOs.Red_3UuEH:hover, .Button_C9sOs.Red_3UuEH.hover {
      background: #d93d5e; }
    .Button_C9sOs.Red_3UuEH[disabled], .Button_C9sOs.Red_3UuEH[disabled]:active, .Button_C9sOs.Red_3UuEH[disabled].active_1H6-R {
      background: #fc3c65;
      opacity: 0.3;
      color: #fff; }
  .Button_C9sOs.White_PGrGf {
    background: white;
    color: #282f3e;
    border: 1px solid #dfebf5; }
    .Button_C9sOs.White_PGrGf:hover, .Button_C9sOs.White_PGrGf.hover {
      background: #ebf4fb; }
    .Button_C9sOs.White_PGrGf[disabled], .Button_C9sOs.White_PGrGf[disabled]:active, .Button_C9sOs.White_PGrGf[disabled].active_1H6-R, .Button_C9sOs.White_PGrGf[disabled]:hover {
      background: white;
      opacity: 0.5;
      cursor: default; }
  .Button_C9sOs.Gray_2YCuF {
    background: #ebf4f9;
    color: #1d242f; }
    .Button_C9sOs.Gray_2YCuF .icon_1DHTC svg path {
      fill: #1d242f; }
    .Button_C9sOs.Gray_2YCuF:hover, .Button_C9sOs.Gray_2YCuF.hover {
      background: #deebf2; }
    .Button_C9sOs.Gray_2YCuF:active, .Button_C9sOs.Gray_2YCuF.active_1H6-R {
      background: #deebf2; }
    .Button_C9sOs.Gray_2YCuF[disabled], .Button_C9sOs.Gray_2YCuF[disabled]:active, .Button_C9sOs.Gray_2YCuF[disabled].active_1H6-R {
      background: #ebf4f9;
      color: #bcc7d9; }
      .Button_C9sOs.Gray_2YCuF[disabled] .loadingIconContainer_3w83m svg circle, .Button_C9sOs.Gray_2YCuF[disabled]:active .loadingIconContainer_3w83m svg circle, .Button_C9sOs.Gray_2YCuF[disabled].active_1H6-R .loadingIconContainer_3w83m svg circle {
        stroke: #c4cfe1 !important; }
      .Button_C9sOs.Gray_2YCuF[disabled] .icon_1DHTC svg path, .Button_C9sOs.Gray_2YCuF[disabled]:active .icon_1DHTC svg path, .Button_C9sOs.Gray_2YCuF[disabled].active_1H6-R .icon_1DHTC svg path {
        fill: #c4cfe1; }
  .Button_C9sOs.DarkGray_2qHdQ {
    background: #d2e4ee;
    color: #1d242f; }
    .Button_C9sOs.DarkGray_2qHdQ:hover, .Button_C9sOs.DarkGray_2qHdQ.hover {
      background: #bed6e3; }
    .Button_C9sOs.DarkGray_2qHdQ:active, .Button_C9sOs.DarkGray_2qHdQ.active_1H6-R {
      background: #bed6e3; }
    .Button_C9sOs.DarkGray_2qHdQ[disabled], .Button_C9sOs.DarkGray_2qHdQ[disabled]:active, .Button_C9sOs.DarkGray_2qHdQ[disabled].active_1H6-R {
      background: #d2e4ee;
      opacity: 0.3; }
  .Button_C9sOs.Clear_1Jpnv {
    background: none;
    color: white; }
  .Button_C9sOs > .icon_1DHTC {
    vertical-align: middle;
    margin-right: 6px; }
  .Button_C9sOs.reversedIconOrder_175tv > .icon_1DHTC {
    margin-left: 6px;
    margin-right: 0; }
  .Button_C9sOs.ClearOnLight_1O30I {
    background: none;
    color: #282f3e; }
    .Button_C9sOs.ClearOnLight_1O30I:hover {
      color: #3f4a52; }
    .Button_C9sOs.ClearOnLight_1O30I[disabled] {
      color: #bcc7d9; }
  .Button_C9sOs.ClearWithHover_2Dh5U {
    background: none;
    color: #282f3e; }
    .Button_C9sOs.ClearWithHover_2Dh5U:hover, .Button_C9sOs.ClearWithHover_2Dh5U.hover {
      color: #3f4a52;
      background: #deebf2; }
    .Button_C9sOs.ClearWithHover_2Dh5U[disabled] {
      color: #bcc7d9; }
  .Button_C9sOs.ClearWithBlue_1g9kZ {
    background: none;
    color: #0b71e6; }
    .Button_C9sOs.ClearWithBlue_1g9kZ:hover, .Button_C9sOs.ClearWithBlue_1g9kZ.hover {
      color: #0b76f0; }
    .Button_C9sOs.ClearWithBlue_1g9kZ:active {
      color: #0a65ce; }
    .Button_C9sOs.ClearWithBlue_1g9kZ[disabled] {
      color: #bcc7d9; }
  .Button_C9sOs > .loadingIconContainer_3w83m {
    display: inline-block;
    width: 14px;
    height: 24px;
    box-sizing: border-box; }
    .Button_C9sOs > .loadingIconContainer_3w83m > .loadingIcon_2nyeo {
      top: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
  .Button_C9sOs.loading_kKsH2 span {
    vertical-align: initial; }

.ButtonGroup_3n8I- {
  display: flex; }
  .ButtonGroup_3n8I- > span {
    margin-right: 1px; }
    .ButtonGroup_3n8I- > span .Button_C9sOs {
      border-radius: 0; }
    .ButtonGroup_3n8I- > span:first-child .Button_C9sOs {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .ButtonGroup_3n8I- > span:last-child .Button_C9sOs {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.responsiveFull_29OfV {
  display: inline-block; }

.responsiveIconOnly_2ZfYh {
  display: none; }
  .responsiveIconOnly_2ZfYh .icon_1DHTC {
    margin-right: 0; }
  .responsiveIconOnly_2ZfYh span.label_3uP02 {
    display: none; }

@media (max-width: 1250px) {
  .w_1250_2e3Dr.responsiveFull_29OfV {
    display: none; }
  .w_1250_2e3Dr.responsiveIconOnly_2ZfYh {
    display: inline-block; } }

@media (max-width: 1470px) {
  .w_1470_d-EtB.responsiveFull_29OfV {
    display: none; }
  .w_1470_d-EtB.responsiveIconOnly_2ZfYh {
    display: inline-block; } }

@media (max-width: 1550px) {
  .w_1550_uv570.responsiveFull_29OfV {
    display: none; }
  .w_1550_uv570.responsiveIconOnly_2ZfYh {
    display: inline-block; } }

.InfoButtonWithTooltip_EB_wr {
  display: inline-block; }
  .InfoButtonWithTooltip_EB_wr .launcher__icon_DYw1s {
    display: block;
    background-image: url("/static/img/_sprites/common_1x-575dfef5ec15571aaab95d475f36581e.png");
    background-repeat: no-repeat;
    background-size: 208px 158px;
    background-position: -78px -104px;
    height: 12px;
    width: 12px;
    content: '';
    cursor: default; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .InfoButtonWithTooltip_EB_wr .launcher__icon_DYw1s {
        background-image: url("/static/img/_sprites/common_2x-c6eee6801dd9cd3ad8e5516f827cabbd.png"); } }
    .InfoButtonWithTooltip_EB_wr .launcher__icon_DYw1s:hover {
      background-image: url("/static/img/_sprites/common_1x-575dfef5ec15571aaab95d475f36581e.png");
      background-repeat: no-repeat;
      background-size: 208px 158px;
      background-position: -66px -104px;
      height: 12px;
      width: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .InfoButtonWithTooltip_EB_wr .launcher__icon_DYw1s:hover {
          background-image: url("/static/img/_sprites/common_2x-c6eee6801dd9cd3ad8e5516f827cabbd.png"); } }

.tooltipContent_2Zh10 {
  background: rgba(11, 15, 21, 0.95);
  border-radius: 4px;
  box-shadow: 0px 10px 30px 0px rgba(22, 50, 75, 0.15);
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 13px;
  color: #fff;
  line-height: 1.69; }

.actions_1Cfll {
  margin-top: 0.5em; }
  .actions_1Cfll a {
    font-size: 13px;
    color: #3c7ffb;
    font-weight: 600; }
    .actions_1Cfll a:hover {
      color: #3c7ffb; }
    .actions_1Cfll a > i {
      position: relative;
      margin-left: 4px;
      bottom: -1px; }

.ModalBackButton_pj7rA {
  width: 22px;
  height: 22px;
  position: relative;
  background: #c0d7e5 !important; }
  .ModalBackButton_pj7rA:hover, .ModalBackButton_pj7rA:active {
    background: #1e2a33 !important; }
  .ModalBackButton_pj7rA > i {
    position: absolute;
    left: 5px;
    top: 2px; }
    .ModalBackButton_pj7rA > i svg {
      transform: scale(-1, 1); }
      .ModalBackButton_pj7rA > i svg path {
        fill: #fff; }
  .ModalBackButton_pj7rA.clean_3OXgi, .ModalBackButton_pj7rA.modern_1BaiF {
    background: none !important;
    margin-top: 0; }
    .ModalBackButton_pj7rA.clean_3OXgi:hover, .ModalBackButton_pj7rA.clean_3OXgi:active, .ModalBackButton_pj7rA.modern_1BaiF:hover, .ModalBackButton_pj7rA.modern_1BaiF:active {
      background: #dcebf4 !important; }
    .ModalBackButton_pj7rA.clean_3OXgi > i svg, .ModalBackButton_pj7rA.modern_1BaiF > i svg {
      transform: none;
      margin-top: 3px; }
      .ModalBackButton_pj7rA.clean_3OXgi > i svg path, .ModalBackButton_pj7rA.modern_1BaiF > i svg path {
        fill: #b3cee0; }

.Overlay_2MuqL {
  z-index: 15;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(12, 12, 36, 0.25); }
  .Overlay_2MuqL.centerByFlex_3W-Lw {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
    .Overlay_2MuqL.centerByFlex_3W-Lw > div {
      flex: 1 1 auto;
      box-sizing: border-box;
      position: relative; }
  .Overlay_2MuqL .Modal_3_860 {
    background: white;
    border-radius: 6px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .Overlay_2MuqL .Modal_3_860 .header_pFl30 {
      flex-shrink: 0;
      flex-grow: 0;
      display: flex;
      align-items: center;
      height: 52px; }
      .Overlay_2MuqL .Modal_3_860 .header_pFl30 > *:not(.headerActions_1m-P7) {
        flex: 1; }
      .Overlay_2MuqL .Modal_3_860 .header_pFl30 .headerActions_1m-P7 {
        display: flex;
        align-items: center;
        padding-right: 20px; }
      .Overlay_2MuqL .Modal_3_860 .header_pFl30 h2 {
        padding: 15px;
        margin: 0;
        text-transform: none;
        display: flex;
        align-items: center; }
        .Overlay_2MuqL .Modal_3_860 .header_pFl30 h2 .backButton_2VcdN {
          margin-right: 8px; }
      .Overlay_2MuqL .Modal_3_860 .header_pFl30 .close_39pin {
        display: block;
        cursor: pointer;
        width: 10px;
        height: 10px; }
        .Overlay_2MuqL .Modal_3_860 .header_pFl30 .close_39pin svg {
          display: block; }
        .Overlay_2MuqL .Modal_3_860 .header_pFl30 .close_39pin:hover svg path {
          fill: #3f4a52; }
    .Overlay_2MuqL .Modal_3_860 .footer_zM0Rk {
      font-size: 14px;
      color: #778fa9;
      background: #f7f9fb;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 10px;
      text-align: center;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
      .Overlay_2MuqL .Modal_3_860 .footer_zM0Rk a {
        color: #0f73d8;
        font-weight: 600; }
        .Overlay_2MuqL .Modal_3_860 .footer_zM0Rk a:hover {
          color: #1094f1; }
    .Overlay_2MuqL .Modal_3_860.classic_1Bxyj .header_pFl30 {
      border-bottom: 1px solid #e2eef5; }
      .Overlay_2MuqL .Modal_3_860.classic_1Bxyj .header_pFl30 h2 {
        font-size: 15px;
        font-weight: 600;
        color: #1d242f; }
    .Overlay_2MuqL .Modal_3_860.modern_2IfjP .header_pFl30 {
      background: #ebf4f9; }
      .Overlay_2MuqL .Modal_3_860.modern_2IfjP .header_pFl30 h2 {
        font-size: 14px;
        font-weight: 600;
        color: #1d242f; }
    .Overlay_2MuqL .Modal_3_860.clean_yj2Rd .header_pFl30 h2 {
      padding: 15px 20px;
      font-size: 14px;
      font-weight: 600;
      color: #1d242f; }
      .Overlay_2MuqL .Modal_3_860.clean_yj2Rd .header_pFl30 h2 .backButton_2VcdN {
        margin-right: 8px; }
    .Overlay_2MuqL .Modal_3_860.clean_yj2Rd .body_ZCXdO {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; }
      .Overlay_2MuqL .Modal_3_860.clean_yj2Rd .body_ZCXdO > p {
        font-size: 13px;
        line-height: 20px;
        color: #282f3e;
        margin-bottom: 18px; }
    .Overlay_2MuqL .Modal_3_860.clean_yj2Rd.hasBack_2mJqH .header_pFl30 h2 {
      padding-left: 16px; }

.body_ZCXdO {
  flex-grow: 1;
  padding: 15px;
  overflow: auto;
  height: 100%; }

.sign-in-modal_2APfF {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 360px !important;
  height: auto !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -180px !important;
  margin-top: -230px; }
  .sign-in-modal_2APfF p.meta_3vdzS {
    text-align: center; }
  .sign-in-modal_2APfF ul.errorlist_11JFg {
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    background: #f92053; }
  .sign-in-modal_2APfF a.button_1YiM5 {
    display: block;
    cursor: pointer;
    text-align: center; }
  .sign-in-modal_2APfF .content_3F9D_ h2 {
    font-size: 16px;
    color: #27303d;
    line-height: 1.313;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600; }
  .sign-in-modal_2APfF .content_3F9D_ p {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px; }
    .sign-in-modal_2APfF .content_3F9D_ p:last-child {
      margin-bottom: 0; }
  .sign-in-modal_2APfF form .form-actions_-ccEZ {
    text-align: center;
    margin-top: 30px; }
    .sign-in-modal_2APfF form .form-actions_-ccEZ .form-buttons_3-_-M {
      margin-bottom: 10px; }
      .sign-in-modal_2APfF form .form-actions_-ccEZ .form-buttons_3-_-M input {
        width: 100%; }
    .sign-in-modal_2APfF form .form-actions_-ccEZ .form-links_1CkVF a {
      margin-right: 8px; }
      .sign-in-modal_2APfF form .form-actions_-ccEZ .form-links_1CkVF a:last-child {
        margin-right: 0; }
  .sign-in-modal_2APfF form .row_2INaG {
    display: flex;
    border-bottom: 1px solid #e4ecf2;
    padding: 15px 0;
    align-items: center; }
    .sign-in-modal_2APfF form .row_2INaG.last_19OTG {
      margin-bottom: 15px; }
    .sign-in-modal_2APfF form .row_2INaG input {
      flex: 1 1;
      border: none;
      font-size: 14px;
      color: #1a2230;
      padding: 0;
      height: 19px; }
      .sign-in-modal_2APfF form .row_2INaG input:focus {
        box-shadow: none; }
      .sign-in-modal_2APfF form .row_2INaG input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset !important; }
      .sign-in-modal_2APfF form .row_2INaG input::-webkit-input-placeholder {
        color: #b6c4d4; }
      .sign-in-modal_2APfF form .row_2INaG input:-moz-placeholder {
        color: #b6c4d4; }
      .sign-in-modal_2APfF form .row_2INaG input::-moz-placeholder {
        color: #b6c4d4; }
      .sign-in-modal_2APfF form .row_2INaG input:-ms-input-placeholder {
        color: #b6c4d4; }
      .sign-in-modal_2APfF form .row_2INaG input:focus {
        outline: 0; }
  .sign-in-modal_2APfF form label {
    flex: 0 0 100px;
    color: #1a2230;
    font-size: 14px;
    font-weight: 600; }
  .sign-in-modal_2APfF p {
    font-size: 13px;
    margin: 0 0 15px; }
  .sign-in-modal_2APfF a.link_2FScX {
    font-size: 13px;
    font-weight: 600;
    color: #1478dc; }
    .sign-in-modal_2APfF a.link_2FScX:hover {
      color: #1094f1; }
  .sign-in-modal_2APfF .actions_Qf6Jf {
    padding: 25px;
    background: #eef4f9;
    border-radius: 0 0 4px 4px;
    text-align: center; }
  .sign-in-modal_2APfF .login-button_30Ofu {
    border: none;
    background: #1a2230;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    box-shadow: 0px 2px 15px rgba(5, 20, 45, 0.18);
    transition: box-shadow 0.25s, transform 0.25s, background 0.25s;
    user-select: none;
    cursor: pointer;
    -webkit-appearance: none; }
    @media (min-width: 600px) {
      .sign-in-modal_2APfF .login-button_30Ofu.primary-action_23xxq {
        width: 340px; } }
    @media (max-width: 599px) {
      .sign-in-modal_2APfF .login-button_30Ofu.primary-action_23xxq {
        width: 100%; } }
    .sign-in-modal_2APfF .login-button_30Ofu[disabled] {
      opacity: 0.5;
      cursor: default; }
    .sign-in-modal_2APfF .login-button_30Ofu:not([disabled]):hover {
      box-shadow: 0px 3px 15px rgba(5, 20, 45, 0.18);
      transform: translate(0, -1px);
      color: #fff; }
    .sign-in-modal_2APfF .login-button_30Ofu:not([disabled]):active {
      box-shadow: 0px 3px 10px rgba(5, 20, 45, 0.18);
      transform: translate(0, 1px); }
    .sign-in-modal_2APfF .login-button_30Ofu.green_mRXgP {
      background: #07d38d; }
      .sign-in-modal_2APfF .login-button_30Ofu.green_mRXgP:not([disabled]):hover {
        background: #07dd94; }
      .sign-in-modal_2APfF .login-button_30Ofu.green_mRXgP:not([disabled]):active {
        background: #07c986; }
    .sign-in-modal_2APfF .login-button_30Ofu.blue_19uzz {
      background: #0d5ff8; }
      .sign-in-modal_2APfF .login-button_30Ofu.blue_19uzz:not([disabled]):hover {
        background: #1766f8; }
      .sign-in-modal_2APfF .login-button_30Ofu.blue_19uzz:not([disabled]):active {
        background: #075af4; }
    .sign-in-modal_2APfF .login-button_30Ofu.white_2S2Cp {
      background: #fff;
      color: #778fa9;
      box-shadow: 0px 4px 8px rgba(5, 20, 45, 0.08); }
      .sign-in-modal_2APfF .login-button_30Ofu.white_2S2Cp:not([disabled]):hover {
        color: #a3b3c5;
        box-shadow: 0px 5px 8px rgba(5, 20, 45, 0.08); }
      .sign-in-modal_2APfF .login-button_30Ofu.white_2S2Cp:not([disabled]):active {
        color: #58728e;
        background: #f6f8f9;
        box-shadow: 0px 3px 6px rgba(5, 20, 45, 0.06); }
    .sign-in-modal_2APfF .login-button_30Ofu.black_2nLqx {
      background: #1a2230;
      box-shadow: 0px 4px 8px rgba(5, 20, 45, 0.18); }
      .sign-in-modal_2APfF .login-button_30Ofu.black_2nLqx:not([disabled]):hover {
        background: #121924;
        box-shadow: 0px 5px 8px rgba(5, 20, 45, 0.18); }
      .sign-in-modal_2APfF .login-button_30Ofu.black_2nLqx:not([disabled]):active {
        background: #030305;
        box-shadow: 0px 3px 6px rgba(5, 20, 45, 0.18); }
  .sign-in-modal_2APfF .signup-button_3h6Sw {
    border: none;
    background: #1a2230;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    box-shadow: 0px 2px 15px rgba(5, 20, 45, 0.18);
    transition: box-shadow 0.25s, transform 0.25s, background 0.25s;
    user-select: none;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%; }
    @media (min-width: 600px) {
      .sign-in-modal_2APfF .signup-button_3h6Sw.primary-action_23xxq {
        width: 340px; } }
    @media (max-width: 599px) {
      .sign-in-modal_2APfF .signup-button_3h6Sw.primary-action_23xxq {
        width: 100%; } }
    .sign-in-modal_2APfF .signup-button_3h6Sw[disabled] {
      opacity: 0.5;
      cursor: default; }
    .sign-in-modal_2APfF .signup-button_3h6Sw:not([disabled]):hover {
      box-shadow: 0px 3px 15px rgba(5, 20, 45, 0.18);
      transform: translate(0, -1px);
      color: #fff; }
    .sign-in-modal_2APfF .signup-button_3h6Sw:not([disabled]):active {
      box-shadow: 0px 3px 10px rgba(5, 20, 45, 0.18);
      transform: translate(0, 1px); }
    .sign-in-modal_2APfF .signup-button_3h6Sw.green_mRXgP {
      background: #07d38d; }
      .sign-in-modal_2APfF .signup-button_3h6Sw.green_mRXgP:not([disabled]):hover {
        background: #07dd94; }
      .sign-in-modal_2APfF .signup-button_3h6Sw.green_mRXgP:not([disabled]):active {
        background: #07c986; }
    .sign-in-modal_2APfF .signup-button_3h6Sw.blue_19uzz {
      background: #0d5ff8; }
      .sign-in-modal_2APfF .signup-button_3h6Sw.blue_19uzz:not([disabled]):hover {
        background: #1766f8; }
      .sign-in-modal_2APfF .signup-button_3h6Sw.blue_19uzz:not([disabled]):active {
        background: #075af4; }
    .sign-in-modal_2APfF .signup-button_3h6Sw.white_2S2Cp {
      background: #fff;
      color: #778fa9;
      box-shadow: 0px 4px 8px rgba(5, 20, 45, 0.08); }
      .sign-in-modal_2APfF .signup-button_3h6Sw.white_2S2Cp:not([disabled]):hover {
        color: #a3b3c5;
        box-shadow: 0px 5px 8px rgba(5, 20, 45, 0.08); }
      .sign-in-modal_2APfF .signup-button_3h6Sw.white_2S2Cp:not([disabled]):active {
        color: #58728e;
        background: #f6f8f9;
        box-shadow: 0px 3px 6px rgba(5, 20, 45, 0.06); }
    .sign-in-modal_2APfF .signup-button_3h6Sw.black_2nLqx {
      background: #1a2230;
      box-shadow: 0px 4px 8px rgba(5, 20, 45, 0.18); }
      .sign-in-modal_2APfF .signup-button_3h6Sw.black_2nLqx:not([disabled]):hover {
        background: #121924;
        box-shadow: 0px 5px 8px rgba(5, 20, 45, 0.18); }
      .sign-in-modal_2APfF .signup-button_3h6Sw.black_2nLqx:not([disabled]):active {
        background: #030305;
        box-shadow: 0px 3px 6px rgba(5, 20, 45, 0.18); }

.Button_jJsIw {
  display: block;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  line-height: 33px;
  padding: 0 8px;
  border-radius: 4px; }
  .Button_jJsIw:hover, .Button_jJsIw:focus, .Button_jJsIw.hover {
    background: #0c4bbf;
    color: white;
    outline: none; }

.Header_2E6rA {
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  background-color: #2968dc;
  padding: 0 8px;
  color: #fff;
  display: flex;
  box-sizing: border-box; }
  .Header_2E6rA .menuContainer_3nLAU {
    position: relative;
    display: inline-block;
    margin-right: 8px; }
    .Header_2E6rA .menuContainer_3nLAU:last-child {
      margin-right: 0; }
    .Header_2E6rA .menuContainer_3nLAU .menuPopover_1zXC9 {
      position: absolute;
      top: 36px;
      left: 0;
      z-index: 100; }
  .Header_2E6rA .logoContainer_1gKIp {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px; }
    @media screen and (max-width: 800px) {
      .Header_2E6rA .logoContainer_1gKIp {
        padding-left: 12px; } }
    .Header_2E6rA .logoContainer_1gKIp a.logo_2gTHF {
      display: block;
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: 0px 0px;
      height: 21px;
      width: 94px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .Header_2E6rA .logoContainer_1gKIp a.logo_2gTHF {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .Header_2E6rA .rightMenus_EEw5X {
    text-align: right;
    flex-grow: 1; }
    .Header_2E6rA .rightMenus_EEw5X .menuContainer_3nLAU {
      text-align: left; }
      .Header_2E6rA .rightMenus_EEw5X .menuContainer_3nLAU .menuPopover_1zXC9 {
        left: auto;
        right: 0; }

.isActive_1F6rg,
.isActive_1F6rg:hover,
.isActive_1F6rg:focus {
  background: #0d41a1; }

.ChevronMenuLauncher_1r83p, .AppsMenuLauncher_5TWZY, .UserMenuLauncher_3V4rJ {
  position: relative;
  padding-right: 24px; }
  .ChevronMenuLauncher_1r83p:before, .AppsMenuLauncher_5TWZY:before, .UserMenuLauncher_3V4rJ:before {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: -84px -21px;
    height: 6px;
    width: 10px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: auto;
    bottom: auto;
    right: 8px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .ChevronMenuLauncher_1r83p:before, .AppsMenuLauncher_5TWZY:before, .UserMenuLauncher_3V4rJ:before {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .ChevronMenuLauncher_1r83p.isActive_1F6rg:before, .isActive_1F6rg.AppsMenuLauncher_5TWZY:before, .isActive_1F6rg.UserMenuLauncher_3V4rJ:before {
    transform: rotate(-180deg); }

.AppsMenuLauncher_5TWZY > span {
  padding-left: 30px; }
  .AppsMenuLauncher_5TWZY > span.connections_DhYzY {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.connections_DhYzY:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: -136px -74px;
      height: 24px;
      width: 24px;
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      left: auto;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .AppsMenuLauncher_5TWZY > span.connections_DhYzY:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .AppsMenuLauncher_5TWZY > span.screener_2jY8f {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.screener_2jY8f:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: 0px -127px;
      height: 24px;
      width: 24px;
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      left: auto;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .AppsMenuLauncher_5TWZY > span.screener_2jY8f:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .AppsMenuLauncher_5TWZY > span.companies_1RuAq {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.companies_1RuAq:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: -136px -26px;
      height: 24px;
      width: 24px;
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      left: auto;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .AppsMenuLauncher_5TWZY > span.companies_1RuAq:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .AppsMenuLauncher_5TWZY > span.dashboard_3ZZWk {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.dashboard_3ZZWk:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: -136px -50px;
      height: 24px;
      width: 24px;
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      left: auto;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .AppsMenuLauncher_5TWZY > span.dashboard_3ZZWk:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .AppsMenuLauncher_5TWZY > span.indexes_yu2pJ {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.indexes_yu2pJ:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: -136px -98px;
      height: 24px;
      width: 24px;
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      left: auto;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .AppsMenuLauncher_5TWZY > span.indexes_yu2pJ:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .AppsMenuLauncher_5TWZY > span.settings_ajd6m {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.settings_ajd6m:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: -146px -127px;
      height: 14px;
      width: 14px;
      content: '';
      display: block;
      position: absolute;
      top: 2px;
      left: 6px;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .AppsMenuLauncher_5TWZY > span.settings_ajd6m:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }

.NotificationsMenuLauncher_1BD53 {
  position: relative;
  display: block;
  width: 31px;
  position: relative;
  text-indent: -9999px; }
  .NotificationsMenuLauncher_1BD53:before {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: -84px -63px;
    height: 22px;
    width: 31px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    left: auto;
    bottom: auto;
    right: auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .NotificationsMenuLauncher_1BD53:before {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .NotificationsMenuLauncher_1BD53 .unreadBadge_287Zb {
    position: absolute;
    display: block;
    top: 0px;
    left: 27px;
    padding: 0 2px;
    background: #fa0c3f;
    font-size: 11px;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    text-indent: 0;
    border-radius: 3px; }

.UserMenuLauncher_3V4rJ {
  padding-right: 25px;
  height: 33px;
  position: relative;
  top: 5px; }
  .UserMenuLauncher_3V4rJ .avatar_2Nqqm {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 4px; }
    .UserMenuLauncher_3V4rJ .avatar_2Nqqm > div {
      color: #0b71e6 !important; }

.UserAvatar_1ubdr {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  overflow: hidden; }
  .UserAvatar_1ubdr.x16_2blk5 {
    width: 16px;
    height: 16px;
    border-radius: 8px; }
    .UserAvatar_1ubdr.x16_2blk5 div.avatarAbbr_184Ih {
      line-height: 16px;
      font-size: 9px; }
  .UserAvatar_1ubdr.x26_2PUyP {
    width: 26px;
    height: 26px;
    border-radius: 13px; }
    .UserAvatar_1ubdr.x26_2PUyP div.avatarAbbr_184Ih {
      line-height: 26px;
      font-size: 16px; }
  .UserAvatar_1ubdr.x56_VLo_Z {
    width: 56px;
    height: 56px;
    border-radius: 28px; }
    .UserAvatar_1ubdr.x56_VLo_Z div.avatarAbbr_184Ih {
      line-height: 54px;
      font-size: 32px; }
  .UserAvatar_1ubdr div.avatar_3Mjh8 {
    width: 100%;
    height: 100%; }
  .UserAvatar_1ubdr div.avatarAbbr_184Ih {
    color: #fff;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    font-size: 11px; }

.MenuPopover_3GhVE {
  background: white;
  color: #282f3e;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(5, 20, 45, 0.08);
  line-height: normal;
  overflow: auto;
  max-height: 90vh;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 10px) rotateX(-2deg);
  transition: visibility 0.2s, opacity 0.2s, transform 0.5s; }
  .MenuPopover_3GhVE.isVisible_34x4o {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); }

.MenuPopover_3GhVE.User_3_O8X {
  width: 250px;
  margin-top: 4px;
  padding: 11px;
  padding-top: 20px;
  box-sizing: border-box; }
  .MenuPopover_3GhVE.User_3_O8X .button_3ZcQv {
    width: 100%;
    height: 32px;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box; }
  .MenuPopover_3GhVE.User_3_O8X .header_OnyCX {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .avatar_3LZ7o {
      display: block;
      flex: 0 0 auto;
      border: 1px solid #dadfeb;
      box-sizing: border-box; }
      .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .avatar_3LZ7o > div {
        color: #0b71e6; }
    .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .info_1W2-E {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 10px;
      margin-bottom: 11px;
      text-align: center; }
      .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .info_1W2-E .name_3ylLg {
        display: block;
        font-size: 14px;
        margin-bottom: -2px; }
      .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .info_1W2-E .accountTypeBadge_2s_II {
        color: #aeb3b7; }
    .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .settingsButton_1pXyC {
      background: #0b71e6; }
      .MenuPopover_3GhVE.User_3_O8X .header_OnyCX .settingsButton_1pXyC:hover {
        background: #0b76f0; }
  .MenuPopover_3GhVE.User_3_O8X .logoutButton_3H-kV {
    background: white;
    color: #282f3e;
    border: 1px solid #dfebf5; }
    .MenuPopover_3GhVE.User_3_O8X .logoutButton_3H-kV:hover {
      background: #ebf4fb; }
  .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ {
    margin-top: 6px;
    margin-bottom: 8px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li {
      border-radius: 4px;
      border-bottom: 1px solid #f1f1f2;
      cursor: pointer; }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -112px -42px;
          height: 18px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -94px -42px;
            height: 18px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.about_3KKVR > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -75px -105px;
          height: 18px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -102px -85px;
            height: 18px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.contact_2XLu4 > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -114px -127px;
          height: 17px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -96px -127px;
            height: 17px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.resources_3R779 > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -84px -85px;
          height: 18px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: 14px;
          left: 6px;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -115px -63px;
            height: 18px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: 14px;
            left: 6px;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.blog_1yzaj > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -132px -127px;
          height: 17px;
          width: 14px;
          content: '';
          display: block;
          position: absolute;
          top: 13px;
          left: 9px;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -120px -85px;
            height: 17px;
            width: 14px;
            content: '';
            display: block;
            position: absolute;
            top: 13px;
            left: 9px;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.manual_3vfwx > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -78px -127px;
          height: 18px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: 13px;
          left: 6px;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -60px -127px;
            height: 18px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: 13px;
            left: 6px;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.tour_3sZ8H > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -111px -105px;
          height: 18px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -93px -105px;
            height: 18px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.privacy_2mQAx > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a {
        position: relative; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:before {
          background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
          background-repeat: no-repeat;
          background-size: 162px 151px;
          background-position: -42px -127px;
          height: 18px;
          width: 18px;
          content: '';
          display: block;
          position: absolute;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:before {
              background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:hover, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:focus {
          position: relative; }
          .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:focus:before {
            background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
            background-repeat: no-repeat;
            background-size: 162px 151px;
            background-position: -24px -127px;
            height: 18px;
            width: 18px;
            content: '';
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:hover:before, .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li.terms_3nozl > a:focus:before {
                background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
      .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li > a {
        display: block;
        text-indent: 33px;
        color: #7a8ea8;
        font-size: 14px;
        font-weight: 600;
        padding: 13px 8px 13px 7px; }
        .MenuPopover_3GhVE.User_3_O8X ul.links_1Pl8_ > li > a:hover {
          color: #282f3e; }

.MenuPopover_3GhVE.App_2aBCf {
  width: 400px; }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.screener_31vU_ .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: -42px -63px;
    height: 42px;
    width: 42px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.screener_31vU_ .icon_1adX3 {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.connections_2J_pD .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: -94px 0px;
    height: 42px;
    width: 42px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.connections_2J_pD .icon_1adX3 {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.companies_38YHf .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: 0px -21px;
    height: 42px;
    width: 42px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.companies_38YHf .icon_1adX3 {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.dashboard_1p5cn .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: -42px -21px;
    height: 42px;
    width: 42px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.dashboard_1p5cn .icon_1adX3 {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.indexes_m63q5 .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: 0px -63px;
    height: 42px;
    width: 42px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.indexes_m63q5 .icon_1adX3 {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a {
    padding: 20px;
    display: flex;
    color: #778fa9; }
    .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a:hover, .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a:focus, .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a.hover {
      background: #ebf4fb;
      outline: none; }
    .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a .icon_1adX3 {
      flex-shrink: 0;
      margin-right: 15px; }
    .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a .info_1W2-E {
      flex-grow: 1; }
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a .info_1W2-E .label_3fIg0 {
        display: block;
        font-size: 14px;
        color: #282f3e; }
      .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li > a .info_1W2-E p {
        margin: 0; }

.SearchForm_1p1-7 {
  position: relative; }
  .SearchForm_1p1-7:before {
    background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
    background-repeat: no-repeat;
    background-size: 162px 151px;
    background-position: -53px -105px;
    height: 22px;
    width: 22px;
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    left: 33px;
    bottom: auto;
    right: auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .SearchForm_1p1-7:before {
        background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .SearchForm_1p1-7.isFocused_1gvSs {
    position: relative; }
    .SearchForm_1p1-7.isFocused_1gvSs:before {
      background-image: url("/static/img/_sprites/new-header_1x-eb26068c84e05e58a2779f380399cf68.png");
      background-repeat: no-repeat;
      background-size: 162px 151px;
      background-position: -31px -105px;
      height: 22px;
      width: 22px;
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 11px);
      left: 33px;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .SearchForm_1p1-7.isFocused_1gvSs:before {
          background-image: url("/static/img/_sprites/new-header_2x-f6fc710a54932f360e6570a51d037e78.png"); } }
  .SearchForm_1p1-7 > input.search_kCEcA {
    border: none;
    height: 65px;
    padding: 20px;
    -webkit-appearance: none;
    border-bottom: 1px solid #d4e6f3;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    text-indent: 58px;
    position: relative;
    z-index: 1;
    background: none; }

.SearchResults_1pFGS section {
  border-bottom: 1px solid #f2f7fa;
  padding: 20px 35px; }
  .SearchResults_1pFGS section h3 {
    text-transform: none;
    margin-bottom: 15px; }
  .SearchResults_1pFGS section ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: -35px;
    margin-right: -35px;
    padding: 6px 35px 6px 35px;
    cursor: pointer; }
    .SearchResults_1pFGS section ul li:hover {
      background: #f2f7fa; }
    .SearchResults_1pFGS section ul li .datasetIcon_31JJ_, .SearchResults_1pFGS section ul li .companyIcon_3I7Ui {
      margin-right: 10px; }
    .SearchResults_1pFGS section ul li .details_NC201 small {
      color: #cbdfeb;
      font-size: 12px;
      display: block; }

.MenuPopover_3GhVE.Notifications_2bksf {
  width: 340px;
  color: #778fa9; }
  .MenuPopover_3GhVE.Notifications_2bksf p {
    margin: 0;
    text-align: center; }
  .MenuPopover_3GhVE.Notifications_2bksf .noNotifications_2JtV8 {
    padding: 80px 10px; }
    .MenuPopover_3GhVE.Notifications_2bksf .noNotifications_2JtV8 p {
      margin-bottom: 10px; }
      .MenuPopover_3GhVE.Notifications_2bksf .noNotifications_2JtV8 p:last-child {
        margin-bottom: 0; }
  .MenuPopover_3GhVE.Notifications_2bksf a.viewAll_3m05B {
    padding: 10px 0;
    margin: 0 10px;
    display: block;
    border-top: 1px solid #ebf4fb; }
  .MenuPopover_3GhVE.Notifications_2bksf > ul {
    max-height: 237px;
    overflow-y: auto; }
    .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a {
      padding: 10px 15px;
      display: flex;
      position: relative;
      color: #778fa9; }
      .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a:hover, .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a:focus {
        background: #ebf4fb;
        outline: none; }
      .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .datasetIcon_31JJ_ {
        margin-right: 15px;
        position: relative;
        top: 6px;
        flex: 0 0 24px; }
      .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .info_1W2-E {
        flex-grow: 1;
        padding-right: 10px; }
        .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .info_1W2-E .details_NC201 {
          display: block;
          margin-bottom: 5px; }
          .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .info_1W2-E .details_NC201 .title_17Qpf {
            display: block;
            color: #282f3e; }
        .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .info_1W2-E .meta_3kfqp {
          font-style: italic;
          font-size: 12px; }
      .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K {
        text-indent: -9999px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 8px;
        height: 8px;
        position: relative; }
        .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K:before {
          background-image: url("/static/img/_sprites/dashboard_1x-8ff6af97caed0c082f7b558f951927c4.png");
          background-repeat: no-repeat;
          background-size: 110px 75px;
          background-position: -76px -44px;
          height: 8px;
          width: 8px;
          content: '';
          display: block;
          position: absolute;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K:before {
              background-image: url("/static/img/_sprites/dashboard_2x-a1bb98a6ac5ba50f07047672b5f3177e.png"); } }
        .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K.isRead_3NrwP {
          position: relative; }
          .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K.isRead_3NrwP:before {
            background-image: url("/static/img/_sprites/dashboard_1x-8ff6af97caed0c082f7b558f951927c4.png");
            background-repeat: no-repeat;
            background-size: 110px 75px;
            background-position: -60px -44px;
            height: 8px;
            width: 8px;
            content: '';
            display: block;
            position: absolute;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto; }
            @media only screen and (-webkit-min-device-pixel-ratio: 2) {
              .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K.isRead_3NrwP:before {
                background-image: url("/static/img/_sprites/dashboard_2x-a1bb98a6ac5ba50f07047672b5f3177e.png"); } }
          .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K.isRead_3NrwP:hover {
            position: relative; }
            .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K.isRead_3NrwP:hover:before {
              background-image: url("/static/img/_sprites/dashboard_1x-8ff6af97caed0c082f7b558f951927c4.png");
              background-repeat: no-repeat;
              background-size: 110px 75px;
              background-position: -68px -44px;
              height: 8px;
              width: 8px;
              content: '';
              display: block;
              position: absolute;
              top: auto;
              left: auto;
              bottom: auto;
              right: auto; }
              @media only screen and (-webkit-min-device-pixel-ratio: 2) {
                .MenuPopover_3GhVE.Notifications_2bksf > ul > li > a > .markAsRead_2dR6K.isRead_3NrwP:hover:before {
                  background-image: url("/static/img/_sprites/dashboard_2x-a1bb98a6ac5ba50f07047672b5f3177e.png"); } }

.IsReadButton_1BCLl {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  top: 14px;
  position: relative; }
  .IsReadButton_1BCLl:before {
    background-image: url("/static/img/_sprites/dashboard_1x-8ff6af97caed0c082f7b558f951927c4.png");
    background-repeat: no-repeat;
    background-size: 110px 75px;
    background-position: -76px -44px;
    height: 8px;
    width: 8px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .IsReadButton_1BCLl:before {
        background-image: url("/static/img/_sprites/dashboard_2x-a1bb98a6ac5ba50f07047672b5f3177e.png"); } }
  .IsReadButton_1BCLl.isRead_3NrwP {
    position: relative; }
    .IsReadButton_1BCLl.isRead_3NrwP:before {
      background-image: url("/static/img/_sprites/dashboard_1x-8ff6af97caed0c082f7b558f951927c4.png");
      background-repeat: no-repeat;
      background-size: 110px 75px;
      background-position: -60px -44px;
      height: 8px;
      width: 8px;
      content: '';
      display: block;
      position: absolute;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .IsReadButton_1BCLl.isRead_3NrwP:before {
          background-image: url("/static/img/_sprites/dashboard_2x-a1bb98a6ac5ba50f07047672b5f3177e.png"); } }
    .IsReadButton_1BCLl.isRead_3NrwP:hover {
      position: relative; }
      .IsReadButton_1BCLl.isRead_3NrwP:hover:before {
        background-image: url("/static/img/_sprites/dashboard_1x-8ff6af97caed0c082f7b558f951927c4.png");
        background-repeat: no-repeat;
        background-size: 110px 75px;
        background-position: -68px -44px;
        height: 8px;
        width: 8px;
        content: '';
        display: block;
        position: absolute;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .IsReadButton_1BCLl.isRead_3NrwP:hover:before {
            background-image: url("/static/img/_sprites/dashboard_2x-a1bb98a6ac5ba50f07047672b5f3177e.png"); } }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.VirtualSelectGrid {
  z-index: 1;
}

.VirtualizedSelectOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .5rem;
  cursor: pointer;
}
.VirtualizedSelectFocusedOption {
  background-color: rgba(0, 126, 255, 0.1);
}
.VirtualizedSelectDisabledOption {
  opacity: 0.5;
}
.VirtualizedSelectSelectedOption {
  font-weight: bold;
}

/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNvdXJjZS9zdHlsZXMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhCQUE4Qjs7QUFFOUI7Q0FDQzs7QUFFRDtDQUNDOztBQUVELHdCQUF3Qjs7QUFFeEI7Q0FDQzs7QUFFRDtDQUNDOztBQUVELHlCQUF5Qjs7QUFFekI7Q0FDQzs7QUFFRDtDQUNDOztBQUVEO0VBQ0UsaUJBQWlCO0VBQ2pCLDBCQUEwQjtFQUMxQixxQkFBYztFQUFkLHFCQUFjO0VBQWQsY0FBYztFQUNkLCtCQUFvQjtFQUFwQiw4QkFBb0I7TUFBcEIsd0JBQW9CO1VBQXBCLG9CQUFvQjtFQUNwQiwwQkFBb0I7TUFBcEIsdUJBQW9CO1VBQXBCLG9CQUFvQjtDQUNyQjtBQUNEO0VBQ0UscUJBQWM7RUFBZCxxQkFBYztFQUFkLGNBQWM7RUFDZCwrQkFBb0I7RUFBcEIsOEJBQW9CO01BQXBCLHdCQUFvQjtVQUFwQixvQkFBb0I7RUFDcEIsMEJBQW9CO01BQXBCLHVCQUFvQjtVQUFwQixvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxzQkFBc0I7RUFDdEIsZ0JBQWdCO0VBQ2hCLG9CQUFvQjtFQUNwQix3QkFBd0I7RUFDeEIsaUJBQWlCO0NBQ2xCOztBQUVEOztFQUVFLG1CQUFtQjtFQUNuQixlQUFlO0NBQ2hCO0FBQ0Q7RUFDRSx3QkFBd0I7RUFDeEIsb0JBQW9CO0NBQ3JCOztBQUVEOztFQUVFLGtCQUFrQjtDQUNuQjtBQUNEO0VBQ0UsZ0JBQWdCO0NBQ2pCOztBQUVEO0VBQ0UscUJBQWM7RUFBZCxxQkFBYztFQUFkLGNBQWM7RUFDZCwwQkFBb0I7TUFBcEIsdUJBQW9CO1VBQXBCLG9CQUFvQjtDQUNyQjtBQUNEO0VBQ0Usb0JBQWU7TUFBZixtQkFBZTtVQUFmLGVBQWU7RUFDZixZQUFZO0VBQ1osV0FBVztFQUNYLG1CQUFtQjtDQUNwQjs7QUFFRCx3QkFBd0I7O0FBRXhCO0NBQ0MiLCJmaWxlIjoic3R5bGVzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIENvbGxlY3Rpb24gZGVmYXVsdCB0aGVtZSAqL1xuXG4uUmVhY3RWaXJ0dWFsaXplZF9fQ29sbGVjdGlvbiB7XG59XG5cbi5SZWFjdFZpcnR1YWxpemVkX19Db2xsZWN0aW9uX19pbm5lclNjcm9sbENvbnRhaW5lciB7XG59XG5cbi8qIEdyaWQgZGVmYXVsdCB0aGVtZSAqL1xuXG4uUmVhY3RWaXJ0dWFsaXplZF9fR3JpZCB7XG59XG5cbi5SZWFjdFZpcnR1YWxpemVkX19HcmlkX19pbm5lclNjcm9sbENvbnRhaW5lciB7XG59XG5cbi8qIFRhYmxlIGRlZmF1bHQgdGhlbWUgKi9cblxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlIHtcbn1cblxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlX19HcmlkIHtcbn1cblxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlX19oZWFkZXJSb3cge1xuICBmb250LXdlaWdodDogNzAwO1xuICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlX19yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogcm93O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuXG4uUmVhY3RWaXJ0dWFsaXplZF9fVGFibGVfX2hlYWRlclRydW5jYXRlZFRleHQge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIG1heC13aWR0aDogMTAwJTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG5cbi5SZWFjdFZpcnR1YWxpemVkX19UYWJsZV9faGVhZGVyQ29sdW1uLFxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlX19yb3dDb2x1bW4ge1xuICBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gIG1pbi13aWR0aDogMHB4O1xufVxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlX19yb3dDb2x1bW4ge1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cblxuLlJlYWN0VmlydHVhbGl6ZWRfX1RhYmxlX19oZWFkZXJDb2x1bW46Zmlyc3Qtb2YtdHlwZSxcbi5SZWFjdFZpcnR1YWxpemVkX19UYWJsZV9fcm93Q29sdW1uOmZpcnN0LW9mLXR5cGUge1xuICBtYXJnaW4tbGVmdDogMTBweDtcbn1cbi5SZWFjdFZpcnR1YWxpemVkX19UYWJsZV9fc29ydGFibGVIZWFkZXJDb2x1bW4ge1xuICBjdXJzb3I6IHBvaW50ZXI7XG59XG5cbi5SZWFjdFZpcnR1YWxpemVkX19UYWJsZV9fc29ydGFibGVIZWFkZXJJY29uQ29udGFpbmVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbn1cbi5SZWFjdFZpcnR1YWxpemVkX19UYWJsZV9fc29ydGFibGVIZWFkZXJJY29uIHtcbiAgZmxleDogMCAwIDI0cHg7XG4gIGhlaWdodDogMWVtO1xuICB3aWR0aDogMWVtO1xuICBmaWxsOiBjdXJyZW50Q29sb3I7XG59XG5cbi8qIExpc3QgZGVmYXVsdCB0aGVtZSAqL1xuXG4uUmVhY3RWaXJ0dWFsaXplZF9fTGlzdCB7XG59XG4iXX0= */
.Select_23ydE.gray_1EeEL {
  font-size: 13px;
  font-weight: 600;
  color: #0e1117;
  display: flex; }
  .Select_23ydE.gray_1EeEL.wantsOutline_2iASr.is-open > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.gray_1EeEL.wantsOutline_2iASr.is-focused > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.gray_1EeEL.wantsOutline_2iASr.is-focused:not(.is-open) > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.gray_1EeEL.is-disabled .Select-control {
    cursor: not-allowed; }
    .Select_23ydE.gray_1EeEL.is-disabled .Select-control:hover {
      background: #ebf4f9;
      border-color: #ebf4f9; }
    .Select_23ydE.gray_1EeEL.is-disabled .Select-control span.Select-value-label {
      color: #778fa9 !important; }
  .Select_23ydE.gray_1EeEL.is-disabled.is-loading .Select-control:hover {
    cursor: progress; }
  .Select_23ydE.gray_1EeEL .Select-control {
    height: 30px;
    border: 1px solid #ebf4f9;
    background: #ebf4f9;
    transition: border 0.1s ease-out, background-color 0.1s ease-out;
    cursor: pointer; }
    .Select_23ydE.gray_1EeEL .Select-control:hover {
      box-shadow: none;
      border-color: #deebf2;
      background: #deebf2; }
    .Select_23ydE.gray_1EeEL .Select-control .Select-input {
      height: 28px; }
      .Select_23ydE.gray_1EeEL .Select-control .Select-input input {
        padding-top: 5px;
        padding-bottom: 5px; }
      .Select_23ydE.gray_1EeEL .Select-control .Select-input:focus {
        background: none; }
    .Select_23ydE.gray_1EeEL .Select-control .Select-placeholder {
      line-height: 26px;
      color: #778fa9; }
    .Select_23ydE.gray_1EeEL .Select-control .Select-arrow-zone {
      line-height: 6px; }
      .Select_23ydE.gray_1EeEL .Select-control .Select-arrow-zone svg {
        transform: scale(1, -1); }
      .Select_23ydE.gray_1EeEL .Select-control .Select-arrow-zone i:hover svg path {
        fill: #283843; }
  .Select_23ydE.gray_1EeEL .Select-menu-outer {
    border: none;
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(22, 50, 75, 0.12);
    overflow: hidden;
    z-index: 11; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer ::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer ::-webkit-scrollbar-track {
      background: #ecf4f8; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer ::-webkit-scrollbar-thumb {
      background: #aec3d1;
      border-radius: 3px; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option {
      position: relative;
      padding: 6px 10px; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectOption {
      font-weight: 500;
      color: #0e1117;
      padding-left: 25px;
      padding-right: 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectOption::before {
        content: '';
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -26px -167px;
        height: 7px;
        width: 8px;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
        z-index: 12;
        display: none; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectOption::before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option.is-focused, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectFocusedOption {
      background: #0f58df;
      color: #fff; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option.is-selected::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectSelectedOption::before {
      display: block; }
    .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option.is-selected.Select-option.is-focused::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option.is-selected.VirtualizedSelectFocusedOption::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectSelectedOption.Select-option.is-focused::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectSelectedOption.VirtualizedSelectFocusedOption::before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -34px -167px;
      height: 7px;
      width: 8px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option.is-selected.Select-option.is-focused::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .Select-option.is-selected.VirtualizedSelectFocusedOption::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectSelectedOption.Select-option.is-focused::before, .Select_23ydE.gray_1EeEL .Select-menu-outer .VirtualizedSelectSelectedOption.VirtualizedSelectFocusedOption::before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
  .Select_23ydE.gray_1EeEL.Select--single .Select-control .Select-value {
    line-height: 26px; }
  .Select_23ydE.gray_1EeEL.is-open > .Select-control {
    border: 1px solid #deebf2;
    background: #deebf2;
    border-radius: 4px !important; }
    .Select_23ydE.gray_1EeEL.is-open > .Select-control .Select-arrow-zone svg {
      transform: none; }
  .Select_23ydE.gray_1EeEL.is-focused > .Select-control {
    border: 1px solid #deebf2;
    background: #deebf2; }
  .Select_23ydE.gray_1EeEL.is-focused:not(.is-open) > .Select-control {
    border: 1px solid #ebf4f9;
    background: #ebf4f9;
    box-shadow: none; }
  .Select_23ydE.gray_1EeEL.Select--multi .Select-value {
    margin-top: 4px;
    margin-left: 4px;
    height: 21px !important;
    background: #0b71e6;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 0 4px; }
    .Select_23ydE.gray_1EeEL.Select--multi .Select-value .Select-value-icon,
    .Select_23ydE.gray_1EeEL.Select--multi .Select-value .Select-value-label {
      vertical-align: top;
      height: 19px !important;
      line-height: 19px !important;
      padding: 0 5px; }
    .Select_23ydE.gray_1EeEL.Select--multi .Select-value .Select-value-icon {
      float: right;
      border-right: none; }
      .Select_23ydE.gray_1EeEL.Select--multi .Select-value .Select-value-icon:hover {
        color: #ccc !important; }
    .Select_23ydE.gray_1EeEL.Select--multi .Select-value .Select-value-label {
      padding-right: 2px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 145px; }

.Select_23ydE.white_BBw9v {
  font-size: 13px;
  font-weight: 600;
  color: #0e1117;
  display: flex; }
  .Select_23ydE.white_BBw9v.wantsOutline_2iASr.is-open > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.white_BBw9v.wantsOutline_2iASr.is-focused > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.white_BBw9v.wantsOutline_2iASr.is-focused:not(.is-open) > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.white_BBw9v.is-disabled .Select-control {
    cursor: not-allowed; }
    .Select_23ydE.white_BBw9v.is-disabled .Select-control:hover {
      background: #fff;
      border-color: #fff; }
    .Select_23ydE.white_BBw9v.is-disabled .Select-control span.Select-value-label {
      color: #778fa9 !important; }
  .Select_23ydE.white_BBw9v.is-disabled.is-loading .Select-control:hover {
    cursor: progress; }
  .Select_23ydE.white_BBw9v .Select-control {
    height: 30px;
    border: 1px solid #fff;
    background: #fff;
    transition: border 0.1s ease-out, background-color 0.1s ease-out;
    cursor: pointer; }
    .Select_23ydE.white_BBw9v .Select-control:hover {
      box-shadow: none;
      border-color: #fff;
      background: #fff; }
    .Select_23ydE.white_BBw9v .Select-control .Select-input {
      height: 28px; }
      .Select_23ydE.white_BBw9v .Select-control .Select-input input {
        padding-top: 5px;
        padding-bottom: 5px; }
      .Select_23ydE.white_BBw9v .Select-control .Select-input:focus {
        background: none; }
    .Select_23ydE.white_BBw9v .Select-control .Select-placeholder {
      line-height: 26px;
      color: #778fa9; }
    .Select_23ydE.white_BBw9v .Select-control .Select-arrow-zone {
      line-height: 6px; }
      .Select_23ydE.white_BBw9v .Select-control .Select-arrow-zone svg {
        transform: scale(1, -1); }
      .Select_23ydE.white_BBw9v .Select-control .Select-arrow-zone i:hover svg path {
        fill: #283843; }
  .Select_23ydE.white_BBw9v .Select-menu-outer {
    border: none;
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(22, 50, 75, 0.12);
    overflow: hidden;
    z-index: 11; }
    .Select_23ydE.white_BBw9v .Select-menu-outer ::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .Select_23ydE.white_BBw9v .Select-menu-outer ::-webkit-scrollbar-track {
      background: #ecf4f8; }
    .Select_23ydE.white_BBw9v .Select-menu-outer ::-webkit-scrollbar-thumb {
      background: #aec3d1;
      border-radius: 3px; }
    .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option {
      position: relative;
      padding: 6px 10px; }
    .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectOption {
      font-weight: 500;
      color: #0e1117;
      padding-left: 25px;
      padding-right: 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectOption::before {
        content: '';
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -26px -167px;
        height: 7px;
        width: 8px;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
        z-index: 12;
        display: none; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectOption::before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option.is-focused, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectFocusedOption {
      background: #0f58df;
      color: #fff; }
    .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option.is-selected::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectSelectedOption::before {
      display: block; }
    .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option.is-selected.Select-option.is-focused::before, .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option.is-selected.VirtualizedSelectFocusedOption::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectSelectedOption.Select-option.is-focused::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectSelectedOption.VirtualizedSelectFocusedOption::before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -34px -167px;
      height: 7px;
      width: 8px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option.is-selected.Select-option.is-focused::before, .Select_23ydE.white_BBw9v .Select-menu-outer .Select-option.is-selected.VirtualizedSelectFocusedOption::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectSelectedOption.Select-option.is-focused::before, .Select_23ydE.white_BBw9v .Select-menu-outer .VirtualizedSelectSelectedOption.VirtualizedSelectFocusedOption::before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
  .Select_23ydE.white_BBw9v.Select--single .Select-control .Select-value {
    line-height: 26px; }
  .Select_23ydE.white_BBw9v.is-open > .Select-control {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 4px !important; }
    .Select_23ydE.white_BBw9v.is-open > .Select-control .Select-arrow-zone svg {
      transform: none; }
  .Select_23ydE.white_BBw9v.is-focused > .Select-control {
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.white_BBw9v.is-focused:not(.is-open) > .Select-control {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none; }
  .Select_23ydE.white_BBw9v.Select--multi .Select-value {
    margin-top: 4px;
    margin-left: 4px;
    height: 21px !important;
    background: #0b71e6;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 0 4px; }
    .Select_23ydE.white_BBw9v.Select--multi .Select-value .Select-value-icon,
    .Select_23ydE.white_BBw9v.Select--multi .Select-value .Select-value-label {
      vertical-align: top;
      height: 19px !important;
      line-height: 19px !important;
      padding: 0 5px; }
    .Select_23ydE.white_BBw9v.Select--multi .Select-value .Select-value-icon {
      float: right;
      border-right: none; }
      .Select_23ydE.white_BBw9v.Select--multi .Select-value .Select-value-icon:hover {
        color: #ccc !important; }
    .Select_23ydE.white_BBw9v.Select--multi .Select-value .Select-value-label {
      padding-right: 2px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 145px; }

.Select_23ydE.darkGray_2e5T7 {
  font-size: 13px;
  font-weight: 600;
  color: #0e1117;
  display: flex; }
  .Select_23ydE.darkGray_2e5T7.wantsOutline_2iASr.is-open > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.darkGray_2e5T7.wantsOutline_2iASr.is-focused > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.darkGray_2e5T7.wantsOutline_2iASr.is-focused:not(.is-open) > .Select-control {
    box-shadow: 0 0 0 2px #6cadfe;
    border: 1px solid #fff;
    background: #fff; }
  .Select_23ydE.darkGray_2e5T7.is-disabled .Select-control {
    cursor: not-allowed; }
    .Select_23ydE.darkGray_2e5T7.is-disabled .Select-control:hover {
      background: #d2e4ee;
      border-color: #d2e4ee; }
    .Select_23ydE.darkGray_2e5T7.is-disabled .Select-control span.Select-value-label {
      color: #778fa9 !important; }
  .Select_23ydE.darkGray_2e5T7.is-disabled.is-loading .Select-control:hover {
    cursor: progress; }
  .Select_23ydE.darkGray_2e5T7 .Select-control {
    height: 30px;
    border: 1px solid #d2e4ee;
    background: #d2e4ee;
    transition: border 0.1s ease-out, background-color 0.1s ease-out;
    cursor: pointer; }
    .Select_23ydE.darkGray_2e5T7 .Select-control:hover {
      box-shadow: none;
      border-color: #bed6e3;
      background: #bed6e3; }
    .Select_23ydE.darkGray_2e5T7 .Select-control .Select-input {
      height: 28px; }
      .Select_23ydE.darkGray_2e5T7 .Select-control .Select-input input {
        padding-top: 5px;
        padding-bottom: 5px; }
      .Select_23ydE.darkGray_2e5T7 .Select-control .Select-input:focus {
        background: none; }
    .Select_23ydE.darkGray_2e5T7 .Select-control .Select-placeholder {
      line-height: 26px;
      color: #778fa9; }
    .Select_23ydE.darkGray_2e5T7 .Select-control .Select-arrow-zone {
      line-height: 6px; }
      .Select_23ydE.darkGray_2e5T7 .Select-control .Select-arrow-zone svg {
        transform: scale(1, -1); }
      .Select_23ydE.darkGray_2e5T7 .Select-control .Select-arrow-zone i:hover svg path {
        fill: #283843; }
  .Select_23ydE.darkGray_2e5T7 .Select-menu-outer {
    border: none;
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(22, 50, 75, 0.12);
    overflow: hidden;
    z-index: 11; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer ::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer ::-webkit-scrollbar-track {
      background: #ecf4f8; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer ::-webkit-scrollbar-thumb {
      background: #aec3d1;
      border-radius: 3px; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option {
      position: relative;
      padding: 6px 10px; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectOption {
      font-weight: 500;
      color: #0e1117;
      padding-left: 25px;
      padding-right: 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectOption::before {
        content: '';
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -26px -167px;
        height: 7px;
        width: 8px;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
        z-index: 12;
        display: none; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectOption::before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option.is-focused, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectFocusedOption {
      background: #0f58df;
      color: #fff; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option.is-selected::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectSelectedOption::before {
      display: block; }
    .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option.is-selected.Select-option.is-focused::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option.is-selected.VirtualizedSelectFocusedOption::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectSelectedOption.Select-option.is-focused::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectSelectedOption.VirtualizedSelectFocusedOption::before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -34px -167px;
      height: 7px;
      width: 8px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option.is-selected.Select-option.is-focused::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .Select-option.is-selected.VirtualizedSelectFocusedOption::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectSelectedOption.Select-option.is-focused::before, .Select_23ydE.darkGray_2e5T7 .Select-menu-outer .VirtualizedSelectSelectedOption.VirtualizedSelectFocusedOption::before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
  .Select_23ydE.darkGray_2e5T7.Select--single .Select-control .Select-value {
    line-height: 26px; }
  .Select_23ydE.darkGray_2e5T7.is-open > .Select-control {
    border: 1px solid #bed6e3;
    background: #bed6e3;
    border-radius: 4px !important; }
    .Select_23ydE.darkGray_2e5T7.is-open > .Select-control .Select-arrow-zone svg {
      transform: none; }
  .Select_23ydE.darkGray_2e5T7.is-focused > .Select-control {
    border: 1px solid #bed6e3;
    background: #bed6e3; }
  .Select_23ydE.darkGray_2e5T7.is-focused:not(.is-open) > .Select-control {
    border: 1px solid #d2e4ee;
    background: #d2e4ee;
    box-shadow: none; }
  .Select_23ydE.darkGray_2e5T7.Select--multi .Select-value {
    margin-top: 4px;
    margin-left: 4px;
    height: 21px !important;
    background: #0b71e6;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 0 4px; }
    .Select_23ydE.darkGray_2e5T7.Select--multi .Select-value .Select-value-icon,
    .Select_23ydE.darkGray_2e5T7.Select--multi .Select-value .Select-value-label {
      vertical-align: top;
      height: 19px !important;
      line-height: 19px !important;
      padding: 0 5px; }
    .Select_23ydE.darkGray_2e5T7.Select--multi .Select-value .Select-value-icon {
      float: right;
      border-right: none; }
      .Select_23ydE.darkGray_2e5T7.Select--multi .Select-value .Select-value-icon:hover {
        color: #ccc !important; }
    .Select_23ydE.darkGray_2e5T7.Select--multi .Select-value .Select-value-label {
      padding-right: 2px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 145px; }

.noDropdown__FrH9 .Select-menu-outer {
  display: none; }

.Select.top_32UTd > .Select-menu-outer {
  position: absolute !important;
  top: auto !important;
  bottom: calc(100% + 1px) !important; }

.Select-clear-zone i svg path {
  fill: #778fa9;
  opacity: 1; }

.Select-clear-zone i:hover svg path {
  fill: #283843; }

.styledSystemSelect_3Jnli {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0px 22px 1px 10px;
  outline: none;
  border: none;
  width: 85px;
  height: 26px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/static/img/connections/1x/ui-select-arrow.png");
  background-size: 9px 5px;
  background-color: #ebf4f9;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  font-size: 12px;
  font-weight: 600;
  color: #333; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .styledSystemSelect_3Jnli {
      background-image: url("/static/img/connections/2x/ui-select-arrow.png"); } }



span.Checkbox_3d0D7 {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #ccdde9;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0px 2px 2px 0px rgba(193, 201, 211, 0.3);
  position: relative;
  margin: 0;
  cursor: pointer; }
  span.Checkbox_3d0D7 input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer; }
  span.Checkbox_3d0D7 .icon_2fVY1, span.Checkbox_3d0D7 .partialCheckIcon_2KtvC {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.1s, transform 0.1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 13px;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    span.Checkbox_3d0D7 .icon_2fVY1 svg path, span.Checkbox_3d0D7 .partialCheckIcon_2KtvC svg path {
      fill: #161b24; }
  span.Checkbox_3d0D7 .icon_2fVY1 {
    top: 1px; }
  span.Checkbox_3d0D7.checked_1EQFQ .icon_2fVY1 {
    opacity: 1;
    transform: scale(1); }
  span.Checkbox_3d0D7:not(.checked_1EQFQ).isPartialyChecked_1K60V .partialCheckIcon_2KtvC {
    opacity: 1;
    transform: scale(1); }
  span.Checkbox_3d0D7.disabled_19xDC {
    opacity: 0.4;
    cursor: not-allowed; }
    span.Checkbox_3d0D7.disabled_19xDC input {
      cursor: not-allowed; }
    span.Checkbox_3d0D7.disabled_19xDC .icon_2fVY1, span.Checkbox_3d0D7.disabled_19xDC .partialCheckIcon_2KtvC {
      cursor: not-allowed; }

.checkboxLabel_2t4Ly {
  margin-left: 6px;
  font-weight: 600;
  color: #282f3e;
  margin-bottom: 0 !important;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.Number_Fk1jx {
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccdde9;
  border-radius: 4px;
  color: #1d2a34;
  box-shadow: inset 0 1px 1px rgba(31, 47, 64, 0.05);
  font-size: 13px; }
  .Number_Fk1jx:focus:not([disabled]) {
    outline: none;
    box-shadow: 0 0 0 2px #6cadfe;
    border-color: transparent !important; }
  .Number_Fk1jx::-webkit-input-placeholder {
    color: #c0d7e5; }
  .Number_Fk1jx:-moz-placeholder {
    color: #c0d7e5; }
  .Number_Fk1jx::-moz-placeholder {
    color: #c0d7e5; }
  .Number_Fk1jx:-ms-input-placeholder {
    color: #c0d7e5; }

.Number_Fk1jx {
  padding: 0 10px; }

.Text_3L06D {
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccdde9;
  border-radius: 4px;
  color: #1d2a34;
  box-shadow: inset 0 1px 1px rgba(31, 47, 64, 0.05);
  font-size: 13px; }
  .Text_3L06D:focus:not([disabled]) {
    outline: none;
    box-shadow: 0 0 0 2px #6cadfe;
    border-color: transparent !important; }
  .Text_3L06D::-webkit-input-placeholder {
    color: #c0d7e5; }
  .Text_3L06D:-moz-placeholder {
    color: #c0d7e5; }
  .Text_3L06D::-moz-placeholder {
    color: #c0d7e5; }
  .Text_3L06D:-ms-input-placeholder {
    color: #c0d7e5; }

.Text_3L06D {
  padding: 0 10px; }
  .textArea_2GmUd.Text_3L06D {
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px; }
  .showBorder_1SS_R.Text_3L06D {
    border: 1px solid #ccdde9 !important; }
    .showBorder_1SS_R.Text_3L06D:focus {
      border-color: transparent !important; }

.ColorPicker_18AsD .github-picker {
  width: 125px !important; }

.CompanyIcon_9tZXi .icon_obUa1 {
  display: inline-block;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  cursor: default;
  user-select: none; }

.CompanyIcon_9tZXi.multi_38yah .icon_obUa1 {
  box-shadow: 2px 0 0 #fff, 5px 0 0 #89a1b8; }

.colorPicker_1GcHu > div {
  z-index: 20; }

.tooltip_1YXsS {
  font-size: 12px; }

.isClickable_3OEcO {
  cursor: pointer; }

.x24_2U80F {
  background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
  background-repeat: no-repeat;
  background-size: 168px 144px;
  background-position: -72px -24px;
  height: 24px;
  width: 24px;
  display: inline-block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .x24_2U80F {
      background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.agents_24n0I {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: 0px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.agents_24n0I {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.appstore_ratings_KbqY7 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -24px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.appstore_ratings_KbqY7 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.appstore_ratings_google_play_1S5qf {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -48px -72px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.appstore_ratings_google_play_1S5qf {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.auction_523NI {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: 0px -24px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.auction_523NI {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.bank_account_1-FRv {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -24px -24px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.bank_account_1-FRv {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.bestsellers_bOktq {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -72px -96px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.bestsellers_bOktq {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.car_inventory_tQkEU {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -48px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.car_inventory_tQkEU {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.community_members_r7ZjP {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -48px -24px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.community_members_r7ZjP {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.creditcards_3QTDT {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: 0px -48px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.creditcards_3QTDT {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.featured_clients_2QB2N {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -72px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.featured_clients_2QB2N {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.glassdoor_reviews_3V2Lz {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -24px -72px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.glassdoor_reviews_3V2Lz {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.government_contract_3xrR6 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -72px -72px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.government_contract_3xrR6 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.indeed_reviews_1NjOL {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -96px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.indeed_reviews_1NjOL {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.indeed_snapshot_1DVVi {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -96px -24px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.indeed_snapshot_1DVVi {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.job_listings_3ehdB {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -96px -72px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.job_listings_3ehdB {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.linkedin_company_3w8l6 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: 0px -96px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.linkedin_company_3w8l6 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.loans_issued_aKP14 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -24px -96px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.loans_issued_aKP14 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.menu_1dez4 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -120px -48px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.menu_1dez4 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.product_reviews_25DmG {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -120px -72px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.product_reviews_25DmG {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.property_3Ty9w {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -120px -24px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.property_3Ty9w {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.reit_tenant_3AXxW {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -24px -120px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.reit_tenant_3AXxW {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.retail_products_kVnbr {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -48px -96px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.retail_products_kVnbr {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.retail_products_by_geo_2e0C2 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -120px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.retail_products_by_geo_2e0C2 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.sales_3iyJE {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -96px -96px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.sales_3iyJE {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_facebook_Wk8ku {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -48px -48px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_facebook_Wk8ku {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_facebook_app_TPTRe {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -24px -48px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_facebook_app_TPTRe {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_github_1X68T {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -72px -48px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_github_1X68T {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_glassdoor_CNLsV {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: 0px -72px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_glassdoor_CNLsV {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_instagram_1EHrz {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -96px -48px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_instagram_1EHrz {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_twitter_k3Pse {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -96px -120px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_twitter_k3Pse {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_urlshare_1Gfj1 {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -120px -120px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_urlshare_1Gfj1 {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.social_weibo_1jmHe {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -144px -24px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.social_weibo_1jmHe {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.stackexchange_QtTzz {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -120px -96px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.stackexchange_QtTzz {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.store_1QgzX {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: 0px -120px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.store_1QgzX {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.traction_1i6OY {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -48px -120px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.traction_1i6OY {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.traction_geo_breakdown_WuOzM {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -72px -120px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.traction_geo_breakdown_WuOzM {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }
  .x24_2U80F.webtraffic_1RHXZ {
    background-image: url("/static/img/_sprites/datasets-24_1x-870b560cd5dfcc457552c0d7c613e176.png");
    background-repeat: no-repeat;
    background-size: 168px 144px;
    background-position: -144px 0px;
    height: 24px;
    width: 24px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x24_2U80F.webtraffic_1RHXZ {
        background-image: url("/static/img/_sprites/datasets-24_2x-059ae1c9b4bb93444b67f48408dffea9.png"); } }

.x16_1x4aP {
  background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
  background-repeat: no-repeat;
  background-size: 112px 96px;
  background-position: -48px -16px;
  height: 16px;
  width: 16px;
  display: inline-block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .x16_1x4aP {
      background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.agents_24n0I {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: 0px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.agents_24n0I {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.appstore_ratings_KbqY7 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -16px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.appstore_ratings_KbqY7 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.appstore_ratings_google_play_1S5qf {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -32px -48px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.appstore_ratings_google_play_1S5qf {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.auction_523NI {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: 0px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.auction_523NI {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.bank_account_1-FRv {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -16px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.bank_account_1-FRv {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.bestsellers_bOktq {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -48px -64px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.bestsellers_bOktq {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.car_inventory_tQkEU {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -32px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.car_inventory_tQkEU {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.community_members_r7ZjP {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -32px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.community_members_r7ZjP {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.creditcards_3QTDT {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: 0px -32px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.creditcards_3QTDT {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.featured_clients_2QB2N {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -48px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.featured_clients_2QB2N {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.glassdoor_reviews_3V2Lz {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -16px -48px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.glassdoor_reviews_3V2Lz {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.government_contract_3xrR6 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -48px -48px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.government_contract_3xrR6 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.indeed_reviews_1NjOL {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -64px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.indeed_reviews_1NjOL {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.indeed_snapshot_1DVVi {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -64px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.indeed_snapshot_1DVVi {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.job_listings_3ehdB {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -64px -48px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.job_listings_3ehdB {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.linkedin_company_3w8l6 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: 0px -64px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.linkedin_company_3w8l6 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.loans_issued_aKP14 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -16px -64px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.loans_issued_aKP14 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.menu_1dez4 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -80px -32px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.menu_1dez4 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.product_reviews_25DmG {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -80px -48px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.product_reviews_25DmG {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.property_3Ty9w {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -80px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.property_3Ty9w {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.reit_tenant_3AXxW {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -16px -80px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.reit_tenant_3AXxW {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.retail_products_kVnbr {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -32px -64px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.retail_products_kVnbr {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.retail_products_by_geo_2e0C2 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -80px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.retail_products_by_geo_2e0C2 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.sales_3iyJE {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -64px -64px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.sales_3iyJE {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_facebook_Wk8ku {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -32px -32px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_facebook_Wk8ku {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_facebook_app_TPTRe {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -16px -32px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_facebook_app_TPTRe {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_github_1X68T {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -48px -32px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_github_1X68T {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_glassdoor_CNLsV {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: 0px -48px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_glassdoor_CNLsV {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_instagram_1EHrz {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -64px -32px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_instagram_1EHrz {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_twitter_k3Pse {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -64px -80px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_twitter_k3Pse {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_urlshare_1Gfj1 {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -80px -80px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_urlshare_1Gfj1 {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.social_weibo_1jmHe {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -96px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.social_weibo_1jmHe {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.stackexchange_QtTzz {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -80px -64px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.stackexchange_QtTzz {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.store_1QgzX {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: 0px -80px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.store_1QgzX {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.traction_1i6OY {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -32px -80px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.traction_1i6OY {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.traction_geo_breakdown_WuOzM {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -48px -80px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.traction_geo_breakdown_WuOzM {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.webtraffic_1RHXZ {
    background-image: url("/static/img/_sprites/datasets-16_1x-c2116547420c22ea1736f30dbe1eaffb.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -96px 0px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.webtraffic_1RHXZ {
        background-image: url("/static/img/_sprites/datasets-16_2x-0d059f61f2e6f9643b057a43201e3152.png"); } }
  .x16_1x4aP.onlyWhite_1V1u5 {
    background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
    background-repeat: no-repeat;
    background-size: 112px 96px;
    background-position: -48px -16px;
    height: 16px;
    width: 16px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .x16_1x4aP.onlyWhite_1V1u5 {
        background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.agents_24n0I {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: 0px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.agents_24n0I {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.appstore_ratings_KbqY7 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -16px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.appstore_ratings_KbqY7 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.appstore_ratings_google_play_1S5qf {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -32px -48px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.appstore_ratings_google_play_1S5qf {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.auction_523NI {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: 0px -16px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.auction_523NI {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.bank_account_1-FRv {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -16px -16px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.bank_account_1-FRv {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.bestsellers_bOktq {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -48px -64px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.bestsellers_bOktq {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.car_inventory_tQkEU {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -32px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.car_inventory_tQkEU {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.community_members_r7ZjP {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -32px -16px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.community_members_r7ZjP {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.creditcards_3QTDT {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: 0px -32px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.creditcards_3QTDT {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.featured_clients_2QB2N {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -48px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.featured_clients_2QB2N {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.glassdoor_reviews_3V2Lz {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -16px -48px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.glassdoor_reviews_3V2Lz {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.government_contract_3xrR6 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -48px -48px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.government_contract_3xrR6 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.indeed_reviews_1NjOL {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -64px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.indeed_reviews_1NjOL {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.indeed_snapshot_1DVVi {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -64px -16px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.indeed_snapshot_1DVVi {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.job_listings_3ehdB {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -64px -48px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.job_listings_3ehdB {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.linkedin_company_3w8l6 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: 0px -64px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.linkedin_company_3w8l6 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.loans_issued_aKP14 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -16px -64px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.loans_issued_aKP14 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.menu_1dez4 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -80px -32px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.menu_1dez4 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.product_reviews_25DmG {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -80px -48px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.product_reviews_25DmG {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.property_3Ty9w {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -80px -16px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.property_3Ty9w {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.reit_tenant_3AXxW {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -16px -80px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.reit_tenant_3AXxW {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.retail_products_kVnbr {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -32px -64px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.retail_products_kVnbr {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.retail_products_by_geo_2e0C2 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -80px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.retail_products_by_geo_2e0C2 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.sales_3iyJE {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -64px -64px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.sales_3iyJE {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_facebook_Wk8ku {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -32px -32px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_facebook_Wk8ku {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_facebook_app_TPTRe {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -16px -32px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_facebook_app_TPTRe {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_github_1X68T {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -48px -32px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_github_1X68T {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_glassdoor_CNLsV {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: 0px -48px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_glassdoor_CNLsV {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_instagram_1EHrz {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -64px -32px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_instagram_1EHrz {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_twitter_k3Pse {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -64px -80px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_twitter_k3Pse {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_urlshare_1Gfj1 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -80px -80px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_urlshare_1Gfj1 {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_weibo_1jmHe {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -96px -16px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.social_weibo_1jmHe {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.stackexchange_QtTzz {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -80px -64px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.stackexchange_QtTzz {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.store_1QgzX {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: 0px -80px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.store_1QgzX {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.traction_1i6OY {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -32px -80px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.traction_1i6OY {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.traction_geo_breakdown_WuOzM {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -48px -80px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.traction_geo_breakdown_WuOzM {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.webtraffic_1RHXZ {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-427b3df50804dcf46115de9b55de24a1.png");
      background-repeat: no-repeat;
      background-size: 112px 96px;
      background-position: -96px 0px;
      height: 16px;
      width: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .x16_1x4aP.onlyWhite_1V1u5.webtraffic_1RHXZ {
          background-image: url("/static/img/_sprites/datasets-white-16_2x-cc844dfb81d0e3141638309766c00d06.png"); } }

.Spinners_2ljmj {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .Spinners_2ljmj.disabled_3sDyx {
    opacity: 0.5; }
    .Spinners_2ljmj.disabled_3sDyx > i {
      cursor: not-allowed; }
      .Spinners_2ljmj.disabled_3sDyx > i:hover svg path {
        fill: #778fa9; }
  .Spinners_2ljmj > i {
    display: flex;
    align-items: center;
    justify-content: center; }
    .Spinners_2ljmj > i:last-child {
      margin-top: 1px; }
      .Spinners_2ljmj > i:last-child svg {
        transform: rotate(180deg); }
    .Spinners_2ljmj > i svg path {
      fill: #778fa9; }
    .Spinners_2ljmj > i:hover svg path {
      fill: #1d242f; }

.NumberStyled_1FzwE input {
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccdde9;
  border-radius: 4px;
  color: #1d2a34;
  box-shadow: inset 0 1px 1px rgba(31, 47, 64, 0.05);
  font-size: 13px; }
  .NumberStyled_1FzwE input:focus:not([disabled]) {
    outline: none;
    box-shadow: 0 0 0 2px #6cadfe;
    border-color: transparent !important; }
  .NumberStyled_1FzwE input::-webkit-input-placeholder {
    color: #c0d7e5; }
  .NumberStyled_1FzwE input:-moz-placeholder {
    color: #c0d7e5; }
  .NumberStyled_1FzwE input::-moz-placeholder {
    color: #c0d7e5; }
  .NumberStyled_1FzwE input:-ms-input-placeholder {
    color: #c0d7e5; }

.NumberStyled_1FzwE {
  width: 100%;
  position: relative; }
  .NumberStyled_1FzwE input {
    padding: 0 10px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    border: none; }
    .NumberStyled_1FzwE input[disabled] {
      opacity: 0.5;
      cursor: not-allowed; }

.loadingIcon_dj6Oi {
  top: initial !important;
  display: flex;
  justify-content: center;
  padding: 10px; }
  .loadingIcon_dj6Oi > div {
    margin-left: 8px;
    margin-top: 0 !important;
    color: #93b2c5; }

.ColumnListItem_5-Fec {
  padding: 8px 10px;
  border-radius: 3px;
  margin-bottom: 4px; }
  .ColumnListItem_5-Fec:last-child {
    margin-bottom: 0; }
  .ColumnListItem_5-Fec > .itemHeader_3H2lb {
    margin-top: -8px;
    padding-top: 8px;
    padding-left: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer; }
    .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP {
      flex-grow: 1;
      flex-shrink: 1;
      font-size: 13px;
      line-height: 17px;
      overflow-x: hidden; }
      .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- {
        display: flex;
        align-items: center;
        overflow-x: hidden; }
        .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- > .loadingIcon_dj6Oi {
          top: initial;
          overflow: hidden;
          display: flex;
          align-items: center;
          padding: 0;
          margin-left: 3px;
          margin-right: 10px; }
        .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- > .screenerIcon_v1AtT {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          margin-right: 9px;
          flex: 0 0 20px; }
          .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- > .screenerIcon_v1AtT svg {
            display: flex;
            align-items: center;
            justify-content: center; }
        .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- > .dot_1yiXA {
          width: 10px;
          height: 10px;
          border-radius: 5px;
          flex-grow: 0;
          flex-shrink: 0;
          margin-right: 14px;
          margin-left: 5px; }
        .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- > span {
          font-size: 13px;
          line-height: 17px;
          color: #282f3e;
          overflow-x: hidden;
          text-overflow: ellipsis; }
        .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- .tooltipButton_4LlGn {
          visibility: hidden;
          margin-left: 6px;
          margin-right: 6px; }
          .ColumnListItem_5-Fec > .itemHeader_3H2lb > .content_3L-fP .titleSection_2ssb- .tooltipButton_4LlGn.forceVisible_ZWeWK {
            visibility: visible; }
  .ColumnListItem_5-Fec .expandedSection_3PTA6 {
    padding-top: 10px; }
    .ColumnListItem_5-Fec .expandedSection_3PTA6 .addFilterButton_21RQG {
      width: 100%;
      margin-top: 12px; }
      .ColumnListItem_5-Fec .expandedSection_3PTA6 .addFilterButton_21RQG.noMargin_ifd1- {
        margin-top: initial; }
    .ColumnListItem_5-Fec .expandedSection_3PTA6 .message_1XhkQ {
      color: #687E96;
      text-align: center;
      padding: 2px 15px;
      padding-bottom: 0; }
      .ColumnListItem_5-Fec .expandedSection_3PTA6 .message_1XhkQ.padded_1QJ2l {
        padding-top: 14px; }
      .ColumnListItem_5-Fec .expandedSection_3PTA6 .message_1XhkQ.restricted_2z8rN {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-bottom: 0; }
        .ColumnListItem_5-Fec .expandedSection_3PTA6 .message_1XhkQ.restricted_2z8rN a {
          font-weight: 600; }
    .ColumnListItem_5-Fec .expandedSection_3PTA6 .buttons_116CZ {
      width: 100%;
      display: flex; }
      .ColumnListItem_5-Fec .expandedSection_3PTA6 .buttons_116CZ > button {
        flex: 1;
        margin-right: 8px; }
        .ColumnListItem_5-Fec .expandedSection_3PTA6 .buttons_116CZ > button:last-child {
          margin-right: 0; }
  .ColumnListItem_5-Fec .tickersFilter_2VzkX {
    padding-bottom: 10px; }
    .ColumnListItem_5-Fec .tickersFilter_2VzkX span {
      text-transform: uppercase; }
  .ColumnListItem_5-Fec .settings_37Kvq {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px; }
    .ColumnListItem_5-Fec .settings_37Kvq > div {
      flex: 1;
      margin-right: 8px; }
      .ColumnListItem_5-Fec .settings_37Kvq > div:last-child {
        margin-right: 0; }
  .ColumnListItem_5-Fec .inputContainer_2l1dM {
    margin-bottom: 10px; }
    .ColumnListItem_5-Fec .inputContainer_2l1dM .multiSelect_1bN8I {
      max-width: 231px; }
    .ColumnListItem_5-Fec .inputContainer_2l1dM:last-child {
      margin-bottom: 0; }
    .ColumnListItem_5-Fec .inputContainer_2l1dM label {
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
      padding-left: 2px; }
  .ColumnListItem_5-Fec .actions_1grRa {
    flex: 0 0;
    visibility: hidden; }
  .ColumnListItem_5-Fec:hover > .itemHeader_3H2lb > .content_3L-fP .tooltipButton_4LlGn {
    visibility: visible; }
  .ColumnListItem_5-Fec:hover .actions_1grRa {
    visibility: visible; }

.ColumnListItemGroup_1bewZ {
  padding: 8px 0;
  margin-bottom: 5px;
  background-color: #fff !important; }
  .ColumnListItemGroup_1bewZ:last-child {
    margin-bottom: 0; }
  .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb {
    padding: 0 10px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb .chevron_1EA_H {
      flex: 0 0 auto;
      margin-left: 2px;
      margin-right: 12px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb .chevron_1EA_H i {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s;
        transform: rotate(90deg);
        width: 8px;
        height: 8px; }
        .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb .chevron_1EA_H i.expanded_2kwwt {
          transform: rotate(180deg); }
        .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb .chevron_1EA_H i svg path {
          fill: #000; }
    .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb > span {
      display: block;
      flex: 0 1 auto;
      font-size: 13px;
      line-height: 17px;
      font-weight: 600;
      color: #282f3e;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .ColumnListItemGroup_1bewZ > .itemHeader_3H2lb > span.count_1SZNk {
        flex: 1 0 auto;
        margin: 0 8px; }
  .ColumnListItemGroup_1bewZ > ul {
    margin-top: 10px; }

.tooltipContent_2Fnp5 {
  padding-bottom: 1px;
  padding-right: 5px; }
  .tooltipContent_2Fnp5 > div.titleSection_2ssb- {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    margin-top: 5px; }
    .tooltipContent_2Fnp5 > div.titleSection_2ssb- > .icon_3_den {
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 7px; }
    .tooltipContent_2Fnp5 > div.titleSection_2ssb- > .screenerIcon_v1AtT {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 12px;
      margin-right: 6px; }
      .tooltipContent_2Fnp5 > div.titleSection_2ssb- > .screenerIcon_v1AtT svg {
        display: flex;
        align-items: center;
        justify-content: center; }
        .tooltipContent_2Fnp5 > div.titleSection_2ssb- > .screenerIcon_v1AtT svg path {
          fill: #fff; }
    .tooltipContent_2Fnp5 > div.titleSection_2ssb- h4 {
      flex-grow: 1;
      flex-shrink: 1;
      font-size: 13px;
      line-height: 17px;
      font-weight: 600;
      color: white;
      text-transform: none;
      margin: 0; }
  .tooltipContent_2Fnp5 p {
    margin: 0; }

.ColumnUploadSection_1Kba0 .uploadItem_hBxCe {
  display: flex;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  min-height: 63px; }
  .ColumnUploadSection_1Kba0 .uploadItem_hBxCe p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    color: #282f3e;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis; }

.TourBrowserModal_2j7wZ {
  min-height: 230px; }
  .TourBrowserModal_2j7wZ .modalBody_37ELn {
    padding: 15px 20px 0 20px !important; }
  .TourBrowserModal_2j7wZ > div:last-child {
    display: flex;
    flex-direction: column; }
  .TourBrowserModal_2j7wZ p {
    font-size: 13px;
    line-height: 18px;
    color: #1d242f;
    text-align: center;
    margin: 0 auto;
    max-width: 390px; }
  .TourBrowserModal_2j7wZ .storiesListSection_nnhYL {
    position: relative;
    flex-grow: 1;
    margin-top: 40px; }
    .TourBrowserModal_2j7wZ .storiesListSection_nnhYL .loadingIcon_2Ib0U {
      position: absolute;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      box-shadow: none;
      margin: 0 auto;
      top: inherit; }
    .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div {
      border-radius: 4px;
      box-shadow: 0px 1px 1px 0px rgba(31, 47, 64, 0.05);
      padding: 14px 11px;
      margin-bottom: 20px; }
      .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin: 0;
        text-transform: none;
        padding-left: 4px;
        padding-top: 4px;
        padding-bottom: 10px; }
      .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div.Connections_1Up7e {
        background-color: #3e4feb; }
      .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div.Screener_HZbur {
        background-color: #0ec896; }
      .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul {
        margin: 0; }
        .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li {
          border-radius: 2px;
          height: 36px;
          display: flex;
          align-items: center;
          margin-top: 8px;
          padding-left: 10px;
          padding-right: 3px;
          cursor: pointer; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li.Connections_1Up7e {
            background-color: #4759f6; }
            .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li.Connections_1Up7e:hover {
              background-color: #4781f6; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li.Screener_HZbur {
            background-color: #08ad81; }
            .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li.Screener_HZbur:hover {
              background-color: #0f936f; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li:hover .copyTooltip_3VUhe {
            display: block; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .copyTooltip_3VUhe {
            flex-grow: 0;
            flex-shrink: 0;
            display: none; }
            .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .copyTooltip_3VUhe .copy_ItcIv {
              color: #fff;
              padding: 0 4px;
              height: 20px;
              opacity: 0.5; }
              .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .copyTooltip_3VUhe .copy_ItcIv:hover {
                opacity: 1; }
              .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .copyTooltip_3VUhe .copy_ItcIv i {
                margin: 0;
                display: flex; }
                .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .copyTooltip_3VUhe .copy_ItcIv i svg path {
                  fill: #fff; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li span {
            flex-grow: 1;
            flex-shrink: 1;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .loading_1SoAw {
            top: 2px;
            margin-right: 10px; }
          .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .start_3scr4 {
            flex-grow: 0;
            flex-shrink: 0;
            opacity: 0.5; }
            .TourBrowserModal_2j7wZ .storiesListSection_nnhYL > div ul li .start_3scr4:hover {
              opacity: 1; }

.AppLayout_1H8Di {
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box; }
  .AppLayout_1H8Di .header_3ty2s {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 15; }
  .AppLayout_1H8Di .body_wkuMf {
    position: relative;
    min-height: calc(100% - 50px);
    box-sizing: border-box; }

.ExceptionHandlerContainer_au7hA {
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U {
    max-width: 700px;
    padding: 20px; }
    .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U .logo_9hpFU {
      background-image: url("/static/img/landing/1x/v2-logo-mobile.png");
      background-size: 49px 48px;
      width: 49px;
      height: 48px;
      background-position: initial;
      margin-bottom: 60px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U .logo_9hpFU {
          background-image: url("/static/img/landing/2x/v2-logo-mobile.png"); } }
    .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U h1 {
      margin: 0;
      margin-bottom: 15px;
      font-size: 42px;
      font-weight: 600; }
    .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U p {
      font-size: 24px;
      line-height: 30px;
      color: #99a5b2;
      margin-bottom: 40px; }
    .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U span {
      display: block;
      font-size: 16px; }
      .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U span.crashReference_2VpVY {
        margin-top: 5px;
        font-size: 14px; }
      .ExceptionHandlerContainer_au7hA .innerContainer_1zb8U span a {
        -webkit-appearance: none;
        appearance: none;
        font-weight: 600;
        text-decoration: none;
        color: #0d5ff8;
        cursor: pointer; }

.sentry-error-embed-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.sentry-error-embed .form-submit .btn {
  background: #0b71e6 !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  padding-top: 8px !important; }

.BasicErrorBoundary_2f54d {
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .BasicErrorBoundary_2f54d .innerContainer_uJNSm {
    max-width: 700px;
    padding: 20px; }
    .BasicErrorBoundary_2f54d .innerContainer_uJNSm .logo_3p6gC {
      background-image: url("/static/img/landing/1x/v2-logo-mobile.png");
      background-size: 49px 48px;
      width: 49px;
      height: 48px;
      background-position: initial;
      margin-bottom: 60px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .BasicErrorBoundary_2f54d .innerContainer_uJNSm .logo_3p6gC {
          background-image: url("/static/img/landing/2x/v2-logo-mobile.png"); } }
    .BasicErrorBoundary_2f54d .innerContainer_uJNSm h1 {
      margin: 0;
      margin-bottom: 15px;
      font-size: 42px;
      font-weight: 600; }
    .BasicErrorBoundary_2f54d .innerContainer_uJNSm p {
      font-size: 24px;
      line-height: 30px;
      color: #99a5b2;
      margin-bottom: 40px; }

html,
body,
#root {
  height: 100%; }

body {
  background: #fbfbfb;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  color: #282f3e;
  font-weight: 600; }

h2, h3, h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px; }

strong {
  font-weight: 600; }

body {
  background-color: #fff; }
  body.dark {
    background-color: #000; }

#root {
  width: 100%;
  height: 100%; }
  #root svg {
    border: none; }

div#html-preloader {
  background: transparent; }
  div#html-preloader.dark svg circle {
    stroke: #ffffff !important; }

.ReactMapSnapshotEmbed_2cE88 {
  height: 100%; }

.TableIndicator_3cwk5 {
  background: rgba(29, 36, 47, 0.85);
  box-shadow: 0px 8px 30px 0px rgba(22, 50, 75, 0.1);
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.15s linear, opacity 0.15s linear;
  position: absolute;
  z-index: 5;
  height: 40px;
  left: 50%;
  padding: 0 10px; }
  .TableIndicator_3cwk5.positionBottom_1TELg {
    bottom: 50px;
    transform: translate(0, 60px); }
  .TableIndicator_3cwk5.positionCenter_2ARt0 {
    top: 50%;
    margin-top: -20px; }
  .TableIndicator_3cwk5.active_w4EHe {
    opacity: 1;
    pointer-events: all;
    transform: translate(0, 0); }
  .TableIndicator_3cwk5.noSpinner_1Eu5M {
    justify-content: space-around; }
  .TableIndicator_3cwk5 .spinner_1VbhM {
    margin-right: 10px;
    margin-top: 4px; }
  .TableIndicator_3cwk5 .label_3nRM3 {
    color: #fff;
    font-size: 13px;
    font-weight: 600; }

a.mapboxgl-ctrl-logo {
  display: none !important; }

.MapContainer_26wwT {
  width: 100%;
  position: relative;
  flex: 1 1 auto;
  height: auto;
  overflow: hidden; }

.pointHighlight_7FXkD {
  position: absolute;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.pointLabel_3gS3f {
  position: absolute;
  pointer-events: none;
  font-size: 15px;
  padding: 2px 7px;
  padding-bottom: 3px;
  visibility: hidden; }
  .pointLabel_3gS3f.visible_1AcSy {
    visibility: initial; }
  .pointLabel_3gS3f .ticker_3tR0r {
    text-transform: uppercase; }
  .pointLabel_3gS3f.isMobile_bPWUs {
    font-size: 14px;
    padding: 2px 6px; }

.clusterHighlight_1TLB- {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 2px solid #000; }

.clusterLabel_eQFUm {
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  padding: 2px 8px;
  visibility: hidden; }
  .clusterLabel_eQFUm span {
    margin-right: 4px; }
  .clusterLabel_eQFUm strong {
    font-family: "Monorama", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .clusterLabel_eQFUm strong.hasPreLabel_1gApy {
      font-weight: 600; }
  .clusterLabel_eQFUm.visible_1AcSy {
    visibility: initial; }

.valueHighlight_16Va1 {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 2px solid #000; }

.valueLabel_3Ih6t {
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  padding: 4px 8px;
  visibility: hidden; }
  .valueLabel_3Ih6t.visible_1AcSy {
    visibility: initial; }

.multipolygonLabel_1nn1_ {
  position: absolute;
  pointer-events: none;
  font-size: 14px;
  padding: 7px 10px;
  visibility: hidden; }
  .multipolygonLabel_1nn1_.visible_1AcSy {
    visibility: initial; }

.valueLabel_3Ih6t span, .multipolygonLabel_1nn1_ span {
  display: block; }
  .valueLabel_3Ih6t span.name_19QLs, .multipolygonLabel_1nn1_ span.name_19QLs {
    font-weight: 600;
    margin-bottom: 10px; }
  .valueLabel_3Ih6t span.field_3WVnF, .multipolygonLabel_1nn1_ span.field_3WVnF {
    font-size: 13px; }
  .valueLabel_3Ih6t span.value_2BcXe, .multipolygonLabel_1nn1_ span.value_2BcXe {
    font-weight: 600; }

.Title_30alG {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .Title_30alG.isMobile {
    font-size: 18px;
    line-height: 23px; }

@font-face {
  font-family: "Sohne";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.media.thinknum.com/fonts/Soehne-Regular.eot") format("eot"), url("https://static.media.thinknum.com/fonts/Soehne-Regular.woff2") format("woff2"), url("https://static.media.thinknum.com/fonts/Soehne-Regular.woff") format("woff"); }

@font-face {
  font-family: "Monorama";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.media.thinknum.com/fonts/Monorama-Regular.woff2") format("woff2"), url("https://static.media.thinknum.com/fonts/Monorama-Regular.woff") format("woff"); }

html, body {
  height: 100%;
  overflow: hidden; }

.loadingIndicator_3_1GL {
  border-radius: 0;
  background-color: #000; }
  .loadingIndicator_3_1GL.isMobile_3vD9A {
    bottom: 70px; }

.vStack_9XnZU {
  height: 100%; }

.Title_9ng9a {
  padding-top: 4px;
  font-family: Sohne, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.buttons_374WM {
  margin-top: 8px; }

.SourceLink_REeU4 {
  flex: 0 0 auto;
  padding-top: 6px; }
  .SourceLink_REeU4 a {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #808080; }
    .SourceLink_REeU4 a:hover {
      color: #0048ff; }

.Legend_1-n5r {
  min-height: 26px;
  margin-top: 24px;
  margin-bottom: 13px; }

.MediaMap_sNSNZ, .MediaLandingHeroMap_sUUY9, .MediaThumbnailMap_3L9h_, .MediaThumbMap_MCh-n, .MediaHeroMap_tBvXZ {
  width: 100%;
  height: 100%; }

.MediaLandingHeroMap_sUUY9 .Title_9ng9a {
  font-size: 18px;
  line-height: 22px; }
  .MediaLandingHeroMap_sUUY9 .Title_9ng9a.isMobile {
    margin-bottom: 8px;
    font-size: 14px; }

.MediaLandingHeroMap_sUUY9 .Legend_1-n5r {
  margin-top: 20px; }
  .MediaLandingHeroMap_sUUY9 .Legend_1-n5r li {
    margin-bottom: 1px; }

.MediaThumbnailMap_3L9h_ .Title_9ng9a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #808080;
  padding-bottom: 5px; }

.MediaThumbMap_MCh-n > div {
  height: 100%; }

.MediaThumbMap_MCh-n .hoverLabel {
  font-size: 13px; }

.MediaHeroMap_tBvXZ {
  position: relative; }
  .MediaHeroMap_tBvXZ .topStackContainer_dW10j {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0; }
  .MediaHeroMap_tBvXZ .topStack_IePiA {
    width: 100%;
    max-width: 1280px !important;
    margin: auto;
    padding: 0 40px;
    padding-top: 28px;
    box-sizing: border-box; }
  .MediaHeroMap_tBvXZ .Title_9ng9a {
    color: #fff;
    font-size: 24px;
    padding-top: 0; }
  .MediaHeroMap_tBvXZ .mapContainer_2vpab {
    height: 100%; }

.dark .Title_9ng9a {
  color: #fff; }

.dark .Legend_1-n5r li span {
  color: #fff; }

.dark .OverlayLegend_65kTq span {
  color: #fff; }

.dark .OverlayLegend_65kTq li span {
  color: #fff; }

.dark .MediaThumbnailMap_3L9h_ .Title_9ng9a {
  color: #808080; }

.LegendPlaceholder_49Pam {
  width: 100%; }

.OverlayLegend_jEsD0 {
  margin-top: 10px; }
  .OverlayLegend_jEsD0 .legend_2YdMg {
    margin-top: 5px;
    margin-bottom: 0; }

.TimeSlider_ppslD {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  padding-bottom: 6px; }
  .TimeSlider_ppslD .buttons_3LQuF {
    display: flex; }
    .TimeSlider_ppslD .buttons_3LQuF div.button_2ISe0 {
      border: 1px solid #000;
      box-sizing: border-box;
      margin-right: 10px;
      width: 24px;
      height: 23px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .TimeSlider_ppslD .buttons_3LQuF div.button_2ISe0.isActive_uGhWw {
        background: #000; }
        .TimeSlider_ppslD .buttons_3LQuF div.button_2ISe0.isActive_uGhWw svg path {
          fill: #fff; }
    .TimeSlider_ppslD .buttons_3LQuF .buttonTooltip_2WdNt {
      font-family: "Monorama", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .TimeSlider_ppslD .sliderContainer_3_yfa {
    flex: 1 1 auto; }
    .TimeSlider_ppslD .sliderContainer_3_yfa .slider_2N4dv {
      position: relative;
      height: 6px;
      width: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .TimeSlider_ppslD .sliderContainer_3_yfa .slider_2N4dv .rail {
        position: absolute;
        width: 100%;
        background-color: #dedede;
        height: 6px; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .slider_2N4dv .track {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        border-radius: 0;
        height: 6px; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .slider_2N4dv .handle {
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        border-image: initial;
        background: transparent;
        position: absolute;
        margin-left: -7px;
        margin-top: -5px;
        width: 14px;
        height: 14px;
        cursor: default;
        touch-action: pan-x;
        border-radius: 50%;
        left: 100%;
        z-index: 2; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .slider_2N4dv .tooltip {
        bottom: 12px;
        font-weight: 500;
        background: #000;
        font-size: 15px;
        padding: 5px 10px;
        padding-bottom: 7px;
        color: #fff;
        position: absolute;
        opacity: 0;
        font-family: "Monorama", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .TimeSlider_ppslD .sliderContainer_3_yfa .slider_2N4dv .tooltip.isVisible_txtBX {
          opacity: 1; }
    .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .tick_25HJa, .TimeSlider_ppslD .sliderContainer_3_yfa .legendTest_1d3Zu .tick_25HJa {
      font-family: "Monorama", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0;
      transform: translate(-50%, 0);
      text-align: center;
      overflow: hidden;
      line-height: 28px;
      font-weight: 600; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .tick_25HJa.isActive_uGhWw, .TimeSlider_ppslD .sliderContainer_3_yfa .legendTest_1d3Zu .tick_25HJa.isActive_uGhWw {
        color: #000; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .tick_25HJa.left_3hk3x, .TimeSlider_ppslD .sliderContainer_3_yfa .legendTest_1d3Zu .tick_25HJa.left_3hk3x {
        left: 0;
        margin-left: 0;
        text-align: left;
        transform: none; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .tick_25HJa.right_38XZH, .TimeSlider_ppslD .sliderContainer_3_yfa .legendTest_1d3Zu .tick_25HJa.right_38XZH {
        right: 0;
        margin-left: 0;
        text-align: right;
        transform: none; }
    .TimeSlider_ppslD .sliderContainer_3_yfa .legendTest_1d3Zu {
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      font-size: 13px; }
    .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc {
      position: relative;
      height: 18px;
      font-size: 13px;
      color: #000;
      margin-top: -4px; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc > {
        pointer-events: none; }
      .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .smallTicks_2P9qH {
        position: relative;
        height: 18px;
        margin-top: 0; }
        .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .smallTicks_2P9qH > .tick_25HJa {
          position: absolute;
          background: none;
          width: 1px;
          height: 7px;
          margin-left: 0; }
          .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .smallTicks_2P9qH > .tick_25HJa.left_3hk3x {
            left: 2px; }
          .TimeSlider_ppslD .sliderContainer_3_yfa .legend_3gYgc .smallTicks_2P9qH > .tick_25HJa.right_38XZH {
            right: 2px; }
  .TimeSlider_ppslD .SpeedSelector_2jRKE {
    position: relative; }
    .TimeSlider_ppslD .SpeedSelector_2jRKE .menu_2A_sZ {
      position: absolute;
      z-index: 10;
      bottom: 22px;
      left: 0;
      background-color: #000;
      padding-bottom: 6px;
      width: 78px; }
      .TimeSlider_ppslD .SpeedSelector_2jRKE .menu_2A_sZ span.label_1_Eif {
        display: block;
        font-size: 15px;
        padding-left: 5px;
        padding-left: 12px;
        padding-top: 8px;
        padding-bottom: 5px;
        color: #fff; }
      .TimeSlider_ppslD .SpeedSelector_2jRKE .menu_2A_sZ ul li {
        padding: 4px 14px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        cursor: pointer; }
        .TimeSlider_ppslD .SpeedSelector_2jRKE .menu_2A_sZ ul li:hover {
          background-color: #0b71e6; }
        .TimeSlider_ppslD .SpeedSelector_2jRKE .menu_2A_sZ ul li span {
          flex: 1 1 auto; }
        .TimeSlider_ppslD .SpeedSelector_2jRKE .menu_2A_sZ ul li div {
          flex: 0 0 auto; }

