.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 > .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 .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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .AppsMenuLauncher_5TWZY > span.screener_2jY8f {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.screener_2jY8f:before {
      background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .AppsMenuLauncher_5TWZY > span.companies_1RuAq {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.companies_1RuAq:before {
      background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .AppsMenuLauncher_5TWZY > span.dashboard_3ZZWk {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.dashboard_3ZZWk:before {
      background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .AppsMenuLauncher_5TWZY > span.indexes_yu2pJ {
    position: relative; }
    .AppsMenuLauncher_5TWZY > span.indexes_yu2pJ:before {
      background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.connections_2J_pD .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.companies_38YHf .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.dashboard_1p5cn .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .MenuPopover_3GhVE.App_2aBCf > ul.appsList_lcedv > li.indexes_m63q5 .icon_1adX3 {
    background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.png"); } }
  .SearchForm_1p1-7.isFocused_1gvSs {
    position: relative; }
    .SearchForm_1p1-7.isFocused_1gvSs:before {
      background-image: url("/static/img/_sprites/new-header_1x-a1088ff8e6c059f4f99f7b9410385e19.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-730669bd9f26314283d0bdc73d6d8b83.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: 88%;
  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 {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.1s, transform 0.1s;
    position: absolute;
    top: 1px;
    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 {
      fill: #161b24; }
  span.Checkbox_3d0D7.checked_1EQFQ .icon_2fVY1 {
    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 {
      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-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.agents_24n0I {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.appstore_ratings_KbqY7 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.appstore_ratings_google_play_1S5qf {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.auction_523NI {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.bank_account_1-FRv {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.bestsellers_bOktq {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.car_inventory_tQkEU {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.community_members_r7ZjP {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.creditcards_3QTDT {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.featured_clients_2QB2N {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.glassdoor_reviews_3V2Lz {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.government_contract_3xrR6 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.indeed_reviews_1NjOL {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.indeed_snapshot_1DVVi {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.job_listings_3ehdB {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.linkedin_company_3w8l6 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.loans_issued_aKP14 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.menu_1dez4 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.product_reviews_25DmG {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.property_3Ty9w {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.reit_tenant_3AXxW {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.retail_products_kVnbr {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.retail_products_by_geo_2e0C2 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.sales_3iyJE {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_facebook_Wk8ku {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_facebook_app_TPTRe {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_github_1X68T {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_glassdoor_CNLsV {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_instagram_1EHrz {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_twitter_k3Pse {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_urlshare_1Gfj1 {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.social_weibo_1jmHe {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.stackexchange_QtTzz {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.store_1QgzX {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.traction_1i6OY {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.traction_geo_breakdown_WuOzM {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }
  .x24_2U80F.webtraffic_1RHXZ {
    background-image: url("/static/img/_sprites/datasets-24_1x-3904e886f317cc0948641b6b3f4177c8.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-4122da7dfede67c8bdba3e806efb2eb2.png"); } }

.x16_1x4aP {
  background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.agents_24n0I {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.appstore_ratings_KbqY7 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.appstore_ratings_google_play_1S5qf {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.auction_523NI {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.bank_account_1-FRv {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.bestsellers_bOktq {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.car_inventory_tQkEU {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.community_members_r7ZjP {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.creditcards_3QTDT {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.featured_clients_2QB2N {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.glassdoor_reviews_3V2Lz {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.government_contract_3xrR6 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.indeed_reviews_1NjOL {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.indeed_snapshot_1DVVi {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.job_listings_3ehdB {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.linkedin_company_3w8l6 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.loans_issued_aKP14 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.menu_1dez4 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.product_reviews_25DmG {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.property_3Ty9w {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.reit_tenant_3AXxW {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.retail_products_kVnbr {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.retail_products_by_geo_2e0C2 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.sales_3iyJE {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_facebook_Wk8ku {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_facebook_app_TPTRe {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_github_1X68T {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_glassdoor_CNLsV {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_instagram_1EHrz {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_twitter_k3Pse {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_urlshare_1Gfj1 {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.social_weibo_1jmHe {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.stackexchange_QtTzz {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.store_1QgzX {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.traction_1i6OY {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.traction_geo_breakdown_WuOzM {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.webtraffic_1RHXZ {
    background-image: url("/static/img/_sprites/datasets-16_1x-e62760224cb36c2a83aac43f0b4a8f7e.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-cf167e00ab6263cc65a4a7fdb45ffa3f.png"); } }
  .x16_1x4aP.onlyWhite_1V1u5 {
    background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.agents_24n0I {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.appstore_ratings_KbqY7 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.appstore_ratings_google_play_1S5qf {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.auction_523NI {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.bank_account_1-FRv {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.bestsellers_bOktq {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.car_inventory_tQkEU {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.community_members_r7ZjP {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.creditcards_3QTDT {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.featured_clients_2QB2N {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.glassdoor_reviews_3V2Lz {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.government_contract_3xrR6 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.indeed_reviews_1NjOL {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.indeed_snapshot_1DVVi {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.job_listings_3ehdB {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.linkedin_company_3w8l6 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.loans_issued_aKP14 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.menu_1dez4 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.product_reviews_25DmG {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.property_3Ty9w {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.reit_tenant_3AXxW {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.retail_products_kVnbr {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.retail_products_by_geo_2e0C2 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.sales_3iyJE {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_facebook_Wk8ku {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_facebook_app_TPTRe {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_github_1X68T {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_glassdoor_CNLsV {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_instagram_1EHrz {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_twitter_k3Pse {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_urlshare_1Gfj1 {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.social_weibo_1jmHe {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.stackexchange_QtTzz {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.store_1QgzX {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.traction_1i6OY {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.traction_geo_breakdown_WuOzM {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.png"); } }
    .x16_1x4aP.onlyWhite_1V1u5.webtraffic_1RHXZ {
      background-image: url("/static/img/_sprites/datasets-white-16_1x-302f4d846eac8318647e8ddb30da2706.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-9b253ba906f0546a32279092f267493a.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; }

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

.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; }

.copyCode {
  position: absolute;
  top: 8px;
  right: 9px;
  cursor: pointer;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #3b79ed;
  padding: 0 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;
  visibility: visible;
  opacity: 1;
  transition: .2s; }
  .copyCode.isHidden {
    visibility: hidden;
    opacity: 0; }
  @media (max-width: 599px) {
    .copyCode {
      display: none; } }
  .copyCode.media-v2 {
    border: none;
    font-size: 15px;
    line-height: 30px;
    font-family: Sohne, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.copied {
  position: absolute;
  top: 15px;
  right: 18px;
  display: flex;
  align-items: center;
  transition: .2s;
  visibility: hidden;
  opacity: 0; }
  .copied.isVisible {
    visibility: visible;
    opacity: 1; }
  .copied div {
    display: flex;
    align-items: center;
    padding-right: 5px; }
  .copied span {
    font-size: 12px;
    font-weight: 600;
    color: #15d273; }
  @media (max-width: 599px) {
    .copied {
      display: none; } }
  .copied.media-v2 span {
    font-size: 15px;
    line-height: 17px;
    font-family: Sohne, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

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; }

.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; }

.ModalBottomButtons_Jeoyj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px; }
  .ModalBottomButtons_Jeoyj .expander_1cbkN {
    flex-grow: 1;
    flex-shrink: 1; }
  .ModalBottomButtons_Jeoyj .button_3dMUl {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 60px;
    margin-right: 10px; }
    .ModalBottomButtons_Jeoyj .button_3dMUl:last-child {
      margin-right: 0; }

.RadioButton_29U0H {
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ccdde9;
  box-shadow: inset 0 2px 2px rgba(193, 201, 211, 0.3);
  display: block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  outline: none; }
  .RadioButton_29U0H.isSelected_2MP2Z {
    position: relative; }
    .RadioButton_29U0H.isSelected_2MP2Z:after {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      background: #1e2a34;
      position: absolute;
      top: 3px;
      left: 3px; }
  .RadioButton_29U0H.disabled_2EUfn {
    opacity: 0.4;
    cursor: not-allowed; }

.EmbedSetupModal_3HjHN {
  overflow: visible !important;
  transition: .2s height, .2s margin-top; }
  .EmbedSetupModal_3HjHN .bodyClass_3a5u1 {
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    overflow: hidden; }
    .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 {
      flex: 1;
      border-radius: 3px;
      box-sizing: border-box; }
      .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px; }
      .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv {
        margin-bottom: 16px; }
        .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv:last-child {
          margin-bottom: 0; }
        .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv .option_2leG2 {
          display: flex;
          align-items: center;
          margin-top: 8px; }
          .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv .option_2leG2:first-child {
            margin-top: 12px; }
          .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv .option_2leG2 .radio_1fKdt {
            flex-shrink: 0;
            flex-grow: 0;
            margin-right: 10px; }
          .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv .option_2leG2 span {
            font-size: 13px;
            font-weight: 600;
            color: #282f3e;
            cursor: pointer; }
          .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv .option_2leG2 .infoButton_2yH5j {
            opacity: 0;
            margin-left: 6px;
            display: flex;
            align-items: center; }
          .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv .option_2leG2:hover .infoButton_2yH5j {
            opacity: 1; }
        .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .row_2gAMv.disabled_Menvq .option_2leG2 span {
          cursor: not-allowed;
          opacity: 0.75; }
      .EmbedSetupModal_3HjHN .bodyClass_3a5u1 > .form_iecA5 .input_2Dn4n {
        width: 100%; }
    .EmbedSetupModal_3HjHN .bodyClass_3a5u1 .buttons_1kfMt {
      padding-top: 16px; }
    .EmbedSetupModal_3HjHN .bodyClass_3a5u1 .loadingContainer_3nt23 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1; }
      .EmbedSetupModal_3HjHN .bodyClass_3a5u1 .loadingContainer_3nt23 .icon_3lCQu {
        flex-grow: 0;
        margin: initial;
        top: 2px;
        margin-right: 8px; }
    .EmbedSetupModal_3HjHN .bodyClass_3a5u1 .errorMessage_1Amzd {
      line-height: 30px;
      flex-grow: 1;
      display: flex;
      align-items: center; }
      .EmbedSetupModal_3HjHN .bodyClass_3a5u1 .errorMessage_1Amzd p {
        margin: 0; }
  .EmbedSetupModal_3HjHN .actions_2EmCT {
    text-align: right; }

.MapPopoverPortal_1ShXi {
  z-index: 150; }
  .MapPopoverPortal_1ShXi > div {
    z-index: 150; }

.MapPopover_1GjAQ {
  color: #1d242f;
  font-size: 13px;
  padding: 13px 15px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(22, 50, 75, 0.15);
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 230px;
  max-width: 300px;
  margin-left: 5px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .MapPopover_1GjAQ .part_1Xbqm {
    margin-bottom: 1em;
    overflow: hidden;
    text-overflow: ellipsis; }
  .MapPopover_1GjAQ .noWrap_3iSVj {
    white-space: nowrap; }
  .MapPopover_1GjAQ .part_1Xbqm.contact_2r1Et {
    margin-bottom: 0.5em; }
  .MapPopover_1GjAQ .link_3ay7A {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .MapPopover_1GjAQ .link_3ay7A a {
      font-weight: 600;
      color: #0f58df; }

.MapTab_1uYwd {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  height: auto; }
  .MapTab_1uYwd .menus_1rFVU {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    overflow: hidden;
    z-index: 4; }
    .MapTab_1uYwd .menus_1rFVU.isEmbedded_L3zMm {
      right: 10px; }
    .MapTab_1uYwd .menus_1rFVU > div {
      pointer-events: all; }
  .MapTab_1uYwd > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0; }

.pointHighlight_2XUzb {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 2px solid black;
  background: #fff;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
  pointer-events: none; }

.MapTooltipPortal_3dQXh {
  z-index: 700;
  pointer-events: none; }
  .MapTooltipPortal_3dQXh > div {
    z-index: 700; }

.MapTooltip_2gubj {
  font-size: 13px;
  background: #3a424e;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
  box-shadow: 0px 8px 30px 0px rgba(22, 50, 75, 0.1);
  margin-left: 8px;
  margin-top: 8px; }
  .MapTooltip_2gubj li {
    margin-bottom: 6px; }
    .MapTooltip_2gubj li:last-child {
      margin-bottom: 0; }
  .MapTooltip_2gubj strong {
    color: #fff; }
  .MapTooltip_2gubj.edgy_3ghIQ {
    border-radius: 0;
    background: #000; }

body.withMapTab_25PnJ #chatlio-widget .chatlio-title-bar-chip-container .chatlio-title-bar-chip {
  height: 32px;
  width: 32px;
  line-height: 32px; }
  body.withMapTab_25PnJ #chatlio-widget .chatlio-title-bar-chip-container .chatlio-title-bar-chip .chatlio-controls-close {
    height: 32px !important; }
  body.withMapTab_25PnJ #chatlio-widget .chatlio-title-bar-chip-container .chatlio-title-bar-chip .chatlio-title-text a {
    line-height: 30px !important;
    padding: 0;
    text-align: center; }
    body.withMapTab_25PnJ #chatlio-widget .chatlio-title-bar-chip-container .chatlio-title-bar-chip .chatlio-title-text a::before {
      margin-right: 0 !important; }
    body.withMapTab_25PnJ #chatlio-widget .chatlio-title-bar-chip-container .chatlio-title-bar-chip .chatlio-title-text a .chatlio-title-text-content {
      display: none; }

.edgyLoading_2Y2J8 {
  border-radius: 0;
  background-color: #000; }

.ExpandableMenu_3xaQ_, ul.submenuItems_90m9U {
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08);
  color: #1e2a34; }
  .ExpandableMenu_3xaQ_ > h2, ul.submenuItems_90m9U > h2 {
    color: inherit;
    line-height: 12px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
    padding: 10px;
    border-bottom: 1px solid #e9f0f5;
    text-transform: none; }

.ExpandableMenu_3xaQ_ ul, ul.submenuItems_90m9U {
  border-top: 1px solid #e9f0f5;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-shrink: 1;
  flex-grow: 1; }
  .ExpandableMenu_3xaQ_ ul li, ul.submenuItems_90m9U li {
    padding: 7px 10px;
    cursor: pointer; }
    .ExpandableMenu_3xaQ_ ul li:hover, ul.submenuItems_90m9U li:hover {
      background: #f6f9fb; }
    .ExpandableMenu_3xaQ_ ul li label, ul.submenuItems_90m9U li label {
      display: flex;
      align-items: center;
      font-size: 13px;
      cursor: pointer; }
      .ExpandableMenu_3xaQ_ ul li label .icon_3nGve, ul.submenuItems_90m9U li label .icon_3nGve {
        width: 16px;
        text-align: center;
        margin-right: 6px;
        margin-bottom: -1px; }
      .ExpandableMenu_3xaQ_ ul li label span, ul.submenuItems_90m9U li label span {
        display: block; }
        .ExpandableMenu_3xaQ_ ul li label span.spacer_3MupX, ul.submenuItems_90m9U li label span.spacer_3MupX {
          flex: 1; }

.BottomMenus_24a6_ {
  position: absolute;
  left: 15px;
  bottom: 10px;
  right: 124px;
  height: 32px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .BottomMenus_24a6_.embedded_MHLFt {
    right: 75px; }
  .BottomMenus_24a6_ .button_n6bkQ {
    height: 32px;
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08); }
    .BottomMenus_24a6_ .button_n6bkQ span {
      color: #778fa9; }
    .BottomMenus_24a6_ .button_n6bkQ:hover {
      background: #fff !important; }
      .BottomMenus_24a6_ .button_n6bkQ:hover span {
        color: #000; }
  .BottomMenus_24a6_ .timeseriesMenu_1t0zg {
    flex: 1;
    margin-right: 10px; }

.ExpandableMenu_3xaQ_ {
  width: 200px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  -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; }
  .ExpandableMenu_3xaQ_ .header_1soFc {
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    color: inherit;
    line-height: 13px;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 11px 10px;
    text-transform: none;
    border-radius: 4px;
    position: relative; }
    .ExpandableMenu_3xaQ_ .header_1soFc:before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -42px -167px;
      height: 6px;
      width: 9px;
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: auto;
      bottom: auto;
      right: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ExpandableMenu_3xaQ_ .header_1soFc:before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .ExpandableMenu_3xaQ_ .header_1soFc:hover {
      background-color: #f5f8fa; }
    .ExpandableMenu_3xaQ_ .header_1soFc.isExpanded_jzISA {
      position: relative;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .ExpandableMenu_3xaQ_ .header_1soFc.isExpanded_jzISA:before {
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -51px -167px;
        height: 6px;
        width: 9px;
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: auto;
        bottom: auto;
        right: 12px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .ExpandableMenu_3xaQ_ .header_1soFc.isExpanded_jzISA:before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

.Submenu_16dkB label {
  position: relative; }
  .Submenu_16dkB label:before {
    background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
    background-repeat: no-repeat;
    background-size: 189px 186px;
    background-position: -6px -177px;
    height: 9px;
    width: 6px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: 5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .Submenu_16dkB label:before {
        background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

ul.submenuItems_90m9U {
  border-top: none;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0; }

div#root.media-v2 .ExpandableMenu_3xaQ_ {
  border-radius: 0 !important; }
  div#root.media-v2 .ExpandableMenu_3xaQ_ ul {
    border-top-color: #000; }

.SmartTooltip_I1jlH {
  position: absolute;
  z-index: 999;
  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: 9px 12px;
  font-size: 13px;
  color: #fff;
  line-height: 1.69;
  max-width: 350px;
  opacity: 0;
  transition: opacity 0.15s;
  overflow-y: auto; }
  .SmartTooltip_I1jlH::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .SmartTooltip_I1jlH::-webkit-scrollbar-track {
    background: #ecf4f8; }
  .SmartTooltip_I1jlH::-webkit-scrollbar-thumb {
    background: #aec3d1;
    border-radius: 3px; }
  .SmartTooltip_I1jlH.isVisible_128Gj {
    opacity: 1; }
  .SmartTooltip_I1jlH.testMeasure_19dKI {
    top: 0;
    left: 0;
    visibility: hidden; }
  .SmartTooltip_I1jlH strong {
    color: #fff;
    margin-bottom: 4px;
    display: block; }
  .SmartTooltip_I1jlH p {
    color: #fff;
    margin: 0;
    margin-bottom: 2px; }
  .SmartTooltip_I1jlH.white_KKUwR {
    color: #000 !important;
    background-color: #fff; }
    .SmartTooltip_I1jlH.white_KKUwR p {
      color: #000 !important; }

.ExpandableMenu_3u0G4, ul.submenuItems_Wpb4u {
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08);
  color: #1e2a34; }
  .ExpandableMenu_3u0G4 > h2, ul.submenuItems_Wpb4u > h2 {
    color: inherit;
    line-height: 12px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
    padding: 10px;
    border-bottom: 1px solid #e9f0f5;
    text-transform: none; }

.ExpandableMenu_3u0G4 ul, ul.submenuItems_Wpb4u {
  border-top: 1px solid #e9f0f5;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-shrink: 1;
  flex-grow: 1; }
  .ExpandableMenu_3u0G4 ul li, ul.submenuItems_Wpb4u li {
    padding: 7px 10px;
    cursor: pointer; }
    .ExpandableMenu_3u0G4 ul li:hover, ul.submenuItems_Wpb4u li:hover {
      background: #f6f9fb; }
    .ExpandableMenu_3u0G4 ul li label, ul.submenuItems_Wpb4u li label {
      display: flex;
      align-items: center;
      font-size: 13px;
      cursor: pointer; }
      .ExpandableMenu_3u0G4 ul li label .icon_3EA8v, ul.submenuItems_Wpb4u li label .icon_3EA8v {
        width: 16px;
        text-align: center;
        margin-right: 6px;
        margin-bottom: -1px; }
      .ExpandableMenu_3u0G4 ul li label span, ul.submenuItems_Wpb4u li label span {
        display: block; }
        .ExpandableMenu_3u0G4 ul li label span.spacer_35GeC, ul.submenuItems_Wpb4u li label span.spacer_35GeC {
          flex: 1; }

.BottomMenus_iF-gq {
  position: absolute;
  left: 15px;
  bottom: 10px;
  right: 124px;
  height: 32px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .BottomMenus_iF-gq.embedded_282bi {
    right: 75px; }
  .BottomMenus_iF-gq .button_T2HgP {
    height: 32px;
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08); }
    .BottomMenus_iF-gq .button_T2HgP span {
      color: #778fa9; }
    .BottomMenus_iF-gq .button_T2HgP:hover {
      background: #fff !important; }
      .BottomMenus_iF-gq .button_T2HgP:hover span {
        color: #000; }
  .BottomMenus_iF-gq .timeseriesMenu_3e0o9 {
    flex: 1;
    margin-right: 10px; }

.ExpandableMenu_3u0G4 {
  width: 200px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  -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; }
  .ExpandableMenu_3u0G4 .header_3DCXZ {
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    color: inherit;
    line-height: 13px;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 11px 10px;
    text-transform: none;
    border-radius: 4px;
    position: relative; }
    .ExpandableMenu_3u0G4 .header_3DCXZ:before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -42px -167px;
      height: 6px;
      width: 9px;
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: auto;
      bottom: auto;
      right: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ExpandableMenu_3u0G4 .header_3DCXZ:before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .ExpandableMenu_3u0G4 .header_3DCXZ:hover {
      background-color: #f5f8fa; }
    .ExpandableMenu_3u0G4 .header_3DCXZ.isExpanded_90w3B {
      position: relative;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .ExpandableMenu_3u0G4 .header_3DCXZ.isExpanded_90w3B:before {
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -51px -167px;
        height: 6px;
        width: 9px;
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: auto;
        bottom: auto;
        right: 12px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .ExpandableMenu_3u0G4 .header_3DCXZ.isExpanded_90w3B:before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

.Submenu_1iSAZ label {
  position: relative; }
  .Submenu_1iSAZ label:before {
    background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
    background-repeat: no-repeat;
    background-size: 189px 186px;
    background-position: -6px -177px;
    height: 9px;
    width: 6px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: 5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .Submenu_1iSAZ label:before {
        background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

ul.submenuItems_Wpb4u {
  border-top: none;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0; }

div#root.media-v2 .ExpandableMenu_3u0G4 {
  border-radius: 0 !important; }
  div#root.media-v2 .ExpandableMenu_3u0G4 ul {
    border-top-color: #000; }

.colorsMenu_3GzHx.expanded_2l9lZ {
  flex-shrink: 1;
  min-height: 46px; }
  .colorsMenu_3GzHx.expanded_2l9lZ.itemsNone_1GwHK {
    min-height: 0; }
    .colorsMenu_3GzHx.expanded_2l9lZ.itemsNone_1GwHK ul {
      padding: 0; }
  .colorsMenu_3GzHx.expanded_2l9lZ.itemsCount1_2nZMh {
    min-height: 75px; }
    .colorsMenu_3GzHx.expanded_2l9lZ.itemsCount1_2nZMh.hasTwoRows_258Xu {
      min-height: 86px; }
  .colorsMenu_3GzHx.expanded_2l9lZ.itemsCount2_3Yl-q {
    min-height: 104px; }
    .colorsMenu_3GzHx.expanded_2l9lZ.itemsCount2_3Yl-q.hasTwoRows_258Xu {
      min-height: 126px; }
  .colorsMenu_3GzHx.expanded_2l9lZ.itemsCount3_T14Q2 {
    min-height: 133px; }
    .colorsMenu_3GzHx.expanded_2l9lZ.itemsCount3_T14Q2.hasTwoRows_258Xu {
      min-height: 166px; }
  .colorsMenu_3GzHx.expanded_2l9lZ.itemsCountMany_2-37w {
    min-height: 162px; }
    .colorsMenu_3GzHx.expanded_2l9lZ.itemsCountMany_2-37w.hasTwoRows_258Xu {
      min-height: 206px; }

ul.list_3qxUS {
  max-height: 50vh;
  overflow-y: auto; }
  ul.list_3qxUS li {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    line-height: 1.25;
    cursor: pointer;
    opacity: 1; }
    ul.list_3qxUS li:hover {
      background: #f6f9fb; }
    ul.list_3qxUS li.hidden_k_plI .colorIcon_sdu8g span {
      background-color: #c0d7e5 !important; }
    ul.list_3qxUS li.hidden_k_plI .label_23CsL, ul.list_3qxUS li.hidden_k_plI .label_23CsL strong, ul.list_3qxUS li.hidden_k_plI .label_23CsL small {
      color: #cbdbe4; }
    ul.list_3qxUS li .colorIcon_sdu8g {
      margin-right: 8px;
      height: 16px; }
      ul.list_3qxUS li .colorIcon_sdu8g span {
        border-radius: 50%;
        border: 2px solid #fff; }
      ul.list_3qxUS li .colorIcon_sdu8g.picking_3ICA2 span {
        box-shadow: 0 0 2px #000; }
    ul.list_3qxUS li .label_23CsL {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      ul.list_3qxUS li .label_23CsL .strong_1ZL0B {
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      ul.list_3qxUS li .label_23CsL small {
        font-size: 11px;
        color: #778fa9;
        text-transform: uppercase; }
    ul.list_3qxUS li .spacer_35GeC {
      flex: 1; }
    ul.list_3qxUS li .checkbox_3qQs7 {
      margin-left: 5px; }

.info_5jjyH {
  border-top: 1px solid #e9f0f5;
  padding: 6px;
  text-align: center; }

.actions_mYrJG {
  border-top: 1px solid #e9f0f5;
  padding: 8px;
  text-align: center; }
  .actions_mYrJG .filterButton_nV1RQ {
    width: 100%; }

div#root.media-v2 .label_23CsL small {
  font-family: "Monorama", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000; }

div#root.media-v2 ul li div span {
  border-radius: 0; }

div#root.media-v2 .colorIcon_sdu8g span {
  border-radius: 0 !important; }

.enableOverflow_3M_Tl {
  overflow: initial; }

.select_3b5b2 {
  padding: 5px 0;
  border-top: 1px solid #e9f0f5; }
  .select_3b5b2 > .Select-menu-outer {
    margin-top: 0 !important; }

.ExpandableMenu_21wVS, ul.submenuItems_2-O2T, .OverlaysMenu_Jwxz5 {
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08);
  color: #1e2a34; }
  .ExpandableMenu_21wVS > h2, ul.submenuItems_2-O2T > h2, .OverlaysMenu_Jwxz5 > h2 {
    color: inherit;
    line-height: 12px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
    padding: 10px;
    border-bottom: 1px solid #e9f0f5;
    text-transform: none; }

.ExpandableMenu_21wVS ul, ul.submenuItems_2-O2T {
  border-top: 1px solid #e9f0f5;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-shrink: 1;
  flex-grow: 1; }
  .ExpandableMenu_21wVS ul li, ul.submenuItems_2-O2T li {
    padding: 7px 10px;
    cursor: pointer; }
    .ExpandableMenu_21wVS ul li:hover, ul.submenuItems_2-O2T li:hover {
      background: #f6f9fb; }
    .ExpandableMenu_21wVS ul li label, ul.submenuItems_2-O2T li label {
      display: flex;
      align-items: center;
      font-size: 13px;
      cursor: pointer; }
      .ExpandableMenu_21wVS ul li label .icon_2z1Pl, ul.submenuItems_2-O2T li label .icon_2z1Pl {
        width: 16px;
        text-align: center;
        margin-right: 6px;
        margin-bottom: -1px; }
      .ExpandableMenu_21wVS ul li label span, ul.submenuItems_2-O2T li label span {
        display: block; }
        .ExpandableMenu_21wVS ul li label span.spacer_3pB6G, ul.submenuItems_2-O2T li label span.spacer_3pB6G {
          flex: 1; }

.BottomMenus_Pf1e_ {
  position: absolute;
  left: 15px;
  bottom: 10px;
  right: 124px;
  height: 32px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .BottomMenus_Pf1e_.embedded_Jgrhu {
    right: 75px; }
  .BottomMenus_Pf1e_ .button_2jFym {
    height: 32px;
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08); }
    .BottomMenus_Pf1e_ .button_2jFym span {
      color: #778fa9; }
    .BottomMenus_Pf1e_ .button_2jFym:hover {
      background: #fff !important; }
      .BottomMenus_Pf1e_ .button_2jFym:hover span {
        color: #000; }
  .BottomMenus_Pf1e_ .timeseriesMenu_2mqtC {
    flex: 1;
    margin-right: 10px; }

.ExpandableMenu_21wVS {
  width: 200px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  -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; }
  .ExpandableMenu_21wVS .header_11tLX {
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    color: inherit;
    line-height: 13px;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 11px 10px;
    text-transform: none;
    border-radius: 4px;
    position: relative; }
    .ExpandableMenu_21wVS .header_11tLX:before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -42px -167px;
      height: 6px;
      width: 9px;
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: auto;
      bottom: auto;
      right: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ExpandableMenu_21wVS .header_11tLX:before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .ExpandableMenu_21wVS .header_11tLX:hover {
      background-color: #f5f8fa; }
    .ExpandableMenu_21wVS .header_11tLX.isExpanded_3GbJ_ {
      position: relative;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .ExpandableMenu_21wVS .header_11tLX.isExpanded_3GbJ_:before {
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -51px -167px;
        height: 6px;
        width: 9px;
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: auto;
        bottom: auto;
        right: 12px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .ExpandableMenu_21wVS .header_11tLX.isExpanded_3GbJ_:before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

.Submenu_1T_h6 label {
  position: relative; }
  .Submenu_1T_h6 label:before {
    background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
    background-repeat: no-repeat;
    background-size: 189px 186px;
    background-position: -6px -177px;
    height: 9px;
    width: 6px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: 5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .Submenu_1T_h6 label:before {
        background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

ul.submenuItems_2-O2T {
  border-top: none;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0; }

div#root.media-v2 .ExpandableMenu_21wVS {
  border-radius: 0 !important; }
  div#root.media-v2 .ExpandableMenu_21wVS ul {
    border-top-color: #000; }

.OverlaysMenuItem_12V1M {
  cursor: initial; }
  .OverlaysMenuItem_12V1M .texts_2UTQs.clearLineHeight_3SCbJ {
    line-height: initial; }
  .OverlaysMenuItem_12V1M .texts_2UTQs span {
    display: block;
    font-weight: 600;
    line-height: 1.2; }
  .OverlaysMenuItem_12V1M .texts_2UTQs .dataInfo_37-aS {
    font-size: 11px;
    margin-top: 0;
    font-weight: 400; }

.OverlaysMenu_Jwxz5 {
  overflow: hidden;
  padding-bottom: 0;
  flex-shrink: 0;
  flex-grow: 0; }
  .OverlaysMenu_Jwxz5 > ul {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    list-style: none; }
    .OverlaysMenu_Jwxz5 > ul > li {
      padding: 0;
      font-size: 12px; }
      .OverlaysMenu_Jwxz5 > ul > li:hover {
        background: none; }
      .OverlaysMenu_Jwxz5 > ul > li.expandable_3Ovty .button_2jFym {
        cursor: pointer; }
        .OverlaysMenu_Jwxz5 > ul > li.expandable_3Ovty .button_2jFym:after {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          right: 14px;
          background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
          background-repeat: no-repeat;
          background-size: 189px 186px;
          background-position: -184px -158px;
          height: 8px;
          width: 5px;
          transition: all .2s ease-out; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2) {
            .OverlaysMenu_Jwxz5 > ul > li.expandable_3Ovty .button_2jFym:after {
              background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
      .OverlaysMenu_Jwxz5 > ul > li.expanded_H8Z3f .button_2jFym:after {
        transform: rotate(90deg); }
      .OverlaysMenu_Jwxz5 > ul > li.expanded_H8Z3f:last-child {
        margin-bottom: 10px; }
      .OverlaysMenu_Jwxz5 > ul > li .button_2jFym {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .OverlaysMenu_Jwxz5 > ul > li .button_2jFym:hover {
          background: #f6f9fb; }
        .OverlaysMenu_Jwxz5 > ul > li .button_2jFym .loader_11ebZ {
          display: inline-block;
          position: relative;
          margin-right: 8px;
          top: 3px; }
        .OverlaysMenu_Jwxz5 > ul > li .button_2jFym .checkbox_I8Inb {
          margin: 0 8px 0 0;
          flex-grow: 0;
          flex-shrink: 0; }
      .OverlaysMenu_Jwxz5 > ul > li > ul {
        padding: 0;
        list-style: none;
        margin: 5px 30px;
        border-top: none; }
        .OverlaysMenu_Jwxz5 > ul > li > ul.Legend_1_B4G {
          padding: 0;
          list-style: none;
          margin: 4px 12px 5px 13px; }
        .OverlaysMenu_Jwxz5 > ul > li > ul > li {
          padding: initial; }
          .OverlaysMenu_Jwxz5 > ul > li > ul > li:hover {
            background: none; }

.Legend_1_B4G > li {
  height: 17px;
  line-height: 17px;
  margin-bottom: 5px;
  display: flex;
  align-items: center; }
  .Legend_1_B4G > li .color_2CVxk {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #1196a2;
    margin-right: 11px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0; }
  .Legend_1_B4G > li:last-child {
    margin-bottom: 0; }
  .Legend_1_B4G > li span.label_gWpew {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    flex-grow: 1;
    flex-shrink: 1; }

ul.WhitespaceLegend_7a67U {
  margin-left: 34px !important;
  margin-bottom: 8px !important; }
  ul.WhitespaceLegend_7a67U > li {
    display: flex;
    flex-direction: column;
    color: #282f3e;
    margin-bottom: 6px; }
    ul.WhitespaceLegend_7a67U > li > span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: -2px; }
    ul.WhitespaceLegend_7a67U > li > strong {
      display: block;
      font-size: 11px;
      font-weight: 700; }

.tooltip_1xLrr {
  margin: 0;
  line-height: 1.45; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.TimeseriesSlider_eAxj2 .legend_6QkQ8 {
  position: relative;
  height: 18px;
  font-size: 11px;
  color: #758da5;
  margin-top: -2px;
  overflow: hidden; }
  .TimeseriesSlider_eAxj2 .legend_6QkQ8 .tick_L91Qu {
    position: absolute;
    top: 0;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    overflow: hidden; }
    .TimeseriesSlider_eAxj2 .legend_6QkQ8 .tick_L91Qu:before {
      content: '';
      display: block;
      background: #d8e2ed;
      width: 1px;
      height: 6px;
      position: absolute;
      left: 50%;
      top: -3px;
      z-index: 4; }
    .TimeseriesSlider_eAxj2 .legend_6QkQ8 .tick_L91Qu.left_3UzHg {
      left: 0;
      margin-left: 0;
      text-align: left; }
      .TimeseriesSlider_eAxj2 .legend_6QkQ8 .tick_L91Qu.left_3UzHg:before {
        left: 2px; }
    .TimeseriesSlider_eAxj2 .legend_6QkQ8 .tick_L91Qu.right_ZFsD- {
      right: 0;
      margin-left: 0;
      text-align: right; }
      .TimeseriesSlider_eAxj2 .legend_6QkQ8 .tick_L91Qu.right_ZFsD-:before {
        left: auto;
        right: 2px; }

.TimeseriesSlider_eAxj2 .rc-slider .rc-slider-rail {
  background-color: #d8e2ed; }

.TimeseriesSlider_eAxj2 .rc-slider .rc-slider-track {
  background-color: #0b71e6; }

.TimeseriesSlider_eAxj2 .rc-slider .rc-slider-handle {
  border: 1px solid #d3e1eb;
  background: #f6fafd; }
  .TimeseriesSlider_eAxj2 .rc-slider .rc-slider-handle:active {
    transform: scale(1.1);
    box-shadow: none;
    border: 1px solid #b7c5cf; }

.TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-track {
  border: 3px solid #efd814;
  box-sizing: content-box;
  z-index: 5;
  top: 2px; }

.TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle {
  z-index: 6;
  background-color: #efd814;
  border: none;
  width: 10px;
  height: 10px;
  position: relative; }
  .TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle.rc-slider-handle-1 {
    margin-top: -3.5px;
    margin-left: 0px;
    border-radius: 5px 0 0 5px; }
  .TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle.rc-slider-handle-2 {
    margin-top: -9.5px;
    margin-left: -4px;
    border-radius: 0 5px 5px 0; }
  .TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle:active {
    transform: initial;
    box-shadow: none;
    border: none; }
  .TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle:before {
    background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
    background-repeat: no-repeat;
    background-size: 189px 186px;
    background-position: -185px -121px;
    height: 4px;
    width: 3px;
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    bottom: auto;
    right: auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle:before {
        background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
  .TimeseriesSlider_eAxj2 .rc-slider.isCropping .rc-slider-handle.rc-slider-handle-2::before {
    left: 3px; }

.TimeseriesSlider_eAxj2.edgy_3nm5F {
  font-family: "Monorama", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .TimeseriesSlider_eAxj2.edgy_3nm5F .legend_6QkQ8 .tick_L91Qu {
    color: #000; }
    .TimeseriesSlider_eAxj2.edgy_3nm5F .legend_6QkQ8 .tick_L91Qu::before {
      display: none; }
  .TimeseriesSlider_eAxj2.edgy_3nm5F .rc-slider .rc-slider-rail {
    background-color: #dedede; }
  .TimeseriesSlider_eAxj2.edgy_3nm5F .rc-slider .rc-slider-track {
    background-color: #000; }
  .TimeseriesSlider_eAxj2.edgy_3nm5F .rc-slider .rc-slider-handle {
    border: 1px solid transparent;
    background: transparent; }
    .TimeseriesSlider_eAxj2.edgy_3nm5F .rc-slider .rc-slider-handle:active {
      border: 1px solid transparent; }

.ExpandableMenu_TMQdw, ul.submenuItems_1S4t7, .TimeseriesMenu_f06c9 .menu_2ngVx {
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08);
  color: #1e2a34; }
  .ExpandableMenu_TMQdw > h2, ul.submenuItems_1S4t7 > h2, .TimeseriesMenu_f06c9 .menu_2ngVx > h2 {
    color: inherit;
    line-height: 12px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
    padding: 10px;
    border-bottom: 1px solid #e9f0f5;
    text-transform: none; }

.ExpandableMenu_TMQdw ul, ul.submenuItems_1S4t7 {
  border-top: 1px solid #e9f0f5;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-shrink: 1;
  flex-grow: 1; }
  .ExpandableMenu_TMQdw ul li, ul.submenuItems_1S4t7 li {
    padding: 7px 10px;
    cursor: pointer; }
    .ExpandableMenu_TMQdw ul li:hover, ul.submenuItems_1S4t7 li:hover {
      background: #f6f9fb; }
    .ExpandableMenu_TMQdw ul li label, ul.submenuItems_1S4t7 li label {
      display: flex;
      align-items: center;
      font-size: 13px;
      cursor: pointer; }
      .ExpandableMenu_TMQdw ul li label .icon_311WB, ul.submenuItems_1S4t7 li label .icon_311WB {
        width: 16px;
        text-align: center;
        margin-right: 6px;
        margin-bottom: -1px; }
      .ExpandableMenu_TMQdw ul li label span, ul.submenuItems_1S4t7 li label span {
        display: block; }
        .ExpandableMenu_TMQdw ul li label span.spacer_I8a3y, ul.submenuItems_1S4t7 li label span.spacer_I8a3y {
          flex: 1; }

.BottomMenus_3-YCD {
  position: absolute;
  left: 15px;
  bottom: 10px;
  right: 124px;
  height: 32px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .BottomMenus_3-YCD.embedded_3YQ3- {
    right: 75px; }
  .BottomMenus_3-YCD .button_wZmAZ {
    height: 32px;
    border: none;
    box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08); }
    .BottomMenus_3-YCD .button_wZmAZ span {
      color: #778fa9; }
    .BottomMenus_3-YCD .button_wZmAZ:hover {
      background: #fff !important; }
      .BottomMenus_3-YCD .button_wZmAZ:hover span {
        color: #000; }
  .BottomMenus_3-YCD .timeseriesMenu_KBBT4 {
    flex: 1;
    margin-right: 10px; }

.ExpandableMenu_TMQdw {
  width: 200px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  -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; }
  .ExpandableMenu_TMQdw .header_10QKR {
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    color: inherit;
    line-height: 13px;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    padding: 11px 10px;
    text-transform: none;
    border-radius: 4px;
    position: relative; }
    .ExpandableMenu_TMQdw .header_10QKR:before {
      background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
      background-repeat: no-repeat;
      background-size: 189px 186px;
      background-position: -42px -167px;
      height: 6px;
      width: 9px;
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: auto;
      bottom: auto;
      right: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ExpandableMenu_TMQdw .header_10QKR:before {
          background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }
    .ExpandableMenu_TMQdw .header_10QKR:hover {
      background-color: #f5f8fa; }
    .ExpandableMenu_TMQdw .header_10QKR.isExpanded_24x1X {
      position: relative;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .ExpandableMenu_TMQdw .header_10QKR.isExpanded_24x1X:before {
        background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
        background-repeat: no-repeat;
        background-size: 189px 186px;
        background-position: -51px -167px;
        height: 6px;
        width: 9px;
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: auto;
        bottom: auto;
        right: 12px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .ExpandableMenu_TMQdw .header_10QKR.isExpanded_24x1X:before {
            background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

.Submenu_2lMir label {
  position: relative; }
  .Submenu_2lMir label:before {
    background-image: url("/static/img/_sprites/connections_1x-b6527f947b30316c3a1b0f79f31b0adb.png");
    background-repeat: no-repeat;
    background-size: 189px 186px;
    background-position: -6px -177px;
    height: 9px;
    width: 6px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: 5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .Submenu_2lMir label:before {
        background-image: url("/static/img/_sprites/connections_2x-d413829979733c1ae82192f9ebef6a92.png"); } }

ul.submenuItems_1S4t7 {
  border-top: none;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0; }

div#root.media-v2 .ExpandableMenu_TMQdw {
  border-radius: 0 !important; }
  div#root.media-v2 .ExpandableMenu_TMQdw ul {
    border-top-color: #000; }

.TimeseriesMenu_f06c9 {
  text-align: right; }
  .TimeseriesMenu_f06c9.simple_1wWOR {
    position: relative;
    height: 32px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, flex 0.25s ease-out, width 0.25s ease-out;
    transform: translateY(50px); }
    .TimeseriesMenu_f06c9.simple_1wWOR.isHiddenInEmbed_38pxQ {
      flex: initial;
      width: 120px; }
    .TimeseriesMenu_f06c9.simple_1wWOR.isVisible_1MqdH {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0); }
    .TimeseriesMenu_f06c9.simple_1wWOR .menu_2ngVx {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 13px;
      z-index: 2; }
  .TimeseriesMenu_f06c9 .cropButtons_3cqw0 {
    position: absolute;
    left: 50%;
    top: -46px;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.15s linear, opacity 0.15s linear;
    transform: translate(-50%, 42px);
    border-radius: 4px;
    background-color: #12151a;
    box-shadow: 0px 4px 10px 0px rgba(17, 37, 59, 0.08);
    height: 36px;
    overflow: hidden; }
    .TimeseriesMenu_f06c9 .cropButtons_3cqw0 .button_wZmAZ {
      width: 90px;
      height: 36px;
      font-weight: 600;
      border-radius: 0; }
      .TimeseriesMenu_f06c9 .cropButtons_3cqw0 .button_wZmAZ:hover {
        background-color: #32353a; }
      .TimeseriesMenu_f06c9 .cropButtons_3cqw0 .button_wZmAZ.crop_2rbNP {
        color: #efd814;
        border-right: 1px solid #252a34; }
    .TimeseriesMenu_f06c9 .cropButtons_3cqw0.isVisible_1MqdH {
      opacity: 1;
      pointer-events: all;
      transform: translate(-50%, 0); }
  .TimeseriesMenu_f06c9 .menu_2ngVx {
    margin: 0;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    display: flex; }
    .TimeseriesMenu_f06c9 .menu_2ngVx > .buttons_1of8I {
      line-height: 36px;
      margin-right: 8px;
      border-right: 1px solid #e9f0f5;
      padding-left: 3px;
      padding-right: 5px; }
      .TimeseriesMenu_f06c9 .menu_2ngVx > .buttons_1of8I .button_wZmAZ {
        cursor: pointer;
        margin-right: 10px; }
        .TimeseriesMenu_f06c9 .menu_2ngVx > .buttons_1of8I .button_wZmAZ:hover svg path {
          fill: #222a34; }
        .TimeseriesMenu_f06c9 .menu_2ngVx > .buttons_1of8I .button_wZmAZ:active {
          opacity: 0.7; }
    .TimeseriesMenu_f06c9 .menu_2ngVx > .slider_2LOZ3 {
      flex: 1;
      padding-top: 2px; }
    .TimeseriesMenu_f06c9 .menu_2ngVx > .showHideButton_2gSLn {
      padding-left: 14px;
      line-height: 30px;
      font-weight: 600;
      font-size: 13px;
      text-align: center;
      cursor: pointer;
      border-left: 1px solid #e9f0f5;
      margin-left: 9px;
      flex-grow: 0;
      flex-shrink: 0;
      color: #778fa9; }
      .TimeseriesMenu_f06c9 .menu_2ngVx > .showHideButton_2gSLn:hover {
        color: #000; }
    .TimeseriesMenu_f06c9 .menu_2ngVx > .showButton_2GJzl {
      padding: 0;
      margin: 0 auto;
      border: none; }

.rc-slider-tooltip {
  z-index: 50; }
  .rc-slider-tooltip .rc-slider-tooltip-content .rc-slider-tooltip-inner {
    background: rgba(29, 36, 47, 0.85);
    box-shadow: 0px 8px 30px 0px rgba(22, 50, 75, 0.1);
    border-radius: 6px;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: auto; }
  .rc-slider-tooltip .rc-slider-tooltip-content .rc-slider-tooltip-arrow {
    display: none; }

.TimeseriesMenu_f06c9.edgy_135r0 .menu_2ngVx {
  border-radius: 0 !important; }
  .TimeseriesMenu_f06c9.edgy_135r0 .menu_2ngVx > .showHideButton_2gSLn {
    border-left: 1px solid #000;
    color: #000; }
  .TimeseriesMenu_f06c9.edgy_135r0 .menu_2ngVx > .showButton_2GJzl {
    border: none; }
  .TimeseriesMenu_f06c9.edgy_135r0 .menu_2ngVx > .buttons_1of8I {
    line-height: 32px;
    border-right: 1px solid #000; }
    .TimeseriesMenu_f06c9.edgy_135r0 .menu_2ngVx > .buttons_1of8I .button_wZmAZ svg path {
      fill: #000; }

body.media-v2 .rc-slider-tooltip .rc-slider-tooltip-inner {
  border-radius: 0 !important;
  background-color: #000;
  font-weight: 600; }

.DisabledEmbed {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .DisabledEmbed h1, .DisabledEmbed h2, .DisabledEmbed h4 {
    color: #282f3e;
    text-transform: none; }
  .DisabledEmbed .titleContainer {
    flex: 0 0 50px;
    height: 50px;
    border-bottom: 1px solid #d4e6f3;
    box-sizing: border-box;
    padding: 0 15px; }
  .DisabledEmbed .bodyContainer {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .DisabledEmbed .bodyContainer .inner {
      text-align: center;
      padding: 0 15px; }
      .DisabledEmbed .bodyContainer .inner h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        max-width: 380px; }
      .DisabledEmbed .bodyContainer .inner h4 {
        font-size: 15px;
        font-weight: 400; }
  .DisabledEmbed .footerContainer {
    border-top: 1px solid #d4e6f3;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 6px 15px;
    text-align: center; }
    .DisabledEmbed .footerContainer p {
      margin: 0 auto;
      color: #282f3e;
      font-size: 12px;
      max-width: 470px; }
      .DisabledEmbed .footerContainer p a {
        color: #0b71e6;
        font-weight: 600; }
  .DisabledEmbed h1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 48px; }

#sourceLink {
  flex-grow: 0;
  flex-shrink: 0;
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e9f0f5;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-style: italic; }
  @media (max-width: 599px) {
    #sourceLink {
      justify-content: center; } }
  #sourceLink span {
    color: #acbed4; }
  #sourceLink a {
    color: #0055de;
    font-weight: 600;
    text-decoration: none;
    padding-left: 5px; }

#root.media-v2 #sourceLink {
  border-top: none; }
  #root.media-v2 #sourceLink span, #root.media-v2 #sourceLink a {
    font-style: normal;
    font-size: 15px; }
  #root.media-v2 #sourceLink span {
    font-weight: 500;
    color: #000000; }
  #root.media-v2 #sourceLink a {
    font-weight: 600; }


.MapSnapshotEmbed_1t64S {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  height: auto;
  display: flex; }

.titleDiv_sPsIW {
  flex-grow: 0 !important;
  flex-shrink: 0 !important; }

.footerDiv_2LdPo {
  flex-grow: 0;
  flex-shrink: 0; }

@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: "Sohne";
  font-style: normal;
  font-weight: 500;
  src: url("https://static.media.thinknum.com/fonts/Soehne-Medium.eot") format("eot"), url("https://static.media.thinknum.com/fonts/Soehne-Medium.woff2") format("woff2"), url("https://static.media.thinknum.com/fonts/Soehne-Medium.woff") format("woff"); }

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

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

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

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

#root {
  height: 100%;
  display: flex;
  flex-direction: column; }
  #root #titleContainer {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    height: 50px;
    line-height: 48px;
    width: 100%;
    border-bottom: 1px solid #eef3f7;
    padding: 0 12px;
    background-color: #fff; }
    #root #titleContainer h3 {
      color: #2a3744;
      font-size: 15px;
      font-weight: 600;
      text-transform: none;
      margin: 0; }
      @media (max-width: 599px) {
        #root #titleContainer h3 {
          font-size: 14px; } }
  #root .tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(50, 57, 67, 0.98);
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(22, 50, 75, 0.15);
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    line-height: 1.69;
    transition: opacity .25s;
    pointer-events: none;
    cursor: initial; }
    #root .tooltip.isVisible {
      opacity: 1; }
    #root .tooltip.media-v2 {
      font-family: Sohne, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      background: #000;
      border-radius: 0;
      font-size: 15px;
      padding: 5px 10px; }
  #root svg {
    border: none; }
  #root > div:first-child {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    background-color: #fff; }
  #root.media-v2 {
    font-family: Sohne, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #root.media-v2 #titleContainer {
      border-bottom: 2px solid #000; }

body.map-snapshot-embed {
  overflow: hidden; }
  body.map-snapshot-embed #root.media-v2 #sourceLink {
    border-top: 2px solid #000; }

